/* 
    Created on : 18-ene-2015, 21:01:20
    Author     : Cristian
*/

body {
    background-color: #e3e3e3;
}

hr {
    background-color: #6262e9;
    height: 3px;
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
}
h3 {
    margin-left: 10px;
    text-align: center;
}

.navbar-default {    
    -webkit-box-shadow: 0px 14px 22px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 14px 22px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 10px 4px rgba(0,0,0,0.75);
}

.companyName {
    margin-left: 10px;
    display: inline-block;
    margin-top: 25px;
}

.phones {
    position: fixed;
    right: 10px;
    top: -5px;
    color: #6262e9;
}

.navbar-nav li a:link, .navbar-nav li a, .navbar-nav li span{
    color: #ffffff !important;
    padding: 9px;
    width: 100px;
    text-align: center;
}

.navbar-nav li a:hover {
    color: white !important;
    background-color: #202020 !important;
}

.info {
    padding: 10px;
    border: 1px solid black;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.divForm {
    border: 1px solid #202020;
    padding: 40px; 
    margin-left: 40px; 
    margin-right: 40px;
    margin-bottom: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.timeTableBlack {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1110;
    position: fixed;
    top: 0px;
    left: 0px;
}

.timeTableContainer {
    width: 35%;
    z-index: 1120;
    background-color: #e3e3e3;
    height: 280px;
    -webkit-box-shadow: 0px 0px 22px 6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px 6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 22px 6px rgba(0,0,0,0.75);
    padding: 12px;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.closeIcon:visited, .closeIcon:link{
    margin-top: -5px;
    margin-right: 5px;
    color: #e96161;
    text-decoration: none;
    padding: 5px;
    float: right;
}
.closeIcon:hover {
    color: #e94343;
    text-decoration: none;
}