.loginbody {
    height: 100vh;
    font-family: 'Montserrat', sans-serif;
    background: url('../Content/Images/banner.jpeg') no-repeat;
    background-size: cover;
}

    .loginbody:before {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.34901960784313724);
    }

    .loginbody .logindiv {
        display: table;
        width: 100%;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09019607843137255);
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09019607843137255);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.09019607843137255);
    }

    .loginbody .leftdiv {
        background-color: #1b355a;
        width: 48%;
    }

        .loginbody .leftdiv img {
            margin: 0 auto 30px;
        }

        .loginbody .leftdiv span {
            font-size: 11px;
            color: #bbbbbb;
            font-family: 'Montserrat', sans-serif !important;
            letter-spacing: 0.2px;
            margin: 3% 10% 6%;
            display: block;
            font-weight: 500;
        }

    .loginbody .form-control {
        background-color: #eee;
        border: 0;
        padding: 10px 11px;
        height: 47px;
        font-size: 11px;
        letter-spacing: 0.3px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif !important;
        -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.050980392156862744);
        -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.050980392156862744);
        box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.050980392156862744);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .loginbody .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #bfbfbf;
        }

        .loginbody .form-control::-moz-placeholder { /* Firefox 19+ */
            color: #bfbfbf;
        }

        .loginbody .form-control:-ms-input-placeholder { /* IE 10+ */
            color: #bfbfbf;
        }

        .loginbody .form-control:-moz-placeholder { /* Firefox 18- */
            color: #bfbfbf;
        }

    .loginbody .rightdiv .custombtn {
        letter-spacing: 0.3px;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 400;
        height: 47px;
        text-transform: uppercase;
        background-color: #dc384c;
        border: 0;
        -webkit-box-shadow: inset 0 0 15px rgba(255, 187, 187, 0.14);
        -moz-box-shadow: inset 0 0 15px rgba(255, 187, 187, 0.14);
        box-shadow: inset 0 0 15px rgba(255, 187, 187, 0.14);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .loginbody .leftdiv h1 {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 400;
        font-size: 22px;
        color: #fff;
        letter-spacing: 0.1px;
        margin: 15px 0 0px;
    }

    .loginbody .leftdiv, .loginbody .rightdiv {
        display: table-cell;
        vertical-align: middle;
    }


    .loginbody .rightdiv {
        background-color: #fff;
        padding: 10% 5%;
        width: 48%;
    }

.content-a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
}

