

html {
    overflow: -moz-scrollbars-vertical;
    margin: 0; padding: 0;
    height:100%;
}

body {
    background: #E5E6E6;
    color: #313534;
    font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
    font-size: 12pt;
    margin: 0; padding: 0;
    min-height: 100%;
    position: relative;
}
body, td, th, input, textarea, select, a {
    font-size: 12pt;
    color: #696969;
}

textarea {
    resize: none;
}

p{
    line-height: 1.5em;
}

h1, h2, h3, h4, .box .box-heading, .checkout-heading, #menu > ul > li > a, .htabs a, .accordion-heading{font-family:Trebuchet MS;}

div{
    box-sizing: border-box;
}


table{
    border-collapse: collapse;
}

*:focus {
    outline: none;
}

*{
    outline: none!important;
}



.btn-icon-toggle {
    padding: 0px;
    width: 36px;
}
.btn-icon-toggle {
    border-radius: 999px !important;
}
.btn-flat, .btn-icon-toggle {
    background-color: transparent;
    font-weight: 500;
    border-color: transparent;
}
.btn {
    font-size: 14px;
    text-transform: uppercase;
}
.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 13px;
    border-radius: 24px;
    -moz-user-select: none;
}
.btn-icon-toggle .fa, .btn-icon-toggle .md, .btn-icon-toggle .glyphicon {
    margin: 0px;
}
.btn-icon-toggle .fa, .btn-icon-toggle .md, .btn-icon-toggle .glyphicon {
    margin: 0px;
    line-height: 34px;
    color: #0AA89E;
}




.module-inner {
    position: relative;
    background-color: #FFF;
    color: #313534;
    border-radius: 7px;
    display: block;
    overflow: hidden;

}

.module-title{
    display: inline-block;
    padding: 11px 24px;
    vertical-align: middle;
    line-height: 17px;
    font-size: 20px;
}
.module-content{
    padding: 22px;
    display: block;
    position: relative;
    overflow: auto;
}
.block{
     display: block;
    position: relative;
    overflow: auto;
}

.module-inner-rounded{
    background-color: #F6F7FB;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.cust-data .block-comment{
    padding: 10px 10px 40px 30px !important;
}

.module-inner .block-comment:last-of-type{
    padding-bottom: 94px !important;
}
/*
input[type='text'], input[type='email'], input[type='password'], textarea { resize: none; background:#FFF; border: 1px solid #00c0ff; padding:8px; margin-right: 10px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, textarea:focus { resize: none; border:1px solid #00c0ff; box-shadow:0 0 2px rgba(0, 0, 0, 0.2) inset; }
*/

select { background: #F8F8F8; border: 1px solid #CCCCCC; padding:7px 2px; }

form { padding: 0; margin: 0; display: inline; }


a, a:visited, a b { text-decoration: none; cursor: pointer; }
a:hover { text-decoration: none; color:#222; }
a img { border: none; }
.clear{clear:both;}



.form-group, .field-group {
    position: relative;
    padding-top: 16px;
    display: inline-block;
}

.ui-datepicker-trigger, #na_date{
    position: absolute;
    right: 24px;
    top: 8px;
    cursor: pointer;
}

.field-group{
    padding: 0;
    height: 37px;
    border: none;
    background: transparent;
    color: #0c0c0c;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 100px;
    transition: border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
    outline: none;
    width:100%;
    font-size: 12pt;
    color: #757575;
}


.field-group label{
    color:#8cacc2;
    position: absolute;
    top: -22px;
    font-size:10pt;
}

.form_control, #na_date{
    padding: 0;
    height: 37px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: rgba(12, 12, 12, 0.12);
    background: transparent;
    color: #0c0c0c;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 100px;
    transition: border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
    outline: none;
}

.form-group.round{
    border: 1px solid #8999C1!important;
    border-radius: 20px!important;
    padding: 8px 20px!important;
}

.form-group label {
    top: -19px;
    margin-bottom: 0px;
    font-size: 12px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    pointer-events: none;
}


.button_save{
    width:auto;
    clear: none!important;
}




.error{
    background: #DEACBB;
    color: #A11244;
}

.error .icon{
    background-position: 0 -474px;
}
.warning{
}
.warning .icon{
    background-position: 0 -489px;
    height: 12px;
    margin-top: 3px;
}
.success {
    display: block;
    clear: both;
}

.success{
}

