body {
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
}
.body-blank {

    background-image: none; !important;
    background-position: center;
    background-repeat: repeat;
    display: flex;
    flex-direction: row;
}
@media (max-height: 599px ) {
    .body-login {
        background-repeat: no-repeat;
        background-position: 50% 50%;
        overflow: hidden !important;

    }
    .body-register {
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
}

@media (min-height: 600px ) and (max-height: 999px) {
    .body-login {
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .body-register {

        background-repeat: no-repeat;
        background-position: 50% 10%;
    }
}

@media (max-width: 540px) {
    .hide-text-sm {
        display: none;
    }
}
@media (max-width: 768px) {
    .hide-text-md {
        display: none;
    }
}
@media (max-width: 992px) {
    .hide-text-lg {
        display: none;
    }
}

@media (min-height: 1000px) {
    .body-login {
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .body-register {

        background-repeat: no-repeat;
        background-position: 50% 45%;
   }
}


.body_side{
    background-color: #fff;
}
.div-right{
    flex-grow: 1;
    background-position: right;
    background-repeat: repeat;
    padding: 0px;
    padding-bottom: 20px !important;
}
.div-left{
    flex-grow: 1;
    background-position: left;
    background-repeat: repeat;
    padding: 0px;
    padding-bottom: 20px !important;
}
.div-content{
    padding: 0px;
    padding-bottom: 20px !important;
    flex: auto;
}
p{
    margin: 0px;
}
.cell_align_center{
    text-align: center;
}

.cell_valign_middle{
    vertical-align: middle;
}

.input-checkbox {
    display: block;
    width: 100%;
    height: 18px;
    padding: 0px;
    font-size: 13px;
    line-height: 5px;
    background-color: #fff;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-small {
    display: block;
    width: 100%;
    height: 20px;
    padding: 2px 5px;
    font-size: 13px;
    line-height: 1.0;
    color: #000000;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    border: 0px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-size-3 {
    width: 55px;
    text-align: center;
    padding: 0px; !important;
    letter-spacing: 0px; !important;
}
.input-size-2 {
    width: 44px;
    text-align: center;

}
.input-size-1 {
    width: 35px !important;
}
.btn-orange{
    background-color: #DF4400 !important;
    color: #FFFFFF;
}
.dropdown-menu#loginmenu{
    margin: 0px;
}
#registerFormHeader{
    background-color: #444444;
}
#registerFormBody{
    background-color: #555555;
}
#cellmargin{
    margin: 0px;
}
.popover {
    max-width: 600px;
    width: 320px;
}

.modal-footer {
    justify-content: space-around
}
