﻿a {
    color: #1eb0fc
}

#bandeau_image > img {
    display: none !important;
}

#bandeau_image {
    width:185px;
    height:70px;
    background: url('../images/logo_large.png') no-repeat;
}
.logo-mini > img {
    display: none !important;
}

.logo-mini {
    width:50px;
    height:50px;
    background: url("../images/logo_small.png") no-repeat;
}

.logo-lg > img {
    display: none !important;
}
.logo-lg{
    width:185px;
    height:60px;
    background: url("../images/logo_large.png") no-repeat;
}

a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #1eb0fc
}

#deconnect{
    background-color: #004c7e;
}

a, .btn, button {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out
}

div:focus, button {
    outline: none
}

:focus {
    outline: none
}

::selection {
    background: #1eb0fc
}

.text-primary {
    color: #1eb0fc
}

.progress-bar {
    background-color: #1eb0fc
}

.navbar {
    background-color: #fff
}

.navbar-header {
    padding: 15px 0px
}

.flex-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important
}

.treeview-menu {
    visibility: visible !important
}

.logo:hover, .logo:active, .logo:focus, .logo:visited {
    background-color: #ffffff !important
}

.fft {
    color: #222D32 !important;
    cursor: pointer !important
}

.content-wrapper {
    min-height: 100%;
    background-color: #e6ebed;
    z-index: 800
}

.content-wrapper {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    margin-left: 230px;
    z-index: 820
}

.ml-auto {
    margin-left: auto
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px
}

.ml-5 {
    margin-left: 5px
}

.shadow {
    border: none !important;
    border-radius: 3px !important;
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)
}

.no-shadow {
    box-shadow: none
}

.text-shadow {
    text-shadow: 0 0.0625rem 0.0625rem rgba(255, 255, 255, 0.9)
}

.myItem {
    background-color: transparent;
    font-size: 16px;
    padding: 0
}

.content-wrapper {
    padding: 0 15px
}

.dz-drag-hover {
    background: #1eb0fc;
    font-weight: bold;
    color: #fff
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 1px solid #1eb0fc;
    background: #1eb0fc;
    font-weight: normal;
    color: #fff;
    outline: none
}

.ui-slider .ui-slider-handle {
    box-shadow: #1eb0fc 0 0 0 1px
}

#myCarousel .carousel-indicators .active img {
    border: 2px solid #1eb0fc;
    opacity: 0.7
}

#myCarousel a.carousel-control:hover {
    background: #1eb0fc !important
}

#slider_date .select {
    color: #1eb0fc;
    font-weight: bold;
    background: transparent;
    border: none
}

#tooltip {
    position: absolute;
    z-index: 3000;
    background-color: #1eb0fc;
    padding: 5px;
    border: 1px solid black;
    opacity: 0.85
}

#tooltip h3, #tooltip div {
    margin: 0
}

#tooltip h3 {
    color: black;
    font-size: 14px
}

.form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    border-color: #cccccc
}

.form-control:focus {
    border-color: #1eb0fc
}

.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-group.has-success label {
    color: #00a65a
}

.form-group.has-success .form-control, .form-group.has-success .input-group-addon {
    border-color: #00a65a;
    box-shadow: none
}

.form-group.has-success .help-block {
    color: #00a65a
}

.form-group.has-warning label {
    color: #f39c12
}

.form-group.has-warning .form-control, .form-group.has-warning .input-group-addon {
    border-color: #f39c12;
    box-shadow: none
}

.form-group.has-warning .help-block {
    color: #f39c12
}

.form-group.has-error label {
    color: #dd4b39
}

.form-group.has-error .form-control, .form-group.has-error .input-group-addon {
    border-color: #dd4b39;
    box-shadow: none
}

.form-group.has-error .help-block {
    color: #dd4b39
}

.peri-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.list-group-item {
    position: relative;
    display: block;
    padding: 3px 15px;
    margin-bottom: -1px;
    background-color: #fff
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent
}

.btn.uppercase {
    text-transform: uppercase
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px
}

.btn:hover, .btn:focus, .btn.focus {
    background-color: #fff;
    color: #1eb0fc;
    border: 1px solid #1eb0fc
}

.btn:focus {
    outline: none
}

.btn.btn-file {
    position: relative;
    overflow: hidden
}

.btn.btn-file > input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block
}

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd
}

.btn-default:hover, .btn-default:active, .btn-default.hover {
    background-color: #e7e7e7
}

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #367fa9
}

.btn-success {
    background-color: #00a65a;
    border-color: #008d4c
}

