/*
green rgb(111, 176, 58);
light green rgba(111, 176, 58, 0.5);
blue rgb(49, 155, 168);
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
* {
  padding: 0;
  margin: 0;
}
img {
  border: 0px;
}
html, body{min-height: 100%;}
.print_only, .task .print_only{display: none;}
body, textarea  {
  font-family: 'Open Sans', 'Arial';
}
a,a:visited{
  color: black;
  text-decoration: none;
}

a.hoverable:hover{
  border-bottom: 1px dotted #000;
}
.error_msg a,.error_msg a:visited{
  color: rgb(0, 162, 255);
}
.error_msg a:hover{
  color: rgb(39, 140, 198);
}

.light_title{
  color: rgb(128,128,128);
}
h1{
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 200%;
}
h1.tooltip{
  display: inline-block;
}
.inline_block{
  display: inline-block;
}
.error_msg h1{
  margin: 100px 0 40px 0;
  padding-left: 60px;
  background: url(../images/icon32_warning_yellow.png) no-repeat center left;
  display: inline-block;
}
.error_msg.noscript h1{
  margin-bottom: 100px;
}
.error_msg.no_image h1{
  background: none;
}
.section_content .error_msg{
  padding-bottom: 40px;
}
.section_content .error_msg h1{
  margin-top: 30px;
}
.error_msg h2{
  color: rgb(128,128,128);
  margin-bottom: 100px;
}
input.global, input.guess{
  box-shadow: 0px 0px 5px rgb(255, 178, 0);
}
.blue{
  color: rgb(30, 125, 173);
}
.warning_msg{
  padding-left: 60px;
  background: url(../images/icon32_warning_yellow.png) no-repeat center left;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
}

/* ---------  messages styles --------------- */
.msgBody{
  padding: 15px;
  font-size: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.section .msgBody{
  margin-bottom: 15px;
}
.msgBody .msg_inner{
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 5px 0;
  padding-left: 50px;
  width: 90%;
}

.msg_inner span{
  line-height: 30px;
}
.msg_inner a{
  text-decoration: underline;
}

.msgBody.success{
  background-color: rgba(230, 255, 185, 1);
}
.msgBody.success .msg_inner{
  background-image: url(../images/icon38_message-success_green.png);
}
.msgBody.error{
  background-color: rgba(255, 217, 217, 1);
  color: black;
}
.msgBody.error .msg_inner{
  background-image: url(../images/icon38_message-error_red.png);
}
.msgBody.info{
  background-color: rgba(217, 236, 255, 1);
}
.msgBody.info .msg_inner{
  background-image: url(../images/icon38_message-info_blue.png);
}
.msgBody.warning{
  background-color: rgb(255, 245, 165);
}
.msgBody.warning .msg_inner{
  background-image: url(../images/icon32_warning_yellow.png);
}
.msgBody .button{
  /*  margin-top: 20px;*/
  float: right;
}
.msgBody .button.center{
  margin-top: 20px;
  float: none;
}
/* -------------------------------------------*/
ul{
  list-style-type: none;
}
h2{
  font-weight: normal;
  font-size: 140%;
  margin-bottom: 10px;
}
h3{
  margin-bottom: 5px;
}

div.actions_box{
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: right;
}

div.responsible_users_wrapper {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 30;
}

div.responsible_users_wrapper img {
  border-radius: 16px;
  max-width: 16px;
  max-height: 16px;
}

li:hover > div.responsible_users_wrapper {
  left: 37px;
  bottom: 37px;
}

li:hover > div.responsible_users_wrapper img {
  max-width: 28px;
  max-height: 28px;
}

ul.projects_list > li > div.responsible_users_wrapper > .menu-box.actions_cover {
  display: block;
}

.actions_cover{
  display: none;
  float: right;
  border: 1px solid rgb(233, 233, 233);
  background-color: white;
  border-color: rgb(206, 206, 206);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  right: 0;
  top: 0;
}
.actions_cover.menu-box{
  overflow: visible;
}
.actions_cover.menu-box>a{
  border-radius: 12px;
  overflow: hidden;
}
.actions_cover.bottom{
  bottom:0;
  top: auto;
}
.actions_cover.left{
  left: 0;
  right: auto;
}

.actions_cover.inside{
  right: -5px;
}

.actions_cover>a:first-of-type, .actions_cover>input:first-of-type{
  padding-left: 8px;
}
.actions_cover>a:last-of-type, .actions_cover>input:last-of-type{
  padding-right: 8px;
}
.actions_cover>a, .actions_cover>a:only-of-type, .actions_cover>input:only-of-type{
  padding: 3px;
  display: inline-block;
}
.actions_cover>a:hover, .actions_cover>input:hover{
  background-color: rgba(0,0,0,0.05);
}
.actions_cover>a.full_image{
  padding: 0px;
}
.actions_cover.no_background{
  border-width: 0px;
  background-color: transparent;
  box-shadow: none;
}
.actions_cover.no_background>a{
  background-color: transparent;
}
.question>.actions_box>.actions_cover{
  top: -15px;
}
.quantity_list .actions_cover{
  right: 14px;
  top: 5px;
}
div:hover>.actions_box .actions_cover, .quantity_list li:hover .actions_box .actions_cover, tr:hover>.actions_box .actions_cover, .answer_list_item:hover .actions_box .actions_cover, li.task:hover .actions_box .actions_cover,h1:hover>.actions_box .actions_cover,h3:hover>.actions_box .actions_cover, tr:hover > td > .actions_box .actions_cover{
  display: block;
}

a.action_icon{
  width: 32px;
  height: 32px;
  display: inline-block;
}
a.action_icon.small{
  width: 24px;
  height: 24px;
}
a.action_icon:hover{
  background-color: rgba(0,0,0,0.05);
}
#topHeader *{
  color: white;
}
.cleaner{
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  float: none;
}
.nowrap{
  white-space: nowrap;
}
.relative{
  position: relative;
}
.cleaner.left_clear{
  clear: left;
}
#alldocs {
  width: 100%;
  height: 100%;
}
#submenuMax{
  background-color: rgb(240, 240, 240);
}
#min, #topMin, #submenuMin{
  max-width: 1000px;
  margin: 0 auto;
}
#topMin{
  padding-bottom: 4px;
}
#topHeader{
  width: 100%;
  color: white;
}
.logo_link img{
  vertical-align: middle;
}
.logo_link h2{
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-bottom: 0px;
}
.logo_link{
  margin-top: 10px;
  display: inline-block;
}
#content {
  margin: 15px 0px 55px 0;
  clear: both;
  position: relative;
}
#menu a{
  color: white;
}
#menu>a{
  float: left;
}
#menu a:hover{
  background-color: rgba(255, 255, 255, 0.1);
}
a.with_background{
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}
#menu a.with_background, .content_filter label.with_background{
  background-position: top center;
  background-repeat: no-repeat;
  padding: 47px 15px 5px 15px;
  text-align: center;
  width: auto;
  height: auto;
}
a.with_background.small, label.with_background.small{
  padding: 40px 0px 0px 0px;
}

a.with_background.empty{
  width: auto;
  height: auto;
}
#menu a.with_background{
  margin-right: 5px;
  margin-top: 10px;
}
#menu a.projects{
  background-image: url(../images/icon50_projects_white.png);
}
#menu a.settings{
  background-image: url(../images/icon50_settings_white.png);
}
#menu>div{
  display: inline-block;
}
#menu>div>div{
  margin-top: 6px;
}
#menu input{
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  margin: 0;
  width: 181px;
}
.profile_link{
  background: url(../images/icon24_user_blue.png) no-repeat 3px 6px;
  padding: 8px 0 9px 33px;
  width: 116px;
  display: inline-block;
}
.logout_link{
  background: url(../images/icon24_logout_white.png) no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 7px 7px 8px 10px;
}
.login_link{
  background-image: url(../images/icon40_respond_white.png);
}
#menu {
  position: relative;
}
#menu, #submenu {
  display: inline-block;  
  float: right;
}
#submenu{
  padding-top: 5px;
  min-height: 45px;
}
#submenu li, #menu li, ul.domains li{
  display: inline-block;
}
#submenu li{
  height: 100%;
  padding-bottom: 5px;
  margin: 0px 3px;
}
#submenu li.active{
  background-color: white;
}
#submenu a{
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 9px center;
  padding: 9px 9px 9px 40px;
  color: black;
}
#submenu li:not(.active) a:hover{
  background-color: rgba(0,0,0,0.05);
}
#submenu a.no_icon{
  padding-left: 9px;
}

#submenu .back{background-image: url(../images/icon24_back_black60.png);}
#submenu .delete{background-image: url(../images/icon24_delete_black60.png);}
#submenu .user{background-image: url(../images/icon24_user_black60.png);}
#submenu .logout{background-image: url(../images/icon24_logout_black60.png);}
#submenu .new{background-image: url(../images/icon24_add_black60.png);}
#submenu .history{background-image: url(../images/icon24_history_black60.png);}
#submenu .clone{background-image: url(../images/icon24_recycle_black60.png);}
#submenu .switch_project_user{background-image: url(../images/icon24_switch_black60.png);}
#submenu .categories{background-image: url(../images/icon24_star_black60.png);}
#submenu .delivery_types{background-image: url(../images/icon24_expedition_black60.png);}
#submenu .system{background-image: url(../images/icon24_gear_black60.png);}
#submenu .resources{background-image: url(../images/icon24_diamond_black60.png);}
#submenu .customers{background-image: url(../images/icon24_user_black60.png);}
#submenu .export{background-image: url(../images/icon24_export_black60.png);}
#submenu .orders{
  background-image: url(../images/order_icon.svg);
  background-size: 22px;
}

.submit{
  margin-top: 20px;
  padding: 0 35px;
  font-size: 16px;
}
.cover_box .submit{
  padding: 0px;
}

.builder .section.category_set{
  min-height: 170px;
}

.builder.category_build .section, .builder.product_build .section, .builder.order .section{
  padding: 0px 25px 0px 65px;
  position: relative;
  margin-bottom: 40px;
}

