:root {
    --secondary-color: #6d6e70 !important;
    --light-color: #fdfdfd !important;
}



.w-100 {
    width: 100% !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 0.75rem !important;
}
.mt-4 {
    margin-top: 1rem !important;
}
.mt-5 {
    margin-top: 1.25rem !important;
}
.mb-0 {
    margin-bottom: 0 !important
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 0.75rem !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 1.25rem !important;
}
.pb-0 {
    padding-bottom: 0 !important
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 0.75rem !important;
}
.pb-4 {
    padding-bottom: 1rem !important;
}
.pb-5 {
    padding-bottom: 1.25rem !important;
}
.mb-0 {
    margin-bottom: 0 !important
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 0.75rem !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 1.25rem !important;
}
.mr-0 {
    margin-right: 0 !important
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mr-3 {
    margin-right: 0.75rem !important;
}
.mr-4 {
    margin-right: 1rem !important;
}
.mr-5 {
    margin-right: 1.25rem !important;
}
.ml-0 {
    margin-left: 0 !important
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.ml-3 {
    margin-left: 0.75rem !important;
}
.ml-4 {
    margin-left: 1rem !important;
}
.ml-5 {
    margin-left: 1.25rem !important;
}

.pl-0 {
    padding-left: 0!important
}
.move-right {
    display: flex;
    justify-content: flex-end
}
.container {
    width: 100%!important;
}
a {
    color: #333333;
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: none;
    cursor: pointer;
}

 .field-control {
        width: 100%;
    }
h4, .h4 {
    font-size: 19px;
    margin: 10px 0 7px 0;
    color: #2b2d2d;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.workspace {
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.bg-secondary {
    background-color: var(--secondary-color);
}
.text-light {
    color: var(--light-color);
}
/*======================================================================== */
/* = Checkbox Siwtchs                                                  */
/*======================================================================== */

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}

.material-switch {
    padding: 10px;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

/*======================================================================== */
/* = Bootstrap Fixes                                                     */
/*======================================================================== */

.golemina {
    width: 40px !important;
    height: 18px;
}

.navbar {
    -ms-border-radius: 0;
    border-radius: 0;
}
.deliveryy {
    text-align: left!important;
    margin-bottom:0px!important;
    padding-left:25%;
}

.huge {
    font-size: 40px;
}

.panel-heading {
    -ms-border-radius: 0;
    border-radius: 0;
}

.panel.panel-primary {
    -ms-border-radius: 0;
    border-radius: 0;
}

.k-widget, .k-widget * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.k-window .k-header, .k-window .k-header * {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

.form-horizontal .form-group input,
.form-horizontal .form-group select,
.form-horizontal .form-group textarea {
    width: 100%;
    padding: 5px 0px 5px 0px;
}

.k-tabstrip:focus {
    box-shadow: none;
}

.fieldset {
    position: relative;
    padding: 20px 0;
    background-color: #717175;
    padding: 10px;
}

    .fieldset > .legend {
        position: relative;
        top: -0.5em;
        width: 100%;
        text-align: left;
        padding: 10px;
        text-transform: uppercase;
        border-bottom: 2px dotted #535355;
        margin-bottom: 20px;
    }

    .fieldset > .legend > span {
        padding: 0 10px;
    }
.kopce_rnalog {
    padding: 10px 20px;
    background-color: #fd3434;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.k-window > .closeWindow {
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -15px;
    color: #333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #f3f3f3;
    border: 2px solid #333;
    /* padding: 6px; */
    font-size: 28px;
    line-height: 1.5em;
    text-align: center;
    z-index: 10;
}

.text-info {
    color: #00aeef;
}

.badge {
    background-color: #00aeef;
}
.adminData {
  padding: 5px;
}
.adminTitle {
  padding: 5px;
}
.text-danger {
    color: #d4992f;
}
/*======================================================================== */
/* = Header                                                         */
/*======================================================================== */
.header-nav .loginPartial {
  margin-top: 20px;
}

.header-nav .links {
    margin-top: 30px;
}

header .header-lower {
    position: relative;
    border-bottom: 0px solid #00aeef;
    /*bottom: -1px;*/
    padding-top: 7px;
    float: left
}



/* Logo Brand */ 

header .navbar-brand {
    height: auto;
}

/* Language Selector */

.languageSelector > a > img.flag {
    width: 15px;
    height: 10px;
    border: 0;
    top: -1px;
    position: relative;
    margin-right: 5px;
    font-weight:100!important;
}

/* Download Queue */

.downloadQueue > ul.dropdown-menu 
{
    border-bottom: 1px solid #e6e6e6!important; 
    width:250px;
}



.navbar .navbar-inner > ul.menu > li a 
{
  display: block;
  float: left;
  color: #333;
  font-size: 10pt;
}
.kopce-_rotate {
    width: 100px;
    margin-left: 10px;
    float: right;
    position: absolute;
    left: 160px;
    bottom: 0px;
    border-radius: 40px;
}

/*======================================================================== */
/* = Vertical DIV centering                                                */
/*======================================================================== */
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*width: *//*whatever width you want*//*;*/
}

/*======================================================================== */
/* = Dashboards                                                            */
/*======================================================================== */

.dashboard-home .title {
    background: #A6A6A6; 
    color: white; 
    text-align: center; 
    font-size: 14px!important; 
    letter-spacing:1px;
    font-family: 'Segoe UI','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    font-weight: 500 !important;
    line-height: 20px;
    padding: 3px 10px;
    box-sizing: border-box;
    text-transform: uppercase;
}

.dashboard-home .title > i {
    display: none;
}

.dashboard-workspace .title {
    font-family: 'Segoe UI','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    font-weight: 200;
    letter-spacing: .01em;
    color: rgba(0,0,0,0.6);
    font-size: 16pt;
    line-height: 24px;
    margin: 10px 0 ;
}

/* Gridster */
/*.defaultItems-gridster > .gridster > ul {
    background-color: #EFEFEF;
}*/

.saveDashboard {
    color: #ffffff;
}

.gridster .tile {
    width: 100% !important;
    height: 100% !important;
}

.gridster .preview-holder {
    border: none !important;
    background: #A6A6A6 !important;
}

.tile .brand>.name, .tile .tile-status>.name {
width: 90%;
line-height: 1em;

}



/*======================================================================== */
/* = Icons                                                            */
/*======================================================================== */

img.iconImage {
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

span.icon-class-wrapp {
    padding: 10px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #c0c0c0;
    display: inline-block;
   
}

/*======================================================================== */
/* = Iconpicker                                                            */
/*======================================================================== */

.iconpicker .iconpicker-item {
    color: #000000;
}

/*======================================================================== */
/* = Gridster tile styles                                                            */
/*======================================================================== */

.gridster .tile .brand>.name, .tile .tile-status>.name {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.4em;
}
.gridster .tile .brand {
    top: 0;
}

.gridster .tile .brand > .badge {
    top: 0;
}

li[data-sizex='1'] > .tile .tile-content:first-child {
    padding: 5px;
}

li[data-sizey='1'] > .tile .tile-content:first-child {
     /* padding: 5px;*/
}

li[data-sizex='1'] > .tile .tile-status {
    display: none;
}

li[data-sizey='1'] > .tile .tile-status {
    display: none;
}

li[data-sizex='2'][data-sizey='1'] .tile .tile-content {
   /* padding: 5px;*/
    /* text-align: center; */
}

li[data-sizey='1']:not([data-sizex='2']) > .tile .tile-content:first-child .inner {
    text-align: left;
}


li[data-sizex='1'][data-sizex='1'] > .tile .tile-content:first-child .inner {
    text-align: center;
}

li[data-sizey='1'] > .tile .tile-content:first-child .inner {
    text-align: center;
}

li[data-sizex='2'][data-sizey='1'] .tile .tile-content:first-child .inner {
    text-align: left; /*edit*/
}


li[data-sizey='1']:not([data-sizex='1']) > .tile .tile-status, 
li[data-sizey='1']:not([data-sizex='2']) > .tile .tile-status {
    display: table;
    padding-left: 55px;
    /*top:0;
    bottom:0;*/
    /* bottom:10px; */
    vertical-align: middle;
    /* position: relative; */
    float: right;
}

li[data-sizey='1']:not([data-sizex='1']) > .tile .tile-status.no-icon, 
li[data-sizey='1']:not([data-sizex='2']) > .tile .tile-status.no-icon {
    padding-left: 0;
} 

li[data-sizey='1']:not([data-sizex='1']) > .tile .tile-status > *,
li[data-sizey='1']:not([data-sizex='2']) > .tile .tile-status > * {
   /* top: 30px;*/
    position: relative;
    display: table-cell;
    text-align:center;
}

.pull-right {
    float: right !important;
    margin-bottom: 10px;
}

li[data-sizex='1'][data-sizey='1']  .tile .tile-status {
      display: none;
}


li:not([data-sizex='1']):not([data-sizey='1']) > .tile .tile-content:first-child .middle, 
li:not([data-sizey='1']):not([data-sizex='1']) > .tile .tile-content:first-child .middle {
     vertical-align:top;  
}

li[data-sizex='2']:not([data-sizey='1']) > .tile .tile-content:first-child .middle, 
li[data-sizey='2']:not([data-sizex='1']) > .tile .tile-content:first-child .middle {
     vertical-align:top;  
}

/*======================================================================== */
/* = List view                                                            */
/*======================================================================== */

#listView >  .tile .tile-content:first-child .middle {
     vertical-align:middle;  
}

 #listView > .tile {
     height: 86.5px;
    /* height: 183.296875px;*/
     width: 183.296875px;
 } 

 #listView > .tile .tile-status {
     display: table;
    padding-left: 55px;
    /* bottom: 10px; */
    vertical-align: middle;
    /* position: relative; */
    float: right;
 }
 
#listView > .tile .tile-status > * {
     /* top: 30px; */
    position: relative;
    display: table-cell;
    text-align: center;
 }

