﻿#bottom-section .btn-warning {
    background: #eea236;
}

#sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #fff;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

.sidebar-brand {
    position: absolute;
    top: 0;
    width: 250px;
    text-align: center;
    padding: 12px 0;
}

    .sidebar-brand h2 {
        margin: 0;
        font-weight: 600;
        font-size: 24px;
        color: #fff;
    }

.sidebar-nav {
    position: absolute;
    top: 30px;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav > li {
        text-indent: 10px;
        line-height: 42px;
        border-bottom: 1px solid gray;
    }

        .sidebar-nav > li a {
            display: block;
            text-decoration: none;
            color: #757575;
            font-weight: 600;
            margin: 3px 0px;
            font-size: 14px;
        }

        .sidebar-nav > li > a:hover,
        .sidebar-nav > li.active > a {
            text-decoration: none;
            color: black;
            background: #fff;
        }

        .sidebar-nav > li > a i.fa {
            font-size: 24px;
            width: 60px;
        }

#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}

#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}

#navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    background-color: #F7E9E7;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
}

    #navbar-wrapper .navbar a {
        color: #757575;
    }

        #navbar-wrapper .navbar a:hover {
            color: #757575;
        }

section {
    width: 100%;
    position: absolute;
    padding: 5px;
    top: 10px;
    word-break: break-word;
}

#wrapper.toggled section {
    position: absolute;
    margin-right: -250px;
}

@media (min-width: 992px) {
    #wrapper {
        padding-left: 250px;
    }

        #wrapper.toggled {
            padding-left: 60px;
        }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 60px;
    }

        #wrapper.toggled #sidebar-wrapper ul li {
            display: none;
        }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #wrapper.toggled section {
        position: absolute;
        margin-right: -190px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    section {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled section {
        position: relative;
        margin-right: 60px;
    }

    section .btn_group {
        float: right;
    }

    #sidebar-wrapper {
        z-index: 1000;
        position: absolute;
        min-height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #wrapper.toggled .sidebar-nav {
        display: block;
    }
    /* .sidebar-nav{
		display:none;
	} */
    .btn_group {
        float: right;
    }
}

#wrapper hr {
    margin-left: -19px;
    margin-right: -19px;
    padding-right: 38px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #wrapper {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled section {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    section {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled section {
        position: relative;
        margin-right: 250px;
    }
}

@media (min-width:320px) and (max-width:767px) {
    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled section .btn-group .btn {
        padding: 0px 20px;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled section {
        position: relative;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    section {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled section {
        /* position: relative; */
        margin-right: 250px;
    }

    .nav_ul li {
        font-size: 14px;
    }

    .navbar_header .nav_brand {
        float: left;
        height: 50px;
        padding: 13px 4px;
        font-size: 14px;
        color: white !important;
        border-radius: 4px 8px 8px 0px;
    }

    .pull_right {
        float: right;
    }

    header label {
        padding: 14px;
    }
}

.r8b span {
    margin-top: -24px;
    color: black;
    border-radius: 50%;
    background: red;
    width: 12px;
    text-align: center;
    font-size: 8px;
    margin-left: 15px;
    padding: 2px 4px;
    position: absolute;
}

.contentWrap {
    display: none;
}

.activeContent {
    display: block;
}

.sidebar-brand {
    margin-left: 34%;
}

@media (min-width: 768px) {
    .navbar_header .nav_brand {
        float: left;
        height: 50px;
        padding: 13px 4px;
        font-size: 14px;
        top: 20px;
        color: white !important;
        border-radius: 4px 8px 8px 0px;
    }

    .pull_right {
        margin-left: 56%;
    }

    header .row {
        margin-left: 12%;
    }

    #insuRance ul {
        margin-left: 10%;
        font-size: 9px;
    }
}

#insuRance ul li a label {
    color: #343482ed;
}

.navbar-default .nav_brand:focus,
.navbar-default .nav_brand:hover {
    background: gray !important;
    color: white;
}

.content-title {
    word-wrap: break-word;
}

.navbar_header a {
    background: gray !important;
}

.top_navbar .insurance_details {
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #fff;
}

.sidebar-nav .badge {
    border-radius: 100%;
    display: unset;
    background: #f0ad4e;
    color: black;
}

section {
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
}

#wrapper.toggled .container {
    width: auto;
}

section h3 {
    font-weight: bold;
    margin-top: 0px;
    font-family: -webkit-body;
}

label span, .red {
    color: red;
}

.insurance_form .form-control {
    height: 40px;
    border-radius: 0px;
}

.insurance_form .row {
    margin-top: 10px;
}

section .btn-group .btn {
    height: 40px;
    border-radius: 0px;
    padding: 0px 40px;
    border: 1px solid gray;
    color: black;
}

