
/*=============================================================
    Authour URI: www.binarytheme.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
   
    ========================================================  */


/*==============================================
    BASIC  STYLES    
    =============================================*/
    
@font-face{
    
    font-family: "century_gothic";
    src: url("../fonts/Century Gothic.ttf") format("truetype");
    
}

    
body {
    font-family: 'century_gothic', sans-serif;
    line-height:25px;
}

#wrapper {
    width: 100%;
    background: #fcfcfc;
    /*background: #202020;*/
    /*background: #21232d;*/

}

#page-wrapper {
    padding: 15px 15px;
    min-height: 600px;
    background: #FFF;
}

#page-inner {
    width: 100%;
    margin: 10px 20px 10px 0px;
    background-color: #e6e8ed!important;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 10px;
    min-height: 1200px;
}

.page-head-line {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 2px solid #fcfcfc;
    margin-bottom: 10px;
}

.page-subhead-line {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 20px;
    font-style:italic;
    margin-bottom:30px;
    margin-top:2px;
    border-top: 2px solid #fcfcfc;
    border-bottom:1px dashed #fcfcfc;
    color: #fff;
    font-weight: 600;

}


/*==============================================
    MENU STYLES    
    =============================================*/


.navbar-cls-top .navbar-brand {
    /*background: #21618C;*/
    background: #fcfcfc;
    width: 260px;
    height: 60px;
    padding-top: 15px;
    padding-left: 10px;
}

.header-right {
    color:#3f3f40;;
    /*color: #fff;*/
    padding: 15px 50px 5px 50px;
    float: right;
    font-size: 16px;

}

.navbar-cls-top .navbar-brand:hover {
    background: #fcfcfc;
    color: #fff;
}

.user-img-div {
    min-height: 140px;
    padding: 20px;
    background-color: #4380B8;
}

    .user-img-div img {
        max-height: 60px;
    }

    .user-img-div .inner-text {
        text-align: right;
        position: relative;
        color: #fff;
        font-weight: 800;
        line-height: 25px;
    }

.active-menu {
    background-color:#d4d4d4!important;
    /*background-color: #275471!important;*/
}
.active-menu-top {
    background-color: #000!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 {
            color:#3f3f40;
            /*color: #9799ab;*/
            /*background: #202020;*/
            background: #fcfcfc;
            text-shadow: none;
            padding: 15px 40px;
            border-bottom: 1px solid #2F2E31;
        }

    .sidebar-collapse > .nav > li > a {
        padding: 15px 10px;
    }

    .sidebar-collapse .nav > li > a:hover,
    .sidebar-collapse .nav > li > a:focus {
        background: #0A0A0A;
        color: #FFFFFF;
        outline: 0;
    }



.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: #202020;
}

.navbar-cls-top {
    /*background: #21618C;*/
    background: #fcfcfc;
    border-bottom: none;
}


.navbar-default {
    border: 0px solid black;
}

.navbar-header {
    background: #000000;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #00CA79;
}

.navbar-default .navbar-toggle {
    border-color: #fcfcfc;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

.nav > li > a > i {
    margin-right: 10px;
}


/*==============================================
    FOOTER  STYLES    
    =============================================*/
#footer-sec {
    background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 90.2%);
    padding:20px 50px;
    color:#fff;
    font-size:12px;
}

    #footer-sec a {
        color:#fff;
    }
    #footer-sec a:hover,a:focus {
        color:#fff;
        text-decoration:none;
    }
    
/*==============================================
    First Row    
    =============================================*/    
    
/* ---------- MAIN ---------- */

.main-container {
  grid-area: main;
  overflow-y: auto;
  padding: 20px 20px;
}

.main-cards {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 0.5fr;
  gap: 120px;
  margin: 20px 0;
  height:180px;
}

.main-cards2 {
  /*display: grid;*/
  grid-template-columns: 0.5fr 0.5fr;
  gap: 10px;
  margin: 20px 0;
  /*height:180px;*/
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 10px;
  background-color: #ffffff;
  box-sizing: border-box;
  /*border: 1px solid #d2d2d3;*/
  border-radius: 5px;
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2);
}

.card:first-child {
  /*background-image: linear-gradient( 135deg, #ABDCFF 10%, #0396FF 100%);*/
  background-color:#f4f4f3;
  border-left: 7px solid #bcbcbc;

}

.card:nth-child(2) {
  /*background-image: linear-gradient( 135deg, #FFD3A5 10%, #FD6585 100%);*/
   background-color:#f4f4f3;
   border-left: 7px solid #0092ca;
}

.card:nth-child(3) {
  /*background-image: linear-gradient( 135deg, #EE9AE5 10%, #5961F9 100%);}*/
  background-color:#f4f4f3;
  border-left: 7px solid #585e68;

}
.card > span {
  font-size: 25px;
  font-weight: 600;
}

.card-inner {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
}

.card-inner > p {
  font-size: 17px;
  color:#333;
  
}

.card-inner > i {
  font-size:90px;
  color:#fff;
  vertical-align: middle;
  margin-top:15px;

}

.summary-charts{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    
    
    
}

.charts-card {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 25px;
  box-sizing: border-box;
  -webkit-column-break-inside: avoid;
  border: 1px solid #d2d2d3;
  border-radius: 5px;
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2);
}

.chart-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
}
  .material-icons-outlined {
  vertical-align: middle;
  line-height: 1px;
}



    
   /* ---------- SCROLLBARS ---------- */

::-webkit-scrollbar {
  width: 13px;
  height: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #21618c;

}

::-webkit-scrollbar-thumb {
  background-color: #21618c;

}

::-webkit-scrollbar-thumb:hover {
  background-color: #21618c;
} 
    
    
    
    
    
    
    
    
    
    
/*==============================================
    MEDIA QUERIES     
    =============================================*/

@media (min-width:768px) {
    #page-wrapper {
        margin: 0 0 0 260px;
        padding: 15px 30px;
        min-height: 1200px;
    }


    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
    }

    .navbar {
        border-radius: 0px;
    }
}


#map {
  height: 100%;
}
