.popup-form-row {
    width: 100%;
    display: block;
    text-align: left;
    padding-bottom: 5px;
    font-size: 0px;
}

.popup-form-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 12px;
}


.popup-form-item--5 {
    width: 5%;
}

.popup-form-item--8 {
    width: 8%;
}
.popup-form-item--10 {
    width: 10%;
}
.popup-form-item--15 {
    width: 15%;
}
.popup-form-item--20 {
    width: 20%;
}
.popup-form-item--25 {
    width: 25%;
}
.popup-form-item--30 {
    width: 30%;
}
.popup-form-item--33 {
    width: 33.333333%;
}
.popup-form-item--35 {
    width: 35%;
}
.popup-form-item--40 {
    width: 40%;
}
.popup-form-item--45 {
    width: 45%;
}
.popup-form-item--50 {
    width: 50%;
}
.popup-form-item--55 {
    width: 55%;
}
.popup-form-item--60 {
    width: 60%;
}
.popup-form-item--65 {
    width: 65%;
}

.popup-form-item--66 {
    width: 66.666666%;
}

.popup-form-item--70 {
    width: 70%;
}
.popup-form-item--75 {
    width: 75%;
}
.popup-form-item--80 {
    width: 80%;
}
.popup-form-item--85 {
    width: 85%;
}
.popup-form-item--90 {
    width: 90%;
}

.popup-form-item--95 {
    width: 95%;
}

.popup-form-item--100 {
    width: 100%;
}

.popup-form-item--28 {
    width: 28%;
}

.popup-form-item--12 {
    width: 12%;
}


input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.popup-form-button {
    padding: 4px 12px;
    margin-left: 10px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    line-height: 1.45;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.popup-form-button-ok {
    background-color: #3468AF;
    font-weight: 600;
    color: #FFFFFF;
    border: 2px solid;
    border-color: #3468AF;
}
.ui-error {
    color: #E64C65;
}
.ui-validator-hidden {
    /*display: none;*/
    /*    visibility: hidden;*/
    visibility: hidden;
    min-height: 17px;
}
.popup-form-button-cancel {
    background-color: #50597B;
}

.popup-form-item input.form-control, .popup-form-item select.form-control {
    width: calc(100% - 10px) !important;
    width: -moz-calc(100% - 10px) !important;
    width: -webkit-calc(100% - 10px) !important;
    margin-top: 0 !important;
}
.popup-form-item .bootstrap-select {
    width: calc(100% - 10px) !important;
    width: -moz-calc(100% - 10px) !important;
    width: -webkit-calc(100% - 10px) !important;
}

.bootstrap-select > select {
    left: 0 !important;
}

.bootstrap-select.multiple-select-container .dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}


.table-grid--button--fa {
    width: 30px;
    height: 30px !important;
    color: #ffffff !important;
    font-size: 18px !important;
}

