﻿html {
    margin: 0;
    height: 100%;
}

body {
    padding-top: 50px;
    background: url('/Content/img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.isDisable {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

/*   
    ESTO OCULTA LA BARRA DE ABAJO DE GOOGLE MAPS PERO 
    ESTO DA ERROR EN LO MARKERMAP LABEL NO USAR 
    .gmnoprint, .gm-style-cc {
    display:none;
}*/
.btnInTable {
    border: none;
    padding: 6px 8px;
    line-height: 1.428571429;
    vertical-align: middle;
}

.SelectInTable {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 11px 4px;
    /*font-size: 8px;*/
    line-height: 1.428571429;
    /*color: #555555;*/
    vertical-align: middle;
}

.labels {
    color: blue;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding: 2px;
    border: 1px solid black;
    white-space: nowrap;
    border-radius: 7px;
}

#mainMenuCampos {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-fixed tbody {
    height: 200px;
    overflow-y: auto;
}

.table-fixed tbody, .table-fixed thead {
    display: block;
}

    .table-fixed tbody::-webkit-scrollbar-track {
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
        border-radius: 10px;
        background-color: #efefef;
    }

    .table-fixed tbody::-webkit-scrollbar {
        width: 8px;
        background-color: #FFF;
    }

    .table-fixed tbody::-webkit-scrollbar-thumb {
        border-radius: 10px;
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
        background-color: #d3d3d3;
    }

/*.modal .modal-dialog {
   width: 70%;
}*/
.modal-lg {
    width: 75%;
}

.modal-md {
    width: 50%;
}

.modal-sm {
    width: 25%;
}

#mainMenuCampos ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    cursor: auto;
    padding-top: 1px;
}

#mainMenuCampos li {
    list-style-type: none;
    padding-left: 10px;
    margin: 2px;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}





/*.ng-dirty .ng-invalid { border:1px solid Red; }*/

.ng-dirty .ng-valid {
    border: 1px solid Green;
}

.error {
    border: 1px solid Red;
}

.warning {
    border: 1px solid yellow;
}




.container-index {
    width: 98%;
    margin-left: 1%;
}

.box-index {
    background-color: rgba(255, 255, 255,.75);
    min-height: 150px;
    -moz-box-shadow: 5px 5px 5px -2px #5e5d5d;
    -o-box-shadow: 5px 5px 5px -2px #5e5d5d;
    -webkit-box-shadow: 5px 5px 5px -2px #5e5d5d;
    box-shadow: 5px 5px 10px -5px #000;
    margin: 0;
    width: 100%;
}

.box-index-map {
    min-height: 530px;
    -moz-box-shadow: 5px 5px 5px -2px #5e5d5d;
    -o-box-shadow: 5px 5px 5px -2px #5e5d5d;
    -webkit-box-shadow: 5px 5px 5px -2px #5e5d5d;
    box-shadow: 5px 5px 10px -5px #000;
    background-color: rgba(255, 255, 255,.75);
    width: 100%;
    margin: 0;
}

.navbar-default2 {
    height: 20px;
    background-color: #eee;
}


.PadreInfoPanel {
    color: #343232;
    padding: 15px;
    font-size: 9pt;
    font-weight: normal;
    -moz-box-shadow: 2px 2px 4px #ccc;
    -o-box-shadow: 2px 2px 4px #ccc;
    -webkit-box-shadow: 2px 2px 4px #ccc;
    box-shadow: 2px 2px 4px #ccc;
    border: 1px solid #f7f3f3;
    vertical-align: middle;
    margin-bottom: 10px;
    background-color: #eee;
    border-radius: 6px;
}

/*.filtroPanel {
    color:#343232;
    padding:5px;
    font-size:9pt;
    font-weight:normal; 
    vertical-align:middle;
    margin-bottom:3px;
}*/


.filtroPanel {
    color: #343232;
    padding: 5px;
    font-size: 8pt;
    font-weight: normal;
    vertical-align: middle;
    margin-bottom: 0;
    -moz-box-shadow: 2px 2px 4px #ccc;
    -o-box-shadow: 2px 2px 4px #ccc;
    -webkit-box-shadow: 2px 2px 4px #ccc;
    box-shadow: 2px 2px 4px #ccc;
    border: 1px solid #f7f3f3;
    background-color: #eee;
    border-radius: 6px;
}

