﻿/*html {
background: url('../images/mybg.png') #F1F1F1 !important;
}

body {
background: url('../images/mybg.png') #F1F1F1 !important;
}*/

/*
* Header login info
*/
.header-login-info
{
}

.header-login-info img
{
    width: 24px;
    height: auto;
    margin-top: -3px;
    margin-left: 0px;
    /*border-left: 3px solid #FFF;*/
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.header-login-info span
{
    margin-top: -4px;
    vertical-align: middle;
    padding-left: 6px;
    text-transform: capitalize;
    /*color: #5F5F5F;*/
    text-decoration: none;
    font-size: 13px !important;
    display: inline-block !important;
}

/*.header-login-info span:hover {
color: #8a8a8a;
}*/

.header-login-info i
{
    padding-left: 6px;
    padding-right: 6px;
    display: inline-block !important;
}

.header-login-info img.online
{
    border-left-color: #00A300 !important;
}

.header-login-info img.busy
{
    border-left-color: #A90329 !important;
}

.header-login-info img.offline
{
    border-left-color: #ddd !important;
}

.header-login-info img.away
{
    border-left-color: #ffc40d !important;
}

/*
* Search menu
*/
.search-menu
{
    margin: 10px !important;
    text-align: center;
    width: auto;
    line-height: normal;
    min-height: 18px;
}

.search-menu input
{
    border-left-width: 0px;
    background: #414040;
    border: 1px solid #313131;
    color: #FFF;
    border-radius: 50px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* margin: 4px; */ /* padding-bottom: 10px; */
    width: 100%; /* margin-left: -10px; */ /* padding-left: 0px; */ /* padding-right: 0px; */ /* align-content: center; */ /* margin-top: -8px; */
}

.minified .search-menu input
{
    visibility: hidden;
    display: none;
}

/* END Search menu*/

/*
* Login page
*/
/*body {
color: #222;
padding: 0;
background: #f1f1f1 !important;
font-family: Open Sans,Arial,Helvetica,Sans-Serif;
}*/

.login_page
{
    background: url('../images/mybg.png') #F1F1F1 !important;
    padding-top: 40px;
}

.login_page .login_box
{
    width: 390px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    /*box-shadow: -31px 32px 53px rgba(0, 0, 0, 0.2);*/
}

.login_page header
{
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    font: 100 18px/42px 'PT Sans', sans-serif;
    height: 42px;
    padding: 0 20px;
    background: #e0e0e0;
    border-bottom: 1px solid #ccc;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    font-size: 15px;
}

.login_page .cnt_b
{
    padding: 30px 0;
    width: 66%;
    margin: 0 auto;
}

.login_page form
{
    margin-bottom: 0;
}

.login_page .btm_b
{
    padding: 12px 20px;
    border-top: 1px solid #e7e7e7;
    background: #f7f7f7;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

.login_page .links_b
{
    font-size: 11px;
    text-align: center;
}

.login_page .link_reg
{
    font-size: 11px;
    padding: 5px 0 0;
    display: block;
}

.login_page .alert-login
{
    margin: 10px 10px 0;
}

.login_page section
{
    margin-bottom: 10px;
}

.login_page .user_image_section
{
    float: left;
}

.login_page .credentials_section
{
    float: right;
    width: 238px;
}

.login_page .user_image
{
    border: 2px solid #ccc;
    width: 100px;
    height: 100px;
    margin-left: 2px;
}

.login_page .no_user
{
    opacity: .1;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 7em;
}

.login_page .logo_company
{
    text-align: center;
    padding-bottom: 20px;
}

@media (max-width: 767px)
{

    .login_page .content_b
    {
        margin: 0 20px;
    }
}

@media (max-width: 479px)
{
    .login_page
    {
        text-align: center;
        padding-top: 0px;
    }

    .login_page .login_box
    {
        width: 100%;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    }

    .login_page .cnt_b
    {
        padding: 20px 0;
        width: 68%;
        margin: 0 auto;
    }

    .login_page .user_image_section
    {
        float: none;
    }

    .login_page .credentials_section
    {
        float: none;
        width: 100%;
    }

    .login_page .logo_company
    {
        padding-bottom: 0px;
        display: none;
    }
}

/* END Login page */



/*Smart admin thems FIXES - Start*/


.smart-style-3 input:focus, .smart-style-3 select:focus, .smart-style-3 textarea:focus
{
    -webkit-box-shadow: 0 0 6px 0 rgba(93, 156, 206, 0.48) !important;
    -moz-box-shadow: 0 0 6px 0 rgba(93, 156, 206, 0.48) !important;
    box-shadow: 0 0 6px 0 rgba(93, 156, 206, 0.48) !important;
    border-color: #5d9cce !important;
    border-width: 1px !important;
}

.smart-style-3 input:not([type]),
.smart-style-3 input[type="color"],
.smart-style-3 input[type="email"],
.smart-style-3 input[type="number"],
.smart-style-3 input[type="password"],
.smart-style-3 input[type="tel"],
.smart-style-3 input[type="url"],
.smart-style-3 input[type="text"],
.smart-style-3 textarea
{
    border-top-color: #BDBDBD;
    border-left-color: #BDBDBD;
    border-bottom-color: #BDBDBD;
    border-right-color: #BDBDBD;
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.00);
    -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.00);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.00);
}

