/* MAP SIDEBAR */
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../font/RobotoSlab-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../font/RobotoSlab-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../font/RobotoSlab-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../font/RobotoSlab-Bold.ttf') format('truetype');
}

/* all */
::-webkit-input-placeholder {
    color: #787878 !important;
}

#wrapper.toggled .simple_search_input::-moz-placeholder,
#id_point_name::-moz-placeholder {
    color: #787878 !important;
}

/* firefox 19+ */
#wrapper.toggled .simple_search_input:-ms-input-placeholder,
#id_point_name::-ms-input-placeholder {
    color: #787878 !important;
}

/* ie */
#wrapper.toggled .simple_search_input input:-moz-placeholder,
#id_point_name input:-moz-placeholder {
    color: #787878 !important;
}

.simple_search_input::-webkit-input-placeholder {
    color: #787878 !important;
}

.simple_search_input::-moz-placeholder {
    color: #787878 !important;
}

/* firefox 19+ */
.simple_search_input:-ms-input-placeholder {
    color: #787878 !important;
}

/* ie */
.simple_search_input input:-moz-placeholder {
    color: #787878 !important;
}

.clear {
    clear: both;
}

.table-full {
    display: table;
    height: 100%;
    width: 100%
}

.table-cell-centered {
    display: table-cell;
    vertical-align: middle;
}

.margin-top-20 {
    margin-top: 20px;
}

.max-width-100 {
    max-width: 100%;
}

.main {
    position: relative;
    overflow-x: hidden;
    margin-top: 50px;
}

@media ( max-width: 767px) {

    #wrapper .navbar-fixed-top,
    #wrapper.nav-up .navbar-fixed-top,
    #wrapper.toggled.nav-up .navbar-fixed-top,
    #wrapper.nav-up .main,
    #wrapper.nav-up #sidebar-wrapper,
    #wrapper.toggled.nav-up #sidebar-wrapper
    {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


    #wrapper.nav-up .navbar-fixed-top {
        top: -120px;
    }

    #wrapper.toggled.nav-up .navbar-fixed-top {
        top: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.nav-up .map-search {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: -120px;
    }

    #wrapper.toggled.nav-up .map-search {
        top: 0;
    }

    .main {
        margin-top: 70px;
    }

    #wrapper.nav-up .main {
        margin-top: 0;
    }

    #wrapper.nav-up #sidebar-wrapper {
        top: 0;
    }

    #wrapper.toggled.nav-up #sidebar-wrapper {
        top: 35px;
    }
}



html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body * {
    font-family: Roboto-Regular;
}

#main_container {
    min-height: 100%;
    position: relative;
}

.header nav * {
    color: #FFFFFF !important;
}

.navbar-nav {
    margin-top: 9px;
    margin-left: 5px;
}

.navbar-default {
    background-color: #00A54E;
    border: none;
}

.navbar-brand {
    font-family: Roboto-Bold;
    font-size: 1.2em;
}

.navbar-nav > li > a {
    outline: none;
    padding: 4px 8px;
    border: 1px solid #00D866;
    margin-right: 8px;
    font-size: 1em;
}

.navbar-nav > li > a:hover {
    background-color: #00D866 !important;
}

.navbar-default .navbar-nav > .active > a {
    border: 1px solid #00CB60;
    background: #006530 !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-top: 1px solid #008C42;
}

#map-sidebar {
    position: fixed;
    top: 50px;
    left: 0;
    overflow: auto;
    height: 100%;
    z-index: 20;
    background-color: #0059AD;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 0;
    -webkit-box-shadow: 4px 0px 5px -1px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 4px 0px 5px -2px rgba(0, 0, 0, 0.50);
    box-shadow: 4px 1px 5px -2px rgba(0, 0, 0, 0.50);

    width: 311px;

}

#map-sidebar #menu-container {
    margin-top: 70px;
}

#menu-sidebar {
    position: fixed;
    height: 100%;
    background-color: #FF0000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    left: 0;
    width: 20%;
    margin-left: -20%;
    overflow-y: auto;
}

.panel {
    background-color: #0059AD !important;
}

#wrapper.toggled #map-sidebar {
    margin-left: -311px;

}

@media (min-width: 1280px) {
    .grid {
        width: 50% !important;
    }

    .grid img {
        width: 85% !important;
    }
}

