html {
    position: relative;
    min-height: 100%;
}

* {
    font-family: 'Montserrat', sans-serif;
}
body {
    padding-top: 0px;
    margin-bottom: 0px !important;
    background-color:#E9EAEE !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: .5px;
    font-size: 10.5pt;
    margin-bottom: 60px;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    line-height: 0.8;
}
h3, .h3 {
    font-size: 18pt;
}

img {
    max-width:100%;
}
.error
{
    color: #a94442;
}
a:hover, a:focus {

    text-decoration: none;
}
.jumbotron {
    height:auto;
    min-height:auto;
    margin: 0px auto !important;
    background-color:#E9EAEE !important;
}
.form_area
{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.space
{
    white-space: normal;
    line-height: 20px;
}

.navbar-right {
    margin-right: 0px !important;
}
.navbar .submenu-padding {
    z-index: -1;
}
.nav-user {

}
#selectlist {
    font-size: 9pt !important;
    height: auto !important;
    padding: 8px !important;
    border: 0px;
}
.navbar-inverse {
    background-color: #17334d !important;
    border-color:#17334d !important;
    border-radius: 0px !important;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d !important;
}
.navbar-inverse .btn-info {
    margin-top: 8px;
    font-size: 21pt;
    padding-left:8px;
    background-color: transparent;
    border-color: transparent;
    color:#fff !important;
}
/* .navbar-inverse .btn-info:hover {
    background-color:#00A6FF;
    color:#fff;
}

.navbar-header {
    float:none;
    display:inline-block;
    vertical-align: top;
    width:100%;
}*/
.navbar-header .btn-info {
  /*  margin-top: 6px;*/
    font-size: 18pt;
    padding-left:8px;
    background-color: transparent;
    border-color: transparent;
    color:#000;
}



/*.navbar-collapse.collapse {
    float:right;
    margin-top: 12pt;
}
.navbar {
    min-height: 65px;
    background: #fff;
    border: none;
    border-radius: 0;
    padding-top: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.navbar .company-logo img {
    max-height: 50px;
}*/

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
  /*  margin-bottom: 2px!important;*/
}

.navbar-collapse.collapse {
    float:right;
    margin-top: 22px;
}

.navbar {
    /*min-height: 65px;*/
    background: #fff;
    border: none;
    border-radius: 0;
    /*padding-top: 0px;*/
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.navbar .company-logo img {
    max-height: 50px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
/*.navbar-fixed-top ul, ol {

    margin-bottom: 0px;
}*/

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
.report-menu .title {

    font-size: 19pt;
    text-align: left;
    color:#8f9ea6;
    text-transform: uppercase;
}
.butstyle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Charts */

.highcharts-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18pt !important;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    font-weight: 400 !important;
    width:100% !important;
    padding-bottom: 10px;
}

.wrapword {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}
.breadcrumb {
    border-radius: 0px!important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
-----------------------------------------------------*/
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #17334D;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
   left: 0;
   height: 100vh;
   z-index:9;
   max-height: calc(120vh - 10rem);
     overflow-y: auto;
     top:59px;
     bottom:0;
     padding-bottom: 50px;


}

#sidebar.active {
    min-width: 90px;
    max-width: 90px;
    text-align: center;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
    transition: all .15s;
    color:#fff;
    opacity: 0.7;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif !important;
}

#sidebar ul li a .icon {
    width: 30px;
    text-align: center;
    font-size: 20px;
    vertical-align: top;
    padding: 0px;
    display: inline-block;
    height: 20px;
    vertical-align: top;
}

#sidebar.active ul li a {
    padding: 12px 0px;
    text-align: center;
    font-size: 9.5pt;
    opacity: 1.0;
}
/*#sidebar ul li a .subtitle {

    max-width: 175px!important;
    display: inline;
    width: 170px;
    position: relative;
}
#sidebar.active ul li a .subtitle {
    display:none;
}
#sidebar.active ul li a .icon {
    padding: 0px ;
}*/
#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
       font-size:  1.8em;
    margin-bottom: 5px;
    vertical-align: top;

}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 0px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
/*#sidebar.active ul li a .icon {
    font-size: 21.5pt ;
    vertical-align: top;
}*/

#sidebar .sidebar-header {
    padding: 15px 40px 10px 30px;

}
#sidebar.active .sidebar-header {
    padding: 20px 10px 25px 10px;

}


#sidebar .sidebar-header strong {
    display: none;
    font-size: 21.5pt;
}
#sidebar .sidebar-header h3 {
    margin:0px;
}

#sidebar ul.components {
    padding: 0px 0px 0px 0px;
    margin-bottom: 60px;

}

#sidebar ul.components li{
    position: relative;
}
#sidebar ul.components li .pageCollapse {
    position: absolute;
    right: 0;
}

#sidebar ul li a {
    padding: 13px 10px 13px 5px;
    font-size: 1.1em;
    display: block;
    border-left: 10px;
    border-left: 6px solid transparent;

}
#sidebar ul li a:hover {
    opacity: 1.0;
    background: #0F2233;
    text-decoration: none;
    border-left: 6px solid #00A6FF;
}
#sidebar.active ul li a
{
    border-left: none;
    font-size: 6.5pt;
}

#sidebar.active ul li a:hover {
    border-left: none;
}
#sidebar ul li a i {
    margin-right: 8px;
    /*vertical-align: top!important;*/
}
/*#sidebar ul li a i:before{
    font-size: 16px;
    vertical-align: top;
}
#sidebar ul li a span{
    display: inline-block;
}*/
#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background-color:#0F2233;
    opacity: 1.0 !important;

}
/*#sidebar.active .pageCollapse{
    padding: 13px 5px !important;
}*/

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar a[aria-expanded="false"]::before, #sidebar a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 1.2em;
}
#sidebar a[aria-expanded="true"]::before {
    content: '\e260';
}
.navbar-right a[aria-expanded="true"]::before {
    content: '';

}
.navbar-right a[aria-expanded="false"]::before,.navbar-right a[aria-expanded="true"]::before {
    content: '';

}

ul ul a {

}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #29aae2;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.navgationdrop ul li.active > a, a[aria-expanded="true"] {
    opacity: 1.0;
    background: transparent;
    text-decoration: none;
    border-left: 0px;
}


