* {
    margin: 0px;
    padding: 0px;
}

:root {

    --blue-primary: #ea5b21;
    --blue-light: #fc8150;
    --blue-dark: #ea5b21;
    --blue-welcome: #ea5b21;
}

body {
    font-size: 14px;
}

@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:500,600");
@import url("icons.css");
::placeholder {
    color: #aaa !important;
}

.metismenu {
    padding: 0;
    padding-top: 55px;
}

.metismenu ul {
    padding: 0;
}

.metismenu ul li {
    list-style: none;
    /*  */
    border-top: 1px solid #003267;
}

.nav-second-level li a,
.nav-thrid-level li a {
    padding: 8px 20px 8px 10px;
    color: #cacdd3;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-break: auto;
    white-space: normal;
    font-size: 14px;
}

.nav-second-level li a:focus,
.nav-thrid-level li a:focus {
    background-color: var(--blue-dark);
}

.nav-second-level li a:hover,
.nav-thrid-level li a:hover {
    /* background-color: var(--blue-dark);
  color: #aeb3bc; */
    background-color: var(--blue-light);
    color: #fff;
}

.nav-second-level>li>a {
    padding-left: 58px;
    position: relative;
    padding-right: 40px;
}

.nav-second-level li.active>a {
    color: #fefefe;
    background-color: var(--blue-light);
}

.nav-third-level>li>a {
    padding-left: 75px;
}

.nav-third-level li.active>a {
    color: #ffffff;
}

.topbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.topbar .topbar-left {
    background: #ea5b21;
    background: var(--blue-primary);
    float: left;
    text-align: center;
    height: 80px;
    position: relative;
    width: 240px;
    z-index: 1;
}

.topbar .topbar-left .logo {
    line-height: 70px;
}

.topbar .topbar-left .logo i {
    display: none;
}

.navbar-custom {
    background: url(../images/head-bg.png) no-repeat;
    background-position: right;
    background-color: #ea5b21;
    background-color: var(--blue-primary);
    border-radius: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0 10px;
    -webkit-box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.15);
    margin-left: 240px;
    min-height: 80px;
}

.navbar-custom .nav-link {
    padding: 0 4px;
}

.navbar-custom .dropdown-toggle:after {
    content: initial;
}

.navbar-custom .menu-left {
    overflow: hidden;
}

.logo {
    color: #313a46 !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logo span span {
    color: #3bc0c3;
}

.user-box {
    text-align: center;
    padding: 30px 0 20px 0;
}

.user-box .user-img {
    position: relative;
    height: 88px;
    width: 88px;
    margin: 0 auto;
}

.user-box h5 a {
    color: #313a46;
}

.user-box .user-status {
    height: 12px;
    width: 12px;
    position: absolute;
    bottom: 7px;
    right: 15px;
}

.user-box .user-status i {
    font-size: 15px;
}

.user-box .user-status.away i {
    color: #edc755;
}

.user-box .user-status.offline i {
    color: #d03f3f;
}

.user-box .user-status.online i {
    color: var(--blue-light);
}

.side-menu {
    width: 240px;
    z-index: 10;
    background: #ea5b21;
    background: var(--blue-primary);
    bottom: 0;
    margin-top: 0;
    padding-bottom: 30px;
    position: fixed;
    top: 76px !important;
}

.side-menu .waves-effect .waves-ripple {
    background-color: rgba(59, 192, 195, 0.4);
}

.enlarged .side-menu {
    position: absolute;
}

.content-page {
    margin-left: 240px;
    /* overflow: hidden; */
}

.content-page .content {
    padding: 0 15px 10px 15px;
    margin-top: 70px;
}

.button-menu-mobile {
    border: none;
    color: #fff;
    display: inline-block;
    height: 70px;
    width: 60px;
    background-color: transparent;
    font-size: 24px;
}

#sidebar-menu>ul>li>a {
    /* color: #767f8e; */
    color: #fefeff;
    /*  border Add , Prashu */
    border-top: 1px solid #003267;
    display: block;
    /*  padding: 14px 20px;
    margin: 2px 0;
    font-size: 15px; */
    padding: 11px 8px;
    margin: 2px 0;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#sidebar-menu>ul>li>a:hover,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:active {
    /* color: #aeb3bc;
  text-decoration: none;
  background-color: #162339; */
    color: #ffffff;
    text-decoration: none;
    background-color: var(--blue-light);
}

#sidebar-menu>ul>li>a>span {
    vertical-align: middle;
    /* text-transform: uppercase; */
}

/* #sidebar-menu {
	padding-top: 10px;
} */

#sidebar-menu .menu-arrow,
#sidebar-menu .nav-second-level .menu-arrow2 {
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: 'Material Design Icons';
    text-rendering: auto;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#sidebar-menu .nav-second-level .menu-arrow2 {
    line-height: 28px;
}

#sidebar-menu .menu-arrow:before,
#sidebar-menu .menu-arrow2:before {
    content: "\F142";
}

#sidebar-menu .label {
    margin-top: 4px;
}

#sidebar-menu li.active .menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sidebar-menu .nav-second-level .menu-arrow2 {
    line-height: 18px;
    top: 33%;
}

#sidebar-menu .nav-second-level li.active .menu-arrow2 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sidebar-menu ul li a i {
    display: inline-block;
    font-size: 18px;
    line-height: 17px;
    margin: 0 10px 0 3px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

#sidebar-menu ul li a .drop-arrow {
    float: right;
}

#sidebar-menu ul li a .drop-arrow i {
    margin-right: 0;
}

#sidebar-menu>ul>li>a.active {
    color: #fbe803 !important;
    background-color: var(--blue-light);
}

.menu-title {
    padding: 12px 20px !important;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Lato", sans-serif;
}

.enlarged .slimScrollDiv,
.enlarged .slimscroll-menu {
    overflow: inherit !important;
}

.enlarged .slimScrollBar {
    visibility: hidden;
}

.enlarged #wrapper .navbar-custom {
    margin-left: 70px;
}

.enlarged #wrapper #sidebar-menu .menu-title,
.enlarged #wrapper #sidebar-menu .menu-arrow,
.enlarged #wrapper #sidebar-menu .label,
.enlarged #wrapper #sidebar-menu .badge,
.hideElement {
    display: none !important;
}

.enlarged #wrapper #sidebar-menu .collapse.in {
    display: none !important;
}

.enlarged #wrapper #sidebar-menu .nav.collapse {
    height: inherit !important;
}

.enlarged #wrapper #sidebar-menu ul ul {
    margin-top: -2px;
    padding-bottom: 5px;
    padding-top: 5px;
    z-index: 9999;
    background-color: var(--blue-dark);
}

.enlarged #wrapper .left.side-menu {
    width: 70px;
    z-index: 5;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a {
    padding: 15px 20px;
    min-height: 56px;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a:hover,
.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a:active,
.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a:focus {
    color: #ffffff !important;
    background-color: #162339;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a i {
    font-size: 24px;
    margin-right: 20px !important;
}

.enlarged #wrapper .left.side-menu .label {
    position: absolute;
    top: 5px;
    left: 35px;
    text-indent: 0;
    display: block !important;
    padding: .2em .6em .3em !important;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li {
    position: relative;
    white-space: nowrap;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li:hover>a {
    position: relative;
    width: 280px;
    color: #ffffff !important;
    /* background-color: #162339; */
    background-color: var(--blue-light);
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li:hover>ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 210px;
    height: auto !important;
    max-height: 300px;
    overflow: auto;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li:hover>ul a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 210px;
    z-index: 6;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li:hover>ul a:hover {
    color: #ffffff;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li:hover a span {
    display: inline;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li:hover>ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li>a span.pull-right {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg);
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li.active a {
    color: #ffffff;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li>a span {
    display: none;
    padding-left: 10px;
}

.enlarged #wrapper .left.side-menu .user-details {
    display: none;
}

.enlarged #wrapper .content-page {
    margin-left: 70px;
}

.enlarged #wrapper .footer {
    left: 70px;
}

.enlarged #wrapper .topbar .topbar-left {
    width: 70px !important;
}

.enlarged #wrapper .topbar .topbar-left .logo span {
    display: none;
    opacity: 0;
}

.enlarged #wrapper .topbar .topbar-left .logo i {
    display: block;
    line-height: 70px;
    color: #3bc0c3 !important;
}

.enlarged #wrapper #sidebar-menu>ul>li:hover>a.open:after {
    display: none;
}

.enlarged #wrapper #sidebar-menu>ul>li:hover>a.active:after {
    display: none;
}

#wrapper.right-bar-enabled .right-bar {
    right: 0;
}

#wrapper.right-bar-enabled .left-layout {
    left: 0;
}

/* Seach */

.app-search {
    position: relative;
    padding-top: 18px;
}

.app-search a {
    position: absolute;
    top: 18px;
    left: 220px;
    display: block;
    height: 34px;
    line-height: 34px;
    width: 34px;
    text-align: center;
    color: rgba(49, 58, 70, 0.5);
}

.app-search a:hover {
    color: #313a46;
}

.app-search .form-control,
.app-search .form-control:focus {
    border: 1px solid #f2f2f2;
    font-size: 13px;
    height: 34px;
    color: #313a46;
    padding-left: 20px;
    padding-right: 40px;
    background: #f2f2f2;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    width: 200px;
}

.app-search input::-webkit-input-placeholder {
    color: #313a46;
}

.app-search input:-moz-placeholder {
    color: #313a46;
}

.app-search input::-moz-placeholder {
    color: #313a46;
}

.app-search input:-ms-input-placeholder {
    color: #313a46;
}

/* Page titles */

.page-title {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 2px;
    font-weight: 600;
}

.header-title {
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

/* .page-title-box {
  padding: 30px 0;
} */

.page-title-box {
    padding: 5px 0;
}

.page-title-box .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent !important;
}

/* Body min-height set */

body.enlarged {
    min-height: 1150px;
}

body.enlarged.bg-transparent {
    min-height: 500px;
}

.lang-option .bootstrap-select {
    margin: 18px 10px 0 10px !important;
}

.lang-option .bootstrap-select .btn-default {
    background-color: #ffffff !important;
}

/* Footer */

.footer {
    border-top: 1px solid rgba(152, 166, 173, 0.2);
    bottom: 0;
    text-align: center;
    padding: 19px 30px 20px;
    position: absolute;
    right: 0;
    left: 240px;
    color: #777777;
    background: #EDF0F0;
}

/* Notification */

.notification-list {
    margin-left: 0 !important;
}

.notification-list .noti-title {
    border-radius: 0.25rem 0.25rem 0 0;
    background-color: #ffffff !important;
    margin: -4px 0px 0px 0px;
    width: auto;
    padding: 12px 20px;
}

.notification-list .noti-title h5 {
    margin: 0;
}

.notification-list .noti-title .label {
    float: right;
}

.notification-list .noti-icon {
    font-size: 18px;
    vertical-align: middle;
    color: rgba(49, 58, 70, 0.8);
    line-height: 32px;
    height: 32px;
    width: 32px;
    text-align: center;
    /* background-color: #ededed; */
    /* background-color: #ffffff; */
    border-radius: 50%;
    margin: 19px 0;
    display: inline-block;
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 3px;
    z-index: 1;
}

.notification-list .notify-item {
    padding: 10px 20px;
}

.notification-list .notify-item .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 20px;
    background-color: #f4f4f4;
}

.notification-list .notify-item .notify-icon img {
    margin-top: 4px;
}

.notification-list .notify-item .notify-details {
    margin-bottom: 0;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-list .notify-item .notify-details b {
    font-weight: 500;
}

.notification-list .notify-item .notify-details small {
    display: block;
}

.notification-list .notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.notification-list .notify-item .user-msg {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.notification-list .notify-all {
    border-radius: 0 0 0.25rem 0.25rem;
    margin: 0 0 -3px 0;
    font-weight: 600;
}

.notification-list .profile-dropdown .notify-item {
    padding: 4px 20px;
}

.profile-dropdown {
    width: 170px;
}

.profile-dropdown i {
    font-size: 17px;
    vertical-align: middle;
    margin-right: 5px;
}

.profile-dropdown span {
    vertical-align: middle;
}

.nav-user img {
    margin-top: -3px;
}

/* =============
   Common
============= */

body {
    margin: 0;
    padding-bottom: 60px;
    padding-top: 15px;
    overflow-x: hidden;
    font-family: "Lato", sans-serif;
    /* font-size: 14px; */
    font-size: 12px;
    background-color: #edf0f0;
}

html {
    position: relative;
    min-height: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666f7b;
    margin: 10px 0;
    font-family: "Lato", sans-serif;
}

.h1,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 16px;
}

.h6,
h6 {
    font-size: 14px;
}

p {
    line-height: 1.6;
}

* {
    outline: none !important;
}

a {
    color: #313a46;
    outline: none !important;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    color: #313a46;
    text-decoration: none;
}

.container {
    width: auto;
}

.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#wrapper {
    height: 100%;
    /* overflow: hidden; */
    width: 100%;
}

/* =============
   Helper classes
============= */

/* Animation / Shadow / Radius */

.log-in-detail a,
.icon-list div:hover,
.widget-style-1 i,
.profile-widget,
.portlet,
.ionicon-list i {
    -webkit-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}