@media (max-width: 767px) {

    #geoportal-navbar-collapse {
        margin: 0;
        padding: 0;
    }

    #geoportal-navbar-collapse ul {
        margin: 0;
        padding: 12px 0 0 0;
    }

    #geoportal-navbar-collapse ul li {
        margin-bottom: 10px;
        padding: 0;
    }

    #geoportal-navbar-collapse ul li a {
        width: 100%;
    }
}

@media (max-width: 1720px) {
    .round-button {
        margin-bottom: 10px;
    }
}

#wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.textinput {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 1px solid #9AA5AB;
}

.textinput:focus {
    box-shadow: none !important;
    border: 1px solid #008C42 !important;
}

#sidebar-wrapper {
    position: fixed;
    top: 35px;
    left: 0;
    overflow-y: auto;
    height: 100%;
    z-index: 20;
    padding-top: 50px;
    background-color: #0059AD;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 0;
    width: 311px;
    -webkit-box-shadow: 4px 0px 5px -1px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 4px 0px 5px -2px rgba(0, 0, 0, 0.50);
    box-shadow: 4px 1px 5px -2px rgba(0, 0, 0, 0.50);
}

#wrapper.toggled #sidebar-wrapper,
#wrapper.base-with-menu.toggled #sidebar-wrapper {
    margin-left: -371px;
}

#wrapper.base-with-menu #sidebar-wrapper {
    margin-left: 0;
}

#wrapper #page-content-wrapper,
#wrapper.base-with-menu #page-content-wrapper {
    padding-bottom: 120px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #page-content-wrapper,
#wrapper.base-with-menu.toggled #page-content-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #page-content-wrapper,
#wrapper.base-with-menu.toggled #page-content-wrapper {
    margin-left: 0;
    margin-right: 0;
}

#wrapper.base-with-menu #page-content-wrapper,
#wrapper #page-content-wrapper {
    margin-left: 311px;
    margin-right: 0;
}

.simple_search_input {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    background-color: #FFF;
    border-left: 1px solid #6D6D6D;
    border-top: 1px solid #6D6D6D;
    border-bottom: 1px solid #6D6D6D;
    color: #6D6D6D;
}

.simple_search_input,
.simple_search_btn,
.white_search_btn {
    height: 40px;
    line-height: 26px;
}

#wrapper.toggled .simple_search_input {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    background-color: #FFF;
    color: #787878 !important;
}

#wrapper.toggled .simple_search_btn {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #22BA6A;
    border: 1px solid #167A46;
    color: #FFF !important;

}

.simple_search_btn, #fav-add {
    outline: none !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #001E3A;
    border: 1px solid #001E3A;
    color: #FFF !important;
}

#wrapper.base-with-menu .simple_search_btn {
    background-color: #22BA6A;
    border: 1px solid #167A46;
}

#wrapper.base-with-menu.toggled .simple_search_btn {
    background-color: #001E3A;
    border: none;
}

.white_search_btn {
    outline: none !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #FFF;
    border-top: 1px solid #167A46;;
    border-right: 1px solid #167A46;
    border-bottom: 1px solid #167A46;
    border-left: 0;
}

.simple_search_btn:hover {
    color: #FFF !important;
}

@media (min-width: 768px) {

    .toggle-btn-wrapper {
        display: none;
    }

    #wrapper.base-with-menu.toggled {
        padding-left: 0;
    }

}

@media (min-width: 1250px) {

    #wrapper #sidebar-wrapper,
    #wrapper.base-with-menu #sidebar-wrapper {
        margin-left: 0;
        width: 311px;
    }
}

#knowledge-base-form {
    position: fixed;
    width: 20%;
    top: 50px;
    left: 0;
    min-width: 250px;
    z-index: 21
}

.menu-content {
    margin-top: 35px;
}

/****/

#active-point-container {
    padding: 10px;
}

.fav-name-row {
    display: none;
}

#active-point-container.remembered .fav-add-form {
    display: none;
}

#active-point-container.remembered .fav-name-row {
    display: inherit
}

.fav-button {
    text-decoration: none;
    font-size: 20px;
}

.fav-button {
    color: #cccccc;
}

#active-point-container.remembered .fav-button {
    color: #337AB7;
}