.btn-success:hover, .btn-success:active, .btn-success.hover {
    background-color: #008d4c
}

.btn-info {
    background-color: #00c0ef;
    border-color: #00acd6
}

.btn-info:hover, .btn-info:active, .btn-info.hover {
    background-color: #00acd6
}

.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925
}

.btn-danger:hover, .btn-danger:active, .btn-danger.hover {
    background-color: #d73925
}

.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b
}

.btn-warning:hover, .btn-warning:active, .btn-warning.hover {
    background-color: #e08e0b
}

.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7)
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn[class*='bg-']:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2)
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px
}

.btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
    font-size: 20px;
    display: block
}

.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa
}

.btn-app:active, .btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-app > .badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400
}

.btn-white, .btn-rrg, .btn-yellow {
    background-color: #1eb0fc;
    border: 1px solid #1eb0fc;
    color: #fff;
    height: 30px;
    line-height: 1;
    overflow: hidden
}

.btn-white:hover, .btn-rrg:hover, .btn-yellow:hover {
    background-color: #fff;
    color: #1eb0fc;
    border: 1px solid #1eb0fc;
    font-weight: bold;
    font-size: inherit
}

.ui-dialog .ui-dialog-buttonpane button {
    background-color: #1eb0fc !important;
    background: #1eb0fc !important;
    border: 1px solid #1eb0fc;
    color: #fff;
    height: 30px;
    line-height: 1;
    overflow: hidden;
    border-radius: 3px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    outline: 0;
    font-size: inherit;
    font-family: inherit;
    border-radius: 0;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    font-weight: bold
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    background-color: #fff !important;
    color: #1eb0fc !important;
    border: 1px solid #1eb0fc !important;
    font-size: inherit
}

.btn-without-style {
    background-color: transparent !important;
    border: none !important;
    color: #000;
    text-transform: none
}

.btn-without-style:hover {
    text-decoration: underline;
    background-color: transparent !important;
    border: none !important;
    color: #1eb0fc !important
}

.btn-blue {
    background-color: #1eb0fc;
    border: 1px solid #1eb0fc;
    color: #fff;
    height: 30px;
    line-height: 1
}

.btn-blue:hover {
    background-color: transparent;
    border: 1px solid #1eb0fc;
    color: #1eb0fc
}

.btn-purple {
    background-color: #6164C1;
    border-color: #6164C1;
    color: white;
    height: 25px;
    padding: 0 10px;
    text-transform: uppercase
}

.btn-purple:hover {
    background-color: #4347ac;
    border-color: #4044a4
}

.btn-white-2 {
    background-color: #FFFFFF;
    border: 1px solid #E6E7E8 !important;
    color: #22272e;
    height: 25px;
    padding: 0 10px;
    text-transform: uppercase
}

.btn-white-2:hover {
    background-color: #FFCC33;
    color: #222222;
    font-weight: bold;
    font-size: inherit
}

#listeDV .btn {
    margin-bottom: 20px
}

.main-footer {
    background: #003b62;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.1rem;
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    z-index: 9999;
    position: absolute;
    width: 100%
}

.main-footer a {
    color: #fff
}

.main-footer a:hover, .main-footer a:active, .main-footer a:focus {
    color: #1eb0fc
}

.main-footer a:first-child i {
    padding-left: 20px
}

.main-footer a:not(:only-child):first-child:after {
    position: relative;
    content: '|';
    color: #fff;
    opacity: 0.5;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.main-footer i {
    font-size: 15px;
    color: #1eb0fc
}

@media (min-width: 992px) {
    .main-footer .row {
        display: flex;
        align-items: center
    }
}

.skin-rrg .wrapper, .skin-rrg .main-sidebar, .skin-rrg .left-side {
    background-color: #004c7e
}

.skin-rrg .main-header .navbar {
    background-color: #004c7e
}

.skin-rrg .main-header .navbar .nav > li > a {
    color: #fff
}

.skin-rrg .main-header .navbar .nav > li > a:hover, .skin-rrg .main-header .navbar .nav > li > a:active, .skin-rrg .main-header .navbar .nav > li > a:focus {
    background-color: #1eb0fc !important
}

.skin-rrg .main-header .navbar .sidebar-toggle {
    color: #fff
}

.skin-rrg .main-header .navbar .sidebar-toggle:hover {
    background-color: #1eb0fc
}

.skin-rrg .main-header .navbar .nav .open > a, .skin-rrg .main-header .navbar .nav .open > a:hover, .skin-rrg .main-header .navbar .nav .open > a:focus, .skin-rrg .main-header .navbar .nav > .active > a {
    background-color: #1eb0fc !important
}

.skin-rrg .sidebar a {
    color: #fff
}

.skin-rrg .sidebar a:hover {
    text-decoration: none
}

.skin-rrg .sidebar-menu .treeview-menu > li.active > a, .skin-rrg .sidebar-menu .treeview-menu > li > a:hover {
    color: #fff
}

.skin-rrg .sidebar-menu .treeview-menu > li > a {
    color: #8aa4af;
}

.skin-rrg .sidebar-menu li.menu-open a:not(:only-child):first-child {
    color: #fff !important;
    background: #1eb0fc !important
}

.skin-rrg .sidebar-menu > li.header {
    color: #fff;
    background: #003b62
}

.skin-rrg .sidebar-menu > li > a {
    border-left: 3px solid transparent
}

.skin-rrg .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #003b62
}