/* ---------------------------------------------------
    CONTENT STYLE
-----------------------------------------------------*/
/*#content {
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    width:100%;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
}*/
#content {
    width: calc(100% - 250px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    overflow: hidden;
    margin-top: 6%;

}

#content.active {
    width: 100%;
    padding-left: 90px;
}

@media (max-width: 768px) {
  #content {
margin-top: 12%;

  }
}

@media (min-width : 320px) and (max-width : 480px){
  #content {
margin-top: 19%;

  }
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 90px;
        max-width: 90px;
        text-align: center;
        margin-left: -90px !important ;
    }
      #sidebar    a[aria-expanded="false"]::before,     #sidebar  a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }


    #sidebar.active {
        margin-left: 0 !important;
    }
    #navbar-collapse-1 {
        float: right !important;
        display:block;
        border:none;
        z-index: 9;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #fff;

    }
    #navbar-collapse-1 .navbar-nav {
        margin:0px !important;
    }
    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 9.5pt;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;

    }


    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
         font-size: 1.3em;
     }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }

    #content  {
        width: 100%;
        padding-bottom: 75px;
    }

    #content.active {
        width:calc(100% - 90px);
        padding-left: 0px;
    }

   #brdheader .active
   {
     margin-left:90px;
   }

}

.pageCollapse{
    padding: 13px 10px;
    line-height: 24px;
    z-index: 9999;
    cursor: pointer;
}
/*.pageCollapse:hover{
    border-left: 6px solid transparent;
}*/
.ctNav.active .pageSubmenu{
    margin-left: 0;
}
#pageSubmenu,#distribution, .pageSubmenu{
    margin-left: 10px;
}
#pageSubmenu,#distribution, .pageSubmenu_none{
    margin-left: 0px;
}
.pageSubmenu li .icon {
    font-size: 13pt!important;
}


.top20 {
    margin-top: 20px !important
}

.vertical_line {
    border-left: 2px solid #ddd;
    display: inline !important;
    height: 5px !important;
    padding-left: 5px;
    padding-right: 5px
}

.vertical_box {
    font-size: 1.2em !important;
    display: inline !important;
    padding-left: 5px;
    padding-right: 5px
}

.main_area {
    background-color: #f6f6f6;
    color: inherit;
    font-size: 9.75pt;
    font-weight: 200;
    line-height: 21px;
    padding: 15px 30px 30px;
    margin-top: 0
}

.navbar-main {
    height: 30px;
    border: 0 !important
}

.navbar-brand {
    height: 50px !important;
    padding: 12px 10px 12px 10px !important;
    color: #eee !important;
    font-size:15.5pt !important;
    text-transform: capitalize !important;
    vertical-align: bottom !important
}

.nav-user {
    display: inline-block;
    text-align: right;
    color: #777;
    font-size:12pt
}

.navbar-small {
    height: 28px !important
}

.beta {
    font-size:7.1pt;
    color: #777;
    margin-left: 5px
}

.navbar-lower {
    margin-top: -5px;
    padding-top: 5px;
    position: fixed;
    right: 0;
    left: 0;
    height: 30px !important;
    background-color: #555 !important;
    color: #eaeaea !important;
    font-weight: 100;
    border-radius: 0 !important
}

.nav>li>a {
    padding: 10px 10px 15px 10px !important;
    text-transform: lowercase
}

.navbar-inverse .navbar-nav>.active>a {
    background-color: #00ace3 !important;
    font-weight: 500 !important
}

.menu-lower>li>a {
    padding: 5px 15px !important;
    color: #eee !important;
    background-color: transparent !important
}

.menu-lower>li>a:focus {
    color: #eee !important;
    background-color: transparent !important;
    font-weight: 500 !important
}

.menu-lower>li>a:active {
    color: blue !important;
    background-color: transparent !important;
    font-weight: 500 !important
}

.menu-lower>li>a:hover {
    color: #eee !important;
    background-color: transparent !important;
    font-weight: 500 !important
}

.stats_bar {
    text-align: center;
    margin-top: 5px
}

.stats_bar .row {
    margin-top: 10px
}

.chart-area {
    padding-left: 3px !important;
    padding-right: 3px !important
}

.mini-ts {
    height: 190px;
    margin-top: -60px !important;
    z-index: 10 !important
}

.subtext {
    color: #777 !important;
    font-weight: 300 !important;
    font-size: 13pt !important;
    text-align: center;
    display: inline-block
}

.subtext h3 {
    font-weight: 100 !important;
    font-size: 19pt !important;
    display: inline-block
}

.subtext h4 {
    color: #29aae2;
    font-weight: 400 !important;
    font-size: 33.4pt !important;
    display: inline-block;
    font-size: 12pt !important;
}

.highcharts-axis-labels {
    color: #29aae2 !important;
    font-size: 1.2em !important;
}

.butpro {
    vertical-align: top
}

