
body {
    background: #f6f6f6;
    color: #000000;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: default;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

@media print {
    .navbar {
        display: none !important;
    }
    .table {
        width: 100%;
    }
    .ui-accordion-header {
        display: none !important;
    }
    .ui-accordion-header.ui-state-active {
        display: block !important;
    }
    .user-block, #menu, .hidden-print, .ui-tabs-nav, #header, .stepper-arrow {
        display: none !important;
    }
    #page-inner {
        margin: 0 !important;
    }
    .page-wrapper {
        margin: 20px 0 0 0 !important;
    }
    #workarea, .page-wrapper, #tabs {
        padding: 0 !important;
        width: 100% !important;
    }
    .tb_chef, .tb_chef td {
        font-size: 13px !important;
    }
    .visible-print {
        display: block !important;
    }
    .tb_simpleprint, .tb_simpleprint td {
        border: 0 !important;
    }
    .courier_table td {
        border-bottom: 1px solid #ccc;
    }
    .order-comment-td {
        min-width: 75px !important;
    }
}

.navbar {
    padding: 0.35rem 1rem !important;
}

table.dataTable td {
    padding: 3px 6px !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #28a745;
}

.ui-tabs.compact {
    border: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.ui-tabs.compact .ui-tabs-panel {
    padding: 15px 3px;
}

.ui-tabs.compact > .ui-tabs-nav {
    background: transparent;
    background-image: none;
    border-width: 0 0 1px 0;
    border-radius: 0;
    padding: 0;
}

.table_povar_hide {
    color: rgb(255, 255, 255);
    font-size: 11px;
    display: block;
    margin-bottom: -8px;
    font-weight: normal;
    text-decoration: underline;
    text-align: right;
    cursor: pointer;
    float: right;
}
.small-link {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    margin: 0 20px 0 30px;
    max-width: 220px;
}
.small-link-wide {
    max-width:300px !important;
    color:#2067B0 !important;
    margin:0 10px !important;
}
.menu_from_clipboard {
    min-height: 25px;
}

a {
    color: #2067B0;
    text-decoration: none;
}
h1 {
    color: #555555;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-shadow: 0 1px 0 #FFFFFF;
}
h3 {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    margin: 15px 0 5px 0;
    padding:0px;
    text-shadow: 0 1px 0 #fff;

}

hr {
	padding:0px;
	margin:10px 0;
	width:100%;
	backhround:transparent;
	border:0;
	border-top:1px dotted #333;
}

.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.nav-link {
    display: block;
    padding: 0.75rem 1rem 0.5rem;
}

.navbar .navbar-nav .fa {
    font-size: 24px;
    position: relative;
    margin-bottom: 3px;
    display: block;
}
.navbar .dropdown-item .fa {
    font-size: 14px;
    display: inline;
}
.navbar-top .nav-link {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11px;
    padding: 0 10px;
    min-width: 70px;
    text-transform: uppercase;
}

@media (max-width: 990px) {
    .ui-tabs .ui-tabs-panel {
        padding: 1em 0.5em !important;
    }
}

@media (max-width: 1192px) {
    .navbar .navbar-nav .fa {
        display: inline-block;
        font-size: 16px;
        margin-right: 10px;
    }

    .navbar-top .nav-link {
        text-align: left;
        padding: 8px 0;
        font-size: 13px;
    }
}

#header {
   
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 55px;
    padding: 2px 0;
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
    border-bottom: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-left: #ccc 1px solid;

    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08), 0 0 10px rgba(255,255,255,0.7) inset;
    
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(246,246,246) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(246,246,246))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(246,246,246) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(246,246,246) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(246,246,246) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(246,246,246) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}
#content {
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1060px;
    overflow: hidden;
    padding: 0 20px;
}
#header-inner {
   
    padding: 0 20px;
    position: relative;
}
.header-logo-block {
    float: left;
    margin-right: 15px;
    position: relative;
    white-space: nowrap;
}
.header-logo-block .header-logo-block-util {
    display: inline-block;
    height: 55px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.logo:hover, .logo:visited, .logo:active, .logo:link {
    text-decoration: none;
}
.logo {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    line-height: 55px;
    margin-right: 10px;
    min-width: 222px;
    overflow: hidden;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.08);
    vertical-align: middle;
    white-space: nowrap;
}
.logo-text {
    color: #FE7F05;
    display: inline-block;
    margin-right: 7px;
    max-width: 235px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.logo-cabinet {
    color: #DDD;
    display: inline-block;
    margin-right: 7px;
    max-width: 235px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.logo-color {
    color: #28a745;
    display: inline-block;
}
.logo:hover, .logo:visited, .logo:active, .logo:link {
    text-decoration: none;
}
.d_repeatw {
    width: 15px;
    text-align: center;
    display: inline-block;
}
.d_repeatw .fa {
    position: relative;
    top: 0px;
    left: 0px;
}
.d_repeatw .fa div {
    position: absolute;
    width: 10px;
    font-family: Arial;
    font-size: 8px;
    right: -6px;
    top: -2px;
}
.d_group {
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: bolder;
    height: 14px;
    line-height: 14px;
    padding-top: 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 14px;
    background: #aaa;
    cursor: pointer;
}
.d_group_1 {
    background: #66c;
}
.d_group_2 {
    background: #e64;
}
.d_group_3 {
    background: #3c4;
}
.d_group_4 {
    background: #6cd;
}
.d_group_5 {
    background: #ec6;
}

/* time */
.timeman-wrap {
    float: right;
    margin-right: 12px;
}
.timeman-block {
    cursor: pointer;
    
    height: 55px;
    
    padding: 0 11px;
    
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    white-space: nowrap;
}
.timeman-block-active .timeman-background:after {
    background: url("/images/header-sprite.png") no-repeat scroll -17px -396px transparent !important;
}
.time {
    color: #E3EBED;
    
    font-size: 43px;
    height: 55px;
    line-height: 55px;
    
    vertical-align: middle;
    z-index: 5;
}
.time-hours {
   
    height: 55px;
    vertical-align: top;
}
.time-minutes {
    
    height: 55px;
    vertical-align: top;
}
.time-semicolon {
    
    height: 55px;
    vertical-align: top;
}
.time-am-pm {
    display: inline-block;
    font-size: 24px;
    height: 55px;
    line-height: 56px;
    margin-left: 3px;
    vertical-align: top;
}
.timeman-right-side {
    color: #E3EBED;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 0 0 0 13px;
    position: relative;
    vertical-align: middle;
    z-index: 5;
}
.timeman-info {
    display: block;
    margin-bottom: 8px;
}
.timeman-beginning-but {
    display: block;
    padding-left: 18px;
    position: relative;
}

.table-img5 {
	margin: 0;
    padding: 2px;
    vertical-align: middle;
}

.select2 {
    font-size: 13px;
}
.select2-results__option {
    -moz-user-select: none;
    padding: 3px 6px !important;
    font-size: 12px;
}

.user-block {
    float:right;
    padding-left: 7px;
    padding-right: 0;
    
    
    cursor: pointer;
    height: 55px;
    padding: 0 12px 0 17px;
    
    right: 0;
    top: 0;
    
}
.sproduct {
    display: inline-block;
    margin: 0 2px 0 0;
    font-size: 11px;
    border:1px solid #999;
    background: #ccc;
    padding: 0 1px;
}
.eproduct {
    display: inline-block;
    margin: 0 2px 0 0;
    font-size: 11px;
    color: #c00;
    border:0px solid #999;
    background1: #f66;
    padding: 0 2px;
}
.user-cday {
    height: 45px;
    position: absolute;
    top: 0;
    width: 60px;
    right: 300px;
    background: #333;
    border-radius: 2px;
    color: #fff;
    padding: 5px;
    font-size: 30px;
    line-height: 1.1;
    text-align: center;
}
.user-cday small {
    font-size: 8px;
}
.user-block-after, .user-block-before {
    height: 55px;
    position: absolute;
    width: 6px;
}
.user-block-before {
    left: 0;
    top: 0;
}
.user-block-after {
    right: 0;
    top: 0;
}
.user-img {
    background: url("/images/template_sprite_9.png") no-repeat scroll -53px -1214px transparent;
    border: 2px solid #28a745;
    display: inline-block;
    height: 37px;
    margin-right: 7px;
    margin-top: -15px;
    vertical-align: middle;
    width: 37px;
    border-radius: 50%;
    position: relative;
    top: 6px;
}
.user-name {
    color: #28a745;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    max-width: 167px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}
.user-name-logout {
    color: #28a745;
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
    margin-top: 10px;
    margin-left:15px;
    max-width: 167px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}
#menu {
    float: left;
    margin: 0 0 60px 0;
    width: 220px;
}
.menu-create-but {
    background: url("/images/template_sprite_9.png") no-repeat scroll 0 -639px transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 29px;
    margin: 0 0 23px -3px;
    padding: 11px 0 0 33px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    width: 164px;
}
.menu-create-but:hover {
    background-position: 0 -155px;
}
.menu-create-but:active {
    background-position: 0 -681px;
}
.menu-create-but-active {
    background-position: 0 -681px !important;
}
.menu-popup-item-icon {
    background: url("/images/template_sprite_9.png") no-repeat scroll 50px 50px transparent;
}
.pagetitle-menu {
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 2;
}
.pagetitle-content-topEnd {
    background-color: #FFFFFF;
    border-bottom: medium none;
    border-left: 1px solid #DCE4E6;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #DCE4E6;
    bottom: 0;
    height: 6px;
    left: 0;
    position: absolute;
    right: 3px;
}
.pagetitle-content-topEnd-corn {
    background: url("/images/template_sprite_9.png") no-repeat scroll -76px -750px transparent;
    height: 8px;
    position: absolute;
    right: -3px;
    top: 0;
    width: 7px;
}
.pagetitle {
    color: #555555;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-shadow: 0 1px 0 #FFFFFF;
}
.pagetitle-wrap {
    background-color: #f6f6f6;
    
    margin: 0;
    /*height: 50px;*/
    padding: 0 0 15px;
    
}





.page-wrapper {
    -moz-box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1060px;
    
    padding: 20px 20px 0;
    position: relative;
    
}
#page-inner {
    background: none repeat scroll 0 0 white;
   /* border-left: 1px solid #DCE4E6;
    border-right: 1px solid #B7BEBF;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);*/
    margin: 0 0 0 0px;
    min-height: 100%;
    padding: 0;
    position: relative;
    
}

#workarea {
    background: #f6f6f6;
    border-radius: 5px 5px 5px 5px;
    border-right-color: #B7BEBF;
    overflow: hidden;
    padding: 7px 0;
}
#workarea-content {
    padding-bottom: 50px;
    /*min-height:300px;*/
}
.spaceForFooter {
    /*height: 65px;*/
}
#footer {
    background-color: #E3EBED;
    
    height: 67px;
    
    /*min-width: 562px;*/
    
}
.footer-content-lowerEnd-wrap {
    overflow: hidden;
}
.footer-content-lowerEnd {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #B7BEBF;
    border-left: 1px solid #DCE4E6;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #B7BEBF;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13), 1px -1px 1px rgba(0, 0, 0, 0.13);
    height: 4px;
    margin-right: 2px;
    position: relative;
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
}
.help-block {
    background: url("/images/header-sprite.png") no-repeat scroll 0 -594px transparent;
    cursor: pointer;
    display: block;
    height: 55px;
    position: absolute;
    right: 36px;
    top: 0;
    width: 41px;
}
.help-block:hover {
    background: url("/images/header-sprite.png") no-repeat scroll 0 -660px transparent;
}


