.navbar{
    margin: 0;
    border-radius: 0;
    background-color: #212d38;
}

.navbar-toggle{
    display: inline-block;
    margin-left: 10px;
}

select{
    max-width: 100%;
}

.main {
    display: flex;
    background-color: #ecf0f5;
    min-height: calc(100vh - 52px);
    overflow: hidden;
    margin: 50px auto auto;
}

.content {
    width: 100%;
    padding-top: 20px;
}

.menu {
    width: 0px;
    border-top: 1px solid #333;
    background-color: #212d38;
    flex-shrink: 0;
    overflow: hidden;
    transition: width .5s;
}

.menu.menu-open {
    width: 220px;
}

.menu.menu-open ul {
    width: 220px;
}

.menu ul{
    list-style: none;
    padding: 10px 0px;
}

.menu ul li.active{
    background-color:#080808;
}

.menu ul li a{
    display: block;
    color:#9d9d9d;
    padding: 10px 15px;
    white-space: nowrap;
}

.menu ul li:hover a{
    color: white;
}

.item-a:hover{
    text-decoration: underline;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99998;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}

#loading-text {
    position: absolute;
    top: 53%;
    left: 48%;
    z-index: 100;
}

#golden{
    position: fixed;
    bottom: 0;
    background: #222;
    width: 100%;
}

#golden h4{
    color: white;
    text-align: center;
}

.btnMini{
    float: right;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -18px;
    margin-left: 10px;
}

.btnAdd{
    float: right;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -18px;
}

.btnDelete{
    float: right;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -18px;
    margin-left: 10px;
}

.divAv1{
    display: flex;
    border-left: 1px solid #337ab7;
    border-right: 1px solid #337ab7;
    border-top: 1px solid #337ab7;
    padding: 10px;
}

.divAv2{
    display: flex;
    border-left: 1px solid #337ab7;
    border-right: 1px solid #337ab7;
    border-bottom: 1px solid #337ab7;
    padding: 10px;
}

.tdAV {
    padding: 4px !important;
    border: none !important;
    vertical-align: middle !important;
}

.fRight{
    float: right;
    margin-right: 8.4%;
    margin-top: 10px;
}

.labels{
    margin-bottom:0;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    max-width:485px;
    margin:auto;
}

.icon {
    padding: 10px;
    min-width: 40px;
}

.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}

@media (min-width:320px) and (max-width: 1024px){
    #brandMenu{
        font-size: 15px;
    }

    #clientResp{
        margin-top: 10px;
    }

    .margin{
        margin-top: 10px;
    }

    .btnMini{
        float: right;
        width: 17px;
        height: 17px;
        padding: 0;
        margin-top: -18px;
        margin-right: 20px;
    }

    .btnAdd{
        float: right;
        width: 17px;
        height: 17px;
        padding: 0;
        margin-top: -18px;
    }

    .btnDelete{
        float: right;
        width: 17px;
        height: 17px;
        padding: 0;
        margin-top: -18px;
        margin-right: 40px;
    }

    #btnRegProdSell{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .tiposLentes{
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1025px){
    .avCol{
        padding-left: 30px;
    }
}

.bg-black {
    background-color: black;
    color: white;
}

.bg-black:hover {
    color: white;
}

.ul-register-plan, .ul-register-plan ul {
    margin:0 0 0 0.4em;
    padding:0;
    list-style:none;
    position:relative;
}

.ul-register-plan ul {
    margin-left: .10em
}

.ul-register-plan:before, .ul-register-plan ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid;
}

.ul-register-plan li {
    margin: 0;
    padding: 0 1.5em;
    /*line-height: 2em;*/
    font-weight: bold;
    position: relative;
}

.ul-register-plan li:before {
    content: "";
    display: block;
    width: 22px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 0.8em;
    left: 0;
}

.ul-register-plan li:last-child:before {
    background: white;
    height: auto;
    top: 1em;
    bottom: 0;
}

.first-ul {
    list-style: none;
}


@media screen and (min-width: 1360px) {
    .div-sales-details {
        margin-top: -10px;
    }

    .marginDoctor {
        margin-top: -10px;
        margin-bottom: 0;
    }
}

.label-0 {
    margin-bottom: 0px;
}

.input-table {
    padding: 5px;
    border: transparent;
    width: 100% !important;
    text-align: center;
}

.input-table:focus {
    outline: none;
}

.input-table-td{
    padding: 0px !important;
    vertical-align: middle !important;
}

.bg-system {
    background-color: #293846 !important;
    color: #fff;
}

.bg-system:hover {
    color: #fff;
}

.btnRoute {
    width: 100%;
    background-color: #293846;
    color: white;
    margin-top: 5%;
}

.btnExportRoute {
    background-color: #293846;
    color: white;
    margin-bottom: 10px;
}

.hide {
    display: none;
}

#map {
    height: 500px;
    width: 100%;
}