.loteMenuPanel {
    background-color: #eee;
    margin: 0;
    padding: 0;
}


.loteBrand {
    vertical-align: middle;
    display: inline-block;
    padding: 5PX;
    font-size: 11pt;
    background-color: #7e8af8;
    color: #fff;
    height: 50px;
    padding-top: 5px;
    /* These two lines are counted as one :-)       */
}

.loteBrandPadding {
    vertical-align: middle;
    display: inline-block;
    padding: 5PX;
    font-size: 12pt;
    background-color: #7e8af8;
    color: #fff;
    height: 50px;
    padding-top: 15px;
    /* These two lines are counted as one :-)       */
}

.logoBrand {
    height: 40px;
    padding-left: 2px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#map {
    width: 100%;
    height: auto;
    min-height: 700px;
    max-height: 1000px;
    border: solid 1px #5e5d5d;
    -moz-box-shadow: 2px 2px 15px 0 #5e5d5d;
    -o-box-shadow: 2px 2px 15px 0 #5e5d5d;
    -webkit-box-shadow: 2px 2px 15px 0 #5e5d5d;
    box-shadow: 2px 2px 15px 0 #5e5d5d;
}


#maptracks {
    min-height: 400px;
    width: 100%;
    border: solid 1px #5e5d5d;
    -moz-box-shadow: 2px 2px 15px 0 #5e5d5d;
    -o-box-shadow: 2px 2px 15px 0 #5e5d5d;
    -webkit-box-shadow: 2px 2px 15px 0 #5e5d5d;
    box-shadow: 2px 2px 15px 0 #5e5d5d;
}


.container-full {
    margin: 0;
    width: 100%;
}

.container-seccion {
    margin-left: 1%;
    margin-right: 1%;
    min-width: 50%;
    max-width: 98%;
    background-color: #fff;
    padding: 20px;
    -moz-box-shadow: 2px 2px 15px 0 #5e5d5d;
    -o-box-shadow: 2px 2px 15px 0 #5e5d5d;
    -webkit-box-shadow: 2px 2px 15px 0 #5e5d5d;
    box-shadow: 2px 2px 15px 0 #5e5d5d;
}


.container-login {
    margin-left: 1%;
    width: 100%;
    background-color: #fff;
    /*padding-top: 15px;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 10px;*/
    padding: 15px 2% 10px 2%;
    -moz-box-shadow: 2px 2px 15px 0 #5e5d5d;
    -o-box-shadow: 2px 2px 15px 0 #5e5d5d;
    -webkit-box-shadow: 2px 2px 15px 0 #5e5d5d;
    box-shadow: 2px 2px 15px 0 #5e5d5d;
}


/*/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea,
.input-group {
    max-width: 280px;
}

.btn-success {
    background-color: #00814d;
}

    .btn-success a:hover {
        background-color: darkgreen;
    }

.btn-time {
    padding: 6px 4px;
}

.seccion {
    color: darkgreen;
    font-weight: bold;
    font-size: 16pt;
    padding-bottom: 2%;
}



.seccionSubtitle {
    color: darkgreen;
    font-size: 14pt;
    padding-bottom: 2%;
}


.seccionPanelHead {
    color: darkgreen;
    font-size: 10pt;
    font-weight: bold;
}

.scrollHorizontal {
    overflow-x: scroll;
}

    .scrollHorizontal::-webkit-scrollbar {
        height: 10px !important;
    }

    .scrollHorizontal::-webkit-scrollbar-track {
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
        border: 1px inset rgba(0,0,0,0.3);
    }

    .scrollHorizontal::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

/* SMART Table */
.tableBodyScroll::-webkit-scrollbar {
    width: 1em !important;
}

.tableBodyScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.tableBodyScroll::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.tableFilter tr, .tableFilter td, .tableFilter th {
    border-top: none !important;
}

.thScroll {
    width: 1.1em !important;
    padding: 0px !important;
}