.skin-rrg .sidebar-menu > li:hover > a, .skin-rrg .sidebar-menu > li.active > a, .skin-rrg .sidebar-menu > li.menu-open > a {
    color: #fff;
    background: #1eb0fc
}

.skin-rrg .sidebar-menu > li.active > a {
    border-left-color: #1eb0fc
}

.skin-rrg .main-header .logo {
    background-color: #1eb0fc;
    color: #fff;
    border-bottom: 0 solid transparent
}

.skin-rrg .main-header .logo:hover {
    background-color: #357ca5
}

.skin-rrg .main-header li.user-header {
    background-color: #3c8dbc
}

.skin-rrg .content-header {
    background: transparent
}

.skin-rrg .user-panel > .info, .skin-rrg .user-panel > .info > a {
    color: #fff
}

.skin-rrg .sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 10px 10px
}

.skin-rrg .sidebar-form input[type="text"], .skin-rrg .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px
}

.skin-rrg .sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px
}

.skin-rrg .sidebar-form input[type="text"]:focus, .skin-rrg .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    background-color: #fff;
    color: #666
}

.skin-rrg .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    border-left-color: #fff
}

.skin-rrg .sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0
}

.skin-rrg.layout-top-nav .main-header > .logo {
    background-color: #3c8dbc;
    color: #fff;
    border-bottom: 0 solid transparent
}

.skin-rrg.layout-top-nav .main-header > .logo:hover {
    background-color: #3b8ab8
}

@media (max-width: 767px) {
    .skin-rrg .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1)
    }
}

.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px
}

.page-header > small {
    color: #666;
    display: block;
    margin-top: 5px
}

.main-header {
    position: relative;
    z-index: 1030
}

.main-header .navbar {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 53px;
    border-radius: 0
}

.layout-top-nav .main-header .navbar {
    margin-left: 0
}

.main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent
}

.main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9)
}

.main-header #navbar-search-input.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
    color: #ccc
}

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc
}

.main-header .navbar-custom-menu {
    position: relative;
    display: inline-block;
    line-height: 47px
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 17px 16px;
    font-family: fontAwesome;
}

.main-header .sidebar-toggle:hover {
    color: #fff;
}

.main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active {
    background: #1eb0fc !important;
}

.main-header .sidebar-toggle .icon-bar {
    display: none;
}

.main-header .navbar .nav > li.user > a > .fa, .main-header .navbar .nav > li.user > a > .glyphicon, .main-header .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
}

.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: 0.9
}

.main-header .logo {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    float: left;
    max-height: 70px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
    background-color: #FFFFFF;
    margin: 0 !important
}

.main-header .logo .logo-lg {
    display: block
}

.main-header .logo .logo-lg img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 70px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-header .logo .logo-mini {
    display: none
}

.main-header .navbar-brand {
    color: #fff
}

.sidebar-collapse .logo {
    height: 50px
}

.sidebar-collapse .main-sidebar {
    padding-top: 50px
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px
}

.content-header > h1 {
    margin: 0;
    font-size: 24px
}

.content-header > h1 > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300
}

.content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px
}

.content-header > .breadcrumb > li > a {
    color: #444;
    text-decoration: none;
    display: inline-block
}

.content-header > .breadcrumb > li > a > .fa, .content-header > .breadcrumb > li > a > .glyphicon, .content-header > .breadcrumb > li > a > .ion {
    margin-right: 5px
}

.content-header > .breadcrumb > li + li:before {
    content: "> "
}

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px
    }

    .content-header > .breadcrumb li:before {
        color: #97a0b3
    }
}

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px 15px
}

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float: left
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left
    }

    .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px
    }
}

