a {
    color: #4d4c4c;
}

/* Loader css */
#loader_overlay{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #e8ecf1b3;
    z-index: 9999;
    display: none;
}
.spinner {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

/* Datatables */
button.dt-button, div.dt-button, a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    padding: 0.5em 0.5em;
    border: 0px;
    border-radius: 0px;
    cursor: pointer;
    font-size: 1.2em;
    color: #222d32;
    white-space: nowrap;
    overflow: hidden;
    background: none ;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    /* font-size: 16px; */
}
button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
    background: none;
    border: 0px;
}
div.dt-buttons {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-left: 14px;
}

/* Table buttons */
div.action-buttons {
    max-height: 27px;
    float: right;
    min-width: 120px;
}
div.action-buttons a {
    float: left;

}
.btn-edit-img {
    width: 30px;
    height: 30px;
    background: url(/images/icons/action_icons/edit.svg) no-repeat;
    background-size: 22px;
    float: left;
    margin: 5px;
    cursor: pointer;
}

.btn-edit-img:hover {
    background-size: 25px;
    /*
     background: url('/images/icons/action_icons/edit_hover.svg') no-repeat;
     */

}

.btn-delete-img {
    width: 30px;
    height: 30px;
    background: url(/images/icons/action_icons/delete.svg) no-repeat;
    background-size: 22px;
    float: left;
    margin: 5px;
    border: none;
    cursor: pointer;
}

.btn-delete-img:hover {
    /*
      background: url('/images/icons/action_icons/delete_hover.svg') no-repeat;
     */
    background-size: 25px;

}

.btn-add-img {
    width: 30px;
    height: 30px;
    background: url(/images/icons/action_icons/add.svg) no-repeat ;
    background-size: 22px;
    float: left;
    margin: 5px;
    border: none;
    cursor: pointer;
}

.btn-add-img:hover {

    background: url('/images/icons/action_icons/add_hover.svg') no-repeat;
    background-size: 25px;
}


.btn-finish-img {
    width: 30px;
    height: 30px;
    background: url(/images/icons/action_icons/finish.svg) no-repeat ;
    background-size: 22px;
    float: left;
    margin: 5px;
    border: none;
    cursor: pointer;
}

.btn-finish-img:hover {

    background: url('/images/icons/action_icons/finish_hover.svg') no-repeat;
}



.btn-view-img{
    width: 30px;
    height: 30px;
    background: url(/images/icons/action_icons/view.svg) no-repeat ;
    background-size: 22px;
    float: left;
    margin: 5px;
    border: none;
    cursor: pointer;
}
.btn-view-img:hover {

    /*
     background: url('/images/icons/action_icons/view_hover.svg') no-repeat;
      */
    background-size: 25px;
}

.btn-print-img {
    width: 30px;
    height: 30px;
    background: url(/images/icons/action_icons/print.svg) no-repeat ;
    background-size: 22px;
    float: left;
    margin: 0 5px;
    border: none;
    cursor: pointer;
}

.btn-print-img:hover {


    background-size: 25px;
}

a.add-new {
    float: right;
    line-height: 30px;
    margin-top: 8px;
    color: #4d4c4c;
    cursor: pointer;
}

.panel-default{
    -webkit-box-shadow: 0px -1px 13px 1px rgba(77,76,76,0.5);
    -moz-box-shadow: 0px -1px 13px 1px rgba(77,76,76,0.5);
    box-shadow: 0px -1px 13px 1px rgba(77,76,76,0.5);

    background-color: #fff;
    padding:  10px;
}
.panel-default>.panel-heading {
    color: #f57f17;
    background-color: #383c48;
    border-color: #f57f17;
}

/* Tables

   */

.dataTables_wrapper {

    border-bottom: 2px solid #f57f17;
}
.dataTables_length label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-style: italic !important;
    font-size: 14px;
    color: #b3b3b3;
    overflow: hidden;
    position: relative;
}
.dataTables_length label select {
    width: 60px !important;
    height: 25px !important;
    background: none !important;
    padding: 0 0 0 20px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    position: relative;
    z-index: 99;
    background: none;
    margin: 0 5px 0 7px;
    color: #b3b3b3;
    padding: 0 0 0 12px!important;
}
.dataTables_length,
.dataTables_filter {
    padding:  10px;
}
.dataTables_length label,
.dataTables_filter label {
    font-weight: normal;
}
.dataTables_filter label input {
    padding: 0;
    height: 25px;
    background: none !important;
    font-size: 16px;
    color: #b3b3b3 !important;
    width: 50%;
    float: left;
}
.dataTables_wrapper .dataTables_filter label input {
    border: 0;
    outline: none;
    border-left: 2px solid #f57f17;
    padding-left: 10px;
}
table.dataTable  {
    background: #fff;
    border: 0;
    border-collapse: collapse!important;
    border-spacing: 0;
}
table.dataTable thead {
    border-top: 1px solid;
}
table.dataTable thead th,
table.dataTable tbody td {
    border: 0!important;
    line-height: 27px!important;
}
.table>thead>tr>th {
    color: #4d4c4c!important;
    text-align: center;
}
table.dataTable  tbody tr {
    background-color: #f2f5f5!important;
    border-bottom:  10px solid #fff;
}
table.dataTable tbody tr:hover {
    /* color: #229620!important; */
    background-color: #f2e2d3 !important;
}
.btn-edit-img,
.btn-delete-img,
.btn-view-img,
.btn-skills-img {
    margin: 0 5px!important;
}
span.label-info,
.btn-info {
    background-color: #229620!important;
    border-color: #229620!important;
    font-weight: normal;
}
.dataTables_info {
    padding-top: 0!important;
    line-height: 35px;
    color: #999!important
}
.dataTables_paginate {
    line-height:  35px;
    padding-top:  0!important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.previous {
    margin-right: 10px!important;
    color: #999 !important;
    line-height: 35px!important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button {
    border-radius: 3px !important;
    min-width: 18px !important;
    /* width: 18px !important; */
    height: 18px !important;
    line-height: 18px !important;
    margin: 0;
    font-size: 14px !important;
    padding: 0 !important;
    box-shadow: none !important;
    color: #999999!important;
    border:  0 !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    background: #229620!important;
    color: #fff !important;
    border:  0 !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
    color: #fff!important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
    border:  0!important;
    background:  transparent;!important;
    color: #999999!important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    background-image: none!important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    color: #f57f17!important;
}
table.dataTable thead .sorting:after {
    content: "\e150";
}
table.dataTable thead .sorting_asc:after {
    content: "\e155";
}

.dataTables_wrapper .dataTables_paginate .paginate_button {

    padding: 0.1em 0.1em;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 1px 6px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f57f17;
    border-color: #f57f17;

}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #222d32;
    background: #fff;
}
table.dataTable td.select-checkbox:before {
    margin-top: 0!important;
}
span.select-item {
    color: #229620;
}
a.btn.btn-xs.btn-danger.js-delete-selected {


    margin-top: 6px!important;
    margin-left:  10px!important;
    border-radius:  0!important;
}
li.select2-selection__choice {
    color: #ffffff !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #383c48;
    border: 1px solid #ddd;
    border-bottom-color: #f57f17;
}
td.booked a {
    color: #ffffff;
}

span.customer-span {
    margin-right: 2px;
    /* background-color: #383c48; */
    /* color: #ffffff; */
}