@charset "utf-8";
/* CSS Document */
html, body {
    padding: 0;
    margin: 0;
     font-family: 'Open Sans';
}
body {
    background: #fff;
    font-size: 12px;
    margin: 0px auto;
    padding: 0px;
    font-weight: normal;
    width: 100%;
     font-family: 'Open Sans';
}
button {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
button:focus, button:active {
    outline: 0;
    box-shadow: none;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
a {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
button {
    border: 0px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
img, input {
    margin: 0px;
    padding: 0px;
}
.clear {
    clear: both;
}
*:focus {
    box-shadow: none;
    outline: 0;
}
/* a, div, * {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
} */
html, body {
    height: 100%;
}
div#wrapper {
    float: left;
    width: 100%;
    height: 100%;
}
input {
	box-shadow: unset;
}


#header .bg-light {
    background-color: #163666!important;
}
body.mca-red #header .bg-light {
    background-color: #e94d65!important;
}
body.fcc-voilet #header .bg-light {
    background-color: #c888ff!important;
}
body.mca-class #header .bg-light {
    background-color: #163347!important;
}
body.mca-class #header .navbar-brand img {
    width: 114px !important;
}
body.\31 23-dentist-class #header .bg-light {
    background-color: #00a4dc!important;
}
body.trilium-class #header .bg-light {
    background-color: #deecff!important;
}
body.trilium-class #header .navbar-light .navbar-nav .nav-link {
    color: #016bff!important;
}
body.trilium-class #header a.nav-link.is-active {
    border-bottom: 2px solid #016bff;
}
body.trilium-class #header a#navbarDropdownMenuLink img {
    filter: grayscale(30%) brightness(40%) sepia(100%) hue-rotate(-180deg) saturate(300%) contrast(1);
}
body.dcy-class #header .bg-light {
    background-color: #007ea2!important;
}
body.dcc-class #header .bg-light {
    background: #7e98b2 !important;
}
/*====== Document html ======*/
@media (min-width: 1200px){
.container {
    max-width: 1417px;
}
}
body.mca-red #header[_ngcontent-c3] .bg-light[_ngcontent-c3] {
    background-color: #e94d65!important;
}
body.modal-open {
    overflow: hidden;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    width: 100%;
}
#header .bg-light {
    position: fixed;
    padding: .3rem 1rem;
    left: 0;
    width: 100%;
    top: 0;
    height: 65px;
    z-index: 3;
}

#header .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: #fff;
    padding: 6px 18px;
}
#header .navbar-light .navbar-nav .active>.nav-link, #header .navbar-light .navbar-nav .nav-link.active,
#header .navbar-light .navbar-nav .nav-link.show, #header .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
#header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.loginbtns button.btn {
    border: 2px solid #fff;
    border-radius: 0;
    padding: 7px 20px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 10px;
    width: 110px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
.loginbtns button.btn:hover{transform: scale(0.9);}

