* {
    margin: 0px;
    padding: 0px;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*Fonts*/

body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    background: #F4F8FA;
}

label {
    font-family: 'Lato', sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

inout, select, textarea, button {
    font-family: 'Lato', sans-serif;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #2C383B;
    font-size: 15px;
    line-height: 17px;
}


.bg-theme {
    background: #1989CA;
}

.menuScroll {
    height: 100vh;
}

.menuSidebar {
    z-index: 999999;
    min-height: 100vh;
    left: 0rem;
    width: 250px;
    position: fixed;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    float: left;
}


.menuSidebar.sidebar-toggled {
    margin-left: -250px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.menuSidebar .sidebar-heading {
    line-height: 120px;
}


.menuSidebar {
    background: #1989CA;
}

.menuSidebar .logo {
    /*    margin-bottom: 5vh;*/
    text-align: center;
}

.menuSidebar ul {
    margin: 0;
    padding: 0;
}

.menuSidebar li {
    list-style: none;
    margin: 10px 15px;
}

.menuSidebar li a {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 17px;
    padding: 10px 15px;
    border-radius: 6px;
}

.menuSidebar li span.nav-icon {
    width: 24px;
    margin-right: 15px;
    display: inline-block;
}

.menuSidebar li span.nav-icon img {
    max-width: 100%;
}

.menuSidebar li span.nav-text {
    display: inline-block;
    width: calc(100% - 44px);
    vertical-align: middle;
}

.menuSidebar li a:hover {
    background: #1076B1;
}

.menuSidebar li.active a {
    background: #1076B1;
}


.menuSidebar .profileAction {
    width: 100%;
    bottom: 0px;
    position: absolute;
}


.menuSidebar li a {
    width: 100%;
    display: block;
    position: relative;
}

.menuSidebar li a:hover,
.menuSidebar li a:focus {
    text-decoration: none;
}

.menuSidebar li .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: 0px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    width: 14px;
    height: 14px;
    position: absolute;
    font-size: 20px;
    line-height: 25px;
    margin: 0px;
    right: 15px;
}

.menuSidebar li.active ul li {
    background: transparent;
    margin: 0px;
}

.menuSidebar li.active ul li a {
    background: transparent;
    padding: 10px 15px 10px 60px;
}

/*.menuSidebar li.active ul li a:hover:before,*/
.menuSidebar li.active ul li a.active:before {
    position: absolute;
    height: 1px;
    content: "";
    width: 30%;
    top: 50%;
    left: -15px;
    background: #fff;
    margin-top: -.5px;
}

.menuSidebar ul.dropdownCollapse {
    padding: 10px 0px;
}

.menuSidebar li.profileList {
    margin-top: 70px;
}



#menu-toggle {
    width: 35px;
    height: 40px;
    color: #1989CA;
    font-size: 24px;
    display: block;
    text-align: left;
    line-height: 40px;
}

.pageContent {
    width: calc(100% - 250px);
    float: right;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pageContent.page-toggled {
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.sidebarCLientEventBox {
    background: #1076B1;
    text-align: center;
    padding: 20px 0px;
    margin: 0px 0px 40px;
}

.sidebarCLientEventBox .clientEventLogo {
    margin-bottom: 10px;
}

.sidebarCLientEventBox .clientEventLogo img {
    max-width: 100%;
}

.sidebarCLientEventBox .clientEventLogo {}

.sidebarCLientEventBox {}

.sidebarCLientEventBox .ClientEventDate p {
    font-size: 13px;
    color: #fff;
    margin: 0px;
}

/*rest css*/
.bottom-0 {
    bottom: 0px !important;
}

.left-0 {
    left: 0px !important;
}

.right-0 {
    right: 0px !important;
}

.top-0 {
    top: 0px !important;
}

.mainHeading {
    margin: 30px 0px;
    display: flex;
}

.mainHeading h1 {
    color: #2C383B;
    
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.23px;
    line-height: 40px;
    margin: 0px;
}

.mainHeading .backBtn {
    vertical-align: middle;
    color: #B1BBC7;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 15px;
}

.mainHeading .backBtn i {
    font-size: 18px;
    color: #B1BBC7;
    width: 15px;
    height: 16px;
    line-height: 16px;
}

.mainHeading span.subtitle {
    color: #1989CA;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.16px;
    line-height: 32px;
}

.mainHeading .breadcrumb {
    background: transparent;
    
    padding: 0px;
    color: #1989CA;
    font-size: 15px;
    letter-spacing: -0.16px;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 0px;
}

.mainHeading .breadcrumb a.backLink {
    
    display: inline-block;
    font-weight: 500;
    padding-right: 5px;
    color: #1989CA;
    text-decoration: none;
}

.mainHeading .breadcrumb span.currentLink {
    font-family: 'ubuntubold';
    font-weight: 700;
    padding-left: 5px;
}

.mainHeading .breadcrumb i {
    line-height: 30px;
    font-size: 20px;
}

.heading {
    margin-bottom: 30px;
}

.heading h2 {
    color: #2C383B;
    
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.21px;
    line-height: 45px;
    display: inline-block;
    margin: 0px;
}

/*Heading Search*/
.heading .headingRightSide {
    float: right;
    /*margin: 5px;*/
}

.heading .searchForm {
    float: left;
    margin-right: 15px;
}

.heading .searchForm input {
    outline: none;
}

.heading .searchForm input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
    
}

.heading .searchForm input::-webkit-search-decoration,
.heading .searchForm input::-webkit-search-cancel-button {
    display: none;
}


.heading .searchForm input[type=search] {
    background: transparent url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 14px center;
    border: solid 1px #D4DEE6;
    padding: 0px;
    width: 43px;
    height: 43px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.heading .searchForm input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #1989CA;
    -webkit-box-shadow: 0 0 5px rgba(171, 194, 158, 0.7);
    -moz-box-shadow: 0 0 5px rgba(171, 194, 158, 0.7);
    box-shadow: 0 0 5px rgba(171, 194, 158, 0.7);
}


.heading .searchForm input:-moz-placeholder {
    color: #999;
}

.heading .searchForm input::-webkit-input-placeholder {
    color: #999;
}

#searchBox input[type=search] {
    width: 43px;
    height: 43px;
    padding-left: 0px;
    border-radius: 8px;
    color: transparent;
    cursor: pointer;
}

