a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none !important;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.SuperAdminDashboard {
    margin-top: 0 !important;
}

.whitebg {
    background: #fff;
}

span.logo img {
    max-width: 70%;
}

.nav-header {
    padding: 10px 25px;
}

.nav-header a {
    color: #ffffff;
    display: inline-block;
    background: #60A597;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 20px;
}

#page-wrapper {
    background: #fff;
}

.md-skin .navbar-fixed-top,
.md-skin .navbar-static-top,
.md-skin .nav-header,
#wrapper {
    background: #014B3C !important;
}

#wrapper {
    margin-top: 0;
}

.form-control:focus,
.single-line:focus {
    border-color: #60A597 !important;
}

.md-skin .nav>li.active>a,
.md-skin .navbar-default .nav>li>a:hover,
.md-skin .navbar-default .nav>li>a:focus {
    color: #014b3c;
    font-weight: 700;
    background: #F9F15C;
}

.nav>li>a i,
.dropdown-toggle:hover,
.dropdown-toggle:focus {
    color: #f67122;
}

.md-skin .nav>li>a {
    color: #ffffff;
    padding: 14px 20px 14px 25px;
    background: #014b3c;
}

.navbar-right li a:hover i {
    color: #F9F15C !important;
}

.md-skin .nav>li>a:hover i,
.md-skin .nav>li>a:focus i,
.md-skin .nav>li.active>a i {
    color: #014b3c;
}

.md-skin .navbar-static-side {
    box-shadow: none;
}

.md-skin .nav>li.active {
    background: #014b3c;
    margin: 0;
}

.nav>li.active {
    border-left: 4px solid #014b3c;
}

a.navbar-minimalize.minimalize-styl-2 {
    background: no-repeat;
    border: none;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning.active:focus {
    background-color: #60A597;
    border-color: #60A597;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-danger {
    background-color: #007947;
    border-color: #007947;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus {
    background-color: #014B3C;
    border-color: #014B3C;
    color: #fff;
}


/*--------------------------------------------------------------------------------*/

.btn-default {
    background: #505050;
    border: 1px solid #505050;
    color: #fff !important;
}

.btn-primary {
    background-color: #85bf28;
    border-color: #85bf28;
    color: #fff;
}

.btn-warning {
    background-color: #014b3c;
    border-color: #014b3c;
}

.btn-info {
    background-color: #00b4eb !important;
    border-color: #00b4eb !important;
    color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info.active:focus {
    background-color: #60a597;
    border-color: #60a597;
    color: #FFFFFF;
}

.btn-white,
.html5buttons a:hover,
.html5buttons a:focus:active,
.btn-success {
    color: #fff;
    background: #f68221;
    border: 1px solid #f68221;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
    color: #fff;
    border: 1px solid #df611b;
    background: #df611b;
}


/*--------------------------------------------------------------------------------*/

.navy-bg,
.bg-success {
    background-color: #8dac61;
}

.red-bg,
.bg-danger {
    background-color: #22a65d;
}

.yellow-bg,
.bg-warning {
    background-color: #1890bf;
}

.statelbl {
    color: #1890bf !important;
}

.onoffswitch-label {
    border: 2px solid #f67122;
}

.onoffswitch-inner:after {
    background-color: #f67122;
    color: #fff;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #60A597;
    border-color: #60A597;
}

.input-daterange .input-group-addon {
    background-color: #f67122;
    color: #fff;
}

.onoffswitch-inner:before {
    background-color: #f67122;
}

.onoffswitch-switch {
    border: 2px solid #f67122;
}

.ibox-title {
    background-color: #007947;
    color: #ffffff;
}

.ibox-content {
    background: none;
}

.ibox .ibox-content p b {
    display: block;
    border-bottom: 1px solid #60A597;
    color: #60A597;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.ibox .ibox-content p small {
    float: right;
}

.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #fff;
}

ul.headerCanvas {
    background: #fff;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 20px;
}

ul.headerCanvas li {
    width: 18.5%;
    margin-right: 1.5%;
}

.ibox-tools .label-success {
    background-color: #014b3c;
    color: #fcfe7a;
    padding: 5px 10px;
    border-radius: 20px;
}

ul.headerCanvas li .ibox-tools,
.ibox-tools {
    float: right;
}

.md-skin .ibox-title h5 {
    float: none;
}

.Customdd {
    /* float: left; */
    margin-right: 15px;
    display: inline-block;
}

ul.tile {
    padding-top: 20px;
    background: #fff;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.wrapper h2 {
    font-size: 24px;
    color: #014b3c;
    font-weight: 400;
}

hgroup h1,
hgroup h2 {
    font-weight: 400;
}

.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
    background: #014b3c;
    color: #fff;
}

.modal-header .close {
    margin-top: 0;
    color: #fff;
    opacity: 1;
}

.html5buttons a.btn-default {
    color: inherit !important;
}

.html5buttons a.btn-default:hover {
    color: #fff !important;
}

.panel-info>.panel-heading {
    background-color: #60a597;
    border-color: #60a597;
    color: #ffffff;
}

.dataTables_wrapper {
    overflow: scroll;
}

.dropdown-menu>li>a {
    color: #000 !important;
    background: none;
}

.open>.dropdown-menu {
    box-shadow: none;
    padding: 0;
    background: #1ab394;
    right: 0;
    left: auto;
}

