﻿#container {
    min-width: 1000px;
}
.Busimg {
    position: relative;
    top: 5px;
    left: 8px;     
}

.Bus {
    padding-left: 10px;
    height: 17px;
    font-size: 14px;
    border: none;
    width: 180px;
    position: relative;
    top: 1px;
    left: 8px;
    vertical-align:middle;
    /*border-radius: 6px;*/
    font-family: Arial !important;
    font-weight: 100 !important;
}

.panel {
    width: 80%;
    min-width: 80%;
    margin: 0 auto;
    border-radius: 7px;
    background-color: #bbbbbb;
    /*height: 60%;*/
}

@media (max-width: 700px) {
    .panel {
        width: 90%;
    }
}

.panel-heading {
    text-align: center;
    font-weight: bold;
    color: #022366;
    /*margin: 10px;*/ 
    padding: 12px;
    font-size: 18px;
    height:40px;
}

.panel-body {
    background-color: #efefef;
    color: #000;
    /*height: 75%;*/
}

.table {
    width: 100%;
}

thead {
    color:#222 !important;
}



td a {
    color: #444 !important;
    font-weight: normal !important;
}

.button {
    background: -webkit-linear-gradient(top, #222, #999) !important;
    background: -moz-linear-gradient(top, #222, #999) !important;
    background: -ms-linear-gradient(top, #222, #999) !important;
    background: linear-gradient(to top, #022366, #15508c) !important;
    display: inline-block;
    margin: 0 0 4px 40%;
    padding: 7px 20px 7px;
    color: #FFFFFF !important;
    font: 400 14px 'Droid Sans';
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    /*-webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;*/
}

    .button:hover {
        cursor: pointer;
        /*border: 1px solid #fff;*/
        background: -webkit-linear-gradient(top, #656565, #444) !important;
        background: -moz-linear-gradient(top, #656565, #444) !important;
        background: -ms-linear-gradient(top, #656565, #444) !important;
        background: linear-gradient(to top, #15508c, #022366) !important;
        -webkit-box-shadow: inset 0 1px 0 #ffffff, inset 0 0 0 1px #ffffff, 0 1px 6px #24a8e5;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255, .3), inset 0 0 0 1px rgba(255,255,255, .6), 0 1px 6px rgba(36, 168, 229, .3);
        -moz-box-shadow: inset 0 1px 0 #fbf7c1, inset 0 0 0 1px #fbf7c1, 0 1px 6px #24a8e5;
        -moz-box-shadow: inset 0 1px 0 rgba(251,247,193, .3), inset 0 0 0 1px rgba(251,247,193, .3), 0 1px 6px rgba(36, 168, 229, .3);
        box-shadow: inset 0 1px 0 #fbf7c1, inset 0 0 0 1px #fbf7c1, 0 1px 6px #24a8e5;
        box-shadow: inset 0 1px 0 rgba(251,247,193, .3), inset 0 0 0 1px rgba(251,247,193, .3), 0 1px 6px rgba(36, 168, 229, .3);
    }

.field-validation-error span {
    color: #0C0C0C;
    font-size: 12px !important;
    /* text-shadow: 0 1px 1px #DE3434; */
    font-weight: bold;
}

form .panel-body {
    padding: 20px 0 30px 70px;
}

select, input[Type='text'] {
    /*width: 160px;*/
    border-radius: 6px;
    font-size: 13px;
    height: 25px;
}

.formuMaestro50 {
    float: left;
    width: 50%;
    /*height: 60px;*/
}

#mapaCliente {
    width: 85%;
    height: 320px;
    background-color: black;
    /* position: absolute; */
    clear: both;
    float: left;
    margin: 15px;
}

.gm-style .gm-style-iw {
    color: black;
}

.btnGeneral {
    /*background: -webkit-linear-gradient(top, #222, #999) !important;
    background: -moz-linear-gradient(top, #222, #999) !important;
    background: -ms-linear-gradient(top, #222, #999) !important;*/
    background: linear-gradient(to top,#022366, #15508c) !important;
    display: inline-block;
    margin: 12px 12px 4px 1%;
    padding: 7px;
    color: #FFFFFF !important;
    font: 400 14px 'Droid Sans';
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
}