/*!
 * Start Bootstrap - SB Admin (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

body {
    background: #F7F7F7;
    overflow-x: hidden;
}

.row {
    margin-left: 0;
    margin-right: 0;
}


.frame {
    border: 1px solid #00008B;
    border-radius: 10px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inputrow {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

::-webkit-scrollbar-thumb {
    background: #00517a;
}

::-webkit-scrollbar-track {
    background: #b8c0c8;
}

.side-nav *, .btn, .container.login .bodylogin .Default_button, #toggleMenu, .side-nav, #wrapper, .SearchBlock .accordionTitel, .SearchBlock .collapse {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.container-fluid {
    padding: 0 10px;
}

    .container-fluid #page-wrapper {
        padding: 0 !important;
    }

    .container-fluid .container-fluid {
        padding: 0 !important;
    }

.navbar-inverse .navbar-toggle {
    border: 0;
}

#toggleMenu:hover {
    background-color: #0000 !important;
}

.navbar-toggle {
    position: relative;
    float: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0px;
    top: 23px;
    cursor: pointer;
}

.navbar-inverse .navbar-toggle i {
    color: #5A738E;
    font-size: 26px;
    line-height: 0px;
}

.navbar-inverse .navbar-toggle:hover i {
    color: #23527c;
}

.closeMenu {
    padding-left: 0 !important;
}

    .closeMenu .side-nav {
        left: -50px;
    }

a.user-profile {
    color: #515356 !important;
}

    a.user-profile:hover, .navbar-inverse .navbar-nav > .open > a {
        background: #D9DEE4 !important;
    }

.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px;
}

.dropdown-menu > li > a {
    color: #5A738E !important;
    width: 100%;
    font-size: 13px;
    padding: 12px 20px;
}

.dropdown-menu {
    padding: 0 !important;
}

    .dropdown-menu > li > a {
        color: #fff;
    }

#toggleMenu {
    display: none;
}

@media(min-width:768px) {
    #toggleMenu {
        display: inline-block;
        float: left;
        margin-left: 15px;
        cursor: pointer;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 270px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

        .top-nav > li > a {
            padding-top: 0px;
            padding-bottom: 15px;
            line-height: 20px;
            color: white;
        }

            .top-nav > li > a:hover,
            .top-nav > li > a:focus,
            .top-nav > .open > a,
            .top-nav > .open > a:hover,
            .top-nav > .open > a:focus {
                color: #fff;
                background-color: #00669929;
            }

    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .top-nav > .open > .dropdown-menu > li > a {
            white-space: normal;
        }

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

    li.message-preview > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Na[vigation */
.navbar-right {
    margin-right: 0;
}

.side-navli > a i {
    /*display:none;*/
}

.navbar {
    height: 50px;
    padding-top: 0px;
    position: relative !important;
}

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 0px; /*51*/
        left: 225px;
        width: 270px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #2A3F54;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
        -webkit-box-shadow: 5px 0px 34px 0px rgba(0,0,0,0.12);
        -moz-box-shadow: 5px 0px 34px 0px rgba(0,0,0,0.12);
        box-shadow: 5px 0px 34px 0px rgba(0, 0, 0, 0.12);
    }
}

.navbar-nav li {
    border-bottom: 1px solid #ffffff0a;
    float: none;
}

.side-nav ul.nav > li > a {
    width: 270px;
    font-size: 13px;
    position: relative;
    padding-right: 30px !important;
    border-radius: 0;
}

    .side-nav ul.nav > li > a i.fa-angle-down {
        position: absolute;
        right: 8px;
        top: 20px;
        font-size: 14px;
    }

.side-nav ul.nav > li ul a {
    position: relative;
}

    .side-nav ul.nav > li ul a:before {
        content: '';
        height: 36px;
        position: absolute;
        width: 1px;
        background: #425668;
        top: 0;
        left: 26px;
    }

    .side-nav ul.nav > li ul a:after {
        content: '';
        height: 8px;
        position: absolute;
        width: 8px;
        background: #425668;
        top: 15px;
        left: 23px;
        border-radius: 50%;
    }

