﻿body {
    /*padding-bottom: 20px;*/
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

a {
    color: rgb(40,132,228);
}

/*a:hover,
a:active,
a:focus
{
    color: rgb(54,113,202);
}*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.margin-top-20 {
    margin-top:20px;
}


.nav .navbar-nav .navbar-right a{
    color:#fff;
}

padding-0{
    padding: 0px!important;
}

.border-bottom-red{
    border-bottom: 2px solid red!important;
}

.iziModal-header,
.iziModal-noSubtitle{
    background-color: rgb(40,132,228)!important;
}

.iziModal-content::after{
    background-color: rgb(40,132,228)!important;
}

.warningPopup .iziModal-header,
.warningPopup .iziModal-noSubtitle {
    background-color: #ff9800 !important;
}

.iziModal-header-title{
    text-align: center;
    font-size: 18px;
}

.iziModal-content{
    line-height: 16px;
}

.red-color {
    color: red;
}

.color-black{
    color: black!important;
}

input[disabled],
select[disabled] {
    cursor: not-allowed !important;
    background-color: rgb(240,240,240) !important;
}
