* {
    marigin: 0;
    padding: 0;
    outline: 0 !important;
    outline-offset: 0px !important;
    box-sizing: border-box;
}

@font-face {
    font-family: openL;
    src: url('../font/OpenSans-Light.ttf');
    font-size: small;
}

@font-face {
    font-family: openR;
    src: url('../font/OpenSans-Regular.ttf');
    font-size: small;
}

@font-face {
    font-family: openCB;
    src: url('../font/OpenSans-CondBold.ttf');
    font-size: small;
}

@font-face {
    font-family: openC;
    src: url('../font/OpenSans-CondLight.ttf');
    font-size: small;
}

html, body {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #e0e0e0;
    font-family: openL, sans-serif;
    /* -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     -webkit-text-size-adjust: 100%;*/
}

#_containerPortal {
    position: relative;
    height: calc(100% - 53px);
    width: 100%
}

#_Nav_imgCompany {
    position: relative;
    width: 147px;
}

.navbar-default {
    background-color: #383232;
    box-shadow: 0px -1px 5px 2px #353539;
    border-color: transparent;
    border: 0;
    border-radius: 0px;
    padding: 15px;
    margin-bottom: 0px;
    color: #FFF;
    z-index: 900;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 14px;
    font-size: 18px;
    line-height: 20px;

}

.container-fluid .navbar-brand {
    margin-left: -15px !important;
    height: 42px;
    padding: 0px
}

#_mainFooter {
    position: fixed;
    width: 100%;
    height: 55px;
    bottom: 0px;
    left: 0;
    padding: 10px 26px;
    background-color: #000;
    color: #FFF;
}

#_sideleft {
    position: relative;
    float: left;
    padding: 8px;
}

#_sideright {
    position: relative;
    float: right;
}

#_titleBrand {
    color: #FFF;
    font-family: openL;
    padding: 15px;
    border: 1px solid #FFF;
    margin-bottom: 0px;
}

#_left {
    position: relative;
    float: left;
    width: calc(100% - 50%);
    height: calc(100% - 82px);
}

#_right {
    position: relative;
    float: left;
    width: calc(100% - 50%);
    padding: 5px 10px;
    background: #FFF;
    height: calc(100% - 82px);
    overflow-y: auto;
}

._box {
    border: 1px solid #ccc;
    padding: 15px;
}

._legendBox {
    width: auto;
    margin-left: 12px;
    border: 0px;
    padding: 4px 15px;
    font-family: openCB;
    text-transform: uppercase;
    color: #119236;
}

#_formOcorrencia .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

#map {
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 2px solid #888;
}

#_viewFiler {
    position: absolute;
    bottom: 0;
    background: #f4f4f4;
    border: 4px #ababab double;
    padding: 10px;
    margin-left: 15px;
    margin-bottom: 20px;
    z-index: 1000;
    display: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 0px !important;
    background-clip: padding-box;
}

.leaflet-touch .leaflet-bar a {
    width: 35px !important;
    height: 35px !important;
    line-height: 32px !important;
    border-radius: 50% !important;
    border: 2px solid #888 !important;
    margin-bottom: 5px;
    color: #888;
    font-size: 16px;
}

.leaflet-bar a:hover {
    background-color: #b5b5b5 !important;
    color: #FFF !important;
    transition: all .25s ease-in-out;
}

#_descricao {
    position: relative;
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    resize: none;
    margin-bottom: 10px;
}

#_titulo, #_morada {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 9px 16px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
    padding: 9px 16px;
    border-radius: 0;
}

.latlng {
    position: relative;
    width: 93%;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 9px 16px;
}

#_btnOcorrencia {
    position: relative;
    float: right;
    padding: 10px 29px;
    border: 0px;
    color: #FFF;
    background-color: #119236;
}

.form-control {
    outline: 0 !important;
    padding: 9px 16px;
    outline-offset: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #ccc !important;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#_divaddmarker {
    position: absolute;
    z-index: 400;
    bottom: 21px;
    right: 10px;
}

#_viewmap:hover, #_viewfilter:hover {
    background-color: #b5b5b5 !important;
    color: #FFF !important;
    transition: all .25s ease-in-out;
}

#_viewmap {
    position: relative;
    z-index: 400;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    border: 2px solid #888;
    margin-bottom: 5px;
    background-color: #fff;
    color: #888;
    font-size: 11px;
}

#btn {
    position: relative;
    float: left;
    top: 90px;
    left: 10px;
}

#_viewfilter {
    position: relative;
    z-index: 400;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    border: 2px solid #888;
    margin-bottom: 5px;
    background-color: #fff;
    color: #888;
    font-size: 11px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

#_centerImage {
    position: relative;
    width: 100%;
    text-align: center;
}

#foto_cat1 {
    position: relative;
    height: 250px;
    margin: 0px auto;
}

#cat_field {
    margin-bottom: 10px;
}

#_alertOcorrencia {
    display: none;
    position: fixed;
    left: 5px;
    bottom: 60px;
    background-color: #fff;
    height: 0px;
    width: 0px;
    z-index: 400;
    border-radius: 0px;
    border: 0;
    border-left: 7px solid #555;
    box-sizing: border-box;
    padding: 0px;
    margin-bottom: 0px;
    box-shadow: 0px 0px 1px #000;
}

#_confirm .modal-header {
    padding: 15px;
    font-family: openCB;
    border-bottom: 1px solid #e5e5e5;
    background-color: #1d1d1d;
    color: #FFF;
    text-transform: uppercase;
}

#_confirm .modal-content {
    border-radius: 0px
}

#_confirm .close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;

}

#_confirm #_btn {
    position: relative;
    text-align: right;
}

#_confirm #_btnConfirmOcorrencia {
    background: #248400;
    color: #ffffff;
    border: 0px;
    padding: 10px 33px;
}

.dropdown-header {
    color: #5cb85c;
    font-size: 1em;
    font-weight: bolder;
}

#_btnandroid {
    background: transparent;
    border: 0px;
    color: #FFF;
}

