.has-error .form-control, .has-error .form-control:focus, .has-error .input-group-addon {
    border: 2px solid;
    border-color: #e74c3c;
}
.panel-heading{
    background-color: transparent !important;
    border-radius: 5px !important;
}
.panel-default {
    background-color: transparent; !important;
    border-color: #b3b1b1 !important;
    border-radius: 15px !important;
}
.panel{
    border-color: #b3b1b1 !important;
    border: none;
}
.color-h4{
    color: #d70a16;
}
.visor-title{
    color: DarkGoldenRod;
}
.institution-title{
    color: #1d7d5f;
}
.btn-institution {
    color: #ffffff;
    background-color: #1d7d5f;
    border-color: #1d7d5f;
}
.btn-institution:hover {
    color: #ffffff;
    background-color: #050505;
    border-color: #1d7d5f;
}
.btn-institution:focus {
    color: #ffffff;
    background-color: #0069d9;
    border-color: #0069d9;
}
.btn-not_accept_terms {
    color: #ffffff;
    background-color: #55565a;
    border-color: #55565a;
}
.btn-recordar{
    color: #ffffff;
    background-color: #1d7d5f;
    border-color: #1d7d5f;
}
.btn-recordar:hover{
    /*background-color: #92B8AC;*/
    /*border-color: #92B8AC;!important;*/
    color: #ffffff;
    background-color: #050505;
    border-color: #1d7d5f;
}
.btn-recordar:focus{
    background-color: #92B8AC;
    border-color: #92B8AC;!important;
}
#btnBookingCall{
    color: #ffffff;
    background-color: #6b1e74;
    border-color: #6b1e74;
}
#btnBookingCall:hover{
    color: #ffffff;
    background-color: #500B58;
    border-color: #500B58;
}
body{
    position:relative;
    background: #050505;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width:100%;
    height:100%;
    margin:0
}
body:after{
    position:fixed;
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #050505;
    z-index:-1;
}
.inputs-titles {
    color: #fafeff;
}
.text-red{
    color:#1d7d5f;!important;
}
.text-red:hover{
    color:#92B8AC;
}
.formulario{
    margin-bottom: 62px;
    display: flex;
}
footer{
    position:absolute;
    bottom:20px;
    right:10px;
    margin-bottom: auto;
}
.visor-title-div
{
    margin-left: auto;
}
.title-themecolor{
    color: #fff;
}
.text-themecolor{
    color: #8c070e;
}
.bg-themecolor{
     background: #8c070e;
 }

.bg-themecolor-tab{
    background: #fff;
}
.bg-gray {
    /*background: rgb(221,221,221);*/
    /*background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(170,170,170,1) 100%);*/
}
.bg-gradient {
    background: rgb(164,33,101);
    background: linear-gradient(180deg, rgba(164,33,101,1) 0%, rgba(195,112,18,1) 100%);
}
.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    /*  padding: 48px 0 0; */ /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(25, 171, 255, 0);
    background-color: white;
}
@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}
.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}
.sidebar .nav-link {
    font-weight: 500;
    color: #143254;
}
.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #8c070e;
}
.sidebar .nav-link.active {
    color: #143254;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}
.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}
.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}
.navbar-brand-no_color {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
}
.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}
.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}
.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.scrollbar::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}
.scrollbar::-webkit-scrollbar-track {
    background-color:#fff
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}
.scrollbar::-webkit-scrollbar-button {display:none}
.scrollbar {
    /*height: 75vh;*/
    width: 25vw;
    min-width: 150px;
    overflow-y: scroll}
.overflow{min-height: 100vh}