#sidebar-wrapper .panel-default > .panel-heading,
#map-sidebar .panel-default > .panel-heading {
    background-color: inherit;
    border: 0;
    padding: 0px 5px;
    height: 45px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #4BA5F9;
}

#sidebar-wrapper .panel-default,
#map-sidebar .panel-default {
    background-color: white;
    border: 0;
    box-shadow: 0;
    padding: 0px 15px;
}

#sidebar-wrapper .panel-heading i:last-child,
#map-sidebar .panel-heading i:last-child {
    display: none;
}

#sidebar-wrapper .panel-heading a,
#map-sidebar .panel-heading a {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
    font-family: Roboto-Light;
    font-size: 1.2em;
    text-decoration: none;
    outline: none;
}

#sidebar-wrapper .panel-heading a:not(.collapsed),
#map-sidebar .panel-heading a:not(.collapsed) {
    font-family: Roboto-Bold;
    font-size: 1.2em;
}

#sidebar-wrapper .panel-heading .collapsed i:last-child,
#map-sidebar .panel-heading .collapsed i:last-child {
    display: block;
}

#sidebar-wrapper .panel-heading .collapsed i:first-child,
#map-sidebar .panel-heading .collapsed i:first-child {
    display: none;
}

#sidebar-content .loading-spinner {
    margin-left: 260px;
    color: rgb(51, 122, 183);
}

.map-search {
    padding-top: 23px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 313px;
}

input[type="text"].simple_search_input, textarea {
    outline: none;
    box-shadow: none !important;
    border: none;
    border-left: 1px solid #001E3A;
}

#id_point_name {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    outline: none;
    box-shadow: none !important;
    border: none;
}

#wrapper.toggled input[type="text"].simple_search_input, textarea:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #167A46 !important;
}

.white_search_btn {
    border: none;
}

#wrapper.toggled .white_search_btn {
    border-top: 1px solid #167A46;
    border-right: 1px solid #167A46;
    border-bottom: 1px solid #167A46;
}

#menu-toggle {
    color: #22BA6A;
}

h4 {
    color: #FFF;
    font-size: 1.2em;
}

h4:not(.panel-title) {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

#forecasts-tab > div:first-child > div > h4 {
    margin-top: 10px !important;
}

.control-label {
    color: #FFCB51;
    font-size: 0.8em;
}

#manage_buttons {
    list-style-type: none;
    position: relative;
    margin: 0px;
    padding: 0px 20px 0px 20px;
}

#manage_buttons > li {
    display: inline-block;
    background-color: #FFCB51;
    margin-right: 5px;
    margin-bottom: 7px;
    border: none
}

#manage_buttons > li:last-child {
    margin-right: 0px;
}

#manage_buttons > li > a {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    color: #403314;
    text-decoration: none;
}

#manage_buttons > li:hover {
    background-color: #FFCB51;
}

#manage_buttons > li > a:link,
#manage_buttons > li > a:visited,
#manage_buttons > li > a:hover,
#manage_buttons > li > a:active {
    outline: none;
    font-family: Roboto-Bold;
    font-weight: normal;
}

#keywords {
    list-style-type: none;
    padding-left: 20px;
    padding-right: 20px;
}

#keywords li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #006530;
}

#keywords > li > a {
    color: #FFF;
    text-decoration: none;
}

#keywords li:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin: 0 5px 0 0;
    color: #00CB60;
}

#sidebar-accordion li,
#sidebar-accordion ul li {
    padding-top: 10px;
    padding-bottom: 5px;
}

#sidebar-accordion {
    list-style: none;
    color: #FFF;
    padding-left: 10px;
}

#sidebar-accordion ul {
    list-style: none;
    padding-left: 5px;
    border-left: 1px solid;
    background-color: rgba(0, 0, 0, 0.1);
}

#sidebar-accordion > li > i,
#sidebar-accordion ul > li > i {
    padding-right: 6px;
}

#sidebar-accordion > li a {
    outline: none;
    color: #FFCB51;
}

#sidebar-accordion > li > a > i,
#sidebar-accordion ul > li > a > i {
    margin-top: 4px;
}

.round-button {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background: #082E52;
    font-size: 10px !important;
    font-weight: bold;
    border: none;
    margin-right: 5px;
}

.round-button:hover {
    background: #469FF9;
}

