html {
    height: 100%;
}
* html body {
    height: 100%;
}
body {
    min-height: 100%;
    position: relative;
}

button {
    outline: none;
}

/***********************************/
.row {
    margin: 0;
}

.pointer {
    cursor: pointer;
}

.buttonGroup {
    margin: 0 auto 15px 10px;
}
.buttonGroup button{
    margin-left: 5px;
    margin-bottom: 5px;
}
.form-control {
    border-radius: 0;
}
.form-control:focus {
    border-color: #078931;
}

.grey {
    color: #a7a7a7;
}
.red {
    background: rgba(255, 0, 0, 0.3);
}
.green {
    background: rgba(7, 137, 49, 0.3);
}

.admin {
    color: red;
}
.user {
    color: #078931;
}
.warning-text {
    color: darkred;
}


.alert {
    padding: 3px;
    margin-right: 20px;
}

.alert div span {
    display:inline-block;
    width:100%;
    overflow:hidden;
    text-overflow: ellipsis;
    margin: -10px auto 5px 5px;
}

.dropBox {
    padding: 20px;
    border: 3px dotted #808080;
    border-radius: 5px;
    background: #d3d3d3;
    width: 150px;
    margin: 5px;
}

.fileDragOver {
    border: 3px dotted dodgerblue;
    background: lightblue;
}

.woreda {
    width: 500px;
}

.colorPickerSq {
    width: 30px;
    height: 30px;
    margin-top: 2px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}

.spinner {
    margin-top: 22px;
    margin-left: 10px;
    font-size: 25px;
}

.imeiPageHeader input {
    margin-top: 5px;
    margin-bottom: 10px;
}
.imeiPageHeader .buttonGroup {
    margin: 0 auto 5px 10px;
}

.emailAddr.ng-dirty.ng-invalid-email {
    border: 1px solid red;
}

.timefilter {
    margin: 10px 0;
}
.report{
	margin:10px 0;
	
}
.timefilter select {
    height: 34px;
    width: 80%;
    background-color: white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border: 1px solid #ccc;
}
.report {
    height: 34px;
    background-color: white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border: 1px solid #ccc;
}

.checkedDisease {
    color: green;
    font-size: 16px;
}
.smallWidthTd {
    width: 20px;
    text-align: center;
}

.admin-content {
    padding-top: 71px;
}

.separator {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

form div .inputBox {
    float: left;
    width: 33%;
}
/*
*LOGIN/REGISTER PAGE
*/

.loginBtn {
    padding: 0 15px;
    height: 35px;
    border-radius: 0;
    background-color: #078931;
    border-color: transparent;
    font-weight: bold;
}

.loginBtn:hover, .loginBtn:active, .loginBtn:focus {
    background-color: #076b2a;
    border-color: transparent;
}

.link {
    color: #078931;
}

.link:hover {
    color: #078931;
}

.link.frogotPass {
    margin-top: 9px;
}

/**
 *NAVBAR
 **/
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default {
    margin-bottom: 20px;
}

.navbar.navbar-inverse {
    background: #4e4e4e;
}

.logoDiv {
    text-align: center;
    font-size: 12pt;
    font-style: italic;
    cursor: default;
}

.logo {
    width: 50px;
    vertical-align: middle;
    margin-left: 10px;
}

.logo, .left {
    float: left;
    display: inline-block;
}

.rightNav li {
    height: 100%;
}

.rightNav > li > a{
    height: 70px;
    padding-top: 25px;
}

.navbar-inverse .navbar-nav > .open > a:focus {
    background: #080808;
}
.adminMenuButton {
    height: 70px;
    background: transparent;
    border: none;
    color: #999;
    min-width: 80px;
}

.adminMenuButton:hover {
    color: white;
}

.adminMenuBlock.open {
    background: #333;
}

.adminMenuBlock.open .adminMenuButton{
    color: white;
}

.notification{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #d9534f;
    display: inline-block;
    text-align: center;
    color: #fff;
}

/*ADMIN PAGES*/

.settings-page .settings-label {
    float: left;
    padding-right: 10px;
}


/**
 *MAP
 **/
#map {
    width: 100%;
}

/**
 *MAP MENU
 **/

.mapMenu {
    margin: 0;
    position: absolute;
    width: 100%;
}

.mapMenu > ng-include > [class^="col-"],
.mapMenu  > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
    border: 1px solid transparent;
}

.filterBlock, .alertBlock, .settingsBlock{
    z-index: 150;
    padding: 1px;
    overflow: hidden;
}