#header .navbar-brand img {
    width: 154px;
    margin-left: 0px;
}
ul.socialicon_nav li a {
    width: 32px;
    height: 32px;
    background: #fff;
    font-size: 20px;
    border-radius: 20px;
    float: left;
    text-align: center;
    color: #163666;
    padding: 0px 0 0;
    margin: 7px 7px 0 0;
    line-height: 32px;
}
ul.socialicon_nav li a:hover{transform: scale(1.1);}
ul.socialicon_nav li {
    display: inline-block;
}
.loginbtns .btn-outline-success:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #163666;
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);
}
.banner .banner-content {
    float: left;
    width: 50%;
    text-align: center;
    position:relative;
}
.left-banner-image {
    float: left;
    width: 100%;
    position: relative;
}
.left-banner-image img {
    width: 100%;
}
.banner .banner-right-part.banner-content{background: url(../images/banner2.jpg);}
.banner .banner-content h1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}
.inner-content {
    margin: 0 auto;
    width: 57%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner .banner-content h1 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 56px;
}
.banner .banner-content p {
    font-size: 23px;
    color: #fff;
    float: left;
    width: 100%;
    margin: 50px 0;
}
button.btn.findword {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    width: 190px;
    border-radius: 0;
    padding: 15px 0;
    background: #163666;
    color: #fff;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
button.btn.findword:hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
button.btn.findword.post {
    color: #163666;
    background: #fff;
}
.dropdown-menu {
    padding: 0 0;
    min-width: 130px !important;
    width: 250px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: initial;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:last-child {
    border-bottom: 0px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #163666;
    text-decoration: none;
    background-color: #f8f9fa;
}
.banner {
    float: left;
    width: 100%;
    position: relative;
}

/*==== main- section ====*/

section#main {
    float: left;
    width: 100%;
}
.top-one-section {
    float: left;
    width: 100%;
    background: #163666;
    padding: 30px 0 40px;
}
.about-dental {
    color: #fff;
    padding-left: 70px;
    padding-right: 40px;
}
.about-dental h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.about-dental p {
    font-size: 15px;
    color: #b4becd;
    line-height: 20px;
    margin: 0;
}
.left-icon-about {
    float: left;
    margin-right: 0;
    margin-top: 40px;
}
.about-dental::after {
    content: "";
    width: 40px;
    height: 6px;
    background: #fff;
    position: absolute;
    bottom: -16px;
    left: 86px;
}
.who-we {
    width: 100%;
    float: left;
    padding: 60px 0;
    border-bottom: 1px solid #e7ebee;
}
.who-we-content {
    float: left;
    width: 100%;
    padding: 0 20px 0 0;
}
.who-we-content h3 {
    font-size: 25px;
    color: #163666;
    font-weight: 700;
    margin: 10px 0 20px;
}
.who-we-content p {
    font-size: 18px;
    color: #2a343f;
    line-height: 33px;
    margin-bottom: 20px;
}
.who-we-content a {
    font-size: 18px;
    color: #163666;
}
.who-we-content i.fa.fa-angle-right {
    margin-left: 4px;
    font-size: 20px;
}
.services-section {
    float: left;
    width: 100%;
    padding: 60px 0;
   border-bottom: 1px solid #e7ebee;
}
.services-box {
    float: left;
    width: 100%;
    padding: 30px 30px;
    background: #fff;
    position: relative;
    min-height: 430px;
}
.services-box h4 {
    font-size: 23px;
    color: #183b6f;
    float: left;
    width: 100%;
    margin: 20px 0;
}
.services-box p {
    color: #2a343f;
    font-size: 18px;
    line-height: 33px;
}
button.btn.findwork {
    width: 325px;
    background: #183b6f;
    color: #fff;
    border-radius: 0;
    height: 70px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -162px;
    font-size: 20px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
button.btn.findwork:hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.services-box:hover {
    box-shadow: 0px 14px 30px 0px rgba(56, 110, 191, 0.15);
    -webkit-box-shadow: 0px 14px 30px 0px rgba(56, 110, 191, 0.15);
    -moz-box-shadow: 0px 14px 30px 0px rgba(56, 110, 191, 0.15);
}

/*=== slider-css ====*/
.slide-main-div {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 420px;
}
.our_product {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.preview-top h2 {
    font-size: 25px;
    font-weight: 700;
    color: #1a2c47;
}
.slider-div {
    position: relative;
}
.slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding: 0 21px;
}
.product-slider {
    float: left;
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}

/*== Testimonials ==*/
.testimonial {
    margin: 0 15px 50px;
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    min-height: 540px;
}
.testimonial .pic {
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin: 0 auto 30px;
    text-align: center;
}
.testimonial .pic img {
    width: 154px;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}
.testimonial .title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #1a2c47;
    text-transform: capitalize;
    margin: 30px 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}
.testimonial .description {
    padding: 0;
    background: transparent;
    font-size: 16px;
    color: #717171;
    line-height: 25px;
    margin: 0;
    position: relative;
    font-weight: 600;
}
.testimonial-stories {
    float: left;
    width: 100%;
    padding: 0 200px;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}
.owl-next:before{ content: "\f054"; }


.testimonials-div {
    float: left;
    width: 100%;
    background: #f3f6fb;
    padding: 50px 0 30px;
}
.testimonial-stories {
    float: left;
    width: 100%;
}
.testimonials-div h2 {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 700;
    color: #1a2c47;
    text-transform: uppercase;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 5px !important;
    padding: 0 !important;
    font-size: 12px;
    border-radius: 0 !important;
    background: none !important;
    filter: Alpha(Opacity=100);
    opacity: 1 !important;
    float: 19px !important;
    width: 19px !important;
    height: 34px !important;
}
.owl-prev:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #1f487e;
    background: url(../images/left_arrow.png);
    width: 19px !important;
    height: 37px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -80px;
}
.owl-next:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #1f487e;
    background: url(../images/right_arrow.png);
    width: 19px !important;
    height: 37px;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -80px;
}
.owl-theme .owl-controls .owl-page span {
    background: #1a2c47 !important;
}
.owl-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.get-in {
    float: left;
    width: 100%;
    background-size: cover;
    padding: 0;
    position: relative;
}
.get-in-touch-img {
    float: left;
    width: 100%;
    position: relative;
}
.get-in-touch-img img {
    width: 100%;
}
.get-in-touch {
    float: right;
    width: 40%;
    background: #fff;
    padding: 60px;
    position: absolute;
    right: 0;
    top: 160px;
}
form.get-touch-form {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.get-in-touch h3 {
    font-size: 40px;
    font-weight: 700;
    color: #1a2c47;
}
form.get-touch-form input {
    border: 0;
    border-bottom: 1px solid #acb5c9;
    border-radius: 0;
    padding: 10px 10px 10px 50px;
    font-size: 20px;
    color: #acb5c9;
    margin: 0 0 30px;
}
input::placeholder, textarea::placeholder{color: #acb5c9 !important;}
textarea.message {
    border: 0;
    border-bottom: 1px solid #acb5c9;
    width: 100%;
    padding: 10px 10px 10px 50px;
    font-size: 20px;
    min-height: 130px;
}
.get-touch-form button.btn.btn-primary {
    background: #183b6f;
    border-color: #183b6f;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    padding: 20px 40px;
    width: 60%;
    margin-top: 30px;
    float: left;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}
.get-touch-form a {
    float: left;
    margin: 32px 0 0 20px;
    font-size: 14px;
    color: #acb5c9;
    font-weight: 600;
}
.get-touch-form a span {
    display: block;
    font-size: 17px;
    color: #183b6f;
}
footer#footer {
    float: left;
    width: 100%;
}
.top-footer {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.footer-logo img {
    width: 210px;
}
ul.footer-nav {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.footer-nav li {
    display: inline-block;
}
.footer-nav li a {
    font-size: 18px;
    color: #252525;
    padding: 7px 18px;
}
.footer-social-icon a {
    color: #183b6f;
    font-size: 28px;
}
.footer-social-icon a:hover i {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.footer-social-icon li {
    display: inline-block;
    margin: 0 14px;
}
ul.footer-social-icon {
    float: left;
    width: 100%;
    text-align: center;
}
.btm-footer {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #163666!important;
    position: relative;
}
.btm-footer p {
    color: #fff;
    font-size: 19px;
    text-align: center;
    float: left;
    width: 100%;
    margin:0px;
}
.container {
    position: relative;
}
span.powered {
    font-size: 14px;
    color: #c6d1e0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0px;
}
.get-touch-form button.btn.btn-primary:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.owl-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
}


/*== 21-05-2019 ==*/


.swal2-height-auto h2#swal2-title {
    font-size: 19px !important;
    padding: 0 14px;
    line-height: 25px;
}
.swal2-height-auto #swal2-content {
    text-align: center;
    font-size: 15px !important;
    color: #9a9a9a !important;
}
.swal2-height-auto .swal2-popup {
    width: 510px !important;
    padding: 20px 0 10px !important;
}
.swal2-actions {
    margin: 20px auto 0 !important;
    border-top: 1px solid #ccc;
    padding-top: 14px;
    padding-bottom: 2px;
}
.swal2-height-auto .swal2-styled {
    margin: .3125em;
    padding: 4px 20px !important;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px !important;
    border: 1px solid #163666 !important;
}
.swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0px rgba(50,100,150,.4) !important;
}

