.hamburger{
    display: none;
}
@media(max-width: 768px){
    .main-menu{display: none;}
    #CMN_gmenu{display: none;}
    .sub_menu_size{display: none;}
        .hamburger {
        display: inline;
    }
}
.btmtotop{
    -webkit-animation: bar .3s linear;
    -o-animation: bar .3s linear;
    animation: bar .3s linear; 
}

@keyframes bar { 
    0% {
        top: 100%;
    } 
    100% {
        top: 40%;
    }
}

.btmtotop1 {
    -webkit-animation: bar .3s linear;
    -o-animation: bar .3s linear;
    animation: bar .3s linear;
}

@keyframes bar {
    0% {
        top: 100%;
    }
    100% {
        top: 60%;
    }
}

.btn-default:hover{color:#00B2FF;background-color:#F8F8F8;border-color:#8c8c8c}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#00A2FF;background-color:#F0F0F0;border-bottom:2px solid #33AFFF !important;}
.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,
.btn-default:active:focus,.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle
.btn-default:hover{color:#00B2FF;background-color:#F8F8F8;border-color:#8c8c8c}
.dropdown-submenu {
    position: relative;
}
.stretch_body{min-width: 800px;}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.loadinggif {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url({{ URL::asset('assets/images/loader.gif') }}) center no-repeat;
    background-size: 10%;
    background-color: rgba(255, 255, 255, .5);
}
/* Start Toggle Button Hide / Show in Fraction Of Seconds Added By Bazith*/
#sidebar-wrapper {
    z-index: 999;
    left: 170px;
    width: 0;
    height: 100%;
    margin-left: -180px;
    overflow-y: auto;
    /*overflow-x: hidden;*/
    background: #D3D3D3;
    transition: width -7s;
}
#wrapper.toggled #sidebar-wrapper {
    width: 200px;
    transition: width -7s;
}
#wrapper.toggled {
    padding-left: 140px;
    transition: width -7s;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: width -7s;
    /*ADDED BY Sarath*/
    overflow-x: hidden;
}
@media (min-width:770px) {
    nav button {
        border: none !important;
        border-radius: 0px !important;
        width: 100px !important;
    }
    nav a {
        border: none !important;
        /*text-align: right !important;*/
        text-decoration: none;
    }
    nav .btn_height{height: 73px !important;width: 90px!important;}
}
html {
    /*display: table;*/
    margin: auto;
    padding: 0px;
}
body {
    /*display: table-cell;*/
    overflow-y: scroll;
    /*overflow-x: auto;*/
    vertical-align: middle;
    margin: auto;
    padding-right: 0px !important;
}
.whitespace_lr {
    width: 100%;
    border: 1px solid white;
}
.leftsidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #E6EEF2;
    border-right: 2px solid #5EC7BD;
    /*overflow-x: hidden;*/
    padding-top: 60px;
}
.leftsidenav a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 14px;
    /*background-color: #E6EEF2;*/
    color: black;
    display: block;
}
.hoverenable a:hover {
    /*border-bottom: 2px solid #33AFFF;*/
    color: #33AFFF;
    background-color: #E6EEF2;
    text-decoration: none !important;
}
/*.leftsidenav ul li {background-color: #5EC7BD;}*/
.leftsidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 26px;
    margin-left: 50px;
}
@media (max-width: 768px) {
    .whitespace_lr {
        /*width: 1270px;*/
        min-height: 200px !important ;
        border: 1px solid white;
        max-width: 1350px !important
    }
}
.secondul{background-color: #E6EEF2 !important;}
.BB1{border-bottom: 1px solid #5fa4c6;}
.BT1{border-top: 1px solid #5fa4c6;}
#mybutton {
    position: fixed;
    bottom: 30px;
    right: 60px;
}
.badge-notify{
    background:red;
    position:absolute;
    top:0px;
    left: 50px;
}
/*ADDED BY Sarath*/
#mySidenav .sidebar-nav li > a:hover{
    background-color:white;
}
#mySidenav .sidebar-nav li.active > a { 
    background-color: #F58142; 
    color: black; 
} 
#mySidenav .dropdown-menu li.active > a { 
    background-color: #fad6c3;  
    color: black;
} 
@media (min-width: 1400px) {
    img.imageDesLap.mt20 {
        margin-top: 2px !important;
    }
}