﻿/*Bootstrap Modal */
.modal .modal-header, .modal.extra-padded .modal-body {
    padding: 15px;
}

.modal .modal-body {
    padding-top: 0;
}

.modal-header {
    border: none;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-title, .modal-close-button {
    text-transform: uppercase;
    color: #3472f2;
    font-weight: 600;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: static;
}

.radio-resident {
    display: inline-block;
}

/* file-upload */
.file-upload {
    position: relative;
}
.file-upload .uploader {
    display: none;
}
.file-upload .button {
    position: absolute;
    right: 12px;
    bottom: 7px;
    padding: 7px;
}
.file-upload .file-name {
    padding-right: 120px;
    cursor: pointer;
}

/* validator */
.validator {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    left: 0;
    width: 100%;
    bottom: -18px;
    top: 100%;
}

.invalid {
    border-color: #E9322D !important;
    box-shadow: 0 0 6px #F8B9B7 !important;
}

.initial {
    position: initial;
}

/*general*/
.hide {
    display: none;
}

.hide-important {
    display: none!important;
}

td[aria-expanded="true"] .la-plus-circle:before {
  content: "\f28f";
}

.required {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    left: 0;
    width: 100%;
    bottom: -18px;
    top: 100%;
}

.tooltip-inner {
max-width: 800px !important;
text-align:left;
/*background-color:lightyellow;
color:black;
*/
}

/* Tab View */

.dropdown-menu a {
    cursor:pointer ;
}

/*Progress bar*/
.Progressdiv {
    background-color: White;
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-repeat: no-repeat;
    z-index: 1000000;
    top: 0;
}
.customUploader {
    display: none;
}

.customBrowse{
     padding: 7px;
}
.modal-content {
    border: 1px solid #655d5d !important;
      -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.8) !important;
}
.model-title-public{
        margin-bottom: 0;
    line-height: 1.5;
}

.modal-header-public{
    padding:15px;
    border-bottom: 1px solid #e9ecef;
}
.dropdownCSS{
    max-width: 175px;
    max-height: 250px;
    overflow: auto;
}
.WordWrap{
    word-wrap: break-word;
     word-break: break-all;
     white-space: normal;
}
.bottom-margin {
    margin-bottom: 5px !important;
}

.noboarder{
    border : 0px !important;
}

.noboarder th{
    border : 0px !important;
}
  #VacancyList {
     margin-top:-4px !important;
     position:relative !important;
 }

  #escribetabs li + li:before {
    content: "|";
    color: black;
    text-shadow: none;
    position: relative; 
}

 
  body {overflow-x: hidden;}
   .row {
    margin-right: -15px;
    margin-left: -15px;
    
}
 
  .class2 {
    padding: 0px 0px 0px 0px!important;
  }
    
  .class3{
        padding: 0px 0px 0px 0px !important;
        margin: auto !important;
    }

input[type=submit].btn.btn-interactive,
.btn.btn-interactive {
    border: 1px solid #A44F00;
    background-color: #c8102e;
    color: #FFFFFF;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    /*line-height: 2em;*/
    font-family: inherit;
    text-align: center;
}

.btn.btn-neutral {
    background: White !important;
    border: 1px solid black;
    color: black !important;
    display: inline-block;
    font-size: 14px;
}
 
#container {
    overflow: hidden;
}

    #container #img-set {
        float: right;
        height: 240px;
        margin: 0 10px 10px 0;
        width: 370px;
    }


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 #VacancyList {
     margin-top:-17px !important;
     position:relative !important;
 }
 }