@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important
    }

    .navbar-collapse.pull-left + .navbar-custom-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 40px
    }
}

.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 70px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out
}

.sidebar {
    padding-bottom: 10px
}

.sidebar-form input:focus {
    border-color: transparent
}

.dash-sidebar .box-header {
    padding: 5px 15px;
    background-color: #1eb0fc;
    text-align: center;
    border-radius: 3px
}

.dash-sidebar .box-header .box-title {
    font-size: 13px;
    font-weight: 700;
    color: #fff !important
}

.sb-performance .box-body {
    padding: 25px 10px
}

.sb-box {
    padding: 15px 10px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 13px
}

.sb-box.success {
    background-color: #56b42d;
    color: #fff
}

.sb-box.warning {
    background-color: #ffcc33;
    color: #fff
}

.sb-box.danger {
    background-color: #d75452;
    color: #fff
}

.sb-box .sb-box-info {
    float: right;
    font-size: 20px;
    line-height: 20px
}

.card {
    border: none;
    border-radius: 3px;
    background-color: #fff
}

.card1 {
    background-color: #f6ae48
}

.card1 .badge {
    background-color: #ed7714 !important;
    color: #fff !important
}

.card2 {
    background-color: #df2f26
}

.card2 .badge {
    background-color: #c30906 !important;
    color: #fff !important
}

.card3 {
    background-color: #58cfcf
}

.card3 .badge {
    background-color: #1ea8a8 !important;
    color: #fff !important
}

.card4 {
    background-color: #33ace0
}

.card4 .badge {
    background-color: #0a74c5 !important;
    color: #fff !important
}

.card5 {
    background-color: #1ea879
}

.card5 .badge {
    background-color: #046f39 !important;
    color: #fff !important
}

.card6 {
    background-color: #b559b2
}

.card6 .badge {
    background-color: #801f7c !important;
    color: #fff !important
}

.card7 {
    background-color: #ed7714
}

.card7 .badge {
    background-color: #ed7714 !important;
    color: #fff !important
}

.card8 {
    background-color: #0067b5
}

.card8 .badge {
    background-color: #002f8c !important;
    color: #fff !important
}

.card9{
    background-color: #92779e !important;
}

.card9 .badge {
    background-color: #84429e !important;
    color: #fff!important;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.box {
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 100%
}

.box.box-primary {
    border-top-color: #3c8dbc
}

.box.box-info {
    border-top-color: #00c0ef
}

.box.box-danger {
    border-top-color: #dd4b39
}

.box.box-warning {
    border-top-color: #f39c12
}

.box.box-success {
    border-top-color: #00a65a
}

.box.box-default {
    border-top-color: #d2d6de
}

.box.collapsed-box .box-body, .box.collapsed-box .box-footer {
    display: none
}

.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0
}

.box .nav-stacked > li:last-of-type {
    border-bottom: none
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto
}

.box .border-right {
    border-right: 1px solid #f4f4f4
}

.box .border-left {
    border-left: 1px solid #f4f4f4
}

.box.box-solid {
    border-top: 0
}

.box.box-solid > .box-header .btn.btn-default {
    background: transparent
}

.box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover {
    background: rgba(0, 0, 0, 0.1)
}

.box.box-solid.box-default {
    border: 1px solid #d2d6de
}

.box.box-solid.box-default > .box-header {
    color: #444;
    background: #d2d6de;
    background-color: #d2d6de
}

.box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header .btn {
    color: #444
}

.box.box-solid.box-primary {
    border: 1px solid #3c8dbc
}

.box.box-solid.box-primary > .box-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc
}

.box.box-solid.box-primary > .box-header a, .box.box-solid.box-primary > .box-header .btn {
    color: #fff
}

.box.box-solid.box-info {
    border: 1px solid #00c0ef
}

.box.box-solid.box-info > .box-header {
    color: #fff;
    background: #00c0ef;
    background-color: #00c0ef
}

.box.box-solid.box-info > .box-header a, .box.box-solid.box-info > .box-header .btn {
    color: #fff
}

.box.box-solid.box-danger {
    border: 1px solid #dd4b39
}

.box.box-solid.box-danger > .box-header {
    color: #fff;
    background: #dd4b39;
    background-color: #dd4b39
}

.box.box-solid.box-danger > .box-header a, .box.box-solid.box-danger > .box-header .btn {
    color: #fff
}

.box.box-solid.box-warning {
    border: 1px solid #f39c12
}

