/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,300italic,400italic,600italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    min-height: 1500px;
    padding-top: 14px;
}

@media print {
    a[href]:after {
        visibility: hidden;
    }
    @page { margin: 0; }
    body { margin: 1.6cm; }
}

h1, .h1 {
    font-size: 35px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    color: inherit !important;
}

.jumbotron h1, .jumbotron .h1 {
    font-size: 32px;
}

.jumbotron {
    background-color: #2485D0 !important;
    color: #fff !important;
    border-radius: 0px;
}

.page-subheader {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 100 !important;
    line-height: 1;
    font-size: 23px;
}

.jumbotron-content {
    margin-left: 0px;
    border: #2485D0;
}

.navbar-custom {
    background-color: #2485D0;
    min-height: 70px;
    border: none !important;
}

.navbar-custom .navbar-nav > li > a {
    text-transform: uppercase;
}

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

.navbar-brand > img {
    display: block;
    height: 100%;
    width: auto;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #FF8207;
}

.navbar-list .active {
    background-color: #FF8207;
}

.dropdown-menu > li > a {
    color: #ffffff;
    background-color: #FF8207;
}

img {
    margin-bottom: 10px;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.search-custom {
    background-color: #60B4F9;
    border-color: #000;
    color: #fff;
    border: none;
}

/*!*Map view CSS *!

.background {
    fill: #FFF;
}

.map-target {
    position: relative;
    !*border: #000 solid 1px;*!
}

.home-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

.tooltip {
    color: #222;
    background-color: #fff;
    padding: .5em;
    text-shadow: #f5f5f5 0 1px 0;
    border-radius: 2px;
    opacity: 0.9;
    position: absolute;
}

.hidden {
    display: none;
}

.map-g .feature {
    stroke: #FFF;
    cursor: zoom-in;
}

.map-g .feature.active {
    stroke: #000;
}

.map-g.zoomed .background {
    cursor: zoom-out;
}

.map-g.zoomed .feature.centered {
    cursor: zoom-out;
}

svg {
    width: 100%;
    height: auto;

}

.choropleth-map {
    !*width:50%;*!
}

!*END OF MAPVIEW CSS*!*/

#Content .nav li i {
    margin-right: 5px;
    display: inline-block;
}

.sticky-wrapper.is-sticky {
    width: 1170px !important;
}

.sticky-wrapper.is-sticky #navbarCollapse {
    width: 1170px !important;
    background: #FFF;
    padding: 10px !important;
    z-index: 999;
    box-shadow: 1px 2px 2px #CCC;
}

.glyphicon {
    margin-right: 5px;
}

.navbar-right .glyphicon-user:before {
    margin-right: 5px;
    display: inline-block;
}

table.dataTable {
    border-collapse: collapse !important;
}

.home-det-search {
    padding: 10px;
    background: #dae3f2;
    border: 1px solid #4e77bd;
}

.navbar {
    margin-bottom: 0px !important;
}

.navbar-nav > li > a {
    padding-bottom: 24px;
}

.navbar-default .navbar-collapse {
    border: none !important;
}

.navbar-collapse {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 7px;
    min-height: 50px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav li.open {
    background-color: #FF8207 !important;
    color: #FFF !important;
}

.dropdown-menu > li > a {
    padding: 8px 20px !important;
}

.dropdown-menu {
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    /*max-height: 500px;*/
    /*overflow-y: auto;*/
}

.navbar-default .navbar-nav .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .dropdown-menu > li > a:focus {
    background-color: #2485D0;
    color: #FFFFFF;
    text-decoration: none;
}

#navbar-wrapper.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.175);
}

/*=========submenu*/
.dropdown-menu > li {
    position: relative;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    box-shadow: none;
    width: 300px;
}

.right-caret:after, .left-caret:after {
    content: "";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block !important;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

.right-caret:after {
    border-left: 5px solid #ffaf46;
}

.left-caret:after {
    border-right: 5px solid #ffaf46;
}

/*=========end submenu*/
.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 2px;
    background: #fff;
    border: 2px solid black;
    color: black;
    text-align: center;
    font: 26px Arial, sans-serif;
    display: inline-block;
}

.selectQuestion {
    width: 60%;
    border: 2px solid;
    border-color: #fff;
    background: transparent;
    padding: 5px;
    line-height: 1;
    height: 34px;
    color: #fff;
    outline-color: #fff;
    outline-width: 2px;
}

.selectQuestion::selection {
    color: #fff;
}

.selectQuestion::-moz-selection {
    color: #fff;
}

.smallhr {
    height: 15px;
    margin: 0;
    border: 0;
}

.navbar-fixed-top {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.175);
}

/*===========from old ui=================================================*/
fieldset.scheduler-border {
    border: 1px groove #09f !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    background: #ffffff;
    border-radius: 2px;
}

