
/* 
    Created on : 08-jul-2020, 7:31:31
    Author     : alfonsochang
*/

*{
    margin: 0px;
    padding: 0px;
    /*font-size: 10px;*/
    /*color: white;*/
    box-sizing: border-box;
    font-family: 'Popins', sans-serif;
    
}
/*
body{
    background: #f2f2f2;
}*/

nav{
    /*background: rgba(61, 158, 203);*/
    /*background: #1b1b1b;*/
    /*background: rgba(25,25,112);*/
    /*background:#227edc;*/
    background:#198bba;
    /*background:#0096ce;*/
}

.nav{
    /*background: #1b1b1b;*/
    /*background: rgba(25,25,112);*/
    /*background:#227edc;*/
    background:#198bba;
    /*background:#0096ce;*/
    /*background:#e24315;*/
}


nav .logo{
    float: right;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    padding-right: 10px;
    /*padding-top: 10px;*/
    /*display: none;*/
}
nav .salir {
    float: right;
    margin-right: 10px;
}


nav:after{
    content: '';
    clear: both;
    display: table;
}

nav ul{
    float: left;
    list-style: none;
    margin-right: 60px;
    position: relative;
    margin-bottom: 0px;
}

.ul{
    float: left;
    list-style: none;
    margin-right: 60px;
    position: relative;
    margin-bottom: 0px;
}

nav ul li {
    float: left;
    display: inline-block;
    /*background: rgba(61, 158, 203);*/
    
    /*background: rgba(25,25,112);*/
    /*background:#227edc;*/
    background:#198bba;
    /*background: #1b1b1b;*/
    /*margin-top: 10px;*/
    /*margin-bottom: 0px;*/
    margin: 5px 2px;
    padding-bottom: 0px;
    padding-top: 0px;
}

nav ul li a{
    color: white;
    text-decoration: none;
    line-height: 50px;
    font-size: 18px;
    /*padding: 20px 15px;*/
    padding: 12px 5px;
}

nav ul li a:hover{
    color: cyan;
    /*font-size: 15px;*/
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 0 5px #33ffff,
                0 0 5px #66ffff;
}


nav ul li label{
    color: white;
    text-decoration: none;
    line-height: 50px;
    font-size: 18px;
    padding: 20px 15px;
}

nav ul li label:hover{
    color: cyan;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 0 5px #33ffff,
                0 0 5px #66ffff;
}


nav ul ul li a:hover{
    /*color: cyan;*/
    box-shadow: none;
}

nav ul ul {
    position: absolute;
    /*top: 50px;*/
    top: 25px;
    border-top: 3px solid cyan;
    opacity: 0;
    visibility: hidden;
    transition: top .3s;
}
nav ul ul ul {
    border-top:none;
}

nav ul li:hover > ul{
    /*top: 60px;*/
    top: 40px;
    opacity: 5;
    visibility: visible;
}

nav ul ul li{
    position: relative;
    margin: 0px;
    
    width: 150px;
    float: none;
    display: list-item;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

nav ul ul li a{
    /*line-height: 40px;*/
    line-height: 30px;
}

nav ul ul ul li{
    position: realtive;
    /*top: -60px;*/
    top: -40px;
    left: 150px;
}

.fa-plus {
    margin-left: 20px;
    font-size: 15px;
}

.show{
    visibility: hidden;
    display: none important;
}

@media all and (max-width:968px) {

    nav .logo {
        float: right;
        /*width: 100%;*/
    }
}


/*-----------------------   New Citas   -----------------------*/

.citaBox{
    position: absolute;
    margin-top: 200px;
    border-radius: 5%;
    /*top: 50%; */
    padding: 10px 40px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 450px;
    height: 520px;
    box-sizing: border-box;
    background: rgba(128,128,128,.2);
}

.citaBox input{
    width: 100%;
    margin-bottom: 20px;
}

.citaBox input[type="text"],
.citaBox input[type="password"]{
    border: none;
    border-bottom: 1px solid ;
    color: black;
    /*background: transparent;*/
    /*outline: none;*/
    height: 40px;
    font-size: 16px;
}


/*-----------------------   New Usuario   -----------------------*/

.userBox{
    position: absolute;
    margin-top: 200px;
    border-radius: 5%;
    /*top: 50%; */
    padding: 10px 40px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 450px;
    height: 520px;
    box-sizing: border-box;
    background: rgba(128,128,128,.2);
}

.userBox input{
    width: 100%;
    margin-bottom: 20px;
}

.userBox input[type="text"],
.userBox input[type="password"]{
    border: none;
    border-bottom: 1px solid ;
    color: black;
    /*background: transparent;*/
    /*outline: none;*/
    height: 40px;
    font-size: 16px;
}



/*-----------------------   Cambio Contraseña   -----------------------*/

.cambioBox {
    position: absolute;
    margin-top: 10px;
    border-radius: 5%;
    /*top: 50%; */
    padding: 10px 40px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 550px;
    height: 400px;
    box-sizing: border-box;
    background: rgba(128,128,128,.9);
}

.cambioBox input{
    width: 100%;
    margin-bottom: 20px;
    
}

.cambioBox input[type="text"],
.cambioBox input[type="password"]{
    border: none;
    border-bottom: 1px solid ;
    color: black;
    /*background: transparent;*/
    /*outline: none;*/
    height: 40px;
    font-size: 16px;
}


/*-----------------------   Estado Citas   -----------------------*/

.estadoBox {
    position: absolute;
    margin-top: 10px;
    border-radius: 5%;
    /*top: 50%; */
    padding: 10px 40px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 550px;
    height: 80px;
    box-sizing: border-box;
    background: rgba(128,128,128,.9);
}

.estadoBox input[type="text"],
.estadoBox input[type="password"]{
    border: none;
    border-bottom: 1px solid ;
    color: black;
    /*background: transparent;*/
    /*outline: none;*/
    height: 40px;
    font-size: 16px;
}