.smart-style-3 input:disabled, .smart-style-3 select:disabled, .smart-style-3 textarea:disabled
{
    border-color: #BDBDBD!important;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    background-color: #F5F5F5;
}

.smart-style-3 input:hover:disabled, .smart-style-3 select:hover:disabled, .smart-style-3 textarea:hover:disabled
{
    border-color: #b1b1b1!important;
}

.smart-style-3 .checkbox
{
    padding: 8px 10px;
}

/*.smart-form .row.state-error{
margin-right: -13px;
margin-left: -13px;
}*/


/*Smart admin thems FIXES - End*/

/*.state-error label > input:focus, .state-error select:focus, .state-error textarea:focus {
-webkit-box-shadow: 0 0 6px #d59392 !important;
-moz-box-shadow: 0 0 6px #d59392 !important;
box-shadow: 0 0 6px #d59392 !important;
border-color: #953b39 !important;
border-width: 10px !important;
}*/
.state-error :not(.k-grid).state-error input:focus, .state-error select:focus, .state-error textarea:focus
{
    -webkit-box-shadow: 0 0 6px #d59392 !important;
    -moz-box-shadow: 0 0 6px #d59392 !important;
    box-shadow: 0 0 6px #d59392 !important;
    border-color: #953b39 !important;
    border-width: 1px !important;
}

.state-error :not(.k-grid).state-error label.error
{
    display: block;
    margin-top: 6px;
    padding: 0 1px;
}

.state-error :not(.k-grid), .state-error *, .state-error :after, .state-error :before
{
    line-height: 15px;
    font-style: normal !important;
    color: #b94a48 !important;
    border-color: #b94a48 !important;
    background-color: #ffffff !important;
}

.state-error :not(.k-grid).state-error .help-block
{
    font-size: 11px;
    margin-top: 4px;
}

.state-error .k-icon {
    margin-top: 7px !important;
}

.state-error .icon-append {
        line-height: 22px;
}        

.tooltip-inner
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#logo
{
    height: 38px !important;
    margin: 6px !important;
}

#logo img
{
    width: auto !important;
    height: 100% !important;
}

@media (min-width: 768px)
{
    .form-horizontal .control-label
    {
        text-align: left;
    }
}

#ribbon .breadcrumb a
{
    text-decoration: underline !Important;
}

.k-grid
{
    overflow-x: auto;
}

.application_name
{
    font-size: 38px;
}

/*Bootstrap 3 FIX*/
.row
{
    margin-right: -13px;
    margin-left: -13px;
}

/*Box widget fix*/
.jarviswidget > header > h2
{
    width: auto !important;
}

#chat-container *,
#chat-container *:after,
#chat-container *:before
{
    /*box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;*/
}

#chat-container input[type='text']
{
    /*box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;*/
}

#chat-container
{
    /*position: absolute;
    width: 250px;*/
    width: 265px;
    height: 100%;
    right: -265px;
    /*z-index: 2;
    border-left: 1px solid #CDCECF;
    right: -251px;
    top: 0px;
    background: #fff;
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -ms-transition-duration: .25s;*/
}

#chat-container:hover,
#chat-container:hover .chat-list-open-close
{
    /*border-color: #A7A7A7;*/
}

#chat-container.open
{
    /*right: 0px;
    top: 0px;*/
    display: block;
}

