@import "../../../Portals/_default/Skins/BD008-Blue/css/client.less";
//"../../../Portals/_default/Skins/BD008-Blue/css/client.less

table.uib-daypicker td:nth-last-child(2) button {
    background-color: #c4f2ff;
}

table.uib-daypicker td:nth-last-child(1) button {
    background-color: #c4f2ff;
}

table.uib-daypicker td:nth-last-child(2) button:hover {
    background-color: #79e1ff;
}

table.uib-daypicker td:nth-last-child(1) button:hover {
    background-color: #79e1ff;
}

table.uib-daypicker td:nth-last-child(2) button.btn-info {
    background-color: #5bc0de;
}

table.uib-daypicker td:nth-last-child(1) button.btn-info {
    background-color: #5bc0de;
}


/***** Général *****/
.signup_titre {
    color: @skin-color-main !important;
    font-weight: bold;
    border-bottom-color: @skin-color-main !important;
}
.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.uppercase {
    text-transform: capitalize;
}

//padding
.px-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
//margin
.mx-xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.my-xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.bloc {
    border: 1px solid #999;
    margin-bottom: 2rem;
}

.bloc .head, .bloc .body {
    padding: 4px
}

.bloc .head {
    background-color: #E8E8E8;
    font-weight: bold;
}
.bloc .body .col-xs-4 {
    font-weight: bold;
}

.btn-bloc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*padding: 0.5rem 0px;*/
}

.btn-bloc button + button {
    margin-left: 0.5rem;
}
.alert-info {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 25px;
    margin: 1rem 0px;
}

// Titres du skin
span.titleline {
    color: @skin-color-second !important;
    font-weight: 500 !important;
}

// Liens
A, A:link, A:active, A:visited {
    text-decoration: none !important;
}

A:link, a.lien {
    color: #3262a1; //#fff;
}


th.rgHeader a {
    text-decoration: none !important;
}

body {
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; //Verdana, Arial, sans-serif; //'Open Sans',
}

td {
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; //Arial, sans-serif; // 'Open Sans',
}

.dnnLabel label span {
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; //Arial, sans-serif; //'Open Sans',
}

.dnntitle {
    text-transform: none !important;
    font-size: 24px !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
    font-family: raleway !important;
}

.dnnMenu .subLevel li a {
    text-transform: none !important;
}
/*Police de la version du module*/
.DNNModuleContent {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; //Arial, sans-serif;
    font-size: 12px !important;
}
/*enlever espace en haut de page*/
.mycontent {
    margin: 0px auto 0px;
}
/*Modifier la police dans tableaux datagrid*/
.DataGrid_Item, .DataGrid_AlternatingItem {
    font-size: 12px !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    color: @skin-color-main !important;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; //Arial, sans-serif;
}

a.btn {
    color: #FFFFFF;
    text-decoration: none !important;
}

.dnnLabel {
    color: #606060 !important;
}

.signup_titre_top {
    color: @skin-color-main !important;
    font-weight: bold;
    border-bottom-color: @skin-color-main !important;
}

.signup-modal-header-primary {
    background-color: @skin-color-main;
}

/*---------------------------  Empecher les liens d'être soulignes ---------------------------*/

/*pour les liens des menus principaux*/
td a.titreMenu {
    text-decoration: none !important;
    color: #3262a1 !important;
}
/*pour les liens des sous menus*/
div a.titreFavori {
    text-decoration: none !important;
    color: #3262a1 !important;
}
/*pour les liens de gestion des favoris*/
b a.titreGestionFavori {
    text-decoration: none !important;
    color: #3262a1 !important;
}
/*pour les titre de bloc*/
div.titregroupbox a {
    text-decoration: none !important;
}
/*pour les titre des datagrid*/
tr.ng-table-sort-header th a {
    text-decoration: none !important;
}
/*pour les informations dans les cellules de datagrid*/
table.table tbody tr td a {
    text-decoration: none !important;
}




/***** CHRONOGRAMME *****/
.signup_menuchrono a {
    text-decoration: none !important;
}


/***** Ecran de connection *****/
/*Page de login : aligner les boutons aux champs*/
#dnn_ctr_Login_DNN .dnnFormLabel {
    min-width: 141.5px;
}

#dnn_ctr_Login_DNN dnnFormItem dnnLabel {
    padding-top: 8px;
}

#dnn_ctr_Login_Login_DNN_cmdLogin {
    color: #FFFFFF !important;
}


/***** DNN Elements *****/

/*** Menu administrateur ***/

/* Ne pas surligner les liens */
#ControlNav a, #ControlActionMenu a {
    text-decoration: none !important;
}

.wrapper div.TopBar a.login {
    text-decoration: none !important;
}

.wrapper div.TopBar a.login:hover {
    text-decoration: underline !important;
}

/* Menu Modifier Page */
#ControlEditPageMenu li.controlBar_BlueEditPageBtn a:hover {
    background: @skin-color-main-degrade-claire-2 !important;
}

#ControlEditPageMenu li a {
    text-decoration: none !important;
}

#ControlEditPageMenu li.controlBar_BlueEditPageBtn a {
    text-decoration: none !important;
    color: #FFFFFF !important;
    background: @skin-btn-color-hover !important;
}

#ControlEditPageMenu a.controlBar_editPageInEditMode {
    background: @skin-btn-color-hover !important;
}

#ControlEditPageMenu > li {
    /*height: 55px;*/ //DNN 7.4
    height: 45px; // DNN 7.2
}

a.controlBar_editPageInEditMode {
    height: 37px;
}

/*** Version mobile ***/
.header .MobileBar {
    background: @skin-color-main;
}

