html,
body {
    background-color: white !important;
}
body>.wrap{
    background-image: url("../img/layout/body-background.png");
    background-size:  100%  auto;
    overflow: hidden;

    background-repeat: repeat;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin-top: 100px;
    margin: 0 auto 0px;
    padding: 0px;
}

.wrap > .container {
    padding: 70px 0px 20px;
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.nav-bar-inmaj{
    background-color: transparent!important;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

#user-id_gender
{
    margin-left: 20px;
    display: grid;
}
#user-id_identification_type{
    margin: auto;
    display: flex;
    width:100%;
}
#user-id_identification_type >label{
    margin: 0 20px;
}
#user-id_identification_type >label:first-child{
    margin-left: 0;
}
.title{
    width: 100%;
    text-align: center;
}
.item_active:hover{
    border-width: 2px;
}
.navbar-inverse{
    background-color: #f5f5f5;
    border-color:#f5f5f5;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9a9a9a;
    font-weight: 800;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #6bc72a;
    font-weight: 800;
}
.navbar-toggle{
    background-color: #9a9a9a;
}
.sticky-bottom
{
    position: sticky;
    position: -webkit-sticky;
    text-align: end;
    padding-right: 5%;
    margin-bottom: -40px;
    width: 30px;
    float: right;
    bottom: 10%;
}
.sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 130px !important;
}
.sticky-item-right{
    display: inline-flex;
    font-size: 30px;
    color: #6bc72a;
    padding: 2px;
}
.sticky-item-right:hover{
    padding: 0px;
    font-size: 35px;
}

.active > li {
    border-bottom: 2px #6bc72a solid;
}
.btn{
    margin:3px;

}
.sectionImg{
    width: 100%;
}
@media (max-width: 768px){
    .sectionImg{
        width: 75%;
    }
}
.nav-bar-inmaj-backend{
    margin-top: 3rem;
}

.nav-bar-inmaj-backend>.container{
    margin-left: 0 !important;
    width: 70% !important;
    margin-bottom: 0 !important;
}
.nav-bar-inmaj ul, .nav-bar-inmaj .container{
    display: block;
}

.nav-bar-inmaj .container{
    margin-top: 0px;
    margin-bottom: 20px;
}
.nav-bar-inmaj li{
    margin: 0 5px;
}

.home-modules .panel-default:hover,
.home-modules .carousel-item .col-md-3 .card:hover{
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
}

.home-modules i.separator{
    width: 75%;
    border-bottom: 1px solid #CBDFEF;
    margin: auto;
    padding: 0 !important;
}

.fade.modal.in{
    display: block !important;
}
.form-group .help-block{
    display: block !important;
}
.modality{
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    background-color: #F2F2F2;
}
.modality.unselected{
    /*opacity:0.2 ;*/
    box-shadow: none;
    background-color: white;
}


.unselected:hover{
    opacity: 1;
}
.pointer{
    cursor: pointer;
}

.form-question{
    background-image: url("../img/user/perfil/question.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 170px;
    min-height: 120px;
    /*top: 50%;
    right: 15%;
    position: absolute;*/
    bottom: 0 !important;
    right: 0 !important;
    position: fixed !important;
    top: inherit !important;
    padding: 10px 20px;
}

.form-question input {
    border: 0 transparent;
    border-radius: 50px;
    padding: 3px 10px;
    max-width: 100%;
}



.nav-tabs > li > a.active,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:focus {
    background-color: rgba(255, 255, 255, 0.2) !important;
    transition: background-color .1s .2s !important;
}
.nav-tabs > li > a{
    border-radius: 0 !important;
    padding: 10px 25px !important;
}

.accordion>.card>.card-header,
.accordion>.card>.card-header>h5{
    margin: 0;
    padding: 0;
    border: 0 transparent;
    border-radius: 0;
    background: white;
}
.accordion>.card>.card-header>h5>button{
    margin: 0;
    background: white;
    box-shadow: none;
    color: black;
}
.accordion>.card{
    margin: 0;
    border: 0;
    border-radius: 0;
}

.

.tooltip_templates {
    display: none;
}


.field-user-id_gender .help-block{
    margin-top: -20px !important;
}
.tooltip_templates { display: none; }

.nav-main>li>a {
    padding: 10px 20px !important;
    margin: 0 !important;
}
.nav-list>li>a {
    margin-left: 50px !important;
}

ul.submenus>li>a{
    padding-right: 0 !important;
    margin-right: 0 !important;
    width: 120% !important;
}

.input-group-prepend .kv-date-remove:last-child{
    display: none;
}
.kv-date-picker:first-child,
.input-group-prepend:first-child{
    background: transparent;
    border: transparent;
    height: 0;
}

.alert.alert-error,.alert.alert-warning{
    background: #CBDFEF !important;
    color: black !important;
}

/*.user-form .field-user-username{*/
/*    margin-top: 10px !important;*/
/*}*/
.user-payout-form .btn-file, .user-payout-form .file-caption-name{
    margin-left: 10px !important;
}


@media (min-width: 1200px){
    .container {
        width: 80% !important;
    }
}
@media (max-width: 1200px){
    /*.nav-bar-inmaj, .navbar.navbar-inverse{*/
    /*    background-color: white !important;*/
    /*}*/
}
.section-title{
    font-size: 28px !important;
}

.main-custom{
    width:calc(100% - 260px);
}
@media (max-width: 992px){
    .main-custom{
        width:100% !important;
    }
    .panel-backend{
        width:100%!important;
    }
}
@media (min-width: 576px) and  (max-width: 767px){
    .btn-home {
        padding: 7px 5px;
        width: unset;
        font-size: 9pt;
        min-width: 100px;
        max-width: 80%;
    }
}
.doble-line{
    line-height: 11px;
    text-align: center;
    vertical-align: middle;
}
.single-line{
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
}
h3.single-line{
    line-height: 33px;
}
.navbar-header> a.navbar-brand{
    width: 200px;
    margin: 0;
    padding: 0;
    height: auto;
}

.nav-bar-inmaj .navbar-collapse .navbar-nav{
    /*margin-top: 20px*/
}

.nav-mobile-menu {
    display: block;
    overflow: hidden !important;
}
.nav-mobile-menu a,.nav-mobile-menu button  {
    color: white !important;
    font-weight: bold !important;
}
#tematic-areas .checkbox>label,#tematic-areas .checkbox .checkbox-material{
    display: flex;
}
.appMessages{
    padding: 0px 10%;
    font-size: 14px;
    font-family: Nunito;
    color:#3E566B!important;
}


