/* ARO */
 .bootstrap-datetimepicker-widget td span{
        background-color: #23CCEF !important;
        color: #fff!important;
 }
 .doc_fichier {
  border: 1px solid #fff;
}
.bootstrap-select > .dropdown-toggle {
  border: 1px solid #E3E3E3;
color: #656565;
background: transparent;
}

.form-control::-moz-placeholder {
    color: #E1E1E1;
}

.form-control:-moz-placeholder {
    color: #E1E1E1;
}
.fc-list-item i.nc-icon {
    color: #3c3636;
}
.form-control::-webkit-input-placeholder {
    color: #E1E1E1;
}

.form-control:-ms-input-placeholder {
    color: #E1E1E1;
}



.fade.in {
    opacity: 1;
}
.modal-backdrop.in {
    opacity: 0.26;
}



.navbar .navbar-nav .notification {
  top: 20px;
  left: 0px;
}
.navbar .navbar-brand {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #000;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: 12px;
}
.table > tbody > tr {
  font-size: 13px !important;
}


@media (min-width: 992px) {
.sidebar-mini .sidebar {
  z-index: 1040;
}
}
.full-page .full-page-background {
  background-size: 100%;
/*
  background-size: 180%;
  background-position: -100px center;
*/
}


.sidebar-mini .sidebar .logo a.logo-mini {
  display: block;
}
.sidebar .logo a.logo-mini {
  display: none;
}
.sidebar::before {
  opacity: .1;
  background: #061e3c;
}
.sidebar .sidebar-background {
  background-size: 500%;
  background-position: -500px center;
  background-repeat: no-repeat;
}

.navbar .navbar-nav .notification {
  margin-left: -10px;
  margin-top: -10px;
}