.filterBlock .filterDropdown,
.alertBlock .alertDropdown,
.settingsBlock .settingsDropdown {
    width: 100%;
    height: 50px;
    border-radius: 0;
    background-color: #4e4e4e;
    opacity: 0.8;
    border-color: transparent;
}
.filterRowPast {
    width: 99.8%;
    height: 50px;
    border-radius: 0;
    background-color: #4e4e4e;
    opacity: 0.8;
    position: absolute;
    top: 74px;
    left: 2px;
    right: 2px;
    z-index: 150;
}

.filterRowPast .filters {
    padding: 15px;
    color: white;
}

.filterRowPast .normalModeBtn {
    padding: 8px 10px;
}

.filterRowPast .normalModeBtn button {
    height: 35px;
    color: white;
    background: #a7a7a7;
    border: none;
    padding: 0 15px;
}

.filterRowPast .normalModeBtn button:hover {
    background: #858585;
}

.open .dropdown-toggle.btn-primary {
    background-color: #4e4e4e;
    border: none;
    opacity: 1;
}

.filterBlock  ul,
.alertBlock  ul,
.settingsBlock  ul {
    width: 100%;
    position: relative;
    margin: 0;
    padding-top: 20px;
    border-radius: 0;
    cursor: auto;
    z-index: 1000;
}

.settingsBlock .range {
    font-size: 13px;
}

.settingsBlock .range input {
    width: 50px;
    border: 2px solid #B0B0B0;
}

.alertBlock  ul {
    padding-top: 0;
}

.filterBlock > ul > li > div {
    padding: 0px 10px 5px 10px;
}

.hrefGroup {
    float: left;
    width: 60%;
}

.filterButtonGroup {
    float: left;
    width: 40%;
    padding-right: 15px;
}

.selectHref,
.saveHref,
.resetHref{
    height: 40px;
    border: none;
    color: #ffffff;
    font-size: 10pt;
    text-decoration: underline;
    font-weight: bolder;
    background: transparent;
    outline: none;
}

.saveHref {
    width: 30%;
    color: #078931;
}

.selectHref {
    width: 35%;
    color: #a7a7a7;
}

.resetHref {
    width: 30%;
    color: #a7a7a7;
}

.modal-sm {
    width: 50%;
}
.modal-sm .modal-content {
    border-radius: 0;
    text-align: center;
    margin-top: 15vh;
    margin-bottom: 10vh;
}

.modal-sm .modal-content .modal-footer{
    text-align: center;
    margin-top: 0;
}

.modal-sm .modal-content .modal-body {
    padding: 20px 40px 0;
    max-height: 45vh;
    overflow-y: auto;
    margin-right: 1px;
    position: initial;
}

.filters {
    text-align: left;
    margin-bottom: 15px;
    padding: 5px;
}

.selectFilter {
    background: rgb(7, 137, 49);
}

.selectFilter .grey {
    color: white;
}

.tooltip {
    /*position: fixed;*/
}

.tooltip-inner {
    text-align: left;
    background: #078931;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #078931;
}

.saveButtonsGroup {
    margin: 10px auto 20px;
}
.saveButton,
.cancelSavingButton,
.cancelButton,
.applyButton {
    height: 35px;
    border: none;
    color: #ffffff;
    font-weight: bold;
}

.saveButton,
.cancelSavingButton {
    width: 25%;
}

.cancelButton,
.applyButton {
    width: 40%;
}

.saveButton,
.applyButton {
    background: #078931;
}
.cancelSavingButton,
.cancelButton {
    background: #a7a7a7;
    margin-right: 10px;
}

.threeCols {
    width: 33%;
    float: left;
}

.checkBoxTable label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-size: 13px;
}

.checkBoxTable input[type=checkbox] {
    display: none;
}

.checkBoxTable label:before {
    content:"";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: white;
    border: 2px solid #b0b0b0;
    border-radius: 0;
}

.checkBoxTable input[type=checkbox]:checked + label:before {
    content:"\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: black;
    text-align: center;
    line-height: 15px;
}

.allWoredas {
    position: relative;
    width: 100%;
}

.select2-container {
    width: 100%;
    margin-top: 15px;
}

.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container-multi.select2-container-active .select2-choices,
.select2-drop.select2-drop-above.select2-drop-active {
    border: 1px solid #078931;
}

