@import "bootstrap/bootstrap.min.css";
@import "bootstrap/bootstrap-responsive.min.css";
@import "bootstrap/bootstrap-fileupload.css";
@import "jquery/ui.css";
@import "fancybox/jquery.fancybox.css";
@import "uniform/uniform.css";
@import "select/select.css";
@import "tagsinput/jquery.tagsinput.css";
@import "multiselect/multiselect.css";
@import "validation/validationEngine.jquery.css";
@import "stepywizard/jquery.stepy.css";
@import "mcustomscrollbar/mCustomScrollbar.css";
@import "fuelux/fuelux.css";
@import "icons.css";
@import "stylesheet.css";
@import "styling.css";
@import "opera.css";
@import "mystyles.css";

html { height: 100%; }
body { 
	min-height: 100%; 
	font-family: "Segoe UI", arial, sans-serif; 
	font-size: 12px; 
	/*line-height: 18px;*/
	position: relative;}


/*~Smartphones (portrait and landscape)~*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {    
    .data, .data-fluid{ overflow: hidden; overflow-x: scroll; }
    .body .content .block .data {padding: 5px;}
}

/*~Smartphones (landscape)~*/
@media only screen and (min-width : 321px) {
    
}

/*~Smartphones (portrait)~*/
@media only screen and (max-width : 320px) {
    .bcs-head .logo {width: auto;border-right:none;}
    .bcs-head #toggle-sidebar {display: none !important;}
    .customer {display: none;}
}

@media only screen and (max-width : 480px) {
    .bcs-head .logo {width: auto;border-right:none;}
    .bcs-head #toggle-sidebar {display: none !important;}
}

@media only screen and (max-width : 540px) {
    .customerlogo {display: none;}
}

@media only screen and (max-width: 767px){
    .body .navigation > li{position: relative;}
    .body .navigation > li .sub{left: 0px; top: 70px; z-index: 100; padding: 0px;}
        .body .navigation > li .sub li{float: left; background: #F5F5F5; margin: 0px;}
        .body .navigation > li .sub li a{padding: 5px 10px; width: 180px; float: left;}
    .popup.active{position: fixed; left: 50%; margin-left: -150px;}
}

@media only screen and (max-width: 768px){
    body{padding: 0px;}
    body .bcs-head {margin: 0 0 0 20px;}       

        .body .navigation .button{width: 55px; height: 55px; }
        .body .navigation .arrow{display: none;}
        .body .navigation .button .icon{width: 55px; height: 44px; margin: 0px; border: 0px;}
        .body .navigation .button .name{font-size: 10px;}
    
    .data, .data-fluid{ overflow: hidden; /*overflow-x: scroll;*/ }
    .body .content .widget{margin-bottom: 0px;}
    .body .content .widget:nth-child(1n){margin-right: 3px;}
		.input-append input[type="text"], .input-prepend input[type="text"] {width: 100%}
}

@media only screen and (max-width: 1023px) {    
    
    .body .navigation .button{width: 55px; height: 55px; }
    .body .navigation .arrow{display: none;}
    .body .navigation .button .icon{width: 55px; height: 44px; margin: 0px; border: 0px;}
    .body .navigation .button .name{font-size: 10px;}        
    
}

/*~iPads (portrait and landscape)~*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .body .navigation .button .icon{padding-top: 4px; height: 41px;}    
    .body .content .widget{margin-bottom: 0px;}
    .body .content .widget:nth-child(2n){margin-right: 0px;}
    .sidebar {display: none;}
}

@media only screen and (max-width: 1024px) {

    .sidebar {display: none;}
    .sidebar .close{display: block;}
              .sidebar .navigation li.active ul{display: block; float: left;}
          .sidebar .navigation li ul li{clear: both;}

    .body .navigation {height: auto;}
    .body .navigation .buttons .sbutton.navButton{display: inline-block;}
    .bcs-head .buttons .sbutton.navButton{display: inline-block;}
    .bcs-head {margin: 0 -20px 0 0;}
    /*
    #topapps {top:0;}
    */
}

@media only screen and (max-width: 1279px) {
    .wrapper.fixed{width: auto; margin: 0px 10px;}
}

.sidebar.fixed .top-prev a {
    text-decoration: none;
}