body {
    margin: 0;
    font-family: Montserrat,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #000;
}

h1{
    margin-bottom: 40px;
    font-weight: 600;
}
.table img ,#matchMakingTable img{
    max-height: 30%;
    max-width: 30%;
}
.table{
   
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; 
}
td{
    font-size: 12px;
}

.table .fa{
    color: #ff31ba;
    font-size: 25px; 
}
label {
    color: #333;
}

#mainContainer ,#delegateContainer{    
    height: 100%;   
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    background-color: #ff31ba;
}
.subHead{
    color:#ff31ba;
    font-weight: 500;
}
#buyersRow img{
    width :7%;
    height: 25%;
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin-left: 14%;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
}
.multiselect-container div.checkbox {
    margin: 0;
}
.multiselect-container label {
    margin: 0;
   
}
.multiselect-container div.checkbox {
    padding: 5px 15px 5px 35px;
}
.preview img{
  max-width:100px;
}
input[type=file]{
padding:10px;

}
.success-message {
    padding: 7px 10px;
    background: #ff31ba;
    border: #c3d0b5 1px solid;
    color: #fff !important;
    border-radius: 4px;
}
h1{
   color : #ff31ba;
}
#successDiv{
    border: 11px solid #ff31ba;
}
#contact-form{
    border: 15px solid #ff31ba;
   
}

.loginmodal-container {
  padding: 30px;
  max-width: 500px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
  border: 15px solid #ff31ba;
    margin-top: 5%;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: inherit;

}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}



.loginmodal-submit {
  border: 1px solid #ff31ba; 
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #ff31ba;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
}

.loginmodal-submit:hover {
  border: 0px;
  background-color: #ff31ba;
   
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}
.errorText{
    color : red;
}
.pending{
    color:#ff31ba;
}

.approved{
    color: #008200;
}
#approveReject{
    border: 1px solid gray;
}
#formHeader{
    width: 100%;
    left: 0;
}
#formHeader img{
    width: 100%;
}
.asterisk{     
    color:red ;
    font-weight: bold;
}
.panel{
    /*background-color: #F5F5F5;*/
}
#buyerDetailsTable,#delegateDetailsTable{
    position: absolute;
    width: 100%;
    left: 0;
    border: 15px solid #ff31ba; 

}
.logo img{
    width: 40%;
    height: 40%;
}
.photo img{
    width: 20%;
    height: 20%;
}
#row{
    border: 1px solid #ff31ba;
}
#buyerTableDiv .fa,#delegateTableDiv .fa{
    color: #ff9933;
    font-size: 25px;    
}

#myNavbar{
    background-color: #ff31ba;
}
#myNavbar a{
    color: #fff;
}
#myNavbar a:hover{
    background-color: #000;
}
.nav-tabs li a{
   background-color: #fff;
   color:#000;
}
.nav-tabs li a:hover{
    background-color: #ff31ba;
    color:#fff;   
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
   background-color: #ff31ba !important;
    color:#fff; 
}
#delegatePageDiv{
    margin-top: 3%;
    background-color: #fcb72c;
}
#companyDetails{
    font-size: 12px;
    
}
#companyDetails{
    border: 2px solid #ff9933;    
}
#companyDetails table{
    overflow: hidden;
    border-collapse: collapse;
    table-layout: fixed; // ***********add this
    word-wrap:break-word;
}
#companyDetailsTable,#companyDetailsTable tr,#companyDetailsTable td{
   font-size: 12px; 
   border: 2px solid #ff31ba;
}
#editProfile{
    margin-top: 7%;  
    border: 15px solid #ff31ba;    
}

#representativeDiv,#addingContent{
    border: 15px solid #ff31ba;
}
#timeSlots{
    border: 1px solid #ff31ba;    
}
.selectTime,.cName{
    cursor: pointer;
    border: 1px solid #ff31ba; 
    width: 95%;
}
.break,.lunch{

   background-color: #ff31ba;
}
.clickedDiv{
    background-color: #ff31ba;
    color: #fff;
}
#day1 .row, #day2 .row{
    width: 95%;
}
#contentTable input,#contentTable select, #contentTable textarea{
    border: none;
}
.buttons{
    background-color: #ff31ba;
}
.breakRM,.lunchRM{
   background-color: #ff31ba;
}
.selectTimeRM, .breakRM, .lunchRM, .sent{
    width: 95%;
}
.selectTimeRM,.selectTimeSch,.cNameSch{
   border: 1px solid #ff31ba;  
}
.sent{
    background-color: yellow;
}
#panelHead,#panelFooter{
    background-color: #b9b9b9;
}
.selectTimeSch,.cNameSch{
    /*height: 50px; */
}
.lists{
    color: #ff31ba;
}
#contentForBrowser{
	
       margin-top : 2%;
}


.form-control:focus{
	z-index:200;	
}

.successText{
	color:#fff;
}