.MobileMenu ul li a {
    text-decoration: none !important;
}

.MobileMenu .treeview a.selected {
    color: @skin-color-second !important;
}

.MobileMenu .treeview a:hover {
    color: @skin-color-second !important;
}


/*** Top Bar ***/
.wrapper .TopBar {
    background: @top-bar-color !important;
    padding: 10px 0;
}


div.login-style, #dnn_dnnLOGIN_loginLink, #dnn_dnnUSER_registerLink {
    color: @top-bar-text-color;
}

div.TopBar-Element-Container {
    display: inline-block;
}

#TopBar-Element {
    color: @top-bar-text-color;
    text-decoration: none !important;
    cursor: pointer;
}

#TopBar-Element:hover {
    text-decoration: underline !important;
}


/* DNN 7.2 seulement */
#dnn_dnnUSER_enhancedRegisterLink {
    color: @top-bar-text-color;
    text-decoration: none !important;
}

#dnn_dnnUSER_enhancedRegisterLink:hover {
    text-decoration: none !important;
    cursor: default;
}


/*** Skin footer ***/

.skin-footer {
    background: @footer-bar-color;
}

#goup a img {
    border-color: @skin-color-main-degrade-claire !important;
}

.footer-bar {
    background: @skin-color-main;
    font-size: 12px;
}

footer.footer-bar div.copyright span,
footer.footer-bar div.copyright a {
    color: @footer-bar-text-color !important;
}

footer.footer-bar div.copyright a:hover {
    color: @footer-bar-text-color-hover !important;
}


/*** Barre de menu des modules ***/

/* Menu principal */

div.sticky-wrapper {
    height: 60px !important;
}

/* liens non sousligne */
.dnnMenu a {
    text-decoration: none !important;
}

.header-logos {
    padding-top: 20px;
    vertical-align: middle;
}

.dnnMenu .topLevel li.item span {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.StickyNav {
    background: @skin-color-main !important;
}

.dnnMenu .topLevel li a {
    line-height: 36px !important;
    white-space: nowrap;
}


// Présentation BACKGROUND
/*
.dnnMenu .topLevel li.selected a {
	background-color: @skin-btn-color-hover !important;
}

.dnnMenu .topLevel li.Current a {
    background-color: @skin-btn-color-hover;
}

.dnnMenu .topLevel li a:hover{
	 background-color: @skin-btn-color-hover !important;
}

.dnnMenu .topLevel li a:hover{
	 background-color: @skin-btn-color-hover !important;
}
*/


// Présentation BARRE : Barre sous les titres des menus
.dnnMenu .topLevel li a {
    background-color: @skin-color-main !important;
    white-space: nowrap;
}

.dnnMenu .topLevel li a:hover {
    background-color: @skin-color-main !important;
}

.dnnMenu .topLevel li.selected a {
    background-color: @skin-color-main !important;
}

.dnnMenu .topLevel li.Current a {
    background-color: @skin-color-main;
}

.dnnMenu .topLevel > li > a > span:after {
    display: block;
    content: '';
    position: relative;
    left: 0;
    bottom: 4px;
    height: 2px;
    width: 100%;
    filter: Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: @dnnMenu-selecting-bar;
}

.dnnMenu .topLevel > li:hover > a > span:after,
.dnnMenu .topLevel > li.selected > a > span:after,
.dnnMenu .topLevel > li.Current > a > span:after {
    bottom: 4px;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.dnnMenu .topLevel > li > a > span {
    padding-top: 3px !important;
}


/* Menu secondaire */

.dnnMenu .subLevel li.item a {
    background-color: #FFFFFF !important;
    white-space: nowrap;
}

.dnnMenu .subLevel li.item a:hover {
    background-color: @skin-color-second !important;
}

.dnnMenu .subLevel li.selected :hover {
    color: #FFFFFF !important;
}

.dnnMenu .subLevel li.selected a div {
    color: @skin-color-second !important;
    font-weight: bold;
}


/*** BOUTONS ***/
.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    background: @skin-color-main-degrade-claire !important;
    background: -webkit-linear-gradient(@skin-color-main, @skin-color-main-degrade-claire 0%, @skin-color-main 100%) !important;
    text-decoration: none !important;
    color: #FFFFFF !important;
}

.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
    background: @skin-color-main-degrade-claire-2 !important;
    background: -webkit-linear-gradient(@skin-color-main, @skin-color-main-degrade-claire-2 0%, @skin-btn-color-hover 100%) !important;
    text-decoration: none !important;
}

a.dnnSecondaryAction {
    color: @skin-color-main !important;
    text-decoration: none !important;
}

// Accordéon
h2.dnnFormSectionHead a {
    color: #484848 !important;
    text-decoration: none !important;
}




/*** TELERIK ***/
table.rgMasterTable td a img {
    min-width: 15px;
}


/*** BOOTSTRAP ***/

/* btn-default */
.btn-default {
    color: #333 !important;
    background-color: #fff;
    border: 1px solid #ccc !important;
    /*border-color: #ccc;*/
}

/* btn-primary */
.btn-primary {
    color: #fff;
    background-color: @skin-color-main !important;
    border-color: @skin-btn-border-color !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: @skin-btn-color-hover !important;
    border-color: @skin-btn-border-color !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: @skin-btn-color-hover !important;
    border-color: @skin-btn-border-color !important;
}

.btn-primary .badge {
    color: @skin-color-main !important;
    background-color: #fff;
}

legend {
    color: @skin-color-main !important;
    border-bottom-color: @skin-color-main !important;
}

a.btn-info {
    color: #fff !important;
}

a.btn-primary {
    color: #fff !important;
}

a.btn-success {
    color: #fff !important;
}

