form.form_sign_up{
  width: 500px;
}

form.form_sign_up button{
  margin-top: 25px; 
}

.table-vessels,
.table-users,
.table-shipowner{
  margin-bottom: 30px;
  width: 100%;
  margin-top: 20px; 
}

.table-vessels th,
.table-vessels td,
.table-shipowner th,
.table-shipowner td{
  /*width: 45%;*/
  width: 33%;
}

.table-vessels td.vessel_type_column{
  width: 17%;
}

.table-shipowner th.for_pricelist,
.table-shipowner td.for_pricelist{
  width: 10%;
  margin: 0 auto;
  text-align: center;
}

.table-vessels th.action_column,
.table-vessels td.action_column,
.table-shipowner th.action_column,
.table-shipowner td.action_column{
  width: 10%;
}

td.width_10proc{
  width: 10%;
}

td.width_30proc{
  width: 30%;
}

.table-vessels tbody tr{
  cursor: pointer;
}

.table-users th,
.table-users td{
  /*width: 25%;*/
}

.login_form_wrap{
  margin-top: 60px;
}

.big-logo{
  border-radius: 20px;
  margin-bottom: 20px;
  border: 2px solid #ccc;
  box-shadow: 0 0 5px 5px #ddd;
  padding: 10px;
  background-color: white;
}

.input_edit_login{
  width: calc(100% - 150px);
    float: left;
    margin-bottom: 0 !important;
}

.btn_change_password{
    float: right;
    background-color: #092e6e;
}

.categories-list{
  margin: 15px auto;
  width: 100%;
  border: 2px solid #092e6e;
  border-radius: 5px;
    min-height: 420px;
    /*height: calc( 100vh - 240px );*/
    height: calc( 100vh - 300px );
    overflow-y: auto;
}

.categories-list .single-category{
  border-bottom: 2px solid #ccc;
  padding: 10px 15px;
  cursor: pointer;
  min-height: 58px;
  font-weight: 600;
}


.categories-list .single-category .dropdown-toggle{
  display: none;
}

.categories-list .single-category:hover .dropdown-toggle,
.categories-list .single-category .dropdown-toggle.active{
  display: block;
}

.categories-list .single-category.bg_level_1{
  /*background-color: rgba(204, 204, 204, .25);*/
  /*background-color: rgba(200, 200, 200, 0.5);*/
  font-weight: normal;
}

.categories-list .single-category.bg_level_more_1{
  /*background-color: rgba(204, 204, 204, .35);*/
  /*background-color: rgba(200, 200, 200, 0.8);*/
  font-weight: normal;
}

.categories-list .single-category.active{
  background-color: rgba(253, 79, 0, 0.4) !important;
}

.categories-list .single-category span.category_name{
  margin-top: 10px;
  display: inline-block;
}

.categories-list .single-category .cat_name_with_indents{
    max-width: calc(100% - 35px);
    display: inline-block;
}

.categories-list .single-category.bg_level_more_1{
  font-size: 12px;
  background-color: rgba(204, 204, 204, .35);
}

.cat_name_with_indents.indets_1{padding-left: 15px;}
.cat_name_with_indents.indets_2{padding-left: 30px;}
.cat_name_with_indents.indets_3{padding-left: 45px;}
.cat_name_with_indents.indets_4{padding-left: 60px;}
.cat_name_with_indents.indets_5{padding-left: 75px;}

.vessel_img_wrap img{
    box-shadow: 3px 3px 15px #555;
    max-width: 100%;
}

.blue_border_wrap{
  border: 2px solid #092e6e;
  border-radius: 5px;
  /*height: 488px;*/
  min-height: 308px;
  /*height: calc( 100vh - 352px); */
  height: calc( 100vh - 413px); 
  overflow-y: auto;
  margin-top: 15px;
}

.doc_reports_header{
    padding: 10px;
    border-bottom: 2px solid #092e6e;
}

.doc_reports_header span{}

.doc_reports_header a,
.reports_wrap_header a{
  float: right;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: white;
  background-color: #092e6e;
  text-align: center;
  font-size: 18px;
}