/* popup window */

.popup-window-light {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D8D8D8 #BDBDBD #BDBDBD;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);

    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}
.popup-window {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F8FAFB;
    border-color: #DAE4E7 #D8E2E5 #D4DFE2;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17), -1px 1px rgba(255, 255, 255, 0.75) inset;
}
.popup-window-light {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CBDBDE #CCDADE #C7D6DA #C9D7DC;
}
.popup-window-top-row, .popup-window-top-row .popup-window-left-column, .popup-window-top-row .popup-window-center-column, .popup-window-top-row .popup-window-right-column {
    background: none repeat scroll 0 0 transparent;
    height: 7px;
}
.popup-window-content-row .popup-window-left-column {
    background-position: 0 -144px;
    background-repeat: no-repeat;
}
.popup-window-left-column {
    background: none repeat scroll 0 0 transparent !important;
    min-width: 7px;
    padding: 0;
    text-align: left;
    width: 7px;
}
.popup-window-left-column {
    height: 7px;
    min-width: 5px;
    padding: 0;
    text-align: left;
    width: 5px;
}
.popup-window-content-row .popup-window-center-column {
    background: none repeat scroll 0 0 transparent;
}
.popup-window-content-row .popup-window-center-column {
    background: none repeat scroll 0 0 #FFFFFF;
    vertical-align: top;
}
.popup-window-center-column {
    background: none repeat scroll 0 0 transparent !important;
    padding: 0;
    text-align: left;
}
.popup-window-center-column {
    padding: 0;
    text-align: left;
}
.popup-window-content {
    font: 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
}
.popup-window-content {
    margin: 0 2px;
}
.menu-popup {
    margin: -4px 4px 0 -2px;
}
.menu-popup, .task-menu-popup {
    margin: 0;
}
.popup-window-light .menu-popup .menu-popup-item, .popup-window-light .task-menu-popup .task-menu-popup-item {
    border: 1px solid #FFFFFF;
}
.menu-popup .menu-popup-item {
    cursor: pointer;
    display: block;
    margin: 4px 0;
    outline: medium none;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.menu-popup .menu-popup-item, .task-menu-popup .task-menu-popup-item {
    border: 1px solid #F8FAFB;
    border-radius: 2px 2px 2px 2px;
    height: 29px;
    margin: 0;
    padding: 0 5px 0 2px;
}
.menu-popup-item-left, .menu-popup-item-right, .task-menu-popup-item-left, .task-menu-popup-item-right {
    display: none;
}
.menu-popup-item-left, .menu-popup-item-right {
    width: 3px;
}
.menu-popup-item-left, .menu-popup-item-icon, .menu-popup-item-text, .menu-popup-item-right {
    display: inline-block;
    height: 23px;
    vertical-align: middle;
}
.menu-popup-item-icon {
    background: url("/images/template_sprite_9.png") no-repeat scroll 50px 50px transparent;
}
.create-task .menu-popup-item-icon {
    background-position: -36px -435px;
}
.create-event .menu-popup-item-icon {
    background-position: -58px -435px;
}
.create-download-files .menu-popup-item-icon {
    background-position: -81px -435px;
}
.create-download-photo .menu-popup-item-icon {
    background-position: -105px -435px;
}
.create-write-blog .menu-popup-item-icon {
    //background-position: -131px -434px;
    background-position: -95px -725px;
}
.create-group .menu-popup-item-icon {
    background-position: -157px -433px;
}

.create-news .menu-popup-item-icon {
    background-position: -131px -434px;
}

.menu-popup-item-icon, .task-menu-popup-item-icon {
    margin-top: 7px;
    vertical-align: top;
}
.popup-window-light .menu-popup-item-text, .popup-window-light .task-menu-popup-item-text {
    color: #555555;
}
.menu-popup-item-text {
    color: #494949;
    font: 12px/23px Arial,Helvetica,sans-serif;
    margin: 0 5px 0 7px;
    text-decoration: none;
}
.menu-popup-item-text, .task-menu-popup-item-text {
    color: #2067B0;
    font: 13px/30px "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 29px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.menu-popup-item-left, .menu-popup-item-icon, .menu-popup-item-text, .menu-popup-item-right {
    display: inline-block;
    height: 23px;
    vertical-align: middle;
}
.menu-popup-item-icon {
    height: 16px;
    width: 19px;
}
.popup-window-light-angly {
    background: url("/images/arrow-top.gif") no-repeat scroll 0 0 transparent;
    display: none;
    position: absolute;
}
.popup-window-light-angly-top {
    //background-position: -223px -505px;
    display: block;
    height: 11px;
    left: 50px;
    margin: 0;
    top: -10px;
    width: 21px;
}
.menu-popup .menu-popup-item:hover, .task-menu-popup .task-menu-popup-item:hover {
    background: none repeat scroll 0 0 #E0EAEE !important;
    border-color: #BEC8CB #E3E7E8 #DAE5E8 #CFD9DC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.popup-window-light .menu-popup .menu-popup-item:hover, .popup-window-light .task-menu-popup .task-menu-popup-item:hover {
    background: none repeat scroll 0 0 #F0F5F5 !important;
    border-color: #D6DADB #E3E7E8 #ECF0F1;
}

/* menu */

.menu-items-block {
    padding-bottom: 17px;
}
.menu-items-title {
    background: url("/images/circle.gif") no-repeat left 7px transparent;
    color: #2067B0;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 5px;
    overflow: hidden;
    padding: 4px 0 11px 18px;
    position: relative;
    text-overflow: ellipsis;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
    white-space: nowrap;
}
.menu-store .menu-items-title {
    background-position: -201px -116px;
}
.menu-news .menu-items-title {
    background-position: -200px -263px;
}
.menu-company .menu-items-title {
    background-position: -200px -176px;
}
.menu-services .menu-items-title {
    background-position: -202px -146px;
}
.menu-news1 .menu-items-title {
    background-position: -197px -713px;
}
.menu-groups-extranet .menu-items-title {
    background-position: -198px -746px;
}
.menu-groups .menu-items-title {
    background: url("/images/group.gif") no-repeat left 7px transparent;
}
.menu-sotre .menu-items-title {
    background-position: -198px -1364px;
}
.menu-reports .menu-items-title {
    background: url("/images/circle.gif") no-repeat left 7px transparent;
}
.menu-dictionaries .menu-items-title {
    background-position: -199px -1400px;
}
.menu-items {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.menu-item-block {
    list-style: none outside none;
    margin: 0 21px 0 0;
    padding: 0 0 6px;
}
.menu-item-block:hover {
     background: url("/images/menu-activ.gif") no-repeat top left transparent;
}

.menu-active {
    background: url("/images/menu-activ.gif") no-repeat top left transparent;
}

.menu-item-link {
    background: url("/images/arrow.gif") no-repeat left center transparent;
    color: #555555;
    display: block;
    font-size: 13px;
    height: 27px;
    line-height: 27px;
    margin-left: 9px;
    outline: medium none;
    padding: 0 15px 0 13px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.menu-item-link:link, .menu-item-link:visited, .menu-item-link:active {
    color: #555555;
    text-decoration: none;
}
.menu-item-link:hover {
    text-decoration: none;
}
.menu-item-link-text {
    cursor: pointer;
    display: inline-block;
    max-width: 160px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu-item-with-index .menu-item-link-text {
    max-width: 130px;
    padding-right: 30px;
}
.menu-item-block:hover .menu-item-link {
    color: #2067AF;
}
.menu-item-active .menu-item-link {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.menu-item-active {
    background: url("/images/template_sprite_9.png") no-repeat scroll 0 -772px transparent !important;
}
.menu-item-active .menu-item-link:hover {
    color: #555555;
}


.table-hover tbody tr:hover {
    background-color: rgba(220,220,0,0.4);
}

.full_input {
	width:300px;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25)
}
.full_input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #98c2f2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25)
}

.btn_full {
	width:180px;
}

.ui-datepicker {
    z-index: 1050 !important;
}

.profile-menu, .department-manager-info-block {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #28a745;
    border-color: #F2F2F3 #E9EAEB #DFE1E4;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px #E8E8E8, 0 0 1px 1px rgba(255, 255, 255, 0.8) inset;
    margin: 1px 1px 20px;
    padding: 8px 7px 11px 16px;
    position: relative;
    height:50px;
}
.profile-menu-background {
    /*background: url("/images/template_sprite_9.png") repeat-x scroll 0 -1129px transparent;
    border-radius: 5px 5px 5px 5px;
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;*/
}
.profile-menu-avatar, .department-manager-avatar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("/images/template_sprite_9.png") no-repeat scroll -165px -1056px #FFFFFF;
    border-color: #E6E6E7 #E2E6E6 #DCE4E6 #E1E6E6;
    border-image: none;
    border-radius: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 2px #DDDDDD;
    display: block;
    height: 42px;
    left: 9px;
    padding: 3px;
    position: absolute;
    top: 9px;
    width: 42px;
    z-index: 1;
}
.profile-menu-group .profile-menu-avatar {
    background-position: 3px -1211px;
}
.profile-menu-info {
    float:left;
    
}
.profile-menu-name {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.content-edit-form-header {
    padding-bottom: 13px;
    padding-top: 20px;
}
.content-edit-form-header-first {
    padding-top: 0;
}
.content-edit-form-header-wrap {
    background-color: #E9E9E9;
    //background-image: linear-gradient(to bottom, #EFEFEF, #E3E3E3);
    border-radius: 10px 0 0 0;
    color: #fff;
    display: block;
    font: bold 13px/42px Arial,Helvetica,sans-serif;
    /*height: 40px;*/
    padding-left: 16px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.content-edit-form-header-wrap label {
    color: #000;
}

.content-edit-form-header-wrap-blue {
    background-color: #28a745;
    //background-image: linear-gradient(to bottom, #D4EDF7, #B5E1F1);
}
.content-edit-form-field-name {
    color: #555555;
    font: bold 12px Arial,Helvetica,sans-serif;
    padding-bottom: 7px;
    padding-right: 9px;
    padding-top: 12px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 170px;
}
.content-edit-form-field-input {
    color: #555555;
    font: 14px/26px Arial,Helvetica,sans-serif;
    padding-bottom: 7px;
    padding-right: 17px;
    padding-top: 6px;
    width: 298px;
}
.full_input, .content-edit-form-field-input-text, .content-edit-form-field-input input.string {
    font: 13px Arial,Helvetica,sans-serif;
    height: 25px;
    outline: medium none;
    width: 292px;
}
.full_input, .content-edit-form-field-input-text, .content-edit-form-field-input input.string {
    font: 13px Arial,Helvetica,sans-serif;
    height: 27px;
    outline: medium none;
    width: 292px;
}
.full_input, .content-edit-form-field-input-text, .content-edit-form-field-input-textarea, .content-edit-form-field-input input.string {
    border: 1px solid #B9BCBE;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14) inset;
    color: #5B5B5B;
    padding: 2px;
    width: 285px;
}
.content-edit-form-buttons {
    padding: 25px 5px;
}
.webform-button {
    background: url("/images/controls-sprite.png") repeat-x scroll 0 -1110px transparent;
    margin: 0 10px 0 0;
}
.webform-button-left {
    background: url("/images/controls-sprite.png") no-repeat scroll 0 -1075px transparent;
    width: 4px;
}
.webform-button-text {
    color: #4F4F4F;
    font: 17px/33px Arial,Helvetica,sans-serif;
    padding: 0 8px;
}
.webform-button-right {
    background: url("/images/controls-sprite.png") no-repeat scroll -4px -1075px transparent;
    width: 6px;
}
.webform-button:hover {
    background: url("/images/controls-sprite.png") repeat-x scroll 0 -1147px transparent;
}
.webform-button:hover .webform-button-left {
    background: url("/images/controls-sprite.png") no-repeat scroll -20px -1075px transparent;
}
.webform-button:hover .webform-button-right {
    background: url("/images/controls-sprite.png") no-repeat scroll -24px -1075px transparent;
}
.webform-button-accept, .webform-button-create {
    background: url("/images/controls-sprite.png") repeat-x scroll 0 -86px transparent;
}
.webform-button-accept .webform-button-left, .webform-button-create .webform-button-left {
    background: url("/images/controls-sprite.png") no-repeat scroll 0 -51px transparent;
}
.webform-button-accept .webform-button-text, .webform-button-create .webform-button-text {
    color: #FFFFFF;
    text-shadow: -1px -1px 0 #20AD0F, 1px 1px 0 #55C747;
}
.webform-button-accept .webform-button-right, .webform-button-create .webform-button-right {
    background: url("/images/controls-sprite.png") no-repeat scroll -4px -51px transparent;
}
.webform-button-accept:hover, .webform-button-create:hover {
    background: url("/images/controls-sprite.png") repeat-x scroll 0 -818px transparent;
}
.webform-button-accept:hover .webform-button-left, .webform-button-create:hover .webform-button-left {
    background: url("/images/controls-sprite.png") no-repeat scroll 0 -783px transparent;
}
.webform-button-accept:hover .webform-button-right, .webform-button-create:hover .webform-button-right {
    background: url("/images/controls-sprite.png") no-repeat scroll -4px -783px transparent;
}
.webform-button-decline {
    background: url("/images/controls-sprite.png") repeat-x scroll 0 -1218px transparent;
}
.webform-button-decline .webform-button-left {
    background: url("/images/controls-sprite.png") no-repeat scroll 0 -1183px transparent;
}
.webform-button-decline .webform-button-text {
    color: #FFFFFF;
    text-shadow: -1px -1px 0 #E15252;
}
.webform-button-decline .webform-button-right {
    background: url("/images/controls-sprite.png") no-repeat scroll -4px -1183px transparent;
}
.webform-button-decline:hover {
    background: url("/images/controls-sprite.png") repeat-x scroll 0 -890px transparent;
}
.webform-button-decline:hover .webform-button-left {
    background: url("/images/controls-sprite.png") no-repeat scroll 0 -855px transparent;
}
.webform-button-decline:hover .webform-button-right {
    background: url("/images/controls-sprite.png") no-repeat scroll -4px -855px transparent;
}

.webform-button, .webform-button-left, .webform-button-right, .webform-button-text {
    cursor: pointer;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    outline: medium none;
    text-decoration: none !important;
    vertical-align: top !important;
}
.webform-button {
    background: url("/images/controls-sprite.png") repeat-x scroll 0 -1110px transparent;
    margin: 0 10px 0 0;
}
.webform-button-accept, .webform-button-create {
    background: url("/images/controls-sprite.png") repeat-x scroll 0 -86px transparent;
}
.webform-button, .webform-button-left, .webform-button-right, .webform-button-text {
    cursor: pointer;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: medium none;
    text-decoration: none !important;
    vertical-align: top !important;
    white-space: nowrap;
}
.webform-button {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -584px transparent;
    margin: 0 16px 0 0;
}
.webform-button-accept, .webform-button-create {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -355px transparent;
}
.webform-button, .webform-button-left, .webform-button-right, .webform-button-text {
    cursor: pointer;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    outline: medium none;
    text-decoration: none !important;
    vertical-align: top !important;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
}

.webform-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -74px -313px transparent;
    left: -6px;
    position: relative;
    width: 6px;
}
.webform-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -80px -313px transparent;
    left: 6px;
    position: relative;
    width: 6px;
}
.webform-button:hover {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -623px transparent;
}
.webform-button:hover .webform-button-text {
    background: none repeat scroll 0 0 transparent;
}
.webform-button:hover .webform-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -87px -313px transparent;
}
.webform-button:hover .webform-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -93px -313px transparent;
}
.webform-button:active {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -662px transparent;
}
.webform-button:active .webform-button-text {
    background: none repeat scroll 0 0 transparent;
}
.webform-button:active .webform-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -99px -313px transparent;
}
.webform-button:active .webform-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -105px -313px transparent;
}
.webform-button-accept, .webform-button-create {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -355px transparent;
}
.webform-button-accept .webform-button-text, .webform-button-create .webform-button-text {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
}
.webform-button-accept .webform-button-left, .webform-button-create .webform-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll 0 -313px transparent;
}
.webform-button-accept .webform-button-right, .webform-button-create .webform-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -6px -313px transparent;
}
.webform-button-accept:hover, .webform-button-create:hover {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -394px transparent;
}
.webform-button-accept:hover .webform-button-text, .webform-button-create:hover .webform-button-text {
    background: none repeat scroll 0 0 transparent;
}
.webform-button-accept:hover .webform-button-left, .webform-button-create:hover .webform-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -13px -313px transparent;
}
.webform-button-accept:hover .webform-button-right, .webform-button-create:hover .webform-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -19px -313px transparent;
}
.webform-button-accept:active, .webform-button-create:active {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -434px transparent;
}
.webform-button-accept:active .webform-button-text, .webform-button-create:active .webform-button-text {
    background: none repeat scroll 0 0 transparent;
}
.webform-button-accept:active .webform-button-left, .webform-button-create:active .webform-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -25px -313px transparent;
}
.webform-button-accept:active .webform-button-right, .webform-button-create:active .webform-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -31px -313px transparent;
}
.webform-button-decline {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -470px transparent;
}
.webform-button-decline .webform-button-text {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
.webform-button-decline .webform-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -37px -313px transparent;
}
.webform-button-decline .webform-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -43px -313px transparent;
}
.webform-button-decline:hover {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -508px transparent;
}
.webform-button-decline:hover .webform-button-text {
    background: none repeat scroll 0 0 transparent;
}
.webform-button-decline:hover .webform-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -50px -313px transparent;
}
.webform-button-decline:hover .webform-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -56px -313px transparent;
}
.webform-button-decline:active {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -547px transparent;
}
.webform-button-decline:active .webform-button-text {
    background: none repeat scroll 0 0 transparent;
}
.webform-button-decline:active .webform-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -62px -313px transparent;
}
.webform-button-decline:active .webform-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -68px -313px transparent;
}
.webform-button-link {
    font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.webform-button-link-cancel {
    color: #D20000 !important;
}
.webform-small-button, .webform-button-upload {
    margin: 0 12px 0 3px;
}
.webform-small-button, .webform-small-button-left, .webform-small-button-right, .webform-small-button-text, .webform-button-upload, .webform-button-upload .webform-button-left, .webform-button-upload .webform-button-right, .webform-button-upload .webform-button-text {
    cursor: pointer;
    display: inline-block;
    height: 28px;
    line-height: 27px !important;
    text-decoration: none;
    vertical-align: middle;
}
.webform-small-button-text, .webform-button-upload .webform-button-text {
    font: 13px/27px "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.webform-small-button, .webform-button-upload {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -216px transparent;
}
.webform-small-button-text, .webform-button-upload .webform-button-text {
    background: none repeat scroll 0 0 transparent;
    color: #7A808C;
    text-shadow: 0 1px 0 #FFFFFF;
}
.webform-small-button-left, .webform-button-upload .webform-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -38px 0 transparent;
    left: -3px !important;
    margin-right: 3px !important;
    position: relative !important;
    width: 3px !important;
}
.webform-small-button-right, .webform-button-upload .webform-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -41px 0 transparent;
    left: 3px !important;
    margin-left: 3px !important;
    position: relative !important;
    width: 3px !important;
}
.webform-small-button:hover, .webform-button-upload:hover {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -249px transparent;
}
.webform-small-button:hover .webform-small-button-text, .webform-button-upload:hover .webform-button-text {
    background: none repeat scroll 0 0 transparent;
}
.webform-small-button:hover .webform-small-button-left, .webform-button-upload:hover .webform-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -45px 0 transparent;
}
.webform-small-button:hover .webform-small-button-right, .webform-button-upload:hover .webform-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -48px 0 transparent;
}
.webform-small-button:active, .webform-button-upload:active {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -283px transparent;
}
.webform-small-button:active .webform-small-button-text, .webform-button-upload:active .webform-button-text {
    background: none repeat scroll 0 0 transparent;
}
.webform-small-button:active .webform-small-button-left, .webform-button-upload:active .webform-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -51px 0 transparent;
}
.webform-small-button:active .webform-small-button-right, .webform-button-upload:active .webform-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -54px 0 transparent;
}
.webform-small-button-active {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -283px transparent !important;
}
.webform-small-button-active .webform-small-button-text {
    background: none repeat scroll 0 0 transparent !important;
}
.webform-small-button-active .webform-small-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -51px 0 transparent !important;
}
.webform-small-button-active .webform-small-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -54px 0 transparent !important;
}
.webform-field-upload:hover .webform-button-text {
    color: #7A808C;
}
.webform-field-upload:hover .webform-button-upload {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -249px transparent;
}
.webform-field-upload:hover .webform-button-text {
    background: none repeat scroll 0 0 transparent;
}
.webform-field-upload:hover .webform-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -45px 0 transparent;
}
.webform-field-upload:hover .webform-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -48px 0 transparent;
}
.webform-field-upload:active .webform-button-upload {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -283px transparent;
}
.webform-field-upload:active .webform-button-text {
    background: none repeat scroll 0 0 transparent;
}
.webform-field-upload:active .webform-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -51px 0 transparent;
}
.webform-field-upload:active .webform-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -54px 0 transparent;
}
.webform-field-upload-list:empty {
    margin: 0;
    padding: 0;
}
.webform-small-button-accept {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -34px transparent;
}
.webform-small-button-accept .webform-small-button-text {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #688B09;
}
.webform-small-button-accept .webform-small-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll 0 0 transparent;
}
.webform-small-button-accept .webform-small-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -3px 0 transparent;
}
.webform-small-button-accept:hover {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -64px transparent;
}
.webform-small-button-accept:hover .webform-small-button-text {
    background: none repeat scroll 0 0 transparent;
    text-shadow: 0 -1px 0 #7CAA02;
}
.webform-small-button-accept:hover .webform-small-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -7px 0 transparent;
}
.webform-small-button-accept:hover .webform-small-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -10px 0 transparent;
}
.webform-small-button-accept:active {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -94px transparent;
}
.webform-small-button-accept:active .webform-small-button-text {
    background: none repeat scroll 0 0 transparent;
    text-shadow: 0 -1px 0 #688B09;
}
.webform-small-button-accept:active .webform-small-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -13px 0 transparent;
}
.webform-small-button-accept:active .webform-small-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -16px 0 transparent;
}
.webform-small-button-decline {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -123px transparent;
}
.webform-small-button-decline .webform-small-button-text {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #921F1F;
}
.webform-small-button-decline .webform-small-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -19px 0 transparent;
}
.webform-small-button-decline .webform-small-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -22px 0 transparent;
}
.webform-small-button-decline:hover {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -154px transparent;
}
.webform-small-button-decline:hover .webform-small-button-text {
    background: none repeat scroll 0 0 transparent;
    text-shadow: 0 -1px 0 #BA3A3A;
}
.webform-small-button-decline:hover .webform-small-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -26px 0 transparent;
}
.webform-small-button-decline:hover .webform-small-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -29px 0 transparent;
}
.webform-small-button-decline:active {
    background: url("/images/buttons-sprite.png") repeat-x scroll 0 -185px transparent;
}
.webform-small-button-decline:active .webform-small-button-text {
    background: none repeat scroll 0 0 transparent;
    text-shadow: 0 -1px 0 #800E0E;
}
.webform-small-button-decline:active .webform-small-button-left {
    background: url("/images/buttons-sprite.png") no-repeat scroll -32px 0 transparent;
}
.webform-small-button-decline:active .webform-small-button-right {
    background: url("/images/buttons-sprite.png") no-repeat scroll -35px 0 transparent;
}
.webform-small-button-link {
    display: inline-block;
    margin: 0 15px 0 0;
    text-decoration: underline !important;
    vertical-align: middle;
}


