
/*=============================================================
    Authour URI: www.binarycart.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
/*==============================================
    GENERAL  STYLES    
    =============================================*/
body {
    font-family: 'Open Sans', sans-serif;
}

 #wrapper {
    width: 100%;
    background:#668caf;
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 600px;
    background:#F3F3F3;
   
}
#page-inner {
    width:100%;
    margin:10px 20px 10px 0px;
    background-color:#fff!important;
    padding:10px;
    min-height:1200px;
}

.text-center {
    text-align:center;
}
.no-boder {
    border:1px solid #f3f3f3;
}
h2 {
    color: #f00;
}
h4 {
    padding-top:10px;
}
.square-btn-adjust {
    border: 0px solid transparent; 
   -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

}
p {
    font-size:16px;
    line-height:25px;
    padding-top:20px;
}
/*==============================================
   DASHBOARD STYLES    
    =============================================*/
.panel-back {
    background-color:#F8F8F8;

}
   .noti-box {
min-height: 100px;
padding: 20px;
}

    .noti-box .icon-box {
display: block;
float: left;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}
.text-box p{
    margin: 0 0 3px;
}
.main-text {
    font-size: 25px;
    font-weight:600;
}
.set-icon {
    -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;

}
    .bg-color-green {
background-color: #00CE6F;
color: #fff;
}
 .bg-color-blue {
background-color: #A95DF0;
color: #fff;
}
  .bg-color-red {
background-color: #DB0630;
color: #fff;
}
  .bg-color-brown {
background-color: #B94A00;
color: #fff;
}


 .icon-box-right {
display: block;
float: right;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}

 .main-temp-back {
background: #8702A8;
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
text-align: center;
}
 .main-temp-back .text-temp {
font-size: 40px;
}
.back-dash {
    padding:20px;
    font-size:20px;
    font-weight:500;
      -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color:#2EA7EB;
color:#fff;
}
    .back-dash p {
        padding-top:16px;
        font-size:13px;
        color:#fff;
        line-height:25px;
        text-align:justify;
    }
    .back-footer-green {
    background-color: #009B50;
    border-top: 0px solid #fff;
}
     .back-footer-red {
    background-color: #AF0000;
    border-top: 0px solid #fff;
}
     .color-bottom-txt {
   color: #000;
font-size: 16px;
line-height: 30px;
}
     /*CHAT PANEL*/
 .chat-panel .panel-body {
height: 450px;
overflow-y: scroll;
}
 .chat-box {
margin: 0;
padding: 0;
list-style: none;
}
 .chat-box li {
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px dotted #808080;
}
 .chat-box li.left .chat-body {
margin-left: 90px;
}
 .chat-box li .chat-body p {
margin: 0;
color: #8d8888;
}
.chat-img>img {
    margin-left:20px;
}

/*==============================================
    MENU STYLES    
    =============================================*/


.user-image {
    margin: 25px auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
max-height:170px;
max-width:170px;
}

.navbar-cls-top .navbar-brand {
	color: #fff;
background: #668caf; /*#C90000;*/
width: 260px;
text-align: center;
height: 60px;
font-size: 30px;
font-weight: 700;
}
.active-menu {
    background-color:#455d74 !important; /*#C90000!important; */
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 55px;
}
.sidebar-collapse , .sidebar-collapse .nav{
	background:none;
}
.sidebar-collapse .nav {
	padding:0;
}
.sidebar-collapse .nav > li > a,
.sidebar-collapse .nav > li > div a {
	color:#fff;
	background:#668caf;
	text-shadow:none;
	
}
.sidebar-collapse > .nav > li > a,
.sidebar-collapse > .nav > li > div {
	padding:15px 10px;
}
.sidebar-collapse > .nav > li {
	border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}
.sidebar-collapse .nav > li  a:hover,
.sidebar-collapse .nav > li  a:focus,
.sidebar-collapse .nav > li:hover,
.sidebar-collapse .nav > li:focus {
	
	background:#455d74;
	outline:0;
}

.sidebar-collapse .nav > li.nohover:hover,
.sidebar-collapse .nav > li.nohover:focus {
    background:none;
}

.nav-second-level > li > a:before ,
.nav-third-level > li > a:before {
	content:"";
	display:block;
	position:absolute;
	left:20px;
	width:15px;
	height:1px;
	background:#ff0000;
	top:20px;
}
.nav-second-level > li > a:after,
.nav-third-level > li > a:after {
	content:"";
	display:block;
	position:absolute;
	left:20px;
	width:1px;
	height:100%;
	background:#ff0000;
	top:0px;
	z-index:10;
}
.nav-second-level  > li:last-child > a:after,
.nav-third-level  > li:last-child > a:after {
	height:50%;
}
.nav-third-level > li > a:after,
.nav-third-level > li > a:before  {
	left:40px;
}
.navbar-side {
	border:none;
	background-color: #668caf; /*#668caf;*/
	
}
.navbar-cls-top {
	/*background:#4D4D4D;*/
            background:#668caf;
	border-bottom:none;
	
}
.navbar-cls-top .navbar-brand:hover {

background: #C90000;
color:#fff;

}

.navbar-default {
border:0px solid black;
     
}
.navbar-header {
    background: #668caf; /*#A70303; */
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #B40101;
}
.navbar-default .navbar-toggle {
border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #FFF;
}
.nav > li > a > i,
.nav li  div  a  i {
    margin-right:10px;
    width:45px;
}
/*==============================================
    UI ELEMENTS STYLES     
    =============================================*/