.bx-s,
.panel,
.portlet,
.widget-panel,
.profile-widget,
.profile-widget img,
.tiles,
.tile-stats,
.mini-stat,
header {
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.br-radius,
.tiles,
.tile-stats,
.portlet {
    border-radius: 5px;
}

/* Padding - Margin */

.p-0 {
    padding: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-0 {
    padding-left: 0px;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-r-0 {
    padding-right: 0px;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-10 {
    padding: 10px;
}

.p-0 {
    padding: 0p !important;
}

.m-0 {
    margin: 0px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-l-0 {
    margin-left: 0px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-np-2 {
    margin-left: -2.5%;
}

.m-l-n-21 {
    margin-left: -21px;
}

.m-t-3 {
    margin-top: 3px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-7 {
    margin-top: 7px !important;
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-8 {
    margin-top: 8px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.mn-t-2 {
    margin-top: -2px !important;
}

.mn-t-5 {
    margin-top: -5px;
}

.mn-t-10 {
    margin-top: -10px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-4 {
    margin-bottom: 4px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 30px;
}

/* ---- Width-Sizes ---*/

.w-xs {
    min-width: 80px;
}

.w-sm {
    min-width: 95px;
}

.w-md {
    min-width: 110px;
}

.w-lg {
    min-width: 140px;
}

/* ---- Images-Sizes ---*/

.thumb-sm {
    height: 32px;
    width: 32px;
}

.thumb-sm img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.thumb-xs {
    height: 24px;
    width: 24px;
}

.thumb-md {
    width: 64px;
    height: 64px;
}

.thumb-lg {
    height: 84px;
    width: 84px;
}

/* Text-sizes */

.text-xss {
    font-size: 10px;
}

.text-xs {
    font-size: 12px;
}

.text-xsm {
    font-size: 14px;
}

.text-sm {
    font-size: 16px;
}

.text-md {
    font-size: 20px;
}

.text-lg {
    font-size: 24px !important;
}

/* Extra */

.m-h-50 {
    min-height: 50px;
}

.l-h-34 {
    line-height: 34px;
}

.font-light {
    font-weight: 300;
}

.wrapper-md {
    padding: 20px;
}

.pull-in {
    margin-left: -20px;
    margin-right: -20px;
}

.b-0 {
    border: none !important;
}

/* Dropcap */

.dropcap {
    font-size: 3.1em;
}

.dropcap,
.dropcap-circle,
.dropcap-square {
    display: block;
    float: left;
    font-weight: 400;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none;
}

/* Custom Radio/Checkbox */

.cr-styled {
    display: inline-block;
    margin: 0px 2px;
    line-height: 20px;
    font-weight: normal;
    cursor: pointer;
}

.cr-styled i {
    display: inline-block;
    height: 18px;
    width: 18px;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #CCC;
    border-radius: 3px;
    text-align: center;
    padding-top: 1px;
    font-family: 'FontAwesome';
    margin-top: -4px;
    margin-right: 3px;
    font-size: 12px;
}

.cr-styled input {
    visibility: hidden;
    display: none;
}

.cr-styled input[type=checkbox]:checked+i:before {
    content: "\f00c";
}

.cr-styled input[type=radio]+i {
    border-radius: 18px;
    font-size: 11px;
    line-height: 13px;
}

.cr-styled input[type=radio]:checked+i:before {
    content: "\f111";
}

.cr-styled input:checked+i {
    border-color: #3bc0c3;
    color: #3bc0c3;
}

/* Custom Choose-button */

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* Only Mozila */

@ -moz-document url-prefix () {
    .cr-styled i {
        padding-top: 0;
    }
    label {
        font-weight: 600;
    }
}

.slimScrollDiv {
    height: auto !important;
}

/* =============
   Extras
============= */

/* =============
   Demo Css
============= */

.demo-box {
    padding: 10px 15px;
}

/* Button demo */

.button-list {
    margin-left: -8px;
    margin-bottom: -12px;
}

.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px;
}

/* Popover */

.demo-popover .popover {
    position: relative;
    display: block;
    float: left;
    width: 260px;
    margin: 20px;
    z-index: 9;
}

/* Tooltips */

.demo-tooltip .tooltip {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
}

/* Grid page */

.grid-structure .grid-container {
    background-color: #f3f3f3;
    margin-bottom: 18px;
    padding: 12px 20px;
    font-family: "Lato", sans-serif;
}

/* Demo Animation */

.demo-animation {
    text-align: center;
}

.demo-animation img {
    position: relative;
    width: 120px;
    display: block;
    margin: 0 auto 40px auto;
    z-index: 1;
    border-radius: 2px;
}

/* Demo Only */

.icon-list-demo div {
    cursor: pointer;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #75798B;
    font-size: 14px;
}

.icon-list-demo div p {
    margin-bottom: 0;
    line-height: inherit;
}

.icon-list-demo i {
    -webkit-transition: all 0.2s;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    text-align: center;
    transition: all 0.2s;
    vertical-align: middle;
    width: 40px;
}

.icon-list-demo .col-md-4:hover {
    color: #3bc0c3;
}

.ion-icon i {
    font-size: 22px;
}

/* Switchery demo */

.switchery-demo {
    margin-bottom: -10px;
}

.switchery-demo .switchery {
    margin-bottom: 10px;
    margin-right: 5px;
}

/* =============
   Bootstrap-custom
============= */

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 0;
}

.breadcrumb a {
    color: #98a6ad;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\f105" !important;
    font-family: FontAwesome !important;
}

.media {
    margin-top: 25px;
}

.card {
    margin-bottom: 20px;
    border-radius: 0;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.card-columns .card {
    margin-bottom: 20px;
}

@media ( min-width: 576px) {
    .card-deck .card {
        margin-right: 10px;
        margin-left: 10px;
    }
}

/* Dropdown */

.dropdown-menu {
    padding: 4px 0;
    font-size: 14px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-color: #e2e2e2;
}

.show>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #313a46;
    text-decoration: none;
    background-color: #f7f7f7;
}

.dropdown-lg {
    width: 260px;
}

.arrow-none:after {
    border: none;
    margin: 0;
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #313a46;
    background-color: #f3f3f3;
}

.card-title,
.card-header {
    margin-top: 0;
}

/* Background colors */

/* .bg-primary {
  background-color: #3bc0c3 !important;
} */

.bg-primary {
    background-color: #677287 !important;
}

.bg-success {
    background-color: var(--blue-light) !important;
}

.bg-info {
    background-color: #33b0e0 !important;
}

.bg-warning {
    background-color: #edc755 !important;
}

.bg-danger {
    background-color: #d03f3f !important;
}

.bg-muted {
    background-color: #f3f3f3 !important;
}

.bg-inverse {
    background-color: #36404c !important;
}

.bg-purple {
    background-color: #716cb0 !important;
}

.bg-pink {
    background-color: #f24f7c !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #313a46 !important;
}

.bg-purple-gradient {
    background: linear-gradient(to right, #4568dc, #b06ab3) !important;
}

.bg-green-gradient {
    background: linear-gradient(to right, #45B649, #DCE35B) !important;
}

.bg-orange-gradient {
    background: linear-gradient(to right, #ff7e5f, #feb47b) !important;
}

.bg-blue-gradient {
    background: linear-gradient(to right, #5B86E5, #36D1DC) !important;
}

.bg-yellow-gradient {
    background: linear-gradient(to right, #F7971E, #FFD200) !important;
}

.bg-darkgreen-gradient {
    background: linear-gradient(to right, #3CA55C, #B5AC49) !important;
}

/* Text colors */

.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #d03f3f !important;
}

.text-muted {
    color: #98a6ad !important;
}

.text-primary {
    color: #3bc0c3 !important;
}

.text-warning {
    color: #edc755 !important;
}

.text-success {
    color: #28a745 !important;
    text-decoration: underline;
}

.text-info {
    color: #33b0e0 !important;
}

.text-inverse {
    color: #36404c !important;
}

.text-pink {
    color: #f24f7c !important;
}

.text-purple {
    color: #716cb0 !important;
}

.text-dark {
    color: #313a46 !important;
}

/* Labels */

.label {
    display: inline;
    padding: 0.3em .6em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.label-white {
    background-color: fade(#ffffff, 70%);
    color: #313a46 !important;
}

.label-default {
    background-color: #e2e2e2;
    color: #313a46;
}

.label-primary {
    background-color: #3bc0c3;
}

.label-success {
    background-color: var(--blue-light);
}

.label-info {
    background-color: #33b0e0;
}

.label-warning {
    background-color: #edc755;
}

.label-danger {
    background-color: #d03f3f;
}

.label-purple {
    background-color: #716cb0;
}

.label-pink {
    background-color: #f24f7c;
}

.label-inverse {
    background-color: #36404c;
}

.label-muted {
    background-color: #98a6ad;
}

.blockquote {
    padding: 10px 20px;
    margin-bottom: 20px;
    border-left: 4px solid #f3f3f3;
    font-size: 16px;
}

.blockquote.blockquote-reverse {
    border-left: 0;
    border-right: 4px solid #f3f3f3;
    text-align: right;
}

/* Badge */

.badge {
    text-transform: uppercase;
    padding: 4px 7px;
    margin-top: 1px;
    display: inline-block;
    min-width: 10px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    font-family: "Lato", sans-serif;
    font-size: 80%;
}

.badge-xs {
    font-size: 9px;
}

.badge-xs,
.badge-sm {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-white {
    background-color: fade(#ffffff, 70%);
    color: #313a46 !important;
}

.badge-primary {
    background-color: #3bc0c3;
}

.badge-success {
    background-color: var(--blue-light);
}

.badge-info {
    background-color: #33b0e0;
}

.badge-warning {
    background-color: #edc755;
}

.badge-danger {
    background-color: #d03f3f;
}

.badge-purple {
    background-color: #716cb0;
}

.badge-pink {
    background-color: #f24f7c;
}

.badge-inverse {
    background-color: #36404c;
}

/** checkbox & radio **/

.custom-control-input:checked~.custom-control-label:before {
    background: #3bc0c3;
    border-color: #3bc0c3;
}

/* Pagination */

/* .pagination > li:first-child > a, */

/* .pagination > li:first-child > span { */

/* border-bottom-left-radius: 3px; */

/* border-top-left-radius: 3px; */

/* } */

/* .pagination > li:last-child > a, */

/* .pagination > li:last-child > span { */

/* border-bottom-right-radius: 3px; */

/* border-top-right-radius: 3px; */

/* } */

/* .pagination > li > a, */

/* .pagination > li > span { */

/* color: #313a46; */

/* } */

/* .pagination > li > a:hover, */

/* .pagination > li > span:hover, */

/* .pagination > li > a:focus, */

/* .pagination > li > span:focus { */

/* background-color: #e2e2e2; */

/* } */

/* .pagination .page-link:focus { */

/* -webkit-box-shadow: none; */

/* box-shadow: none; */

/* } */

/* .pagination-split li { */

/* margin-left: 5px; */

/* float: left; */

/* } */

/* .pagination-split li:first-child { */

/* margin-left: 0; */

/* } */

/* .pagination-split li a { */

/* border-radius: 3px; */

/* } */

/* .pagination > .active > a, */

/* .pagination > .active > span, */

/* .pagination > .active > a:hover, */

/* .pagination > .active > span:hover, */

/* .pagination > .active > a:focus, */

/* .pagination > .active > span:focus, */

/* .page-item.active .page-link { */

/* background-color: #3bc0c3; */

/* border-color: #3bc0c3; */

/* } */

/* Spinner */

.spinner-border,
.spinner-grow {
    margin-right: 10px;
    margin-top: 10px;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #3bc0c3;
    border-color: #3bc0c3;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: fade(#ffffff, 70%);
}

.progress-bar {
    background-color: #3bc0c3;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-block {
    display: block;
}

.waves-effect.waves-light .waves-ripple {
    background-color: fade(#ffffff, 40%);
}

.waves-effect.waves-custom .waves-ripple {
    background-color: fade(#3bc0c3, 40%);
}

.waves-effect.waves-primary .waves-ripple {
    background-color: fade(#3bc0c3, 40%);
}

.waves-effect.waves-success .waves-ripple {
    background-color: fade(var(--blue-light), 40%);
}

.waves-effect.waves-info .waves-ripple {
    background-color: fade(#33b0e0, 40%);
}

.waves-effect.waves-warning .waves-ripple {
    background-color: fade(#edc755, 40%);
}

.waves-effect.waves-danger .waves-ripple {
    background-color: fade(#d03f3f, 40%);
}

.waves-effect.waves-pink .waves-ripple {
    background-color: fade(#f24f7c, 40%);
}

.waves-effect.purple .waves-ripple {
    background-color: fade(#716cb0, 20%);
}

.waves-effect.waves-inverse .waves-ripple {
    background-color: fade(#36404c, 40%);
}

/* =============
   Buttons
============= */

/* =============
   Checkbox and Radios
============= */

/* =============
   Tabs
============= */

.tab-content {
    padding: 20px 0 0 0;
}

.nav-tabs>li>a,
.nav-pills>li>a {
    color: #313a46;
    font-weight: 600;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
    background-color: #3bc0c3;
}

/* Vertial tab */

.tabs-vertical-env .tab-content {
    background: #ffffff;
    display: table-cell;
    padding: 0 0 0 20px;
    vertical-align: top;
}

.tabs-vertical-env .nav.tabs-vertical {
    display: table-cell;
    min-width: 120px;
    vertical-align: top;
    width: 150px;
}

.tabs-vertical-env .nav.tabs-vertical li>a {
    color: #313a46;
    white-space: nowrap;
    font-weight: 600;
    border-radius: 2px;
}

.tabs-vertical-env .nav.tabs-vertical li>a.active {
    background-color: #3bc0c3;
    border: 0;
    color: #ffffff;
}

.tabs-vertical-env-right .tab-content {
    padding: 0 20px 0 0;
}

.tabs-bordered {
    border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important;
}

.tabs-bordered .nav-item {
    margin-bottom: -2px;
}

.tabs-bordered li a,
.tabs-bordered li a:hover,
.tabs-bordered li a:focus {
    border: 0 !important;
    padding: 10px 20px !important;
}

.tabs-bordered li a.active {
    border-bottom: 2px solid #3bc0c3 !important;
}

/* Navpills */

.nav-pills>li>a {
    color: #313a46;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #3bc0c3;
}

/* =============
   Modals
============= */

.modal .modal-dialog .close {
    top: 0;
    position: absolute;
    right: 0;
    height: 36px;
    width: 36px;
    opacity: 1;
    border: 2px solid #ffffff;
    text-shadow: none;
    color: #ffffff;
    border-radius: 50%;
    padding: 0;
}

.modal .modal-dialog .modal-title {
    margin: 0;
}

.modal .modal-dialog .modal-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    /* border-color: #DDDDDD;
	border-radius: 2px; */
    border: none;
    box-shadow: none;
}

.modal .modal-dialog .modal-content .modal-header {
    /* border-bottom-width: 2px; */
    margin: 0;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
}

.modal-full {
    width: 98%;
}

.modal-content .nav.nav-tabs+.tab-content {
    margin-bottom: 0;
}

.modal-content .panel-group {
    margin-bottom: 0;
}

.modal-content .panel {
    border-top: none;
}

/* Custom-modal */

.modal-demo {
    background-color: #ffffff;
    width: 600px;
    border-radius: 4px;
    display: none;
    position: relative;
}

.modal-demo .close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #e2e2e2;
}

.custom-modal-title {
    padding: 15px 25px 15px 25px;
    line-height: 22px;
    font-size: 18px;
    background-color: #313a46;
    color: #ffffff;
    text-align: left;
    margin: 0;
}

.custom-modal-text {
    padding: 20px;
}

.custombox-modal-wrapper {
    text-align: left;
}

.custombox-modal-flash .close,
.custombox-modal-rotatedown .close {
    top: 20px;
    z-index: 9999;
}

/* =============
   Alerts
============= */

/* =============
   Alerts
============= */

.alert {
    position: relative;
}

.alert .alert-link {
    font-weight: 600;
}

.alert-dismissable .close,
.alert-dismissible .close {
    opacity: 0.9;
}

.alert-icon {
    padding-left: 50px;
}

.alert-icon i {
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    top: 0;
    line-height: 50px;
    font-size: 22px;
}

.alert-success {
    color: #3bc0c3;
    background-color: #d7f2f3;
    border-color: #89d9db;
}

.alert-success .alert-link {
    color: #2f999c;
}

.alert-success hr {
    border-top-color: #2f999c;
}

.alert-info {
    color: #33b0e0;
    background-color: #ceecf8;
    border-color: #8cd2ed;
}

.alert-info .alert-link {
    color: #1e95c2;
}

.alert-info hr {
    border-top-color: #1e95c2;
}

.alert-warning {
    color: #edc755;
    background-color: #f9edc8;
    border-color: #f7e5b1;
}

.alert-warning .alert-link {
    color: #e8b827;
}

.alert-warning hr {
    border-top-color: #e8b827;
}

.alert-danger {
    color: #d03f3f;
    background-color: #f3cece;
    border-color: #e49191;
}

.alert-danger .alert-link {
    color: #b12b2b;
}

.alert-danger hr {
    border-top-color: #b12b2b;
}

/* =========== */

/* Sweet Alert2 */

/* =========== */

.swal2-modal {
    font-family: "Lato", sans-serif;
}

.swal2-modal .swal2-title {
    font-size: 28px;
}

.swal2-modal .swal2-content {
    font-size: 16px;
}

.swal2-modal .swal2-spacer {
    margin: 10px 0;
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    border: 2px solid #98a6ad;
    font-size: 16px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 2px solid #3bc0c3;
}

.swal2-popup .swal2-styled:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swal2-icon.swal2-question {
    color: #3bc0c3;
    border-color: #3bc0c3;
}

.swal2-icon.swal2-success {
    border-color: var(--blue-light);
}

.swal2-icon.swal2-success .line {
    background-color: var(--blue-light);
}

.swal2-icon.swal2-success .placeholder {
    border-color: var(--blue-light);
}

.swal2-icon.swal2-warning {
    color: #edc755;
    border-color: #edc755;
}

.swal2-icon.swal2-error {
    border-color: #d03f3f;
}

.swal2-icon.swal2-error .line {
    background-color: #d03f3f;
}

/* =============
   Portlets
============= */

.portlet {
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.portlet .portlet-heading {
    padding: 20px 25px;
    line-height: 38px;
    min-height: 39px;
    border-radius: 3px;
    color: #fff;
}

.portlet .portlet-heading .portlet-title,
.portlet-title2 {
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.portlet-title2 {
    padding: 20px 0;
}

.portlet .portlet-heading .portlet-widgets {
    position: relative;
    text-align: right;
    float: right;
    padding-left: 15px;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
}

.portlet .portlet-body {
    background: #fff;
    padding: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.portlet .portlet-heading .portlet-widgets .divider {
    margin: 0 5px;
}

.portlet .portlet-heading.bg-purple a,
.portlet .portlet-heading.bg-info a,
.portlet .portlet-heading.bg-success a,
.portlet .portlet-heading.bg-primary a,
.portlet .portlet-heading.bg-danger a,
.portlet .portlet-heading.bg-warning a,
.portlet .portlet-heading.bg-inverse a,
.portlet .portlet-heading.bg-pink a {
    color: #fff;
}

.portlet .portlet-heading a {
    color: #313a46;
    font-size: 18px;
}

.portlet-disabled {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background: rgba(49, 58, 70, 0.5);
}

.portlet-loader {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    z-index: 1;
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(59, 192, 195, 0.3);
    border-right: 5px solid rgba(59, 192, 195, 0.3);
    border-bottom: 5px solid rgba(59, 192, 195, 0.3);
    border-left: 5px solid #3bc0c3;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@ -webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@ keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* =============
   Widgets
============= */

/***************** 8.Widget  ****************/

.widget-panel {
    padding: 10px 20px;
    border-radius: 4px;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
}

.widget-style-1 i {
    position: absolute;
    font-size: 3rem;
    right: -5px;
    bottom: 1rem;
    color: #edf0f0;
}

.widget-style-1 h2 {
    font-size: 32px;
}

.widget-style-1:hover i {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.widget-style-2 {
    /* padding-left: 30px; */
    padding-left: 15px;
}

/* .widget-style-2 i {
    font-size: 60px;
    float: right;
    padding: 25px 30px;
    margin-top: -40px;
    margin-right: -20px;
    color: #edf0f0;
    background: rgba(255, 255, 255, 0.2);
} */

.widget-style-2 i {
    /* font-size: 60px; */
    /* float: right; */
    /* margin-top: -40px; */
    /* margin-right: -20px; */
    /* color: #edf0f0; */
    /* background: rgba(255, 255, 255, 0.2); */
    font-size: 42px;
    float: right;
    padding: 20px 12px;
    margin-top: -10px;
    margin-right: -20px;
    color: #fefefe;
    /* background: rgba(255, 255, 255, 0.2); */
}

.widget-style-2 h2 {
    font-weight: 600;
    font-size: 32px;
}

.profile-widget {
    background: #ffffff;
    margin-bottom: 20px;
}

.widget-panel .info {
    font-size: 16px;
}

.bg-profile {
    height: 100px;
}

.profile-widget .img-thumbnail {
    margin-top: -42px;
    border: none;
}

.widget-list {
    padding: 10px;
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 30px;
}

.widget-list span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.tile-stats {
    padding: 20px 0px 0px 0px;
    position: relative;
    min-height: 128px;
    overflow: hidden;
    margin-bottom: 20px;
}

.tile-stats .status {
    margin-top: 0px;
    padding: 0px 20px 10px 20px;
}

.status-ab {
    position: absolute;
    right: 0;
}

.mini-stat {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.mini-stat-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    color: #fff;
}

.mini-stat-info {
    font-size: 12px;
    padding-top: 2px;
}

.mini-stat-info span {
    display: block;
    font-size: 24px;
    font-weight: 600;
}

/************* 9.Chat / Todo **********/

.conversation-list {
    list-style: none;
    padding: 0px 10px;
    max-height: 350px;
}

.conversation-list li {
    margin-bottom: 24px;
}

.conversation-list .chat-avatar {
    width: 40px;
    display: inline-block;
    text-align: center;
    float: left;
}

.conversation-list .chat-avatar img {
    width: 100%;
    border-radius: 100%;
}

.conversation-list .chat-avatar i {
    font-size: 12px;
    font-style: normal;
}

.conversation-list .ctext-wrap i {
    display: block;
    font-style: normal;
    font-weight: bold;
    position: relative;
    font-size: 12px;
    color: var(--blue-dark);
}

.conversation-list .conversation-text {
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-left: 12px;
    width: 70%;
}

.conversation-list .ctext-wrap {
    padding: 10px;
    background: #d8f2f3;
    border-radius: 3px;
    position: relative;
    display: inline-block;
}

.conversation-list .ctext-wrap p {
    margin: 0px;
    padding-top: 3px;
}

.conversation-list .ctext-wrap:after {
    right: 100%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 242, 239, 0);
    border-right-color: #d8f2f3;
    border-width: 5px;
    margin-top: -5px;
}

.conversation-list .odd .chat-avatar {
    float: right !important;
}

.conversation-list .odd .conversation-text {
    width: 70% !important;
    margin-right: 12px;
    text-align: right;
    float: right !important;
}

.conversation-list .odd .ctext-wrap {
    background: #e8e9ec !important;
}

.conversation-list .odd .ctext-wrap i {
    color: #acacac;
}

.conversation-list .odd .ctext-wrap:after {
    left: 100% !important;
    top: 20% !important;
    border-color: rgba(238, 238, 242, 0) !important;
    border-left-color: #e8e9ec !important;
}

/****ToDo List****/

.todoapp {
    padding: 0 30px 20px 30px !important;
}

.todo-list li {
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    border-bottom: 1px solid transparent;
    padding: 15px 0 !important;
}

.todo-list li:last-of-type {
    border-bottom: none;
}

.todo-text {
    font-family: "Lato", sans-serif;
}

/* Carousel */

.velonic-carousel {
    padding: 20px 30px;
}

.slider-bg {
    background: url("../images/gallery/11.jpg") center;
    background-size: cover;
    position: relative;
}

.slider-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
}

.owl-buttons {
    display: none;
}

/* =============
   Nestable
============= */

.custom-dd .dd-list .dd-item .dd-handle {
    background: #f3f3f3;
    border: 1px solid #d1d7da;
    padding: 10px 16px;
    height: auto;
    font-weight: normal;
    border-radius: 3px;
}

.custom-dd .dd-list .dd-item .dd-handle:hover {
    color: #3bc0c3;
}

.custom-dd .dd-list .dd-item button {
    height: auto;
    font-size: 25px;
    margin: 8px auto;
    color: #313a46;
    width: 35px;
}

.custom-dd-empty .dd-list .dd3-handle {
    border: none;
    background: #f3f3f3;
    height: 36px !important;
    width: 36px !important;
}

.custom-dd-empty .dd-list .dd3-handle:before {
    color: inherit;
    top: 7px;
}

.custom-dd-empty .dd-list .dd3-handle:hover {
    color: #3bc0c3;
}

.custom-dd-empty .dd-list .dd3-content {
    height: auto;
    border: none;
    padding: 8px 16px 8px 46px;
    background: #e2e2e2;
    font-family: "Lato", sans-serif;
}

.custom-dd-empty .dd-list .dd3-content:hover {
    color: #3bc0c3;
}

.custom-dd-empty .dd-list button {
    width: 26px;
    height: 26px;
    font-size: 16px;
    font-weight: 600;
}

.dd-dragel>.dd-item .dd-handle {
    padding: 8px 16px !important;
    background: #f3f3f3;
    height: auto;
}

.dd-placeholder,
.dd-empty {
    background: #f3f3f3;
    border: 1px dashed #98a6ad;
}

.dd-dragel>.dd3-item>.dd3-handle {
    border: none;
    background: #f3f3f3;
    height: 36px !important;
    width: 36px !important;
}

.dd-dragel>.dd3-item>.dd3-handle:before {
    color: inherit;
    top: 7px;
}

.dd-dragel>.dd3-item>.dd3-content {
    padding: 8px 16px 8px 46px;
    background: #f3f3f3;
    height: auto;
}

/* =============
   Calendar
============= */

.calendar {
    float: left;
    margin-bottom: 0;
}

.fc-view {
    margin-top: 30px;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar {
    margin-bottom: 5px;
    margin-top: 15px;
}

.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    line-height: 30px;
    text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
    font-family: "Lato", sans-serif;
}

.fc-day {
    background: #ffffff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc th.fc-widget-header {
    background: #e2e2e2;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #e2e2e2;
}

.fc-button {
    background: #e2e2e2;
    border: none;
    color: #313a46;
    text-transform: capitalize;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 16px;
}

.fc-state-hover {
    background: #f3f3f3;
}

.fc-state-highlight {
    background: #f0f0f0;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #3bc0c3 !important;
    color: #ffffff !important;
    text-shadow: none !important;
}

.fc-cell-overlay {
    background: #f0f0f0;
}

.fc-unthemed .fc-today {
    background: #ffffff;
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
}

.external-event {
    cursor: move;
    margin: 10px 0;
    padding: 8px 10px;
}

.external-event.bg-primary {
    background-color: rgba(59, 192, 195, 0.3) !important;
    color: #3bc0c3;
}

.external-event.bg-success {
    background-color: rgba(68, 137, 228, 0.3) !important;
    color: var(--blue-light);
}

.external-event.bg-info {
    background-color: rgba(51, 176, 224, 0.3) !important;
    color: #33b0e0;
}

.external-event.bg-warning {
    background-color: rgba(237, 199, 85, 0.3) !important;
    color: #edc755;
}

.external-event.bg-danger {
    background-color: rgba(208, 63, 63, 0.3) !important;
    color: #d03f3f;
}

.external-event.bg-pink {
    background-color: rgba(242, 79, 124, 0.3) !important;
    color: #f24f7c;
}

.external-event.bg-purple {
    background-color: rgba(113, 108, 176, 0.3) !important;
    color: #716cb0;
}

.external-event.bg-inverse {
    background-color: rgba(54, 64, 76, 0.3) !important;
    color: #36404c;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}

.fc-basic-view .fc-content {
    color: #ffffff;
}

/* =============
   Form
============= */

/* Form components */

label {
    font-size: 14px;
    color: #313a46;
    letter-spacing: 0.01em;
    font-family: "Lato", sans-serif;
}

.primary-control-label:after,
.primary-control-label:before {
    top: 0px;
}

/* select[multiple]{
	padding:0;
} */

select[multiple] option+option,
select[size] option+option {
    margin-top: 1px;
}

select[multiple] option,
select[size] option {
    padding: 6px 12px;
    border-radius: 2px;
}

/* select[multiple] option{
    border-bottom: solid 1px #dddddd;
}
select[multiple] option:hover{
	color: #046cdc;
    font-weight: 400;
    background: #f3f6f9;
} */

select[multiple] option[disabled] {
    background: #fff;
    color: graytext;
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    border: 1px solid #e3e3e3 !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
    margin-top: 7px;
    border: 0 !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 1px;
    padding: 0 7px;
}

.datepicker-dropdown {
    padding: 10px !important;
}

.datepicker>div {
    display: block;
}

.datepicker td,
.datepicker th {
    width: 30px;
    height: 30px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #3bc0c3 !important;
    color: #ffffff !important;
    background-image: none !important;
    text-shadow: none !important;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: var(--blue-light) !important;
    color: #ffffff !important;
    background-image: none !important;
}

.datepicker-inline {
    border: 2px solid rgba(49, 58, 70, 0.1);
    width: 250px;
}

/* Bootstrap-touchSpin */

.bootstrap-touchspin .input-group-btn-vertical .btn {
    padding: 9px 12px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: 4px;
    left: 8px;
}

/* Form validation */

.parsley-errors-list {
    margin: 0;
    padding: 0;
}

.parsley-errors-list>li {
    font-size: 12px;
    list-style: none;
    color: #d03f3f;
    margin-top: 5px;
    padding-left: 20px;
    font-weight: 600;
    position: relative;
}

.parsley-errors-list>li:before {
    content: "\F159";
    font: normal normal normal 14px/1 "Material Design Icons";
    position: absolute;
    left: 2px;
    top: 2px;
}

.bootstrap-timepicker-widget table td input {
    border: 1px solid rgba(49, 58, 70, 0.3);
    width: 35px;
}

.datepicker-dropdown {
    padding: 10px !important;
}

.datepicker td,
.datepicker th {
    width: 30px;
    height: 30px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #3bc0c3 !important;
    color: #ffffff !important;
    background-image: none !important;
    text-shadow: none !important;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: var(--blue-light) !important;
    color: #ffffff !important;
    background-image: none !important;
}

/* Bootstrap Touchspin */

.bootstrap-touchspin .input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #313a46;
    text-align: center;
    background-color: #efefef;
    border: 1px solid rgba(49, 58, 70, 0.15);
}

.bootstrap-touchspin .input-group-btn:not (:first-child)>.btn,
.bootstrap-touchspin .input-group-btn:not (:first-child)>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

/* =============
   Form Wizard
============= */

.wizard>.content {
    background: #ffffff;
    min-height: 240px;
    padding: 20px;
    margin-top: 0;
}

.wizard>.content>.body {
    padding: 0;
    position: relative;
}

.wizard>.content>.body ul>li {
    display: block;
    line-height: 30px;
}

.wizard>.content>.body label.error {
    color: #d03f3f;
    margin-left: 0;
}

.wizard>.content>.body label {
    display: inline-block;
    margin-top: 10px;
}

.wizard>.content>.body input {
    border-color: #dadada;
}

.wizard>.steps {
    background-color: #efefef;
}

.wizard>.steps .number {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    width: 30px;
    text-align: center;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    background: transparent;
    color: #313a46;
    cursor: default;
    border: none;
}

.wizard>.steps .current a {
    background: #3bc0c3;
}

.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: #3bc0c3;
}

.wizard>.steps .current a:hover .number,
.wizard>.steps .current a:active .number {
    color: #ffffff;
}

.wizard>.steps .current a .number {
    color: #ffffff;
}

.wizard>.steps .done a {
    background: #e2e2e2;
    color: #313a46;
}

.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: #e2e2e2;
    color: #313a46;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    border-radius: 2px;
    margin: 0;
}

.wizard>.actions {
    padding: 0 20px;
    margin: 0 !important;
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: #3bc0c3;
    border-radius: 2px;
    color: #ffffff;
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    background: #f2f2f2;
    color: #313a46;
    cursor: default;
    border: none;
}

/* Dropzone */

.dropzone {
    min-height: 230px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: white;
    border-radius: 6px;
}

.dropzone .dz-message {
    font-size: 30px;
}

/* =============
   Tables
============= */

.table {
    font-size: 12px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px 7px;
    vertical-align: middle;
}

.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>th {
    background: #a0b5c1;
    /*color: var(--blue-primary); */
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 7px;
}

.table-sm td,
.table-sm th {
    padding: .3rem !important;
}

th {
    font-family: "Lato", sans-serif;
}

.table-centered td {
    vertical-align: middle !important;
}

/* Data table */

div.dt-button-info {
    background-color: #3bc0c3;
    border: none;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}

div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

table.dataTable {
    margin-top: 10px !important;
    margin-bottom: 18px !important;
}

.table-bordered.dataTable>thead>tr>td,
.table-bordered.dataTable>thead>tr>th {
    /* border-bottom-width: 1px !important; */
}

/* Fixed Header table */

.fixedHeader-floating {
    top: 70px !important;
    z-index: 99;
}

/* Key Table border */

table.dataTable th.focus,
table.dataTable td.focus {
    outline: 2px solid #3bc0c3 !important;
    outline-offset: -1px;
    background-color: #3bc0c3;
    color: #ffffff;
}

/* Responsive data table */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    -webkit-box-shadow: 0 0 3px rgba(67, 89, 102, 0.2);
    box-shadow: 0 0 3px rgba(67, 89, 102, 0.2);
    background-color: var(--blue-light);
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #d03f3f;
}

table.dataTable>tbody>tr.child span.dtr-title {
    font-family: "Lato", sans-serif;
}

.dataTables_length {
    float: left;
}

div.ColVis_collectionBackground {
    background-color: transparent;
}

ul.ColVis_collection {
    padding: 10px 0 0 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border: none;
}

ul.ColVis_collection li {
    background: transparent !important;
    padding: 3px 10px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#datatable-colvid_info {
    float: left;
}

/* Responsive Table */

.table-rep-plugin .dropdown-menu li.checkbox-row {
    padding: 2px 15px !important;
}

.table-rep-plugin .table-responsive {
    border: none !important;
}

.table-rep-plugin tbody th {
    font-size: 14px;
    font-weight: normal;
}

.table-rep-plugin .checkbox-row {
    padding-left: 40px;
}

.table-rep-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.table-rep-plugin .checkbox-row label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important;
}

.table-rep-plugin .checkbox-row label::after {
    color: #f3f3f3;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: -1px;
    width: 16px;
}

.table-rep-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:focus+label::before {
    outline-offset: -2px;
    outline: none;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled+label::before {
    background-color: #e2e2e2;
    cursor: not-allowed;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::before {
    background-color: #ffffff;
    border-color: #3bc0c3;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
    color: #3bc0c3;
}

.table-rep-plugin table.focus-on tbody tr.focused th,
.table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin .sticky-table-header {
    background-color: #3bc0c3;
    color: #ffffff;
    border-color: #3bc0c3;
}

.table-rep-plugin .sticky-table-header.fixed-solution {
    top: 70px !important;
}

.table-rep-plugin .btn-secondary {
    background-color: #ffffff;
    border: 1px solid rgba(49, 58, 70, 0.3);
}

.table-rep-plugin .btn-toolbar {
    display: block;
}

.table-rep-plugin .btn-group.pull-right {
    float: right;
}

.table-rep-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}

/* Data table editable */

.add-edit-table td,
.add-edit-table th {
    vertical-align: middle !important;
}

.add-edit-table td {
    border: 0 !important;
}

#datatable-editable .actions a {
    padding: 5px;
}

#datatable-editable .fa-trash-alt {
    color: #d03f3f;
}

#datatable-editable .fa-times {
    color: #d03f3f;
}

#datatable-editable .fa-pencil-alt {
    color: #3bc0c3;
}

#datatable-editable .fa-save {
    color: var(--blue-light);
}

#datatable td {
    font-weight: normal;
}

.modal-block {
    background: transparent;
    margin: 40px auto;
    max-width: 600px;
    padding: 0;
    position: relative;
    text-align: left;
}

.dt-buttons {
    float: left;
}

div#datatable-buttons_info {
    float: left;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

/* Tablesaw Tables */

.tablesaw thead {
    background: rgba(243, 243, 243, 0.7);
    background-image: none;
    border: none;
}

.tablesaw thead th {
    text-shadow: none;
    letter-spacing: 0.06em;
}

.tablesaw thead tr:first-child th {
    font-weight: 600;
    border: none;
    font-family: "Lato", sans-serif;
}

.tablesaw td {
    border-top: 1px solid rgba(243, 243, 243, 0.7) !important;
}

.tablesaw td,
.tablesaw tbody th {
    font-size: inherit;
    line-height: inherit;
    padding: 10px !important;
}

.tablesaw-stack tbody tr,
.tablesaw tbody tr {
    border-bottom: none;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    font-family: FontAwesome;
    font-size: 10px;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
    content: "\f176";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    content: "\f175";
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
    font-size: 8px;
    padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tablesaw-enhanced .tablesaw-bar .btn {
    text-shadow: none;
    background-image: none;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
    background: #ffffff;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:active {
    color: #3bc0c3 !important;
    background-color: #f3f3f3;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-image: none;
}

/* Footable */

.footable-odd {
    background-color: #ffffff;
}

.footable-detail-show {
    background-color: #e6e6e6;
}

.footable>thead>tr>th>span.footable-sort-indicator {
    float: right;
}

.footable-pagination li {
    margin-left: 5px;
    float: left;
}

.footable-pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #313a46;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
}

.footable-pagination li.active a {
    color: #ffffff;
}

/* Table colored-bordered */

.table-colored-bordered thead th {
    border-bottom: 0 !important;
    color: #ffffff;
}

.table-colored-bordered.table-bordered-primary {
    border: 2px solid #3bc0c3;
}

.table-colored-bordered.table-bordered-primary thead th {
    background-color: #3bc0c3;
}

.table-colored-bordered.table-bordered-success {
    border: 2px solid var(--blue-light);
}

.table-colored-bordered.table-bordered-success thead th {
    background-color: var(--blue-light);
}

.table-colored-bordered.table-bordered-info {
    border: 2px solid #33b0e0;
}

.table-colored-bordered.table-bordered-info thead th {
    background-color: #33b0e0;
}

.table-colored-bordered.table-bordered-custom {
    border: 2px solid #3bc0c3;
}

.table-colored-bordered.table-bordered-custom thead th {
    background-color: #3bc0c3;
}

.table-colored-bordered.table-bordered-warning {
    border: 2px solid #edc755;
}

.table-colored-bordered.table-bordered-warning thead th {
    background-color: #edc755;
}

.table-colored-bordered.table-bordered-danger {
    border: 2px solid #d03f3f;
}

.table-colored-bordered.table-bordered-danger thead th {
    background-color: #d03f3f;
}

.table-colored-bordered.table-bordered-inverse {
    border: 2px solid #36404c;
}

.table-colored-bordered.table-bordered-inverse thead th {
    background-color: #36404c;
}

.table-colored-bordered.table-bordered-pink {
    border: 2px solid #f24f7c;
}

.table-colored-bordered.table-bordered-pink thead th {
    background-color: #f24f7c;
}

.table-colored-bordered.table-bordered-purple {
    border: 2px solid #716cb0;
}

.table-colored-bordered.table-bordered-purple thead th {
    background-color: #716cb0;
}

/* Table full colored */

.table-colored-full {
    color: #ffffff;
}

.table-colored-full thead th {
    border-bottom: 0 !important;
    padding: 10px !important;
}

.table-colored-full tbody td,
.table-colored-full tbody th {
    border: 0 !important;
}

.table-colored-full.table-full-primary {
    background-color: rgba(59, 192, 195, 0.8);
}

.table-colored-full.table-full-primary thead th {
    background-color: #3bc0c3;
}

.table-colored-full.table-full-primary tbody tr:hover {
    background-color: #3bc0c3;
}

.table-colored-full.table-full-success {
    background-color: rgba(68, 137, 228, 0.8);
}

.table-colored-full.table-full-success thead th {
    background-color: var(--blue-light);
}

.table-colored-full.table-full-success tbody tr:hover {
    background-color: var(--blue-light);
}

.table-colored-full.table-full-info {
    background-color: rgba(51, 176, 224, 0.8);
}

.table-colored-full.table-full-info thead th {
    background-color: #33b0e0;
}

.table-colored-full.table-full-info tbody tr:hover {
    background-color: #33b0e0;
}

.table-colored-full.table-full-custom {
    background-color: rgba(59, 192, 195, 0.8);
}

.table-colored-full.table-full-custom thead th {
    background-color: #3bc0c3;
}

.table-colored-full.table-full-custom tbody tr:hover {
    background-color: #3bc0c3;
}

.table-colored-full.table-full-warning {
    background-color: rgba(237, 199, 85, 0.8);
}

.table-colored-full.table-full-warning thead th {
    background-color: #edc755;
}

.table-colored-full.table-full-warning tbody tr:hover {
    background-color: #edc755;
}

.table-colored-full.table-full-danger {
    background-color: rgba(208, 63, 63, 0.8);
}

.table-colored-full.table-full-danger thead th {
    background-color: #d03f3f;
}

.table-colored-full.table-full-danger tbody tr:hover {
    background-color: #d03f3f;
}

.table-colored-full.table-full-inverse {
    background-color: rgba(54, 64, 76, 0.8);
}

.table-colored-full.table-full-inverse thead th {
    background-color: #36404c;
}

.table-colored-full.table-full-inverse tbody tr:hover {
    background-color: #36404c;
}

.table-colored-full.table-full-pink {
    background-color: rgba(242, 79, 124, 0.8);
}

.table-colored-full.table-full-pink thead th {
    background-color: #f24f7c;
}

.table-colored-full.table-full-pink tbody tr:hover {
    background-color: #f24f7c;
}

.table-colored-full.table-full-purple {
    background-color: rgba(113, 108, 176, 0.8);
}

.table-colored-full.table-full-purple thead th {
    background-color: #716cb0;
}

.table-colored-full.table-full-purple tbody tr:hover {
    background-color: #716cb0;
}

/* =============
   Charts
============= */

/* Morris chart */

.morris-hover.morris-default-style {
    border-radius: 5px;
    padding: 10px 12px;
    background: #36404a;
    border: none;
    color: #ffffff !important;
    font-family: "Lato", sans-serif;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.morris-hover.morris-default-style .morris-hover-point {
    color: #f4f8fb !important;
}

.morris-charts text {
    font-family: "Lato", sans-serif !important;
}

.morris-charts {
    height: 300px;
}

#flotTip {
    padding: 8px 12px;
    background-color: #36404a;
    z-index: 100;
    color: #ffffff;
    opacity: 0.9;
    font-size: 13px;
    border-radius: 3px;
}

.legend tr {
    height: 20px;
}

.legendLabel {
    padding-left: 5px !important;
    line-height: 10px;
    padding-right: 10px;
}

#legend {
    position: absolute;
    top: 0;
    right: 15px;
}

/* Sparkline chart */

.jqstooltip {
    background-color: #36404a !important;
    padding: 5px 10px !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-color: #36404a !important;
}

.jqsfield {
    font-size: 12px !important;
    line-height: 18px !important;
}

/** EASY PIE CHART **/

.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.chart.chart-widget-pie {
    margin-top: 5px;
    margin-bottom: 5px;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

/* =============
   Email
============= */

.mail-list .list-group-item {
    border: none;
}

.mail-content td {
    border-top: none;
}

/* =============
   Maps
============= */

.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #eeeeee;
    border-radius: 3px;
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    background: #3bc0c3;
    border-radius: 4px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #3bc0c3;
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #3bc0c3;
}

/* Vector Map */

.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.jvectormap-zoomout {
    top: 40px;
}

.jvectormap-tip {
    border: none;
    background: #313a46;
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    padding: 5px 8px;
}

/* =============
   Profile
============= */

.profile-bg-picture {
    position: relative;
    min-height: 300px;
    margin: -19px -20px 0px -20px;
    background-position: center;
    background-size: cover;
}

.profile-bg-picture>.picture-bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%);
}

.profile-user-box {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
    margin-top: -65px;
    position: relative;
    border-radius: 5px;
}

.profile-tabs {
    background-color: #f3f3f3;
    padding-bottom: 1px;
    border: none;
}

.profile-tabs .nav-item>.nav-link {
    border: none;
    margin-right: 0px;
    padding: 15px 30px;
    font-size: 16px;
}

.profile-tabs .nav-item>.nav-link i {
    margin-right: 10px;
}

.profile-user-img img {
    position: absolute;
    top: -56px;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 2px 6px 30px -15px #313a46;
    box-shadow: 2px 6px 30px -15px #313a46;
}

/* Timeline-2 */

.timeline-2 {
    position: relative;
    border-left: 2px solid #313a46;
}

.timeline-2 .time-item {
    position: relative;
    padding-bottom: 1px;
    border-color: #e2e2e2;
}

.timeline-2 .time-item:before,
.timeline-2 .time-item:after {
    display: table;
    content: " ";
}

.timeline-2 .time-item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    margin-left: -8px;
    background-color: #ffffff;
    border-color: #313a46;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    content: '';
}

.profile-desk .table th {
    border: none;
}

/* =============
   Timeline
============= */

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative;
}

.timeline .time-show a {
    color: #ffffff;
}

.timeline:before {
    background-color: rgba(243, 243, 243, 0.8);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 42px;
    width: 2px;
    z-index: 0;
}

.timeline .timeline-icon {
    -webkit-border-radius: 50%;
    background: #98a6ad;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 20px;
    left: -54px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
}

.timeline .timeline-icon i {
    color: #ffffff;
    font-size: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

h3.timeline-title {
    color: #f3f3f3;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.timeline-item {
    display: table-row;
}

.timeline-item:before {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 12px solid transparent;
    border-right: 12px solid rgba(226, 226, 226, 0.3) !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 0;
}

.timeline-item .timeline-desk .timeline-box {
    padding: 20px;
}

.timeline-item .timeline-date {
    margin-bottom: 10px;
}

.timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 12px solid transparent;
    border-left: 12px solid rgba(226, 226, 226, 0.3) !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -12px;
    position: absolute;
    right: -12px;
    top: 50%;
    width: 0;
}

.timeline-item.alt .timeline-desk .album {
    float: right;
    margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album a {
    float: right;
    margin-left: 5px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -56px;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px;
}

.timeline-item.alt h4 {
    text-align: right;
}

.timeline-item.alt p {
    text-align: right;
}

.timeline-item.alt .timeline-date {
    text-align: right;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.timeline-desk .panel {
    background: rgba(226, 226, 226, 0.25);
    display: block;
    margin-bottom: 5px;
    margin-left: 45px;
    position: relative;
    text-align: left;
    border: 0;
    min-height: 140px;
}

.timeline-desk h5 span {
    color: #f3f3f3;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.timeline-desk p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 0;
}

.timeline-desk .album {
    margin-top: 12px;
}

.timeline-desk .album a {
    float: left;
    margin-right: 5px;
}

.timeline-desk .album img {
    height: 36px;
    width: auto;
    border-radius: 3px;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #ffffff;
    margin-top: 20px;
    padding: 8px;
}

.timeline-left {
    margin-left: 20px;
    width: auto;
    display: block;
}

.timeline-left:before {
    left: 0 !important;
}

.timeline-left .timeline-item {
    display: block;
}

.timeline-left .timeline-desk {
    display: block;
    width: 100%;
}

.timeline-left .panel {
    margin-bottom: 20px;
}

/* =============
   Print css
============= */

@media print {
    .page-title-box,
    .topbar-left,
    .breadcrumb,
    .page-title,
    .footer,
    .topbar {
        display: none;
        margin: 0;
        padding: 0;
    }
    .content {
        margin-top: 0 !important;
        padding-top: 0;
    }
    .content-page {
        margin-left: 0 !important;
        margin-top: 0;
    }
    .card-box,
    body {
        border: none;
        padding: 0;
        margin-bottom: 0;
    }
}

/* =============
   pages-contact
============= */

.media-main .info {
    overflow: hidden;
}

.social-links li a {
    background: #e2e2e2;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #767f8e;
}

/* =============
   Account Pages
============= */

.wrapper-page {
    display: table;
    height: 100vh;
    width: 100%;
}

.account-pages {
    display: table-cell;
    vertical-align: middle;
    /* background: url(../images/ICGS.jpg) no-repeat; */
    background: rgb(237, 240, 240);
    background-size: cover;
}

.account-box {
    position: relative;
    max-width: 460px;
    margin: 20px auto;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.account-logo-box {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.account-box .account-content {
    padding: 30px;
}

.account-box .account-btn {
    position: absolute;
    left: 0;
    right: 0;
}

.sign-in-btn {
    padding: 5px 0 !important;
}

/*
Template Name: Adminox Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Responsive
*/

@media ( min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}

@media ( max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .topbar-left {
        width: 70px !important;
    }
    .topbar-left span {
        display: none !important;
    }
    .topbar-left i {
        display: block !important;
        line-height: 70px !important;
    }
    .navbar-custom {
        margin-left: 70px !important;
    }
    .topbar .topbar-left {
        height: 77px;
    }
    .navbar-nav.navbar-right {
        float: right;
    }
    .content-page {}
    .content-page .content {
        padding: 0px;
    }
    .enlarged .left.side-menu {
        margin-left: -70px;
    }
    .footer {
        left: 0 !important;
    }
    .mobile-sidebar {
        left: 0;
    }
    .mobile-content {
        left: 250px;
        right: -250px;
    }
    .dataTables_wrapper .col-6 {
        width: 100%;
        text-align: left;
    }
    div#datatable-buttons_info {
        float: none;
    }
    .ms-container {
        width: 100%;
    }
    .m-t-sm-50 {
        margin-top: 50px !important;
    }
}

@media ( max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        left: auto;
        position: absolute;
        right: 0;
    }
    .navbar-nav .open .dropdown-menu li {
        display: block;
    }
    .navbar-nav {
        margin: 0;
        display: inline-block;
    }
    .navbar-nav li {
        display: inline-block;
        line-height: 1px;
    }
    .dropdown-lg {
        width: 200px !important;
    }
    .user-box {
        float: right;
    }
    .dataTables_length {
        float: none;
        margin-bottom: 10px;
    }
    .hide-phone {
        display: none !important;
    }
}

@media ( max-width: 480px) {
    .side-menu {
        z-index: 10 !important;
    }
    .button-menu-mobile {
        display: block;
    }
    .search-bar {
        display: none !important;
    }
    .navbar-custom {
        margin-left: 0 !important;
    }
}

@media ( min-width: 480px) {
    .notification-list .dropdown-menu.dropdown-menu-right {
        /* -webkit-transform: none !important;
		transform: none !important;
		top: 100% !important;
		right: 0 !important;
		left: auto !important; */
    }
    .dropdown-menu-animated {
        display: block;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        margin-top: 20px !important;
    }
}

@media ( min-width: 768px) {
    .container-alt {
        width: 750px;
    }
}

@media ( min-width: 992px) {
    .container-alt {
        width: 970px;
    }
}

@media ( min-width: 1200px) {
    .container-alt {
        width: 1170px;
    }
}

@media ( max-width: 419px) {
    .hidden-xxs {
        display: none;
    }
    .topbar-left {
        width: 70px !important;
    }
    .logo .icon-c-logo {
        display: inline-block !important;
        line-height: 58px !important;
    }
    .logo span {
        display: none !important;
    }
    .content-page {
        margin-left: 70px;
    }
    .forced .side-menu.left {
        -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
        box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
    }
    .enlarged .side-menu.left {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
    }
    .page-title {
        font-size: 15px;
        max-width: 250px;
        white-space: nowrap;
    }
    .navbar-default {
        padding: 0;
    }
    .navbar-default .navbar-left {
        padding-left: 0 !important;
    }
    .navbar-default .navbar-left li {
        padding: 0 5px;
    }
    .topbar-left {
        display: none;
    }
    .editable-responsive {
        overflow-x: auto;
    }
    .page-title-box .breadcrumb {
        display: none;
    }
    .navbar-nav .open .dropdown-menu {
        margin-right: -20px;
    }
    .user-box .dropdown-menu {
        margin-right: 0 !important;
    }
    .dropdown-lg {
        width: 200px !important;
    }
    .user-list .user-list-item .icon,
    .user-list .user-list-item .avatar {
        display: none;
    }
    .user-list .user-list-item .user-desc {
        margin-left: 0;
    }
}

/*# sourceMappingURL=app.css.map */

.inner_md_htext {
    font-size: 12px;
}

#div1 {
    width: 68%;
    height: 28px;
    position: absolute;
    text-align: center;
    display: none;
    line-height: 28px;
    top: 0px;
    left: 3%;
    color: #f5811a;
    font-weight: 700;
}

/* File Upload */

.fake-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload #logo-id {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 33px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.main_img-preview {
    text-align: center;
}

.img-preview {
    max-width: 100%;
}

#resultnavigation,
#resultnavigationMasDesignation,
#resultnavigationNew,
,
#resultnavigationNewVital,
#resultnavigationNewLab,
#resultnavigationNewRadio,
#resultnavigationModel,
#resultnavigationForCurrentMedication,
#resultnavigationForDoctorRemarks,
#resultnavigationForRecommendedDiagnosis,
#resultnavigationForMEMBReport,
#resultnavigationForAllery {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.SearchStatus {
    margin-top: 10px;
}

#resultnavigation input.singlePrev,
#resultnavigationMasDesignation input.singlePrev,
#resultnavigationNew input.singlePrev,
#resultnavigationNewVital input.singlePrev,
#resultnavigationNewLab input.singlePrev,
#resultnavigationNewRadio input.singlePrev,
#resultnavigationModel input.singlePrev,
#resultnavigationForCurrentMedication input.singlePrev,
#resultnavigationForDoctorRemarks input.singlePrev,
#resultnavigationForRecommendedDiagnosis input.singlePrev,
#resultnavigationForMEMBReport input.singlePrev,
#resultnavigationForAllery input.singlePrev {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    background: url(../images/arrowPrev.png) no-repeat;
    background-size: 20px 15px;
    height: 15px;
    width: 31px;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    color: #FFF;
    text-align: right;
    text-shadow: none;
    height: 15px;
}

#resultnavigation input.singlePrevDisable,
#resultnavigationMasDesignation input.singlePrevDisable,
#resultnavigationNew input.singlePrevDisable,
#resultnavigationNewVital input.singlePrevDisable,
#resultnavigationNewLab input.singlePrevDisable,
#resultnavigationNewRadio input.singlePrevDisable,
#resultnavigationModel input.singlePrevDisable,
#resultnavigationForCurrentMedication input.singlePrevDisable,
#resultnavigationForDoctorRemarks input.singlePrevDisable,
#resultnavigationForRecommendedDiagnosis input.singlePrevDisable,
#resultnavigationForMEMBReport input.singlePrevDisable,
#resultnavigationForAllery input.singlePrevDisable {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    background: url(../images/arrowPrevDisable.png) no-repeat;
    background-size: 20px 15px;
    height: 15px;
    width: 31px;
    vertical-align: middle;
    border: none;
    cursor: auto;
    color: #fff;
    font-size: 3px;
    text-align: right;
    height: 15px;
}

#resultnavigation input.singleNext,
#resultnavigationMasDesignation input.singleNext,
#resultnavigationNew input.singleNext,
#resultnavigationNewVital input.singleNext,
#resultnavigationNewLab input.singleNext,
#resultnavigationNewRadio input.singleNext,
#resultnavigationModel input.singleNext,
#resultnavigationForCurrentMedication input.singleNext,
#resultnavigationForDoctorRemarks input.singleNext,
#resultnavigationForRecommendedDiagnosis input.singleNext,
#resultnavigationForMEMBReport input.singleNext,
#resultnavigationForAllery input.singleNext {
    margin: 0px 0px 0px 10px;
    background: url(../images/arrowNext.png) no-repeat right;
    background-size: 20px 15px;
    height: 15px;
    width: 31px;
    padding: 0px 5px 0px 0px;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    color: #fff;
    text-align: left;
    font-size: 3px;
    text-shadow: none;
}

#resultnavigation input.singleNextDisable,
#resultnavigationMasDesignation input.singleNextDisable,
#resultnavigationNew input.singleNextDisable,
#resultnavigationNewVital input.singleNextDisable,
#resultnavigationNewLab input.singleNextDisable,
#resultnavigationNewRadio input.singleNextDisable,
#resultnavigationModel input.singleNextDisable,
#resultnavigationForCurrentMedication input.singleNextDisable,
#resultnavigationForDoctorRemarks input.singleNextDisable,
#resultnavigationForRecommendedDiagnosis input.singleNextDisable,
#resultnavigationForMEMBReport input.singleNextDisable,
#resultnavigationForAllery input.singleNextDisable {
    margin: 0px 0px 0px 10px;
    background: url(../images/arrowNextDisable.png) no-repeat right;
    background-size: 20px 15px;
    height: 15px;
    width: 31px;
    padding: 0px;
    vertical-align: middle;
    border: none;
    cursor: auto;
    color: #fff;
    font-size: 3px;
    text-align: left;
    text-shadow: none;
}

#resultnavigation input.previous,
#resultnavigationMasDesignation input.previous,
#resultnavigationNew input.previous,
#resultnavigationNewVital input.previous,
#resultnavigationNewLab input.previous,
#resultnavigationNewRadio input.previous,
#resultnavigationModel input.previous,
#resultnavigationForCurrentMedication input.previous,
#resultnavigationForDoctorRemarks input.previous,
#resultnavigationForRecommendedDiagnosis input.previous,
#resultnavigationForMEMBReport input.previous,
#resultnavigationForAllery input.previous {
    margin: 0px 0px 0px 0px;
    background: url(../images/previousArrowButton.png) no-repeat right;
    background-size: 24px 17px;
    height: 15px;
    width: 31px;
    padding: 0px;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 3px;
    text-align: right;
    text-shadow: none;
    height: 15px;
}

#resultnavigation input.previousDisable,
#resultnavigationMasDesignation input.previousDisable,
#resultnavigationNew input.previousDisable,
#resultnavigationNewVital input.previousDisable,
#resultnavigationNewLab input.previousDisable,
#resultnavigationNewRadio input.previousDisable,
#resultnavigationModel input.previousDisable,
#resultnavigationForCurrentMedication input.previousDisable,
#resultnavigationForDoctorRemarks input.previousDisable,
#resultnavigationForRecommendedDiagnosis input.previousDisable,
#resultnavigationForMEMBReport input.previousDisable,
#resultnavigationForAllery input.previousDisable {
    margin: 0px 0px 0px 0px;
    background: url(../images/previousArrowButtonDisable.png) no-repeat right;
    background-size: 24px 17px;
    height: 15px;
    width: 31px;
    padding: 0px;
    vertical-align: middle;
    border: none;
    cursor: auto;
    color: #fff; //
    font-size: 9px;
    font-size: 0px;
    text-align: left;
    text-shadow: none;
    height: 15px;
}

#resultnavigation input.next,
#resultnavigationMasDesignation input.next,
#resultnavigationNew input.next,
#resultnavigationNewVital input.next,
#resultnavigationNewLab input.next,
#resultnavigationNewRadio input.next,
#resultnavigationModel input.next,
#resultnavigationForCurrentMedication input.next,
#resultnavigationForDoctorRemarks input.next,
#resultnavigationForRecommendedDiagnosis input.next,
#resultnavigationForMEMBReport input.next,
#resultnavigationForAllery input.next {
    margin: 0px 0px 0px 0px;
    background: url(../images/nextArrowButton.png) no-repeat right;
    background-size: 24px 17px;
    height: 15px;
    width: 30px;
    padding: 0px;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    color: #fff; //
    font-size: 9px;
    font-size: 0px;
    text-align: left;
    text-shadow: none;
}

#resultnavigation input.nextDisable,
#resultnavigationMasDesignation input.nextDisable,
#resultnavigationNew input.nextDisable,
#resultnavigationNewVital input.nextDisable,
#resultnavigationNewLab input.nextDisable,
#resultnavigationNewRadio input.nextDisable,
#resultnavigationModel input.nextDisable,
#resultnavigationForCurrentMedication input.nextDisable,
#resultnavigationForDoctorRemarks input.nextDisable,
#resultnavigationForMEMBReport input.nextDisable,
#resultnavigationForAllery input.nextDisable,
#resultnavigationForRecommendedDiagnosis input.nextDisable,
    {
    margin: 0px 0px 0px 0px;
    background: url(../images/nextArrowButtonDisable.png) no-repeat right;
    background-size: 24px 15px;
    height: 15px;
    width: 31px;
    padding: 0px;
    vertical-align: middle;
    border: none;
    cursor: auto;
    color: #fff;
    font-size: 9px;
    font-size: 0px;
    text-align: left;
    text-shadow: none;
    height: 15px;
}

#resultnavigation input.singlePrev,
#resultnavigation input.singlePrevDisable,
#resultnavigation input.singleNext,
#resultnavigation input.singleNextDisable,
#resultnavigation input.previous,
#resultnavigation input.previousDisable,
#resultnavigation input.next,
#resultnavigation input.nextDisable,
#resultnavigationMasDesignation input.singlePrev,
#resultnavigationMasDesignation input.singlePrevDisable,
#resultnavigationMasDesignation input.singleNext,
#resultnavigationMasDesignation input.singleNextDisable,
#resultnavigationMasDesignation input.previous,
#resultnavigationMasDesignation input.previousDisable,
#resultnavigationMasDesignation input.next,
#resultnavigationMasDesignation input.nextDisable,
#resultnavigationNew input.singlePrev,
#resultnavigationNew input.singlePrevDisable,
#resultnavigationNew input.singleNext,
#resultnavigationNew input.singleNextDisable,
#resultnavigationNew input.previous,
#resultnavigationNew input.previousDisable,
#resultnavigationNew input.next,
#resultnavigationNew input.nextDisable,
#resultnavigationNewVital input.singlePrev,
#resultnavigationNewVital input.singlePrevDisable,
#resultnavigationNewVital input.singleNext,
#resultnavigationNewVital input.singleNextDisable,
#resultnavigationNewVital input.previous,
#resultnavigationNewVital input.previousDisable,
#resultnavigationNewVital input.next,
#resultnavigationNewVital input.nextDisable,
#resultnavigationNewLab input.singlePrev,
#resultnavigationNewLab input.singlePrevDisable,
#resultnavigationNewLab input.singleNext,
#resultnavigationNewLab input.singleNextDisable,
#resultnavigationNewLab input.previous,
#resultnavigationNewLab input.previousDisable,
#resultnavigationNewLab input.next,
#resultnavigationNewLab input.nextDisable,
#resultnavigationNewRadio input.singlePrevDisable,
#resultnavigationNewRadio input.singleNext,
#resultnavigationNewRadio input.singleNextDisable,
#resultnavigationNewRadio input.previous,
#resultnavigationNewRadio input.previousDisable,
#resultnavigationNewRadio input.next,
#resultnavigationNewRadio input.nextDisable,
#resultnavigationModel input.singlePrev,
#resultnavigationModel input.singlePrevDisable,
#resultnavigationModel input.singleNext,
#resultnavigationModel input.singleNextDisable,
#resultnavigationModel input.previous,
#resultnavigationModel input.previousDisable,
#resultnavigationModel input.next,
#resultnavigationModel input.nextDisable,
#resultnavigationForCurrentMedication input.singlePrev,
#resultnavigationForCurrentMedication input.singlePrevDisable,
#resultnavigationForCurrentMedication input.singleNext,
#resultnavigationForCurrentMedication input.singleNextDisable,
#resultnavigationForCurrentMedication input.previous,
#resultnavigationForCurrentMedication input.previousDisable,
#resultnavigationForCurrentMedication input.next,
#resultnavigationForCurrentMedication input.nextDisable,
#resultnavigationForDoctorRemarks input.singlePrev,
#resultnavigationForDoctorRemarks input.singlePrevDisable,
#resultnavigationForDoctorRemarks input.singleNext,
#resultnavigationForDoctorRemarks input.singleNextDisable,
#resultnavigationForDoctorRemarks input.previous,
#resultnavigationForDoctorRemarks input.previousDisable,
#resultnavigationForDoctorRemarks input.next,
#resultnavigationForDoctorRemarks input.nextDisable,
#resultnavigationForMEMBReport input.singlePrev,
#resultnavigationForMEMBReport input.singlePrevDisable,
#resultnavigationForMEMBReport input.singleNext,
#resultnavigationForMEMBReport input.singleNextDisable,
#resultnavigationForMEMBReport input.previous,
#resultnavigationForMEMBReport input.previousDisable,
#resultnavigationForMEMBReport input.next,
#resultnavigationForMEMBReport input.nextDisable,
#resultnavigationForAllery input.singlePrev,
#resultnavigationForAllery input.singlePrevDisable,
#resultnavigationForAllery input.singleNext,
#resultnavigationForAllery input.singleNextDisable,
#resultnavigationForAllery input.previous,
#resultnavigationForAllery input.previousDisable,
#resultnavigationForAllery input.next,
#resultnavigationForAllery input.nextDisable,
#resultnavigationForRecommendedDiagnosis input.singlePrev,
#resultnavigationForRecommendedDiagnosis input.singlePrevDisable,
#resultnavigationForRecommendedDiagnosis input.singleNext,
#resultnavigationForRecommendedDiagnosis input.singleNextDisable,
#resultnavigationForRecommendedDiagnosis input.previous,
#resultnavigationForRecommendedDiagnosis input.previousDisable,
#resultnavigationForRecommendedDiagnosis input.next,
#resultnavigationForRecommendedDiagnosis input.nextDisable {
    opacity: 0.6;
}

.internal_Htext {
    color: white;
    background: #ea5b21;
    background: var(--blue-primary);
    background: linear-gradient(to left, var(--blue-light) 0%, var(--blue-primary) 100%);
    box-shadow: 0px 0px 5px #888686;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 25px;
    line-height: 20px;
    min-height: 31px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.col-form-label {
    font-size: 14px;
}

.form-group {
    margin-bottom: 6px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 2px 12px !important;
    font-size: 14px !important;
    line-height: 22px !important;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-width: 75px;
}

table .btn {
    font-size: 12px !important;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem !important;
    line-height: 1.5 !important;
}

.arrowlistmenu {
    padding: 0px;
    margin-top: 1px;
    float: left;
}

.arrowlistmenu ul {
    list-style-type: none;
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.arrowlistmenu ul li {
    background: #ea5b21;
    background: linear-gradient(to left, var(--blue-light) 0%, var(--blue-primary) 100%);
    font: bold 12px/28px verdana;
    color: #000000;
    margin: 1px 0px;
    line-height: 40px;
    padding-left: 10px;
    display: block;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.arrowlistmenu ul li a {
    display: block;
    color: #fff;
    width: 260px;
    height: 40px;
    text-decoration: none;
    padding: 0px 0px 0px 6px;
}

.arrowlistmenu ul li a:hover {
    /* color: #000; */
    text-decoration: underline;
    /* padding: 0px 0px 0px 10px; */
}

select.listBig {
    width: 299px;
    height: 68px;
    border: 1px solid #dee2e6;
    border-radius: 2px;
}

input.buttonDel {
    border: none;
    background: url(../images/buttonDel.png) no-repeat;
    color: none;
    width: 52px;
    height: 17px;
    float: left;
    margin: 2px 10px 0px 10px;
    padding: 0px;
}

.Block input.buttonDel {
    border: none;
    background: url(../images/buttonDel.png) no-repeat;
    color: none;
    width: 52px;
    height: 17px;
    float: left;
    margin: 2px 10px 10px 10px;
    padding: 0px;
}

input.buttonAdd {
    border: none;
    background: url(../images/buttonAdd.png) no-repeat;
    color: none;
    width: 52px;
    height: 17px;
    float: left;
    margin: 2px 10px 0px 10px;
    padding: 0px;
}

.opdArea {
    /* background: url(../images/formBg.gif) repeat-x #EFF3F8; */
    /*  width: 785px; */
    /* height: auto; */
    width: 100%;
    min-height: 205px;
    border: none;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

/* input.buttonDel {
    border: none;
    background: url(../images/buttonDel.png) no-repeat;
    color: none;
    width: 52px;
    height: 17px;
    float: left;
    margin: 2px 10px 0px 10px;
    padding: 0px;
} */

input[type='button'],
input[type='submit'],
input[type='reset'],
input.button {
    background: #ea5b21;
    background: var(--blue-primary);
    border-radius: 3px;
    color: #FFFFFF;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: center;
    width: auto;
    padding: 0px 9px;
    cursor: pointer;
}

.textNew {
    width: 100%;
}

.Block {
    color: #000;
    text-decoration: none;
    width: 100%;
}

.Block label {
    /*  background: #ebe7e7; */
    font: 12px/24px Arial, tahoma;
    color: #000000;
    text-align: left;
    padding: 0px 5px;
}

.Block table {
    width: 100%;
    border: 1px solid #dfdfdf;
    /*  border-right: 1px solid #000; */
    text-align: left;
    overflow: auto;
    border-spacing: 2px;
    margin: 0px auto;
}

.Block1 label {
    /*  background: #ebe7e7; */
    /*  box-shadow: 2px 2px 0 #ccc; */
    font: 12px/22px Arial, tahoma;
    /* color: #000000; */
    width: 145px;
    float: left;
    text-align: left;
    margin: 2px 12px 0px 5px;
    padding: 5px 3px;
}

.cmntable {
    width: 100%;
    min-height: 90px;
    max-height: 300px;
    float: left;
    border: 1px solid #444;
    overflow: auto;
    text-align: center;
    margin-left: 0px;
}

table th,
.Block table th {
    width: auto;
    height: 14px;
    font: bold 12px arial;
    color: #000000;
    background: #c1c1c1;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    text-align: left;
    padding-left: 5px;
}

.Block input.buttonAdd {
    border: none;
    background: url(../images/buttonAdd.png) no-repeat;
    color: none;
    width: 52px;
    height: 17px;
    float: left;
    margin: 2px 10px 10px 10px;
    padding: 0px;
}

.labRadiologyDivfixed {
    float: left;
    width: 80px;
    padding: 7px 10px 0px 0px;
}

select {
    /* background: #FDFDF3; */
    border: 1px solid #A4A7AB;
    color: #333333;
    font: normal 12px arial;
    width: 100%;
    height: 23px;
    float: left;
    text-align: left;
}

/* label {
    font: bold 12px/ 22px Arial, tahoma;
    color: #01497B;
    width: 147px;
      width: 13%;
    float: left;
    text-align: left;
    padding-left: 3px;
    padding-right: 2px;
    margin: 0px 0px 0px 0px;
} */

.opdMain_detail_area {
    border: 1px solid #ededed;
    padding: 0px 10px 10px 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.opdMain_detail_area1 {
    border: 1px solid #ededed;
    padding: 0px 10px 10px 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.service_htext,
.service_htext_noBorder {
    color: #ea5b21;
    color: var(--blue-primary);
    font-size: 14px;
    margin-bottom: 15px;
    padding: 4px 4px 9px 4px;
    width: 100%;
    background: #fff;
    font-weight: 600;
    border-bottom: solid 1px rgba(0, 123, 255, 0.5);
}

.service_htext_noBorder {
    border-bottom: none;
}

.investigationPop {
    border: 1px solid grey;
    padding: 3px;
    background: #dee2e6;
}

a.btn-primary {
    color: #ffffff !important;
}

table td input[type="text"],
.Block table td input[type="text"],
.cmntable table td input[type="text"] {
    color: #333333;
    font: normal 12px arial;
    width: 100%;
    height: 32px;
    margin: 0px 2px 0px 0px;
    /* float: left; */
}

table td input.m-b-5 {
    margin-bottom: 5px;
}

.autocomplete {
    position: relative;
    /* padding-left: 10px; */
}

.autocomplete-items,
.autocomplete-itemsNew {
    background: #fff;
    color: #000000;
    font: normal 11px verdana;
    border: 1px solid #ced4da;
    height: auto;
    z-index: 9;
    position: absolute;
    top: 22px;
    height: 180px;
    overflow-y: scroll;
    cursor: pointer;
    width: 100%;
}

.autocomplete-itemsNew {
    display: none;
    width: 92%;
}

div#chargeCodeNameautocomplete-list>div {
    padding: 5px;
}

.create_regis_htext {
    color: #171616;
    font-weight: 500;
    font-size: 18px;
}

.btn-left-all {
    float: left;
}

.btn-right-all {
    float: right;
}

.accordion1 {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    /*  padding: 18px; */
    padding: 4px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
    margin-bottom: 3px;
}

.activeIn,
.accordion1:hover {
    background-color: #ccc;
}

.accordion1:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.activeIn:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel .row {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* 
.default_open_collapse{max-height:176px;} */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background: #ea5b21;
    background: var(--blue-primary);
}

.nav-link.danger {
    color: #ffffff;
    background: #bd2130 !important;
}

.nav-link.danger.active {
    border-color: transparent;
}

.nav-link {
    display: block;
    padding: 8px 12px;
}

.expendable_add_del_area {
    height: auto;
    /* overflow-x: scroll; */
    /*         overflow-x: hidden;
    overflow-y: scroll;
    
 */
}

.clearfix {
    clear: both;
}

.adviceDivMain {
    width: 100%;
    float: left;
    background: #f2f2f2;
    cursor: pointer;
    margin: 7px 0px 0px 0px;
    border-radius: 3px;
    padding: 7px 10px;
    color: #ea5b21;
    color: var(--blue-primary);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

input.buttonPlusMinus {
    height: 20px;
    width: 20px;
    float: right;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #ea5b21;
    color: var(--blue-primary);
    background: #f2f2f2;
    border: none;
}

.hisDivHide {
    display: none;
    float: left;
    /* border: 1px solid #e7e6e6; */
    width: 100%;
}

.form-control:disabled,
.form-control[readonly] {
    /* background-color: #e9ecef; */
    opacity: 1;
}

.border_none {
    border: none !important;
    margin-bottom: auto;
}

.titleBg>span {
    font-size: 14px;
    font-weight: 600;
}

.form-control {
    height: 32px;
    font-size: 14px;
    margin-left: 2px;
}

table .form-control {
    height: 32px;
    font-size: 12px;
}

table textarea.form-control {
    height: auto;
    font-size: 12px;
}

.table-bordered {
    /* border: 2px solid #c0c0c0 !important; */
}

.table-primary,
.table-primary>td,
.table-primary>th {
    /* background-color: #b8daff; */
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    /* border-color: #7abaff; */
}

.admin_doctor_roaster {
    margin-left: -57px;
    margin-top: 2px;
}

.reception_registration_token {
    margin-left: -60px;
    margin-top: 3px;
}

.reception_mi_reports {
    margin-left: -22px;
    margin-top: -2px;
}

.obesityWait-search {
    /* margin-top: 2px; */
}

.asign-search {
    margin-top: 3px;
}

/* .opd_invetigation_createtemplate {
	margin-top: 2px;
} */

.opd_invetigation_import {
    margin-left: -44px;
    margin-top: 2px;
}

.referral_alignment {
    padding-left: 10px;
}

.opd_invetigation_recall_import {
    margin-left: -35px;
    margin-top: 2px;
}

.opd_invetigation_recall_import1 {
    margin-left: -35px;
    margin-top: 2px;
}

.opd_invetigation_recall_import3 {
    margin-left: -25px;
    margin-top: 2px;
}

.opd_invetigation_recall_import2 {
    margin-left: -44px;
    margin-top: 2px;
}

.manageUser-search {
    margin-top: 2px;
    margin-left: -16px;
}

.token_value_manage {
    /* position: relative;
	left: 625px; */
    color: green;
    font-weight: 600;
    font-size: 14px;
    margin-left: 0;
}

.token_value_other {
    position: relative;
    color: green;
    font-weight: 600;
    font-size: 14px;
    top: -40px;
}

.token_digitValue_other_manage {
    color: green;
    /* position: relative; */
    left: 78px;
    top: -21px;
    display: inline-block;
    font-weight: 600;
    background: none;
    width: 90px;
    padding-left: 5px;
}

/********************** Morris Chart start here *******************/

.morris-hover {
    position: absolute;
    z-index: 995;
}

. morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.2);
    border: solid 2px rgba(230, 230, 230, 0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0
}

/********************** Morris Chart end here *******************/

.textNew1 {
    border: 1px solid red;
}

/********************** Morris Chart end here *******************/

.text-xs {
    font-size: 12px;
}

/**********************New Custom *******************/

.width40 {
    width: 40px !important;
}

.width50 {
    width: 50px !important;
}

.width60 {
    width: 60px !important;
}

.width70 {
    width: 70px !important;
}

.width80 {
    width: 80px !important;
}

.width90 {
    width: 90px !important;
}

.width90Percent {
    width: 90% !important;
}

.width100 {
    width: 100px !important;
}

.width110 {
    width: 110px !important;
}

.width120 {
    width: 120px !important;
}

.width125 {
    width: 125px !important;
}

.width150 {
    width: 150px !important;
}

.width160 {
    width: 160px !important;
}

.width170 {
    width: 170px !important;
}

.width180 {
    width: 180px !important;
}

.width200 {
    width: 200px !important;
}

.width220 {
    width: 220px !important;
}

.width230 {
    width: 230px !important;
}

.width250 {
    width: 250px !important;
}

.width300 {
    width: 300px !important;
}

.width400 {
    width: 400px !important;
}

.width500 {
    width: 500px !important;
}

.width330 {
    width: 330px !important;
}

.minwidth120 {
    min-width: 120px !important;
}

.minWidth250 {
    min-width: 250px !important;
}

.minWidth220 {
    min-width: 220px !important;
}

.width-full {
    width: 100% !important;
}

.noMinWidth {
    min-width: auto !important;
}

.no-bold {
    font-weight: 400 !important;
}

.hor-radio-fix {
    position: absolute;
}

.table.verticalAlignTD td {
    vertical-align: top;
}

/* .autocomplete.forTableResp .autocomplete-items,.autocomplete.forTableResp .autocomplete-itemsNew  {
	visibility: hidden;
} */

.autocomplete.forTableResp {
    position: static;
}

table .autocomplete.forTableResp {
    display: inline-block;
}

.autocomplete.forTableResp .loaderImg {
    position: absolute;
    width: 15px;
    top: 6px;
    right: 14px;
}

.slimScrollBar {
    width: 10px !important;
}

.tableLegend .tbLegendName {
    display: table-cell;
    line-height: 20px;
    padding-right: 15px;
}

.tableLegend .tbLegendName label {
    vertical-align: middle;
}

.tbLegendName .colorBox {
    height: 18px;
    width: 18px;
    display: inline-block;
    line-height: 20px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.tbLegendName .colorBox.high {
    background: #ef9999;
}

.tbLegendName .colorBox.medium {
    background: #f4dc92;
}

.tbLegendName .colorBox.low {
    background: #84e08f;
}

.tbLegendName .colorBox.wardVacant {
    background: #7dd48b;
}

.tbLegendName .colorBox.wardNotReported {
    background: #e45656;
}

.tbLegendName .colorBox.wardReported {
    background: #83d4fb;
}

.tbLegendName .colorBox.wardTranfered {
    background: #ffb75a;
}

.tbLegendName .colorBox.wardOT {
    background: #815bde;
}

.tbLegendName .colorBox.wardLaboour {
    background: #ef5da7;
}

.tbLegendName .colorBox.wardDischarge {
    background: #d6c439;
}

.inlineBlock {
    display: inline-block !important;
}

.portlet .portlet-heading a.dropdown-item {
    font-size: 14px;
}

.divErrorMsg {
    display: none;
    color: red;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background: #ea5b21;
    background: var(--blue-primary);
}

.modal-title,
h5.modal-title {
    color: #ffffff;
}

.Message_htext {
    color: #fff;
    font-size: 14px;
}

.modal .modal-dialog .close {
    top: 26px;
    position: absolute;
    right: 25px;
    height: 30px;
    width: 30px;
    opacity: 1;
    /* border: 2px solid #ffffff; */
    border: none;
    text-shadow: none;
    color: #ffffff;
    border-radius: 50%;
    padding: 0;
}

tbody.clickableRow tr.rowClicked {
    /* box-shadow:inset 0px 0px 1px 1px var(--blue-primary); */
    outline: solid 1px var(--blue-primary) !important;
    background: #feffc9 !important;
}

.selectorImgDiv {
    padding-top: 40px;
}

.divErrorMsg {
    display: none;
    color: red;
}

.messageDiv {
    display: none;
    color: green;
}

#dynamicValue {
    padding: 0 !important;
    height: 0 !important;
}

.height110 {
    height: 110px !important
}

/* user location */

/* .profile-username{
	display: inline-block;
    padding-top: 15px;
    padding-right: 18px;
}
.userLocation{
	display:block;	
}
.userArrow{
	position: absolute;
    top: 24px;
    right: 5px;
} */

.centerLocation,
.centerLocation2 {
    display: inline-block;
    left: 0;
    margin-top: 24px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
}

.centerLocation {
    width: 40%;
    margin: 13px 30% 0px 30%;
    font-size: 20px;
    color: #666;
}

.centerLocation span,
.centerLocation2 span {
    font-size: 12px;
    font-weight: 400;
}

.profile-username .name,
.profile-username .designation {
    font-weight: 600;
}

.noBgColor {
    background: none !important;
}

.noTdBorder td {
    border: none !important;
}

.noTableBorder {
    border: none !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-theme {
    color: #ea5b21;
    color: var(--blue-primary);
}

.text-white {
    color: #fff;
}

a.text-theme:hover {
    color: #0361c6;
}

.longLabel {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: inherit;
    cursor: pointer;
}

.longLabel.clicked {
    white-space: normal;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.table.no-border td,
.table.no-border th {
    border: none !important;
}

.input-group-text {
    font-size: 12px;
    padding: 2px 10px;
}

.searchText {
    font-size: 15px;
    color: green;
    margin-top: 10px;
}

#sidebar-menu>ul>li>a .badge,
.nav-second-level li a .badge {
    background: #3b6a9c;
}

#sidebar-menu>ul>li>a:hover .badge,
#sidebar-menu>ul>li>a:focus .badge,
#sidebar-menu>ul>li>a:active .badge,
.nav-second-level li a:hover .badge,
.nav-second-level li a:focus .badge,
.nav-second-level li a:active .badge {
    background: #fff;
    color: #ea5b21;
    color: var(--blue-primary);
}

.button-tab {
    color: #ea5b21;
    color: var(--blue-primary);
    background: #f2f2f2;
}

.button-tab .badge {
    top: -1px;
}

/* .button-tab:hover .badge, .button-tab.active .badge{
	ackground:#fff;
	color:var(--blue-primary);
} */

.button-tab.active,
.button-tab:hover {
    border: solid 1px var(--blue-primary);
    color: #ea5b21 !important;
    color: var(--blue-primary) !important;
}

input.bpSlash+span:after {
    content: '/';
    font-size: 20px;
    right: -5px;
    position: absolute;
    top: 0px;
}

/*---------- table with fixed header ------------*/

.fixedHeaderTable {
    position: relative;
}

.scrollableDiv {
    overflow: auto !important;
    max-height: 430px;
}

.fixedHeaderTable .table th {
    color: transparent;
}

.fixedHeaderTable thead div.fixedHeader {
    padding: 10px 7px;
    position: absolute;
    top: 0;
    background: #a0b5c1;
    color: #000000;
    margin-left: -8px;
    z-index: 99;
    border-left: 1px solid #dee2e6;
    display: flex;
    align-items: center;
}

/*---------- buttons with gradient ------------*/

input.btn-primary,
.btn-primary,
.btn-secondary:hover,
.btn-secondary.active {
    color: #fff;
    background: var(--blue-light);
    /* background: -moz-linear-gradient(top, var(--blue-light) 0%, var(--blue-primary) 100%);
	background: -webkit-linear-gradient(top, var(--blue-light) 0%, var(--blue-primary) 100%);
	background: linear-gradient(to bottom, var(--blue-light) 0%, var(--blue-primary) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--blue-light)',
		endColorstr='var(--blue-primary)', GradientType=0); */
}

input.btn-primary:hover,
.btn-primary:hover {
    background: #ea5b21;
    background: var(--blue-primary);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 40%);
    /* background: #0069d9; Old browsers
	background: -moz-linear-gradient(top, #0069d9 0%, #005dc1 100%);
	background: -webkit-linear-gradient(top, #0069d9 0%, #005dc1 100%);
	background: linear-gradient(to bottom, #0069d9 0%, #005dc1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069d9',
		endColorstr='#005dc1', GradientType=0); */
}

input.btn-danger,
.btn-danger {
    color: #fff;
    background: #dc3545;
    /* background: -moz-linear-gradient(top, #dc3545 0%, #c82333 100%);
	background: -webkit-linear-gradient(top, #dc3545 0%, #c82333 100%);
	background: linear-gradient(to bottom, #dc3545 0%, #c82333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc3545',
		endColorstr='#c82333', GradientType=0); */
}

input.btn-danger:hover,
.btn-danger:hover {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 40%);
    color: #fff;
    background: #c82333;
    /* background: -moz-linear-gradient(top, #c82333 1%, #aa1e25 100%);
	background: -webkit-linear-gradient(top, #c82333 1%, #aa1e25 100%);
	background: linear-gradient(to bottom, #c82333 1%, #aa1e25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c82333',
		endColorstr='#aa1e25', GradientType=0); */
}

.btn-secondary {
    background: #fff;
    color: #ea5b21;
    color: var(--blue-primary);
    border-color: #ea5b21;
    border-color: var(--blue-primary);
}

.btn-secondary:focus,
.btn-secondary:active {
    outline: #ea5b21;
    outline: var(--blue-primary);
    box-shadow: none !important;
}

/*---------- icon buttons ------------*/

.btn[button-type="add"]:after,
.btn[button-type="delete"]:after,
.btn[button-type="back"]:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
}

.btn[button-type="add"]:after {
    content: "\f067";
}

.btn[button-type="delete"]:after {
    content: "\f068";
}

.btn[button-type="back"]:before {
    content: "\f30a";
    margin-right: 7px;
    font-size: 13px;
}

/*---------- in page left menu ------------*/

ul.inPageLeftMenu li {
    display: block;
    list-style: none;
}

ul.inPageLeftMenu li a {
    width: 100%;
    background: #f2f2f2;
    display: block;
    padding: 10px 15px;
    margin-bottom: 5px;
    clear: both;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    transition: all linear 100ms;
}

ul.inPageLeftMenu li a:hover {
    background: #ea5b21;
    background: var(--blue-primary);
    color: #fff;
}

ul.inPageLeftMenu li a:hover .badge {
    background: #fff;
    color: #ea5b21;
    color: var(--blue-primary);
}

ul.inPageLeftMenu li a.active {
    background: #ea5b21;
    background: var(--blue-primary);
    color: #fff;
}

ul.inPageLeftMenu li a.active .badge {
    background: #fff;
    color: #ea5b21;
    color: var(--blue-primary);
}

ul.inPageLeftMenu li a .badge {
    float: right;
    font-size: 11px;
}

.table-compressed>tbody>tr>td {
    padding: 4px;
}

.bmiInput {
    padding-left: .3rem !important;
    padding-right: .3rem !important;
}

.slimScrollDiv {
    overflow: unset !important;
}

.fa-spin {
    -webkit-animation: fa-spin 0.75s infinite linear !important;
    animation: fa-spin 0.75s infinite linear !important;
}

/*--------------- Notification ----------------*/

.notificationIcon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #ea5b21;
    background: var(--blue-primary);
    position: fixed;
    right: 15px;
    bottom: 15px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
}

.notificationIcon .badge {
    margin-top: -34px;
    margin-right: -23px;
    margin-left: -5px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    color: #ea5b21;
    color: var(--blue-primary);
    padding: 4px;
    font-size: 12px;
    border: 1px solid var(--blue-primary);
    min-width: 22px;
    text-align: center;
}

.updatesBox {
    position: fixed;
    width: 250px;
    height: 250px;
    /* border-top-left-radius:.25rem;
	border-top-right-radius:.25rem; */
    border-radius: .25rem;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 999;
    bottom: 80px;
    right: -250px;
    overflow: hidden;
    opacity: 0;
}

.updatesBox .heading {
    background: #ea5b21;
    background: var(--blue-primary);
    padding: 10px 7px 10px 14px;
    color: #fff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 14px;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.updatesBox .minMaxBtn {
    position: absolute;
    right: 5px;
    height: 30px;
    width: 30px;
    top: 5px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.updatesBox .updateContent {
    padding: 5px;
    height: 360px;
}

.updatesBox .updateContent a {
    font-size: 13px;
    letter-spacing: 0.3px;
    display: block;
    padding: 10px 8px 10px 8px;
    /* font-style: italic; */
    margin-bottom: 1px;
    /* background: #fafbfd;
    color: #046cdc;
    font-weight: 400; */
    background: rgba(255, 247, 167, 0.6);
    /* color: #d60000; */
    color: #ea5b21;
    color: var(--blue-primary);
    position: relative;
}

.updatesBox .updateContent a .badge {
    /* background: #d60000; */
    background: #ea5b21;
    background: var(--blue-primary);
    font-size: 12px;
    margin-left: 4px;
    margin-top: -1px;
}

/* .updatesBox .updateContent a span{
    background: #d60000;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 5px;
} */

/* .updateContent a:after{
	font-family:'Font Awesome 5 Free';
	content:"\f0a3";
} */

.updateContent a:hover {
    text-decoration: underline;
}

marquee {
    overflow: hidden;
    height: inherit;
    width: 100%;
}

#loadingDiv,
#loadingDiv2,
.savingLoader {
    /* position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    align-items:center;
    justify-content:center;
    z-index: 99;*/
    display: none;
}

#loadingDiv img {
    width: 26px;
    height: 26px;
}

.headerSelect {
    width: 150px;
    margin-top: 18px;
}

.text-red {
    color: red;
}

/*--- search button progress effect ---*/

.loaderBtn {
    background: #ea5b21 !important;
    background: var(--blue-primary) !important;
}

.loading-bar,
button[disabled].loading-bar {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .4) 25%, rgba(255, 255, 255, .0) 25%, rgba(255, 255, 255, .0) 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, rgba(255, 255, 255, .0) 75%, rgba(255, 255, 255, .0)) !important;
    background-size: 32px 32px !important;
    background-repeat: repeat !important;
    transition: background-position 60000s linear !important;
    background-position: 4000000px !important;
}

/* ---------------------------------- */

/*----------------Help Menu-----------*/

.helpBox {
    background: #f2f2f2;
    height: 70px;
    padding-left: 80px;
    position: relative;
    display: flex;
    font-size: 15px;
    transition: all linear 100ms;
    margin-bottom: 14px;
    align-items: center;
}

.helpBoxIcon {
    height: 70px;
    width: 70px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    border: solid 2px transparent;
    /* background: var(--blue-primary); */
    background: #ea5b21;
    background: linear-gradient(to left, var(--blue-light) 0%, var(--blue-primary) 100%);
    color: #fff;
    transition: all linear 100ms;
}

.helpBoxIcon .icbase,
.helpBoxIcon .ichover {
    transition: all linear 100ms;
}

.helpBoxIcon .ichover {
    transform: rotateY(90deg);
    display: none;
}

.helpBox:hover {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.helpBox:hover .helpBoxIcon {
    background: #ea5b21;
    background: linear-gradient(to left, var(--blue-light) 0%, var(--blue-primary) 100%);
    color: #fff;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
}

.helpBox:hover .helpBoxIcon .icbase {
    transform: rotateY(90deg);
    display: none;
}

.helpBox:hover .helpBoxIcon .ichover {
    transform: rotateY(0deg);
    display: inline-block;
}

/*############################### New Login Page ##############################*/

/* body.login-page{
	background: url(../images/bg-l.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 5%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
  :-moz-autofill, :-moz-autofill-preview {
  filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}


.msg-alt-succ  {
    position: absolute;
    top: -60px;
    background: #76991c;
    padding: 12px 28px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 8px 0px rgba(0,0,0,0.3);
}
.msg-alt-succ p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}

.msg-alt-succ span {
    font-size: 15px;
    margin-right: 6px;
}

.msg-alt-fail  {
    position: absolute;
    top: -60px;
    background: #dd4b39 !important;
    padding: 12px 28px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 8px 0px rgba(0,0,0,0.3);
}
.msg-alt-fail p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}

.msg-alt-fail span {
    font-size: 15px;
    margin-right: 6px;
}
.error1 {
    color: #d90000;
    text-align: center;
    margin-bottom: 0;
}
.inp-bt {
    background: #c40707;
    border: 1px solid #c40707;
    color: #fff;
    padding: 5px 18px;
    font-weight: 600;
    border-radius: 4px;
    margin: 0 auto;
} */

/* .dropdown-menu .divider{ margin:4px 0px;}
.dropdown-menu{ min-width:180px;}
.dropdown-menu > li > a{ padding:3px 10px; color:#666; font-size:12px;}
.dropdown-menu > li > a i{ padding-right:3px;}
.userphoto img{ width:19px; height:19px;}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .label, .dropdown-menu, .btn, .well, .progress, .table-bordered, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle, .alert{ border-radius:0px;}
.btn, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{ box-shadow:none;}
.progress, .progress-success .bar, .progress .bar-success, .progress-warning .bar, .progress .bar-warning, .progress-danger .bar, .progress .bar-danger, .progress-info .bar, .progress .bar-info, .btn, .btn-primary{background-image:none;}
.accordion-heading h5{ width:70%; }
.form-horizontal .form-actions{ padding-left:20px; }
#footer{ padding:10px; text-align:center;}
hr{ border-top-color:#dadada;}
.carousel{ margin-bottom:0px;}
.fl { float:left}
.fr {float:right}
.label-important, .badge-important{ background:#f74d4d;}
 */

/* #logo, .loginbox {
    width: 100%;
    position: relative;
    float: right;
    max-width: 381px;
}
#logo img {  margin: 0 auto;    display: block;}
input {
  filter: none;
}
.loginbox {
    
    text-align: left;
    position: relative;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
}
.loginbox form{ width:100%;  position:relative; top:0; left:0; padding-bottom: 38px; padding: 37px;}
.loginbox .form-actions { padding: 14px 0px 0px;}
.loginbox .form-actions .pull-left { margin-top:0px;}
.loginbox form#loginform { z-index: 200; display:block;}
.loginbox form#recoverform { z-index: 100;     display:none;}
.loginbox form#recoverform .form-actions {    margin-top: 10px;}
.loginbox .main_input_box {  font-size:13px;}
.loginbox .main_input_box .add-on {
    padding: 13px 20px;
    line-height:19px;
    vertical-align: top;
    color: #575757;
    width: 48px; font-size: 16px;
    display: inline-block;
    position: absolute;
    z-index: 1;
}
.loginbox .main_input_box input {
    height: 44px;
    vertical-align: top;
    border: 0px;
    display: inline-block;
    width: 100%; background: #fff !important;
    line-height: 22px;
    padding: 0px 15px 0 45px;
    box-sizing: border-box; border: 1px solid #e8e8e8;
    border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;
}
.loginbox .controls{  }
.loginbox .control-group{ padding:9px 0; margin-bottom:0px;}
.form-vertical, .form-actions {  margin-bottom: 0; background:none; border-top:1px solid #3f4954;}
.loginbox .normal_text{ padding:12px 10px; text-align:center; font-size:14px; line-height:20px;  }

.hm-logo { text-align:center;}
.hm-logo img { width:110px; margin: 0 auto;}

.smlog h3 {
    color: #1a4381;
    font-size: 18px;
    font-weight: bold;  font-family: 'Tahoma';
}
a:hover, a:focus { outline:medium none;}

.forget-pas {
    text-align: right;
    display: block;
    padding: 4px;
}
.forget-pas a {
    font-size: 13px;
}
.forget-pas a:hover, .forget-pas a:focus {
    color: #d76d0b;
   
}

.container {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px)
.container {
    width: 1170px;
}

@media (min-width: 992px)
.container {
    width: 970px;
}
@media (min-width: 768px)
.container {
    width: 750px;
}

@media (max-width:800px){
#logo { width: 60%; }
.loginbox{ width:80%}
}
@media (max-width: 480px){
#logo { width: 40%; }
.loginbox{ width:100%}
.loginbox .control-group{ padding:8px 0; margin-bottom:0px;}
}

@media (max-width:768px) {
	#logo, .loginbox {
    width: 100%;
    position: relative;
    float: unset;
    max-width: 381px;
    margin: 0 auto;
}
	
}

.btnLog{
	width: 100%;
    background: #274787;
    border: 0px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding: 13px 0px  !important;
    cursor: pointer  !important;
    font-size: 15px  !important;
    border-radius: 4px;
}

.btnLog:hover, .btnLog:focus {
    background: #ea5b21;
    background: -moz-linear-gradient(top,#ea5b21 0%,#23417d 100%);
    background: -webkit-linear-gradient(top,#ea5b21 0%,#23417d 100%);
    background: linear-gradient(to bottom,#ea5b21 0%,#23417d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea5b21',endColorstr='#23417d',GradientType=0);
	color:#fff;
} */

/*#####################################################################################*/

/*############################### Ship Login Page ##############################*/

body.shiplogin-page {
    background: #2574c3;
}

.loginHeader {
    background: #fff;
    height: 100px;
    width: 100%;
    padding: 10px 0;
}

.headerLeft {
    float: left;
}

.headerRight {
    float: right;
    text-align: right;
}

.headerLeft,
.headerRight {
    width: 45%;
}

.headerLeft .headerlogo {
    height: 80px;
    vertical-align: top;
}

.headerLeft .headertext {
    font-size: 22px;
    line-height: 24px;
    margin-left: 15px;
    display: inline-block;
    color: #022f95;
}

.mainText {
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 1px;
    margin-top: 16px;
}

.subText {
    margin-top: 25px;
    font-family: serif;
}

.bnrText {
    color: #fff;
    font-size: 28px;
    margin-top: 60px;
    margin-left: 50px;
    display: inline-block;
    font-weight: bold;
    line-height: 32px;
}

.bnrText small {
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 300;
}

.importBtn {
    position: absolute;
    font-weight: bold;
    color: #fff !important;
    right: 10px;
    top: -35px;
    font-size: 14px;
}

.importBtn:hover {
    text-decoration: underline;
}

.shipLoginBox {
    position: relative;
    background: url(../images/ship-bg.jpg) center center no-repeat;
    /* background-size: cover; */
    background-position: -141px -10px;
    margin-top: 4%;
    border-radius: 10px;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

:-moz-autofill,
:-moz-autofill-preview {
    filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}

.msg-alt-succ {
    position: absolute;
    top: -60px;
    background: #76991c;
    padding: 12px 28px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.3);
}

.msg-alt-succ p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}

.msg-alt-succ span {
    font-size: 15px;
    margin-right: 6px;
}

.msg-alt-fail {
    position: absolute;
    top: -60px;
    background: #dd4b39 !important;
    padding: 12px 28px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.3);
}

.msg-alt-fail p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}

.msg-alt-fail span {
    font-size: 15px;
    margin-right: 6px;
}

.error1 {
    color: #d90000;
    text-align: center;
    margin-bottom: 0;
}

.inp-bt {
    background: #c40707;
    border: 1px solid #c40707;
    color: #fff;
    padding: 5px 18px;
    font-weight: 600;
    border-radius: 4px;
    margin: 0 auto;
}

body.login {
    /* background: url(../images/mmu-bg-new.jpg) no-repeat;
	background-size: contain; */
    background-color: white;
    background-image: url(../images/bus.jpg), url(../images/logo-design.png), /* url(../images/right-text.png), */
    url(../images/left-text.png), url(../images/minister-bg.png);
    background-position: center center, top 0px left 0px, /* top 0px right 0px, */
    bottom -25px left 10px, top 0px right 10px;
    background-size: 700px, 800px, /* 400px, */
    600px, 400px;
    background-repeat: no-repeat;
}

#logo,
.loginbox {
    width: 100%;
    position: relative;
    max-width: 381px;
}

#logo img {
    margin: 0 auto;
    display: block;
}

input {
    filter: none;
}

.loginbox {
    text-align: left;
    position: relative;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    margin: 20px auto 0 auto;
    box-shadow: 0 4px 15px rgb(0 0 0 / 15%);
}

/* .marqueeBox{
    padding: 20px;
    overflow:hidden;
	float: left;
    height: 317px;
    width: 366px;
    margin-left: 281px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 5%);
     border: solid 1px #ccc;
} */

/* .marqueeBox li{
	list-style: none;
    font-size: 14px;
    font-weight: 600;
    padding:7px 0;
    color: var(--blue-primary);
} */

.loginbox form {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 37px;
    padding-bottom: 37px;
}

.loginbox .form-actions {
    padding: 14px 0px 0px;
}

.loginbox .form-actions .pull-left {
    margin-top: 0px;
}

.loginbox form#loginform {
    z-index: 200;
    display: block;
}

.loginbox form#recoverform {
    z-index: 100;
    display: none;
}