.color_prev_small {
	width:8px;
	height:8px;
	border:1px solid #ccc;
	border-radius:2px;
	box-shadow:1px 1px 1px rgba(0,0,0,0.1);
	margin:0 8px 8px 0!important;
	padding:0 6px!important;
	font-size:10px;
}
.table-title3 {
	font:bold 11px Tahoma;
	color: #666 !important;
}
.table-title5 {
	font-size: 12px;
	color: #888 !important;
}
.table-img3 {
	float: left;
	margin: 0 10px 20px 0;
}

#table_div .google-visualization-table-table {
	border-right:1px solid #E5E5E5 !important;
    border-top:1px solid #E5E5E5 !important;
    border-radius: 5px;
    empty-cells: show;
    
}
#table_div .google-visualization-table-table tr:first-child td:first-child {
	border-radius: 5px 0 0 0;
}
#table_div .google-visualization-table-table tr:first-child td:last-child {
	border-radius: 0 5px 0 0;
}
#table_div .google-visualization-table-table tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
#table_div .google-visualization-table-table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
#table_div .google-visualization-table-tr-head td {
	
    border: medium none;
    color: #41474F;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-shadow: 0 1px #FFFFFF;
    
}

#table_div .google-visualization-table-table td {
	color: #000000;
    font-size: 14px;
    border-top:0px !important;
	border-right:0px !important;
	border-bottom: 1px solid #E3EBED;
    border-top: medium none;
	border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    
    padding: 5px 3px;
    text-align: left;
    vertical-align: top;
   
}

