body { 
    padding-right: 0 !important;
}

.pleaseWaitLogin {
    font-size: 18px;
    font-weight: bold;
    color: red;
}

#logged {
    display:none;
}

#userLoggedInfo {
    display:none;
}

#vendorList {
    display:none;
}

#adminList {
    display:none;
}


#error_message {
    display:none;
}

#pleaseWaitLogin {
    display:none;
}

#notSuccessfull {
    font-size:1.5rem; 
    width: 100%; 
    border-radius: 6px; 
    background-color: #f8d7da; 
    border: 1px solid #f5c6cb; 
    color: #721c24;
}

#uploadedSuccessful {
    font-size:1.5rem; 
    width: 100%; 
    border-radius: 6px; 
    background-color: #DFF0D8; 
    border: 1px solid #CBE7C0; 
    color: #2F6D32
}

#successfull {
    font-size:1.5rem; 
    width: 100%; 
    border-radius: 6px; 
    background-color: #DFF0D8; 
    border: 1px solid #CBE7C0; 
    color: #2F6D32
}

#identifications, #delivering {
    display: none;
}

#payment-container {
    display: none;
}

.box-base {
    padding-top: 0;
}

.form-control.formtable{
    width:auto; 
    margin-left:2px; 
    margin-right:2px
}

.form-inline.formtable{
    float:left;
    padding-left:0px;
}

.col-md-5.mb-4.formtable {
    max-width:100%; 
    padding-right:0px;
}

.formtable.right{
    float:right;
}

.form-control.unicreditmulti {
    padding-left: 40px;
    padding-right: 40px;
}

#payment-container-recipients {
    margin-bottom: .5rem;
}

.page-link {
    cursor: pointer;
}

.fi.flaticon-success.text-success {
    color: #5cb85c !important;
}

.fi.flaticon-clock.text-warning {
    color: #ffc107 !important;
}

.fi.flaticon-cross.text-muted{
    color: #868e96 !important;
}

.fi.flaticon-line.text-danger{
    color: #dc3545 !important;
}

.text-success:hover {
    color: #000000 !important;
}

.delete-btn{
    cursor: pointer;
}
.card{
    position:relative;
    margin-bottom:.5rem;
}

.table.layout {
    font-size: 0.9rem;
}

.table.layout th > span {
    font-weight: normal;
}

.no-sort::after { 
    display: none !important; 
}

.no-sort { 
    pointer-events: none !important; 
    cursor: default !important; 
}
.table-va tr td{
    vertical-align: middle;
}


.table tr td.table-grey {
    background-color: rgba(0, 0, 0, 0.1)
}

.table i {
    font-size: 1.25rem;
}

.modal-lgr {
    max-width: 1110px !important;
}

.modal-lgr .modal-content {
    padding: 40px 20px 50px 20px;
}

.modal-lgr .modal-content table tr td.text-indent {
    text-indent: 40px;
}

.btn-view-details {
    color: #c8c8c8;
    font-size: 1.5rem;
}
.btn-view-details:hover{
    text-decoration: none;
}

.right{
    float: right;
}
.download-file-instructions{
    color: #212529;
    display: block;  
    width: 300px; 
    float: left;
    cursor: pointer;
}
.download-file-instructions:hover{
    color: darkgray;
}
.download-file{    
    color: #212529;
    text-align: center;
    display: block;  
    width: 100px;
}
.download-file i.fa-file-pdf-o{
    color: red;
}
.download-file i.fa-file-archive-o{
    color: #FF9900;
}
.download-file i.fa-file-text-o, .download-file-instructions i.fa-file-text-o{
    color: #009933;
}
.download-file i.fa-file-o{
    color: #0066CC;
}
.download-file:hover{
    color: #000;
}
#records_table_agents .download-file{
    width: 90px !important;
}
.bottom-options {
    text-align: right;
}

.btn-delete button {
    border: none;
    background: none !important;
    cursor: pointer !important;
}
.btn-delete button:hover {
    text-decoration: underline;
}

.closeDocumentModal {
    position:absolute;
    right: 15px;
    top: 10px;
    font-size:1.5rem;    
    line-height:1;
    color:#000;
    opacity:.5;
    z-index: 99999;
    cursor: pointer;
}

