@import "fonts.css";

html,
body {
    height: 100%;
}

label,
button,
h2,
h1,
h3,
h4 {
    font-family: 'Intro-Book';
}

.wait {
    cursor: wait !important;
}

.wrapper {
    min-height: 100%;
    position: relative;
    background-color: #f6f8f8;
}

.top-40 {
    margin-top: 40px;
}

.top-30 {
    margin-top: 30px;
}

.top-20 {
    margin-top: 20px;
}

.top-10 {
    margin-top: 10px;
}

.top-5 {
    margin-top: 5px;
}

.content {
    clear: both;
    min-height: 100%;
    padding-bottom: 208px;
}

header {
    background-color: #fff;
}

header .logo {
    overflow: hidden;
    margin-top: 29px;
    float: left;
    padding-left: 79px;
    height: 85px;
    width: 250px;
    background: url(../images/logo.d09c011.svg) no-repeat;
    cursor: pointer;
}

header .logo .capt1 {
    margin-top: 16px;
    font-family: 'Intro-Bold';
    font-size: 26px;
    line-height: 26px;
    color: #000;
    cursor: pointer;
}

header .logo .capt2 {
    margin: 5px 0 0 2px;
    font-family: 'Intro-Book';
    font-size: 14px;
    text-align: left;
    line-height: 14px;
    color: #b7b7b7;
    cursor: pointer;
}

.header-separator {
    border-bottom: 1px solid #eee;
}

.green_btn1 {
    cursor: pointer;
    background: url(../images/green-button1.png) no-repeat;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 224px;
    height: 38px;
    margin: auto;
    border: none;
    margin-top: 30px;
}

.green_btn1:hover {
    opacity: 0.85;
}

footer {
    background-color: #362f2d;
    height: 178px;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    clear: both;
}

footer .logo {
    overflow: hidden;
    /*margin-top: 39px;*/
    float: left;
    width: 186px;
    height: 47px;
    background: url(../images/footer-logo.png) no-repeat;
}

footer .copyright {
    /*margin: 103px 0 0 0px;*/
    font-family: 'Intro-Book';
    font-size: 12px;
    line-height: 14px;
    color: #58514f;
}

.anim {
    transition: all 1s ease;
    opacity: 0.01;
    transform: scale(0.5, 0.5);
}

.main-item {
    width: 240px;
    float: left;
}

.main-item .wrap {
    transition: all 0.2s ease-in;
    width: 260px;
    margin-left: -10px;
    padding-top: 134px;
    text-align: center;
}

.main-item .main-height {
    height: 279px;
}

.main-item .rep-height {
    height: 230px;
}

.main-item:hover .wrap {
    background-color: #fff;
    box-shadow: 0 0 8px 2px #eaedee;
}

.item-income .wrap {
    background: url(../images/income.png) no-repeat center 30px;
}

.item-issuance .wrap {
    background: url(../images/issuance.png) no-repeat center 30px;
}

.item-sale .wrap {
    background: url(../images/sale.png) no-repeat center 30px;
}

.item-report .wrap {
    background: url(../images/report.png) no-repeat center 30px;
}

.item-rep-income .wrap {
    background: url(../images/rep_income.png) no-repeat center 30px;
}

.item-rep-act .wrap {
    background: url(../images/rep_act.png) no-repeat center 30px;
}

.item-rep-lost .wrap {
    background: url(../images/rep_lost.png) no-repeat center 30px;
}

.item-rep-stat .wrap {
    background: url(../images/rep_stat.png) no-repeat center 30px;
}

.item-block .wrap {
    background: url(../images/block.png) no-repeat center 30px;
}

.item-blocking .wrap {
    background: url(../images/unlock-alt.png) no-repeat center 30px;
}

.item-vedomost .wrap {
    background: url(../images/calculator.png) no-repeat center 30px;
}

.item-payment .wrap {
    background: url(../images/credit-card.png) no-repeat center 30px;
}

.tr_button {
    transition: opacity 0.4s ease-in;
    opacity: 0;
    cursor: pointer;
    width: 218px;
    height: 48px;
    margin: 0 auto;
    border: 1px solid #39b54a;
    border-radius: 6px;
    font-family: 'Intro-Regular';
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    color: #39b54a;
}

.tr_button:hover {
    border-color: #278133;
    color: #20752b;
}

.main-item:hover .tr_button {
    opacity: 1;
}

.vtr_button {
    opacity: 1;
    cursor: pointer;
    height: 48px;
    margin: 0 auto;
    border: 1px solid #39b54a;
    border-radius: 6px;
    font-family: 'Intro-Regular';
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    color: #39b54a;
}

.vtr_button:hover {
    border-color: #278133;
    color: #20752b;
}

.capt {
    font-family: 'Intro-Bold-Caps';
    font-size: 18px;
    line-height: 18px;
    color: #363636;
}

.divider_line {
    margin-top: 30px;
    height: 1px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #b7b7b7));
}

.no-gutter>[class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.no-gutter-right {
    padding-right: 5px;
}

.no-gutter-left {
    padding-left: 5px;
}

#menu {
    background-color: #f6f9fa;
    border-bottom: 3px solid #e5eef2;
    height: 57px;
}

