body{
	background-image: url("/assets/img/debut_light.png");
	position:absolute;
    width: 100%;
	height: 100%;
}.navbar-xs { min-height:22px; border-radius:0} 
.navbar-xs .navbar-brand{ height: auto; padding: 2px 8px;font-size: 14px;line-height: 14px; } 
.navbar-xs .navbar-nav > li > a { border-right:1px solid #ddd; padding-top: 2px; padding-bottom: 2px; line-height: 16px }

.header_form{
	background: rgba(255,255,255,0.9);
	margin: 10px 0;
  	padding: 10px 0;
}
@font-face {
  font-family: "D7MBI";
  src: url("/assets/fonts/DSEG7/Modern/DSEG7Modern-BoldItalic.woff") format('woff');
}
.D7MBI {
font-family: "D7MBI";
}

.bs-wizard {margin-top: 20px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {right: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/


/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

/*  booking table */

table .radio { text-align: center;}



/* Table Selected Effect */
.selected-class{background-color:green;}
.modal-body strong {}
.modal-body span {}

.form-horizontal .control-label {
float: right;
width: 160px;
padding-top: 5px;
text-align: left;
}
.select2-container{
width:188px;
}





/* new for hospital */
html, body {
    height: 100%;
}




.orange-circle-button {
	box-shadow: 2px 4px 0 2px rgba(0,0,0,0.1);
	border: .5em solid #4cae4c;
	font-size: 1em;
	line-height: 1.1em;
	color: #ffffff;
	background-color: #5cb85c;
	margin: auto;
	border-radius: 10%;
	height: 8em;
	width: 9em;
	position: relative;
	margin:5px;
}
.orange-circle-button:hover {
	color:#ffffff;
    background-color: #5cb85c;
	text-decoration: none;
	border-color: #4cae4c;
	
}
.orange-circle-button:visited {
	color:#ffffff;
    background-color: #5cb85c;
	text-decoration: none;
	
}
.orange-circle-link-greater-than {
    font-size: 1em;
}



.blue-circle-button {
	box-shadow: 2px 4px 0 2px rgba(0,0,0,0.1);
	border: .5em solid #2e6da4;
	font-size: 1em;
	line-height: 1.1em;
	color: #ffffff;
	background-color: #337ab7;
	margin: auto;
	border-radius: 10%;
	height: 8em;
	width: 9em;
	position: relative;
	margin:5px;
}
.blue-circle-button:hover {
	color:#ffffff;
    background-color: #337ab7;
	text-decoration: none;
	border-color: #2e6da4;
	
}
.blue-circle-button:visited {
	color:#ffffff;
    background-color: #337ab7;
	text-decoration: none;
	
}
.blue-circle-link-greater-than {
    font-size: 1em;
}

/* cart */
.card {  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);}
.card {  margin-top: 10px;  box-sizing: border-box;  border-radius: 2px;  background-clip: padding-box;}
.card span.card-title {    color: #5C5C5C;    font-size: 24px;    font-weight: 300;    text-transform: uppercase;	margin: 0 10px;}
.card .card-image {  position: relative;  overflow: hidden;}
.card .card-image img {  border-radius: 2px 2px 0 0;  background-clip: padding-box;  position: relative;  z-index: -1;}
.card .card-image span.card-title {  position: absolute;  bottom: 0;  left: 0;  padding: 16px;}
.card .card-content {  padding: 16px;  border-radius: 0 0 2px 2px;  background-clip: padding-box;  box-sizing: border-box;}
.card .card-content p {  margin: 0;  color: inherit;}
.card .card-content span.card-title {  line-height: 48px;}
.card .card-action {  text-align: left;  border-top: 1px solid rgba(160, 160, 160, 0.2);  padding: 16px;}
.card .card-action a {  margin-right: 16px;  transition: color 0.3s ease;  text-transform: uppercase;}
.card .card-action a:hover {  text-decoration: none;}
.header-logo{}.navbar-default{z-index: 1000;background: rgba(255,255,255,0.9);box-shadow: 0 0 20px rgba(0,0,0,.3);margin-bottom: 5px;}
.logo-box {z-index: 1000;background: rgba(255,255,255,0.9);box-shadow: 0 0 20px rgba(0,0,0,.3);}
.logo-link img{	height: 84px;}
.top-header-menu{padding-left: 0px !important;}
/* carousel */
.carousel-inner.main-carousel {position: absolute !important;}
.carousel,.item,.active {    height: 100%;}
.carousel-inner.main-carousel {    height: 100%;}
/* Background images are set within the HTML using inline CSS, not here */
.fill {    width: 100%;    height: 100%;    background-position: center;    -webkit-background-size: cover;    -moz-background-size: cover;    background-size: cover;    -o-background-size: cover;}
/* Footer */
.cuadro_intro_hover{        padding: 0px;		position: relative;		overflow: hidden;		height: 200px;	}	
.cuadro_intro_hover:hover .caption{		opacity: 1;		transform: translateY(-150px);		-webkit-transform:translateY(-150px);		-moz-transform:translateY(-150px);		-ms-transform:translateY(-150px);		-o-transform:translateY(-150px);	}	
.cuadro_intro_hover img{		z-index: 4;	}	
.cuadro_intro_hover .caption{		position: absolute;		top:150px;		-webkit-transition:all 0.3s ease-in-out;		-moz-transition:all 0.3s ease-in-out;		-o-transition:all 0.3s ease-in-out;		-ms-transition:all 0.3s ease-in-out;		transition:all 0.3s ease-in-out;		width: 100%;	}	
.cuadro_intro_hover .blur{		background-color: rgba(0,0,0,0.7);		height: 300px;		z-index: 5;		position: absolute;		width: 100%;	}	
.cuadro_intro_hover .caption-text{		z-index: 10;		color: #fff;		position: absolute;		height: 300px;		text-align: center;		top:-20px;		width: 100%;	}	
/* car slider */
.col-item{    border: 1px solid #E1E1E1;    border-radius: 5px;    background: #FFF;}
.col-item .photo img{    margin: 0 auto;    width: 100%;}
.col-item .info{    padding: 10px;    border-radius: 0 0 5px 5px;    margin-top: 1px;}
.col-item:hover .info {    background-color: #F5F5DC;}
.col-item .price{    width: 100%;    float: left;    margin-top: 5px;}
.col-item .price h5{    line-height: 20px;    margin: 0;}
.price-text-color{    color: #219FD1;}
.col-item .info .rating{    color: #777;}
.col-item .rating{    /*width: 50%;*/    float: left;    font-size: 17px;    text-align: right;    line-height: 52px;    margin-bottom: 10px;    height: 52px;}
.col-item .separator{    border-top: 1px solid #E1E1E1;}
.clear-left{    clear: left;}
.col-item .separator p{    line-height: 20px;    margin-bottom: 0;    margin-top: 10px;    text-align: center;}
.col-item .separator p i{    margin-right: 5px;}
.col-item .btn-add{    width: 50%;    float: left;}
.col-item .btn-add{    border-right: 1px solid #E1E1E1;}
.col-item .btn-details{    width: 50%;    float: left;    padding-left: 10px;}
.controls{    margin-top: 20px;}[data-slide="prev"]{    margin-right: 10px;}
/* metro wedget */
.dynamicTile .col-sm-2.col-xs-4{    padding:5px;}
.dynamicTile .col-sm-4.col-xs-8{    padding:5px;}#tile1{    background: rgb(0,172,238);}#tile2{    background: rgb(243,243,243);}#tile3{    background: rgb(71,193,228);}#tile4{    background-image: url('http://handsontek.net/demoimages/tiles/facebook.png');    background-size: cover;}#tile5{    background: rgb(175,26,63);}#tile6{    background: rgb(62,157,215);}#tile7{    background: white;}#tile8{    background: rgb(209,70,37);}#tile9{    background: rgb(0,142,0);}#tile10{    background: rgb(0,93,233);}
.tilecaption{    position: relative;    top: 50%;    transform: translateY(-50%);    -webkit-transform: translateY(-50%);    -ms-transform: translateY(-50%);     margin:0!important;    text-align: center;    color:white;    font-family: Segoe UI;    font-weight: lighter;}
.titleHeader.home{padding: 0px;border-bottom: 1px solid #d1d1d1;}
.titleHeader.home  h3{float: left;padding-bottom: 7px;margin-bottom: -1px;font-size: 22px;color: #5a5a5a;font-weight: lighter;border-bottom: 3px solid #e74c3c;}
.col-item.card{margin-bottom: 10px;}
.our-service-content{background: #fff;}
@media (min-width: 979px) {	#sidebar.affix-top {		opacity:0;		position: absolute;		margin-top:30px;		width:228px;		 transition: opacity .25s ease-in-out;		   -moz-transition: opacity .25s ease-in-out;		   -webkit-transition: opacity .25s ease-in-out;		   			-webkit-transition: all .5s ease-in-out;		  -moz-transition: all .5s ease-in-out;		  -o-transition: all .5s ease-in-out;		  transition: all .5s ease-in-out;	}	
#sidebar.affix {		position: fixed;		top:100px;		width:228px;		opacity: 1;		   transition: opacity .5s ease-in-out;		   -moz-transition: opacity .5s ease-in-out;		   -webkit-transition: opacity .5s ease-in-out;		z-index: 1;		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);		background: rgba(255,255,255,0.9);		border-radius: 5px;					-webkit-transition: all .5s ease-in-out;		  -moz-transition: all .5s ease-in-out;		  -o-transition: all .5s ease-in-out;		  transition: all .5s ease-in-out;	  }}
#sidebar  li a:hover,#sidebar li a:focus {	background-color: transparent;	}	
/*#sidebar span.side-menu{opacity: 0;}	#sidebar span.side-menu:hover,#sidebar  li a span.side-menu:focus {opacity: 1;}*/	#sidebar li.active {		border:0 #eee solid;		border-right-width:4px;	}	
.get-start{	font-size: 40px;	position: absolute !important;	bottom: 0;	right: 50%;	left: 0;	margin-top:5px;	margin-right: -35px;	margin-left: 0;	}	
.container .inner-page{	background: rgba(255,255,255,0.9);	box-shadow: 0 0 20px rgba(0,0,0,.3);}
.modal-logo{margin: 0 auto;}


.select2-container .select2-selection--single {
  height: 33px !important;
}
span.select2-dropdown.select2-dropdown--below {
 /* width: 300px !important;
    right: 0 !important;*/
}
span.select2-dropdown.select2-dropdown--above{
 /* width: 300px !important;
    right: 0 !important;*/
}

/* color table cell based on type_of_customer */
/*
td.INV{
	  background-color: #FFC64C;
	  }
td.CONT1{
	  background-color: #29E81A;
	  }
td.CONT2{
	  background-color: #A1FFB8;
	  }
td.CONT-NEW{
	  background-color: #ffff89;
	  }
td.NEW{
	  background-color: #82c0ff;
	  }
td.INACTIVE{
	  background-color: #ef3c3a;
	  }
	*/  
/* tasktable */
i.redband{ color: #FF6C6C;}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 15px 5px 0px !important;
}
.date_small,.company_small {
  font-size: 12px;
}
td.company_small.problem_description p{padding: 5px 0;margin: 0;}
/* color table cell based on type_of_customer */
#customerInfo-extra{padding: 0px 0 0px 0px;}
/*
p.INV{
	  background-color: #FFC64C;
	  padding: 7px 5px;
	  }
p.CONT1{
	  background-color: #29E81A;
	  padding: 7px 5px;
	  }
p.CONT2{
	  background-color: #A1FFB8;
	  padding: 7px 5px;
	  }
p.CONT-NEW{
	  background-color: #ffff89;
	  padding: 7px 5px;
	  }
p.NEW{
	  background-color: #82c0ff;
	  padding: 7px 5px;
	  }
p.INACTIVE{
	  background-color: #ef3c3a;
	  padding: 7px 5px;
	  }
	  */
	  /*
.modal-header.INV{
	  background-color: #FFC64C;
	  }
.modal-header.CONT1{
	  background-color: #29E81A;
	  }
.modal-header.CONT2{
	  background-color: #A1FFB8;
	  }
.modal-header.CONT-NEW{
	  background-color: #ffff89;
	  }
.modal-header.NEW{
	  background-color: #82c0ff;
	  }
.modal-header.INACTIVE{
	  background-color: #ef3c3a;
	  }
	  
.header-bar.INV{
	  background-color: #FFC64C;
	  }
.header-bar.CONT1{
	  background-color: #29E81A;
	  }
.header-bar.CONT2{
	  background-color: #A1FFB8;
	  }
.header-bar.CONT-NEW{
	  background-color: #ffff89;
	  }
.header-bar.NEW{
	  background-color: #82c0ff;
	  }
.header-bar.INACTIVE{
	  background-color: #ef3c3a;
	  }
	  */
.header-bar{
	height: 100%;
    	padding: 15px;
    }	  
.tooltip-inner {
    white-space:pre-wrap;
}
#customerInfo-extra .tooltip {
  width: 120px;
  font-size: 16px;
  font-weight: bold;
}
#customerInfo-extra .tooltip-inner{text-align:right;}

.problem_description .tooltip {
  width: 250px;
  font-size: 16px;
  font-weight: bold;
}
problem_description .tooltip-inner{text-align:right;}

/* 
filter width */
	div#yadcf-filter-wrapper--tasksTable-0{
	
	}
	  button#yadcf-filter--tasksTable-0-reset {
		  display: none;
	}
	div#yadcf-filter-wrapper--tasksTable-2{
	
	}
	  button#yadcf-filter--tasksTable-2-reset {
		  display: none;
}

	  div#yadcf-filter-wrapper--tasksTable-6{
	
	}
	button#yadcf-filter--tasksTable-6-reset {
		display: none;
}


	  div#yadcf-filter-wrapper--tasksTable-7{
	
	}
	button#yadcf-filter--tasksTable-7-reset {
		display: none;
}


	  div#yadcf-filter-wrapper--tasksTable-9{

	}
	button#yadcf-filter--tasksTable-9-reset {
		display: none;
}


	  div#yadcf-filter-wrapper--tasksTable-13{
	
	}
	button#yadcf-filter--tasksTable-13-reset {
		display: none;
}
	button#yadcf-filter--tasksTable-1-reset {
	  display: none;
	}	
	button#yadcf-filter--tasksTable-5-reset {
	  display: none;
	}

	input#yadcf-filter--tasksTable-0,input#yadcf-filter--tasksTable-1
	,input#yadcf-filter--tasksTable-2,input#yadcf-filter--tasksTable-3,input#yadcf-filter--tasksTable-4,input#yadcf-filter--tasksTable-5{width: 100%;}
