﻿@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
.login-block{
    background: #3a34a3;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #8e8cff, #325ab8);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #8e8cff, #325ab8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
float:left;
width:100%;
padding : 50px 0;
}
.banner-sec{background:url(http://localhost/quitor/Img-index/fondoabril.jpg)  no-repeat left bottom; background-size:cover; min-width:200px;min-height:400px; border-radius: 0 10px 10px 0;}
.container{background:#fff; border-radius: 10px; box-shadow:15px 20px 0px rgba(0,0,0,0.1);}
.login-sec{padding: 50px 30px; position:relative;}
.login-sec .copy-text{position:absolute; width:80%; bottom:20px; font-size:13px; text-align:center;}
.login-sec .copy-text i{color:#361899;}
.login-sec .copy-text a{color:#374e99;}
.login-sec h2{margin-bottom:30px; font-weight:800; font-size:30px; color: #5227a8;}
.login-sec h2:after{content:" "; width:100px; height:5px; background:#8ac5f2; display:block; margin-top:20px; border-radius:3px; margin-left:auto;margin-right:auto}
.btn-login{background: #1d69db; color:#fff; font-weight:600;}
.banner-text{width:70%; position:absolute; bottom:40px; padding-left:20px;}
.banner-text h2{color:#fff; font-weight:600;}
.banner-text h2:after{content:" "; width:100px; height:5px; background:#FFF; display:block; margin-top:20px; border-radius:3px;}
.banner-text p{color:#fff;}

.Menu
{  

}

.Menu ul
{  
    background:#7795BD;
}

.Menu ul li
{
    background:#7795BD url(menu_bg.gif) repeat-x;
    text-align:center;
    /* set width if needed.*/
    width:200px;
}

.Menu ul li a
{
    color: black;
    padding: 4px 2px 4px;
    padding-left:8px !important;
    border:1px solid #648ABD;
    border-bottom: 0;
}

.Menu ul li a:hover
{
    background-image: none;
}

.Menu ul li a:hover
{
    color: White;
}

.Menu ul li a
{
    color: White;
}
.SomeMenuClass { color:Green; }

.SomeMenuClass a.static.highlighted { color:Red !important; }

.SomeMenuClass a.static.selected { color:Blue !important; }

#NavigationMenu a.static.highlighted { background-color:Red; }
#NavigationMenu a.static.selected { background-color:Blue; text-decoration:none; }

a.selected.static { background-color: #f5f5f5 !important; border-top: Red 1px solid !important; border-left: Red 1px solid !important; border-right: Red 1px solid !important; }

