
/* Left Column */
#navigation {
    background: #404040;
    color: #f79520;
}

#column-left {
    /*background: linear-gradient(#f79520, #cc1f26);*/
    background: linear-gradient(#fff, #ccc);
    /*background-color: #444;*/
}

#menu > li {
    /*border-bottom: 1px solid #f79520;*/
    border-bottom: 1px solid #514e4e;
}

#menu > li > a {
    color: #fff;
    /*color: #cc953c;*/
    background-color: #444;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 12px;
}

#menu > li.active > a {
    /*color: #fff;
    background: #cc1f26;*/
    color: #f79520;
    background: #5d5d5d;
}

#menu > li > a:hover {
    /*background: #cc1f26;*/
    /*color: #f79520;*/
    clor:  #fff;
    background: #5d5d5d;
}

#menu > li > ul {
    background: linear-gradient(#fff, #ccc);
}

#menu li li a {
    color: #404040;
}

#menu li li.active > a {
    color: #fff;
    background-color: #f79520;
    /*background-color: #7a7a7a;*/
}

#menu li li{
    /*border-bottom: 1px solid #f79520;*/
    border-bottom: 1px solid #f3f3f3;
}

#menu li li a:hover {
    background-color: #f79520;
    /*background-color: #7a7a7a;*/
}

/* Make sidebar hidden by default and content fullsize / toggle by click*/
#column-left + #content, #column-left + #content + #footer {
    position: relative;
    left: 0px;
}

#button-menu {
    line-height: 40px;
}

@media (min-width: 768px) {
    #button-menu {
        display: block;
    }
    #column-left {
        left: -235px;
    }
    #column-left + #content, #column-left + #content + #footer {
        left: 0px;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    #button-menu {
        line-height: 25px;
    }
}

/* Reduce margin on avatar */
#header #user-profile {
    margin-right: 0;
}

/* MISC */
.h-50vh {
    height: 50vh;
}

#content, footer {
    z-index: 1 !important;
    position: relative;
}

.d-none {
    display: none !important;
}

.fs-20 {
    font-size: 20px;
}

/* a */
a {
    color: #f79520;
}

a:hover, a:focus {
    color: #cc1f26;
}

/* Breadcrumb */
.breadcrumb > li:last-child a {
    color: #f79520;
}

/* Panel */
.panel-default {
    border: 1px solid #eee;
    border-top: 1px solid #eee;
}

.panel-default .panel-heading {
    color: #f79520;
    border-color: #eee;
    background: #404040;
}

.panel-title {
    font-size: 13px;
}

/* Table */
.table thead td {
    font-weight: normal;
}

/* Form */
label {
    font-weight: normal;
}

legend {
    font-weight: bold;
    font-size: 13px;
}

.form-group + .form-group, .form-group-x + .form-group-x  {
    border-top: 0px;
}

.form-group, .form-group-x {
    padding-top: 0;
}

/* customise display */
.page-header h1 { 
    display: none;
}

#mydatatable th {
    font-weight: normal;
    color: #f79520;
}

#mydatatable th:hover {
    color: #cc1f26;
}

#mydatatable {
    margin-bottom: 10px;
}

#mydatatable tfoot {
    /*display: none;*/
}

.dt-buttons {
    margin-bottom: 10px;
}

/*button.dt-button {
    padding: 3px 5px;
}

.paginate_button {
    padding: 1px 5px !important;
}
*/

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 0;
}

.pagination > li > a, .pagination > li > span {
    padding: 3px 5px;
}

.dt-buttons .btn {
    padding: 3px 5px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
    border-bottom: 1px solid transparent;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 10px;
    border-top: 1px solid #ddd;
}


@media (max-width: 768px) {
    .dataTables_wrapper {
        padding: 15px;
    }
}



/* Modal*/
.modal-body { 
    padding: 0;
}

.modal-body #content { 
    padding: 0;
}

.modal-body .container-fluid { 
    padding: 0;
}

.modal-body .panel-body { 
    padding: 0;
}

.modal-body .panel{ 
    margin: 0;
}

.modal-body .table{ 
    margin: 0;
}

.modal-body .panel-default {
    border: 0px;
    border-top: 0px;
}

.modal-body .panel-heading {
    border-bottom:0px;
}

.modal-body .badge {
    font-weight: normal;
}

.fade-flip {
  transform: rotateX(-90deg);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.fade-flip.in {
  opacity: 1;
  transform: rotateX(0deg);
}
.fade-flip .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) !important;
}

.table td.text {
    max-width: 100px;
}
.table td.text span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

/* CUSTOM BG */
.bg-custom-01 {
    background-color: #eef2f4;
}

.bg-custom-02 {
    background-color: #eaeaea;
}

.bg-custom-03 {
    background-color: #f2f0f0;
}

/* PADDING */
.pt-15 {
    padding-top: 15px !important;
}

/* CONTENT */
#content {
    padding-bottom: 15px;
}

/* FOOTER */
#footer {
    height: 50px;
    text-align: center;
}

/* SELECT2 */
.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

/* DATATABLE */
table.dataTable thead .sorting:after {
    opacity: 0;
}

/* CARDS */
.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
    /*background-image: url("/image/catalog/custom/bus.jpg");
    background-repeat: no-repeat;
    background-position: right top;*/

    background: #ffffff url("/image/catalog/custom/driver.jpg") no-repeat right bottom;

  }

  .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

  .card-counter.primary1{
    background-color: #007bff;
    color: #FFF;
  }

  .card-counter.danger1{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter.success1{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter.info1{
    background-color: #26c6da;
    color: #FFF;
  }  

/*****************/
  .card-counter.default {
  color: #fff;
  background-color: #666;
}

  .card-counter.primary {
  color: #fff;
  background-color: #1e91cf;
}

  .card-counter.success {
  color: #fff;
  background-color: #4cb64c;
}

  .card-counter.info {
  color: #fff;
  background-color: #54b7d3;
}

  .card-counter.warning {
  color: #fff;
  background-color: #f3a638;
}

  .card-counter.danger {
  color: #fff;
  background-color: #e3503e;
}
/*****************/

  .card-counter i{
    font-size: 5em;
    opacity: 0.7;
  }

  .card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
    display: none;
  }

  .card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 1;
    display: block;
    font-size: 18px;
  }

  .dashboard_card {
    color: #fff;
  }