@import url(//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

html, body {
    height: 100%;
}

body {
    /*background: #424f63;*/
    height: 100%;
    background: #32323A;
    font-family: 'Open Sans', sans-serif;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #7a7676;
    line-height: 20px;
    overflow-x: hidden;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    padding-top: 50px;
}

/*---------------------
    body content
-----------------------*/
.body-content {
    margin-left: 200px;
    background-color: #f3f3f3;
    min-height: 100%;
    position: relative;
}

.body-public-content {
    background-color: #f3f3f3;
    min-height: 100%;
    position: relative;
}

.wrapper {
    padding: 15px 20px 8px;
}

.wrapper::after {
    clear: both;
    display: block;
    content: '';
    margin-bottom: 30px;
}

.wrapper.no-pad {
    display: table-cell;
}

.sidebar-collapsed .body-content {
    margin-left: 52px;
}

/**
 * liens à droite dans la listes
 */
.right-tools-1 {
    width: 30px;
}

.right-tools-2 {
    width: 60px;
}

.right-tools-3 {
    width: 90px;
}

/*-------------------------------
            LOGIN STYLES
-------------------------------*/

.login-body {
    /*background: #65cea7 url("../../images/adminchurch/login-bg.jpg") no-repeat fixed;*/
    background-size: cover;
    width: 100%;
    height: 100%;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-signin .form-signin-heading {
    margin: 0;
    padding: 25px 15px 0px;
    text-align: center;
    color: #fff;
    position: relative;
}

.sign-title {
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: -60px;
    left: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.form-signin .checkbox {
    margin-bottom: 14px;
    font-size: 13px;
}

.form-signin .checkbox {
    font-weight: normal;
    color: #fff;
    font-weight: normal;
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
}

.form-signin .checkbox a, .form-signin .checkbox a:hover {
    color: #fff;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eaeaec;
    background: #eaeaec;
    box-shadow: none;
}

.form-signin input:hover, .form-signin input:focus {
    border: 1px solid #6BC0A6;
    /*background: #fff;*/
}

.form-signin .btn-login {
    background: #6bc5a4;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    margin: 20px 0 5px;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form-signin .btn-login:hover {
    background: #688ac2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form-signin p {
    text-align: left;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: normal;
}

.form-signin a, .form-signin a:hover {
    color: #6bc5a4;
}

.form-signin a:hover {
    text-decoration: underline;
}

.control-label::first-letter {
    text-transform: uppercase;
}

.login-wrap {
    padding: 20px;
    position: relative;
}

.logo_vert {
    color: #6bc5a4;
    font-size: 24px;
    font-weight: bold;
}

.logo_bleu {
    color: #688ac2;
    font-size: 24px;
    font-weight: bold;
}

.modal-header, .modal-footer .btn-forgot:hover {
    background-color: #688ac2;
    color: #fff;
    border-radius: 6px 6px 0px 0px;
}

.modal-header{
    /*padding: 3px 15px;*/
}

.modal-footer .btn-forgot {
    background: #6bc5a4;
    color: #fff;
}

/*-------------------------------
            TOP MENU
-------------------------------*/
.navbar-default {
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #F7F7F7;
    color: #428bca;
}

.navbar-collapse {
    text-align: right;
}

.toggle-btn {
    width: 35px;
    height: 50px;
    line-height: 20px;
    font-size: 18px;
    padding: 5px;
    padding-top: 15px;
    cursor: pointer;
    float: left;
    text-align: center;
    color: #384246;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.toggle-btn:hover {
    background: #f7f7f7;
}

/*.dropdown-menu{
    right: 0;
    left: auto;
}*/
/*-------------------------------
            LEFT MENU
-------------------------------*/

/*-------------Normal-------------*/

.sidebar-left {
    background-color: #32323A;
    /*background-color: #f5f5f5;*/
    width: 200px;
    position: absolute;
    left: 0;
    z-index: 1000;
}

.navigation-title {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

li.nav-active a > span, li.nav-active i, .menu-list .nav-active a {
    color: #6BC5A4;
}

li.nav-active, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: #29282E;
}

.sidebar-left-info {
    padding: 0px;
}

.noti-arrow {
    margin-right: 15px;
    margin-top: 2px;
    font-weight: normal;
}

.side-navigation {
    margin-bottom: 10px;
    margin-top: 1px;
}

.side-navigation > li > a {
    color: #fff;
    padding: 15px 20px;
    border-radius: 0;
}

.side-navigation > li > a:hover,
.side-navigation > li > a:active {
    background-color: #29282E;
    color: #6BC5A4;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.side-navigation > li.menu-list > a {
    position: relative;
}

.side-navigation > li.nav-active > ul {
    display: block;
}

.side-navigation > li.menu-list > a:after {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 20px;
    position: absolute;
    right: 0;
}

.side-navigation > li.nav-active > a:after {
    content: "\f107";
    color: #6BC5A4;
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 20px;
    position: absolute;
    right: 0;
}

.side-navigation > li.menu-list.active > a:after,
.side-navigation > li.nav-active.active > a:after,
.side-navigation > li.nav-active.active > a:after:hover {
    content: "\f107";
}

.side-navigation li .fa, .side-navigation li .ico {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.side-navigation .child-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0 0 1px 0;
}

.side-navigation .child-list > li > a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 10px 5px 10px 30px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.side-navigation .child-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0 0 1px 0;
}

.side-navigation .child-list > li > a {
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 10px 5px 10px 50px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.side-navigation .child-list > li > a:hover,
.side-navigation .child-list > li > a:active,
.side-navigation .child-list > li > a:focus {
    text-decoration: none;
    background-color: #000;
    color: #6EBB94;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.side-navigation .child-list > li .fa {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline;
}

.side-navigation .child-list > li.active > a {
    color: #6BC5A4;
    /*background-color: rgba(0,0,0,0.2);*/
}

.side-navigation .child-list ul {
    margin-left: 12px;
    border: 0;
}

.side-navigation .menu-list.active ul {
    display: block;
}

.user-nav {
    margin-bottom: 0;
}

.user-nav > li > a {
    padding: 10px 20px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #29282E;
    color: #6BC5A4;
}

.nav-stacked > li + li {
    margin: 0px;
}

/*---------Compact------------*/

.sidebar-collapsed .logo,
.sidebar-collapsed .side-navigation > li.nav-active > a:after,
.sidebar-collapsed .side-navigation > li.menu-list > a:after {
    display: none;
}

.sidebar-collapsed .header-section {
    margin-left: 0px;
}

.sidebar-collapsed .sidebar-left {
    width: 52px;
}

.sidebar-collapsed .sidebar-left-info {
    padding: 0;
}

h5.left-nav-title {
    color: #6BC5A4;
    margin-left: 20px;
    text-transform: uppercase;
}

.sidebar-collapsed .side-navigation {
    margin: 0px 0 20px 0;
}

.sidebar-collapsed .side-navigation li a {
    text-align: center;
    padding: 15px 10px;
    position: relative;
}

.sidebar-collapsed .side-navigation > li.menu-list > a {
    background-image: none;
}

.sidebar-collapsed .side-navigation li a span {
    position: absolute;
    padding: 15px;
    left: 52px;
    top: 0;
    min-width: 175px;
    text-align: left;
    z-index: 1000;
    display: none;
}

.sidebar-collapsed .side-navigation li a span .badge,
.sidebar-collapsed .side-navigation li a span .label {
    display: none !important;
}

.sidebar-collapsed .side-navigation li.active a span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.sidebar-collapsed .side-navigation ul,
.sidebar-collapsed .side-navigation .menu-list.nav-active ul {
    display: none;
}

.sidebar-collapsed .side-navigation .menu-list.nav-hover ul,
.sidebar-collapsed .side-navigation li.nav-hover a span {
    display: block;
}

.sidebar-collapsed .side-navigation > li.nav-hover > a,
.sidebar-collapsed .side-navigation > li.nav-hover.active > a,
.sidebar-collapsed .side-navigation li.nav-hover.active a span,
.sidebar-collapsed .side-navigation li.nav-hover a span {
    color: #6BC5A4;
    background-color: #29282E;
}

.sidebar-collapsed .side-navigation li.nav-hover ul {
    background-color: #29282E;
    display: block;
    position: absolute;
    top: 50px;
    left: 52px;
    margin: 0;
    min-width: 175px;
    z-index: 100;
}

.sidebar-collapsed .side-navigation ul a {
    text-align: left;
    padding: 10px 15px;
}

.sidebar-collapsed .side-navigation li a i {
    margin-right: 0;
}

.sidebar-collapsed .body-content {
    margin-left: 52px;
}

.sidebar-collapsed .sidebar-widget,
.sidebar-collapsed .navigation-title {
    display: none;
}

/*------------------
    page heading
-------------------*/

.page-head {
    padding: 15px 20px 10px 20px;
    background: #e8e8e8;
    position: relative;
}

.page-head h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.page-head .sub-title {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 600;
}

.state-information {
    position: absolute;
    right: 20px;
    top: 12px;
}

.state-information .state-graph {
    float: right;
    margin-left: 60px;
    text-align: center;
}

.state-information .state-graph .info {
    font-size: 12px;
    color: #555555;
}

.state-graph .chart {
    margin-bottom: 5px;
}

/*--------------------------------
        DASHBOARD
--------------------------------*/

/*******state overview*******/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;

}

.state-overview .value {
    float: right;
    text-align: left;
}

.state-overview .value h1, .state-overview .value p {
    margin: 0;
    padding: 0;
}

.state-overview .value h1 {
    font-weight: 300;
}

.state-overview .symbol i {
    font-size: 50px;
}

.state-overview .symbol {
    width: 30%;
    padding: 15px 15px 25px;
}

.state-overview .value {
    width: 68%;
    margin-top: 15px;
    border-left: 1px solid;
    padding-left: 10%;
}

.state-overview .value.gray {
    border-color: #eaeaeb;
}

.state-overview .value.white {
    border-color: rgba(255, 255, 255, .2);
}

/*----------------------*/

.state-overview .green {
    background: #53d192;
    color: #fff;
}

.state-overview .purple {
    background: #688ac2;
    color: #fff;
}

.state-overview .red {
    background: #ff6c60;
    color: #fff;
}

.state-overview .yellow {
    background: #f8d347;
    color: #fff;
}

.state-overview .blue {
    background: #688ac2;
    color: #fff;
}

.blue-color, .text-primary {
    color: #688ac2;
}

.green-color, .text-success {
    color: #6bc5a4;
}

.panel-heading {
    border-bottom-color: #f3f3f3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #232425;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    /*text-transform: uppercase;*/
}

.panel-dashboard {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.panel-dashboard a {
    text-decoration: none;
    color: #fff;
}

/*-----tools-------*/

.tools {
    margin: -5px;
}

.tools a {
    border-radius: 2px;
    color: #C5C5CA;
    float: left;
    padding: 10px;
    text-decoration: none;
    font-size: 11px;
}

.tools a:hover {
    background: #7cd8a9;
    color: #fff;
}

.refresh-block {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    -webkit-transition: all .05s ease;
    transition: all .05s ease;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1000;
    border-radius: 2px;
}

.refresh-block .refresh-loader {
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
}

.refresh-block .refresh-loader i {
    display: inline-block;
    line-height: 32px;
    color: #000;
    font-size: 16px;
}

/*---------------------------
    Datatable
----------------------------*/
/**datatable affiche search en haut***/
tfoot {
    display: table-header-group;
}

.dataTables_processing {
    position: absolute;
    left: 40%;
    top: 50%;
    border: solid 1px #CCC;
    padding: 8px;
    background-color: #CCC;
    color: #3F4B55;
}

.checkbox-form {
    left: 0 !important;
    position: relative !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid transparent;
    border-radius: 0px;
    box-sizing: border-box;
    color: #333 !important;
    cursor: pointer;
    display: inline-block;
    margin-left: 0px;
    min-width: 0px;
    padding: 0px;
    text-align: center;
    text-decoration: none !important;
}

.pagination > li > a, .pagination > li > span {
    margin-left: 0px;
}

.dataTables_wrapper .dataTables_processing {
    /*    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;*/
    background: #FFFFFF;
    color: #688AC2;
    font-size: 12px;
    font-weight: 400;
    /*    height: 40px;*/
    left: 95%;
    margin-left: -50%;
    margin-top: -25px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: auto;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: inherit;
}

button.ColVis_Button, ul.ColVis_collection li {
    padding-top: 3px;
}

table.dataTable.no-footer {
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
}

.select-table {
    color: #444;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    height: 28px;
}

.btn-disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.btn-disabled-actived, a.btn-disabled-actived:hover {
    cursor: not-allowed;
    background-color: #428BCA !important;
    color: #fff;
}

.advancedSearch {
    /*    float:right;*/
    /*    text-align: right;*/
    /*    border: #428BCA solid 1px;*/
    border: #DDDDDD solid 1px;
    padding: 5px;
    margin-bottom: 5px;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.the-legend {
    border-style: none;
    border-width: 0;
    margin-bottom: 0;
    color: #807D7D;
    font-size: 16px;
}

.the-fieldset {
    border: #DDDDDD solid 1px;
}

/*
.dataTables_paginate a.active{
        margin:  5px;
    background-color: #000;
}
.dataTables_paginate a, .dataTables_paginate > span {
    float: left;
}
.dataTables_paginate a.disabled, .dataTables_paginate a.disabled:hover, .dataTables_paginate a.disabled:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed;
    opacity: 0.6;
}
.dataTables_paginate a.current, .dataTables_paginate a.current:hover, .dataTables_paginate a.current:focus {
    background: #242a30 none repeat scroll 0 0 !important;
    border-color: #242a30 !important;
    color: #fff;
}
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #23527c;
    z-index: 2;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    cursor: default;
    z-index: 3;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}*/
/*---------------------------
    flot chart
----------------------------*/

#flotTip {
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
}

.pieLabel div {
    font-size: 11px !important;
    font-weight: normal;
    line-height: normal;
}

.legend table {
    left: 35px;
}

.legend > div {
    left: 33px !important;
    opacity: 0.85;
}

.earning-chart-space {
    width: 100%;
    height: 268px;
    text-align: center;
    margin: 0 auto;
}

.earning-chart-info {
    padding: 15px 0 0 0
}

.earning-chart-info h4 {
    /*margin-top: 0;*/
    margin-bottom: 5px;
}

.series-list input {
    margin-right: 10px;
}

.f-c-space {
    width: 100%;
    height: 280px;
    text-align: center;
    margin: 0 auto;
}

/*-------------------------------
     slick-carousal
-------------------------------*/

.slick-carousal {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url("../img/news_image.jpg");*/
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 278px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    position: relative;
    width: 100%;
}

.overlay-c-bg {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(68, 68, 68, 0.9);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 278px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slick-carousal h1 {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    text-align: center;
}

.slick-carousal h3, .slick-carousal .date {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

.slick-carousal .date {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

a.view-all {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: rgba(255, 255, 255, 0.2);
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: rgba(255, 255, 255, 0.2);
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: rgba(255, 255, 255, 0.2);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 18px;
    margin-top: 20px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

a.view-all:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #000;
}

.slick-carousal #owl-demo .item img {
    display: block;
    height: auto;
    width: 100%;
}

.slick-carousal .owl-buttons {
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.slick-carousal .owl-carousel .owl-item {
    overflow-x: hidden;
    overflow-y: hidden;
}

.slick-carousal .owl-prev, .owl-next {
    position: absolute;
}

.slick-carousal .owl-next {
    right: 0;
}

.slick-carousal .owl-buttons .owl-prev {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/left-arrow.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.slick-carousal .owl-buttons .owl-next {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/right-arrow.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.d-theme img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #d9d9d9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #d9d9d9;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #d9d9d9;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #d9d9d9;
    border-top-style: solid;
    border-top-width: 1px;
    height: auto;
    width: 100%;
}

/*-------------------------------
            PROFIL
-------------------------------*/

.header-text {
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.sub-header {
    color: #999;
    font-size: 50%;
    font-style: italic;
}

.text-centers {
    text-align: center;
}

.smart-widget {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-bottom-color: #e4e4e4;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e4e4e4;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e4e4e4;
    border-right-style: solid;
    border-right-width: 1px;
    /*    border-top-color: #e4e4e4;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top-style: solid;
        border-top-width: 4px;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.smart-widget .smart-widget-header {
    background-color: #fff;
    border-bottom-color: #e6e6e6;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.smart-widget .smart-widget-header .smart-widget-option {
    float: right;
}

.smart-widget .smart-widget-header .smart-widget-option a {
    color: #999;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}

.smart-widget .smart-widget-header .smart-widget-option a:focus, .smart-widget .smart-widget-header .smart-widget-option a:hover {
    color: #555;
}

.smart-widget .smart-widget-header .smart-widget-option a.widget-collapse-option {
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: -moz-transform;
    transition-timing-function: ease;
}

.smart-widget .smart-widget-header .smart-widget-option .refresh-icon-animated {
    color: #2baab1;
    display: none;
    margin-right: 5px;
}

.smart-widget .smart-widget-inner {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.smart-widget .smart-widget-inner .smart-widget-hidden-section {
    background-color: #e4e4e4;
    display: none;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #fff;
    border-bottom-left-radius: 50em;
    border-bottom-right-radius: 50em;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #fff;
    border-top-left-radius: 50em;
    border-top-right-radius: 50em;
    border-top-style: solid;
    border-top-width: 2px;
    cursor: pointer;
    float: left;
    height: 25px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 2px;
    width: 25px;
}

.smart-widget .smart-widget-inner .smart-widget-hidden-section .widget-color-list li:last-child {
    margin-right: 0;
}

.smart-widget .smart-widget-inner .smart-widget-body {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.smart-widget .smart-widget-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.smart-widget .list-group.no-border {
    margin-bottom: 0;
}

.smart-widget .list-group.no-border .list-group-item {
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 1px;
}

.smart-widget .list-group.no-border .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.smart-widget .list-group.no-border .list-group-item:last-child {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
}

.smart-widget.smart-widget-collapsed .smart-widget-option .widget-collapse-option {
    transform: rotate(180deg);
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: -moz-transform;
    transition-timing-function: ease;
}

.smart-widget.widget-primary .smart-widget-header {
    background-color: #2baab1;
    color: #2baab1;
}

.smart-widget.widget-primary .smart-widget-option {
    float: right;
}

.smart-widget.widget-primary .smart-widget-option a {
    color: #fff;
}

.smart-widget.widget-dark .smart-widget-header {
    background-color: #20232b;
    color: #fff;
}

.smart-widget.widget-dark .smart-widget-option {
    float: right;
}

.smart-widget.widget-dark .smart-widget-option a {
    color: #fff;
}

.smart-widget.widget-dark .smart-widget-option a:focus, .smart-widget.widget-dark .smart-widget-option a:hover {
    color: #ccc;
}

.smart-widget.widget-blue .smart-widget-header {
    background-color: #23b7e5;
    color: #fff;
}

.smart-widget.widget-blue .smart-widget-option {
    float: right;
}

.smart-widget.widget-blue .smart-widget-option a {
    color: #fff;
}

.smart-widget.widget-blue .smart-widget-option .refresh-icon-animated {
    color: #edbc6c;
}

.smart-widget.widget-dark-blue .smart-widget-header {
    background-color: #4c5f70;
    color: #fff;
}

.smart-widget.widget-dark-blue .smart-widget-option {
    float: right;
}

.smart-widget.widget-dark-blue .smart-widget-option a {
    color: #fff;
}

.smart-widget.widget-dark-blue .smart-widget-option a:focus, .smart-widget.widget-dark-blue .smart-widget-option a:hover {
    color: #ccc;
}

.smart-widget.widget-purple .smart-widget-header {
    background-color: #7266ba;
    color: #fff;
}

.smart-widget.widget-purple .smart-widget-option {
    float: right;
}

.smart-widget.widget-purple .smart-widget-option a {
    color: #fff;
}

.smart-widget.widget-purple .smart-widget-option a:focus, .smart-widget.widget-purple .smart-widget-option a:hover {
    color: #ccc;
}

.smart-widget.widget-green .smart-widget-header {
    background-color: #2baab1;
    color: #fff;
}

.smart-widget.widget-green .smart-widget-option {
    float: right;
}

.smart-widget.widget-green .smart-widget-option a {
    color: #fff;
}

.smart-widget.widget-green .smart-widget-option a:focus, .smart-widget.widget-green .smart-widget-option a:hover {
    color: #ccc;
}

.smart-widget.widget-green .smart-widget-option .refresh-icon-animated {
    color: #edbc6c;
}

.smart-widget.widget-yellow .smart-widget-header {
    background-color: #edbc6c;
    color: #fff;
}

.smart-widget.widget-yellow .smart-widget-option {
    float: right;
}

.smart-widget.widget-yellow .smart-widget-option a {
    color: #fff;
}

.smart-widget.widget-yellow .smart-widget-option a:focus, .smart-widget.widget-yellow .smart-widget-option a:hover {
    color: #ccc;
}

.smart-widget.widget-orange .smart-widget-header {
    background-color: #fbc852;
    color: #fff;
}

.smart-widget.widget-orange .smart-widget-option {
    float: right;
}

.smart-widget.widget-orange .smart-widget-option a {
    color: #fff;
}

.smart-widget.widget-orange .smart-widget-option a:focus, .smart-widget.widget-orange .smart-widget-option a:hover {
    color: #ccc;
}

.smart-widget.widget-red .smart-widget-header {
    background-color: #e36159;
    color: #fff;
}

.smart-widget.widget-red .smart-widget-option {
    float: right;
}

.smart-widget.widget-red .smart-widget-option a {
    color: #fff;
}

.smart-widget.widget-red .smart-widget-option a:focus, .smart-widget.widget-red .smart-widget-option a:hover {
    color: #ccc;
}

.smart-widget.widget-red .smart-widget-option .refresh-icon-animated {
    color: #edbc6c;
}

.smart-widget.widget-light-grey .smart-widget-header {
    background-color: #f5f5f5;
    color: #777;
}

.smart-widget.widget-light-grey .smart-widget-option {
    float: right;
}

.smart-widget.widget-light-grey .smart-widget-option a {
    color: #777;
}

.input-group-btn > .btn {
    box-shadow: none;
}

.m-bottom-md {
    margin-bottom: 20px;
}

.user-profile-wrapper .user-profile-sidebar .user-profile-icon {
    text-align: center;
    width: 20px;
}

.user-profile-wrapper, .user-profile-wrapper .user-profile-sidebar .user-profile-pic {
    position: relative;
}

.user-profile-wrapper .user-profile-sidebar .user-profile-pic img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 4px;
    border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 4px;
    border-top-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-style: solid;
    border-top-width: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: block;
}

.nav-tabs > li > a {
    color: #555;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #428bca;
}

.form-personne .radio label, .checkbox label {
    margin-right: 20px;
}

.form-personne .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
    position: absolute;
}

/*-------------------------------
            LIST
-------------------------------*/

.table {
    background-color: #fff;
    margin-bottom: 0;
    margin-top: 5px;
}

.btn-toolbar {
    text-align: right;
}

/****surcharge de boostrap à faire dans bootraps ensuite***/
.table > thead > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tfoot > tr > td {
    line-height: 1.42857;
    padding: 10px;
    vertical-align: middle;
    color: #688AC2;
    font-size: 14px;
}

.table > tbody > tr > th, .table > tbody > tr > td {
    line-height: 1.42857;
    padding: 4px;
    vertical-align: middle;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
    content: "" !important;
}

/********************************************
*  CSS Responsive (tablette, smartphone)
********************************************/

@media (min-width: 768px) and (max-width: 840px) {
    .navbar-form .form-control {
        /*width: 110px;*/
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        width: 100%;
    }

    .navbar-form .form-control {
        width: 80%;
        display: inline-block;
    }

}

@media (min-width: 768px) {
    .navbar-collapse {
        float: right;
    }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 29 avr. 2015, 21:32:31
    Author     : mnaud
*/

.test {
    background-color: red;
}

.stats-link {
    margin: -1px;
    border-radius: 10px;
}

.stats-link a {
    display: block;
    font-size: 12px;
    padding: 3px 15px;
    background: rgba(0, 0, 0, .3);
    text-align: right;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

.stats-link a:focus, .stats-link a:hover {
    background: rgba(0, 0, 0, .4);
    color: #fff;
}

/************Contenu*******************/
.container-white {
    background-color: #fff;
    padding: 25px;
}

.sub-container {
    background-color: #fff;
    padding: 15px;
}

/************** Les notifications*****************/
.gritter-item-wrapper {
    background: 0 0 !important;
    overflow: hidden !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px;
    position: relative;
    margin: 0 0 10px 0;
}

.gritter-item {
    padding: 10px 15px 10px !important;
    display: block;
}

.hover .gritter-item {
    background-position: right -40px;
}

.gritter-item p {
    color: #3c763d;
    padding: 0;
    margin: 0;
    font-weight: 400;
    word-wrap: break-word;
}

.gritter-success {
    /*    background: rgba(0, 0, 0, .8)!important;*/
    background: #dff0d8;
    color: #31708f !important;
}

.gritter-danger {
    /*    background: rgba(0, 0, 0, .8)!important;*/
    background: #f2dede;
    color: red !important;
}

.gritter-close, .gritter-light .gritter-close {
    left: auto !important;
    right: 15px !important;
    top: 0 !important;
    background: #688ac2 !important;
    width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    display: block !important;
}

.gritter-close:before, .gritter-light .gritter-close:before {
    content: '\f00d' !important;
    font-family: FontAwesome !important;
    font-size: 9px !important;
    width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    color: #fff !important;
    text-indent: 0 !important;
    position: absolute !important;
    text-align: center !important;
    right: 0 !important;
    top: 0 !important;
}

.gritter-with-image {
    width: 210px !important;
}

.gritter-image {
    margin: 2px 10px 0 0 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 48px;
    height: 48px;
    float: left;
}

.gritter-title {
    font-size: 12px !important;
    line-height: 16px !important;
    padding-bottom: 2px !important;
    font-weight: 400 !important;
    color: #fff !important;
    text-shadow: none !important;
}

.gritter-light .gritter-title {
    color: #333 !important;
    font-weight: 600 !important;
    text-shadow: none;
}

/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-close {
    color: #222;
}

#gritter-notice-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 301px;
    z-index: 9999;
    background-color: #E0EFD9;
}

#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}

#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}

#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}

.gritter-close {
    display: none;
    position: absolute;
    top: 5px;
    left: 3px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
}

.gritter-title {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 7px 0;
    display: block;
    text-shadow: 1px 1px 0 #000; /* Not supported by IE :( */
}

.gritter-with-image,
.gritter-without-image {
    padding: 0;
    padding-top: 8px;
}

.gritter-with-image {
    width: 220px;
    float: right;
}

/*----------------------------------
    Checkbox and Radio buttons
-------------------------------------*/

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 15px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    padding-right: 10px;
}

.checkbox-custom,
.radio-custom {
    margin: 10px 0 10px 0;
    padding-left: 0px;
    display: block;
}

.checkbox-custom.inline,
.radio-custom.inline {
    padding-left: 0px;
    display: inline-block;
    margin: 10px 0 10px 0;
}

.checkbox-custom label,
.radio-custom label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px !important;
    margin-right: 15px;
}

.checkbox-custom label:before,
.radio-custom label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    border: 1px solid #dbdbdb;
    margin-top: 4px;
}

.checkbox-custom input[type=radio][disabled] + label:after {
    background-color: #e6e6e6;
}

.checkbox-custom label {
    white-space: nowrap;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.checkbox-custom label:before {
    top: -1px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.checkbox-custom label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2.5px;
    top: 1px;
    font-size: 12px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.checkbox-custom input[type=checkbox] {
    display: none;
}

.checkbox-custom input[type=checkbox]:checked + label:before {
    border-width: 8px;
}

.checkbox-custom input[type=checkbox]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    color: #fff;
}

.checkbox-custom input[type=checkbox][disabled] + label {
    opacity: 0.5;
}

.checkbox-custom input[type=checkbox][disabled] + label:before {
    background-color: #e2e5e9;
}

.radio-custom label {
    margin-bottom: 6px;
}

.radio-custom label:before {
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.radio-custom input[type=radio]:checked + label:before {
    border-width: 6px;
}

.radio-custom input[type=radio] {
    display: none;
}

.radio-custom input[type=radio][disabled] + label {
    opacity: 0.5;
}

.radio-custom.radio-success input[type=radio]:checked + label:before,
.checkbox-custom.check-success input[type=checkbox]:checked + label:before {
    border-color: #53D192;
}

.radio-custom.radio-primary input[type=radio]:checked + label:before,
.checkbox-custom.check-primary input[type=checkbox]:checked + label:before {
    border-color: #8f67b1;
}

.radio-custom.radio-info input[type=radio]:checked + label:before,
.checkbox-custom.check-info input[type=checkbox]:checked + label:before {
    border-color: #688ac2;
}

.radio-custom.radio-warning input[type=radio]:checked + label:before,
.checkbox-custom.check-warning input[type=checkbox]:checked + label:before {
    border-color: #ecc200;
}

.radio-custom.radio-danger input[type=radio]:checked + label:before,
.checkbox-custom.check-danger input[type=checkbox]:checked + label:before {
    border-color: #e55957;
}

.radio-custom.radio-dark input[type=radio]:checked + label:before,
.checkbox-custom.check-dark input[type=checkbox]:checked + label:before {
    border-color: #333;
}

/*------------------
    to do list
-------------------*/

.todo-list-item {
    padding-left: 0;
}

.todo-list-item li {
    background: #f9f9f9;
    position: relative;
    padding: 13px;
    margin-bottom: 5px;
    cursor: move;
    list-style: none;
    border-top: #f3f3f3 1px solid;
    border-right: #f3f3f3 1px solid;
    border-bottom: #f3f3f3 1px solid;
    border-left: #f3f3f3 1px solid;
}

.todo-list-item li:before {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3px;
    background-color: #a288d2;

}

.todo-list-item li.todo-done:before {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3px;
    background-color: #688ac2;

}

.todo-done .todo-title {
    text-decoration: line-through;
    color: #b1b5b7;
}

.todo-list-item li p {
    margin-bottom: 0px;
}

.action-todo {
    position: absolute;
    right: 15px;
    top: 13px;
}

.action-todo a {
    height: 24px;
    width: 24px;
    display: inline-block;
    float: left;
}

.action-todo a i {
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    color: #ccc;
}

.action-todo a:hover i {
    color: #666;
}

.todo-done i {
    font-size: 14px;
}

.todo-remove i {
    font-size: 14px;
}

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

.todo-action-bar {
    margin-top: 20px;
}

/* To-Do Check*/

.chk-todo {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.btn-todo-select button, .btn-add-task button {
    width: 100%;
    font-size: 12px;
}

.todo-search-wrap {
    padding: 0px;
}

.todo-search {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

.action-todo a.todo-remove:hover i {
    color: red !important;

}

/********************Mailing************************/
.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    vertical-align: top;
}

.mail-box .sm-side {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f5f5f5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    width: 25%;
}

.mail-box .lg-side {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    width: 75%;
}

.mail-box .sm-side .m-title {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e9e9eb;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #32323a;
    min-height: 80px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.mail-box .sm-side .m-title h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
}

.mail-box .sm-side .m-title span {
    color: #a3a3a3;
    font-size: 14px;
}

.inbox-body {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.inbox-body .btn-group {
    margin-bottom: 20px;
}

.btn-compose {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e55957;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    text-align: center;
    width: 100%;
}

.btn-compose:hover, .btn-compose:focus {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #c74d4c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}

ul.inbox-nav {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}

.inbox-divider {
    border-bottom-color: #e0e0e1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

ul.inbox-nav li a {
    border-right-color: #f5f5f5;
    border-right-style: solid;
    border-right-width: 2px;
    color: #6a6a6a;
    display: inline-block;
    line-height: 45px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    width: 100%;
}

ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-right-color: #53d192;
    border-right-style: solid;
    border-right-width: 2px;
    color: #222223;
}

ul.inbox-nav li a i {
    color: #aaaaaa;
    font-size: 16px;
    padding-right: 10px;
}

ul.inbox-nav li a span.label {
    margin-top: 13px;
}

ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}

ul.labels-info li, .inbox-small-cells .checkbox label {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

ul.labels-info li a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-right-color: #f5f5f5;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #6a6a6a;
}

ul.labels-info li a:hover, ul.labels-info li a:focus {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-right-color: #53d192;
    border-right-style: solid;
    border-right-width: 2px;
    color: #222223;
}

ul.labels-info li a i {
    padding-right: 10px;
}

.nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
    font-size: 11px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 0;
}

.inbox-head {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f3f3f3;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #333;
    min-height: 80px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}

.inbox-head h3 {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 6px;
}

.all-check {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #e7e7e7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e7e7e7;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e7e7e7;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e7e7e7;
    border-top-style: solid;
    border-top-width: 1px;
    height: 32px;
    margin-right: -1px;
    padding-left: 10px;
}

.all-check .checkbox-custom {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    position: relative;
    top: -10px;
    width: 30px;
}

.inbox-small-cells .checkbox-custom {
    height: 35px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 20px;
}

.all-check .checkbox-custom label::before {
}

.table-inbox .checkbox {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    width: 10px;
}

.table-inbox {
    font-size: 13px;
    margin-bottom: 20px;
}

.table-inbox > tbody > tr > td {
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    vertical-align: middle;
}

.table-inbox tr td {
    padding-bottom: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 5px !important;
}

.table-inbox tr td:hover {
    cursor: pointer;
}

.table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
    color: #ffd200;
}

.table-inbox tr td .fa-star {
    color: #d5d5d5;
}

.table-inbox tr.unread td {
    font-weight: 600;
}

.table-inbox .avatar img, .table-inbox .avatar span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.table-inbox .avatar span {
    color: #fff;
    text-align: center;
}

ul.inbox-pagination {
    float: right;
}

ul.inbox-pagination li {
    float: left;
}

.mail-option {
    display: inline-block;
    width: 100%;
}

.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}

.mail-option .chk-all, .mail-option .btn-group a.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fcfcfc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #e7e7e7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e7e7e7;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e7e7e7;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e7e7e7;
    border-top-style: solid;
    border-top-width: 1px;
    color: #afafaf;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.inbox-pagination {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
}

.inbox-pagination a.np-btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fcfcfc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #e7e7e7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e7e7e7;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e7e7e7;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e7e7e7;
    border-top-style: solid;
    border-top-width: 1px;
    color: #afafaf;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

.mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}

.fileinput-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #eeeeee;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e6e6e6;
    border-top-style: solid;
    border-top-width: 1px;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e6e6e6;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
}

.inbox-body .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-send, .btn-send:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #00a8b3;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}

.btn-send:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #009da7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}

.modal-header {
    /*padding: 0 10px 0 10px;*/
}

.modal-header h2 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.modal-header h4.modal-title {
    font-weight: normal;
}

.modal-body label {
    font-weight: 400;
}

.heading-inbox h4 {
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #444;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 10px;
}

.sender-info {
    margin-bottom: 20px;
}

.sender-info .date {
    color: #a3a3a3;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 5px;
}

.sender-info img {
    height: 50px;
    width: 50px;
}

.s-info {
    display: inline-block;
    margin-left: 15px;
}

.s-info strong {
    display: block;
}

.s-info span {
    color: #a3a3a3;
}

.sender-dropdown {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #eaeaea;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eaeaea;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eaeaea;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eaeaea;
    border-top-style: solid;
    border-top-width: 1px;
    color: #777;
    display: inline-block;
    font-size: 10px;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0;
    width: 18px;
}

.view-mail a {
    color: #9c78cd;
}

.view-mail p {
    line-height: 25px;
}

.attachment-mail {
    margin-top: 30px;
}

.attachment-mail h5 {
    font-weight: bold;
}

.attachment-mail ul {
    display: inline-block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}

.attachment-mail ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #dfdfdf;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #dfdfdf;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #dfdfdf;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dfdfdf;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    width: 180px;
}
a.atch-thumb {
    display: inline-block;
    height: 110px;
    line-height: 98px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

a.atch-file-name{
    color: #337AA6;
}

/*.attachment-mail ul li a {
    display: inline-block;
    height: 110px;
    line-height: 98px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}*/

.attachment-mail ul li img {
    width: 100%;
}

.attachment-mail ul li span {
    float: right;
}

.attachment-mail .file-name {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f5f5f5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-top-color: #dfdfdf;
    border-top-style: solid;
    border-top-width: 1px;
    cursor: pointer;
    float: left;
    font-size: 12px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    width: 100%;
}

.attachment-mail .file-name i {
    padding-right: 5px;
}

.no-pad {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.mail-box .checkbox-custom label::after {
    top: 3px;
}

.mail-box .mail-option .checkbox-custom label::after {
    top: 1px;
}

.team-member-info {
    background-color: #9c78cd;
    width: 100%;
}

.reply-mail {
    border-top-color: #e1e1e1;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 30px;
}

.compose-mail {
    display: inline-block;
    position: relative;
    width: 100%;
}

.compose-mail .compose-options {
    color: #979797;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
}

.compose-options a {
    color: #545454;
    margin-left: 5px;
}

.compose-mail .form-group label {
    font-weight: normal;
    margin-bottom: 0;
}

.compose-editor input {
    margin-top: 15px;
}

.compose-editor .form-horizontal .form-group {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.compose-btn {
    float: left;
    margin-bottom: 40px;
}

.compose-editor textarea {
    border-bottom-color: #dfdfdf;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left-color: #dfdfdf;
    border-right-color: #dfdfdf;
    border-top-color: #dfdfdf;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
}

.compose-mail .form-horizontal .control-label {
    text-align: left;
}

.form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #dfdfdf;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #dfdfdf;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #dfdfdf;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dfdfdf;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
}

input:required {
    border: 1px solid #688ac2;
}

input:required:focus {
    border: 2px solid #688ac2;
}

label.required {
    color: #688ac2;
}

label.control-label.required:after {
    content: '*';
    color: #688ac2;
}

input:invalid {
    background-color: #fbdcdb;
}

textarea:invalid {
    background-color: #fbdcdb;
}

.chosen-container:invalid, .chosen-single:invalid {
    border: 2px solid #fbdcdb;
}

/*****************Chosen************************/
select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-image: none;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single div {
    top: 4px;
    color: #000;
}

select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;

}

select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

select.form-control + .chosen-container .chosen-results li,
select.form-control + .chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background-image: none;
}

select.form-control + .chosen-container .chosen-results li:hover,
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted {
    color: #FFF;
    text-decoration: none;
    background-color: #428BCA;
    background-image: none;
}

select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto;
    padding: 5px 0;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice {

    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px;
    right: 6px;
}

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus {
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}

.imageHistorical {
    border: 1px #688AC2 dashed;
    margin-top: 8px;
    padding-top: 15px;
    /*    padding: 3px;
        padding-bottom: 0px;
        margin: 10px;*/
}

.btn.btn-nude {
    color: #0082C5;
    background: none;
    border-color: transparent;
}

.btn.btn-simple {
    color: #0082C5;
    background: #fff;
    border-color: #b6c2c9;
}

.btn-simple.active, .btn-simple:active, .btn-simple:focus, .btn-simple:hover, .open .dropdown-toggle.btn-simple {
    background: #EFF5FB;
    border-color: #929ba1;
}

.form-inline .search_init .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

/*****Stats*******/
.easy-pie-chart span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    /*background-color: #90d7ed;*/
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #e9f7fb;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e9f7fb;
    border-left-style: solid;
    border-left-width: 5px;
    border-right-color: #e9f7fb;
    border-right-style: solid;
    border-right-width: 5px;
    border-top-color: #e9f7fb;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 5px;
    color: #424242;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    height: 80px;
    line-height: 70px;
    text-align: center;
    width: 80px;
}

.chosen-container {
    width: 100% !important; /* desired width */
}

.hidden {
    visibility: hidden;
}

/**********DOCUMENT********************/
.browse-root-actions {
    font-size: 10px;
}

ul.action-bar li {
    display: inline;
    padding: 0 0.5em; /* Pour espacer les boutons entre eux */
}

ul.action-bar {
    list-style-type: none; /* Car sinon les puces se placent n'importe où */
}

.ui-datepicker {
    z-index: 9999 !important;
}

/* notifications */
.notifyjs-corner {
    padding-top: 50px;
}

.disable {
    margin-left: 20px;
}

ul.ui-front {
    /*    background: #32323A;*/
    font-family: 'Open Sans', sans-serif;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #7a7676 !important;
    line-height: 20px;
    overflow-x: hidden;
    font-size: 14px;
    z-index: 99999;
}

.ui-state-focus {
    color: #fff !important;
    background: #32323A !important;
}

.help-block {
    color: #de4e4b;
}

/*.table select{
    width: 90px;
}*/

.body-404, .body-500 {
    background: #2b2b2d none repeat scroll 0 0;
    color: #fff;
}

.error-wrapper {
    margin-top: 10%;
    text-align: center;
}

.error-wrapper .icon-403 {
    background: rgba(0, 0, 0, 0) url(../img/403.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 218px;
    margin-left: 30px;
    width: 337px;
}

.error-wrapper .icon-404 {
    background: rgba(0, 0, 0, 0) url("../img/404.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 218px;
    margin-left: 30px;
    width: 337px;
}

.error-wrapper .icon-500 {
    background: rgba(0, 0, 0, 0) url("../img/500.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 219px;
    width: 331px;
}

.body-500 .error-wrapper h2 {
    margin: -5px 0 30px -50px;
    width: 300px;
}

.error-wrapper .icon-503 {
    background: rgba(0, 0, 0, 0) url("../img/503.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 219px;
    width: 331px;
}

.error-wrapper .green-bg {
    background: #5bc690 none repeat scroll 0 0;
}

.error-wrapper .purple-bg {
    background: #a978d1 none repeat scroll 0 0;
}

.error-wrapper h2 {
    border-radius: 4px;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin: -5px 0 30px -70px;
    padding: 10px;
    width: 245px;
}

.body-404 .error-wrapper h2 {
    text-transform: capitalize;
    padding: 20px;
}

/*--------------------
        calendar
---------------------*/

.has-toolbar.fc {
    margin-top: 50px;
}

.fc-header-title {
    display: inline-block;
    margin-top: -50px;
    vertical-align: top;
}

.fc-view {
    margin-top: -50px;
    overflow: hidden;
    width: 100%;
}

.fc-header-left .fc-button-today .fc-button-inner {
    background: #f2f2f2 !important;
    border-color: #f2f2f2;
    border-style: none solid;
    color: #8B8B8B;
}

.fc-header-left .fc-button-today {
    border-radius: 2px !important;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #f2f2f2 !important;
    border-color: #f2f2f2;
    border-style: none solid;
    color: #c2c2c2;
}

.fc-header-right .fc-state-default .fc-button-inner,
.fc-header-left .fc-state-default:hover .fc-button-inner {
    background: #53D192 !important;
    border-color: #53D192;
    border-style: none solid;
    color: #fff;
}

.fc-header-right .fc-state-default .fc-button-inner:hover,
.fc-header-right .fc-state-active .fc-button-inner {
    background: #2f9f67 !important;
    border-color: #2f9f67;
    border-style: none solid;
    color: #fff;
}

.fc-header .fc-button {
    margin-right: 1px;
}

/*.fc-event-skin {
    background-color: #5fc6e6;
    border-color: #5fc6e6;
    color: #FFFFFF;
}*/

.fc-grid th {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f6f6f6 !important;
}

.fc-header-title h2 {
    font-size: 20px !important;
    color: #404047;
    font-weight: normal;
    margin-top: 8px;
}

.fc-widget-header, .fc-widget-content {
    border-color: #ebebeb !important;
    color: #a3a3a3 !important;
    font-weight: normal;
}

.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    padding: 8px 15px;
    border-radius: 0;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
}

#external-events p input[type="checkbox"] {
    margin: 0;
}

.drg-event-title {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

.fc-content .fc-event {
    border-radius: 0px;
    padding: 4px 6px;
}

.fc-corner-left {
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
}

.fc-corner-right {
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
}

.drp-rmv {
    padding-top: 10px;
    margin-top: 10px;
}

/*.fc-event-inner {
    background-color: #e6737c !important;
    border-color: #e6737c !important;
    color: #ffffff !important;
}*/

.completed, .completed .fc-event-inner {
    background-color: #5fc6e6 !important;
    border-color: #5fc6e6 !important;
    color: #ffffff !important;
}

.uncompleted, .uncompleted .fc-event-inner {
    background-color: #e6737c !important;
    border-color: #e6737c !important;
    color: #ffffff !important;
}

.map-content {
    left: 200px;
    background-color: #f3f3f3;
    min-height: 100%;
    position: relative;
}

#map {
    height: calc(100% - 100px);
    max-width: calc(100% - 200px);
}

.dropzone {
    border-style: dashed;
    border-color: #428bca;
}

.dropzone-200 {
    height: 200px;
}

.danger-color {
    color: #e6606b;
}

.warning-color {
    color: #ffda53;
}

/*Multi select list*/
.input-group-addon {
    padding: 3px 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.dropdown-multi-select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

td.mutli-select {
    padding: 5px !important;
    width: 80px;
}

.td-blank {
    background-color: rgba(59, 59, 59, 0.73) !important;
    font-size: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 2px!important;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #de4e4b;
}

.has-error label.control-label.required:after {
    content: '*';
    color: #de4e4b;
}

.has-error .form-control {
    border-color: #ec6967;
}

.stats-browse {
    border: #688AC2 dashed 1px;
    padding: 15px;
    margin-bottom: 15px;
}

.ml-30{
    margin-left: 25px;
}

.mr-10{
    margin-right: 10px;
}

.modal-dialog-scrollable {
    height: 350px;
    overflow:auto;
}