.box.box-solid.box-warning > .box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12
}

.box.box-solid.box-warning > .box-header a, .box.box-solid.box-warning > .box-header .btn {
    color: #fff
}

.box.box-solid.box-success {
    border: 1px solid #00a65a
}

.box.box-solid.box-success > .box-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a
}

.box.box-solid.box-success > .box-header a, .box.box-solid.box-success > .box-header .btn {
    color: #fff
}

.box.box-solid > .box-header > .box-tools .btn {
    border: 0;
    box-shadow: none
}

.box.box-solid[class*='bg'] > .box-header {
    color: #fff
}

.box .box-group > .box {
    margin-bottom: 5px
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em
}

.box > .overlay, .overlay-wrapper > .overlay, .box > .loading-img, .overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.box .overlay, .overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px
}

.box .overlay > .fa, .overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px
}

.box .overlay.dark, .overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5)
}

.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table
}

.box-header:after, .box-body:after, .box-footer:after {
    clear: both
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4
}

.collapsed-box .box-header.with-border {
    border-bottom: none
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
    margin-right: 5px
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px
}

.box-header > .box-tools [data-toggle="tooltip"] {
    position: relative
}

.box-header > .box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto
}

.box-header > .box-tools .dropdown-menu > li > a {
    color: #444 !important
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3
}

.open .btn-box-tool, .btn-box-tool:hover {
    color: #606c84
}

.btn-box-tool.btn:active {
    box-shadow: none
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.box-body > .table {
    margin-bottom: 0
}

.box-body .fc {
    margin-top: 5px
}

.box-body .full-width-chart {
    margin: -19px
}

.box-body.no-padding .full-width-chart {
    margin: -9px
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff
}

.chart-legend {
    margin: 10px 0
}

@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px
    }
}

.box-comments {
    background: #f7f7f7
}

.box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee
}

.box-comments .box-comment:before, .box-comments .box-comment:after {
    content: " ";
    display: table
}

.box-comments .box-comment:after {
    clear: both
}

.box-comments .box-comment:last-of-type {
    border-bottom: 0
}

.box-comments .box-comment:first-of-type {
    padding-top: 0
}

.box-comments .box-comment img {
    float: left
}

.box-comments .comment-text {
    margin-left: 40px;
    color: #555
}

.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600
}

.box-comments .text-muted {
    font-weight: 400;
    font-size: 12px
}

.box-header {
    color: #444;
    display: block;
    padding: 15px;
    position: relative
}

.box-header a {
    cursor: pointer
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    font-size: 18px;
    font-weight: bold !important;
    display: inline-block;
    margin: 0;
    line-height: 1;
    text-transform: uppercase
}

.box-red {
    background-color: #f6ae48
}

.box-red .badge {
    background-color: #ed7714
}

.box-green {
    background-color: #df2f26
}

.box-green .badge {
    background-color: #c30906
}

.box-light-blue {
    background-color: #58cfcf
}

.box-light-blue .badge {
    background-color: #1ea8a8
}

.box-purple {
    background-color: #33ace0
}

.box-purple .badge {
    background-color: #0a74c5
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.small-box > .inner {
    padding: 10px
}

.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
}

.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0
}

.small-box p {
    font-size: 15px
}

.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px
}

.small-box h3, .small-box p {
    z-index: 5
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15)
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9
}

.small-box:hover .icon {
    font-size: 95px
}

.boxCarre {
    padding: 15px 2px;
    min-height: 108px;
    line-height: 108px;
    color: #FFFFFF;
    border-radius: 3px
}

.boxCarre center {
    vertical-align: middle;
    font-size: 11px;
    line-height: 14px
}

.panel {
    border-radius: 3px;
    position: relative;
    margin-bottom: 1.5rem
}

.panel .box-header a {
    display: block
}

.panel .box-header a::after {
    font-size: 20px;
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #000
}

.panel .box-header a.collapsed::after {
    content: "\f105"
}

.panel.panel-bordered {
    border-width: 1px
}

.panel.panel-bordered .panel-heading {
    border-radius: 0
}

.panel-heading {
    position: relative;
    border-color: transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-transform: uppercase
}

.panel-heading:before, .panel-heading:after {
    content: " ";
    display: table
}

.panel-heading:after {
    clear: both
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-color: #ececec
}

.panel-footer {
    border-color: #ececec;
    background-color: #fcfcfc
}

.panel-default {
    border-color: #e2e2e2
}

.panel-default > .panel-heading {
    color: #59595A;
    background-color: #e2e2e2;
    border-color: #e2e2e2
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e2e2e2
}