.dropdown-menu ul {
    padding: 0;
}

.dropdown-menu li a {
    color: #fff;
    padding: 5px 10px;
    display: block;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #007947;
}

.dropdown-menu.new-four-col-menu {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #e7e7e7;
    padding: 0px 23px;
}

.dropdown-menu.new-four-col-menu li {
    width: 24%;
    display: inline-block;
    padding: 2px 0px;
    font-size: 13px;
    overflow: visible;
    margin-right: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.dropdown-menu.new-four-col-menu li a {
    white-space: break-spaces;
}

.top-navigation .nav>li a:hover,
.top-navigation .nav>li a:focus {
    background: #85bf28;
    color: #fff;
}

.top-navigation .navbar-nav .dropdown-menu>.active>a {
    background: #85bf28;
    color: #fff !important;
    font-weight: bold;
}

.top-navigation .wrapper.wrapper-content {
    padding: 0 40px 40px;
}

.wrapper h2 {
    font-size: 18px;
    color: #014b3c;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}

.page-heading {
    padding: 0 10px 10px 10px;
}

li.new.profile-content.button {
    vertical-align: bottom;
    margin-left: 12px;
    margin-top: 10px;
    display: inline-block;
    margin-right: 20px;
}

.profile-content a.dropdown-toggle {
    padding: 0 !important;
    min-height: auto;
    color: #fff;
}

.profile-content a.dropdown-toggle:hover,
.profile-content a.dropdown-toggle:focus {
    color: #1ab394 !important;
}

.profile-content a.dropdown-toggle .text-muted.block {
    display: inline-block !important;
    position: absolute;
    right: -12px;
    top: 5px;
}

.new-gadropdown {
    vertical-align: bottom;
    padding-top: 12px !important;
    display: inline-block !important;
}


/*.new-gadropdown .form-control {
        height: 27px;
        padding: 0px 12px;
        color: #fff;
        background-color: #1ab394;
        border: 0px solid #ccc;
    }*/

.new-gadropdown .form-control {
    height: 27px;
    padding: 0px 20px;
    color: #fff;
    background-color: #1948b3;
    border: 0px solid #ccc;
    text-transform: uppercase;
    letter-spacing: 3px;
    box-shadow: 0 0 5px #fff;
}

.new-gadropdown span {
    background: #85bf28;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
}


/*====================================================================  

            CSS ADD 23-09-2020

====================================================================*/

nav.navbar.navbar-static-top {
    background: #e7e7e7;
}

.top-navigation .navbar-brand {
    padding: 0;
}

.top-navigation .nav>li.active>a {
    color: #fff;
    background: #85bf28;
}

.top-navigation .nav>li>a {
    font-size: 15px;
    color: #000;
    padding: 15px 20px;
}


/* .white-bg .navbar-fixed-top,
.white-bg .navbar-static-top {
    background: #8dc73f;
} */

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #007947 !important;
    border-color: #007947 !important;
    opacity: 1;
}

.table>thead>tr>th {
    background: #5f9e00 !important;
    color: #fff;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #505050;
    border-color: #000;
}

button:disabled,
button[disabled] {
    opacity: 0.5 !important;
}

.tabs-container.test li a {
    color: #A7B1C2;
}

.tabs-container.test li a:hover,
.tabs-container.test li a:focus {
    background: #007947 !important;
    color: #fff;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #85bf28 !important;
}

.topnav {
    /* background: #f67122; */
    background: #000;
    padding: 10px 0;
    text-align: right;
}

.topnav .nav>li {
    padding: 0 !important;
}

.topnav li.new.profile-content.button {
    margin-top: 0;
}

.topnav .new-gadropdown .form-control {
    background-color: #5f9e00;
    box-shadow: none;
}

.dropdown-menu {
    z-index: 1001 !important;
}


/*-------------------------------------------------------------

                25-09-23

-------------------------------------------------------------*/

.tablelist li:nth-child(odd) {
    /* box-shadow: 0 0 10px #ddd; */
    border: 1px solid #f67122;
}

.tablelist li:nth-child(even) {
    /* box-shadow: 0 0 10px #ddd; */
    border: 1px solid #85bf28;
}

.tablelist li:nth-child(odd) small {
    background: #f67122;
}

.tablelist li:nth-child(even) small {
    background: #85bf28;
}

.maingraphheading h1 {
    color: #f67122;
    font-weight: 600;
}

.Advance_ChartBtn1 {
    border: none;
    background: #f68221;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    padding: 10px 30px;
    border-radius: 5px;
    box-shadow: 0px 6px 0px 0px #df611b;
    font-weight: 600;
    margin: 20px 0;
}

.Advance_ChartBtn1 a {
    color: #fff;
}

.comnbox {
    background: #fff;
    color: #000;
    /* box-shadow: 0 0 10px #ddd; */
    /* border: 1px solid #000; */
}

.comnbox {
    text-align: center;
}

.comnbox aside {
    /*text-transform: capitalize;*/
    color: #fff;
    padding: 15px;
    background: #505050;
    font-size: 15px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comnbox strong {
    background: #f1f1f1;
    color: #000;
    display: block;
    padding: 20px;
    font-size: 50px;
}

.form-control,
.single-line,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    height: 50px;
    background: none;
}

#datepicker input {
    background: none !important;
}