body {
    font-family: 'Open Sans', sans-serif;
    background-color: #d9dfe0;
}

/* потом удалить */
.starter-template {
    margin: 0 auto;
    width: 600px;
}

.form-group input {
    border-radius: 0;
}
.header-panel {
    border-radius: 0;
    background-color: #535c69;
    -webkit-box-shadow: 0px 2px 10px 2px rgba( 0,0,0,0.3 );
    -moz-box-shadow: 0px 2px 10px 2px rgba( 0,0,0,0.3 );
    box-shadow: 0px 2px 10px 2px rgba( 0,0,0,0.3 );
}
.header-panel a {
    color: #fff;
    text-decoration: none;
}
.header-panel a:hover,
.header-panel .nav>li>a:hover,
.header-panel .nav .open>a, 
.header-panel .nav .open>a:focus, 
.header-panel .nav .open>a:hover {
    background-color: #78808b;
    text-decoration: none;
}


.navbar-brand,
.navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 21px;
}
.navbar-brand {
    height: auto;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}

.header-panel li.active > a {
    background-color: #879AB5;
}

.header-panel-profile,
.header-panel-buttons {
    position: relative;
    display: inline-block;
    float: right;
}

.header-panel-messages .last-messages-list-wrapper {
    display: none;
}

.header-panel-messages:hover .last-messages-list-wrapper {
    display: block;
}

.header-panel-buttons .link:hover, .order-remove-from-sheduler:hover {
    background-color: #78808b;
}

.header-panel-buttons .link {
    display: inline-block;
    padding: 21px 20px;
    font-size: 1.5rem;
}

.header-panel-buttons .link span {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.2rem;
}

.last-messages-list-wrapper {
    position: absolute;
    width: 270px;
    background-color: #394452;
}
.last-messages-list {
    margin: 0;
    padding: 0;
}
.last-messages-item {
    margin: 0;
    padding: 0;
    list-style: none;
}
.last-messages-item + .last-messages-item {
    border-top: 1px solid #95A3C3;
}
.last-messages-item-link {
    position: relative;
    display: block;
    padding: 10px 20px 10px 40px;
    font-size: 1.3rem;
}
.last-messages-item-link p {
    color: #fff;
}
.last-messages-item-link .author-wrapper {
    text-align: right;
}

.last-messages-item-link::before {
    content: '';
    position: absolute;
    display: block;
    top: 15px;
    left: 15px;
    font-family: 'Glyphicons Halflings';
}

.last-messages-item-link.remind-message::before, .inbox_inner .remind-message::before {
    content: "\e086";
}

.last-messages-item-link.manager-message::before, .inbox_inner .manager-message::before {
    content: "\270f";
}

.last-messages-item-link.neworder-message::before, .inbox_inner .neworder-message::before {
    content: "\e006";
}

.last-messages-item-link.technician-message::before, .inbox_inner .technician-message::before {
    content: "\e136";
}




.header-panel-profile .username,
.header-panel-profile .avatar {
    display: inline-block;
}

.header-panel-profile .username {
    padding-right: 10px;
    color: #fff;
    font-size: 1.8rem;
}

.header-panel-profile .avatar img {
    border: 1px solid #888282;
}

.user-profile-link {
    display: block;
    padding: 11px 20px 10px 20px;
    text-decoration: none;
}


.main-content-block {
    padding-top: 80px;
    /* padding-top: 100px; */
}


.content-box-wrapper {
    padding: 10px;
}

.content-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba( 50, 50, 50, 0.75 );
    -moz-box-shadow:    0px 3px 5px 0px rgba( 50, 50, 50, 0.75 );
    box-shadow:         0px 3px 5px 0px rgba( 50, 50, 50, 0.75 );
}

#schedules-sidebar {
    position: fixed;
    top: 80px;
    bottom: 10px;
    width: inherit;
}
#schedules-sidebar .content-box {
    height: 100%;
    max-height: 100%;
}