#searchBox input[type=search]:hover {
    background-color: #fff;
}

#searchBox input[type=search]:focus {
    width: 150px;
    padding-left: 45px;
    color: #000;
    padding-right: 10px;
    background-color: #fff;
    cursor: auto;
}

.leftSideLabel {}

.leftSideLabel label {
    display: inline-block;
    line-height: 38px;
    margin-bottom: 0px;
}

    .leftSideLabel input,
    .leftSideLabel select,
    .leftSideLabel textarea {
        display: inline-block;
        width: 100%;
        color: #2C383B !important;
        font-size: 16px;
        
        font-weight: 500;
        line-height: 21px;
    }

.leftSideLabel input:-moz-placeholder {
    color: #2C383B !important;
}

.leftSideLabel input::-webkit-input-placeholder {
    color: #2C383B !important;
}

.leftSideLabel .link {
    line-height: 38px;
}

.link {
    color: #1989CA;
}

#searchBox input:-moz-placeholder {
    color: transparent;
}

#searchBox input::-webkit-input-placeholder {
    color: transparent;
}

.heading .barsBtn {
    display: inline-block;
    border: 1px solid #D4DEE6;
    border-radius: 8px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.heading .barsBtn .btn {
    cursor: pointer;
    float: left;
    border: 0;
    width: 45px;
    height: 45px;
    line-height: 32px;
}

/*Event:List*/
.eventList .gridViewBox {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 10px #EBF0F3;
    padding: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.eventList .gridViewBox .eventHeading h3 {
    color: #2C383B;
    font-size: 16px;
    font-weight: 500;
    
    line-height: 18px;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
    padding-right: 15px;
}

.eventList .gridViewBox .eventDate span.date {
    color: #6D7782;
    font-size: 13px;
    line-height: 14px;
}

.eventList .gridViewBox .eventDate {
    margin-top: 5px;
}

.eventList .gridViewBox .dropdown {
    position: absolute;
    top: 15px;
    right: 15px;
    outline: none;
}

.eventList .gridViewBox .dropdown a {
    padding: 0;
    background: transparent;
    border: 0px;
}

.eventList .gridViewBox .dropdown .dropdown-menu {
    background: #1989CA;
    min-width: 7rem;
    border: 0px;
    top: 15px !important;
}

.eventList .gridViewBox .dropdown .dropdown-menu a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    
    line-height: 31px;
    text-align: center;
    margin: 5px 10px;
    width: calc(100% - 20px);
    border-radius: 6px;
}

.eventList .gridViewBox .dropdown .dropdown-menu a:hover {
    background: #1076B1;
}

.eventList .gridViewBox .dropdown .dropdown-menu:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #1989CA;
    position: absolute;
    top: -8px;
    right: 4px;
    content: "";
}


.eventList .gridViewBox .eventTypes {
    padding-top: 15px;
    border-top: 1px solid #EDF2F6;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    color: #2C383B;
    font-size: 13px;
    font-weight: 500;
    
    line-height: 20px;
}

.eventList .gridViewBox .eventTypes h4 {
    color: #6D7782;
    font-size: 12px;
    line-height: 21px;
}

.eventList .gridViewBox .eventTypes span.type {
    color: #2C383B;
    font-size: 13px;
    font-weight: 500;
    
    line-height: 20px;
}

.eventList .gridViewBox .eventTypes a {
    color: #1989CA;
    font-size: 13px;
    font-weight: 500;
    
    line-height: 20px;
    text-decoration: none;
}