.table-button-sm {
    width: 25px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.table-button-md {
    width: 32px !important;
    padding-left: 3px !important;
    padding-right: 0px !important;
}

.tableScroll {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /*height: 700px;  this can vary */
}

.tableScrollX {
    width: max-content !important;
    max-width: max-content !important;
    min-width: 100% !important;
    margin-bottom: 0px !important;
}

table * {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
}

.tableHeaderScroll {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

@media screen and (min-height: 0px) and (max-height: 768px) {
    .tableBodyScroll {
        overflow-y: scroll;
        display: inline-block;
        height: 300px;
    }
}

@media screen and (min-height: 769px) and (max-height: 1080px) {
    .tableBodyScroll {
        overflow-y: scroll;
        display: inline-block;
        height: 500px;
    }
}

@media screen and (min-height: 1081px) and (max-height: 2000px) {
    .tableBodyScroll {
        overflow-y: scroll;
        display: inline-block;
        height: 700px;
    }
}

.tableHeaderScroll > tr, .tableBodyScroll > tr, .tableFootScroll > tr, .tableFilter > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.tableHeaderScroll, .tableFootScroll {
    flex-shrink: 0;
}

    .tableHeaderScroll th, .tableBodyScroll td {
        width: 20%; /* this can vary */
        overflow-x: hidden;
        /*text-overflow: ellipsis;*/
        display: inline-block;
    }

    .tableHeaderScroll th {
        word-break: keep-all;
    }

.tableBodyScroll td {
    word-break: break-word;
}

.tableFootScroll {
    display: inline-block;
}

    .tableFootScroll td {
        width: 100%;
        display: inline-block;
    }



.table {
    width: 100%;
}

.tableHeader {
    background-color: #f7f3f3;
    font-weight: bold;
    font-size: 8pt;
}

.tableBody {
    font-size: 8pt;
}

.tableIcon {
    font-size: 10pt;
    color: darkgreen;
}


.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.st-selected {
    border-left: 4px solid green;
    border-right: 4px solid green;
    font-weight: bold;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


/*loader */

#loaderDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.9;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
    width: 100px;
}

.ajax-loader-menu {
    position: absolute;
    left: 50%;
    /*top: 30%;*/
    margin-left: -30px; /* -1 * image width / 2 */
    /*margin-top: 30px; /* -1 * image height / 2 */
    display: block;
    width: 60px;
}



.navbar {
    margin: 0;
    background: #00814d;
    padding: 0;
}

.navbar-nav {
    margin: 0;
}

.navbar-brand {
    top: 0;
    margin: 0;
    padding: 0 0;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        background-color: #00814d;
        color: #fff;
    }

.navbar-inverse {
    border: none;
}

    .navbar-inverse .navbar-brand {
        font-size: 16px;
        line-height: 50px;
        color: #fff;
    }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #00814d;
        color: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: #fff;
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        border: 0;
        padding: 0;
        margin-top: 0;
        border-top: 0;
        border-radius: 0;
        left: 0;
    }

        .navbar-inverse .navbar-nav .dropdown-menu:before {
            position: absolute;
            top: 0;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li > a {
            padding: 4px 15px;
            color: rgba(0,0,0,.85);
            background: #fff;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
            background-color: #00814d;
            color: #fff;
        }

        /*.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
            //border-radius: 0 0 3px 3px;
        }*/

        .navbar-inverse .navbar-nav .dropdown-menu > li.divider {
            background-color: red;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-top: 0;
        padding-bottom: 0;
    }


    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #00814d;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-nav .dropdown-submenu {
        position: relative;
    }

        .navbar-inverse .navbar-nav .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px;
            border-radius: 0 6px 6px 6px;
        }

        .navbar-inverse .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }

        .navbar-inverse .navbar-nav .dropdown-submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #ccc;
            margin-top: 5px;
            margin-right: -10px;
        }

        .navbar-inverse .navbar-nav .dropdown-submenu:hover > a:after {
            border-left-color: #fff;
        }

        .navbar-inverse .navbar-nav .dropdown-submenu.pull-left {
            float: none;
        }

            .navbar-inverse .navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
                left: -100%;
                margin-left: 10px;
                -webkit-border-radius: 6px 0 6px 6px;
                -moz-border-radius: 6px 0 6px 6px;
                border-radius: 6px 0 6px 6px;
            }

/* SEGUNDO MENU */
.navbar-default .navbar-nav > li > a {
    color: #444c99;
}

    .navbar-default .navbar-nav > li > a:hover {
        background-color: #7e8af8;
        color: #fff;
    }