.orders-list-wrapper {
    height: inherit;
}
.orders-list-block {
    position: relative;
    padding: 5px;
    height: inherit;
}
.orders-list-block h2 {
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    font-size: 2rem;
    text-align: left;
}
.orders-list-block .block-settings {
    position: absolute;
    top: 15px;
    right: 15px;
}
.block-settings {
    border-radius: 0;
}

.orders-list-container-wrapper {
    padding-top: 60px;
    height: inherit;
}
.orders-list-container {
    overflow-y: scroll;
    height: inherit;
}

.orders-list {
    margin: 0;
    padding: 2px 0;
}

.orders-list-container li {
    list-style: none;
}

.order-small-item-wrapper {
    padding: 0 10px;
}
.order-small-item-wrapper + .order-small-item-wrapper {
    padding-top: 15px;
}

.scheduler-user-timeline-item .order-small-item-wrapper {
    padding: 0;
}
.scheduler-user-timeline-item .order-small-item-wrapper + .order-small-item-wrapper {
    padding-top: 0;
}

.order-small-item {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1px 0px rgba( 50, 50, 50, 0.3 );
    -moz-box-shadow:    0px 1px 1px 0px rgba( 50, 50, 50, 0.3 );
    box-shadow:         0px 1px 1px 0px rgba( 50, 50, 50, 0.3 );
    cursor: pointer;
}
.order-small-item:hover {
    top: -2px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba( 50, 50, 50, 0.7 );
    -moz-box-shadow:    0px 1px 1px 0px rgba( 50, 50, 50, 0.7 );
    box-shadow:         0px 1px 1px 0px rgba( 50, 50, 50, 0.7 );
}
.order-small-item.order-selected {
    /* margin-top: -4px; */
    outline-offset: -2px;
    /* border: 2px solid rgba(25, 2, 251, 0.7); */
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.7), 0px 1px 2px 3px rgba(25, 2, 251, 0.7);
    b-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.7), 0px 1px 2px 3px rgba(25, 2, 251, 0.7);
    moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.7), 0px 1px 2px 3px rgba(25, 2, 251, 0.7);
    z-index: 1;
    /*     -webkit-box-shadow: 0px 1px 1px 0px rgba( 50, 50, 50, 0.7 );
        -moz-box-shadow:    0px 1px 1px 0px rgba( 50, 50, 50, 0.7 );
        box-shadow:         0px 1px 1px 0px rgba( 50, 50, 50, 0.7 );*/
} 

.order-small-item .order-status {
    padding: 5px;
    font-weight: 600;
    text-align: center;
}
.scheduler-user-timeline-item  .order-small-item .order-status {
    padding: 2px 5px;
}
.scheduler-user-timeline-item .order-small-item .order-redact {
    padding: 2px 5px;
}
.order-small-item .order-info {
    padding: 5px;
    white-space: normal;
}
.scheduler-user-timeline-item .order-small-item .order-info {
    padding: 2px 5px;
    font-size: 1.1rem;
    text-align: left;
}
.order-small-item .order-redact {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 8px;
    color: #fff;
}
.order-small-item .order-redact:hover {
    background-color: rgba( 0, 0, 0, .3 );
}

.scheduler-user-timeline-item .order-small-item .order-status {
    padding: 1px 5px;
    font-size: 1.1rem;
}
.scheduler-user-timeline-item .order-small-item .order-redact {
    padding: 1px 5px;
    font-size: 1.1rem;
}