.form > fieldset > div {
    margin-bottom: 0px;
}

#table_container {
    padding-left: 30px;
}

table.marker-table {
    width: 100%;
}

.action-cell {
    width: 25%;
    text-align: right;
    border-bottom: 1px solid #4BA5F9 !important;
}

.point-action.preview,
.point-action.remove,
.point-action.center,
.point-action.edit {
    color: #FFCB51 !important;
}

table.marker-table > tbody > tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

table.marker-table > tbody > tr > td {
    border-bottom: 1px solid #4BA5F9;
    width: 75%;
}

table.marker-table > tbody > tr > td a {
    font-family: Roboto-Regular;
    color: #FFF;
    text-decoration: none;
}

.empty-row td {
    border: none !important;
    color: #FFF;
}

#collapseChart {
    margin-top: 10px;
    padding: 0px 20px;
}

.form-content p label {
    font-family: Roboto-Light !important;
    color: #FFF !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
    outline: 0px none;
}

.select2-container--default .select2-selection--multiple {

    background-color: #FFF !important;
    border: none !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    cursor: text;
}

.select2-dropdown {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin-top: 1px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0080F9 !important;
    color: #FFF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0A3761 !important;
    border: none !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0px 5px;
    color: #FFF !important;
    white-space: normal;
}

.select2-container--default .select2-results > .select2-results__options li {
    border-top: 1px solid #ADADAD;
}

#plot-form input[type="submit"],
#collapseKeywords form input[type="submit"] {
    background-color: #FFCB51;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    padding: 5px 10px;
    color: #403314;
    font-family: Roboto-Bold;
    margin: 10px 0px 5px 0px;
}

input[type="submit"],
#password_change_form button[type="submit"],
.main_button,
.custom_button  {
    display: inline-block;
    background-color: #001E3A;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    padding: 8px 18px;
    color: #FFF;
    font-family: Roboto-Bold;
    margin-top: 10px;
    margin-right: 3px;
}

.custom_button {
    background: none;
    border: 1px solid #ccc;
}

a.main_button:link,
a.main_button:visited,
a.main_button:hover,
a.main_button:active {
    text-decoration: none;
    color: #FFF;
}

a.custom_button:link,
a.custom_button:visited,
a.custom_button:hover,
a.custom_button:active {
    text-decoration: none;
    color: #000000;
}

.cancel {
    display: inline-block;
    background-color: none;
    padding: 8px 18px;
    color: #555;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #555;
    margin-right: 3px;
}

.cancel:link,
.cancel:visited,
.cancel:hover,
.cancel:active {
    text-decoration: none;
    color: #555;
}

#add_keyword_form input[type="submit"],
#edit_form input[type="submit"] {
    background-color: #373687;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    padding: 10px 20px;
    color: #FFF;
    font-family: Roboto-Bold;
    font-size: 1.2em;
    margin-top: 10px;
}

#collapseKeywords {
    margin-top: 10px !important;
    padding: 0 6px;
}

#collapseKeywords form input[type="submit"] {
    margin: 0px 0px 5px 0px!important;
}

#collapseCurrentPoint {
    margin: 10px 0px;
    padding: 0px 5px;
}

#sidebar-content {
    color: #FFF !important;
}

#active-point-container {
    padding: 0px !important;
}

.empty-point-message {
    margin: 0px !important;
    text-align: center;
}

#active-point-container > p {
    margin-top: 10px;
}

.fav-add i,
.fav-rm i {
    color: #FFCB51 !important;
}

.fav-name-span {
    font-size: 1.2em;
}

.errorlist {
    list-style-type: none;
    color: #D33834;
}

.errorlist li:before {
    font-family: 'FontAwesome';
    content: '\f071';
    margin: 0 5px 0 -15px;
    color: #D33834;
}

#search-results {
    margin-top: 70px;
    display: none;
    padding: 0 20px 0 10px;
}

.search-results-content ul {
    list-style-type: none;
    padding-left: 25px;
    color: #FFF;
}

.search-results-content ul li {
    margin-bottom: 10px;
}

.search-results-content ul li a {
    color: #FFF;
}

.search-results-content ul li:before {
    font-family: 'FontAwesome';
    content: '\f041';
    margin: 0 5px 0 -15px;
    color: #00CB60;
}