.table-grid--button {
    border: solid 1px #1F253D;
    position: relative;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    background-color: #394264;
    /*-ms-border-radius: 5px;
    border-radius: 5px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -ms-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    margin-left: 0px;
}

.n-svg-icon--orange {
    fill: #ffffff;
}

.table-grid--buttons--3, .table-grid--buttons.table-grid--buttons--3 {
    width: 140px;
}
.table-grid--buttons--4 {
    width: 180px;
}

.table-grid--buttons--5 {
    width: 220px;
}

.table-grid--buttons--2 {
    width: 90px;
}

.bootstrap-select > .dropdown-toggle {
    background-color: #50597B;
    border: 1px solid #394264;
    color: #ffffff;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #50597B;
    border: 1px solid #394264;
    color: #ffffff;
}

    .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
        background-color: #50597B;
        border: 1px solid #394264;
        color: #ffffff;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3468AF;
    outline: 0;
}

.dropdown-menu {
    background-color: #50597B;
    border: 1px solid #394264;
    color: #ffffff;
}

.bootstrap-select .bs-deselect-all, .bootstrap-select .bs-select-all {
    color: #ffffff !important;
    background-color: #3468AF !important;
    border-color: #1F253D !important;

    padding-left: 5px;
    padding-right: 5px;
}

.bootstrap-select .dropdown-menu > li > a:hover, .bootstrap-select .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3468AF;
    outline: 0;
}

.bootstrap-select .dropdown-menu > li > a {
    color: #FFFFFF;
}

.table-grid--fa--button {
    width: 30px;
    height: 30px !important;
    color: #ffffff !important;
    font-size: 18px !important;
}

.checkbox-filter {
    height: 20px;
    display: inline-block;
}

.checkbox-label-inline {
    display: inline-block;
    height: 20px;
}
.popup-form-item .checkbox-label-inline {
    width: auto !important;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 5%;
}

.popup-form-item .checkbox-filter-inline {
    width: 20px !important;
    margin-top: 10px !important;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #1F253D !important;
    border: 1px solid #50597B;
    color: #50597B;
}
.sort-column, .sort-column:hover {
    color: #ffffff;
}
.form-block-header hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border: none;
    color: #3468AF;
    background-color: #3468AF;
    height: 2px;
}

.button-disabled {
    pointer-events: none;
    cursor: default;
    background-color: #1F253D !important;
    border: 1px solid #50597B;
    color: #50597B;
}

input[readonly] {
    cursor: default;
    background-color: #1F253D !important;
    border: 1px solid #50597B;
    color: #50597B;
}




@font-face {
    font-family: DIN;
    src: url(/css/css/fonts/DIN-Regular.ttf);
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: DIN !important;
    line-height: 15px;
    background: #1F253D;
}

html, body, #bg, #bg table, #bg td, #cont {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

h2 {
    font-size: 15px;
    line-height: 43px;
    color: #333333;
    font-weight: bold;
    -ms-text-shadow: 0 1px 1px #FFF;
    text-shadow: 0 1px 1px #FFF;
  
    background-repeat: repeat;
    background-position: center top;
    height: 43px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    position: relative;
    margin: 0;
}

.clear {
    clear: both;
}


.login-form--title {
    padding: 8px 20px;
    background-color: #3468AF;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
}

.message {
    display: block;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 10px;
}


#bg div {
    height: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    width: 200%;
}

#bg td {
    text-align: center;
    vertical-align: middle;
}

#bg img {
    margin: 0 auto;
    min-height: 50%;
    -moz-min-width: 50%;
    -ms-min-width: 50%;
    -o-min-width: 50%;
    -webkit-min-width: 50%;
    min-width: 50%;
}

#cont {
    top: 50%;
    left: 50%;
    z-index: 70;
    overflow: auto;
}

 

.form {
    width: 400px;
    padding: 0;
    position: absolute;
    margin-left: -150px;
    margin-top: 100px;
    margin-right: auto;
    background:white;
    border-radius:10px;
    margin-bottom: 0;
}

.show {
    display: inline;
}

.box {
    position: absolute;
    left: 50%;
    top: 50%;
}

.formcont {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.formfooter {
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0;
    padding: 0;
    height: 13px;
}



#signin_menu {
    border: none;
    text-align: left;
    margin: 0;
    color: #ffffff;
    background-color: #394264;
    font-size: 12px;
    background-repeat: repeat-y;
    background-position: center bottom;
    overflow: hidden;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    -ms-opacity: 0.80;
    padding-top: 10px;
    padding-bottom: 10px;

}

    #signin_menu input[type=text], #signin_menu input[type=password] {
        float: right;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        /*border: 1px solid #C6C6C6;*/
        font-size: 13px;
        margin: 5px 0 5px;
        *margin: 0;
        padding: 5px;
        width: 180px;
    }

    #signin_menu p {
        margin: 10px 0 10px;
        *margin: 5px 0 5px;
        clear: both;
    }

    #signin_menu a {
        color: #6AC;
    }

    #signin_menu label {
        margin: 10px 0 0;
        float: left;
        font-weight: normal;
    }

    #signin_menu p.remember {
        float: right;
        clear: none;
        padding: 0;
    }

    #signin_menu a.forgot {
        margin-top: 10px;
        float: left;
        display: inline;
        line-height: 24px;
        color: #666666;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 18px;
        font-weight: bold;
    }

.remember input {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #39d url('/css/login/images/bg-btn.png') repeat-x scroll 0 0;
    border: 1px solid #B5B5B5;
    color: #222;
    -ms-text-shadow: 0 1px 1px #FFF;
    text-shadow: 0 1px 1px #FFF;
    padding: 4px 10px 5px;
    font-size: 11px;
    margin: 0 0 0 3px;
    font-weight: bold;
}

#signin_submit::-moz-focus-inner {
    padding: 0;
    border: 0;
}

#signin_submit:hover, #signin_submit:focus {
    background-position: 0 -5px;
    cursor: pointer;
}

#focus-stealer {
    position: absolute;
    left: -9999px;
}

.centerdiv {
    top: 30%;
    left: 50%;
    width: 500px;
    height: 237px;
    position: absolute;
    margin-top: -200px;
    margin-left: -250px; 
 
}

#validationSummary {
    width: 450px;
}


div#valid ul {
    padding-left: 10px;
}

#lockDiv {
    left: 45%;
    top: 30%;
}