/* table header */
#licence_codes_Table th{
	  vertical-align: middle;
	  text-align: center;
	  padding: 3px 17px 3px 3px !important;
	} 
#tasksTable th{
	  vertical-align: middle;
	  text-align: center;
	  padding: 3px 17px 3px 3px !important;
	} 
	
	table.dataTable thead .sorting {
	  background-position-y: 10px; }
  
  /* Add Filter icon to dropdown*/
  select.yadcf-filter {
     -webkit-appearance: none;       
     -moz-appearance: none;    
     appearance: none;
     background: url('/assets/img/filter.png')  no-repeat;			background-size: 24px 24px; 
     width: 24px;
	 height: 24px;
	 border: none;
	 padding: 0px 0px 0px 24px;
	 margin: 10px 0px 0px 0px;
}
 select.yadcf-filter.inuse {
	  background: url('/assets/img/filter-selected.png')  no-repeat;			background-size: 24px 24px; 
	 }
	 
.form-control.redAlert{background-color:#FF5151;}

.old-lcd{
	  display: inline-block;
	  height: 34px;
	}
.old-lcd #table_total_work_time{
		color:rgb(0, 255, 0);
		text-decoration:none;
		background-color: #000;
		border-radius: 3px;
  		height: 100%;
	}
.old-lcd #zero_work_time{
		color:#d0d0d0;
		text-decoration:none;
		background-color: #000;
		border-radius: 3px;
  		height: 100%;
	}
