
body{
			padding:0px;
			border: 0px;
			margin:0px;
			

		}
		
.error{
    color: red;
  }

  label,
  input,
  button {
    border: 0;
    margin-bottom: 3px;
    display: block;
    
  }

/*///////////////////////////general classes/////////////////////*/

.elemWidth{width:20px;}

/*//////////////////////////General classes ends///////////////////////*/
#content-wrap {
   width: 80%;
  padding-bottom: 2.5rem;    /* Footer height */
  margin: 5px auto;
  margin-top:30px;
}

.wrap{

marin: 0px auto;

}

#top_bar{background-color: #435165;}

#top_bar2 {background-color: #afacacd4; display: inline-block;}

#top_bar, #top_bar2 {
width: 100%;
height: 40px;
padding-top: 0.2em;

}

.logItem{ margin-right:1.2em;  color: white;}

#notice-head {
    text-align: center;
    font-size: 1.6em;
    color: #fff;
}

.main_container{
  background-color: #fff

}

#left-side_bar{  float:left; 
				 width: 15%;
				 background-color: #f2f2f2;
				 min-height:800px;
         border-right: 2px solid #bcbaba;
				}

#content{
    float:left;     
    padding:0.8%;  
    padding-left :0;
    width: auto;
    min-width: 60%;
    width: 84%;
    
    
    
}


#newTaxStatus {
width : 99%;
height : 1.5em; 
background-color : #f2f2f2; 
text-align: right; 
margin-top:-10px;
margin-right:-20px; 
color :blue; 
text-decoration : underline;
}

.f_ul{ text-decoration: none; display:inline-block; }

.cLink{display:inline-block;}



/*///////////////////accordion menu on side bar///////////////////*/
ul { list-style-type: none; }

a {
  color: #b63b4d;
  text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/


h1 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 80px;
}

h1 a {
  color: #c12c42;
  font-size: 16px;
}

.accordion {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 20px;
  /*background: #FFF;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0; /* added by me */
}

.form_heading{   padding : 0 1.6em}

.addForm{padding : 0 1.6em;}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:first-child .link {
border-top: 1px solid #CCC;

}

.accordion li:last-child .link {
 border-bottom: 0;
 background-color:#f2f2f2;
 border-bottom: 1px solid #CCC;
 /*background-color: #bcbaba */
  }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.fa-class{
    
  color:orange;  
}

#logout{ color:red;  }

.submenu {
  display: none;
  background: #435165;
  font-size: 14px;
  padding: 0;
}

.submenu li { border-bottom: 1px solid #4b4a5e;


 }

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}

/*///////////////////////accordion ends///////////////////*/