.panel-default > .panel-heading .badge {
    color: #e2e2e2;
    background-color: #59595A
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e2e2e2
}

.panel-primary {
    border-color: #6164C1
}

.panel-primary > .panel-heading {
    color: white;
    background-color: #6164C1;
    border-color: #6164C1
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #6164C1
}

.panel-primary > .panel-heading .badge {
    color: #6164C1;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6164C1
}

.panel-success {
    border-color: #6FC080
}

.panel-success > .panel-heading {
    color: white;
    background-color: #6FC080;
    border-color: #6FC080
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #6FC080
}

.panel-success > .panel-heading .badge {
    color: #6FC080;
    background-color: #fff
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6FC080
}

.panel-warning {
    border-color: #F2B776
}

.panel-warning > .panel-heading {
    color: white;
    background-color: #F2B776;
    border-color: #F2B776
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #F2B776
}

.panel-warning > .panel-heading .badge {
    color: #F2B776;
    background-color: #fff
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #F2B776
}

.panel-danger {
    border-color: #DD6777
}

.panel-danger > .panel-heading {
    color: white;
    background-color: #DD6777;
    border-color: #DD6777
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #DD6777
}

.panel-danger > .panel-heading .badge {
    color: #DD6777;
    background-color: #fff
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #DD6777
}

.panel-info {
    border-color: #6EC7E6
}

.panel-info > .panel-heading {
    color: white;
    background-color: #6EC7E6;
    border-color: #6EC7E6
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #6EC7E6
}

.panel-info > .panel-heading .badge {
    color: #6EC7E6;
    background-color: #fff
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6EC7E6
}

.table {
    background-color: transparent
}

th {
    text-align: center
}

table {
    font-size: 12px !important
}

table thead tr th {
    font-weight: bold !important
}

.table-eff {
    background-color: transparent
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: .625rem 1.25rem;
    border-color: #e4e4e4
}

.table.table-condensed > thead > tr > th, .table.table-condensed > thead > tr > td, .table.table-condensed > tbody > tr > th, .table.table-condensed > tbody > tr > td, .table.table-condensed > tfoot > tr > th, .table.table-condensed > tfoot > tr > td {
    padding: 10px 5px
}

.table > thead > tr > th {
    border-bottom-width: 0
}

.table > thead > tr > th, .table > tfoot > tr > th {
    border-color: #e4e4e4;
    font-weight: 400
}

.table-hover > tbody > tr:hover {
    background-color: #f3f3f3
}

.table-striped > tbody > tr:nth-child(even) {
    background-color: #f3f3f3
}

.table-bordered {
    border-color: #e4e4e4
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border-color: #e4e4e4;
    border-top: 0;
    border-left: 0
}

.table-bordered > thead > tr > th:first-child, .table-bordered > thead > tr > td:first-child, .table-bordered > tbody > tr > th:first-child, .table-bordered > tbody > tr > td:first-child, .table-bordered > tfoot > tr > th:first-child, .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.table-bordered > thead > tr > th:last-child, .table-bordered > thead > tr > td:last-child, .table-bordered > tbody > tr > th:last-child, .table-bordered > tbody > tr > td:last-child, .table-bordered > tfoot > tr > th:last-child, .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px
}

.table-responsive {
    overflow-x: visible
}