.success .icon{
    background-position: 0 -504px;
}
.white{
    color: #666;
    background: #FFF; /* Old browsers */
    background-image: -moz-linear-gradient(bottom, #f1f1f1 0%, #fff 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #f1f1f1 0%, #fff 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #f1f1f1 0%, #fff 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #f1f1f1 0%, #fff 100%);
}
.white p{
    color: #666;
    background: #FFF; /* Old browsers */
    background-image: -moz-linear-gradient(bottom, #f1f1f1 0%, #fff 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #f1f1f1 0%, #fff 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #f1f1f1 0%, #fff 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #f1f1f1 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c267', endColorstr='#99b957',GradientType=0 ); /* IE6-9 */
}

.multipage a, .multipage b{
    position: relative;
    float: left;
    padding: 4.5px 14px;
    line-height: 1.84615;
    text-decoration: none;
    color: #3097de;
    background-color: #FFF;
    border: 1px solid #DDD;
    margin-left: -1px;
    cursor: pointer;
    text-decoration: none;
}

.white-bkg{
    background: #FFF;
}


.multipage a:hover,.multipage b, .btn-raised{
    color: #FFF;
    background-color: #3097de;
    border-color: #3097de;
    cursor: default;
}

.multipage{
    display: block;
    height:30px;
    margin: 23px 0px 10px 10px;
    float: right;
}

.mark_1{
    text-align: center;
    background-color: #79bb34;
}

.mark_2{
    background-color: yellow;
    text-align: center;
    color:white;
}
.mark_3{
    background-color: #ff2a00;
    text-align: center;
}
.mark_0{
    background-color: white;
    text-align: center;
    color:white;
}


.loading{
    position: absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color: rgba(255,255,255,0.4);
    display:block;
    z-index: 55555  ;
}

.loading img{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-150px;
    margin-top:-150px;
    width:300px;
}

.total_row{
    text-align: right;
    font-weight:700;
    background-color: #FFF;
    color:#000!important;
    opacity: 0.7;
    line-height: 30px;
}

.no-rem{
    margin-top: 170px;
}

.header-xl{
    font-size: 30px;
}

.small-text{
    font-size: 12px;
}

.auto-width .ui-selectmenu-button{
    width: auto!important;
}


body [class*=" md-"], [class^="md-"] {
    font-size: 1.2em;
    margin-top: -0.2em;
    margin-bottom: -0.2em;
}
.md {
    line-height: inherit;
    vertical-align: bottom;
}
[class*=" md-"], [class^="md-"] {
    display: inline-block;
    font-family: "Material Design Iconic Font";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
}


.popup_content .success{
    display:none;
}

.module-head {
    position: relative;
    line-height: 52px;
    min-height: 56px;
    vertical-align: middle;
    color: #8cacc2;
}

.module-head .header {
    display: inline-block;
    padding: 11px 24px;
    vertical-align: middle;
    line-height: 17px;
    margin:11px 5px;
    font-size: 16pt;
    font-weight: 700;
    text-transform: uppercase;
}



.checkbox-styled:not(ie8),
.radio-styled:not(ie8) {
  position: relative;
  margin-top: 0;
}
.checkbox-styled:not(ie8) input ~ span,
.radio-styled:not(ie8) input ~ span {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
  vertical-align: text-top;
}
.checkbox-styled:not(ie8) input ~ span:before,
.radio-styled:not(ie8) input ~ span:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 2px solid #535858;
}
.checkbox-styled:not(ie8) input[type="radio"],
.radio-styled:not(ie8) input[type="radio"],
.checkbox-styled:not(ie8) input[type="checkbox"],
.radio-styled:not(ie8) input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox-styled:not(ie8) label,
.radio-styled:not(ie8) label {
  padding-left: 0;
}
.checkbox-styled:not(ie8).radio-inline,
.radio-styled:not(ie8).radio-inline,
.checkbox-styled:not(ie8).checkbox-inline,
.radio-styled:not(ie8).checkbox-inline {
  padding-left: 0;
}
.checkbox-styled:not(ie8).disabled ~ span:before,
.radio-styled:not(ie8).disabled ~ span:before,
.checkbox-styled:not(ie8) input[disabled] ~ span:before,
.radio-styled:not(ie8) input[disabled] ~ span:before,
.checkbox-styled:not(ie8) input[readonly] ~ span:before,
.radio-styled:not(ie8) input[readonly] ~ span:before {
  border-color: #e5e6e6;
}
.checkbox-styled:not(ie8).disabled:checked ~ span:before,
.radio-styled:not(ie8).disabled:checked ~ span:before,
.checkbox-styled:not(ie8) input[disabled]:checked ~ span:before,
.radio-styled:not(ie8) input[disabled]:checked ~ span:before,
.checkbox-styled:not(ie8) input[readonly]:checked ~ span:before,
.radio-styled:not(ie8) input[readonly]:checked ~ span:before {
  border-color: #e5e6e6;
}
.checkbox-styled:not(ie8).disabled:checked ~ span:after,
.radio-styled:not(ie8).disabled:checked ~ span:after,
.checkbox-styled:not(ie8) input[disabled]:checked ~ span:after,
.radio-styled:not(ie8) input[disabled]:checked ~ span:after,
.checkbox-styled:not(ie8) input[readonly]:checked ~ span:after,
.radio-styled:not(ie8) input[readonly]:checked ~ span:after {
  background-color: #e5e6e6;
}
.checkbox-styled:not(ie8) input ~ span:before {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox-styled:not(ie8) input:checked ~ span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 10px;
  border-color: #0aa89e;
  border-top-style: none;
  border-right-style: none;
}
.radio-styled:not(ie8) input ~ span:before {
  top: 0;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.radio-styled:not(ie8) input:checked ~ span:before {
  border-color: #52C900;
}
.radio-styled:not(ie8) input ~ span:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  width: 0;
  height: 0;
  background-color: #52C900;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.radio-styled:not(ie8) input:checked ~ span:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
}
.form-inverse .checkbox-styled:not(ie8) input ~ span:before,
.form-inverse .radio-styled:not(ie8) input ~ span:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.form-inverse .checkbox-styled:not(ie8) input:checked ~ span:before,
.form-inverse .radio-styled:not(ie8) input:checked ~ span:before {
  border-color: #0aa89e;
}
.form-inverse .checkbox-styled:not(ie8).disabled ~ span:before,
.form-inverse .radio-styled:not(ie8).disabled ~ span:before,
.form-inverse .checkbox-styled:not(ie8) input[disabled] ~ span:before,
.form-inverse .radio-styled:not(ie8) input[disabled] ~ span:before,
.form-inverse .checkbox-styled:not(ie8) input[readonly] ~ span:before,
.form-inverse .radio-styled:not(ie8) input[readonly] ~ span:before,
.form-inverse .checkbox-styled:not(ie8).disabled:checked ~ span:before,
.form-inverse .radio-styled:not(ie8).disabled:checked ~ span:before,
.form-inverse .checkbox-styled:not(ie8) input[disabled]:checked ~ span:before,
.form-inverse .radio-styled:not(ie8) input[disabled]:checked ~ span:before,
.form-inverse .checkbox-styled:not(ie8) input[readonly]:checked ~ span:before,
.form-inverse .radio-styled:not(ie8) input[readonly]:checked ~ span:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.form-inverse .checkbox-styled:not(ie8).disabled:checked ~ span:after,
.form-inverse .radio-styled:not(ie8).disabled:checked ~ span:after,
.form-inverse .checkbox-styled:not(ie8) input[disabled]:checked ~ span:after,
.form-inverse .radio-styled:not(ie8) input[disabled]:checked ~ span:after,
.form-inverse .checkbox-styled:not(ie8) input[readonly]:checked ~ span:after,
.form-inverse .radio-styled:not(ie8) input[readonly]:checked ~ span:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.checkbox-styled:not(ie8).checkbox-default-bright input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-default-bright input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-default-bright input:checked ~ span:before,
.radio-styled:not(ie8).radio-default-bright input:checked ~ span:before {
  border-color: #ffffff;
}
.checkbox-styled:not(ie8).checkbox-default-bright input ~ span:after,
.radio-styled:not(ie8).checkbox-default-bright input ~ span:after,
.checkbox-styled:not(ie8).radio-default-bright input ~ span:after,
.radio-styled:not(ie8).radio-default-bright input ~ span:after {
  background-color: #ffffff;
}
.checkbox-styled:not(ie8).checkbox-default-light input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-default-light input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-default-light input:checked ~ span:before,
.radio-styled:not(ie8).radio-default-light input:checked ~ span:before {
  border-color: #f2f3f3;
}
.checkbox-styled:not(ie8).checkbox-default-light input ~ span:after,
.radio-styled:not(ie8).checkbox-default-light input ~ span:after,
.checkbox-styled:not(ie8).radio-default-light input ~ span:after,
.radio-styled:not(ie8).radio-default-light input ~ span:after {
  background-color: #f2f3f3;
}
.checkbox-styled:not(ie8).checkbox-default input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-default input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-default input:checked ~ span:before,
.radio-styled:not(ie8).radio-default input:checked ~ span:before {
  border-color: #e5e6e6;
}
.checkbox-styled:not(ie8).checkbox-default input ~ span:after,
.radio-styled:not(ie8).checkbox-default input ~ span:after,
.checkbox-styled:not(ie8).radio-default input ~ span:after,
.radio-styled:not(ie8).radio-default input ~ span:after {
  background-color: #e5e6e6;
}
.checkbox-styled:not(ie8).checkbox-default-dark input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-default-dark input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-default-dark input:checked ~ span:before,
.radio-styled:not(ie8).radio-default-dark input:checked ~ span:before {
  border-color: #20252b;
}
.checkbox-styled:not(ie8).checkbox-default-dark input ~ span:after,
.radio-styled:not(ie8).checkbox-default-dark input ~ span:after,
.checkbox-styled:not(ie8).radio-default-dark input ~ span:after,
.radio-styled:not(ie8).radio-default-dark input ~ span:after {
  background-color: #20252b;
}
.checkbox-styled:not(ie8).checkbox-primary-bright input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-primary-bright input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-primary-bright input:checked ~ span:before,
.radio-styled:not(ie8).radio-primary-bright input:checked ~ span:before {
  border-color: #caf0ee;
}
.checkbox-styled:not(ie8).checkbox-primary-bright input ~ span:after,
.radio-styled:not(ie8).checkbox-primary-bright input ~ span:after,
.checkbox-styled:not(ie8).radio-primary-bright input ~ span:after,
.radio-styled:not(ie8).radio-primary-bright input ~ span:after {
  background-color: #caf0ee;
}
.checkbox-styled:not(ie8).checkbox-primary-light input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-primary-light input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-primary-light input:checked ~ span:before,
.radio-styled:not(ie8).radio-primary-light input:checked ~ span:before {
  border-color: #7dd8d2;
}
.checkbox-styled:not(ie8).checkbox-primary-light input ~ span:after,
.radio-styled:not(ie8).checkbox-primary-light input ~ span:after,
.checkbox-styled:not(ie8).radio-primary-light input ~ span:after,
.radio-styled:not(ie8).radio-primary-light input ~ span:after {
  background-color: #7dd8d2;
}
.checkbox-styled:not(ie8).checkbox-primary input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-primary input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-primary input:checked ~ span:before,
.radio-styled:not(ie8).radio-primary input:checked ~ span:before {
  border-color: #0aa89e;
}
.checkbox-styled:not(ie8).checkbox-primary input ~ span:after,
.radio-styled:not(ie8).checkbox-primary input ~ span:after,
.checkbox-styled:not(ie8).radio-primary input ~ span:after,
.radio-styled:not(ie8).radio-primary input ~ span:after {
  background-color: #0aa89e;
}
.checkbox-styled:not(ie8).checkbox-primary-dark input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-primary-dark input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-primary-dark input:checked ~ span:before,
.radio-styled:not(ie8).radio-primary-dark input:checked ~ span:before {
  border-color: #066265;
}
.checkbox-styled:not(ie8).checkbox-primary-dark input ~ span:after,
.radio-styled:not(ie8).checkbox-primary-dark input ~ span:after,
.checkbox-styled:not(ie8).radio-primary-dark input ~ span:after,
.radio-styled:not(ie8).radio-primary-dark input ~ span:after {
  background-color: #066265;
}
.checkbox-styled:not(ie8).checkbox-accent-bright input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-accent-bright input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-accent-bright input:checked ~ span:before,
.radio-styled:not(ie8).radio-accent-bright input:checked ~ span:before {
  border-color: #e9c9ef;
}
.checkbox-styled:not(ie8).checkbox-accent-bright input ~ span:after,
.radio-styled:not(ie8).checkbox-accent-bright input ~ span:after,
.checkbox-styled:not(ie8).radio-accent-bright input ~ span:after,
.radio-styled:not(ie8).radio-accent-bright input ~ span:after {
  background-color: #e9c9ef;
}
.checkbox-styled:not(ie8).checkbox-accent-light input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-accent-light input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-accent-light input:checked ~ span:before,
.radio-styled:not(ie8).radio-accent-light input:checked ~ span:before {
  border-color: #c77bd4;
}
.checkbox-styled:not(ie8).checkbox-accent-light input ~ span:after,
.radio-styled:not(ie8).checkbox-accent-light input ~ span:after,
.checkbox-styled:not(ie8).radio-accent-light input ~ span:after,
.radio-styled:not(ie8).radio-accent-light input ~ span:after {
  background-color: #c77bd4;
}
.checkbox-styled:not(ie8).checkbox-accent input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-accent input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-accent input:checked ~ span:before,
.radio-styled:not(ie8).radio-accent input:checked ~ span:before {
  border-color: #9c27b0;
}
.checkbox-styled:not(ie8).checkbox-accent input ~ span:after,
.radio-styled:not(ie8).checkbox-accent input ~ span:after,
.checkbox-styled:not(ie8).radio-accent input ~ span:after,
.radio-styled:not(ie8).radio-accent input ~ span:after {
  background-color: #9c27b0;
}
.checkbox-styled:not(ie8).checkbox-accent-dark input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-accent-dark input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-accent-dark input:checked ~ span:before,
.radio-styled:not(ie8).radio-accent-dark input:checked ~ span:before {
  border-color: #681a7f;
}
.checkbox-styled:not(ie8).checkbox-accent-dark input ~ span:after,
.radio-styled:not(ie8).checkbox-accent-dark input ~ span:after,
.checkbox-styled:not(ie8).radio-accent-dark input ~ span:after,
.radio-styled:not(ie8).radio-accent-dark input ~ span:after {
  background-color: #681a7f;
}
.checkbox-styled:not(ie8).checkbox-success input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-success input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-success input:checked ~ span:before,
.radio-styled:not(ie8).radio-success input:checked ~ span:before {
  border-color: #4caf50;
}
.checkbox-styled:not(ie8).checkbox-success input ~ span:after,
.radio-styled:not(ie8).checkbox-success input ~ span:after,
.checkbox-styled:not(ie8).radio-success input ~ span:after,
.radio-styled:not(ie8).radio-success input ~ span:after {
  background-color: #4caf50;
}
.checkbox-styled:not(ie8).checkbox-warning input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-warning input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-warning input:checked ~ span:before,
.radio-styled:not(ie8).radio-warning input:checked ~ span:before {
  border-color: #ff9800;
}
.checkbox-styled:not(ie8).checkbox-warning input ~ span:after,
.radio-styled:not(ie8).checkbox-warning input ~ span:after,
.checkbox-styled:not(ie8).radio-warning input ~ span:after,
.radio-styled:not(ie8).radio-warning input ~ span:after {
  background-color: #ff9800;
}
.checkbox-styled:not(ie8).checkbox-danger input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-danger input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-danger input:checked ~ span:before,
.radio-styled:not(ie8).radio-danger input:checked ~ span:before {
  border-color: #f44336;
}
.checkbox-styled:not(ie8).checkbox-danger input ~ span:after,
.radio-styled:not(ie8).checkbox-danger input ~ span:after,
.checkbox-styled:not(ie8).radio-danger input ~ span:after,
.radio-styled:not(ie8).radio-danger input ~ span:after {
  background-color: #f44336;
}
.checkbox-styled:not(ie8).checkbox-info input:checked ~ span:before,
.radio-styled:not(ie8).checkbox-info input:checked ~ span:before,
.checkbox-styled:not(ie8).radio-info input:checked ~ span:before,
.radio-styled:not(ie8).radio-info input:checked ~ span:before {
  border-color: #2196f3;
}
.checkbox-styled:not(ie8).checkbox-info input ~ span:after,
.radio-styled:not(ie8).checkbox-info input ~ span:after,
.checkbox-styled:not(ie8).radio-info input ~ span:after,
.radio-styled:not(ie8).radio-info input ~ span:after {
  background-color: #2196f3;
}


input:-webkit-autofill {
     -webkit-box-shadow: 0 0 0px 1000px #E5E6E6 inset;
 }


input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #E5E6E6 inset; /* Change the color to your own background color */
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #E5E6E6 inset;

}