.search-results-close i {
    color: #FFCB51;
}

#sidebar-accordion ul {
    display: none;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.fast {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -ms-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.SmallBox {
    width: 95%
}

.SmallBox:hover {
    box-shadow: 0 0 10px #888;
    cursor: pointer;
}

.SmallBox span {
    font-size: 16px;
}

.SmallBox p {
    font-size: 12px;
    margin-top: 2px;
}

.SmallBox .textoFull {
    width: 93%;
    float: left;
    padding-left: 20px;
}

.SmallBox .textoFoto {
    width: 55%;
    margin: 3px 20px 3px 80px;
    float: left;
}

.SmallBox span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    display: block;
    margin: 4px 0;
}

.SmallBox p {
    font-size: 13px;
    margin-top: 2px;
}

#divSmallBoxes {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.SmallBox {
    position: absolute;
    right: 5px;
    top: 58px;
    width: 420px;
    color: #fff;
    z-index: 9999;
    overflow: hidden;
    border: 1px solid transparent;
}

.SmallBox:hover {
    border: 1px solid #fff;
    cursor: pointer;
}

.SmallBox .foto {
    font-size: 50px;
    position: absolute;
    left: 17px;
}

.SmallBox .textoFull {
    width: 93%;
    float: left;
    padding-left: 20px;
}

.SmallBox .textoFoto {
    width: 78%;
    margin: 3px 20px 3px 80px;
    float: left;
}

.miniPic {
    position: absolute;
    bottom: 8px;
    right: 9px;
}

.miniIcono {
    height: 100%;
    font-size: 20px;
}

@media screen and (max-width: 450px) and (max-width: 767px) {
    #divSmallBoxes {
        position: fixed;
        width: 90%;
        right: 0;
        top: 0;
    }

    .SmallBox {
        width: 95%
    }

    .SmallBox:hover {
        box-shadow: 0 0 10px #888;
        cursor: pointer;
    }

    .SmallBox span {
        font-size: 16px;
    }

    .SmallBox p {
        font-size: 12px;
        margin-top: 2px;
    }

    .SmallBox .textoFull {
        width: 93%;
        float: left;
        padding-left: 20px;
    }

    .SmallBox .textoFoto {
        width: 55%;
        margin: 3px 20px 3px 80px;
        float: left;
    }
}

.control-label {
    font-family: Roboto-Light;
    font-size: 1em;
    color: #787878;
}

#add_keyword_form input[type="text"],
#edit_form input[type="text"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.select2-container--default .select2-selection--single {
    background-color: #FFF;
    border: 1px solid #CCC !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFF !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #FFCB51 !important;
}

.empty-point-message a {
    color: #FFF;
    text-decoration: underline;
}

span.highlighted {
    background-color: #d58512;
}

.trans {
    border-bottom: 1px solid #CFDDE5;
    padding-bottom: 5px;
}

.media-body {
    vertical-align: middle;
}

.media-heading {
    font-size: 1.2em;
    font-family: Roboto-Bold;
    color: #777;
    margin-bottom: 0px;
}

.media-timestamp {
    font-size: 0.9em;
    font-family: Roboto-Regular;
    color: #777;
}

#close-plot-workspace {
    font-size: 30px;
    position: absolute;
    background-color: rgb(229, 54, 39);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 26px;
    height: 26px;
    right: 0;
    margin-right: 10px;
    margin-top: 10px;
}

#close-plot-workspace i.fa-close {
    font-size: 16px;
    position: relative;
    top: -14px;
}

#menu-accordion {
    margin-top: 0;
}

#management-menu {
    margin-top: -20px;
}

#management-menu > div > div > ul {
    list-style-type: none;
    margin: 0;
    padding-left: 20px;
    margin-top: 10px;
}

#management-menu a {
    color: #FFF;
}

#management-menu li:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin: 0 5px 0 0;
    color: #00CB60;
}

#management-menu li {
    padding: 5px 0;
}

#page-content-wrapper #accordion {
    margin-bottom: 0px;
}

#page-content-wrapper #accordion .panel-default {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #FFF !important;
    border: 1px solid #C3C3C3;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    color: #333;
}

#page-content-wrapper #accordion .panel-default .panel-heading {
    background-color: #FCFCFC !important;
    padding: 0px;
    color: #333;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
}

