


.avatars > a > .avatar {
	position: relative !important;
	top: 10px !important;
	left: 0px !important;
	margin-left: -8px !important;
}
.avatars > a > .avatar:first-child {
	margin-left: 0px !important;
}
.avatars > a > .avatar + span {
	position: relative;
	left: 5px !important;
	top: 3px !important;
}

.calculator {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
	padding: 15px 0px 20px 0px;
	margin: 0px -20px;
	background: #FCFCFC;
}
.calculator > table.light_table > tbody > tr:first-child > th:first-child {
    padding: 0px 0px 15px 20px!important;
}
.calculator > table.light_table > tbody > tr:first-child > th:last-child {
    padding: 0px 20px 15px 10px!important;
}
.calculator > table.light_table > tbody > tr > td:first-child {
    padding: 15px 10px 15px 20px!important;
}
.calculator > table.light_table > tbody > tr > td:last-child {
    padding: 15px 20px 15px 10px!important;
}





.divider_cell {
    padding: 5px!important;
    position: relative;
}
.divider_cell .divider {
    height: auto;
    position: absolute;
    top: 5px;
    bottom: 15px;
    left: 50%;
    margin-left: -1px;
}

.panel {
	width: 340px;
	height: 100%;
	background: rgba(255, 255, 255, 0.96);
	position: fixed;
	top: 0px;
	right: -360px;
	display: none;
	overflow: hidden;
	border-left: 1px solid #DDDDDD;
	z-index: 9970;
	-webkit-transition: right 0.3s ease;
	transition: right 0.3s ease;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.panel .panel_inner {
    overflow: auto;
    padding: 20px 20px 100px 20px;
    margin-bottom: 68px;
    height: calc(100vh - 68px);
    box-sizing: border-box;
}
.panel .form_footer {
    background: #FFFFFF;
    position: absolute;
    width: auto;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.panel .panel_inner h3 {
    margin: 30px 0px 5px 0px;
}
.panel .panel_inner h3:first-child {
    margin-top: 0px;
}




.page_hint {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 420px;
    margin-left: -210px;
    background: #FFFFFF;
    padding: 15px;
    z-index: 9996;
    border: 2px solid #FFB300;
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.3);
}
.page_hint h3 {
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}
.page_hint .close {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #FFFFFF;
	padding: 5px 10px;
	font-weight: 600;
	background: #FFB300;
    border-radius: 5px 0px 2px 0px;
	transition: color 0.3s ease-out;
}
.page_hint .close:hover {
	color: rgba(255, 255, 255, 0.8);
}






/*------------------------------------------------------------------------------
    Login, Reset Password
------------------------------------------------------------------------------*/
























/*------------------------------------------------------------------------------
    Containers
------------------------------------------------------------------------------*/
#wrap {
    padding-top: 39px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#content_container {
    position: relative;
    color: #000000;
    min-height: 100%;
}
/* Header */
#header {
    color: #000000;
    padding: 10px 30px;
    background: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    margin: 0px 0px 20px 0px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
}
#header h1 {
    margin: 0px 0px 5px 0px;
    line-height: 1.618em;
    font-size: 24px;
    font-weight: 600;
}
#header h1 .add_new {
    margin-left: 20px;
    line-height: 1.618em;
    position: relative;
    top: -3px;
}
#header h1 .btn {
    font-size: 13px!important;
    line-height: normal;
}
#header .view_switcher {
    float: right;
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
}
#header .view_switcher i.fa {
    font-size: 14px;
}
#content {
    padding: 0px 20px 20px 20px;
    max-width: 1440px;
    margin: 0px auto;
}
.block {
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    padding: 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
}
.block + .block {
    margin-top: 20px;
}
/* Footer */
#footer {
    background: #FFFFFF;
    color: #000000;
    padding: 15px 30px 12px 30px;
    border-top: 1px solid #E0E0E0;
    margin: 0px;
    -webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.06);
}









