/*FORM*/


.enwide-textbox {
    width: 600px;
}


@media only screen and (max-width: 1000px) {
    .enwide-textbox {
        width: 100%;
    }
}




.inner-fields-sub {
    position: relative;
    padding-left: 15px;
    /*padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 1px;*/
   /* width: 90%;*/
   /* background-color: #eeeeee; */
    margin-left: 30px;
   /* border-radius: 8px;*/
   border-left: 3px solid #664d03;

}


div.req-desc {
    font-style: italic;
    margin-left: 15px;
    /*background-color: #F5F5F5;*/
    padding: 15px;
    border-radius: 9px;
}

.materials-services-requested, .understand {
    height: 20px;
    width: 20px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.input-group {
    position: relative;
    top: 0px;
}
    
    
.inner-fields {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-style: normal !important;
       
}


#graphic-requested-content {
    width: 600px;
}


@media only screen and (max-width: 1000px) {
    #graphic-requested-content {
        width: 100%;
    }
}


h4 {
  margin-bottom: 10px;
}
p.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}
p.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
                
div.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
        border-radius: 5px;
        width: 150px;
        padding: 5px;
}
                
                
div.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
        border-radius: 5px;
        width: 150px;
        padding: 5px;
}
        
                td {
                        
                        width: 50%;
                }
                
                .parsley-type {
                        
                        list-style-type: none;
                        list-style: none;
                }
                
                .parsley-required {
                        
                        list-style-type: none;
                        list-style: none;
                }
                
                
                .parsley-errors-list {
                        list-style-type: none;
                        list-style: none;
                }
                
                .noborder {
                  border: none;
                }
                
               .borderless td, .borderless th, .borderless tr, {
                    border: none;
                }




.form-control-textarea {
  display: block;
  width: 500px;
  height: 150px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}













/* RAUL - 3-7-2019 - this is to remove the inherited styles from the calendar table */
 .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	 padding: 5px;
	 padding-top: 5px;
	 padding-right: 5px;
	 padding-bottom: 5px;
	 padding-left: 5px;
	 background-color: #fff;
	 border: 0px;
}
 .table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	 padding: 5px;
	 color: #000;
	 background-color: #fff;
	 border: 0px;
}
 .table-condensed{
	 border: 0px;
	 background-color: #fff;
}
 .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
	 background: none;
	 color: #777777;
	 cursor: not-allowed;
	 background-color: #fff;
	 border: 0px;
}
 .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
	 background: #fff;
	 color: #777777;
	 cursor: not-allowed;
}
/* RAUL - 3-7-2019 - this is to remove the inherited styles from the calendar table */







.plus, .minus {
    cursor: pointer;
}



.emails-div-container {
    position: relative;
    margin-bottom: 10px;
}












/*custom overlay - raul - 04-30-2022 
.overlay-all-non-exitable {
  position: fixed;
  margin: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}*/