div.delete-file {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url("/images/delete.gif") no-repeat center top;
}

.full_textarea {
	width: 600px;
	height: 400px;
}

.half_textarea {
	width: 600px;
	height: 100px;
}

#all_files, #all_comments {
    padding: 10px 0;
    border-bottom: 1px dotted #333;
    margin-bottom: 10px;
}

.comment_once, .file_once {
    margin: 10px 0;
    border: #ccc solid 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.comment_once_head, .file_once_head {
    padding: 5px;
    border-bottom: #ccc solid 1px;
    font-weight: 0;
    color: #666666 !important;
    font: bold 11px Tahoma;
}

.comment_once_body, .file_once_body {
    padding: 15px 5px;
   background: #eee;
    
}

.diet_day {
    border: 1px solid #28a745;
    border-radius: 10px 0 10px 10px;
    margin: 10px auto;
}



.info {
    border: #ccc 1px solid;
    border-radius: 10px 0 0 0;
    padding: 10px;
    margin: 10px 0;
    color: #999;
    font-style: italic;
}

.error {
    border: 1px solid red;
    border-radius: 10px 0 0;
    color: red;
    font-style: italic;
    margin: 10px 0;
    padding: 10px;
}

.success_btn {
    cursor: pointer;
    color: #2067AF;
    text-decoration: underline;
    font-style: italic;
        
}