/*Event:Dashboard*/

.eventBasicInfoBox {
    background: #fff;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #EBF0F3;
    padding: 25px 50px 25px 25px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.eventBasicInfoBox:before {
    background: transparent url(../images/outline-icon-001.png) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    top: 50%;
    right: 0px;
    z-index: 1;
    margin-top: -45px;
    background-size: 90px;
}

.eventBasicInfoBox2:before {
    background: transparent url(../images/outline-icon-002.png) no-repeat;
    background-size: 90px;
    background-position: center;
}

.eventBasicInfoBox3:before {
    background: transparent url(../images/outline-icon-003.png) no-repeat;
    background-size: 90px;
    background-position: center;
}

.eventBasicInfoBox4:before {
    background: transparent url(../images/event-dashboard-box-4.png) no-repeat;
    background-size: 90px;
    background-position: center;
}

.eventBasicInfoBox .eventInfoWrap {
    position: relative;
    z-index: 2;
}

.eventBasicInfoBox .eventResult {
    margin-top: 15px;
}

.eventBasicInfoBox .eventResult h2 {
    color: #2C383B;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -1.91px;
    line-height: 48px;
}

.eventBasicInfoBox .eventResultText {
    height: 40px;
}

.eventBasicInfoBox .eventResultText h3 {
    color: #2C383B;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
}

.panelBox {
    background: #fff;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #EBF0F3;
    padding: 25px 25px 25px 25px;
    margin-bottom: 30px;
    min-height: 385px;
}

.panelBox .heading {
    margin-bottom: 10px;
}

.panelBox .heading h3 {
    color: #2C383B;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.19px;
    line-height: 22px;
    
}

.panelBox .heading .headingRightSide {
    float: none;
    margin: 0;
    text-align: right;
}

.panelBox .heading .headingRightSide span {
    color: #1989CA;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.19px;
    line-height: 21px;
    text-align: right;
    
}

.panelBox .heading .headingRightSide ul.nav-tabs li a.nav-link {
    background: #ffffff;
    border-color: #ACC29F;
    color: #B1BBC7;
    font-size: 13px;
    letter-spacing: -0.14px;
    line-height: 14px;
    border-radius: 6px;
    min-height: 36px;
    line-height: 20px;
    padding: 7px .7vw;
}

.panelBox .heading .headingRightSide ul.nav-tabs li a.nav-link.active {
    background: #DDE7D8;
    border-color: #ACC29F;
    color: #63904A;
    font-weight: 500;
    
}

.panelBox .heading .headingRightSide ul.nav-tabs {
    float: right;
    border: 0;
}

.panelBox .heading .headingRightSide ul.nav-tabs li:first-child a.nav-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panelBox .heading .headingRightSide ul.nav-tabs li:last-child a.nav-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.headingRightSide ul.btnsSearch {
    padding: 0px;
    margin: 0px;
}

.btnsSearch {
    background: #1989CA;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
}

.btnsSearch {
    background: #1076B1;
}

/*Buttons*/
.headerBtns {
    text-align: right;
}

.headerBtns .btn {
    margin-left: 10px;
}

.headerBtns .btnTheme,
.btnTheme {
    background: #1989CA;
    border: 1px solid #1989CA;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    border-radius: 8px;
    padding: 10px 20px;
}

.headerBtns .btnTheme span.icon,
.btnTheme span.icon {
    margin-right: 10px;
    display: inline-block;
}

.headerBtns .btnTheme:hover,
.btnTheme:hover,
.btnTheme:focus {
    background: #1076B1 !important;
    border: 1px solid #1076B1 !important;
    color: #fff !important;
}

.btnThemeBorder {
    background: transparent;
    border: 1px solid #1989CA;
    color: #1989CA;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    border-radius: 8px;
    padding: 10px 20px;
}

.btnThemeBorder:hover,
.btnThemeBorder:focus {
    background: #1076B1 !important;
    border: 1px solid #1076B1 !important;
    color: #fff !important;
}

.headerBtns .btnThemeBlue {
    background: #68AFD9;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    border-radius: 8px;
    padding: 10px 20px;
}

.headerBtns .btnThemeBlue span.icon {
    margin-right: 10px;
    display: inline-block;
}

.headerBtns .btnThemeBlue:hover,
.headerBtns .btnThemeBlue:focus {
    background: #5c8fad;
    color: #fff !important;
}

/*Buttons*/

.panelBox .graphWrap img {
    width: 100%;
}

.countriesList {
    display: inline-block;
}

.countriesList span.listName {
    color: #2C383B;
    font-size: 14px;
    letter-spacing: -0.17px;
    line-height: 18px;
}

.countriesList span.listRegisterations {
    color: #1989CA;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.17px;
    line-height: 22px;
    text-align: right;
}

.countriesList ul {
    padding-left: 0px;
    width: 100%;
}

.countriesList li {
    list-style: none;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 0px;
}

.countriesList li span {
    float: left;
    width: 50%;
}


.panelContent {
    max-height: 275px;
}

.countriesList {
    max-height: 275px;
}

.scrollableBox {
    overflow: auto;
    position: relative;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.eventManageInviteeTabsWrap {
    margin-bottom: 30px;
}

.eventManageInviteeTabsWrap .nav-tabs {
    border-bottom: 1px solid #D6DCCF;
}

.eventManageInviteeTabsWrap .nav-tabs li.nav-item {
    margin: 0 15px;
}

.eventManageInviteeTabsWrap .nav-tabs li.nav-item {
    margin-left: 0px;
}

.eventManageInviteeTabsWrap .nav-tabs li.nav-item a.nav-link {
    border: 0px;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #6D7782;
    font-size: 15px;
    letter-spacing: -0.16px;
    line-height: 17px;
    text-align: center;
    padding: 15px 20px;
}

.eventManageInviteeTabsWrap .nav-tabs li.nav-item a.nav-link.active {
    border-bottom: 2px solid #ACC29F;
    font-weight: 500;
    
    color: #ACC29F;
}

.fiterSearchBox {}

.fiterSearchBox {
    background: #EAF0E7;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #D0D2D5;
}

.fiterSearchBox .heading h4 {
    color: #2C383B;
    font-size: 16px;
    
    font-weight: 500;
    letter-spacing: -0.17px;
    line-height: 26px;
}

.fiterSearchBox .filterSearchForm .fieldWrapper {
    background: #fff;
    padding: 7.5px 10px;
    border: 1px solid #DADDDF;
    border-radius: 8px;
    margin-bottom: 30px;
}

.fiterSearchBox .filterSearchForm .fieldWrapper .form-group {
    margin-bottom: 0px;
}

.fiterSearchBox .filterSearchForm .fieldWrapper .form-group label {
    color: #6D7782;
    font-size: 12px;
    margin: 0px;
    line-height: 21px;
}

.fiterSearchBox .filterSearchForm .fieldWrapper .form-group .form-control {
    border: 0px;
    padding: 0px;
    color: #2C383B;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    
    height: auto;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

/*checkbox & Radio*/

.containerCheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.containerCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.containerCheckbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.containerCheckbox:hover input~.checkmark {
    background-color: #E5ECE1;
}

.containerCheckbox input:checked~.checkmark {
    background-color: #2196F3;
}

.containerCheckbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerCheckbox input:checked~.checkmark:after {
    display: block;
}

.containerCheckbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* The Radio */
.containerRadio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.containerRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.containerRadio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #1989CA;
}

.containerRadio:hover input~.checkmark {
    background-color: #E5ECE1;
}

.containerRadio input:checked~.checkmark {
    background-color: transparent;
}

.containerRadio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerRadio input:checked~.checkmark:after {
    display: block;
}

.containerRadio .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #1989CA;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
}

table.dataTable {
    border: 1px solid #eaeaea !important;
    border-radius: 8px;
    margin-bottom:20px;
}

.tableWrap {
    margin-top: 30px;
}

.tableWrap .dataTables_wrapper .dataTables_filter input,
.tableWrap .dataTables_wrapper select {
    border: 1px solid #D6E0E7;
    padding: 10px;
    height: 45px;
    border-radius: 8px;
}

.tableWrap .dataTables_wrapper .dataTables_length,
.tableWrap .dataTables_wrapper .dataTables_filter,
.tableWrap .dataTables_wrapper .dataTables_info,
.tableWrap .dataTables_wrapper .dataTables_processing,
.tableWrap .dataTables_wrapper .dataTables_paginate,
.tableWrap label {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
}



/*.tableWrap table {     margin-top: 25px !important; display: inline-block; }*/

.tableWrap .dataTables_wrapper .dataTables_info {
    padding-top: 7px;
}


.tableWrap .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.tableWrap .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333333;
    font-family: Ubuntu;
    font-size: 14px;
    line-height: 24px;
}