.block-menu {
    height: 60px;
    position: relative;
}

#menu li {
    font-family: 'Intro-Bold';
    color: #00aeef;
    font-size: 16px;
    line-height: 57px;
    text-transform: uppercase;
}

#menu li a {
    color: #00aeef;
}

.reftable {
    background-color: #fff;
}

.reftable>thead>tr>th {
    background-color: #ccffcc;
}

.reftable>tbody>tr>td {
    vertical-align: middle;
    font-family: 'Intro-Book';
}

.dangtable {
    background-color: #fff;
}

.dangtable>thead>tr>th {
    background-color: #ffcccc;
}

.dangtable>tbody>tr>td {
    vertical-align: middle;
    font-family: 'Intro-Book';
}

.middletable {
    background-color: #fff;
}

.middletable>thead>tr>th {
    background-color: #eeee99;
}

.middletable>tbody>tr>td {
    vertical-align: middle;
    font-family: 'Intro-Book';
}

.update {
    color: #00aeef;
}

.remove {
    color: #ff9494;
    margin-left: 5px;
}

.btn-bg-red {
    background-color: #ff9494;
    color: white;
    margin-left: 5px;
}

.btn-bg-green {
    background-color: #39b54a;
    color: white;
    margin-left: 5px;
}

.add {
    color: #39b54a;
}

.alert {
    padding: 0 14px;
    margin-bottom: 0;
    display: inline-block;
}

.no-border-btn {
    border: 0px solid transparent;
    /* this was 1px earlier */
}

.row.vdivide [class*='col-']:not(:last-child):not(.nodivide):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 70px;
}

.row.minvdivide [class*='col-']:not(:last-child):not(.nodivide):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    margin-top: -20px;
}

.row.smallvdivide [class*='col-']:not(:last-child):not(.nodivide):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 45px;
    margin-top: -5px;
}

.simplevdivide {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    height: 45px;
}

.text-success {
    color: #39b54a;
}

.text-failure {
    color: #ff9494;
}

.section1 {
    height: 100%;
    display: table;
    width: 100%;
    margin-top: 8px;
}

.section1 label {
    display: table-cell;
    horiz-align: right;
    vertical-align: bottom;
}

.card-view {
    clear: both;
}

.card-view .title {
    display: block;
    width: 40%;
    float: left;
    font-family: 'Intro-Book';
    color: #68605c;
}

.card-view .value {
    display: block;
    width: 60%;
    float: right;
}

.btn-no-radius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.custom-btn-hover {
    font-weight: normal;
    color: #333333;
    cursor: pointer;
    background-color: #ffffff;
    border-color: #b7b7b7;
}

.custom-btn-hover-alt {
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
    background-color: #ffffff;
    border-color: #b7b7b7;
}

.custom-btn {
    font-family: 'Intro-Book';
    color: #68605c;
}

footer .phone_block {
    float: right;
    text-align: right;
    margin: 10px 0 0 0;
}

footer .phone_block .value {
    margin-bottom: 12px;
    font-family: 'Intro-Regular';
    font-size: 30px;
    line-height: 30px;
    color: #736357;
    letter-spacing: 1px;
}

footer .phone_block .value2 {
    margin-bottom: 12px;
    font-family: 'Intro-Regular';
    font-size: 30px;
    line-height: 30px;
    color: #736357;
    letter-spacing: 1.35px;
}

.print-table>tbody>tr>td {
    height: 20px;
    padding: 3px;
    border-top: 0px;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike>span {
    position: relative;
    display: inline-block;
}

.strike>span:before,
.strike>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: darkgray;
}

.strike>span:before {
    right: 100%;
    margin-right: 15px;
}

.strike>span:after {
    left: 100%;
    margin-left: 15px;
}

.dropzone {
    border: 2px dashed #0087F7 !important;
    border-radius: 5px !important;
    background: white !important;
}


/* Mimic table appearance */

.drop {
    border: 2px dashed #0087F7 !important;
    border-radius: 5px !important;
    background: white !important;
}

div.table {
    display: table;
}

div.table .file-row {
    display: table-row;
}

div.table .file-row>div {
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding: 8px;
}

div.table .file-row:nth-child(odd) {
    background: #f9f9f9;
}

/* The total progress gets shown by event listeners */
#total-progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}

/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}

/* Hide the delete button initially */
#previews .file-row .delete {
    display: none;
}

/* Hide the start and cancel buttons and show the delete button */

#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
    display: none;
}

#previews .file-row.dz-success .delete {
    display: block;
}

.label-as-badge {
    border-radius: 1em;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.flext-first-button {
    margin-right: auto;
}

a.findoc-link:link {
    color: red;
    background-color: transparent;
    text-decoration: none;
}

a.findoc-link:hover {
    color: rgb(230, 114, 114);
    background-color: transparent;
    text-decoration: none;
}

a.findoc-paid-link:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
}

a.findoc-paid-link:hover {
    color: rgb(95, 214, 95);
    background-color: transparent;
    text-decoration: none;
}