.navbar-default {
    border: none;
}

    /*.navbar-default .navbar-brand {
    }*/

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #7e8af8;
        color: #fff;
    }

    .navbar-default .navbar-nav .dropdown-menu {
        background-color: #fff;
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        border: 0;
        padding: 0;
        margin-top: 0;
        border-top: 0;
        border-radius: 0;
        left: 0;
    }

        .navbar-default .navbar-nav .dropdown-menu:before {
            position: absolute;
            top: 0;
        }

        .navbar-default .navbar-nav .dropdown-menu > li > a {
            padding: 8px 15px;
            color: rgba(0,0,0,.85);
            background: #fff;
        }

        .navbar-default .navbar-nav .dropdown-menu > li:hover > a,
        .navbar-default .navbar-nav .dropdown-menu > li:focus > a,
        .navbar-default .navbar-nav .dropdown-menu > li.active > a {
            background-color: #7e8af8;
            color: #fff;
        }

        /*.navbar-default .navbar-nav .dropdown-menu > li:last-child > a {
            //border-radius: 0 0 3px 3px;
        }*/

        .navbar-default .navbar-nav .dropdown-menu > li.divider {
            background-color: #7e8af8;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-top: 0;
        padding-bottom: 0;
    }


    .navbar-default .navbar-toggle {
        border-color: #444c99;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #7e8af8;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #444c99;
        }

.user {
    padding-top: 15px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
}


#footer {
    box-shadow: inset 0 0 2px 0 black;
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding-top: 10px;
    color: #fff;
    min-height: 40px;
}

    #footer a {
        color: #ccc;
    }

        #footer a:hover {
            color: #ccc;
        }

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer ul > li {
            display: inline-block;
            margin-left: 10px;
        }



/* RESPONSIVE MEDIas*/
/*cELULAres*/
/*@media only screen and (max-width: 766px) {

    .navbar-inverse .collapsing ul li a, .navbar-inverse .in {
        background-color: #00814d;
        color: #ccc;
    }

        .navbar-inverse .collapsing ul li a:hover, .navbar-inverse.in ul li a:hover {
            color: #ccc !important;
        }
}*/

@media (min-width: 100px) and (max-width: 1266px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 10px;
}

.linkMapaIndex {
    color: #7e8af8;
}

.linkMapaVista {
    color: darkgreen;
}

.datosCentral {
    background-color: rgba(255, 255, 255,.75);
    min-height: 150px;
    -moz-box-shadow: 5px 5px 5px -2px #5e5d5d;
    -o-box-shadow: 5px 5px 5px -2px #5e5d5d;
    -webkit-box-shadow: 5px 5px 5px -2px #5e5d5d;
    box-shadow: 5px 5px 10px -5px #000;
    border: 1px solid #ccc;
    margin: 0;
    padding: 10px;
    border-radius: 6px;
}

table {
    border-collapse: collapse;
}

.percent {
    position: absolute;
    width: 500px;
    height: 14px;
    z-index: 1;
    text-align: center;
    font-size: 0.8em;
    color: white;
}

.progress-bar {
    width: 500px;
    height: 14px;
    border-radius: 10px;
    border: 1px solid #CCC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6666cc), to(#4b4b95));
    border-image: initial;
}

.uploaded {
    padding: 0;
    height: 14px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#4b9500));
    border-image: initial;
}

.dropbox {
    width: 15em;
    height: 3em;
    border: 2px solid #DDD;
    border-radius: 8px;
    background-color: #FEFFEC;
    text-align: center;
    color: #BBB;
    font-size: 2em;
    font-family: Arial, sans-serif;
}

    .dropbox span {
        margin-top: 0.9em;
        display: block;
    }

    .dropbox.not-available {
        background-color: #F88;
    }

    .dropbox.over {
        background-color: #bfb;
    }

.disable {
    background-color: #f5f3f3;
}

.imgIconMenu {
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.35);
    max-height: 100px;
    max-width: 100px;
    padding: 5px;
    margin: 10px;
    background-color: white;
}

.sinStep {
    -moz-appearance: textfield;
}

    .sinStep::-webkit-outer-spin-button,
    .sinStep::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

.inputNumeric {
    padding-right: 0px;
    padding-left: 5px;
}


