body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif !important;
	font-size: 10pt !important;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
	height:114px;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#axianet {
    visibility: hidden;
}

#title
{
	padding: 10px 20px;
	font-size: 200%;
	float:left;
}

#title span
{
	color:#000099;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
	float:right;
}

#dev
{
    text-align: center;
    background-color: red;
    color: white;
    padding: 5px;
    border-bottom: 2px solid #ad200e;
}
.pjax.hide-nb-record .summary{
	display: none;
}

#switch-user
{
	float:right;
	margin-top:13px;
}

#mainmenu
{
	/*
	background:white url(bg.gif) repeat-x left top;
	*/
	background: #956768;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline-block;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
	padding:7px 8px;
	
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	color:#956768;
	background-color:#EFF4FA;
	text-decoration:none;
	
	background-color:#E8E8E8;
}

#mainmenu ul li ul
{
	/*
	background-color:#4D9AC6;
	*/
	background-color:#956768;
	width:180px;
	display:none;
	position:absolute;
	padding:0px;
}

#mainmenu ul li:hover ul
{
	display:block;
	margin-top:5px;
}

#mainmenu ul li ul li
{
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}

#mainmenu ul li ul li a, #mainmenu ul li.active ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li ul li:hover, #mainmenu ul li ul li.active
{
	background-color:#EFF4FA;
	background-color:#E8E8E8;	
}

#mainmenu ul li ul li:hover a, #mainmenu ul li ul li.active a
{
	color:#6399cd;
	color:#956768;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #fcbabc;
	border-left: 5px solid #956768;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #956768;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
	
	background:#E8E8E8;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color:#956768;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color:#956768;
}

.operations li a:hover
{
	background: #eca5a6;
}

.clear {
	clear:both;
}

#sortable {
	float:right;
	width:300px;
	height:300px;
}

#sortable .ui-state-default {
	border:1px dashed #F00;
	background-color:#FFF;
}

.ui-sortable-placeholder {
	height:100px;
	background-color:#999;
	width:200px;
	border:1px solid #F00;
}

#draggable {
	padding:0px;
	margin:0px;
	float:left;
}

#draggable li, #sortable li {
	list-style-type:none;
	border:1px solid #6FACCF;
	background-color:#B7D6E7;
	padding-left:10px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:5px;
	width:320px;
	cursor:pointer;
}

#draggable li span {
	display:none;
}

#sortable li span {
	float:right;
	padding-right:20px;
}

#axianet {
	position:absolute;
	margin-top:-50px;
	margin-left:20px;
    z-index: 1;
}

#cicero {
	float: right;
    margin-top: -49px;
    margin-right: 21px;
    font-size: 0.8em;
}

#cicero img {
    width: 80px;
}

.col33 {
	float:left;
	width:33%;
}

.col25 {
	float:left;
	width:25%;
}

#policy .row:hover
{
	background-color:#E5F1F4;
}

.employee-policy label
{
	display:inline !important;
}

.employee-policy .row:hover
{
	background-color:transparent !important;
}

.bubble
{
	position:absolute;
	min-width:150px;
	background-color:#FFFFFF;
	padding:20px;
	line-height:20px;
	-webkit-box-shadow: 2px 2px 15px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 15px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 15px 0px rgba(50, 50, 50, 0.75);
    z-index: 9;
}

.label-inline label
{
	display:inline !important;
}

div.required label.control-label:after {
    content: " *";
    color: red;
}

/* ######################################## VECTOR */
/* main container / grid definition */

h2 {
    font-size: 1.6em !important;
	margin-bottom: 0.75em !important;
	font-weight: normal !important;
}

.breadcrumb {
    padding: 8px 20px !important;
    margin-bottom: 0px;
    background-color: #fff !important;
    border-radius: 0px !important;
	font-size:.9em;
}
.breadcrumb li.active{
	font-weight: 700;
}
.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