a.btn-warning {
    color: #fff !important;
}

a.btn-danger {
    color: #fff !important;
}

ul.dropdown-menu li a {
    text-decoration: none !important;
}

// Input

.form-control:focus {
    border-color: @skin-color-main-degrade-claire-3 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @skin-color-main-degrade-claire-3 !important; //214, 210, 227, 1
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @skin-color-main-degrade-claire-3 !important;
}

//centrer le copyright
.footcenter {
    float: none;
    margin-left: 25%;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*
.footer-main {
    padding: 0 0 0 0;
}
*/
//enlever les marges du conteneur
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.contentpane {
    padding-right: 0px !important;
}

/*** UI Tabs ***/
.dnnForm .ui-widget-header, .dnnFormPopup .ui-widget-header {
    border-bottom: 1px solid #c2c2c2;
}

#divLevelBar a, .ui-tabs-nav a {
    text-decoration: none !important;
}

/*** NG TABLE ***/
// Supprimer le surlignement des liens du pager
div.ng-table-pager ul li a {
    text-decoration: none !important;
}
/*Diminuer les header des tableaux*/
.wrapper .header {
    min-height: 0px;
}

/*** Angular libraries : <a> no underline ***/
tags-input a.remove-button {
    text-decoration: none !important;
}

/*** css des div sur plusieurs colonnes ***/
.divLabelDeuxCol {
    margin: 5px;
    display: inline-block;
    width: 15%;
}

.divInputDeuxCol {
    margin: 5px;
    display: inline-block;
    width: 30%;
}



/* contour inferieur de l'element groupbox */
div .groupbox {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    margin-bottom: 15px;
    margin-top: 0px;
    padding: 8px;
}


/* titre de la groupbox */
div .titregroupbox {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #E8E8E8;
    margin-top: 0px;
    padding: 4px;
    background-color: #E8E8E8;
    color: #111111;
    font-weight: bold;
}

div .FieldGroupBox {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 4px;
}


/* colonne label */
div .ColLabel {
    display: inline-block;
    width: 250px;
    padding: 3px;
    text-align: right;
    height: 20px;
}

div .ColLabelVide {
    display: inline-block;
    width: 250px;
    padding: 3px;
    text-align: right;
    height: 20px;
}

div .ColLabel:after {
    font-weight: normal!important;
    content: ":";
}

