﻿.modal-header {
    cursor: move;
        
    border:none;
}

.modalu {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 400; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    padding: 0 !important;
    overflow: hidden;
}

    .modalu:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

.fondomodal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    width: 100%;
    height: 100%;
}

.modal-dialogu {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    border: 1px solid #f66d27;
    border-radius: 4px;
    /*min-width: 410px;*/
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header {
    padding: 11px 11px 0 11px;
    /*border-bottom: 3px solid #f66d27;*/
}

.modal-footer {
    padding: 1px 15px 15px;
    margin-top: 1px;
    text-align: left;
    border-top: 0px solid #e5e5e5;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.btn-default:active {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
    background: #2f619a;
    border: 1px solid #3e77b6;
    color: #fff;
}

.anchoCEA {
    width: 95%;
}

.modal-body {
    max-height: 200px;
    overflow: auto;
}

@media (min-width: 1200px) {
    .anchoCEA {
        width: 80%;
    }

    .modal-body {
        max-height: 550px;
    }
}

.AlineadoCentro {
    text-align: center;
}

.fechas {
    width: 150px;
}

hr {
    border-top-color: #3277b2;
}

.foscuro {
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding: 0 !important;
}

    .foscuro:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

.contespera {
    position: relative;
    margin: auto;
    padding: 0;
    max-width: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 2.5em;
    font-family: 'Gill Sans MT';
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-header h4{
    font-size:1.1em;
    margin-bottom:0;
    font-weight:bold;
}
.modal-body{
    padding:15px;
    font-size:1em;
    font-family:sans-serif;
    color:rgba(0, 0, 0, 0.7)
}

.modal-title {
    color: #f66d27;
}

.bg-primary {
    background-color: #ca571d;
}

.bg-primary {
    color: #fff;
    /*background-color: #337ab7;*/
}

.rdx-separator-outer {
    overflow: hidden;
}

.rdx-separator.style-liner {
    width: 20px;
}

.rdx-separator {
    display: inline-block;
    height: 3px;
    /*width: 50px;*/
    margin-bottom: 10px;
    position: relative;
}

.rdx-separator[class*="style-"]:after {
    content: "";
    position: absolute;
    /*top: 50%;*/
    right: 30px;
    width: 100px;
    height: 1px;
    background: rgba(0,0,0,.2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rdx-separator[class*="style-"]:before {
    content: "";
    position: absolute;
    /*top: 50%;*/
    left: 30px;
    width: 70px;
    height: 1px;
    background: rgba(0,0,0,.2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rdx-separator[class*="style-"]:after {
    left: auto;
    right: 30px;
}

.BtnOK {
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 1px solid #f66d27;
    color: #FFFFFF;
    transition: all 0.3s linear;
    background-color: #f66d27;
    background-color: #f88e1d;
    text-decoration: none;
}

    .BtnOK:hover {
        background-color: #fa9a34;
        color: #FFFFFF;
        cursor: pointer;
    }

.BtnCancel {
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 1px solid #f66d27;
    color: #FFFFFF;
    transition: all 0.3s linear;
    background-color: #dc8221;
    text-decoration: none;
}

    .BtnCancel:hover {
        background-color: #f88e1d;
        color: #FFFFFF;
        cursor: pointer;
    }

.BtnBuscar {
    width: 100%;
    /*height: 50px;*/
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 1px solid #f66d27;
    color: #FFFFFF;
    transition: all 0.3s linear;
    background-color: #f66d27;
    background-color: #f88e1d;
    text-decoration: none;
}

    .BtnBuscar:hover {
        background-color: #fa9a34;
        color: #FFFFFF;
        cursor: pointer;
    }