/* here you can put your own css to customize and override the theme */
table>tr>td .checkswitch{
	 text-align:right !important;
} 
/* SWITCH */
.nbessai{
	/*top: 0px;*/
	/*right: 0px;*/
	color: #FFF !important;
	font-size: 16px !important;
	padding: 7px 13px !important;
	/*position: absolute;*/
	background: none repeat scroll 0% 0% #169EF4 !important;
}

.has-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*
.has-switch:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
*/
.has-switch.switch-mini {
  min-width: 72px;
}
.has-switch.switch-mini span,
.has-switch.switch-mini label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.has-switch.switch-mini i.switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.has-switch.switch-small {
  min-width: 80px;
}
.has-switch.switch-small span,
.has-switch.switch-small label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.has-switch.switch-large {
  min-width: 120px;
}
.has-switch.switch-large span,
.has-switch.switch-large label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.has-switch.switch-animate > div {
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.has-switch.switch-off > div {
  left: -50%;
}
.has-switch.switch-on > div {
  left: 0%;
}
.has-switch.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.disabled span,
.has-switch.disabled label {
  cursor: default !important;
}
.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.has-switch input[type=radio],
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span,
.has-switch label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.has-switch label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.333333333%;
  background: #ffffff;
}
.has-switch label i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33.333333333%;
}
.has-switch span.switch-left {
  color: #f00;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.has-switch span.switch-right {
  color: #000;
  background: #eeeeee;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #fff;
  background: #428bca;
}
.has-switch span.switch-info {
  color: #fff;
  background: #5bc0de;
}
.has-switch span.switch-success {
  color: #fff;
  background: #5cb85c;
}
.has-switch span.switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.has-switch span.switch-danger {
  color: #fff;
  background: #d9534f;
}
.has-switch span.switch-default {
  color: #000;
  background: #eeeeee;
}
/* ORG-CHART */
div.orgChart {
    border                : 1px solid #cccccc;
    background-color      : #ffffe8;
    margin                : 10px;
    padding               : 20px;
}

div.orgChart h2 {
    margin                : 0px;
    font-size             : 1em;
    border-bottom         : 2px solid black;
    border-bottom         : none;
}

div.orgChart ul {
    list-style            : none;
    margin                : 4px;
    padding               : 0px;
    font-size             : 0.8em;
    text-align            : left;
}

div.orgChart ul.stack,
div.orgChart ul.stack ul {
    text-align            : center;
}

div.orgChart table {
    width                 : 100%;
}

div.orgChart tr.lines td.line {
    width                 : 1px;
    height                : 20px;
}

div.orgChart tr.lines td.top {
    border-top            : 3px solid black;
}

div.orgChart tr.lines td.left {
    border-right          : 2px solid black;
}

div.orgChart tr.lines td.right {
    border-left           : 2px solid black;
}

div.orgChart td {
    text-align            : center;
    vertical-align        : top;
    padding               : 0px 2px;
}

div.orgChart div.node {
    cursor                : default;
    border                : 2px solid black;
    display               : inline-block;
    padding               : 0 4px;
    width                 : 96px;
    height                : 60px;
    background-color      : #ffffcf;
    line-height           : 1.3em;
    border-radius         : 8px;
    box-shadow            : 4px 4px 6px #888888;
    -moz-border-radius    : 8px;
    -moz-box-shadow       : 4px 4px 6px #888888;
    -webkit-border-radius : 8px;
    -webkit-box-shadow    : 4px 4px 6px #888888;
}

div.orgChart div.hasChildren {
    background-color      : #ffff98;
}

div.orgChart.interactive div.hasChildren {
    cursor                : pointer;
}

div.orgChart div.node.hover {
    background-color      : white;
}
/* ORG-CHART CUSTOM NODE */
div.orgChart div.node.level1 {
    background-color: #fbcece;
}

div.orgChart div.node.level1.special {
    background-color: white;
}

div.orgChart div.node.level2 {
    background-color: #cefbce;
}

div.orgChart div.node.level3 {
    background-color: #e0cefb;
}
/* WARNING ICON IN MSG */
.alert-danger .fa-warning {
	vertical-align:0%;
}
.table_head{
	background: #f0f6fa;
	text-align: center;
}
.title_span{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300 !important;
	font-size: 18px;
}
.titled{
	background-color: #E0B0FF;
}
.Info-calculated{
	color:#ed4e2a;
	margin-top:0px;
	margin-bottom: 0px;
	text-align: center;
}
.calculated{
	background-color: #E77471;
	color: white;
	font-weight: bold;
} 