.login_background{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: url(/images/login_bg.jpg) no-repeat center;
  background-size: cover;
  overflow:hidden;
  box-sizing: border-box;
}

.contain-xs {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.contain-sm {
  max-width: 769px;
  margin-left: auto;
  margin-right: auto;
}
.contain-md {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
.contain-lg {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.height-1,
.size-1 {
  height: 40px;
}
.height-2,
.size-2 {
  height: 80px;
}
.height-3,
.size-3 {
  height: 120px;
}
.height-4,
.size-4 {
  height: 160px;
}
.height-5,
.size-5 {
  height: 200px;
}
.height-6,
.size-6 {
  height: 240px;
}
.height-7,
.size-7 {
  height: 280px;
}
.height-8,
.size-8 {
  height: 320px;
}
.height-9,
.size-9 {
  height: 360px;
}
.height-10,
.size-10 {
  height: 400px;
}
.height-11,
.size-11 {
  height: 440px;
}
.height-12,
.size-12 {
  height: 480px;
}
.height-13,
.size-13 {
  height: 530px;
}
.width-1,
.size-1 {
  width: 40px;
}
.width-2,
.size-2 {
  width: 80px;
}
.width-2-5,
.size-2-5 {
  width: 100px;
}
.min-width-2{
    min-width: 80px;
}
.width-3,
.size-3 {
  width: 120px;
}
.width-4,
.size-4 {
  width: 160px;
}
.width-5,
.size-5 {
  width: 200px;
}
.width-6,
.size-6 {
  width: 240px;
}

.min-width-9{
  min-width: 360px;
}
.width-7,
.size-7 {
  width: 280px;
}
.width-8,
.size-8 {
  width: 320px;
}
.width-9,
.size-9 {
  width: 360px;
}
.width-10,
.size-10 {
  width: 400px;
}
.width-11,
.size-11 {
  width: 440px;
}
.width-12,
.size-12 {
  width: 480px;
}
.auto-width {
  width: auto;
}
.opacity-25 {
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.opacity-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.opacity-75 {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.opacity-100 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-margin {
  margin: 0 !important;
}
.margin-bottom-lg {
  margin-bottom: 5px;
}
.margin-bottom-xl {
  margin-bottom: 10px;
}
.margin-bottom-xxl {
  margin-bottom: 20px!important;
}
.margin-bottom-xxxl {
  margin-bottom: 40px!important;
}
.margin-bottom-xxxxl {
  margin-bottom: 80px!important;
}

.no-padding {
  padding: 0 !important;
}
#header {
  position: relative;
  width:100%;
  clear: both;
  height: 185px;
  /*z-index: 1005;*/
  background: url(/images/header-bg.png) no-repeat top center #1052a8;
    background-size: 100% auto;
  color: #fff;
}
#header.header-small{
    height:100px;
}

.customer-body #header{
    height: 490px;
    box-sizing: border-box;
}

.header-fixed #header {
  position: fixed;
}
.no-sidebar #header {
  right: 12px;
}
.headerbar {
  position: relative;
  min-height: 50px;
}
.headerbar:before,
.headerbar:after {
  content: " ";
  display: table;
}
.headerbar:after {
  clear: both;
}
.headerbar .navbar-devider {
  display: block;
  width: 20px;
  height: 5px;
}
.headerbar-left {
  position: absolute;
    top:10px;
}
.headerbar-left a {
    float: left;
    color: #bedafc;
}
.headerbar-left a:hover {
    color: #fff;
    text-decoration: none;
}