.content-b {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.loginbody .rightdiv label {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.3px;
    font-weight: 500;
    color: darkgrey;
}

.loginbody .rightdiv p {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    text-align: center;
}

.custommenu {
    margin-bottom: 15px;
    border: 0;
    background-color: #ffffff;
    border-color: #dcdcdc;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.28);
}

.leftmenu {
    position: fixed;
    top: 63px;
    padding-top: 15px;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 50px;
    background-color: #e63f3f;
    z-index: 99;
}

    .leftmenu .logo-icon a {
        font-size: 19px;
        color: #ffffff;
        padding: 10px 0;
        display: block;
    }

        .leftmenu .logo-icon a:hover, .leftmenu .logo-icon a:focus {
            text-decoration: none;
        }

    .leftmenu .custom-nav ul {
        display: none;
    }

    .leftmenu .custom-nav li:nth-child(8) ~ li.nav-hover ul {
        bottom: 38px;
        top: auto;
    }

    .leftmenu .custom-nav li.active a, .leftmenu .custom-nav li.active a:hover, .leftmenu .custom-nav li.active a:focus {
        background-color: #ce0000;
    }

    .leftmenu .custom-nav li a {
        text-align: center;
        padding: 7px;
        margin: 1px 4px;
        position: relative;
        display: block;
    }

        .leftmenu .custom-nav li a i.lnr.lnr-users {
            font-size: 21px;
        }

        .leftmenu .custom-nav li a span {
            position: absolute;
            background: #5d708a;
            padding: 10px 15px;
            left: 46px;
            top: 1px;
            min-width: 137px;
            text-align: left;
            z-index: 100;
            display: none;
            font-size: 14px;
            color: #fff;
            border-radius: 8px;
        }

            .leftmenu .custom-nav li a span:after {
                right: 100%;
                top: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: transparent;
                border-right-color: #707ca9;
                border-width: 6px;
                margin-top: -6px;
            }

        .leftmenu .custom-nav li a svg {
            vertical-align: -5px;
        }

        .leftmenu .custom-nav li a i {
            margin-right: 0;
            font-size: 23px;
            color: #ffffff;
            vertical-align: sub;
        }

    .leftmenu .custom-nav li.nav-hover > a, .leftmenu .custom-nav li.nav-hover.active > a {
        background-color: #f7f7f7;
    }

        .leftmenu .custom-nav li.nav-hover > a i, .leftmenu .custom-nav li.nav-hover.active > a i {
            color: #e63f3f;
        }

        .leftmenu .custom-nav li.nav-hover > a span, .leftmenu .custom-nav li.nav-hover.active > a span {
            display: block;
        }

    .leftmenu .custom-nav li.nav-hover ul {
        display: block;
        position: absolute;
        top: 43px;
        left: 50px;
        max-height: 300px;
        overflow: auto;
        margin: 0;
        min-width: 235px;
        background: #697282;
        color: #fff;
        z-index: 100;
        -moz-border-radius: 0 0 2px 0;
        -webkit-border-radius: 0 0 2px 0;
        border-radius: 0 0 2px 0;
    }

        .leftmenu .custom-nav li.nav-hover ul li {
            padding: 10px 0px;
            font-size: 12px;
            text-align: left;
            letter-spacing: 0.2px;
        }

            .leftmenu .custom-nav li.nav-hover ul li:hover {
                background-color: #4e5869;
            }

            .leftmenu .custom-nav li.nav-hover ul li a {
                text-align: left;
                padding: 0px 10px;
                color: #fff;
            }

                .leftmenu .custom-nav li.nav-hover ul li a:hover, .leftmenu .custom-nav li.nav-hover ul li a:focus {
                    color: #fff;
                    text-decoration: none;
                }

.leftsidediv {
    position: fixed;
    left: 0;
    width: 40px;
    height: 100%;
    top: 0;
    z-index: 99;
}

.custommenu a.navbar-brand {
    padding: 4px 10px 4px 4px;
    height: 45px;
    font-size: 15px;
    font-weight: 400;
    border: 1px dashed #ffffff;
    color: #ffffff !important;
    background: #1b355a;
}

.custommenu .btn-link:focus,
.custommenu .btn-link:hover,
.custommenu .navbar-brand:focus,
.custommenu .navbar-brand:hover,
.custommenu .navbar-link:hover {
    color: #ffffff !important;
    background: #1b355a;
}

.custommenu .navbar-header {
    padding: 5px;
}

.custommenu .padding {
    padding: 0px 30px;
}

.custommenu .nav > li > a {
    position: relative;
    display: block;
    padding: 7px 15px !important;
    font-size: 11px;
    font-weight: 600;
    color: #1b355ab5 !important;
    margin: 15px 0px 0;
    text-transform: uppercase;
    border-radius: 45px;
    letter-spacing: 0.4px;
}

.custommenu .navbar-nav > .open > a, .custommenu .navbar-nav > .open > a:focus, .custommenu .navbar-nav > .open > a:hover {
    color: #1b355a !important;
    background-color: #f5f5f5 !important;
}

.custommenu .dropdown .glyphicon {
    font-size: 13px;
    vertical-align: -1px;
    margin: 0 5px 0 0;
}

.custommenu ul.dropdown-menu {
    background: #ffffff;
    top: 51px;
    -webkit-border-radius: 5px 5px !important;
    -moz-border-radius: 5px 5px !important;
    border-radius: 5px !important;
    padding: 5px 0 0;
    border: 1px solid #eeeeee;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0s all;
    -moz-transition: 0s all;
    transition: 0s all;
}

.custommenu .open > .dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.custommenu .arrow_box {
    background: #eeeeee;
}

    .custommenu .arrow_box:after {
        bottom: 100%;
        right: 4.6%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #eeeeee;
        border-width: 10px;
        margin-left: -10px;
    }

.custommenu .dropdown-menu li a {
    padding: 8px 20px;
    color: #1b355a !important;
    font-size: 12px;
    font-weight: 500;
}

.custommenu .dropdown-menu .dropdown-header {
    padding: 3px 20px 7px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #e3001c !important;
    border-bottom: 2px solid #1b355a29;
}

.custommenu .dropdown-menu .active a, .custommenu .dropdown-menu .active a:focus,
.custommenu .dropdown-menu .active a:hover, .custommenu .dropdown-menu li a:focus,
.custommenu .dropdown-menu li a:hover {
    background-color: #1b355a;
    color: #ffffff !important;
}

.custommenu .navbar-toggle {
    border-color: #dc384c;
    background-color: #dc384c;
}

    .custommenu .navbar-toggle:hover {
        border-color: #dc384c;
        background-color: #dc384c;
    }

    .custommenu .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }


