@import "bootstrap.css";
@import "animate.css";
@import "font-awesome.min.css";
@import "magnific-popup.css";
@import "datepicker.min.css";
@import "amaran.css";

* {
  outline: none;
}

button:focus,
.btn:focus {
  color: #0073ce;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img, svg {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

svg path {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a {
  display: inline-block;
  color: #0073ce;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover{
  opacity: 1;
  color: #0073ce;
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background: #0073ce;
}

::selection {
  color: #fff;
  background: #0073ce;
}

b, strong{
  color: #0073ce;
}

.mt5{margin-top: 5px}
.mt10{margin-top: 10px}
.mt15{margin-top: 15px}
.mt20{margin-top: 20px}
.mt25{margin-top: 25px}
.mt30{margin-top: 30px}
.mt35{margin-top: 35px}
.mt40{margin-top: 40px}
.mt45{margin-top: 45px}
.mt50{margin-top: 50px}
.mt55{margin-top: 55px}
.mt60{margin-top: 60px}
.mt65{margin-top: 65px}
.mt70{margin-top: 70px}
.mt75{margin-top: 75px}
.mt80{margin-top: 80px}
.mt85{margin-top: 85px}
.mt90{margin-top: 90px}
.mt95{margin-top: 95px}
.mt100{margin-top: 100px}

html {
  overflow-x: hidden;
}


html, body{
  position: relative;
  min-height: 100%;
}

body {
  background: #222 url("../images/logo-large.png") 50% 100% no-repeat;
  background-size: 500px auto;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  font-family: 'Open Sans', sans-serif;
  padding-top: 60px;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
}

h1{
  font-size: 24px;
}
h2{
  font-size: 22px;
}
h3{
  font-size: 20px;
}
h4{
  font-size: 18px;
}
h5{
  font-size: 16px;
}
h6{
  font-size: 15px;
}

.tap{
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 0;
  text-decoration: none;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #0073ce;
  border-radius: 30px;
  min-width: 200px;
  text-align: center;
  font-size: 12px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  overflow: hidden;
  opacity: 1;
  white-space: nowrap;
}

.tap.green{
  background: #27AE60;
}
.tap.red{
  background: #F2485F;
}

.tap:hover,
.tap:focus{
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.tap:active{
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
  transform: scale(.95);
}

.tap.round{
  line-height: 32px;
  font-size: 10px;
  min-width: 100px;
  padding: 0;
  background: #999;
}
.tap.round:hover{
  background: #0073ce;
}
.tap.round.red{
  background: #F2485F;
}
.tap.round.red:hover{
  background: #F2485F;
  opacity: .8;
}

.report_filters .tap.round{
  padding: 0 10px;
}

.tap.sm{
  line-height: 38px;
  font-size: 9px;
  min-width: 190px;
  padding: 0 25px;
}

.white_box{
  background: #fff;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border-radius: 15px;
  border: 1px solid #fafafa;
  box-shadow: rgba(0,0,0, .1) 3px 3px 15px;
}

.white_box.small{
  max-width: 500px;
}

#wrapper{
  position: relative;
  margin: 40px auto 30px auto;
  padding: 0 30px;
  max-width: 1000px!important;
}

.tap.minimal{
  height: 30px;
  line-height:1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  overflow: hidden;
  border-radius: 100%;
  padding: 0;
  min-width: 30px;
}
.tap.minimal i{
  margin: 0;
}

.tap.minimal.gray{
  background-color: #999999;
}
.tap.minimal.gray:hover{
  background-color: #27AE60;
}

.tap.small{
  line-height: 30px;
  border-radius: 5px;
  font-size: 9px;
  min-width: 100px;
}

.fw{
  width: 100%;
}

span.tip hr{
  margin: 5px 0 15px 0;
}

/*form*/
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=search],
form input[type=date],
form input[type=number],
form select,
form textarea {
  display: block;
  width: 100%;
  height: 38px;
  font-size: 13px;
  color: #272a39;
  line-height: 1;
  padding: 0 15px;
  margin: 0;
  font-weight: 600;
  border-radius: 30px;
  border: 1px solid #DBE6F0;
  background: #f9f9f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  outline: none;
}
form input.error,
form textarea.error,
form select.error{
  border-color: #FD5C65;
  color: #FD5C65;
}
form input:focus,
form textarea:focus{
  background: #fff;
  box-shadow: rgba(0,0,0, .1) 0 10px 10px;
}

form select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAAV0lEQVQImUXMvQ1AUACF0UMYwgBaNRMoNFqN1hJ6O5hCxQDGEDGJRF7yEre6+e5PUjXtgxWLXwlmDBlGbCgxxTAMOvShcKLGjgOBFZHdaXy90CDHG/0NH2/qDSalFyc1AAAAAElFTkSuQmCC');
  background-color: #fff;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}
form select:focus{
  outline: none;
  background-color: #fff;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAAV0lEQVQImUXMvQ1AUACF0UMYwgBaNRMoNFqN1hJ6O5hCxQDGEDGJRF7yEre6+e5PUjXtgxWLXwlmDBlGbCgxxTAMOvShcKLGjgOBFZHdaXy90CDHG/0NH2/qDSalFyc1AAAAAElFTkSuQmCC');
}
form textarea {
  min-height: 100px;
  padding: 15px;
  line-height: 1.4em;
}

form label{
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}
form label > span{
  display: inline-block;
  margin: 0 0 5px 15px;
  font-size: 12px;
  font-weight: 600;
  color: #999;
  letter-spacing: 2px;
  text-transform: uppercase;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder{
  color: #999;
  letter-spacing: 2px;
  font-weight: 400;
}
form input::-moz-placeholder,
form textarea::-moz-placeholder{
  color: #999;
  letter-spacing: 2px;
  opacity: 1;
  font-weight: 400;
}
form input:focus,
form textarea:focus{
  border-color: #0073ce;
}
form input:focus,
form textarea:focus{
  border-color: #0073ce;
}

form .k_item_wrap label{
  margin-bottom: 5px;
}

.copy{
  font-size: 11px;
  text-align: center;
  color: #999;
  margin-top: 30px;
}

.form_submit{
  margin-top: 20px;
}

.top_bar{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 70px;
  background: #0073ce;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.top_bar_content{
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}
.top_bar ul{
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.top_bar ul > li{
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.top_bar ul > li > a{
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
  font-size: 12px;
  height: 70px;
  display: flex;
  align-items: center;
}
.top_bar ul > li > a:hover,
.top_bar ul > li.active > a{
  background: #005DA9;
  color: #fff;
}

.top_bar ul > li > a i{
  margin-right: 5px;
  position: relative;
  top:1px
}

.top_bar ul > li.logo img{
  display: inline-block;
  height: 60px;
}

.fullwidth{
  width: 100%;
}

.heading{
  position: relative;
  padding: 0;
  margin: 0 0 35px;
}

.heading > h1,
.heading > h2,
.heading > h3,
.heading > h4,
.heading > h5{
  color: #fff;
}

.white_box .heading > h1,
.white_box .heading > h2,
.white_box .heading > h3,
.white_box .heading > h4,
.white_box .heading > h5{
  color: #333;
}

.companies_list a:not(.tap){
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 5px 10px 5px 0;
}
.companies_list a:not(.tap):hover{
  text-decoration: underline;
  color: #333;
}
.companies_list a:not(.tap) > i{
  display: inline-block;
  margin-right: 3px;
}

.table th{
  padding: 15px 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  font-weight: 600;
}
.table td{
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
}

.table tr > th:last-child,
.table tr > td:last-child{
  text-align: right;
}
.table tr > td .tap.round i{
  position: relative;
  right: -1px;
}


.table th{
  font-size: 12px;
}
.table td{
  font-size: 14px;
}

hr{
  margin: 15px 0;
}

.k_item_wrap{
  padding: 15px;
  margin: 0 0 30px;
  background: #F1F4F6;
  border-bottom: 1px solid #E2E5E7;
  position: relative;
}
.k_item_remove,
.closer{
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 10px;
  color: red;
  font-size: 18px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .7;
  background: rgba(0,0,0, .1);
}
.k_item_remove:hover, .closer:hover{
  opacity: 1;
  background: rgba(0,0,0, .3);
}

.info{
  position: relative;
  padding: 15px;
  font-size: 14px;
  color: #111;
  font-weight: normal;
  background: #eee;
  margin: 0 0 15px 0;
  border-left: 5px solid #ddd;
  -webkit-animation: fade .5s ease-out;
  -moz-animation: fade .5s ease-out;
  animation: fade .5s ease-out;
}

.info.red{
  border-color: rgb(252,92,101);
}
.info.green{
  border-color: rgb(28,169,94);
}

.info b,
.info strong{
  color: #333;
}

.row.middle{
  align-items: center;
}

.add_form .k_add{
  text-align: right;
}


.disabled,
.tap.disabled,
.btn.disabled,
a.disabled,
button.disabled{
  background: #ccc;
  color: #444;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tap:hover{
  text-decoration: none;
  color: #fff;
}

.raport_wrap{
  margin: 20px 0;
}

.raport_wrap table,
table.white{
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 14px;
  background: #fff;
  color: #111;
  text-transform: uppercase;
}
.raport_wrap table tr > th,
table.white tr > th{
  font-weight: bold;
  text-align: center;
}
.raport_wrap table tr > th,
table.white tr > th,
.raport_wrap table tr > td,
table.white tr > td{
  padding: 5px;
  text-align: center;
  border: 1px solid #eee;
}

table.white tr.green_row > td:nth-child(2) strong{
  color: #27AE60;
}

.raport_wrap table tr > th,
table.white tr > th{
  font-size: 13px;
  color: #444;
}

table.white tr > th.text_left,
table.white tr > td.text_left{
  text-align: left;
}

.reports_list table tr > td:first-child,
.reports_list table tr > td:first-child strong{
  color: #111;
}

form .raport_wrap input{
  padding: 0;
  margin: 0;
  line-height: 35px;
  height: 35px;
  text-align: center;
  font-size: 12px;
  border-radius: 0;
  border: 0;
}

form .raport_wrap select{
  padding: 0 0 0 15px;
  margin: 0;
  line-height: 35px;
  height: 35px;
  text-align: center;
  font-size: 12px;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAAV0lEQVQImUXMvQ1AUACF0UMYwgBaNRMoNFqN1hJ6O5hCxQDGEDGJRF7yEre6+e5PUjXtgxWLXwlmDBlGbCgxxTAMOvShcKLGjgOBFZHdaXy90CDHG/0NH2/qDSalFyc1AAAAAElFTkSuQmCC');
  background-color: #F9F9F9;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  min-width: 75px;
}

form .raport_wrap select:focus{
  outline: none;
  background-color: #fff;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAAV0lEQVQImUXMvQ1AUACF0UMYwgBaNRMoNFqN1hJ6O5hCxQDGEDGJRF7yEre6+e5PUjXtgxWLXwlmDBlGbCgxxTAMOvShcKLGjgOBFZHdaXy90CDHG/0NH2/qDSalFyc1AAAAAElFTkSuQmCC');
  box-shadow: rgba(0,0,0, .1) 0 10px 10px;
}

.raport_wrap table tr.gray{
  background: #f2f2f2;
}

.password_generator{
  display: inline-block;
  position: relative;
  margin: 0;
  width: 100%;
}
.password_generator .pg_button{
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 50px;
  height: 38px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #333;
  border-radius: 0 30px 30px 0;
}
.password_generator .pg_button:hover{
  color: #27AE60;
}
.password_generator .pg_result{
  color: #27AE60;
  font-size: 14px;
  display: block;
  padding-left: 15px;
  text-transform: none;
}

.placeholder{
  border: 1px dashed #ddd;
  background: #f9f9f9;
  padding: 20px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin: 15px 0;
  color: #555;
}
.placeholder i{
  font-size: 18px;
  color: #27AE60;
  margin-right: 3px;
  vertical-align: middle;
}

.row{
  margin-left: -5px;
  margin-right: -5px;
}
.row > div{
  padding-left: 5px;
  padding-right: 5px;
}

.item_salary_add_condition{
  margin-top: 10px;
}

.item_salary_add_condition .tap{
  background: #888;
}
.item_salary_add_condition .tap:hover{
  background: #0073CE;
}

.item_salary_row{
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
}
.item_salary_row .closer{
  top: 6px;
  right: 2px;
}

.item_salary{
  margin-top: 15px;
}

.item_salary .item_salary_row{
  border-top: 1px solid #ddd;
}

.gray{
  border-top: 1px solid #ddd;
  padding: 15px;
  background: #F1F4F6;
}

.comp_table a:not(.tap){
  display: block;
  padding: 5px 0;
}
.comp_table a:hover{
  color: #111;
}

.hide{
  display: none!important;
}

.go_back{
  padding: 15px 0;
  text-align: center;
}
.go_back > a{
  display: inline-block;
  padding: 5px 25px;
  background: #fff;
  border-radius: 30px;
  font-size: 14px;
}
.go_back > a:hover,
.go_back > a.blue{
  background: #0073ce;
  color: #fff;
}
.go_back a.green{
  background: #27AE60;
  color: #fff;
}
.go_back a.green:hover{
  background: #666;
  color: #fff;
}

.go_back > a:not(:last-child){
  margin-right: 5px;
}

.logo_box{
  position: relative;
  padding: 0 0 20px 0;
}
.logo_box img{
  max-width: 250px;
  display: inline-block;
  opacity: .5;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.logo_box img:hover{
  opacity: 1;
}

.add_report{
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  border: 2px dashed #ddd;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.add_report > span{
  padding: 15px;
  color: #999;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.add_report > span:first-child{
  font-size: 24px;
  text-align: center;
}
.add_report > span:last-child{
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.add_report:hover,
.add_report.active{
  background: #f7f7f7;
}
.add_report:hover > span,
.add_report.active > span{
  color: #0082ED;
}

.flex{
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  align-items: center;
}
.flex > div{
  padding-left: 5px;
  padding-right: 5px;
}

.report_filters{
  position: relative;
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
  padding: 10px;
  background: #eee;
}
.rf_fields{

}

form .report_filters input{
  padding: 5px;
  font-size: 12px;
  height: 30px;
  border-radius: 0;
  max-width: 100px;
}

.no_padding{
  padding: 0!important
}
.no_margin{
  margin: 0!important
}

.mt15{margin-top: 15px}
.mt20{margin-top: 20px}
.mt30{margin-top: 30px}


.raport_wrap form input::-webkit-input-placeholder,
.raport_wrap form textarea::-webkit-input-placeholder{
  color: #333;
  font-weight: 400;
}
.raport_wrap form input::-moz-placeholder,
.raport_wrap form textarea::-moz-placeholder{
  color: #333;
  font-weight: 400;
}

.new_report,
.new_assets{
  display: none;
  position: relative;
  padding: 10px 15px 30px 15px;
  background: #f7f7f7;
  animation: fade .3s ease-out;
}
.new_report.active,
.new_assets.active{
  display: block;
}

.new_report .info{
  margin-top: 15px;
}

.reports_list{
  position: relative;
}

.reports_list table{
  margin-bottom: 30px;
}

table .icon_cell{
  color: #ccc;
}

.delete_report_list_item,
.delete{
  display: inline-block;
  padding: 5px 9px;
  width: 30px;
  height: 25px;
  color: #F2485F;
  font-size: 18px;
  line-height: 0;
}

table.stripped tr:nth-child(even){
  background: #f7f7f7;
}

a.report_link{
  display: table;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
  border-bottom: 1px dashed transparent;
  text-transform: uppercase;
}
a.report_link:hover{
  color: #007bff;
  border-color: #007bff;
}

a.report_link.auto{
  margin: 0 auto;
}

.open_tip{
  position: relative;
}
span.tip{
  display: none;
  position: absolute;
  z-index: 99;
  bottom: 100%;
  left: 50%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  font-size: 12px;
  color: #333;
  line-height: 1.4;
  width: 240px;
  font-weight: 600;
  box-shadow: rgba(0,0,0, .1) 0 0 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  animation: fade .3s ease-out;
  text-align: left;
}
.open_tip:hover span.tip{
  display: inline-block;
}
span.tip strong{
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  color: #27AE60;
}
span.tip strong:first-child{
  margin-top: 0;
}

.total_sold_link{
  display: block;
  color: #333;
  line-height: 1;
  padding: 3px 0;
  font-size: 12px;
}

.new_assets .info{
  margin-top: 20px;
}

strong.green,
span.green{
  color: #27AE60;
}
strong.red,
span.red{
  color: #F2485F;
}
strong.orange,
span.orange{
  color: orange;
}
strong.black,
span.black{
  color: #111;
}


table.white tr.total_row > td,
table.white tr.total_row > th{
  padding: 10px 0;
}

table.white tr.total_row > td,
table.white tr.total_row > th,
table.white tr.total_row a.report_link{
  font-size: 13px;
}

table.white tr.total_row:last-child > td,
table.white tr.total_row:last-child > th,
table.white tr.total_row:last-child a.report_link{
  font-size: 14px;
}

a.print_link{
  font-size: 16px;
  display: inline-block;
  background: #999;
  padding: 3px 10px;
  color: #fff;
  border-radius: 3px;
}
a.print_link:hover{
  background: #F2485F;
  color: #fff;
}

.control_buttons{
  margin: 15px 0;
}
.control_buttons .right{
  text-align: right;
}

.asset_row{
  position: relative;
  padding: 15px;
  margin: 0 0 15px;
  background: #F1F4F6;
  border-bottom: 1px solid #E2E5E7;
}

.asset_link strong{
  color: #111;
}
.asset_link strong.red{
  color: #F2485F;
}
.asset_link strong.green{
  color: #27AE60;
}
.asset_link strong.orange{
  color: orange;
}

form.minimal input{
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  border-radius: 0;
  height: 30px;
}

.assets_wrap form{
  position: relative;
  display: inline-block;
}
.assets_wrap form > span{
  display: block;
}

.assets_wrap form.minimal input{
  width: 80px;
  text-align: center;
}

.menu_switcher{
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.menu_switcher.active{
  background: rgba(0,0,0, .2);
}
.menu_switcher > span{
  position: absolute;
  width: 40px;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.menu_switcher > span:nth-child(1){
  margin-top: -10px;
}
.menu_switcher > span:nth-child(2){
  margin: 0;
}
.menu_switcher > span:nth-child(3){
  margin-top: 10px
}

.mobile_logo{
  max-height: 60px;
  display: none;
}
.mobile_logo img{
  max-height: 60px;
}

form input.green{
  color: #27AE60;
}
form input.red{
  color: #F2485F;
}
form input.orange{
  color: orange;
}

span.employee{
  font-size: 12px;
  text-transform: none;
}

.inventory_wrapper{
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}
form .inventory_wrapper input[type=text]{
  text-align: center;
}

form label.ch_label{
  display: block;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  color: #333;
  user-select: none;
}
form label.ch_label input[type=checkbox]{
  margin-right: 5px;
}

.salary_state{
  display: inline-block;
  font-size: 12px;
  line-height: 1.3em;
}

.carbuni_types{
  padding: 20px;
  background: #fff;
  margin: 15px 0;
}

.carbuni_holder{
  position: relative;
  padding: 15px;
}

#carbuni_extra .carbuni_holder:nth-child(odd){
  background: #f8f8f8;
}

.control_link{
  display: inline-block;
  padding: 5px 9px;
  width: 35px;
  height: 30px;
  color: #666;
  font-size: 16px;
  line-height: 1
}
.control_link:hover{
  color: #0073ce;
}

.underline,
a.underline{
  font-size: 11px;
  color: #0073ce;
  cursor: pointer;
  border-bottom: 1px dashed #0073ce;
}
.underline:hover,
a.underline:hover{
  color: #111;
  border-color: #111;
}

.delete_reports_box{
  padding: 10px 15px;
  background: #eee;
  margin-bottom: 15px;
}

.avans_box{
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 50px;
  height: 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.avans_btn{
  background: #C7C7C7;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0 auto;
}
.avans_btn i{
  display: inline-block;
}
.avans_btn:hover{
  opacity: .85;
}
.avans_box:hover .avans_btn,
.avans_box.active .avans_btn{
  background: #27AE60;
}

.avans_modal{
  position: absolute;
  z-index: 99;
  bottom: 100%;
  left: 50%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  font-size: 11px;
  color: #333;
  line-height: 1.4;
  width: 200px;
  font-weight: 600;
  box-shadow: rgba(0,0,0, .1) 0 0 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.avans_modal > strong{
  display: block;
  margin-bottom: 10px;
}

.avans_box.active .avans_modal{
  display: block;
}

input[type=text].minimal,
input[type=email].minimal,
input[type=password].minimal,
input[type=search].minimal,
input[type=date].minimal,
input[type=number].minimal,
select.minimal,
textarea.minimal{
  font-size: 11px;
  padding: 3px 5px 3px 10px;
  height: 25px;
}
textarea.minimal{
  min-height: 40px;
  border-radius: 5px;
}

form .avans_modal label{
  margin-bottom: 10px;
}

.avans_closer{
  display: inline-block;
  padding: 2px 0;
  color: #F2485F;
  font-size: 16px;
  line-height: 1;
  margin-left: 5px;
}

.white_box h5:not(:first-child){
  margin-top: 30px;
}

.totals_short_info{
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

.code{
  color: #333;
  font-size: 13px;
}
.code > div{
  background: #f2f2f2;
  padding: 5px 10px;
  line-height: 1.3;
  border-radius: 3px;
}
.code > div:not(:last-child){
  margin-bottom: 3px;
}
.users_activity{
  max-height: 145px;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar, ::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: rgba(0,130,237, 0.7);
}

.stats_wrapper{
  position: relative;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.stats_wrapper > div{
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}
.stats_box{
  display: block;
  position: relative;
  padding: 0;
  background: #fff;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(0,0,0, .2) 0 0 30px;
  margin: 0 auto 30px auto;
}
.stats_box .stats_header{
  font-size: 18px;
  line-height: 1.3;
  padding: 15px;
  font-weight: 700;
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.stats_box .stats_header h3{
  margin: 0;
  color: #333;
  font-size: 30px;
}
.stats_box .stat_info{
  display: block;
  font-size: 14px;
}
.stats_box .stats_badge{
  display: inline-block;
  font-size: 14px;
  color: #666;
}

.stats_box .stats_header > div{
  width: 100%;
}
.stats_box .stats_body{
  border-top: 1px solid #eee;
  padding: 0 0 5px 0;
  color: #333;
  background: #f9f9f9;
}
.stats_box .stats_body .stats_toggle{
  font-size: 16px;
  display: block;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: none;
  position: relative;
  user-select: none;
  cursor: pointer;
}
.stats_box .stats_body .stats_toggle .stats_toggle_icon{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: all .2s;
}
.stats_box .stats_body.active .stats_toggle .stats_toggle_icon{
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.stats_box .stats_body ul,
.stats_box .stats_body ol{
  display: none;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.stats_box .stats_body.active ul,
.stats_box .stats_body.active ol{
  display: block;
}

.stats_box .stats_body ul > li,
.stats_box .stats_body ol > li{
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.top_bar ul > li > a.night_shift{
  font-size: 18px;
}
body.night_shift .top_bar ul > li > a.night_shift {
  background: #FDC556;
  color: #fff;
}

body.night_shift a:not(.tap){
  color: #0C90FC;
}
body.night_shift a:not(.tap):hover{
  color: #32A3FF
}
body.night_shift .tap.round{
  background-color: #666
}

body.night_shift .white_box {
  background: #333333;
  color: #ccc;
  border-color: transparent;
  box-shadow: rgba(0,0,0, .5) 3px 3px 60px;
}
body.night_shift .top_bar {
  background: #333;
  color: #ccc;
  border-color: transparent;
  box-shadow: rgba(0,0,0, .3) 0 0 30px;
}
body.night_shift .top_bar ul > li > a,
body.night_shift .top_bar ul > li > a:hover{
  color: #fff;
}

body.night_shift .heading > h1,
body.night_shift .heading > h2,
body.night_shift .heading > h3,
body.night_shift .heading > h4,
body.night_shift .heading > h5 {
  color: #ccc;
}
body.night_shift .add_report{
  border-color: #666;
}
body.night_shift .add_report:hover,
body.night_shift .add_report.active {
  background: #444;
}

body.night_shift .go_back > a{
  background: #444;
  color: #fff;
}
body.night_shift .go_back > a:hover,
body.night_shift .go_back > a.blue {
  background: #0C90FC;
  color: #fff;
}

body.night_shift .go_back a.green {
  background: #27AE60;
  color: #fff;
}

body.night_shift b,
body.night_shift strong{
  color: #0C90FC
}
body.night_shift .tap.round:hover{
  background-color: #0C90FC;
  color: #fff;
}

body.night_shift .new_report,
body.night_shift .new_assets {
  background: #444;
}

body.night_shift .placeholder {
  border: 1px dashed #666;
  background: #444;
  color: #ccc;
}

body.night_shift .raport_wrap table,
body.night_shift table.white{
  background: #333;
  color: #ccc;
}
body.night_shift .raport_wrap table tr > th,
body.night_shift table.white tr > th,
body.night_shift .raport_wrap table tr > td,
body.night_shift table.white tr > td {
  border: 1px solid #555;
  background: transparent;
  color: #ccc;
}

body.night_shift  table.stripped tr:nth-child(even) {
  background: #444;
}

body.night_shift .reports_list table tr > td:first-child,
body.night_shift .reports_list table tr > td:first-child strong,
body.night_shift a.report_link{
  color: #eee
}

body.night_shift span.tip{
  background: #333;
  color: #ccc;
  border: 1px solid #666;
  box-shadow: rgba(0,0,0, .5) 0 0 30px;
}

body.night_shift form input[type=text],
body.night_shift form input[type=email],
body.night_shift form input[type=password],
body.night_shift form input[type=search],
body.night_shift form input[type=date],
body.night_shift form input[type=number],
body.night_shift form select,
body.night_shift form textarea{
  background-color: #555;
  color: #fff;
  border-color: #999;
}

body.night_shift form select,
body.night_shift form select:focus {
  background-color: #555;
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAAV0lEQVQImUXMvQ1AUACF0UMYwgBaNRMoNFqN1hJ6O5hCxQDGEDGJRF7yEre6+e5PUjXtgxWLXwlmDBlGbCgxxTAMOvShcKLGjgOBFZHdaXy90CDHG/0NH2/qDSalFyc1AAAAAElFTkSuQmCC);*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAABPAAAATwFjiv3XAAAF+mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA3LTIwVDEzOjI0OjI5KzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wNy0yMFQxMzozNzo0MCswMzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wNy0yMFQxMzozNzo0MCswMzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozYjMwNjJhYS1iYWMwLTBjNDItOTM5OS0yYjEyN2Y2OTJiZDciIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDozZDcxNTEwYS1kMzAyLTdhNDQtOTFkNy0zYTI3YzNhYzkyYTMiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0NGRjOTk1Ny05ZmQ2LWQ1NGYtYjQ3Yy1hMDczNWM5N2QyM2EiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0ZGM5OTU3LTlmZDYtZDU0Zi1iNDdjLWEwNzM1Yzk3ZDIzYSIgc3RFdnQ6d2hlbj0iMjAyMC0wNy0yMFQxMzoyNDoyOSswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozYjMwNjJhYS1iYWMwLTBjNDItOTM5OS0yYjEyN2Y2OTJiZDciIHN0RXZ0OndoZW49IjIwMjAtMDctMjBUMTM6Mzc6NDArMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6jM+b1AAAAs0lEQVQ4y83TrQ0CYRCE4Q0Cd0jQoEnogBpogVwddIF6OsBcBbRAKAA8FochHGZJLoTjJwgQY2bnneyXLxt1Xcc3it8XYI4x4kONMQ9UOGD4ATxMpgr0sMUO/Tfgfma36N3MAfbYoHgCF5nZJxPN4SjXWqP7AO7m7JDZuC8ITHDECp2G30nvmJloKwhMccKy4S3Tm97n2946wxmL1Dm9eLcgUOKSKttyr76sfAbjH27h24IrjeldUcapIxoAAAAASUVORK5CYII=);
  background-size: 10px auto;
}

body.night_shift .report_filters{
  background: #444;
  color: #ccc;
}

body.night_shift form label.ch_label{
  color: #ccc;
}
body.night_shift .info{
  background: #555;
  color: #ccc;
}
body.night_shift .avans_modal{
  background: #333;
  color: #ccc;
  border: 1px solid #666;
}
body.night_shift .avans_btn{
  background: #666;
}
body.night_shift hr{
  border-color: #666;
}
body.night_shift .delete_reports_box{
  background-color: #444;
}
body.night_shift .total_sold_link,
body.night_shift .control_link{
  color: #ccc;
}

body.night_shift strong.green,
body.night_shift span.green{
  color: #27AE60;
}
body.night_shift strong.red,
body.night_shift span.red{
  color: #FF4473
}
body.night_shift strong.orange,
body.night_shift span.orange{
  color: orange;
}
body.night_shift strong.black,
body.night_shift span.black{
  color: #999
}
body.night_shift .delete_report_list_item:hover,
body.night_shift .delete:hover{
  color: #fff
}

body.night_shift .tap.round.red{
  color: #fff;
  background: #FF4473
}

body.night_shift .stats_box{
  color: #ccc;
  background: #444
}
body.night_shift .stats_box .stats_body{
  color: #eee;
  background: #555;
  border-top-color: #666;
}
body.night_shift .stats_box .stats_badge{
  color: #ccc;
}

body.night_shift .comp_table a {
  color: #ccc;
}
body.night_shift .comp_table a:hover {
  color: #fff;
}
body.night_shift .totals_short_info {
  color: #999;
}
body.night_shift .table th,
body.night_shift .table td{
  border-color: #555;
}

body.night_shift .code {
  color: #ccc;
}
body.night_shift .code > div{
  background: #444;
}
body.night_shift .code strong.black{
  color: #fff;
}

body.night_shift .asset_row{
  background: #444;
  border-color: #666;
}

body.night_shift h1,
body.night_shift h2,
body.night_shift h3,
body.night_shift h4,
body.night_shift h5,
body.night_shift h6{
  color: #ccc;
}

body.night_shift form label > span{
  color: #999;
}
body.night_shift .k_item_wrap{
  background-color: #444;
  border-color: #666;
}
body.night_shift .item_salary .item_salary_row{
  border-top: 1px solid #666;
}
body.night_shift .k_item_remove,
body.night_shift .closer{
  opacity: 1;
  background: rgba(0,0,0, .3);
}
body.night_shift .password_generator .pg_button{
  background-color: #888;
  color: #ccc;
}
body.night_shift .password_generator .pg_button:hover{
  color: #fff;
}
body.night_shift a.print_link{
  background-color: #666;
  color: #eee;
}
body.night_shift a.print_link:hover{
  background-color: #FF4473;
  color: #fff
}
body.night_shift .amaran.default{
  background: #eee;
  color: #333;
  border-color: transparent;
}

body.night_shift form input.orange {
  color: orange;
}
body.night_shift form input.green {
  color: #27AE60;
}
body.night_shift form input.red {
  color: #F2485F;
}

.modifications_table_wrap table tr:first-child > th:first-child{
  width: 120px;
}
.modifications_table_wrap table > *{
  font-size: 13px!important;
}

body.night_shift table a.delete_report_list_item,
body.night_shift table a.delete{
  color: #999;
  opacity: 1;
}
body.night_shift table a.delete_report_list_item:hover,
body.night_shift table a.delete:hover{
  color: #F2485F;
  opacity: 1;
}

body.night_shift .reports_list table tr > td:first-child strong.green{
  color: #27AE60;
}
body.night_shift .top_bar ul{
  background-color: #333;
}
body.night_shift .top_bar ul > li:not(:last-child) > a{
  border-color: #666;
}

.no_tooltip .open_tip .tip{
  display: none!important;
}

.sales_tip{
  white-space: nowrap;
}









.ajax_submit,
.server_response{}
.no_print{}
.zdx{}

@media (max-width: 1200px){

}

@media (max-width: 991px){
  .text_center_medium{
    text-align: center!important;
  }

  .control_buttons .right{
    text-align: center;
  }

  .add_form .k_add{
    margin-top: 20px;
  }

  .mobile_logo{
    display: block;
  }

  .menu_switcher{
    display: flex;
  }

  .top_bar ul{
    display: none;
    flex-wrap: wrap;
    position: fixed;
    z-index: 999;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    justify-content: flex-start;
    box-shadow: rgba(0,0,0, .1) 0 0 15px;
  }
  .top_bar ul.active{
    display: flex;
  }
  .top_bar ul > li:first-child{
    display: none;
  }
  .top_bar ul > li{
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .top_bar ul > li > a{
    display: block;
    text-align: left;
    padding: 15px 20px;
    font-size: 14px;
    color: #0073CE;
    height: auto;
    text-transform: uppercase;
  }
  .top_bar ul > li:not(:last-child) > a{
    border-bottom: 1px solid #f2f2f2;
  }

  .top_bar ul > li > a:hover, .top_bar ul > li.active > a {
    background: #f2f2f2;
    color: #0073CE;
  }

}

@media (max-width: 768px){

  .stats_wrapper{
    flex-wrap: wrap;
  }
  .stats_wrapper > div{
    width: 100%;
  }

  .logo_box img{
    max-width: 150px;
    opacity: 1;
  }

  #wrapper{
    padding: 015px;
  }

  .flex{
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .flex > div{
    width: 100%;
    padding: 5px 0;
  }

  .k_item_wrap.k_add{
    text-align: center;
  }

  #wrapper {
    margin: 30px auto;
  }

  .heading{
    margin-bottom: 25px;
  }

  .companies_list a:not(.tap) > i {
    display: none
  }

  .table tr > th:last-child,
  .table tr > td:last-child {
    text-align: right;
    width: 80px;
  }

  form .report_filters input{
    max-width: 100%;
  }

  .add_report{
    margin-bottom: 10px;
  }

}

@media (max-width: 480px){

  a.print_link{
    display: none;
  }

  form .tap{
    margin-top: 15px!important;
  }

  #wrapper{
    margin-top: 15px;
  }

  h1 {
    font-size: 24px;
  }
  h2{
    font-size: 20px;
  }
  h3{
    font-size: 18px;
  }
  h4{
    font-size: 16px;
  }
  h5{
    font-size: 15px;
  }

  hr{
    margin: 10px 0;
  }

  .go_back > a{
    font-size: 11px;
  }

  .add_report > span{
    padding: 12px 10px;
  }
  .add_report > span:first-child{
    font-size: 16px;
  }
  .add_report > span:last-child{
    font-size: 11px;
  }

  .mt30 {
    margin-top: 20px;
  }

  .table_holder{
    overflow-x: auto;
  }
  .table_holder table{
    min-width: 700px;
  }

  .open_tip:hover span.tip {
    display: none;
  }

  .item_salary_add_condition{
    text-align: center;
  }

  body{
    background-size: 300px auto;
  }

  .tap{
    min-width: unset;
    width: 100%;
    font-size: 10px;
  }

  .form_submit .tap{
    width: 100%;
  }

  .white_box{
    padding: 15px;
  }

  form label > span,
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=search],
  form input[type=date],
  form select,
  form textarea {
    font-size: 12px;
  }

}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