h1, .h1 {
  font-size: 2.25rem;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 90px;
    height: 36px !important;
}
.sidebar-filter {
    padding: 27px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.sidebar-filter select{

}
.table > thead > tr > th {
	font-size: 11px;
    font-weight: bold;
	color: #21509e;
}

.sidebar .sidebar-wrapper .nav .nav-item [data-toggle="collapse"] ~ div .nav .nav-item .nav-link {
  padding: 0px 15px 0px 40px;
  font-size: 13px;
}

.table > tbody > tr {
  line-height: 16px;
}

.fixed-table-body thead th .th-inner {
  overflow: visible;
  max-width: 120px;
  white-space: normal;
  line-height: 15px;
}


.sidebar[data-color="blue_atlas"]:after,
.bootstrap-navbar[data-color="blue_atlas"]:after {
    background: #061e3c;
    background: -moz-linear-gradient(top, #061e3c 0%, rgba(6, 30, 60, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #061e3c), color-stop(100%, rgba(6, 30, 60, 0.9)));
    background: -webkit-linear-gradient(top, #061e3c 0%, rgba(6, 30, 60, 0.9) 100%);
    background: -o-linear-gradient(top, #061e3c 0%, rgba(6, 30, 60, 0.9) 100%);
    background: -ms-linear-gradient(top, #061e3c 0%, rgba(6, 30, 60, 0.9) 100%);
    background: linear-gradient(to bottom, #061e3c 0%, rgba(6, 30, 60, 0.9) 100%);
    background-size: 150% 150%;
}

.full-page[data-color="blue_atlas"]:after {
    background: #061e3c;
    background: -moz-linear-gradient(top, #061e3c 0%, #061e3c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #061e3c), color-stop(100%, #061e3c));
    background: -webkit-linear-gradient(top, #061e3c 0%, #061e3c 100%);
    background: -o-linear-gradient(top, #061e3c 0%, #061e3c 100%);
    background: -ms-linear-gradient(top, #061e3c 0%, #061e3c 100%);
    background: linear-gradient(to bottom, #061e3c 0%, #061e3c 100%);
    background-size: 150% 150%;
}


.navbar-ct-blue_atlas {
    background-color: #061e3c;
}

.bootstrap-tagsinput .badge.badge-blue_atlas .tag,
.bootstrap-tagsinput .badge.badge-blue_atlas .tagsinput-remove-link {
    border-color: #061e3c;
    color: #061e3c;
}

.bootstrap-tagsinput.badge-fill.badge-blue_atlas {
    border-color: #061e3c;
    color: #FFFFFF;
    background-color: #061e3c;
}

.nav-pills-blue_atlas>li.active>a,
.nav-pills-blue_atlas>li.active>a:hover,
.nav-pills-blue_atlas>li.active>a:focus {
    background-color: #061e3c;
}

.pagination-blue_atlas>li.active a,
.pagination-blue_atlas>li.active a:hover,
.pagination-blue_atlas>li.active a:focus,
.pagination-blue_atlas>li.active span,
.pagination-blue_atlas>li.active span:hover,
.pagination-blue_atlas>li.active span:focus {
    background-color: #061e3c !important;
}

.nav-pills-blue_atlas>li>a {
    border: 1px solid #061e3c;
    color: #061e3c;
}

.nav-blue_atlas>li.active a {
    color: #061e3c;
}

.dropdown-menu.dropdown-blue_atlas>li>a:hover,
.dropdown-menu.dropdown-blue_atlas>li>a:focus {
    background-color: rgba(8, 6, 60, 0.2);
}


.fc-event.event-blue_atlas {
    background-color: rgba(8, 6, 60, 0.2);
}
.ct-blue_atlas {
    stroke: #061e3c !important;
}

.navbar .btn-warning {
    border: 1px solid #061e3c;
    color: #FFFFFF;
    background-color: #061e3c;
    cursor: pointer;
}







.fixed-plugin .badge-blue_atlas {
    background-color: #061e3c;
}














/* FROM TIM */

.tim-row {
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

.tim-row h3 {
    margin-top: 0;
}

.card #chartPreferences {
    width: 60%;
    margin: 0 auto;
}

#navbar-full .navbar {
    border-radius: 0 !important;
    margin-bottom: 15px;
    z-index: 2;
}

#map {
    position: relative;
    width: 100%;
    height: 100vh;
}

.places-buttons .btn {
    margin-bottom: 30px;
}

.map-container {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
}

#menu-dropdown .navbar {
    border-radius: 3px;
}

#pagination-row .pagination-container {
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
}

.all-icons .font-icon-detail {
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 0.1875rem;
    margin: 15px 0;
    min-height: 168px;
}

.all-icons [class*="now-ui-icons"] {
    font-size: 32px;
}

.all-icons .font-icon-detail p {
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #B8B8B8;
    padding: 0 10px;
    font-size: 0.7142em;
}

#icons-row i.now-ui-icons {
    font-size: 30px;
}

.space {
    height: 130px;
    display: block;
}

.space-110 {
    height: 110px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.space-70 {
    height: 70px;
    display: block;
}

.navigation-example .img-src {
    background-attachment: scroll;
}

.navigation-example {
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    min-height: 740px;
}

#notifications {
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
}

.tim-note {
    text-transform: capitalize;
}

#buttons .btn,
#javascriptComponents .btn {
    margin: 0 0px 10px;
}

.space-100 {
    height: 100px;
    display: block;
    width: 100%;
}

.be-social {
    padding-bottom: 20px;
    /*     border-bottom: 1px solid #aaa; */
    margin: 0 auto 40px;
}

.txt-white {
    color: #FFFFFF;
}

.txt-gray {
    color: #ddd !important;
}

.parallax {
    width: 100%;
    height: 570px;
    display: block;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo-container .logo {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 50px;
    float: left;
}

.logo-container .brand {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}

.logo-container .brand-material {
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}

.logo-container .logo img {
    width: 100%;
}

.navbar-small .logo-container .brand {
    color: #333333;
}

.fixed-section {
    top: 90px;
    max-height: 80vh;
    overflow: scroll;
    position: sticky;
}

.fixed-section ul {
    padding: 0;
}

.fixed-section ul li {
    list-style: none;
}

.fixed-section li a {
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666666;
}

.fixed-section li a.active {
    color: #00bbff;
}

.fixed-section.float {
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}

.parallax .parallax-image {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.parallax .parallax-image img {
    width: 100%;
}

@media (max-width: 768px) {
    .parallax .parallax-image {
        width: 100%;
        height: 640px;
        overflow: hidden;
    }
    .parallax .parallax-image img {
        height: 100%;
        width: auto;
    }
}

/*.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}*/

.social-buttons-demo .btn {
    margin-right: 5px;
    margin-bottom: 7px;
}

.img-container {
    width: 100%;
    overflow: hidden;
}

.img-container img {
    width: 100%;
}

.lightbox img {
    width: 100%;
}

.lightbox .modal-content {
    overflow: hidden;
}

.lightbox .modal-body {
    padding: 0;
}

@media screen and (min-width: 991px) {
    .lightbox .modal-dialog {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .fixed-section.affix {
        position: relative;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .btn,
    .btn-morphing {
        margin-bottom: 10px;
    }
    .parallax .motto {
        top: 170px;
        margin-top: 0;
        font-size: 60px;
        width: 270px;
    }
}

/*       Loading dots  */

/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#images h4 {
    margin-bottom: 30px;
}

#javascriptComponents {
    padding-bottom: 0;
}

/*      layer animation          */

.layers-container {
    display: block;
    margin-top: 50px;
    position: relative;
}

.layers-container img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
}

.animate {
    transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
    color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.sharing-area {
    margin-top: 80px;
}

.sharing-area .btn {
    margin: 15px 4px 0;
}

.section-thin,
.section-notifications {
    padding: 0;
}

.section-navbars {
    padding-top: 0;
}

#navbar .navbar {
    margin-bottom: 20px;
}

#navbar .navbar-toggler,
#menu-dropdown .navbar-toggler {
    pointer-events: none;
}

.section-tabs {
    background: #EEEEEE;
}

.section-pagination {
    padding-bottom: 0;
}

.section-download {
    padding-top: 130px;
}

.section-download .description {
    margin-bottom: 60px;
}

.section-download h4 {
    margin-bottom: 25px;
}

.section-examples a {
    text-decoration: none;
}

.section-examples a+a {
    margin-top: 30px;
}

.section-examples h5 {
    margin-top: 30px;
}

.components-page .wrapper>.header,
.tutorial-page .wrapper>.header {
    height: 500px;
    padding-top: 128px;
    background-size: cover;
    background-position: center center;
}

.components-page .title,
.tutorial-page .title {
    color: #FFFFFF;
}

.brand .h1-seo {
    font-size: 2.8em;
    text-transform: uppercase;
    font-weight: 300;
}

.brand .n-logo {
    max-width: 100px;
    margin-bottom: 40px;
}

.invision-logo {
    max-width: 70px;
    top: -2px;
    position: relative;
}

.creative-tim-logo {
    max-width: 140px;
    top: -2px;
    position: relative;
}

.section-javascript .title {
    margin-bottom: 0;
}

.navbar .switch-background {
    display: block;
}

.navbar-transparent .switch-background {
    display: none;
}

.section-signup .col .btn {
    margin-top: 30px;
}

#buttons-row .btn {
    margin-bottom: 10px;
}

.section-navbars .navbar-collapse {
    display: none;
}

.section-basic {
    padding-top: 0;
}

.section-images {
    padding-bottom: 0;
}
.table > tbody > tr {
  font-size: 12px !important;
}
.table > thead > tr > th {
  color: #294267;
}
.card-title {
  color: white;
  margin-bottom: 0;
  margin-top: 0;
}
.card-header {
	background: #294267;
}
.slot-this-week{
  font-size: 15px; color: white; background: #294267; font-weight: 500; padding: 2px 10px 4px; margin: 0 10px; border-radius: 5px;width: 122px;
}
.slot-next-week{
  font-size: 15px; font-weight: 500; padding: 1px 10px 3px;  border-radius: 5px;width: 175px; color: #294267;border: 1px solid #294267;
}
#plies p{
  z-index: 999; color: #fff; background: #23CCEF; border-radius: 20px; position: absolute; right: 0; width: 40px; height: 40px; text-align: center; line-height: 35px; font-weight: bold;
}
.title-field{
  color: #21509e;text-transform: uppercase;font-size: 13px;font-weight: bold;padding: 10px 0;
}
ul#postal_list {
    border-radius: 0px;
    display: block;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 1px 2px 3px rgb(0 0 0 / 13%);
    box-shadow: 1px 2px 3px rgb(0 0 0 / 13%);
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    top: -17px;
    padding: 0 !important;
    max-height: 200px;
    overflow: scroll;
    z-index: 999;
    position: absolute;
    width: calc(100% - 8px);
    top: calc(100% - 16px);
}

ul#postal_list li {
    padding: 6px 10px;
    font-size: 13px;
    cursor: pointer;
}

ul#postal_list li:hover {
    background-color: #F5F5F5 !important;
    color: #333333 !important;
}
.filter .form-control {
    height: 37px !important;
    padding: 0;
    text-indent: 4px;
}
.weight-span{
    padding: 5px 8px;
    border-radius: 5px;
}
.weight-span.red{
    background-color: red;
    color: white;
}
.weight-span.yellow{
    background-color: orange;
}
.dataTable .dropdown-toggle::after {
    display: none;
}
.btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #3598dc;
    border-color: #3598dc;
}
table .dropdown-menu {
    left: 0;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    padding: 0;
    background-color: #fff;
    margin: 10px 0 0;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
table .btn-group>.dropdown-menu:before, .dropdown-toggle>.dropdown-menu:before, .dropdown>.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
}
table .dropdown-menu>li>a {
    padding: 5px 7px;
    color: #6e6e6e;
    text-decoration: none;
    display: block;
    line-height: 16px;
    white-space: nowrap;
    font-size: 14px;
}
table .dropdown-menu>li>a>[class*=" fa-"], .dropdown-menu>li>a>[class^=fa-] {
    color: #888;
    font-size: 11px;
}
.sweet-alert .form-control {
    max-width: non;
    margin: 0;
    max-width: 100%;
    width: 100%;
    resize: none;
    display: block;
    transition: none;
}
.sweet-alert label {
  text-align: left;
  display: block;
}