div .ColLabel span {
    font-weight: bold;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Colonne contenant un controle*/
.ColControl {
    display: inline-block;
    width: 250px;
    padding: 3px;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

td.ColControl {
    display: table-cell;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ColLabelTextArea {
    display: inline-block;
    width: 250px;
    padding: 3px;
    text-align: left;
    height: 20px;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ColControlTextArea {
    display: inline-block;
    width: 75%;
    padding: 3px;
    vertical-align: middle;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ColControl input:not([type='checkbox']):not([type='radio']) {
    border-radius: 2px;
    width: 200px;
    height: 20px;
    border: solid 1px #B3A8A8;
    outline: none;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ColControl input:not([type='checkbox']):not([type='radio']):read-only {
    background-color: lightgray;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.TextArea {
    border-radius: 2px;
    border: solid 1px #B3A8A8;
    outline: none;
    width: 100%;
    height: 60px;
}
/*change css properties as you want*/

.ColControl select {
    border-radius: 2px;
    width: 200px;
    height: 20px;
    border-top: solid 1px #B3A8A8;
    border-right: solid 1px #B3A8A8;
    border-bottom: solid 1px #B3A8A8;
    border-left: solid 1px #B3A8A8;
    outline: none;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*.ColControl input:not([type='checkbox']):not([type='radio']):required , select:required  {
    border-left: solid 5px #C71616;
}

.ColControl input:not([type='checkbox']):not([type='radio']):ng-required  {
    border-left: solid 5px #C71616;
}*/


/* Focus sur les Textbox, Checkbox et DropdownListe */
.ColControl input:focus, select:focus, textarea:focus {
    border-color: blueviolet;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @skin-color-main;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @skin-color-main;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ColListe {
    vertical-align: middle;
    display: inline-block;
}

.ColListe label {
    padding-left: 5px;
    font-weight: normal;
    padding-right: 5px;
}

.ColListe td {
    padding-left: 5px;
    padding-right: 5px;
}

/* Personalisation AutoComplete */
.ui-corner-all {
    -moz-border-radius: 4px 4px 4px 4px;
}

.ui-widget-content {
    /*border: 1px solid black;*/
    color: #222222;
}

.ui-widget {
    /*font-family: Verdana,Arial,sans-serif;
    font-size: 20px;*/
}

.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px;
}

.ui-autocomplete {
    cursor: default;
    position: absolute;
}

.ui-menu .ui-menu-item {
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    cursor: pointer;
    font-size: 10px;
}

.ui-menu .ui-menu-item a:hover {
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    color: Red;
    cursor: pointer;
    background-color: ButtonText;
}

.ui-widget-content a {
    color: #222222;
}


/* Menu Arketeam */

.TitreZone {
    background-image: none;
    background-repeat: no-repeat;
    height: 30px;
    width: 100%;
    background-color: #E8E8E8;
    color: #111111;
    font-weight: bold;
    vertical-align: middle;
}



.TitreZone div {
    font-weight: bold;
    height: 30px;
    vertical-align: middle;
    padding-top: 7px;
    padding-left: 30px;
}


/* grid */
.Normal {
    color: #444;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

.Normal td {
    padding: 6px 10px 6px 10px;
    border-color: lightgray;
}

.Normal tr:hover {
    background-color: yellow;
}


.dnnGridHeader td, thead.dnnGridHeader th, tr.dnnGridHeader th {
    padding: 6px 10px 6px 10px;
    line-height: 16px;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    background: linear-gradient(white, lightgray);
}

.ColDate {
    width: 60px;
    text-align: center;
}

btn-success:disabled {
    background-color: lightgray;
}

/* 
   Le framework 4.0 ajoute une classe 'aspNetDisabled' lorsque l'on utilise le .enabled dans le code behind
   Cette classe cache le texte dans les textbox lorsqu'elle sont disabled
   Correction :
*/
.aspNetDisabled {
    color: black;
}


/*Le !important après certains éléments de css est présent pour surcharger le style natif du menu asp, il ne faut donc pas le retirer*/
.StyleTitre {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: bolder !important;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 4px;
    background-color: @skin-color-main;
    border-radius: 4px;
}

.StyleSousMenu {
    font-family: Verdana !important;
    font-weight: bold !important;
    color: @skin-color-main !important;
    text-decoration: none !important;
    font-size: 11px !important;
    margin-bottom: 5px;
    cursor: default;
    border: 2px solid;
    border-color: lightgray;
}

.StyleLienFavori {
    font-family: Verdana !important;
    margin-bottom: 3px;
    font-size: 11px !important;
}

.StyleLienFavori tr :hover {
    background-color: lightgray;
    cursor: pointer;
    border-radius: 10px 10px;
}
/** DATEPICKER**/

/* CMARY #9102 : Modification des datepicker de l'application*/
.ui-datepicker .ui-datepicker-buttonpane button {
    height: 20px !important;
    width: 100px !important;
    font-size: 10px !important;
}

#ui-datepicker-div {
    border-width: 1px !important;
    border-color: @skin-color-main !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @skin-color-main !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @skin-color-main !important;
}

/* permettre de rester sur une ligne aux datepickers */
div.ng-valid {
    display: inline-block;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}


/*//Placeholder IE*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: lightgray;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: lightgray;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: lightgray;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: gray;
    opacity: 1;
}

/*// Animation expand*/

.slideDown.ng-hide {
    height: 0;
    transition: height 0.35s ease;
    overflow: hidden;
    position: relative;
}

.slideDown {
    transition: height 0.35s ease;
    overflow: hidden;
    position: relative;
}

.slideDown.ng-hide-remove,
.slideDown.ng-hide-add {
    /* remember, the .hg-hide class is added to element
  when the active class is added causing it to appear
  as hidden. Therefore set the styling to display=block
  so that the hide animation is visible */
    display: block !important;
}


.slideDown.ng-hide-add {
    animation-name: hide;
    -webkit-animation-name: hide;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
}



.slideDown.ng-hide-remove {
    animation-name: show;
    -webkit-animation-name: show;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
}


/*// Ng Dialog padding*/
.ngdialog.ngdialog-theme-default .ngdialog-content {
    padding: 0;
}

.ng-table th.filter .input-filter {
    margin: 0;
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    height: 20px;
    border: solid 1px #B3A8A8;
    outline: none;
    font-size: 12px;
}

/*//Loader*/

.modal-loader {
    background-color: rgba(255, 255, 255, 0.65);
    position: fixed;
    z-index: 2000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.WaitProgressMessageClass {
    margin-left: -20px;
    margin-top: -20px;
    position: relative;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
}

/* When the body has the loading class, we turn
       the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
       modal element will be visible */
body.loading .modal-loader {
    display: block;
}

.modal-body {
    display: inline-block;
    width: 100%;
}

/*////////////////////////////// Style concernant les asp ListBox //////////////////////////////*/


TD.TitreMod {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 4px;
    background-color: #FF6666;
}

TD.FieldMod {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 4px;
}


/*////////////////////////////// Style concernant les asp ListBox //////////////////////////////*/




/*//réduit la police du listBox*/
.ui-corner-all span {
    font-size: 12px !important;
}

/*permet d'afficher une bordure grise dans la liste déroulante de la listBox*/
.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    border-style: solid;
    border-width: 1px;
    border-color: #B3A8A8;
}

.cTxtRight {
    text-align: right !important;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none !important;
    font-size: 12px !important;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #999999 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    background-image: none !important;
}

table.uib-daypicker td:nth-last-child(2) button {
    background-color: #c4f2ff;
}

table.uib-daypicker td:nth-last-child(1) button {
    background-color: #c4f2ff;
}

table.uib-daypicker td:nth-last-child(2) button:hover {
    background-color: #79e1ff;
}

table.uib-daypicker td:nth-last-child(1) button:hover {
    background-color: #79e1ff;
}

table.uib-daypicker td:nth-last-child(2) button.btn-info {
    background-color: #5bc0de;
}

table.uib-daypicker td:nth-last-child(1) button.btn-info {
    background-color: #5bc0de;
}


/***** Général *****/
.signup_titre {
    color: @skin-color-main !important;
    font-weight: bold;
    border-bottom-color: @skin-color-main !important;
}

// Titres du skin
span.titleline {
    color: @skin-color-second !important;
    font-weight: 500 !important;
}

// Liens
A, A:link, A:active, A:visited {
    text-decoration: none !important;
}


th.rgHeader a {
    text-decoration: none !important;
}

body {
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; //Verdana, Arial, sans-serif; //'Open Sans',
}

td {
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; //Arial, sans-serif; // 'Open Sans',
}

.dnnLabel label span {
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; //Arial, sans-serif; //'Open Sans',
}

.dnntitle {
    text-transform: none !important;
    font-size: 24px !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
    font-family: raleway !important;
}

.dnnMenu .subLevel li a {
    text-transform: none !important;
}
/*Police de la version du module*/
.DNNModuleContent {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; //Arial, sans-serif;
    font-size: 12px !important;
}
/*enlever espace en haut de page*/
.mycontent {
    margin: 0px auto 0px;
}
/*Modifier la police dans tableaux datagrid*/
.DataGrid_Item, .DataGrid_AlternatingItem {
    font-size: 12px !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    color: @skin-color-main !important;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; //Arial, sans-serif;
}

a.btn {
    color: #FFFFFF;
    text-decoration: none !important;
}

.dnnLabel {
    color: #606060 !important;
}

.signup_titre_top {
    color: @skin-color-main !important;
    font-weight: bold;
    border-bottom-color: @skin-color-main !important;
}

.signup-modal-header-primary {
    background-color: @skin-color-main;
}

/*---------------------------  Empecher les liens d'être soulignes ---------------------------*/

/*pour les liens des menus principaux*/
td a.titreMenu {
    text-decoration: none !important;
    color: #3262a1 !important;
}
/*pour les liens des sous menus*/
div a.titreFavori {
    text-decoration: none !important;
    color: #3262a1 !important;
}
/*pour les liens de gestion des favoris*/
b a.titreGestionFavori {
    text-decoration: none !important;
    color: #3262a1 !important;
}
/*pour les titre de bloc*/
div.titregroupbox a {
    text-decoration: none !important;
}
/*pour les titre des datagrid*/
tr.ng-table-sort-header th a {
    text-decoration: none !important;
}
/*pour les informations dans les cellules de datagrid*/
table.table tbody tr td a {
    text-decoration: none !important;
}




/***** CHRONOGRAMME *****/
.signup_menuchrono a {
    text-decoration: none !important;
}


/***** Ecran de connection *****/
/*Page de login : aligner les boutons aux champs*/
#dnn_ctr_Login_DNN .dnnFormLabel {
    min-width: 141.5px;
}

#dnn_ctr_Login_DNN dnnFormItem dnnLabel {
    padding-top: 8px;
}

#dnn_ctr_Login_Login_DNN_cmdLogin {
    color: #FFFFFF !important;
}


/***** DNN Elements *****/

/*** Menu administrateur ***/

/* Ne pas surligner les liens */
#ControlNav a, #ControlActionMenu a {
    text-decoration: none !important;
}

.wrapper div.TopBar a.login {
    text-decoration: none !important;
}

.wrapper div.TopBar a.login:hover {
    text-decoration: underline !important;
}

/* Menu Modifier Page */
#ControlEditPageMenu li.controlBar_BlueEditPageBtn a:hover {
    background: @skin-color-main-degrade-claire-2 !important;
}

#ControlEditPageMenu li a {
    text-decoration: none !important;
}

#ControlEditPageMenu li.controlBar_BlueEditPageBtn a {
    text-decoration: none !important;
    color: #FFFFFF !important;
    background: @skin-btn-color-hover !important;
}

#ControlEditPageMenu a.controlBar_editPageInEditMode {
    background: @skin-btn-color-hover !important;
}

