@charset "utf-8";

html, body {
    height: 100%;
}


body {
    font-size: .8rem;
}

a:hover {
    text-decoration: none;
}

/* SCROLL BAR */
body::-webkit-scrollbar-track {
    border: 0 solid black;
    background-color: #fff;
}

body::-webkit-scrollbar {
    width: 0;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-bottom: 4px solid #C2222A;
}

.background-red-v {
    background-color: #C2222A;
}

#sec-utilities::-webkit-scrollbar-track {
    border: 0;
    background-color: #fff;
}

#sec-utilities::-webkit-scrollbar {
    width: 0;
    background-color: #fff;
}

#sec-utilities::-webkit-scrollbar-thumb {
    background-color: #fff;
}

/**/
.myPointer {
    cursor: pointer;
}

.myHide {
    display: none;
}

.mybtn {
    padding: 10px;
    border: none;
    cursor: pointer;
}

.bgcVred {
    background-color: #B7172E;
}

.bgcVred:hover {
    background-color: #AD162F;
}

.bgcBlue {
    background-color: #007BFF;
}

.bgcBlue:hover {
    background-color: #0076F4;
}

.bgcLightGray {
    background-color: #efefef;
}

/**/
.fcWhite {
    color: #fff;
}

.fcBlue {
    color: #007BFF;
}

.fcGray {
    color: #cdcdcd;
}

.fcGreen {
    color: #44DE28;
}

.fcYellow {
    color: #FFE300;
}

.fcVRed {
    color: #C2222A;
}

.fcRed {
    color: #E50000;
}

/**/
.fs1 {
    font-size: 1rem;
}

.fs14 {
    font-size: 1.4rem;
}

.fs16 {
    font-size: 1.6rem;
}

.fs7 {
    font-size: .7rem;
}

hr {
    border-top: 1px solid #007BFF;
    margin: 5px 0;
}

/**/
#div-erros {
    right: 0;
    top: 50px;
    position: fixed;
    z-index: 2;
}

.error-item {
    width: 280px;
    margin: 20px 0;
    background-color: #0C0C0C;
    padding: 10px;
    box-shadow: 0px 8px 15px -5px rgba(0, 0, 0, 0.75);
}

.error-item table {
    width: 100%;
}

.error-item .error-icon {
    font-size: 36px;
    text-align: center;
    color: #FFE300;
    width: 50px;
}

.error-item .error-title {
    color: #fff;
}

.error-item .error-close {
    width: 22px;
}

.error-item .error-close span {
    font-size: 20px;
    cursor: pointer;
}

.error-item .error-body {
    color: #fff;
    font-size: .7rem;
}


/*Cehckbox IOS Style*/
.chk-ios.ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;
}

.chk-ios.ios8-switch + label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
}

.chk-ios.ios8-switch + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.chk-ios.ios8-switch + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.chk-ios.ios8-switch + label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chk-ios.ios8-switch:checked + label:after {
    margin-left: 16px;
}

.chk-ios.ios8-switch:checked + label:before {
    background: #55D069;
}

/* SMALL */

.chk-ios.ios8-switch-sm {
    margin: 5px 0 0 10px;
}

.chk-ios.ios8-switch-sm + label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.3em;
}

.chk-ios.ios8-switch-sm + label:before {
    width: 25px; /* x*5 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}

.chk-ios.ios8-switch-sm + label:after {
    width: 15px; /* x*3 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}

.chk-ios.ios8-switch-sm + label:hover:after {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.chk-ios.ios8-switch-sm:checked + label:after {
    margin-left: 10px; /* x*2 */
}

/* LARGE */

.chk-ios.ios8-switch-lg {
    margin: 10px 0 0 20px;
}

.chk-ios.ios8-switch-lg + label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em;
}

.chk-ios.ios8-switch-lg + label:before {
    width: 50px; /* x*5 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}

.chk-ios.ios8-switch-lg + label:after {
    width: 30px; /* x*3 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}

.chk-ios.ios8-switch-lg + label:hover:after {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.chk-ios.ios8-switch-lg:checked + label:after {
    margin-left: 20px; /* x*2 */
}

/*=======================================================
==============Collapse backorder========================*/
.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}

.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}

#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}

#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}

#accordion .panel-title a {
    background: #C2222A none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}

#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #C2222A none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: '\e034';
    font-family: Icons;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}

#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "\e036";
}

#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}

#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

/*=====================================================
===================Editor de texto para el blog========
=======================================================*/
figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}

/*
 Alignment using classes rather than inline styles
 check out the "formats" option
*/

img.align-left {
    float: left;
}

img.align-right {
    float: right;
}

/* Basic styles for Table of Contents plugin (tableofcontents) */
.mce-toc {
    border: 1px solid gray;
}

.mce-toc h2 {
    margin: 4px;
}

.mce-toc li {
    list-style-type: none;
}
.bs-bars.float-left{
    float: none !important;
}