.sweet-alert #submit_features_form {
    font-size: 15px;
    color: #294267;
    background: transparent;
    font-weight: 500;
    padding: 5px 10px;
    margin: 0 10px;
    border-radius: 5px;
    max-width: 240px;
    border-radius: 5px;
    border: 1px solid #294267;
    margin: auto;
    cursor: pointer;
}

.sweet-alert #submit_features_form:hover {
    color: white;
    background: #294267;
}
.btn-delete{
  cursor: pointer;
  padding: 0; color: red; border-color: transparent; background: transparent;
}
.action-date {
    width: 81px;
    display: inline-flex;
}
.glyphicon.glyphicon-calendar:after {
  content: '\f32f';
  font-family: 'Material-Design-Iconic-Font';
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
span.glyphicon.glyphicon-time:after{
  content: '\f337';
  font-family: 'Material-Design-Iconic-Font';
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon.glyphicon-chevron-up:after {
    content: '\f2fc';
    font-family: 'Material-Design-Iconic-Font';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon.glyphicon-chevron-down:after {
    content: '\f2f9';
    font-family: 'Material-Design-Iconic-Font';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.has-error .form-control {
    border-color: #fc727a;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #fc727a;
  font-size: 12px;
  text-align: left !important;
  display: block;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: end;
}
div.dataTables_wrapper div.dataTables_info {
  font-size: 13px;
}
.dropdown-cities{
  padding-left: 0;
  list-style: none;
  margin-top: -10px;
  width: 157px;
  max-height: 200px;
  overflow: scroll;
  position: absolute;
  background: #fff;
  z-index: 999;
}
.dropdown-cities li{
  color: #334499;
  padding: 2px;
  font-size: 14px;
  cursor: pointer;
}
.dropdown-cities li:hover{
  background: #ccd5f0;
}


/*******/

body:not(.sidebar-mini) .nav-item.dropdown .nav-link {
    line-height: 1 !important;
}

body:not(.sidebar-mini) .nav-item.dropdown .nav-link .nc-icon {
    margin: 0;
}

body:not(.sidebar-mini) .nav-item.dropdown .nav-link.dropdown-toggle:after {
    margin-top: 6px;
}

#calendar .fc-toolbar.fc-header-toolbar {
    display: flex;
    padding: 20px;
}

#calendar .fc-toolbar.fc-header-toolbar > div {
    float: none;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#calendar .fc-toolbar.fc-header-toolbar .fc-center {
    order: 1;
}

#calendar .fc-toolbar.fc-header-toolbar .fc-center h2 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
}

#calendar .fc-toolbar.fc-header-toolbar .fc-right {
    order: 2;
    display: flex;
    justify-content: center;
}

#calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group > * {
    margin: 0 2px 0 0
}

#calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button {
    padding: 7px 18px;
    border-radius: 20px;
    border: 2px solid #061e3c;
    font-size: 12px;
    line-height: 17.5px;
    font-weight: 500;
    color:#061e3c;
    background: transparent;
    outline: none;
    height: auto;
    float: none;
    opacity: 1;
}

#calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button.fc-state-active {
    background: #061e3c;
    color: #FFF;
}

#calendar .fc-toolbar.fc-header-toolbar .fc-left {
    order: 3;
}

#calendar .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group {
    float: right;
}

#calendar .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group>* {
    margin: 0 2px 0 0
}

#calendar .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button {
    padding: 9.5px 18px;
    border-radius: 20px;
    border: 2px solid #061e3c;
    font-size: 12px;
    line-height: 17.5px;
    font-weight: 500;
    color: #061e3c;
    background: transparent;
    outline: none;
    height: auto;
    float: none;
    opacity: 1;
}

#calendar .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .fc-button.fc-state-active {
    background: #061e3c;
    color: #FFF;
}

#calendar .fc-toolbar.fc-header-toolbar .fc-clear {
    display: none;
}

#calendar.fc .fc-head .fc-widget-header {
    text-align: center;
    height: 38px;
    line-height: 35px;
    border-width: 1px 0 0 1px;
}
/*
body:not(.sidebar-mini) .content.agenda {
    max-width: 920px;
    margin: auto;
}
*/
.content.agenda .card {
    border-radius: 6px;
}