/** chat **/
.chat{
    margin-top: auto;
    margin-bottom: auto;
}
.msg_card_body {
    overflow-y: auto;
    height: 400px;
}
.user_img{
    height: 70px;
    width: 70px;
    border:1.5px solid #f5f6fa;
}
.user_img_msg{
    height: 40px;
    width: 40px;
    border:1.5px solid #f5f6fa;
}
.img_cont{
    position: relative;
    height: 70px;
    width: 70px;
}
.img_cont_msg{
    height: 40px;
    width: 40px;
}
.msg_container{
    margin-top: auto;
    /*margin-bottom: auto;*/
    margin-left: 10px;
    border-radius: 25px;
    color: #f0f0f0;
    background-color: #575757;
    padding: 10px;
    position: relative;
    min-width: 90px !important;
    margin-bottom: 10px;
}
.msg_container_send{
    margin-top: auto;
    /*margin-bottom: auto;*/
    margin-right: 10px;
    border-radius: 25px;
    color: #541416;
    background-color: #F5F5F5;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}
.msg_time{
    position: absolute;
    left: 0;
    bottom: -15px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    width: 100px !important;
}
.msg_time_send{
    position: absolute;
    right:0;
    bottom: -15px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    width: 100px !important;
}
.msg_head{
    position: relative;
}
.mirror {
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
    -moz-transform:rotateY(180deg); /* Firefox */
}
/** fin chat **/

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: white;
    background-color: #541416;
    border-color: #dee2e6 #dee2e6 #fff;
}
.card-call{
    height: 480px
}
.color-phone{
    color: #39a7d5;
}
.btn-outline-primary {
    color:#d70a16;
    background-color: transparent;
    background-image: none;
    border-color: #d70a16;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #5a040a;
    background-image: none;
    border-color: #5a040a;
}
.btn-background-white {
    background: #f0f0f0;
}
.btn-circle {
    border-radius: 3em;
}
.videos-box {
    min-height: 60vh;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.video-container{
    position:relative;
}
.text-video {
    position: absolute;
    bottom: 5px;
    right: 20px;
    color: #f0f0f0;
    text-shadow: 2px 2px 0px #000000;
}
.scrollable-panel{
    height:300px;
    overflow-y:scroll;
    width:100%;
}

.text-plomo {
    color: white;
}

.text-title {
    color: #f1d596;
    text-align: center;
}
.text-loginProblem{
    color: #1d7d5f;
}
.text-loginProblem:hover{
    color: #92B8AC;!important;
}
.modal-content{
    background-color: #050505;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-color: #1d7d5f;
}
.modal-header{
    color: #ffffff;
    background-color: #1d7d5f;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.btn-close-modal-remember{
    color: #ffffff;
    background-color: #01C5C6;
    border-color: #01C5C6;
}
.btn-close-modal-remember:hover{
    background-color: #45fcfd;
    border-color: #45fcfd;
}
.control-label{
    color: #ffffff; !important;
}
.form-control{
    color: #002559; !important;
}
.btn-info{
    color: #ffffff;
    background-color: #1d7d5f;
    border-color: #1d7d5f;
}
.btn-info:hover{
    color: #ffffff;
    background-color: #050505;
    border-color: #1d7d5f;
}
.alert-warning{
    color: #ffffff;
    background-color: #FFB543;
    border-color: #FFB543;
}
.btn-danger{
    color: #ffffff;
    background-color: #1d7d5f;
    border-color: #1d7d5f;
}
.btn-danger:hover{
    color: #ffffff;
    background-color: #92B8AC;
    border-color: #92B8AC;
}
.btn-danger:focus{
    color: #ffffff;
    background-color: #92B8AC;
    border-color: #92B8AC;
}
input.input-sm {
    background: transparent;
    border: 1px solid #f1d596;
    height: 4em;
    border-radius: 0;
    color: #f1d596;
}
input.input-sm:focus {
    border: 2px solid #3FB892;
}
input.input-sm::placeholder {
    font-weight: bold;!important;
    opacity: 0.8;!important;
    color: #f1d596;!important;
}
.header-item{
    height: 400px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1d7d5f;
}
#form_call{
 margin-top: 15em;
}
.carabineros-titulo{
    color: #ffffff;
    font-weight: bold;
    text-align: center !important;
    margin-left: -15px!important;
    position: absolute;
    margin-top: 120px;
    width: 100%;
    /*font-size: 15px;*/
    /*font-family: "Josefin Sans", Arial, sans-serif;*/
}
.header-image{
    position: absolute;
    color: #ffffff;
    width: 100%;
    height: 380px !important;
    /*z-index: 1;*/
    background: #1d7d5f;
    /*text-transform: uppercase;*/
    /*opacity: .7;*/
    margin-top: -50px;
}
.all-content {
    font-family: "Poppins", Arial, sans-serif;
    background: #151111;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
    color: #fff;
    background: url(/img/webcall_images/panel-background_carabineros.jpg) no-repeat fixed;
    background-size: cover;
}
.inputs-titles {
    color: #f1d596;!important;
}
.form-select {
    background: transparent;
    border: 1px solid #f1d596;
    height: 4em;
    border-radius: 0;
    color: #f1d596;
}
.form-select:focus {
    border: 2px solid #3FB892;
}
.form-select-option {
    background: black;
}
.btn-popup_link_video {
    background: black;
    color: white;
}
.btn-close{
    background-color: red;
}