.loginbox form#recoverform .form-actions {
    margin-top: 10px;
}

.loginbox .main_input_box {
    font-size: 13px;
}

.loginbox .main_input_box .add-on {
    padding: 13px 20px;
    line-height: 19px;
    vertical-align: top;
    color: #999;
    width: 48px;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    z-index: 1;
}

.loginbox .main_input_box input {
    height: 44px;
    vertical-align: top;
    border: 0px;
    display: inline-block;
    width: 100%;
    background: #fff !important;
    line-height: 22px;
    padding: 0px 15px 0 45px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.loginbox .controls {}

.loginbox .control-group {
    padding: 9px 0;
    margin-bottom: 0px;
}

.form-vertical,
.form-actions {
    margin-bottom: 0;
    background: none;
    /*border-top:1px solid #3f4954; */
}

.loginbox .normal_text {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.hm-logo {
    text-align: center;
}

.hm-logo h2 {
    paddin-top: 0;
    margin-top: -10px;
}

.hm-logo img {
    width: 157px;
    margin: 0 auto;
    margin-top: -112px;
}

.smlog h3 {
    color: #444;
    font-size: 18px;
    font-weight: bold;
}

a:hover,
a:focus {
    outline: medium none;
}

.forget-pas {
    text-align: right;
    display: block;
    padding: 4px;
}

.forget-pas a {
    font-size: 13px;
}

.forget-pas a:hover,
.forget-pas a:focus {
    color: #d76d0b;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media ( min-width: 1200px) .container {
    width: 1170 px;
}

@media ( min-width: 992px) .container {
    width: 970 px;
}

@media ( min-width: 768px) .container {
    width: 750 px;
}

@media ( max-width :800px) {
    #logo {
        width: 60%;
    }
    .loginbox {
        width: 80%
    }
}

@media ( max-width: 480px) {
    #logo {
        width: 40%;
    }
    .loginbox {
        width: 100%
    }
    .loginbox .control-group {
        padding: 8px 0;
        margin-bottom: 0px;
    }
}

