body {
    background-color: #F5F5F5;
    font-size: 12px;
}

.row-table {
    display: table;
    width: 100%;
}

.row-table > div {
    display: table-cell;
    vertical-align: middle;
}

/****** NAVBAR *****/

.navbar-default {
    background-color: #21313F;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav > li > a {
    color: #FEFEFE;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 7px;
}

.sign-out-menu > a {
    font-weight: normal !important;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #FEFEFE;
    background-color: #3F5A74;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #FEFEFE;
    background-color: #3F5A74;
}


/*------2 level menu--------*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/****** BREADCRUMB *****/

.breadcrumb {
    background-color: transparent;
    color: #22313F;
    font-size: 12px;
}

.breadcrumb a {
    color: #F2784B;
}

/****** PANELS *****/

.panel-default {
    box-shadow: 2px 2px 5px #DDD;
}

.panel-container {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.panel-default > .panel-heading {
    background-color: #F5F5F5;
    color: #333333;
}

.panel-container > .panel-heading {
    background-color: #F2784B;
    border: none;
    border-radius: 0;
}

.panel-default > .panel-heading > h2 {
    color: #333333;
    font-size: 12px;
    text-transform: uppercase;
}

.panel-container > .panel-heading > h2 {
    color: #FEFEFE;
    font-size: 14px;
    text-transform: uppercase;
}


.panel-default .panel-body {
    background-color: #FEFEFE;
}

.panel-container .panel-body {
    background-color: transparent;
}

/***** BUTTONS ****/


.btn-default {
    background-color: #21313F;
    border: 1px solid #21313F;
    color: #FEFEFE;
    text-transform: uppercase;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #FEFEFE;
    color: #22313F;
}



.btn {
    font-size: 12px;
}

.btn-xs {
    font-size: 11px;
}

.btn-action {
    color: #FFF;
    background-color: #27ae60;
    border-color: #27ae60;
}

.btn_date_send{margin-top: 20px;}

/***** FORMS *****/

label {
    color: #22313F;
}

.input-group-addon {
    background-color: #FFF;
    padding: 6px 5px 6px 12px;
    border: 1px solid #E5E5EB;
}
.input-group-addon {
    color: #C8C8D5;
}
.input-group:not(.input-colorpicker) .input-group-addon {
    background-color: #FEFEFE;
    color: #B4B4B4;
}
.input-group-addon {
    font-size:12px;
}


.input-group:not(.input-colorpicker) .form-control {
    /*border-left: 0 none;*/
    box-shadow: none;
}
.input-group:not(.input-colorpicker) .input-group-addon {
    padding: 6px 5px 6px 8px;
}


.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.select2-container--bootstrap .select2-selection {
    font-size: 12px;
}

input, label {
    font-size: 12px;
}

.form-control { padding: 2px 4px;
                height: 28px;
                border: 1px solid #E5E5EB;
                border-radius: 2px;
                 color: #22313F;
                font-size: 12px;}

.checkbox-inline, .radio-inline {padding-left: 10px;}

/******* TABLES *****/

.bootstrap-table .table thead > tr > th {
    background-color: #EEEEEE;
}

.table-hover tr:hover td {
    background-color: rgba(250, 250, 250, 1);
}

.editable-click, a.editable-click, a.editable-click:hover {
    text-decoration: none;
    border-bottom: 1px dashed #B3B3B3;
    color: #333;
}

.editing-data-error {
    border-color: #A94442;
}

.editing-data-error:focus {
    border-color:#843534;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

/***** ADDRESSES *****/

.addresses-list li {
    background-color: #F5F5F5;
    color: #21313F;
}

.addresses-list li.active {
    background-color: #F5F5F5;
    color: #F2784B;
}

/***** FORM BOOKING - COURSE *****/

.form-control::-webkit-input-placeholder { color: #C8C8D5; font-style: italic; }
.form-control:-moz-placeholder {  color: #C8C8D5; font-style: italic; }
.form-control::-moz-placeholder {  color: #C8C8D5; font-style: italic;}
.form-control:-ms-input-placeholder {  color: #C8C8D5; font-style: italic;}

.form-group.comment { margin-left:0px; margin-right: 0px;}
.form-horizontal .control-label{ text-align: left;}
.title_form_h3{
    color: #F2784B;
    border-top:1px solid #F2784B;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    margin: 0px 0 5px 0;
    padding: 0;

}
.title_form_h3 abbr{ background-color: #FFF;}
.title_form_h3 abbr {
    padding: 2px 10px 2px 0;
    border-radius: 2px;
    position: relative;
    top: -5px;
    font-weight:bold;

}

label.title_info_h3{
    color: #F2784B;
    font-size: 12px;
    font-weight:bold;


}
.div_api{
    background-color: #FEF8F5;
    padding: 5px 0.5%;
    margin: 1%;
    width: 98%;
    height: 40px;
}
.group_input_api{margin-right:10px;}

.title_api{
    color:#F2784B;
    font-weight: bold;
    line-height: 25px;
    padding-left: 5px;
    width: 13%;
}
.group_company_input{margin-left: 13px;}


.fa-input {
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/***** FORM COLOR PICKER *****/
.colorpicker-element .input-group-addon i, .colorpicker-element .add-on i {
    height: 14px;
}
/***** FORM RIDE *****/
.rides-forms div.panel-heading {padding: 0px;}



.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {

    background-color: #22313F;
}
.rides-forms  div.panel-heading .nav-pills > li.active > a, .rides-forms  div.panel-heading .nav-pills > li.active > a:focus,
.rides-forms  div.panel-heading .nav-pills > li.active > a:hover {
    background-color: #22313F;
    color:#FFF;
}

.rides-forms  div.panel-heading .nav-pills > li > a {
    border-radius: 0px;
    color:#22313F;
    font-weight: bold;
}
.rides-forms  div.panel-heading .nav-pills > li > a {

    padding: 10px 10px;
}

.rides-forms  div.panel-heading .nav-pills > li > a > .badge {
    margin-left: 0px;
}
.badge-danger {
    background-color: #E51C23;

}
.badge-warning {
    background-color: #F2784B; font-family: "Arial, Helvetica, sans-serif", Arial, Helvetica, sans-serif;
}
.nav-pills > .active > a > .badge-danger {
    color: #FFF;
    background-color: #E51C23;

}
.badge-nb-ride {
position: absolute; top: 1px; right: 1px; font-size: 11px;}


/*-------Time Line----------*/
.mini-timeline {
    padding-left: 0px;
    list-style: outside none none;
    position: relative;
    margin: 0px;
}
.mini-timeline > li {
    position: relative;
}
.mini-timeline {
    list-style: outside none none;
}
.mini-timeline > li .timeline-icon {
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    width: 24px;
    height: 24px;
    background: #FFF none repeat scroll 0% 0%;
}
.mini-timeline-lime .timeline-icon {
    border: 2px solid #EEE !important;
}

.mini-timeline-lime .timeline-icon i{
    padding: 3px 5px;
}
.mini-timeline > li .timeline-body {
    margin: 0px 0px 10px 32px;
    padding: 0px;
    position: relative;
    background-color: #FFF;
}
.mini-timeline > li .timeline-body .timeline-content {

    font-size: 11px;
}
.mini-timeline > li .timeline-body .timeline-content span.time{color: #9E9E9E;}


.mini-timeline::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 0px;
    width: 2px;
    background: #EEE none repeat scroll 0% 0%;
    left: 12px;
}
.orange{
    color:#F2784B !important;
}

/*COmment*/

.commentList ul{

    margin:20px 0 0 0;
    padding: 0;
    bottom: 0px;
    width: 97%;

}
.commentListRoadmap ul
{
    margin:0px 0 0 0;
}
.commentList ul  li {
    margin: 0px 0px 10px 2px;
    padding: 0px 0px 5px 0px;
    position: relative;
    background-color: #FFF;
    font-size: 11px;
    border-bottom:1px solid #EEE;
    list-style: outside none none;
}
.badgeAllRide{
    background-color: #F5F5F5;
    color: #22313F;
    font-size: 10px;
    font-weight: 400;
}
.commentList ul > li span.time{color: #9E9E9E;}
.commentList ul  li  span.content{ font-size: 12px; margin-top: 3px;}

.contentComment{width:100%; clear:both; }

.progressList > .scrollbar-inner,.commentList > .scrollbar-inner {width: 100% !important;overflow: hidden !important;}
.scrollbar-inner{
    max-height: 120px;
}
.icheckbox_flat-red, .iradio_flat-red {
    margin: 0px 5px 0 0;
}
.bootstrap-switch {
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 64px !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    border-radius: 20px;
    -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff, #000000);
}
.bootstrap-switch.bootstrap-switch-mini {
    width: 32px !important;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 8px;
    line-height: 8px;
}
.bootstrap-switch.bootstrap-switch-small {
    width: 48px !important;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding-bottom: 3px;
    padding-top: 3px;
    font-size: 8px;
    line-height: 18px;
}
.bootstrap-switch.bootstrap-switch-large {
    width: 80px !important;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding-bottom: 9px;
    padding-top: 9px;
    font-size: 14px;
    line-height: 22px;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    -webkit-transition: margin-left 150ms;
    -o-transition: margin-left 150ms;
    transition: margin-left 150ms;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
    margin-left: 0%;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
    margin-left: -50%  !important;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
    background: #fafafa;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
    cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-focused {
    outline: 0;
}
.bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    position: relative;
    width: 150%  !important;
    top: 0;
    border-radius: 24px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 100%;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 12px;
    line-height: 24px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1;
    width: 50% !important;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: rgba(255, 255, 255, 0.8);
    background: #03a9f4;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    color: rgba(255, 255, 255, 0.8);
    background: #00bcd4;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    color: rgba(255, 255, 255, 0.8);
    background: #8bc34a;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    background: #ffc107;
    color: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    color: rgba(255, 255, 255, 0.8);
    background: #e51c23;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #9e9e9e;
    background: #e0e0e0;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
    padding-right: 12.499999999875%;
}
.bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    padding-left: 12.499999999875%;
}
.bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 100;
    position: absolute;
    border-radius: 50% !important;
    width: 33.333333333% !important;
    margin-left: -16.66666667%;
    margin-right: -16.66666667%;
    color: #616161;
    background: #fafafa;
    line-height: 24px;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.green{
    color:#8bc34a !important;
}
.red{
    color:#E51C23 !important;
}

.tab_green_ok{ background-color: rgba(92, 184, 92, 0.30); }
.tab_red_ok{ background-color: rgba(255, 0, 0, 0.30); }
.priceList .label {
    font-size: 100%;
    background-color: #B7C9D9;
}
.priceList .label .badge{
    background-color: #FFF;
    color:#21313F;
    font-size: 10px;
    padding: 3px 5px;
    margin-left: 5px;}
.itineraryColor a, .itineraryColor{ color:#FFF; }

.itineraryColor div{
    display: inline-block;
    font-size: 14px;
    padding: 2px;
    text-transform: uppercase;
    width: 50%; }

.form_add{ background-color: #FEF8F5;
    padding: 5px 0.5%;
   margin-bottom:35px;
    width: 100%;
    }

.info-tile {
    margin: 0px 0px 32px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 16px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    display: block;
}
.info-tile .tile-heading {
    text-align: left;
    color: #22313F;
    height: 16px;
    line-height: 16px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.info-tile .tile-body {
    text-align: right;
    color: #22313F;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    z-index: 1;
    min-height: 80px;
}
.info-tile .tile-footer {
    text-align: right;
    font-size: 12px;
    position: absolute;
    right: 12px;
    bottom: 8px;
}
.info-tile .tile-icon {
    position: absolute;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    left: -80px;
    bottom: -80px;
}
.info-tile .tile-icon i {
    font-size: 52px;
    position: absolute;
    left: 96px;
    top: 0;
    color:#F5F5F5;
}
.btn-m8{ margin-top: -8px;}

/**-------INVOICE------------**/
.status_invoice div{
    background-color: #F6A182;
    color: #FFF;
    float: left;
    font-size: 14px;
    margin: 0px 0 0 1px;
    padding: 8px 10px 3px 10px ;
    text-transform: uppercase;
    text-align: center;

}
.status_invoice div.inv_select{
    background-color: #F5F5F5;
    color: #22313F;}

.invoicePrice{
    color:#21313F;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;}

.invoicePrice div{  border-bottom: 1px solid #E5E5EB; padding: 10px 15px 10px 0; }

.status_open {
    background-color: #03A9F4;
}
.status_draft {
    background-color: #F5F5F5;
}
.status_paid {
    background-color: #8BC34A;
}
.bootstrap-table .table.invoice-course-table
{ margin-top: 20px;}

.bootstrap-table .table.invoice-course-table thead > tr > th{padding-bottom: 5px;padding-top: 5px;}

.balance{ margin-right: 20px;
    font-size: 120%;
    line-height: 2;}
.lineTabTotal{background-color: #22313F;}
.lineTabTotal td {color:#FFF; font-weight: bold;}

.fixed-table-footer table tr{background-color: #22313F;}
.fixed-table-footer table tr td {color:#FFF; font-weight: bold;}

@media (max-width: 1400px){
    .navbar-header{display:none; }
    .navbar-default .navbar-nav > li > a {
        font-size: 11px;
    }
}

.grid-worktime .hovered {
    
}

.grid-worktime .hovered td, .grid-worktime .hovered th {
    background: #ffd0bf;
}

.grid-users {
    color: #FEFEFE;
}
.noteInvoiceContractor{
    min-height: 170px;
}