/*** margin, padding ***/
.mt80   { margin-top:80px; }
.mt50   { margin-top:50px; }
.mt45   { margin-top:45px; }
.mt40   { margin-top:40px; }
.mt30   { margin-top:30px; }
.mt25   { margin-top:25px; }
.mt20   { margin-top:20px; }
.mt15   { margin-top:15px; }
.mt15m  { margin-top:-15px; }
.mt10   { margin-top:10px; }
.mt5    { margin-top:5px; }
.mt0    { margin-top:0; }

.mr5    { margin-right:5px; }
.mr10   { margin-right:10px; }
.mr20   { margin-right:20px; }
.mr25   { margin-right:25px; }

.ml5    { margin-left:5px; }
.ml10   { margin-left:10px; }
.ml15   { margin-left:15px; }
.ml20   { margin-left:20px; }
.ml25   { margin-left:25px; }
.ml30   { margin-left:30px; }

.mb0    { margin-bottom:0px; }
.mb5    { margin-bottom:5px; }
.mb10   { margin-bottom:10px; }
.mb15   { margin-bottom:15px; }
.mb20   { margin-bottom:20px; }
.mb30   { margin-bottom:30px; }
.mb50   { margin-bottom:50px; }
.mb80   { margin-bottom:80px; }

.pt0    { padding-top:0; }

.pl5    { padding-left:5px; }
.pl10   { padding-left:10px; }
.pl15   { padding-left:15px; }
.pl20   { padding-left:20px; }

.pr10   { padding-right:10px; }
.pr15   { padding-right:15px; }


/*** error ***/
.main-error {
    background-color: #fffa7e;
}

.main-error500 {
    background-color: #f2c1c0;
}

.error-page h1, h3 {
    font-weight: bold;
}

.error-page h1 {
    font-size: 68px;
}

.error-page h3 {
    font-size: 32px;
}

.error {
    color: crimson;
    font-weight: bold;
}


/*** text ***/
.text-small {
    font-size: 9px;
}

.text-big {
    color: #444444;
    font-size: 14px;
}

.text-bold {
    font-weight: 600;
}

.text-muted-sm {
    font-size: 10px;
    line-height: 14px;
}

.text-italic {
    font-style: italic;
}

.text-info {
    color: #31708f;
    font-size: 0.8em;
    font-style: italic;
    font-weight: 600;
}

