﻿.Campolbigatario {
    color: Red;
    font-weight: bold;
}

.progress {
    height: 2px;
}

.border-left-primary {
    border-left: .28rem solid #4680FF !important;
}

.border-left-danger {
    border-left: .28rem solid #C8231F !important;
}

.border-left-warning {
    border-left: .28rem solid #FFC107 !important;
}

.WM-IconTitle {
    background-color: #4680FF;
    color: white;
}

.WM-border {
    border: 1px solid;
    border-color: #4680FF;
    padding: 1rem;
}

.WM-border-bottom-primary {
    border-bottom: 1px solid;
    border-bottom-color: #4680FF;
}

.WM-border-top-primary {
    border-top: 1px solid;
    border-top-color: #4680FF;
}

.WM-border-left-primary {
    border-left: 1px solid;
    border-left-color: #4680FF;
}

.WM-border-left-primary-tando {
    border-left: 1px solid;
    border-left-color: #404173;
}

td.details-control {
    background: url('../../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../../images/details_close.png') no-repeat center center;
}

.WM-Mayusculas {
    text-transform: uppercase;
}

.WM-Switchstxt {
    border-radius: 2rem;
    padding-right: .8rem;
    padding-left: .8rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.WM-IconTrash {
    color: red;
    cursor: pointer;
}

.WM-pointer {
    cursor:pointer;
}

.WM-SelecctionTable {
    background-color: #4680ff;
}

.accordion  {
    background-color: whitesmoke;
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}


thead {
    /*background: rgba(190,204,232,1);
    background: -moz-linear-gradient(top, rgba(190,204,232,1) 0%, rgba(245,240,245,1) 50%, rgba(245,240,245,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(190,204,232,1)), color-stop(50%, rgba(245,240,245,1)), color-stop(100%, rgba(245,240,245,1)));
    background: -webkit-linear-gradient(top, rgba(190,204,232,1) 0%, rgba(245,240,245,1) 50%, rgba(245,240,245,1) 100%);
    background: -o-linear-gradient(top, rgba(190,204,232,1) 0%, rgba(245,240,245,1) 50%, rgba(245,240,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(190,204,232,1) 0%, rgba(245,240,245,1) 50%, rgba(245,240,245,1) 100%);
    background: linear-gradient(to bottom, rgba(190,204,232,1) 0%, rgba(245,240,245,1) 50%, rgba(245,240,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#becce8', endColorstr='#f5f0f5', GradientType=0 );*/
    /*background: rgba(190,204,232,1);
    background: -moz-linear-gradient(top, rgba(190,204,232,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(190,204,232,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(190,204,232,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(190,204,232,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(190,204,232,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(190,204,232,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#becce8', endColorstr='#ffffff', GradientType=0 );
}*/
}

#FormRegister input[type=email], #FormRegister input[type=password], #FormRegister input[type=text], #FormRegister input[type=tel], #FormRegister select { /* [EGP07092022] */
    height: 35px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #9219ac;
    color: #000;
    font-weight: 100;
    /*background-position: 10px center;*/
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 2s;
    transition: all 0.2s;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Inicio [EGP15072022] */
#FormRegister textarea {
    margin-bottom: 10px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #9219ac;
    color: #000;
    font-weight: 100;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 2s;
    transition: all 0.2s;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* Fin [EGP15072022] */ 

.WM-Select {
    height: 35px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #9219ac;
    color: #000;
    font-weight: 100;
    
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 2s;
    transition: all 0.2s;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    #FormRegister input[type=email]:focus, #FormRegister input[type=password]:focus, #FormRegister input[type=text]:focus, #FormRegister input[type=tel]:focus, .WM-Select:focus, #FormRegister textarea[type=text]:focus /* [EGP15072022] */ {
        border-bottom: 1px solid #9219ac;
        box-shadow: 0 -1px 0 0 #E793F9 inset;
        background-color: #EAAEF7;
        border-radius: 6px;
    }


.WM-IconTitle-msm {
    background: linear-gradient(to top left, #2c4a52, #8ca986); /* Azul Refugio a Silencio Tierra */

    color: white;
}

.MSM_color {
    color: #2c4a52
}