.swal2-title {
    margin: 0 0 3px !important;
}
.swal2-actions {
    margin: 20px auto 0 !important;
}
h2#swal2-title {
    color: #163666 !important;
    font-weight: 400 !important;
    margin:17px 0 14px !important;
}
button.swal2-cancel.swal2-styled {
    background: #fff !important;
    border: 1px solid #163666 !important;
    color: #163666 !important;
}
.swal2-styled.swal2-confirm {
    background-color: #163663 !important;
}
.swal2-icon{margin:0 auto 3px !important;}
/*== 22-05-2019 -rv- ==*/

.badge-danger {
    color: #fff;
    background-color: #dc3545;
    position: absolute;
    top: -1px;
    right: 1px;
}
.hidden{
    display: none;
}
.Signup-Screen {
    float: left;
    width: 100%;
    margin-top: 65px;
}
.swal2-close {
    position: absolute;
    z-index: 2;
    color:#163666 !important;
    top: 3px !important;
    right: 3px !important;
    font-size: 23px !important;
    font-weight: bold !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}



/*== 24-05-2019 -rv- ==*/

.h2, h2 {
	font-size: 1.7rem;
}
.h4, h4 {
	font-size: 1.3rem;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3e3e3e !important;
  font-size: 18px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #3e3e3e !important;
  font-size: 18px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #3e3e3e !important;
  font-size: 18px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #3e3e3e !important;
  font-size: 18px;
}
ul.ui-tabview-nav {
    height: 60px !important;
}
ul.ui-tabview-nav li {
	width: 12% !important;
}
ul.ui-tabview-nav li a {
	padding: 14px 0 15px 0 !important;
}