#chat-container .chat-list-open-close
{
    /*display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #CDCECF;
    border-right: 1px solid #f2f4f8 !important;
    position: absolute;
    left: -32px;
    top: 7%;
    border-radius: 50% 0 0 50%;
    background: #FFF;
    padding: 3px 1px 3px 5px;
    font-size: 21px;
    line-height: 22px;
    cursor: pointer;
    color: #868686;
    box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.05);
    background: #f2f4f8;
    text-align: center;*/
}

#chat-container .chat-list-open-close b
{
    /*position: absolute;
    right: 0px;
    background: #ed1c24;
    line-height: 9px;
    height: 10px;
    width: 10px;
    font-size: 0;
    top: 3px;
    border: 1px solid #FFF;
    border-radius: 3px;
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: normal;*/
}

#chat-container.open .chat-list-open-close i:before
{
    /*content: "\f00d" !important;*/
}

#chat-container.open .chat-list-open-close b
{
    /*display: none;*/
}

#chat-container .chat-list-body
{
    height: 100%;
    /*overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #f2f4f8;*/
}

#chat-container #chat-users
{
    /*list-style: none;
    margin: 10px 0;
    padding: 0;*/
}

#chat-container #chat-users li
{
    /*margin-bottom: 3px;
    margin-left: 5px;*/
}

#chat-container #chat-users li a
{
    /*display: block;
    font-size: 13px;
    color: #3d3d3d;
    text-decoration: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 3px 8px 3px 3px;
    line-height: 33px;
    vertical-align: middle;*/
}

#chat-container #chat-users li a:hover
{
    /*background: #e0e4ee;*/
}

#chat-container #chat-users li a img
{
    /*width: 33px;
    height: auto;
    margin-right: 10px;*/
}

#chat-container #chat-users li a i
{
    /*color: #ACACAC;
    font-size: 8px;
    line-height: 34px;
    font-style: normal;*/
}

#chat-container #chat-users li a i.last-online
{
    /*font-size: 12px;
    letter-spacing: -1px;*/
}

#chat-container .chat-list-footer
{
    /*overflow: hidden;
    border-top: 1px solid #CCC;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;*/
}

#chat-container .chat-list-footer input[type="text"]
{
    /*border: 1px solid #bababa !important;*/
}

#chat-container .control-group
{
    /*padding: 0px;*/
}

.k-widget.k-tooltip
{
    border-color: #CFCFCF;
    background-color: #ECECEC;
    color: #000;
}

.k-callout-e
{
    border-left-color: #CFCFCF;
}

smart-style-3 textarea
{
    box-shadow: none !important;
    webkit-box-shadow: none !important;
    color: #000;
}

#logo-group > span
{
    height: 45px !important;
}

.smart-form fieldset + fieldset
{
    border-top: 0px solid rgba(0, 0, 0, 0.1) !important;
}

.smart-form legend
{
    padding-bottom: 8px;
}

span.k-dropdown
{
    width: 100%;
}

span.k-dropdown-wrap
{
    height: 30px;
}

.smart-form .icon-append, .smart-form .icon-prepend
{
    cursor: pointer;
    background-color: transparent !important;
    z-index: 1;
}

span.k-input
{
    padding-top: 5px !important;
    padding-left: 4px !important;
}

.k-dropdown-wrap.k-state-hover
{
    border-color: #5D98CC !important;
    background-color: white !important;
}

.k-dropdown-wrap.k-state-focused
{
    border-color: #5D98CC !important;
    background-color: white !important;
    -webkit-box-shadow: 0 0 6px 0 rgba(93, 156, 206, 0.48) !important;
    -moz-box-shadow: 0 0 6px 0 rgba(93, 156, 206, 0.48) !important;
    box-shadow: 0 0 6px 0 rgba(93, 156, 206, 0.48) !important;
    border-color: #5d9cce !important;
    border-width: 1px !important;
}

.k-dropdown-wrap.k-state-focused.state-disabled:hover
{
    border-color: #E5E5E5!important;
}

