﻿.md-title{
    font-size: 1.4rem;
    margin: -0.7rem 0 0.656rem;
}
.md-message{
    vertical-align:8px;
}
.md-icono{
    cursor:default;
}
.md-succes{
    color:#008000 !important;
}
.md-warning{
    color:#FF8C00 !important;
}
.md-danger{
    color:#D50000 !important;
}
.md-question{
    color:#006AC8 !important;
}
.md-btn-success{
    float: right !important;
    color:white;
    background-color: #39843C !important;
}
.md-btn-danger{
    float:left !important;
    color:white;
    background-color: #BB0104 !important;
}
.md-header{
    width:100%;
    height:30px; 
    background-color:#FF8C00 !important;
}
.md-content{
    height: calc(100% - 86px) !important;
}

.size-modal-gen{
    width:30% !important;
     max-height:40% !important;
}

.size-modal{
    width:30% !important;
}


@media screen and (max-width: 900px) {
   .size-modal{
    width:60% !important;
}
   .size-modal-gen{
    width:40% !important;
     max-height:45% !important;
}

}

@media screen and (max-width: 700px) {

   .size-modal-gen{
    width:50% !important;
     max-height:45% !important;
}

}

@media screen and (max-width: 600px) {
    .size-modal {
        width: 70% !important;
        max-height:500px !important;
    }

       .size-modal-gen{
    width:80% !important;
     max-height:45% !important;
}
}


