.uif_logo {
	margin: 5px;
	cursor: pointer;
}
.panel-title img {margin-right: 5px;}
.form-group {margin-right: 5px;}
.form-group input[type=text] {min-width: 235px;}
.form-group .date input[type=text] {min-width: 195px;}
.input-group {width: 100%;}
a.uc-selected {min-height: 2.3em;}
button.prl-btn-marge {margin-left:5px; margin-bottom:5px;}
button.prl-retour:before {
	content: " ";
	background: transparent url('./imgs/icons/retour.gif') no-repeat left center;
    padding-left: 20px;
}
button.prl-annuler:before {
	content: " ";
	background: transparent url('./imgs/icons/error.png') no-repeat left center;
    padding-left: 20px;
}
button.prl-valider:before {
	content: " ";
	background: transparent url('./imgs/icons/valid.png') no-repeat left center;
    padding-left: 20px;
}
button.prl-details:before {
	content: " ";
	background: transparent url('./imgs/icons/loupe.gif') no-repeat left center;
    padding-left: 20px;
}
button.prl-supprimer:before {
	content: " ";
	background: transparent url('./imgs/icons/trash.png') no-repeat left center;
    padding-left: 20px;
}
button.prl-help:before {
	content: " ";
	background: transparent url('./imgs/icons/help.png') no-repeat left center;
    padding-left: 20px;
}
input[type=text][readonly] {background-color: rgb(247, 247, 249);}
input[type=checkbox] {
	max-width: 24px;
    max-height: 24px;
    margin: 4px;
}
table.form td.fieldValue {width: 100%;}
table.form td.fieldRequired > * {background-color:rgba(255,0,0,0.2) !important;}
.selectContainer {margin-bottom: 8px;}
.dataTables_length {float: right; margin-left: 1%;}
.dt-buttons {float: left !important; width: auto !important;}
a:link, a:hover, a:active { font-size:inherit;}
.dataTables_filter input {max-width:200px;min-width:80px;}
table.dataTable th,table.dataTable td {white-space: nowrap;}
table.dataTable td {vertical-align:middle !important;}
table.dataTable .rowdetails, table.dataTable .control {max-width:18px !important;}
table.dataTable td.rowdetails.focus, table.dataTable td.control.focus {outline: none !important;}
table.dataTable td.focus {outline: 2px solid #95ACBF !important;}
td.rowdetails {
    background: url('./imgs/icons/details_open.png') no-repeat center center;
    cursor: pointer;
	min-width:24px;
	text-align:center;
}
tr.shown td.rowdetails {
    background: url('./imgs/icons/details_close.png') no-repeat center center;
}
.haspointer {cursor:pointer;}
#wrapper {
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
}
#main {
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 50px 15px;
}
@media (max-width: 992px) {
    body {
        padding-top: 0px;
    }
	.dataTables_length {margin-left: 4px;}
	table.form td.fieldCaption {white-space: pre-line;}
}

.iframe {
  display: block;
  width: 100vw;
  height: calc(100vh - 120px);
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  box-sizing: border-box;
}

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (min-width: 768px) {
ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
    display: none;
} 
ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
    display: block;
} 
  .lead {
    font-size: 21px;
  }
}

div.dataTables_processing {
    background: lightcyan;
    z-index: 5000;
    top: 40% !important;
}