.avatar {
    display: inline-block;
    background: #F3F3F3 no-repeat center center;
    background-size: cover;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.avatar img {
    margin: 0px;
    max-width: 100%;
}
.avatar.small {
    width: 24px;
    height: 24px;
}


.profile_avatar {
    display: block;
}
.profile_avatar a {
    position: relative;
}
.profile_avatar .avatar {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
}
.change_picture {
    position: relative;
    display: block;
}
.change_picture .edit_icon {
    opacity: 0;
    background: #FFFFFF;
    padding: 3px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0px;
    bottom: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transform: scale(0.2);
    -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.change_picture:hover .edit_icon {
    opacity: 1;
    transform: scale(1);
}
.change_picture .edit_icon .fa {
    font-size: 14px;
    color: #FFFFFF;
    background: #7CB342;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.change_picture .edit_icon:hover .fa {
    background: #8BC34A!important;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
}


/*------------------------------------------------------------------------------
    Navigation bar
------------------------------------------------------------------------------*/
#nav_bar {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    padding: 0px 30px;
    height: 38px;
    line-height: 38px;
    width: auto;
    z-index: 10;
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
#nav_bar.nav_bar_moved {
    border-color: #E0E0E0;
    background: rgba(255, 255, 255, 0.96);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
    -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#nav_bar .logo {
    position: absolute;
    top: 8px;
    left: 28px;
    width: 24px;
    height: 24px;
}
#nav_bar .logo svg {
    fill: #32c24d;
}
#nav_bar .breadcrumbs {
    max-width: 60%;
    font-weight: 600;
    float: left;
    margin: 0px 0px 0px 30px;
    padding: 0px;
    display: inline-block;
}
#nav_bar .breadcrumbs > li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    list-style: none;
}
#nav_bar .breadcrumbs > li > a {
    padding: 0px;
    display: block;
}
#nav_bar .breadcrumbs > li > span {
    width: 30px;
    text-align: center;
    display: inline-block;
    color: #DDDDDD;
}
#nav_bar .expert_info {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
    color: #888888;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#nav_bar .expert_info .avatar {
    width: 26px;
    height: 26px;
    margin: 0px 8px -8px 0px;
    display: inline-block;
    background: no-repeat center center;
    background-size: cover;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
#nav_bar .expert_info > li {
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: none;
    text-align: center;
}
#nav_bar .expert_info > li a {
    font-weight: 600;
}
#nav_bar .expert_info > li > a > .fa {
    font-size: 14px;
    width: 14px;
    margin: 0px;
    padding: 0px;
}
#nav_bar .expert_info > li.divider {
    margin: 13px 15px 0px 15px;
    width: 2px;
    height: 14px;
    display: inline-block;
    background: #EEEEEE;
}
#nav_bar .lang {
	display: inline-block;
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
}
#nav_bar .lang .lang-selector {
	float: right;
	height: 26px;
	padding: 0px 8px;
	width: auto;
	margin: -4px 0px;
}





/*------------------------------------------------------------------------------
    Tabs
------------------------------------------------------------------------------*/
.tabs {
    display: table;
    margin: 0px;
    padding: 0px;
}
.tabs li {
    display: table-cell;
    border-right: 1px solid #EEEEEE;
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    min-width: 80px;
}
.tabs li:last-child {
    border: none;
}
.tabs li a {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 3px 20px;
    display: block;
    color: #AAAAAA;
    position: relative;
}
.tabs li a:hover {
    color: #000000;
}
.tabs li.active a {
    color: #000000;
    cursor: default;
}
.tabs li.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: 0px;
    background: #2196F3;
}
.tabs_header {
    background: #FFFFFF;
    padding: 10px 25px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #EEEEEE;
    overflow-x: auto;
}
.modal_wrap .tabs_header {
    margin: -21px -25px 20px -25px;
}
.tabs_content_item {
    display: none;
}
.tabs_content_item.active {
    display: block;
}

/*------------------------------------------------------------------------------
    Clients activity management notifies
------------------------------------------------------------------------------*/
#content .client_notifies {
    background: #FFFFFF;
    padding: 3px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 25px;
    top: 95px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#content .client_notifies a,
#content .client_notifies div {
    background: #607D8B;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
#content .client_notifies a:hover {
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
}
#content .client_notifies a i.fa,
#content .client_notifies div i.fa {
    font-size: 14px!important;
    line-height: normal!important;
    color: #FFFFFF!important;
}
#content .client_notifies.active a {
    background: #7CB342;
}
#content .client_notifies.active a:hover {
    background: #8BC34A!important;
}
#content .client_notifies.out_of_date a {
    background: #E53935!important;
}
#content .client_notifies.out_of_date a:hover {
    background: #F44336!important;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
}
#content .client_notifies.attention a {
    background: #FFB300!important;
}
#content .client_notifies.attention a:hover {
    background: #FFC107!important;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
}
#content .client_notifies.not_active a {
    background: #AAAAAA!important;
}
#content .client_notifies.not_active a:hover {
    background: #BBBBBB!important;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
}