#listView >  .tile .tile-content:first-child .inner {
    text-align: left;
}

 #listView > .tile.k-state-selected {
        border: 4px #2d89ef solid;
        background: transparent;
}
#listView > .tile.k-state-selected:before {
    position: absolute;
    content: "\2714";
    color: #fff;
    right: 5px;
    font-family: Tahoma;
    z-index: 2000;
}
#listView > .tile.k-state-selected:after {
    width: 0;
    height: 0;
    border-top: 40px solid #2d89ef;
    border-left: 40px solid transparent;
    position: absolute;
    display: block;
    right: 0;
    content: ".";
    top: 0;
    z-index: 1000;
}


.jobStatusList {
    /*background: #ffffff;
    overflow: hidden;
    overflow-y: auto;*/
    height: 100%;
    /*margin: 0;
    padding: 0;*/
}

.jobStatusList .jobStatus {
    cursor: pointer;

}

.jobStatusList .jobFinished {
    cursor: pointer;

}

.jobStatusList .jobStatus.badge {
    background-color: #cdcdcd;
    color: #333;
    float: right;
}


.jobStatusList .jobFinished.badge {
    background-color: #cdcdcd;
    color: #333;
    float: right;
}

.jobStatusList .jobStatus.active {
    cursor: pointer;
    background-color: #00aeef !important;
    color: #fff;
}

.jobStatusList .jobFinished.active {
border-top: 1px solid #e5e5e5;
    background: #ECECEC;
    position: relative;
    bottom: 0px;
}

.jobStatusList .jobCustomerCount {
    background: transparent;
    color: #00aeef;
}

    .jobStatusList .panel-heading {
        background: transparent;
        border: 0;
        padding: 10px 5px 5px 5px;
        background: #c7eafb;
    }

    .jobStatusList .panel-heading_aktivni {
        background: transparent;
        border: 0;
        padding: 10px 5px 5px 5px;
        background: #4c4f4b;
    }
    .jobStatusList .panel-heading_zavrseni {
        background: transparent;
        border: 0;
        padding: 10px 5px 5px 5px;
        background: #4c4f4b;
    }
    .jobStatusList .panel-heading_activiti {
        background: transparent;
        border: 0;
        padding: 10px 5px 5px 5px;
        background: #3b602e;
    }

    .jobStatusList .panel {
        border: 0;
        padding: 5px;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    padding: 8px;
}