@media (max-width: 500px){
    .appMessages{
        padding: 25px 10%;
    }
    .appMessagesTitle{
       font-size: 20px;
    }
    .nav li > form > button.logout {
        padding: 10px 27px;
        font-weight: bold!important;
        font-size: 14px;
        font-family: Roboto!important;
        text-transform: unset!important;
    }

    body>.wrap{
        background-image: none;
    }
    .nav-bar-inmaj{
        background-size: contain;
        padding: 0;
        margin: 0;
        /*background-color: white !important; no mostrar fondo balnco en mobile*/
    }
    .navbar-brand>img{
        width: 120px;
    }
    .modality-separator{
        max-width: 100% !important;
    }
    .modal .modal-dialog{
        margin-top: 40px !important;
    }
    .user-form > h1{
        font-size: 35px;
    }
    .wrap > .container{
        padding: 0;
    }
    .alert-cookie .material-icons{
        display: none !important;
    }
    .alert-cookie{
        padding: 5px !important;
    }

    .nav-tabs > li > a{
        padding: 10px 5px !important;
        padding-right: 20px !important;
        text-align: center !important;
    }
    .nav-tabs > li {
        max-width: 33.3% !important;
        overflow: hidden !important;
    }
    .modal-body{
        padding: 5px 20px !important;
    }
    .modal-body .form-group {
        margin: 10px 0 0 0 !important;
    }
}

.footer-col{
    display: block;
}
.footer-col a, .footer-col .logout{
    color: #FBFBFB !important;
    font-size: 15px !important;
    font-family: Nunito-Bold !important;
    text-transform: none;
    text-decoration: none !important;
    text-align: left;
    padding: 0;

    background: transparent !important;
    box-shadow: none !important;
    display: block;
    line-height: 3.2rem;
}
.footer-col .logout{
    display: contents !important;
}
.footer-col a:hover, .footer-col .logout:hover{
    font-family: "Nunito ExtraBold" !important;
    text-decoration: none !important;
}

.alert-cookie{
    min-width: 100% !important;
    margin: 0 !important;
    bottom: 0 !important;
}

@media(max-width:400px ){
    .alert-cookie{
        font-size: 15px!important;
    }
}
.sidebar .logo, .off-canvas-sidebar .logo{
    padding: 18px 15px !important;
}
.sidebar .logo:after, .off-canvas-sidebar .logo:after{
    width: 100% !important;
    height: 2px !important;
    right: 0 !important;
}

.video-form .progress{
    height: 30px !important;
    border-radius: 0 !important;
}
.video-form .progress span{
   /* font-family: "Nunito ExtraBold" !important;*/
}
.fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.file-caption.icon-visible .file-caption-name{
    padding-left: 22px !important;
}
.fileinput-remove{
    margin-right: 10px !important;
}
.panel-backend .sticky.modality-col{
    max-width: 70%;
    margin: auto;
}
.panel-backend .modality-container .modality-col{
    max-width: 35% !important;
}
.panel-backend .modality-container .modality-col-1{
    max-width: 25% !important;
}