/* Clients grid view */
#content .clients_grid {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0px;
}
#content .clients_grid > li {
    display: inline-block;
    font-size: 13px;
    margin: 10px;
    border: 2px solid #EEEEEE;
    background: #FFFFFF;
    font-weight: 600;
    position: relative;
    width: 170px;
    min-height: 228px;
    list-style: none;
    vertical-align: top;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
#content .clients_grid > li:hover {
    border-color: #9fa1b5;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06), 0px 6px 16px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06), 0px 6px 16px rgba(0, 0, 0, 0.08);
}
#content .clients_grid > li a.url {
    padding: 10px;
    display: block;
    line-height: 18px;
    color: #000000;
    text-align: center;
    cursor: pointer;
}
#content .clients_grid > li a.url > .avatar {
    display: inline-block;
    margin: 5px 0px;
    width: 110px;
    height: 110px;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.04);
}
#content .clients_grid > li .footer {
    border-top: 1px solid #EEEEEE;
    padding: 5px 0px 2px 0px;
    margin: 10px 15px 5px 15px;
    text-align: center;
}
#content .clients_grid > li .footer .dropdown {
    display: inline-block;
    margin-left: 17px;
}
#content .clients_grid > li .footer .dropdown:before {
    content: "";
    position: absolute;
    left: -11px;
    top: 0px;
    background: #EEEEEE;
    width: 2px;
    height: 13px;
}
#content .clients_grid > li .footer .dropdown .avatar {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -11px;
}
#content .clients_grid > li .footer .dropdown li {
    font-size: 13px;
}
#content .clients_grid > li a.fast_planner {
    position: absolute;
    top: 10px;
    padding: 0px 5px;
    width: 20px;
    text-align: center;
    z-index: 1;
    left: 5px;
}
#content .clients_grid > li a.fast_planner i.fa {
    font-size: 14px!important;
    height: auto;
    line-height: normal;
    color: #000000;
}
#content .clients_grid > li a.fast_planner:hover i.fa {
    color: #2196F3;
}
#content .clients_grid > li .actions {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 1;
}
#content .clients_grid > li .actions > a {
    padding: 0px 5px;
    width: 14px;
    display: block;
    text-align: center;
}
#content .clients_grid > li .actions > a i {
    font-size: 14px!important;
    height: auto;
    line-height: normal;
    color: #000000;
}


/* Clients list view */
#content .clients_list .users .dropdown:before {
    display: none;
}
#content .clients_list .client_notifies {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
}


/* Client dashboard */
#content .dashboard .block {
    padding: 15px 20px;
    margin-bottom: 20px;
}
#content .dashboard .block:last-child {
    margin: 0px;
}
#content .dashboard .block .dashboard_header {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}
#content .dashboard .block .dashboard_header h3 {
    margin: 5px 0px 0px 0px;
    line-height: normal;
    font-weight: 600;
    display: inline-block;
}
#content .dashboard .block .dashboard_header .btn {
    margin-top: -3px;
}
#content .dashboard .block .dashboard_data {
    margin: 0px;
    padding: 0px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#content .dashboard .client_notifies {
    position: relative;
    top: auto;
    right: auto;
}
#content .dashboard .caption a {
    color: #000000;
}
#content .dashboard .caption a:hover {
    color: #2196F3;
}




#wrap .users > .avatar {
    margin: 5px 5px -7px 0px
}
#wrap .users .dropdown > div {
    z-index: 1;
}
#wrap .users .dropdown .avatar {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -11px;
}
#wrap .users .dropdown li {
    font-size: 13px;
}