.old-lcd #table_total_work_time #total_zero{
		color:rgb(86, 86, 86);
		text-decoration:none;
	}
.old-lcd #table_total_work_time span{
	font-size: 14px;}
	
.modal-header .breadcrumb a{
	color: #2A2A2A;
}
.modal-header .breadcrumb>li+li:before{
color: #2A2A2A;
}

#EditTask select.form-control {
	-moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}
#tasksTable thead{  background: rgba(255,255,255,0.9);}
#licence_codes_Table thead{  background: rgba(255,255,255,0.9);}
#employee_id_line select{
	    width: 85px;
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
}
#process_time_line select{
	width: 45px;
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
}

a.green,button.green{color:#3C6 !important;}
a.gray,button.gray{color:gray !important;}
a.red{color:#F30 !important;}
tr.yellow{background-color:#FF3 !important;}

ul.notifcation{  
max-height: 250px;
overflow-y: scroll;
overflow-x: hidden;
white-space: nowrap;
}
ul.notifcation::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
ul.notifcation::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
ul.notifcation::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
#notifcation_list.red_alert,#notifcation_sent.red_alert{
	background-color: #F00; height: 22px;}
#notifcation_list.red_alert #notifcation_count,#notifcation_sent.red_alert #notifcation_count{
	color:#FFF;
	}
#notifcation_list.red_alert .glyphicon-bell,#notifcation_sent.red_alert .fa-bullhorn{
	color:#FFF;
	}


/* 3D buttons */

.btn3d, .btn3d:focus {
    position:relative;
    top: -6px;
    border:0;
    -moz-outline-style:none;
         outline:medium none;
     transition: all 0.04s linear;
     margin-top:5px;
     margin-bottom:5px;
     margin-left:2px;
     margin-right:2px;
}
.btn3d:active, .btn3d.active {
    top:2px;
}
.btn3d.btn-white {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#fff;
}
.btn3d.btn-white:active, .btn3d.btn-white.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#fff;
}
.btn3d.btn-default {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#f9f9f9;
}
.btn3d.btn-default:active, .btn3d.btn-default.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#f9f9f9;
}
.btn3d.btn-primary {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#4274D7;
}
.btn3d.btn-primary:active, .btn3d.btn-primary.active {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color:#4274D7;
}
.btn3d.btn-success {
    box-shadow:0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#78d739;
}
.btn3d.btn-success:active, .btn3d.btn-success.active {
    box-shadow:0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #78d739;
}
.btn3d.btn-info {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#39B3D7;
}
.btn3d.btn-info:active, .btn3d.btn-info.active {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #39B3D7;
}
.btn3d.btn-warning {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#FEAF20;
}
.btn3d.btn-warning:active, .btn3d.btn-warning.active {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #FEAF20;
}
.btn3d.btn-danger {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#D73814;
}
.btn3d.btn-danger:active, .btn3d.btn-danger.active {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #D73814;
}
.btn3d.btn-magick {
    color: #fff;
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#bb39d7;
}
.btn3d.btn-magick:active, .btn3d.btn-magick.active {
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #bb39d7;
}
/*
#tasksTable tbody:before {
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent;
}
*/

