<style>
.content {
    padding: 1px 0px !important;
    padding-left: 3px !important;
    height: calc(80vh) !important;
}
.form-horizontal .control-label{
	text-align: left !important;
}
body{
	background: rgb(240, 241, 245) !important;
}
.cancel-btn, .model-btn{
	margin-left: 20px;
	padding-top:5px;
	display: inline-block;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    
}
.successAlert{
	display:none;
}
.successAlert1{
	display:none;
}
.save-btn{
	display:none;
}
.cust-file{
	padding: 2px 6px !important;
    //font-size: 11px !important;
}
.selectw2,.selecthourly,.selectpreiod, .selectc2c{
	display:none;
}
input[type="number"]{
	text-align:right !important;
}
.cust-file {
    padding: 2px 6px !important;
    font-size: 11px !important;
}
.show-datatable{
	display:none;
}
.table>thead>tr>th, .table>tbody>tr>td{
    padding: 4px;
	//font-size: 13px;
}
table.table-bordered.dataTable tbody td{
	border-bottom:1px solid #e9e9e9;
	text-shadow: 0px 15px 14px #c8c7c7;
}
th:nth-child(9), tbody td:nth-child(9){
    color: #17668a !important;    
}
table.dataTable thead th, table.dataTable thead td{
    padding: 6px 4px;
}
.link-view{
	text-decoration: underline;
	cursor:pointer;
}
.form-horizontal .control-label{
	text-align: left !important;
}
.modal-header{
    padding: 9px;
}
.modal-body{
	padding: 1px !important;
}
.modal-header .close{
    margin-top: -24px;
	color: #fff;
}
#exampleModal .modal-header{
	background: #1f6a8c;
    color: #fff;
}
.signature{
	width:50%;
	float:left;
}
.sign-area{
	border-bottom: 1px solid #222;
    display: inline-block;    
}
.footer{
	width:50%;	
	color: #b7b6b6;
}

.cust-container{
	margin:10px 50px;
	/**background:url("dist/img/companybg.jpg");
	background-size:100%;**/
	position: fixed;
    top: 180px;
}
.codrops-top a {
    padding: 19.5px 18px;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    //font-size: 17px !important;
    margin: 0;
    line-height: 1;
    //font-weight: 600 !important;
    color: #2ed88e !important;
    text-align: center;
    display: block;
}
.box-sub-header{
    //font-size: 17px !important;
    margin: 0;
    line-height: 1;
    //font-weight: bold;
    color: #a3160c !important;
    text-align: left;
    display: block;
}
.box {
	margin:auto;
	width:95%;
	margin-top: 5%;
	
}
/* .select2-container, .form-control{
	margin-bottom:15px !important;
	
} */
.select2-container .select2-selection--single .select2-selection__rendered{
	text-align:left;
}

/** notifications **/
.notify {
  display: block;
  background: #fff;
  padding: 12px 18px;
  max-width: 500px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.notify h1 { margin-bottom: 6px; }

.successbox h1 { color: #678361; !important}
.errorbox h1 { color: #6f423b; !important}

.successbox h1:before, .successbox h1:after { background: #cad8a9; }
.errorbox h1:before, .errorbox h1:after { background: #d6b8b7; }

.notify .alerticon { 
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.modal-dialog {
    margin: 111px auto;
}
@media (max-width: 768px){
.codrops-top a {
    padding: 0px 12px;
}
.box {
    margin: auto;
    width: 100%;
    margin-top: 0%;
}
.form-horizontal .control-label {
    text-align: left !important;
    display: block;
}
.cancel-btn, .model-btn {
    display: block;
    margin-bottom: 10px;
}
}
#skillsetothers, #businessothers, #azentio_contact_others,#skillsetDiv{
	display:none;
}
table tr td{
    padding: 5px;
}
.customCheckbox
{
    margin-left: 15px !important;
    margin-top: 10px !important;
}
.box{
    margin-top: 2%;
}
.box-primary{
    width: 80%;
}
.error{
    font-size: 10px !important;
    padding: 6px 18px;
    float: right;
}
#table100 tr td{
    width: 20%;
}
.smalltext
{
    float: left;
    font-size: 11px;
}
.smalltext input[type="checkbox"]{
    height: 12px;
    width: 12px;
}
</style> 