.headerbar-left .header-nav {
  display: block;
  float: left;
  padding-top: 0px;
}
.headerbar-right {
  float: right;
}
.headerbar-right .header-nav {
  display: inline-block;
  float: left;
}
.headerbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.headerbar-right .header-nav-toggle {
  margin-left: 0;
}
.header-nav {
  margin: 0 12px 0 0;
  padding-left: 0;
  list-style: none;
}
.header-nav > li {
  position: relative;
  display: block;
  padding: 0px 0 14px 12px;
  float: left;
}
.header-nav > li:first-child {
  padding-left: 0;
}
.header-nav > li > a {
  position: relative;
  display: block;
  padding:17px;
}

.header-nav > li > a:first-of-type{
    padding:17px 17px 17px 0px;
}


.header-nav > li > a > img {
  max-width: none;
}
.header-nav .btn-icon-toggle:hover {
  background-color: rgba(12, 12, 12, 0.07);
}
.header-nav .navbar-search {
  float: right;
}
.header-nav .header-nav-brand {
  display: inline-table;
  padding: 0;
  height: 64px;
}
.header-nav .header-nav-brand .brand-holder {
  display: table-cell;
  vertical-align: middle;
}
.header-nav .header-nav-brand a {
  text-decoration: none;
}
.header-nav .header-nav-brand img {
  max-height: 48px;
}
.header-nav-profile .dropdown {
  padding: 0;

}
.header-nav-profile .ink-reaction{
    padding: 8px 17px 17px 0px!important;
      min-width: 210px;
}

