/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}


/* ===== jquery.alerts ===== */

#popup_container {
	color: #373E4A;
    font-family: "Noto Sans",sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	min-width: 400px; /* Dialog will be no smaller than this */
	max-width: 800px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 3px #303641;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #303641;
	cursor: default;
	padding: 0em;
	margin: 0em;
    background: -moz-linear-gradient(center top , #F8F8F8 0%, #E8E8E8 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #CDCDCD;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #373E4A;
    font-size: 12px;
    line-height: 40px;
    position: relative;
    text-indent: 11px;
    text-shadow: 0 1px white;
        
}

#popup_content {
	margin: 0em;
}

#popup_content .entypo-help{
    width: 32px;
    height: 32px;
    left: 8px;
    font-size:23px;
    position: absolute;
    top: 55px;
}

#popup_content.alert #popup_icon {
	background-position: 0 0px;
}

#popup_content.confirm #popup_icon {
        background-position: 0 -32px;
        
}

#popup_content.prompt #popup_icon {
        background-position: 0 -32px;
}

#popup_message {
	padding-left: 48px;
        color:#373E4A;
        font-size: 12px;
        
        min-height: 55px;
        padding-left: 48px;
        padding-top: 20px;
        
        box-shadow: 0 2px 2px -2px #CCCCCC;
        
}

#popup_panel {
        
        background: -moz-linear-gradient(center top , #F8F8F8 0%, #E8E8E8 100%) repeat scroll 0 0 transparent;
        border-top: 1px solid #CDCDCD;
        font-size: 0.9em;
        padding: 10px;
        text-shadow: 0 1px white;
        box-shadow: 0 2px 2px -2px #CCCCCC;
        text-align: right;
}

#popup_prompt {
	margin: .5em 0em;
}


.btn.pull-right{
    margin-right:3px;
}

.border-img img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #EBEBEC;
    padding: 5px;
    border-radius: 50%;
    display: block;
    padding: 5px;
    border-radius: 50%;
}

.no-padding{
    padding: 0 !important;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    color: #949494;
}

.table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    color: #949494;
}

.table-striped > tbody > tr > td, .table-striped > tbody > tr > th {
    color: #303641;
}

/* USER LIST TABLE */
.user-list tbody td > img {
	position: relative;
	max-width: 50px;
	float: left;
	margin-right: 15px;
}
.user-list tbody td .user-link {
	display: block;
	padding-top: 3px;
	margin-left: 60px;
}
.user-list tbody td .user-subhead {
	font-size: 0.875em;
	font-style: italic;
}

.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;
}

/*****************************

 NUANCIER

******************************/


.nuancier table.teintesTab tr td {
    display: inline-block;
    width: 37px;
    height: 37px;
    position: relative;
}

.nuancier #teintesSelectionnées div{
    display: inline-block;
    width: 37px;
    height: 37px;
    position: relative;
}

.nuancier table.teintesTab tr td>div {
    margin: 1px;
    width: 35px;
    height: 35px;
    display: block;
    z-index: 2;
    left: 0;
    top: 0;
    position: relative;
    border: 1px solid #333;
}

.nuancier table.teintesTab tr td>div:hover, .nuancier table.teintesTab tr td>div.selected:hover,  .nuancier table.teintesTab tr td>div.selected {
    z-index: 90;
    -moz-transition-duration: 200ms,200ms;
    -moz-transition-property: top,left,width,height;
    -webkit-transition-duration: 200ms,200ms;
    -webkit-transition-property: top,left,width,height;
    display: block;
    position: absolute;
    width: 39px;
    height: 39px;
    left: -2px;
    top: -2px;
    color: red;
    line-height: 39px;
    text-align: center;
    border: 1px solid red;
}