/** 05-06 changes **/

span.ui-tabview-title {
    margin-top: -3px;
    display: inline-block;
    position: relative;
}
ul.ui-tabview-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li a:before {
    content: "";
    width: 16px;
    height: 16px;
    background: transparent;
    border: 2px solid #153666;
    border-radius: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}
ul.ui-tabview-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li.ui-state-active a:before{border: 2px solid #ffffff;}
ul.ui-tabview-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li a {
    position: relative;
    cursor: pointer;
}

input.form-control{
	background: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea.form-control{
	background: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.n-progress {
    position: fixed;
    opacity: 1;
    color: transparent !important;
    text-shadow: none !important;
    background-color:rgba(0, 0, 0, 0.61);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
}
.n-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    border: 2px solid #fac90d;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
    width: 54px;
    height: 54px;
    z-index: 2;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}
.n-progress img.loader-img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    margin: -35px 0 0 -35px;
    z-index: 1;
}
img.loader-img {
    display: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}
span.organization-name.badge.badge-info {
    background: #163666;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
}
.disabled-organization .form-control + .form-control-placeholder {
    font-size: 100%;
    opacity: 1;
    color: #163666;
    top: 0;
}
.changePasswordModal .modal-x i.fa-cross-modal {
    color: #fff;
    margin: 0;
    float: right;
}
.changePasswordModal .modal-header {
    min-height: 40px !important;
}
.changePasswordModal .modal-body .app-modal-body p {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 16px;
}
.changePasswordModal .modal-body .resetpassword-row.row {
    display: flex;
    flex-direction: column;
}
.changePasswordModal .modal-body .resetpassword-row.row button.btn-admin-actions {
    margin-top: 40px;
    width: auto !important;
    max-width: fit-content;
    margin: 40px auto 0;
    background: #163666;
    padding: 9px 20px;
    font-size: 14px;
}
body.mca-red span.organization-name.badge.badge-info {
    background: #e94d65;
}
body.fcc-voilet span.organization-name.badge.badge-info {
    background: #c888ff;
}
.dcc-blue #header .bg-light {
    background: #4fbff9 !important;
}
.dcc-blue span.organization-name.badge.badge-info {
    background: #4fbff9;
}
.assignedInfo .row .staff-organisation-div {
    display: block;
}
.assignedInfo .row .staff-organisation-div span.organization-name.badge.badge-info {
    float: left;
    margin: 2px 0 0 2px;
}
.assignedInfo .row .staff-organisation-div span.assigned_name {
    float: left;
}
.assignedInfo .row .staff-organisation-div {
    display: block;
    width: calc(100% - 86px);
    float: left;
}
/*== Responsive ==*/

@media only screen and (max-width:1599px){
    ul.ui-tabview-nav li {
        width: 14% !important;
    }
}
@media only screen and (max-width:1200px){
    ul.ui-tabview-nav li {
        width: 16% !important;
    }
}
@media only screen and (max-width:767px){
    ul.ui-tabview-nav li a {
        padding: 20px 0 9px 0 !important;
    }
    :host >>> .form-control{line-height: normal}
}















