﻿/*Style du caledrier pour les dates*/
.cal_Theme1 .ajax__calendar_container   {
background-color: #DEF1F4;
border:solid 1px #49aff2;
}
.cal_Theme1 table tr td 
{
    padding:0px 0px 0px 0px;
    font-size:10px;

    }
.cal_Theme1 .ajax__calendar_header  {
background-color: #ffffff;
margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
color: #004080;
padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body    {
background-color: #ffffff;
border: solid 1px #77D5F7;
width:auto;
}

.cal_Theme1 .ajax__calendar_dayname {
text-align:center;
font-weight:bold;
margin-bottom: 4px;
margin-top: 2px;
color: #004080;
margin-right: 5px;
}
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_prev
{
border:solid 4px #328BC8;
background-color: #ffffff;
-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px;
-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
}

.cal_Theme1 .ajax__calendar_day {
color: #004080;
text-align:center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  {
color: #004080;
font-weight: bold;
background-color: #DEF1F4;
}

.cal_Theme1 .ajax__calendar_today   {
font-weight:bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
color: #bbbbbb;
}

/*Cacher*/
.ColonneCache
{
    display:none;
}
.cache{display:none}
/*Style du div des grids*/
.DivGrid
{
    overflow: auto;
    width: 100%;
    max-height: 500px;
    /*margin-top: 20px;
    margin-bottom: 10px;*/
    padding-left :2px;
    padding-right : 2px;

}
/*Style de la grid*/
.mGrid
{
    font-size: 10px;
    width: 100%;
    background: #fff;
    margin: 2px 0 5px 0;
    border-collapse: collapse;
    font-family: Tahoma,Book Antiqua;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #A1DCF2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -moz-box-shadow: 0 0 2px 2px #84A6BA;
    -webkit-box-shadow: 0 0 5px 5px #84A6BA;
    box-shadow: 0 0 2px 2px #84A6BA;
}

    .mGrid td
    {
        padding: 2px;
        margin: 0px;
        color: #717171;
        font-family: Tahoma,Book Antiqua;
        text-align: center;
        white-space: nowrap;
        cursor: default;
        border: 1px solid #A1DCF2;
    }

    .mGrid th
    {
        padding: 0px;
        background: -moz-linear-gradient(#84A6BA,#c8e0f5);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c8e0f5),color-stop(1, #84A6BA));
        background: -webkit-linear-gradient(#84A6BA,#c8e0f5);
        background: -o-linear-gradient(#84A6BA,#c8e0f5);
        background: -ms-linear-gradient(#84A6BA,#c8e0f5);
        background: linear-gradient(#84A6BA,#c8e0f5);
        font-size: 0.9em;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        border: 1px solid #A1DCF2;
        color: #1B548D;
        font-family: 'Book Antiqua',Tahoma,'Lucida Grande';
    }

        .mGrid th a
        {
            color: #1B548D;
            text-decoration: none;
            display: block;
            padding-left: 5px;
            padding-right: 5px;
        }

    .mGrid .alt
    {
        background: #fff;
    }

    .mGrid .S
    {
        background: #a9d7e6;
    }

.mGrid .pgr
{
    background: #4093BE;
    background: -moz-linear-gradient(#4093BE,#c8e0f5);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c8e0f5),color-stop(1, #4093BE));
    background: -webkit-linear-gradient(#4093BE,#c8e0f5);
    background: -o-linear-gradient(#4093BE,#c8e0f5);
    background: -ms-linear-gradient(#4093BE,#c8e0f5);
    background: linear-gradient(#4093BE,#c8e0f5);
}

.mGrid .pgr table
{
    margin: 0px 0;
    width: auto;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 3px;
    border: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}

.mGrid .pgr a
{
    color: #1B548D;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}
  
/*Adaptation du template*/
/* get a larger input, and align it with submit button*/
.form-inline .form-group > div {
    padding-left: 0px;
    padding-right: 0px;
}

/* vertical align label*/
.form-inline label {
    line-height: 28px;
    font-size: 10px;
    font-weight:bold;
}
.form-group {
    padding:0px;
}
.form-group label
{
    text-align:left;
    padding-right: 0px;
}
/* force inline control to fit container width */
.form-inline .form-control {
    width: 100%;
    height:22px;
    padding:0px 0px;
    max-width:300px;
    font-size:12px;
}
/* Reset margin-bottom for our multiline form */
@media (min-width: 768px) {
  .form-inline .form-group {
    margin-bottom: 0px;
    max-width:550px;
  }
}
.form-inline .control-label, .radio-inline  label {
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    padding:0px;
}

.checkbox-inline, .radio-inline
{
    line-height: 24px;
}
.chosen-container {
    max-width:300px;
    font-size:10px
}
.chosen-container-single .chosen-single
{
    width:100%;
    height:22px;
    line-height: 20px;
}
.chosen-container-single .chosen-single div
{
    margin-top:2px;
}

.box-content .row
{
    margin-bottom:5px;
}

.box-body 
{
    padding: 5px;
    padding-bottom: 2px;
}

    .box-body .row {
        margin-right: 5px;
        margin-left: 5px;
    }

.DivContent
{
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.FixedTopDiv
{
    position: fixed;
    top: 28px; 
    right: 0; 
    left: 0;
    z-index: 1000;
    width:100%;
    background-color:#fff;
}
textarea
{
    min-height:50px;
}
.form-group label
{
    text-align: left !important;
}
input:read-only
{
    cursor:not-allowed;
}
/* Style detailsView */
/*.DetailsListV
{
    border-left: 1px solid #D0CFD4;
    border-right: 1px solid #D0CFD4;
    border-bottom: 0px solid #D0CFD4;
    border-top: 1px solid #D0CFD4;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:normal;
    margin-left : auto ;
    margin-right : auto ;
    width:100%;
    height:auto;
}
.DetailsListV tr
{
    padding-left:10px;
    background-image:url(../images/package_bg.gif);
    background-repeat:repeat-x;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#00000b;
    font-size:10px;
    font-weight:bold;
    height:20px;
}
.DetailsListV td
{
    padding:2px 3px 2px 5px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
    font-size:9px;
    font-weight:bold;
    background-color:#ECEFF1;
    border: 1px solid #D0CFD4;
    text-align:right;
}
.DetailsListV td + td
{
    text-align: left;
    font-weight:normal;
    width:auto;
}
.DetailsListVHeader
{
    text-align:center;
    }
    
    .DetailsListVHeader td
{
    color: Teal;
    font-weight: bold;
    text-align:center;
    text-decoration:underline;
    }

.DetailsListV tr td.btnDetailV {
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
}

.DetailsListV tr td.btnDetailV input[type="submit"] {
    height: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    font-size: 10px;
}*/

/* Style detailsView */
.DetailsListV
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:normal;
    margin-left : auto ;
    margin-right : auto ;
    width:100%;
    height:auto; 
    /************************/
      width: 100%;
      overflow: hidden;
      background: #FFF;
      color: #024457;
      border-radius: 5px;
      border: 1px solid #167F92;
      border-style: none;
}
.DetailsListV tr
{
    padding-left:10px;
    background-image:url(../images/package_bg.gif);
    background-repeat:repeat-x;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    height:20px;
    /*************************************/
    border: 0px solid #D9E4E6;
}
.DetailsListV tr:nth-child(odd) {
  background-color: #EAF3F3;
}
.DetailsListV td
{
    padding:0px 15px 0px 10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    border: 1px solid #D0CFD4;
    text-align:right;
/*************************************/
    display: block;
    word-wrap: break-word;
}
.DetailsListV td:first-child {
  display: table-cell; 
  border-right: 1px solid #D9E4E6;
} 
  .DetailsListV td {
    border: 0px solid #D9E4E6;
  } 
.DetailsListV td + td
{
    text-align: left;
    font-weight:normal;
    width:80%; 
}
.DetailsListVHeader
{
    text-align:center; 
    }

.DetailsListV tr td.btnDetailV {
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
}

.DetailsListV tr td.btnDetailV input[type="submit"] {
    height: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    font-size: 10px;
}

#Attention , #Valider , #Erreur
{
    height: auto; 
    left: 10%; 
    width: 80%;
    right:10%;
    margin-top:5%;
}
.modal {
    bottom: inherit;
    padding-right:0px !important;
}
.validation
{
    color: red;
    cursor: pointer;
    -moz-animation: blink 1s step-end infinite;
    -o-animation: blink 1s step-end infinite;
    -webkit-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite;
    font-size: x-large;
}

@keyframes blink {
    0% {color: transparent}
    50% {color: red}
}
.LnkGrid
{

}
.aspNetDisabled
{
    cursor:not-allowed;
}

input[type="file"] {
    width:100%;
}

.MyTabStyle .ajax__tab_header
        {
            font-family: "Helvetica Neue" , Arial, Sans-Serif;
            font-size: 11px;
            font-weight:bold;
            display: block;
            
        }
        .MyTabStyle .ajax__tab_header .ajax__tab_outer
        {
            border-color: #222;
            color: #222;
            padding-left: 10px;
            margin-right: 3px;
            border:solid 1px #d7d7d7;

            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }
        .MyTabStyle .ajax__tab_header .ajax__tab_inner
        {
            border-color: #666;
            color: #666;
            padding: 3px 10px 2px 0px;
        }
        .MyTabStyle .ajax__tab_hover .ajax__tab_outer
        {
            background-color:#86f6d0;
        }
        .MyTabStyle .ajax__tab_hover .ajax__tab_inner
        {
            color: #000;
        }
        .MyTabStyle .ajax__tab_active .ajax__tab_outer
        {
            border-bottom-color: #ffffff;
            background-color: #d7d7d7;
        }
        .MyTabStyle .ajax__tab_active .ajax__tab_inner
        {
            color: #000;
            border-color: #333;
        }
        .MyTabStyle .ajax__tab_body
        {
            font-family: verdana,tahoma,helvetica;
            font-size: 10pt;
            background-color: #fff;
            border-top-width: 0;
            border: solid 1px #d7d7d7;
            border-top-color: #ffffff;
            min-height: 300px;
        }

@media (min-width:992px)
{
    .box-inner-Left {
        padding-right: 0px;
    }
    .box-inner-Right {
        padding-left: 0px;
    }
}
@media (max-width:992px)
{
    .box-inner-Left {
        padding-right: 15px;
    }
    .box-inner-Right {
        padding-left: 15px;
    }
    .form-group label
    {
        text-align:left;
    }
}
/***********************************************************************************************************************************************************/
 /*********************************************************** Multiline Grid ********************************************************************************/
 /***********************************************************************************************************************************************************/
 
.MultilineGrid
{
    font-size: 14px;
    width: 95%;
    background: #fff;
    margin: 5px 0 10px 0;
    border-collapse: collapse;
    font-family: Tahoma,Book Antiqua;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #A1DCF2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -moz-box-shadow: 0 0 5px 5px #84A6BA;
    -webkit-box-shadow: 0 0 5px 5px #84A6BA;
    box-shadow: 0 0 10px 2px #84A6BA;
}

    .MultilineGrid td
    {
        padding: 5px;
        margin: 0px;
        color: #717171;
        font-family: Tahoma,Book Antiqua;
        text-align: center;
        white-space: normal;
        cursor: default;
        border: 1px solid #A1DCF2;
    }

    .MultilineGrid th
    {
        padding: 0px;
        background: -moz-linear-gradient(#84A6BA,#c8e0f5);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c8e0f5),color-stop(1, #84A6BA));
        background: -webkit-linear-gradient(#84A6BA,#c8e0f5);
        background: -o-linear-gradient(#84A6BA,#c8e0f5);
        background: -ms-linear-gradient(#84A6BA,#c8e0f5);
        background: linear-gradient(#84A6BA,#c8e0f5);
        font-size: 0.9em;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        border: 1px solid #A1DCF2;
        color: #1B548D;
        font-family: 'Book Antiqua',Tahoma,'Lucida Grande';
    }

        .MultilineGrid th a
        {
            color: #1B548D;
            text-decoration: none;
            display: block;
            padding-left: 5px;
            padding-right: 5px;
        }

    .MultilineGrid .alt
    {
        background: #fff;
    }

    .MultilineGrid .S
    {
        background: #a9d7e6;
    }

.MultilineGrid .pgr
{
    background: #4093BE;
    background: -moz-linear-gradient(#4093BE,#c8e0f5);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c8e0f5),color-stop(1, #4093BE));
    background: -webkit-linear-gradient(#4093BE,#c8e0f5);
    background: -o-linear-gradient(#4093BE,#c8e0f5);
    background: -ms-linear-gradient(#4093BE,#c8e0f5);
    background: linear-gradient(#4093BE,#c8e0f5);
}

.MultilineGrid .pgr table
{
    margin: 0px 0;
    width: auto;
}
.MultilineGrid .pgr td
{
    border-width: 0;
    padding: 3px;
    border: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}

.MultilineGrid .pgr a
{
    color: #1B548D;
    text-decoration: none;
}
.MultilineGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}

/***********************************************************************************************************************************************************/
 /*********************************************************** FIN Multiline Grid ********************************************************************************/
 /***********************************************************************************************************************************************************/
 
.dropdown-menu li {
cursor: pointer;
}
.dropdown-submenu
{
position: relative;
}

.dropdown-submenu > .dropdown-menu
{
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}

.dropdown-submenu > a:after
{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu.pull-left
{
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu
    {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.box {
    margin-bottom: 0px;
}

.box-buttons {
    position: absolute;
    left:25%;
    right:25%;
    top: 0px;
    width: 50%;
}
.box-Label {
    position: absolute;
    right:7%;
    top: 0px;
}
.box-Label label {
    color: rgb(242, 50, 50) !important;
    font-weight: bolder;
    border-left-style: solid;
    padding-left: 5px;
    height: 25px;
    border-radius: 5px;
    line-height: 23px;
}
.box-Label label + label {
    color: initial;
    font-size: inherit;
    font-weight: inherit;
}
.box-footer .box-buttons {
    position: relative;
    left: 25%;
    right: 25%;
    top: 0px;
}

.Obligatoire {
    border-left-style: outset;
    border-left-color: rgb(242, 50, 50);
    border-left-width: 4px;
}

.theprogress
{
    background-color: White;
    border: 1px solid black;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 10px;
    width: 300px;
    height: 100px;
    line-height: 30px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -11px 0 0 -150px;
    color: #1B548D;
    font-weight: bold;
    font-size: 14px;
    font-family: Book Antiqua,Tahoma,Cambria,Century Gothic, Helvetica, sans-serif;
}

.ToTop {
    position: fixed;
    bottom: 0px;
    width: 90px;
    opacity: 0.3;
    right: 22px;
    cursor:pointer;
    background-color:transparent;
}
    .ToTop .bg-teal {
            border-radius: 50px;
        }
.ToTop:hover {
    opacity: 1;
}
.btn-group .btn-info,.btn-group .btn-warning, .btn-group .btn-info,.btn-group .btn-warning {
    padding: 2px;
}
/*Added by salah eddine*/
/*begin*/
.btn-info:hover
{
   background-color: #3c8dbc;
    border-color:#43728e;
}
.btn-info
{
    background-color: #00c0ef;
    border-color: #00acd6;
}
.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info
{
    background-color: #3c8dbc;
    border-color:#43728e;

}
/*End*/
.box-header {
    padding:2px;
}
.box-header .box-title {
    font-size: 12px;
    font-weight: bold;   
}
.input-group-sm>.input-group-btn>.btn {
    height: 20px;
    padding-top:0px
}

.box-header > .box-tools {
    top: 0px;
}

.box-title {
    color:rgb(252,169,54);
}
.box-title i.glyphicon {
    color:#84a6ba;
}

/*.box.box-success {
    border-top-color: #84a6ba;
}*/


/*Update progress style*/

.modalProgress
    {
        position: fixed;
        z-index: 999;
        height: 100%;
        width: 100%;
        top: 0;
        background-color: Black;
        filter: alpha(opacity=60);
        opacity: 0.6;
        -moz-opacity: 0.8;
        margin-left: -15px;
    }

    .centerProgress
    {
        z-index: 1000;
        margin: 300px auto;
        padding: 10px;
        width: 145px;
        background-color: transparent;
        border-radius: 10px;
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
        
    }
        /*.centerProgress img
        {
            height: 128px;
            width: 128px;
        }*/

input:-webkit-autofill 
{
    color: #555;
    background-color: #fff;
    background-image: none;
}

.modal-open .modal, .modal-body {
        overflow: visible !important;
}

.BouttonParDefault {

}


/* -------------------------------- 

 Style Client

-------------------------------- */
.cd-breadcrumb, .cd-multi-steps {
  width: 90%; 
  padding: 0.5em 1em; 
  background-color: #edeff0;
  border-radius: .25em;
}
.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #3C8DBC;
}
.no-touch .cd-breadcrumb div:hover, .no-touch .cd-multi-steps div:hover {
  /* steps already visited */
  color: #3C8DBC;
  cursor:pointer;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 10px;
  width: 16px;
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 10px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
/*@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 12px;
  }
}*/

/* -------------------------------- 

Triangle breadcrumb

-------------------------------- */ 
  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
    cursor: pointer;
  }
  .cd-breadcrumb.triangle li:hover {
    background-color: #C8E0F5;
    border-color: #C8E0F5;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 2px 0px 2px 15px;
    color: #2c3f4c;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
  }
  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #3C8DBC;
    border-color: #3C8DBC;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: .25em 0 0 .25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0;
  }
  .no-touch .cd-breadcrumb.triangle div:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
    cursor:pointer;
  }
  .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
    /* 
        li > *::after is the colored triangle after each item
        li::after is the white separator between two items
    */
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
   border-width: 11px 0px 11px 10px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 10px;
    border-bottom-width: 10px;
  }


.HeaderRwGrid {
    background: linear-gradient(#84A6BA,#c8e0f5);
    color: #1B548D !important;
    font-size: small;
    font-style: italic;
}

.FixedHeader {
    position: absolute;
    font-weight: bold;
}

  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,.cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }

a[disabled] {
    pointer-events: none;
}
/**** Custumise colors ****/
/*.skin-green-light .main-header .navbar{
    background-color:darkslategray !important;
}
.btn-info{
    background-color:#1BA39C !important;
    border-color:#1BA39C !important;
}*/