html,
body {
    background-color: #002633;
}

body.stop-transition #navbar_main {
    transition: none !important;
}

header {
    background-color: #002633;
}

.wrap {
    min-height: 80%;
    height: auto;
    margin: 0 auto -60px;
}

.container {
    max-width: 1110px !important;
}

@media (max-width: 1200px) {
    .container {
        max-width: 80% !important;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 80% !important;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.container-programa {
    padding: 0!important;
    margin-top: -4% !important;
    margin-bottom: -9% !important;
}

.footer {
    background-color: #002633 !important;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    position: fixed;
    bottom: 0;
}

.margin-gallery {
    height: 10rem;
}

.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;
}

.navbar{
    z-index: 1;
    min-height: 10vh;
}
footer{
    background-color: #002633;
    height: 10vh;
}
@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;
}
.nav-dark-txp{
    background-color: #212529 !important;
    min-width: 100% !important;
}
.nav-txp-assistants > li > a {
    color: #212529 !important;
    background-color: #e6e6e6 !important;
    border-color: #28292c !important;
}
.nav-txp-assistants > li > a:hover{
    color: #212529!important;
    background-color:  #e6e6e6 !important;
    border-color: #4c4b47 !important;
}

.nav-txp-assistants > li > a.active{
    color: #e6e6e6 !important;
    background-color: #002633 !important;
    border-color: #f8ffff !important;
}



.footer-txp{
    border: hidden;
    background-color: transparent;
    padding-bottom: 0rem !important;
}
.bg-txp-darkness{
    background-color: rgba(0, 0, 0, 0.4); !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.pulse-default {
    color: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 20px 5px rgba(245, 245, 245, .8);
    animation: pulse-default 2s infinite;
}
.pulse-default:hover {
    color: rgba(0, 0, 0, 1) !important;
}
@-webkit-keyframes pulse-default {
    0% {
        -webkit-box-shadow: 0px 0px 20px 5px rgba(245, 245, 245, .8);
        color: rgba(0, 0, 0, 1);
    }
    70% {
        -webkit-box-shadow: 0px 0px 20px 5px rgba(245, 245, 245, 0);
    }
    100% {
        -webkit-box-shadow: 0px 0px 20px 5px rgba(245, 245, 245, .8);
        color: rgba(0, 0, 0, 1);
    }
}
@keyframes pulse-default {
    0% {
        -moz-box-shadow: 0px 0px 20px 5px rgba(245, 245, 245, .8);
        box-shadow: 0px 0px 20px 5px rgba(245, 245, 245, .8);
        color: rgba(0, 0, 0, 1);
    }
    70% {
        -moz-box-shadow: 0px 0px 20px 5px rgba(245, 245, 245, 0);
        box-shadow: 0px 0px 20px 5px rgba(245, 245, 245, 0);
    }
    100% {
        -moz-box-shadow: 0px 0px 20px 5px rgba(245, 245, 245, .8);
        box-shadow: 0px 0px 20px 5px rgba(245, 245, 245, .8);
        color: rgba(0, 0, 0, 1);
    }
}

.inactive-asisstant{

}

.btn-txp{
    background: #002633;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.btn-txp:hover{
    background: #FFFFFF;
    border-color: #000000;
    color: #002633;
}

.btn-txp-session{
    background: #002633;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-txp-session:hover{
    background: #ffffff;
    border-color: #000000;
    color: #000000;
}

.btn-txp-group{
    background: #002633;
    border-color: #FFFFFF;
    color: #FFFFFF;
    border-width: 2px;
}

.btn-txp-group:hover{
    background: #FFFFFF;
    border-color: white;
    color: black;
}

.dropdown-menu{
    margin: 0px;
    padding: 0rem;
}
.dp-dark{
    background-color: black;
    border: 1px solid white;
}
.navbarElement:hover{
    background-color: white;
    color: black !important;
}
.navbarElement{
    color: white !important;
}
.navbar-white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-brand{
    margin-right: 0px;
}
.footerSection{
    border-top: 0.5px solid #ffffff4f;
}
.div-patrocinadores {
    background-color: #002633 !important;
}
.custom-control-label::before{
    position: unset !important;
    display: unset !important;
    background-color: #fff0 !important;
    border: #fff0 !important;
}
#imagePromo img{
    @media only screen and (min-width: 851px) {
        max-height: 700px;
    }
    @media only screen and (max-width:850px) {
        max-height: 600px;
    }
}

galeria-fotos:hover{
    color: white !important;
}
galeria-fotos:hover{
    color: black !important;
}

body.offcanvas-active {
    overflow: hidden;
}
.navbar-TechXPO {
    background-color: #002633 !important;
    box-shadow: -1px 4px 15px #0000006e;
    position: sticky;
    margin-bottom: 10px;
}
.offcanvas-header {
    display: none;
}
.screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
    transition: opacity 0.5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

@media all and (max-width: 1199px) {
    .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
        background-color: #002633 !important;
    }

    html:lang(ar) .mobile-offcanvas {
        transform: translateX(100%);
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }

    .nav-cont {
        display: block !important;
        padding-right: auto !important;
        padding-left: auto !important;
    }

    .navbar2 {
        box-shadow: 0px 3px 17px #00000047;
    }
    #navbar_main {
        box-shadow: 0px 3px 17px #00000047;
    }
    .dropdown-menu {
        border: none;
    }
    .nav-item {
        border-bottom: 1px solid #eaeaea;
    }
    .drop-menu-galeria{
        position: absolute !important;
    }
}
.navbar-light .navbar-toggler {
    border-color: white !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.techxpo-color{
    background-color: #002633;
    border: 1px solid white;
}
@media (max-width: 1201px) {
    #navbar_btn{
        display: block !important;
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }
}

.iframe {
    border: none;
    width: 100%;
    max-width: 100%;
}

.alert .close > svg {
    opacity: 0.7;
}

.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;

    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

.preloader-background.fluid {
    position: absolute !important;
}

.preloader-message{
    font-size: x-large;
    color: white;
    font-weight: 500;
    text-align: center;
    margin-left: 8px;
}