.section_number{
  width: 36px;
  height: 31px;
  text-align: center;
  background-color: rgb(111, 176, 58);
  color: white;
  padding-top: 5px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  font-size: 120%;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.active .section_number{
  background-color: rgb(49, 155, 168);
}
.disabled .section_number{
  background-color: rgb(200, 200, 200);
}
.section.disabled .section_box, .section.processing .section_box{
  display: none;
}
.section.disabled .section_line, .section.disabled .section_number{
  display: block;
}
.section_line{
  background-color: rgb(200, 200, 200);
  position: absolute;
  bottom: 0px;
  top: 54px;
  left: 15px;
  width: 7px;
  border-radius: 4px;
}
.section>h2{
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 20px;
  padding-top: 7px;
  cursor: pointer;
  display: inline-block;
}

.task_preview_box .category_image{
  float: left;
  margin-top: 15px;
  min-width: 80px;
  border-radius: 40px;
}
.task_preview .category_image{
  margin-right: 20px;
}
.category_image.small{
  width: 40px;
  min-width: 0px;
  margin-top: 0px;
  border-radius: 20px;
}
.project_prices_summary .category_image{
  float: left;
  margin-right: 10px
}
.category_image.edit:hover{
  box-shadow: inset 0 100px rgba(0, 0, 0, 0.05);
}
.categories_list{
  margin-bottom: 10px;
  padding: 10px;
  min-height: 140px;
  text-align: center;
}
.category_image{
  float: none;
  text-align: center;
  width: 75px;
}
.category_image_box_big{
  border: 3px solid transparent;
  border-radius: 55px;
  display: inline-block;
  overflow: hidden;
}
.category_image_box_big.no_radius {
  border-radius: 0;
}
.categories_list .category.selected .category_image_box_big{
  border-color: rgb(111, 176, 58);
}
.categories_list .category{
  display: inline-block;
  vertical-align: top;
  height: 130px;
  width: 113px;
  padding: 5px 2px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.category.placeholder{
  background:  url(../images/illu_placeholder.png) center 10px no-repeat;
}
.category.placeholder .category_name{
  margin-top: 110px;
}
.categories_list .category:hover, .task_preview:hover{
  background-color: rgba(0, 0, 0, 0.05);
}
.categories_list .category:hover.ui-sortable-helper{
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.category_name{
  /*  font-size: 120%;*/
  margin-top: 5px;
}
.category_name span{
  font-weight: bold;
}
.category_name.small{
  font-size: 80%;
  line-height: 125%;
  margin-top: 2px;
}
.category_properties{
  line-height: 180%;
  margin-left: 25px;
  display: inline-block;
}
.category_status{
  margin-left: 10px;
}
.category_status_icon{
  width: 32px;
  height: 32px;
  border-radius: 18px;
  border: 2px solid rgb(111, 176, 58);
  background: white url(../images/icon24_tick_green.png) no-repeat center center;
  position: absolute;
  right: 10px;
  top: 50px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.category_status_icon.inactive{
  border-color: white;
  background-image: url(../images/icon24_tick_black15.png);
}
.category_status_icon.testing{
  background-image: url(../images/icon24_tick_black15.png);
}
.section .question .heading, .heading.helper{
  background-color: rgba(49, 155, 168, 1);
  display: inline-block;
  padding: 5px 12px;
  color: white;
  cursor: pointer;
}
.section.parameters.active .question .heading{
  background-color: rgba(49, 155, 168, 0.5);
}
.section.active .question.active .heading, .section.active .dependences .question .heading{
  background-color: rgba(49, 155, 168, 1);
}
.section_part{
  padding-bottom: 20px;
}
.section h3{
  margin-bottom: 10px;
}
.section .question.finished .heading{
  background-color: rgba(111, 176, 58, 0.5);
}
.heading.helper{
  background-color: rgba(111, 176, 58, 0.5);
  text-align: center;
}
ul.answers>li{
  border-left: 4px solid rgba(111, 176, 58, 0.5);
  padding-top: 2px;
  position: relative;
}
.product_build .active ul.answers>li, .category_build .parameters ul.answers>li{
  border-left-color: rgba(49, 155, 168, 0.5);
}
.product_build .finished ul.answers>li{
  border-left-color: rgba(111, 176, 58, 0.5);
}
.product_build .finished ul.answers>li.selected{
  border-left-color: rgba(111, 176, 58, 1);
}
li .arrow{
  position: absolute;
  left: 0;
  top: 40%;
  display: none;
  width: 7px;
  height: 20px;
  background: url(../images/icon_arrow_green.png) center center no-repeat;
  z-index: 10;
}
.active li .arrow{
  background-image: url(../images/icon_arrow_blue.png);
}
.finished li .arrow{
  background-image: url(../images/icon_arrow_green.png);
}

.answer.helper{
  font-size: 150%;
  line-height: 280%;
}
ul.answers>li.first{
  padding-top: 4px;
}

.answer .units_select{
  margin-top: 5px;
}
.answer .units_select label{
  font-size: 80%;
  width: 20px;
  text-align: center;
}
.active .question.active li:hover .arrow, li.selected .arrow {
  display: block;
}
.product_build .question.active li:hover, .active .question li.selected, .category_build ul.answers>li, .category_build .parameters .active ul.answers>li{
  border-left-color: rgba(49, 155, 168, 1);
}
.question li.selected{
  border-left-color: rgba(111, 176, 58, 1);
}
.questions{
  min-height: 115px;
  margin-bottom: 20px;
}
.section.product_parameters .section_content{
  position: relative;
  overflow: hidden;
}
.questions.product_build{
  position: relative;
  left: 0;
  white-space: nowrap;
}

.question{
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
  position: relative;
  margin-bottom: 15px;
  white-space: normal;
  width: 210px;
}
.category_build .question:nth-of-type(4n){
  margin-right: 0px;
}
.quantity_list_box{
  margin-bottom: 20px;
}
.product_build .quantity_list_box{
  margin-left: 220px;
  min-height: 276px;
}
.quantity_list_box .heading{
  height: 60px;
}
.quantity_list_box .heading h3{
  float: left;
  margin-top: 10px;
}
.quantity_list_box .heading .control{
  float: right;
}
.discounts_answers_box{
  text-align: center;
  margin-bottom: 20px;
}
.button.add_discounts_group{
  width: 80%;
}
.quantity_list_set{
  width: 670px;
}
.builder .quantity_list_set{
  width: auto;
}
.builder.discounts_groups.quantity_set .tile.left{
  min-width: 90px;
}
select[name=discounts_answers]{
  float: right;
}

.discounts_groups .quantity_list_box{
  margin-left: 0px;
}
.quantity_list_box h3{
  margin-top: 30px;
}
.discounts_groups .quantity_list_box{
  min-height: 0px;
}
.quantity_list_box.without_custom_box{
  margin-left: 0;
}
.quantity_box{
  float: left;
}
.question.placeholder{
  width: 206px; 
}
.question.placeholder .answers{
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  height: 100%;
  min-height: 320px;
}

.tile, .product_build .active>ul.choosing .tile, .product_build .quantity_list_box .choosing .tile{
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(233, 233, 233);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  color: rgb(169, 169, 169);
  cursor: pointer;
  overflow: hidden;
}
.tile img, .product_build .active>ul.choosing .tile img, .product_build .quantity_list_box .choosing .tile img, .answer_list_item.inactive .tile,  .question.inactive .tile, .category_image_box.inactive{
  opacity: 0.5;
}
.answer_list_item.inactive.selected .tile, .ui-dialog .tile img{
  opacity: 1;
}
.tile .error_icon, .error_box>.error_icon{
  position: absolute;
  bottom: 0;
  right: 5px;
}
.error_box{
  position: relative;
  float: right;
  min-width: 40px;
  min-height: 40px;
}

.quantity_list_box ul li.selected .tick{
  display: block;
  top: 17px;
  right: -1px;
}
.tile.piece_price_box{
  min-width: 120px;
}
.tile.price_box{
  min-width: 113px;
  position: relative;
}
.product_build .active>ul li:hover .tile, ul.answers .selected .tile, .active>ul .tile, .product_build .quantity_list_box ul li:hover .tile,
.category_build .tile, .discounts_groups .tile, .quantity_set .tile, .product_build .quantity_set .choosing .selected .tile,
.ui-dialog .tile{
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(200, 200, 200);
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  color: #262626;
}
/* Well, nothing that i would be proud of ...*/
.product_build .active>ul li:hover .tile img, ul.answers .selected .tile img, .active>ul .tile img, .product_build .quantity_list_box ul li:hover .tile img,
.category_build .tile img, .discounts_groups .tile img, .quantity_list_box .tile img, .product_build .quantity_list_box .choosing .selected .tile img{
  opacity: 1;
}
.product_build .quantity_list_box ul li:hover .tile.left{
  border-left: 5px solid rgba(49, 155, 168, 1);
}

.product_build .quantity_list_box .choosing .tile.left{
  border-left: 5px solid rgba(49, 155, 168, 0.5);
}
.product_build .quantity_list_box ul li.selected .tile.left, .product_build .quantity_list_box ul li.selected:hover .tile.left, .product_build .quantity_list_box .choosing .active .tile{
  border-left: 5px solid rgba(111, 176, 58, 1);
}


.answer{
  margin-left: 4px;
  width: 158px;
  min-height: 70px;
  padding: 10px 15px;
  position: relative;
}
/*          small answers          */

.product_build .question.small_answers .answer{
  min-height: 0px;
  height: auto;
}
.product_build .question.small_answers .answer_symbol{
  padding-top: 7px;
}
.product_build .question.small_answers .answer_symbol.without_details{
  padding-top: 2px;
}
.product_build .question.small_answers .custom .answer_symbol{
  padding-top: 14px;
}
.product_build .question.small_answers .answer_details{
  padding-top: 13px;
}
.product_build .question.small_answers .answer_details.with_inputs{
  padding-top: 0px;
}
.product_build .question.small_answers .two_lines .answer_symbol{
  padding-top: 7px;
}
.product_build .question.small_answers .two_lines .answer_details{
  padding-top: 4px;
}
.product_build .question.small_answers .three_lines .answer_symbol{
  padding-top: 14px;
}
.product_build .question.small_answers .three_lines .answer_details{
  padding-top: 2px;
}

.product_build .question.smaller_answers .answer{
  padding-top: 5px;
  padding-bottom: 5px;
}
.product_build .question.smaller_answers .answer_symbol{
  padding-top: 5px;
}
.product_build .question.smaller_answers .answer_details{
  padding-top: 11px;
}
/*----------------------------------*/
.product_build .answer{
  height: 70px;
}
.product_build .size_answer.custom .answer{
  height: 100px;
}
.product_build .upload_box{
  min-height: 215px;
}
.product_build .upload_box h2{
  padding-top: 25px;
}
.answer>div{
  display: inline-block;
  overflow: hidden;
}
.answer>div.actions_box{
  overflow: visible;
}
.answer textarea{
  width: 75px;
  resize: none;
  padding: 2px;
  min-width: 0px;
  min-height: 0px;
}
.selected .answer textarea{
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  width: 172px;
}
.answer_symbol, .tile .title{
  font-weight: bold;
  font-size: 130%;
  padding-top: 20px;
  width: 60px;
  text-align: center; 
}
.answer_symbol.two_lines{
  padding-top: 5px;
}
.answer_symbol.without_details{
  width: 100%;
}
.answer_symbol.small{
  font-size: 80%;
}
.tile .title{
  padding-top: 0px;
}
.answer_symbol.has_specification{
  padding-top: 7px;
}
.answer_symbol.image_only{
  padding-top: 0px;
}
.answer_symbol .specification{
  font-size: 60%;
  font-weight: normal;
  display: block;
  text-align: center;
}  
.answer_symbol.without_details .specification{
  font-size: 62%;
}
.answer_details{
  font-size: 80%;
  margin-left: 6px;
  vertical-align: top;
  padding-top: 27px;
  max-width: 85px;
}
.two_lines .answer_details{
  padding-top: 16px;
}
.three_lines .answer_details{
  padding-top: 8px;
}
.answer_details.with_inputs{
  padding-top: 0px;
  width: 70px;
  margin-left: 15px;
  padding: 0 0 1px 1px;
}
.answer_details.with_inputs:has(.role_input) {
  width: 90px;
  margin-left: 0px;
  max-width: 90px;
}
.answer_details.with_inputs:has(.role_input) input {
  width: 84px;
}
.tick{
  background: url(../images/icon24_tick_green.png) no-repeat center center;
  width: 26px;
  height: 19px;
  display: none;
  position: absolute;
  z-index: 5;
  bottom: 40%;
  right: 0px;
}
.selected .tick{
  display: block;
}
.quantity_set .tile.custom, .quantity_set .tile.left{
  border-left: 5px solid rgb(49, 155, 168);
}
.quantity_set .tile.left{
  min-width: 59px;
}
.quantity_set .custom{
  width: 180px;
  text-align: center;
  padding: 20px 0;
  display: inline-block;
}
.quantity_set div.custom input{
  text-align: center;
  width: 75%;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  min-width: 0;
}
.quantity_set .custom div{
  margin-top: 10px;
}

.quantity_box .price_box, .quantity_box .piece_price_box{
  font-weight: bold;
}
.quantity_list{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.quantity_list li{
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: block;
  position: relative;
  height: 69px;
  /*  overflow: hidden;*/
}
.quantity_list li>.tile{
  float: left;
  height: 46px;
  padding: 8px 3px;
  text-align: center;
  margin-bottom: 3px;
}
.quantity_list li>.tile>div{
  padding-top: 3px;
}
.quantity_list li>.tile.left>div{
  padding-top: 11px;
}
.label{
  display: inline-block;
  margin-bottom: 15px;
}
.label.accountancy {
  margin-bottom: 0;
}
.note, span.note, div.note{
  font-size: 60%;
  font-weight: normal;
}
.smaller, span.smaller, div.smaller, .dropzone .dz-filename, .file_name {
  font-size: 85%;
  font-weight: normal;
}
.absmiddle{
  vertical-align: middle;
}
.absbottom{
  vertical-align: bottom;
}
body .hidden {
  display: none;
}
.upper_index{
  font-size: 70%;
  vertical-align: super;
}
.changed{
  color: #ff9900;
}
.center, table.center th, table.center td{
  text-align: center;
}
.right{
  text-align: right;
}
.error,a.error{
  color: red;
}
.question>img.error{
  float: right;
  height: 32px;
}
input[type=text].error, input[type=password].error{
  border: 1px solid red !important;
}
label, input[type=radio]{
  cursor: pointer;
}
input[type=text].disabled, input[type=password].disabled{
  background-color: rgb(235, 235, 228);
  border: 1px solid rgb(200, 200, 200);
  padding: 1px;
}
input[type=submit].disabled:not(.fill):not(.init){
  padding-right: 30px; 
}
input.image_submit{
  background: no-repeat center center;
  border: none;
  width: 38px;
  height: 38px;
  display: inline-block;
  cursor: pointer;
}
.image_submit.edit{
  background-image: url(../images/icon32_edit_black60.png);  
}
/*                    Button styles                     */
.button, a.button, input.button{
  background-color: rgb(49, 155, 168);
  color: white;
  display: inline-block;
  border-radius: 3px;
  padding: 5px 15px;
  box-shadow: inset 0 -1px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(49, 155, 168);
  cursor: pointer;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-appearance:none; 
  text-decoration: none;
}
select{
  -webkit-appearance:none; 
}
div.button.active{
  background-color: rgb(49, 155, 168);
  color: white;
}
div.button.active:hover{
  background-color: rgb(49, 140, 151);
}
.button.disabled, .button.disabled:hover{
  background-color: rgba(230, 230, 230, 1);
  border-color: rgba(200, 200, 200, 1);
  color: rgb(150, 150, 150);
  text-shadow: none;
  box-shadow: inset 0 -1px 0px rgba(0, 0, 0, 0.1);
  cursor: default;
}
.button.fill, a.button.fill{
  padding: 10px 15px;
  width: 100%;
}
.button:hover, .button.inactive:hover{
  background-color: rgb(49, 140, 151);
}
.button.inactive{
  background-color: rgba(49, 155, 168, 0.6);
}
.button.small{
  padding: 0px 4px;
}

.button.green{
  background-color: rgba(111, 176, 58, 1)
}
.button.red{
  background-color: rgba(255, 0, 0, 1);
}
.button.red.checked{
  background-color: rgba(230, 0, 0, 1);
}
.button.green.checked{
  box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.2);
  background-color: rgba(60, 160, 40, 1);
}
.button.white{
  background-color: rgb(250, 250, 250);
  color: black;
  text-shadow: none;
  border-color: rgb(200, 200, 200);
  border-radius: 0px;
}
.button.white:hover{
  background-color: rgb(245, 245, 245);
}
.button.big{
  padding-top: 10px;
  padding-bottom: 10px;
}
.button.saved{
  background-image: url(../images/icon24_tick_black15.png);
  background-repeat: no-repeat;
  background-position: 91% 40%;
  padding-right: 40px;
}
.button.with_image{
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 44px;
}
.button.save, input[type=submit].button, .button.save-like{
  margin-bottom: 5px;
  line-height: 26px;
  font-size: 16px;
}

.unselectable, .switcher_button, label{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switcher_buttons_box{
  margin-bottom: 10px;
}
.switcher_button{
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid rgb(180, 180, 180);
  border-right: none;
  cursor: pointer;
  background-color: rgb(240, 240, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 0px rgba(255, 255, 255, 0.5);
}
.switcher_button.left{
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.switcher_button.right{
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-right: 1px solid rgb(180, 180, 180);
}
.switcher_button.checked{
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  background-color: rgb(111, 176, 58);
  color: white;
}
.switcher_button input{
  display: none;
}

.address_form .switcher_button{
  padding: 5px 19px;
}

h2 .button{
  margin-left: 10px;
}
/* ------------------------------------------------------ */
.statusSmallGreen, .statusSmallGrey, .statusSmallOrange, .statusSmallRed{
  background: url(../images/ico_status_small.png) no-repeat center top;
  width:  20px;
  height: 20px;
}

.statusSmallGrey {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-position: center -100px;
}
div.statusSmallGreen {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 3px;
}
div.statusSmallOrange {
  background-position: center -80px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 3px;
}
div.statusSmallGrey {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 3px;
}
div.statusSmallRed {
  background-position: center -40px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 3px;
}

.options_list{
  /*  float: right;
    position: relative;*/
  z-index: 5;
  position: absolute;
  right: 0px;
  min-width: 300px;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.options_list h3{
  color: black;
  font-family: 'Open Sans', 'Arial';
  min-width: 250px;
  background: rgb(49, 155, 168);
  color: white;
}
.options_list h3.ui-accordion-header-active, .options_list>li:hover h3{
  background: rgb(49, 140, 151);
}
.options_list ul>li{
  cursor: pointer;
  padding: 2px 5px;
}
.options_list ul>li:hover{
  font-weight: bold;
  background-color: rgba(0,0,0,0.05);
}
.answer_details input[type=text]{
  width: 63px; 
}
.quantity_list input[type=text]{
  width: 55px; 
}
.answer_details input[type=checkbox]{
  width: 20px;
  /*  margin-top: 10px;*/
}
.tile .answer_details.half input{
  margin-top: 6px;
}
.answer_details.half.radio input{
  margin-top: 16px;
}
.count_result_box{
  display: inline-block;
}
.count_result_box>span{
  margin-left: 30px;
}
div.materials, span.materials{
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}

.new_discount{
  position: relative;
}
.save.icon{
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 5;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}
/*.save.icon:hover{
  background-color: rgba(0,0,0,0.05);
}*/
#save_discount{
  padding: 0px;
  border-radius: 15px;
  background-image: url(../images/icon24_save_black60.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 0px;
}
.image_small{
  max-width: 60px;
  max-height: 80px;
}
.default_category{
  border: 2px solid rgba(255, 0, 0, 0.5);
}
.product_summary{
  margin-bottom: 10px;
}
.file_browser_link{
  cursor: pointer;
}


.cover_box {
  margin: 20px 0;
}
.cover_box.fullwidth, .cover_box.fullwidth .cover_box_inner{
  width: 100%;
}
.cover_box>h2 {
  display: block;
}
.cover_box.login_form .cover_box_inner{
  margin: 0px auto;
  width: 270px;
}
.cover_box.login_form .cover_box_inner input[type=text], .cover_box.login_form .cover_box_inner input[type=password] {
  min-width: 248px;
}
.cover_box.forgotten_passwor .cover_box_inner{
  margin: 0px auto;
  border-width: 0px;
}
.cover_box_inner{
  display: inline-block;
}
.ui-dialog .cover_box_inner{
  width: 100%;
}
.block_input input[type=text],.block_input input[type=password],.block_input input[type=email]{
  display: block;
}

/* Tables styles */

th, td{
  font-weight: normal;
  text-align: left;
}
td.offset, .cover_box td.offset{
  padding-left: 36px;
}
td.number, th.number{
  text-align: right;
}
.cover_box table{
  border: 1px solid #CCC;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.cover_box table.fullwidth{
  width: 100%;
}
.dialog .cover_box table.fullwidth{
  border: none;
}
.dialog_flex_wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog_flex_wrap * {
  margin: 10px;
}
.cover_box table td, .cover_box table th, .dialog .cover_box table.form_table td, .dialog .cover_box table.form_table th{
  padding: 5px 15px; 
}
.cover_box table.form_table td, .cover_box table.form_table th{
  padding: 5px 15px 5px 0px; 
}
.cover_box table th{
  background-color: #EEE;
  color: rgb(120, 120, 120);
  font-size: 80%;
}
.cover_box thead tr{background: #FAFAFA; }


.cover_box tr:nth-child(odd), .projects_list li:nth-child(odd) {background: #FFF}
.cover_box tr:nth-child(even), .projects_list li:nth-child(even){background: #F5F5F5}

.cover_box .form_table tr{
  background: none;
}
.cover_box .form_table{
  border: none;
}
.form_table tr td:first-child{
  min-width: 100px;
}
.form_table input{
  width: 200px;
}
.form_table select{
  width: 222px;
}
.form_table input, .form_table select{
  display: block;
}
table.with_inputs input[type=text]{
  min-width: 0;
  width: 80px;
  padding: 10px;
}

table div.button{
  margin-left: 10px;
}
/* -----------------------------------------  */

/* input styles */
.tile input[type=text], .tile select{
  padding: 2px;
  border-radius: 2px;
  border: 1px solid #CCC;
  font-family: inherit;
  min-width: 0px;
  margin: 2px 0;
}
.tile input[type=text].with_info{
  width: 110px;
}
li.question_type .tile{
  border-color: transparent;
  background-color: rgb(240, 240, 240);
}
.question_type label{
  margin-top: 10px;
  display: inline-block;
  font-size: 80%;
}
select.question_type{
  margin-top: 10px;
  width: 160px;
}
input[type=text],input[type=password], input[type=email], select, textarea, input[type=number]{
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #CCC;
  margin: 5px 0;
  font-family: inherit;
  min-width: 168px;
}
input[type=text].small,input[type=password].small, input[type=email].small, select.small, textarea.small{
  min-width: 0px;
}
textarea{
  min-width: 300px;
  min-height: 120px;
}

.center input[type=submit]{
  margin: 0px auto;
}

.fullwidth input[type=text]{
  width: 90%;
}
.fullwidth select{
  width: 95%;
}
.fullwidth textarea{
  width: 90%;
  min-width: 0px;
}
input.datepicker.small{
  width: 90px;
  text-align: center;
}
/* loading styles*/
.loading_sprite{
  background: transparent url(../images/loading_sprite.png) no-repeat left top;
  /*zoom: 0.3;*/
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.loading_sprite.small{
  background: transparent none no-repeat left top;
  background-image:  url(../images/loading_sprite25_black30.png) !important;
  /*zoom: 0.3;*/
  width: 25px !important;
  height: 25px !important;
  text-align: center !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.loading_sprite.small.grey{
  background-image:  url(../images/loading_sprite.png) !important;
  background-size: auto 100% !important;
}
.loading_sprite.small.absolute{
  position: absolute;
  right: 7px;
  top: 26%;
}
.fill + .loading_sprite.small.absolute{
  right: 15px;
}
.chart_div{

}
.section .chart_div{
  margin-bottom: 15px;
}
#total_discounts_chart{
  margin-left: 220px;
  margin-top: 0px;
  min-width: 675px;
  min-height: 300px;
}
.column_box{
  display: inline-block;
  vertical-align: top;
  padding-right: 35px;
  position: relative;
}
.column_box.with_separator{
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid rgb(200,200,200);
}
.column_box.with_separator:first-of-type{
  border-left: none;
}
.column_box.with_separator:first-of-type{
  padding-left: 0;
}
.column_box .cover_box{
  margin: 0;
}
.column_box table input{
  max-width: 150px;
}
.alert{
  width: 190px;
  color: red;
  font-size: 80%;
}

/*    radio list styles     */
ul.radio_list li{
  width: 620px;
}
ul.radio_list li:hover{
  background-color: rgba(0,0,0,0.05);
}
ul.radio_list label{
  display: block;
  padding: 15px;
}
ul.radio_list .item_name{
  font-weight: bold;
}
ul.radio_list .item_description{
  display: block;
  font-size: 80%;
  margin-top: 5px;
}

/* ------------------------------- */



/*    user details section styles     */ 
.section.user_details .column_box div.button{
  display: block;
  margin: 48px 0;
}

/* ------------------------------- */
/*    delivery details section styles     */ 

.delivery_address{
  width: 191px;
  white-space: nowrap;
}

/* ------------------------------- */
.task_preview_box{
  width: 400px;
  height: 140px;
  float: left;
  margin-bottom: 10px;
}
.task_preview_box .quantity{
  margin-top: 10px;
}
.task_preview{
  margin-right: 15px;
  display: block;
  padding: 5px 10px 15px 15px;
}

.button_box{ 
  margin-top: 50px;  
}


.content_box{
  margin-top: 40px;
}
/*        projects page            */
ul.content_filter{
  text-align: right;
}
ul.content_filter.advanced_search{
  text-align: center;
}
ul.content_filter .quick_filter {
  position: relative;
}
ul.content_filter.quick_filter li.advancedSearch.withQuickFilters {
  margin-right: 70px;
}
.content_filter li{
  display: inline-block;
  min-width: 70px;
  text-align: center;
  border-left: 1px solid rgb(220, 220, 220); 
  padding: 0px 3px;
  position: relative;
}
.content_filter li .count{
  position: absolute;
  background-color: red;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: white;
  border-radius: 8px;
  bottom: 20px;
  right: 21%;
  font-size: 80%;
}
.content_filter li .count.empty{
  background-color: rgb(100,100,100);
}
.content_filter li:first-of-type, .content_filter li.with_inputs{
  border-left: none;
  margin-left: 10px;
}
.content_filter a:not(.saved-filters-button), .content_filter label{
  color: black;
  display: block;
  opacity: 0.5;
  font-size: 80%;
}
.content_filter a:hover,.content_filter label:hover{
  opacity: 0.7;
}
.content_filter a.active, .content_filter label.active{
  opacity: 1;
}
.with_background.warning, .project_status.warning, .status.warning{
  background-image: url(../images/icon32_warning_yellow.png);
}
.with_background.stopped,.project_status.stopped, .small_icon.stopped, .status.stopped{
  background-image: url(../images/icon32_stopped_black60.png);
}
.with_background.print, .project_status.print, .small_icon.print, .status.print{
  background-image: url(../images/icon32_print_black60.png);
}
.with_background.prepared, .project_status.prepared, .small_icon.prepared, .status.prepared{
  background-image: url(../images/icon32_prepared_black60.png);
}
.with_background.clipboard, .project_status.clipboard{
  background-image: url(../images/icon32_clipboard_grey.png);
}
.with_background.export, .project_status.export, .status.export{
  background-image: url(../images/icon32_a-export_black50.png);
}
.with_background.expedition, .project_status.expedition, .small_icon.expedition, .status.expedition{
  background-image: url(../images/icon32_expedition_black60.png);
}
.with_background.finished, .project_status.finished, .small_icon.finished, .status.finished{
  background-image: url(../images/icon32_finished_black60.png);
}
.with_background.in_creation, .project_status.in_creation, .small_icon.in_creation, .status.in_creation{
  background-image: url(../images/icon32_in_creation_black60.png);
}
.with_background.ordered, .project_status.ordered, .small_icon.ordered, .status.ordered{
  background-image: url(../images/icon32_ordered_black60.png);
}
.with_background.request_offer, .project_status.request_offer, .small_icon.request_offer, .status.request_offer{
  background-image: url(../images/icon32_request_offer_black60.png);
}
.with_background.dtp, .project_status.dtp, .small_icon.dtp, .status.dtp{
  background-image: url(../images/icon32_dtp_black60.png);
}
.with_background.confirmed, .project_status.confirmed, .small_icon.confirmed, .status.confirmed{
  background-image: url(../images/icon32_confirmed_black60.png);
}
.with_background.completion, .project_status.completion, .small_icon.completion, .status.completion{
  background-image: url(../images/icon32_completion_black60.png);
}
.with_background.cancelled, .project_status.cancelled, .small_icon.cancelled, .status.cancelled{
  background-image: url(../images/icon32_cancelled_black60.png);
}
.with_background.pending_payment, .project_status.pending_payment, .small_icon.pending_payment, .status.pending_payment{
  background-image: url(../images/icon_waiting_for_payment.svg);
  background-size: 37px;
}
.with_background.advanced_search{
  opacity: 1;
  background-position: center 3px;
  background-image: url(../images/icon50_search_black60.png);
}


ul.projects_list{
  margin-top: 10px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  border-left:1px solid rgb(200, 200, 200);
  border-right: 1px solid rgb(200, 200, 200);
}

ul.projects_list .error_msg{
  margin: 50px 0;
}

ul.projects_list li{
  border-bottom: 1px solid rgb(200, 200, 200);
  min-height: 84px;
  position: relative;
}
ul.projects_list:hover li{
  opacity: 0.5;
}
ul.projects_list li:hover{
  opacity: 1;
}
ul.projects_list li:hover .project_info{
  border-color: rgb(225, 225, 225);
}
ul.projects_list li > *{
  display: inline-block;
}
ul.projects_list li:first-of-type{
  border-top: 1px solid rgb(200, 200, 200);
}
.projects_list .project_info>div, .projects_list .tasks_info>div{
  display: inline-block;
  vertical-align: middle;
}
.project_info{
  border-right: 1px solid rgb(200, 200, 200);
  padding: 20px 0 20px 30px; 
}
.project_status{
  background-position: center left;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 55px;
  vertical-align: middle;
  width: 250px;
}

.tasks_info{
  vertical-align: middle;
  max-width: 490px;
}
.projects_list .project_dates{
  width: 130px;
  margin-right: 10px;
  vertical-align: middle;
}
.projects_list .project_dates > div{
  float: right;
  margin-right: 10px;
  font-size: 80%;
}
.tasks_info .task_status{
  line-height: 150%;
  margin-left: 10px;
  background-position: 10px center;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 85%;
  padding: 10px 10px 10px 55px;
  position: relative;
}
.tasks_info .task_status:hover, a.advanced_search:hover{
  background-color: rgba(0, 0, 0, 0.05); 
}
.with_icon{
  line-height: 30px;
}
.with_icon:before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: bottom;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.project_details .project_dates .with_icon{
  line-height: 50px;
}
.project_details .project_dates .with_icon:before{
  height: 50px;
}
.with_icon.icon_40{
  line-height: 40px;
}
.with_icon.icon_40:before{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.task_materials .with_icon.icon_40:before{
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.with_icon.start_date:before{
  background-image: url(../images/icon24_start_grey.png);
}
.with_icon.deadline_date:before {
  background-image: url(../images/deadline.svg);
  background-size: 24px;
}
.with_icon.finish_date:before {
  background-image: url(../images/icon24_deadline_grey.png);
}
.with_icon.deadline_date.deadline_warning:before{
  background-image: url(../images/icon32_warning_yellow.png);
  background-size: 24px;
  width: 24px;
}
.with_icon.deadline_date.warning:before{
  background-color: rgb(255,222,0);
}
.with_icon.deadline_date.past:before{
  background-color: rgb(255, 207, 207);
}
/* ------------------------------- */

/*        project page            */
.project_details>div{
  margin-bottom: 20px;
}
.project_details .project_dates>div{
  display: inline;
  margin-right: 20px;
  white-space: nowrap;
}
.project_prices>span{
  margin-right: 15px;
}
.project_files{
  float: right;
  width: 460px;
  margin-top: 5px;
}
.builder.order .project_files{
  float: none;
}
.column_box .project_files{
  margin-top: 0px;
}
.project_files .heading{
  background: url(../images/icon40_document_black40.png) no-repeat 10px top;
  padding: 0 0 10px 55px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid rgba(0,0,0, 0.2);
  margin-bottom: 15px;
}

.file_box{
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  width: 130px;
  height: 80px;
  overflow: hidden;
  white-space: nowrap;
}
.file_box a{
  height: 50px;
  display: inline-block;
}
.file_name{
  margin-top: 5px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

ul.task_list>li{
  border: 1px solid rgb(200, 200, 200);
  box-shadow: 0 2px 0 rgba(0,0,0,0.3);
  margin-bottom: 25px;
  border-top: 1px solid rgb(200, 200, 200);
  position: relative;
  display: flex;
}
ul.task_list>li:hover .edit_task_status{
  display: block;
}

.task>div{
  padding: 10px 5px 30px 5px;
  display: inline-block;
  vertical-align: top;
  min-height: 100px;

}
div.task_status_box{
  background-color: rgb(240, 240, 240);
  border-right: 1px solid rgb(200, 200, 200);
  width: 130px;
  text-align: center;
  position: relative;
  background-position: center 40px;
  background-repeat: no-repeat;
  padding-top: 80px;
}
div.task_status_box>div{
  margin-top: 5px;
}
div.task_status_box>a{
  vertical-align: bottom;
}
.task_status_box .task_status{
  color: rgb(150,150,150);
  margin-bottom: 50px;
}
.task_status_box .resource_image{
  margin-top: 20px;
}
.button.edit_task_status{
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 30px;
  display: none;
}
a.menu-show.button, a.menu-show.button, .button.parameters_link, .button.copy_address_link, .button.select_address_link {
  height: 30px;
  width: 30px;
  border-radius: 18px;
  padding: 0px;
}
a.menu-show.empty{
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
.statuses .menu-show.button{
  background-image: url(../images/icon24_switch_black60.png);
}
.projects_list .button.edit_task_status{
  position: static;
}
.button.edit_task_status.forward{
  right: 10px;
  left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.button.edit_task_status.forward img{
  height: 22px;
}
.projects_list .button.edit_task_status.forward{
  right: 0px;
  bottom: -60px;
}
.task_list .task_details{
  border-right: 1px solid rgb(200, 200, 200);
  width: 450px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  position: relative;
}

.task_list .internal_notes {
  border-right: 1px solid rgb(200, 200, 200);
  width: 310px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  position: relative;
}

.task_menus{
  position: absolute;
  bottom: 15px;
  left: 25%;
}
.task_info{
  position: absolute;
  bottom: 5px;
  width: 470px;
}
.material_details>div,.answers_details>div{
  margin-bottom: 10px;
}
/*cause of button "end work"*/
/*.answers_details{
  width: 300px;
}*/
.separator{
  color: rgb(128,128,128);
  padding: 0px 5px 0px 2px;
}
.color + .separator{
  display: none;
}
.task_details>span{
  display: inline-block;
}
.task_details .material_details{
  float: right;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 50px;
  max-width: 200px;
}
.task_details .material_details span {
  white-space: nowrap;
}
.task .category_name{
  font-size: 150%;
}

.with_icon.time:before{
  background-image: url(../images/icon24_clock_grey.png);
}

.material span.with_icon:before{
  background-image: url(../images/icon24_material_grey.png);
}

.button.change_task_status{
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: none;
}

div.task_materials{
  padding: 0px;
  border: none;
  width: 346px;
  overflow: hidden;
}
div.task_materials.simplified {
  min-width: 490px;
  border-right: 1px solid rgb(200, 200, 200);
}
.task_materials.ui-tabs .ui-tabs-nav{
  padding: 0px;
  display: flex;
}
.task_materials.ui-tabs .ui-tabs-nav li{
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  border: none;
  /*width: 50%;*/
  float: none;
  flex-grow: 1;
  background: none;
}
.task_materials.ui-tabs .ui-tabs-nav li a{
  padding: 0px;
  padding-top: 7px;
  height: 50px;
  background: rgb(240, 240, 240);
  border-bottom: 1px solid rgb(200, 200, 200);
  border-left: 1px solid rgb(200, 200, 200);
  display: block;
  text-align: center;
  float: none;
}
.task_materials.ui-tabs .ui-tabs-nav li:first-of-type a{
  border-right: 1px solid rgb(200, 200, 200);
  border-left: none;
}
.task_materials.ui-tabs .ui-tabs-nav li.ui-tabs-active:first-of-type a{
  border: none;
  color: black;
  padding-right: 1px;
  padding-left: 0px;
}
.task_materials.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
  background-color: white;
  padding-bottom: 1px;
  border: none;
  padding-right: 0px;
  padding-left: 1px;
}
.task_materials>div.ui-tabs-panel{
  overflow: auto;
  padding: 10px 10px 20px 10px;
}
.with_icon.notes:before{
  background-image: url(../images/icon40_info2_black40.png);
}
.with_icon.notes.filled:before{
  background-image: url(../images/icon40_info2_active.png);
}
.with_icon.notes_cash:before{
  background-image: url(../images/icon40_admin2_black40.png);
}
.with_icon.notes_cash.filled:before{
  background-image: url(../images/icon40_admin2_active.png);
}
.with_icon.files:before{
  background-image: url(../images/icon40_document_black40.png);
}
.with_icon.files.filled:before{
  background-image: url(../images/icon40_document_active.png);
}

.task_status_table{
  margin-top: 50px;
}



label input{
  vertical-align: middle;
}
/*          inline input             */

input.inline_edit:not(:hover):not(:focus):not(.with_border),textarea.inline_edit:not(:hover):not(:focus):not(.with_border){
  border-color: transparent;
  background-color: transparent;
  overflow: hidden;
}
input.inline_edit.inset{
  font-size: 100%;
  margin: 0;
  min-width: 0;
  padding: 0;
  width: 130px;
}
input.inline_edit.small{
  min-width: 0;
}

input.inline_edit.price_input{
  text-align: right;
  padding-right: 2px;
  padding-top: 6px;
}

/*             dropzone            */
.dropzone .dz-preview .dz-error-message {
  width: 150px !important;
}

.dropzone .dz-preview .dz-image img{
  margin: 10px auto;
}

.remove_uploaded_file, .preview_uploaded_file {
  background : white url(../images/icon32_cross_black60.png) no-repeat center center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  top: 80px;
  z-index: 100;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #CECECE !important;
}
.remove_uploaded_file {
  right: 0;
}
.preview_uploaded_file {
  left: 0;
  cursor: pointer !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s
}
.dz-preview:hover .preview_uploaded_file {
  visibility: visible;
  opacity: 1;
}
.dz-complete .remove_uploaded_file {
  background-image: url(../images/icon32_delete_black60.png);
}
.dz-complete .preview_uploaded_file {
  background-image: url(../images/icon_preview.svg);
}
.remove_uploaded_file:hover, .preview_uploaded_file:hover {
  background-color: #EEEEEE;
}

.dropzone .dz-filename{
  max-width: 125px;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* ----------------------------------- */



/*           jqueryui            */
.ui-tooltip{
  -webkit-box-shadow: 0 0 10px #aaa !important;
  box-shadow: 0 0 10px #aaa !important;
  border-radius: 0 !important;
  border: none !important;
}



/*         delivery_time_discounts             */
form.delivery_time_discounts textarea{
  height: 50px;
  min-height: 0px;
  min-width: 250px;
}
form.delivery_time_discounts select{
  min-width: 0px;
}
form.delivery_time_discounts input.numeric_input{
  width: 30px;
}

select[name=discount_select]{
  margin-left: 10px;
}


/* -----------------------------------------  */
.project_prices_summary{
  border-collapse: collapse;
}
.project_prices_summary td{
  padding-bottom: 20px;
}
.column_box .project_prices_summary{
  width: 450px;
}

.project_prices_summary td:nth-child(2){
  text-align: right;
}
.project_prices_summary tr.summary_row td{
  border-top: 1px solid black;
  padding-top: 5px;
}


/*         dependences section             */
.dependences li.dependence_source>div.tile{
  background-color: rgb(49, 155, 168);
  color: white;
  border: 1px solid rgb(200, 200, 200);
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.dependences li.dependence_target>div.tile{
  background-color: #ffb7b8;
  color: black;
  border: 1px solid rgb(200, 200, 200);
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.question.dependence_source_question ~ .question{
  opacity: 0.25;
}
.dependence_source_question .answer_list_item{
  opacity: 0.25;
}
.dependence_source_question .answer_list_item.dependence_source{
  opacity: 1;
}
.tile_icon{
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0px;
  top: 10px; 
}
.has_dependences .tile_icon.dependences{
  background: rgb(49, 155, 168) url(../images/icon32_link_white.png) center center no-repeat;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
.dependence_source .tile_icon.dependences{
  display: none;
}
.dependence_source .tile_buttons{
  display: block;
}
.tile_icon.disabled{
  position: absolute;
  right: 0px;
  top: 35px;
}
.dependence_target .tile_icon.disabled{
  background: url(../images/icon24_forbid_red.png) center center no-repeat;
  width: 24px;
  height: 24px;
}
.tile_buttons .button{
  padding-left: 42px;
  background-position: 10px center;
  background-repeat: no-repeat
}
.tile_buttons .button.save{
  background-image: url(../images/icon24_tick_green.png);
  margin: 0px;
  line-height: initial;
}
.tile_buttons .button.cancel{
  background-image: url(../images/icon24_cross_black40.png);
}
.tile_buttons .button.clone_project{
  background-image:url(../images/icon24_clone_black60.png);
}
.tile_buttons .button.new_project{
  background-image:url(../images/icon24_edit_black60.png);
}
.tile_buttons{
  position: absolute;
  z-index: 10;
  bottom: -8px;
  left: -11%;
  width: 120%;
  display: none;
}
.active .tile_buttons{
  display: block;
}
/* -----------------------------------------  */


/*            questions navigation            */
.questions_navigation{
  float: right;
  margin-top: 10px;
  position: relative;
}

.questions_navigation .line{
  width: calc(100% - 30px);
  height: 5px;
  top: 17px;
  background-color: rgb(200, 200, 200);
  z-index: -2;
  position: absolute;
  margin: 0 15px;
}
.questions_navigation li{
  display: inline-block;
  width: 40px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
}

.questions_navigation a{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 19px;
  -moz-border-radius: 19px;
  border: 4px solid rgb(200,200,200);
  -webkit-border-radius: 19px;
  background-color: rgb(111, 176, 58);
  line-height: 30px;
  color: white;
  position: relative;
}
.questions_navigation a.error{
  background: #7A2424;
}
.questions_navigation a.disabled{
  background: rgb(200, 200, 200);
  cursor: default;
}
.questions_navigation a.active{
  background: rgb(49, 155, 168);
}
.ui-tooltip.navigation_tooltip{
  padding: 10px 15px;
  color: white;
  background: rgb(111, 176, 58);
  box-shadow: none!important;
}
.ui-tooltip.navigation_tooltip.active{
  background: rgb(49, 155, 168);
}
.ui-tooltip.navigation_tooltip.error{
  background: #7A2424;
}
.ui-tooltip.navigation_tooltip.disabled{
  background: rgb(200, 200, 200);
}
.ui-tooltip.navigation_tooltip::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 10px);
  width: 0px;
  height: 0px;
  border: 10px solid;
  border-color: transparent;
  border-bottom-width: 0px;
  border-top-width: 15px;
  border-top-color: rgb(111, 176, 58);
}

.ui-tooltip.navigation_tooltip.active::after{
  border-top-color: rgb(49, 155, 168);
}
.ui-tooltip.navigation_tooltip.disabled::after{
  border-top-color: rgb(200, 200, 200);
}
.ui-tooltip.navigation_tooltip.error::after{
  border-top-color: #7A2424;
}

/* -----------------------------------------  */

.status_change.activate img{
  opacity: 0.5;
}

.users_table tr:hover a, .orders_table tr:hover a, .numbering_table tr:hover a {
  text-decoration: underline;
}

.discount_combination{
  margin-bottom: 15px;
}

.star_icon{
  width: 20px;
  height: 20px;
  background: url(../images/icon20_star_light-yellow.png) no-repeat center center;
  position: absolute;
  left: 15px;
  top: 8px;
}

.category_discounts{
  margin-bottom: 50px;
}
img.infoicon{
  opacity: 1;
}
img.infoicon.small{
  width: 20px;
}
.fullsize_font{
  font-size: 100%;
}
/*            autocomplete            */
.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em 11px;
  line-height: 1.5;
  background-color: rgb(68,68,68);
  color: white;
  margin: 0px !important;

}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active
{
  margin: 10px !important;
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.ui-autocomplete.ui-menu{
  padding: 0px;
  max-width: 324px;
  z-index: 99999;
}
.ui-autocomplete.ui-menu li.ui-autocomplete-category{
  width: auto;
}
.ui-autocomplete.ui-menu li{
  width: 100%;
}
.ui-autocomplete.ui-menu li a{
  margin: 10px;
}
/* -----------------------------------------  */

/*            dropzone - backend              */
#project_task_list .dropzone {
  min-height: 250px;
}
#project_task_list .dropzone:not(.dz-drag-hover, .document-drag-hover) {
  border: 2px solid transparent;
}
#project_task_list .dropzone .dz-preview {
  margin: 0px 10px;
}
#project_task_list .dropzone .dz-preview .dz-image {
  height: 70px;
}
#project_task_list .dropzone .remove_uploaded_file, #project_task_list .dropzone .preview_uploaded_file  {
  top: -10px;
}
#project_task_list .dropzone .dz-preview *{
  cursor: pointer;
}
#project_task_list .dropzone .dz-preview .dz-error-message {
  top: 80px;
}
/* -----------------------------------------  */


.delivery_term_type{
  max-width: 590px;
}

.price_changed_warning{
  vertical-align: sub;
  margin-left: 10px;
  width: 24px;
}

.task_notes_box {
  height: calc(100% - 85px);
}

#project_task_list textarea{
  width: calc(100% - 30px);
  min-height: 200px;
  height: calc(100% - 40px);
  resize: none;
  overflow: auto;
}

.button.add_delivery_address{
  margin-bottom: 20px;
  width: 190px;
  padding: 5px 0px;
  text-align: center;
}

.project_status.order_details{
  line-height: 40px;
}

.statuses_list{
  width: 96px;
  background-color: white;
  position: absolute;
  display: none;
  z-index: 10;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  padding: 10px;
  top: 10px;
  left: 41px;

}
.statuses_list a{
  display: inline-block;
  text-align: center;
  padding: 5px;
}
.statuses_list a:hover{
  background-color: rgba(0,0,0,0.05);
}
.statuses_list img{
  height: 22px;
  vertical-align: middle;
}


/* ---------  circular menu --------------- */
.menu-box{
  position: relative;
  display: inline-block;
}
.menu-box.actions_cover {
  position: absolute;
  display: none;
}
.circular-menu {
  width: 260px;
  height: 260px;
  position: absolute;
  text-align: center;
  z-index: 6000;
  border-radius: 130px;
  background-color: rgba(0, 0, 0, 0.4);

  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.circular-menu.open{
  opacity: 1;
  transition-duration: 0.6s;
}
/* menu positions*/
.circular-menu{
  left: -115px;
  bottom: -115px;
}

/*----------------*/
.circular-menu.template{
  display: none;
}
.circular-menu .title_box{
  text-align: center;
  position: absolute;
  left: 60px;
  right: 60px;
  top: 47%;
}
.circular-menu .title_box .content{
  background-color: rgb(68,68,68);
  color: white;
  padding: 5px 10px;
  font-size: 80%;
}
.circle {
  width: 250px;
  height: 250px;
  opacity: 0;

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -transform: scale(0);

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.open .circle {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -transform: scale(1);
}

.circle a {
  text-decoration: none;
  color: black;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.circle a.color{
  width: 40px;
  height: 40px;
  margin-left: -15px;
  margin-top: -15px;
}
.circle a.image {
  background-color: transparent;
}
.circle a.image.no-image {
  background-color: #EEEEEE;
}
.circle a.active{
  cursor: default;
  box-shadow: inset 0 0 0 3px #00A2FF;

}
.circle a.active:not(.no_active_bg){
  background-color: #D4ECEF;
}
/*.circle a.active:after{
  content: "";
  width: 38px;
  height: 38px;
  background: url(../images/icon38_message-success_green-white.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: -30%;
}*/

.circle a:hover:not(.active):not(.color):not(.payment_status) {
  background-color: rgb(240,240,240);
}
.circle a.image:hover:not(.active), .circle a.color:hover:not(.active) {
  box-shadow: inset 0 0 0 3px #FFF;
}
.circle a.payment_status:hover:not(.active){
  box-shadow: inset 0 50px rgba(0,0,0,0.05);
}
.menu-button {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  text-decoration: none;
  text-align: center;
  color: #444;
  border-radius: 50%;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 10px;
  background: rgba(0,0,0,0.4) url(../images/icon32_cross_white60.png) no-repeat center center;
}

.menu-button:hover {
  background-color: rgba(0,0,0,0.6);
}






/* ------------------------------------------ */

.projects_list .actions_box.payment_status_box, .orders_table .actions_box.payment_status_box {
  position: absolute;
  top: 0px;
  left: 0px;
}
.project_details .actions_box.payment_status_box{
  float: none;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
}
.project_details .actions_box.responsible_users{
  float: none;
  vertical-align: middle;
  margin-left: 10px;
}
.project_details .project_responsible_users .menu-box.actions_cover {
  display: block;
  position: relative;
  margin-right: 5px;
}
.actions_cover.payment_status{
  position: static;
  display: block;
  z-index: 20;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  border-width: 0;
}
.actions_cover.resources{
  top: -20px;
  right: -4px;
  display: block;
  z-index: 20;
}
.actions_cover.resources img{
  max-width: 16px;
  max-height: 16px;
}
div:hover>.actions_box .actions_cover.resources{
  top: -27px;
  right: -10px;
}
div:hover>.actions_box .actions_cover.resources img{
  max-width: 50px;
  max-height: 50px;
}
.actions_cover.statuses{
  top: auto;
  bottom: -5px;
  right: auto;
  left: 0;
  z-index: 25;
}
.actions_cover.with_menu{
  z-index: 30;
}
.parameters_link{
  /*  border-radius: 16px;
    display: inline-block;
    width: 32px;
    height: 32px;*/
  background-image: url(../images/icon24_link_black60.png);
  vertical-align: middle; 
}
.parameters_link:hover{
  background-color: rgba(0,0,0,0.05);
}
.section.disabled a{
  display: none;
}

.underline{
  border-bottom: 1px solid #CCC;
  font-size: 80%;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
ul.domains li{
  margin-right: 5px;
  padding: 5px;
}
ul.domains li:hover{
  background-color: rgba(0,0,0,0.05);
}
input.big:not([type=submit]){
  padding: 5px 10px;
  font-size: 150%;
  font-weight: lighter;
}
.category_properties input.big{
  width: 500px;
}

.task_box .actions_box{
  width: 100%;
}
.menu-box.resources .menu-show>img{
  border-radius: 16px;
}
/*     category edit - prices section    */
.category_details{
  margin-bottom: 10px;
}
.category_details label{
  margin-right: 10px;
}
.parameters_message{
  margin-bottom: 30px;
}

td.info{
  background-color: rgba(217, 236, 255, 1);
}
.actions_cover>a.logout{
  padding: 0px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('../images/button32_close_black_transparent.png') top center no-repeat;
}
.actions_cover>a.logout:hover{
  background-position: bottom center;
}
.short_content{
  margin-top: 100px;
}

hr{
  width: 100%;
}

.ui-dialog.task_note_edit form{
  height: calc(100% - 90px);
}

.ui-dialog.task_note_edit textarea{
  height: calc(100% - 20px);
  width: calc(100% - 60px);
  min-height: 0px;
  resize: none;
}
.task_notes_box .actions_box{
  position: absolute;
  bottom: 53px;
  right: 20px;
}

.group_box{
  min-height: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

.tile_buttons input[type=submit].button, .tile_buttons a.button{
  font-family: 'Open Sans', 'Arial';
  margin-bottom: 0px;
  line-height: 26px;
}

.tile_buttons input[type=submit].button {
  margin-left: 28px;
}

.ui-dialog .category_image_box {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  width: 570px;
  position: relative;
}

.category_image_box .tile_buttons{
  bottom: -35px;
}
.category_image_box.inactive .tile_buttons{
  display: none;
}
.category_image_box img{
  width: 32px;
}
.category_image_box .tile_buttons{
  left: -5%;
  width: 110%;
}

.clone_form{
  margin-top: 20px;
}
/* ---------------------- categories groups ------------------------*/
.group_box[data-color=red] .categories_list{
  background-color: rgba(222, 137, 116, 0.2);
}
.group_box[data-color=red] .category_image:not(.hide_background_color), .group_box[data-color=red] .group_name, .circle .color.red, 
.group_box[data-color=red] .menu-box.colors, .category_image.red{
  background-color: rgba(222, 137, 116, 1);
}
.group_box[data-color=orange] .categories_list{
  background-color: rgba(219, 156, 103, 0.2);
}
.group_box[data-color=orange] .category_image:not(.hide_background_color), .group_box[data-color=orange] .group_name, .circle .color.orange,
.group_box[data-color=orange] .menu-box.colors, .category_image.orange{
  background-color: rgba(219, 156, 103, 1);
}
.group_box[data-color=yellow] .categories_list{
  background-color: rgba(220, 195, 105, 0.2);
}
.group_box[data-color=yellow] .category_image:not(.hide_background_color), .group_box[data-color=yellow] .group_name, .circle .color.yellow,
.group_box[data-color=yellow] .menu-box.colors, .category_image.yellow{
  background-color: rgba(220, 195, 105, 1);
}
.group_box[data-color=lime] .categories_list{
  background-color: rgba(191, 220, 104, 0.2);
}
.group_box[data-color=lime] .category_image:not(.hide_background_color), .group_box[data-color=lime] .group_name, .circle .color.lime,
.group_box[data-color=lime] .menu-box.colors, .category_image.lime{
  background-color: rgba(191, 220, 104, 1);
}
.group_box[data-color=green] .categories_list{
  background-color: rgba(129, 221, 104, 0.2);
}
.group_box[data-color=green] .category_image:not(.hide_background_color), .group_box[data-color=green] .group_name, .circle .color.green,
.group_box[data-color=green] .menu-box.colors, .category_image.green{
  background-color: rgba(129, 221, 104, 1);
}
.group_box[data-color=cyan] .categories_list{
  background-color: rgba(104, 220, 149, 0.2);
}
.group_box[data-color=cyan] .category_image:not(.hide_background_color), .group_box[data-color=cyan] .group_name, .circle .color.cyan,
.group_box[data-color=cyan] .menu-box.colors, .category_image.cyan{
  background-color: rgba(104, 220, 149, 1);
}
.group_box[data-color=azure] .categories_list{
  background-color: rgba(104, 220, 219, 0.2);
}
.group_box[data-color=azure] .category_image:not(.hide_background_color), .group_box[data-color=azure] .group_name, .circle .color.azure,
.group_box[data-color=azure] .menu-box.colors, .category_image.azure{
  background-color: rgba(104, 220, 219, 1);
}
.group_box[data-color=blue] .categories_list{
  background-color: rgba(105, 156, 221, 0.2);
}
.group_box[data-color=blue] .category_image:not(.hide_background_color), .group_box[data-color=blue] .group_name, .circle .color.blue,
.group_box[data-color=blue] .menu-box.colors, .category_image.blue{
  background-color: rgba(105, 156, 221, 1);
}
.group_box[data-color=violet] .categories_list{
  background-color: rgba(123, 104, 220, 0.2);
}
.group_box[data-color=violet] .category_image:not(.hide_background_color), .group_box[data-color=violet] .group_name, .circle .color.violet,
.group_box[data-color=violet] .menu-box.colors, .category_image.violet{
  background-color: rgba(123, 104, 220, 1);
}
.group_box[data-color=purple] .categories_list{
  background-color: rgba(167, 104, 219, 0.2);
}
.group_box[data-color=purple] .category_image:not(.hide_background_color), .group_box[data-color=purple] .group_name, .circle .color.purple,
.group_box[data-color=purple] .menu-box.colors, .category_image.purple{
  background-color: rgba(167, 104, 219, 1);
}
.group_box[data-color=pink] .categories_list{
  background-color: rgba(221, 104, 219, 0.2);
}
.group_box[data-color=pink] .category_image:not(.hide_background_color), .group_box[data-color=pink] .group_name, .circle .color.pink,
.group_box[data-color=pink] .menu-box.colors, .category_image.pink{
  background-color: rgba(221, 104, 219, 1);
}
.group_box[data-color=crimson] .categories_list{
  background-color: rgba(221, 104, 156, 0.2);
}
.group_box[data-color=crimson] .category_image:not(.hide_background_color), .group_box[data-color=crimson] .group_name, .circle .color.crimson,
.group_box[data-color=crimson] .menu-box.colors, .category_image.crimson{
  background-color: rgba(221, 104, 156, 1);
}
.group_box[data-color=grey] .categories_list, 
.group_box .categories_list{
  background-color: rgba(200, 200, 200, 0.2);
}
.group_box[data-color=grey] .category_image:not(.hide_background_color), .group_box[data-color=grey] .group_name, .circle .color.grey
.group_box .category_image, .group_box .group_name, .group_box[data-color=grey] .menu-box.colors, .category_image.grey{
  background-color: rgba(200, 200, 200, 1);
}

.group_box .widths .menu-show{
  background-size: 75%;
}
.group_box[data-width="7"]{
  width: 890px;
}
.group_box[data-width="7"] .widths .menu-show{
  background-image: url('../images/icon32_composition-full_black60.png');
} 
.group_box[data-width="3"]{
  width: 435px;
}
.group_box[data-width="3"] .widths .menu-show{
  background-image: url('../images/icon32_composition-half_black60.png');
} 
.group_box[data-width="2"]{
  width: 283px;
}
.group_box[data-width="2"] .widths .menu-show{
  background-image: url('../images/icon32_composition-third_black60.png');
} 
.group_box[data-width="5"]{
  width: calc(66% - 20px);
}
.group_box[data-width="5"] .widths .menu-show{
  background-image: url('../images/icon32_composition-two-thirds_black60.png');
} 
/* ---------------------- categories groups all ------------------------*/
.group_box .group_name{
  box-shadow: inset 0 100px rgba(0, 0, 0, 0.2);
  display: inline-block;
  color: white;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  text-shadow: 0 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 0px;
}
.categories_setup{
  width: 910px;
  margin-left: auto;
  margin-right: auto;
}
.categories_setup .group_box:not(#group_no_group) .group_name{
  padding: 0px;
  width: 100%;
}
.categories_setup .group_box#group_no_group .group_name{
  width: calc(100% - 30px);
}
.group_box .group_name input{
  color: white;
  background-color: rgba(0,0,0,0.2);
  font-size: 14px;
  margin: 5px;
  width: calc(100% - 32px - 4 * 40px);
  text-transform: uppercase;
  border-width: 0px;
}

.actions_cover.colors{
  right: 75px;
  border-color: rgba(0,0,0,0.2);
}
.actions_cover.widths{
  right: 40px;
}
.actions_cover.add_category{
  right: 5px;
}
.actions_cover.delete_category_group {
  right: 110px;
}
.actions_cover.delete_category_group > a > img {
  width: 24px;
  height: 24px;
}
.group_box > .actions_box{
  top: 10px;
}
.button.add_group{
  background-image: url(../images/icon24_add_white.png);
}
.button.add_favorite {
  float: right;
  margin-top: 10px;
  background-image: url(../images/icon24_add_white.png);
}
.button.add_new_user {
  float: right;
  margin: 10px 10px 0 0;
  background-image: url(../images/icon24_add_white.png);
}
.button.export_customers {
  float: right;
  margin: 10px 10px 0 0;
  background-image: url(../images/export_excel.svg);
}
.button.export_customer_projects {
  margin-left: 10px;
  background-image: url(../images/export_excel.svg);
}
.button.new_order_button {
  background-image: url(../images/icon24_add_white.png);
}
.actions_cover a.disabled{
  opacity: 0.4;
}
.ui-dialog .cover_box{
  margin-bottom: 0px;
}
.project_heading a{
  padding-left: 5px;
  padding-right: 5px;
}
.project_heading:hover a{
  background-color: rgba(0,0,0,0.05); 
}
.project_heading:hover .change_project_user{
  display: inline-block;
  background: url(../images/icon24_user-add_black60.png) right 5px center no-repeat;
  padding-right: 34px;
  background-color: rgba(0,0,0,0.05); 
}
.spacer{
  margin-bottom: 60px;
}
.change_user_dialog .column_box, .change_user_dialog form{
  margin-top: 20px;
}

.payment_status_background{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: solid 46px;
  border-color: transparent;
  border-top-color: rgba(191, 220, 104, 1);
  border-bottom-width: 0;
  border-left-width: 0;
}
.orders_table .payment_status_background {
  border: solid 18px;
  border-color: transparent;
  border-top-color: rgba(191, 220, 104, 1);
  border-bottom-width: 0;
  border-left-width: 0;
}
.payment_status_background[data-payment_status=paid], .orders_table .payment_status_background[data-payment_status=paid]{
  border-top-color: rgba(110, 176, 57, 1);
}
.payment_status_background[data-payment_status=unpaid], .orders_table .payment_status_background[data-payment_status=unpaid]{
  border-top-color: rgba(219, 108, 0, 1);
}
.payment_status.paid, .project_details .payment_status[data-value=paid]{
  background-color: rgba(110, 176, 57, 1);
}
.payment_status.unpaid, .project_details .payment_status[data-value=unpaid]{
  background-color: rgba(219, 108, 0, 1);
}
.project_details .actions_cover.payment_status{
  padding: 3px;
  box-shadow: inset 0 -1px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(200, 200, 200);
}
.project_details .payment_status .menu-show{
  padding: 0px;
}
.circular-menu a.payment_status{
  background-image: url(../images/icon32_finance_white.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.projects_list .payment_status img{
  margin: 2px;
}
label.inline{
  display: inline-block;
}
.task_category_name{
  font-size: 80%;
}
.answers_details .task_name{
  font-size: 150%;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  display: relative;
}
.answers_details .task_name:hover > .task_name_edit {
  display: block;
}
.answers_details .task_name_edit {
  display: none;
  border: 1px solid rgb(233, 233, 233);
  border-color: rgb(206, 206, 206);
  box-shadow: rgb(0 0 0 / 20%) 0px 1px 1px 0px;
  background-color: white;
  border-radius: 20px;
  position: absolute;
  right: 10px;
}
.answers_details .task_name_edit:hover {
  background-color: rgba(240, 240, 240);
}
.tasks_prices{
  margin-left: 5px;
}
.tasks_prices .task_name{
  width: 220px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.tasks_prices .task_price{
  display: inline-block;
  vertical-align: middle;
}
.opener{
  background: url(../images/icon24_arrow-down_black60.png) no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  opacity: 0.3;
}
.opener.opened{
  background-image: url(../images/icon24_arrow-up_black60.png);
  opacity: 1;
}
.opener:hover{
  opacity: 1;
}
.show_graphic_prep_input {
  background: url(../images/clock_circle.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  position: relative;
}
.graphic_prep_plus {
  background: url(../images/plus.png) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -4px;
  right: -4px;
}
.inline_input {
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 10px;
}
table.center_td td, table.center_td th,tr.center_td td, tr.center_td th{
  text-align: center;
}

.help_cursor, span.tooltip, .infoicon{
  cursor: help;
}
.transport_image{
  border-radius: 16px;
  width: 32px;  
  margin-left: 10px;
  margin-right: 10px;
}
.projectSeparator{
  color: #3e9ba8;
  font-weight: bold;
  padding: 0 2px;
}
.priceColumn{
  min-width: 100px;
}
.keepLoggedIn{
  margin: 5px 0;
  font-size: 0.93em;
}
    
.selectize-control.multi .selectize-input > div.customTag{
  background-color: white;
}

.selectize-control input{min-width: auto;}

.selectize-control .option .caption {font-size: 0.87em;margin-left: 5px;}

#project_export_lightbox .taskName{
  font-weight: bold;
}
#project_export_lightbox .exportQuestions{
  font-weight: bold;
  font-size: 0.93em;
}
#project_export_lightbox ul li {
  padding: 5px 0;
}
#project_export_lightbox .projectId{
  color: rgba(0,0,0,0.6);
}
#project_export_lightbox .userFullName{
  color: rgba(0,0,0,0.6);
}
#duplicateAllDiv{
  padding-top: 40px;
  text-align: right;
}
table.stats_table {
  border-collapse: collapse;
  margin: 0 auto;
}
table.stats_table th {
  background-color: #444;
  color: white;
}
table.stats_table th, table.stats_table td{
  text-align: center;
  border: 2px solid black;
  padding: 5px;
}
table.stats_table tr:last-child td {
  background-color: #b4b4b4;
}
.date_column {
  min-width: 6rem;
}
a.lightbox_button {
  margin-top: 20px;
  color: white !important;
}
.delivery_list_wrapper {
  color: red;
}
.inactive_resource {
  display: none;
}
.reload_image_color {
  position: absolute;
  display: none;
  width: 30px;
  height: 30px;
  background: transparent url(../images/icon24_switch_black60.png) no-repeat center center;
  right: 10px;
  top: 10px;
  background-color: white;
  border-radius: 50%;
  z-index: 999;
}
.reload_image_color.delete {
  background-image: url(../images/icon32_delete_black60.png);
}
.reload_image_color a {
  display: block;
  text-decoration: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.reload_image_color a:hover {
  background-color: #f2f2f2;
  background-color: rgba(0,0,0,0.05);
}
.image_icon:hover .reload_image_color {
  display: block;
}
.reload_image_color.user_image {
  left: 50px;
}
.reload_image_color.time_discount_image {
  left: 45px;
  top: 0
}
.processing {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
  background: url(../images/loading_blue.gif) top center no-repeat !important;
}
.processing > * {
  background: transparent !important;
}
#project_task_list textarea.simplified {
  width: calc(100% - 30px);
}
#project_task_list textarea.simplified.internal_notes_textarea {
  min-height: 200px;
  width: calc(100% - 30px);
  font-size: 105%;
  height: calc(100% - 90px);
}
.internal_notes .internal_notes_heading {
  font-size: 140%;
  margin-bottom: 15px;
}
.saved-filters {
  text-align: left;
  display: flex;
  margin-top: 15px;
}
.saved-filters .saved-filters-name {
  margin-right: 15px;
}
.saved-filters .saved-filters-heading {
  margin-bottom: 7px;
}
.saved-filters ul {
  margin-bottom: 15px;
  margin-left: -7px;
}
.saved-filters .saved-filters-list {
  margin-right: 30px;
}
.saved-filters .saved-filters-row {
  display: flex;
  align-items: center;
}
.saved-filters .saved-filter-link:hover + .saved-filters-actions, .saved-filters .saved-filters-actions:hover, #savedFiltersQuickList .saved-filters-button:hover + .saved-filters-actions, #savedFiltersQuickList .saved-filters-actions:hover {
  opacity: 1;
}
.saved-filter-link {
  padding: 5px 7px;
}
.saved-filter-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.saved-filters .saved-filters-actions, #savedFiltersQuickList .saved-filters-actions {
  padding-left: 15px;
  opacity: 0;
}
.saved-filters .saved-filters-actions img, #savedFiltersQuickList .saved-filters-actions img {
  width: 25px;
  height: 25px;
}
.saved-filters .saved-filters-actions a, #savedFiltersQuickList .saved-filters-actions a {
  display: inline-block;
}
#savedFiltersQuickFilter {
  position: absolute;
  right: 0;
  top: -30px;
  opacity: 1;
}
#savedFiltersQuickFilter img {
  width: 15px;
  height: 20px;
}
#savedFiltersQuickList {
  top: -30px;
  left: 1005px;
  min-width: 200px;
  max-width: 230px;
}
#savedFiltersQuickList li {
  position: relative;
}
#savedFiltersQuickList .saved-filters-actions {
  position: absolute;
  top: 10%;
  right: 0;
  padding: 0;
  background-color: #ffffffcc;
}
#savedFiltersQuickList .saved-filters-actions a {
  padding: 5px;
}
.content_filter a.create-project-btn {
  position: absolute;
  top: 0;
  left: 120px;
  background: url(../images/icon24_add_black60.png) top center no-repeat;
  width: 25px;
  height: 25px;
  opacity: 0;
}
.filter-wrapper:hover a.create-project-btn {
  opacity: 1;
}
.content_filter a.create-project-btn:hover {
  opacity: 0.5;
}
.content_filter a.export-projects-btn {
  position: absolute;
  top: 2px;
  left: 150px;
  background-color: #666666;
  background-image: url(../images/icon_export.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  opacity: 0;
}
.filter-wrapper:hover a.export-projects-btn {
  opacity: 1;
}
.content_filter a.export-projects-btn:hover {
  opacity: 0.5;
}
.favorite-customer-heading.with-add-button a.edit-customers-link {
  background: url(../images/icon24_add_black60.png) top center no-repeat;
  width: 25px;
  height: 25px;
  opacity: 0;
}
.favorite-customer-heading.with-add-button:hover a.edit-customers-link {
  opacity: 1;
}
.favorite-customer-heading.with-add-button a.edit-customers-link:hover {
  opacity: 0.5;
}
.dialog-body-with-padding {
  padding: 20px;
}
.favorite-customer-heading {
  margin-top: 15px;
  border-bottom: 2px solid #CCC;
}
.favorite-customer-heading.with-add-button {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#customer_favorite_add_lightbox .user_details {
  margin-top: 15px;
}
.favorite-customers-list {
  margin-top: 5px;
}
.favorite-customers-list > ul > li {
 padding: 3px 5px;
 display: flex;
 justify-content: space-between;
}
.favorite-customers-list > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.favorite-customers-list .remove-favorite-customer-btn {
  background: url(../images/icon24_delete_black60.png) top center no-repeat;
  width: 25px;
  height: 25px;
  opacity: 0;
}
.favorite-customers-list > ul > li:hover > .remove-favorite-customer-btn {
  opacity: 1;
}
.favorite-customers-list .remove-favorite-customer-btn:hover {
  opacity: 0.5 !important;
}
.task_box {
  max-width: 100%;
}
.task_box.short {
  max-width: 240px;
}
.task_box .task_status {
  max-width: 100%;
  box-sizing: border-box;
}
.task_box .task_name, .task_box .task_category{
  display: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.task_box .task_category {
  display: block;
}
.copy_address_link, .select_address_link {
  margin-left: 10px;
  vertical-align: middle;
  opacity: 0;
}
.copy_address_link {
  background-image: url(../images/copy_link_icon.svg);
  background-size: 25px;
}
.select_address_link {
  background-image: url(../images/select_address.svg);
  background-size: 25px;
}
.copy_address_link:hover, .select_address_link:hover {
  background-color: rgba(0,0,0,0.05);
}
.column_box:hover .copy_address_link, .column_box:hover .select_address_link {
 opacity: 1;
}
.order_creating_type_select {
  margin: 10px 0 0 10px;
}
form.task_name_edit_form {
  margin-top: 15px;
}
form.task_name_edit_form > div {
  margin-bottom: 15px;
}
img.delivery_list_print_history {
  margin-left: 5px;
}
.user_edit_box input.inline_edit.inset {
  width: 300px;
}
.column_box .firm_details {
  display: block;
}
div.email_groups_table input, div.email_groups_table textarea {
  border-color: #CCC !important;
  background-color: white !important;
}
div.email_groups_table input[type=text] {
  min-width: 200px;
}
div.email_groups_table textarea {
  min-height: 50px;
}
.task_materials.order_detail {
  border: 1px solid rgb(200, 200, 200);
  margin-top: 30px;
  width: auto;
}
.task_materials.order_detail .dropzone {
  border: none;
  padding: 0px;
}
.dropzone .dz-preview .dz-error-mark {
  background: rgb(243, 67, 67);
  border-radius: 50%;
}
.privateFeature {
  box-shadow: 0 0 5px 5px yellow !important;
}
a.admin_link {
  position: absolute;
  top: 10px;
  right: -50px;
  background: url(../images/administration_button_icon.svg);
  width: 32px;
  height: 32px;
}
.ICO_autocomplete_button {
  position: absolute;
  top: 5px;
  right: -130px;
  z-index: 100;
}
.customer_task_id {
  font-style: italic;
  font-weight: bold;
}
.address_select_button {
  margin-bottom: 10px;
}
.address_select_address_type {
  border-top: 3px solid #D0D1D1;
  display: flex;
}
.projects_filter_grid_container {
  display: grid;
  grid-template: auto / 300px auto auto auto;
}
.projects_filter_grid_container ul.content_filter li {
  margin-top: 15px;
}
.projects_filter_grid_container select {
  width: 190px;
}
.projects_filter_grid_container input[name=user_name], .projects_filter_grid_container input[name=keywords] {
  width: 202px;
}
.date_from_handle_select_wrapper {
  position: absolute;
  top: -4px;
  right: -15px;
}
#dateFromHandleSelectButton {
  background: url(../images/calendar_icon.svg) top center no-repeat;
  display: block;
  background-size: cover;
  width: 35px;
  height: 35px;
  background-color: white;
}
#dateFromHandleSelectButton:hover {
  opacity: 0.75;
}
.dropdown-menu {
  position: absolute;
  display: none;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  max-width: 200px;
  min-width: 170px;
  overflow: auto;
  z-index: 1000;
  background-color: white;
}
.dropdown-menu a {
  display: block;
  padding: 10px;
  text-align: left;
}
.dropdown-menu a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.user_full_name {
  display: block;
  font-weight: normal;
}
.inPageMenu {
  float: right;
  margin-top: 10px;
}
.inPageMenu > *:not(:last-child) {
  margin-right: 10px;
}
.heading_link:hover {
  background-color: rgba(0,0,0,0.05);
}
.addressEditNote {
  min-width: 250px;
  min-height: 60px;
  padding: 1px;
  font-size: inherit;
}
.category_img_rectangle_medium .category_image {
  width: 200px;
  height: 100px;
}
.category_img_rectangle_medium .category_image.edit:hover {
  opacity: 0.8;
  box-shadow: none;
}
.category_img_rectangle_medium .categories_list .category {
  width: 206px;
  height: 150px;
}
.category_img_rectangle_medium .category_status_icon {
  right: 0px;
  top: 65px;
}
.category_img_rectangle_medium .categories_list {
  padding: 10px 7px;
}
.ui-autocomplete-category .main_search_extended_button {
  display: inline;
  color: white;
  float: right;
  margin: 0 !important;
  font-weight: bold;
}
.ui-autocomplete-category .main_search_extended_button:hover {
  opacity: 0.8;
}
#customers_keyword_search {
  float: right;
  margin: 10px 10px 0 0;
  height: 12px;
}
.cover_box table.users_table tr:nth-child(odd).exact_match td:first-child {
  box-shadow: 3px 0 0 0 rgb(29,153,214) inset;
}
.cover_box table.users_table tr:nth-child(even).exact_match td:first-child {
  box-shadow: 3px 0 0 0 rgb(18,122,154) inset;
}
.projects_filter_grid_container .jquery_dropdown * {
  text-align: left;
}
.jquery_dropdown .dropdown-display-label:after, .jquery_dropdown .dropdown-display:after {
  top: unset;
  bottom: 25px;
}
.jquery_dropdown.task_additional_info {
  max-width: 224px;
}
.email_send_types_settings {
  margin-bottom: 10px;
}
.quantity_info_msg_button {
  margin: 10px 0 0 10px;
}
.setup_quantity_info_msg_item label {
  margin-right: 10px;
}
.saved-filters-list h3, .saved-filters-list ul {
  display: none;
}
.order_message_success {
  text-align: center;
  font-size: 1.6rem;
  color: #248d05;
  display: block;
}
.order_message_error {
  text-align: center;
  font-size: 1.6rem;
  color: #e40e0e;
  display: block;
}
.order-payment {
  text-align: center;
}
.order-payment table {
  margin: 10px auto;
}
.amount_difference_info {
  display: flex;
  align-items: center;
}
.amount_difference_info img {
  margin-right: 10px;
  height: 35px;
}
.order_summary_task_name {
  max-width: 330px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.order_summary_wrapper {
  padding: 20px;
  font-size: 1.3em;
  width: 440px;
  box-shadow: 3px 3px 11px 0px #08080859;
}
.order_summary_wrapper > div:not(.task_summary_row) {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.order_summary_wrapper .order_summary_price {
  background-color: #E4E5E4;
  border-radius: 5px;
  margin-top: 30px;
}
.order_summary_wrapper .order_summary_cancel_order {
  display: block;
  padding: 0;
  margin: 10px 0 30px 0;
}
.order_summary_wrapper .order_summary_cancel_order a {
  color: #2895d2;
  text-decoration: underline;
}
.order_summary_wrapper .order_summary_cancel_order a:hover {
  opacity: 0.6;
}
.order_summary_wrapper form input[type=submit] {
  font-weight: 600;
  font-size: 1.02em;
  margin: 40px 0 20px 0;
  line-height: 35px;
  width: 370px;
}
.order_summary_wrapper .order_message_success, .order_summary_wrapper .order_message_error {
  margin-top: 20px;
  display: block;
}
.order_summary_wrapper .payment_button_printshop {
  background: linear-gradient(85.72deg, rgb(242, 145, 0) 0%, rgb(227, 6, 19) 100%);
  border: none;
}
.order_summary_wrapper .payment_button_printshop:hover {
  background: #262626;
  transition: .9s;
}
.order_summary_wrapper .task_summary_row {
  text-align: left;
  padding: 0 10px 10px 10px;
  border-bottom: 2px solid #D6D5D5;
}
#topMax {
  background-color: #444444;
}
.fixed-menu {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.fixed-submenu {
  position: fixed;
  top: 90px;
  width: 100%;
  z-index: 1000;
}
.fixed-margin {
  margin-top: 141px;
}
.time_discount_image {
  max-width: 60px;
  max-height: 60px;
}
.time_discount_icon {
  position: absolute;
  top: -10px;
  left: -8px;
  width: 23px;
  height: 23px;
}
.project_time_discount_icon {
  vertical-align: middle;
}
.project_time_discount_icon img {
  height: 32px;
  width: 32px;
}
.order_detail_task_notes {
  color: grey;
  font-style: italic;
}
.order_detail_task_notes.with_scroller {
  max-height: 150px;
  overflow: auto;
}
.order_detail_task_price {
  vertical-align: top;
}
.quantity_set > .quantity_list_box .heading {
  margin-top: 60px;
  background-color: #F9F9F9;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  form[name=order_confirm_form] {
  padding-left: 0;
}
.terms_and_conditions {
  text-align: left;
}
.terms_and_conditions label {
  margin-left: 10px;
}
.terms_and_conditions a {
  text-decoration: underline;
  color: #2060D1;
}
table.logs_table td {
  min-width: 75px;
}
#data_limit {
  display: none;
}
.log_table_box table td {
  padding: 15px 10px;
}
.log_filters input[type=text] {
  margin-left: 5px;
  margin-right: 5px;
}
.hidden_buttons_wrapper, .buttons_wrapper {
  position: relative;
}
.hidden_buttons {
  display: none;
  position: absolute;
  right: 16px;
  top: 27px;
  background: rgba(255, 255, 255, 0.9);
  line-height: 0px;
  border-radius: 5px;
  border: 1px solid #cecece;
  padding: 3px 5px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.logs_table .hidden_buttons {
  top: -5px;
  right: 0;
}
.list_button {
  display: inline-block;
  zoom: 1;
  height: 34px;
  width: 33px;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent none no-repeat center center;
}
.list_button a {
  display: block;
  text-decoration: none;
  height: 32px;
  width: 32px;
}
.list_button.email_detail {
  background-image: url(../images/icon32_info_grey.png);
}
tr:hover > td > .hidden_buttons,
tr:hover > th > .hidden_buttons,
tr:hover > td > div > .hidden_buttons,
tr:hover > th > div > .hidden_buttons,
tr:hover > td > div > div > .hidden_buttons,
tr:hover > th > div > div > .hidden_buttons,
li:hover .hidden_buttons {
  display: block;
  z-index: 100;
}
.email_log_content_table th {
  font-weight: bold;
  padding-right: 20px;
}
.alternative_email_group_wrapper {
  position: relative;
}
.alternative_email_group_wrapper a {
  position: absolute;
  top: 0;
  left: -10px;
  margin: 0;
}
.alternative_email_group_wrapper a:hover {
  opacity: 0.7;
}
.alternative_email_group_wrapper a img {
  margin: 0;
}
.alternative_email_group_wrapper input {
  margin-left: 30px;
}
.load_more_butt.hidden {
  display: none;
}
.invalid_email_warning_icon {
  position: absolute;
  left: -42px;
}
li.full_size_image .answer {
  padding: 0;
  width: auto;
}
li.full_size_image .answer_symbol {
  width: auto;
}
li.full_size_image img {
  max-width: 200px;
  max-height: 120px;
}
.checkbox-label-text {
  vertical-align: middle;
  margin-left: 5px;
}
.message_box {
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
  background-color: #d8e9ff;
  color: black;
}
.message_box .message_box_image {
  width: 50px;
  position: absolute;
  top: calc(50% - 26px);
}
.message_box .message_box_text {
  margin-left: 70px;
}
.message_box.info {
  background-color: #d8e9ff;
}
.message_box.success {
  background-color: #d8ffb0;
}
.message_box.error {
  background-color: #ffe9e9;
}
.message_box.warning {
  background-color: #fff0d5;
}
.detail_info_icon {
  position: absolute;
  top: 1px;
  right: 15px;
  background-color: #98CDD3;
  padding: 2px 12px;
  border-radius: 15px;
  font-weight: bold;
  font-family: Georgia;
  font-size: 23px;
}
.detail_info_icon.active {
  background-color: #6EB039;
}
.detail_info_icon:hover {
  opacity: 0.8;
}
