@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
body {
    font-family: "Lato", sans-serif;
    font-family: Montserrat;
    font-size: 13px;
    overflow:hidden;
}
.tabcontent .container {
    overflow-y: scroll;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.carousel-caption {
    top: 25%;
    bottom: 25%;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 25px;
}
main {
    height:550px;
    position:relative;
}
.full-height {
    height:100% !important;
    position:relative !important;   
}
.dropdown-menu a i.fa {
    float:right !important;
        margin: 4px -5px 0px 0px;
}
/* Style the tab */
.tab> a:link {
  text-decoration: none;
}

.tab {
  float: left;
  position:fixed;
  background-color: #585d58;
  width: 20%;
  height:100%;
  margin-bottom:-0%;
  border-top: 1px solid #697469;
}
.view-block {
    margin-top:20px;
}
.UserAddressInfo table,
.editContactSection table{
    width:100%;
}
.tabcontent {
    height: 92vh;
    background-color: #f6f6f6;
}
div.change_password,
.editContactSection>div,
.UserAddressInfo>div,
.contactInfo>div,
.userInfo>div {
    background-color: #fff; 
    border:1px solid #ccc;
    -webkit-box-shadow: 4px 3px 20px -5px rgba(0,0,0,0.72);
    -moz-box-shadow: 4px 3px 20px -5px rgba(0,0,0,0.72);
    box-shadow: 4px 3px 20px -5px rgba(0,0,0,0.72);
}
div#change_password h3,
.editContactSection h3,
.UserAddressInfo h3,
.contactInfo h3,
.userInfo h3{
    background-color: #585d58;
    color: #fff;
    padding: 6px 7px;
    margin-top: -2px;
    margin-right: -1px;
    font-size: 20px;
}
.UserAddressInfo .pbSubsection {
    padding: 5px 10px;
}
.editContactSection .pbSubsection {
    padding: 10px 10px;
}
.contactInfo h3, 
.userInfo h3 {
    margin-left:-1px;
}
.full-width{width:100%;}
.m-b-10 {margin-bottom:10px !important;}
.change_password {
   margin-top: 35px;
}
.change_password table td {
   padding-left: 15px;
   padding-right: 15px;
}
/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color:#585d58;
  padding: 10px 15px;
  width: 100%;
  color:#fff;
  border-bottom: 1px solid #697469 !important;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 13px;
  border-bottom: 2px solid black;
}
.table td, 
.table th {
    padding: 7px 5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
    border: none;
}
ul.navbar-nav li a {
    color:#fff;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #262626;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #e21e2a;
}