.scheduler-user-timeline-item .order-small-item-wrapper + .order-small-item-wrapper {
    margin-top: 3px;
}
.scheduler-user-timeline-item .order-small-item-wrapper:hover {
    position: relative;
    height: 37px;
}
.scheduler-user-timeline-item .order-small-item-wrapper:hover .order-small-item {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.scheduler-user-timeline-item .order-small-item.disabled {
    height: 37px;
    background-color: #535c69;
    cursor: not-allowed;
}
.scheduler-user-timeline-item .order-small-item.disabled:hover {
    top: 0;
}

.scheduler-user-timeline-item .order-small-item .order-info .order-info-data {
    display: none;
}
.scheduler-user-timeline-item .order-small-item .order-info .order-info-data:first-child {
    display: inline-block;
}
.scheduler-user-timeline-item .order-small-item .order-info .order-info-data:last-child {
    display: inline-block;
}

.scheduler-user-timeline-item .order-small-item:hover .order-info .order-info-data {
    display: block;
}


/* order statuses */
.order-status-new .order-status {
    color: #fff;
    background-color: #00A503;
}
.order-status-recall .order-status {
    color: #fff;
    background-color: #C70000;
}
.order-status-completion .order-status {
    background-color: #D4C100;
}

.order-technician-helper .order-status {
    background-color: #003AA5;
}


.scheduler-date-block {
    font-size: 2rem;
    text-align: center;
}
.scheduler-date-block hr {
    margin: 15px 0 0 0;
}

.scheduler-timeline-wrapper {

}
.scheduler-timeline-block {
    padding: 10px;
}
.scheduler-timeline {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}
.scheduler-timeline li {
    list-style: none;
}
.scheduler-timeline-item-wrapper {
    display: table-row;
}

.scheduler-timeline-item {
    display: table-cell;
    height: 160px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.scheduler-timeline-item-wrapper:first-child .scheduler-timeline-item {
    height: 25px;
}

.scheduler-user-timeline-wrapper {
    position: relative;
    margin: 0 20px 20px 0;
    height: inherit;
    overflow-x: auto;
}
.scheduler-user-timeline-block {
    padding: 10px;
    white-space: nowrap;
}
.scheduler-user-timeline-column {
    display: inline-block;
    width: 149px;
    vertical-align: top;
}
.scheduler-user-timeline {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}
.scheduler-user-timeline li {
    list-style: none;
}

.scheduler-user-timeline-item-wrapper {
    display: table-row;
}

.scheduler-user-timeline-item {
    display: table-cell;
    height: 160px;
    vertical-align: top;
    text-align: center;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
.scheduler-user-timeline-item-wrapper:first-child .scheduler-user-timeline-item {
    height: 25px;
}

.scheduler-user-timeline-item.user-name {
    font-size: 1.5rem;
    text-align: center;
}

.modal-body .order-info-block {
    padding: 0 10px;
}
.modal-order-info .order-info-content {
    padding: 10px 0;
}


.comment-item + .comment-item {
    padding-top: 15px;
}
.comment {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.comment-info {
    padding: 5px 15px;
    text-align: right;
    border: 1px solid #e1e1e8;
    border-radius: 0 0 4px 4px;
    background-color: #f7f7f9;
}

#order-info-container {
    display: none;
}
.order-info-block {
    padding: 20px;
}
.order-info-block h1 {
    margin-top: 0;
    font-size: 16px;
}

.work-order-client-address-apt .form-control {
    padding: 0 2px;
    height: 18px;
}



.order-status.order-status-recall {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    border-radius: 5px;
    background-color: #C70000;
}


.small-info-conteiner {
    margin: 0 auto;
    width: 400px;

}
.small-info-conteiner .content-box {
    padding: 20px;
}

.header-panel-search-form {
    margin: 0 20px;
    float: right;
    width: 30%;
    border-left: 1px solid #838b94;
    border-right: 1px solid #838b94;
}
.header-panel-search-form .form-group {
    display: block;
}
.header-panel-search-form #header-search-field {
    padding: 6px 20px;
    width: 100%;
    height: 63px;
    color: #fff;
    border: 0;
    border-radius: 0;
    background-color: transparent;

    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}
.header-panel-search-form #header-search-field::-webkit-input-placeholder { color: #fff; }
.header-panel-search-form #header-search-field::-moz-placeholder { color: #fff; }
.header-panel-search-form #header-search-field:-moz-placeholder { color: #fff; }
.header-panel-search-form #header-search-field:-ms-input-placeholder { color: #fff; }

/*.header-panel-search-form #header-search-field:focus {
    color: #555;
    background-color: #fff;
}*/

.header-panel-search-form .form-group {
    position: relative;
}
.header-panel-search-form .form-group button {
    position: absolute;
    top: 0;
    right: 10px;
    height: 63px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.header-panel-search-form .form-group button span {
    color: #fff;
    font-size: 2rem;
}

.header-panel-search-form #header-search-field + button {
    opacity: 1;
}

/*
.header-panel-search-form #header-search-field:focus + button {
    opacity: 1;
    color: #555;
}
*/
.btn-block {
    border-radius: 0;
}

.navbar-nav>li>.header-panel-menu-button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
}

.messages-container {
    display: none;
    padding: 10px;
}

.messages-container > div {
    margin-bottom: 0;
}

.messages-container > div + div {
    margin-top: 20px;
}

.input-group-addon,
.btn {
    border-radius: 0;
}

.order-info-block {
    position: relative;
}
.orders-notes-in-top {
    position: absolute;
    width: 250px;
    top: -15px;
    right: 15px;
}
.orders-notes-in-top textarea {
    width: 240px;
    float: left;
    border-radius: 0;
}

.form-group-label {
    text-align: right;
}
.order-info-content .form-data-group {
    padding-top: 7px;
}

.input-group.tiny-input-group {
    padding-top: 8px;
    width: 80px;
}

.input-group.tiny-input-group input {
    padding: 0 2px;
    height: 20px;
}
.input-group.tiny-input-group .input-group-addon {
    padding: 1px 3px;
    font-size: 10px;
    vertical-align: top;
}

.input-group.small-input-group {
    width: 300px;
}
.input-group.small-input-group > input {
    width: 220px;
    float: left;
}

.btn-large-width {
    padding: 6px 30px;
}

.info-group .form-group {
    margin-bottom: 0;
}


.extended-table {
    padding: 0 15px;
}

.extended-table-row:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

.extended-table-row.title-row:hover {
    cursor: default;
    background-color: #fff;
}

.extended-table-row:hover .appliance-parts {
    cursor: pointer;
    background-color: #fff;
}
.extended-table-row + .extended-table-row {
    border-top: 1px solid #DDDDDD;
}

.extended-table-row .column-title,
.extended-table-row .cell-data {
    padding: 8px;
    text-align: left;
}

.appliance-parts {
    display: none;
}

.appliance-parts .extended-table-row .cell-data {
    padding: 12px 8px;
}

.extended-table-row.title-row {
    border-bottom: 2px solid #DDDDDD;
}

.extended-table-row .column-title {
    font-weight: bold;
}

.data-managed-list {
    list-style: none;
    padding-left: 0;
}

.data-managed-list li {
    /*display: inline-block;*/
    padding-bottom: 5px;
    padding-right: 5px;
}
.data-managed-list li span {
    padding-right: 0px;
}

.work-order-data-helpers-list,
.client-phone-list {
    margin-bottom: 0;
}

.work-order-client-phone .form-control {
    padding: 0 2px;
    height: 18px;
}

.work-order-client-phone button {
    padding: 1px 3px;
    font-size: 10px;
    vertical-align: top;
}

.work-order-helpers-wrapper button {
    padding: 3px;
    font-size: 11px;
    vertical-align: top;
}

.client-phone-list button {
    padding: 1px 3px;
    font-size: 10px;
}

#order-notes .comment-wrapper {
    padding: 10px;
    max-height: 300px;
    overflow-y: auto;
}