.btn-circle {
width: 50px;
height: 50px;
padding: 6px 0;
 -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
font-size: 12px;
line-height: 1.428571429;
}


/*ZZZZZ*/
.printonly {
    display:none;
}
.round10 {
    border-radius: 10px;
}
table.tabledisplay {
    width: 100%;
    border: 1px solid #000
}

table.tabledisplay th {
    background-color: #E3E3E3;
    text-align: center;
    border: 1px solid #000
}

table.tabledisplay th:first-child {
    text-align: left;
    padding-left: 5px
}

table.tabledisplay td {
    text-align: center;
    white-space: nowrap;
    border: 1px solid #000;
    padding: 2px
}

table.tabledisplay td:first-child {
    text-align: left;
    padding-left: 5px
}
p.label, p.notes-label {
    font-size: 14px;
    color: #000
}
p.chart-title {
    font-size: 20px;
    font-weight:bold;
}
p.chart-instructions {
    font-size:11px;
}
p.notes-label {
    padding-left:0;
}

p.bigheading {
    font-size: 20px!important
}

p.bottom-space {
    padding-bottom:10px;
}
fieldset.form-group {
    padding-bottom: 10px;
}
div.tight-fit {
    padding-left:0px;
}

.btnReportEdit {
    margin-bottom:0px !important;
}
.btnReportAction {
    width:40%;
    margin-bottom:2px !important;
    margin-top:0px !important;
    margin-right:5px !important;
}
.padtop10 {
    padding-top: 10px;
}
.padtop20 {
    padding-top:20px;
}
.padtop30 {
    padding-top:30px;
}
.padtop40 {
    padding-top:40px;
}
.padleft40 {
    padding-left:40px;
}

.alert {
    position: relative;
    height: 60px;
    padding: 0;
    background-color: #ddd;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 6px;
}

.alert .close {
    top: 0;
    right: 0;
    position: absolute;
    padding: 0 20px;
    line-height: 60px
}

.alert h3 {
    float: left;
    padding: 0 20px;
    /* line-height: 60px */
}

.alert p {
    /*line-height: 60px */
}

.alert.alert-color {
    color: #fff
}

.alert.alert-color p {
    color: #f0f0f0
}

.alert.alert-color h3 {
    color: #fff
}

.alert.alert-warning {
    background-color: #ffb236
}

.alert.alert-error {
    background-color: #f64646
}

.alert.alert-info {
    background-color: #43a7ea
}

.alert.alert-success {
    background-color: #97d040
}

.radio label {
    padding-right:15px;
}
select.selection {
    min-width:100px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

masonry-grid .item {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    margin-bottom: 30px
}

.masonry-grid .item .image {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative
}

.masonry-grid .item .image img {
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.masonry-grid .item .image .overlay {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.masonry-grid .item .description {
    padding: 20px
}

.masonry-grid .item .description h2 {
    margin: 0 0 15px 0
}
.overlay {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: rgba(118, 131, 198, .8);
    border: 0 solid rgba(255, 255, 255, .2);
    -webkit-transition: .3s;
    transition: .3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.overlay:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1
}

.overlay i,
.overlay span.title {
    color: #fff;
    font-size: 40px;
    position: relative;
    top: -60px;
    -webkit-transition: .3s;
    transition: .3s
}

.overlay span.title {
    font-size: 30px
}

.overlay:hover i,
.overlay:hover span.title {
    top: 10px
}

#map_container{
  position: relative;
}
#map {
     position:relative;
     overflow:hidden;
     height:100%;
     width:98%;
     margin:auto;
     border-radius:25px;
     border:1px solid silver;
     /*padding:5px;*/
     z-index: 3;
}
.map_margin {
    margin-left:0 !important;
    margin-right:0 !important;
}
dt.reports {
    font-weight: bold;
    border-bottom:1px solid silver;
    font-size:20px;
    margin-bottom:10px;
    text-align: right;
    padding-right:20px;
}
dd.reports {
     padding-bottom:2px;
}
#report-col-1 h3,
#report-col-2 h3 {
    padding-top:30px;
}
#report-col-1 dl,
#report-col-2 dl {
    /*border: 1px dashed silver; */
    padding: 10px;
}
.no-border {
    border: none !important;
}
.dl-border {
    border: 1px dashed silver;
    padding: 10px;   
}











/*==============================================
    MEDIA QUERIES     
    =============================================*/
/*@media (max-width: 1350px) 
{
    div#map {
        width: 100% !important;
        margin:0;
    }
}
@media (min-width: 1200px)
{
    div#map {
        width:80% !important;
        margin:0 !important;
    }
}
*/
 @media (min-width: 992px)
 {
  /*  div#map {
        width: 70%;
        margin:0;
    }*/
    label.withBorder {
        padding-left:5px !important;
        padding-right:5px !important;
    }
}



 @media(min-width:768px) {
     #page-wrapper{
               margin: 0 0 0 260px;
        padding: 15px 30px;
        min-height: 1200px;
		
    }

div.radio {
    margin-bottom: 15px !important;
}
	
    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
    }

   .navbar {
 border-radius: 0px; 
}
   
}
#nav-logo {
    cursor: hand;
    cursor: pointer;
}
label.withBorder {
    padding-right:10px;
    padding-left:10px;
    border:1px solid silver;
    margin-right:10px;
    border-radius: 10px;
    cursor: hand;
    cursor: pointer;
    padding-top:2px;
    padding-bottom:3px;
    background-color: #668caf;
    color:white;
}
.filtered {
  /*-webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;*/
  color:silver !important;
}