﻿.profile, .menu_section h3{
    display: none;
}
.left_col {
    background: #196bba;
    /*background: linear-gradient(45deg, #1691f5 0%, #0468A8 100%) !important;
    box-shadow: none;
    border: 0;*/
}
.navbar-brand {
    display: block;
    text-align: center;
    float: none;
    padding: 3px !important;
    margin-right: 0;
    height: 50px;
    width: 100%;
    overflow: hidden;
}
.navbar-brand img{
    max-width: 100%;
    max-height: 100%;
}
.nav-sm .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
}
.nav_title {
    width: 230px;
    float: left;
    background: #1f7bd3;
    border-radius: 0;
    height: 50px;
    border-bottom: 1px solid #43a1fb !important;
    transition: all ease 0.5s;
    /*background: linear-gradient(45deg, #1691f5 0%, #0468A8 100%) !important;
    box-shadow: none;
    border: 0;*/
}

.nav-md ul.nav.child_menu li:before {
    background: transparent;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%
}

.nav-md ul.nav.child_menu li:after {
    border-left: 0;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0
}
.nav.side-menu > li > a {
    transition:all ease 1s;
}
.nav.side-menu > li.active > a, .nav.side-menu > li > a:hover {
    background: rgba(255, 255, 255, 0.10);
}

a {
    color: #196bba;
    text-decoration: none;
    transition: all ease .4s;
}
a:visited {
    color: #196bba;
}
a:focus {
    color: #196bba;
}
a:hover{
    text-decoration: underline;
}
.menu_section a:hover {
    text-decoration: none;
}
th {
    background-color: transparent;
    color: #202020;
}
td {
    color: #525252;
}


body {
    color: #636363;
    background: #efefef;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471
}

.btn-custom-blue {
    color: #fff;
    background-color: #0468a8;
    border-color: #2e6da4;
}

.btn-custom-blue:hover {
    background-color: #337ab7;
    color: #fff;
}

.table > tbody > tr:hover {
    background-color: #fcefd7;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

*, :after, :before {
    box-sizing: border-box;
}

h2-custom-1 {
    font-size: 18px;
    font-weight: 400;
}

.icon-color {
    color: #fff;
}

.nav-md ul.nav.child_menu li:last-child::after {
    bottom: 0%;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 8px;
    clear: both;
    font-weight: 400;
    color: #424c52;
    background: #2A3F54;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 8px;
    margin-left: 0;
}
.dropdown .dropdown-menu .dropdown-item:hover {
    color: #fff;
}
.dropdown-item:visited, .dropdown-item:focus {
    color: #212529;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 13px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

/*.dropdown-item:hover {
    background-color: #26B99A;
    transition: background 0.2s ease, padding 0.8s linear;
}*/

.left-menu-footer {
    color: #fff !important;
    text-decoration: none;
}

/*hover color with transition in dropdown list item*/
.block {
    width: 200px;
    margin: 0 auto;
    text-align: left;
    padding: 50px;
    font-family: 'arial', sans-serif;
    font-weight: bold;
    padding: 20px;
    display: block;
    transition:all ease 0.5s;
    transition: all .25s ease-in;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
  
}

    .block:hover {
        background: #fd7c00;
        color: #fff;
    }



/* BackToTop button css */
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #0468a8;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff
    }

    #scroll:hover {
        background-color: #26b99a;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

/*Fixed header Button*/
.header {
    height: 50px;
}

#header-sroll {
    position: fixed;
    height: 50px;
    background: #ededed;
    /*left: 269px;*/
    top: 76px;
    float: left;
    /*width: 75%;*/
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 10000;
    color: #424c52;
    /*background-color: transparent;*/
}

    #header-sroll h1 {
        /*font-size: 30px;*/
        font-family: Arial;
        text-align: center;
        line-height: 50px;
        -ms-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    #header-sroll.small {
        /*line-height: 35px;*/
        top: 0;
        height: 40px;
        font-size: 22px;
    }

        #header-sroll.small h1 {
            /*height: 45px;*/
            /*line-height: 35px;*/
            /*font-size: 25px;*/
        }

.height-26 {
    height: 26px;
}

.navbar-nav .open .dropdown-menu {
    position: absolute !important;
    background: #fff;
    margin-top: 0;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: 0 !important;
    left: auto !important;
    width: 200px;
    z-index: 100000;
    top: auto !important;
}
.top_nav .dropdown-menu > li > button {
    border: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}
