@charset "UTF-8";
/*

Основные цвета

#fffff - основной синий цвет
#fffff - основной серый цвет
#fffff - кнопка ДА
#fffff - кнопка НЕТ
#3a8cd8 - ссылки меню
#8CC34B - кнопка сохранить (зеленая) / #7cb539 - :hover
#00BBD4 - кнопка добавить (берюза) / #05a5ba - :hover
#8CC34B - кнопка завершить задание
#EC7161 - кнопка отменить
#4B535D - серый
*/

.kolba {
  position: absolute;
  top: 0px;
  left: 720px;
  height: 50px;
  width: 40px;
  z-index: 100;
  background-image: url("/img/kolba.png");
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 10px;
  text-align: center;
  padding-top: 29px;
  font-weight: bold;
}

.kolba_bg {
  position: absolute;
  top: 83%;
  left: 722px;
  height: 10px;
  width: 36px;
  z-index: 99;
  background-image: url("/img/bg_kolba.png");
  background-size: contain;
}

.msg_user_kolba {
  position: absolute;
  top: 10px;
  right: 30px;
  background-color: #e3f5ff;
  padding: 10px;
  padding-right: 40px;
  border-radius: 10px;
  font-size: 12px;
  color: #333;
}

.msg_user_kolba div {
  display: block;
  position: relative;
  width: 100%;
}

.close_btn_msg_kolba {
  height: 15px;
  position: absolute;
  top:2px;
  right: -25px;
  cursor: pointer;
  opacity: 0.6;
}

.close_btn_msg_kolba:hover {
  opacity: 1;
}

@media (max-width: 440px) {

    .container-fluid-enter {
        padding:0px;
    }

    .box_enter_frm {
        width:100%;
        position: relative !important;
        top: inherit;
        left: inherit;
        margin-left: 0px;
        background-color: rgba(58,140,216,0.5);
        border-radius: 9px;
        padding: 10px;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 0px 25px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         0px 0px 25px 0px rgba(50, 50, 50, 0.75);
        margin-top: -20px;
    }

    .box_enter_frm_inner {
        background-color: #fff;
        padding: 15px;
        border-radius: 9px;
    }

    .container-fluid-enter {
        padding: 0px;
    }

    .head-enter {
        display: none;
    }

    .box_enter_frm_inner label span {
        display: none;
    }

    .box_enter_frm_inner {
        font-size:14px;
    }


    .box_left-main-container111 {
        position: fixed;
        left: -100%;
        z-index: 100;
    }
}



.num_new_msg_tp {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  padding-top: 1px;
  text-align: center;
  font-size: 11px;
  background-color: rgb(228, 5, 198);
  color: #fff;
  position: relative;
  margin-left: 5px;
  top: 1px;
  opacity: 0;

}


.num_new_task {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  padding-top: 2px;
  text-align: center;
  font-size: 10px;
  background-color: rgb(228, 5, 198);
  color: #fff;
  position: relative;
  margin-left: 5px;
  top: 1px;
}


.ico_ach {
  font-size: 30px;
  color: rgb(201, 188, 5);
  margin-right: 16px;
}


.head {
  background-color: #3a8cd8;
  color: #fff;
}

.box_left-main-container {
  padding-right: 0px;
}

.left-main-container {
  background-color: #303a49;
  color: #fff;
  padding: 15px !important;
}

.head-logo {
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 0px;
  position: relative;
  text-align: center;
}

.box_head_user {
  font-size: 15px;
}

.main_search {
  padding: 10px;
  font-size: 20px;
  color: #999;
  width: 80%;
  border: 0px;
  padding-left: 40px;
}

.ico_head_search {
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 30px;
  color: #b2b2b2;
}

.box_fast_menu {
  font-size: 12px;
  margin-top: 20px;
  font-weight: normal;
}

.fast_menu-sms {
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #31af91;
  cursor: pointer;
  margin-right: 0px;
}

.fast_menu-sms:hover {
  background-color: #209c7e;
}

.fast_menu-edu {
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #31af91;
  cursor: pointer;
  color: #fff;
}

.fast_menu-edu:hover {
  background-color: #209c7e;
}

.checkbox {
  display: inline-block;
  height: 23px;
  padding-left: 30px;
  background-image: url("/img/check_box.png");
  background-repeat: no-repeat;
  background-position: 0px -23px;
  cursor: pointer;
  padding-top: 1px;
}

.checkbox_activ {
  background-position: 0px 0px;
}

.burger-menu2 {
  display: none;
}

.head-nameUser {
  font-size: 24px;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
  background-color: #fff;
}

.head-nameUser-name {
  color: #333;
  transition: 0.15s all;
}

.head-nameUser-name:hover {
  color: #000;
}

.box_left_header {
  text-align: left;
}

.box_left_header a {
  margin-right: 10px;
  opacity: 0.6;
  transition: 0.15s all;
  color: #303030;
}

.box_left_header a:hover {
  opacity: 1;
}

.mainContainer {
  position: relative;
  padding-left: 0px;
  background-color: #303a49;
}