#ControlEditPageMenu > li {
    /*height: 55px;*/ //DNN 7.4
    height: 45px; // DNN 7.2
}

a.controlBar_editPageInEditMode {
    height: 37px;
}

/*** Version mobile ***/
.header .MobileBar {
    background: @skin-color-main;
}

.MobileMenu ul li a {
    text-decoration: none !important;
}

.MobileMenu .treeview a.selected {
    color: @skin-color-second !important;
}

.MobileMenu .treeview a:hover {
    color: @skin-color-second !important;
}


/*** Top Bar ***/

div.login-style, #dnn_dnnLOGIN_loginLink, #dnn_dnnUSER_registerLink {
    color: @top-bar-text-color;
}

div.TopBar-Element-Container {
    display: inline-block;
}

#TopBar-Element {
    color: @top-bar-text-color;
    text-decoration: none !important;
    cursor: pointer;
}

#TopBar-Element:hover {
    text-decoration: underline !important;
}


/* DNN 7.2 seulement */
#dnn_dnnUSER_enhancedRegisterLink {
    color: @top-bar-text-color;
    text-decoration: none !important;
}

#dnn_dnnUSER_enhancedRegisterLink:hover {
    text-decoration: none !important;
    cursor: default;
}


/*** Skin footer ***/

.skin-footer {
    background: @footer-bar-color;
}

#goup a img {
    border-color: @skin-color-main-degrade-claire !important;
}

.footer-bar {
    background: @skin-color-main;
    font-size: 12px;
}

footer.footer-bar div.copyright span,
footer.footer-bar div.copyright a {
    color: @footer-bar-text-color !important;
}

footer.footer-bar div.copyright a:hover {
    color: @footer-bar-text-color-hover !important;
}


/*** Barre de menu des modules ***/

/* Menu principal */

div.sticky-wrapper {
    height: 60px !important;
}

/* liens non sousligne */
.dnnMenu a {
    text-decoration: none !important;
}

.header-logos {
    padding-top: 20px;
    vertical-align: middle;
}

