@import "bootstrap/bootstrap.min.css";
@import "bootstrap/bootstrap-responsive.min.css";
@import "bootstrap/bootstrap-responsive-patched.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 "mcustomscrollbar/jquery.mCustomScrollbar.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; }
}

/*~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;}
	.bcs-head #toggle-sidebar          {display: block !important;}
	.bcs-head #toggle-sidebar          {border-left: 1px solid #ffffff; float: right; margin-left: 10px;}
	.body                              {margin-left: 0 !important}
	.sidebar                           {width: 100%;margin-left: 20px;}
}

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

@media only screen and (max-width : 600px) {
	.login                                     {width: 90%;  left: 0; margin-left: 0; margin-top: 0; padding: 5%; position: relative; top: 0; }
	.login .customer                           {width: 100%; left: 0; font-size: 56px; line-height: 1; padding: 0 0 5%; position: relative; right: 0; text-align: center; top: 0; }
	.login .page-header                        {width: 100%; clear: both; float: none; margin: 0 0 5%; padding: 0 0 5%;}
	.login .page-header .icon                  {display: none}
	.login .page-header h1                     {float: none; line-height: 1; text-align: center;}
	.login .accessbar                          {width: 100%; left: 0;  position: relative; right: 0;  top: 0;  }
	.login .row-fluid                          {float: none}
	.login .row-form                           {width: 100%; padding: 0 0 5%; }
	.login .row-form input,
	.login .row-form input[type="text"],
	.login .row-form input[type="password"]    {line-height: 100% !important; padding: 5% 5% !important; height: auto !important;}
	#loginapps .content .widget                {width: auto; margin-right: 0;  padding: 2% 5%;}
}

@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;}
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
		margin-right: 0;
		margin-left: 0;
	}
}

@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: 979px) {    
	.navbar-fixed-top, .navbar-fixed-bottom    {position: fixed;}
}

@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;}
}