.header-nav-profile .dropdown > a {
  position: relative;
  min-height: 64px;
  padding: 12px 12px 12px 0px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.header-nav-profile .dropdown > a:after {
  content: "\f107";
  position: absolute;
  *margin-right: .3em;
  right: 10px;
  top: 22px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.header-nav-profile .dropdown > a .ink {
  background-color: rgba(83, 88, 88, 0.15);
}
.header-nav-profile .dropdown img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.header-nav-profile .dropdown .profile-info {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px 0 10px;
  line-height: 15px;
}
.header-nav-profile .dropdown .profile-info small {
  display: block;
  opacity: 0.5;
}
.header-nav-profile .dropdown .dropdown-menu {
  min-width: 100%;
}
.header-nav-profile .dropdown.open {
  color: #313534;
}
.header-nav-profile .dropdown.open > a {
  padding: 6px 12px 12px 12px;
  min-height: 58px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);

}
.header-nav-profile .dropdown.open > a:after {
  top: 16px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-nav-profile .dropdown.open .dropdown-menu {
  margin-top: 50px;
  border-top: none;
  z-index: 1602;
  box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2) !important;
}
.header-nav-options .dropdown > a .badge {
  position: absolute;
  font-size: 10px;
  top: -1px;
  right: 4px;
}
.header-nav-options .dropdown .dropdown-menu {
  top: 14px;
}

.dropdown-menu {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-menu .alert {
  min-width: 250px;
  margin: 10px;
  padding: 10px;
}
.dropdown-menu .alert:before,
.dropdown-menu .alert:after {
  content: " ";
  display: table;
}
.dropdown-menu .alert:after {
  clear: both;
}
.dropdown-menu img.pull-right {
  margin-left: 10px;
  margin-bottom: 2px;
}
.dropdown-menu img.pull-left {
  margin-right: 10px;
  margin-bottom: 2px;
}
.dropdown-header {
  padding: 15px 20px 5px 20px;
  font-size: 10px;
  font-weight: 500;
  opacity: .6;
}
.dropdown-avatar {
  max-width: 40px;
}
li.dropdown-progress {
  min-width: 250px;
}
li.dropdown-progress > a {
  padding: 15px 0px;
}
li.dropdown-progress .dropdown-label {
  padding: 5px 20px;
}
li.dropdown-progress .progress {
  margin-bottom: 0;
  height: 5px;
}
.dropdown-label:before,
.dropdown-label:after {
  content: " ";
  display: table;
}
.dropdown-label:after {
  clear: both;
}
.dropup .dropdown-menu {
  margin-bottom: 0;
}
.open > .dropdown-menu.animation-zoom {
  -webkit-animation: zoom-down 0.25s ease-out;
  -moz-animation: zoom-down 0.25s ease-out;
  -ms-animation: zoom-down 0.25s ease-out;
  -o-animation: zoom-down 0.25s ease-out;
  animation: zoom-down 0.25s ease-out;
}
.dropup.open > .dropdown-menu.animation-zoom {
  -webkit-animation: zoom-up 0.25s ease-out;
  -moz-animation: zoom-up 0.25s ease-out;
  -ms-animation: zoom-up 0.25s ease-out;
  -o-animation: zoom-up 0.25s ease-out;
  animation: zoom-up 0.25s ease-out;
}
.open > .dropdown-menu.animation-slide {
  -webkit-animation: slide-right 0.3s ease-out;
  -moz-animation: slide-right 0.3s ease-out;
  -ms-animation: slide-right 0.3s ease-out;
  -o-animation: slide-right 0.3s ease-out;
  animation: slide-right 0.3s ease-out;
}
.open > .dropdown-menu.animation-dock {
  -webkit-animation: slide-up 0.3s ease-out;
  -moz-animation: slide-up 0.3s ease-out;
  -ms-animation: slide-up 0.3s ease-out;
  -o-animation: slide-up 0.3s ease-out;
  animation: slide-up 0.3s ease-out;
}
.dropup.open > .dropdown-menu.animation-dock {
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
  -ms-animation: slide-down 0.3s ease-out;
  -o-animation: slide-down 0.3s ease-out;
  animation: slide-down 0.3s ease-out;
}
.open > .dropdown-menu.animation-expand {
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
  -ms-animation: slide-down 0.3s ease-out;
  -o-animation: slide-down 0.3s ease-out;
  animation: slide-down 0.3s ease-out;
}
.dropup.open > .dropdown-menu.animation-expand {
  -webkit-animation: slide-up 0.3s ease-out;
  -moz-animation: slide-up 0.3s ease-out;
  -ms-animation: slide-up 0.3s ease-out;
  -o-animation: slide-up 0.3s ease-out;
  animation: slide-up 0.3s ease-out;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.846153846;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: none;
  opacity: 0.55;
  font-weight: 500;
  text-transform: uppercase;
}
.nav-tabs > li > a:hover {
  border-color: #e5e6e6 #e5e6e6 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: 2px solid #0aa89e;
  color: #0aa89e;
  background-color: transparent;
  cursor: default;
  opacity: 1;
}

.start-page .form-group{
    padding-top:0px;
    margin-bottom:0px;
}
.start-page .form-group:first-of-type{
    border-bottom: 1px solid #DEE2E6;
}

.start-page .form_control{
    border-bottom: 0px;
    height:47px;
    float:left;
    padding-left:30px;
}

.select-blue .ui-selectmenu-button {
      background-color: rgba(255,255,255,0.15);
    color: #fff;
}

.select-blue .ui-widget-content {
    border: 0px!important;
	background: transparent!important;
	color: #fff!important;
    padding-left:15px!important;
}
.start-page-header h1{
    width: 100%;
    font-weight: 100;
    font-size: 50pt;
}
.start-page-subheader{
    font-size: 20pt;
    font-weight: 100;
    width: 100%;
}
.color-white{
     color: #fff;
}

.icon-holder{
    width:50px;
    height:50px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    float:left;
    background-size: 100% auto;
    text-align: center;
}

.menubar-toggle:not(.menubar-search):hover:after{
    content: " ";
    width:100%;
    display: block;
    margin-top:3px;
    height:3px;
    opacity:0.8;
    background-color: #bedafc;
     -webkit-box-shadow: 0 0px 8px 0 #bedafc;
    box-shadow: 0 0px 8px 0 #bedafc;
}
.menubar-search{
     color: #bedafc!important;
}

.menubar-search input{
    float:left;
    display: block;
    background: none;
    border: 0;
    box-shadow: none;
    padding-left: 25px;
    border-bottom: 1px solid #bedafc;
    color: #bedafc;
    border-radius: 0px;
}

.menubar-search input:focus, .menubar-search input:focus > .menubar-search i{
     color: #FFF!important;
}

.menubar-search i{
    position: absolute;
    left: 0;
    top:14px;
}

.menubar-search  .form-group{
    padding-top:4px;
    margin-bottom: 0px;
}

.table thead th{
    font-size: 10pt;
    font-weight: 300;
}
.table-head div{
    font-size: 10pt;
    font-weight: 300;

}
.table-head{
    padding: 30px 0px;
    border-bottom: 1px solid #9EADB5;
    overflow: hidden;
     text-align: left;
}

.table-head div{
    padding:0px;
}

.table tr:nth-of-type(even):not(.thead){
    background-color: #f2f2f2;
    border-radius: 4px;
}
.table-content .row:nth-child(even), .table-content .block:nth-child(even){
    background-color: #f2f2f2;
    border-radius: 4px;
}
.table-item div:not(.marks){
    padding:10px 0px;
    white-space: nowrap;
    overflow: hidden;
}
.table-item{
    padding:0px!important;
}

.table-parent{
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.table-parent:not(.expanded):hover{
    background: #4F65FC;
    color: #fff;
    box-shadow: 0px 1px 8px #4F65FC;
    z-index: 5;
}
.active .table-parent{
    padding-top: 0px;
    padding-bottom: 0px;
}

.marks{
    position:absolute;
    left:-18px;
    top:0;
    bottom:0;
    margin-bottom: auto;
    margin-top: auto;
    width:12px;
    height:12px;
    border-radius: 50%;
    overflow: hidden;
}

.table-footer-content{
    padding:20px 0px;
    font-weight: 700;
}
.table-footer-content span{
    font-weight: 300;
    padding:0px 10px;
}

.info-icon{
    background: url(/images/info-icon.png) no-repeat center;
    position: absolute;
    right: -38px;
    top:0;
    bottom:0;
    margin-top: auto;
    margin-bottom: auto;
    width:20px;
    height:20px;
    background-size: 100% auto;
    cursor: pointer;
}

.credit{
    color: #6f8794;
    display: block;
}

.col-md-12 .credit:first-of-type{
    padding-left: 0px;
}

.credit-head{
    width: 100%;
    display: block;
    overflow: hidden;
    background: #ccdbe3;
    padding:10px 0px;
    font-weight: 700;
    line-height: 20px;
}

.credit-head div:first-of-type{
    font-size: 10pt;
}

.credit-body{
     width: 100%;
     display: block;
     overflow: hidden;
     background: #EFF5F7;
     padding:10px 8px;
}

.table-content .active{
    background-color: #FFF!important;
    padding: 10px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;

}
.btn-next{
    font-size: 40pt;
    color: #CCDBE3;
    display: block;
        position: absolute;
    left: 57%;
    top: 115px;
}
.block-comment{
    padding:40px 10px 40px 0px !important;
}
.block-comment .md{
    font-size: 26pt;
    position: absolute;
    display: block;
    left:0px;
    top:5px;
    color: #C4D5DE;
    -moz-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
.agent-image{
    float:left;
    width: 36px;
    height: 36px;
    z-index: 5;
    position: relative;
    display: inline-block;
}
.agent-image img{
    width: 100%;
}

.agent span{
    display: inline-block;
    background-color: #F7F4E4;
    color: #A29B76;
    white-space: nowrap;
    padding: 4px 10px;
    line-height: 20px;
    margin-left: -5px;
    z-index: 1;
    margin-top: 5px;

}

.block-agent .pull-left{
    line-height: 38px;
}

.line-last-comment{
    max-height: 420px;
    overflow: hidden;
}
.sorting_:before, .sorting_asc:before, .sorting_desc:before{
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  margin-right: .7em;
  float: right;
  content: "\f0dc";
}

.sorting_asc:before{
  content: "\f0de";
}

.sorting_desc:before {
  content: "\f0dd";
}

.top-menu-item{
    cursor: pointer;
}

#dialog iframe{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    border:0;

}


.modal-header{
    position: absolute;
    top:-73px;
    left:0px;
    font-size:26pt;
    color:#fff;
    opacity:0.5;
    -moz-opacity: 0.5;
}

.advanced_filter .ui-selectmenu-button.ui-button {
    width:100%!important;
}

.white-select .ui-button{
    background: #fff;
    color: #023472;
    border-color: #023472;
}

.white-select .ui-button .ui-icon {
    background-image: url("/images/arrow_down_blue.png");
}

.white-select .ui-button:focus .ui-icon{
    background-image: url("/images/arrow_up_blue.png");
}

.filter-items input{
    border:0;
}

.filter-items .row:nth-of-type(odd){
    background: #F5F5F9;
}

.line-digit{
    line-height: 36px;
}

.margin-top-xl{
    margin-top: 20px;
}
.margin-top-xxl{
    margin-top: 30px!important;
}
.margin-top-xxxl{
    margin-top: 50px!important;
}
.margin-top-l{
    margin-top: 11px!important;
}
.margin-top-ls{
    margin-top: 9px!important;
}
.reports-block{
    padding-top: 40px;
}
.margin-top-neg-l{
    margin-top: -20px;
}

.list-item{
    display: block;
    padding: 10px 30px;
    color: #757575;
}
.list-item:nth-of-type(even){
    background-color: #F5F5F9;
}
.stripped{
    display: block;
    padding: 10px 30px;
    color: #757575;
}
.stripped:nth-of-type(even){
    background-color: #F5F5F9;
}
.list-item .header{
    font-size: 22px;
    font-weight: 100;
}

.list-item:hover{
    background: #4F65FC;
    color: #fff;
    box-shadow: 0px 1px 8px #4F65FC;
    z-index: 5;
}

.top-block-header{
    font-size:12pt;
    text-transform: uppercase;
    color:#80a4d4;
}

.top-block-header i{
    text-transform: none;
    font-size: 9pt;
}

.top-block-value{
    font-size:24pt;
    color:#ffffff;
}

.top-block-footer-line{
    width:100%;
    background-color: #0b1545;
}

.top-block-footer-line div{
    background-color: #07b2f1;
    box-shadow: 0px 0px 8px #07b2f1;
}

.warning-text{
    color:#f95f70;
}
.success-text{
    color:#31c480;
}

.days-data span{
    position: relative;
    display: block;
    float: left;
}
.days-data span:last-of-type{
        margin-top: 2px;
        margin-left: 5px;
}

.top-row-graphic{
    margin-top: -15px;
}

.cust-data{
    margin-top: -235px;
    position: relative;
    z-index:1005;
}

.gradient-overlay{
    position: absolute;
    bottom: 62px;
    left: 0;
    height:70px;
    width:100%;
    background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
    z-index: 2000;
}

.padding-top-xl{
    padding-top:22px;
}
.padding-bottom-lg{
    padding-bottom:11px;
}

.full-agr-data{
    background-color: #ffffff;
}

.guarantor{
    background-color: #eff5f7;
    padding-top: 35px;
    padding-left: 20px!important;
}

.guarantor:nth-of-type(2){
    background-color: #E5E6E6;
}

.table-parent-inner .table-item{
    border-bottom: 1px solid #cccccc;
    padding-bottom:20px!important;
    padding-top:20px!important;
}

.agr-data{
    margin-top:40px;
}

.schedule-part .col-md-6:nth-of-type(1){
    background-color: #ddeed5;
}
.schedule-part .col-md-6:nth-of-type(2){
    background-color: #f7f4e4;
}

.schedule-part{
    overflow: auto;
}

.btn.btn-add-absolute{
    position: absolute;
    width: 42px;
    height: 42px;
    right: 26px;
    top: 26px;
    bottom: 0;
    line-height: 31px;
    font-size: 16pt;
    box-shadow: 0px 1px 6px #ED3A71;
    background-color: #ED3A71;
    border-color: #ED3A71;
    padding: 0px;
    padding-left: 0px;
    text-align: center;
    padding-left: 2px;
}

.action-buttons{
    position: fixed;
    bottom:10px;
    right:10px;
    width:170px;
    height:170px;
    display: block;
    z-index: 1020;
}
.action-buttons .btn-action,.action-buttons .btn-hide{
    position: absolute;
    width:40px;
    height:40px;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    line-height: 40px;
    font-size: 14pt;
    box-shadow: 0px 1px 6px #2fb517;
    padding:0px;
}
.action-buttons .btn-action i, .action-buttons .btn-hide i{
    margin: 0px 0px 0px 2px;
}
.action-buttons .btn-hide, .action-buttons .btn-holder{
    display: none;
}

.btn.btn-hide{
    background-color: #ED3A71;
    border-color: #ED3A71;
    box-shadow: none;
}
.btn-holder{
    padding-top: 23px;
    background-color: #2fb517;
    border-radius: 50%;
    width:170px;
    height:170px;
    box-sizing: border-box;
    box-shadow: 0px 1px 6px #2fb517;
}
.btn-holder div{
    line-height: 40px;
    color: #FFFFFF;
    cursor: pointer;
}
.mr-1{
  margin-right:10px;
}
.mr-2{
  margin-right:20px;
}
.mr-3{
  margin-right:30px;
}
.attachment{
    position: absolute;
    right:0;
    bottom: 0;
    display: block;
    width:40px;
    color:#fff;
    background-color: #3274FF;
    border-radius: 7px 0px 7px 0px;
    cursor: pointer;
}

.comment-block-holder, .sms-block-holder, .letter-block-holder{
    display: block;
    position: relative;
    width:800px;
    z-index: 1500;
    box-shadow: 0px 0px 40px #999;
    border-radius: 0px 10px 10px 0px;
}

.floating-block{
    position: fixed;
    left:0px;
    bottom:50px;

}

.letter-block-holder.floating-block{
    position: fixed;
    left:0px;
    bottom:150px;
}

.floating-block.minified{
     left:-800px;
}

.comment-block-content, .sms-block-content, .letter-block-content{
    display: block;
    width: 100%;
     height:400px;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
    background-color: #ffffff;

}
.sms-block-content{
    height:320px;
}
.letter-block-content{
    height:250px;
}

.comment-himself, .sms-himself{
    background-color: #F5F5F9!important;
    border-radius: 7px!important;
    height: 150px !important;
    font-size: 12pt!important;
}
.legal-comment-himself{
    background-color: #F5F5F9!important;
    border-radius: 7px!important;
    height: 100px !important;
    font-size: 12pt!important;
}

.full-width .ui-selectmenu-button.ui-button{
    width:100%;
}
.full-width{
    width:100%;
}
.edit-text{
    right:12px;
    height:30px;
}
.separator-after{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}

.btn-big-icon{
    padding-top:0px!important;
    padding-bottom:0px!important;
    font-size:19pt!important;
    line-height:36px!important;
}

.btn-big-icon i{
    margin:0!important;
    font-size: inherit!important;
    font-weight: 300!important;
}

.btn-hide-comment, .btn-hide-sms, .btn-hide-letter{
    display: block;
    position: absolute;
    right:-40px;
    top:0px;
    border-radius: 0px 10px 10px 0px;
    width:50px;
    height:75px;
    font-size: 30pt;
    color: #023472;
    background-color: #f6f7fb;
    z-index: -1;
    padding: 8px 5px;
    box-shadow: 0px 0px 40px #999;
    cursor: pointer;
}
.supersmall-undertext{
    font-size:12px;
    font-style: italic;
    vertical-align: middle;
display: table-cell;
height: 40px;
}

.overflow-vert{
    overflow-y: auto;
}

.multiple-ptp{
    position: absolute;
    left: 0;
    right:0;
    top:50px;
    margin-left:auto;
    margin-right:auto;
    width:600px;
    height:300px;
    display: block;
    background-color: #fff;

}

.form-control.form-error .form-group, .field-group.form-error .form-control,.form-group.form-error .form-control, .form_control.form-error .form-group, .ui-selectmenu-button.ui-button.form-error{
    border-color: red!important;
    box-shadow: 0px 0px 2px red;
}

.highlight{
    color: red;
    font-weight: 700;
}

.dashboard{
    background-color: #181F40;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 900;
    position: relative;
}

.seg-status{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 5px;
    margin-left: 10px;
}
.seg-status.green{
    background-color: #31c480;
    box-shadow: 0px 0px 5px #31c480;
}

.seg-status.red{
    background-color: #d03f5d;
    box-shadow: 0px 0px 10px #fe4b6a;
}

#y_axis {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40px;
}

.agent-name{
    font-size:20px;

}

.dropdown.open a, .dropdown.open ul{
    background-color: #fff;
    color: #69698E;
}

.module-inner-rounded .error{

}

.line-height-normal {
  line-height: 1.846153846;
}
.line-height-lg {
  line-height: 2.146153846;
}
.line-height-xl {
  line-height: 2.396153846;
}
.line-height-xxl {
  line-height: 2.746153846;
}

#langs-menu{
    width: 224px;
    top: -40px;
    position: absolute;
    border-radius: 14px;
    text-align: center;
    line-height: 30px;
}
#langs-menu .ui-state-active, #langs-menu .ui-button.ui-state-active:hover{
    border: 0px;
    font-weight:700;
    background: none;
    color: #000;

}