.sheduler-options-panel {
    padding: 20px;
    border-bottom: 2px solid #DDD;;
}

.create-tecnician-dispatched .scheduler-user-timeline-item.dispatched-list {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    cursor: pointer;
}
.create-tecnician-dispatched .scheduler-user-timeline-item.dispatched-list:hover {
    background-color: #F9F9F9;
}

.create-tecnician-dispatched .scheduler-user-timeline-item.dispatched-list.disabled {
    border-color: transparent;
    background-color: #535c69;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
}

.add-comment-wrapper {
    padding: 20px 0;
}
.add-comment-wrapper p {
    padding-top: 10px;
}


.orders-block-list-wrapper {
    padding: 20px 0;
    text-align: center;
}
.order-block-item-wrapper {
    display: inline-block;
    width: 300px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
}

.order-block-item {
    position: relative;
    display: block;
    background: #fff;
}

.order-block-item .order-info {
    padding: 20px;
}

.order-block-item .order-status {
    padding: 3px 0;
    text-align: center;
    font-size: 2rem;
}
.order-block-item:hover {
    top: -2px;
    text-decoration: none;
    background: #F9F9F9;
}


.block-list-pagination-wrapper {
    text-align: center;
}


.right-position {
    float: right;
}
.all-statuses {
    color: black !important;
    border-color: white;
    background-color: white;
} 
.left-position {
    float: left;
    padding-top: 10px;
}
.left-position a{
    color: white;
    opacity: 0.7;    
}
.left-position a:hover{ 
    color: white;   
    opacity: 1;    
}
.editing-order .form-control,
.parts-editing .form-control {
    padding: 0 2px;
    height: 18px;
    border-radius: 0;
}
.editing-order textarea.form-control {
    height: 80px;
}