.client_tasks [class^="type_"] {
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    padding: 4px 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.client_tasks .type_11 {
    background: #795548;
}
.client_tasks .type_12 {
    background: #3F51B5;
}
.client_tasks .type_13 {
    background: #9C27B0;
}
.client_tasks .type_14 {
    background: #673AB7;
}
.client_tasks .type_15 {
    background: #2196F3;
}
.client_tasks .type_16 {
    background: #EF6C00;
}
.client_tasks .type_17 {
    background: #FF5722;
}
.client_tasks .type_18 {
    background: #7CB342;
}
.client_tasks .type_19 {
    background: #4E342E;
}
.client_tasks .type_20 {
    background: #FFA000;
}
.client_tasks .type_21 {
    background: #283593;
}
.client_tasks .type_22 {
    background: #607D8B;
}
.client_tasks .type_23 {
    background: #2E7D32;
}
.client_tasks .type_24 {
    background: #F44336;
}
.client_tasks.type_25 {
    background: #0277BD;
}
.client_tasks .type_26 {
    background: #0097A7;
}
.client_tasks .type_27 {
    background: #E91E63;
}
.client_tasks .type_28 {
    background: #C62828;
}
.client_tasks .type_29 {
    background: #37474F;
}
.client_tasks .type_30 {
    background: #43A047;
}





























/* Filter Block */
.filter_block {
    padding: 0px;
}
.filter_block .filter-field {
    margin: 0px 0px 10px 0px;
}
.filter_block ul {
    max-height: 200px;
    overflow: auto;
    display: block;
    margin: 0px;
    padding: 0px;
}
.filter_block ul li {
    list-style: none;
    display: block;
    margin: 0px 0px 0px 30px;
    padding: 10px 0px;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
}
.filter_block ul li:last-child {
    border: none;
}
.filter_block ul li div.letter {
    font-weight: 600;
    font-size: 16px;
    color: #528bff;
    position: absolute;
    left: -30px;
    top: 10px;
    text-transform: uppercase;
}





.job_task table td {
    padding: 10px 0px!important;
}




.progress {
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #FFFFFF;
    background: #DDDDDD;
    height: 4px;
    width: 100%;
    margin-top: 26px;
    position: relative;
    border-radius: 4px;
}
.progress > div {
    background: #528bff;
    position: relative;
    height: 100%;
    border-radius: 4px;
    border: 2px solid #FFFFFF;
    margin-top: -2px;
}
.progress > div:before {
    content: attr(data-value);
    background: #528bff;
    width: 30px;
    height: 20px;
    color: #FFFFFF;
    font-family: Consolas;
    position: absolute;
    text-align: center;
    font-weight: 600;
    font-size: 90%;
    left: 100%;
    top: 50%;
    margin: -28px 0px 0px -15px;
    border-radius: 4px;
}
.progress > div:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    margin: -8px 0px 0px -6px;
    border-top: 6px solid #528bff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.progress > div[data-value="0"] {
    background: #AAAAAA;
}
.progress > div[data-value="0"]:before {
    background: #AAAAAA;
}
.progress > div[data-value="0"]:after {
    border-top-color: #AAAAAA;
}
.progress > div[data-value="100"] {
    background: #32c24d;
}
.progress > div[data-value="100"]:before {
    background: #32c24d;
}
.progress > div[data-value="100"]:after {
    border-top-color: #32c24d;
}



span.divider {
    margin: 0px 5px;
    width: 2px;
    height: 14px;
    display: inline-block;
    background: #EEEEEE;
    position: relative;
    bottom: -2px;
}


.eating_projecting {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.eating_projecting li {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.eating_projecting li span {
    margin: 0px 5px;
    padding: 0px;
    display: block;
    background: #546E7A;
    color: #FFFFFF;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.eating_projecting li a span:hover {
    background: #607D8B!important;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
}
.eating_projecting li.active span {
    background: #7CB342;
}
.eating_projecting li.active span:hover {
    background: #8BC34A!important;
}
.eating_projecting li span .fa {
    font-size: 10px;
}



.switcher {
    width: 30px;
    height: 12px;
    background: #DDDDDD;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.switcher:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -2px;
    top: -2px;
    background: #AAAAAA;
    border-radius: 100%;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, left 0.3s ease;
}
.switcher:hover:before {
    background: #B5B5B5;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
}
.switcher.active:before {
    left: 16px;
    background: #2196F3;
}
.switcher.active:hover:before {
    background-color: #42A5F5;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
}






#chart .chart_header {
    font-weight: 600;
    background: #FFFFFF;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 4px 12px;
    margin-bottom: -4px;
    border: 4px solid #EEEEEE;
    border-bottom: none;
}
#chart .chart_content {
    border: 4px solid #EEEEEE;
    background: #FFFFFF;
    box-sizing: border-box;
    position: relative;
}
#chart.light .chart_header {
    border-color: #FFFFFF;
}
#chart.light .chart_content {
    border-color: #FFFFFF;
}
#chart_tooltip {
    position: absolute;
    background: #111111;
    min-width: 20px;
    text-align: center;
    padding: 2px 8px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 11px;
    border-radius: 3px;
}
#chart_tooltip:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid #111111;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -6px;
}