.dnnMenu .topLevel li.item span {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.StickyNav {
    background: @skin-color-main !important;
}

.dnnMenu .topLevel li a {
    line-height: 36px !important;
    white-space: nowrap;
}


// Présentation BACKGROUND
/*
.dnnMenu .topLevel li.selected a {
	background-color: @skin-btn-color-hover !important;
}

.dnnMenu .topLevel li.Current a {
    background-color: @skin-btn-color-hover;
}

.dnnMenu .topLevel li a:hover{
	 background-color: @skin-btn-color-hover !important;
}

.dnnMenu .topLevel li a:hover{
	 background-color: @skin-btn-color-hover !important;
}
*/


// Présentation BARRE : Barre sous les titres des menus
.dnnMenu .topLevel li a {
    background-color: @skin-color-main !important;
    white-space: nowrap;
}

.dnnMenu .topLevel li a:hover {
    background-color: @skin-color-main !important;
}

.dnnMenu .topLevel li.selected a {
    background-color: @skin-color-main !important;
}

.dnnMenu .topLevel li.Current a {
    background-color: @skin-color-main;
}

.dnnMenu .topLevel > li > a > span:after {
    display: block;
    content: '';
    position: relative;
    left: 0;
    bottom: 4px;
    height: 2px;
    width: 100%;
    filter: Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: @dnnMenu-selecting-bar;
}

.dnnMenu .topLevel > li:hover > a > span:after,
.dnnMenu .topLevel > li.selected > a > span:after,
.dnnMenu .topLevel > li.Current > a > span:after {
    bottom: 4px;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.dnnMenu .topLevel > li > a > span {
    padding-top: 3px !important;
}


/* Menu secondaire */

.dnnMenu .subLevel li.item a {
    background-color: #FFFFFF !important;
    white-space: nowrap;
}

.dnnMenu .subLevel li.item a:hover {
    background-color: @skin-color-second !important;
}

.dnnMenu .subLevel li.selected :hover {
    color: #FFFFFF !important;
}

.dnnMenu .subLevel li.selected a div {
    color: @skin-color-second !important;
    font-weight: bold;
}


/*** BOUTONS ***/
.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    background: @skin-color-main-degrade-claire !important;
    background: -webkit-linear-gradient(@skin-color-main, @skin-color-main-degrade-claire 0%, @skin-color-main 100%) !important;
    text-decoration: none !important;
    color: #FFFFFF !important;
}

.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
    background: @skin-color-main-degrade-claire-2 !important;
    background: -webkit-linear-gradient(@skin-color-main, @skin-color-main-degrade-claire-2 0%, @skin-btn-color-hover 100%) !important;
    text-decoration: none !important;
}

a.dnnSecondaryAction {
    color: @skin-color-main !important;
    text-decoration: none !important;
}

// Accordéon
h2.dnnFormSectionHead a {
    color: #484848 !important;
    text-decoration: none !important;
}




/*** TELERIK ***/
table.rgMasterTable td a img {
    min-width: 15px;
}


/*** BOOTSTRAP ***/

/* btn-default */
.btn-default {
    color: #333 !important;
    background-color: #fff;
    border: 1px solid #ccc !important;
    /*border-color: #ccc;*/
}

/* btn-primary */
.btn-primary {
    color: #fff;
    background-color: @skin-color-main !important;
    border-color: @skin-btn-border-color !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: @skin-btn-color-hover !important;
    border-color: @skin-btn-border-color !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: @skin-btn-color-hover !important;
    border-color: @skin-btn-border-color !important;
}

.btn-primary .badge {
    color: @skin-color-main !important;
    background-color: #fff;
}

legend {
    color: @skin-color-main !important;
    border-bottom-color: @skin-color-main !important;
}

a.btn-info {
    color: #fff !important;
}

a.btn-primary {
    color: #fff !important;
}

ul.dropdown-menu li a {
    text-decoration: none !important;
}

// Input

.form-control:focus {
    border-color: @skin-color-main-degrade-claire-3 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @skin-color-main-degrade-claire-3 !important; //214, 210, 227, 1
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @skin-color-main-degrade-claire-3 !important;
}

//centrer le copyright
.footcenter {
    float: none;
    margin-left: 25%;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*
.footer-main {
    padding: 0 0 0 0;
}
*/
//enlever les marges du conteneur
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.contentpane {
    padding-right: 0px !important;
}

/*** UI Tabs ***/
.dnnForm .ui-widget-header, .dnnFormPopup .ui-widget-header {
    border-bottom: 1px solid #c2c2c2;
}

#divLevelBar a, .ui-tabs-nav a {
    text-decoration: none !important;
}

/*** NG TABLE ***/
// Supprimer le surlignement des liens du pager
div.ng-table-pager ul li a {
    text-decoration: none !important;
}
/*Diminuer les header des tableaux*/
.wrapper .header {
    min-height: 0px;
}

/*** Angular libraries : <a> no underline ***/
tags-input a.remove-button {
    text-decoration: none !important;
}

/*** css des div sur plusieurs colonnes ***/
.divLabelDeuxCol {
    margin: 5px;
    display: inline-block;
    width: 15%;
}

.divInputDeuxCol {
    margin: 5px;
    display: inline-block;
    width: 30%;
}



/* contour inferieur de l'element groupbox */
div .groupbox {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    margin-bottom: 15px;
    margin-top: 0px;
    padding: 8px;
}


/* titre de la groupbox */
div .titregroupbox {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #E8E8E8;
    margin-top: 0px;
    padding: 4px;
    background-color: #E8E8E8;
    color: #111111;
    font-weight: bold;
}

div .FieldGroupBox {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 4px;
}


/* colonne label */
div .ColLabel {
    display: inline-block;
    width: 250px;
    padding: 3px;
    text-align: right;
    height: 20px;
}

div .ColLabelVide {
    display: inline-block;
    width: 250px;
    padding: 3px;
    text-align: right;
    height: 20px;
}

div .ColLabel:after {
    font-weight: normal!important;
    content: ":";
}

