.logo_f {
  height:70px;
  margin-top:-21px!important;
}

.select-panel {
    width: 147px;
    margin-top: -27px;
    color: #31708f;
    font-weight: 400;
    text-transform: uppercase;
    outline: none;
    border: none;
    background-color: transparent;
    margin-left: 6px;
    padding-left: 13px;
}

.select-panel select {
  display: none; 
}

li {list-style:none;}

.tooltip{
opacity: 100 !important;
}

/* .panel .actions i {
    font-size: 0.875em;
    margin: 0px -10px !important;
} */

.panel .actions i {
    font-size: 0.875em;
    margin: 0 3px;
}

select { height: 39px !important; }

.panel-f {
    border-color: #337ab7 !important;
}

.panel-f>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.select-f {
    border: 2px solid #e8ebed;
    box-shadow: none;
    height: 37px;
    padding: 8px 12px 9px 12px;
    font-size: 12px;
}

.select2-container--default .select2-selection--single{
    padding:6px;
    width: 100%; 
    height: 39px!important;
    font-size: 1.2em;  
    position: relative;
    border: 2px solid #e8ebed!important;
    box-shadow: none!important;
    padding: 5px 12px 9px 12px!important;
    font-size: 14px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 100%;  
    color: #fff;
    font-size: 1.3em;
    padding: 4px 12px;
    height: 27px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
}

.no-sort {
    text-align: center;
}

.decimal {
    text-align: center;
    font-size: 11px!important;
}

.popover-content {

 background: #fff;
 margin:0 auto;
 width: 300px!important;
 padding: 30px;
 text-align:justify;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
 -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
 box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}


.popover-title{
 background: #fff;
 margin:10 auto;
 width: 300px!important;
 padding: 30px;
 text-align:justify;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
 -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
 box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}

#main-content{
    font-size: 12px;
}

.text-f {
 font-size: 12px!important;
} 

.sidebar-left {
 font-size: 14px!important
} 
.select2-container--default .select2-selection--single {
 font-size: 12px!important
} 

.select2-results{
 font-size: 12px!important
} 
.panel-body-f {
        width: 101%;
}


.dataTables_wrapper .form-inline .no-footer{
    padding-right: 42px;
}

.symbol-amount{
    width: 35%;
    height: 45%;
    font-size: 90%!important
}

.text-red {
    color: #dd4b39 !important;
}

.sidebar-profile .profile-body.dropdown > .dropdown-menu li a:hover {
    background-color: #f5f5f5!important;
    color: #333;
}

.sinpading{
    padding-left: 0px;
    padding-right: 0px;
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 5px;
    max-width: 600px; /* Ancho máximo */
}

.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*Checkbox Style*/
.onoffswitch4 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch4-checkbox {
    display: none;
}

.onoffswitch4-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #27A1CA; border-radius: 0px;
}

.onoffswitch4-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch4-inner:before, .onoffswitch4-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 26px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.onoffswitch4-inner:before {
    content: "Si";
    padding-left: 10px;
    background-color: #FFFFFF; color: #27A1CA;
}

.onoffswitch4-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #FFFFFF; color: #666666;
    text-align: right;
}

.onoffswitch4-switch {
    display: block; width: 25px; margin: 0px;
    background: #27A1CA;
    position: absolute; top: 0; bottom: 0; right: 65px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}

.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-inner {
    margin-left: 0;
}

.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-switch {
    right: 0px;
}