.viewFontBold {
    color: red !important;
    font-weight: bold;
}

.RedFont {
    color: red !important;
}

.RedFontBold {
    color: red !important;
    font-weight: bold;
}

.GreenFont {
    color: green !important;
}

.GreenFontBold {
    color: green !important;
    font-weight: bold;
}

.autocomplete-box {
    position: absolute;
    background: #f1f1f1;
    z-index: 1;
    width: 90%;
}

    .autocomplete-box li {
        border: none;
        padding: 8px 15px;
        background: none;
        cursor: pointer;
        margin: 0;
    }

        .autocomplete-box li:hover {
            background: #a6aef8;
        }




/*///////////////////////////////////////////////*/
/*///////////////////Form login//////////////////*/
body#LoginForm {
    background: url("/Content/img/bg-login.jpg") no-repeat center center fixed;
    padding-top: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


@media (min-width: 1px) and (max-width: 1199px) {

    #footer {
        display: none;
    }
}

.form-heading {
    color: #fff;
    font-size: 23px;
}

.panel h2 {
    color: #444444;
    font-size: 18px;
    margin: 0 0 8px 0;
}

.panel p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.main-div {
    min-width: 280px;
    background: #ffffff none repeat scroll 0 0;
    border-radius: 15px;
    margin: 10px auto 30px;
    max-width: 38%;
    padding: 50px 70px 70px 71px;
    -webkit-box-shadow: 14px 14px 15px -7px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 14px 14px 15px -7px rgba(119, 119, 119, 0.75);
    box-shadow: 14px 14px 15px -7px rgba(119, 119, 119, 0.75);
}

