html, body { 
    margin: 0;
    padding: 0;
    background-color: white;
    font-size: 9pt;
}

.not-for-screen {
    display: none;
}

.no-padding {
    padding:0px !important;
}

@media print {
    .not-for-screen {
        display: block;
    }
    body, html {
        width: 100% !important;
        height: auto !important;
    }
    
    ::-webkit-input-placeholder { /* WebKit browsers */
        color: white !important;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: white !important;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: white !important;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: white !important;
    }
    
    .select2-chosen {
        color: white !important;
    }

    #header, #leftBar, .hideInPrint {
        display: none !important;
    }    
    
    .select2-arrow, .ui-select-toggle {
        display: none !important;
    }
}

/*----------------------------------------------------------------------------*/
/* Table
/*----------------------------------------------------------------------------*/

table 
{
    font-size: 13px;
    line-height: 24px;
    table-layout: fixed;
    margin-bottom: 10px;
}

/*----------------------------------------------------------------------------*/
/* App specific
/*----------------------------------------------------------------------------*/

.container-heading {
    color: white;
}

.container-default-form {
    width: 50%;
}

.container-1-1 {
    width: 100%;
    float: left;
    margin-top: 1em;
}

.container-1-2 {
    width: 50%;
    float: left;
}

div.paging a.active
{
    text-decoration: none; 
    color: #000;
    cursor: default;
}

.input-pending {
    background-color: #fffe8c !important;
}

.input-error {
    background-color: #ff8a8a !important;
}

.input-success {
    background-color: #b9ffb9 !important;
}

.red {
    color: red;
}

.pull-right {
    float: right !important;;
}

.pull-left {
    float: left !important;;
}

.black {
    color: black;
}

.bold {
    font-weight: bold;
}

.white {
    color: white;
}

.anchor-color {
    color: #276696;
}

.inline-div {
    display: inline-block; 
    margin-right: 5px;
    float: left;
}

.bordered-div
{
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    padding: 12px;
    margin-left: -15px;
    margin-bottom: 20px;
}

.nav, .pagination, .carousel, .panel-title a { 
    cursor: pointer; 
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.max-column-width {
    max-width:200px !important; 
    word-wrap:break-word; 
}

.table-borderless>thead>tr>th, 
.table-borderless>tbody>tr>th, 
.table-borderless>tfoot>tr>th, 
.table-borderless>thead>tr>td, 
.table-borderless>tbody>tr>td, 
.table-borderless>tfoot>tr>td {
    border-top: none;     
    white-space:nowrap;
}

.dhis2-table>thead>tr>th, 
.dhis2-table>tbody>tr>th, 
.dhis2-table>tfoot>tr>th, 
.dhis2-table>thead>tr>td, 
.dhis2-table>tbody>tr>td, 
.dhis2-table>tfoot>tr>td {
    border-top: none;
    background-color: #ebf0f6;
}

.dhis2-table-striped-border tr th {
    border: 1px solid #cad5e5;
}

.dhis2-table-striped-border tr td {
    border: 1px solid #cad5e5;
}

.dhis2-table-striped-border > tbody > tr:nth-child(odd)> td, .dhis2-table-striped > tbody > tr:nth-child(odd)> th {
    background-color: #ebf0f6;
}
.dhis2-list-table-striped > thead > tr > th:first-child {
    width : 33%;
}
.dhis2-list-table-striped > thead > tr > th:nth-child(2) {
    padding-left: 2%;
    width: 100%;
}
.dhis2-list-table-striped > tbody > tr > td:first-child {
    width : 33%;
}

.dhis2-list-table-striped > tbody > tr > td:nth-child(2) {
    padding-left: 2%;
    width: 100%;
}

.listTable th {
    height: 30px;
}

.indicator-table > tbody > tr > td:first-child {
    width: 50%;
}
.indicator-table > tbody > tr > td:nth-child(2) {
    width: 50%;
}

.status-table > tbody > tr > td:first-child {
    width: 100%;
}

.status-table > tbody > tr > td:nth-child(2) {
    padding-left:9%;
}

.dhis2-table-striped>thead>tr, 
.dhis2-table-striped>tbody>tr, 
.dhis2-table-striped>tfoot>tr, 
.dhis2-table-striped>thead>tr, 
.dhis2-table-striped>tbody>tr, 
.dhis2-table-striped>tfoot>tr {
    border-bottom: 1px solid #cad5e5;  
    white-space:nowrap;
}

.dhis2-table-striped > tbody > tr:nth-child(odd)> td, .dhis2-table-striped > tbody > tr:nth-child(odd)> th {
    background-color: #ebf0f6
}

.dhis2-list-table-striped {
    width: 100%;
    padding-bottom: 6px;
}

.dhis2-list-table-striped>thead>tr, 
.dhis2-list-table-striped>tbody>tr, 
.dhis2-list-table-striped>tfoot>tr, 
.dhis2-list-table-striped>thead>tr, 
.dhis2-list-table-striped>tbody>tr, 
.dhis2-list-table-striped>tfoot>tr {
    border: none;
}

.dhis2-list-table-striped > tbody > tr:nth-child(odd)> td, .dhis2-table-striped > tbody > tr:nth-child(odd)> th {
    background-color: #ebf0f6
}

.dhis2-table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #dfe9f4;
}