.jobStatusList .panel-collapse {
    border: 0;
}

.panel-title_active {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
}
.panel-title_finished {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
}
.filter_grid_heder {
    color: #FFF!important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.table-striped {
    background-color: #e4e3e3;
}


.jobStatusList.panel-group .panel-heading + .panel-collapse > .panel-body,
.jobStatusList.panel-group .panel-heading + .panel-collapse > .list-group {
    border: 0;
}

.jobStatusList .list-group-item {
    border:0;
    /*margin-left: 30px;*/
        padding: 5px 5px 5px 30px;
    width: 100%;
    border-left: 1px solid #cdcdcd !important;
}

.jobStatusList .panel-title>a {
   background:#c7eafb; 
   padding:5px;

   border-radius:5px;
   text-align:center;
   
}

.jobStatusList .panel-title i {
    font-size: 10px;
    /* line-height: 1em; */
    vertical-align: middle;
}
/*.nav > li > a {
    position: relative;
    display: block;
    padding: 20px 20px 10px 0px;
    font-size: 12px !important;
    color: #CCC !important;
    background-color: #2a2a2e !important;
}*/
/*.nav > li > a:hover {
    position: relative;
    display: block;
    padding: 20px 20px 10px 0px;
    font-size: 12px !important;
    color: #FFF !important;
    background-color: #2a2a2e !important;
}*/


/*#jobs-grid tr.accordion-toggle {
    cursor: pointer;
}

#jobs-grid tr.accordion-toggle:active {
    background: #00aeef;
    color: #fff;
}

#jobs-grid tr.accordion-toggle[aria-expanded="true"] {
    background: #00aeef;
    color: #fff;
}*/

/*======================================================================== */
/* = Home page                                                            */
/*======================================================================== */

.page {
    width: 1170px !important;
}

.pageH {
    width: 1170px !important;
}

.profileDropdown {
    margin-right: 0 !important;
}

.pageH > .nav-bar {
    padding: 0 5px;
}

.dashboard-wrapper {
    padding: 5px;
   /* margin-bottom: 10px;*/
     border: 1px solid transparent;
}

.dashboard-wrapper.editable.user-editable {
    border: 1px solid red;
}
.dashboard-wrapper .editAtions {
    padding: 5px;
}


/*======================================================================== */
/* = Dashboard Item Edit                                                   */
/*======================================================================== */

#dashboardItemEdit .tile {
     height: 183.296875px;
     width: 183.296875px;
}


/*======================================================================== */
/* = Common                                                                */
/*======================================================================== */

.mr0 {
    margin-right: 0;
}

.ml0 {
    margin-left: 0;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}


.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 15px;
}