.closeDocumentModal:focus,.closeDocumentModal:hover{
    color: #000;
    text-decoration: none;
    opacity:.75
}
button.closeDocumentModal{
    padding:0;
    background:transparent;
    border:0;
    -webkit-appearance:none
}

.btn-delete-vendor,
.btn-delete-application,
.btn-delete-websdk {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.fa-times-circle:before{
    color: #868e96 !important;
}
.icon-withdrawn:before{
    color: #ffc107 !important; 
}
.add-success{
    color: #3b95a9 !important;
}
.add-error{
    color: #a94442 !important;
}
header .logo{
    max-height: 80px; 
}
.btn-smll{
    padding:.30rem .35rem !important;
    font-size:.475rem !important;
    line-height:1.2 !important;
    border-radius:.1rem;
    margin-top: 8px;   
    transition: all 0.15s ease-in-out !important;
    border-radius: 50px !important;
    border: none !important;
    display: inline-block !important;
}
.fa-pencil{
    color: #5cb85c !important;
    cursor: pointer;
}
.fa-pencil:hover{
    text-decoration: none;
}
.fa-plus{
    color: #5cb85c !important;
    cursor: pointer;
}
.fa-plus:hover{
    text-decoration: none;
}
.fa-remove{
    color: #fc5061 !important;
    cursor: pointer;
}
.fa-remove:hover{
    text-decoration: none;
}

.fa-chart-bar:hover{
    color: #fc5061 !important;
}
.fa-tasks:hover{
    color: #fc5061 !important;
}
.fa-check{
    color: #5cb85c !important;
}
.fa-check:hover{
    text-decoration: none;
}

#btn_back_vendors {
    cursor: pointer;
}

.country-checkbox {
    /*padding-left: 0 !important;*/
}

.loading2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vmin;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url(/img/loader33.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.loading {
    display: none;
    position: fixed;
    top: 350px;
    left: 50%;
    margin-top: -96px;
    margin-left: -96px;
    opacity: .85;
    width: 100%;
    height: 100%;
    z-index: 99999;
}


.switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

.switch input {
    display:none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}

input:checked + .slider {
    background-color: #66bb6a;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.cursor-pointer{
    cursor: pointer;
}

td {
    vertical-align: middle !important;
}

#pageHeaderTitle {
    font-size: 1.350em !important;
}


.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.imageLogoSpan {
    width: 84px;
    height: 84px;
    white-space: nowrap; 
    text-align: center;
    margin: 1px 0;
    border: 1px solid #e9ecef;
    vertical-align: middle;
}

.imageLogoSpan img {
    vertical-align: middle;
    /*background: #3A6F9A;*/
    vertical-align: middle;
    max-height: 75px;
    max-width: 75px;
}

.websdkLogoSpan {
    width: 195px;
    height: 40px;
    white-space: nowrap; 
    margin: 1px 0;
    vertical-align: middle;
}

.websdkLogoSpan img {
    vertical-align: middle;
    vertical-align: middle;
    max-width: 195px;
    max-height: 40px;
}

#statusSpan{
    position: absolute;
}
#statusSpan small.form-text{
    position: absolute;
    display: inline-block;
}
.modal { 
    overflow: scroll !important; 
}

.btn {
    cursor: pointer;
}

.custom-field{
    position: relative;
}
.custom-field .btn-delete{
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 10;    
}
.custom-dropdown button{
    border-radius: 1px;
    border: 1px solid rgba(0,0,0,0.15);
    font-weight: normal !important;
}
.custom-dropdown button:hover, .custom-dropdown button:active, .custom-dropdown button:focus{
    border: 1px solid rgba(0,0,0,0.15) !important;   
    background: none !important;    
    box-shadow: none;
    color: #868e96 !important;

}
.custom-dropdown input:hover, .custom-dropdown input:active, .custom-dropdown input:focus{
   border: 1px solid rgba(0,0,0,0.15) !important;    
}
.custom-dropdown .dropdown-menu{
    margin-top: 0px;
}
.custom-dropdown .dropdown-item{
    cursor: pointer;
}
.btn-add{
    float: left;
    margin-right: 10px;
}
.btn-reports{
    width: 200px !important;
    float: left;
}


.recipients .recipient select.form-control, .single-fields select.form-control{
    padding-left: 5px;
    padding-right: 5px;
}