.big_foto_circle {
    border: 2px solid #28a745;
    border-radius: 50%;
    height: 100px;
    margin: 7px;
    width: 100px;
    float: left;
    background-size: cover;
}

.dietolog_info {
    padding: 10px 0 10px 20px;
    margin-left: 120px;
}

.user_data_block {
    padding:5px;
    border: #ccc 1px solid;
    border-radius: 10px 0 0 0;
}

.user_data_block a {
    font-style: italic;
    text-decoration: underline;
}


.badge-days-small {
    border: 1px solid #fff;
    border-radius: 100px;
    width: 21px;
    height: 19px;
    text-align: center;
    padding-top: 2px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}
.badge-right {
    float: right;
    margin: 0 0 10px 10px;
}
.badge-days-1 {
    background: #93c54b;
}
.badge-days-2 {
    background: #29abe0;
}
.badge-days-3 {
    background: #f47c3c;
}
.badge-days-4, .badge-days-5, .badge-days-6, .badge-days-7 {
    background: #d9534f;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.d_vitamins, .d_alert, .d_excludes {
    color: #c22;
    font-size: 11px;
    line-height: 2;
    margin-bottom: 4px;
    margin-left: 20px;
}
.d_vitamins {
    color: #333;
    font-size: 12px;
}
.povar_dish {
    page-break-inside: avoid;
}
.povar_dish h4 {
    font-size: 13px;
    font-weight: 600;
}