table#subTable{
 margin-bottom: 0;
}
td.details-control {
    background: url('/assets/img/eye_open.png') no-repeat center center;
    cursor: pointer;
	    background-size: 33px 33px;
}

tr.blue_img td.details-control{
    background: url('/assets/img/eye_open_blue.png') no-repeat center center;
    cursor: pointer;
	    background-size: 33px 33px;
}
tr.shown td.details-control {
    background: url('/assets/img/eye_close.png') no-repeat center center;
	    background-size: 33px 33px;
}
tr.blue_img.shown td.details-control {
    background: url('/assets/img/eye_close_blue.png') no-repeat center center;
	    background-size: 33px 33px;
}
td.details-control_2 {
    background: url('/assets/img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control_2 {
    background: url('/assets/img/details_close.png') no-repeat center center;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 5px !important;
}
#subTable tr {
    background-color: beige;
}
#lineitems_table tbody tr .padding-right{
	    padding: 2px 45px 2px 2px !important;
	}
.dangers{background-color:#F2DEDE !important;}


#problem_description{
	width: 100%;
    height: 34px;
	
	-webkit-transition-timing-function: ease-in-out;
	 -webkit-transition: height 0.5s; /* Safari */
    transition: height 0.5s;
	}
#problem_description:hover{height: 100px;}