.tableWrap .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.tableWrap .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #6D7782;
    background: transparent;
    border-radius: 8px;
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    color: #333333;
    font-size: 14px;
    background: #1989CA;
    color: #fff !important;
    border-color: #1989CA;
    box-shadow: 1px 1px 7px #D3E0D1;
}


.tableWrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.tableWrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.tableWrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: 1px solid #6d77826b;
    border-radius: 8px;
    width: auto;
    background: transparent;
    color: #6d77826b !important;
    cursor: not-allowed;
}

.tableWrap .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0px 5px;
    color: #333 !important;
    border: 1px solid #6D7782;
    background: transparent;
    border-radius: 8px;
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    color: #333333;
    font-size: 14px;
}

.tableWrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #333 !important;
    border: 1px solid #6D7782;
    background: transparent;
    border-radius: 8px;
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    color: #333333;
    font-size: 14px;
    background: #1989CA;
    color: #fff !important;
    border-color: #1989CA;
    box-shadow: 1px 1px 7px #D3E0D1;
}


.tableWrap table thead {
    background: #EAF0E7;
    padding: 10px;
}

.tableWrap table tr th {
    color: #2C383B;
    font-size: 13px;
    
    font-weight: 500;
    letter-spacing: -0.14px;
    line-height: 17px;
}