.template-row {
    display: none;
}

.content-box-padding {
    padding: 20px;
}

#loading-indicator-wrapper {
    display: none;
    position: fixed;
    right: -20px;
    bottom: -70px;
    height: 200px;
    padding-top: 65px;
    background: #fff;
    border-left: 5px solid #535C69;
    outline: 1px solid #535C69;
    transform: rotate(45deg);
    box-sizing: border-box;

    -webkit-animation-name: pulsate;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite
}
#loading-indicator-wrapper img {
    width: 80px;
}


.external-order-parts-row {
    display: none;
}
.external-order-row {
    cursor: pointer;
}

.external-order-parts-table .external-order-parts-row {
    display: block;
}
.external-order-parts-table .external-order-parts-row.template-row {
    display: none;
}

.sheduler-by-day .sheduler-select-techinician-wrapper {
    display: none;
}

@-webkit-keyframes pulsate {
    0% { outline-width: 0px; }
    10% { outline-width: 1px; }
    20% { outline-width: 2px; }
    30% { outline-width: 3px; }
    40% { outline-width: 4px; } 
    50% { outline-width: 5px; }
    60% { outline-width: 4px; }
    70% { outline-width: 3px; }
    80% { outline-width: 2px; }
    90% { outline-width: 1px; }
    100% { outline-width: 0px; }
 }

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba( 0,0,0,0.3 );
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba( 122, 127, 134, 0.8 ); 
    -webkit-box-shadow: inset 0 0 6px rgba( 0,0,0,0.5 ); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba( 122, 127, 134, 0.4 ); 
}




.btn.parts_manager_filter_btn {
    background-color: rgb(154, 46, 201);
    border-color: rgb(154, 46, 201);
    opacity: 0.8;
}

.btn.technician_filter_btn {
    background-color: #31B0D5;
    border-color: #31B0D5;
    opacity: 0.8;
}

.btn.manager_filter_btn {
    background-color: #D4C100;
    border-color: #D4C100;
    opacity: 0.8;
}

.btn.admin_filter_btn {
    background-color: #00A503;
    border-color: #00A503;
    opacity: 0.8;
}

.btn.superadmin_filter_btn {
    background-color: #C70000;
    border-color: #C70000;
    opacity: 0.8;
}

.btn.parts_manager_filter_btn:hover {
    background-color: rgb(154, 46, 201);
    border-color: rgb(154, 46, 201);
    opacity: 1;
}

.btn.technician_filter_btn:hover {
    background-color: #31B0D5;
    border-color: #31B0D5;
    opacity: 1;
}

.btn.manager_filter_btn:hover {
    background-color: #D4C100;
    border-color: #D4C100;
    opacity: 1;
}

.btn.admin_filter_btn:hover {
    background-color: #00A503;
    border-color: #00A503;
    opacity: 1;
}

.btn.superadmin_filter_btn:hover {
    background-color: #C70000;
    border-color: #C70000;
    opacity: 1;
}

.header-panel-profile .logout-link {
    display: none;
    position: absolute;
    width: 150px;
    background-color: #394452;
}

.header-panel-profile .logout-link ul {
    padding: 5px 0 5px 10px;
    margin: 0;
}
.header-panel-profile .logout-link ul li {
    list-style-type: none;
}

.header-panel-profile:hover .logout-link {
    display: block;
}
.section-list {
    color: rgb(51, 51, 51);
    font-size: 20px;
    text-decoration: underline;
}
.notify {
    width: 48px;
}