.doc_reports_header a:hover{
  text-decoration: none;
}

.doc_reports_body{}

.doc_reports_body .empty-list{
    text-align: center;
    display: block;
    margin: 10px;
    color: #aaa;
}

.doc_reports_body .single-item,
.doc_reports_body .single_report{
  padding: 15px 20px 15px 10px;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
  position: relative;
}

.custom_load_file{
  display: none !important;
}

.doc_group_files_wrap{
  margin-bottom: 30px;
}

.doc_group_files{
  margin-bottom: 20px;
}

.doc_group_files .single-document{
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.doc_group_files .single-document .document-action{
    margin-left: 12px;
    font-size: 18px;
}

.doc_group_files .single-document .doc_title{}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

form.add_edit_doc_group_form{
  padding: 0 20px;
}

form.add_edit_doc_group_form .form-group{
  margin-bottom: 0;
}

.margin-l-0{
  margin-left: 0; 
}

.margin-x5{
  margin: 0 15px;
}

.small-about-vessel{
  /*margin-top: 50px;*/
}

.small-about-vessel .small-about-desc{}

.small-about-vessel img{
  max-width: 100%;
  height: 150px;
  box-shadow: 3px 3px 15px #555;
    margin-right: 15px;
    margin-left: 15px;
    float: left
}

.big-about-vessel h2{
  margin-top: 0;
  margin-bottom: 20px;
}

.small-about-vessel h3{
  margin-top: 0;
}

.padding-right-15{
  padding-right: 15px;
}

.padding-right-0{
  padding-right: 0;
}

.categories-list .single-category span.category_name.has_child{
    padding-left: 14px;
    position: relative;
}

.categories-list .single-category span.category_name.has_child:before{
    font: normal normal normal 11px/1 FontAwesome;
    color: rgba(119, 119, 119, .5);
    position: absolute;
    left: 0;
    top: 5px;
}

.categories-list .single-category span.category_name.has_child:before{
  content: "\f054";
}

.categories-list .single-category span.category_name.has_child.open_folder:before{
  content: "\f078";
}

header .back_to_dashboard{
    margin-top: 30px;
    display: inline-block;
    margin-left: 30px;
    font-weight: 600;
}

header .back_to_dashboard i{
    margin-right: 5px;
}

.add_edit_report_form{
    padding: 0 20px;
}

.add_edit_report_form .form-group{
  margin-bottom: 20px;
}

.reports_wrap{
  border: 2px solid #092e6e;
  border-radius: 5px;
  margin-top: 30px;
    min-height: 200px;
}

.reports_wrap_header{
    padding: 10px;
    border-bottom: 2px solid #092e6e;
    font-weight: bold;
    font-size: 16px;
}

.reports_wrap_body{}

.reports_wrap_body .single_report{
  padding: 10px;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
}

.reports_wrap_body .single_report.empty-list{
  color: #999;
  cursor: default;
}

.vessel-desc-in-reports{
  float: left;
  width: calc(100% - 720px);
}

.vessel-desc-in-reports img{
  max-width: 100%;
}

#navigate-tabs{
  display: inline-block;
}

.log_off_btn{
    float: left;
    margin-top: 30px;
    margin-right: 30px;
}

a.carboline-link{
  float: left;
}

a.carboline-link img{
  height: 80px;
}

.single_report .btn-group,
.single-item .btn-group{
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.single_report .dropdown-toggle,
.single-item .dropdown-toggle{
  display: none;
}

.single_report:hover .dropdown-toggle,
.single_report .dropdown-toggle.active,
.single-item:hover .dropdown-toggle,
.single-item .dropdown-toggle.active{
  display: block;
}

.add_edit_doc_group_form{
  position: relative;
}


.loading_wrap{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    height: 0px;

    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
}

.loading_wrap.active{
  height: 60px; 
}


.sk-cube-grid{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 50%;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #092e6e;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

.report_dashboard{
  padding-top: 15px;
}

.only_reports{
  width: 100%;
}

.vessel_tile{
    border: 2px solid #092e6e;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
    height: 170px;
}

.vessel_tile .wrap_img{}

.vessel_tile .wrap_img img{
    max-height: 100px;
    max-width: 90%;
    display: block;
    margin: 10px auto;
}

.vessel_tile .vessel_title{}

#order_table,
#final_order_table{  
    width: 100%;
}

#wrap_order_table{  
    /*margin-bottom: 20px;*/
    max-height: calc(100vh - 335px);
    overflow-y: auto;
}