#contextMenu {
    position: absolute;
    display:none;
}

.pull-center {
    text-align: center;
}
.filter-with-content {
    float: right !important;
    color: red;
}

.filter-without-content {
    float: right !important;
    color: black;
}

.bold {
    font-weight: bold;
}

.button-std {
    width: 130px;
}

.coordinate-container{
    width: 50%;
    float: left; 
}

.modal-full-window .modal-dialog {
    width: 75%;
    height: 100%;
}

.modal-map-window .modal-dialog {
    width: 75%;
    height: 100%;
}

.modal-map-window .modal-content {
  width: 100%;
  height: 100%;
}

.modal-map-window .modal-footer {
    position: fixed;
    left: 11px;
    right: 11px;
    bottom: 70px;
    height: 50px;
}

.map-area {
    height: 100%;
    left: 11px;
    right: 11px;
    bottom: 0;    
    position: relative;
}

.angular-leaflet-map {
    padding: 10px;
    width: 100%;
    height: 75%;        
}

.empty-span {
    width: 0px;
}

.no-right-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.no-left-radius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#map-container {
    width: 100%;
    margin-bottom: -30px;
}

#polygon-label {
    text-align: center;
    padding: 5px;
    font-size: 15px;
}

.polygon-name {
    padding: 5px;
    font-size: 15px;
    position: absolute;
}

.contextmenu{
    visibility:hidden;
    background:#ffffff;
    border:1px solid #8888FF;
    z-index: 10;
    position: relative;
    width: 140px;
}
.contextmenu div{
    padding-left: 5px
}

select {
    padding: 1px !important;
}

.clear {
    clear: both
}

.long-horizontal-spacing {
    margin-left: 60px;
}

.horizontal-spacing {
    margin-left: 10px;
    margin-right: 10px;
}

.disable-clicks {
    pointer-events: none;
}

.map_context_menu{
    background-color:white;
    border:1px solid gray;
    z-index: 1000;
}
.map_context_menu_item{
    padding:3px 6px;
}
.map_context_menu_item:hover{
    background-color:#CCCCCC;
}
.map_context_menu_separator{
    background-color:gray;
    height:1px;
    margin:0;
    padding:0;
}

.disabled-context-menu-item {    
    pointer-events: none;
    color: #dddddd;
    cursor: none;
}
.enable-context-menu-item {    
    cursor:pointer; 
}

.small-horizontal-spacing{
    margin-left: 5px;    
}

.small-vertical-spacing{
    margin-top: 5px;    
}


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

div#orgUnitTree {
    height: 50%;
    border: 1px solid #e3e3e3;
}

.calendars-popup {
    z-index: 2000 !important;
}

.section-label{
    font-size: 14pt;
    color: #585D61;
    padding-bottom: 5px;
    margin-bottom: 3px;
    border-bottom: 1px solid #e3e3e3;
}

.warning-message-label {
    height: 34px;
    font-size: 14px;
}

.selectionGroup{
    margin: 0 auto;
    display: flex;
}

.selectionArea {
    border: 1px solid #a4d2a3;
    background-color: #d0eBd0;
    padding-top: 10px;
    padding-bottom: 10px;    
    border-radius: 3px;
}

.div-bottom-container {
    position: relative;
}

.div-bottom {
    position: absolute;
    bottom: 0;
}

.form-control-ui-select {
    width:100%; 
    height:34px; 
    line-height:1.0; 
    padding: 20px 6px;
    border-radius: 4px;
}

.select2-container .select2-choice {
    padding: 5px !important;
    color: #555 !important;
}

.form-control{
    padding: 5px !important;
}

.bold {
    font-weight: bold;
}