@media ( max-width :768px) {
    #logo,
    .loginbox {
        width: 100%;
        position: relative;
        float: unset;
        max-width: 381px;
        margin: 0 auto;
    }
}

.btnLog {
    width: 100%;
    background: #ea5b21;
    border: 0px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding: 13px 0px !important;
    cursor: pointer !important;
    font-size: 15px !important;
    border-radius: 5px;
}

.btnLog:hover,
.btnLog:focus {
    background: #5fb138;
    background: -moz-linear-gradient(top, #5fb138 0%, #5fb138 100%);
    background: -webkit-linear-gradient(top, #5fb138 0%, #5fb138 100%);
    background: linear-gradient(to bottom, #5fb138 0%, #5fb138 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fb138', endColorstr='#5fb138', GradientType=0);
    color: #fff;
}

/*##########################################################################################*/

.message {
    padding: 13px 20px;
    font-size: 14px;
    margin: 5px 3px;
}

.welcomeHead {
    color: #fff;
    font-weight: bold;
}

.tokenDisplay {
    padding: 7px 15px;
    background: #d7f2f3;
    border: 1px #89d9db solid;
    border-radius: 4px;
    color: green;
    font-weight: 600;
}

.tokenMsgDisplay {
    padding: 7px 15px;
    background-color: #f9edc8;
    border: #f9e4a3 1px solid;
    border-radius: 4px;
    color: green;
    font-weight: 600;
}

.mandate {
    color: #c10000;
}

.submitMsg {
    color: green;
    font-weight: bold;
}

.enlarged .footer {
    left: 70px;
}

.customStripe {
    background: rgba(0, 0, 0, .05);
}

.star_m {
    font-size: 19px !important;
    position: relative;
    top: 1px;
}

.noStyleInput {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.Result_entry_viewDocument {
    width: 100%;
    height: 250px;
    border: 1px solid #000;
}

.star_m {
    font-size: 19px !important;
    position: relative;
    top: 1px;
}

.ques_width {
    width: 80%;
}

.ques_drop {
    width: 20%;
}

.ques_th_txt {
    padding-left: 19px;
}

.wardBox {
    height: 180px;
    padding: 35px 30px 10px 10px;
    border: solid 2px transparent;
    border-radius: 4px;
    margin: 5px 0;
    position: relative;
    transition: all linear 100ms;
    cursor: pointer !important;
}

.wardBox .wardLabel {
    color: #fff;
}

.wardBox .bedNumber {
    position: absolute;
    display: block;
    height: 24px;
    width: 50px;
    text-align: center;
    line-height: 25px;
    background: #fff;
    font-weight: bold;
    border-radius: 4px;
    padding: 0 4px;
    right: 5px;
    color: #fff;
    top: 5px;
    transition: all linear 100ms;
    /* text-shadow: 1px 1px 3px rgba(0,0,0,0.5); */
}

.wardBoxDetails {
    position: absolute;
    top: 185px;
    left: 0;
    border-radius: 4px;
    padding: 10px;
    border: solid 2px inherit;
    height: 200px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 9;
    margin-left: -3%;
    width: 110%;
    transition: all linear 100ms;
    visibility: hidden;
    background: #fdfdfd;
}

.wardBoxDetails:after {
    content: '';
    top: -20px;
    left: 20;
    position: absolute;
    height: 0px;
    width: 0px;
    border: 10px solid;
    border-color: transparent transparent #b7b3b3 transparent;
}

.wardBoxDetails .wardLabel {
    color: #333 !important;
}

.wardBox:hover {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.wardBox:hover .wardBoxDetails {
    visibility: visible;
}

.wardBox.selected .bedNumber {
    font-size: 15px;
}

.wardBox.selected {
    border: solid 2px #777 !important;
    box-shadow: 0px 2px 6px rgba(0, 123, 255, 0.7);
}

.wardLabel {
    display: block;
}

.wardBox.wardVacant {
    border-color: #7dd48b;
    background: #7dd48b;
}

.wardBox.wardVacant .wardBoxDetails {
    border-color: #7dd48b;
}

.wardBox.wardVacant .bedNumber {
    color: #7dd48b;
}

.wardBox.wardVacant .wardBoxDetails:after {
    border-color: transparent transparent #7dd48b transparent;
}

.wardBox.wardNotReported {
    border-color: #e45656;
    background: #e45656;
}

.wardBox.wardNotReported .wardBoxDetails {
    border: 2px solid #e45656;
}

.wardBox.wardNotReported .bedNumber {
    color: #e45656;
}

.wardBox.wardNotReported .wardBoxDetails:after {
    border-color: transparent transparent #e45656 transparent;
}

.wardBox.wardReported {
    border-color: #68bae2;
    background: #68bae2;
}

.wardBox.wardReported .wardBoxDetails {
    border: 2px solid #62acd0;
}

.wardBox.wardReported .bedNumber {
    color: #68bae2;
}

.wardBox.wardReported .wardBoxDetails:after {
    border-color: transparent transparent #62acd0 transparent;
}

.wardBox.wardTranfered {
    border-color: #ffb262;
    background: #ffb262;
}

.wardBox.wardTranfered .wardBoxDetails {
    border: 2px solid #ffb262;
}

.wardBox.wardTranfered .bedNumber {
    color: #ffb262;
}

.wardBox.wardTranfered .wardBoxDetails:after {
    border-color: transparent transparent #ffb262 transparent;
}

.wardBox.wardOT {
    border-color: #a885fd;
    background: #a885fd;
}

.wardBox.wardOT .wardBoxDetails {
    border: 2px solid #a885fd;
}

.wardBox.wardOT .bedNumber {
    color: #a885fd;
}

.wardBox.wardOT .wardBoxDetails:after {
    border-color: transparent transparent #a885fd transparent;
}

.wardBox.wardLaboour {
    border-color: #ef5da7;
    background: #ef5da7;
}

.wardBox.wardLaboour .wardBoxDetails {
    border: 2px solid #ef5da7;
}

.wardBox.wardLaboour .bedNumber {
    color: #ef5da7;
}

.wardBox.wardLaboour .wardBoxDetails:after {
    border-color: transparent transparent #ef5da7 transparent;
}

.wardBox.wardDischarge {
    border-color: #d6c439;
    background: #d6c439;
}

.wardBox.wardDischarge .wardBoxDetails {
    border: 2px solid #d6c439;
}

.wardBox.wardDischarge .bedNumber {
    color: #d6c439;
}

.wardBox.wardDischarge .wardBoxDetails:after {
    border-color: transparent transparent #d6c439 transparent;
}

.star_m {
    font-size: 19px !important;
    position: relative;
    top: 1px;
}

.table_manage_border {
    border: 1px solid #c8c8c8;
    padding-top: 88px !important;
    margin-bottom: 10px;
}

.inChart.dropdown-toggle {
    text-align: left;
}

.inChart.dropdown-toggle::after {
    position: absolute;
    right: 0.7em;
    top: 1.35em;
}

.autocomplete-items div,
.autocomplete-itemsNew div {
    padding: 7px 10px 7px 10px;
    font-size: 12px;
    border-bottom: solid 1px #dddddd;
}

.autocomplete-items div:hover,
.autocomplete-active-item,
.autocomplete-itemsNew div:hover {
    color: #046cdc;
    font-weight: 400;
    background: #f3f6f9;
}

.result_describe {
    width: 100%;
    min-height: 178px;
    max-height: 400px;
    overflow: auto;
    border: 1px solid #cecece;
    border-radius: 4px;
    padding: 15px;
}

#userDropDown {
    display: none;
    max-width: 240px;
    padding: 5px 8px;
    top: 85% !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: translate3d(-106px, 0px, 0px) !important;
    cursor: pointer;
    left: auto !important;
    right: -110px;
}

.no-hover {
    text-decoration: none !important;
}

.homeLogout a {
    font-weight: 600;
    color: #ffffff !important;
    display: inline-block;
    padding: 10px 0px 0px 10px;
    font-size: 14px
}

/*----------- custom radio and check box --------*/

.cusRadio input[type="radio"],
.cusCheck input[type="checkbox"] {
    z-index: 4 !important;
    opacity: 0 !important;
}

.cus-radiobtn,
.cus-checkbtn {
    height: 16px;
    width: 16px;
    margin-left: -16px;
    position: relative;
}

.cus-radiobtn:after,
.cus-checkbtn:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    color: #ccc;
    position: absolute;
    right: 5px;
    z-index: 2;
    transition: all linear 100ms;
    display: block
}

.cus-radiobtn:after {
    top: -4px;
    font-weight: 400;
    content: "\f111";
}

.cusRadio input:checked~.cus-radiobtn:after {
    font-weight: 900;
    content: "\f192";
    color: #ea5b21;
    color: var(--blue-primary);
}

.cus-checkbtn:after {
    top: -4px;
    font-weight: 400;
    content: "\f0c8";
}

.cus-checkbtn:before {
    position: absolute;
    content: "";
    right: 5px;
    top: 1px;
    width: 13px;
    height: 13px;
    background: #fff;
    z-index: 1;
}

.cusCheck input:checked~.cus-checkbtn:after {
    font-weight: 900;
    content: "\f14a";
    color: #ea5b21;
    color: var(--blue-primary);
}

.cusCheck input[disabled]~.cus-checkbtn:after,
.cusRadio input[disabled]~.cus-radiobtn:after {
    font-weight: 900;
    opacity: 0.5;
}

.cusCheck input[disabled]:checked~.cus-checkbtn:after,
.cusRadio input[disabled]:checked~.cus-radiobtn:after {
    opacity: 0.5;
}

th .cus-checkbtn:after {
    top: -1px;
}

.multiCheck .cusCheck {
    align-items: normal !important;
}

.multiCheck .cusCheck input[type="checkbox"],
.multiCheck .cusCheck .cus-checkbtn {
    margin-top: 9px;
}

.portlet-heading .cus-radiobtn:after {
    top: -11px;
}

/*----------- end --------*/

#messageId {
    height: 0;
    font-weight: bold;
    line-height: 34px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0px;
}

.selectTextWarp {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
    /*  height: 48px; */
}

#messageId i.fa {
    font-size: 14px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .03);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .06);
}