.text-white { color: #fff; }
tr:hover .text-white { color: #f5f5f5; }

.text-black { color: #000000; }

.text-uppercase {
    text-transform: uppercase;
}

/*** dashboard - AdminLTE ***/
.small-box > .inner {
    padding: 10px;
}
.small-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 4px 4px  2px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px  2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 4px 4px  2px rgba(0,0,0,0.3);
    -o-box-shadow: 4px 4px  2px rgba(0,0,0,0.3);
    border-radius: 4px;
}
.small-box h3, .small-box h4, .small-box p {
    z-index: 5;
    color: #fff; !important;
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 5px 0 5px 0;
    white-space: nowrap;
    padding: 0;
    color: #fff; !important;
}
.small-box h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 0 0;
    white-space: nowrap;
    padding: 0;
    color: #fff; !important;
}
.small-box p {
    margin: 0 0 10px;
}
.small-box p span.strong {
    font-weight: 800;
}
.small-box p span.small {
    font-size: 0.7em;
}
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    /*background: rgba(0,0,0,0.1);*/
    text-decoration: none;
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active
/*.callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success,
.alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info,
.label-danger, .label-info, .label-warning, .label-primary, .label-success,
.modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer*/
{
    color: #fff !important;
}
/*.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {*/
.bg-aqua {
    background-color: #00c0ef !important;
}
/*.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {*/
.bg-green {
    background-color: #00a65a !important;
}
/*.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {*/
.bg-yellow {
    background-color: #f39c12 !important;
}
/*.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {*/
.bg-red {
     background-color: #dd4b39 !important;
}
.bg-gray {
    background-color: #d2d6de !important;
}
.bg-navy {
    background-color: #001F3F !important;
}
.bg-primary {
    background-color: #3c8dbc !important;
}
.bg-black {
    background-color: #111111 !important;
}
.bg-info {
    background-color: #00c0ef !important;
}
.bg-github {
    background-color: #444444 !important;
}
.bg-insta {
    background-color: #3f729b !important;
}

/*** kpi ***/
.kpi {
    text-align: center;
    font-weight: 600;
    font-size: 1.3em;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

.bg-danger { background-color: #d9534f; }
.bg-warning { background-color: #f0ad4e; }
.bg-info { background-color: #5bc0de; }
.bg-primary { background-color: #3779b5; }
.bg-success { background-color: #5cb85c; }
.bg-default { background-color: #777; color: #fff; }
.bg-dark { background-color: #222; }



/*** Rating Star Widgets Style ***/
/* src : https://codepen.io/depy/pen/vEWWdw */
.rating-stars ul {
    list-style-type:none;
    padding:0;
    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li.star {
    display:inline-block;
}

.rating-stars ul > li.star > i.fa {
    font-size:2.5em;
    color:#ccc;
}

.rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
}

.rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
}

.rated-stars ul {
    list-style-type:none;
    padding:0;
    -moz-user-select:none;
    -webkit-user-select:none;
}

.rated-stars ul > li.star {
    display:inline-block;
}

.rated-stars ul > li.star > i.fa {
    font-size:1.5em;
    color:#ccc;
}

.rated-stars ul > li.star > i.fa-gold {
    font-size:1.5em;
    color:#FF912C;
}



/*** footer ***/
.footer {
    padding-top: 10px;
    background-color: #dfe2e5;
}

.footer .text-muted {
    color: #81838e; !important;
}


/*** links ***/
a.anone {
    text-decoration: none;
}

.tsearch > td a {
    font-weight: 500;
}


/*** label ***/
.label-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.label-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.label-purple {
    color: #fff;
    background-color: #9f284a;
    border-color: #9f284a;
}

.label-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.label-cyan {
    color: #fff;
    background-color: #82bccc;
    border-color: #82bccc;
}

.label-sm {
    font-size: 56%;
    font-weight: 600;
}

.label-tree {
    font-size: 60%;
    font-weight: 600;
    padding: .2em .4em .2em .4em;
    float: right;
    margin: 7px 0 0 10px;
}



/*** text ***/
.big24 {
    font-size: 24px;
    font-weight: 400;
}



/*** form ***/
.form-error {
    color: crimson;
    font-weight: bold;
}


/*** img ***/
.img-logo {
    padding-left: 10px;
}

.img-photo {
    border-radius: 3px;
    border: solid 1px #000000;
}

.img-photo-border-blue {
    border-radius: 3px;
    border: solid 4px #3779b5;
}

.img-photo-border-red {
    border-radius: 3px;
    border: solid 4px #d9534f;
}

.img-photo-border-green {
    border-radius: 3px;
    border: solid 4px #5cb85c;
}


/*** rotate ***/
.r90{ transform: rotate(90deg); }
.r180{ transform: rotate(180deg); }
.r270{ transform: rotate(270deg); }


/*** form-control ***/
select.form-control {
    height: 46px;
}


/*** dt dl ***/
.dl-horizontal dt.lg {
    width: 240px;
}
.dl-horizontal dd.lg {
    margin-left: 260px;
}
.dl-horizontal dt.xl {
    width: 200px;
}
.dl-horizontal dd.xl {
    margin-left: 220px;
}


/*** panel ***/
.showFileInfo {
    margin-top: 5px;
}

.panel-body-file {
    border-radius: 3px;
    background-color: #e9ecf2;
}


/*** panel-bloc ***/
.panel-bloc {
    border-radius: 3px;
    border: solid 1px #dddddd;
}

.panel-bloc > .panel-heading {
    font-size: 16px;
    background-color: #F8F8F8;
    height: 48px;
    line-height: 32px;
    padding: 8px 15px;
}

.panel-bloc-xl > .panel-heading {
    height: auto;
}

.panel-bloc > .panel-body {
    margin: 0;
    padding: 0;
}

.panel-bloc > .panel-body > .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel-bloc > .panel-body > .list-group .list-group-item {
    border-radius: 0;
    border-width: 1px 0;
}

.panel-bloc .panel-body > .list-group {
    margin-bottom: 0;
}


/*** panel-bloc-jke-bullets ***/
.panel-bloc-jke-bullets {
    padding: 10px;
}

.panel-bloc-jke-bullets p {
    color: #444444;
}

.panel-bloc-jke-bullets li {
    margin-left: -15px;
}



/*** panel-heading ***/
.panel-heading-sm {
    height: 36px !important;
    max-height: 36px !important;
    line-height: 20px !important;

}

.panel-heading-sm span {
    margin: 0px;
    font-size: 14px !important;
    width: 32px;
    height: 32px !important;
    line-height: 32px;
    margin-top: 4px !important;
    padding-top: 0 !important;
}

.panel-body-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-body-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-body-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-body-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.li-panel {
    margin-left: -12px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.panel-toggle {
    width: 36px;
}


/*** panel bootstrap ***/
.panel {
    margin-bottom:20px;
    background-color:#fff;
    border:1px solid transparent;
    border-radius:4px;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
    box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
    padding:15px
}
.panel>.list-group {
    margin-bottom:0
}
.panel>.list-group .list-group-item {
    border-width:1px 0;
    border-radius:0
}
.panel>.list-group .list-group-item:first-child {
    border-top:0
}
.panel>.list-group .list-group-item:last-child {
    border-bottom:0
}
.panel>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius:3px;
    border-top-left-radius:3px
}
.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width:0
}
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom:0
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius:3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius:3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius:3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius:3px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top:1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top:0
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border:0
}
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left:0
}
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right:0
}
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tfoot>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td {
    border-top:0
}
.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom:0
}
.panel>.table-responsive {
    border:0;
    margin-bottom:0
}
.panel-heading {
    padding:10px 15px;
    border-bottom:1px solid transparent;
    border-top-right-radius:3px;
    border-top-left-radius:3px
}
.panel-heading>.dropdown .dropdown-toggle {
    color:inherit
}
.panel-title {
    margin-top:0;
    margin-bottom:0;
    font-size:16px;
    color:inherit
}
.panel-title>a {
    color:inherit
}
.panel-footer {
    padding:10px 15px;
    background-color:#f5f5f5;
    border-top:1px solid #ddd;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}
.panel-group {
    margin-bottom:20px
}
.panel-group .panel {
    margin-bottom:0;
    border-radius:4px;
    overflow:hidden
}
.panel-group .panel+.panel {
    margin-top:5px
}
.panel-group .panel-heading {
    border-bottom:0
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top:1px solid #ddd
}
.panel-group .panel-footer {
    border-top:0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom:1px solid #ddd
}
.panel-default {
    border-color:#ddd
}
.panel-default>.panel-heading {
    color:#333;
    background-color:#f5f5f5;
    border-color:#ddd
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color:#ddd
}
.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color:#ddd
}
.panel-primary {
    border-color:#428bca
}
.panel-primary>.panel-heading {
    color:#fff;
    background-color:#428bca;
    border-color:#428bca
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color:#428bca
}
.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color:#428bca
}
.panel-success {
    border-color:#d6e9c6
}
.panel-success>.panel-heading {
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#d6e9c6
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color:#d6e9c6
}
.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color:#d6e9c6
}
.panel-info {
    border-color:#bce8f1
}
.panel-info>.panel-heading {
    color:#31708f;
    background-color:#d9edf7;
    border-color:#bce8f1
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color:#bce8f1
}
.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color:#bce8f1
}
.panel-warning {
    border-color:#faebcc
}
.panel-warning>.panel-heading {
    color:#8a6d3b;
    background-color:#fcf8e3;
    border-color:#faebcc
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color:#faebcc
}
.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color:#faebcc
}
.panel-danger {
    border-color:#ebccd1
}
.panel-danger>.panel-heading {
    color:#a94442;
    background-color:#f2dede;
    border-color:#ebccd1
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color:#ebccd1
}
.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color:#ebccd1
}