.tableWrap table tr td {
    color: #2C383B;
    padding: 10px 18px;
    font-size: 13px;
    letter-spacing: -0.14px;
    line-height: 14px;
}

.tableWrap table.dataTable.no-footer {
    border: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.tableWrap .dataTables_wrapper .dataTables_filter {
    float: none;
}

.tableWrap table.dataTable thead th,
.tableWrap table.dataTable thead td {
    border-bottom: 0px;
}

.tableWrap table.dataTable tbody tr {
    background-color: #F8FBF7;
}

.tableWrap table.dataTable.stripe tbody tr.odd,
.tableWrap table.dataTable.display tbody tr.odd {
    background-color: #ffffff;
}

.tableWrap table.dataTable.display tbody tr.odd>.sorting_1,
.tableWrap table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent;
}

.tableWrap table.dataTable.hover tbody tr:hover,
.tableWrap table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6;
}

.tableWrap table.dataTable.display tbody tr:hover>.sorting_1,
.tableWrap table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: transparent;
}

.tableWrap table .containerCheckbox {
    color: #2C383B;
    font-size: 13px;
    letter-spacing: -0.14px;
    line-height: 20px;
    padding-left: 30px;
}

.tableWrap .containerCheckbox input:checked~.checkmark {
    background-color: transparent;
    border: 1px solid #2C383B;
}

.tableWrap .containerCheckbox .checkmark:after {
    left: 6px;
    top: 1.5px;
    width: 6px;
    height: 12px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tableWrap .containerCheckbox .checkmark {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #000;
}

.tableWrap .containerCheckbox:hover input~.checkmark {
    background: transparent;
    border: 1px solid #000;
}


/*#page-content-wrapper {
min-width: 100vw;
}*/

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}


.modalWrap {}

.modalWrap .modal-title {
    color: #2C383B;
    font-size: 18px;
    line-height: 18px;
}

.modalWrap .modal-header .close {
    font-size: 30px;
}

.modalWrap .modal-footer {
    padding: 12px 15px;
    background: #ECEEEA;
}

.modalWrap {}

.modalWrap .modalText {
    margin: 20px 0px;
}

.modalWrap .modalText .imgWrap {
    width: 148px;
    height: 148px;
    margin: 0px auto 10px;
}

.modalWrap .modalText .imgWrap img {
    max-width: 100%;
}