.day-copy-result small {
    display: inline-block;
    font-size: 11px;
    color: #999;
    font-weight: normal;
    margin-left: 25px;
}
.day-copy-result label {
    display: block;
    width: 100%;
    margin-right: 0%;
}
.day-copy-result {
    font-size: 12px;
    border: 1px dashed #28a745;
    padding: 15px;
    margin: 15px 15px;
    display: none;
}
/*table chefeat*/

.stepper {
    position: relative;
    display: inline-block;
    max-width: 90px;
    width: 100%;
}

.stepper input[type="number"] {
    width: 70px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    -moz-appearance: textfield;
    color: #181818;
}

.stepper input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.stepper-arrow {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 16px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-family: 'FontAwesome';
    cursor: pointer;
    transition: .3s all ease;
    font-weight: 400;
}

.stepper-arrow:hover {
    color: #008d37;
}

.stepper-arrow.up {
    right: 0px;
    text-align: left;
}

.stepper-arrow.up:before {
    content: '\f054';
}

.stepper-arrow.down {
    left: 0;
    text-align: right;
}

.stepper-arrow.down:before {
    content: '\f053';
}

.stepper.disabled .stepper-arrow {
    pointer-events: none;
    opacity: .5;
}
.tb_chef, .tb_chef_clear {
    width: 100%;
    border: 0;
    
    border-radius: 10px 0 0 0;
    border-spacing: 0;
}