@media (max-width: 767px) {
    .table-responsive {
        overflow-x: auto;
        border-color: #e4e4e4;
        border-radius: 0;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .no-more-tables table, .no-more-tables thead, .no-more-tables tbody, .no-more-tables th, .no-more-tables td, .no-more-tables tr {
        display: block
    }

    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .no-more-tables tr {
        border: 0.0625rem solid #e4e4e4
    }

    .no-more-tables td {
        position: relative;
        padding-left: 50% !important;
        border-top: 0 !important;
        border-bottom: .0625rem solid #e4e4e4;
        text-align: left;
        white-space: normal
    }

    .no-more-tables td:before {
        position: absolute;
        top: .375rem;
        left: .375rem;
        padding-right: .625rem;
        width: 45%;
        text-align: left;
        white-space: nowrap;
        font-weight: 700
    }

    .no-more-tables td:before {
        content: attr(data-title)
    }
}

table thead tr {
    background-color: #edf3f6 !important;
    color: #000 !important
}

table tbody tr > td {
    text-align: center;
    color: #000
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f8f9f9
}

.table-striped > tbody > tr:nth-child(even) {
    background-color: #fff
}

.table-hover tbody tr:hover {
    background-color: #ebf4fd !important;
    cursor: pointer !important;
    font-weight: 700
}

.table-hover tbody tr td.dataTables_empty {
    background-color: #e4e4e4 !important;
    cursor: default !important
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -0.125rem
}

.input-group-addon {
    font-size: 13px;
    color: #59595A;
    border-radius: 0;
    border-color: #e4e4e4;
    background-color: #e7e7e7
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    border-radius: 0
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    border-radius: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-radius: 3px
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-radius: 3px
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    font-size: inherit
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    border-radius: 0
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-radius: 3px
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border-color: #cccccc;
    outline: none
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: alpha(opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: -8px -8px 8px #aaaaaa;
    box-shadow: -8px -8px 8px #aaa
}

.input-group {
    position: relative;
    border-collapse: separate
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    text-shadow: 0 1px 0 #fff;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: relative;
    opacity: 0;
    pointer-events: none;
    display: none;
}

[type="checkbox"] + label:not(.lever) {
    position: relative;
    padding-left: 20px;
    padding-top: 0;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[type="checkbox"]:not(:checked):disabled + label:not(.lever):before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42)
}

[type="checkbox"].tabbed:focus + label:not(.lever):after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1)
}

[type="checkbox"]:checked:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42)
}

[type="checkbox"] + span:not(.lever):after {
    border-radius: 2px
}

[type="checkbox"] + label:not(.lever):before, [type="checkbox"] + label:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1
}

[type="checkbox"]:not(:checked) + label:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"]:not(:checked) + label:not(.lever):after {
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 3px;
    z-index: 0
}

[type="checkbox"]:checked + label:not(.lever):before {
    top: 4px;
    left: 1px;
    width: 6px;
    height: 11px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"]:checked + label:not(.lever):after {
    top: 3px;
    width: 15px;
    height: 15px;
    border: 2px solid #1eb0fc;
    background-color: #1eb0fc;
    z-index: 0
}

[type="checkbox"].tabbed:focus + label:not(.lever):after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1)
}

[type="checkbox"].tabbed:checked:focus + label:not(.lever):after {
    border-radius: 2px;
    background-color: #1eb0fc;
    border-color: #1eb0fc
}

[type="checkbox"]:disabled:not(:checked) + label:not(.lever):before {
    background-color: transparent;
    border: 2px solid transparent
}

[type="checkbox"]:disabled:not(:checked) + label:not(.lever):after {
    border-color: transparent;
    background-color: #949494
}

[type="checkbox"]:disabled:checked + label:not(.lever):before {
    background-color: transparent
}

[type="checkbox"]:disabled:checked + label:not(.lever):after {
    background-color: #949494;
    border-color: #949494
}

#frmAction .form-control {
    height: 30px;
    width: auto
}

.modal-header {
    background: #edf3f6
}

.h-30 {
    height: 30px !important
}

.comment-mail {
    margin-top: 10px;
    float: left;
    width: 100%
}

.title-with-hr {
    font-size: 16px
}

.action-date {
    font-size: 13px;
    font-style: italic
}

.fen_pref_titre_libelle h4 {
    font-weight: 700;
    text-transform: uppercase
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.mt-2 {
    margin-top: 2rem
}

.fs-18 {
    font-size: 18px
}

.title-with-hr:after {
    content: '';
    background: #1eb0fc;
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 10px;
    margin-top: 2px
}

.fa-times-circle.statutRouge {
    font-size: 18px
}

.ui-dialog .ui-dialog-content {
    height: auto !important
}

#Informations .cadre {
    padding: 3px;
    float: left;
    width: 100%;
    height: 100%
}

#Informations .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

#Informations .row > [class*='col-'] {
    display: flex;
    flex-direction: column
}

input[type=checkbox] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 12px;
    position: relative
}

.dash-sidebar label {
    color: #000
}

.nav-tabs > li {
    min-height: 30px;
    margin: 1px .2em 0 0;
    padding: 0
}

.nav-tabs > li > a {
    font-size: 12px;
    color: #000000 !important;
    padding: .7em 1em
}

.px-5 {
    padding: 0 5rem
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important
}

.bg-gray-light {
    background-color: #f7f7f7
}

.bg-black {
    background-color: #111 !important
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #d75452 !important
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important
}

.bg-blue {
    background-color: #0073b7 !important
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #3c8dbc !important
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #5fb660 !important
}

.bg-navy {
    background-color: #001f3f !important
}

.bg-teal {
    background-color: #39cccc !important
}