.ehr_photo {
    margin-bottom: 136px;
}

.colonAfter {
    position: relative;
}

.colonAfter:after {
    content: ":";
    font-weight: bold;
    position: absolute;
    right: 0;
}

/**********-------------- Timeline --------------**********/

.enTimeline-item {
    display: block;
    width: 100%;
}

.enTimeline-panel {
    background: #F8F8F8;
    display: block;
    margin-bottom: 20px;
    margin-left: 45px;
    position: relative;
    text-align: left;
    border: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.enTimeline-box {
    padding: 10px 20px;
}

.enTimeline-box .arrow {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #F8F8F8 !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: -12px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 0;
}

.enTimeline-box .enTimeline-icon {
    border-radius: 50%;
    background: #ffffff;
    display: block;
    height: 26px;
    left: -54px;
    margin-top: -14px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
}

.enTimeline-box .enTimeline-icon i {
    color: #ea5b21;
    color: var(--blue-primary);
    font-size: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.enTimeline-box .enTimeline-head {
    font-size: 14px;
    color: #ea5b21;
    color: var(--blue-primary);
    font-weight: bold;
}

.table-responsive {
    margin-bottom: 5px;
}

/*---------- For Custom File Upload ---------------*/

.fileUploadDiv {
    position: relative;
}

.inputUpload {
    position: absolute;
    z-index: 3;
    opacity: 0;
    padding-top: calc(.375rem);
    padding-bottom: calc(.375rem);
}

.inputUpload[disabled]~.inputUploadlabel {
    opacity: 0.5;
}

.inputUploadlabel {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #ea5b21;
    color: var(--blue-primary);
    border: solid 1px var(--blue-primary);
    padding-top: calc(.29rem);
    padding-bottom: calc(.29rem);
    padding-left: 7px;
    padding-right: 7px;
    width: 110px;
    border-radius: 4px;
    margin-left: 2px;
    font-size: 13px !important;
}

.inputUploadFileName {
    display: inline-block;
    left: 0;
    top: 0;
    padding-top: calc(.375rem);
    padding-bottom: calc(.375rem);
    padding-left: 115px;
    padding-right: 7px;
    max-width: 100%;
    direction: rtl;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

td .inputUpload {
    width: 100%;
}

.inputUploadlabel:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    content: '\f07c';
    margin-right: 4px;
}

/*-- To show remove file icon --*/

.fileUploadDiv.hasFile .inputUploadlabel {
    color: #ea5b21;
    color: var(--blue-primary);
    border: solid 1px var(--blue-primary);
}

.fileUploadDiv.hasFile .inputUploadlabel:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    content: '\f2ed';
    margin-right: 4px;
}

/*#################### Video Pages Css #####################*/

.videoModBox {
    padding: 8px;
    width: 100%;
    display: block;
    /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04); */
    border-radius: 4px;
    cursor: pointer;
    transition: all linear 100ms;
    min-height: 195px;
    margin-bottom: 15px;
    /* border: solid 1px #eee; */
}

