/* start preloader */
.navbar-toggle {
    background-color: #1c75bc;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: #1c75bc;
}

.navbar-inverse .navbar-toggle {
    border-color: #1c75bc;
}

ul.mainnav > li > a, ul.mainnav > li > a:visited, ul.mainnav-horizontal > li > a, ul.mainnav-horizontal > li > a:visited {
    color: #fff;
}

ul.mainnav > li > a:hover {
    color: #1c75bc;
}

.fa-3 {
    font-size: 2.5em;
}

ul.mainnav > li.selected > a, ul.mainnav > li.selected > a:visited, ul.mainnav-horizontal > li.selected > a, ul.mainnav-horizontal > li.selected > a:visited {
    background-color: #f9fafc;
    color: #1c75bc;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    /*justify-content: center;*/
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #28a7e9;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* end preloader */

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* Validation Engine*/
.formError {
    z-index: 990;
}

.formError .formErrorContent {
    z-index: 991;
}

.formError .formErrorArrow {
    z-index: 996;
}

.ui-dialog .formError {
    z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
    z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
    z-index: 5006;
}

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left;
}

.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    width: 100%;
    background: #F32121;
    position: relative;
    color: #ffffff;
    min-width: 150px;
    font-size: 12px;
    padding: 4px 10px 4px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.greenPopup .formErrorContent {
    background: #95b75d;
}

.blackPopup .formErrorContent {
    background: #000;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    margin: 0px 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    font-size: 0px;
    height: 1px;
    background: #F32121;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.greenPopup .formErrorArrow div {
    background: #95b75d;
}

.blackPopup .formErrorArrow div {
    background: #000;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 11px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
}

.formError .formErrorArrow .line2 {
    width: 0px;
    border: none;
}

.formError .formErrorArrow .line1 {
    width: 0px;
    border: none;
}

/* EOF Validation Engine */

/* message box */
.message-box {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.message-box.open {
    display: block;
}

.message-box .mb-container {
    position: absolute;
    left: 0px;
    top: 35%;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    width: 100%;
}

.message-box .mb-container .mb-middle {
    width: 50%;
    left: 25%;
    position: relative;
    color: #FFF;
}

.message-box .mb-container .mb-middle .mb-title {
    width: 100%;
    float: left;
    padding: 10px 0px 0px;
    font-size: 31px;
    font-weight: 400;
    line-height: 36px;
}

.message-box .mb-container .mb-middle .mb-title .fa,
.message-box .mb-container .mb-middle .mb-title .glyphicon {
    font-size: 38px;
    float: left;
    margin-right: 10px;
}

.message-box .mb-container .mb-middle .mb-content {
    width: 100%;
    float: left;
    padding: 10px 0px 0px;
}

.message-box .mb-container .mb-middle .mb-content p {
    margin-bottom: 0px;
}

.message-box .mb-container .mb-middle .mb-footer {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

.message-box.message-box-warning .mb-container {
    background: rgba(254, 162, 35, 0.9);
}

.message-box.message-box-danger .mb-container {
    background: rgba(182, 70, 69, 0.9);
}

.message-box.message-box-info .mb-container {
    background: rgba(63, 186, 228, 0.9);
}

.message-box.message-box-success .mb-container {
    background: rgba(149, 183, 93, 0.9);
}

/* end message box */

.g-2 {
    font-size: 1.5em;
}

.fa-2 {
    font-size: 1.5em;
}

tr.selected {
    background-color: #DADADA;
}

.header-notifications .notifications-alert:hover, .header-notifications .notifications-alert:focus, .header-notifications .notifications-alert.menu-open {
    background: none repeat scroll 0 0 #1c75bc;
}

.header-notifications .notifications-alert {
    background: none repeat scroll 0 0 rgba(241, 172, 69, 0);
}

.header-notifications .notifications-alert:hover > a > span.icon, .header-notifications .notifications-alert:focus > a > span.icon, .header-notifications .notifications-alert.menu-open > a > span.icon {
    color: #fff;
}

.header-notifications {
    margin-right: 10px;
}

h1 .fa, .h1 .fa {
    float: left;
    margin: 0 10px 0 0;
    width: 32px;
    line-height: 1.8;
    color: #1c75bc;
}

.toast-top-right {
    top: 60px;
}

#right-column .breadcrumb {
    background-color: #FFF;
    font-weight: bold;
}

#header-container .header-bar .logo {
    margin: 0px 15px 0px 16px;
    float: left;
    background-color: #f9fafc;
    padding: 5px 0px;
}

.btn-blue {
    background-color: #1c75bc;
    color: #FFF;
}

.btn-blue:hover {
    background-color: #FFF;
    color: #1c75bc;
    border: 1px solid #87888a;
}

.metrize-icon-list .btn-blue .box1:hover {
    background: none;
}

.header-info {
    padding: 20px 20px 0 0;
}

#header-container .header-bar .navbar-header {
    background-color: #f9fafc;
    border-bottom: 5px solid #1c75bc;
}

.header-profile a span.header-profile-menu-icon img {

    border-color: #1c75bc;
    border-width: 3px;
    padding: 2px;
}

#right-column .breadcrumb {

    border: 1px solid #87888a;
}

#toast-container > div {
    width: 400px;
    max-width: 100%;

}

@media (min-width: 768px) {
    .modal-dialog {
        width: 850px
    }

}

@media (max-width: 768px) {

    .header-info {

        padding: 6px 20px 0 0;
    }

    .navbar-header .logo {

        display: none;
    }
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px !important;
}

.select2-hidden-accessible {
    /*height: 0!important;*/
    display: none !important;
}

.text-info {
    color: #1c75bc;
    font-weight: normal;

}

h1 .icon, .h1 .icon {
    line-height: 1.2;
}

h1, .h1 {
    font-size: 25px;
}

.metrize-icon-list, .bs-glyphicons {
    margin: 10px 0 0 0;
}

div#spinner {
    display: none;

    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -50px;
    margin-top: -100px;
    z-index: 2;
    overflow: auto;
}

.header-profile a {
    color: #1c75bc;
}

#right-column {
    background: url(../images/required/welcome.png) no-repeat center center #f9fafc;;
    background-size: cover;
    height: 100%;
}

.select2-container--default .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.popover-content {
    word-wrap: break-word;
}