.butstyle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(center top, #fff 50%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: -webkit-linear-gradient(top, #fff, #f8f8f8);
    background-image: -o-linear-gradient(top, #fff, #f8f8f8);
    background-image: linear-gradient(to bottom, #fff 50%, #f8f8f8 100%);
    border-color: #dedfe0 #c8c8c8 #c8c8c8;
    border-image: none;
    border-right: 1px solid #c8c8c8;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
    color: #333;
    /*cursor: pointer;*/
    display: inline-block;
    font-family: 'Montserrat', sans-serif !important;
    font-size:9.6pt;
    margin-right: 1.8%;
    margin-bottom: 15px;
    width: 100%;
    padding: 18px;
    transition: border-color .21s ease-out 0
}

.butstyle.flat {
    background-image: none;
    background: #FFF;
    border: 0;
    color: #777
}

.butstyle:first-child {
    margin-left: 0
}

.butstyle.full {
    width: 100%
}

.butstyle:hover {
    border-color: #dd7a1f
}

.butpro .sub h2 {
    margin: 0 0 15px 0;
    font-size: 28.6pt;
    font-weight: 300;
    text-align: left;
    color: #555
}

.butpro .sub h3 {
    margin: 0 0 15px 0;
    font-size: 26.3pt;
    font-weight: 100;
    text-align: center
}

.butpro .sub span {
    color: #29aae2;
    display: block;
    font-size: 45.4pt;
    font-weight: 400;
    text-align: left;
    line-height: 26px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px
}

.butpro .stat {
    padding: 4px 0;
    text-align: center;
    margin-top: -10px;
    z-index: 100
}

.butpro .stat h3 {
    margin: 0 0 20px 0;
    font-size: 21.5pt;
    font-weight: 100;
    text-align: center
}

.butpro .stat h4 {
    margin: 0 0 20px 0;
    font-size: 17.9pt;
    font-weight: 100;
    text-align: center;
    color: #555
}

.butpro .stat .equal {
    background: url("/images/stat-equal.png") no-repeat scroll left center transparent;
    font-size: 9pt;
    padding: 0 0 0 19px;
    display: inline
}

.butpro .stat .up {
    background: url("/images/stat-up.png") no-repeat scroll left center transparent;
    font-size: 9pt;
    padding: 0 0 0 19px;
    display: inline
}

.butpro .stat .down {
    background: url("/images/stat-down.png") no-repeat scroll left center transparent;
    font-size: 9pt;
    padding: 0 0 0 19px;
    display: inline
}

.butpro .sub {
    padding-top: 4px
}

.butpro .subchart {
    padding-top: 5px
}

.butpro .subchart span {
    color: #434d55;
    display: inline-block
}

.butpro .subchart .block {
    display: block !important
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.text-muted {
    font-size:9.6pt !important;
    color: #ddd !important;
    font-weight: 100 ;
}

.chartsubtitle {
    padding-top: 5px;
    font-weight: 100 !important
}

.chartsubtitle h3 {
    font-size:15.5pt
}

.block-flat,
.block-wizard {
    margin-bottom: 40px;
    padding: 20px 20px;
    background: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04)
}

.block-transparent {
    margin-bottom: 40px
}

.block-transparent .header {
    padding: 0 5px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px
}

.block-transparent .header h4 {
    font-weight: 400
}

.block-transparent .header h4 .fa {
    font-size: 10.5pt
}

.chart-title {
    font-weight: 200;
    padding-bottom: 2px;
    display: block;
    border-bottom: solid 1px #333;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.tooltip-text {
    font-weight: 100;
    border-bottom: solid 1px #333;
    margin-bottom: 5px;
    text-align: center
}

#sub-header-title {
    display: block;
    margin: 0 auto;
    text-align: center !important;
    vertical-align: middle !important;
    text-transform: capitalize !important
}

.totalrow {
    background-color: #d3d6ff;
    font-weight: 700
}

button.ColVis_Button {
    color: #000 !important;
    text-transform: capitalize;
    font-size: 10px
}

#datatable_wrapper {
    margin-top: 5px !important;
    color: #eee;
    font-weight: 100
}

div.dataTables_length {
    font-size:9.6pt;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    text-transform: uppercase
}

div.dataTables_filter {
    font-size:9.6pt;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #777 !important;
    border:  none;
}

div.dataTables_filter.label {
    color: #eee !important;
    border: 0
}

div.dataTables_info {
    font-size: 9pt;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif
}

div.dataTables_paginate {
    font-size: 9pt;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    text-transform: uppercase
}

table {
    width: 100%
}

table.dataTable {
    margin: 0 auto;
    clear: both;
    width: 100% !important;
    cell-padding: 0;
    cell-spacing: 0;
    font-size: 10.5pt !important;
    border: solid 1px #d0d0d0
}

table.dataTable thead th {
    padding: 3px 0 3px 10px;
    cursor: pointer;
    text-transform: uppercase
}

table.dataTable td {
    white-space: nowrap;
    border-left: solid 1px #d0d0d0;
    border-right: solid 1px #d0d0d0
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    top: 3px;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {

    background: #999;
    color: #fff;
}
.table-bordered {
    background: #fff;
}

#report_table tbody>tr>td {
    white-space: nowrap;
    font-size: 10px
}

.DTTT_container {
    margin-right: 5px !important
}

#printoptions {
    float: right;
    position: absolute;
    margin: 5px 15px 10px 15px;
    vertical-align: top
}

#report_table tbody>th {
    text-transform: uppercase;
    text-align: left;
    font-size: 9pt;
    font-weight: 600
}

.dataTables_wrapper {
    margin: 2px 0px 10px;
}

tr.row_selected td {
    background-color: #07a5d8 !important
}

.ColVis_Button {
    margin-top: 2px;
    padding: 3px 10px;
    height: 20px
}

.chart-info {
    background-color: #0c0c0c
}

#tooltip {
    text-align: center;
    color: #ddd;
    background: #777;
    position: absolute;
    z-index: 999 !important;
    padding: 15px;
    border-radius: 10px
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto
}

#tooltip.left:after {
    left: 10px;
    margin: 0
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0
}

#countertitle {
    font-size: 30pt;
    color: #b2b2b2;
    font-weight: bold;
    padding: 10px 0 2px 5px;
    text-transform: uppercase;
    font-family: "Avenir Next", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif
}

#subheader {
    margin-top: 20px
}

#subheadertitle {
    font-size: 19.5pt;
    color: #b2b2b2;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Avenir Next"
}

#counternum2,
#counternum2 a {
    float: center;
    font-size: 7pt;
    vertical-align: bottom;
    text-align: left;
    color: #29aae2;
    font-weight: 600;
    font-family: "Avenir Next", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-weight: 500;
    padding-top: 5px;
    text-decoration: none
}

.chart-button {
    margin-top: -30px !important
}
.highcharts-breadcrumbs-group ,.highcharts-breadcrumbs-group text,
 .highcharts-label , .highcharts-label text ,.highcharts-contextmenu ul li {
    font-size: 10px !important;
  }

.highcharts-title tspan {
    margin-top: 25px !important;
    padding-top: 40px !important
}
.highcharts-legend-item  {
    font-size: 15px !important;
    font-weight: bold !important
}
.highcharts-data-label{
    font-size: 14px !important;
}

/* .highcharts-legend-item tspan {
    font-weight: 100 !important
}

.highcharts-legend-item text {
    font-weight: 100 !important;
    font-size:10.7pt !important
} */

#dateTextArea {
    height: 16px;
    color: #777;
    font-weight: 100;
    font-size:9.6pt;
    float: right;
    text-align: right;
    vertical-align: top
}

.bu-dropbox {
    vertical-align: top;
    background-color: inherit;
    outline: 0;
    border: 0
}

#dropbox {
    vertical-align: top;
    line-height: 22px !important;
    outline: 0;
    border: 0;
    padding-left: 5px
}

