@font-face{

font-family: 'CenturyGothicRegular';

src: url('../fonts/CenturyGothicRegular.ttf');

url('../fonts/CenturyGothicRegular.ttf') format('truetype'),

font-weight: normal;

font-style: normal;

}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@media(min-width:768px) {
    body {
        margin-top: 50px;
        background-color: #f4f6f9;
    }
}
.input-group.date{
    margin-bottom: 10px;
}
#wrapper {
    padding-left: 0;
}
#page-wrapper {
    width: 100%;
    padding: 0;
}
.alert-dismissible .close{
    opacity: 0.6;
    top: 6px;
}
.alert{
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.form-control{
    border-radius: 0;
    display: initial;
}
.form-group .selectpicker{
    margin-top: 2px;
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 235px;
    }
}

/*-------------- Top Navigation -------------- */
.navbar{
    margin-bottom: 0;
}
.top-nav {
    padding: 0 15px;
    background-color: #006bae;
}
.tablesorter{
    cursor: pointer;
}
.top-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 14px;
    color: #fff;
    background-color: #006bae;
}
.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #60a65c;
}
.top-nav>.open>.dropdown-menu {
    float: left;
    margin-right: -2px;
    min-width: 180px;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.181);
    box-shadow: 0 6px 12px rgba(0,0,0,.181);
}

.top-nav .dropdown-menu li form {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
}

/* Стилизация кнопки внутри формы как ссылки */
.top-nav .dropdown-menu li form button {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

/* Ховер эффект как у ссылок */
.top-nav .dropdown-menu li form:hover {
    background-color: #333;
    color: #fff;
}

.top-nav .dropdown-menu li form:hover button {
    color: #fff;
}
/*-------------- ./Top Navigation -------------- */


/*-------------- Side Navigation -------------- */
@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 68px;
        left: 235px;
        width: 235px;
        margin-left: -235px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #f4f6f9;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }
    .side-nav>li>a {
        color: #0f0f0b;
        width: 235px;
        border-bottom: 1px #DCDCDC solid;
        border-right: 1px #DCDCDC solid;
    }
    .side-nav li ul .active a,
    .side-nav li ul li a:focus,
    .side-nav>li>ul>li>a:hover,
    .side-nav > .active > a,
    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        color: #254f68;
        font-weight: 600;
        background-color: #f8f8f8 !important;
        border-right: 5px #3181c8 solid;
    }
}
.side-nav>li>ul {
    padding: 0;
    border-bottom: 1px #d8d9dc solid;
}
.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #101010;
    border-top: 0;
    border-bottom: 1px #d8d9dc solid;
    border-right: 1px #d8d9dc solid;
}
.navbar-brand {
    padding: 20px 15px;
    color: #fff;
    font-family: CenturyGothicRegular;
    height: 60px;

}
/*-------------- ./Side Navigation -------------- */

.alig-wrap{
    display: flex;
    /*margin: 0;*/
    justify-content: space-around;
    align-items: center;
}

.alig-wrap label{
margin: 0;
padding: 0;
}

.alig-wrap input{
margin: 0;
}


/*-------------- Path link -------------- */
#path-link{
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    padding-top: 10px;
}
.breadcrumb{
    padding: 6px 15px;
    border-radius: 0;
    margin-bottom: 0;
    height: 59px;
    background-color: #f4f6f9;
    border-bottom: 1px #d8d9dc solid;
}
.breadcrumb > li{
    margin-top: 10px;
}
.breadcrumb>li + li:before{
    content: "\f101";
    font-family: 'FontAwesome';
}
/*-------------- ./Path link -------------- */


/*-------------- Main -------------- */
#main{
    width: 100%;
    padding-bottom: 134px;
}
/*-------------- ./Main -------------- */