.inner-form {
	width: 100%;
	float: left;
	padding-top: 1px;
}

/******************** Scroller New ****************************/
.demo1 {
    width: 100%;
    max-height: 316px;
    min-height: auto;
    max-width: 100%;
}
		  /***/
[data-simplebar] {
position:relative;
flex-direction:column;
flex-wrap:wrap;
justify-content:flex-start;
align-content:flex-start;
align-items:flex-start
}
.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit
}
.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto!important;
	height: auto!important;
	z-index: 0
}
.simplebar-offset {
	direction: inherit!important;
	box-sizing: inherit!important;
	resize: none!important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch
}
.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box!important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	visibility: visible;
	overflow: auto !important;
	max-width: 100%;
	max-height: 100%
}

.demo1.offc-cnt .simplebar-content-wrapper {
	overflow-x: hidden !important;
}

.simplebar-content:after, .simplebar-content:before {
	content: " ";
	display: table
}
.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none
}
.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit!important;
	height: 100%;
	width: inherit;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0
}
.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1
}
.simplebar-track {
	z-index: 1;
	position: absolute;
	right: -12px;
	bottom: 0;
	pointer-events: none;
	overflow: hidden
}
[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all
}
.simplebar-scrollbar {
	position: absolute;
	right: 2px;
	width: 7px;
	min-height: 10px
}
.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: #000;
	border-radius: 7px;
	left: 0;
	right: 0;
	opacity: 0.5;
	transition: opacity .2s linear
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
	opacity: .5;
	transition: opacity 0s linear
}
.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px
}
.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px
}
.simplebar-track.simplebar-horizontal {
	display: none;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0
}
.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: none !important;
}
.form-control:focus {
    box-shadow: none;
}

.inner-pages-scroll .demo1 {
    max-height: calc(100vh - 330px);
}
/*.inner-pages-scroll .demo1 .form-row.form-group {
    margin-left: 0;
    margin-right: 0;
}*/
.inner-pages-scroll .simplebar-content-wrapper {
    overflow-x: hidden !important;
}
.inner-pages-scroll.notification .demo1 {
    max-height: calc(100vh - 220px);
}
.inner-pages-scroll.staffing .demo1 {
    max-height: calc(100vh - 273px);
}

.inner-pages-scroll.accounting .demo1 {
    max-height: calc(100vh - 240px);
}
.inner-pages-scroll.memeber {
    float: left;
    width: 100%;
}
.inner-pages-scroll.memeber .demo1{position: initial;}
@media (-webkit-min-device-pixel-ratio: 2), (max-width: 1280px) and (min-resolution: 192dpi) and (max-resolution: 192dpi) and (min-width: 1280px){
/*body {
	overflow: hidden;
}*/
}


/****************************/
i.offc-cnt-i-fa {
	position: absolute;
	right: 45px;
	top: 22px;
	/* z-index: 9999; */
	border: 1px solid #163666;
	border-radius: 10px;
	padding: 3.1px 4.2px;
	height: 20px;
	width: 20px;
	background: #fff;
}
.simplebar-content {
    float: left;
    width: 100%;
}
.simplebar-content-wrapper{
    overflow-x: hidden !important;
}

@media only screen and (max-width:639px){
    ul.ui-tabview-nav li a {
        padding: 9px 0 9px 0 !important;
    }
}
@media only screen and (max-width:600px){
    .swal2-height-auto .swal2-popup {
        width:90% !important;
    }
    .swal2-height-auto h2#swal2-title {
        font-size: 16px !important;
        padding: 0 15px;
        line-height: 25px;
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width:480px){
    .swal2-height-auto h2#swal2-title {
        font-size: 14px !important;
        padding: 0 3px;
        line-height: 25px;
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width:413px){
    .swal2-height-auto h2#swal2-title {
        font-size: 12px !important;
        padding: 0 4px;
        line-height: 25px;
        margin-bottom: 0 !important;
    }
}

.row {
    clear: both;
}


/************************** 17-06-2019 ********************************/

/*  .signup-content {
	-webkit-transform: scale(.9) translate(-55%, -55%) !important;
	transform: scale(.9) translate(-55%, -55%) !important;
}  */