.generated >td{
	background-color: /*#EFEEEC*/#F5F8FF !important;
	font-weight: bold;
}
.generated span{
	font-weight: normal;
}
.saisie{
	/*margin-right: 20px;*/
	text-align:right;
}
.consolidation{
	text-align:right;
}
.inplace-editor{
	outline: 0px none;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	border: 1px solid #CCC;
	border-radius: 0px;
	box-shadow: none;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	display: block;
	padding: 6px 12px;
	width: 180px;
}
inplace-editor:focus {
    border-color: #66AFE9;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
input[type=checkbox] {
	cursor:pointer;
}
.bordered .table-advance thead tr th {
  background:#f0f6fa;
  text-align: center;
}

.bordered .table-bordered th, 
.bordered .table-bordered td,
.bordered .table-bordered {
  border-color:#e5eff6;
}

.dossier .table-striped tbody > tr:nth-child(2n+1) > td, 
.dossier .table-striped tbody > tr:nth-child(2n+1) > th {
  background:#fcfcfc;
}

.dossier .table-hover tbody tr:hover td, 
.dossier .table-hover tbody tr:hover th {
  background:#f5fafd;
}

table td{
vertical-align:text-top;
}

.login .content .form-actions {
	border: 0px;
}
.login .content .input-icon {
border-left: 2px solid #ffb848 !important;
}

.header.navbar .hor-menu ul.nav li.current .selected,
.header.navbar .hor-menu ul.nav li.active .selected {
  border-top: 6px solid #ffb848;
}

.header .hor-menu .dropdown-menu li:hover > a, .header .hor-menu ul.nav li.active > a, .header .hor-menu ul.nav li.active > a:hover {
background: #ffb848 !important;
}

/*
#li1{ 
	margin-left:8px;
	margin-top:-4px;
}
#li2{ 
	margin-top:-4px;
}
.nav nav-tabs ul li:last-child{
	margin-left:10px;
	margin-top:-50px;
}
*/
.has-error .ui-spinner:focus {
    border-color: #953B39;
}

.form-group .ui-widget-content{
	background : none;
	border:0px;
}

.blockMargin{
	margin-left: 158px;
}
.TopBlockMargin{
	/*margin-left: 20px;*/
	/*margin-right: 10px;*/
	padding-top: 10px;
}
.BlockMargin{
	margin-left: 10px;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
}
.innerBlockMargin{
	margin-left: 15px;
	/*margin-right: 50px;*/
}

.daterangeInBlock{
	/*margin-left: 165px;*/
}
.control-label-required{
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
 }
  
.ui-spinner-input {
	/*width:92%;*/
}
.ui-spinner-button {
	width: 27px;
	/*height: 50%;*/
	font-size: .5em;
	padding: 0;
	margin: 0;
	/*position: absolute;*/
	cursor: pointer;
	/*display: block;
	overflow: hidden;
	right: 0;*/
}
.tools .besideAction{
	margin-left:20px;	
}
.portlet > .portlet-title > .tools > a.cusremove {
  margin-bottom: 2px;
  background-image:url(../img/portlet-remove-icon.png);
  background-repeat: no-repeat;
  width: 11px;
}
.portlet.box > .portlet-title > .tools > a.cusremove, 
.portlet.solid > .portlet-title > .tools > a.cusremove {
  background-image:url(../img/portlet-remove-icon-white.png);
}
.custom-nav{
	padding-left:50px;
}
.cusom-bnside-spinner{
	/*margin: 0px;
	width: 22px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	text-align: center;*/
	margin-top: -50px;
}
.cusom-input-spinner{
	height: 20px;
}

.alignRight { 
	text-align: right; 
}

.page-content .page-breadcrumb.breadcrumb .control-panel {
position: relative;
top: 2px;
margin-right: -30px;
padding: 9px 9px 8px;
cursor: pointer;
color: rgb(255, 255, 255);
background-color: #4d90fe;
}

.page-content .page-breadcrumb.breadcrumb .control-panel:hover {
background-color: #0362fd;
}

.control-panel-menu {	
	padding: 5px;
}

.control-panel-menu.dropdown-menu {
max-width: none;
z-index: 3000;
}

.control-panel-menu:before {
position: absolute;
top: -7px;
right: 9px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}

.control-panel-menu:after {
position: absolute;
top: -6px;
right: 10px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
content: '';
}

.editable {
cursor: pointer;	
}

.header-bootbox {
	background-color: #FFB848;
	color:#ffffff;
}

.modal-header.blue {
	background-color: rgb(75, 141, 248);
	color:#ffffff;
}
#pageTitleAndHeader {
	background-color: #ffffff;
	z-index: 9994;
}
.page-content {
padding-top: 10px !important;	
padding-bottom: 0px !important;	
}
.blockOverlay {
	z-index: 9998 !important;
}
.blockMsg{
	z-index: 9999 !important;
}
/*
spinner-buttons.btn-group-vertical .btn {
*/ 
/*
#add_daterange.inline { float:left; }
.clearBoth { clear:both; }
*/

/*.lbunrequired{
	margin-left:50px;
}
.c-topbottom .ui-spinner-button {
   height: 10px;
   left: 0px;
   width: 100%;
}
 
.c-topbottom a.ui-spinner-button {
   border: none;
}*/
/*.has-error .ui-spinner {
    border-color: #B94A48;
}*/
/*.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	borer:0px;
}*/

.form-wizard .steps {
padding: 0;
margin-bottom: 0;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
vertical-align: middle;
}
.txt-input-large {
	width:800px !important;
}	