h6.panel-title {
    font-size: 14px; !important;
}



/*** timeline ***/
.timeline,
.timeline-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}
.timeline:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline .timeline-item {
    margin-bottom: 20px;
    position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table;
}
.timeline .timeline-item:after {
    clear: both;
}
.timeline .timeline-item .timeline-badge {
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -25px;
    background-color: #7c7c7c;
    border: 3px solid #ffffff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
    top: 2px;
    left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
    background-color: #1f9eba;
}
.timeline .timeline-item .timeline-badge.info {
    background-color: #5bc0de;
}
.timeline .timeline-item .timeline-badge.success {
    background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
    background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
    background-color: #ba1f1f;
}
.timeline .timeline-item .timeline-panel {
    position: relative;
    width: 46%;
    float: left;
    right: 16px;
    border: 1px solid #c0c0c0;
    background: #ffffff;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -16px;
    display: inline-block;
    border-top: 16px solid transparent;
    border-left: 16px solid #c0c0c0;
    border-right: 0 solid #c0c0c0;
    border-bottom: 16px solid transparent;
    content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
    margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
    margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
    float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
    float: right;
    left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
}
.timeline-horizontal:before {
    height: 3px;
    top: auto;
    bottom: 26px;
    left: 56px;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
    display: table-cell;
    height: 280px;
    width: 20%;
    min-width: 320px;
    float: none !important;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
    top: auto;
    bottom: 64px;
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-bottom: 20px;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
    top: auto;
    bottom: -16px;
    left: 28px !important;
    right: auto;
    border-right: 16px solid transparent !important;
    border-top: 16px solid #c0c0c0 !important;
    border-bottom: 0 solid #c0c0c0 !important;
    border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
    display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
    top: auto;
    bottom: 0px;
    left: 43px;
}




