/* here you can put your own css to customize and override the theme */
@media only screen and (max-width: 2600px) { .hidemax2600 { display: none; } }
@media only screen and (max-width: 2400px) { .hidemax2400 { display: none; } }
@media only screen and (max-width: 2200px) { .hidemax2200 { display: none; } }
@media only screen and (max-width: 2000px) { .hidemax2000 { display: none; } }
@media only screen and (max-width: 1900px) { .hidemax1900 { display: none; } }
@media only screen and (max-width: 1800px) { .hidemax1800 { display: none; } }
@media only screen and (max-width: 1700px) { .hidemax1700 { display: none; } }
@media only screen and (max-width: 1650px) { .hidemax1650 { display: none; } }
@media only screen and (max-width: 1600px) { .hidemax1600 { display: none; } }
@media only screen and (max-width: 1550px) { .hidemax1550 { display: none; } }
@media only screen and (max-width: 1500px) { .hidemax1500 { display: none; } }
@media only screen and (max-width: 1450px) { .hidemax1450 { display: none; } }
@media only screen and (max-width: 1400px) { .hidemax1400 { display: none; } }
@media only screen and (max-width: 1350px) { .hidemax1350 { display: none; } }
@media only screen and (max-width: 1300px) { .hidemax1300 { display: none; } }
@media only screen and (max-width: 1250px) { .hidemax1250 { display: none; } }
@media only screen and (max-width: 1200px) { .hidemax1200 { display: none; } }
@media only screen and (max-width: 1150px) { .hidemax1150 { display: none; } }
@media only screen and (max-width: 1100px) { .hidemax1100 { display: none; } }
@media only screen and (max-width: 1000px) { .hidemax1000 { display: none; } }
@media only screen and (max-width: 900px) { .hidemax900 { display: none; } }
@media only screen and (max-width: 800px) { .hidemax800 { display: none; } }
@media only screen and (max-width: 700px) { .hidemax700 { display: none; } }
@media only screen and (max-width: 600px) { .hidemax600 { display: none; } }
@media only screen and (max-width: 500px) { .hidemax500 { display: none; } }
@media only screen and (max-width: 400px) { .hidemax400 { display: none; } }
@media only screen and (max-width: 300px) { .hidemax300 { display: none; } }

html,body {
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
	background-color: #FdFdFd !important;
}

.header {
	background-color: #FFFFFF !important;
	border-bottom: rgb(76,76,76);
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding: 0 10px 0 1px;	
	margin: 0px;
}
.navbar-brand {
	padding: 0px;
}
.nav-brand  a {
	max-height:24px;
}
.navbar-brand img {
	margin-left: 0px !important;
	max-height: 40px;
}
.header .navbar-brand img {
	margin-left: 1px;
}
.navbar-nav .dropdown-toggle:hover, .header .navbar-nav .dropdown.open .dropdown-toggle {
	/*background-color: #efefef !important;*/
     background-color: #062040 !important;
	box-shadow: 0px 5px 9px #CCC inset;
}


.header .navbar-nav > li.dropdown.user .dropdown-toggle .username {
	color: #000;
}

.badge {
	opacity: 0.9;
}

.whitebox{
	border:1px solid #ddd ;background-color:#fff;
}

.locked {
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    pointer-events: none;
}

.table>tbody>tr>td { padding: 2px;}

/* Customized by Kushal */

#header_mainmenu {
    position: inherit;
}

#header_mainmenu .dropdown-menu{
    width: auto;
	max-width: 98%;
    right: 20px;
    padding:20px;
    padding-right: 0px;
}

.header .nav > li#header_mainmenu > .dropdown-menu:before{
    right: 10px !important;
}

.header .nav > li#header_mainmenu > .dropdown-menu:after{
    right: 11px !important;
}

@media (max-width: 480px) {
    #header_mainmenu .tile.double-down {
        height: 75px !important;
    }

    #header_mainmenu .tile{
        height: 75px;
        width: 75px !important;
    }

    #header_mainmenu .tile-body p,#header_mainmenu .tile-object .name{
        display: none;
    }

    #header_mainmenu .tile .tile-object > .number{
        margin-bottom: 0px;
        margin-right: 0px;
    }


    #header_mainmenu .tile-body h4,#header_mainmenu .tile-body h3 {
        font-size: 12px;
    }
    #header_mainmenu .tile.double-down i{
        margin-top: 0px;
    }
    #header_mainmenu .tile .tile-body > i{
        font-size: 36px;
        margin-top: 0px;
        line-height: 46px;
    }

}


.centered{
    text-align: center;
}

.dropdown-menu .dropdown-menu-list.scroller{
    height: auto !important;
    max-height: 500px;
}

@media screen and (max-width: 1024px){
    #header_mainmenu .dropdown-menu{width: 96%;}
}

.slimScrollDiv{
    height: auto !important;
}

@media (max-width: 767px) {
	.hidden767 {display:none;}
    #header_mainmenu .dropdown-menu { width: 92%; }
}

@media screen and (min-width: 1366px){
    .modal-dialog {
        width: 800px;
    }
}


/*----------------------------------*/