html, body, #wrap {
	height: 100%;
	background-color: #ebebeb;

}

body > #wrap {
	min-height: 100%;
	height: auto;
	padding-bottom: 60px;
}

.input-mini{
	max-width:60px;
}
.input-medium{
	max-width:150px;
}

.ui-helper-hidden-accessible div{
display:none;
}
.ui-autocomplete{
	list-style-type:none;
	background:#ffffff;
	box-shadow:0 0 5px rgba(0,0,0,0.4);
	max-width:300px;
	margin:0;
	z-index: 2000;
	padding:0;
}
.ui-autocomplete li{
	padding:10px;
	transition:all 0.2s eas-in-out;
	cursor:pointer;
	color:#222222;
	min-height: 70px;
	margin:0;
}
.ui-autocomplete li img{
	margin: 0 15px 0 0;
}
.ui-autocomplete li small{
	color:#cecece;
	font-style: italic;
}
.ui-autocomplete li:hover{
	background-color:#4FC1E9;
	color:#ffffff;
}
.ui-autocomplete li:hover a{
	color:#ffffff;
}

.dropdown-menu li a{
	cursor:pointer;
}

.footer{
	position: relative;
	height: 60px;
	margin-top: -60px;
	padding: 20px 0;
	color: #ffffff;
	text-align: center;
}


#listHoraire .list-group-item:nth-child(2){
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item{
	border-left-width: 7px;
	border-right-width: 7px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

.list-group-item.active i{
	color:#ffffff;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

div.CodeMirror{
	height:auto;
}

.navbar {
	border-radius:0px;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#titreResume{
	margin-bottom:0;
}
#titreResume h5{
	border:none;
	border-bottom: 1px solid #cecece;
	font-size: 30px;
    font-weight: 200;
	background-color:#EBEBEB;
	width:100%;
	transition:all 0.2s ease-in-out; 
}

#resourceContent{
	padding-top: 12px;
}
#boxResume h3{
	margin-top: -10px;
}

.listHoraire a{
	position:relative;
	cursor:pointer;
}
.resources-options{
	position:absolute;
	right:5px;
	top:5px;
	opacity:0;
	color:#777777;
	transition:opacity 0.2s ease-in-out;
}
.listHoraire a:hover .resources-options{
	opacity:0.8;
}
.resources-options i{
	transition:color 0.2s ease-in-out;
}
.resources-options i:hover{
	color:#000;
}

.resumeOptions{
	list-style-type: none;
	margin:0;
	padding:0;
	float:right;
}

.resumeOptions li{
	display: inline-block;
}

.resumeOptions li i{
	cursor:pointer;
	color:#6D6D6D;
	font-size: 20px;
	font-weight: normal;
	position:relative;
	transition:all 0.2s ease-in-out;
	margin:5px 5px 0 0;
}
.resumeOptions li:hover i{
	color:#4FC1E9;
	font-size: 26px;
	margin:0;
}

#dropZoneFiles{
	background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 5px solid #f2f2f2;
    color: #818181;
    cursor: pointer;
    font-size: 20px;
    padding: 15px;
	text-transform:uppercase;
    text-align: center;
}


#resource{
	transition:all 0.5s linear;
}
#sketchs.table tbody tr td{
	vertical-align:middle;
}
#sketchs tbody tr{
	cursor:pointer;
}



#sketchs tbody tr a{
	
	display:block;
	width:100%;
	height:100%;
}

#files tbody a{
	color:#222222;
	font-size:20px;
	line-height:32px;
	transition: color 0.2s linear;
}
#files tbody a:hover{
	color:#4FC1E9;
}
#files tbody a i{
	color:#cecece;
	font-size:25px;
	font-weight:normal;
}

#parts tbody td{
	vertical-align:middle;
}
#parts tbody td a,#parts tbody td code,#parts tbody td div{
	vertical-align:middle;
	display:inline-block;
	font-size:18px;
}
#parts tbody td i{
	font-size:14px;
}
#parts tbody td div{
	margin-right:10px;
}

.componentImage{
	width:100px;
	height:100px;
	background:#ffffff;
	box-shadow: 0 0 5px 2px #e3e3e3;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
}
.componentImage img{
	vertical-align:middle;
	display:inline-block;
}
.preloader{
	display:none;
	background : url('../img/preloader.gif') center center no-repeat ;
	width:64px;
	height:64px;
	margin:10% auto;
}



.dz-preview{
	display:none;
}

.dz-default{
	padding:5px;
	background:#656D78;
	color:#ffffff;
	cursor:pointer;
	text-align: center;
}

.panel-primary {
    cursor:pointer;
}

.progress-bar-vertical {
  width: 20px;
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  float: left;
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.blue .progress-bar{
    border-color: #049dff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}