/*** sidebar ***/
.sidebar {
    background-color: #fff;
}

.sidebar ul {
    margin: 0;
}

.sidebar ul.nav li a {
    height: 42px;
    line-height: 1.6em;
}

li.nav-user {
    /*background-color: #f8fbfe;*/
}

.profile-username{
    font-size: 16px;
    padding: 0 0 0 15px;
}


/*** breadcrumb ***/
.breadcrumb {
    background-color: #f1f4f7;
}


/*** progress-bar ***/
.progress {
    margin: 3px 0;
    position: relative;
}

.progress-bar  {
    /*min-width: 1em;*/
}

.progress-bar span {
    margin-top:-3px;
    padding:0;
    position: absolute;
    display: block;
    width: 100%;
    color: black;
}


/*** table ***/
thead {
    background-color: #ffffff;
}

.th-included {
    margin-left:0px;!important;
    padding-left:0px;!important;
}


/*** panels ***/
.panel-heading {
    font-weight: 700;
}

.panel-noborder {
    border: none;
}


/*** list-group ***/
.list-group-item  {
    word-wrap: break-word;
}

h4.list-group-item-heading {
    font-size: 15px;
    font-weight: bold;
}


/*** dropdown ***/
.dropdown-table {
    margin: 0;
}

.panel-collapse > table .dropdown {
    position:absolute;
}



/*** label ***/
td .label {
    margin-top: 1px;
    padding-top: 4px;
}


/*** alert ***/
.alert-xs {
    padding: 5px;
    margin-bottom: 5px;
}

.alert-text-width {
    display:inline-block;
}

.alert-no-border {
    border: none;
}


/*** alert-btn ***/
.alert-btn {
    background-color: #f1f4fa;
    padding: 0 0 0 0;
    margin: 2px 0 2px 0;
}