.side-nav ul.nav > li > a, .side-nav ul.nav > li > a[aria-expanded="true"] + ul {
    border-right: 3px solid #2A3F54;
}

    .side-nav ul.nav > li > a[aria-expanded="true"], .side-nav ul.nav > li > a[aria-expanded="true"] + ul {
        border-right-color: #1ABB9C;
        background: linear-gradient(#334556,#2C4257),#2A3F54;
        box-shadow: rgba(0,0,0,.25) 0 1px 0, inset rgba(255,255,255,.16) 0 1px 0;
    }

.side-nav ul.nav > li a:hover {
    outline: none;
    background-color: rgba(255,255,255,.06) !important;
}

.side-nav ul.nav > li > ul > li a.active {
    background-color: rgba(255, 255, 255, 0.1) !important;
}


@media(max-width:768px) {
    .navbar-right {
        margin-right: 0;
        float: right;
        margin: 0;
    }

    .navbar-nav {
        margin: 0 !important;
        position: relative;
        top: -16px;
    }

    .side-nav {
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #2A3F54;
        overflow-x: hidden;
        padding-bottom: 40px;
        -webkit-box-shadow: 5px 0px 34px 0px rgba(0,0,0,0.12);
        -moz-box-shadow: 5px 0px 34px 0px rgba(0,0,0,0.12);
        box-shadow: 5px 0px 34px 0px rgba(0, 0, 0, 0.12);
    }

    #accordion {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 60px;
        padding: 0;
    }

    .profile {
        display: none;
    }

    .side-nav ul.nav > li > a {
        width: auto;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }
}

.profile {
    margin-bottom: 10px;
}

.side-nav ul.nav > li > ul {
    padding: 0;
}

.profile_pic {
    width: 35%;
    float: left;
}

.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    border: 1px solid rgba(52,73,94,.44);
    padding: 4px;
}

.profile_info {
    padding: 25px 20px 10px 20px;
    /*width: 65%;*/
    float: left;
}

    .profile_info span {
        font-size: 13px;
        line-height: 30px;
        color: #BAB8B8;
    }

    .profile_info h4 {
        font-size: 14px;
        color: #ECF0F1;
        margin: 0;
        font-weight: 300;
    }

.logo {
    font-size: 15px;
    color: #fff !important;
    text-align: center;
    display: block;
    line-height: 55px;
    text-decoration: none !important;
}

.side-nav ul.nav > li > ul > li > a {
    display: block;
    padding: 8px 15px 8px 38px;
    text-decoration: none;
    color: white;
    font-size: 13px;
    color: rgba(255,255,255,.75);
}

.side-navli > ul > li > a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }

#mainContainer #Slidepage_right, #mainContainer #Slidepage_right #form_view2 {
    display: none;
}

.table thead th {
    background: #38516b;
    color: #fff;
    border-right: 1px solid #53687f !important;
    padding: 12px 10px !important;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
}

.table-hover > tbody > tr:hover {
    background-color: #e4e4ff8c;
}

.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td,
.table-bordered > thead > tr > td {
    border: 1px solid #eeeeee;
}

.table-bordered > tbody > tr > td {
    color: #555555;
    font-size: 13px;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 10px;
    outline: none !important;
    font-size: 13px;
}

label {
    margin-bottom: 0;
    padding-left: 5px;
    color: #73879C;
    font-weight: bold;
    font-size: 13px;
}

.mandatory::after {
    content: '*';
    color: red;
    font-size: 14px;
    position: relative;
    margin: 5px;
}

.validation {
    color: red;
    font-size: 13px;
}

.btn_search {
    min-width: 100px;
    background-color: #d58512;
    border-color: #985f0d;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    border-radius: 15px;
}

    .btn_search:hover {
        background: #fff;
        color: #f0ad4e;
    }

.button_block {
    margin: 20px 0 10px 0;
}

.Default_btn {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    border-radius: 25px;
    padding: 6px 20px;
}

    .Default_btn:hover {
        background: #fff;
        color: #3bafda;
    }

.btn-success {
    background: #26B99A;
    border: 1px solid #169F85;
}

    .btn-success:hover {
        background: #fff;
        color: #26B99A;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover {
        background: #fff;
        color: #5bc0de;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover {
        background: #fff;
        color: #f0ad4e;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover {
        background: #fff;
        color: #d9534f;
    }