/*-------------- Tabs -------------- */
#content{
    border-radius: 0;
    background-color: #fff;
}
.table_content{
    border-left: 1px #d8d9dc solid;
    border-right: 1px #d8d9dc solid;
    border-bottom: 1px #d8d9dc solid;
    padding-bottom: 20px;
}
#tabs{
    padding-top: 8px;
}
.nav-tabs li{
    width: 190px;
    height: 43px;
}
.nav-tabs li a{
    margin-right: -1px;
    border-radius: 0;
    color: #101010;
    background-color: #F9F9F9;
    border-left: 1px #DCDCDC solid;
    border-right: 1px #DCDCDC solid;
    border-top: 1px #DCDCDC solid;
}
.nav-tabs .active,
.nav-tabs li a:focus,
.nav-tabs li a:hover{
    color: #254f68;
    font-weight: 600;
    background-color: #FFF;
    border-bottom: 3px #327fc8 solid;
}
/*-------------- ./Tabs -------------- */


/*-------------- Info -------------- */
hr{
    margin-top: 5px;
    margin-bottom: 5px;
}
#modal-hr{
    border-top: 1px solid #fff;
}
.hr-bank{
    margin-top: 66px;
}
h3{
    color: #016caf;
    margin-top: 30px;
}
h4{
    padding-top: 20px;
}
h5{
    font-weight: 600;
    margin-bottom: 5px;
}
b {
  font-weight: inherit;
}
select,
input{
    margin-bottom: 10px;
    margin-top: 0;
}
#modal_button tr th select{
    margin-bottom: 0;
}
/*-------------- ./Info -------------- */

.empty:before {
    content: 'test';
    display: block;
    visibility: hidden;
}

/*-------------- Table -------------- */
.table tbody tr th,
.table thead tr th{
    vertical-align: middle;
    padding-bottom: 8px;
    padding-top: 12px;
}
.table tbody tr th{
    font-weight: 400;
}
.table_link {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.table_link:hover {
    text-decoration: none;
    color: inherit;
}

.table_link:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

.panel-footer{
    margin-top: -1px;

    border-left: 1px #d8d9dc solid;
    border-right: 1px #d8d9dc solid;
    border-bottom: 1px #d8d9dc solid;
}
.table_arrow{
    border-radius: 40px;
}
.table{
    margin-bottom: 0;
}
#status_th{
    width: 120px
}
#action_th{
    width: 250px
}
/*-------------- ./Table -------------- */

/*-------------- Btn -------------- */
#addIncome{
    padding-bottom: 3px;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 3px;
}
.newbtn{
    background-color: #e22e2b;
}
.col-sm-6 a{
    margin-top: 20px;
}
.disable {
    pointer-events: none;
    opacity: 0.65;
}
.btn{
    border-radius: 0;
    padding: 5px 10px;
    margin-top: 0;
}
.btn-primary{
    padding-left: 5px;
    padding-right: 5px;
}
.tabs_center tr th{
    text-align: center;
}
.modal_btn{
    margin-top: 25px;
}
.upload-goods-modal-body {
    position: relative;
    padding: 15px;
    overflow-y: auto;
    max-height: 400px;
    margin-bottom: 20px;
}
.delete-file-goods-modal-body {
    position: relative;
    padding: 15px;
    overflow-y: auto;
    max-height: 300px;
    margin-bottom: 20px;
}
.form-group.align-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-group.align-wrap input{
    margin: 0;
}
.form-group.align-wrap label{
    margin: 0;
    padding:0;
}

input[type="checkbox"] {
    margin: 0 auto;
}

.new{
    /*float: left;*/
    margin: 14px 6px 0 0 !important;
    width: 1em;
    height: 1em;
}

label{
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.error{
    border-color: #b70e0b;
    color: #b70e0b;
}

.text-error{
    color: #b70e0b;
    word-wrap: normal;
}
.label-new{
        font-weight: normal;
        color: black;
}
.pull-right{
    margin-left: 3px;
}
#spoiler-1 > form > div.col-sm-12 > a.btn{
    margin-bottom: 5px;
}

/*-------------- ./Btn -------------- */