.notify-show {
    display: block;
}
.notify-hide {
    display: none;
}
.parts-form .control-label {
    padding-top: 0;
}
.parts-form .form-group {
    margin-top: 5px;
}
.file-upload-button {
    padding: 10px 0;
}
/* .file-output {
    margin-left: 50px;
} */
.file-output img{
    width: 60%;
}
.delete-invoice-image .glyphicon-trash {
    cursor: pointer;
}
.shedule-order-appliance-fields {
    padding-bottom: 10px;
}
.add-appliance {

}
.parts-fields {
    padding-bottom: 10px;
}
.external-order-row {
    display: none;
}
.part-info-row {
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.part-info-row-title {    
    font-weight: bold;
}

/* fix 0 height for parts mrow */

.row-no-float
{
    float: none;
}
.content-order-info {
        box-shadow:none;
}
.order-cell {
    width: 25%;
}
.orders-print {
    padding: 20px;
}
.button-print {
    width: 100px;    
    }   
.order-events-history {
    padding: 10px 0;
    overflow-y:auto;
    max-height:300px;
}

.appliance_group {
    border-bottom: 2px solid #ededed;
}

.appliance_group h5 {
    font-weight: bold;
}

.appliance_model {
    padding-left: 15px;
}

.work-order-insurance {
    min-width: 190px;
}

.year-section {
    padding: 10px 10px 25px 35px;
}

.month-section {
    padding: 0 10px 25px 35px;
}

.current-date {
    padding-bottom: 10px;
    padding-left: 30px;
}

.current-date h3 {
    margin-top: 5px;
}

.charts-wrapper {
    padding: 20px;
    background-color: #fff;
    min-height: 640px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

.scheduler-current-date {
    display: inline-block;
    vertical-align: middle;
}
.scheduler-current-date-day-of-week {
    display: block;
    font-size: 10px;
}


/*//// INDIVIDUAL TECHNICIAN PAGE ////*/
/*.technician-schedule-page #schedule-row {}
.technician-schedule-page #timeline-label-col {}
.technician-schedule-page #timeline-block-col {}*/




/*//// RESPONSIVE STYLE FOR TABLET ////*/
/*// LARGE TABLET //*/
@media only screen and (max-width: 1024px) {

        /*/ MAIN BLOCK - ALL PAGES /*/
        .main-content-block { padding-top: 80px; }


        /*/ SCHEDULES PAGE /*/
        #schedules-sidebar-container { display: inline-block; width: 275px; float: initial; }
        #schedules-sidebar { top: 80px; }
        #schedules-wrapper { display: inline-block; width: calc( 99% - 275px ); float: initial; margin: 0; }

        #timeline-column { width: 33%; }
        #data-column { width: 66%; padding: 0; padding-right: 15px; }
        #data-column .scheduler-user-timeline-block { padding-right: 0; padding-left: 0; }
        .scheduler-user-timeline-block .scheduler-user-timeline-column { width: 50%; /*border: 1px solid red;*/ }

        .scheduler-timeline-item,
        .scheduler-user-timeline-item { height: 260px; text-align: right; /*border: 1px solid red;*/  }
        .scheduler-user-timeline-item .order-small-item,
        .scheduler-user-timeline-item .order-small-item.disabled,
        .scheduler-user-timeline-item .order-small-item-wrapper:hover .order-small-item.disabled,
        .scheduler-user-timeline-item .order-small-item-wrapper:hover { width: 100%; height: 60px !important; }
        /*/ NAME /*/
        .scheduler-user-timeline-item-wrapper:first-child .scheduler-user-timeline-item { height: 32px; width: 100% !important; font-size: 16px; font-weight: bold; }
        /*/ EVENT TITLE /*/
        .scheduler-user-timeline-item .order-small-item .order-status { position: relative; padding: 8px 5px; font-size: 14px; }
        .order-status-title { color: #fff!important; font-size: 14px; text-transform: uppercase; }
        /*/ EVENT DATA /*/
        .scheduler-user-timeline-item .order-small-item .order-info { font-size: 14px; }
        /*/ CLOSE ICON /*/
        .scheduler-user-timeline-item .order-small-item .order-status .order-remove-from-sheduler { float: initial; position: absolute; z-index: 1000; top: 8px; right: 6px; }
        .order-remove-from-sheduler .glyphicon { font-size: 16px; }

        /*/ INDIVIDUAL TECHNICIAN PAGE /*/
        .technician-schedule-page .main-content-block { padding-top: 80px; }
        .technician-schedule-page #schedule-row {}
        .technician-schedule-page #timeline-label-col { width: 15%; margin-right: 5%; /*border-right: red 1px solid;*/ }
        .technician-schedule-page #timeline-block-col { width: 75%; border-left: #e3e3e3 1px solid; border-right: #e3e3e3 1px solid; box-shadow: inset 0px -20px 10px -4px rgb(0 0 0 / 40%); }
        .technician-schedule-page .scheduler-user-timeline-block { width: 35%; padding: 10px; white-space: nowrap; }

}
/*// SMALL TABLET //*/
@media only screen and (max-width: 850px) {

        /*/ FONT - ALL PAGES /*/
        h1, .h1 { font-weight: bold; }



        /*/ MAIN BLOCK - ALL PAGES /*/
        .main-content-block { padding-top: 140px; }



        /*/ SCHEDULES PAGE /*/
        #schedules-sidebar-container { display: inline-block; width: 275px; float: initial; }
        #schedules-sidebar { top: 140px; }
        #schedules-wrapper { display: inline-block; width: calc( 99% - 275px ); float: initial; margin: 0; }

        #timeline-column { width: 33%; }
        #data-column { width: 66%; padding: 0; padding-right: 15px; }
        #data-column .scheduler-user-timeline-block { padding-right: 0; padding-left: 0; }
        .scheduler-user-timeline-block .scheduler-user-timeline-column { width: 100%; /*border: 1px solid red;*/ }

        .scheduler-timeline-item,
        .scheduler-user-timeline-item { height: 260px; /*border: 1px solid red;*/  }
        .scheduler-user-timeline-item .order-small-item,
        .scheduler-user-timeline-item .order-small-item.disabled,
        .scheduler-user-timeline-item .order-small-item-wrapper:hover .order-small-item.disabled,
        .scheduler-user-timeline-item .order-small-item-wrapper:hover { width: 100%; height: 60px !important; }
        /*/ NAME /*/
        .scheduler-user-timeline-item-wrapper:first-child .scheduler-user-timeline-item { height: 32px; width: 100% !important; font-size: 16px; font-weight: bold; }
        /*/ EVENT TITLE /*/
        .scheduler-user-timeline-item .order-small-item .order-status { position: relative; padding: 8px 5px; font-size: 14px; }
        .order-status-title { color: #fff!important; font-size: 14px; text-transform: uppercase; }
        /*/ EVENT DATA /*/
        .scheduler-user-timeline-item .order-small-item .order-info { font-size: 14px; }
        /*/ CLOSE ICON /*/
        .scheduler-user-timeline-item .order-small-item .order-status .order-remove-from-sheduler { float: initial; position: absolute; z-index: 1000; top: 8px; right: 6px; }
        .order-remove-from-sheduler .glyphicon { font-size: 16px; }
        /*/ MARGIN /*/
        .scheduler-user-timeline-item .order-small-item-wrapper + .order-small-item-wrapper { margin-top: 5px; }



        /*/ BILLING PAGE - ORDER ITEM /*/
        .order-block-item-wrapper { width: calc(50% - 20px); }



        /*/ USERS PAGE - FIX NAVIGATION /*/
        .button-panel .right-position { float: initial; margin-top: 10px; }



        /*/ CREATE USER - FORM LABELS /*/
        .form-group-label { text-align: left; }



        /* MESSAGES PAGE */
        #inbox_box { padding-top: 80px; }



        /* STATISTICS PAGE */
        .charts-wrapper {padding-top: 80px; }

}

#break-overlay button {
    background: #f44336;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#break-overlay button:hover {
    background: #d32f2f;
}