.tb_chef td, .tb_chef_clear td {
   border-left: 1px solid #d3d3d3; 
   border-bottom: 1px solid #d3d3d3;
   color: #2b2b2b;
   font: 13px Tahoma; 
   padding: 15px;
}
.tb_chef.compact td {
    padding: 5px 15px;
}

.tb_chef tr td:last-of-type {
    border-right: 1px solid #d3d3d3;
}

.tb_chef tr:first-of-type td {
    background: #28a745; /*#28a745;*/
    color: #fff;
    font: bold 14px Tahoma;
    border:0;
    border-right: 1px solid #d3d3d3;
    padding: 15px;
}

.tb_chef tr:first-of-type td:last-of-type {
    border-right: 0;
    
}

.tb_chef tr:first-of-type td:first-of-type {
    border-radius: 10px 0 0 0;
    
}

table.dataTable {
    background: transparent;
    width: 99% !important;
}

table.dataTable td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

table.dataTable tr.del, table.dataTable tr.del td {
    background: #faa !important;
}
table.dataTable tr.even.club1, table.dataTable tr.even.club td:first-child {
    background-color: #aea !important;
}
table.dataTable tr.odd.club1, table.dataTable tr.odd.club td:first-child {
    background-color: #aea !important;;
}
table.dataTable tr.club a {

}
table.dataTable tr.even.decline1, table.dataTable tr.even.decline td:first-child {
    background-color: #eee6aa !important;
}
table.dataTable tr.odd.decline1, table.dataTable tr.odd.decline td:first-child {
    background-color: #eee6aa !important;;
}
table.dataTable tr.decline a {

}
table.dataTable tr:hover, table.dataTable tr:hover td {
    background: #ccc;
}



table.dataTable tr.odd { background-color: rgba(0, 0, 0, 0.05); }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }

td.odd, tr.odd {
    background-color: rgba(0,0,0,0.05);
}
td.odd11:hover, tr.odd11:hover, td.even11:hover, tr.even11:hover {
    background-color: rgba(235,234,138,1);
}

.animation-shake {
    display: inline-block;
    margin: 0 0rem;

    animation: heartBeat; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1.2s; /* don't forget to set a duration! */
    --animate-delay: 5s;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}