.mr15 {
    margin-right: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

/* Padding */

.pr0 {
    padding-right: 0px;
}

.pl0 {
    padding-left: 0px;
}

.pt0 {
    padding-top: 0px;
}

.pb0 {
    padding-bottom: 0px;
}

.pr5 {
    padding-right: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}


.pr10 {
    padding-right: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    margin-bottom: 20px;
}

.pl50 {
    padding-left: 50px;
}

.text-white {
    color: #ffffff;
}
.bolder {
    font-weight: 600;
}
.bg_col2 {
    /*height: 100%;*/
    /*background-color: #CCC;*/
    /*overflow-y: hidden !important;*/
    margin-top: 15px;
}
.kopcinja_edit {
    float: right !important;
    width: 100%;
}
/*======================================================================== */
/* = Workspace Layout                                                       */
/*======================================================================== */
/* header */
.header-workspace-nav {
    margin-bottom: 0;
}
header .navbar-brand {
    height: auto;
    padding: 20px 30px;
}

.k-grid, .k-scheduler, .k-menu, .k-editor {
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #f0e8e8;
    /*width: 100%;
    overflow-x: auto;*/
}

header.workspace .languageSelector > a {
    color: #ffffff;
}

header.workspace .profileDropdown > a {
    color: #ffffff;
    padding: 4px;
}

header.workspace .nav>li>a:focus, header.workspace .nav>li>a:hover {
 /* text-decoration: underline;*/
  background-color: transparent;
}

.header-workspace-nav .main-menu {
    /*margin-top: 62px;
    margin-left: 20px;*/

}

.main-menu li>a {
    line-height: 1em;
}

.main-menu > li {
    margin-right: 10px;
    /*border:1px solid white;*/
}
.main-menu li > a {
    /*background-color: #57585a;*/
    text-transform: uppercase;
    font-size: 12px;
}

.main-menu li.active {
    background-color: #00aeef;
}

.main-menu.navbar-nav li.active > a {
    /*background-color: #00aeef;*/
    color: #7997d9;
    font-weight: bold;
}

.main-menu li.location-info > a {
    color: #00aeef;
    font-size: 17px;
    background: transparent;
    padding: 15px 15px 0px 12px;
}

/* footer */

/*footer.workspace {
  position: relative;
  bottom: 0;
  width: 100%;
    padding-top: 20px;
}*/

footer.workspace {
    position: relative;
    bottom: 0;
    width: 100%;
    /*height: 60px;*/
    background-color: #f5f5f5;
}

/*sidear*/
.panel.notApproved:hover {
    cursor: pointer;
}

.text-default {
    color: #333333;
}

/*======================================================================== */
/* = Admin Layout                                                       */
/*======================================================================== */

    header.admin .languageSelector > a {
      color: #ffffff;
    }

    header.admin .profileDropdown > a {
      color: #ffffff;
      padding: 4px;
    }

    .shortcut>.badge {
        -ms-border-radius: 0;
        border-radius: 0;
    }

/*======================================================================== */
/* = Metro UI css                                                              */
/*======================================================================== */

/*Switches*/
.switch,
.switch-original {
  display: inline-block;
  margin: 0 .625rem 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.switch input,
.switch-original input {
  position: absolute;
  opacity: 0;
  width: 0.0625rem;
  height: 0.0625rem;
}
.switch .check,
.switch-original .check,
.switch .caption,
.switch-original .caption {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.switch .check {
  width: 36px;
  height: 16px;
  background-color: #929292;
  border-radius: 8px;
  overflow: visible;
  position: relative;
}
.switch .check:before {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  z-index: 2;
  margin-top: -4px;
  margin-left: -3px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
.switch input:checked ~ .check {
  background-color: #008287;
}
.switch input:not(:checked) ~ .check:before {
  background-color: #ffffff;
  transition: all 0.2s linear;
}
.switch input:checked ~ .check {
  background-color: #008287;
}
.switch input:checked ~ .check:before {
  -webkit-transform: translateX(22px);
          transform: translateX(22px);
  transition: all 0.2s linear;
}
.switch input:disabled ~ .check {
  background-color: #D5D5D5;
}
.switch input:disabled ~ .check:before {
  background-color: #BDBDBD;
}
.switch-original .caption {
  margin: 0 5px;
}
.switch-original .check {
  position: relative;
  height: 1.125rem;
  width: 2.8125rem;
  outline: 2px #a6a6a6 solid;
  border: 1px #fff solid;
  cursor: pointer;
  background: #A6A6A6;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
}
.switch-original .check:after {
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  content: "";
  height: 1rem;
  width: .5625rem;
  outline: 2px #333 solid;
  border: 1px #333 solid;
  cursor: pointer;
  background: #333;
  z-index: 2;
  transition: all 0.2s linear;
}
.switch-original input[type="checkbox"]:focus ~ .check {
  outline: 1px #999999 dotted;
}
.switch-original input[type="checkbox"]:checked ~ .check {
  background: #008287;
}
.switch-original input[type="checkbox"]:checked ~ .check:after {
  left: auto;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
  transition: all 0.2s linear;
}
.switch-original input[type="checkbox"]:disabled ~ .check {
  background-color: #e6e6e6;
  border-color: #ffffff;
}
.switch-original input[type="checkbox"]:disabled ~ .check:after {
  background-color: #8a8a8a;
  outline-color: #8a8a8a;
  border-color: #8a8a8a;
}
.kopce_sorce_path {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px;
    background-color: #05052f;
    border: none;
    color: #fff;
    letter-spacing: 0px;
}


/*======================================================================== */
/* = Fixes                                                                   */
/*======================================================================== */

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    font-weight: 600;
}
.skraten_txt {
    display: block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    /*font-size: inherit;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}
.row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.k-grid td {
    padding: 0.2em 0.2em;
}

.k-textbox>input,.k-input[type="text"],.k-input[type="number"],.k-textbox,.k-picker-wrap .k-input,.k-button {
    font-size: 100%;
}

.k-grid-header th.k-header>.k-link {
  
    padding: .1em 1em .5em .5em;
    min-height: 1.1em;
}

.k-grid-header th.k-header {
    vertical-align: middle;
    padding: 10px;
    background-color: #4c4f4b;
    color: #FFF;
}
.k-grid-header th.k-header, .k-filter-row th {
    overflow: hidden;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.k-button {
    padding: 5px 10px;
}
.k-button, .k-calendar .k-header .k-link, .k-calendar .k-footer {
    text-transform: none;
}

td.doc.actions {
    
    max-width: 40px;
}

td.subject.actions {
   
    max-width: 50px;
}

.k-panelbar>.k-item>.k-link, .k-panel>.k-item>.k-link {
    line-height: 2.5em;
}

.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
    padding: 0;
    /* float: none; */
}

.k-grid-header th.k-with-icon .k-link {
    margin: 0;
    margin-right: 0;
}

.k-grid-header th.k-header > .k-link {
    overflow: initial;
    color: #FFF;
    font-weight: bold;
}

.carousel-indicators li {
    background-color: #3f51b5;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #3f51b5;
}

.form-control {
    padding: 0;
}

.k-grid tbody, .k-grid tr {
    overflow: visible;
    border: 1px solid #ebebeb !important;
    text-transform: none;
    /*background-color: #fff;*/
}
.k-grid td {
    border-style: solid;
    border-width: 0 0 0 0px;
    padding: .1em .1em;
    overflow: hidden;
    line-height: 1.3em !important;
    vertical-align: middle;
    text-overflow: ellipsis;
}



.k-grid .k-grid-header {
    padding-left: 0px;
}
.k-grid-header-wrap, .k-grid-footer-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-style: solid;
    border-width: 0px;
    zoom: 1;
}

.count-info .label {
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 6px;
  top: 8px;
}

.header-workspace-nav .nav > li > a i {
  margin-right: 6px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 5px;
    /*box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.59);*/
}
.page-header {
    padding-bottom: 9.5px;
    margin: 60px 0 21px !important;
    border-bottom: 0px solid #dddddd;
}
.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #f0e8e8;
    color: #000;
    padding: 5px;
    /*margin-bottom: 40px;*/
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
     min-width: 100px; 
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.boja_br {
    background-color: #f0e8e8 !important;
}
.deleteInvoice {
    font-size: 12px;
    font-weightbold;
    padding: 5px;
}
.btn-link:hover, .btn-link:focus {
    color: inherit;
    text-decoration: none;
}

.k-window-titlebar.k-header {
  color: #ffffff;
  background-color: #008cba;
  border-color: #008cba;
    
}

div.kWindow {
    background-color:#4b4b4d;
    background-color:rgba(75,75,77,0.85);
    color: #ffffff;
}

.k-widget.k-window {
    border: 20px solid #FFF;
}

label, .control-label, .help-block, .checkbox, .radio {
    font-weight: 600;
}

.k-widget.k-tooltip-validation {
  border-color: #fbeed5;
  background-color: #fcf8e3;
  color: #c09853;
    display: block;
    position: static;
    margin-top: 2px;
}


span#Files_validationMessage {
   position: relative;
}

.form-horizontal .control-label {
    /*text-align: left;
    margin-bottom: 0;
    padding-top: 5px;
    /* width: 100px; */
    text-transform: uppercase;
    /*padding-left: 5px;*/
    padding-right: 5px;*/
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #9e9999;
}

.unit-measures-values .value-1 {
    float: left;
    display: block;
}
.unit-measures-values .value-2 {
    float: left;
    display: block;
}

.unit-measures-values .times-x {
    padding: 0 5px;
}

.unit-measures-values .k-widget {
    width: 100px;
}

/*======================================================================== */
/* = Workspace menu (nav)                                                  */
/*======================================================================== */


nav.menu-workspace-nav {
    background-color: #3f3f40;
    border-color: #cccccc;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;

    -ms-border-radius: 0;
    border-radius: 0;
    color: #333333;
    margin: 0;
    padding: 0;
    zoom: 1;

    border-bottom: 1px solid #cccccc;

}

.menu-workspace-nav ul.nav > li a {
  
     background-color: #e7e7e7;
    border-style: solid;
    border-width: 0 1px 0 0;
    color: #333333;
    border-color: #cccccc;
  
}


.menu-workspace-nav ul.nav > li a {
    color: #000000;
    font-weight: bold;

}

.menu-workspace-nav.navbar-default .navbar-nav>li>a {
    color: #333333;
    font-weight: bold;
}

.menu-workspace-nav .navbar-nav>li>a:hover, 
.menu-workspace-nav .navbar-nav>li>a:active,
.menu-workspace-nav .navbar-nav>li>a:focus  {
  background-color: #e7e7e7;
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    color: #333333;
  
}

.menu-workspace-nav .navbar-nav>.open>a, 
.menu-workspace-nav .navbar-nav>.open>a:hover,
.menu-workspace-nav .navbar-nav>.open>a:focus {
     background-color: #e7e7e7;
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    color: #333333;
  
}

.menu-workspace-nav.navbar-default .dropdown-menu>li>a, 
.menu-workspace-nav.navbar-default .dropdown-menu>li>a:focus {
    background-color: #fff;
    color: #008cba;
    margin: 0;
}

.menu-workspace-nav.navbar-default .dropdown-menu>li>a:hover, 
.menu-workspace-nav.navbar-default .dropdown-menu>li>a:focus {
    background-color: #e7e7e7;
   color: #333333;
}

.menu-workspace-nav .navbar-header .navbar-brand {
    color: #008cba;
    font-weight: bold;
    background: #ffffff;
     border-color: #cccccc;
    border-style: solid;
    border-width: 0 1px 0 0;
    font-size: 14px;
}

.menu-workspace-nav ul.nav > li a:active  {
        background-color: #e7e7e7;
    color: #333333;
}

.menu-workspace-nav .dropdown-menu {
    background: #e7e7e7;
}


.menu-workspace-nav .dropdown-menu .divider {
   margin: 0;
    background: rgba(0,0,0,0.2);
}

.menu-workspace-nav .navbar-collapse, 
.menu-workspace-nav .navbar-form {
      border-color: #cccccc;
}


/*======================================================================== */
/* = Notifications (messages)                                                  */
/*======================================================================== */

#messagewrapper {
    position: fixed;
    top: 47px;
    right: 2px;
    z-index: 5;
    margin: 5px auto;
    width: auto;
}



