@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,700');
@import url(font-awesome.css);

body {
    margin: 0px;
    padding: 0px;
    font-size:12px;
    background-color: #eaeef1!important;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
*{
    outline:none!important;
}
p, ul, li, h1, h2, h3, h4, h5, h6 {
    padding:0px;
    list-style-type: none;
    font-weight:300;
    margin:0px;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize;
}

.clear {
    clear:both;
}
a, a img{
    border:0px;
    text-decoration:none!important;;
    color:inherit;
    cursor:pointer;
}
a:hover{
    text-decoration:none!important;
    color: inherit!important;
}
/* bootstrap reset*/
a:hover,		
a:focus {		
    color: inherit!important;	
    text-decoration: none;		
}		
a:focus {		
    outline: none!important;		
    outline-offset: 0px;		
}
label{
    font-weight: normal;
}
label.inline-label{
    display: inline-block!important;
    padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 300;
    line-height: normal;
    color: inherit;
}

/* common style like login and intermediate dashboard style start*/
.l-header .logo{
    width: 50%;
    height: 60px;
    float: left;
    background-repeat: no-repeat;
}
.l-header .logo-2{
    width: 50%;
    height: 60px;
    float: left;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.l-header-right{
    width: 50%;
    height: 60px;
    float: left;
    text-align: right;
    padding: 10px;
}
.l-header-right span{
    color: #fff;
    float: right;
    text-align: center;
    padding:0px 10px;
}
.l-header-right span:hover{
    color: rgba(0,0,0,.5);
}
.l-header-right span select{
    color: #fff;
    background-color: transparent;
    border:0px;
    background-image: url(../images/icons/select-white.png)!important;
    background-position: right center;
    padding-right: 20px;
}
.l-header-right span:hover select{
    color: rgba(0,0,0,.5);
    background-image: url(../images/icons/select-black.png)!important;
}
.l-header-right span select option{
    color: #222;
}
.l-header-right span i{
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
}


.right-header .l-header-right {
    width: auto;
    height: 70px;
    padding: 16px 5px;
}
.right-header .l-header-right span{
    color: #00c18a;
}
.right-header .l-header-right span:hover{
    color: #00c18a;
}
.right-header .l-header-right span select{
    color: #666;    
    background-image: url(../images/icons/select-black.png)!important;
}
.right-header .l-header-right span:hover select{
    color: #00c18a;
}
.right-header .l-header-right span select option{
    color: #666;
}



.login-footter
{
    width:100%;
    color: #fff;
    clear:both;
    padding: 30px 10px 20px 10px;
}
.login-footter a
{
    color:#fff;
}
.login-footter a:hover{
    color:rgba(0,0,0,.5);
}
.login-footter img{
    margin-top: -15px;
}

.login-footter.footter-dashboard{
    background-color: transparent;
    color: #444;
}
.login-footter.footter-dashboard a
{
    color:#444;
}
.login-footter.footter-dashboard a:hover{
    color:#00b9f5;
}

/* common style like login and intermediate dashboard style end*/

/* intermediate dashboard style start*/
.dashboard-box-wrap{
    padding: 15px;
    background-color: #00b9f5;
}
.dashboard-box-inner{
    max-width: 1170px;
    margin:0 auto;
    }
.dashboard-box{
    width: calc(25% - 20px);
    float: left;
    margin:8px 5px;
    overflow:hidden;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.dashboard-box:hover{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    }
.dashboard-box-img, .dashboard-box-img img{
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}
.dashboard-box-con{
    padding:15px 15px 25px 15px;    
    border-radius: 0px 0px 6px 6px;
    background-color: #fff;
}
.dashboard-box-con span{
    width: 100%;
    display: block;
}
.dashboard-box-con h3{
    font-weight: 700;
    color: #00b9f5;
    font-size: 15px;
    height:22px;
    overflow:hidden;
}
.dashboard-box-con p{
    color: #444;
    font-size: 12px;
    height:38px;
    overflow:hidden;
    line-height: 20px;
    margin-bottom: 20px;
}
.dashboard-box-con a.view-more{
    display: inline-block;
    border:1px solid #ccc;
    padding:8px 40px;
    border-radius: 16px;
    font-size: 12px;
    text-transform: uppercase;
    color: #00b9f5;
    font-weight: 500;
}
.dashboard-box:hover .dashboard-box-con a.view-more{
    background-color: #00b9f5;
    color: #fff;
    border:1px solid #00b9f5;
    }
/* intermediate dashboard style end*/


/* header start*/
.right-header{
    width:calc(100% - 55px);
    background-color:#022a3a;   
    color:#fff;    
    min-height:69px;
    font-size: 12px;
    position: fixed;
    z-index: 99;    
    transition: all 0.2s ease;
}
.header-left{
    float:left;
    clear:right;
    padding:15px 25px;
}
.header-left .search-left{
    width:450px;
    position:relative;
    float:left;
}
.header-left .search-left input[type="text"] {
    width: 100%;
    border: none;
    background-color: #07374b;
    padding: 4px 10px;
    height: 40px;
    color: #00c18a;
}
.header-left .search-left select{
    width: calc(100% - 10px);
    border:none;
    background-color:#07374b;
    padding:4px 10px;
    height: 40px;
    color: #00c18a;
    float: left;
}
.header-left .search-left button{
    background-color: transparent;
    position: absolute;
    font-size: 20px;
    color: #00c18a;
    border: 0px;
    right: 0;
    bottom: 0px;
    padding: 12px;
}
.header-left .search-left:hover button{
    color:#00b9f5;
}
.header-left ::-webkit-input-placeholder {color: #00c18a; opacity:1;}
.header-left :-moz-placeholder {color: #00c18a; opacity:1;}
.header-left ::-moz-placeholder {color: #00c18a; opacity:1;}
.header-left :-ms-input-placeholder {color: #00c18a; opacity:1;}
.toggle-menu {
    display: block;
    width: 45px;
    height: 40px;
    text-align: left;
    float: left;
    font-size: 27px;
    color: #00c18a;
    padding-top: 5px;
    cursor: pointer;
    line-height: normal;
}
.header-right{
    float:right;
    text-align:right;
}
.header-right .user-area{   
    padding:14px;
    height:69px;
    padding-right:15px;
    padding-left:15px;
    float:left;
    cursor:pointer;
}
.header-right .user-area img {
    border-radius: 50%;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(0, 193, 139, 0.25);
}
.header-right .user-area .fa-user-circle-o{
    font-size: 30px;
    color: #00c18a;
    position: relative;
    top: 6px;
    left: -5px;

}
.header-right .user-area i
{
    margin-left:5px;
}
.header-right .user-area .dropdown
{
    height:56px;
}
.header-right .user-area:hover .dropdown
{
    color: #00c18a!important;
}
.header-right .user-area .dropdown span > em
{
    color: #fff!important;
    font-style: normal;
    font-weight: 500;
}
.header-right .user-area .dropdown-menu, .header-right .l-header-right .dropdown-menu {
    left: auto;
    right: 8px;
    font-size: 13px;
    padding: 11px 0px;
    border-radius: 0px 0px 4px 4px;
    border-top: 0px;
}
.header-right .user-area .dropdown-menu i, .header-right .l-header-right .dropdown-menu i
{
    margin-right:10px;
}
/* header end*/



/* left part css*/
.left-container{
    background-color:#fff;
    color:#fff;
    padding:0px!important;
    width:55px;
    height: 100%;
    float:left;
    position:relative;
    overflow:hidden;
    position:fixed;
    top:0;
    left:0px;
    transition: all 0.2s ease;
    z-index: 999;
}
.left-container:hover{
    width: 200px;
    -webkit-box-shadow: 5px 0px 8px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 5px 0px 8px 0px rgba(50, 50, 50, 0.08);
    overflow: visible;
}
.menu-ic {
    width: 100%;
    height: 70px;
    background-color: #022a3a;
    text-align: center;
    background-image: url(../images/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}
.menu-ic a{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position:center;
    background-repeat: no-repeat;
    background-size: 84%;
    left: 0px;
}
.menu-ic:hover{
    background-color: #00c18a;
    color: #fff;
}
.menu-ic:hover .fa{
    color: #fff;
}
.left-col{
    width:auto;
    padding:0px 0px;
    /*overflow-y:scroll;*/
    height: calc(100% - 90px);
    /*width: calc(100% + 17px);*/
    /*overflow-x: hidden;*/
    padding-top: 10px;
}
.left-col .accordian-menu{
    min-height: 40px;
    text-align: left;
    font-size: 24px;
    color: #193d4b;
    white-space: nowrap;
    position: relative;
}
.left-col .accordian-menu.hasdrop{
    background-image: url(../images/icons/right-arrow2.png);
    background-position: 175px center;
    background-repeat: no-repeat;
}
.left-col .accordian-menu .fa{
    padding-top: 11px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}
.left-col .accordian-menu .fa span{   
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    position: relative;
    top: -2px;
}
.left-col .accordian-menu:hover{
    background-color: #00c18a;
    color: #fff;
}
.left-col .accordian-menu:hover .fa{
    color: #fff;
}

.left-col .accordian-menu ul {
    width: 120%;
    display: none;
    overflow: hidden;
    font-size: 10px;
    padding: 0px;
    padding-top: 0px;
    position: absolute;
    left: 100%;
    top: 0px;
    -webkit-box-shadow: 3px 3px 6px 1px rgba(0,0,0,.2);
box-shadow: 3px 3px 6px 1px rgba(0,0,0,.2);
border-left: 3px solid #00c18b;
}
.left-col .accordian-menu ul li{
    display: block;
}
.left-col .accordian-menu ul li a {
    display: block;
    border-top: 1px solid rgb(16, 160, 119);
    padding: 5px 0px;
    background-color: rgb(255, 255, 255);
    padding: 1px 3px 9px 0px;
    color: #022a3a;
    background:url(../images/icons/shade.png);
    background-repeat: repeat-y;
}
.left-col .accordian-menu:hover ul li a{
    color: #022a3a;
    background-color: #05ad7e!important;
}
.left-col .accordian-menu ul li a:hover{
    color: #fff;
    background-color: #022a3a!important;
}
.left-col .accordian-menu ul li:first-child a{
    border-top: 0px!important;
    }
.left-col .fa:before {
    width: 55px;
    display: inline-block;
    float: left;
    text-align: center;
}
.left-col .accordian-menu:hover ul{
    display: block;
}
/* left part css*/


/* right-container start*/
.right-container{
    width: auto;
    width:calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    margin-left: 55px;	
    transition: all 0.2s ease;
}
/* right-container end*/
.right-content
{
    padding:10px;
    min-height: 820px;
    padding-top: 0px;
}
.right-menu
{
    padding:80px 10px 0px 10px;
}
.right-content .content-box{
    margin-bottom:7px;
    color:#444;
    font-size:12px;
    background-color:#fff;
    padding: 15px;
    position: relative;
}
.right-content h1{
    margin-bottom:5px;
    margin-top:5px;
    font-size:24px;
    display:block;
    clear:both;
    color:#022a3a;
    line-height: 18px;
}
.right-content h2{
    padding:5px 0px;
    margin-bottom:5px;
    font-size:20px;
    display:block;
    clear:both;
    color:#222;
}
.right-content h3{
    padding:0px 0px;
    font-size:16px;
    display:block;
    clear:both;
    color:#333;
}
.right-content h4{
    padding:10px 0px;
    font-size:16px;
    text-transform: uppercase;
    color: #444;
    display:block;
    clear:both;
}
.right-content p{
    padding:9px 0px;
    font-size:13px;
    display:block;
    color:#222;
    line-height:20px;
}
.right-content label{
    font-size:12px;
    font-weight: 500;
    display: block;
}
.right-content label .text-danger {
    color: #f11212;
    font-weight: 400;
}

.edit-image{
 margin-top: 15px;
 overflow:hidden;
}

.edit-image img{
 border-radius: 50%;
 width: 100%;
}
/* page style end*/



























@media (max-width: 768px)
{
    .login-footter .col-sm-4
    {
        text-align: center!important;
    }
    .login-footter .col-sm-4 img
    {
        margin-top: 0px;
    }
    .l-header .logo, .l-header .l-header-right{
        width: 100%;
        text-align: center;
        background-position:center center;
    }
    .l-header-right span{
        display: inline-block;
        float: none;
    }
    .dashboard-box{
        width: calc(50% - 20px);
    }

    .right-content h1
    {
        margin-top: 0px;
        font-size: 20px;
    }
    .right-content h2{
        padding-left: 15px!important;
    }
    .right-content p{
        padding-left: 0px!important;
    }
    .header-left .search-left{
            width: 100%;
    }

    .header-left, .header-right{
        width: 100%;
    }
    .right-header .l-header-right {
    height: 50px;
    padding: 3px 5px;
    }
    .header-right .user-area {
    padding: 2px;
    height: 50px;
    padding-right: 24px;
    float: right;
    }

}
@media (max-width: 468px)
{
    .dashboard-box{
        width: calc(100% - 20px);
    }
}


#world-chart .highcharts-color-0{
fill:#cccccc!important;
}
.highcharts-credits{
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
}
.total-bigcount{
    color: #fff;
    font-size: 24px;
    padding: 10px 0px;
}
.total-bigcount span{    
    font-size: 16px;
    display: block;
}
.total-smallcount{
    color: #fff;
    font-size: 20px;
    padding: 10px 0px;
}
.total-smallcount span{    
    font-size: 14px;
    display: block;
}

.grouping-box{
    background-color: #effbfb;
    color: #222;
}
.grouping-box input[type="checkbox"]{
    position: relative;
    top: 2px;
}
.grouping-box *{
    color: #222!important;
}
.grouping-box .col-5 > span:last-child i{
    display: none;
}
.grouping-box > .col-5:last-child{
    padding-top: 7px;
}

.right-content label.s-lbl{
    display: inline!important;
    float: left;
    font-size: 11px;
    padding-right: 2px;
}
.right-content .sm-txt {
    float: left!important;
    clear: both!important;
    min-width: 100%;
    max-width: 100%;
}
.right-content .sm-span {
    float: left!important;
    padding-right: 5px;
    color: #00b682;
    font-weight: 500;
}
.btn-two{
    background-color: transparent;
    border:0px;
    color: #022a3a;
    font-size: 14px;
}
.btn-three{
    background-color: transparent;
    border:0px;
    color: #00b682;
    font-size: 14px;
}
span[class^="status-"]:after {
    width: 48px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 3px;
    text-align: center;
    font-size: 8px;
}
.status-43:after{content: "Active"; background-color: #00b682; }
.status-49:after{content: "Pause"; background-color: #13b0ef;}
.status-45:after{content: "Deactive"; background-color: #ed554e;}


.terms{
    padding: 25px;
    height: 100%;
}
.terms .right-content{
    padding-top: 0px;
}

.customtextarea{
    width: 100%;
    min-height: 130px;
    background-color: #022a3a;
    padding: 10px;
    border:10px solid #022a3a;
    color: #00c18a;
    font-size: 11px;
}
.customtextarea:focus{
    border:10px solid #022a3a!important;
}
.customtextarea2{
    width: 100%;
    min-height: 250px;
    background-color: #022a3a;
    padding: 10px;
    border:10px solid #022a3a;
    color: #00c18a;
    font-size: 11px;
}
.customtextarea2:focus{
    border:10px solid #022a3a!important;
}
.editablediv{
    width: 100%;
    min-height: 250px;
    background-color: #022a3a;
    padding: 10px;
    border:1px solid #022a3a;
    color: #00c18a;
    font-size: 11px;
}
.percentage {
    position: absolute;
    bottom: 10px;
    background-color: #00c18a;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 500;
    display: block;
    right: 15px;
    min-width: 45px;
    text-align: center;
}
.small-h1 .fa-user-o{
    font-size: 30px;
    position: relative;
}
.right-content .small-h1.specialh1 h1{
    font-size: 19px!important;
    padding-bottom: 0!important;
    position: relative;
    top: 4px;
}
.outwrapforreal {
    padding: 5px;
    border: 5px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 0px;
    background-color: #faf9ff;
    position: relative;
}

.outwrapforreal h6{
    font-size: 21px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    text-align: left;
    color: #022a3a;
}
.outwrapforreal h5 {
    font-size: 15px;
    padding-top: 7px!important;
    min-height: 36px;
    line-height: 14px;
}
.condenceddiv{
    display: block;
    width: 320px;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
}
.condenceddiv.fullcode{
    height: auto;
    white-space: unset;
}
.tooltips{
    position: absolute;
    left: -15%;
    bottom: 100%;
    background-color: #022a3a;
    border:1px solid #022a3a;
    padding: 15px;
    display: none;
    width: 150%;
    color: #00c18a;
}
td:hover .tooltips{
    display: block;
    }

    ..navbar-default{
        background-color: transparent;
    }
    .navbar {
    position: relative;
    min-height: 10px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
    display: block;
    text-align: left;
}
.navbar .container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-nav > li > a{
    line-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px;
    padding-right:25px;
    font-size: 13px;
    color: #fff;
    height: 35px;
}
.navbar-nav li .fa {
    padding-right: 10px;
    color: #00c18a;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #00c18a!important;
}
.nav > li{
    display: inline-block!important;
}
.navbar-nav > li {
    float: none!important;
}
.tooltip-inner {
  min-width: 200px;
  background-color: #022a3a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #022a3a;
}
.tooltip{
font-size: 11px;
}


.custom-tooltip .tooltip-inner {
  min-width: 100%;
  background-color: #111;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 10px!important;
  text-align: left!important;
}

.search-ul-wrap {
    position: absolute;
    top: 40px;
    left: 45px;
    background-color: #042f40;
    width: calc(100% - 45px);
    padding: 10px;
    color: #0bdea2;
    overflow: hidden;
}
.search-ul{
    overflow-y: scroll;
    max-height: 300px;
    width: calc(100% + 0px);
}
.search-ul li{
    cursor: pointer;
}
.search-inputval{
/*position: absolute;
left:102%;*/
background-image: url(../images/icons/select-ic.png)!important;
background-repeat: no-repeat;
background-position: right center;
cursor: pointer;
}

@media (max-width: 1365px){
    .right-content h3 {
    font-size: 12px;
    color: #808080;
    font-weight: 500;
}
.content-box h5{
    font-size: 12px;
    color: #808080;
    font-weight: 500;
}
.right-content .small-h1.specialh1 h1{
    font-size: 16px!important;
}
.right-content h4{
    font-size: 12px;
    color: #808080;
    font-weight: 500;
}
.right-content h1{
    font-size: 18px;
}
.outwrapforreal h6{
    font-size: 16px;
}
}



@media (max-width: 1200px){
    .right-content h3 {
    font-size: 10px;
    color: #808080;
    font-weight: 500;
}
.content-box h5{
    font-size: 10px;
    color: #808080;
    font-weight: 500;
}
.right-content .small-h1.specialh1 h1{
    font-size: 14px!important;
}
.right-content h4{
    font-size: 10px;
    color: #808080;
    font-weight: 500;
}
}
.skiptranslate, .goog-tooltip, #goog-gt-tt{
    display: none;
    width: 0px;
    height: 0px;
    opacity: 0;
    visibility: hidden;
}
body{
    top: 0px!important;
}
.goog-text-highlight{
    background-color: inherit!important;
    box-shadow: none!important;
}

.disablediv, .disablediv *{
    pointer-events: none;
    cursor: not-allowed;
    opacity: .9;
}

[title~="PDF"],[title~="Excel"]{
display: none;    
}

.ordering{
    display: inline-block;
    width: 20px;
    position: relative;
    height: 12px;
    top: -2px;
}
.ordering .fa{
    font-size: 9px;
}
.bg-dblue{
    background: #022a3a;
}
.bg-dblue h2{
    color: #00c18a;
}


.innermenu ul {
    width: 100%;
    font-size: 15px;
    padding: 0px;
    padding-top: 0px;
    font-family: 'Montserrat', sans-serif;
}
.innermenu ul li{
    min-height: 35px;
    text-align: left;
    font-size: 15px;
    color: #193d4b;
    white-space: nowrap;
    position: relative;
    background-color: #00c18b;
}
.innermenu ul li .fa span {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    position: relative;
    top: -2px;
}
.innermenu ul li a {
    display: block;
    border-top: 1px solid rgb(16, 160, 119);
    padding: 7px 3px 7px 0px;
    color: #fff;
    background-repeat: repeat-y;
}
.innermenu ul li a:hover,.innermenu ul li a.active{
    color: #fff!important;
    background-color: #008c65!important;
}
.innermenu ul li:first-child a{
    border-top: 0px!important;
    }
.innermenu .fa:before {
    width: 40px;
    display: inline-block;
    float: left;
    text-align: center;
}
.righteditable{
    border:1px solid #008c65;
    min-height: 323px;
    padding: 15px;
}

.sel-language{
    position: relative;
}
.sel-language em{
    position: absolute;
    top: -10px;
    right: 30px;
    background-color: #f34545;
    width: 19px;
    height: 18px;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    font-style: normal;
    line-height: 18px;
    font-weight: 600;
}

.somediv{
padding-top: 77px;
padding-left: 10px;
height: 120px;
}