#droplist {
    /* padding-left: 15px; */
    /*    font-family: 'Montserrat', sans-serif !important;
        display: inline-block;
        float: right;
        font-weight: 100;
        color: #555;
        border: 0 !important;
        border-radius: 3px*/
}



.toggle-icon {
    float: right;
    margin: auto;
    display: inline
}

/*.form-control {
        height: 20px !important;
        padding: 2px !important;
    border: 0;
        border-radius: 2px;
        font-size:12pt !important;
    vertical-align:  top
}*/

.select,
option,
select:focus,
option:focus,
select::-moz-focus-inner,
option::-moz-focus-inner {
    /*    font-size:12pt !important;*/
    /*    font-family: 'Montserrat', sans-serif !important;*/
    font-weight: 100 !important;
    outline: 0;
    border: 0;
    color: #555
}

.ajax-loader {
    padding-top: 5px;
    padding-left: 30px;
    vertical-align: middle;
    display:inline-block;
}
.tooltip{
    word-break: break-all;
}
.tooltip-icon {
    padding-left: 5px;
    color: #ddd !important;
    font-size:12pt;
    display: inline !important
}

.report-margin {
    margin-top: 50px
}

.report-menu {
    text-align: center;
    padding: 5px 15px
}

.stats-header {
    font-weight: 100;
    font-size:12pt;
    color: #eee;
    text-transform: capitalize;
    vertical-align: top
}

.droplist-align {
    /*    margin-right: 30px;*/
    /*    margin-top: 10px;*/
}

.report-menu .title {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16.7pt;
    text-align: left;
    display: inline;
    font-family:'Montserrat', sans-serif !important;
}

#report_title_div {
    float: left
}

#print_options_div {
    float: right;
    margin-right: -7px
}

#print_options_div,
#report_title_div {
    text-align: left;
    color: #555;
    display: inline;
    vertical-align: top;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif !important
}

.print-buttons {
    display: inline;
    color: #555;
    font-weight: 100;
    border: 1px solid transparent;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif !important
}

.ui-button .ui-button-text {
    color: #eee;
    background-color: #555;
    font-weight: 100;
    font-size:10.7pt;
    font-family: 'Montserrat', sans-serif !important;
}

.ui-button-text:hover {
    color: #FFF;
    background-color: #555;
    font-weight: 200;
    font-size:10.7pt;
    font-family:'Montserrat', sans-serif !important;
}

.ui-button-text:focus {
    color: #FFF;
    background-color: #555;
    font-weight: 200;
    font-size:10.7pt;
    font-family: 'Montserrat', sans-serif !important;
}

.ui-button:active {
    color: #FFF;
    background-color: #555
}

.buttons-colvis {
    margin-right: 5px
}

.input-box {
    margin: 5px 0 5px 0;
    height: 30px !important;
    text-align: left;
    vertical-align: top !important;
    padding: 5px 0 5px 12px !important
}

.input-box-button {
    margin-top: 10px !important
}

.page-title {
    color: #286090;
    font-weight: 400;
    font-size:18pt;
    /*    vertical-align: bottom;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.4;    */
}


.refresh-counter {
    display: inline-block !important;
    text-align: right !important;
    float: right !important
}

@media(max-width:767px) {
/*
    #droplist {
        text-align: right;
    } */
    #submenu-header {
        display: none !important
    }
    #chartbody {
        padding-bottom: 200px !important
    }
}

@media screen and (max-width:766px) {

    .collapsing,
    .in {
        background-color: #222
    }
    .collapsing ul li a,
    .in ul li a {
        color: #eee !important;
        background-color: #222 !important
    }
    .collapsing ul li a:hover,
    .in ul li a:hover {
        color: #FFF !important;
        font-weight: 600;
        background-color: #222 !important
    }
}

@media(max-width:568px) {
    .chartTitle h2{
        font-size: 14pt;
    }

    .navbar-brand {
        padding: 12px 2px 12px 2px !important
    }
}


/*.dataTables_length select {
    background-color: #3f3f3f;
}*/
.roportform
{
    /*margin:5% auto ;*/
    margin:0;
}
.loginbox{

    margin-top: 5%;
    border-top: 6px solid #0088D8;
    background-color:#fff;
    padding: 20px 20px 10px 20px;
    box-shadow: 0 10px 10px -2px rgba(0,0,0,0.12),0 -2px 10px -2px rgba(0,0,0,0.12);
    /*    padding: 20px;
        margin: 20px 0;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/

}
.loginbox label{
    font-weight: normal;
    /*    color: #555;*/
}
.checklabel{
    margin-top: 10px;
}

.lostpwd{
    margin-left: 30px;

}
.lostpwd a{
    color: #555;
}
.loginbox .form-control{
    /*padding: 10px 5px !important;*/
    /*line-height: 2;*/
    height: 40px !important;
    background-color: #fbfbfb;
    border-radius: 0;
}
.loginbox .form-control:focus{
    box-shadow: none;

}
.gobtn{
    padding: 3px 10px !important;
    font-size: 9pt !important;
}
#dates-area .form-control,.roportform .form-control{
    height: 26px !important;

}
@media (min-width: 768px) {
    .form-inline .form-group {
        margin-bottom:10px!important;

    }
}

/* copied below css from old style.css file */
.custom-our-css{
    background-color: #595959;
    color: white;
    padding: 5px;
    float: right;
    margin: 2px;
    cursor: pointer;
}
.custom-color-button{
    background-color: #595959;
    padding: 5px;
    margin: 5px;
    color: white;
}

.custom-color-button:hover{
    color: white;
    text-decoration: none;
}
.table-with-buttons{
    position: relative;
}
.button-position{
    position: absolute;
    right: 182px;
    top: 18px;
    display: none;
    /*display: inline-block;*/
    z-index: 2222;
}
.dt-button-collection{
    background-color: #595959 !important;
}
.buttons-columnVisibility{
    color: white;
}
.buttons-columnVisibility:hover{
    color: white;
    text-decoration: none;
}


html {
    height: 100%;
}

body {
    /*display: flex;*/
    /*flex-direction: column;*/
    min-height: 100%;
}

/*


*/
@media (min-width: 768px) {
    .form-inline .form-group {
        margin-bottom:10px!important;

    }
    /*    .form-inline .form-control,#dates-area select {
            width: 100% !important;
        }*/
}