/***
Footer
***/

.footer {
  padding: 5px 30px 2px 20px; 
  font-size: 12px;
  /*z-index: 1000;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  margin-top: 5px;*/
}

.footer:after,
.footer:before {
  content: "";
  display: table;
  line-height: 0;
}

.footer:after {
  clear: both;
}

.footer .footer-inner {
  float: left;
  display: inline-block;
}

.footer .footer-tools {
  float: right;
  display: inline-block;
}

.footer .footer-tools .go-top { 
  display: block;
  text-decoration: none;
  cursor: pointer;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  padding: 0px 6px 0px 6px;
}

.footer .footer-tools .go-top i {
  font-size: 22px;
  margin-bottom: 5px; 
}

#tasksTable td{vertical-align: middle;}
#licence_codes_Table td{vertical-align: middle;}
.yadcf-filter-reset-button {display: none !important;}


/* report box header */

#header_reports_content{
width:600px;	
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}

#notifcation_list ul,#notifcation_list notifcation{width: 600px !important;}
#notifcation_sent ul,#notifcation_sent notifcation{width: 600px !important;}
.notifcation a.notice {
	font-size:14px !important;
	text-decoration:none;
	}
.notifcation a.notice #sender_name,.notifcation a.notice #notifcation_task_id{
	color:#F44336 !important;
}
.notifcation a.notice #receiver_name{
	color:#8BC34A !important;
}