.select2-results .select2-highlighted {
    background: #078931;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-bottom: none;
}
/*
*TABLE
*/
.tableBlock {
    z-index: 100;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.showTable {
    height: 52px;
    margin-top: -52px;
    background-color: #4e4e4e;
    opacity: 0.8;
    color: white;
    text-align: center;
}

.showTableText {
    padding-top: 17px;
}

.bottomTable {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-top: 1px solid #a7a7a7;
    height: 350px;
}

table.bottomTableClass.table > tbody > tr > td {
    border-top: 1px solid #FFF;
}

table.bottomTableClass.table > tbody > tr:first-child > td {
    border-top: none;
}

table.bottomTableClass {
    display: table;
    width: 100%;
}
table.bottomTableClass thead,
table.bottomTableClass tbody {
    float: left;
    width: 100%;
}
table.bottomTableClass > tbody {
    overflow: auto;
    height: 193px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;

}
table.bottomTableClass tr {
    width: 100%;
    display: table;
}

table.bottomTableClass .casesDeaths {
    word-break: break-all;
}

table.bottomTableClass th.tableCenter {
    width: 11%;
}

table.bottomTableClass td.tableCenter {
    width: 5.5%;
}

.innerTable {
    width: 100%;
    margin: 0;
}

.innerTable tr td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: table-cell
}

.exportTableButton {
    height: 40px;
    border: none;
    color: #ffffff;
    font-weight: bold;
    background: #a7a7a7;
    width: 49%;
}
.tableCenter {
    text-align: center;
}

.tableRight {
    text-align: right;
    color: #a7a7a7;
    font-weight: normal;
}

.table-striped > tbody > tr.tableHeader:nth-child(odd) > th {
    border-top: none;
    background: #fff;
}

.table > tbody > tr.active > td {
    background: #ececec;
}

.borderLeft {
    border-left: 1px solid #ddd;
}

/*
* ALERTS
*/
.alertDiv {
    padding: 5px 10px;
}

.alertLi {
    list-style: none
}
.alertLi p {
    margin: 0;
}
#scrollableUl {
    max-height: 70vh;
}

/**
 *MAP POPUPS
 **/

.leaflet-popup-content-wrapper {
    width: 300px;
    border-radius: 0;
    padding: 0;
}

.leaflet-popup-content {
    margin: auto;
}
.leaflet-popup-content p {
    margin: 10px 0 0 0;
}

.leaflet-container a.leaflet-popup-close-button {
    background: #4e4e4e;
    width: 22px;
    height: 22px;
    padding: 3px;
    opacity: 0.3;
    font-size: 20px;
}

.markerPopUp div, .markerPopUp a  {
    padding: 10px 20px 10px 10px;
}

.markerPopUp .popupImgBlock {
    padding: 0;
    overflow: hidden;
    height: 100px;
    text-align: center;
}

.markerPopUp .popupImgBlock .popupImg {
    padding: 0;
}

.lb-outerContainer, .lightbox .lb-image {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.lb-data .lb-close {
    display: none;
}

.line-separator{
    height:1px;
    background: #bababa;
    width: 100%;
}

/**
 *MAP ROUND MARKERS
 **/

.round-small,
.round-medium,
.round-large {
    background-color: transparent;
    border: 5px solid rgba(228, 230, 23, 0.30);
}

.round-small {
    border-radius: 25px;
}
.round-medium {
    border-radius: 30px;
}
.round-large {
    border-radius: 35px;
}

.round-small div,
.round-medium div,
.round-large div {
    background-color: rgb(228, 230, 23);
}

.round-small div {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font: bold 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.round-medium div {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font: bold 16px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.round-large div {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font: bold 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.round-small span {
    line-height: 30px;
}

.round-medium span {
    line-height: 40px;
}

.round-large span {
    line-height: 50px;
}

.round {
    background-clip: padding-box;
}
.round div {
    text-align: center;
    margin-left: 5px;
    margin-top: 5px;
}

/*
MAP LEGEND
*/
.leaflet-left .leaflet-control {
    margin: 2px;
}
.leaflet-bottom {
    z-index: 50;
}
.info {
    width: 300px;
    padding: 6px 8px;
    background: white;
}

.legend,
.boundary{
    line-height: 18px;
    float: left;
}

.legend p,
.boundary p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.legend div,
.boundary div {
    padding-bottom: 5px;
    width: 33%;
    float: left;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    opacity: 0.7;
}

.heatmapRange {
    height: 30px;
    width: 33.3%;
    background: rgba(78,78,78,0.8);
    position: absolute;
    bottom: 60px;
    left: 33.3%;
    display: inline-block;
}

.heatmapRange.biggerOffset {
    bottom: calc(60px + 350px);
}

.heatmapRange .playButton, .heatmapRange .dismiss {
    width: 7%;
    float: left;
    height: 30px;
    color: white;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    min-width: 30px;
}

.heatmapRange .range {
    width: 73%;
    height: 30px;
    float: left;
    padding-top: 14px;
}

.heatmapRange .date {
    width: 13%;
    float: left;
    color: white;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