/*** btn ***/
.btn-purple, .btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .open > .dropdown-toggle.btn-purple, .btn-purple.disabled, .btn-purple[disabled], fieldset[disabled] .btn-purple, .btn-purple.disabled:hover, .btn-purple[disabled]:hover, fieldset[disabled] .btn-purple:hover, .btn-purple.disabled:focus, .btn-purple[disabled]:focus, fieldset[disabled] .btn-purple:focus, .btn-purple.disabled:active, .btn-purple[disabled]:active, fieldset[disabled] .btn-purple:active, .btn-purple.disabled.active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple.active {
    color: #fff;
    background-color: #9f284a;
    border-color: #9f284a;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .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:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}


/*** nav ***/
.btn-nav {
    margin-bottom: 15px;
}

.btn-nav .btn-xs {
    font-size: 14px;
    padding: 4px 15px;
    height: 30px !important;
}

.nav-pills span.badge {
    margin-top: -1px;
    font-weight: normal; !important;
}


/*** badge ***/
.badge-sm {
    font-size: 56%;
    font-weight: 600;
}


.badge-danger { background-color: #d9534f; }
.badge-warning { background-color: #f0ad4e; }
.badge-info { background-color: #5bc0de; }
.badge-primary { background-color: #3779b5; }
.badge-success { background-color: #5cb85c; }
.badge-default { background-color: #777; }
.badge-dark { background-color: #222; }


/*** flash ***/
.alert-flash {
    margin: 0;
    padding-left: 18%;
    border-radius: 0;
}


/*** dahsboard ***/
.row-dashboard {
    margin: 0 15px 15px 15px;
}

.row-dashboard-dark {
    background-color: #f4f4f4;
    border-radius: 10px;
}

.row-dashboard-bloc {
    margin: 0;
}

.row-dashboard h3 {
    margin-top: 10px;
}



/*** dl, dd, dt (list show) ***/
dd, dt {
    line-height: 2;
}


/*** modal ***/
.modal-title {
    font-weight: 700;
}

.modal-md {
    width: 66%;
    height: 80%;
}

.modal-lg {
    width: 80%;
    height: 80%;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/*** ***/
.radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}


/*** dashboard ***/
.dockyard {
    font-size: 16px;
    font-weight: 700;
}


/*** ui-datepicker***/
.ui-datepicker{
    z-index: 999 !important;
}


/*** form ***/
.form-horizontal .control-label {
    padding-top: 12px;
}

/*** search form ***/
.form-search-btn {
    padding-left: 15px; !important;
    padding-right: 15px; !important;
}

input.form-search, select.form-search {
    height: 32px;
}



/*** roles ***/
.roleAdmin {
    background-color: yellow;
}


/*** reading (wiki) ***/
.reading-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 800;
}

.reading {
    max-height: 400px;
    overflow:auto;
    padding-right: 10px;
    text-align:justify;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; !important;*/
}

.reading240 {
    max-height: 240px;
    overflow:auto;
    padding-right: 10px;
    text-align:justify;
}

.reading280 {
    max-height: 280px;
    overflow:auto;
    padding-right: 10px;
    text-align:justify;
}

.reading320 {
    max-height: 320px;
    overflow:auto;
    padding-right: 10px;
    text-align:justify;
}

.reading p {
    font-size: 14px;
    color: #333;
}

.reading-border {
    border:solid 1px #dddddd;
    padding:10px;
    text-align:justify;
}

.reading-panel {
    font-size: 14px;
    color: #000000; !important;
    max-height: 200px;
    overflow:auto;
    padding:10px;
    text-align:justify;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; !important;*/
}

.reading-action {
    max-height: 100px;
    overflow:auto;
    padding-right: 10px;
    border:solid 1px #dddddd;
}

.wiki-show {
    border:solid 1px #dddddd;
    padding:10px;
    text-align:justify;
}

.wiki-show h1, .wiki-show h2, .wiki-show h3, .wiki-show h4 {
    margin-top: 20px;
    padding: 5px 0 5px 0;
    text-align: center;
    background-color: #ECECEC;
}


.wiki-show-sm {
    height:240px;
    max-height: 240px;
    overflow:auto;
    border:solid 1px #dddddd;
    padding:10px;
    text-align:justify;
}


/*** aide ***/
.show-aide > p {
    color: #444444;
}


/*** ckeditor ***/
.marker {
    background-color: Yellow;
}


/*** font awesome icons ***/
.fa-danger {
    color: #d9534f;
}
.fa-color-danger {
    color: #d9534f;
}

.fa-danger2 {
    color: #a94442;
}

.fa-primary {
    color: #3779b5;
}
.fa-color-primary {
    color: #3779b5;
}

.fa-color-warning {
    color: #f0ad4e;
}

.fa-success {
    color: #5cb85c;
}
.fa-color-success {
    color: #5cb85c;
}


.fa-color-info {
    color: #5bc0de;
}

.fa-inverse {
    color: #222;
}
.fa-color-inverse {
    color: #222;
}

/*** badge ***/
.badge-sm {
    font-size: 56%;
    font-weight: 600;
}

/*** imgModal ***/
#imgModal {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#imgModal:hover {opacity: 0.7;}


/*** alert ***/
.alert-map-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}
.alert-map-success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}
.alert-map-info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}
.alert-map-warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}
.alert-map-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}


/*** tab-content ***/
.tab-content {
    min-height: 420px;
}


/*** table-responsive ***/
.table-responsive {
    min-height: 420px;
}


/*** tablesorter ***/
.tablesorter thead {
    cursor: pointer;
}

.tablesorter thead tr th span {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.tablesorter thead tr th.headerSortUp span {
    background-image: url('./images/arrow-up.png');
}
.tablesorter thead tr th.headerSortDown span {
    background-image: url('./images/arrow-down.png');
}


/*** secu > evrp ***/
.evrp-score {
    font-size: 20px;
    font-weight: bold;
}

/*** shop ***/
.alert-shop {
    height: 40px;
    padding: 5px;
    margin: 0;
    background-color: #f1f4f7; !important;
}

.alert-shop h3 {
    padding: 5px;
    margin:0;
}


.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

h4.card-title {
    margin-top: 0px;
}

.card-title {
    margin-top: 0px;
    font-size: 14px;
    min-height: 36px;
}

.card-title a {
    color: #444444;
    text-decoration: none;
}

.card-title a:hover {
    color: #30a5ff;
    text-decoration: none;
}

.card-text {
    clear: both;
    margin-top: .3em;
    font-size: 12px;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.cart-img {
    max-height:48px;
    height:auto;
    width:auto;
    float: none; !important;
}

.card-photo {
    float: right;
    margin-top:5px;
    margin-left:10px;
    max-height: 36px;
    height: auto;
    width: auto;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.text-over {
    text-decoration: line-through;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}

/*** cart ***/
.dropdown .label {
    left:30px; !important;
}

.dropdown-messages {
    background-color: #ffffff;
    min-width: 540px; !important;
}

.dropdown-messages-box {
    margin-left:0px; !important;
    margin-right:0px; !important;
}

.dropdown-messages-cart {
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    text-align: center;
    margin:0;
    padding:0;
    font-size: 16px;
    font-weight: 700;
}

.message-img {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.message-body {
    position: relative;
    float: right;
    width: 380px; !important;
    min-width: 380px;
    max-width: 380px;
}

.cart-qty {
    display: inline;
    width: inherit;
}


/*** cart-timeline ***/
/*** src : https://bootsnipp.com/snippets/xrKXW ***/
ul.cart-timeline {
    list-style-type: none;
    position: relative;
}
ul.cart-timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 4px;
    height: 100%;
    z-index: 400;
}
ul.cart-timeline > li {
    margin: 5px 0;
    padding-left: 20px;
}
ul.cart-timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    margin-top: 3px;
    left: 23px;
    width: 15px;
    height: 15px;
    z-index: 400;
}


/*** cart steps ***/
/*** src : https://bootsnipp.com/snippets/y8pk4 ***/
.stepwizard {
    width: 100%;
    display: table;
    margin-top: 15px;
    position: relative;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