.videoModBox:hover {
    /* box-shadow:0px 2px 5px rgba(0,123,255,0.3); */
    /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); */
}

.videoModBox .videoModIcon {
    position: relative;
}

.videoModBox .videoModIcon img {
    width: 100%;
}

.videoModBox .videoModIcon .videoOverlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoModBox .videoModIcon .fa {
    color: #fff;
    font-size: 40px;
    transition: all linear 100ms;
}

.videoModBox:hover .fa {
    transform: scale(1.2);
}

.videoModBox .headName {
    font-weight: bold;
}

.videoPlayer {
    width: 100%;
    height: 100%;
    z-index: 1061;
    display: flex;
    align-items: center;
    justify-content: center;
    ;
}

.videoPlayer #my-video {
    width: 640px;
    height: 320px;
}

.video-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1060;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.closeVideo {
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-block;
    padding: 5px;
}

.closeVideo .fa {
    color: #ffffff;
    font-size: 20px;
    transition: all linear 200ms;
    cursor: pointer;
}

.closeVideo:hover .fa {
    transform: rotate(90deg);
}

/*####################-----------------#####################*/

hr {
    border-top: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    height: 1px;
    margin: 20px 0;
}

hr.blue {
    border-top: 1px solid rgba(0, 123, 255, 1);
}

