/*
Theme Name: VOX
Theme URI: http://www.vox-web.com.ar
Description: Desarrollado por VOX Soluciones Web
Version: 1.0
Author: VOX Soluciones Web
Author URI: http://www.vox-web.com.ar
*/

body{
	color: #474747;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	/*font-family: 'Open Sans';*/
		/*font-weight: 300 !important;*/
		/*font-size: 16px !important;*/

}

.button.button-primary {
	background-color: #02a5c2;
	color: #FFF;
	border: 0px solid #E3E3E3;
	padding: 10px 15px;
	font-family: 'Open Sans';
	font-size: 16px;
	border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
}

.button.button-primary.button-large  {
	background-color: #0051ad;
	color: #FFF;
	border: 0px solid #E3E3E3;
	padding: 15px 25px;
	font-family: 'Open Sans';
	font-size: 19px;
	border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
}

.b-bottom{
	border-bottom: 1px solid #e3e3e3;
}
h2.b-bottom{
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.button.button-primary:hover{
	text-decoration: none;
}

.select2-container .select2-choice {
    height: 36px !important;
    line-height: 36px !important;
}

.acf-fields .acf-label {
	background: transparent !important;
}

.select2-container .select2-choice .select2-arrow b {
		background-position: -1px 5px !important;
}

.acf-fields {
	background: #FFF;
	border: 0 none;
	border-spacing: 0;
	border-radius: 0;
	table-layout: auto;
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
	border: 1px solid #e1e1e1 !important;
	margin-bottom: 20px !important;
	margin-top: 20px !important;
}

input[type=text], input[type=number], input[type=email] {
	border: 1px solid #cfcfcf;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	height: auto !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-web-border-radius: 3px;

}

select{
	border: 1px solid #cfcfcf;
    padding-top: 8px !important;
    padding-bottom: 6px !important;
    height: auto !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -web-border-radius: 3px;
}

input[type=file] {
	border: 1px solid #cfcfcf;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	height: auto !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-web-border-radius: 3px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 400;
}
.acf-basic-uploader{
	margin-bottom: 0;
}


.acf-field .acf-label label {
	font-family: 'Open Sans';
	font-weight: 600 !important;
	font-size: 15px !important;
}

.acf-field.acf-field-file{
	padding: 10px 0;
}


ul.acf-radio-list li label, ul.acf-checkbox-list li label {

	font-weight: normal !important;
}

.acf-field p.description {
    font-size: 13px;
    line-height: 17px;
    font-style: italic;
    color: #949494;
}


.acf-button.blue {
	background-color: #00AD84 !important;
	border: 0px solid #FFF !important;
}

.acf-button.blue:hover {
	background-color: #00AD84 !important;
	text-decoration: none;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table > thead > tr > th {
	border-bottom: 0px solid #ddd !important;
}

.label {
	font-size: inherit;
	font-weight: normal;
	font-size: 13px;
}

.td-principal a, .td-principal span{
	color: #474747;
	font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.label-vencido{
	background-color: red;
	/*-webkit-animation-name: pulse;
	-webkit-animation-duration: 0.5s; */
}

table.dataTable {
margin-bottom: 15px !important;
}

.table > tbody > tr > td{
	padding-left: 18px;
}

.acf-field textarea {
	border-radius: 3px;
	border: 1px solid #DDD;
}

.acf-input-prepend, .acf-input-append {
	line-height: 29px !important;
height: 37px !important;
}

.mb0{
	margin-bottom: 0;
}


span.table-add {
	display: block;
	font-size: 12px;
	color: #31B8EC;
}

td.v-center{
	vertical-align: middle !important;
}

i.fa-file-pdf-o{
	color: #BB0706;
	font-size: 20px;
	font-weight: bold;
}

div#message.updated p {
	margin: 0;
}

div#message.updated{
	background: #BDECB8;
	padding: 8px 14px;
	border-radius: 3px;
	border: 1px solid #9BE092;
	font-size: 14px;
}


.dropdown-menu > li > a {
	padding: 8px 20px;
}


#menu-principal span.glyphicon{
	/*color: #00CC9B;*/
	color: #FFF;
	padding-right: 3px;
}

#menu-principal .dropdown-menu span.glyphicon{
	padding-right: 6px;
}

.navbar-nav>li>a {
	text-transform: uppercase;
}

/*#tinymce p, .mce-content-body, .mce-content-body p{
	color: #474747 !important;
	font-family: 'Open Sans', Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 22px !important;
	font-weight: 400 !important;
}

#tinymce li{
	padding-bottom: 10px !important;
}
*/


/********** en top y con columnas no 100 ***********/
/*.acf-field.col50 {
    width: 50%;
    float: left;
    clear: none;
}
*/
.red-text{
	color: red;
}

.acf-field-message .acf-label{
	display: none !important;

}

.green-text{
	/*color: green;*/
	color: #37BE00;
}

.orange-text{
	color: orange;
}

.td-estado i{
	font-size: 27px;
}

.td-estado{
	padding-top: 5px !important;
	padding-bottom: 0 !important;
}

.acf-fields.-left>.acf-field:before,.acf-fields.-left>.acf-field>.acf-label{
	width: 60% !important;
}
.acf-fields.-left>.acf-field>.acf-input{
	width: 40% !important;
} 

.acf-table > tbody > tr > th, .acf-table > thead > tr > th, .acf-table > tbody > tr > td, .acf-table > thead > tr > td {
    vertical-align: middle;
}

@media (min-width: 768px){
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
}


/* XS (Extra Small) */
@media(max-width:900px){
/*.canvas-wrap{
	min-height: 490px;
}*/

}