.ui-datepicker-group .ui-datepicker-header {
    /*height: 1.5em;*/ 
    height: inherit;  /*this is to make it play nice with bootstrap*/
}

.btn-file {
    position: relative;
    overflow: hidden;
    width: 34px !important;
    padding: 6px 10px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.contextMenuItems .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.wrap-text {
    word-wrap: break-word;
}

.default-form-completed {
    width: 100%;
}

.custom-form-completed {
    width: 35%
}

.select2-width {
    width: 90%;
}

.audit-icon {
    cursor: pointer;
    color: #3162C5;
    margin-left: 2px;
}

.scroll {
    height: 400px;
    overflow: auto;
}

.radio-display-none {
    display: none;
}

.fa-stack {
    cursor: pointer;
}

.fa-stack > .fa.fa-stack-1x.fa-circle.radio-save-success {
    color: #b9ffb9 !important;
}

.fa-stack > .fa.fa-stack-1x.fa-circle.radio-save-error {
    color: #ff8a8a !important;
}

.fa-stack > .fa.fa-stack-1x.fa-circle.radio-white {
    color: #FFFFFF !important;
}

.fa-stack > .radio-default{
    color: #FFFFFF;
}

.error-text {
    color: red;
}

.warning-text {
    color: #C7C728;
}

.custom-radio-group {
    /*margin-left: -8px;*/
}

.custom-radio-container{
    display: inline-block;
}

.custom-radio-text {
    display: inline-block;
    margin-left: -5px;
}

.custom-radio-error {
    margin-left: 5px;
    width:100px;
    text-align: center;
}

.fa-stack-custom-large {
    font-size: 20px;
}

.fa-stack-custom-small {
    font-size: 10px;
}

.wrap-text {
    word-wrap: break-word;
}

.cursor-pointer {
    cursor: pointer;
}

.fa-icon-width {
    width: 15px;
}

.tooltip-separator-line {
    height: 0;
    margin-right:0em;
    margin-top: 0em;
    margin-bottom: 0em;
    width:100%;
    text-align: center;
    border: 0;
    border-top: 1px solid #ddd;
}

.tooltip-font {
    font-size: small;
}

.popover-label > a {
    color: #333 !important;
    text-decoration: none !important;
}

.popover {
    max-width: 600px !important;
}

.default-btn-height {
    font-size: 8pt !important;
}

.align-center {
    text-align: center;
}

.btn-grp { 
    border-color:  #b7b7b7; 
    background-color: #cccccc;
    color: #555 !important;
}

.remove-default-padding {
    margin: -15px !important;
}

.add-default-padding {
    margin: 15px !important;
}

.add-default-top-margin {
    margin-top: 15px !important;
}

.add-default-left-padding {
    padding-left: 15px !important;
}

.add-default-right-padding {
    padding-right: 15px !important;
}

.no-bold {
    font-weight: normal !important;
}

.complete-field {
    margin-left:55px;
    width:165px
}

.org-unit-tree {
    margin-left: -5px;
    color: #000;
    text-decoration: none;
    font-size: 9pt;
    background-color: white;
    overflow: auto;
    width: 100%;
    height: 500px;
    display: inline-block;
    white-space: nowrap;
}

ul.tree, ul.tree ul {
    list-style:none;
    margin:0;
    padding:0;
}

ul.tree ul {
    margin-left:5px; /* indentation */
    position:relative;
}

ul.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid #999;
}

ul.tree li {
    margin:0;
    padding:0 10px; /* indentation + 2 */
    line-height:20px; /* default list item `line-height` */
    position:relative;
}

ul.tree ul li:before {
    content:"";
    display:block;
    width:10px; /* same with indentation */
    height:0;
    border-top:1px solid #999;
    position:absolute;
    top:10px;
    left:0;
}

ul.tree ul li:last-child:before {
    background:white; /* same with body background */
    height:auto;
    top:10px; /* (line-height/2) */
    bottom:0;
}

.org-unit-tree-button {
    background:transparent;
    border:none;
    outline:none;
    cursor:pointer;
}

.selected-org-unit {
    font-weight: bold;
    color: #FF8000;
}

.ui-select-search {
    width: 100% !important;
}

.trimagegrpbtn {
    margin-top: -15px;
}

.age-field-info {
    padding-left: 5px;
}

tbody#list>tr>td>div.row-margin {
    margin: 11px 5px 10px 5px;
}

.audit-spinner {
    font-size: x-large;
    margin-left: 50%;
    margin-top: 20%;
}

.waiting-box {
    height: 300px;
}

.loading-audit-data {
    margin-left: 43%;
}