.column-modal-alert .ma-region{
	margin-bottom: 0;
}

.modal, .modal-overlay {
    position: relative !important;
    left: 0;
    display: none;
    right: 0;
}

#modalAlert*{
	margin: 0px;
	padding: 0px;
}

#modalAlert:not(.loading) {
    /* width: 30%; */
    /*max-width: 70%;*/
    min-width: 20em;
    background: #3451e8 !important;
    overflow: hidden;
    overflow-y: auto;
    max-height: 90%;
}

#modalAlert .modal-content {
    margin: 2.2em 0em 0em 0em;
    width: 100%;
    padding: 0em !important;
}

#modalAlert .content-description {
    align-items: center;
    font-size: 1em;
    text-align: center;
    color: #C2CBF8;
    margin: auto;
    min-height: 5em;
    padding: 1em 10% 0 10%;
    overflow-y: auto;
    font-family: 'Lato-Heavy';
}

#modalAlert .modal-message {
    display: flex;
    width: 100% !important;
    text-align: center;
    line-height: 2em;		
}

#modalAlert .message {
    margin: auto;
    font-family: 'Lato-Black';
    color: #C2CBF8;
    font-size: 1.2rem;
}

#modalAlert .modal-message.error {
    background-color: #fce1e8;
}

#modalAlert .modal-message.info{
	background-color: transparent;
    border-bottom: solid #C2CBF8 1px;
    width: 80% !important;
    margin: auto;
}

#modalAlert .modal-message.warning{
	background-color: #ffec3d4d;
}

#modalAlert .modal-message.choice {
    background-color: #00FFA7;
}

#modalAlert .message i {
    padding: 0 0.5em;
    line-height: 2em;
	display: none;
}

#modalAlert .modal-message.error .fa-exclamation-triangle-o {
    color: #fe386d;
}

#modalAlert .modal-message.warning .fa-exclamation-triangle-o{
	color: #ffeb3b;
}	

#modalAlert .fa-exclamation-circle-o {
    color: #3451e8;
}

#modalAlert .fa-question-circle-o {
    color: #3c9b00;
}

#modalAlert .modal-message.warning .fa-exclamation-triangle-o
,#modalAlert .modal-message.error .fa-exclamation-triangle-o {
    display: unset;
}

#modalAlert .modal-message.info .fa-exclamation-circle-o {
    display: unset;
}

#modalAlert .modal-message.choice .fa-question-circle-o {
    display: unset;
}

#modalAlert .modal-buttons {
/*
    position: absolute;
    bottom: 2em;
*/
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 1em auto;
}

#modalAlert .modal-buttons a {
    line-height: 2em !important;
	color: #3451e8 !important;
}

#modalAlert .modal-close, #modalAlert .modal-choice {
    background-color: #ffffff !important;
    color: #3451e8 !important;
}

#modalAlert a.close-modal{
    background-image: unset !important;
    width: 0;
    height: 0;
    text-indent: unset;
}

#modalAlert a.close-modal:before {
    position: absolute;
    top: 2em;
    right: 2em;
    display: block;
    padding: 0.05em;
    color: white !important;
    font-weight: 100;
    font-size: .8em;
}