/*-------------- Status Tables-------------- */
.status_draft{
    color: #807f7f;
    text-align: center;
}
.status_true{
    color: #228B22;
    text-align: center;
    font-weight: bold !important;
}
.status_blue{
    color: #016caf;
    text-align: center;
}
.status_black{
    color: black;
    font-weight: bold !important;
    text-align: center;
}
.status_false{
    color: #ff0c05;
    text-align: center;
}
/*-------------- ./Status Tables-------------- */


/*-------------- Styles Checkbox -------------- */
.checkbox label:after{
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr{
    top: 3px;
    position: relative;
    display: inline-block;
    border: 1px solid #a8a5a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.checkbox .cr .cr-icon{
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.select2-container .select2-selection--single {
        height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-search__field {
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
    border-width: 7px 3px 0 3px;
}
.select2-selection__clear {
    display: none;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none!important;
    border-radius: 0;
}
.select2-container--default {
    width: 100%!important;
}

.checkbox input[type="checkbox"]{
    display: none;
}
.checkbox input[type="checkbox"] + label .cr > .cr-icon{
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox input[type="checkbox"]:checked + label .cr > .cr-icon{
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox input[type="checkbox"]:disabled + label .cr{
    opacity: .5;
}
.checkbox .cr-check{
    position: relative;
    display: inline-block;
    border: 1px solid #a8a5a9;
    border-radius: .15em;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
}
#checkLable{
    padding-left: 0;
}
/*-------------- ./Styles Checkbox -------------- */

/*-------------- Credit applications Icon Color -------------- */
th .fa-check-circle{
    font-size: 25px;
    color: #5db862;
}
th .fa-exclamation-circle{
    font-size: 25px;
    color: #ff0c05;
}
/*-------------- ./Credit applications Icon Color -------------- */


/*-------------- Actions Reporting Icon -------------- */
th a .fa-search{
    color: #8e8b8f;
    font-size: 23px;
}
th a .fa-pencil{
    color: #59a1d1;
    font-size: 23px;
}
th a .fa-cog{
    color: #ce7aac;
    font-size: 23px;
}
th a .fa-trash{
    color: #e27762;
    font-size: 23px;
}
/*-------------- ./Actions Reporting Icon -------------- */


/*-------------- Styles Switch-Checkbox -------------- */
.material-switch > input[type="checkbox"] {
    display: none;
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
}
.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(1, 1, 1, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(1, 1, 1, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
/*-------------- ./Styles Switch-Checkbox -------------- */

.now{
    background: #6eafea;
}

/*-------------- Disabled class from href -------------- */
a.disabled {
    color: #807d80;
    pointer-events: none;
}
/*-------------- ./Disabled class from href -------------- */

/*-------------- All from login -------------- */
div.panel-heading > div > h3{
    margin-top: 10px;
}
.panel-info > .panel-heading{
    background-color: #4d94be;
    border-color: rgba(99, 96, 97, 0.48);
    border-radius: 0;
}
.panel-info{
    border-color: rgba(99, 97, 98, 0.48);
    border-radius: 0;
}
body > div > div > div > div.panel-heading > div > h3{
    color: #285068;
}
.input-group-addon{
    border-radius: 0;
}
#btn-login{
    width: 150px;
}
/*-------------- ./All from login -------------- */

/*-------------- Error templates --------------- */
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }
/*-------------- ./Error templates ------------- */

.well-custom {
    min-height: 20px;
    padding: 20px;
    padding-left: 50px;
    margin-bottom: 20px;
    /*border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
}

.alerts {
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0px;
    height: auto;
    margin-top: 2px;
}

.custom-alert {
    background-image: none;
    width: 99%;
    margin: auto;
    margin-bottom: 1px;
    opacity: 0.9;
    background-color: #d24a4a;
    color: black;
}

.forms-form-group-heigt {
    height: 80px;
}
tr.block-user{
    background-color: #cccccc;
}
tr.block-user:hover{
    background-color:  #cccccc !important;
}

.big-checkbox{
    width: 20px;
    height: 20px;
}
#save-all{
    width: 100px;
    height: 31px;
    margin: 10px;

}

@media(min-width: 1600px) {
    .product-button-width{
        width: 60%;
    }
    .product-link-width{
        width: 60%;
    }
}
@media(max-width: 1600px) {
    .product-link-width{
        border: 0px solid transparent;
    }
    .product-button-width{
        border: 1.2px solid transparent;
    }
}

.btn.btn-success {
  background-image: -webkit-linear-gradient(top, #228B22 0%, #228B22 100%);
  background-image:      -o-linear-gradient(top, #228B22 0%, #228B22 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#228B22), to(#228B22));
  background-image:         linear-gradient(to bottom, #228B22 0%, #228B22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#228B22', endColorstr='#228B22', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #228B22;
}
.btn.btn.btn-success:hover,
.btn.btn-success:focus {
  background-color:#228B22;
  background-position: 0 -15px;
}
.btn.btn-success:active,
.btn.btn-success.active {
  background-color: #228B22;
  border-color: #228B22;
}
.btn.btn-success.disabled,
.btn.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn.btn-success.disabled:hover,
.btn.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn.btn-success.disabled:focus,
.btn.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn.btn-success.disabled.focus,
.btn.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn.btn-success.disabled:active,
.btn.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn.btn-success.disabled.active,
.btn.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #74c400;
  background-image: none;
}

.btn.btn-primary {
  background-image: -webkit-linear-gradient(top, #11a2d9 0%, #11a2d9 100%);
  background-image:      -o-linear-gradient(top, #11a2d9 0%, #11a2d9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#11a2d9), to(#11a2d9));
  background-image:         linear-gradient(to bottom, #11a2d9 0%, #11a2d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11a2d9', endColorstr='#11a2d9', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #11a2d9;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #11a2d9;
  background-position: 0 -15px;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #11a2d9;
  border-color: #11a2d9;
}
.btn.btn-primary.disabled,
.btn.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn.btn-primary.disabled.focus,
.btn.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn.btn-primary.disabled.active,
.btn.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #11a2d9;
  background-image: none;
}

.btn.btn-danger {
  background-image: -webkit-linear-gradient(top, #e45046 0%, #e45046 100%);
  background-image:      -o-linear-gradient(top, #e45046 0%, #e45046 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e45046), to(#e45046));
  background-image:         linear-gradient(to bottom, #e45046 0%, #e45046 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e45046', endColorstr='#e45046', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e45046;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background-color: #e45046;
  background-position: 0 -15px;
}
.btn.btn-danger:active,
.btn.btn-danger.active {
  background-color: #e45046;
  border-color: #e45046;
}
.btn.btn-danger.disabled,
.btn.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn.btn-danger.disabled:focus,
.btn.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn.btn-danger.disabled.focus,
.btn.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn.btn-danger.disabled:active,
.btn.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn.btn-danger.disabled.active,
.btn.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e45046;
  background-image: none;
}

.btn.btn-info {
  background-image: -webkit-linear-gradient(top, #11a2d9 0%, #11a2d9 100%);
  background-image:      -o-linear-gradient(top, #11a2d9 0%, #11a2d9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #11a2d9 0%, #11a2d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #11a2d9;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  background-color: #11a2d9;
  background-position: 0 -15px;
}
.btn.btn-info:active,
.btn.btn-info.active {
  background-color: #11a2d9;
  border-color: #11a2d9;
}
.btn.btn-info.disabled,
.btn.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn.btn-info.disabled:hover,
.btn.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn.btn-info.disabled:focus,
.btn.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn.btn-info.disabled.focus,
.btn.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn.btn-info.disabled:active,
.btn.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn.btn-info.disabled.active,
.btn.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #11a2d9;
  background-image: none;
}

/*-------------- Select Urls --------------- */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
/*-------------- ./Select Urls ------------- */