/*======================================================================== */
/* = "Progress bars Responsive"                                                                   */
/*======================================================================== */

.progress {
    height: 10px;
    padding: 2px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.one, .two, .three {
    position: absolute;
    margin-top: -17px;
    z-index: 1;
    height: 40px;
    width: 40px;
    border-radius: 25px;
    padding: 8px;
    color: #f5f5f5;
    text-align: center;
}

.one {
    left: 25%;
}

.two {
    left: 50%;
}

.three {
    left: 75%;
}

.primary-color {
    background-color: #4989bd;
}

.success-color {
    background-color: #5cb85c;
}

.danger-color {
    background-color: #d9534f;
}

.warning-color {
    background-color: #f0ad4e;
}

.info-color {
    background-color: #00aeef;
}

.no-color {
    background-color: inherit;
    color: #999999;
}

.process-info.progress {
    margin: 0;
    border: 0;
}

    .process-info.progress .progress-bar {
        background-color: #a6d241;
    }

.panel-success .process-info.progress {
    display: none;
}

.panel-warning .process-info.progress {
    display: none;
}



/*Column wrapper*/

.col-wrapper > .cols {
    /*height: 100%;*/
    padding: 4px;
    overflow: auto;
}
.col-wrapper {
margin-top:50px;
}

    .col-wrapper > .cols > .one-half-height {
        /*height: 50%;*/
        margin: 0;
        overflow: hidden;
        /*overflow-y: auto;*/
    }

.left-col .one-half-height .title {
    margin: 10px 0 7px 0;
    color: #2b2d2d;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.left-col .one-half-height {
    padding: 0px 0px;
}

    .left-col .one-half-height .latestOffersList {
        background: #fff;
        padding: 5px;
        overflow: hidden;
        overflow-y: auto;
        height: 90%;
    }

.one-third-height {
    height: 33.33%
}

.two-third-height {
    height: 66.66%
}

.one-fourth-height {
    height: 25%;
}


.latestOffersList thead > tr > td {
    color: #fff;
    background-color: #00aeef;
}

.right-col .well {
    padding: 5px 7px;
    margin: 0;
}

.col-wrapper > .cols .well > .well-content {
    background: #ffffff;
}


.k-outside-header {
    position: absolute;
    top: -30px;
    text-align: center;
    width: 100%;
}

/*======================================================================== */
/* = Bootrstrap Tree view                                                         */
/*======================================================================== */
.tree {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

    .tree li {
        list-style-type: none;
        margin: 0;
        padding: 10px 5px 0 5px;
        position: relative
    }

        .tree li::before, .tree li::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto
        }

        .tree li::before {
            border-left: 1px solid #999;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px
        }

        .tree li::after {
            border-top: 1px solid #999;
            height: 20px;
            top: 25px;
            width: 25px
        }

        .tree li span {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none
        }

        .tree li.parent_li > span {
            cursor: pointer
        }

    .tree > ul > li::before, .tree > ul > li::after {
        border: 0
    }

    .tree li:last-child::before {
        height: 30px
    }

    .tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
        background: #eee;
        border: 1px solid #94a0b4;
        color: #000
    }



/*======================================================================== */
/* = Status Bars                                */
/*======================================================================== */