.mdc-elevation--z1 {
    -webkit-box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}
.video_card{
    object-fit: cover;
    height: 150px;
}
.overflow_ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;

}

#certificates-collection .card .title {
    margin-top: 5px;
    margin-bottom: 5px;
}
#certificates-collection tr td:first-child{
    width: 90%;
}
#search-query .help-block{
    width: 200%;
}

/*Agregado para resolver problema de modal*/
.panel-backend{

    margin-top: 150px !important;
}
.row:before, .row:after{
    content:"" !important;
    display: inline-block !important;
}
.videoplayer{
    margin:auto;
    width:100%;
}
/*@media (max-width: 350px) {*/
/*    .videoplayer{*/
/*        width:100%;*/
/*        margin:auto;*/
/*    }*/

/*}*/
/*@media (min-width: 351px)  {*/
/*    .videoplayer{*/
/*        max-width:1000px;*/
/*        width: 75%;*/
/*        margin:auto;*/
/*    }*/

/*}*/
.video-responsive {
    position: relative;
    width: auto;

    padding-bottom: 50.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    max-height: 54vh;
    text-align: center;
    overflow: hidden;
}

.video-responsive iframe,

.video-responsive object,

.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31em;
}

@media (max-width: 400px ) {
    .title{
        font-size: 20px;
    }

}
.field-thematics{
    margin-top: 0px!important;
    margin-bottom: 15px!important;
}
.alert i[data-notify="icon"]{
    /*top:0.5em!important;*/
    margin-top: 0px!important;
}
@media (max-width: 768px ) {
    .alert i[data-notify="icon"]{
        top:1.5em!important;
    }

}
@media (min-width: 769px) and (max-width: 1116px ) {
    .alert i[data-notify="icon"]{
        top:1em!important;
    }

}
@media (min-width: 1117px)  {
    .alert i[data-notify="icon"]{
        top:0.5em!important;
        margin-top: 10px!important;
    }

}
.navbar{
    padding: 0px!important;

}

textarea{
    resize: both!important;
}
span>.select2-selection{
    height: 35px!important;
    font-size: 14px;
    color: #000;
    font-family: Arial!important;
}
.select2-container--krajee-bs4 .select2-selection--multiple {
    min-height: 2.30rem;
    height: auto!important;
}
.select2-container--krajee-bs4 .select2-selection--multiple .select2-search--inline .select2-search__field {
    min-height: 25px;
}
.tinymce-content p {
    padding: 0!important;
    margin: 0px 0!important;
}
.simposioButton{
    text-align: center;
    color: white;
    padding: 20px;
    border-radius: 20px;

    margin: 0px;
    margin-bottom: 10px;
    cursor: pointer;

}
@media (max-width: 493px ) {
    .simposioButton{
        height: 80px;
    }
}

.text-button-simposio{
    color: white;
    padding: 0px;

    font-weight: bold;
    margin: 0px;
}
.sticky_new{
    position: sticky;
    top: 0;
}
span.kv-datetime-picker{
   background-color: transparent;
    border: 0px;
}
.truncate{
    max-height: 50px;
    overflow: hidden;
}
.link{
    cursor: pointer;
}
.active_card>h4{
    color: #fff!important;
}
.sidebar .nav, .off-canvas-sidebar .nav{
    padding-bottom: 20px!important;
}
.sidebar-wrapper{
    padding-bottom: 20px;
}
.strSearch>.form-group{
    margin-top: 5px!important;
}
#micanvas{
    width: 1000px;
    height: 666.997px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
    border: 0px;
    opacity: 1;
}
.modal-content{
    max-height: 90vh!important;
}
.custom-login>form>div>input{
    color: black!important;
    padding-left: 10px!important;
    font-weight: bold;
    border-radius: 5px!important;
    background-image: unset!important;
    height: 30px;
    font-size: 12px;

}
.custom-login>form>.form-group{
    margin-top: 0px;
}
.custom-login>form>.form-group>input{
    margin-bottom: -4px;
}
.custom-login>form>.form-group>div{
    color: white!important;
}
.custom-login>form>div>input::placeholder{
    color: #8c8c8c!important;
    padding-left: 10px;
    font-weight: bold!important;
    font-size: 10px!important;

}
.custom-login>form>button{
    color: white!important;
    font-weight: bold!important;
    font-size: 10px!important;

}
@media (max-width: 576px) {
    .custom-login{
        display: none;
    }
    .login-form{
        display: unset;
    }
}
@media (min-width: 577px) {
    .custom-login{
        display: unset;
    }
    .login-form{
        display: none;
    }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}
.contenedor_padre{
    min-height: 70vh;
}
.rounded{
    border: 1px solid white;
    border-radius: 10px;
    padding: 5px 10px;
}
.form-group{
    margin-top:5px!important;
}
.control-label{
    margin-top:5px!important;
}