.k-dropdown-wrap.k-state-focused.state-disabled
{
    border-color: #BDBDBD!important;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.chat-list-footer
{
    font-size: x-small;
}

.widget-body.no-padding .alert
{
    border-width: 0 !important;
    border-left-width: 5px !important;
    margin: 13px;
}

.smart-form .checkbox i
{
    margin-left: 1px;
}

.ui-dialog .ui-dialog-titlebar
{
    background-color: #FAFAFA;
    border: 1px solid #DDD;
}

.ui-dialog .ui-dialog-title
{
    color: #222 !important;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    letter-spacing: 0;
}

.jarviswidget > header i
{
    color: #555 !important;
}

.k-multiselect .k-button
{
    height: 33px;
    padding: 5px;
    color: #333 !important;
    background-color: #FFF !important;
    border-color: #C5C5C5 !important;
}

.k-multiselect .k-button.k-state-hover
{
    background-color: #e9e7e7 !important;
    border-color: #C5C5C5 !important;
}

.k-input
{
    border: 0px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-input input:focus
{
    border: 0px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-multiselect .k-button:active
{
    box-shadow: none;
    border-color: #5d9cce !important;
    color: #5d9cce !important;
}

.smart-style-3 .k-multiselect input:focus, .smart-style-3 select:focus /*, .smart-style-3 textarea:focus*/
{
    border: 0px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-list-optionlabel
{
    box-shadow: none !important;
    border: 0px !important;
    background: #FFF !important;
    color: #EBEBEB !important;
    padding: 1px 5px 1px 5px !important;
    line-height: 1.8em !important;
    min-height: 1.8em !important;
}

.k-list-optionlabel.k-state-focused
{
    background: #EBEBEB !important;
    color: #a1a1a1 !important;
}

.k-list-optionlabel.k-state-hover
{
    background: #EBEBEB !important;
    color: #a1a1a1 !important;
}

.ui-datepicker td .ui-state-highlight
{
    background-color: #f78c40 !important;
}

.panel.panel-default
{
    border: solid 1px #C0C0C0 !important;
    margin-bottom: 8px;
}

.no-padding .smart-accordion-default > div:first-child
{
    border: solid 1px #C0C0C0 !important;
}

.no-padding .smart-accordion-default > div
{
    border: solid 1px #C0C0C0 !important;
}

.no-padding .smart-accordion-default > div:last-child
{
    border: solid 1px #C0C0C0 !important;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group
{
    border-color: #C0C0C0 !important;
}

.panel-title
{
    font-size: 15px;
}

.smart-accordion-default.panel-group .panel-title a
{
    padding: 8px 15px;
}

.ui-widget-content.no-padding
{
    overflow-x: hidden;
}

.state-error .k-dropdown-wrap.k-state-hover
{
    box-shadow: 0 0 6px #d59392 !important;
    border-color: #953b39 !important;
    border-width: 1px !important;
}

.state-error .k-dropdown-wrap.k-state-focused
{
    border-color: #953b39 !important;
    border-width: 1px !important;
    -moz-box-shadow: 0 0 6px #d59392 !important;
    -webkit-box-shadow: 0 0 6px #d59392 !important;
    box-shadow: 0 0 6px #d59392 !important;
    border-color: #953b39 !important;
    border-width: 1px !important;
}

.k-multiselect .k-input.k-readonly
{
    color: #C0C0C0 !important;
}

.k-list-filter > .k-textbox
{
    padding-right: 20px;
    width: 100%;
    height: 28px;
    border-radius: 3px 0 0 3px;
}

.k-icon.k-i-search {
    
    color: #A2A2A2;
}

.k-list-filter > .k-icon
{
    position: absolute;
    right: 8px;
    top: 33px;
}

/*.k-icon.k-i-search {
display:none !important;
}*/

/*.k-scheduler-header.k-state-default {
color:#286090 !important;
}*/

.k-widget.k-scheduler.k-floatwrap
{
    background-color: rgba(168, 168, 168, 0.03);
}

.k-scheduler-table
{
    background-color: white;
}

.k-slot-cell .k-nav-day
{
    color: #286090 !important;
}

.k-scheduler-times .k-scheduler-table .k-slot-cell
{
    color: #286090 !important;
    background-color: white;
}

.k-scheduler-layout tr + tr .k-scheduler-times tr:last-child > th, .k-scheduler-layout tr + tr .k-scheduler-table > tbody > tr:last-child > td, .k-scheduler-table > tbody > tr > .k-last
{
    border-bottom: 1px solid #E7E7E7;
}

#shedullerCSS
{
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05)  !important;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05)  !important;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05)  !important;
    color: #FFF  !important;
    background-color: #337AB7  !important;
    border-color: #2E6DA4  !important;
}

#shedullerCSS a
{
    color: #FFF  !important;
}

.k-grid-filter.k-state-active
{
    background-color: #DBDBDB !important; 
}

.smart-style-3 .dropdown-menu
{
    border: 1px solid #CCC !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    background-color: #FFF !important;
}

.dropdown-menu
{
    background-color: #FFF !important;
    border: 1px solid #CCC !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    font-size: 13px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu .divider
{
    background-color: #E5E5E5 !important;
}

.dropdown-menu>li>a
{ 
    display: block !important;
    padding: 3px 20px !important;
    clear: both !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    white-space: nowrap !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
{
    color: #FFF !important;
    background-color: #3276B1 !important;
}

.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before, .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before
{
    color: #f78c40 !important;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch:before
{
    color: #337AB7 !important;
}

.k-event-actions
{
    display: none !important;
}

.k-tooltip
{
    background-color: #d6dde7 !important;
    border-width: 0px !important;
    border-left-width: 5px !important;
    border-color: #9cb4c5 !important;
    color: #305d8c !important;
    font-weight: bold;
}

.k-tooltip-content
{
    text-align: left !important;
    padding: 5px !important;
}

.k-tooltip-content strong
{
    text-transform: uppercase;
    color: red;
}

/*.k-event
{
overflow:visible !important;
}*/

.k-current-page
{
    display: none;
}

nav>ul>li>a>i>em
{
    background-color: #F77840 !important;
}

.well
{
    overflow-wrap: break-word !important;
}

textarea
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
}

#sparks li h5 {
      margin: 0 0 0 0;
}

/*Actual state*/
.actual-state
{
    margin: 10px; 
    background-color: #FCFCFC; 
    width: calc(100% - 20px); 
    border: 1px solid #C0C0C0;
}
.actual-state-run
{
      padding: 5px;
    margin: 10px 5px 10px 10px;
    background-color: #FFF;
    color: #305D8C;
    height: 100px;
    width: 180px;
    border: 1px solid #C0C0C0;
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: center;
}
.actual-state-run a
{   
    color: #305D8C; 
}

.actual-state-run.executed
{
    border: 1px solid #468847 !important;
    color: #468847  !important;
}


.actual-state-run.executed a
{
    color: #468847  !important;
}

.actual-state-run.canceled
{
    border: 1px solid #B94A48 !important;
    color: #B94A48  !important;
}
.actual-state-run.canceled a
{
    color: #B94A48  !important;
}

.actual-state-run-stops-wrapper
{
    overflow-x: auto; 
    border-left: 1px solid #C0C0C0; 
    padding-left: 10px;
}

.actual-state-stop
{
    margin: 10px 5px 10px 0px;
    width: 100px;
    font-size: 15px;
    height: 100px;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    white-space: normal;
}


.actual-state-stop.customer
{
    border: 1px solid #9CB4C5;
    background-color: #D6DDE7; 
    color: #346597; 
}
.actual-state-stop.customer a
{
    color: #346597; 
}

.actual-state-stop.warehouse
{
    border: 1px solid #CCC;
    background-color: #F5F5F5;
    color: #4a6682;
}
.actual-state-stop.warehouse a
{
   
    color: #4a6682;
}

.actual-state-stop.withdelay 
{ 
    border: 1px solid #db7d2e !important;
    border: 1px solid #DBAB57;
    background-color: #FCF8E3;
    color: #C09853;
}
.actual-state-stop.withdelay  a
{   color: #C09853;
}

.actual-state-stop.withdelay .delay
{
    /*color: #C09853;*/
}

.actual-state-stop.visited
{
    border: 1px solid #468847 !important;
    background-color: #DFF0D8  !important;
    color: #468847  !important;
}
.actual-state-stop.visited a
{
    color: #468847  !important;
}

.actual-state-stop.canceled
{
    border: 1px solid #B94A48 !important;
    background-color: #F2DEDE  !important;
    color: #B94A48  !important;
}
.actual-state-stop.canceled a 
{
       color: #B94A48  !important;
}

.actual-state .incident
{
    color: #e05b31;
}

.actual-state i
{
    font-size: 15px;
}

.actual-state-no-runs
{
    padding-top: 55px; height: 140px; text-align: center; margin: 0px;
   
    background-color: #F7F7F7;
    color: #738faa;
}
.actual-state-no-runs a
{
   
    color: #738faa;
}

.k-animation-container ul {
        overflow-x: hidden;
}

/*.k-list-container div:not(.k-list-optionlabel):not(.k-group-header) {
    height: 147px !important;
}*/