div .ColLabel span {
    font-weight: bold;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Colonne contenant un controle*/
.ColControl {
    display: inline-block;
    width: 250px;
    padding: 3px;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

td.ColControl {
    display: table-cell;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ColLabelTextArea {
    display: inline-block;
    width: 250px;
    padding: 3px;
    text-align: left;
    height: 20px;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ColControlTextArea {
    display: inline-block;
    width: 75%;
    padding: 3px;
    vertical-align: middle;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ColControl input:not([type='checkbox']):not([type='radio']) {
    border-radius: 2px;
    width: 200px;
    height: 20px;
    border: solid 1px #B3A8A8;
    outline: none;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ColControl input:not([type='checkbox']):not([type='radio']):read-only {
    background-color: lightgray;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.TextArea {
    border-radius: 2px;
    border: solid 1px #B3A8A8;
    outline: none;
    width: 100%;
    height: 60px;
}
/*change css properties as you want*/

.ColControl select {
    border-radius: 2px;
    width: 200px;
    height: 20px;
    border-top: solid 1px #B3A8A8;
    border-right: solid 1px #B3A8A8;
    border-bottom: solid 1px #B3A8A8;
    border-left: solid 1px #B3A8A8;
    outline: none;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*.ColControl input:not([type='checkbox']):not([type='radio']):required , select:required  {
    border-left: solid 5px #C71616;
}

.ColControl input:not([type='checkbox']):not([type='radio']):ng-required  {
    border-left: solid 5px #C71616;
}*/


/* Focus sur les Textbox, Checkbox et DropdownListe */
.ColControl input:focus, select:focus, textarea:focus {
    border-color: blueviolet;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @skin-color-main;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @skin-color-main;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ColListe {
    vertical-align: middle;
    display: inline-block;
}

.ColListe label {
    padding-left: 5px;
    font-weight: normal;
    padding-right: 5px;
}

.ColListe td {
    padding-left: 5px;
    padding-right: 5px;
}

/* Personalisation AutoComplete */
.ui-corner-all {
    -moz-border-radius: 4px 4px 4px 4px;
}

.ui-widget-content {
    /*border: 1px solid black;*/
    color: #222222;
}

.ui-widget {
    /*font-family: Verdana,Arial,sans-serif;
    font-size: 20px;*/
}

.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px;
}

.ui-autocomplete {
    cursor: default;
    position: absolute;
}

.ui-menu .ui-menu-item {
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    cursor: pointer;
    font-size: 10px;
}

.ui-menu .ui-menu-item a:hover {
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    color: Red;
    cursor: pointer;
    background-color: ButtonText;
}

.ui-widget-content a {
    color: #222222;
}


/* Menu Arketeam */

.TitreZone {
    background-image: none;
    background-repeat: no-repeat;
    height: 30px;
    width: 100%;
    background-color: #E8E8E8;
    color: #111111;
    font-weight: bold;
    vertical-align: middle;
}



.TitreZone div {
    font-weight: bold;
    height: 30px;
    vertical-align: middle;
    padding-top: 7px;
    padding-left: 30px;
}


/* grid */
.Normal {
    color: #444;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

.Normal td {
    padding: 6px 10px 6px 10px;
    border-color: lightgray;
}

.Normal tr:hover {
    background-color: yellow;
}


.dnnGridHeader td, thead.dnnGridHeader th, tr.dnnGridHeader th {
    padding: 6px 10px 6px 10px;
    line-height: 16px;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    background: linear-gradient(white, lightgray);
}

.ColDate {
    width: 60px;
    text-align: center;
}

btn-success:disabled {
    background-color: lightgray;
}

/* 
   Le framework 4.0 ajoute une classe 'aspNetDisabled' lorsque l'on utilise le .enabled dans le code behind
   Cette classe cache le texte dans les textbox lorsqu'elle sont disabled
   Correction :
*/
.aspNetDisabled {
    color: black;
}


/*Le !important après certains éléments de css est présent pour surcharger le style natif du menu asp, il ne faut donc pas le retirer*/
.StyleTitre {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: bolder !important;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 4px;
    background-color: @skin-color-main;
    border-radius: 4px;
}

.StyleSousMenu {
    font-family: Verdana !important;
    font-weight: bold !important;
    color: @skin-color-main !important;
    text-decoration: none !important;
    font-size: 11px !important;
    margin-bottom: 5px;
    cursor: default;
    border: 2px solid;
    border-color: lightgray;
}

.StyleLienFavori {
    font-family: Verdana !important;
    margin-bottom: 3px;
    font-size: 11px !important;
}

.StyleLienFavori tr :hover {
    background-color: lightgray;
    cursor: pointer;
    border-radius: 10px 10px;
}
/** DATEPICKER**/

/* CMARY #9102 : Modification des datepicker de l'application*/
.ui-datepicker .ui-datepicker-buttonpane button {
    height: 20px !important;
    width: 100px !important;
    font-size: 10px !important;
}

#ui-datepicker-div {
    border-width: 1px !important;
    border-color: @skin-color-main !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @skin-color-main !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @skin-color-main !important;
}

/* permettre de rester sur une ligne aux datepickers */
div.ng-valid {
    display: inline-block;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}


/*//Placeholder IE*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: lightgray;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: lightgray;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: lightgray;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: gray;
    opacity: 1;
}

/*// Animation expand*/

.slideDown.ng-hide {
    height: 0;
    transition: height 0.35s ease;
    overflow: hidden;
    position: relative;
}

.slideDown {
    transition: height 0.35s ease;
    overflow: hidden;
    position: relative;
}

.slideDown.ng-hide-remove,
.slideDown.ng-hide-add {
    /* remember, the .hg-hide class is added to element
  when the active class is added causing it to appear
  as hidden. Therefore set the styling to display=block
  so that the hide animation is visible */
    display: block !important;
}


.slideDown.ng-hide-add {
    animation-name: hide;
    -webkit-animation-name: hide;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
}



.slideDown.ng-hide-remove {
    animation-name: show;
    -webkit-animation-name: show;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
}


/*// Ng Dialog padding*/
.ngdialog.ngdialog-theme-default .ngdialog-content {
    padding: 0;
}

.ng-table th.filter .input-filter {
    margin: 0;
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    height: 20px;
    border: solid 1px #B3A8A8;
    outline: none;
    font-size: 12px;
}

/*//Loader*/

.modal-loader {
    background-color: rgba(255, 255, 255, 0.65);
    position: fixed;
    z-index: 2000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.WaitProgressMessageClass {
    margin-left: -20px;
    margin-top: -20px;
    position: relative;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
}

/* When the body has the loading class, we turn
       the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
       modal element will be visible */
body.loading .modal-loader {
    display: block;
}

.modal-body {
    display: inline-block;
    width: 100%;
}

/*////////////////////////////// Style concernant les asp ListBox //////////////////////////////*/


TD.TitreMod {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 4px;
    background-color: #FF6666;
}

TD.FieldMod {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 4px;
}


/*////////////////////////////// Style concernant les asp ListBox //////////////////////////////*/




/*//réduit la police du listBox*/
.ui-corner-all span {
    font-size: 12px !important;
}

/*permet d'afficher une bordure grise dans la liste déroulante de la listBox*/
.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    border-style: solid;
    border-width: 1px;
    border-color: #B3A8A8;
}


.cTxtRight {
    text-align: right !important;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none !important;
    font-size: 12px !important;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #999999 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    background-image: none !important;
}

.nbCand {
    background: @skin-color-main;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    cursor: pointer;
}

.nbDos {
    background: @skin-color-second;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    cursor: pointer;
}

.multiselect-parent {
    width: 100%;
}

.btn-custom {
    text-align: left;
}

.caret {
    position: absolute;
    left: 95%;
    top: 45%;
}

.title-count {
    margin-bottom: 0;
    margin-top: 0;
}

.cPadT4 {
    padding-left: 0px;
}

.alert {
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 0px;
}

.DeclaError {
    z-index: 50 !important;
    position: relative !important;
    display: initial !important;
    /*left: 255px;*/
    top: 5px;
}

.display {
    display: initial !important;
    width: auto;
}

.errorDiv {
    margin-bottom: 0.5% !important;
    width: auto !important;
}

/* Colonne contenant un controle*/
.ColControl1 {
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

div .ColLabel1 {
    display: inline-block;
    padding: 3px;
    text-align: right;
    height: 100%;
    font-weight: 700;
}

.ColControl1 input:not([type='checkbox']):not([type='radio']) {
    border-radius: 2px;
    height: 20px;
    width: 100%;
    border: solid 1px #B3A8A8;
    outline: none;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ColControl1 select:not([type='checkbox']):not([type='radio']) {
    border-radius: 2px;
    width: 100%;
    height: 20px;
    border-top: solid 1px #B3A8A8;
    border-right: solid 1px #B3A8A8;
    border-bottom: solid 1px #B3A8A8;
    border-left: solid 1px #B3A8A8;
    outline: none;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ---------- Liseret coloré dans les ngtable ----------*/
.nouveau {
    font-weight: bold;
}

.nouveauLiseret {
    width: 3px !important;
    height: 30px !important;
    min-height: 100% !important;
    height: auto !important;
    background-color: @skin-color-main;
}

.archiveLiseret {
    width: 3px !important;
    height: auto !important;
    min-height: 100% !important;
    height: auto !important;
    background-color: #ff0000;
}

.majLiseret {
    width: 3px !important;
    height: auto !important;
    min-height: 100% !important;
    height: auto !important;
    background-color: #ff6a00;
}

.successLiseret {
    width: 3px !important;
    height: 30px !important;
    min-height: 100% !important;
    height: auto !important;
    background-color: #5cb85c;
}

.trBold {
    font-weight: bold;
}

.noPadsTopNBottom {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.tdPerso {
    height: 30px !important;
    width: 1px !important;
    padding: 0px !important;
}

.titreModalDetail {
    color: @skin-color-second !important;
    font-size: 20px;
}

.aLaUne {
    padding-top: 19px;
    padding-right: 19px;
}

.well-perso {
    padding-top: 0px !important;
    padding-right: 0px !important;
}

.shape {
    border-style: solid;
    border-width: 0 85px 55px 0;
    float: right;
    height: 0px;
    width: 0px;
    -ms-transform: rotate(360deg); /* IE 9 */
    -o-transform: rotate(360deg); /* Opera 10.5 */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
    transform: rotate(360deg);
}

.shape {
    border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}

.shape-text {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    right: -40px;
    top: 2px;
    white-space: nowrap;
    -ms-transform: rotate(30deg); /* IE 9 */
    -o-transform: rotate(360deg); /* Opera 10.5 */
    -webkit-transform: rotate(30deg); /* Safari and Chrome */
    transform: rotate(30deg);
}

select:disabled.selectDisable {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background-color: rgb(235, 235, 228) !important;
}

select:disabled.selectDisableIE::-ms-expand {
    display: none !important;
}

/*corrections pour IE uib-timepicker et datePicker*/

.uib-timepicker tbody tr td input {
    line-height: 6px !important;
}

.sort-indicator {
    display: block !important;
}

tbody .sort-indicator .cTxtRight {
    padding-right: 18px !important;
}

tbody .sort-indicator .cTxtCenter {
    padding-right: 18px !important;
}

.inputDate {
    width: 100% !important;
    height: 22px !important;
}

.date-width .btn-sm {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-left: 3px !important;
}

.date-width {
    width: 120px !important;
}

.SkinWidth{
    max-width:1170px;
}