/*      #footer {
        background-color: #f5f5f5;
         height: 60px;
      }*/
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        /*        margin-left: -20px;
                margin-right: -20px;*/
        padding-left: 20px;
        padding-right: 20px;
    }
    .butstyle {

        padding: 10px;
    }
    .navbar {

        margin-bottom: 5px !important;
    }
    .client_tittle {

        margin-bottom: 0px!important;
    }

    #front_head_area .col-md-12
    {
        text-align: right;
        margin-right: 0px;
    }
}
.bu_tittle
{
    font-size: 15pt;
    color: #e78f08;
}
.user_name
{
    font-size: 12pt;
    color: #e78f08;
}
.client_tittle
{
    font-size: 19pt;
    text-align: left;
    color: #286090 ;
    /*   #8f9ea6  text-transform: uppercase;*/
    font-weight: 300;
    margin-bottom: 10px;

}
.client_tittle::first-letter {

    text-transform: uppercase;
}
.navbar-text {
    margin-top: 20px!important;
    float: right;
    margin-bottom: 0px!important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #333333!important;
}
.chartTitle h2{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16pt ;
    text-transform: capitalize;
    font-weight: 400 !important;
    width: 100% !important;
    /*    padding-bottom: 2px;*/
    margin-top: 0px;
    margin-bottom: 5px;

}
/*.chartTitle h2 label{
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 280px;
    height:1.2em;
}*/
/*.chartTitle h2 label:hover{
    overflow: visible;
}*/
.chartTitle h2 label{
    font-weight: normal;
    display: inline-flex;
    min-height: 30px;
}
.client_right{
    text-align: right;
}
.input-group-addon, .input-group-btn {
    /* width: auto !important; */
}
.client_right >.input-group{
    margin-bottom: 15px;
}
.clsTotalCnt
{
    color: #29aae2;
    font-weight: 400 ;
    font-size: 12pt ;
    margin-bottom:8px;

}
.clsTotalgrp{
    /*    padding: 4px 0;*/
    text-align: center;
    margin-bottom: 8px;
    /*    margin-top: -10px;*/
    z-index: 100;
    /*font-weight:100 ;*/
    font-size: 12pt ;
    color: #000;

}

/*************** CHECK BOX AND RADIO **************/

.checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 12pt;
    height: 12pt;
    left: 0;
    top: 0;
    margin-left: -10px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }

/************END CHECKBOX AND RADIO ****************/


.footable-header
{
    background: #777;
    color: #fff;
}
.footable-pagination-wrapper span
{
    display: none;
}
.btn
{
    margin-bottom: 5px;
    /*    padding: 5px 12px;*/
}
#__filterContainer .col-md-1
{
    padding-top:   20px !important;
}

/**************** Select Manual css *************/
/**, *:before, *:after {
  -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
  -ms-box-sizing: inherit;
    box-sizing: inherit;
}*/
.plain-select  {
    display:inline-block;
    vertical-align:middle;
    position:relative;
    max-width:180px;
    font-size: 14px;
}
.plain-select select {
    line-height:normal;
    height:34px;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    max-width:180px;
    display:block;
    width:100%;
    border:1px solid #ccc;
    border-radius: 4px;
    background:#fff;

    line-height: 1.42857143;
    color: #555;
    padding: 6px 30px 6px 12px;
    margin:0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;

}
.ie8 .plain-select select{padding-right:3px}
.plain-select select:focus {
    background:#fff;
    outline:none;
    border-color:#ccc;

}
.plain-select ::-ms-expand {
    display:none;
}
.plain-select:after{
    content:"";
    position:absolute;
    z-index:2;
    right:13px;
    top:50%;
    margin-top:-3px;
    height:0;
    width:0;
    border-top:6px solid #000;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    pointer-events:none;
    cursor: pointer;
}
#droplist .plain-select select{
  cursor: pointer;
}
/**************** END Select Manual css *************/
.form-horizontal{
    margin-bottom: 60px !important;
}
#reportContainer, .col-md-6:nth-child(odd-8) {
    padding-right:  0px;
}
#reportContainer, .col-md-6:nth-child(3n+2) {
    /* padding-left: 3px; */
}

#reportContainer .col-md-4{
   padding-left: 15px;
}

.navbar-text .dropdown-menu .fa
{
    padding: 5px;

}
.navbar-text .dropdown-menu{
    margin:  0;
}
.navbar-text .dropdown-menu > li > a {

    padding: 10px 15px;
    font-size: 14pt;
}

.ui-state-default{
    position:relative;
}.ui-state-default,
.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{
    border:none!important;
    background:transparent!important;
    font-weight:normal;color:#555;
}
.ui-state-default span{
    position:absolute;
    top:20px;
    left:20px;
    -ms-transform:scale(2);
    -webkit-transform:scale(2);
    transform:scale(2);
    z-index:10px;
    cursor: pointer;
}
.ui-state-default .title{
    position:absolute;
    border:0;
    margin:0;
    padding:0;
    padding-top:14px;
    height:54px;
    width:400px;
    text-indent:80px;
    border:1px solid #d3d3d3;
    background:#f9f9f9 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    pointer-events:none
}
.first-title{
    margin-left:10px
}
.space{
    position:relative;
    list-style-type:none;
    border:0;margin:0;
    padding:0;
    margin-left:70px;
    width:60px;
    top:68px;
    padding-bottom:68px;
    height:100%;
    z-index:1
}
.first-space{
    margin-left:10px
}
@media (min-width : 320px) and (max-width : 480px){
    #reportContainer, .col-md-6:nth-child(odd) {
        padding-right:  15px;

    }
    #reportContainer, .col-md-6:nth-child(even) {
        padding-left: 15px;

    }
    /*.breadcrumb
    {
        display: inline-block;
    }*/
}
/**
 * Demo Styles
 */

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
}

.logindiv {
    margin: 0 auto;
    padding-top: 5%;
    max-width:420px;
    /*    width: 94%;*/
}
#footer {
    padding-bottom: 10px;
    color:#000 !important;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #E9EAEE ;
    text-align: center;

  }
.footer {
    width:100%;
    text-align: center;

}

#footer .text-muted {
    color:#000 !important;
    font-weight: 400!important;

}