#date-info .modal-header,
#calendarModal .modal-header {
    display: block;
}

#date-info .modal-header .modal-title,
#calendarModal .modal-header .modal-title {
    font-weight: 500;
}

#date-info .actions-footer,
.date_edit_form .actions-footer,
#calendarModal .actions-footer {
    text-align: right;
    padding: 0 39px;
    width: 100%;
}

#date-info .actions-footer {
    margin-top: 24px;
    padding: 0 15px;
}

#date-info .actions-footer .btn,
#calendarModal .actions-footer .btn,
.actions-footer .btn {
    width: auto !important;
    background: transparent;
}

#date-info .actions-footer .btn.btn-gray {
    border-color: #334499;
    color: #334499;
}

#date-info .actions-footer .btn.btn-gray:hover {
    color: #FFF;
    background-color: #334499;
}
.card.card-stats img {
    width: 190px;
    margin: 0 auto 23px;
}
#date-info .actions-footer .btn.btn-danger,
#calendarModal .actions-footer .btn.btn-gray,
.actions-footer .btn.btn-gray {
    border-color: #eb5e28;
    color: #eb5e28;
}

#date-info .actions-footer .btn.btn-success,
#calendarModal .actions-footer .btn.btn-blue,
.actions-footer .btn.btn-blue {
    border-color: #7ac29a !important;
    color: #7ac29a !important;
}

#date-info .actions-footer .btn.btn-danger:hover,
#calendarModal .actions-footer .btn.btn-gray:hover,
.actions-footer .btn.btn-gray:hover {
    color: #FFF !important;
    background-color: #eb5e28 !important;
}
#date-info .actions-footer .btn.btn-success:hover,
#calendarModal .actions-footer .btn.btn-blue:hover,
.actions-footer .btn.btn-blue:hover {
    color: #FFF !important;
    background-color: #7ac29a !important;
}

#date-info select,
#modal-form-body select,
.sidebar-filter select {
    /* styling */
    background-color: white;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    display: block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    width: 100%;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

#date-info select:-moz-focusring,
#modal-form-body select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#date-info .date_edit_form {
    padding: 24px
}

#date-info .date_edit_form,
.date_edit_form .modal-body,
#modal-form-body .modal-body {
    display: flex;
    flex-wrap: wrap;
}

#modal-form-body .modal-body .msg {
    flex: 0 0 100%;
    max-width: 100%;
}

#date-info .date_edit_form .form-group,
.date_edit_form .modal-body .form-group,
#modal-form-body .modal-body .form-group {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
}

#date-info .date_edit_form .form-group label,
#modal-form-body .modal-body .form-group label {
    display: block;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th td {
    text-align: center !important;
    padding: 5px !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding: 0 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background-color: #061e3c !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: #1e1e1e !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #061e3c !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    color: #061e3c !important;
    padding: 5px !important;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    opacity: 1 !important;
}