h1 {
  padding: 15px;
  padding-left: 0px;
  font-size: 18px;
  color: #303a49;
  background-color: #f3f3f3;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.mainLeftMenu {
  padding: 15px;
  min-height: 400px;
}

.mainLeftMenu a {
  display: block;
  margin-bottom: 0px;
  color: #aab5c5;
  padding: 10px;
  padding-left: 10px;
  margin-left: -15px;
  margin-right: -15px;
  transition: 0.15s all;
}

.mainLeftMenu a i {
  margin-right: 4px;
  width: 23px;
  text-align: center;
}

.mainLeftMenu a:hover {
  background-color: #2c373e;
  color: #d1dbe8;
}

.mLM-active {
  color: #8CC34B !important;
}

.mainCenter {
  min-height: 1250px;
  background-color: #e0e0e0;
  padding-top: 0px !important;
  padding-bottom: 20px;
}

.boxSearchLeft {
  width: 310px;
  position: relative;
}

.boxSearchLeft input[type=text] {
  padding: 6px;
  width: 100%;
  padding-right: 50px;
  border: 1px solid #dedede;
}

.boxSearchLeft-btn {
  opacity: 0.2;
  position: absolute;
  right: 12px;
  top: 4px;
  transition: 0.15s all;
  font-size: 19px;
  cursor: pointer;
  color: #3b3b3b;
}

.boxSearchLeft-btn:active {
  color: #1ec503 !important;
}

.boxSearchLeft-btn:hover {
  opacity: 1;
}

#body {
  width: 100%;
  background: linear-gradient(to top left, #214257, #206576);
  padding-top: 60px;
}