.update-nag {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    height: 40px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin-bottom: 10px;
}

    .update-nag:hover {
        cursor: pointer;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    }

    .update-nag > .update-split {
        background: #337ab7;
        width: 33px;
        float: left;
        color: #fff !important;
        height: 100%;
        text-align: center;
    }

        .update-nag > .update-split > .glyphicon {
            position: relative;
            top: calc(50% - 9px) !important; /* 50% - 3/4 of icon height */
        }

        .update-nag > .update-split.update-success {
            background: #5cb85c !important;
        }

        .update-nag > .update-split.update-danger {
            background: #d9534f !important;
        }

        .update-nag > .update-split.update-info {
            background: #5bc0de !important;
        }



    .update-nag > .update-text {
        line-height: 19px;
        padding-top: 11px;
        padding-left: 45px;
        padding-right: 20px;
    }


/*======================================================================== */
/* = Toolbox Zones                                 */
/*======================================================================== */

.toolbox-icon-image > img {
    width: 100%;
}

.toolbox-icon-image > i {
    width: 100%;
}


.toolbox-item > .toolbox-icon-image {
    height: 50px;
    width: 50px;
    vertical-align: middle;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    background: #fefefe;
    cursor: pointer;
    user-select: none;
    position: relative;
    border-radius: 50%;
    color: #888888;
    /*border: 2px solid #accf3f;*/
    border: 2px solid #8b8d90;
}

.toolbox-icon-image {
    height: 50px;
    width: 50px;
    vertical-align: middle;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
    background: #fefefe;
    cursor: pointer;
    user-select: none;
    position: relative;
    border-radius: 50%;
    color: #888888; /*border: 2px solid #accf3f;*/
    border: 2px solid #8b8d90;
    margin: 0 auto;
}

    .toolbox-item.finished > .toolbox-icon-image,
    .toolbox-icon-image.finished {
        border: 2px solid #accf3f;
        box-shadow: none;
    }


.toolbox-item.hollow > .toolbox-icon-image {
    background: #f3f3f3;
}

.toolbox-item:hover > .toolbox-icon-image {
    background: #f3f3f3;
}

.toolbox-item-list > li {
    padding: 0;
    margin: 5px;
    display: block;
    float: left;
}

.toolbox-icon-image {
    line-height: 50px;
    height: 50px;
}

.toolbox-item-name {
    width: 80px!important;
    line-height: 1em;
}

.toolboxes .toolbox-item {
    margin-right: 20px;
    margin-top: 10px;
    min-height: 120px;
}
small, .small {
    font-size: 9px!important;
    font-weight: 600!important;
}


.zone {
    /*border: 2px solid lightgray;*/
    min-height: 130px;
    padding: 33px 0 13px 60px;
    position: relative;
    max-width: 1000%;
    /*overflow: auto;*/
}

    .zone.target {
        border: 2px dashed gray;
    }

        .zone.target.drop {
            background-color: darkgray;
        }

    .zone .toolbox-item {
        float: left;
        margin-right: 25px;
        position: relative;
        z-index: 1;
    }

.dragItem.startProduction {
    /*background: #f3f3f3;*/
    /*border-radius: 50%;*/
    /*width: 60px;*/
    position: absolute;
    top: 34px;
    z-index: 1;
    padding: 6px;
    background: #e7e8e9;
    border-radius: 6px;
    border: 1px solid #a4a6a9;
}

    .dragItem.startProduction > .toolbox-item {
        box-shadow: none;
    }

        .dragItem.startProduction > .toolbox-item > .toolbox-icon-image {
            height: 35px;
            width: 35px;
            font-size: 0.6em;
            box-shadow: none;
            border: 2px solid #accf3f;
            tr
        }

            .dragItem.startProduction > .toolbox-item > .toolbox-icon-image > i {
                vertical-align: top;
                line-height: 2em
            }

.zone .progress {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 53px;
}

.toolbox-item .toolbox-actions {
    display: none;
}

.toolbox-item .toolbox-title {
    position: absolute;
    top: -1.4em;
}

/*.zone .toolbox-item:hover .toolbox-actions {
        position: absolute;
        top: 0;
        display: block;
        z-index: 10;


       
    }*/


.zone-wrapper {
    position: relative;
    padding: 0px 35px 0px 10px;
    background-color: #c7c7c7;
}


    .zone-wrapper .process-progress {
        position: absolute;
        left: 0;
        right: 0;
        top: 53px;
        border: 0;
    }

.toolbox-item.disable {
    cursor: not-allowed;
    color: #ececec;
    border-color: #ececec;
}

    .toolbox-item.disable > .toolbox-icon-image {
        /* background: #CACACA; */
        color: #ececec;
        border-color: #ececec;
        cursor: not-allowed;
        box-shadow: none;
    }

span.toolbox-icon-image {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 0.5em;
    height: 3em;
    width: 3em;
    box-shadow: none;
}

    span.toolbox-icon-image > i {
        vertical-align: top;
        font-size: 1.5em;
        line-height: 1.5em;
    }


.iconPictureWrapp .pictureImageUploadWrapp > img {
    display: none;
}

.zone .toolbox-item.highlight > .toolbox-icon-image {
    border: 2px solid #008cba;
    box-shadow: none;
}

/*======================================================================== */
/* = Context Menu                          */
/*======================================================================== */

.context-menu-list {
    background: #4b4b4d !important;
}

.context-menu-item {
    background: #4b4b4d !important;
    color: #fff !important;
    display: block !important;
    font: inherit !important;
    line-height: inherit !important;
}

.context-menu-icon:before {
    color: #fff !important;
}


.fa.context-menu-icon::before {
    font-family: FontAwesome;
}

/*======================================================================== */
/* = Badges and labels Preview Details                                   */
/*======================================================================== */

.label {
    border-radius: 0;
    text-shadow: none;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 5px 3px;
    background-color: #abbac3 !important
}

    .label[class*="span"][class*="arrow"] {
        min-height: 0
    }

.label-transparent,
.badge-transparent {
    background-color: transparent !important
}

.label-grey,
.badge-grey {
    background-color: #a0a0a0 !important
}

.label-info,
.badge-info {
    background-color: #3a87ad !important
}