h2 {
    margin: 9px 0;
    color: #73879C;
    font-size: 23px;
    line-height: 50px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.form-checkbox {
    padding-top: 10px;
}

    .form-checkbox label {
        display: inline-block;
        padding-right: 5px;
    }

    .form-checkbox input[type="checkbox"] {
        position: relative;
        top: 5px;
    }

.titleGroup {
    background: #5c738b;
    color: #fff;
    padding: 10px;
    font-size: 17px;
}

.uploaded_img {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
}

    .uploaded_img span {
        display: block;
        font-size: 14px;
        text-align: center;
        padding: 5px 0;
    }

    .uploaded_img .deleteimg {
        background-color: red;
        color: #fff;
        font-size: 14px;
        border-radius: 50%;
        display: inline-block;
        padding: 0px 7px;
        position: absolute;
        top: -8px;
        right: -5px;
    }

    .uploaded_img .progress {
        height: 8px;
    }

.dragDrop .form-control {
    border: 1px solid #f1f1f1;
}

.dragDrop h3 {
    font-size: 15px;
    background: #f1f1f1;
    margin: 0;
    padding: 13px;
    color: #747678;
}

.dragDrop .btn-block {
    background: #f1f1f1;
    color: #80b2f9;
    font-size: 11px;
    margin-bottom: 8px;
}

.navbar-inverse {
    background-color: #EDEDED;
    border: 1px solid #0000 !important;
    -webkit-box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.40);
    box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.40);
    margin-bottom: 0 !important;
}

/* Default image size */
        .logoImage {
            width: 150px;
            height: 150px;
        }

        /* Media query for devices with a maximum width of 768px (typical tablets and small screens) */
        @media only screen and (max-width: 768px) {
            #logoImage {
                width: 80%; /* Adjust the width as needed */
				height: 80%;
            }
        }

        /* Media query for devices with a maximum width of 480px (typical smartphones) */
        @media only screen and (max-width: 480px) {
            #logoImage {
                width: 60%; /* Adjust the width as needed */
				height: 60%;
            }
        }
.container.login {
    width: 588px;
    background: #fff;
    margin-top: 9%;
    overflow: inherit !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.60);
    -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.60);
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.60);
    border-radius: 10px;
    padding: 0 !important;
}

    .container.login .headlogin {
        position: relative;
        height: 175px;
        text-align: center;
        font-size: 25px;
        color: #2a3f54;
        padding-top: 30px;
        background: #2a3f5417;
    }

        .container.login .headlogin .Paper_folded {
            background: url(images/Paper_foldedlogin.jpg) no-repeat 0 0;
            width: 62px;
            height: 61px;
            float: left;
            margin: -15px 0 0 -15px;
        }

        .container.login .headlogin #logologin {
            width: 228px;
            height: 202px;
            background: url(images/logo_loing.png) no-repeat;
            position: absolute;
            top: -100px;
            left: 175px;
        }

    .container.login .bodylogin {
    }

        .container.login .bodylogin .form-group {
            padding: 0 40px;
        }

        .container.login .bodylogin .form-checkbox.form-group {
            padding: 0 7px;
        }

        .container.login .bodylogin .form-group .input-group-addon {
            border: 0 !important;
            background: #fff !important;
            box-shadow: none !important;
            border-bottom: 1px solid #cccccc !important;
        }

        .container.login .bodylogin .form-group .input-group-addon {
            border-radius: 20px;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .container.login .bodylogin .form-control {
            border-radius: 20px;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .container.login .bodylogin .form-group.EF {
            padding: 15px 40px !important;
        }

        .container.login .bodylogin .input-group-addon i {
            color: #0099cc;
            font-size: 25px;
        }

        .container.login .bodylogin .checkbox label {
            padding-left: 2px !important;
        }

        .container.login .bodylogin .input-group,
        .container.login .bodylogin input[type="text"],
        .container.login .bodylogin input[type="password"] {
            height: 50px;
            background: #fff;
            width: 100%;
            border: 1px solid #eee;
            border-radius: 25px;
            position: relative;
        }

        .container.login .bodylogin input[type="text"],
        .container.login .bodylogin input[type="password"] {
            padding: 10px;
        }


.bodylogin .field-validation-error {
    bottom: -25px;
    left: 11px;
    font-size: 12px;
    color: red;
}

.container.login .bodylogin .Default_button {
    padding: 11px 35px 8px 35px !important;
    background: #3bafda;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 37px;
    font-weight: bold;
    border: 0;
    border-radius: 25px;
}

    .container.login .bodylogin .Default_button:hover {
        color: #006699 !important;
    }

.container.login .footerlogin {
    height: 58px;
    background: #2a3f5417;
    padding: 17px 40px;
    text-align: right;
    border-radius: 0 0 10px 10px;
}

    .container.login .footerlogin a {
        color: #333;
        font-style: italic;
        font-size: 12px;
        text-decoration: underline;
    }

        .container.login .footerlogin a:hover {
            color: #0099cc;
        }

.footer .container {
    font-size: 13px;
    color: #ffcc33;
    text-align: center;
    width: 588px;
    line-height: 100px;
}


.Contactlist {
    width100 %;
}

    .Contactlist tr {
        display: inline-block;
    }

        .Contactlist tr .form-control {
            width: 200px;
            margin: 0 10px;
        }

.SearchBlock .accordionTitel {
    text-decoration: none;
    background: #2a3f54;
    display: block;
    line-height: 24px;
    font-size: 17px;
    border-color: #fff;
    text-align: left;
    padding: 10px;
    color: #fff;
}

    .SearchBlock .accordionTitel:hover {
        background: #069;
    }

    .SearchBlock .accordionTitel:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\e003";
    }

.form-group {
    position: relative;
}

.field-validation-error {
    position: absolute;
    bottom: -11px;
    margin: 0 !important;
}

    .field-validation-error span {
        color: red;
        font-size: 12px;
    }

.bg-primary, .bg-success, .bg-warning, .bg-danger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 57px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 57px -16px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 57px -16px rgba(0,0,0,0.75);
    border: 1px solid #ffffff1f;
    display: none;
}

    .bg-primary p, .bg-success p, .bg-warning p, .bg-danger p {
        padding: 15px;
        text-align: center;
        color: #fff;
        font-size: 15px;
        line-height: 40px;
    }