.modalWrap .modalText h2 {
    color: #2C383B;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}

.modalWrap .modalText span {
    color: #6D7782;
    font-size: 15px;
    letter-spacing: -0.16px;
    line-height: 17px;
    text-align: center;
}

.uploadBox .fs-upload.fs-light .fs-upload-target {
    background: #fff;
    border: 1px dashed #6D7782;
    border-radius: 12px;
    margin: 0;
    padding: 19px;
    text-align: center;
    -webkit-transition: background .15s linear, border .15s linear, color .15s linear, opacity .15s linear;
    transition: background .15s linear, border .15s linear, color .15s linear, opacity .15s linear;
    margin-top: 40px;
    color: #2C383B;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    
}

/*File Upload*/
.filelists {
    margin: 20px 0;
}

.filelists h5 {
    margin: 10px 0 0;
}

.filelists .start_all {
    background: #455a64;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    clear: both;
    display: inline-block;
    font-size: 10px;
    margin: 0 10px 0 0;
    padding: 8px 12px;
    text-transform: uppercase;
}

.filelists .cancel_all {
    color: red;
    cursor: pointer;
    clear: both;
    display: inline-block;
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
}

.filelist {
    margin: 0;
    padding: 10px 0;
}

.filelist li {
    background: #fff;
    border-bottom: 1px solid #ECEFF1;
    font-size: 14px;
    list-style: none;
    padding: 5px;
    position: relative;
}

.filelist li:before {
    display: none !important;
}

/* main site demos */

.filelist li .bar {
    background: #eceff1;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
    -webkit-transition: width 0.1s linear;
    transition: width 0.1s linear;
}

.filelist li .content {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.filelist li .file {
    color: #455A64;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50%;
    white-space: nowrap;
}

.filelist li .progress {
    color: #B0BEC5;
    display: block;
    float: right;
    font-size: 10px;
    text-transform: uppercase;
}

.filelist li .cancel {
    color: red;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 10px;
    margin: 0 0 0 10px;
    text-transform: uppercase;
}

.filelist li.error .file {
    color: red;
}

.filelist li.error .progress {
    color: red;
}

.filelist li.error .cancel {
    display: none;
}

.selectExportOption {}

.selectExportOption ul {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0px;
    margin-top: 20px;
}

.selectExportOption ul li {
    display: inline-block;
    list-style: none;
    margin: 0 12px;
}

.selectExportOption ul li .containerRadio {
    color: #2C383B;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #1989CA;
    text-shadow: none;
}

.bootstrap-datetimepicker-widget a {
    color: #1989CA;
}

a {
    color: #1989CA;
}

.logOutBtn {
    color: #1989CA;
}

.pagination {}

.pagination .page-item {}

.pagination .page-item .page-link {
    margin: 0px 5px;
    color: #333 !important;
    border: 1px solid #6D7782;
    background: transparent;
    border-radius: 8px !important;
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    color: #333333;
    font-size: 14px;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus,
.pagination .page-item.active .page-link {
    color: #333 !important;
    border: 1px solid #6D7782;
    background: #1989CA;
    color: #fff !important;
    border-color: #1989CA;
    box-shadow: 1px 1px 7px #D3E0D1;
}

.pagination .page-item.disabled .page-link {
    color: #6d77826b;
    border: 1px solid #6d77826b;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: transparent;
    border: 0px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: block;
    min-width: auto;
    padding: 0;
    margin-left: 0px;
    text-align: initial;
    text-decoration: none !important;
    cursor: pointer;
    color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
}

.pagination .page-item {
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    border: 0px !important;
    background: transparent !important;
}

.mobileHeader {
    display: none;
}

/*Login*/
.initialScreenWrapper {
    background: url(../images/login-image.png) no-repeat;
    background-size: cover;
}

.rightSideBar {
    min-height: 100vh;
}

.whiteBG {
    background: #fff;
}

.loginTopBar {
    margin-top: 20px;
}

.loginTopBar {
    color: #6D7782;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.loginTopBar .btn {
    color: #1989CA;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-left: 15px;
}

.loginTopBar span {}

.loginTopBar {}

.loginWrap button.btn {
    margin-top: 50px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 39px;
    text-align: center;
    width: 100%;
    
    border-radius: 10px;
}

.loginWrap {
    margin-top: 80px;
}

.loginWrap h1 {
    color: #2C383B;
    
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.dotList {
    text-align: center;
}

.dotList li {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
}

.dotList li a {
    color: #1989CA;
    text-decoration: none;
}

.dotList li:first-child:before {
    display: none;
}

.dotList li:before {
    width: 4px;
    height: 4px;
    background: #1989CA;
    position: absolute;
    left: -4px;
    content: "";
    border-radius: 6px;
    top: 6px;
}

.loginScreenbottomText {
    color: #B1BBC7;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}



/*Form Label*/
.vbottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.form-wrapper {
    max-width: 300px;
    margin: 50px auto;
}

.form-group {
    position: relative;
    margin-bottom: 0px;
}

.firstInput {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.lastInput {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


/*.form-group+.form-group {
margin-top: 30px;
}
*/
.form-label {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #999;
    background-color: #fff;
    z-index: 10;
    margin: 0px;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    color: #B1BBC7;
    font-size: 16px;
    line-height: 34px;
}

.focused .form-label {
    transform: translateY(-35%);
    font-size: 12px;
}

.form-input {
    border-color: #1989CA;
    box-shadow: none;
    /*box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.04);*/
}

.form-input {
    z-index: 2222;
    background: transparent;
    position: relative;
    padding: 26.5px 17.5px 6.5px 17.5px;
    width: 100%;
    outline: 0;
    border: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #2C383B;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    
}

.form-input:focus {
    border-color: #1989CA;
}

.form-input.filled {
    border-color: #1989CA;
}

.leftSideBar {
    margin-top: 40px;
    margin-left: 20px;
}

.welcomeText {
    max-width: 500px;
    margin-top: -125px;
    position: absolute;
    top: 50%;
}

.welcomeText h1 {
    color: #FFFFFF;
    font-size: 42px;
    
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 10px;
}

.welcomeText p {
    color: #DCE4D7;
    font-size: 20px;
    line-height: 32px;
}

.welcomeText a.btn {
    border-color: #DCE4D7;
    color: #DCE4D7;
    margin-top: 20px;
}

.headingSearchField input {
    width: calc(100% - 95px);
    float:left;
}

.m-login__container {
    background:#ffffff;
    padding:30px;
    border-radius: 0px;
}

.m-login__logo {}
.m-login__logo a {
    text-decoration:none;
}
.m-login__logo a h1{ color:#000000; font-size:30px; line-height:40px }

.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-form__group .form-control {
    border-radius: 0px;
    border: none;
    background:#ffffff;
    border:1px solid #000000 !important;
    padding: 7.5px 15px !important;
    margin-top: 1.5rem;
    color:#000000;
    font-size: 14px;
}
.m-checkbox.m-checkbox--light>span:after {
    border: solid #000;
}
.m-checkbox.m-checkbox--light>input:checked ~ span {
    border: 1px solid #000;
}
.m--align-left.m-login__form-left {
    padding-left:0px !important;
}
.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-action {
    text-align: right;
    margin-top: 20px;
}
.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-action .m-login__btn {
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    margin-top: 0px;
    background: #000;
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: none !important;
    font-size: 16px;
}
.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form {
    margin-bottom:20px;
}
.m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__head .m-login__title {
    color:#000000;
}

.m-login.m-login--2 {
    background-size:cover;
    background-position:center center;
}
/*Dashboard Styling*/
.m-brand .m-brand__logo .m-brand__logo-wrapper h1{
    color:#ffffff;
    font-size:16px;
    text-decoration:none; 
}
.portalSearchBox input.form-control {
    border-radius: 30px;
    width: 350px;
}

.m-aside-left.m-aside-left--skin-dark {
    background-color: #141414;
}
.m-brand.m-brand--skin-dark {
    background: #000000;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
}
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span,
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span::before, 
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span::after {
    background: rgba(255,255,255,.6);
}
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler:hover span,
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler:hover span::before,
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler:hover span::after {
    background: #ffffff;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
    color: #ffffff;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-icon, 
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
    color: rgba(255,255,255,.6);
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
    background-color: #000000;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__section .m-menu__section-text {
    color:rgba(255,255,255,.3);
}

/*Btn*/
.btn-accent {
    color: #fff;
    background-color: #141414;
    border-color: #141414;
}
.btn-outline-accent.m-btn--air, .btn-accent.m-btn--air, .m-btn--gradient-from-accent.m-btn--air {
    -webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 19%) !important;
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 19%) !important;
}
.btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active, .show > .btn-accent.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-outline-accent.m-btn--air.focus, .btn-outline-accent.m-btn--air:focus, .btn-outline-accent.m-btn--air:hover, .btn-accent.m-btn--air.focus, .btn-accent.m-btn--air:focus, .btn-accent.m-btn--air:hover, .m-btn--gradient-from-accent.m-btn--air.focus, .m-btn--gradient-from-accent.m-btn--air:focus, .m-btn--gradient-from-accent.m-btn--air:hover {
    -webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 36%) !important;
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 36%) !important;
}
h3.m-portlet__head-text {
    color:#000000;
}
.btn-outline-accent.m-btn--air, .btn-accent.m-btn--air, .m-btn--gradient-from-accent.m-btn--air {
    -webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 19%) !important;
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 19%) !important;
}

.btn-outline-accent.m-btn--air.focus, .btn-outline-accent.m-btn--air:focus, .btn-outline-accent.m-btn--air:hover, .btn-accent.m-btn--air.focus, .btn-accent.m-btn--air:focus, .btn-accent.m-btn--air:hover, .m-btn--gradient-from-accent.m-btn--air.focus, .m-btn--gradient-from-accent.m-btn--air:focus, .m-btn--gradient-from-accent.m-btn--air:hover {
    -webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 36%) !important;
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 36%) !important;
}
.btn-accent:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
a {
    color: #141414;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #000000;
    border-color: #000000;
}
.m-footer .m-footer__copyright {
    color: #141414;
}
.form-control.focus, .form-control:focus {
    border-color: #000000;
}
.table thead th {
    color: #000000;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span, 
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
    background-color: #1B1B1B;
}
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-text, 
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text, 
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
        color: rgba(255,255,255,.6);
    }