.xdsoft_datetimepicker .xdsoft_label {
    text-align: center !important;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    text-align: left !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #061e3c !important;
    box-shadow: none !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    background: #1e1e1e !important;
    box-shadow: none !important;
    color: #fff !important;
}

#loading {
	display: none;
	position: absolute;
	vertical-align: middle;
	left: 50%;
	top: 45%;
	z-index: 99999;
}

.spinner {
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #587CA3;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.modal .modal-content .modal-header{
  background: #294267;
  padding: 15px;
}
.modal .modal-content i {
    color: #fff;
    font-size: 15px;
}
.modal-header .modal-title {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.fileuploader-input .fileuploader-input-caption {
    display: none !important;
}
.fileuploader-input .fileuploader-input-button {
    font-size: 12px !important;
}
.fileuploader-input {
    justify-content: center;
}
.row-cards .card-stats .card-header+.card-footer {
    border-top: 1px solid #eee !important;
    margin-top: 20px;
        line-height: 23px;
            padding: 15px;
}
.row-cards .card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    margin-top: -33px;
    margin-right: 15px;
    float: left;
}
.row-cards .card-stats .card-header.card-header-icon i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
    color: #fff;
}

.fc-widget-content .nc-icon {
    color: #fff;
    font-weight: bold;
}
.fc-agendaWeek-view .fc-event {
    min-height:113px;
}
.description-group {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.w-100 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
li.dropdown.ordi a.dropdown-toggle.nav-link:after {
    margin: 0;
}
.wrapper-full-page .navbar .nav-link i {
    right: 4px;
}
textarea.form-control {
    height: auto;
}
.row-dates label {
    margin-bottom: 0 !important;
}

.row-dates .bootstrap-select {
    margin-top: 0 !important;
}
.green{
  margin-bottom: 0px !important;
   color: green !important;
   font-weight: bold !important;
}
i.fa.fa-ban {
    color: red;
}
i.fa.fa-check {
    color: #45c245;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.front-navbar li.dropdown.ordi {
    right: 93px;
}
.notification-link ul {
    max-height: 300;
    overflow: scroll;
}
@media (max-width:767px) {

  .main-panel .content {
      padding: 33px 0px !important;
  }
  #calendar .fc-toolbar.fc-header-toolbar > div {
      float: none !important;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      text-align: center;
      margin-bottom: 15px;
  }

  #calendar .fc-toolbar.fc-header-toolbar {
      text-align: center;
  }

  #calendar .fc-toolbar.fc-header-toolbar {
      justify-content: center;
      flex-wrap: wrap;
  }

  #calendar .fc-toolbar.fc-header-toolbar .fc-center h2 {
      width: 100%;
      text-align: center;
  }

  .fc-button-group {
      width: 100%;
  }
  table.dataTable {
    width: 100% !important;
 }
 .filter .form-control {
      min-width: 30px;
  }
  table button.dropdown-toggle {
      padding: 7px 5px;
  }
}
canvas#signature-pad {
    border: 2px solid #a4a4a4;
}
.files-list a {
    color: #23CCEF;
    font-weight: 500;
}
@media (max-width: 400px) {
  canvas#signature-pad {
    border: 2px solid #a4a4a4;
    width: 100%;
  }
  #calendar .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button {
    padding: 3px 8px;
    border-radius: 17px;
  }
  #calendar .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fc-button-group {
    display: flex;
    justify-content: space-between;
  }

}
@media (max-width: 470px) {
  #calendar.fc .fc-head .fc-widget-header {
      font-size: 10px;
  }
  .fc-ltr .fc-axis {
      text-align: right;
      font-size: 12px;
  }
  .fc-day-grid-container {
      height: auto !important;
  }
  .fc-list-table td {
      font-size: 12px;
  }
  .fc-view.fc-listWeek-view.fc-list-view.fc-widget-content > div {
      height: auto !important;
  }
}
.fc-time-grid-container{
  height: auto !important;
}
.icon-kitchen:after {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url(../img/kitchen.png);
  background-size: cover;
}
div#owner_panel .card-body {
    padding: 0 !important;
}
