@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;
}

.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/icon-car.png) no-repeat center 30px;
}

.item-report .wrap {
    background: url(../images/ep.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;
}

.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;
}

.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;
}

.add {
    color: #39b54a;
}

.copy {
    color: #00aeef;
}

.generate {
    color: #00aeef;
}

.download {
    color: #00aeef;
}

.check {
    color: #00aeef;
}

.checkdata {
    color: #00aeef;
}

.empty {
    color: gray;
}

.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;
}


.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;
}

.kasko-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.kasko-calc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dropzone {
    border: 2px dashed #0087F7 !important;
    border-radius: 5px !important;
    background: white !important;
}

html, body {
    height: 100%;
}
#actions {
    margin: 2em 0;
}


/* 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;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bg-blue {
    background-color:rgb(175, 208, 253)
}

.bg-yellow {
    background-color:rgb(238, 224, 162)
}

.stepper .nav-tabs {
  position: relative;
}
.stepper .nav-tabs > li {
  position: relative;
}
.stepper .nav-tabs > li:after {
  content: '';
  position: absolute;
  background: #f1f1f1;
  display: block;
  width: 100%;
  height: 5px;
  top: 30px;
  left: 50%;
  z-index: 1;
}
.stepper .nav-tabs > li.completed::after {
  background: #34bc9b;
}
.stepper .nav-tabs > li:last-child::after {
  background: transparent;
}
.stepper .nav-tabs > li.active:last-child .round-tab {
  background: #34bc9b;
}
.stepper .nav-tabs > li.active:last-child .round-tab::after {
  content: '✔';
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}
.stepper .nav-tabs [data-toggle='tab'] {
  width: 25px;
  height: 25px;
  margin: 20px auto;
  border-radius: 100%;
  border: none;
  padding: 0;
  color: #f1f1f1;
}
.stepper .nav-tabs [data-toggle='tab']:hover {
  background: transparent;
  border: none;
}
.stepper .nav-tabs > .active > [data-toggle='tab'], .stepper .nav-tabs > .active > [data-toggle='tab']:hover, .stepper .nav-tabs > .active > [data-toggle='tab']:focus {
  color: #34bc9b;
  cursor: default;
  border: none;
}
.stepper .tab-pane {
  position: relative;
  padding-top: 50px;
}
.stepper .round-tab {
  width: 25px;
  height: 25px;
  line-height: 22px;
  display: inline-block;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #34bc9b;
  color: #34bc9b;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 14px;
}
.stepper .completed .round-tab {
  background: #34bc9b;
}
.stepper .completed .round-tab::after {
  content: '✔';
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}
.stepper .active .round-tab {
  background: #fff;
  border: 2px solid #34bc9b;
}
.stepper .active .round-tab:hover {
  background: #fff;
  border: 2px solid #34bc9b;
}
.stepper .active .round-tab::after {
  display: none;
}
.stepper .disabled .round-tab {
  background: #fff;
  color: #f1f1f1;
  border-color: #f1f1f1;
}
.stepper .disabled .round-tab:hover {
  color: #4dd3b6;
  border: 2px solid #a6dfd3;
}
.stepper .disabled .round-tab::after {
  display: none;
}

.form-checkbox {
  margin-top: 23px;
}

.form-checkbox1 {
    margin-bottom: 23px;
  }

.big-checkbox {
  width: 18px;
  height: 18px;
}

.sk-caption {
    margin-top: 20px;
}

.calc-p {
    margin-bottom: 1px;
}

.table-button {
    margin-left: 5px;
}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}