.label-primary,
.badge-primary {
    background-color: #2283c5 !important
}

.label-success,
.badge-success {
    background-color: #82af6f !important
}

.label-important,
.badge-important {
    background-color: #d15b47 !important
}

.label-inverse,
.badge-inverse {
    background-color: #333 !important
}

.label-warning,
.badge-warning {
    background-color: #f89406 !important
}

.label-pink,
.badge-pink {
    background-color: #d6487e !important
}

.label-purple,
.badge-purple {
    background-color: #9585bf !important
}

.label-yellow,
.badge-yellow {
    background-color: #fee188 !important
}

.label-light,
.badge-light {
    background-color: #e7e7e7 !important
}

.badge-yellow,
.label-yellow {
    color: #963 !important;
    border-color: #fee188
}

.badge-light,
.label-light {
    color: #888 !important
}

.label.arrowed,
.label.arrowed-in {
    position: relative;
    margin-left: 9px
}

    .label.arrowed:before,
    .label.arrowed-in:before {
        display: inline-block;
        content: "";
        position: absolute;
        left: -14px;
        top: 0;
        border: 9px solid transparent;
        border-width: 9px 7px;
        border-right-color: #abbac3
    }

    .label.arrowed-in:before {
        border-color: #abbac3;
        border-left-color: transparent !important;
        left: -9px
    }

.label.arrowed-right,
.label.arrowed-in-right {
    position: relative;
    margin-right: 9px
}

    .label.arrowed-right:after,
    .label.arrowed-in-right:after {
        display: inline-block;
        content: "";
        position: absolute;
        right: -14px;
        top: 0;
        border: 9px solid transparent;
        border-width: 9px 7px;
        border-left-color: #abbac3
    }

    .label.arrowed-in-right:after {
        border-color: #abbac3;
        border-right-color: transparent !important;
        right: -9px
    }

.label-info.arrowed:before {
    border-right-color: #3a87ad
}

.label-info.arrowed-in:before {
    border-color: #3a87ad
}

.label-info.arrowed-right:after {
    border-left-color: #3a87ad
}

.label-info.arrowed-in-right:after {
    border-color: #3a87ad
}

.label-primary.arrowed:before {
    border-right-color: #2283c5
}

.label-primary.arrowed-in:before {
    border-color: #2283c5
}

.label-primary.arrowed-right:after {
    border-left-color: #2283c5
}

.label-primary.arrowed-in-right:after {
    border-color: #2283c5
}

.label-success.arrowed:before {
    border-right-color: #82af6f
}

.label-success.arrowed-in:before {
    border-color: #82af6f
}

.label-success.arrowed-right:after {
    border-left-color: #82af6f
}

.label-success.arrowed-in-right:after {
    border-color: #82af6f
}

.label-warning.arrowed:before {
    border-right-color: #f89406
}

.label-warning.arrowed-in:before {
    border-color: #f89406
}

.label-warning.arrowed-right:after {
    border-left-color: #f89406
}

.label-warning.arrowed-in-right:after {
    border-color: #f89406
}

.label-important.arrowed:before {
    border-right-color: #d15b47
}

.label-important.arrowed-in:before {
    border-color: #d15b47
}

.label-important.arrowed-right:after {
    border-left-color: #d15b47
}

.label-important.arrowed-in-right:after {
    border-color: #d15b47
}

.label-inverse.arrowed:before {
    border-right-color: #333
}

.label-inverse.arrowed-in:before {
    border-color: #333
}

.label-inverse.arrowed-right:after {
    border-left-color: #333
}

.label-inverse.arrowed-in-right:after {
    border-color: #333
}

.label-pink.arrowed:before {
    border-right-color: #d6487e
}

.label-pink.arrowed-in:before {
    border-color: #d6487e
}

.label-pink.arrowed-right:after {
    border-left-color: #d6487e
}

.label-pink.arrowed-in-right:after {
    border-color: #d6487e
}

.label-purple.arrowed:before {
    border-right-color: #9585bf
}

.label-purple.arrowed-in:before {
    border-color: #9585bf
}

.label-purple.arrowed-right:after {
    border-left-color: #9585bf
}

.label-purple.arrowed-in-right:after {
    border-color: #9585bf
}

.label-yellow.arrowed:before {
    border-right-color: #fee188
}

.label-yellow.arrowed-in:before {
    border-color: #fee188
}

.label-yellow.arrowed-right:after {
    border-left-color: #fee188
}

.label-yellow.arrowed-in-right:after {
    border-color: #fee188
}

.label-light.arrowed:before {
    border-right-color: #e7e7e7
}

.label-light.arrowed-in:before {
    border-color: #e7e7e7
}

.label-light.arrowed-right:after {
    border-left-color: #e7e7e7
}

.label-light.arrowed-in-right:after {
    border-color: #e7e7e7
}

.label-grey.arrowed:before {
    border-right-color: #a0a0a0
}

.label-grey.arrowed-in:before {
    border-color: #a0a0a0
}

.label-grey.arrowed-right:after {
    border-left-color: #a0a0a0
}

.label-grey.arrowed-in-right:after {
    border-color: #a0a0a0
}

.label-large {
    font-size: 13px;
    padding: 3px 8px 4px
}

    .label-large.arrowed,
    .label-large.arrowed-in {
        margin-left: 12px
    }

        .label-large.arrowed:before,
        .label-large.arrowed-in:before {
            left: -16px;
            border-width: 11px 8px
        }

        .label-large.arrowed-in:before {
            left: -12px
        }

    .label-large.arrowed-right,
    .label-large.arrowed-in-right {
        margin-right: 11px
    }

        .label-large.arrowed-right:after,
        .label-large.arrowed-in-right:after {
            right: -16px;
            border-width: 11px 8px
        }

        .label-large.arrowed-in-right:after {
            right: -12px
        }

/*======================================================================== */
/* = Process Preview Details                                   */
/*======================================================================== */

.process-details .panel-default > .panel-heading {
    background: #6d6e70;
    color: #fafafa;
    padding: 5px 10px;
}

.process-details a:hover, .process-details a:focus {
    color: #fdfdfd;
    text-decoration: none;
    cursor: pointer;
}