.input-effect {
    position: relative;
    /*z-index: 1;*/
    margin-bottom: 25px;
}

/*.panel-body {
    position: relative;
    z-index: 9;
}*/

.effect-19.form-control {
    position: relative;
    z-index: 1;
    outline: 0;
    background: transparent;
    font-size: 12px;
    color: #1b355a;
    font-weight: 600;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.effect-19 ~ .focus-border:before,
.effect-19 ~ .focus-border:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #9a9a9a;
    transition: 0.4s;
}

.effect-19 ~ .focus-border:after {
    top: auto;
    bottom: 0;
}

.effect-19 ~ .focus-border i:before,
.effect-19 ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0px;
    background-color: #9a9a9a;
    transition: 0.6s;
}

.effect-19 ~ .focus-border i:after {
    left: auto;
    right: 0;
}

.effect-19:focus ~ .focus-border:before,
.effect-19:focus ~ .focus-border:after,
.has-content.effect-19 ~ .focus-border:before,
.has-content.effect-19 ~ .focus-border:after {
    left: 0;
    width: 100%;
    transition: 0.4s;
}

.effect-19:focus ~ .focus-border i:before,
.effect-19:focus ~ .focus-border i:after,
.has-content.effect-19 ~ .focus-border i:before,
.has-content.effect-19 ~ .focus-border i:after {
    top: -1px;
    height: 100%;
    transition: 0.6s;
}

.effect-19 ~ label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 9px;
    color: #6d6d6d;
    transition: 0.3s;
    z-index: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.effect-19:focus ~ label, .has-content.effect-19 ~ label {
    top: -15px;
    left: 0;
    font-size: 10px;
    font-weight: 600;
    color: #0e0e0e;
    transition: 0.3s;
}


select.effect-19 {
    color: transparent !important;
}

    select.effect-19 option {
        color: #717171 !important;
    }

select.changecolor {
    color: #717171 !important;
}


.multiselect-native-select .multiselect {
    text-align: left;
    height: 34px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

    .multiselect-native-select .multiselect span {
        padding: 7px 2px;
        width: 100%;
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #737373;
        font-size: 12px;
    }

    .multiselect-native-select .multiselect .glyphicon {
        font-size: 16px;
        font-weight: 800;
    }

.multiselect-native-select .btn-group.open .dropdown-toggle, .multiselect-native-select .btn:active, .multiselect-native-select .btn.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.multiselect-native-select .btn-default, .multiselect-native-select .btn:hover, .multiselect-native-select .btn:focus, .multiselect-native-select .btn.focus, .multiselect-native-select .btn-default:focus, .multiselect-native-select .btn-default.focus, .multiselect-native-select .btn-default:active, .multiselect-native-select .btn-default.active, .multiselect-native-select .open > .btn-default.dropdown-toggle, .multiselect-native-select .btn-default:active:hover, .multiselect-native-select .btn-default:active:focus, .multiselect-native-select .btn-default:active.focus, .multiselect-native-select .btn-default.active:hover, .multiselect-native-select .btn-default.active:focus, .multiselect-native-select .btn-default.active.focus, .multiselect-native-select .open > .btn-default.dropdown-toggle:hover, .multiselect-native-select .open > .btn-default.dropdown-toggle:focus, .multiselect-native-select .open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #ffffff;
    border-color: #e6e6e6;
}

.multiselect-native-select .btn .caret {
    margin-left: 0;
    margin: 8px -6px 0;
    float: right;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 6px dashed;
    color: #717171;
}

.multiselect-native-select .multiselect-container > li > a > label {
    padding: 6px 15px 6px 30px;
    color: #8a8a8a;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: 600;
}

.input-effect .dropdown-menu .active a, .input-effect .dropdown-menu .active a:focus,
.input-effect .dropdown-menu .active a:hover, .input-effect .dropdown-menu li a:focus,
.input-effect .dropdown-menu li a:hover {
    background-color: #ececec;
}