.claim_level{background-color:#FFF;}
.claim_level0{background-color:#FFF;}
.claim_level1{background-color:#80FFF9 ;}
.claim_level2{background-color:#FFC64C;}
.claim_level3{background-color:#ef3c3a;}


.claim_level:hover,.claim_level:focus{background-color:#FFF !important;}
.claim_level0:hover,.claim_level0:focus{background-color:#FFF !important;}
.claim_level1:hover,.claim_level1:focus{background-color:#80FFF9 !important;}
.claim_level2:hover,.claim_level2:focus{background-color:#FFC64C !important;}
.claim_level3:hover,.claim_level3:focus{background-color:#ef3c3a !important;}
.ultra-wide{width: 90%;}
.is_hidden{display:none !important;}


.header_input {
    margin: 0 !important;
    padding: 0 1px !important;
}

.branch_info_header{
    padding: 10px;
}
.branch_info_header span{
	line-height: 2;
}
.branch_info_header span strong{
 color: #2196F3;
}
#TabBranch {
    background: #fff;
}
.circle-alert{
display: block;
    height: 30px;
    width: 30px;
    line-height: 60px;

    -moz-border-radius: 30px;
    border-radius: 30px;

    color: white;
    text-align: center;
    font-size: 2em;
}
.circle-red{
	background-color: #FF5722;
}
.circle-blue{
	background-color: #2196F3;
}
.circle-green{
	background-color: #8BC34A;
}
.circle-balck{
	background-color: #000000;
}
.circle-yellow{
	background-color: #FFC107;
}
.text-danger-red{
	font-weight: bold;
	color: red !important;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-stoped {
 background-color: #dedede;
}