select.form-control,
input.form-control {
    display: block;
    width: 100%;
    /* height: 34px; */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    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, -webkit-box-shadow ease-in-out .15s;
	
	height:auto !important;
	width:auto !important;
	font-size:inherit !important;
	color:inherit !important;

	border-radius: 0 !important;

	-webkit-box-shadow: none !important;
    box-shadow: none !important;

	height: 1.5em !important;
    padding: 0 !important;
}
.form-group.field-mission-term{
	display: inline-block;
}
textarea.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    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, -webkit-box-shadow ease-in-out .15s;
	
	font-size:inherit !important;
	color:inherit !important;

	border-radius: 0 !important;

	-webkit-box-shadow: none !important;
    box-shadow: none !important;

    padding: 0 !important;
	
	width:365px;
}


.grid-view table .form-control{
	width:100% !important;
}


/* grid view definition to get back layout version 1 */
span.glyphicon{
	margin: 0;
	margin-left:4px;
}
span.glyphicon-trash{
	color:#ff0000;
}
span.glyphicon-pencil{
	color:#217822;
}

.grid-view .table-bordered tr td.button a{
	cursor: pointer;
}
.grid-view .table-bordered tr td.button,
.grid-view .table-bordered tr td:last-child{
	white-space: nowrap;
}
.grid-view .table-bordered {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.grid-view .filters input, .grid-view .filters select {
    width: 100%;
	border: 1px solid #ccc;
	padding: 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,
.grid-view table.items th, .grid-view table.items td {
    font-size: 0.9em;
    border: 1px white solid;
	padding: 0.3em !important;
	vertical-align: middle;
}
.grid-view table {
    background: white;
    border-collapse: collapse;
    width: 100%;
    border: 1px #D0E3EF solid;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #F8F8F8;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #E5F1F4;
	background-color: #E8E8E8;
}
.table-striped > tbody > tr.new {
    background-color: #ffcccc;
}
.table-striped > tbody > tr.update {
    background-color: #ffcc00;
}

.grid-view table tbody tr:hover {
    background: #ECFBD4;
}
.grid-view table tbody tr.selected {
	background: #BCE774;
}
.grid-view table tbody tr.selected:hover {
	background: #CCFF66;
}

.grid-view thead th {
	background: #337ab7;
	background: #4D9AC6;
	
	background: #956768;
	color:#fff;
	text-align: center;
	vertical-align: middle;
}
.grid-view thead th a{
	color:#fff;
	text-decoration: none;
}
.grid-view thead th a.asc:after,
.grid-view thead th a.desc:after{
	position: relative;
    top: 2px;
	left: 4px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 300;
	font-size: .95em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.grid-view thead th a.asc:after{
	content:"\e114";
}
.grid-view thead th a.desc:after{
	content:"\e113";
}


.grid-view .summary {
    margin: 0 0 5px 0;
    text-align: right;
}
.grid-view .pager {
    margin: 5px 0 0 0;
    text-align: right;
}
.grid-view ul.pagination {
    font-size: 11px;
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 100%;
	display: inline;
	
	float: right;
}
.grid-view .pagination > li > a, .pagination > li > span {
    padding: 4px 8px;
}

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

/* sunet specific definition */

.row.certificat-list{
	margin-bottom: 20px !important;
}
.sunet-dialog-container{
	padding:5px;
	font-size: 1.1em;
}

#absence-grid span.glyphicon.icon-center{
	margin: 0 auto;
    display: table;
}
.view .glyphicon-remove{
	color:#dc3545;
}
#absence-grid .glyphicon-ok, 
.view .glyphicon-ok,
#absence-file-form .glyphicon-ok{
	color:#28a745;
}
#absence-grid .glyphicon.warning, 
.view .glyphicon.warning,
#absence-file-form .glyphicon.warning{
	color:#ffc107;
}
#absence-file-form .form-group .checkbox{
	margin-bottom: -20px;
}
.btn-certificat{
	float: right;
}

#logo img{
	width:80px;
	height: auto;
}