/************************** auth css *************************/
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 5px
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px
}
.form-signin .checkbox {
    font-weight: normal
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.form-signin .form-control:focus {
    z-index: 2
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.account-wall {
    margin-top: 20px;
    padding: 40px 0 20px 0;
    background-color: #f7f7f7;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px rgba(0,0,0,0.3)
}
.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block
}
.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.need-help {
    margin-top: 10px
}
.new-account {
    display: block;
    margin-top: 10px
}
.login-failed {
    color: red
}
.btn-lg {
    margin-top: 5px
}

.forGotPassword{
    background-color: #F2F2F2;
    padding: 15px 0px;
    text-align: center;

}
.forGotPassword:hover{
    box-shadow: 0 10px 10px -2px rgba(0,0,0,0.12);
}
.forGotPassword a{
    color: #000;
    outline: none;
}
.forGotPassword a:hover, .forGotPassword a:active,.forGotPassword a:focus{
    text-decoration: none;
    outline: none;
}

.logindiv .btn-primary {
    margin-top: 10px;
    width: 100%;
    padding: 12px;
}
.search-but-pad
{
    padding-top: 22px;
    padding-bottom: 10px;
}
/********* DTATA TABLE CUSTOMISE *************/

table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 150px!important;
}
.table-bordered > tbody > tr > td .form-control {

    height: 20px!important;
}
div.dataTables_scroll {

    margin-bottom: 20px;
}

#reportContainer,.col-md-6>.butstyle.flat {
    min-height: 560px;
}
table.table-bordered.dataTable tbody td{
    word-wrap: break-word; word-break: break-all; white-space: normal;
      word-wrap: normal!important;;       /* Internet Explorer 5.5+ */

}
table.table-bordered>.radio, .checkbox {

    margin-top: 0px;
    margin-bottom: 0px;
}


.ellipsis {
    height: 60px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1em;
    padding-right: 15px;
    display:block;
}

.ellipsis:after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 0.3em;
}

.ellipsis span:after {
    content: '\0000a0';
    position: absolute;
    width: 1000px;
    z-index: 1;

}

.d1 { width:180px;}

.item-text-wrap .label{
    white-space: normal!important;
    display: inline-block;
}
.grid_sear_area .form-group{
    padding-right: 10px;
}
.grid_sear_area_js .form-group{
    padding-right: 14px;
}
@media (min-width: 768px) {
    #front_head_area .col-md-3,.col-md-4, .col-xs-6,.col-xs-5, col-xs-1
    {

        /* padding-right: 2px;
        padding-left: 2px; */

    }

    /* #front_head_area .col-md-4
    {

        width: 28.333%;

    } */
    /* #front_head_area .col-md-3
    {

        width: 20.333%;

    }
    #front_head_area .col-md-5
    {

        width: 51%;

    } */
}

.d1 p {
    padding: 0 0 10px;
}


@media (max-width: 768px)
{
    .chartTitle h2 ,.page-title ,h3, .h3, .client_tittle {
        font-size: 15pt;
    }

    .bu_tittle {
        font-size: 13pt;
    }
    .input-group.start_date, .input-group.end_date, .input-append{
  width: 100%;
}
}

table.dataTable th {
    /*    white-space: nowrap;*/
    border-left: solid 1px #d0d0d0;
    border-right: solid 1px #d0d0d0;
}
.modal-body .dataTables_wrapper .dataTables_paginate .paginate_button {

    display: inline!important;
}
.modal-body .dataTables_wrapper .dataTables_paginate .paginate_button {

    display: contents!important;
}
#front_head_area{
    padding-bottom:0px;
}
#front_head_area .col-md-3
{
  /* padding-right: 5px!important;
padding-left: 5px!important;
text-align: right; */
}
 #front_head_area .col-md-5
{
  /* padding-right: 5px!important;
padding-left: 0px!important;
text-align: left; */
}

#front_head_area .col-md-4
{
 /* padding-right: 15px!important; */
 /* padding-right: 50px!important;
padding-left: 5px!important;
text-align: right; */
}

/*Changes*/

/*bugroup*/
@media screen and (max-width:960px)  {
  #accordion-example-1 .fa-child{
    font-size: 17px;
  }
}

/*reports/add*/
.popover-content{
  background-color: #fff;
  color: #000;
}

/*settings/pages*/
#accordion-example-1 .label{
  display: inline-block;
}

/* ----------- Div Panel > Refresh graph @ start ----------- */
.chartTitle .fa-refresh{
    color: #ddd !important;
    font-size: 12pt !important;
}
.butpro{position: relative}

.butpro .overlay{
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
}

.butpro > .overlay{
    position: absolute;
    color: #000;
    font-size: 30px;
    width: 100%;
    height:100%;
    left: 0;
    top :0;
}

.butpro .overlay .fa-spin{
    top: 50%;
    position: absolute;
    left: 50%;
}
/* ----------- Div Panel > Refresh graph @ end ----------- */

/* ----------- Template Card @ start ----------- */
.bg-primary {
    border-color: #0088CC!important;
}
.card-box {
  display: table;
  width: 100%;
  min-height: 65px;
  word-break: break-all;
  margin-top: 13px;
  background:#e6e6e6;
  padding: 15px 0px 15px 0px;
  border-radius: 4px;
}

.card-box.card-left {
  border-left: 3px solid #CCC;
}

.card-box .card-box-content {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.card-box .card-icon {
  margin-right: 15px;
  width: 60px;
  height: 60px;
  line-height: 59px;
  font-size: 4rem;
  text-align: center;
  color: #fff;
  border-radius: 55px;
  margin-left: 10px;
}
.card-box .card-box-content{
  line-height:8px;
}
.card-box .card-box-content .card-box-number {
  margin-right: .2em;
  color: #333;
  vertical-align: middle;
  font-size: 2.2rem;
}
.card-box-content .card-box-text{
  color: #595959;
}

.checkbox-inline input[type="radio"]{
  box-shadow: none!important;
  border:none!important;
}

.navbar-btn:active:focus{
  background-color: transparent!important;
  box-shadow: none!important;
}



@media screen and (min-width:1281px){
.navbar-btn:hover {
    background-color:#00A6FF;
    /* color:#fff; */
 }
.navbar-btn:active:focus, .navbar-btn:active,.navbar-btn:not(:hover){
  background-color: transparent!important;
  box-shadow: none!important;
  /* color: #fff!important; */
 }
}
#droplist .plain-select, #droplist .plain-select select{
  width: 100% !important;
  max-width: 100% !important;
}
#front_head_area .bugroup_btn .input-group{
  display: flex;
  margin-left: 15px;
}
#__filterContainer .grid_sear_area{
  padding-right: 0px;
}
.pagination{
  margin: 20px 0px 39px 0px;
}