#page-content-wrapper #accordion .panel-default .panel-heading .panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    color: inherit;
}

#page-content-wrapper #accordion .panel-default .panel-heading .panel-title a {
    font-family: Roboto-Regular;
    display: block;
    padding: 10px 15px;
    text-decoration: none !important;
    color: inherit;
    outline: none;
}

.label {
    font-family: Roboto-Light;
    font-size: 1em;
    color: #787878;
}

.badge {
    background: #00B254;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 0.9em;
    padding: 5px 10px;
    font-weight: normal;
    font-family: Roboto-Bold;
    margin-bottom: 4px;
}

#id_group {
    list-style-type: none;
    padding: 0;
}

#div_id_group .controls {
    margin-top: 5px;
}

#div_id_group .radio-btn {
    margin-top: 5px;
    margin-left: 20px;
}

.input-group-addon {
    border-color: #9AA5AB;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

h1 {
    margin-top: 0px;
}

.header .container-fluid {
    padding-left: 20px;
}

span[class^="select2"] {
    outline: none !important;
}

#div_id_notify > label {
    display: none;
}

#div_id_notify label.checkbox {
    margin-top: 0;
}

.checkbox_label {
    font-family: Roboto-Light;
    color: #787878;
}

input:focus + span.input-group-addon {
    border-color: #008C42;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

#filter_form section {
    padding-right: 30px !important;
}

#menu-accordion .control-label {
    color: #FFF;
}



a.collapsed > .fa:first-child {
    display: inline-block;
}

a.collapsed > .fa {
    display: none;
}

h4 a > .fa:first-child {
    display: none;
}

#error_content {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    text-align: center;
}

#error_box {
    position: absolute;
    display: inline-block;
    height: 144px;
    width: 100%;
    top: 50%;
    left: 50%;
    margin: -72px 0px 0px -50%;
}

#error_box i {
    display: inline-block;
    vertical-align: middle;
    font-size: 6em;
    margin-right: 15px;
    color: #BD4338;
}

#error_box h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 6em;
    font-family: Roboto-Bold;
}

.er_info {
    font-size: 1.6em;
    font-family: Roboto-Light;
}

.select_dropdown {
    position: relative;
    display: inline-block;
    width: 70px;
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 1px solid #9AA5AB;
    padding-left: 5px;
    padding-right: 30px;
}

select.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #9AA5AB;
}

.select_dropdown i {
    height: 10px;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 5px;
    height: 11px;
    box-shadow: 0px 0px 0px 9px #FFF;
    }

.select_dropdown i:before {
    top: 0px;
    border-bottom: 4px solid #404040;
    content: "";
    position: absolute;
    right: 0px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.select_dropdown i:after {
    bottom: 0px;
    border-top: 4px solid #404040;
    content: "";
    position: absolute;
    right: 0px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.table-bordered > tbody > tr > td {
    border-color: #DDD;
}

.table-bordered > thead > tr > th {
    border-bottom: none;
}

.key_container {
    display: table;
    margin-top: 25px;
    margin-left: 25px;
}

.key_cell {
    display: table-cell;
    vertical-align: middle;
}

.key_letter {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 38px;
    background: #001E3A none repeat scroll 0% 0%;
    padding: 7px 0px 0px 13px;
    border-radius: 50%;
    font-family: Courier;
    color: #FFF;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
}

.keys_group {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px;
}

.keys_group > li {
    padding: 3px 0px;
    font-size: 1em;
}

.keys_group > li > a {
    color: #777;
}

.border-top {
    border-top: 1px solid black !important;
}

.border-left {
    border-left: 1px solid black;
}

.software-table img {
    height:32px;
    width:32px;
}

#div_id_published > label {
    display: none;
}

input[type="checkbox"], input[type="radio"] {
    margin: 2px 0px 0px -20px !important;
}

td a:link {
    color: #00A54E;
}

td a:visited {
    color: #00A54E;
}

td a:hover {
    color: #00CB60;
}

td a:active {
    color: #00A54E;
}

#plot-content {
    margin-left:15px;
    margin-right:15px;
}

#plot-content #plot-loader {
    margin-top: 20px;
}

#plot-content img {
    min-width: 410px;
    max-height: 440px;
}

