@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    font-family: 'FuturaBook';
    src: url('../fonts/futura_book_font-webfont.woff2') format('woff2'),
         url('../fonts/futura_book_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaLight';
    src: url('../fonts/futura_light_bt-webfont.woff2') format('woff2'),
         url('../fonts/futura_light_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaMedium';
    src: url('../fonts/futura_medium_bt-webfont.woff2') format('woff2'),
         url('../fonts/futura_medium_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #000;
    height: 100%;
}
.outer-body {
    position: relative;
    height: calc(100% - 130px);
    background-repeat: no-repeat;
    background-position: center top;
}
.index-body-bg {
    background-image: url(../images/bg.jpg);
}
.index-body-text {
    text-align: center;
    font-family: 'FuturaMedium';
    color: #1a1a1a;
    font-size: 46px;
    line-height: 54px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 767px;
    transform: translate(-50%, -50%);
}
.index-body-text .btn-login {
    font-size: 28px;
    color: #FFF;
    text-decoration: none;
    line-height: 60px;
    min-width: 270px;
    padding: 0 50px;
    margin-top: 30px;
    display: inline-block;
    background-color: #26443e;
    border-radius: 40px;
}
.index-body-text .btn-login:hover {
    background-color: #017bcf;
}
.header-outer {
    padding: 4px 0;
    text-align: center;
    background-color: #FFF;
}

.header-outer img {
    max-width: 260px;
    margin: 5px 0px;
}

.header-outer.shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.header-outer a {
    display: inline-block;
}
.footer {
    font-family: 'FuturaBook', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 25px;
    background-color: #FFF;
}
.footer:after {
    content: "";
    display: block;
    clear: both;
}
.footer-left {
    float: left;
}
.footer-right {
    float: right;
}
.footer-right ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
.footer-right ul li {
    float: left;
}
.footer-right ul li + li {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px #000 solid;
}
.footer-right ul li a {
    color: #000;
    text-decoration: none;
}
.footer-right ul li a:hover {
    color: #017bcf;
}


.login-body-text {
    text-align: center;
    color: #1a1a1a;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 360px;
    transform: translate(-50%, -50%);
}
.login-body-text.create {
    width: 500px;
}
.login-body-text h2 {
    font-family: 'FuturaMedium';
    font-size: 26px;
    font-weight: bold;
}
.login-body-text .login-input {
   font-size: 16px;
    display: block;
    width: 100%;
    height: 44px;
    margin-top: 30px;
    padding: 0 10px 0 20px;
    border: 1px #e5e5e5 solid;
    background: #f5f5f5;
    border-radius: 35px;
}
.login-body-text .login-input:focus {
    border-color: #017bcf;
    outline: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.login-button {
    font-family: 'FuturaMedium';
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 44px;
    margin-top: 30px;
    border: 0;
    background: #26443e;
    border-radius: 35px;
}
.login-button:hover {
    background: #017bcf;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.get-password {
    font-size: 16px;
    margin-top: 20px;
}
.get-password.two {
    margin-top: 15px;
}
.get-password a {
    color:#017bcf;
    text-decoration: none;
}
.get-password a:hover {
    color:#26443e ;
}

.header-inner {
    position: relative;
    padding: 20px 25px;
    border-bottom: 1px #aeaeae solid;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.header-inner .logo {
    float: left;
}

.header-inner .logo img {
    max-width: 240px;
}
.header-inner .logo a {
    display: inline-block;
}
.header-right {
    float: right;
    margin-top: 0px;
}

.header-icon-1 {
    font-family: 'FuturaMedium';
    font-size: 16px;
    float: left;
    line-height: 32px;
}

.header-icon-1 img {
    width: 34px;
    margin-right: 5px;
}

.header-icon-1 a {
    color: #000;
    text-decoration: none;
}
.header-icon-2 {
    float: left;
    margin-left: 70px;
}

.header-icon-2 img {
    width: 30px;
}




.header-icon-3 {
    display: none;
    float: left;
    margin-left: 20px;
}
.inner-body {
    display: flex;
}
.inner-body-left {
    font-family: 'FuturaBook';
    font-size: 16px;
    background: #FFF;
    flex: 0 0 230px;
    padding: 10px 0 0 0;
}
.inner-body-left-top {
    display: none;
    padding: 15px;
    border-bottom: 2px #e8e8e8 solid;
}
.inner-body-left-top .res-menu-logo {
    float: left;
    height: 36px;
}
.res-menu-close {
    float: right;
    height: 20px;
    margin-top: 5px;
}

.inner-body-left ul {
    margin: 0;
    padding: 0;
}
.inner-body-left ul li + li {
    border-top: 2px #e8e8e8 solid;
}
.inner-body-left ul li a {
    display: block;
    color: #26443e;
    text-decoration: none;
    padding: 10px 25px;
}
.inner-body-left ul li a.active {
    font-family: 'FuturaMedium';
}
.inner-body-left ul li a.active:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    border: 6px transparent solid;
    border-left-color: #000;
}
.inner-body-right {
    padding: 30px;
    background: #f1f1f1;
    flex: auto;
    min-height: calc(100vh - 130px);
    width: calc(100vw - 230px);
}
.inner-body-top {
    padding: 0px 25px;
    margin-bottom: 20px;
}
.inner-body-top h1 {
    float: left;
    margin: 6px 0 0 0;
    font-family: 'FuturaMedium';
    font-size: 22px;
}
.inner-body-top .addNewClient {
    float: right;
    font-family: 'FuturaBook';
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    line-height: 38px;
    padding: 0px 25px;
    background: #26443e;
    border-radius: 48px;
    margin-left: 6px
}
.inner-body-top .addNewClient:hover {
    background: #017bcf;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.inner-body-bottom {
        font-family: 'FuturaBook';
    font-size: 14px;
    color: #000;
    padding: 20px;
    background: #FFF;
    border-radius: 6px;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    overflow: hidden;
    height: Calc(100vh - 249px);
}
.inner-body-bottom.admin-client-dashboard {
    height: Calc(100vh - 287px);
}


.name-td {
    color: #005035;
}
.action-td a {
    display: inline-block;
}
.action-td a + a {
    margin-left: 15px;
}

.clearfix:after,
.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.table {
    width: 100%;
    border-collapse: collapse;
}
.table th {
    padding: 0 10px 8px 10px;
    text-align: left;
    font-family: 'FuturaMedium';
    font-weight: normal;
}
.table td {
    padding: 12px 10px;
    text-align: left;
    border-top: 1px #ebebeb solid;
}
.action-td {
    width: 200px;
}

.action-td img {
    height: 22px;
}

.table-responsive {
    overflow-x: auto;
	overflow-y: auto;
    height: Calc(100% - 20px);
	/*width: Calc(100vw - 350px);*/
}
.table-responsive.table-scrollable-2 {
    height: 100%;
}
/*.table-responsive table th,
.table-responsive table td {
    white-space: pre;
}*/

.custom-modal {
    display: none;
    position: relative;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.custom-modal.show {
    display: block;
}
.custom-modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
    margin-left: -5px;
}
.custom-modal-inner {
    text-align: left;
    width: 900px;
    max-width: 96%;
    padding: 20px;
    max-height: 98%;
    display: inline-block;
    vertical-align: middle;
    background-color: #FFF;
    border-radius: 10px;
}
.custom-modal-inner.medium-modal {
    width: 650px;
}
.custom-modal-header {
    font-family: 'FuturaMedium';
    font-size: 32px;
    padding-bottom: 10px;
    border-bottom: 1px #afafaf solid;
}
.custom-modal-body {
    padding: 10px 0;
}
.custom-modal-body.padding {
    padding: 20px 0;
}
.modalFrom {
    margin: 0 -10px 0 -10px;
}
.modalFromCell {
    float: left;
    width: 50%;
    padding: 10px;
}
.modalFromCell.clear {
    clear: left;
}
.modalFromCellInner {
    font-family: 'FuturaBook';
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 8px;
}
.modalFromCellInner label {
    display: block;
}
.modalFromCellInner .textInput {
    font-family: 'FuturaBook';
    font-size: 24px;
    width: 100%;
    height: 34px;
    border: 0;
    outline: 0;
    background: transparent;
}
.custom-modal-footer {
    text-align: center;
}
.custom-modal-footer .footer-active-btn,
.custom-modal-footer .footer-inactive-btn,
.custom-modal-footer .footer-delete-btn {
    font-family: 'FuturaBook';
    color: #FFF;
    text-decoration: none;
    font-size: 24px;
    line-height: 46px;
    display: inline-block;
    padding: 0px 40px;
    margin:0 5px;
    background-color: #26443e;
    border-radius: 46px;
    border: 0;
    outline: 0;
}
.custom-modal-footer .footer-inactive-btn {
    color:#000;
    background-color: #e7e7e7;
}
.custom-modal-footer .footer-delete-btn {
    background-color: #eb0000;
}
.custom-modal-footer .footer-active-btn:hover,
.custom-modal-footer .footer-inactive-btn:hover {
    color: #FFF;
    background: #017bcf;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.custom-modal-footer .footer-delete-btn:hover {
    background-color: #ff0000;
}
.close-custom-modal {
    margin-top: 7px;
    float: right;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_04.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.modal-open {
    overflow: hidden;
}
.upload-file {
    position: relative;
    font-family: 'FuturaMedium';
    text-align: center;
    font-size: 20px;
    display: block;
    padding: 20px;
    border: 2px #26443e solid;
    background-color: #d2f5ec;
    border-radius: 8px;
}
.upload-file.error {
    border: 2px #ff9d9d solid;
    background-color: #ffe0e0;
}
.upload-file input {
    position: absolute;
    opacity: 0;
}
.upload-file p {
    margin-top: 25px;
}

.upload-error {
    display: none;
    color: red;
    margin-top: 10px;
}
.upload-loader {
    font-family: 'FuturaMedium';
    font-size: 24px;
    display: none;
}
.upload-loader img {
    width: 50px;
}



.upload-file-name {
    display: none;
}
.upload-file-btn {
    display: none;
}
.hasFilse .upload-file-inner {
    display: none;
}
.hasFilse .upload-file-name {
    display: block;
}
.hasFilse .upload-file-btn {
    display: block;
}
label.modalFromCellInner {
    display: block;
}
label.modalFromCellInner .modalFromFileName {
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
label.modalFromCellInner input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}

.upload-file.error .upload-message {
    color: red;
}


.case-log-grid .dataframe {
	width:100%;
	border-collapse: collapse;
	overflow-x:scroll;
	border:none;
}
 .case-log-grid .dataframe tr {
	 text-align:left !important;
 }

 .case-log-grid .dataframe  th {
	 position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 999;
	background-color: #FFFFFF;
	 border:none;
	 padding: 8px 10px;
 }

.case-log-grid .dataframe  td {
	padding: 8px 10px;
	border: none;
	border-top: 1px #ebebeb solid;
	text-align: left;
}






@media only screen and (max-width:991px) {
    .header-inner .logo img {
        height: 34px;
    }
    .header-icon-1 {
        font-size: 18px;
    }
    .header-icon-2 {
        margin-left: 30px;
    }
    .header-icon-1 img,
    .header-icon-2 img,
    .header-icon-3 img {
        height: 26px;
    }

    .header-icon-3 {
        display: block;
    }
    .header-right {
        margin-top: 0;
    }
    .inner-body {
        display: block;
    }
    .inner-body-left {
        display: none;
        font-size: 18px;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .inner-body-left-inner {
        background-color: rgb(255, 255, 255);
        border-radius: 6px;
    }
    .inner-body-left-top {
        display: block;
    }
    .inner-body-left ul li a {
        padding: 10px 15px;
    }
    .open-res-menu {
        overflow: hidden;
    }
    .open-res-menu .inner-body-left {
        display: block;
    }
    .inner-body-right {
        padding: 20px 10px 10px 10px;
        width: 100%;
    }
    .inner-body-top {
        padding: 0px 0;
    }
    .inner-body-top h1 {
        font-size: 24px;
    }
    .inner-body-top .addNewClient {
        font-size: 18px;
        line-height: 34px;
        padding: 0px 20px;
    }
    .inner-body-bottom {
        padding: 10px;
        font-size: 18px;
    }
    .table-responsive {
        border: 1px #c1c1c1 solid;
    }
}

@media only screen and (max-width:767px) {
	.table td {
		padding: 8px 7px;
	}

	.action-td a + a {
		margin-left: 3px;
	}

    .header-outer img {
        height: 50px;
    }
    .outer-body {
        height: calc(100% - 153px);
    }
    .index-body-text {
        font-size: 25px;
        line-height: 36px;
        width: 100%;
        left: 0;
        transform: translate(0, -50%);
    }
    .index-body-text .btn-login {
        font-size: 24px;
        line-height: 50px;
        margin-top: 20px;
    }

    .footer {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
    }
    .footer-left {
        width: 100%;
    }
    .footer-right {
        width: 100%;
        margin-top: 10px;
    }
    .footer-right ul {
        float: none;
        display: inline-block;
    }
    .footer-right ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .login-body-text {
        left: 50%;
        top: 50%;
        width: 90%;
        transform: translate(-50%, -50%);
    }
    .login-body-text h2 {
        font-size: 30px;
    }
    .login-body-text .login-input {
        font-size: 18px;
        height: 45px;
        margin-top: 20px;
        padding-left: 20px;
        border-radius: 23px;
    }
    .login-button {
        height: 45px;
        font-size: 20px;
        margin-top: 20px;
    }
    .get-password {
        font-size: 18px;
        margin-top: 20px;
    }
    .header-inner {
        padding: 0;
    }
    .header-inner .logo {
        padding: 15px 15px 0 15px;
        width: 100%;
    }
    .header-right {
        float: left;
        width: 100%;
        margin-top: 10px;
        padding: 10px 15px 15px 15px;
        border-top: 1px solid #ddd;
    }
    .header-icon-2 {
        position: absolute;
        right: 70px;
        top: 18px;
        margin-left: 0;
    }
    .header-icon-3 {
        position: absolute;
        right: 15px;
        top: 18px;
        margin-left: 0;
    }

    .inner-body-top .addNewClient {
        padding: 0px 15px;
    }
    .inner-body-top .addNewClient span {
        display: none;
    }}


/* The switch - the box around the slider */
/*To be added in the SVN repo*/
.switch {
    position: relative;
    display: block;
    width: 54px;
    height: 28px;
    margin: 0 auto;
}
.table td .switch  {
    height: 16px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.table td .slider  {
    top: -6px;
    bottom: -6px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
    width: 26px;
left: 1px;
bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.parent-companies-grid {
    overflow-x: hidden;
}

.parent-companies-grid {
    text-align: center;
}
.parent-companies-grid th:last-child {
    text-align:center;
}
.parent-companies-grid td:last-child {
    position: relative;
}

.my-responsive-table {
    overflow-x: auto;
	overflow-y: auto;
    height: Calc(100% - 20px);
	/*width: Calc(100vw - 350px);*/
}

/* .table-scrollable-2 {
	max-height: 620px;
    overflow-y: auto;
}*/
.pageLoader {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
}
.pageLoader img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

.hasScrollbar .my-responsive-table-head {
    margin-right: 17px;
}


body .error {
    color: red !important;
}
body label.error {
    font-size: 14px;
    margin-top: 5px;
}

.createAdmin {

}
.createAdmin:after {
    content: "";
    display: block;
    clear: both;
}
.createAdminLeft {
    float: left;
    width: 48%;
}
.createAdminRight {
    float: right;
    width: 48%;
}