.body_enter {
  min-height: 600px;
  background-color: #e5f6ff;
  height: 100%;
  background: #e5f6ff;
  background: #e5f6ff;
  background: linear-gradient(to top left, #214257, #206576);
  overflow: hidden;
}

.boxMenuCenter {
  background-color: #f3f3f3;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

.boxMenuCenter-right {
  text-align: right;
  padding-top: 7px;
  min-height: 40px;
  margin-bottom: 0px;
}

.boxMenuCenterStatus {
  margin-bottom: 0px;
  margin-top: -1px;
  background-color: #f3f3f3;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 20px;
  padding-top: 5px;
}

.boxMenuCenterStatus a {
  display: block;
  padding: 10px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  color: #2e5b73;
  text-decoration: none;
  font-size: 14px;
  transition: 0.15s all;
  text-transform: uppercase;
  border-bottom: 2px solid #f3f3f3;
  font-weight: bold;
}

.boxMenuCenterStatus a:first-child {
  margin-left: 0px;
}

.boxMenuCenterStatus a:hover {
  background-color: #f0eded;
  color: #232323;
}

.boxMenuCenterStatus_active {
  color: #232323 !important;
  border-bottom: 2px solid #303a49 !important;
}

.mainBtnAdd {
  transition: 0.15s all;
  padding: 10px;
  padding-left: 15px;
  padding-right: 25px;
  background-color: #303a49;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.mainBtnAdd i {
  margin-right: 6px;
  top: 2px;
}

.mainBtnAdd:hover {
  background-color: #1a2b43;
  color: #fff;
  text-decoration: none;
}

.btnBack {
  text-decoration: none;
  color: #3c3c3c;
  font-size: 14px;
  display: block;
  margin-left: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.btnBack:hover {
  transition: 0.15s all;
  color: #0467a0;
}

.frm-line {
  margin-bottom: 15px;
}

.frm-line .sm_inp {
  width: 150px !important;
}

.frm-line i0 {
  display: inline-block;
  margin-left: -40px;
  font-style: normal;
  background-color: #fff;
  padding-left: 4px;
}

.frm-line .ch_send_mail {
  display: block;
  margin-top: 5px;
  margin-bottom: 3px;
  color: #999;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
}

.btn-gen-pass:hover {
  cursor: pointer;
  color: green;
}

.frm-line .ch_send_mail input {
  display: inline-block;
  margin-right: 4px;
}

.frm-title {
  margin: -15px;
  background-color: #216172;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  margin-bottom: 15px;
}

.frm-line span {
  font-size: 13px;
  color: #545454;
  display: block;
  margin-bottom: 3px;
}

.frm-line select {
  max-width: 400px;
  font-size: 13px;
  color: #545454;
  display: block;
  margin-bottom: 3px;
  padding: 8px !important;
  height: auto !important;
}

.frm-line .select_small {
  max-width: 200px !important;
  display: inline-block !important;
  margin-right: 10px;
}


.frm-line .select_small2 {
  max-width: 100px !important;
  display: inline-block !important;
  margin-right: 10px;
}

.frm-line input[type='text'] {
  width: 100%;
  max-width: 400px;
  padding: 8px;
  border: 1px solid #b8b8b8;
  border-radius: 1px;
}

.frm-line input[type='password'] {
  width: 100%;
  max-width: 400px;
  padding: 8px;
  border: 1px solid #b8b8b8;
  border-radius: 1px;
}

.frm-line .input_small {
  max-width: 200px !important;
}

.frm-line .input_small2 {
  max-width: 110px !important;
}

.date_inp {
  width: 100px !important;
}

.frm-line .important_task {
  font-size: 19px;
  color: #999;
  font-weight: normal;
  margin-left: 45px;
  transition: 0.10s all;
}

.box_pid_main .box_pid {
  display: none
}

.frm-line .important_task:hover {
  color: #dc0000;
}

.important_task_active {
  color: #dc0000 !important;
}

.frm-line .important_task div {
  font-size: 14px;
  display: inline-block;
  margin-left: 3px;
}

.frm-line textarea {
  width: 100%;
  height: 200px;
  max-width: 600px;
  padding: 8px;
  border: 1px solid #b8b8b8;
  border-radius: 1px;
}

.btnSave {
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #8CC34B;
  background-color: #8CC34B;
  border-radius: 2px;
  color: #fff;
  transition: 0.15s all;
  display: inline-block;
  margin-top: 15px;
}

.btnSave:hover {
  background-color: #7cb539;
  color: #fff;
  cursor: pointer;
}

.btnSave:active {
  background-color: #66992a;
}

.btnCancel {
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #bcbcbc;
  background-color: #bcbcbc;
  border-radius: 2px;
  color: #333;
  transition: 0.15s all;
  display: inline-block;
  margin-top: 15px;
  margin-left: 10px;
}

.btnCancel:hover {
  background-color: #a3a3a3;
  color: #333;
  cursor: pointer;
}

.btnCancel:active {
  background-color: #303a4a;
}



.btnSave2 {
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #1a485b;
  background-color: #215063;
  border-radius: 2px;
  color: #fff;
  transition: 0.15s all;
  display: inline-block;
  margin-top: 15px;
}

.btnSave2:hover {
  background-color: #1a485b;
  color: #fff;
  cursor: pointer;
}

.btnSave2:active {
  background-color: #1d3741;
}


.boxTableHead {
  padding-left: 15px;
  padding-right: 15px;
}

.boxTableTelo {
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.boxTableTelo:last-child {
  border-bottom: 1px solid #ededed;
}

.boxTableTelo-title {
  background-color: #c4c4c4;
  color: #333;
  padding-top: 7px;
  padding-bottom: 7px;
}

.table_head {
  margin-top: 10px;
}

.table_head div[class^='col-'] {
  padding: 13px;
  background-color: #303a49;
  font-size: 13px;
  color: #fff;
  height: 44px;
}

.table_telo div[class^='col-'] {
  padding: 13px;
  font-size: 13px;
  overflow: hidden;
  background-color: #fff;
  height: 40px;
}

.table_telo:hover {
  background-color: #dffcf4;
}

.table_telo_big div[class^='col-'] {
  padding: 13px;
  font-size: 13px;
  overflow: hidden;
  background-color: #fff;
  height: 60px;
}

.table_telo_big:hover {
  background-color: #dffcf4;
}

.box_inf_lid {
  background-color: #fff;
}

.boxFile {
  position: relative;
  display: inline-block;
  background-color: #fcffae;
  border: 1px solid #e1e3ae;
  border-radius: 2px;
  padding: 10px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.del_file {
  color: #ef001c;
  display: inline-block;
  margin-right: 10px;
}

.del_file:hover {
  color: #b60217;
  cursor: pointer;
}

.name_link_file:hover {
  color: #226197 !important;
}

.boxMsg {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.2);
  z-index: 15;
}

.boxMsgSuccess {
    display: block;
}

.boxMsg2 {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  background-color: #fff;
  z-index: 15;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.2);
}

.boxMsg-title {
  padding: 15px;
  font-size: 19px;
  position: relative;
  border-bottom: 1px solid #c0c0c0;
}

.boxMsg-text {
  padding: 15px;
  font-size: 14px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.boxMsg-btnbox {
  text-align: center;
}

.boxMsg-btn {
  width: 100%;
  margin: auto;
  padding: 12px;
  background-color: #2675be;
  color: #fff;
  text-align: center;
  transition: 0.15s all;
}

.boxMsg-btn:hover {
  background-color: #1a63a7;
  cursor: pointer;
}

.bgPage {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.boxMsgDel {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.55);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.55);
  z-index: 15;
}

.boxMsgDel-title {
  padding: 15px;
  font-size: 19px;
  position: relative;
  border-bottom: 1px solid #c0c0c0;
}

.boxMsgDel-text {
  padding: 15px;
  font-size: 14px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.boxMsgDel-btnbox {
  text-align: center;
  display: table;
  width: 100%;
}

.boxMsgDel-btnno {
  display: block;
  float: left;
  width: 50%;
  margin: auto;
  padding: 12px;
  background-color: #b5b5b5;
  color: #fff;
  text-align: center;
  transition: 0.15s all;
}

.boxMsgDel-btnno:hover {
  background-color: #919191;
  cursor: pointer;
}

.boxMsgDel-btnyes {
  display: block;
  float: left;
  width: 50%;
  margin: auto;
  padding: 12px;
  background-color: #e90000;
  color: #fff;
  text-align: center;
  transition: 0.15s all;
}

.boxMsgDel-btnyes:hover {
  background-color: #ce0606;
  cursor: pointer;
}

.file-hidden {
  display: none;
  opacity: 0;
}

.btn-download-file {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .5em 2em;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #FDBE33 #000 #D77206;
  border-radius: 6px;
  background: linear-gradient(#F3AE0F, #E38916) #E38916;
  transition: 0.2s;
  cursor: pointer;
}

.btn-download-file:hover {
  background: linear-gradient(#f5ae00, #f59500) #f5ae00;
}

.btn-download-file:active {
  background: linear-gradient(#f59500, #f5ae00) #f59500;
}

.boxFileSelect {
  display: none;
  width: 450px;
  background-color: #daffdc;
  color: #333;
  font-size: 13px;
  border: 1px solid #7ff084;
  padding: 15px;
  margin-top: 15px;
}


.btnEdit-view {
  color: #333;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid transparent;
}

.btnEdit-view:hover {
  border-bottom: 1px solid #333;
}

.btnDel-view {
  color: #d40202;
  display: inline-block;
  margin-left: 10px;
  border-bottom: 1px solid transparent;
}

.btnDel-view:hover {
  border-bottom: 1px solid #af0505;
}

.box_enter_frm {
  width: 460px;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -230px;
  background-color: rgba(58, 140, 216, 0.5);
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
}

.box_enter_frm_error {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(255, 4, 4, 0.95);
  -moz-box-shadow: 0px 0px 25px 0px rgba(255, 4, 4, 0.95);
  box-shadow: 0px 0px 25px 0px rgba(255, 4, 4, 0.95);
}

.box_enter_frm label span {
  display: inline-block;
  font-size: 14px;
}

.box_enter_frm label input {
  position: relative;
  top: 3px;
}

.box_enter_frm_inner {
  background-color: #fff;
  padding: 25px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 9px;
}

.box_enter_frm-title {
  font-size: 36px;
  color: #414141;
  margin-bottom: 0px;
  margin-top: 15px;
}

.box_enter_frm-title2 {
  font-size: 20px;
  color: #414141;
  margin-bottom: 20px;
}

.box_enter_frm span {
  display: block;
  font-size: 17px;
  color: #414141;
  margin-bottom: 10px;
}

.box_enter_frm input[type='text'] {
  width: 100%;
  display: block;
  padding: 13px;
  font-size: 18px;
  color: #414141;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #a2a2a2;
  transition: 0.15s all;
}

.box_enter_frm input[type='text']:active {
  border: 1px solid #69b5e1 !important;
}

.box_enter_frm input[type='password'] {
  width: 100%;
  display: block;
  padding: 13px;
  font-size: 18px;
  color: #414141;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #a2a2a2;
  transition: 0.15s all;
}

.box_enter_frm input[type='password']:active {
  border: 1px solid #69b5e1 !important;
}

.box_enter_frm-btn {
  padding: 15px;
  padding-top: 18px;
  text-align: center;
  background-color: #8CC34B;
  border: 2px solid #8CC34B;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: 0.15s all;
}

.box_enter_frm-btn:hover {
  background-color: #7cb13d;
  border: 2px solid #7cb13d;
}

.btn_exit {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 0px;
  transition: 0.15s all;
}

.box_dopmenu_users {
  margin-top: 10px;
  font-size: 13px;
}

.box_dopmenu_users a {
  display: inline-block;
  margin-left: 15px;
}

.box_dopmenu_users .fa-bell-o {
    margin-right: 4px;
}

.notice_head {
  display: inline-block;
  border-radius: 50%;
  font-size: 11px;
  position: relative;
  top: -6px;

}

.notice_head_yes {
  color: #ea0606;
}

.btn_exit:hover {
  color: #f96161;
}

.mainLeftMenu-title {
  display: block;
  padding: 15px;
  background-color: #233043;
  margin-left: -15px;
  margin-right: -15px;
}

.mainLeftMenu-title i {
  color: #ED2337;
  margin-left: 10px;
}

.mainLeftMenu-razdel {
  border-top: 1px solid #545454;
  margin-bottom: 19px;
}

.reminders_link:hover {
  background: none !important;
  color: #cbcbcb;
}

.box_support {
  margin-top: 50px;
  color: #778a99;
  line-height: 24px;
}

.box_support span {
  display: block;
  color: #adc2d3;
}

.footerContainer {
  background-color: #1D2B36;
  position: relative;
}

.footerContainer div[class^="col-"] {
  padding: 15px;
  color: #fff;
  padding-top: 18px;
}

.footerContainer-right {
  text-align: right;
}

.footerContainer-right a {
  color: #999;
  font-size: 12px;
}

.footerContainer-right a:hover {
  color: #fff;
}

.btn_clone_ur_address {
  cursor: pointer;
}

.btn_clone_ur_name {
  cursor: pointer;
}

.btn_new_reminder {
  background-color: #8CC34B;
  transition: 0.15s all;
  padding: 10px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #000 !important;
  border-radius: 3px;
  width: 90%;
  margin: auto !important;
  font-weight: bold;
  margin-top: 15px !important;
}

.btn_new_reminder:hover {
  background-color: #7eb43d !important;
}

/* форма добавления напоминания */
.boxFrmReminder {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  background-color: #fff;
  z-index: 15;
}

.boxFrmReminder-title {
  padding: 15px;
  font-size: 19px;
  position: relative;
  border-bottom: 1px solid #c0c0c0;
}

.boxFrmReminder-text {
  padding: 15px;
  font-size: 14px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.boxFrmReminder-btnbox {
  text-align: center;
  display: table;
  width: 100%;
}

.boxFrmReminder-btnsave {
  display: block;
  float: left;
  width: 100%;
  margin: auto;
  padding: 12px;
  background-color: #8CC34B;
  color: #000;
  text-align: center;
  transition: 0.15s all;
}

.boxFrmReminder-btnsave:hover {
  background-color: #76ab38;
  cursor: pointer;
}

.frm_text_reminder {
  width: 100%;
  padding: 5px;
  height: 150px;
  border: 1px solid #a5a5a5;
  border-radius: 2px;
}

/* форма добавления напоминания конец */


.boxPop {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    z-index: 150;
}


.boxPop-title {
  padding: 15px;
  font-size: 19px;
  position: relative;
  border-bottom: 1px solid #c0c0c0;
  background-color: #f2f2f2;
}

.boxPop-text {
  position: relative;
  padding: 15px;
  font-size: 14px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}


.boxPop-btnbox {
  text-align: center;
  display: table;
  width: 100%;
}

.boxPop-btnsave {
  display: block;
  float: left;
  width: 100%;
  margin: auto;
  padding: 12px;
  background-color: #8CC34B;
  color: #000;
  text-align: center;
  transition: 0.15s all;
}

.boxPop-btnsave:hover {
  background-color: #76ab38;
  cursor: pointer;
}


/* форма просмотра напоминания */
.boxFrmReminderView {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  background-color: #fff;
  z-index: 15;
}

.boxFrmReminderView-title {
  padding: 15px;
  font-size: 19px;
  position: relative;
  border-bottom: 1px solid #c0c0c0;
}

.boxFrmReminderView-text {
  position: relative;
  padding: 15px;
  font-size: 14px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.boxFrmReminderView-btnbox {
  text-align: center;
  display: table;
  width: 100%;
}

.boxFrmReminderView-btnsave {
  display: block;
  float: left;
  width: 100%;
  margin: auto;
  padding: 12px;
  background-color: #8CC34B;
  color: #000;
  text-align: center;
  transition: 0.15s all;
}

.boxFrmReminderView-btnsave:hover {
  background-color: #76ab38;
  cursor: pointer;
}

.frm_text_reminderView {
  width: 100%;
  padding: 5px;
  height: 150px;
  border: 1px solid #a5a5a5;
  border-radius: 2px;
}

.del-reminder {
  color: #da0303;
  opacity: 0.3;
  transition: 0.15s all;
  position: absolute;
  bottom: 55px;
  right: 15px;
  cursor: pointer;
}

.del-reminder:hover {
  opacity: 1;
}

/* форма просмотра напоминания конец */
.ico_alarm span {
  width: 23px;
  height: 23px;
  display: inline-block;
  opacity: 0;
  text-align: center;
  position: relative;
  top: -15px;
  left: 0px;
  background-color: red;
  color: #fff;
  font-size: 11px;
  border-radius: 50%;
  padding: 3px;
}

.textRight {
  text-align: right;
}

.classNotice {
  background-color: #fffdd0;
}

.burger-menu {
  display: none;
  margin-right: 12px;
  margin-left: -10px;
  cursor: pointer;
}

.boxPopup {
  z-index: 1000;
}

.mob-podmenu {
  display: none;
  background-color: #4B535D;
  color: #fff;
  padding: 10px;
  padding-top: 13px;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  text-transform: uppercase;
  background-image: url("/img/menu.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.box-table-cash span {
  display: none;
}

.box {
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

.box_inner {
    display: table;
    width: 100%
}

.box_inner_left {
    width: 50%;
    display: block;
    float: left;
}

.box_inner_right {
    width: 50%;
    display: block;
    float: left;
}

.box-title {
  background-color: #f3f3f3;
  padding: 15px;
  margin: -15px;
  margin-bottom: 15px;
  color: #807f7f;
  font-weight: bold;
  border-bottom: 1px solid #807f7f;
}

.modal_frm {
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  position: fixed;
  top: 240px;
  left: 50%;
  margin-left: -130px;
  width: 260px;
  display: none;
}

.modal_frm-title {
  background-color: #205b6d;
  padding: 15px;
  margin: -15px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #807f7f;
  position: relative;
}

.modal_frm-title i {
  position: absolute;
  top: 17px;
  right: 15px;
  cursor: pointer;
}

.modal_frm-btn {
  display: block;
  padding: 11px;
  text-align: center;
  background-color: #31af91;
  margin-top: 12px;
  color: #fff;
  cursor: pointer;
  transition: 0.15s all;
}

.modal_frm-btn:hover {
  background-color: #24a083;
}


.box_sendsms-close {
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.6;
}

.box_sendsms-close:hover {
  opacity: 1;
}


.box_sendsms input[type='text'] {
  width: 100%;
  padding: 6px;
  border:1px solid #e3e3e3;
  margin-bottom: 7px;
  transition: 0.15s all;
}

.box_sendsms input[type='text']:focus {
  border:1px solid #b4b4b4;
}


.box_sendsms textarea {
  width: 100%;
  height: 100px;
  padding: 6px;
  border:1px solid #e3e3e3;
  resize: none;
  transition: 0.15s all;
  font-size: 11px;
}

.box_sendsms textarea:focus {
  border:1px solid #b4b4b4;
}

.modal_frm-text-msg {
  display: none;
  color: #1eba09;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 14px;
  font-size: 16px;
}

.btn {
  display: block;
  padding: 9px;
  text-align: center;
  font-size: 13px;
  color: #6394b0;
  background-color: #e7e7e7;
  transition: 0.15s all;
  cursor: pointer;
}

.btn:hover {
  background-color: #d7d5d5;
}

.error {
  border-color: #c64b4b !important
}


.box_body_invoice {
  background-color: #464646;

}

.body_invoice {
  padding: 50px;
  padding-top: 50px;
  width: 1170px;
  margin: auto;
  background-color: #fff;
  padding-bottom: 30px;
}

.invoice_head_right {
  text-align: right;
}


.tbl {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #9cced9;
    background-color: #fff;
}

.tbl th {
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #01659e;
    color: #000;
    vertical-align: middle;
    background-color: #01659e;
    color: #FFF;
}

.tbl td {
    text-align: left;
    font-size: 12px;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #9cced9;
    vertical-align: middle;
}





.tbl2 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #01659e;
    background-color: #fff;
}

.tbl2 th {
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #f3f3f3;
    color: #636363;
    vertical-align: middle;
    background-color: #f3f3f3;
    border-bottom: 1px solid #dedede;
}

.tbl2 td {
    text-align: left;
    font-size: 12px;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ffffff;
    vertical-align: middle;
}

.tbl2 tr:hover {
  background-color: #f3f3f3
}



.tbl .bold {
  font-weight: bold;
}

.box_head_akt {
  font-size: 13px;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 40px;
}

.akt_podpis_title {
  text-align: center;
  margin-bottom: -20px;
  font-weight: bold
}

.number_invoice {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}

.number_invoice span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.pay_invoice {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pay_invoice span {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.itog_invoice {
  text-align: right;
  margin-top: 20px;
}

.itog_invoice2 {
  margin-bottom: 15px;
  margin-bottom: 30px;
}


.podpisant_invoice {
  text-align: right;
}

.razdel_invoice {
  width: 100%;
  border-top: 1px solid #01659e;
  margin-top: 40px;
  margin-bottom: 40px;
}

.printing_invoice {
  text-align: center;
}

.printing_invoice img {
  height: 240px;
}


.printing_invoice_akt {
  text-align: left;
  position: relative;
  top: -320px;
  left: 250px;
}

.printing_invoice_akt img {
  height: 240px;
}

.podpisant_invoice0 {
  text-align: center;
}

.tbl_invoice1 {
  width: 40px;
  text-align: center !important;
}

.tbl_invoice2 {

}

.tbl_invoice3 {
  width: 70px;
}

.tbl_invoice4 {
  width: 70px;
  text-align: center !important;
}

.tbl_invoice5 {
  width: 150px;
}

.tbl_invoice6 {
  width: 150px;
}

.textCenter {
  text-align: center !important;
}

.textCenter {
  text-align: center !important;
}

.textLeft {
  text-align: left !important;
}

.textRight {
  text-align: right !important;
}


.btn-add {
  display: inline-block;
  cursor: pointer;
  color:#209c7e;
  padding: 5px 10px;
  border-radius: 3px;
  transition: 0.05s;
}
.ibtn-add:hover {
  background: #209c7e;
  color:#fff;
}

.btn-add:hover {
  background: #209c7e;
  color:#fff;
}
.btn-add:active {
  background: #2fb796;
}

.link {
  color: #5eacd8;
  text-decoration: underline;
  cursor: pointer;
}

.row_main {
  display: table;
  width: 100%;
  margin-bottom: 8px;
}

.col_main1 {
  width: 50%;
  float: left;
}

.col_main2 {
  width: 50%;
  float: left;
  text-align: right;
}

.red {
  color: red;
}

.box_comment_seo {
  background-color: #f3f3f3;
  margin: -15px;
  margin-top: 15px;
  padding: 10px;
  padding-top: 5px !important;
}

.line {
  width: 100%;
  border-top: 1px solid #c0c0c0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.add_podpis_sms {
  margin-top: 4px;
  font-size: 13px;
  cursor: pointer;
  color: #707070;
}

.add_podpis_sms i {
  margin-right: 3px;
}

.add_podpis_sms:hover {
  color: #205b6d;
}

.box_sendsms_podpis span {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}

.box_sendsms_podpis span:hover {
  cursor: pointer;
  color: #009022
}

.boxPop-close {
  position: absolute;
  top: 19px;
  right: 13px;
  color: #999;
  cursor: pointer;
}

.fa-external-link {
  margin-left: 6px;
}

.dostup_stop {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-top: 70px;
  color: red;
}

.boxStartDay {
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 999;

}

.btnStartWork {
  font-size: 42px;
  cursor: pointer;
  color: #389E7C;
  transition: 0.2s all;
}

.btnStartWork:hover {
    color: #2A3245
}

.boxStartDay div {
    display: inline-block !important;
    position: relative;
    top: -5px;
    padding-left: 5px;
}

.stars_good {
    margin-right: 5px;
    color: rgb(182, 159, 0)
}

.stars_bad {
    margin-right: 5px;
    color: rgb(227, 58, 12)
}

.num_newrem {
    color: rgb(215, 13, 13);
    display: inline-block;
    margin-left: 2px;
    font-weight: bold;
}

.box_emailanan {

}

.dannie {
    background-color: #fff;
    color: rgb(236, 88, 25);
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.dannie_text {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 20px;
}

.dannie_text {
    display: none;
}

.show_anonim {
    display: block;
    margin-top: -15px !important;
    font-size: 13px;
    color: rgb(205, 201, 195);
    padding-left: 15px !important;
}

.show_anonim:hover {
    background: none !important;
}


.paginat {
    margin-top: 10px;
    margin-bottom: 20px;
    display: table;
    width: 100%
}


.paginat a {
    display: block;
    float: left;
    padding: 5px;
    border: 1px solid rgb(233, 233, 233);
    margin-right: 3px;
    background-color: rgb(244, 244, 244);
    transition: 0.2s all;
}

.paginat a:hover {
    background-color: rgb(237, 237, 237);
}

.paginat_activ {
    background-color: #233043 !important;
    color: #fff !important;
}

.seo_rep_head_right {
    text-align: right;
    font-size: 14px;
}

.seo_rep_head_right span {
    color: rgb(0, 172, 126);
}

.box_seo_rep1 {
    padding: 15px;
    background-color: rgb(234, 251, 232);
    border:1px solid rgb(152, 222, 153);
    margin-top: 20px;
}

.box_seo_rep2 {
    padding: 15px;
    background-color: rgb(219, 249, 255);
    border:1px solid rgb(141, 224, 230);
    margin-top: 20px;
    min-height: 250px;
}


.box_seo_rep3 {
    padding: 15px;
    background-color: rgb(240, 219, 255);
    border:1px solid rgb(203, 138, 217);
    margin-top: 20px;
    min-height: 250px;
}


.box_seo_rep4 {
    padding: 15px;
    background-color: rgb(252, 215, 234);
    border:1px solid rgb(226, 140, 194);
    margin-top: 20px;
    min-height: 250px;
}


.box_seo_rep5 {
    padding: 15px;
    background-color: rgb(255, 238, 219);
    border:1px solid rgb(217, 178, 138);
    margin-top: 20px;
    min-height: 250px;
}

.box_seo_rep-title1 {
    font-size: 19px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid rgb(144, 238, 148);
    margin: -15px;
    padding: 15px;
    margin-bottom: 20px;
}

.box_seo_rep-title2 {
    font-size: 19px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid rgb(96, 182, 198);
    margin: -15px;
    padding: 15px;
    margin-bottom: 20px;
}

.box_seo_rep-title3 {
    font-size: 19px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid rgb(189, 91, 205);
    margin: -15px;
    padding: 15px;
    margin-bottom: 20px;
}


.box_seo_rep-title4 {
    font-size: 19px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid rgb(226, 140, 194);
    margin: -15px;
    padding: 15px;
    margin-bottom: 20px;
}


.box_seo_rep-title5 {
    font-size: 19px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid rgb(217, 178, 138);
    margin: -15px;
    padding: 15px;
    margin-bottom: 20px;
}


.box_seo_rep1 div {
    margin-bottom: 4px;
}

.box_seo_rep1 span {
    font-weight: bold;
}

.box_seo_rep-td {
    vertical-align: top;
    padding-top: 20px;
}

.title_report2 {
    margin-top: 35px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer_seo_rep {
    background-color: rgb(199, 112, 9);
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 12px;
    margin: -50px;
    margin-top: 25px;
}

.lavel_user {
  position: absolute;
  top:-12px;
  right: 42px;
  font-size: 10px;
  color: #209C7E
}


/*загрузка файлов ajax*/

#dropbox {
	background: #f0f0f0;
	color: #333;
	border-radius:3px;
	position: relative;
	min-height: 100px;
	overflow: hidden;
	padding-bottom: 40px;
  width: 100%;
	transition: 0.2s all;
  margin-bottom: 15px;
  border:2px dashed #b8d6d9;
}

.moveFile {
	background-color: #E1FEDC !important;
  border:2px solid #b8d6d9 !important;
}


#dropbox .message{
	font-size: 22px;
    text-align: center;
    padding-top:30px;
    display: block;
}

#dropbox .message i{
	color:#ccc;
	font-size:10px;
}

#dropbox:before{
	border-radius:3px 3px 0 0;
}



/*-------------------------
	Image Previews
--------------------------*/

#dropbox .preview {
	width:100%;
	padding: 8px;
	position: relative;
	text-align: left;
  display: table;
}

#dropbox .icoFile {
  display: inline-block;
  width: 25px;
  min-height: 15px;
  text-align: center;
}

#dropbox .icoFile img {
  position: relative;
  top: -2px;
}

#dropbox .nameFile {
  display: inline-block;
  width: 330px;
  min-height: 15px;
  font-weight: bold;
  transition: 0.2s all;
  padding-left: 10px;
}

#dropbox .nameFile:hover {
  color: rgb(6, 126, 177);
  cursor: pointer

}


#dropbox .imageHolder{
	display: inline-block;
	position:relative;
}

#dropbox .imageHolder img {
	height: 133px;
}

#dropbox .uploaded{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url('../img/done.png') no-repeat center center rgba(255,255,255,0.5);
	display: none;
}

#dropbox .preview.done .uploaded{
	display: block;
}

/*-------------------------
	Progress Bars
--------------------------*/

.progressHolder{
  position:relative;
  display: inline-block;
	height:15px;
	width:300px;
}

.progress{
	background-color:#2586d0 !important;
	position: absolute;
	left:0;
	width:0;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
  background-image: none !important;
  color: #fff;
  padding: 3px;
  padding-left: 10px;
  font-size: 10px;
}

.preview.done .progress{
	width:100% !important;
}

.name_file_dw {
	margin-top: 17px;
}


/*загрузка файлов конец*/



/* стили для тендерной карточки*/
.box_tender_card {
  width: 980px;
  margin: auto;
  margin-top: 100px;
  background-color: #fffcf9;
  border: 1px solid #f8e7d3;
  padding: 40px;
  margin-bottom: 40px;

}

.body_pr {
  background-image: url("/img/bg_pr.png");
}


.tender_card-name {
  font-size: 26px;
  color: #206576;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: bold;
}

.tender_card-stack {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #448102;
  font-size: 19px;

}

.tender_card-stack span {
  color: #333;
  font-weight: bold;
}


.tender_card-type {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #448102;
  font-size: 19px;

}

.tender_card-type span {
  color: #333;
  font-weight: bold;
}

.tender_card-date {
  display: table;
  width: 510px;
  background-color: #fff;
  border: 1px solid #dddddd
}

.tender_card-datebox {
  width: 50%;
  display:block;
  float: left;
  color: #233043;
  font-size: 16px;
  padding: 15px;
  font-weight: bold;
}


.tender_card-datebox span {
  color: #535353;
  font-size: 15px;
}

.tender_card-price {
  font-size: 34px;
  color: #60a400;
  margin-bottom: 20px;
  font-weight: bold;
}


.tender_card-text {
  background-color: #fff;
  padding: 20px;
  margin-top: 30px;
}

.tender_card-text-title {
  font-size: 26px;
  color: #206576;
  margin: -20px;
  margin-bottom: 20px;
  background-color: #fff5ea;
  border-bottom: 2px solid #f4f2be;
  padding: 15px;
}

.btn_get_task {
  margin-top: 30px;
  background-color: #4cbf00;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 12px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 18px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
}

.btn_get_task:hover {
  background-color: #46ab03;
}


.box_comment_pr {
  margin: auto;
  width: 980px;
  padding: 35px;
  background-color: #fff;
  margin-bottom: 40px;
  border: 1px solid #bababa;

}

.box_comment_pr-title {
  font-size: 18px;
  color: #206576;
  margin-bottom: 20px;
}


.text_com_pr {
  width: 100%;
  height: 96px;
  resize: none;
  padding: 15px;
  border: 1px solid #e2e2e2
}


.btn_com_pr {
  display: inline-block;
  color: #fff;
  padding: 11px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #206576;
  font-size: 13px;
  margin-top: 15px;
  border-radius: 20px;
  cursor: pointer;
}

.btn_com_pr:hover {
  background-color: #125262;
}

.all_comment {
  margin-top: 15px;
}

.box_com_user1 {
  margin-bottom: 20px;
  background-color: #edfbff;
  border: 1px solid #d8f1f7;
  padding: 15px;
}

.box_com_user2 {
  margin-bottom: 20px;
  background-color: #fbfceb;
  border: 1px solid #f4f7d8;
  padding: 15px;
}

.com_user-name {
  font-size: 14px;
  color: #233043;
  font-weight: bold;
  margin-bottom: 5px;
}

.com_user-text {
  font-size: 11px;
  color: #626262;
  margin-bottom: 15px;
  margin-top: 10px;
}

.com_user-date {
  font-size: 13px;
  color: #292929;
  font-weight: bold;
}

.box_btn_com {
  font-size: 14px;
  padding-left: 20px;
}

.price_pr {
  width: 100px;
  padding: 6px;
  display: inline-block;
  margin-right: 4px;
}


/*конец стилей для тендерной карточки*/