.acceptance_criteria {
    font-size: 11px;
}

.glyphicon-info-sign {
    color: #343482ed;
    font-size: 14px;
}

#acceptance .glyphicon {
    top: 20px;
}

#location .mt-0 {
    margin-top: 0px;
    font-size: 14px;
}

.span_text {
    font-size: 14px;
    font-weight: normal;
}

#location .inputbtn_group .btn {
    line-height: 26px;
    width: 60px;
    border-radius: 0px;
    background: #dcb44242;
}

#bottom-section .bottom_section {
    margin-top: 20px;
    text-align: center;
    padding-bottom: 30px;
}

#bottom-section .btn {
 
    border-radius: 20px;
   
}

#bottom-section label {
    color: #343482ed;
}

#wrapper.toggled section #bottom-section {
    position: relative;
}

#sidebar-wrapper .pull-right {
    right: 18px;
    margin-top: 8px;
}

header {
    background: #fff;
}

.inbox_img {
    padding: 16px;
    font-size: 20px;
    top: 0px;
}

.r8b {
    border-right: 1px solid gray;
}

label span, .red {
    color: red;
    font-weight: normal
}
/* #wrapper label{
	font-weight: normal;
} */
header label span {
    color: black;
}

#wrapper.toggled #bottom-section {
    position: relative;
    text-align: center;
}

    #wrapper.toggled #bottom-section .btn {
        padding: 6px 12px;
        margin: 2px;
    }

header .row {
    padding: 0px 8px;
}

#scrollTop {
    background-color: #757575;
    border-radius: 0px;
    float: right;
    width: 60px;
}

/*------------------------slide de preguntas y respuestas */
.golge {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.isteColor {
    color: green;
}

    .isteColor:hover {
       
    }

.img-deneyim {
    object-fit: cover;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border-style: solid;
}


img.img-arkadas {
    width: 60px;
    height: 60px;
    margin-left: -20px;
}



.d-flex .btn, .checkbox-inline .btn {
    padding-left: 3em;
    min-width: 8em;
}

.d-flex label, .checkbox-inline label {
    text-align: left;
    padding-left: 12px;

  
}


/*lo trabajo para  los checkbox de la caracterizacion*/
input[type="checkbox"] {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

/*lo trabajo para  los radio de la caracterizacion*/
input[type="radio"] {
    margin-left: 10px;
    margin-right: 5px;
    width: 14px;
    height: 14px;
}


.d-flex input[type="checkbox"] {
    float: none;
}




.animate {
    font-size: 14px;
    margin: -12px 0 0 5px;
    border-bottom: 0px solid #ccc;
}

    .animate span {
        display: inline-block;
    }

a.repeat {
    display: inline-block;
    font-size: 12px;
    text-transform: none;
    text-decoration: none;
    color: orange;
    padding: 5px 12px;
    border: 1px solid #cecece;
    font-weight: normal;
    margin: 0 0 0 50px;
    border-radius: 5px;
    position: relative;
    bottom: 15px;
}

.animate span:nth-of-type(2) {
    animation-delay: .025s;
}

.animate span:nth-of-type(3) {
    animation-delay: .1s;
}

.animate span:nth-of-type(4) {
    animation-delay: .15s;
}

.animate span:nth-of-type(5) {
    animation-delay: .2s;
}

.animate span:nth-of-type(6) {
    animation-delay: .25s;
}

.animate span:nth-of-type(7) {
    animation-delay: .3s;
}

.animate span:nth-of-type(8) {
    animation-delay: .35s;
}

.animate span:nth-of-type(9) {
    animation-delay: .4s;
}

.animate span:nth-of-type(10) {
    animation-delay: .45s;
}

.animate span:nth-of-type(11) {
    animation-delay: .5s;
}

.animate span:nth-of-type(12) {
    animation-delay: .55s;
}

.animate span:nth-of-type(13) {
    animation-delay: .6s;
}

.animate span:nth-of-type(14) {
    animation-delay: .65s;
}


/* Animation Three */

.three span {
    color: #b10e81;
    opacity: 0;
    transform: translate(-300px, 0) scale(0);
    /*animation: sideSlide .5s forwards;*/
    -webkit-animation: sideSlide 5s infinite; /* Safari 4.0 - 8.0 */
    animation: sideSlide 5s infinite;
}

@keyframes sideSlide {
    60% {
        transform: translate(20px, 0) scale(1);
        color: #17c26d;
    }

    80% {
        transform: translate(20px, 0) scale(1);
        color: #058001;
    }

    99% {
        transform: translate(0) scale(1.2);
        color: #00f0ff;
    }

    100% {
        transform: translate(0) scale(1);
        opacity: 1;
        color: #0e93b1;
    }
}