.bg-warning {
    border-color: #FFC947;
    color: #333;
}

    .bg-warning a {
        color: #333333;
    }

    .bg-warning .Okmsg {
        background: #000;
        opacity: 0.6;
        padding: 5px 20px;
        color: #fff;
        border-radius: 4px;
        margin: 0 10px 0 20px;
    }

.bg-danger {
    border-color: #F97869;
}

.bg-primary {
    background: #00ccff;
}

.bg-success {
    background: #8ec165;
}

.bg-warning {
    background: #ffc333;
}

.bg-danger {
    background: #fb6b5b;
}

.MSG div span {
    position: absolute;
    right: 10px;
    top: 2px;
    cursor: pointer;
}

    .MSG div span:after {
        font: normal normal normal 19px/1 FontAwesome;
        content: "\f057";
    }

.SearchBlock {
    background: #fff;
}

    .SearchBlock .collapse {
        padding: 20px;
        border: 1px solid #E6E9ED;
    }

.hasDatepicker {
    background: url('../../Images/date_icon.jpg') no-repeat 96% #fff;
    cursor: pointer;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #0000;
}

#Slidepage_right {
    background: #fff;
    padding: 20px;
    border: 1px solid #E6E9ED;
}

    #Slidepage_right .button_block {
        border-top: 1px solid #cccccc6b;
        padding-top: 20px;
    }

.SearchBlock .collapse .text-right {
    border-top: 1px solid #cccccc6b;
    padding-top: 20px;
}

.form-group.error .form-control {
    border-bottom-color: red;
}


.login .app-logo {
    background: url('../../Images/app-logo-black.png') no-repeat center;
    height: 58px;
    display: block;
}

.app-logo-menu {
    background: url('../../Images/app-logo-white.png') no-repeat center;
    height: 45px;
    display: block;
    background-size: contain;
    margin-top: 15px;
}

.paging-active {
    background-color: gray;
}

.paging {
    text-align: center;
}

.search-dialog {
    width: 60% !important;
}

.fullpage-dialog {
    width: 60% !important;
    z-index: 999999 !important;
    height: 80% !important;    
    overflow-y: scroll !important;
}

    .fullpage-dialog .ui-dialog-buttonpane {
        position: fixed;
        bottom: 0;
        width: 60%;
    }

/* Dropdown Button */
.dropbtn {
    color: #fff;
    background-color: #337ab7;
    line-height: 18px;
    font-size: 14px;
    min-width: 100px;
    border-radius: 15px;
    float: right;
    margin-right: -20px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content label {
        color: black;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content label:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: cornflowerblue;
    color: white;
}

.closebtn {
    float: right;
    margin-right: 20px;
}

.blockUI.blockOverlay{
    z-index:10000!important
}
.blockUI.blockMsg {
    z-index: 10011 !important
}