/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.content-events{
	margin-top: 40px !important;
}

.btn-primary {
    background-color: #639a33 !important;
    border-color: #537f44 !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #527d44 !important;
    border-color: #537f44 !important;
    color: #fff !important;
}

.btn-success {
    background-color: #639a33 !important;
    border-color: #537f44 !important;
    color: #fff !important;
}

.form-control {
    /*border: none !important;*/
    border: 1px solid #ccc !important;
    
    border-radius: 0px !important;
 	moz-border-radius: 0px !important;
 	webkit-border-radius: 0px !important;

    -webkit-box-shadow: none !important;
 	moz-box-shadow: none !important;
	box-shadow: none !important;
}

.tabs--primary{
	margin-bottom: 15px;
}

.events-date{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0,0,0,0.7);
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 90px;
    height: 90px;
    text-align: center;
    padding-top: 7px;
    font-size: 26px;
    line-height: 1;
    z-index: 100;
}

.events-date span{
    display: block;
    font-size: 28px;
    margin-top: 5px;
}

.content{
    background-color: #f9f9f9;
}

.e-vents_lema{
    font-style: italic;
    margin-bottom: 20px;
}

#mapa{
    height: 400px;
}

img.desaturada{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

img.desaturada:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

div.messages ul li{
    list-style:none;
}

.permalink{
    display: none;
}

#edit-locale, #edit-contact{
    display: none;
}

#field-evento-registro-texto-add-more-wrapper ul{
    margin-top: 15px;
    margin-bottom: 15px;
}

.cke_top, .cke_bottom {
    background: none !important;
}

body.page-node-add .radio, body.page-node .checkbox {
    margin-bottom: 0px !important;
}

.horizontal-tabs ul.horizontal-tabs-list li{
    background-color: #FFFFFF !important;
}

#en_linea{
    display: inline;
}

.cart-product-name{
    width: 40%;
}

.cart-product-price{
    width: 40%;
}

.cart-product-subtotal{
    width: 20%;
}

ul.horizontal-tabs-list{
    background-color: #FFFFFF !important;
    border: 0 !important;
    border-bottom: 1px solid #ccc !important; 
}

div.horizontal-tabs{
    border: 0 !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ffffff !important;
}

.horizontal-tabs ul.horizontal-tabs-list li{
    border-top: 1px solid #ccc !important; 
}

.horizontal-tabs ul.horizontal-tabs-list li.selected, .horizontal-tabs ul.horizontal-tabs-list li:hover {
    background-color: #dea31e !important;
}

.horizontal-tabs ul.horizontal-tabs-list li a:hover {
  background: none !important;
}

.horizontal-tabs ul.horizontal-tabs-list li.selected a strong{
    color: #fff !important;
}

.horizontal-tabs ul.horizontal-tabs-list li a strong:hover{
    color: #fff !important;
}

.horizontal-tabs ul.horizontal-tabs-list li a:hover{
    color: #fff !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    border: none !important;
}

#table_auditorios .table.table-bordered.nobottommargin th{
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #primary-menu ul li > a{
        padding-left: 4px;
        padding-right: 4px;
    }

    #primary-menu .menu-pos-invert a {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    #header.full-header #primary-menu > ul{
        margin-right: 0px !important;
        padding-right: 0px !important;
    }

    .no-tablet{
        display: none;
    }
}

@media (max-width: 991px) {
    .no-mobile{
        display: none;
    }
}

.admin-menu-search{
    display: none !important;
}

.google-map-field-fields-container{
    display: none !important;
}

.google-map-field-preview{
    width: 500px !important;
}

body.page-node-add label{
    text-transform: none !important;
    margin-bottom: 2px !important;
}

body.page-node-add .panel-title{
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: 'Raleway', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #555 !important;
    cursor: pointer !important;
    text-transform: none !important;
}

body.page-node-add .panel-default > .panel-heading{
    background-color: #ffffff !important;
}

body.page-node-add .field-type-google-map-field .help-block{
    margin: 0 !important;
}

body.page-node-add .panel-heading {
    padding: 5px 15px !important;
}

body.page-node-add .tabledrag-toggle-weight-wrapper{
    display: none;
}

body.page-node-add .text-format-wrapper .filter-wrapper{
    display: none;
}

.lema_slider{
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5) !important;
    font-size: 30px !important;
    line-height: 30px;
}

form#user-login #edit-actions, form#user-login #edit-rest{
    float: left !important;
    display: contents !important;
}

span.form-required{
    font-weight: bold !important;
    color: #e74c3c !important;
}

span.form-required:before {
  content: "(";
}

span.form-required:after {
  content: ")";
}

.txt-small{
    font-size: 0.8em;
    padding: 0;
    margin: 0;
}

ul#step-evento li{
    width: 11% !important;
}

body.page-node #edit-submit{
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-weight: 600;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);

    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;

    border-radius: 3px;
} 

body.page-node #edit-delete{
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-weight: 600;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);

    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;

    border-radius: 3px;
}

.fieldset-wrapper.multipage-pane-wrapper {
    border-bottom: 2px solid #dea31e;

    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    ul#step-evento li{
        display: none;
    }

    .fieldset-wrapper.multipage-pane-wrapper {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }
}

div.tabledrag-toggle-weight-wrapper{
    display: none !important;
}

#primary-menu .fa{
    top: 3px !important;
}

fieldset.date-combo .panel-body{
    padding: 0px !important;
}

.shs-select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  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 .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.shs-select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.shs-select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.shs-select:-ms-input-placeholder {
  color: #999999;
}
.shs-select::-webkit-input-placeholder {
  color: #999999;
}
.shs-select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.shs-select[disabled],
.shs-select[readonly],
fieldset[disabled] .shs-select {
  background-color: #eeeeee;
  opacity: 1;
}
.shs-select[disabled],
fieldset[disabled] .shs-select {
  cursor: not-allowed;
}

.date-no-float{
    margin: 0px !important;
}

.dataTable .button{
    margin: 0px !important;
    line-height: 19px !important;
    height: 25px !important;
}

#veh-culos-node-form .tabbable, #conductores-node-form .tabbable, #estados-vehiculos-node-form .tabbable, #estados-conductores-node-form .tabbable, #runt-conductores-node-form .tabbable{ 
    display: none !important;
}

.ui-datepicker{
    z-index: 100 !important;
}