.multiselect-native-select .dropdown-menu > .active > a, .multiselect-native-select .dropdown-menu > .active > a:hover, .multiselect-native-select .dropdown-menu > .active > a:focus {
    color: #707ca9 !important;
    text-decoration: none;
    outline: 0;
    background-color: rgb(170, 178, 189);
}

    .multiselect-native-select .dropdown-menu > .active > a, .multiselect-native-select .dropdown-menu > .active > a > label {
        color: #ffffff !important;
        font-weight: 600;
    }

.multiselect-native-select input.form-control.multiselect-search {
    font-size: 12px;
}

.multiselect-native-select i.glyphicon.glyphicon-search {
    font-size: 15px;
    font-weight: 200;
}

.multiselect-native-select i.glyphicon.glyphicon-remove-circle {
    font-size: 18px;
    font-weight: 200;
    line-height: 19px;
    color: #aab2bd;
}

.multiselect-native-select button.btn.btn-default.multiselect-clear-filter {
    padding: 6px 10px 3px 10px;
}

.multiselect-native-select .multiselect-container {
    padding: 1px 1px 0;
    background-color: #fff;
}

.marbtm {
    margin-bottom: 11px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.panel-group .panel-title a {
    padding: 0 !important;
}

    .panel-group .panel-title a:focus, .panel-group .panel-title a:hover {
        color: #ffffff;
        text-decoration: none;
    }

.panel-group .panel-heading {
    padding: 10px 15px !important;
    border-bottom-color: transparent;
}

.collapse {
    display: none !important;
}

    .collapse.in {
        display: block !important;
    }

.panel-group .panel + .panel {
    margin-top: 5px;
}

.customheight {
    height: 500px;
    overflow: auto;
}


.tooltipnew {
    position: relative;
    font-size: xx-small;
}

    .tooltipnew .tooltiptext {
        visibility: hidden;
        width: 100%;
        height: 20px;
        background-color: #fff;
        color: #000;
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5019607843137254);
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5019607843137254);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5019607843137254);
        text-align: center;
        border-radius: 6px;
        padding: 3px;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 0px;
        margin-left: 0;
    }

        .tooltipnew .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            right: 18px;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .tooltipnew .tooltiptext {
        visibility: hidden;
    }

@media (max-width: 800px) {
    .custommenu .navbar-collapse.collapse {
        display: none !important;
    }

        .custommenu .navbar-collapse.collapse.in {
            display: block !important;
        }

    .custommenu .navbar-header .collapse, .custommenu .navbar-toggle {
        display: block !important;
    }

    .custommenu .navbar-header {
        float: none;
    }

    .custommenu .navbar-nav .open .dropdown-menu > .divider, .custommenu .navbar-nav > li > a:focus, .custommenu .navbar-nav > li > a:hover {
        background-color: #fff;
    }

    .custommenu .navbar-nav .open .dropdown-menu > .active > a, .custommenu .navbar-nav .open .dropdown-menu > .active > a:focus, .custommenu .navbar-nav .open .dropdown-menu > .active > a:hover, .custommenu .navbar-nav .open .dropdown-menu > li > a:focus, .custommenu .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #1b355a;
    }


    .responsivetable {
        width: 100%;
    }

        .responsivetable td {
            display: block;
            width: 50%;
            float: left;
            height: 34px;
        }

        .responsivetable tr {
            display: block;
            margin-bottom: 30px;
        }
}


@media (max-width: 600px) {
    .loginbody .logindiv {
        margin: 80px 0 0 0;
    }

    .loginbody .leftdiv {
        display: none;
    }

    .loginbody .rightdiv {
        display: block;
        width: 90%;
        margin: 0 auto;
        vertical-align: middle;
    }
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

textarea.form-control {
    resize: none;
}

ul.sub-menu {
    background: white;
    width: 100%;
    position: absolute;
    list-style: none;
    left: 100%;
    top: 0px;
    padding: 0;
    display: none;
    border: 1px solid #eeeeee;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.sub-menu li:hover {
    background-color: #1b355a !important;
    color: white !important;
}

.sub-menu li {
    padding: 8px 0px;
    color: #1b355a !important;
    font-size: 12px;
    font-weight: 500;
}

.submenuParent {
    min-width: 219px;
    position: relative;
}

.maxcontent {
    color: #673AB7;
    cursor: pointer;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