@media (min-width: 100px) and (max-width: 990px) {
    .main-div {
        padding: 50px 30px 50px 30px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .main-div {
        padding: 50px 50px 60px 50px;
    }
}


.main-div .input-group {
    max-width: none;
}

.login-form .form-group {
    margin-bottom: 10px;
}

.login-form {
    text-align: center;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.login-form .btn.btn-primary {
    background: #f0ad4e none repeat scroll 0 0;
    border-color: #f0ad4e;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.forgot {
    text-decoration: none;
    color: #C6C6C6;
    float: right;
    text-align: left;
    margin-bottom: 30px;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

    .back a {
        color: #444444;
        font-size: 13px;
        text-decoration: none;
    }

.alert {
    display: none;
    font-size: 12px;
    color: #f00;
    float: left;
    padding: 0;
}



.cortarTexto {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150ch;
}
.cortarTextoKilimo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50ch;
}

.cortarTextoCorto {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 15ch;
}

.logoCountry {
    height: 40px;
}

.logoHeader {
    height: 40px;
}

.etiquetaSpan {
    color: darkgreen;
    font-size: 8pt;
    font-weight: bold;
    padding-left: 10px;
}

.badgeNoti {
    padding: 2px 2px;
    font-size: 10px;
    position: absolute;
    top: 10px;
    right: 1px;
}

.navbar-nav > .notifications-menu > .dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

    .navbar-nav > .notifications-menu > .dropdown-menu > li {
        position: relative;
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li.header {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            background-color: #ffffff;
            padding: 7px 10px;
            border-bottom: 1px solid #f4f4f4;
            color: #444444;
            font-size: 14px;
        }

        .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
            font-size: 12px;
            background-color: #fff;
            padding: 7px 10px;
            border-bottom: 1px solid #eeeeee;
            color: #444 !important;
            text-align: center;
        }

@media (max-width: 991px) {
    .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a {
        background: #fff !important;
        color: #444 !important;
    }
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover {
    text-decoration: none;
    font-weight: normal;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

    .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
        display: block;
        white-space: nowrap;
        /* Prevent text from breaking */
        border-bottom: 1px solid #f4f4f4;
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover {
            background: #f4f4f4;
            text-decoration: none;
        }

    .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
        color: #444444;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 10px;
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon {
            width: 20px;
        }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .title {
            color: darkgreen;
            font-weight: bold;
            font-size: 12px;
        }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .body {
            color: #6b6b6b;
            font-size: 12px;
            overflow-wrap: break-word;
        }


#control-panel {
    position: absolute;
    top: 10px;
    left: 42%;
    z-index: 5;
    background: transparent;
    padding: 5px;
    border: 0px none;
    text-align: center;
    font-family: 'Roboto', 'sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

#info-panel {
    position: absolute;
    top: 10%;
    right: 1%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto', 'sans-serif';
    line-height: 30px;
    padding-left: 10px;
}
.gm-style-iw > button {
    display: none !important;
}




.lightgrey {
    background: lightgrey !important;
}

.lightcoral {
    background: lightcoral;
}

.lightsalmon {
    background: lightsalmon;
}

.lightgoldenrodyellow {
    background: lightgoldenrodyellow;
}

.lightgreen {
    background: lightgreen;
}

.lightseagreen {
    background: lightseagreen;
}

/* Styles go here */

.custom-select {
    max-width: 280px;
    position: relative;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 5px;
}

    .custom-select.small {
        width: 104px;
    }

    .custom-select.medium {
        width: 164px;
    }

    .custom-select.large {
        width: 300px;
    }

    .custom-select.xlarge {
        width: 380px;
    }

    .custom-select > select {
        display: none !important;
    }

    .custom-select > a.dropdown-toggle {
        border-radius: 0;
        box-shadow: none;
        position: relative;
        display: block;
        overflow: hidden;
        text-decoration: none;
        white-space: nowrap;
        cursor: pointer;
        color: #555;
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .custom-select > a.dropdown-toggle.disabled,
        .custom-select > a.dropdown-toggle.disabled:hover {
            cursor: not-allowed;
            color: #aaa;
            background: #eee;
        }

        .custom-select > a.dropdown-toggle:hover,
        .custom-select.open > a.dropdown-toggle {
            color: #333;
        }

    .custom-select.open > a.dropdown-toggle {
        border-bottom: 0;
        line-height: 29px;
    }

.control-group.error .custom-select > a.dropdown-toggle {
    border-color: #f09784;
    color: #d68273;
}

.custom-select > a.dropdown-toggle > span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-select > a.dropdown-toggle > b {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .custom-select > a.dropdown-toggle > b:before {
        content: "\e114";
        font-family: 'Glyphicons Halflings';
        font-size: 7pt;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

.custom-select.open > a.dropdown-toggle > b:before {
    content: "\e113";
    font-family: 'Glyphicons Halflings';
    font-size: 7pt;
}

.custom-select > .dropdown-menu {
    margin-top: 0;
    border-color: #aaa;
    border-top: 0;
    padding-bottom: 0;
    width: auto;
    min-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

    .custom-select > .dropdown-menu > .custom-select-search {
        position: relative;
        z-index: 1010;
        margin: 0;
        padding: 0 4px;
        white-space: nowrap;
    }

        .custom-select > .dropdown-menu > .custom-select-search > input {
            width: 100%;
            height: 30px;
            margin: 0;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 4px 20px 4px 5px;
            border-radius: 0;
        }

        .custom-select > .dropdown-menu > .custom-select-search:after {
            content: "\e003";
            font-family: 'Glyphicons Halflings';
            display: inline-block;
            font-size: 14px;
            position: absolute;
            top: 4px;
            right: 10px;
        }

    .custom-select > .dropdown-menu > ul {
        border-color: #aaa;
        border-top: 0;
        margin: 4px 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 240px;
        padding-right: 14px;
    }

        .custom-select > .dropdown-menu > ul > li > a {
            font-size: 13px;
            margin-bottom: 1px;
            margin-top: 1px;
            display: block;
            padding: 3px 8px;
            clear: both;
            font-weight: normal;
            line-height: 20px;
            color: #333;
            cursor: pointer;
            width: 100%;
        }

            .custom-select > .dropdown-menu > ul > li > a:hover,
            .custom-select > .dropdown-menu > ul > li > a:focus {
                color: #fff;
                text-decoration: none;
                background-repeat: repeat-x;
            }

            .custom-select > .dropdown-menu > ul > li > a:hover {
                background: #4f99c6;
            }

            .custom-select > .dropdown-menu > ul > li > a:focus {
                background: #2283c5;
            }

        .custom-select > .dropdown-menu > ul > li.empty-result > em {
            text-align: center;
            padding: 4px 8px;
            display: block;
        }

    .custom-select > .dropdown-menu > .custom-select-action > button {
        border-radius: 0;
        background-image: none;
    }