.bu_backbtn{
  margin: 20px 10px 39px 0px;
}
#accordion-example-1 .btn-sm{
  padding: 5px 4px;
}
@media screen and (max-width:800px) {
  #accordion-example-1 .btn-sm{
    padding: 5px 3px ;
  }
}
#accordion-example-1_wrapper #accordion-example-1 .checkbox input[type="checkbox"]{
  position: static !important;
  margin-left: -13px !important;
}
#accordion-example-1_wrapper #accordion-example-1 .checkbox{
  padding-left: 0px !important;
}
#accordion-example-1 .fa-child,#accordion-example-1 .fa-trash, #accordion-example-1 .fa-trash-o{
  font-size: 17px;
  padding: 0px 3px;
}
#accordion-example-1 .fa-pencil-square-o,
#accordion-example-1 .fa-list-alt,
#accordion-example-1 .fa-paint-brush, #accordion-example-1 .fa-eye,
#accordion-example-1 .fa-cog
 {
  font-size: 17px;
}
#accordion-example-1 .fa-users{
  font-size: 16px;
}
@media screen and (min-width:1024px){
  #front_head_area .daterange_btn{
    margin-left: -40px !important;
  }
  #front_head_area .bugroup_btn{
    margin-left: -20px !important;
  }
}
/*dkids logo center*/
.navbar-text li img{
  margin-top: -10px;
}
@media screen and (min-width:600px) and (max-width:660px){
  .bugroup_btn{
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width:320px) and (max-width:360px){
.bugroup_btn{
  margin-top: 5px;
  margin-bottom: 5px;
}
}
@media screen and (min-width:375px) and (max-width:412px){
  .bugroup_btn{
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width:667px) and (max-width:720px){
  .bugroup_btn{
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width:736px) and (max-width:760px){
  .bugroup_btn{
      margin-top: 5px;
      margin-bottom: 5px;
  }
}
@media screen and (min-width:768px) and (max-width:798px){
  .bugroup_btn{
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width:800px) and (max-width:958px){
  .bugroup_btn{
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width:960px) and (max-width:998px){
  .bugroup_btn{
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/*front-head row start*/
.start_date_row, .end_date_row, .btnSearch_row{
  padding-left:0px;

}
.end_date_row
{
    display: inline-flex;
}
.btnSearch_row{
    display: inline-block;
}

.btnSearch_row .btn{
  padding:5px!important;
  margin: 0px!important;
}
.input-group.start_date, .input-group.end_date{
  width: 150px;
}
@media screen and (min-width:320px) and (max-width:730px){
  .droplist_row{
    padding-left:0px;
  }
  .bu_btn .bootstrap-select > .dropdown-toggle{
    padding-right: 0px;
    width: 100%;
  }
}
@media screen and (min-width:750px) and (max-width:960px){
  .droplist_row{
    padding-left:0px;
  }
  .bu_btn .bootstrap-select > .dropdown-toggle{
    padding-right: 0px;
    width: 100%;
  }
}
@media screen and (min-width:320px) and (max-width:414px){
  #reportContainer .col-md-12, #reportContainer .col-md-6{
    padding-left: 0px;
  }
}
@media screen and (min-width:1024px) and (max-width:1024px){
  .droplist_row{
    margin-left: -12px;
  }
  .bu_btn{
    margin-left: -14px;
  }
  #btn-FilterDp{
    margin-left: -15px;
  }
}
@media screen and (min-width:1025px){
  .bootstrap-select > .dropdown-toggle {
      /* width: 240px !important; */
        /* width: 250px; */
        width: 301px !important;
  }
  .evDynamicTable tbody tr td div input{
    min-width : 240px !important;
}
.evDynamicTable tbody tr td div.input-group input {
    min-width : 200px !important;
}
}
@media screen and (min-width:736px) and (max-width:736px){
  .droplist_row{
    padding-left: 0px;
  }
  .end_date, .droplist_row, .bu_btn{
    margin-top: 5px;
  }
}
@media screen and (min-width:1024px) and (max-width:1800px){
  .bu_btn{
    float: right;
  }
  .bu_btn .input-group{
    float: right;
    padding-right: 3px;
  }
  .bu_nav{
    display: inline-flex;
  }
}
@media screen and (min-width:1024px) and (max-width:1024px){
 .droplist_row{
  padding-right: 0px;
 }
}
.navbar-header .list-inline > li{
  margin-top: 0px;
}
/*.list-inline > li{
  margin-top: -5px;
}*/
.checkbox-inline input[type=radio]{
  box-shadow: none!important;
  border: none!important;
}
.front_head_row{
  margin-right: 0px;
  /* margin-left: -30px; */
}
.btn-back{
  margin-bottom: 10px;
  margin-right: 14px;
}
.time-zone{
    font-size: 14px;
    color: #333;
    padding-right: 25px;
}
.extra_input{
  width:220px!important;
  min-width:220px!important;
}
.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}
#_st-date{
  padding: 6px 7px;
  font-size: 13px;
}
#_end-date{
  font-size: 13px;
  padding: 6px 7px;
}
#_dt-startdate span, #_dt-enddate span{
  padding: 6px 4px;
}
#_dt-enddate span:first-child{
  padding: 6px 7px;
}
#_dt-startdate span i, #_dt-enddate span i{
  cursor: pointer;
}
.navbar-header .bu_nav{
  margin-left: 9px;
}
.bu_nav li{
  margin-bottom: 10px;
}
@media screen and (min-width:320px) and (max-width:730px){
  .bu_btn .input-group{
    width: 100%;
  }
  .end_date_row{
    margin-top: 5px;
  }
  .bu_btn{
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width:750px) and (max-width:1023px){
  .bu_btn .input-group{
    width: 100%;
  }
  .end_date_row{
    margin-top: 5px;
  }
  .bu_btn{
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width:740px) and (max-width:740px){
  .end_date_row{
    margin-top: 5px;
  }
  .bu_btn{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .droplist_row{
    padding-left:0px;
  }
  .bu_btn .bootstrap-select > .dropdown-toggle{
    padding-right: 0px;
  }
}
select::-ms-value {
  background: none; /* remove blue background on ie10/ie11 when selected*/
  color:#000;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.bootstrap-select > .dropdown-toggle {
    width: 240px !important;
      /* width: 100% !important; */
}

.enddatebt
{
  display: inline-flex!important;
}
.navbar-header h3 {
    display: block;
    margin-bottom: 0px;
    margin-top:0px
}
.navbar-header .btn {
  padding: 5px 6px;
margin-top: 0px;

}
.navbar-header  strong {
    display: none;
}
@media (max-width: 768px) {
  .navbar-header h3 {
      display: none;
  }
  .navbar-header  strong {
      display: block;
  }
  .bootstrap-select > .dropdown-toggle {
      width: 220px !important;
        /* width: 100% !important; */
  }
.evDynamicTable tbody tr td div input{
    min-width : 220px !important;
}
.evDynamicTable tbody tr td div.input-group input {
    min-width : 180px !important;
}
}

.toolicon
{
  display: block;
  line-height: 1.4;
  font-size: 12px;
  text-align: center;
  padding-left: 10px;
  margin-top: -20px;
  position: absolute;
}
.infor_toolicon
{
  display: none;
  padding-left:10px;
}
@media (max-width: 768px) {
  .toolicon {
      display:none;
      padding-left: 10px;
  }
  .infor_toolicon {
      display:none;
  }
  .navbar-header {
      margin-top:10px;
  }
}
.navbar-header {
    float: none;
    display: inline-block;
  /*  vertical-align: top;*/
}
.bu_nav {
    display: inline-flex;
    float: right;

}/*
@media (max-width: 768px) {
.navbar-header {

    display: inline-flex;

}
}
.navbar-header.nav > li
{
  display: inline-block;
}*/
.input-group-btn .btn
{
  margin-bottom: 0px !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #fff;
}
.navbar-right ul li.active > a, a[aria-expanded="true"] {
  color: #eee;
background-color: transparent;
opacity: 1 !important;
border-left: 0px solid #0F2233;
}
.bu-regions .dropdown-toggle{
     width: 120px !important;
}

.but_mr{
   margin-top:18px;
   bottom:0px;
}
.input-group.start_date, .input-group.end_date, .input-append{
  width: 113px;
}
.input-append{
    width: 142px;
}
.evtpop .form-group {
    padding: 5px;
}

.funnel-chart,.pie-datatable,.pie-legend{
    height: 400px!important;
}
.col-md-custom {
    width: 20% !important;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.dr_li .btn {

    margin-bottom: 0px;
}

.pan_show .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 0px;
}
.pan_show .checkbox-inline {

    padding: 10px 10px 10px 20px;
}

@media screen and (min-width:320px) and (max-width:730px){
.mob_dis{
clear: both;
float: right;
}
.btnSearch_row{
 padding-left:5px;
}
}
.bread_bg
{
  background: #f5f5f5;
}

/* Tooltip container */
.tooltip {
 position: relative;
 display: inline-block;
 border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
 visibility: hidden;
 width: 120px;
 background-color: #555;
 color: #fff;
 text-align: center;
 padding: 5px 0;
 border-radius: 6px;

 /* Position the tooltip text */
 position: absolute;
 z-index: 1;
 bottom: 125%;
 left: 50%;
 margin-left: -60px;

 /* Fade in tooltip */
 opacity: 0;
 transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
 content: "";
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 border-width: 5px;
 border-style: solid;
 border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
 visibility: visible;
 opacity: 1;
}
@media screen and (min-width:320px) and (max-width:730px){
.navbar-text,.dropdown-menu, .user_name
{
  font-size: 10pt;
}
.list-inline > li {

    padding-right: 2px;
  }
}
@media screen and (min-width: 701px) and (max-width: 900px){
  .toolicon
  {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
}
.navbar-header ul, ol {
    margin-top: 5px;
    margin-bottom: 5px;
}

.breadcb_area
{
  position: relative;

}
div .dataTables_paginate span.paginate_button{
    box-sizing: border-box;
    display: inline-block !important;
    padding: 0.5em 1em !important;
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #777 !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background-color:#FFFFFF !important;
}
.modal-body .dataTables_wrapper .dataTables_paginate span.paginate_button {
     display: inline-block !important;
}
div .dataTables_paginate  .paginate_input
{
  max-width: 50px!important;
}
.bu_payment .bootstrap-select>.dropdown-toggle {
    width:270px !important;
}
@media (max-width: 768px) {
.navbar-text .dropdown-menu>li>a
{
    padding: 8px 10px!important;
    font-size: 12pt!important;
}
.navbar-text .dropdown-menu {

    right: -15px;
}
}


#wdr-pivot-view .wdr-credits a,#wdr-tab-connect,#wdr-tab-open,#wdr-tab-save{
     display: none !important;
}
.highcharts-data-table{
   max-height: 200px;
   overflow: auto
}

.highcharts-data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    min-width: 100%;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 0.9em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    border: 1px solid silver;
    padding: 0.5em;
}
.highcharts-data-table caption{
    display: none;
}
.highcharts-data-table tr:nth-child(even), .highcharts-data-table thead tr {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #eff;
}
.highcharts-data-table caption {
    border-bottom: none;
    font-size: 1.1em;
    font-weight: bold;
}

.highcharts-data-table thead th {
    background-color: #e9eaee!important;
}

.evDynamicTable tr td{
    width: 25%;
}
/*.ev_dynamic-panel{
    overflow-x: auto;
} */
.select-drop-height .dropdown-menu {
    max-height: 200px !important;
}
.pwdField {
    position:relative;
}
#btnToggle{
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
#sbtnToggle{
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
#cbtnToggle{
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
#mbtnToggle{
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

#snbtnToggle{
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

#mul-sel-drop .bootstrap-select>.dropdown-toggle {

    width: 300px!important;
}

#frmBuClone .checkbox {
    padding-left: 12px;
}
#frmBuClone h3{
    margin-left: 14px;
    padding-bottom: 15px;
}
#bu_reports_list{
    padding-left: 30px;
}
.modal-footer .btn+.btn {
    margin-bottom: 5px !important;
    margin-left: 5px;
}
.dimension_view{
    margin-bottom: 10px;
}
.bu_select .dropdown-menu {
    right: 0 !important;
    left : auto !important;
}