@media (min-width: 62em) {
    #plot-content img {
        margin-left: 10%;
    }
}

@media (min-width: 75em) {
    #plot-content img {
        margin-left: 20%;
    }
}

#plot-content h2 {
    font-family: Roboto-Bold;
}

#plot {
    padding-left: 315px;
    width: 100%;
    min-height: 100%;
    display: none;
    transition: padding-left 1s;
}

#plot.inline {
    padding-left: 15px;
}

footer {
    position: absolute;
    width: 415px;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

footer #footer_wrapper {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#logo_panel {
    float: right;
    width: 415px;
    background: #FFF;
    padding: 8px 8px 0 8px;
}

#logo_panel a {
    display: table-cell;
    margin: 0px auto;
    margin-right: 5%;
    vertical-align: middle;
    text-align: center;
    width: 20%;
}

#footer_info {
    float: right;
    width: 415px;
    background: #FFF;
    padding: 8px 15px 8px 15px;
}

#footer_info p {
    font-family: Arial;
    font-size: 8px;
    margin: 0;
    padding: 0;
    text-align: justify;
    line-height: 1.2;
    color: #000000;
}

#logo_panel a img {
    height: 38px;
}

.collapsed ul{
    display: none;
}

.background_layer_list {
    list-style-type: none;
    padding: 0;
}

.background_layer_list > li > a {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    color: #FFF;
    text-decoration: none;
    font-family: Roboto-Bold;
}

.background_layer_list > li > a:link,
.background_layer_list > li > a:visited,
.background_layer_list > li > a:hover,
.background_layer_list > li > a:active {
    outline: none;
    font-family: Roboto-Bold;
}

.background_layer_list > li > a.layer-active {
    background-color: #469FF9;
}

.background_layer_list ul li a:hover {
    background-color: #0080F9;
    cursor: pointer;
}

.background_layer_list > li.disabled,

.background_layer_list > li.disabled >a{
    color: #707070 !important;
}

.background_layer_list > li > span {
    margin-left: 3px;
}

.background_layer_list li:not(.collapsed) > span {
    font-family: Roboto-Bold;
    color: #FFF;
}

.background_layer_list li > i {
    color: #00CB60;
}

.background_layer_list {
    margin: 5px 0px;
    padding-left: 0px;
}

.background_layer_list > li {
    color: #FFF;
}

.background_layer_list li {
    position: relative;
    display: inline-block;
    list-style-type: none;
}

.background_layer_list li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 10px;
    outline: none;
    color: #FFF;
    margin: 3px 2px;
    width: 125px;
    height: 40px;
    border: 1px solid #FFFFFF;
}

.background_layer_list li a.layer-active {
    background-color: #FFCB51;
    color: #403314;
    font-family: Roboto-Bold;
    border-color: #FFCB51;
}

.background_layer_list > li > span:hover {
    cursor: pointer;
}

#plot {
    padding-bottom: 140px;
}

.open .dropdown-menu>li>a, .open .dropdown-menu {
    background-color: #008C42;
    color:#ffffff;
}

.ui-dialog {
    background-color: #0059AD;
    padding: 0;
    box-shadow: 4px 1px 5px -2px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 4px 1px 5px -2px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 4px 1px 5px -2px rgba(0, 0, 0, 0.50);
    z-index: 2;
}

.ui-dialog-titlebar {
    padding: 10px 0;
    border-bottom: 1px solid #FFF;
    font-size: 1.2em;
    margin: 0 20px;
    cursor: move;
}

.ui-dialog-titlebar:active {
}

.ui-dialog-title {
     color: #FFFFFF;
     font-family: Roboto-Bold;
}
.ui-dialog-titlebar-close {
    float: right;
    display: inline;
    border: 0;
    color: #FFFFFF;
    margin-right: -7px;
    background: #FFF;
    border-radius: 100%;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 27px;
    top: 13px;
}

.ui-dialog-titlebar-close span{
    display: none;
}


.ui-dialog-titlebar-close:after {
    font-family: FontAwesome;
    content: "\f00d";
    position: absolute;
    top: -2px;
    left: 4px;
    color: rgb(229, 54, 39);
}

.ui-dialog-content {
    padding: 15px 20px;
}
.ui-dialog-buttonpane {

}

