﻿@font-face {
    font-family: 'open_sanslight';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 

.containDialog{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-family: 'open_sanslight';
    background-color: rgba(0,0,0,0.9);
    z-index: 9999;
}
.containDialog .boxDialogue{
    position: absolute;
    width: 40%;
    height: auto;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 7px;
    background-color: rgba(255,255,255,0.9);
    padding: 20px 10px 0px; 
    /*padding-top: 20px;*/
}
.containDialog .boxClose{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	z-index: 9999;
	background-image: url('../img/closeBlack.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.containDialog .boxTxtDialogue{
    position: relative;
    display: block;
    word-wrap: break-word;
    width: 90%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    top: 1%;
    font-size: 18px;
    font-family: 'open_sanslight';
	color: #000;
	text-align: center;
}
.containDialog .boxBtns{
	position: relative;
    margin-top: 20px;
    width: 100%;
    height: 40px;
    border-top: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}
.containDialog .btnsDialog{
    width: 40%;
    height: auto;
    padding: 5px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0% 2%;;
    font-size: 16px;
    font-family: 'open_sanslight';
	color: #0054f2;
	text-align: center;
    cursor: pointer;
}

.containDialog .ItemList {
    position: relative;
    width: 90%;
    margin-left: 5%;
    margin-top: 2%;  
    cursor: pointer;
    padding: 5px 5px;
    margin: 5px;
    background: #00ab96;
    color:#000;
    border-radius: 4px;
}


.containDialog .ItemList:hover{
    background-color: rgba(0,0,0,0.6);
    color:#ffffff;
}

.containDialog .ItemListSelecc {
    border-radius: 10px;    
    cursor: pointer;
    padding: 5px 5%;
    margin: 5px;
    background: rgba(234, 221, 55, 0.7);
    color:#000;
}

.containDialog .contenedorLista {
    position: relative;
    box-sizing: border-box;
    font-size: 14px;    
    width: 90%;
    height: 60%;
    overflow: auto;
    margin-top: 4%;
    margin-left: 5%;
    border: 1px solid rgba(0,0,0,0.3);
}