#langs-menu .ui-state-active:before{
    position: absolute;
    content: "";
    background-color: #63B7E7;
    left: 3px;
    top: 8px;
    width: 2px;
    height: 25px;
}

.inactive{
    opacity:0.5;
}
.inactive:hover{
   background-color: rgba(255,255,255,0.15)!important;
}

.header-nav-brand .dropdown-menu {
    box-shadow: none!important;
}

.inline{
    display: inline-block;
}

.dashboard-user .icon-holder{
    float:none;
}
.dashboard-user small{
    clear: both;
    display: block;
}

.dashboard-user .icon-holder{
    border: 3px solid #ccc;
    width:55px;
    height:55px;
    cursor: pointer;
}

.dashboard-user .icon-holder:hover, .dashboard-user .icon-holder.active{
      border: 3px solid #05cd09;
}

.status-light{
    position: absolute;
    bottom:3px;
    left:50%;
    width:15px;
    height:15px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 12px;
}
.status-light.red{
    background-color: #FF6A4D;
}
.status-light.yellow{
    background-color: #FDBB4A;
}

.status-light.green{
    background-color: #76CD86;
}

.status-light.violet{
    background-color: #7162cd;
}

.reminder-line{
    height:0px;
    background-color: #0C1C3E;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.reminder-line.active{
    height: 104px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


.text-green{
    color: #54BE3B;
}
.text-white{
    color: #FFF;
}
.grey-text{
    color: #97a9b3;
}

.line-height-xxxl{
    line-height: 70px;
}

.bigger-text{
    font-size: 18px;
}

.special-margin{
    margin-top:16px;
    margin-bottom: 6px;
}

 .margin-right-l{
    margin-right: 10px;
 }

 .close-reminder{
     position: absolute;
     right: 10px;
     top: 10px;
     width: 25px;
     height:25px;
     background: url(/images/close_regular_big.png) no-repeat center;
     cursor: pointer;
 }
 .text-bold {
  font-weight: 700;
}

 .search-line .form-control{
     background: url(/images/search.png) no-repeat center right;
     background-position-x: 99%;
 }

 .absolute-buttons{
     display: none;
     position: absolute;
     height: 70px;
     width: 100%;
     background: rgba(255,255,255, 0.8);
     text-align: center;
     padding-top: 18px;
     box-sizing: padding-box;
 }

 .reminder-list-line:hover .absolute-buttons{
     display: block;
 }

 .pseudo-line{
     display: table;
     overflow: hidden;
 }

 .pseudo-line .height-2{
     display: table-cell;
     vertical-align: middle;
 }

 .light-grey-label{
     color: #A8AEB9;
     font-size: 12px;

 }

 .grey-border-right{
     border-right: 1px solid #DFE1E2;
 }

 .inline-block{
     display: inline-block;
 }
 .padding-5{
     padding:5px;
 }

 .form-group-nomargin{
     margin:0px;
     padding:0px;
 }

 .margin-top-3{
     margin-top:3px;
 }

 .small-grey-text{
     font-size: 12px;
     color: #999;
 }

 .padding-top-1{
     padding-top: 1px;
 }

 .allocation-count{
    position: absolute;
    bottom: 0px;
    right: 4px;
     font-size: 14px;
 }

 .allocation-count span{
     font-weight: 700;
     margin-left:10px;
 }

 .settings{
     border:1px solid #F0F5F8;
     width: 100%;
 }
  .settings-head{
      background-color: #F0F5F8;
      font-size: 18px;
      padding: 20px;
  }

  .settings-item{
      padding: 5px 20px;
      display: block;
      width: 100%;
      border-bottom: 1px solid #F0F5F8;
      line-height: 35px;
  }

  .contain-settings{
      margin-top:-250px;
      background-color: #fff;
      position: relative;
      /*z-index: 1005;*/
      clear: both;
      padding: 40px;
  }
  .contain-settings .title{
      position: absolute;
      top: -73px;
      left: 0px;
      font-size: 26pt;
      color: #fff;
      opacity: 0.5;
  }

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
  .settings-head i{
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top:-10px;
      opacity: 0.8;
  }

  .edit-table tr:last-child{
      width: 40px;
  }

  .edit-content textarea{
      border-radius: 5px;
      box-shadow: none;
      border: 1px solid #ccc;
      background-color: #F6F7FB;
      padding:20px 10px 10px 20px;
  }

  .contain-settings{
      border-radius: 5px;
  }

  .tipa-close{
      position: absolute;
      right:10px;
      top:10px;
      width: 20px;
      height:20px;
      background: url(/images/close_regular.png) no-repeat center;
      cursor: pointer;
  }


.newseaman-photo-icon{
  display: block;
  background: url(/images/empty_image.png) no-repeat center #efefef;
  width:208px;
  height:208px;
  margin: 8px;

}

.newseaman-photo-icon-uploaded{
  display: block;
  width:80px;
  height:80px;
  float: left;
  margin: 8px;
  position: relative;
  border-radius: 50%;
}

.width-208{
    width: 208px;
}
.margin-top-lg{
    margin-top:10px!important;
}

#login_form input{
    background-color: #F6F7FB;
}

