﻿.top-buffer { margin-top:5px; }

.vertical-middle {

    vertical-align: middle !important;
}

.spacer {
    margin-top: 15px;
    display: table;

}

.spacer-bottom {
    margin-bottom: 15px;
    display: table;

}


.spacer-2x {
    margin-top: 30px;
    display: table;
}

.spacer-bottom-2x {
    margin-bottom: 30px;
    display: table;
}

.spacer-3x {
    margin-top: 45px;
    display: table;
}

.spacer-5x {
    margin-top: 75px;
    display: table;
}
.top-buffer-high {
    
    margin-top:25px; 
}

.page-break {
    page-break-after:always;
}

.document-image {
    max-height: 200px;

}

.document-box {
    height: 300px;
    text-align: center;
}

.file-upload-button-container {

    margin-right: -15px;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

.form-error {
    border: 2px solid #a94442 !important;
}

.form-error-wrapper input, .form-error-wrapper select {
    border: 2px solid #a94442 !important;
}


.step-text {
    white-space: nowrap;
    overflow: hidden;
}


.company-logo {
    
    margin-top: 10px;
    margin-left: 6px;
}


.logo {
    float: left;
    margin-top: 8px;
    margin-right: 6px;
}


footer {
    height: 20px;
    font-size: 11px;
    /*text-align: center;*/
}

.table-vertical-center td {

    vertical-align: middle !important;
}


@media (max-width: 768px) {
    .step-text {
        display: none;

    }

  
}


 .btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


@media (max-width: 1200px) {
  /*.company-logo {
        display:none !important;

   }*/
  .narrow-screen {
       display:none !important;  
  }

}
.language-selection {
    margin-left: 8px;
}

.modal {
    overflow: auto !important;
}
.btnDecline, .btnDeclineAll {
    width: 50% !important;
}
.btnConfirm, .btnConfirmAll {
    width: 50% !important;
}

.btn-group-confirm {
   width: 100px;
}