/* Style the tab content */
.tabcontent {
  float: right;
  width:80%;

}
.tab,
.tabcontent {
  margin-top:50px;
}
.vfLabelColTextWrap {
    padding-right: 10px;
    padding-left: 8px;
}
.vfLabelColTextWrap label {
   font-weight:400;
}
.Custom55Block .form-control {
    margin-bottom:10px;
}
.container-fuild.scroll-bar {
    height: 84vh;
    overflow-y: scroll;
}
/* Sticky footer styles
-------------------------------------------------- */
#footer {
  position:fixed;
  bottom: -0%;
  width: 100%;
  height: 2.5rem;  /* Footer height */
}
/*login page Css*/
.form-signin {
    width: 100%;
    max-width: 370px;
    padding: 0;
    margin: 4% auto;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow:-2px 3px 6px 0px rgba(46,45,45,1);
    -moz-box-shadow: -2px 3px 6px 0px rgba(46,45,45,1);
    box-shadow:-2px 3px 6px 0px rgba(46,45,45,1);
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}
.head {
    border-bottom: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 15px 10px;
    -webkit-box-shadow: -7px -4px 17px 0px rgba(123, 118, 118, 0.72);
    -moz-box-shadow: -7px -4px 17px 0px rgba(123, 118, 118, 0.72);
    box-shadow: -7px -4px 17px 0px rgba(123, 118, 118, 0.72);

}
.head h2 {
    margin-top: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 19px;
}
nav.navbar.navbar-inverse {
    background-color: #000;
     position:fixed; 
    width:100%;
    z-index:1;
}
.tab button i.fa{
    top: 9px;
    position: relative;
    font-weight: 100;
    font-size: 10px;
    float: right;
}
.card-header .h1 {
     float: right;
    color: #fff;
    line-height: 102px;
    margin-right: 25px;   
}
.form-signin .card-header {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding:0;
}
.form-signin .card-footer {
    padding:0;
    border-top: 0px solid rgba(0,0,0,.125);
}
.form-signin .card-footer .btn {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-color:#e21e2a;
    background-color:#e21e2a;
    padding-top: 15px;
    padding-bottom: 15px;
}
div.input-group-text {
    padding-left: 15px;
    padding-right: 15px;
}
div.input-group-text i.fa {
    font-size:18px;
}
.form-signin .btn-primary:not(:disabled):not(.disabled).active, 
.form-signin .btn-primary:not(:disabled):not(.disabled):active, 
.form-signin .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e81e2a;
    border-color: #e81e2a;
}
.form-signin .btn-primary:not(:disabled):not(.disabled).active:focus, 
.form-signin .btn-primary:not(:disabled):not(.disabled):active:focus, 
.form-signin .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.form-signin .card {
    background-color: #000;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin img.brand-img {
    max-width: 108px;
    margin-top: 27px;
    margin-left: -75px;
}
.Custom55Block {
    max-width: 900px;
    margin: auto;
}
.Custom55Block th.vfLabelColTextWrap {
    width:50%;
}
.authBlock th.vfLabelColTextWrap {
    width:25%;
}
.tabcontent .container-fluid {
    overflow-y:scroll;
    height:82vh;
}
ul#pills-tab {
    margin-top: 15px;
}

.Custom55Block .pbSubsection {
    padding: 30px 16px;
}
td.multiSelectPicklistCell img {
    padding: 0;
}
.sentBlock .card-header{
    padding:15px 10px;
}
.sentBlock .card-title {
    font-size: 30px;
    border: 1.5px solid #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    padding: 14px 0;
    margin: 0 auto;
    margin-bottom: 10px;
}
.sentBlock {
    max-width: 443px;
    margin: 16% auto;
}
.intro {
    margin-top: 35px;
    margin-bottom: 30px;
}
.tiles .icon i.fa {
	font-size: 35px;    
}
.tiles .num  {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    margin-top: 13px;
    margin-bottom: 5px;    
    display:none;
}
.bg-briefcase {
    background-color:#6002a5 !important;
}
.tiles .icon {
    margin-bottom: 25px;
}
.editAddBlock .pbSubsection {
    padding: 10px 15px;
}
.btn {
    font-size:13px;
}
table.multiSelectPicklistTable {
    width: 420px;
}
table.multiSelectPicklistTable select {
   width: 195px !important;
}
.InpuFileRequired,
.requiredBlock {
background-color: #c13434;
    width: 10px;
    height: 10px;
    margin-left: -15px;
    position: absolute;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.requiredInput .errorMsg {
    top: -8px;
    position: relative;
    color: #c13434;
}
span#lblMessage {
    font-weight: bold;
    color: red;
    font-size: larger;
    margin-left: 435px;
}
span.InpuFileRequired {
    left: 42px;
    margin-top: -5px;
}

.list-item
{
    float: left;
    clear: left;
    width: 100%;
    display: block;
}
.NewNonDisclosure th.vfLabelColTextWrap {
    width: 25%;
}
.note-box {
    border: 1px solid #9f9f9f;
    border-radius: 4px;
    padding-top: 15px;
}
.note-box h5 {
    color:Red;
}
.pbBottomButtons {
    position: relative;
    z-index: 9999;
}
.mr-10 {margin-right: 10px !important;}
.algin-center {text-align: center !important;}