.round-block{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding:20px 30px;
}

.form-grey{
    background-color: #F6F7FB;
    color: #848486;
    border-radius: 8px;
    border:0px;
    padding-bottom: 16px;
}

.padding-right-l{
    padding-right: 9px;
}

.nobrake{
    white-space: nowrap;
}

.img-100 img{
    height: 100%;
}

.vacation{
    background-color: #76CD86;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 1000px #F6F7FB inset !important;
}

.latest-comments{
    height:396px;
}

.dropdown-menu li{
    position: relative;
    width: 100%;
    display: inline-block;
}

.dropdown-menu li a i{
    position: absolute;
    right: 10px;
    top: 3px;
    opacity: 0.5%;
    color: #C0C0C0;
}

.dropdown-menu li a:hover i{
    color: #69698E;
}

.grey-line{
    width:100%;
    border-top: 1px solid #a2b5c7;
}

.margin-top-17{
    margin-top: 17px;
}


.title-selectable{
    font-weight: 100;
    width: 50%;
    display: flex;
    justify-content: space-between;
}



.title-selectable .active{
    text-shadow: 0px 0px 5px #fff;
}

.margin-left-xl{
    margin-left: 20px;
}

@media all and (max-width:1280px) {
    .mr-2{
        margin-right: 10px;
    }
}

.padding-0{
    padding: 0!important;
}