.bg-olive {
    background-color: #3d9970 !important
}

.bg-lime {
    background-color: #01ff70 !important
}

.bg-orange {
    background-color: #ff851b !important
}

.bg-fuchsia {
    background-color: #f012be !important
}

.bg-purple {
    background-color: #605ca8 !important
}

.bg-maroon {
    background-color: #d81b60 !important
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important
}

.bg-black-active {
    background-color: #000 !important
}

.bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer {
    background-color: #d33724 !important
}

.bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer {
    background-color: #db8b0b !important
}

.bg-aqua-active, .modal-info .modal-header, .modal-info .modal-footer {
    background-color: #00a7d0 !important
}

.bg-blue-active {
    background-color: #005384 !important
}

.bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer {
    background-color: #357ca5 !important
}

.bg-green-active, .modal-success .modal-header, .modal-success .modal-footer {
    background-color: #008d4c !important
}

.bg-navy-active {
    background-color: #001a35 !important
}

.bg-teal-active {
    background-color: #30bbbb !important
}

.bg-olive-active {
    background-color: #368763 !important
}

.bg-lime-active {
    background-color: #00e765 !important
}

.bg-orange-active {
    background-color: #ff7701 !important
}

.bg-fuchsia-active {
    background-color: #db0ead !important
}

.bg-purple-active {
    background-color: #555299 !important
}

.bg-maroon-active {
    background-color: #ca195a !important
}

.indicator-dash {
    margin-bottom: 1rem
}

.indicator-dash .card {
    color: #fff;
    padding: 0px 15px;
    min-height: 90px;
    line-height: 90px
}

.indicator-dash .card p {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px
}

.indicator-dash .card .badge {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.carre {
    background-color: transparent;
    width: 100%;
    color: white;
    display: inline-block;
    padding: 5px 0px;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.carre.btn:hover {
    color: #fff
}

img[alt="Objectif du mois"], img[alt="Reporting mensuel"] {
    width: 100% !important;
    height: 100% !important
}

.highcharts-credits {
    display: none !important
}

#cumul tbody tr td, #SFG tbody tr td {
    vertical-align: middle;
    text-align: center
}

#Fiche_gestion .btn-sm {
    padding: .1rem .7rem;
    font-size: 1.2rem;
    margin: 0 5px
}

#commentaireMasseForm {
    width: 100% !important
}

.nombre_dossier {
    height: 17px;
    margin: 6px auto;
    width: 11%;
    color: black;
    background-color: white;
    border-radius: 8px;
    font-weight: 900
}

.radio label, .checkbox label {
    font-weight: bold
}

.ui-state-default {
    color: #555555
}

.bootstrap-tagsinput {
    border-radius: 3px;
    height: 35px;
    width: 100%;
    line-height: inherit;
    box-shadow: none
}

.bootstrap-tagsinput input {
    padding: 0
}

.datepicker table tr td.active:active, .datepicker table tr td.active.active, .open > .datepicker table tr td.active.dropdown-toggle, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover.active, .open > .datepicker table tr td.active:hover.dropdown-toggle, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .open > .datepicker table tr td.active.disabled.dropdown-toggle, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover.active, .open > .datepicker table tr td.active.disabled:hover.dropdown-toggle {
    color: #fff;
    background-color: #1eb0fc;
    border-color: #1eb0fc
}

.preg-pourcentage {
    position: absolute;
    color: #FFF;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 13px
}

.prog-bar {
    background-color: #414042;
    width: 100%;
    display: block
}

.prog-bar span {
    background-color: #1eb0fc;
    color: #1eb0fc;
    display: block;
    margin-bottom: 5px
}

.user-header, .skin-rrg .main-header li.user-header {
    background-color: #004c7e
}

.user-header p, .skin-rrg .main-header li.user-header p {
    color: #fff !important
}

.user-footer .btn {
    font-weight: bold
}

body {
    padding: 0 !important;
    margin: 0 !important
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: transparent !important
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #1eb0fc !important;
    color: #fff !important
}

.ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a, a.ui-button:active a, .ui-button:active a, .ui-button.ui-state-active:hover a, .nav-tabs > li.active > a a, .nav-tabs > li.active > a:hover a, .nav-tabs > li.active > a:focus a {
    color: #fff !important
}

.ui-widget-header {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0
}

.ui-tabs .ui-tabs-nav li {
    border-radius: 4px 4px 0 0
}

.ui-tabs .ui-tabs-nav {
    padding: 0
}

/*# sourceMappingURL=styles.css.map */