#wrap_order{
    margin-bottom: 20px;
    min-height: calc(100vh - 335px);
    /*overflow-y: auto;*/
}

#order_table td{}

#order_table td.paint_name,
#final_order_table td.paint_name{
  width: 35%;
}

#order_table tbody td:not(.paint_name),
#final_order_table tbody td:not(.paint_name){
  text-align: right;
}

#order_table tbody td.empty_pricelist{
	text-align: center !important;
}

#order_table tbody td.group_name{
  text-align: left;
  font-weight: bold;
}

#order_table input{
    width: 60%;
    margin: 0 auto;
    display: block;
}

.display_inline_block{
  display: inline-block;
}

.order_price{
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin-top: 27px;
}

#order_table tbody tr.active{
  background-color: rgba(253, 79, 0, .25);
}

form.order_form{
    padding: 20px 0;
    border: none;
    box-shadow: none;
}

#wrap_order .delete_item_btn{
  cursor: pointer;
  text-align: center;
  display: block;
}

button.pricelist_btn{
	font-size: 12px;
    padding: 5px 7px;
}

.btn-group-admin-pricelist{
    margin-top: 12px;
}

.btn-group-admin-pricelist button{
    margin-left: 10px;
}

select.vessel_type_select,
.with_indent{
    width: 95%;
    float: right;
    margin-bottom: 10px;
}

.font_regular{
  font-weight: 400 !important;
}

button.report_day{}

button.report_day:after{}

button.react-calendar__tile--active.report_day:after{}

button.report_day time{ border-bottom: 5px solid #fd4f00;  font-weight: 700;}

button.react-calendar__tile--active.report_day time{ border-bottom: 5px solid white; }

button.report_year{}

button.report_year:after{}

button.react-calendar__tile--active.report_year:after{}

button.report_year time{ border-bottom: 5px solid #fd4f00;  font-weight: 700;}

button.react-calendar__tile--active.report_day time{ border-bottom: 5px solid white; }

.users-list-wrap{
    border: 1px solid #ccc;
    border-radius: 5px;
}

.users-list-wrap .user_in_list{
    padding: 6px 16px;
    border-top: 1px solid rgba(204, 204, 204, .7);
}

.users-list-wrap .user_in_list:first-child{
    border: none;
}

.users-list-wrap .user_in_list .delete_user{
    float: right;
    margin-top: 3px;
    cursor: pointer;
}

.inline-block{
    display: inline-block;
}

.add-user-btn{
    display: inline-block;
    margin-left: 10px;
    background-color: #092e6e;
    color: white;
    font-size: 14px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.add-users-list-wrap{
    margin-top: 7px;
}

.add-users-list-wrap select{
    width: calc(100% - 143px);
    float: left;
}

.add-users-list-wrap button.primary-btn{
    border: none;
    box-shadow: none;
    margin: 0 7px; 
}

.react-calendar button:not(.react-calendar__month-view__days__day--weekend):not(.react-calendar__month-view__days__day--neighboringMonth):not(.react-calendar__tile--active){
    color: black;
}

.react-calendar{
  width: 700px !important;
  float: right;
  padding: 30px 20px;
}

.react-calendar__tile--active {
    background: #fd4f00 !important;
    color: white;
}

.modal_companies_list {
	max-height: 300px;
	overflow-y: auto; 
}

.modal_companies_list label {
	display: block;
}

.color_field {
	width: 150px;
}

.color_field select {
	width: 130px;
}

.color_code {
	width: 120px;
}

.color_code input {
	width: 100px !important;
}