#showforOpd,
#showforME,
#showforMB,
.showOPDRow {
    background: #f6f6f6;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 5px;
}

/*####################--------- button progress--------#####################*/

@ keyframes anim {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50 px 50 px;
    }
}

.animate,
.btn[button-type="search"]:active {
    overflow: hidden;
    background-size: 50px 50px;
    background: #ea5b21;
    background-image: linear-gradient(-45deg, var(--blue-primary) 25%, #00b2f2 25%, #00b2f2 50%, var(--blue-primary) 50%, var(--blue-primary) 75%, #00b2f2 75%);
    animation: anim 1s linear infinite;
}

/*####################-------- Alert Box Styles ---------#####################*/

#modalContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 10000;
}

#alertBox {
    position: relative;
    width: 30%;
    min-height: 100px;
    max-height: 400px;
    margin-top: 30px;
    background-color: #fff;
    background-repeat: no-repeat;
    top: 30%;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    max-width: 430px;
}

#modalContainer>#alertBox {
    position: fixed;
}

#alertBox h1 {
    margin: 0;
    color: #666666;
    padding: 15px 0 10px 5px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#alertBox i {
    font-size: 40px;
    left: 10px;
    top: 8px;
    display: inline-block;
}

#alertBox i.fa-exclamation-triangle {
    color: #ffd400;
    margin-bottom: 10px;
}

#alertBox i.fa-check-circle {
    color: #28a745;
}

#alertBox p {
    min-height: 50px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

#alertBox img {
    height: 80px;
}

#alertBox #closeBtn {
    display: block;
    position: relative;
    margin: 10px auto 10px auto;
    border: 0 none;
    text-transform: uppercase;
    color: #FFF;
    background: #ea5b21;
    background-color: var(--blue-primary);
    text-decoration: none;
    outline: 0 !important;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px !important;
    font-size: 13px !important;
    line-height: 22px !important;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 75px;
}

@media ( max-width: 600px) {
    #alertBox {
        position: relative;
        width: 90%;
        top: 30%;
    }
}

/*####################-------- Pdf viewer in modal Styles ---------#####################*/

#show-pdf-button {
    width: 150px;
    display: block;
    margin: 20px;
}

#file-to-upload {
    display: none;
}

#pdf-main-container {
    width: 817px;
    margin: 4px auto;
}

#pdf-loader {
    display: none;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    height: 30px;
}

/* #pdf-contents {
	display: none;
}
 */

#pdf-meta,
#pdf-metatop {
    overflow: hidden;
    margin: 10px 0 10px 0;
    padding: 0 10px;
}

#pdf-current-page,
#pdf-current-pagetop {
    display: inline;
}

#pdf-total-pages,
#pdf-total-pagestop {
    display: inline;
}

#pdf-canvas {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin-bottom: 4px;
}

#page-loader {
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: none;
    font-size: 13px;
}

.pdf-canvas-holder {
    /* height:450px; */
    height: 1132px;
    width: 820px;
    overflow: auto;
    /* box-shadow: 0px 0px 5px rgba(0,0,0,0.3); */
}

.modal-lg.pdfModal {
    max-width: 825px;
}

.modal-lg.pdfModal .modal-body {
    padding: 0px !important;
}

/*####################-----------------######################*/

.mar_bottom {
    margin-bottom: 3px;
}

.margin_right {
    margin-right: 10px;
}

.margin_bottom {
    margin-bottom: 18px;
}

.search_main {
    width: 225px;
    margin-left: 6px;
}

.form-inline .form-control {
    width: 100% !important;
}

.relativeDiv {
    position: relative;
}

.loaderimg {
    position: absolute;
    right: 15px;
    display: none;
    width: 20px;
    margin-top: 5px;
}

table.childVac tbody,
table.childVac tbody tr:last-of-type td {
    border-bottom: solid 2px #ccc;
}

label.headerSelect {
    width: 150px;
    margin-top: 24px;
}

.z9 {
    z-index: 9;
}

.blackHead {
    color: #ffffff;
    background: #000000 !important;
}

.redHead {
    color: #ffffff;
    background: #d42626 !important;
}

.yellowHead {
    color: #444444;
    background: #fdeb11 !important;
}

