@charset "utf-8";

/* SPECIAL WDX */
td.actions a {
	margin-left: 10px;
	font-size: 1.2em;
}

.content {
    min-height: 150px;
}

a.text-danger {
	color: #A94442 !important;
}

.clickable {
    cursor: pointer;
}

.content-flash {
    min-height: 0px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.content-flash .box {
	margin-top: 15px;
}

.cake-debug-output {
    float: right;
    width: 80%;
}

.row .cake-debug-output {
    float: none;
    width: 100%;
}

.addbutton,
.helpbutton,
.cancelbutton {
	margin-top: 5px;
	margin-bottom: 25px;
}

.page-counter {
	margin-top: 7px;
}

.pagination {
	margin: 0;
	font-size: 12px;
}

.pagination > li > a,
.pagination > li > span {
    padding: 5px 10px;
}

.pagination > li.prev > a,
.pagination > li.prev > span,
.pagination > li.next > a,
.pagination > li.next > span {
    padding: 5px 8px;
}

.pagination > li.prev > a > span.glyphicon,
.pagination > li.next > a > span,glyphicon {
    top: 2px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #777;
    border-color: #777;
}

.submit-button {
	/*margin-top: 20px;/**/
}

.box-body {
    padding: 15px 20px 20px 20px;
}

input[required].form-control:focus,
textarea[required].form-control:focus {
    border-radius: 0;
    box-shadow: none;
    border-color: #FF8C8C;
}

div.checkbox {
	margin-bottom: 20px;
}

.img-user-list {
	width: 100%;
	max-width: 25px;
	height: auto;
}

td.avatar {
	width: 50px;
}

.log-level-0 {
	color: #bbb;
}

.log-level-10 {
	color: green;
}

.log-level-20 {
	color: #EC971F;
}

.log-level-30 {
	color: #D9534F;
}

/* autoselect */
.ui-autocomplete-loading {
    background: white url("../img/16x16.gif") right center no-repeat;
}

.ui-widget-content {
    border: 1px solid #ccc;
    background: #ffffff;
    color: #222222;
}

.ui-widget {
    font-family: inherit;
    font-size: 1em;
}

.ui-menu .ui-menu-item {
    list-style-image: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #bbb;
    background: #ccc;
    font-weight: bold;
    color: #212121;
    background-image: none;
}

.col-small-avatar {
	width: 60px;
}
.col-small-avatar img {
	width: 40px;
}

/* correction de l'alignement de la bordure '*/
.skin-black-light .main-header > .logo {
    border-right: 1px solid #fff;
}

.skin-black-light .main-header > .navbar > .sidebar-toggle {
    border-left: 1px solid #eee;
}

.boxed-input > div {
	padding-top: 20px;
}

/* corrections sur le responsive */
@media (min-width: 1024px) {

}

input.font-courrier,
textarea.font-courrier {
	font-family: monospace;
}