legend.scheduler-border {
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: left !important;
    border: none;
    width: auto;
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    margin-bottom: -3px;
    color: #666666;
}

.span-custom {
    font-size: 12px;
    font-weight: bold;
}

.form-signin {
    max-width: 660px;
    padding: 25px;
    margin: 0 auto;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 25px #888888;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.required-indicator {
    color: #ff0000;
}

.header-wrapper {
    background: none repeat scroll 0 0 #fff;
    height: 70px;
    margin-top: 0;
    top: 0;
    width: 100%;
}

.phoneus {
    float: left;
    font-size: 12px;
    height: 50px;
    margin: 46px 25px 0;
    overflow: hidden;
    padding-top: 5px;
    width: 398px;
}

.user-table {
    width: 100%;
    display: table;
}

.user-row {
    width: 100px;
    display: table-row;
}

.user-column {
    display: table-column;
    width: 48%;
    float: left;
    margin-right: 2%;
}

.codebox-title {
    height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #cacaca;
    background-color: #808080;
}

.custom_menuBar {
    background: #eeeeee;
    border-radius: 0px;
    border: 1px solid #ddd;
    max-width: 100%;
    padding: 2px 20px;
}

.spinner {
    background: url(../images/spinner.gif) 50% 50% no-repeat transparent;
    height: 16px;
    width: 16px;
    padding: 0.5em;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
}

/*For Image Centering*/
.image-cropper {
    position: relative;
    overflow: hidden;
    height: 240px;
    border: 1px red solid;
}

.bottom-centered {
    position: absolute;
    left: -50%;
    bottom: 0px;
}

.top-centered {
    position: absolute;
    left: -50%;
}

.chzn-container-multi .chzn-choices {
    padding: 7px;
}

.data-filter-menuBar {
    background: #26a957;
    border-radius: 0;
    border: 1px solid #ddd;
    max-width: 100%;
    padding: 2px 5px !important;
}

.panel-heading {
    color: #FFFFFF !important;
    background-color: #ED8B00 !important;
}

.btn-primary {
    background-color: #26a957 !important;
    border-color: #26a957;
}

.btn {
    border-radius: 0;
}

.query-panel-title {
    font: normal 18pt "Segoe UI Light", "Segoe Light", "Segoe UI", Arial, Helvetica, sans-serif;
    color: #4F4F4F;
    padding: 0 0 4px 10px;
    background: #F9F9F9;
    border-bottom: 1px solid #1777B1;
    height: 38px;
}

.qb-colelement {
}

.qb-colelement > a {
    border-bottom: dashed 1px;;
    color: #0099CC;
    display: inline-block;
    display: inline;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qb-aggregate-function {
    background-image: url('../images/colbtn-aggrfunc.png');
}

.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 10px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.table {
    word-wrap: break-word;
    table-layout: fixed;
}

/*=================end====*/

.dashboard-panel-heading {
    font-size: 25px !important;
}

.search-select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance: none;
    background-color: #FF8207;
    color: #fff;
}

/*for IE10*/
.search-select::-ms-expand {
    display: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active {
    background: #fff !important;
    color: #1A6197 !important;;
}

.nav-pills > li > a {
    /*border: solid 1px #fff !important;*/
    color: #fff;
}

.nav-pills > li > a:hover {
    color: #1A6197 !important;
}

.form-control {
    border-radius: 2px !important;
}

.jamb-placeholder::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.jumbotron {
    padding-bottom: 0px !important;
    padding-top: 1px !important;
}

.progress-bar-info {
    text-align: left;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

/*    styling radio buttons and checkboxes*/

label.btn span {
    font-size: 1.5em;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #7AA3CC;
    display: inline;
}

label:hover input[type="radio"] ~ i.fa {
    color: #7AA3CC;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #7AA3CC;
    display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label.active {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 9%;
}

.table th.data-header {
    font-size: 15px;
    background-color: #ED8B00;
    color: #fff;
}

.table th.data-header > a {
    color: #fff !important;
}

.btn-widget {
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 1) !important;
}

.showmap > a {
    padding: 6px 15px !important;
    border-radius: 0px !important;
    color: #333 !important;
}

.showmap:hover {
    background-color: transparent !important;
}

@media screen and (max-width: 767px) {
    .navbar-right li a {
        text-align: center;
    }
}

.text-important {
    font-size: 20px;
    line-height: 1.3;
}

.map-filter {
    float: left;
    position: absolute;
    top: 147px;
    z-index: 222222;
}

.gap-sm {
    margin-top: 15px;
}

.gap-medium {
    margin-top: 37px;
}

.gap-large {
    margin-top: 100px;
}

.code-text {
    background: #1D1F21;
    color: #c5c8c6;
}

.btn-default-textfld:hover {
    background-color: #ffffff!important;
    border-color: #494F57;
}

.modal-link li a:hover{
    background-color: #2485D0;
    color: #fff;
}