ul.nav-tabs {
    position: relative;
    top: 15px;
    margin: 0 20px;
    border-bottom: 1px solid #FFCB51;
}

.tab-content {
    position: relative;
    top: 20px;
    padding: 0px 20px 60px 20px;
}

ul.nav-tabs li a {
    color: #FFF;
    outline: none !important;
    margin-right: 1px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: #FFCB51;
    color: #403314;
    border: none;
    font-family: Roboto-Bold;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #0080F9;
}

.nav-tabs > li {
    margin-bottom: 0px;
}

.nav-tabs > li > a {
    border: none;
    padding: 10px !important;
}

#plot-form {
    margin-top: 10px;
}

#coords {
    margin-bottom: 0;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

#layer-loading-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#layer-loading-placeholder .centered-container {
    text-align: center;
    font-size: 72px;
}

.forecast-header {
    font-family: Roboto-Bold;
    color: #FFF;
}

.forecast-box {
    width: 100%;
    height: 100%;
    border: 1px solid #469FF9;
    margin-top: 12px;
    padding: 0 15px;
    color: #FFF;
    font-size: 20px
}

.forecast-step-radio-container {
    padding-left:35px;
}

.forecast-step-radio-container .radio {
    margin-top: 2px;
    margin-right: 8px;
}

.forecast-step-button-container {
    display: flex;
    justify-content: center;
}

.forecast-step-button-container .round-button i {
    position: relative;
}

.forecast-step-button-container .forecast-next i {
    font-size: 12px;
    top: 1px;
}

.forecast-step-button-container .forecast-prev i {
    font-size: 12px;
    top: 1px;
    left: -1px;
}

.forecast-step-button-container .forecast-curr i {
    font-size: 9px;
}

.dropdown-menu span {
    top: 2px;
    position: relative;
    left: 5px;
}

.legendQuant {
  color: white;
}

.norm {
  stroke: black;
}
.norm5 {
  fill: #a50000;

}
.norm4 {
  fill: #ff0000;
}

.norm3 {
  fill: #ff8609;
}

.norm2 {
  fill: #ffcc00;
}

.norm1 {
  fill: #5bff24;
}

.norm0 {
  fill: #48a4ff;
}

.label {
  font-weight: 100;
}

.component .plot > .background-container {
  stroke: black;
  stroke-width: 1;
}

.card {
  border: none;
}
.plottable .title-label text {
  font-size: 14px;
  font-weight: normal;
}
.legend-entry .text-area text {
  font-weight: normal;
}
.axis-label .text-area text {
  font-weight: normal;
}

.cell text {
    font-size: 1rem;
}

.forecast-plot {
    margin-top: 35px;
}

.point-plot {
    background-color: white;
    padding-top: 10px;
}
.forecast-plot-y-label {
    font-size: 8px;
}

#lang_container > div:first-child {
    margin-left: 0;
    margin-right: 0;
}

#lang_container_2 > div:first-child {
    margin-left: 0;
    margin-right: 15px;
}

#setLangForm a {
    display: block;
    width: 16px;
    height: 11px;
}

#setLangForm + a img {
    position: relative;
    top: -3px;
}

#developed_by {
    position: absolute;
    bottom: 15px;
    left: 326px;
    width: 160px;
    height: 54px;
    background: #FFF;
    padding: 15px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#developed_by span {
    position: relative;
    top: -6px;
}

#developed_by img {
    width: 30px;
    position: relative;
    top: -9px;
    left: 10px;

}

.left_space {
    left: 15px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.content {
    padding: 15px 20px 100px 25px;
}

input[name^="captcha"] {
    border: 1px solid #9AA5AB !important;
    border-radius: 0px !important;
    height: 32px !important;
    font-size: 13px !important;
    line-height: 1.42857 !important;
    color: rgb(85, 85, 85) !important;
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
}

input[name^="captcha"]:focus {
    border: 1px solid #008C42 !important;
}

.navbar-brand {
    padding: 7px 15px !important;
}


th.sorting_asc{
    background: url('../img/sort_asc.png') no-repeat center right;
    cursor: pointer;
}

th.sorting_desc{
    background: url('../img/sort_desc.png') no-repeat center right;
    cursor: pointer;
}

th.sorting{
    background: url('../img/sort_both.png') no-repeat center right;
    cursor: pointer;
}