/*==============================================================*/
/*	CSS for Alert Dialogs Plugin, by http://www.aktien.com.mx/	*/
/*==============================================================*/

#popup_overlay{
	background: rgba(255, 255, 255, 0.9)!important;
    /*z-index: 99999!important;*/
    opacity: 1!important;
}
#popup_container {
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 400px; /* Dialog will wrap after this width */
	/*background: #000;*/
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    top: 250px !important;
    padding:0 20px 50px!important
}

.popupConfirm {
    background: #00b6d8!important;
    padding: 1rem 0rem !important;
}

.popupConfirmBtnContainer {
	text-align: center !important;
    width: 100% !important;
    position: relative!important;
	right: 0!important;
}
.popupConfirmBtnContainer input[type="button"]{
	text-indent: 0!important;
	margin: 10px 0;
}
.popupConfirmOk {
    background: #fff!important;
    padding: .5rem 1rem;
    border-radius: 5px;
    color: #241F35!important;
    font-weight: bold!important;
	transition: all 0.4s ease-in-out;
}
.popupConfirmCancel:hover,
.popupConfirmOk:hover{
	background:#eae9eb!important;
}
.popupConfirmCancel {
	background: #fff!important;
    padding: .5rem 1rem;
    border-radius: 5px;
    color: #241F35!important;
    font-weight: bold!important;
	transition: all 0.4s ease-in-out;
}

.popupConfirm #popup_title{
    color:#000!important;
}

.popupAlert {
    background: rgb(52 41 115)!important;
}

.popupWarning {
	background: #0c0246!important;
}

.popupError {
    background: #c11322!important;
}

#popup_title,
.popupAlert h1,
.popupAlert #popup_message,
.popupWarning h1,
.popupWarning #popup_message,
.popupError h1,
.popupError #popup_message
{
    color:#fff!important;
}

#ContentPlaceHolder1_pnlTelefonos,
.delegaciones,
#ContentPlaceHolder1_pnlAsignaturas
 {
    width:100%;
    float:left;
    position:relative;
}
#popup_title {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    line-height: 1.75em;
    padding: .3em 1em;
    color: #00A9C1;
    cursor: default;
    margin: 0em;
    width: 100%;
    float: left;
    text-transform: uppercase;
    text-align: left;
    padding-top: 30px!important;
}

#popup_panel {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.75em;
    padding: 10px 0;
    color: white;
    cursor: default;
    margin: 0em;
    width: 35px;
    float: right;
    position: absolute;
    top: 10px;
	right: 10px;
}

#popup_panel input[type="button"] {
    background-image: url(/Images/closePopUp.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 17px;
    font-weight: normal;
    outline: none;
	width: 100%;
}

#popup_message {
    float: left;
    width: 100%;
    text-align: center;
    padding: 1em 1em;
    color: #333;
	word-break: break-word;
}

#popup_prompt {
	margin: .5em 0em;
}
/******************************/
/***        LOADING        ***/
/******************************/

#Cont_Loading
{
    position: fixed; 
    text-align: center; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    right: 0; 
    left: 0; 
    z-index: 9999999; 
    background-color: #000000; 
    opacity: 0.7;
}
#img_loading , #ContentPlaceHolderDefault_Contenido_img_loading
{
    width:50px;
    position: fixed;
    top: 50%;
    left: 50%;
}

#aipm-process {
    background-color: rgba(136, 136, 136, 0.66);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
}

#aipm-process-p {
    width: 300px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -150px;
    position: fixed;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: black;
}

#aipm-process img {
    width: 500px;
    /* height: 150px; */
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -250px;
    position: fixed;
}
