#createSession > div,
#expandedSlotSessionInfo, 
#expiredSlotSessionInfo, 
#sessionExpiringInfo, 
#autoexcluded {
	margin: 0 auto;
	padding: 5px;
}
#slotsSessionDIV {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #000;
}

#createSessionDiv, 
#expandedSlotSessionInfoDiv {
	max-height: 84%;  
	overflow: auto;
}

iframe, 
iframe > iframe {
	border: 0;
}

#slotsSessionDIV+iframe{
    height: calc(100vh - 20px) !important;
	position: absolute;
	top: 20px;
	width: 100%;
	margin-top: 0 !important;
}

#nyxmachineMobile {
	height: calc(100vh - 20px);
	position: absolute;
	top: 20px;
	width: 100%;
}

#slotSessionInfo {
    background-color: rgba(0,0,0,.6);
    padding: 2px 0;
    width: 100%;
}

#slotSessionInfo > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

#slotSessionInfo > div a {
    color: #FFF;
    display: block;
    font-size: .7rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

#expandedSlotSessionInfo, 
#expiredSlotSessionInfo, 
#sessionExpiringInfo, 
#autoexcluded {
    display: none;
    z-index: 5000;
}

#createSession {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 5000;
}
	
#createSession > div {
    height: 94vh;
    overflow-y: auto;
}

#createSession .error {
    color: #F80000;
    font-weight: bold;
    margin: 10px 0;
}

#exclusionLimitDiv {
    display: none;
}

.bigger span.option {
	width: 30%;
}

.smaller span.option {
	width: 23%;
}

.ui-segment {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ui-segment span.option.active,
.ui-segment span.option:hover{
	background-color: #FF6600;
	color: #FFF;
}

.ui-segment span.option {
    border: 1px solid #FF6600;
    border-radius: 4px;
    color: #FF6600;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
    font-weight: bold;
    margin: 1%;
	padding: 2px 0;
    text-align: center;
    text-transform: uppercase;
}

.segment-select {
	display: none;
}

.transicion {
    transition: all 1s ease;
}

.btn-secundario {
    background-color: #40B840;    
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 10px 0;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
}

.btn-secundario:hover {
    opacity: 0.8;
}

h2,
h3,
p,
a {
    font-family: 'Open Sans', sans-serif;
}

h2 {
    color: #333;
    font-size: 1.3rem;
    font-weight: 900;
    text-transform: uppercase;
}

h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 10px 0;
}

p,
a {
    color: #666;
    font-size: 1rem;
}

a::after,
a::before {
    content: "";
    height: 10px;
}

input[type="text"] {
    border: 0;
    border-bottom: 1px solid #757575;
    color: #212121;
    font-size: 1rem;
    padding: 5px;
    width: 100%;
}

.centrado {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}


@media all and (max-width: 1023px) {
    
    .nombred {
        display: none;
    }
    
    .nombrem {
        display: contents;
    }
    
    #exclusionLimitDiv span {
        display: block;
        float: none;
    }    
    
}

@media all and (min-width: 1024px) {

#expiredSlotSessionInfo > .smallmodal div:nth-child(2){
	top: 12vh;
}

    
    .nombred {
        display: contents;
    }    
    
    .nombrem {
        display: none;
    }    
    
    #exclusionLimitDiv span {
        display: inline-block;
        float: left;
    }      

body > iframe {
	border: 0;
}

    
}