/*////////////////////////menu buttons//////////////////////*/
.inputbutton_hover {
    background-color: #EEF2F2;
    background-image: -o-linear-gradient(center top,white,#DBDBDB);
    background-image: -moz-linear-gradient(center top,white,#DBDBDB);
    background-image: -webkit-linear-gradient(center top,white,#DBDBDB);
    background-image: -webkit-gradient(linear,top,bottom,from(white),to(#DBDBDB));
    background-image: linear-gradient(center top,white,#DBDBDB);
    box-shadow: 0 0 2px #60D5F4;
    -webkit-box-shadow: 0 0 2px #60D5F4;
    -moz-box-shadow: 0 0 2px #60D5F4;
    border-color: #60D5F4;
}
.inputbutton {
    background-color: #EEE;
    background-image: -moz-linear-gradient(center top,#FEFEFE,#EEE);
    background-image: -o-linear-gradient(top,#FEFEFE,#EEE);
    background-image: -ms-linear-gradient(top,#FEFEFE,#EEE);
    background-image: -moz-linear-gradient(top,#FEFEFE,#EEE);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#EEE));
    background-image: -webkit-linear-gradient(top,#FEFEFE,#EEE);
    background-image: linear-gradient(top,#FEFEFE,#EEE);
    border: 1px solid #AAA;
    border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 0 white inset, 0 1px 3px rgba(0,0,0,0.15);
    color: #111;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    margin: 0 5px 0 0;
    padding: 2px 5px;
    -webkit-padding-end: 9px;
    -webkit-padding-start: 9px;
    -webkit-padding-after: 3px;
    -webkit-padding-before: 3px;
    text-shadow: 0 1px 0 white;
}

/*/////////////////////menu buttons end //////////////////////////////*/


/*////////////////////////form controls///////////////////////////////*/
.msgconfirm{
   color:red;
   font-size: 14px;

}

.disabled-style {
  opacity: 0.6;
  cursor: not-allowed;
  /* Add any other desired styling for the disabled state */
}


#ts_time input[type=text]{
     width: 30%;  
        
    }
    
input[type=text], #ts_startdate,#ts_enddate, textarea, select {
    width: 100%;
    padding: 6px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #bcbaba
  }
  
#ts-by-client {
    width : 200px;
    
}


#timesheetDiv { padding:2%;
               border: 2px solid #f2f2f2; 
               width: 50%; margin-left: 2%; 
}

.displaydiv{     display :none }
  
#newTimeSheet >input[type=text], textarea, select {
   /* margin: 0;*/
    width: 100%;
    padding: 6px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #bcbaba;

  }
  
 
  
    
  
  #saveTimeSheet {
    background-color: #626682;
    border: none;
    color: white;
    padding: 16px 24px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}
  
  

  .some-class {
  float: left;
  clear: none;
}

.radiolabel {
  float: left;
  clear: none;
  display: block;
  padding: 2px 1em 0 0;
}

input[type=radio],input.radio {
  float: left;
  clear: none;
  margin: 2px 0 0 2px;
}

input[type=text].sbox {
    padding: 4px;
    border: #a8d4b1 1px solid;
    border-radius: 2px;
    margin: 4px 0;
   width:200px;
}

.submit{
      background-color: #3274d6;
  border: none;
  color: white;
  padding: 10px 16px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
}

#cancel_reg{ background-color: grey;}

ul#ts_service_list {
    padding: 0.4em;
     margin-top: 0px;
}




#RTA_list, #client_list,#CommByClient,#CommByRTA, #statusByClientList, #ts_client_list, #ts_client_list, #ts_service_list, #ts_staff_list {
    float: left;
    list-style: none;
    margin-top: -3px;
    width: 100%;
    position: relative;
    background-color: #f2f2f2;
    padding-left: 8px;
}



#RTA_list li:hover, #client_list  li:hover , #ts_client_list li:hover, #ts_client_list:hover , #ts_service_list:hover  {
    
    cursor: pointer;
}

#RTA_list li, #client_list  li, #top_bar2 li {
    cursor: pointer;
    padding:4px;
    border-bottom: 1px solid #cfcfcf;
}

#client_list li:hover {
    cursor: pointer;
}

  #search1{
    padding: 8px 20px;
    margin: 1px 0;
  }


 
  
   #menu_ts_startdate, #menu_ts_enddate{
    width: 100%;
    padding: 6px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #bcbaba;
  }
  
  
 .common_box_body {
    width:40%;
    background-color:white;
    margin: 50px 20px;
    padding: 3px auto;
    
    border: 2px solid #afacacd4;
    border-color: #afacacd4;
    border-radius: 5px;
   
    
    /*
    width:40%;
    padding-top: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
     margin-top: 10px;
    
    */
    
}

  /*/////////////////table list clients//////////////////*/

   #table_client{
      table-layout: fixed;
      white-space:normal!important;
      width:99%;
      border-collapse:separate;
      
      
   }
   
   #table_client td{  font-size: 0.9em;}


   #table_client, #table_client th, #table_client td , #table_ts_sheet, #table_ts_sheet td{
   
    border-top : none;
      border-left : none;
      border-right : none;
      border-bottom : 0.5px solid black;
  border-collapse: collapse;
  text-align: left;
  vertical-align: top;
  padding: 5px 4px;
   }
   
   #table_ts_sheet td {
    font-size: 0.85em;
   }
   
    #table_ts_sheet th{
      border-top : none;
      border-left : none;
      border-right : none;
      border-bottom : 1px solid black;
  }
  
 #no-border {
  border: none;
}

 #no-border td {
  border: none;
}
  
   
   #table_client th{
       
       font-size: 0.8em;
   }
   
   #table_client td {
    font-size:0.8em;   
       
   }
   
 
/*//////////////////////// footer//////////////////////////////*/
#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#999;
}

  