body{
	font-family: 'Roboto', sans-serif;
	color:#434343;
}

h1,h2,h3,h4 {	
	color:#434343;	
	font-weight:400;
    letter-spacing: -1px;
	font-family: 'Roboto', sans-serif;
}

body h1{ font-size:26px !important; margin-top: -10px !important; margin-bottom: 0.47em !important;}
body h2{ font-size:24px; }
body h3{ font-size:20px; }
body h2, body h3, body h4, body strong{ color: #434343; text-decoration-color: #434343; }

strong {
    font-weight:bold;
}

p{
	font-size: 18.2px;
	line-height: 2.0em;
	color: #434343;
}
.ultra_light_grey{
	background-color:#fbfafa !important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
body ::selection {
    background: #ff9f40;
    color: #434343;
    text-shadow: none;
}
.grecaptcha-badge{
	right:-300px !important;
}
.hidden{
	display:none;
}
.relative{
	position:relative;
}
.fixed{
	position:fixed;
}

p.small{
	font-size:17.2px;
}

.red			{background-color:#ce0000;}
.redText   		{color:#ce0000; text-decoration-color: #ce0000;}

.redDark		{background-color:#870000;}
.redDarkText   	{color:#870000; text-decoration-color: #870000;}

.lightGrey 		{background-color:#f2efef;}
.lightGreyText  {color:#f2efef; text-decoration-color: #f2efef;}

body .grey 			{background-color:#767676;}
.greyBorder		{border-color:#767676;}
.greyText 		{color:#767676; text-decoration-color: #767676;}

.greyDark	 	{background-color:#000815;}
.greyDarkText   {color:#000815; text-decoration-color: #000815;}

.green	 		{background-color:#6ec300;}
.greenText  	{color:#6ec300; text-decoration-color: #6ec300;}

.yellow	 		{background-color:#ffc000;}
.yellowText  	{color:#ffc000; text-decoration-color: #ffc000;}

.orange	 		{background-color:#ee8213;}
.orangeText  	{color:#ee8213; text-decoration-color: #ee8213;}

.orangeLight	 	{background-color:#ff9f40;}
.orangeLightText  	{color:#ff9f40; text-decoration-color: #ff9f40;}


.white			{background-color:#fff;}
.whiteText		{color:#fff !important;}

.blueText		{color:#74d3f5 !important;}
.yellowText		{color:#ffe16c !important;}


.jumbotron{
	margin-bottom:0px;
}

.nopadding{
	padding:0px !important;
}
.nopadding_l{
	padding-left:0px;
}
.nopadding_r{
	padding-right:0px;	
}
.nopadding_t{
	padding-top:0px !important;
}
.nopadding_b{
	padding-bottom:0px;	
}
.nomargin{
	margin:0 !important;
}
.nobackground{
	background-color:transparent !important;
}

.transparent{
	background-color:rgba(0,0,0,0.0);
}
.small_container{
	max-width: 1300px !important;
}

.left_align{
	text-align:left;
}
.right_align{
	text-align:right;
}

.fontred{
	color:#ff6060;
}
.fontgreen{
	color:#72b965;
}

.right{
	float:right;	
}
.left{
	float:left;
}
.centerDiv{
	margin-left:auto;
	margin-right:auto;
}
.width-10{width: 20% !important;} .width-15{width: 25% !important;}
.width-20{width: 20% !important;} .width-25{width: 25% !important;}
.width-30{width: 30% !important;} .width-35{width: 35% !important;}
.width-40{width: 40% !important;} .width-45{width: 45% !important;}
.width-50{width: 50% !important;} .width-55{width: 55% !important;}
.width-60{width: 60% !important;} .width-65{width: 65% !important;}
.width-70{width: 70% !important;} .width-75{width: 75% !important;}
.width-80{width: 80% !important;} .width-85{width: 85% !important;}
.width-90{width: 90% !important;} .width-95{width: 95% !important;}
.width-100{width: 100% !important;}

.mobile_only{
	display:none;
}

.textOverflow{
  display:block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;	
}
.textBreak{
    text-overflow: initial;
    white-space: normal;
    overflow: hidden;	
}}

.jumbotron:last-of-type:not(:first-of-type) {
    margin-bottom: 60px;
}

.jumbotron p{
	font-size: 19px;
    font-weight: 200;
	line-height:1.5em;
	//color:#1c1a19;
	color:#616161;
}

.jumbotron.topcenter{
	top: 5%;
    //transform: translateY(-50%);
}

a.button,
button.button{
    display: inline-block;
    padding: 4px 40px 1px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 800;
    color: #FFF;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    border-radius: 6px;
    border-bottom: 2px solid rgba(0,0,0,0.3);
    transition: background-color .2s ease-in;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 1px;
}

a.button:active{
	border-bottom:0;
	margin-top:2px;
}

a.button i{
	line-height: 50px;
}

a.button.small i{
	line-height: 38px;
}

a.button.mini:not(.small){
	padding: 7px 5px 6px 6px;
    width: 44px;
    height: 44px;
}
a.button.mini.small{
	padding: 0;
    width: 40px;
    height: 40px;
}
a.button.mini.small:not(.removeCat) i.fa{
    line-height: 42px;	
}
a.button.big {
    height: 60px;	
    line-height: 54px;
}
a.button.superbig {
    height: 80px;
    line-height: 80px;
	padding: 4px 50px 1px;
}

a.button.lightGrey,
button.button.lightGrey{
	color:#555;
}

a.button.greyDark,
button.button.greyDark{
	border-color:#464646;
}

a.button.red:hover,
button.button.red:hover{
	background-color:#880510;
	border-color:#880510;
}

a.button.greyDark:hover,
button.button.greyDark:hover{
	background-color:rgba(0, 8, 21, 0.87);
}


a.button.small, button.button.small {
	font-size: 14px;
    padding: 2px 21px 0;
    line-height: 38px;
}

div.jumbotron.spacer{
	height:160px;
}

body select{
	-webkit-appearance: none;
}
body input,
body textarea,
body select{
    line-height: 29px;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #b9b9b9;
    border-radius: 2px;
    color: #000815;
    box-sizing: border-box;
    background-color: #fbfbfb;
}
body input[type='checkbox']{
	box-shadow:inherit !important;
}

div.container select.validating,
div.container textarea.validating,
div.container input.validating {
	border-bottom-width: 2px;
    transition: border-color .5s ease-in, background .5s ease-in;
}
div.container select.wrong, div.container textarea.wrong, div.container input.wrong {
    border-bottom-color: rgb(167, 6, 6);
}
div.container select.validated, div.container textarea.validated, div.container input.validated {
    border-bottom-color: rgb(6, 167, 6);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: rgb(124, 0, 0) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

body input::placeholder,
body textarea::placeholder,
body select::placeholder,
input::-ms-input-placeholder,
input:-ms-input-placeholder,
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #434343;
  opacity: 1; /* Firefox */
}

/* -- custom checkbox -- */
input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #b1b1b1;
    background-color: #fff;
    border-radius: 0.1em;
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    padding-left: 0.4em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    font-size: 10px;
    line-height: 16px;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}


/* -- workspace -- */
div.workspace{
	position:relative;
	width:calc(100vw - 100px);
	margin: 0 0 0 100px;
	min-height:100%;
	max-height:100vh;
	overflow:auto;
	background-color:#fbfbfb;
}

body div.maincontent{
	max-width:inherit !important;
	position:relative;
	width:100%;
	padding: 30px 60px;
	min-height:100vh;
	background-color:white;
	background-image: url(../images/background_right.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
    background-attachment: fixed;
}

/* .colorWheel{ */
	/* display:block; */
	/* width:200px; */
	/* height:200px; */
/* } */
.colorPickSelector {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin:20px 0;
  border: 1px solid #464646;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
  transition: all linear .2s;
}

.colorPickSelector:hover { transform: scale(1.1); }


div.titleBar {
    border-bottom: 2px solid;
}
div.titleBar h1 {
    margin: 7px 0 0 !important;
}
div.titleBar .infoBox {
    padding-bottom: 10px;
}
div.buttonBar{
	padding:20px 0;
}

h1 font,
h2 font,
h3 font,
h4 font{
	font-size: 0.7em;
    color: #ee8213;
    display: inline-block;
}

div.infoBoxHolder{
	margin-bottom:20px;
}

div.infoBox{
	width:100%;
    float: left;
    padding: 20px 0;
}

input ~ i.info,
select ~ i.info,
textarea ~ i.info{
    position: absolute;
    right: 6px;
    top: 10px;
    cursor: none;
    font-size: 13px;
}

.helpPopup{
	position: Absolute;
    width: auto;
	max-width:300px;
    height: auto;
    padding: 20px;
    border: 2px solid #870000;
    background-color: #fff9f9;
    z-index: 1100;
    top: 0;
    left: 0;
    border-radius: 3px;
}
.helpPopup .helpPopupArrow{	
    width:30px;
	height:17px;
	background-image:url('../images/helpTriangle.png');
	background-position:bottom center;
	background-repeat:no-repeat;
	position:absolute;
	top:-17px;
	left:0;
}

a.backBox{
	display:inline-block;
    width: 70px;
    height: 97px;
    float: left;
    font-size: 40px;
    text-align: center;
    padding-top: 28px;
	cursor:pointer;
}
a.backBox ~ .titleBar{
	width: calc(100% - 70px - 20px);
	margin-left:20px;
}

div.container h1{
	margin-top:0;
}

div.workspace.full{
	width:100%;
}

span.status,
span.type {
    padding: 7px;
    border-radius: 3px;
    background-color: #ff3b3b;
    color: white;
	text-align:Center;
	display:inline-block;
	min-width:140px;
}
span.type._0 {
	color:#fff;
    background-color: #ee8213;
}
span.type._1 {
	color:#fff;
    background-color: #1c7fbe;
}

span.status{
	
}

span.status.status_0,
span.status.status_1,
span.status.status_2{
    margin: 0;
    width: 100%;
    text-align: left;
}
span.status._paid,
span.status._verstuurd,
span.status.status_3{
	background-color:#7dbc0e;		
    color: white;
}


.lightbox{
	top: 30% !important;
}

.editFieldHolder:not(.shown),
#editField:not(.shown){
	display:none;
}
div.editFieldHolder.shown{
    z-index: 5;
}
div.editField{
}
div.editFieldHolder.shown .editField{
	right:0;
}

div.editField div.close{
	position:absolute;
	top:20px;
	right:20px;
	width:30px;
	font-size:30px;
	text-align:center;
	cursor:pointer;
	z-index: 4;
}
div.editField div#editFieldContent{
	position:relative;
	width:100%;
	min-height: 200px;
	z-index: 3;
}

div.editField.editing .noEdit{
	display:none !important;
}
div.editField.editing input ~ input{
	margin-top: 5px;
}

body .window_content div#editFieldContent{
	min-height:10px;
}
body .window_content .bottom {
    float: left;
}
div.editField div#editFieldContent h3{
	padding: 5px 0;
    margin-bottom: 6px;
}
div.editField textarea{
	resize:vertical;
}

div.editField div.bottom{
	margin-top:25px;
	height:50px;
}
div.editField table.gegevensEdit tr > td:last-of-type{
	padding-right:0;
}

table.gegevens a{
	text-decoration:none;
}

table.gegevens tr td.tdCheckbox{
    padding: 10px 5px;
	width:30px;
}
table.gegevensEdit{
	width:100%;
}
table.gegevensEdit tr:nth-of-type(even) {
    /* background-color: rgba(221, 221, 221, 0.05); */
}
table.gegevensEdit tr td{
	padding:5px;
}
table.gegevensEdit tr td input,
table.gegevensEdit tr td select,
table.gegevensEdit tr td textarea{
	width:100%;	
	border-color: #eee;
}
table.gegevensEdit tr td input:read-only,
/*table.gegevensEdit tr td select:read-only,*/
table.gegevensEdit tr td textarea:read-only{
	background-color:#f0f0f1;
}

table#product td:first-of-type{
	width:100px;
}
table#product td:last-of-type{
	max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.window_content .gegevensEdit input ~ select,
.window_content .gegevensEdit input ~ input,
.window_content .gegevensEdit select ~ input,
.window_content .gegevensEdit select ~ select{
	margin-top:5px;
}

thead.tableHide{
	height: 0 !important;
}
.tableHide,
.tableHide *{
	padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 0 solid transparent !important;
    margin: 0;
    max-height: 0px;
    min-height: 0;
	height: 0 !important;
    line-height: 0.001px !important;
    height: 0;
    overflow: hidden;
    opacity: 0.0;
}

.loadinggif {
    background:url('http://www.hsi.com.hk/HSI-Net/pages/images/en/share/ajax-loader.gif') no-repeat right center;
}


table.gegevens{
	width:100%;	
}
table.gegevens thead tr{
	background-color:transparent !important;	
	border-width:0 !important;
}
table.gegevens tr{
	border-bottom:2px solid #f2efef;
}
table.gegevens tr:nth-of-type(odd){
	//background-color:#f6f4f4;
}

table.gegevens td{
	line-height:20px;
	padding:10px 5px;
}

div.workspace div.content{
	//padding: 30px 10px 30px 20px;
	padding: 20px 0px;
    float: left;
    min-width: 100%;	
	transition: margin-left .5s ease-in-out;
}

table.workspace{
    position: relative;
    width: 100%;
    margin: 0 0;
	padding:0;
    border-collapse: collapse;
    overflow: hidden;
}

table.workspace tr td,
table.workspace tr th{
	padding: 7px 5px;
	color: #4E4E4E;
	height:32px;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
	cursor:pointer;
}

table.workspace tr td:first-child,
table.workspace tr td:first-child{
    border-left:7px solid transparent;
    padding: 0px 6px 0 10px;	
}

table.workspace tr{
	background-color:#FBFBFB;
}
table.workspace tr:nth-child(even){
	background-color:#F7F6FF;
}
table.workspace tr:nth-child(odd){
	background-color:#F0EEFF;
}
table.workspace tr.selected,
table.workspace tr:hover{
	background-color:#E0DCFB;
}
table.workspace tr.selected td:first-child,
table.workspace tr:hover td:first-child{
    border-left:7px solid #3F3C51;	
}

th.blue,
td.blue{
	color:#1F89BE !important;
}
th.bold,
td.bold{
	font-weight:Bold !important;
}
th.centered,
td.centered{
	text-align:Center !important;
}
th.padding,
td.padding{
	padding-left:20px !important;
}

table.workspace td img.order{
	width:17px;
}
table.workspace td img.clientImage{
	height: 40px;
    width: 40px;
	border-radius:50%;
}

div.messageBox {
	padding: 5px 0 5px;
}
div.messageBox::empty {
	display:none;
}
div.content div.message,
div.messageBox div.message{
	position: relative; 
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
	min-height: 20px;    
    background-color: #fff;
	border-left: 5px solid #05ba3b;	
    padding: 9px 10px;
    margin: 0 0 5px 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    opacity:0.0;
	transition: opacity .4s ease-in-out;
}

div.messageBox div.message .fa{
	width:30px;
	text-align:center;
}

div.message.shown{
	opacity:1.0 !important;
	transition: opacity .4s ease-out;
}
body div.message.warning{
	border-left-color: #ffe26c !important;
	background-color: #f9f3d9;
}
body div.message.wrong,
body div.message.error{
	border-left-color: #ff6060 !important;	
	background-color:#f79898;
}

div.content div.message{
	width: 100%;
    background-color: #FFF;
    margin: 0 0 10px;
    border-radius: 2px;
    min-height: 0;
    opacity: 1.0;
}
div.content div.message:not(.shown){
	padding:0;	
	margin:0;
	overflow:hidden;
	max-height:0;
}

div.loader{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9999;
	background-color: rgba(255,255,255,0.8);
	opacity: 0.0;
	transition: opacity .1s ease-in-out;
}
div.loader img{
    position: absolute;
    width: 29px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);	
}
div.loader.show{
	opacity:1.0;
}

div.bottom{
	bottom:0;
	right:0;
	min-height:50px;
	width:100%;
	padding:20px 30px;	
}

ul.status {
    list-style: none;
    padding-left: 0;
    width: 100%;
    max-height: 200px;
}
ul.status li{
    line-height: 16px;
    font-size: 14px;
    padding-left: 9px;
    border-left: 2px solid #9c0511;
    margin-bottom: 9px;
}
/* -- overall css, gegevens aanpas popup -- */
table.gegevensView.files tr > td:last-of-type{
	min-width: 110px;
}
table.gegevensView:not(.files) tr > td:first-of-type{
	width:45%;
}
 
table.gegevens thead th,
table.gegevens thead td{
	cursor:pointer;
}
table.gegevens thead th.highLow strong,
table.gegevens thead td.highLow strong,
table.gegevens thead th.lowHigh strong,
table.gegevens thead td.lowHigh strong{	
	border-bottom: 1px solid #9d0512;
}

table.gegevens thead th.highLow::after,
table.gegevens thead td.highLow::after,
table.gegevens thead th.lowHigh::after,
table.gegevens thead td.lowHigh::after{
	position: relative;
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/icons/sort_up.png);
    background-size: 100%;
    margin-left: 4px;
    margin-right: -11px;
    text-align: center;
    transition: transform .2s ease-in-out;
}
table.gegevens thead th.lowHigh::after,
table.gegevens thead td.lowHigh::after{
	transform:rotateZ(180deg);	
}

table.gegevens th.sorting::after,
table.gegevens td.sorting::after{
	position: relative;
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    margin-left: 4px;
}

label.vestiging {
    width: 50%;
	max-width:150px;
    display: inline-block;
    padding: 0;
    float: left;
}
label.vestiging input{
	width:15px !important;
    transform: translateY(2px);
}

/* .fancyScroll::-webkit-scrollbar { */
*::-webkit-scrollbar {
    width: 6px;
	height:6px;
    background-color: rgb(242, 239, 239);
}
/* .fancyScroll::-webkit-scrollbar-thumb{ */
*::-webkit-scrollbar-thumb{
    width: 6px;
	height:6px;
    background-color: #434343;
}

table.gegevensEdit label.note{
	color: #9d0512;
    font-size: 13px;
    line-height: 16px;
}
table.gegevensEdit label.note input{
	margin-top:4px;
}

table ul.code95{
	list-style: square;
	margin: 0;
	padding: 1px 0;
}
table ul.code95:empty{
	display:none;
}
table ul.code95 li{
	padding: 5px;
    background-color: #f9f9f9;
}
table ul.code95 li:nth-of-type(even){
    background-color: #f5f2f2;	
}

div.tableHolder{
	width:100%;
	height:auto;
	overflow:auto;
}

div.pagination { padding: 10px 0; }
div.pagination div.links b,
div.pagination div.links a{
	display: inline-block;
    margin: 2px;
    padding: 6px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    background-color: #f2efef;
    color: #555555;
}

div.pagination div.links b{
    background-color: #ff9f40;
    color: #fff;
}
div.pagination div.results{
	padding:7px 0;
}

/* -- window -- */

body .windowHolder{
    position: fixed;
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:98;
}
body .windowHolder:not(.shown){
	display:none;
}

body .maincontent .window,
body .jumbotron .window{

    position: absolute;
    top: calc(30% - (250px/2));
    left: calc(50% - (450px/2));
    max-width: 450px;
    width: 100%;	
	
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 3px 3px 0 0 rgba(153, 153, 153, 0.18);
	padding: 0;
    z-index: 99;
}

body .window.medium{
	max-width: 700px;
    left: calc(50% - (700px/2));
	margin-bottom:20px;
}
body .window.big{
	max-width: 800px;
    left: calc(50% - (800px/2));
	margin-bottom:20px;
}

body .window .window_content{
	padding:30px;
	width:100%;
	height:auto;
    float: left;
}
body .window .window_title{
    padding: 10px 30px;
    height: auto;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
body .window.edit .window_title{
	padding-right:30px;
}

body .window .window_title .close{
    position: Absolute;
    width: 20px;
    top: 1.4em;
    right: 21px;
    font-size: 20px;
    cursor: pointer;
}

body .window .window_title h1{
	text-align:center;
    margin: 10px !important;
}
body .window.edit .window_title h1{
	text-align:left;
}

@media (max-width: 1400px) and (min-width: 1200px){
	table{
		font-size: 15px;
	}
	a.button, button.button {
		padding: 3px 30px 3px; 
	}
	
	table.gegevensEdit tr td{
		font-size: 15px;
	}
	table.transparent td {    
		font-size: 17px;
	}
	span.status{		
		font-size: 15px;
	}
}

@media (max-width: 1700px){
	div.left_menu div.bottom .button.dark_grey{
		margin-right: 0px;
		padding: 4px 20px 1px;
	}
}

@media (max-width: 1024px){
	body div.top input,
	body div.top select{
		width:100%;
		max-width:100%;
	}
	body div.top .button{		
		margin-bottom: 10px;
	}
	body .not_mobile{
		display:none;
	}
}
@media (max-width: 991px){
	body .mobile_nopadding{
		padding: 0;
	}

	body .mobile_only{
		display: initial;
	}
	body span.status {
		min-width: 10px;
	}
}
@media (max-width: 960px){
	.pagination .links,
	.pagination .results{
		text-align:center !important;
	}
}

@media (max-width: 880px){
	body div.left_menu{
		width:60px;
	}
	body div.left_menu ul.menuContent li i {
		font-size: 21px;
	}
	body div.left_menu ul.menuContent li a {		
		padding: 14px;
	}
	body div.left_menu ul.menuContent li a span{
		display:none;
	}
	body div.left_menu div.top img {
		width: calc(100% - 6px);
	}
	body div.workspace{
		margin-left: 60px;
		width: calc(100% - 60px);
	}
	body div.maincontent {
		padding: 20px 10px;
	}
	body .buttonBox .button{
		width:100%;
		margin: 5px 0 !important;	
	}
}

@media (max-width: 528px){
	body .maincontent .window, body .jumbotron .window{
		left:0;
		right:0;
	}
}
@media (max-width: 400px){
	body div.maincontent {
		padding: 20px 0px;
	}
}
	


	
	