.process-details .dl-horizontal {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .process-details .dl-horizontal dt {
        width: 120px;
    }

    .process-details .dl-horizontal dd {
        margin-left: 130px;
    }

.process-details .title {
    /*background: #00b4e4;*/
    color: #000000;
    margin: 3px 1px;
    padding: 5px 7px;
}

.process-details .panel {
    margin-bottom: 5px;
    margin-top:10px;
}

.process-preview .progress-bar,
.zone-wrapper .progress-bar {
    background-color: #a6d241;
}

.process-preview .toolbox-item > .toolbox-icon-image {
    box-shadow: none;
}


/*tr.finished {
     background-color: #cce09b;
    color: #3c3c3c;
}*/

tr.finished > td:first-child {
    background-color: #d7e1be;
    color: #3c3c3c;
}

tr.overdue > td:first-child {
    background-color: #d6242b;
    color: #ffffff;
    padding-left: 10px;
}
tr.stopped > td:first-child {
    background-color: #ffffa5;
    color: #3c3c3c;
    padding-left: 10px;
    border-bottom: 1px solid #e1777b;
}

tr.today > td:first-child {
    background-color: #f3bc93;
}

tr.k-state-selected {
    background-color: #d7efff;
    color: #f20000 !important
}
.k-grid table {
    width: 100%;
    margin: 0;
    max-width: none;
    border-collapse: separate;
    border-spacing: 1px;
    empty-cells: show;
    border-width: 1px;
    outline: 0px;
    padding: 5px;
}
.k-grid tr td {
    border-style: solid;
    border-color: #FFF;
    /*border: 0px;*/
}

tr.sub-row {
    border: none;
    background-color: #efefef;
}
.k-grid-delete {
    background-color: #c30c0c;
    color: #FFF;
}
    .k-grid-delete:hover {
        background-color: #d61e1e;
        color: #FFF;
    }
.k-grid-edit {
    background-color: #0c983d;
    color: #FFF;
}

.k-grid-edit:hover {
    background-color: #1db953;
    color: #FFF;
}
.btn-xs {
    padding: 5px 6px;
    /*width: 44%;*/
}

tr.sub-row > td {
    border: none;
    padding: 1px;
}

tr.accordion-toggle[aria-selected=true] {
    background-color: #efefef;
    color: #000000;
}

.k-widget.k-window {
    background: transparent;
}
.left_side_col2 {
    /*background-color: #f1f0f0;*/
    /*padding: 10px!important;*/
    border-right: 0px solid #e6e5e5;
}
.well {
    border: none !important;
    padding: 0px !important;
    background-color: #FFF!important;
}
.invoice-general-info {
    margin-top: 20px;
}
.form-group {
    margin-bottom: 15px;
    /*background-color: #FFF;*/
}
.navbar-default .dropdown-menu > li > a, .navbar-default .dropdown-menu > li > a:focus {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #ffffff;
}
.k-pager-sizes .k-widget.k-dropdown {
    margin-top: -6px;
    width: 70px;
}
.k-grid-header th.k-header:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child, .k-filter-row > th:first-child {
    border-left-width: 0px;
    padding-left: 10px;
}
.dtxt {
    width: 60%;
}


.dlable {
    width: 40%;
}

/*======================================================================== */
/* = No More Tables (responsive tables)                                    */
/*======================================================================== */
@media (max-width: 767px) {
    .header-workspace-nav .navbar-nav .open .dropdown-menu {
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
        background: rgb(39, 39, 39);
    }

    .header-workspace-nav .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
        background: rgb(39, 39, 39);
    }

   .header-workspace-nav .dropdown-menu .divider {
            margin: 0;
            background-color: #333;
    }

    .menu-workspace-nav .navbar-nav .open .dropdown-menu>li>a {
           color: #008cba;
         background-color: #ffffff;
    }

    .menu-workspace-nav .navbar-nav .open .dropdown-menu>li>a:hover,
    .menu-workspace-nav .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        background-color: #272727
    }

    .menu-workspace-nav .navbar-nav>li>a:hover, 
    .menu-workspace-nav .navbar-nav>li>a:active, 
    .menu-workspace-nav .navbar-nav>li>a:focus {
        background-color: #e7e7e7;
        -webkit-box-shadow: inset  0 0px 15px rgba(0,0,0,0.125);
        box-shadow: inset 0 0px 15px rgba(0,0,0,0.125);
        color: #333333;
    }

    .menu-workspace-nav .navbar-nav>.open>a, 
    .menu-workspace-nav .navbar-nav>.open>a:hover, 
    .menu-workspace-nav .navbar-nav>.open>a:focus {
     background-color: #e7e7e7;
        -webkit-box-shadow:  inset  0 0px 15px rgba(0,0,0,0.125);
        box-shadow: inset 0 0px 15px rgba(0,0,0,0.125);
        color: #333333;
  
    }


    .menu-workspace-nav .navbar-nav .open .dropdown-menu>.active>a,
    .menu-workspace-nav .navbar-nav .open .dropdown-menu>.active>a:hover,
    .menu-workspace-nav .navbar-nav .open .dropdown-menu>.active>a:focus {
          color: #333333;
             background-color: #e7e7e7;
        -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    }

   .menu-workspace-nav .navbar-nav .open .dropdown-menu>.disabled>a,
   .menu-workspace-nav .navbar-nav .open .dropdown-menu>.disabled>a:hover,
   .menu-workspace-nav .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent
    }

   .menu-workspace-nav .open .dropdown-menu {
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

   li.dropdown.profileDropdown .pull-left:first-child {
        margin-left: 15px;
    }
}
   

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

/*======================================================================== */
/* = Responsive                                                                   */
/*======================================================================== */

@media (max-width: 767px) {
    .k-menu.k-menu-horizontal .k-item {
        float: none;
    }

    header .container {
        padding: 0;
    }

    header .container h1 {
        padding-top: 0;
        padding-left: 15px;
        line-height: 50px;
    }

    header .container label {
        border-width: 0;
        display: block;
    }

    #configurator-wrap {
        border-top: 1px solid #636363;
        padding: 0;
    }

    #configurator {
        background-color: #272727;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