.dashboard_header .SumoSelect {
    width: auto;
    display: inline-block;
    float: right;
    margin-top: -5px;
}
.select_task_view {
    width: auto;
    float: right;
    padding: 0px 10px;
    height: 36px;
    line-height: 36px;
    margin-top: -3px;
}



.ei_list ul {
	max-height: 70vh;
	overflow: auto;
	display: block;
	margin: 0px;
	padding: 0px;
}
.ei_list ul li {
	list-style: none;
	display: block;
    padding: 10px 30px 10px 0px;
	position: relative;
	border-bottom: 1px solid #EEEEEE;
    position: relative;
 }
 .ei_list ul li:last-child {
    border: none;
 }
 .ei_list ul li .remove {
    position: absolute;
    right: 0px;
    top: 10px;
    color: #E53935;
	display: block;
 }
.ei_list ul li .remove:hover {
    color: #000000;
}
.ei_list ul li.item + li:not(.item) {
	border-top: 2px solid #DDDDDD;
    margin-top: -1px;
}

.seasonality {
    font-size: 11px;
    display: inline-block;
}
.seasonality input[type="checkbox"]:checked + label .checked {
	color: #000000;
}
.seasonality span {
    text-align: center;
    float: left;
    display: inline-block;
    width: 30px;
    padding: 0px 3px;
    border-right: 1px solid #FFFFFF;
}
table.products tr .seasonality {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
table.products tr:hover .seasonality {
    opacity: 1;
}



.dev_log_items .item .fa-circle-o {
    color: #EEEEEE;
}
.dev_log_items .item.active .fa-dot-circle-o {
    color: #FF5722;
}






.rations_list {
	display: inline-block;
	margin: -15px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}
.rations_list .rations_item {
	padding: 10px;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	position: relative;
}
.rations_list .rations_item header {
	margin: -10px -10px 0px -10px;
	padding: 5px 35px 5px 10px;
    font-size: 11px;
    font-weight: 600;
	background-color: #DDDDDD;
}
.rations_list .rations_item header a {
	color: #000000;
}
.rations_list .rations_item header .divider {
	background-color: rgba(0, 0, 0, 0.1);
	margin: 0px 8px;
}
.rations_list .rations_item .dropdown {
    position: absolute;
    top: 5px;
    right: 5px;
}
.rations_list .rations_item .dropdown > a {
    width: 14px;
    text-align: center;
    display: block;
    color: rgba(0, 0, 0, 0.7);
}
.rations_list .rations_item .dropdown > a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.rations_list .rations_item .data {
    background: #FCFCFC;
    padding: 5px 0px;
    margin: 0px -10px -1px -10px;
    border-bottom: 1px solid #EEEEEE;
    font-weight: 600;
}
.rations_list .rations_item .client_chart {
	margin: 0px -10px;
	padding: 10px 10px 15px 10px;
    text-align: center;
    display: block;
 	border-bottom: 1px solid #EEEEEE;
}
.rations_list .rations_item img {
	display: inline-block;
}
.rations_list .rations_item table {
    border: none!important;
    box-shadow: none!important;
    background: transparent!important;
}
.rations_list .rations_item table td {
	width: 18%;
	background: none!important;
    border: none!important;
    border-left: 2px solid #F5F5F5!important;
    padding: 0px 5px!important;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}
.rations_list .rations_item table td:first-child {
	border-left: none!important;
}
.rations_list .rations_item .sex {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 5px 10px;
	display: inline-block;
	font-weight: 600;display: none;
}
.rations_list .rations_item .diseases {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    line-height: 1.4;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	background: #F5F5F5;
	margin: -1px -10px 0px -10px;
	padding: 5px 10px;
	color: #9E9E9E;
}
.rations_list .rations_item .ration_counts {
    border-top: 1px solid #EEEEEE;
    text-align: center;
    padding: 5px 10px;
    margin: -1px -10px -10px -10px;
    color: #9E9E9E;
    font-size: 12px;
    font-weight: 600;
	background: #FFFFFF;
}
.rations_view {
	display: inline-block;
	width: 100%;
}
.rations_view .used_products {
    margin: 0px 0px 68px 0px;
    padding: 0px;
}
.rations_view .used_products li {
    margin: 5px 0px;
    padding: 5px 60px 5px 0px;
    list-style: none;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
}
.rations_view .used_products li:last-child {
    border: none;
}
.rations_view .used_products li .checkbox_wrap {
    position: absolute;
    left: 0px;
    top: 6px;
}
.rations_view .used_products li small {
    color: #9E9E9E;
}
.rations_view .used_products li span {
    position: absolute;
    right: 0px;
    top: 6px;
}
.rations_view .used_products li .count_line {
    position: absolute;
    height: 2px;
    background: green;
    bottom: 0px;
    left: 30px;
    right: 30px;
    display: none;
}
.rations_view .day_event_data {
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	margin-left: 20px;
}
.rations_view .item {
    width: calc(100vw / 7);
    max-width: 250px;
    vertical-align: top;
    max-height: 170px;
    display: inline-block;
    margin: 0px 15px 0px 0px;
    background: #FFFFFF;
    border: 1px solid #0D47A1;
    padding: 5px 0px;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
    -webkit-transition: background-color 0.16s ease-out, color 0.16s ease-out, -webkit-box-shadow 0.16s ease-out;
    transition: background-color 0.16s ease-out, color 0.16s ease-out, box-shadow 0.16s ease-out;
}
.rations_view .item.nutrition_event_1 {
    border-color: #0D47A1;
}
.rations_view .item.nutrition_event_1 .event_header {
    background-color: #0D47A1;
}
.rations_view .item.nutrition_event_2 {
    border-color: #42A5F5;
}
.rations_view .item.nutrition_event_2 .event_header {
    background-color: #42A5F5;
}
.rations_view .item.nutrition_event_3 {
    border-color: #E91E63;
}
.rations_view .item.nutrition_event_3 .event_header {
    background-color: #E91E63;
}
.rations_view .item .event_header {
    background-color: #0D47A1;
    font-size: 11px;
    font-weight: 600;
    margin: -5px 0px 0px 0px;
    padding: 2px 25px 5px 10px;
    height: 20px;
    cursor: default;
    position: relative;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.rations_view .item .event_header span {
    color: rgba(255, 255, 255, 0.9);
    display: block;
}
.rations_view .item .event_header span span {
	display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
}
.rations_view .item .event_content {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    padding: 0px 10px;
    line-height: 1.4;
    color: #000000;
    white-space: normal;
    overflow: hidden;
    overflow-y: auto;
    max-height: 150px;
    margin-bottom: -5px;
}
.rations_view .item .event_data {
    background: #FCFCFC;
    padding: 5px 0px;
    margin: 0px -10px -1px -10px;
    border-bottom: 1px solid #EEEEEE;
    font-weight: 600;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.03);
}
.rations_view .item .event_data table {
    border: none;
    box-shadow: none;
    background: transparent;
}
.rations_view .item .event_data table td,
.rations_view .item .event_data table td:first-child,
.rations_view .item .event_data table td:last-child {
    background: none;
    border: none!important;
    border-left: 2px solid #F5F5F5;
    padding: 0px 5px!important;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}
.rations_view .item .event_data table td:first-child {
    border-left: none;
}
.rations_view .item ul.event_items {
    display: inline-block;
    width: 100%;
    padding: 0px 5px 0px 0px;
    margin: 5px 0px 0px 0px;
    font-size: 90%;
}
.rations_view .item ul.event_items li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    padding: 5px 20px 5px 0px;
    margin: 0px;
    line-height: 1.4;
}
.rations_view .item ul.event_items li .event_item_count {
    color: #9E9E9E;
    display: inline-block;
    padding-top: 2px;
    position: relative;
    min-width: 40px;
}
.rations_view .item ul.event_items li .event_item_count i {
    font-style: normal;
}
.rations_view .item ul.event_items li span {
    display: block;
    color: #000000;
}
.rations_view .item ul.event_items li > span + i {
    position: absolute;
    right: 0px;
    top: 7px;
    width: 12px;
    text-align: center;
    font-size: 12px;
    color: #9E9E9E;
    transition: opacity 0.3s ease;
    opacity: 1;
}
.rations_view .events_container {
    overflow: hidden;
    overflow-x: auto;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.rations_view .events_container:last-child {
    margin-bottom: 0px;
}
.rations_view .events_container .events_container_inner {
    display: inline-block;
    white-space: nowrap;
    padding: 0px;
    width: 100%;
    min-height: 182px;
}
.sets .event_header,
.trainings .event_header {
	padding: 2px 25px 5px 30px!important;
}
.sets .event_header a.favorite,
.trainings .event_header a.favorite {
	position: absolute;
	top: -1px;
	left: 6px;
}
.sets .event_header a.favorite i.fa,
.trainings .event_header a.favorite i.fa {
	font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}
.sets .event_header a.favorite:hover i.fa,
.trainings .event_header a.favorite:hover i.fa {
    color: rgba(255, 255, 255, 0.8)!important;
}
.sets .event_header a.favorite.active i.fa,
.trainings .event_header a.favorite.active i.fa {
    color: #FFC107;
}
.sets .event_header a.favorite.active:hover i.fa,
.trainings .event_header a.favorite.active:hover i.fa {
    color: #FFA000!important;
}

.guide .guide_sections ins {
	text-decoration: none;
	border-bottom: 2px solid #528bff;
}
.guide .guide_sections h2,
.guide .guide_sections h3,
.guide .guide_sections h4 {
	font-weight: 600;
	margin: 2rem 0 0.5rem;
	position: relative;
	color: #000000;
}
.guide .guide_sections h2 {
	margin-top: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EEEEEE;
}
.guide .guide_sections h2:first-child {
	margin-top: 0px;
}
.guide .guide_sections {
	padding-left: 60px;
	position: relative;
}
.guide .guide_sections .num {
	position: absolute;
	left: -80px;
	top: -2px;
	font-size: 16px;
	padding: 2px 10px;
	width: 40px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.5);
	background-color: #EEEEEE;
	text-align: center;
}
.guide .guide_sections h3 .num {
	font-size: 14px;
}
.guide .guide_sections h4 .num {
	font-size: 12px;
}
.guide .guide_sections img {
	display: inline-block;
	margin: 15px 0px 20px 0px;
	border: 2px solid #EEEEEE;
}
.guide .guide_sections a img {
	cursor: zoom-in;
}
.guide ul.guide_sections_list {
	display: block;
	padding: 0px;
	margin: 0px;
}
.guide ul.guide_sections_list li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #EEEEEE;
}
.guide ul.guide_sections_list > li:first-child {
	padding-top: 0px;
	border: none;
}
.guide ul.guide_sections_list > li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}
.guide ul.guide_sections_list li a {
	font-weight: 600;
	padding: 3px 0px;
	display: block;
	color: #000000;
	position: relative;
	text-transform: uppercase;
}
.guide ul.guide_sections_list li a .num {
	color: rgba(0, 0, 0, 0.5);
	display: inline-block;
	margin-right: 5px;
	font-weight: 600;
}
.guide ul.guide_sections_list li ul {
	display: none;
	padding: 0px;
	margin: -5px 0px 0px 0px;
}
.guide ul.guide_sections_list li.visible ul {
	display: block;
}
.guide ul.guide_sections_list li ul li {
	margin: 0px;
	border: none;
}
.guide ul.guide_sections_list li ul li a {
	text-transform: none;
	font-weight: normal;
	padding-left: 20px;
	color: rgba(0, 0, 0, 0.8);
}
.guide ul.guide_sections_list li ul li ul li a {
	padding-left: 40px;
	font-size: 90%;
}
.guide ul.guide_sections_list li.active > a:before {
	content: "";
	width: 2px;
	position: absolute;
	left: -12px;
	top: 10%;
	bottom: 10%;
	background-color: #528bff;
}

.test_message {
	border: 2px solid #DDDDDD;
	background-color: #FCFCFC;
	padding: 10px 15px 10px 60px;
	position: relative;
}
.test_message i {
	position: absolute;
	left: 20px;
	top: 15px;
	font-size: 24px;
	color: #DDDDDD;
}
.test_message span {
	display: block;
	font-weight: 600;
}
.test_message.info {
	border-color: #2196F3;
	background-color: #f5fbfe;
}
.test_message.info i {
	color: #2196F3;
}
.test_message.warning {
	border-color: #FF9800;
	background-color: #fff7eb;
}
.test_message.warning i {
	color: #FF9800;
}
.test_message.error {
	border-color: #F44336;
	background-color: #fef1f0;
}
.test_message.error i {
	color: #F44336;
}
