/* 
    Document   : styles
    Created on : 1/11/2010, 02:26:12 PM
    Author     : darrieta - GEOTECH
*/

html,body{
    margin:0;
    padding:0;
    border:0;
    height:100%;
}

body{
    background:#EEEEEE url(../images/bgimage_slashes_EEEEEE.png) repeat;
    min-width:850px;
    font-family: "Helvetica", "Arial",  "Verdana", "sans-serif";
    font-size: 85%;
}

#container{
    width:90%;
    background-color: #FFFFFF;
    margin: auto;
    min-height: 620px;
}

#header{
    padding: 5px 5px 0px 5px;
    vertical-align: middle;
    height: 48px;
}
#header img{
    border: 0px;
}

#content{
    padding: 10px 30px;
}

h1{
    color:#C62;
    font-size:22px !important;
    text-align:center;
    padding-top: 10px;
    font-weight: bold;
}

h2{
    color:#C62;
}

a{
    color:#C62;
}

strong{
    color:#C62;
    padding-left:50px !important;
}

hr{
    border: 1px dashed #A4A4A4;
    clear: both;
}
/*
form label{
	width: 140px;
	float: left;
	text-align: right;
	margin-right: 20px;
}
*/
.div_login{
    width: 370px;
    margin: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 30px 30px;
    background-color: #FFFFFF;
    text-align:center;
}
.done, .warning, .error{
	font-weight: bold;
	color: #000000;
	padding: 5px;
	border: 1px solid #333333;
}
.done{
	background-color: #99CCFF;
}

.warning{
	background-color: #FFFFCC;
}

.error{
	background-color: #FF3300;
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.separator td{
    border-top: #C62 solid 3px;    
}

.quitPaddingMargin {
    float: none;
    margin-left: 0;
    padding: 0 0 0 0;
}

#daysTable {
    margin-left: 180px;
}

.lblReport{
	width: 100%;
	float: none;
	
}

/* Dropdown Button */
.dropbtn {
   /* background-color: #4CAF50; */
    color: #CC6622;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    z-index: 1000;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding-left: 10px;
    padding-top: 5px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: white}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: white;
}
.ui-future_price {
    background:#d3cfcf;
    color: #212121f7;    
}
.ui-current_price {
    background:#d3cfcf;
    color: #212121f7;    
}
.input{
    background: transparent;
    border: none;
}
.background-color-button{
    background: #f7f77a85 !important;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 16px;
    margin-right: 10px;
    transition: 0.3s;
    font-size: 17px;
    border: none;
  }
  
  /* Style the tab content */
  .tabcontent2 {
    display:block;
    padding: 6px 12px;
    border: none;    
    font-size: 12px!important;
  }

  .tabcontent1 {
    display:none;
    padding: 6px 12px;
    border: none;    
    font-size: 12px!important;
  }

  .tablink1{
    background-color: #ddd;
    margin-left: 10px;
  }

  .tablink2{    
    background-color: #1E88E5;
  }

  span.derecha {
      display: block;
      float: right;
      color:#C62; 
  }

  .header .sign:after{
    content:"v";
    font-size: small;
    color: #C62;
    margin-left: 10px;  
    display:inline-block;      
  }
  .header.expand .sign:after{
    content:">";
  }

  .child{
    display: none;
  }

  span.btSave{
    color:#C62; 
    font-size: 13px; 
    position: absolute;
    right: 50px;
  }

  span.btSend{
    color:#C62; 
    font-size: 13px; 
    position: absolute;
    right: 100px;
  }

  span.btPreview{
    color:#C62; 
    font-size: 13px; 
    padding-left: 20px;
  }

  .tPhone{
    width: 200px; 
    height: 25px; 
    margin-left: 20px;
    font-size: 12px!important;
    display:none;
  }

  .tEmail{
    width: 300px; 
    height: 25px; 
    margin-left: 30px;
    font-size: 12px!important;
  }

  .subtitle{
    font-size: 15px; 
    margin-left: 250px;
    width: 200px;
  }

  tr.list{
      height: 25px;
  }

  .txtPanel{
    font-size: 12px!important;
    height: 20px;
    width: 60%;
  }

  #tbFilter{
    width: 100% !important; 
    height: 100px; 
  }

  #statusListL{
    width: 30px !important; 
    padding-left: 10px;
  }

  #salesUserL{
    width: 30px !important; 
  }

  .headerp .signP:after{
    content:"v";
    font-size: small;
    color: #C62;
    margin-left: 10px;  
    display:inline-block;      
  }
  .headerp.expandp .signP:after{
    content:">";
  }

  .tooltip {
    position: relative;
    display: inline-block;
    
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    top: 110%;
    left:50%;
    transform: translateX(-50%);
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    font-size: 11px;
    position: absolute;
  }

h3{
    color:#C62;
}

li{
  padding-top: 0px;
}

h4{
  padding-top: 0px;
}

.disableExp{
  background-color: #d4d3d3;
}  


.fc-content{
  color: #fff !important;
}



#btnCerrar{
  color:crimson;
  padding: 5px;
  background: #8888;
  border-radius: 25px;
  font-size: 17px;
  font-weight: 600;
}
#btnCerrar:hover{
  cursor: pointer;
  background-color: #333;
}

.chkEvent{
  display: none;
}

.circu{
  padding: 20px;
  background: #ccc;
  border-radius: 50px;
}

#grupoRadio label:hover{
  cursor: pointer;
}

#grupoRadio input[type="radio"]:checked + label {
  border: 3px solid #ccc !important;  
}


.activado input[type=radio]:checked + label {
  border: 3px solid #555 !important;  
} 

.menuAdmin{
  color: #C62;
  text-decoration: underline;
}

div.multiselect-container {
  font-size: 12px;
}

div.btn-group{
  width: 150px;

}