.m-widget27 .m-widget27__pic{
    display:none;
}

.dashboardBox {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
}
    .dashboardBox .panel-body .heading {
        margin-bottom: 0px;
        display: flex;
        justify-content: space-between;
    }
        .dashboardBox .panel-body .heading h2 {
            font-size: 20px;
            color: #454c5a;
            font-weight: bold;
            width: 240px;
            word-break: normal;
            line-height: 26px;
        }
        .dashboardBox .panel-body .heading .icon {
            min-height: 165px;
        }
    .dashboardBox .panel-body .heading .icon i {
        color: #edeef3;
        font-size: 110px;
        position: relative;
    }
    .dashboardBox .panel-body .result {
        margin-top: -100px;
        margin-left: 0;
        width: 240px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
        .dashboardBox .panel-body .result span {
            font-size: 70px;
            color: #000;
            font-weight: bold;
            line-height: 100px;
        }
.scrollableTable {
    width:100%;
    overflow:auto;
}


    .portalButton a {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
.portalButton a i {
    margin-right:10px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    display: flex;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item {
    margin-left: 0;
}
.dataTables_wrapper .pagination .page-item.active > .page-link {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link{
    margin:0px 1px!important;
    border:1px solid #ddd;
}






@media (max-width: 991px) {
    .dashboardBox .panel-body .heading .icon i {
            font-size: 60px;
        }

        .panelBox {
            min-height: 400px;
        }

            .panelBox .heading h3,
            .panelBox .heading .headingRightSide span {
                font-size: 16px;
            }

            .panelBox .heading .headingRightSide ul.nav-tabs li a.nav-link {
                font-size: 12px;
            }

        .leftSideLabel .link {
            font-size: 12px;
        }

        .leftSideLabel input,
        .leftSideLabel select,
        .leftSideLabel textarea {
            font-size: 14px;
        }

        .leftSideLabel label {
            line-height: 32px;
        }

        .headerBtns .btnThemeBlue,
        .headerBtns .btnTheme,
        .btnTheme,
        .btnThemeBorder {
            padding: 7.5px;
        }

        .headingRightSide .headerBtns .btn {
            margin-bottom: 15px;
        }
    }

    @media (max-width: 767px) {
        .portalButton, .portalSearchBox {
            margin-top: 15px;
        }
        .portal-header .portalSearchBox, .portal-header .portalButton {
            margin-right: 15px !important;
        }
        .portal-header {
            display: block !important;
        }

            .portal-header h3.m-portlet__head-text {
                margin-bottom: 15px !important;
            }


        .portalSearchBox input.form-control {
            width: 100%
        }

        .panelBox .heading h3 {
            font-size: 14px;
        }

        .tableResponsive {
            overflow: auto;
        }

        .panelBox .heading .headingRightSide ul.nav-tabs li a.nav-link {
            min-height: 24px;
            line-height: 14px;
            padding: 5px 10px;
        }

        .mainHeading h1 {
            font-size: 18px;
            line-height: 18px;
        }

        .mainHeading .breadcrumb {
            font-size: 12px;
            display: none;
        }

        .panelBox .heading .headingRightSide span {
            font-size: 16px;
        }

        .countriesList span.listName,
        .countriesList span.listRegisterations {
            font-size: 14px;
        }

        .headingLeftSide {
            margin-bottom: 0px
        }

        .heading .headingRightSide {
            margin-top: 15px;
        }



        .tableWrap .dataTables_wrapper .dataTables_length {
            display: none;
        }

        .tableWrap .dataTables_wrapper .dataTables_filter input,
        .tableWrap .dataTables_wrapper select {
            padding: 5px;
            height: 35px;
        }

        .tableWrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
        .tableWrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
        .tableWrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
            margin-bottom: 10px;
        }

        .email_sms_ShootPanel {
            margin-top: 15px !important;
        }

        .eventManageInviteeTabsWrap .nav-tabs li.nav-item a.nav-link {
            padding: 7.5px;
        }



        .fiterSearchBox {
            padding: 15px;
        }

        .mainHeading {
            margin: 0px 0px 30px;
            display: flex;
            background: #1076B1;
            padding: 0px 15px;
            margin-left: -15px;
            margin-right: -15px;
        }

            .mainHeading .heading {
                margin-bottom: 0px;
                width: 100%;
                display: inline-block;
                text-align: right;
            }

        #menu-toggle {
            color: #fff;
        }

        .mainHeading h1 {
            color: #fff;
            line-height: 40px;
        }


        .mobileHeader {
            display: block;
            /* width: 100%; */
            background: #1989CA;
            margin-left: -15px;
            padding-left: 15px;
            padding-right: 15px;
            margin-right: -15px;
        }

            .mobileHeader img {
                max-width: 100%;
            }

        /*.mobileHeader div[class*="col"]{ padding:0px; }*/

        .sidebarCLientEventBox {
            text-align: right;
        }

        .mobileHeader .sidebarCLientEventBox {
            margin: 0px;
            background: transparent;
        }

        .mobileHeader a {
            line-height: 125px;
        }

        .sidebarCLientEventBox .clientEventLogo a {
            line-height: 80px;
        }

        .sidebarCLientEventBox .ClientEventDate p {
            font-size: 10px;
            color: #fff;
            margin: 0px;
            line-height: 14px;
        }

        #sidebar-wrapper .sidebar-heading,
        #sidebar-wrapper .sidebarCLientEventBox {
            display: none;
        }

        .menuSidebar {
            margin-left: -250px;
        }

            .menuSidebar.sidebar-toggled {
                margin-left: 0px;
            }

        .pageContent {
            width: 100%;
        }

            .pageContent.page-toggled {
                margin-right: -250px !important;
            }

        .leftSideBar {
            margin-top: 20px;
            margin-left: 0px;
            min-height: 300px;
            padding-bottom: 20px;
        }

        .welcomeText {
            position: relative;
            margin: 0px;
            margin-top: 25px;
        }

            .welcomeText h1 {
                font-size: 24px;
                line-height: 34px;
            }

            .welcomeText p {
                font-size: 16px;
                line-height: 24px;
            }

        .loginWrap {
            margin-top: 30px;
        }
    }
    /*@media (min-width: 768px) {
.menuSidebar {
left: 0;
}

#page-content-wrapper {
min-width: 0;
width: 100%;
}

#wrapper.toggled #sidebar-wrapper {
left: -15rem;
}
}*/