.blueHead {
    color: #ffffff;
    background: #267ad4 !important;
}

.whiteHead {
    color: #444444;
    background: #ffffff !important;
}

.border {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-control.width180 {
    width: 180px !important;
}

.dateRightModal {
    top: 136px !important;
}

.dateRightModal2 {
    top: 176px !important;
}

.filterMenu {
    background: #ea5b21;
    background: var(--blue-primary);
    position: absolute;
    width: 100%;
    z-index: 9;
    padding-top: 20px;
}

.filterMenu #filter {
    width: 95%;
}

.scrollDiv400 {
    max-height: 400px;
    overflow: auto;
}

.backToLeft {
    margin-left: 0px !important;
    margin-top: -60px;
}

.pageInput {
    display: inline-block;
    width: 60px;
}

.breakLine {
    word-break: break-all;
}

.nextRow {
    width: 100%;
    height: 1px;
}

.page_head {
    color: #ea5b21;
    color: var(--blue-primary);
    font-weight: bold;
    text-decoration: underline;
}

h6.black {
    color: #444;
}

.profileImg {
    border: solid 5px #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
}

td .profileImg {
    width: 80px;
}

.profileImgTable {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.dashPieChart {
    margin: auto;
    /* width:350px !important;
	height:350px !important; */
}

.dashGroupChart,
.dashPieChart,
.dashBarChart {
    /* width:100% !important; */
    height: 250px;
}

.dashGroupChart {
    width: 100%;
    height: 230px;
}

.dashPieChart {
    width: 100%;
}

#totalReg,
#totalApp {
    height: 192px !important;
    width: 192px !important;
}

#totalOpd {
    height: 270px;
}

#diagChart,
#signChart {
    height: 250px;
}

#barChart {
    height: 350px;
}

.chartWrap {
    width: 100%;
}

.feedbackPieChart {
    position: relative;
    float: left;
    width: 210px;
    height: 210px;
}

.feedbackPieChart canvas {
    position: absolute;
    z-index: 10;
}

.feedChartImg {
    position: absolute;
    width: 95px;
    height: 95px;
    left: 58px;
    top: 58px;
    z-index: 2;
}

.feedbackData {
    float: right;
    width: 145px;
    margin-right: 20px;
    margin-top: -35px;
}

.feedbackData h3 {
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 22px;
}

.feedbackData h3 small {
    display: block;
    font-weight: bold;
}

.feedbackData h3 small:first-of-type {
    font-size: 14px;
    color: #444;
}

.feedbackData .good {
    color: #45B649;
}

.feedbackData .average {
    color: #fdc507;
}

.feedbackData .bad {
    color: #d7350a;
}

.horizontalScroll {
    overflow-x: auto;
}

/* .btn-group.dashGroup{
	margin-top: -15px;
} */

.portlet.donut .portlet-body {
    padding: 0 20px 10px 20px
}

.pieLegends {
    margin-top: 25px;
    /* padding-left:16%; */
}

.pieLegends.m-t-0 {
    margin-top: 5px;
}

.pieLegends.feed {
    margin-top: 5px;
}

.pieLegends div {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin: 5px
}

.pieLegends div span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 2px;
}

.pieLegends.sideways div {
    display: block;
}

/*------- multi select ---------*/

.multi-select-container {
    display: block;
    position: relative;
}

.multi-select-menu {
    position: absolute;
    left: 2px;
    top: 1.2em;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.multi-select-menuitem {
    display: block;
    font-size: 13px;
    padding: 0.6em 1em 0.6em 30px;
    white-space: nowrap;
}

.multi-select-menuitem--titled:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.multi-select-menuitem+.multi-select-menuitem {
    padding-top: 0;
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.15em;
    margin-left: -20px;
}

.multi-select-button {
    height: 32px;
    font-size: 14px;
    margin-left: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    cursor: default;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.multi-select-button:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    position: absolute;
    display: inline-block;
    top: 14px;
    /*  width: 0;
    height: 0; */
    right: 3px;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
    /* Allow labels to line wrap when menu is artificially narrowed */
    white-space: normal;
}

/*-------------------------------*/

/*----------- d3js map-----------*/

#map {
    height: 574px;
    background: azure;
    margin-top: 10px;
}

.names {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
}

/* Tooltip CSS */

.d3-tip {
    line-height: 1.5;
    font-weight: 400;
    font-family: "avenir next", Arial, sans-serif;
    padding: 6px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFA500;
    border-radius: 1px;
    pointer-events: none;
}

/* Creates a small triangle extender for the tooltip */

.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 8px;
    width: 100%;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    pointer-events: none;
}

/* Northward tooltips */

.d3-tip.n:after {
    content: "\25BC";
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    text-align: center;
}

/* Eastward tooltips */

.d3-tip.e:after {
    content: "\25C0";
    margin: -4px 0 0 0;
    top: 50%;
    left: -8px;
}

/* Southward tooltips */

.d3-tip.s:after {
    content: "\25B2";
    margin: 0 0 1px 0;
    top: -8px;
    left: 0;
    text-align: center;
}

/* Westward tooltips */

.d3-tip.w:after {
    content: "\25B6";
    margin: -4px 0 0 -1px;
    top: 50%;
    left: 100%;
}

/*    text{
      pointer-events:none;
    }*/

.d3-details {
    color: white;
}

.portlet-heading.dashSelection {
    padding: 15px 20px 5px 20px;
}

.navbar-custom .minister {
    float: right;
    height: 80px;
    margin-right: 110px;
}

.navbar-custom .appName {
    float: right;
    height: 70px;
    margin-top: 10px;
    margin-right: 30px;
    text-align: center;
}

.navbar-custom .appName img,
.navbar-custom .appName span {
    display: block;
}

.navbar-custom .appName span {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-top: -3px;
}

#resultnavigation {
    padding-bottom: 4px;
}

.goToBtn {
    margin-top: -4px !important;
}

#noAppData,
#noRegData {
    display: none;
    position: absolute;
    top: 50%;
    left: 30px;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #666;
}

td.text-success,
td a.text-success,
td a.text-danger {
    font-weight: bold;
}

td a.text-danger {
    text-decoration: underline;
}

.alink {
    color: var(--primary);
    font-size: 14px;
}

.alink:hover {
    color: var(--primary);
    text-decoration: underline;
}

td .alert.custom {
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    min-width: 100px;
    margin-bottom: 0px;
    text-align: center;
}

.opdPrevPic {
    width: 196px;
    height: 150px;
    border: solid 5px #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
}

/*-----------------citizen page style---------------------*/
body.welcome {
    background-color: white;
    background-color: #ea5b21;
    background-image: url(../images/citizen-bg-1.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.welcomeWrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.welcomeWrapper .col-10 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.welcomeWrapper .col-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.welcomeHead {
    margin-top: -20px;
}

.welcomeName {
    height: 60px;
    max-width: 600px;
    width: 90%;
    background: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    text-align: center;
    margin: 0 auto;
}

.welcomeName img {
    width: 50%;
    margin-top: 10px;
}

.welcomebtn {
    padding: 5px 25px !important;
    background: white;
    color: var(--blue-welcome);
    float: right;
    font-size: 16px !important;
    font-weight: bold;
    margin-top: -50px;
    margin-right: 160px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.welcomeLogo {
    margin-bottom: 50px;
    margin-top: -10px;
}

.welcomeLogo img {
    width: 80px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -40px;
}

.cmNote {
    width: 100%;
}

.lmNote {
    width: 100%;
}

.welcome .mapImg img {
    margin-top: 10px;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}

.welcomeBox {
    margin-top: 10px;
    background: White;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

.welcomeBox.mainCont,
.welcomeBox.p-10 {
    padding: 10px;
}

.welcomeBox.mainCont .widget-panel .info {
    font-size: 14px;
}

.welcomeBox .roundradImg {
    border-radius: 10px;
}

.welcomeBox img.full {
    width: 100%;
}

.welcomeBox .docImg {
    width: 77%;
}

.welcomeBox ul,
.welcomeBox ol {
    padding-left: 20px;
    text-align: left;
}

.welcomeBox h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--blue-welcome);
    margin-bottom: 20px;
}

.welcomeBox h3 {
    margin: 5px 0px;
}

.mobAppLink {
    margin-top: 10px
}

.mobAppLink a {
    display: block;
    /* width:49%; */
}

.mobAppLink a img {
    width: 100%;
    max-width: 190px;
}

.welcomeFooter img {
    width: 80%;
    max-width: 500px;
}

.b-align {
    vertical-align: bottom !important;
}

tr.font-weight-bold {
    font-weight: 900 !important;
}

.widget-panel.external {
    background: white;
    position: relative;
    overflow: hidden;
    height: 90px;
    display: flex;
    align-items: center;
}

.widget-panel.external h2 {
    font-size: 20px;
    color: #ea5b21;
    color: var(--blue-primary);
    padding-right: 140px;
}

.widget-panel.external h2 .fa {
    font-size: 16px;
    margin-left: 5px;
}

.widget-panel.external img {
    width: 130px;
    position: absolute;
    right: 0;
    bottom: -20px;
    transition: all linear 200ms;
}

/* .widget-panel.external:hover{
	overflow:visible;
} */

.widget-panel.external:hover img {
    transform: scale(1.1, 1.1);
}

.loginSection {
    display: flex;
    margin: 180px auto 150px auto;
    max-width: 1440px;
    width: 80%;
}

.leftInfo,
.rightInfo,
.loginInfo {
    display: inline-block;
}

.leftInfo,
.rightInfo {
    width: 25%;
}

.loginInfo {
    width: 50%;
    text-align: center;
}

.leftInfo img,
.rightInfo img {
    width: 100%
}

.noRow {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

table.stickyTableHeader {
    position: relative;
}

table.stickyTableHeader th {
    position: sticky;
    top: 0;
}

.hideInMob {
    display: block;
}

.showInMob {
    display: none;
}

.cus-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1045;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

.mapParent {
    position: relative;
}

.mapLoader {
    display: none;
    position: absolute;
    width: 100%;
    height: 400px;
    background-color: #fff;
    opacity: 0.9;
    z-index: 999;
    top: 0;
    left: 0;
    padding-top: 150px;
}

.multiDiv {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 88px;
    overflow: auto;
}

.multiDiv span {
    display: block;
    cursor: pointer;
    padding: 2px 0.75rem;
}

.multiDiv span:hover {
    background: #ddd;
}

.multiDiv span.active {
    background: var(--blue-light);
    color: white;
}

#pdfModal,
#imgModal,
#vidModal {
    z-index: 1055;
}

.greenText {
    color: #00ff00;
}

.blueText {
    background-color: blue;
}

.redText {
    color: red;
}

.mapContent {
    font-size: 14px;
}

.mapContent h4 {
    font-size: 18px;
    font-weight: 700;
}

.mapContent span {
    font-weight: 700;
    display: block;
}

.mapContent div {
    margin-bottom: 10px;
}

/* marquee.dash{
	height:150px;
}
.marqBox{
	padding: 5px;	
	font-size:14px;
	cursor:pointer;
	border:1px solid transparent;
	border-radius:4px;
	text-decoration:underline;
}
.marqBox:hover{
	border-color:var(--blue-light);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
}
.marqBoxName{
	width:75%;
	display:inline-block;
}
.marqBoxNo{
	width:24%;
	display:inline-block;
	text-align:right;
} 
.relativeDiv{
	position:relative;
}
.signChart,.diagChart{
	display:none;
	position: absolute;
    width: 320px;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    top: 10px;
    right: 10px;
    background: #fff;
    border:1px solid #ddd;	
}
.signChart h5,.diagChart h5{
	font-size:15px;
	font-weight:600;
	margin:5px 0;
}
.closeSignMap,.closeDiagMap{
	font-size:14px;
	cursor:pointer;
}*/

.blockdiv {
    display: block;
    float: none !important;
}

.welcome marquee {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}

.sideMarquee {
    padding-left: 15px;
    height: 212px;
}

.text-right-desk {
    text-align: right;
}

.smallLoader {
    display: inline-block;
    width: 20px;
    margin-left: 5px;
    margin-top: 0px;
}

.smallLoader img {
    width: 100%;
}

/*---------------------------*/

@media (min-width:1025px) and (max-width:1150px) {
    .welcomebtn {
        margin-right: 110px;
    }
    .welcomeLogo img {
        width: 60px
    }
    .welcomeName {}
    .welcomeName img {
        width: 60%;
    }
    .hideInMob,
    iframe {
        display: none;
    }
    .showInMob {
        display: block;
        min-height: 300px;
    }
}

@media (max-width:1024px) {
    body.login {
        background-size: 600px, 700px, /* 350px, */
        400px, 350px;
        background-position: center center, top 0px left 0px, /* top 20px right 0px, */
        bottom 20px left -20px, top 20px right 10px;
    }
    .navbar-custom .appName {
        margin-right: 20px;
    }
    .navbar-custom .minister {
        margin-right: 150px;
    }
    .navbar-custom .nav-link {
        margin-right: 20px;
    }
    .metismenu .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition-timing-function: unset;
        -o-transition-timing-function: unset;
        transition-timing-function: unset;
        -webkit-transition-duration: 0;
        -o-transition-duration: 0;
        transition-duration: 0;
        -webkit-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
    }
    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        transition: none 0s ease;
    }
    /* .marqueeBox{
	    padding: 20px;
	    overflow:hidden;
		float: left;
	    margin-left: 100px;
	} */
    .loginSection {
        width: 90%;
    }
    .leftInfo,
    .rightInfo,
    .loginInfo {
        display: inline-block;
    }
    .leftInfo,
    .rightInfo {
        width: 20%;
        margin: 0 1%;
        padding-top: 100px;
    }
    .loginInfo {
        width: 56%;
    }
    .minister {
        display: none;
    }
    .hideInMob,
    iframe {
        display: none;
    }
    .showInMob {
        display: block;
        min-height: 300px;
    }
    .modal-xl,
    .modal-lg {
        max-width: 95%;
    }
    .feedbackData {
        width: 100%;
        float: none;
        display: inline-block;
        margin-top: 10px;
        margin-right: 0;
    }
    .feedbackData h3 {
        display: inline-block;
        margin: 0 15px;
        max-width: 26%;
    }
}

@media (min-width:769px) and (max-width:1023px) {
    .loginbox,
    .marqueeBox {
        float: none;
    }
    .loginbox {
        margin: 20px auto auto auto;
    }
    .welcomebtn {
        margin: 10px auto 0px auto;
        display: inherit;
        float: none;
    }
    .welcomeLogo img {
        width: 80px;
        margin-top: -70px;
    }
    .welcomeName {
        max-width: 400px;
    }
    .welcomeName img {
        width: 80%;
    }
    .welcomeWrapper .col-10 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .welcomeWrapper .col-2 {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .welcomeBox img {
        width: 49%;
    }
    .welcomeFooter img {
        width: 50%;
    }
    .mobAppLink a img {
        width: 90%;
    }
}

@media (max-width:768px) {
    body.login {
        background-size: 600px, 700px, /* 350px ,*/
        400px, 350px;
        background-position: center center, top 0px left 0px, /*  top 20px right -10px, */
        bottom 20px left -20px, top 20px right -10px;
    }
    .navbar-custom .appName {
        margin-top: 10px;
        margin-right: 20px;
        height: 40px;
    }
    .navbar-custom .minister {
        margin-top: 10px;
        height: 70px;
        margin-right: 100px;
    }
    .loginbox,
    .marqueeBox {
        float: none;
    }
    .loginbox {
        margin: 20px auto auto auto;
    }
    /* .marqueeBox{
		margin:30px auto auto auto;
		height:200px;
		
	} */
    .m-t-sm-10 {
        margin-top: 10px;
    }
    .leftInfo,
    .rightInfo {
        display: none;
    }
    .loginInfo {
        width: 100%;
    }
    .welcomebtn {
        margin: 10px auto 0px auto;
        display: inherit;
        float: none;
    }
    .welcomeLogo img {
        width: 80px;
        margin-top: -70px;
    }
    .welcomeName {
        max-width: 400px;
    }
    .welcomeName img {
        width: 80%;
    }
    .welcomeWrapper .col-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .welcomeWrapper .col-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .welcomeBox img.full {
        width: 49%;
    }
    .welcomeFooter img {
        width: 50%;
    }
    .mobAppLink a img {
        width: 90%;
    }
    .halfDiv {
        width: 48%;
        display: inline-flex;
        height: 150px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
    .minister {
        display: none;
    }
    .feedbackData {
        width: 100%;
        float: none;
        display: inline-block;
        margin-top: 10px;
        margin-right: 0;
    }
    .feedbackData h3 {
        display: inline-block;
        margin: 0 15px;
        max-width: 26%;
    }
    .feedbackPieChart {
        float: none;
    }
}

@media (max-width:560px) {
    body.login {
        background-size: 500px, 500px, /* 300px, */
        200px, 200px;
        background-position: center center, top 0px left 0px, /* top 20px right -20px, */
        bottom 20px left -20px, top 20px right -20px;
    }
    .navbar-custom .appName {
        margin-top: 20px;
        margin-right: 20px;
        height: 40px;
    }
    .navbar-custom .minister {
        margin-top: 10px;
        height: 70px;
        margin-right: 100px;
    }
    .loginbox,
    .marqueeBox {
        float: none;
    }
    .loginbox {
        margin: 10% auto auto auto;
    }
    .marqueeBox {
        display: none;
    }
    .m-t-sm-10 {
        margin-top: 10px;
    }
    .navbar-custom .minister,
    .navbar-custom .appName,
    .button-menu-mobile,
    .left.side-menu {
        display: none;
    }
    .dashSelection .text-right {
        text-align: left !important;
    }
    .content-page {
        margin-left: 0px !important;
    }
    body.welcome {
        background-size: 300%, 300%;
    }
    .welcomeName {
        height: 60px;
    }
    .welcomeName img {
        width: 90%;
    }
    .welcomebtn {
        padding: 5px 25px !important;
        margin: 10px auto;
        display: block;
        float: none;
        font-size: 16px !important;
    }
    .welcomeLogo {
        height: 50px;
        margin-bottom: 0;
    }
    .welcomeLogo img {
        max-width: 70px;
        margin-top: -20px;
    }
    .cmNote,
    .lmNote {
        width: 90%;
        margin: 15px 0;
    }
    .welcome .mapImg img {
        margin: 30px 0;
        width: 100%;
    }
    .mobAppLink {
        margin-top: 20px;
    }
    .loginSection {
        margin-top: 120px;
    }
    .leftInfo,
    .rightInfo {
        display: none;
    }
    .loginInfo {
        width: 100%;
    }
    .welcomeBox img.full {
        width: 100%;
    }
    .halfDiv {
        width: 100%;
        display: block;
        height: auto;
    }
    .feedbackData h3 {
        display: inline-block;
        width: 31%;
        margin: 0 1% 0 0;
    }
    .feedbackData h3 small:first-of-type {
        height: 32px;
    }
    .btn {
        margin-bottom: 5px;
    }
    .hideInMob,
    iframe {
        display: none;
    }
    .showInMob {
        display: block;
        min-height: 300px;
    }
    .previous:before {}
    .mn-t-10 {
        margin-top: 0px;
    }
    .clearmob {
        clear: both;
    }
    .pull-right.mob {
        float: none;
        display: block;
        margin-top: 5px;
    }
    .text-right-desk {
        text-align: left;
    }
}