.top_nav a:hover{
    text-decoration: none !important; 
}

.td-hover {
    background-color: transparent !important;
}

.margin-top-bottom-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}
.padding-left-20 {
    padding-left: 20px !important;
}


.text-align-center {
    text-align: center !important;
}

.vertical-align-middle {
    vertical-align: -webkit-baseline-middle;
}

.padding-top-120 {
    padding-top: 72px !important;
}

/*Right menu hover*/
/*Right sub  Menu*/
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -130px;
    top: 230px;
    width: 210px;
    z-index: 1100;
}

.sticky li {
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    cursor: pointer;
}

    .sticky li:hover {
        margin-left: -290px;
    }

    .sticky li img {
        float: left;
        margin: 5px 4px;
        margin-right: 5px;
    }

    .sticky li p {
        padding-top: 5px;
        margin: 0px;
        line-height: 16px;
        font-size: 11px;
    }

        .sticky li p a {
            /*text-decoration: none;*/
            color: #2C3539;
        }

            .sticky li p a:hover {
                text-decoration: underline;
            }



.padding-ltr-loginDetail {
    padding-left: 15px;
    padding-top: 6px;
    padding-right: 15px;
}

.padding-top-10 {
    padding-top: 10px;
}

.logout-leftmenu {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    padding: 0px;
    color: #fff;
}

.margin-right-1 {
    margin-right: 1px;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.h4-box-shadow {
    border-radius: 7px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
}



.page-header-shadow {
    border-radius: 0;
    margin-top: 0px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding-left: 0;
    font-size: inherit;
}

.form-horizontal.formborder {
    border-radius: 3px;
    margin-top: 0px;
    padding: 14px 15px;
    -webkit-box-shadow: none;
    box-shadow: 0 0 10px #b5b5b5;
    border: 0px !important;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}
.form-horizontal.formborder:before {
    position: absolute;
    width: 16px;
    height: 16px;
    content: "";
    top: 0;
    left: 0;
    border-top: 3px solid;
    border-left: 3px solid;
    border-color: #fd7c00;
    border-radius: 3px 0 0 0;
}
.form-horizontal.formborder:after {
    position: absolute;
    width: 16px;
    height: 16px;
    content: "";
    bottom: 0;
    right: 0;
    border-bottom: 3px solid;
    border-right: 3px solid;
    border-color: #fd7c00;
    border-radius: 0 0 3px 0;
}

.page-mid-header {
    padding: 0 0 7px 0 !important;
    margin: 0 0 9px 0 !important;
    border-bottom: 2px solid #d4d4d4;
    position: relative;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #363636 !important;
    text-transform: capitalize;
}
.page-mid-header:before{
    position: absolute;
    content:"";
    width: 40px;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #fd7c00;
}
.page-mid-header.small_s {
    text-transform: inherit;
}

.padding-0 {
    padding: 0px !important;
}
.margin-0 {
    margin: 0px !important;
}

.h2-header-name {
    font-size: 22px;
    padding-left: 2px;
}

.margin-bottom-16 {
    margin-bottom: -16px;
}

.color-blue-a {
    color: #0468A8 !important;
}

.x_title span {
    color: #0468A8 !important;
}

.formborder-list-body {
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
}

.font-size-22 {
    font-size: 22px !important;
}

.margin-bottom-12 {
    margin-bottom: 12px !important;
}



.font-size-18 {
    font-size: 18px;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_1.gif) center no-repeat #fff;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding:0;
    display: block;
    background: transparent;
    border: 0px !important;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

body .container.body .right_col {
    background: #efefef !important;
}

.padding-right {
    padding-right: 0px !important;
}

.table-overflow-white-space {
    overflow-x: auto;
    white-space: nowrap;
}

.border-top-0 {
    border-top: 0px !important;
}

.action-dropdown-width-22rem {
    min-width: 22rem !important;
}

.preLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_1.gif) center no-repeat #fff;
}

.display-none {
    display: none;
}

/*
     View paging Don e on Js na need to display paging from Js  
     Disable Boder
     set Font and color
*/
.paging-item {
    display: paging;
    border: 0;
}

.paging {
    text-align: inherit
}

    .paging:hover {
        background-position: 0 0;
        color: #333;
    }

.maxheight180 {
    max-height: 180px !important;
}


.accordion-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.hide{
    display:none;
}
.inactiveAnchorLink {
    pointer-events: none;
    cursor: default;
}
/*td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}*/