html,
body {
    padding: 0;
    margin: 0;
}

body {
    background: #E3E9F0;
    font-size: 13px;
    font-family: Myriad, Arial;
    color: #3C4C5B;
    font-weight: normal;
    line-height: normal
}

a img,
:link img,
:visited img {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
form,
ul,
ol,
dl {
    margin: 20px 0
}

input,
a,
label {
    font-family: Myriad;
    font-size: 14px;
    color: #798593;
    outline: none
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 9999px white
}

input[type=button],
input[type=submit],
input[type=reset] {
    cursor: pointer;
    -webkit-appearance: none
}

.form_row input[type=text],
.form_row select {
    text-transform: uppercase
}

input[type=file] {
    margin: 20px
}

select {
    outline: none
}

a {
    text-decoration: none
}

textarea {
    border: 1px solid #DCDFE2;
    resize: none;
    text-transform: uppercase
}

h1 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
    text-transform: uppercase
}

h2 {
    font-size: 14px
}

h1.title {
    font-size: 21px;
    text-align: center;
    margin-top: 40px;
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 20px
}

h2.title {
    font-size: 14px;
    margin: 0;
    border-bottom: 1px solid #95C5FF;
    font-weight: 700;
    padding: 15px 18px;
    position: relative;
    text-transform: uppercase
}

.mobileDiv {
    display: none
}

/*******WEBSITE CODE STARTED */

@font-face {
    font-family: 'Fonarto';
    src: url('../fonts/fonarto/Fonarto.eot');
    src: url('../fonts/fonarto/Fonarto.eot?#iefix') format('embedded-opentype'), url('../fonts/fonarto/Fonarto.woff') format('woff2'), url('../fonts/fonarto/Fonarto.woff') format('woff'), url('../fonts/fonarto/Fonarto.ttf') format('truetype'), url('../fonts/fonarto/Fonarto.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad';
    src: url('../fonts/myriad-light/MyriadPro-Light.eot');
    src: url('../fonts/myriad-light/MyriadPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/myriad-light/MyriadPro-Light.woff') format('woff2'), url('../fonts/myriad-light/MyriadPro-Light.woff') format('woff'), url('../fonts/myriad-light/MyriadPro-Light.ttf') format('truetype'), url('../fonts/myriad-light/MyriadPro-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad';
    src: url('../fonts/myriad-bold/MyriadPro-Bold.eot');
    src: url('../fonts/myriad-bold/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/myriad-bold/MyriadPro-Bold.woff') format('woff2'), url('../fonts/myriad-bold/MyriadPro-Bold.woff') format('woff'), url('../fonts/myriad-bold/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/myriad-bold/MyriadPro-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad';
    src: url('../fonts/myriad-regular/MyriadPro-regular.eot');
    src: url('../fonts/myriad-regular/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/myriad-regular/MyriadPro-Regular.woff') format('woff2'), url('../fonts/myriad-regular/MyriadPro-Regular.woff') format('woff'), url('../fonts/myriad-regular/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/myriad-regular/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.dateinput::-webkit-inner-spin-button,
.dateinput::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    width: 0;
    height: 0;
}

input[type=date]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #3C4C5B;
}

.login_button:disabled,
button:disabled {
    opacity: 0.4;
}

#loginpage {
    background: url(../images/login-bg.jpg) no-repeat scroll 0 0 #324355;
    background-size: cover;
}

#container {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

#header {
    background: #fff;
    float: left;
    height: 59px;
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.6);
    z-index: 1200;
}

#loginpage #header {
    height: 40px;
}

#logo {
    left: 0.3%;
    width: 63px;
    z-index: 10;
    position: absolute;
    top: 0px !important;
    height: auto;
}

/* #logo.expand {
    left: 3.8%;
    width: 88px;
}

#loginpage #logo {
    left: 4.8%;
    width: 60px;
} */

#logo.expand {
    left: 0.5% !important;
    width: 12% !important;
    top: 12% !important;
}

#loginpage #logo {
    width: 13% !important;
    top: 10% !important;
}

#logo img {
    width: 100%;
    height: auto;
}

.width_100 {
    width: 100% !important;
}

.row {
    float: left;
    width: 100%;
}

.rowpadding {
    float: left;
    width: 98%;
    padding: 10px 1%;
}

.contentarea {
    float: left;
    width: 96%;
    padding: 30px 2%;
}

.container_adv {
    float: left;
    width: 30%;
    height: auto;
    margin: 19% 1% 0 22%;
    color: #fff;
}

.loginform_container {
    float: left;
    width: 20%;
    height: auto;
    border: 1px solid #ccc;
    margin: 13% 1% 0 1%;
    padding: 5% 2%;
    background: #fff;
}

.dataTables_scrollBody {
    overflow-x: hidden !important;
}

#footer {
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    width: 100%;
    background: #2D3A4A;
    padding: 7px 0;
    z-index: 400;
}

.fluid #footer {
    width: 100%;
}

.login_input {
    text-align: center;
    margin: 7px auto;
    font-size: 14px;
    display: block;
    overflow: hidden;
    padding: 10px 0;
    width: 84%;
    border: none;
    border-bottom: 1px solid #A6ADB5;
}

.login_button {
    background: #F37022;
    color: #fff;
    width: 84%;
    margin: 34px auto;
    display: block;
    border: none;
    padding: 14px 0;
    font-size: 16px;
    font-family: myriad;
    text-transform: uppercase;
    border-radius: 35px;
}

.forgot_password,
.please_contact_manager {
    text-align: center;
    margin: 4px 0;
    width: 100%;
    display: block;
    font-size: 14px;
}

.first_title {
    font-family: 'Fonarto';
    font-size: 50px;
    text-align: center;
}

.second_title {
    font-family: Myriad;
    font-size: 60px;
    text-align: center;
    margin: 12px 0;
    line-height: 1;
    font-weight: 300;
}

.third_title {
    font-family: Myriad;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
    line-height: 1.5;
}


/*******/

.header_menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    right: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 61px;
    width: 188px;
    z-index: 1000;
    background: #fff;
}

#notification_menu.header_menu {
    width: 300px;
}

.notification_note {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.notification_item {
    float: left;
    font-size: 14px;
    width: 65%;
    color: #6B849F;
}

.notification_date {
    float: right;
    color: #6B849F;
    font-size: 12px;
}

.header_menu ul {
    padding: 0 7px;
    margin: 0;
}

.header_menu ul li {
    border-bottom: 1px solid #DCDFE2;
    list-style: none;
    font-size: 13px;
    float: left;
    width: 100%;
}

#notification_menu.header_menu ul li {
    padding: 14px 0;
}

#notification_menu.header_menu ul li.last {
    border-bottom: none;
}

.showall {
    padding: 0;
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
}

.showall a {
    background: #efefef;
    text-align: center;
    color: #3C4C5B;
    display: block;
    padding: 9px;
    font-size: 13px;
}

.header_menu ul li a {
    display: block;
    padding: 12px 2px;
    font-size: 13px;
}

.header_menu ul li a:hover {
    color: #F36F21;
}


/*****/

#nav {
    position: fixed;
    left: 0;
    width: 4%;
    background: #324355;
    height: 100%;
    top: 59px;
    color: #fff;
    overflow: hidden;
    transition: all 0.5s ease-out 0s;
    z-index: 15;
}

#nav.expand {
    width: 13%;
}

#nav ul,
#subnav ul {
    display: block;
    overflow: hidden;
    margin: 61px 0 0 0;
    padding: 0;
}


/********leftmenu */

#nav ul li ul.nav_sub {
    display: none;
    margin-top: 0;
    background: #1B232E;
}

#nav ul li ul.nav_sub>li>a {
    padding-left: 54px;
}

#nav ul li ul.nav_sub>li:before {
    left: 46px;
}

#nav ul li.active ul.sub_group_depth li {
    background: #141A21 !important;
}

#nav ul li ul.sub_group_depth {
    display: none;
}

.hidethis {
    display: none !important;
}

#nav ul li ul.sub_group_depth>li>a {
    padding-left: 74px;
    color: #fff;
}

#nav ul.nav_sub>li.active ul.sub_group_depth>li>a {
    color: #fff;
}

#nav ul.nav_sub>li.active ul.sub_group_depth>li.active>a {
    color: #F36F21;
}

#nav ul li ul.sub_group_depth>li:before {
    left: 66px;
}

#nav ul li ul.nav_sub li,
#nav ul li.active ul li {
    background: #1B232E !important;
}

#subnav ul {
    margin: 20px 0 0 0;
}

#nav ul li,
#subnav ul li {
    list-style: none;
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    display: block;
    min-width: 205px;
}

.nav_container {
    position: absolute;
    height: 85%;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    top: 0;
    width: 100%;
}

#subnav {
    position: fixed;
    left: -20%;
    width: 13%;
    background: #2D3A4A;
    height: 100%;
    top: 59px;
    color: #fff;
    overflow: hidden;
    transition: all 0.5s ease-out 0s;
    z-index: 10;
}

#nav ul.sub_group_depth {
    margin: 0;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.mCSB_scrollTools {
    width: 9px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .40);
}

body.subevent #subnav {
    left: 4%;
}

body.expand.subevent #subnav {
    left: 13%;
}

#nav ul li.active,
#subnav ul li.active {
    background: #25313F !important;
}

#nav ul li.active a.parent,
#nav ul li.active a.parent .navicons,
#nav ul li.active .navicons,
#subnav ul li.active .navicons,
#subnav ul li:hover .navicons,
#nav ul li ul.nav_sub li.active a {
    color: #F36F21;
}

#nav ul li:hover .navicons,
#nav ul>li:hover>a {
    color: #fff;
}

.subheading h3 {
    display: none;
    padding: 28px 31px 0;
    text-align: left;
    margin: 24px 0 0;
    font-size: 15px;
    color: #F36F21;
    font-weight: normal;
}

#nav ul li:hover,
#subnav ul li:hover,
#nav ul li.mouseoverli {}

#nav ul li.active:hover,
#subnav ul li.active:hover {
    background: #F36F21;
}

#nav ul li.activesub {}

.nav_sub li:before {
    content: "\e98e";
    color: #C6CBD0;
    position: absolute;
    font-family: 'icomoon';
    top: 18px;
    left: 15px;
}

#nav ul li.activesub:before {
    font-family: 'icomoon';
    content: "\e98a";
    color: #C6CBD0;
    position: absolute;
    height: 10px;
    top: 20px;
    right: 10px;
}

#nav ul li.activesub.hidebefore:before {
    display: none;
}

#nav ul li a,
#subnav ul li a {
    color: #C6CBD0;
    display: block;
    padding: 15px 12.5%;
    overflow: hidden;
    width: 225px;
}

.navicons {
    position: relative;
    float: left;
    text-align: center;
    font-size: 22px;
    transition: all 0.5s ease-out 0s;
}

#nav.expand .navicons,
#subnav .navicons {
    text-align: left;
    font-size: 24px;
}

.nav_sub li a .navicons {
    display: none;
}

.menuli {
    margin: 6px 0 0 12px;
    line-height: 1;
    float: left;
    font-weight: 300;
    font-size: 14px;
    max-width: 107px;
    visibility: hidden;
}

.mainmenu li ul li .menuli {
    margin-top: 3px;
}

body.expand .menuli.menulishow {
    visibility: visible;
}

#subnav .menuli {
    display: block;
    margin: 2px 0 0 0;
    color: #AFB7BE;
}

#maincontent {
    float: right;
    width: 96%;
    margin-top: 58px;
    padding-bottom: 42px;
    min-height: 600px;
    transition: all 0.5s ease-out 0s;
}

#maincontent.collapse {
    width: 87%;
}

.sideview_content {
    background: #fff;
}

.sideview_content ul {
    margin: 0;
    padding: 0;
}

.cal_tab {
    text-align: center;
}

.cal_tab li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 20px 18px;
}

.cal_tab li a {
    font-size: 15px;
    color: #8DA2B4;
}

.cal_tab li.active a {
    color: #263240;
    text-decoration: underline;
}

.sideview_content h3 {
    background: #EAEEF3;
    color: #263240;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 0;
    margin: 0;
}

.left_section {
    float: left;
    width: 69%;
    margin-right: 1%;
}

.right_section {
    float: right;
    width: 30%;
}

.panel,
.block {
    border: 1px solid #95C5FF;
    background: #fff;
}

.block {
    min-height: 200px;
    overflow: hidden;
}

.innerpanel {
    background: #EAEEF3;
    border: 1px solid #CBD6E2;
}

.col_md_1_left {
    width: 89.5%;
    margin: 2% 4%;
    display: inline-block;
    vertical-align: top;
    padding: 1%;
}

.col_md_2 {
    width: 46%;
    float: left;
    margin: 20px 2%;
}

.col_dt_dft_3_half {
    float: left;
    width: 36.7%;
    margin: 0 0.9% 1% 0;
}

.col_dt_dft_4 {
    float: left;
    width: 24.09%;
    margin: 0 1% 1% 0;
}

.col_dt_dft_5 {
    width: 49.3%;
    margin: 0 1% 1% 0;
    float: left;
}

.col_dt_dft_2 {
    float: left;
    width: 29%;
    margin: 0 1% 1% 0;
}

.col_dt_dft_6 {
    float: left;
    width: 46.9%;
    margin: 0 1% 1% 0;
}

.col_dt_dft_6.last {
    width: 40%;
}

.col_dt_dft_7 {
    float: left;
    width: 61.9%;
    margin: 0 1% 1% 0;
}

.col_dt_dft_3 {
    float: left;
    width: 32.47%;
    margin: 0 1% 1% 0;
}

.padding_block_section {
    display: block;
    padding: 1%;
    overflow: hidden;
    width: 98%;
}

.default_height {
    height: 405px;
}

textarea.large {
    height: 85px;
    width: 93%;
    padding: 10px 3%;
}

textarea.extralarge {
    height: 263px;
    width: 93%;
    padding: 10px 3%;
}

.form_row {
    display: block;
    margin-bottom: 20px;
    min-height: 59px;
}

.form_row input[type=text],
.form_row input[type=date],
.form_row input[type=password] {
    text-align: left;
    margin: 0 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    padding: 4px 0;
    width: 98%;
    border: none;
    border-bottom: 1px solid #DCDFE2;
    background: none;
    color: #464E57;
    font-family: Myriad;
}

.form_full .form_row {
    float: left;
    width: 24.2%;
    margin-right: 1%;
}

.form_auto .form_row {
    float: left;
    width: auto;
    margin-right: 1%;
}

.form_row.inputradio {
    margin-top: 28px;
    margin-right: 28px !important;
}

.form_md_2 .form_row {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.panelfilter {
    min-height: 2px !important;
    margin-bottom: 10px;
}

.panelfilter .paddingblock {
    padding: 14px 1%;
}

.panelfilter .paddingblock .filtersection .btn {
    margin-top: 27px;
}

.form_md_2 .form_row:nth-child(2n+2) {
    margin-right: 0;
}

.form_full .form_row:nth-child(4n+4) {
    margin-right: 0;
}

.col_md_5 {
    float: left;
    padding: 2%;
    width: 49%;
}

.col_md_7 {
    float: left;
    padding: 2%;
    width: 68%;
}

.col_md_12 {
    float: left;
    padding: 2%;
    width: 96%;
}

.col_md_70 {
    float: left;
    width: 70%;
}

.col_md_50 {
    float: left;
    width: 60%;
}

.col_md_50 .form_row {
    min-height: 57px !important;
    margin-bottom: 10px;
}

.setpadding_0 {
    padding: 10px 0 !important;
}

.rightFull {
    position: absolute;
    right: 0;
    top: 0;
    width: 47%;
    height: 100%;
    border-left: 1px solid #87B4DE;
}

.cgt_details form {
    margin: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    color: #798593;
}

.form_row input[type=date] {
    padding: 2.5px 1%;
}

.filtersection .form_row {
    min-height: 55px;
    margin-bottom: 10px;
}

.filtersection .form_row.conditionfilter_button {
    min-height: 1px;
    margin-bottom: 0;
}

.conditionfilter_button .btn {
    margin-left: 0;
}

.filtersection .form_row input[type=text],
.filtersection .form_row select {
    border: 1px solid #C6CBD0;
    padding: 9px 10px 6px;
    border-radius: 3px;
    min-width: 168px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
}

.filtersection .form_row select {
    background: url(../images/icons/down_arrow.png) no-repeat scroll 94% center #fff;
}

.filtersection .form_row input[type=text] {
    background: #fff;
    width: 86%;
    min-width: 100px;
}

.filtersection .form_row input.hasDatepicker {
    background: url(../images/icons/datepicker.png) no-repeat scroll 92% center #fff !important;
    width: 82px;
    min-width: 0;
}

.filtersection .customfilter {
    margin-top: 23px;
}

.customheading_label label {
    color: #3C4C5B;
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
}

.input_disabled {
    text-align: left;
    margin: 0 0 10px;
    font-size: 12px;
    display: block;
    overflow: hidden;
    padding: 3.5px 1%;
    width: 98%;
    border: none;
    border-bottom: 1px solid #DCDFE2;
    background: none;
    color: #798593;
    font-weight: bold;
    font-family: Myriad;
    min-height: 15px;
}

.button_disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}

.form_row select {
    text-align: left;
    margin: 0 0 10px;
    font-size: 12px;
    display: block;
    overflow: hidden;
    padding: 4px 0;
    width: 98%;
    border: none;
    border-bottom: 1px solid #DCDFE2;
    background: url("../images/icons/down_arrow.png") no-repeat scroll 99% center;
    color: #464E57;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Myriad;
}

.ui-timepicker-standard {
    z-index: 20000 !important;
}

.timepicker {
    position: relative;
}

.block .form_row .SelectBox {
    border: none !important;
    border-bottom: 1px solid #DCDFE2 !important;
}

.block .form_row .SumoSelect>.CaptionCont {
    margin: 0;
    padding: 4px 0;
}

.SumoSelect.open>.optWrapper {
    top: 29px;
}

.block .form_row textarea {
    width: 99%;
    min-height: 120px;
}

.block .form_row .SumoSelect {
    padding: 0;
    width: 98% !important;
    padding: 2px 0;
    border: none !important;
    border-bottom: 1px solid #DCDFE2;
}

.form_row input[type=text]:focus,
.form_row select:focus {
    border-bottom: 1px solid #F36F21;
}

.form_row input[type=text].readOnly:focus,
.form_row select.readOnly:focus {
    border-bottom: 1px solid #DCDFE2;
    pointer-events: none;
}

.form_row input[type=text].error {
    border-bottom: 1px solid #ff0000;
}

label.error {
    color: #ff0000;
}

.form_submit {
    float: left;
    width: 96%;
    text-align: right;
    padding: 4px 2% 30px;
}

.dialogbox .form_submit {
    float: left;
    width: 100%;
    text-align: right;
    padding: 4px 0% 30px;
    margin-top: 11px;
}

.dialogbox .form_submit .button {
    float: right;
}

.form_row label {
    display: block;
    width: 100%;
    text-transform: capitalize;
}

.form_col_4 .form_row {
    float: left;
    width: 48%;
    margin: 10px 1%;
}

.form_col_1 .form_row {
    float: left;
    width: 23%;
    margin: 10px 1%;
}

.form_col_2 .form_row {
    float: left;
    width: 98%;
    margin: 10px 1%;
}

.form_row_radio {
    font-family: 'Myriad';
    color: #464E57;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.6;
}

.form_col_2 .basic_form:nth-child(1) {
    width: 23%;
}

.middle_form {
    margin-top: 50px;
}

.middle_form .form_row {
    float: left;
    width: 100%;
}

.middle_form .form_submit {
    text-align: center !important;
}

.middle_form .form_submit .btn {
    margin: 0 auto;
}

.commonform_div {
    float: left;
    width: 100%;
    margin-bottom: 21px;
}

.submit_form {
    float: left;
    width: 100%;
}

.basic_form {
    float: left;
    width: 48%;
    margin: 0 1% 10px;
}

.form_col_1 .basic_form {
    width: 99%;
    margin: 0 0.5% 10px;
}

.form_col_1 .form_submit {
    float: left;
    width: 98%;
    text-align: right;
    padding: 4px 1% 30px;
}

.paddingblock {
    padding: 14px 1% 48px;
}

.paddingsection {
    display: block;
    padding: 2%;
    overflow: hidden;
}

.col_md_3 {
    width: 27.5%;
    margin: 2% 0% 2% 4%;
    display: inline-block;
    vertical-align: top;
}

.col_dt_4 {
    width: 24.2%;
    float: left;
    margin: 0 1% 1% 0;
}

.last {
    margin-right: 0 !important;
}

.dashboard_main_tile .tile {
    height: 227px;
    position: relative;
    color: #fff;
}

.dullblue {
    background: #577493;
}

.dullgreen {
    background: #317564;
}

.tileblue {
    background: #3D73AF;
}

.tilered {
    background: #CC3B24;
}

.tile_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 102px;
    background: rgba(0, 0, 0, 0.4);
}

.sm_title {
    display: block;
}

.tile_icon {
    float: left;
}

.alignright,
.align-right {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.tile_icon {
    float: left;
    margin: 20px 0 10px 20px;
}

.tile_icon .icon {
    font-size: 71px;
}

.tile_heading {
    float: left;
    margin: 35px 15px;
    font-size: 21px;
}

.sm_title {
    font-size: 14px;
    opacity: 0.8;
}

.tile_amount {
    margin: 33px 14px 10px 0px;
    font-size: 21px;
}

.member_value {
    font-weight: bold;
}

.block_table tr td.member_value {
    font-size: 17px;
    color: #263240;
}

.amount_col3 {
    margin: 0 0 0 18px;
}

.innerpanel.col_md_3 {
    height: 197px;
}

.items_table tr td {
    border-bottom: 1px solid #CBD6E2;
    padding: 19px;
}

.paddingboth {
    padding: 20px 0;
}

.textalign {
    text-align: center;
}

.com_place {
    font-weight: bold;
}

.com_date,
.com_place {
    padding: 5px 0;
}

.row_bd {
    float: left;
    border-top: 1px solid #CBD6E2;
    width: 100%;
}

.table_label {
    float: left;
    width: 46%;
    padding: 2%;
}

.table_amount {
    float: left;
    width: 46%;
    padding: 2%;
    font-weight: bold;
    text-align: right;
}

.eligiblerow {
    text-align: center;
    background: #CBD6E2;
    padding: 8px 0;
}

.eligible_label,
.eligible_amount {
    display: inline-block;
    vertical-align: top;
}

table {
    width: 100% !important;
    border-collapse: collapse;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.header_profile {
    margin-right: 3%;
}

.userevents {
    float: left;
    margin-right: 33px;
    padding: 11px 10px;
    cursor: pointer;
    position: relative;
}

.userevents.active,
.userevents:hover {
    background: #EAEDF2;
}

.user_profile_image {
    float: left;
    width: 35px;
    height: 36px;
    border-radius: 130px;
    margin-right: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eee;
    overflow: hidden;
}

.user_profile_image img {
    width: auto;
    height: 36px;
    vertical-align: top;
}

.userroles_sec {
    float: left;
    width: auto;
}

.last_seen {
    display: block;
    font-size: 12px;
}

.user_roles {
    display: block;
    width: auto;
    font-weight: bold;
    font-size: 13px;
    margin-top: 4px;
    text-transform: capitalize;
}

.hm_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5%;
    top: 19px;
    cursor: pointer;
}

.branch_center_block {
    float: left;
    margin-right: 33px;
    padding: 11px 10px;
    cursor: pointer;
    position: relative;
}

.branch_icon {
    float: left;
    width: auto;
    height: auto;
    margin-right: 4px;
}

.centericon {
    font-size: 27px;
    vertical-align: middle;
    overflow: hidden;
    margin-top: 4px;
    float: left;
    color: #F36F21;
}

.branchcenter {
    float: left;
    width: auto;
}

.branch_name_header {
    display: block;
    width: auto;
    font-weight: bold;
    font-size: 13px;
    color: #CC3B24;
    margin-top: 4px;
    text-transform: capitalize;
}

.center_label {}

.hm_icon.expand {
    left: 14%;
}

.settings_icon {
    float: left;
    margin-right: 21px;
    cursor: pointer;
    margin-top: 0;
    padding: 15.5px 15px;
    position: relative;
}

.notification_icon {
    float: left;
    margin-right: 21px;
    cursor: pointer;
    margin-top: 0;
    padding: 14.8px;
    position: relative;
}

.logout:hover {
    opacity: 0.7;
}

.settings_icon.active,
.settings_icon:hover,
.notification_icon:hover,
.notification_icon.active {
    background: #EAEDF2;
}

.userRoles {
    float: left;
    width: auto;
}

.logout {
    float: left;
    padding: 15.5px 15px;
    cursor: pointer;
}

.hiddenDiv {
    display: none;
}

.close_menu {
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 10px;
}

tr.group td {
    text-align: center;
    background: #A8B8C6;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.zoom {
    float: left;
    width: 24%;
    margin: 0.5%;
    height: 143px;
}

.zoom img {
    height: 150px;
}

.asterisk {
    color: #ff0000;
}

.asteriskblue {
    color: #0000FF;
}

.navicons {
    color: #98A1AA;
    font-size: 24px;
}

#subnav .navicons {
    display: none;
}

.detailsblock .icon-aadhaar_icon:before {
    font-size: 17px;
}

.detailsblock .icon-phone_android:before {
    font-size: 14px;
}

.notification_count {
    background: #ff0000;
    position: absolute;
    top: -16px;
    right: -3px;
    min-width: 13px;
    color: #fff;
    border-radius: 27px;
    font-size: 10px;
    font-family: arial;
    padding: 3px 2px;
    text-align: center;
}

.print_icon {
    font-size: 26px;
    margin-top: 24px;
    float: right;
    cursor: pointer;
}

.form_row input.hasDatepicker {
    background: url(../images/icons/datepicker.png) no-repeat scroll 98% center !important;
}

.timepicker {
    background: url(../images/icons/time.png) no-repeat scroll 98% center !important;
    cursor: pointer;
}

.header_icon {
    font-size: 18px;
    color: #F36F21;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}

.header_item {
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
}

.header_menu ul li a:hover .header_icon {
    color: #F36F21;
}

.aadhaar_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.aadhaar_number {
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
}

.viewlink {
    margin-right: 6px;
}

.user_icons {
    display: inline-block;
}

.user_list {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
}

.list_name {
    display: block;
    font-size: 15px;
}

.list_phone {
    display: block;
    color: #8FA3B6;
    font-size: 12px;
}

.events_block {
    display: block;
}

.place_block {
    display: block;
    color: #8DA2B4;
}

.collection_panel {
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    margin-right: 4%;
}

.collection_panel label {
    font-size: 20px;
}

.collection_panel .amount_cell {
    font-size: 27px;
}

.add_button {
    font-size: 23px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 25px;
    right: 10px;
    height: 28px;
}

.gallery_bg:nth-child(1),
.gallery_bg:nth-child(4),
.gallery_bg:nth-child(7),
.gallery_bg:nth-child(10),
.gallery_bg:nth-child(13),
.gallery_bg:nth-child(16),
.gallery_bg:nth-child(19),
.gallery_bg:nth-child(22),
.gallery_bg:nth-child(25) {
    width: 98%;
    height: 200px;
    float: left;
    margin: 1%;
    background: #ccc;
}

.gallery_bg:nth-child(2),
.gallery_bg:nth-child(5),
.gallery_bg:nth-child(8),
.gallery_bg:nth-child(11),
.gallery_bg:nth-child(14),
.gallery_bg:nth-child(17),
.gallery_bg:nth-child(20),
.gallery_bg:nth-child(23),
.gallery_bg:nth-child(26) {
    width: 30%;
    height: 200px;
    float: left;
    margin: 1%;
    background: #ccc;
}

.gallery_bg:nth-child(3),
.gallery_bg:nth-child(6),
.gallery_bg:nth-child(9),
.gallery_bg:nth-child(12),
.gallery_bg:nth-child(15),
.gallery_bg:nth-child(18),
.gallery_bg:nth-child(21),
.gallery_bg:nth-child(24),
.gallery_bg:nth-child(27) {
    width: 66%;
    height: 200px;
    float: left;
    margin: 1%;
    background: #ccc;
}

.gallery_bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.gallery_bg img {
    display: none;
}


/****RESET UI DIALOG******/

.ui-dialog {
    width: 800px !important;
    padding: 0;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}

.datasize.ui-dialog {
    width: 80% !important;
}

.ui-dialog-content {
    position: relative;
}

.dialogbox {
    width: 500px;
}

.ui-dialog {
    font-family: Myriad;
}

.ui-widget-header {
    background: #fff;
    border: none;
}

.ui-dialog .ui-dialog-titlebar {
    font-size: 14px;
    margin: 0;
    border-bottom: 1px solid #95C5FF;
    font-weight: 700;
    padding: 15px 18px;
    position: relative;
    text-transform: uppercase;
    font-family: Myriad;
}

.duty_transfer.ui-dialog.ui-widget.ui-widget-content {
    top: 5% !important;
    z-index: 200;
}

.ui-dialog {
    border: 1px solid #eee !important;
    box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.1);
    position: fixed !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: url(../images/icons/close.png) no-repeat scroll 0 0 #fff;
    border: none;
    content: "\e5cd";
    outline: none;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'Myriad';
}

.ui-widget-overlay {
    background: #fff;
    opacity: .7;
    z-index: 2004 !important;
    filter: Alpha(Opacity=70);
}

/* 
.ui-front {
    z-index: 9999999;
} */

.ui-front {
    z-index: 10000;
}

/*********/

.basic_form h3,
h3 {
    font-weight: bold;
    color: #25313F;
    text-transform: uppercase;
    font-size: 13px;
    margin: 10px 0.9% 23px;
}

.group_form h3 {
    margin: 0px 0 25px;
}

.group_form h4 {
    margin: 10px 0;
    color: #324355;
}

.submit_button_form {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.button {
    float: left;
    text-align: center;
}

.btn {
    font-family: 'Myriad';
    background: #F36F21;
    border: none;
    color: #fff !important;
    padding: 8px 21px;
    font-size: 12px !important;
    text-transform: uppercase;
    width: auto;
    line-height: normal;
    border-radius: 2px;
    margin-left: 6px;
    cursor: pointer;
    margin: 2px;
}

a.btn {
    padding: 9.4px 21px;
}

.approve_btn {
    background: #00B200;
}

.reject_btn {
    background: #ff0000;
}

.btn span {
    margin-right: 2px;
}

.btn.cancelbutton {
    background: #CA4200;
}

.filtersection {
    margin-bottom: 14px;
}

.page_title {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.page_title h1 {
    margin: 0;
}

.page_date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    display: block;
    font-weight: normal;
}

.singlepanel {
    background: #fff;
    border: 1px solid #FFAB9D;
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.section {
    float: left;
    width: 100%;
}

.section.block {
    width: 99.88%;
    position: relative;
}

.profile_blocks {
    height: 196px;
    min-height: 196px;
    margin-bottom: 17px;
}

.loanstatusblock {
    height: 123px;
    min-height: 123px;
}

.account_summary_block {
    height: 338px;
    min-height: 338px;
}

.cb_summary_block {
    height: 370px;
    min-height: 338px;
}

.nocblock_element .productivity_block {
    height: 370px;
}

.nocblock_element #showfullimage {
    height: 312px !important;
}

.block.notes_element {
    height: 155px;
    min-height: 10px;
}

.block.notes_element .form_row textarea {
    width: 99%;
    min-height: 79px;
}

.productivity_block {
    height: 338px;
    min-height: 338px;
}

.nomarginbottom {
    margin-bottom: 0;
}

.marginbottom20 {
    margin-bottom: 20px;
}

.marginbottom45 {
    margin-bottom: 45px;
}

.halfsection_padding {
    width: 48.4%;
    padding: 1% 0% 1% 1%;
    float: left;
}

.blockhalf {
    width: 48.4%;
    padding: 0 0% 1% 1%;
    float: left;
}

.halfsection_padding .section {
    width: 99%;
}

.paddingside {
    padding: 19px 17px;
    display: block;
    overflow: hidden;
}

.helptext {
    font-size: 15px;
    color: #798593;
    line-height: 23px;
}

.center_form {
    background: #F2F5F9;
    display: block;
    width: 400px;
    margin: 42px auto;
    border-radius: 6px;
    overflow: hidden;
    padding: 2%;
}

.formation_place,
.attendees,
.start_time {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.filtersection .btn {
    font-size: 12px !important;
    padding: 6.2px 15px;
    margin-top: 24px;
    border: 1px solid #405160;
    background: #516679;
    text-transform: uppercase;
}

.location_name,
.start_time_name {
    font-size: 24px;
    display: block;
}

.start_date,
.start_time {
    color: #F36F21;
    font-size: 16px;
}

.section_content_left {
    float: left;
    width: 100%;
}

.section_content_right {
    float: right;
}

.attendees_input {
    border: none;
    border-bottom: 1px solid #A6ADB5;
    width: 48px;
    font-size: 18px;
    text-align: right;
}

.submitbutton_formation {
    display: block;
    margin-top: 5px;
}

.first_row {
    width: 26%;
    float: left;
    margin-right: 1%;
    overflow-x: hidden;
    height: 711px;
    overflow-y: auto;
}

.second_row {
    float: left;
    width: 41.4%;
    margin-right: 1%;
    height: 711px;
}

.third_row {
    float: left;
    width: 30%;
    height: 710px;
    overflow: hidden;
}

.saveformation {}


/********data table */

table tr td,
table th {
    padding: 9px 10px;

}

.dataTables_wrapper {
    position: relative;
    min-height: 113px;
    display: block;
    padding-bottom: 0;
    float: left;
    min-width: 100%;
}

.dataTables_filter {
    display: none;
}

.dataTables_length {
    float: left;
}

.dataTables_filter {
    float: right;
    margin-bottom: 10px;
}

.dataTables_length {
    position: absolute;
    bottom: 12px;
}

.dataTables_length select {
    border: 1px solid #C6CBD0;
}

.dataTables_info {
    margin: 0;
    position: absolute;
    left: 132px;
    bottom: 12px;
}

thead th {
    background: #5C758B;
    color: #fff;
    text-align: left;
    font-weight: normal;
}

table.dataTable tr:nth-child(even) {
    background: #F1F5F8;
}

table.dataTable tr td,
.border-table tr td {
    border: 1px solid #DCDFE2;
}

table.dataTable tr:nth-child(odd) {
    background: #fff;
}

table.dataTable tr td,
tfoot tr th {
    border: 1px solid #E2ECF9;
}

tfoot tr th {
    background: #E0EAF1;
    padding: 15px 10px;
    text-align: right;
    font-size: 15px;
}

#formation_list_filter {
    display: none;
}

.custom_search,
.custom_search_collection {
    background: url(../images/icons/search.png) no-repeat scroll 97% center #fff;
    background-size: 17px;
    position: absolute;
    top: 9px;
    padding: 6px 33px 6px 7px;
    right: 1%;
    font-size: 13px;
    width: 194px;
    border: 1px solid #C6CBD0;
}

.ui-dialog .custom_search {
    position: relative;
    top: 0;
    right: 9%;
    margin: 10px 0;
}

.withprint .custom_search {
    right: 48px;
}

.manyfilters .SumoSelect {
    width: 150px;
    min-width: 0;
}

.withprint .print_icon {
    font-size: 26px;
    margin-top: 0;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 9px;
}

.dataTables_paginate {
    float: right;
}

.paginate_button {
    display: inline-block;
    background: #fff;
    border: 1px solid #DFE2E7;
    border-radius: 3px;
    padding: 3px 7px;
    font-size: 13px;
    margin: 10px 2px;
    text-transform: capitalize;
    cursor: pointer;
}

.paginate_button.current {
    color: #fff;
    background: #5C758B;
}

.block_padding {
    padding: 14px;
}

#tabs.ui-widget.ui-widget-content {
    border: none;
}

#tabs .ui-tabs-nav.ui-widget-header {
    margin: 0 auto;
    width: 95%;
    border-radius: 0;
    padding: 0;
    margin-top: 10px;
    background: #5C758B;
}

#cgt_block .ui-tabs-nav.ui-widget-header {
    border-bottom: 1px solid #CED6E1;
    border-top: 1px solid #CED6E1;
    margin: 0 auto;
    width: 100%;
    border-radius: 0;
    padding: 0;
}

.ui-tabs-tab {
    background: #5C758B;
    padding: 0;
    margin: 0;
    border: none !important;
    float: left;
    outline: none;
    padding: 10px 10px 6px;
    border-radius: 0 !important;
    border-bottom: 3px solid #5C758B;
}

.ui-tabs-tab a {
    color: #fff;
    font-weight: normal;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-bottom: 3px solid #FF9D3C !important;
}

.ui-tabs-panel.centerlocation,
.photo_section {
    border: 1px solid #95C5FF;
    border-top: none;
    margin: 0 auto;
    padding: 0.5% !important;
    height: 586px;
    width: 93.5%;
    overflow: hidden;
    position: relative;
}

.staff_seperate {
    margin-bottom: 10px;
    margin-top: 5px;
}

.eligibleamountPanel,
.eligibleamountPanel label,
.eligibleamountPanel span.customer_details {
    color: #fff;
    font-size: 13px;
}

.name_staff {
    width: 50%;
}

.staff_seperate label {
    display: block;
    width: 100%;
}

.staff_seperate .customer_details {
    color: #F36F21;
    font-size: 23px;
    text-transform: uppercase;
}

.photo_content {
    margin: 0 auto;
    padding: 0.5% !important;
    height: 559px;
    width: 98.5%;
    overflow-x: hidden;
    overflow-y: auto;
}

#cgt_block .ui-tabs-nav.ui-widget-header {
    border-bottom: 1px solid #CED6E1;
    border-top: 1px solid #CED6E1;
    margin: 0 auto;
    width: 100%;
    border-radius: 0;
    padding: 0;
}

#cgt_block .ui-tabs-panel {
    padding: 0;
}

#cgt_block .ui-tabs-panel h3 {
    border-bottom: none;
}

#cgt_block .ui-tabs-tab {
    background: #5C758B;
    padding: 0;
    margin: 0;
    border: none !important;
    position: relative;
    float: left;
    outline: none;
    padding: 10px 10px 6px;
    border-radius: 0 !important;
    border-bottom: 3px solid #5C758B;
}

.member_profile_layout {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 19px;
}

.member_details_block {
    float: left;
    height: auto;
    background: #fff;
    width: 99.88%;
}

.membername_section {
    display: block;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
}

.cgtedit {
    margin: 12px 0;
    background: #fff;
}

.cgttabsDiv {
    background: none !important;
}

.enr_members {
    width: 99.88%;
    display: block;
    overflow: hidden;
    margin: 12px 0;
    float: left;
}

#cgt_block #tabs {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

.subouter {
    display: block;
    overflow: hidden;
    padding-bottom: 27px;
}

#cgt_block h3 {
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid #87B4DE;
}

.cgt_details {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 12px 0;
    float: left;
}

#cgt_block .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 11px 35px 6px;
    margin: 0;
    color: #fff;
}

#cgt_block .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-bottom: 3px solid #FF9D3C !important;
}

#cgt_block .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #fff !important;
}

.member_profile_image {
    float: left;
    width: 157px;
    margin-right: 14px;
}

.member_profile_image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.detailpaddingblock {
    padding: 1%;
    display: block;
    overflow: hidden;
    position: relative;
}

.cgt_profile_name {
    font-size: 21px;
    margin-top: 15px;
}

.member_details_block .cgt_profile_name label {
    font-size: 19px;
    font-weight: bold;
    color: #F36F21;
    text-transform: capitalize;
}

.highlight {
    color: #317564;
    font-weight: bold;
}

.id_no {}

.member_other_details,
.eligibility_details {
    float: left;
    width: 100%;
    margin-top: 26px;
    margin-bottom: 18px;
}

.member_details_block label {
    font-size: 14px;
    color: #3C4C5B;
    font-weight: bold;
    margin-right: 10px;
}

.member_basic_details {
    float: left;
    width: auto;
}

.detailsblock {
    display: block;
    vertical-align: top;
    overflow: hidden;
    margin: 0;
}

.eligibility_details {
    float: right;
    width: auto;
    margin-top: 38px;
}

.form_row.edit-input-member {
    margin-bottom: 5px;
    min-height: 1px;
    display: none;
}

.form_row.edit-input-member input {
    width: 60%;
    font-size: 17px;
}

div.tableDiv {
    display: table;
    margin: 0;
    border-collapse: collapse;
    border: none;
    overflow: auto;
    width: 100%;
}

div.tableCell {
    display: table-cell;
    vertical-align: middle;
}

.tableRow {
    display: table-row;
    vertical-align: middle;
    width: 100%;
}

.amountDiv {
    font-size: 34px;
    color: #F36F21;
    font-family: arial;
}

.icon_label {
    margin-right: 2px;
    vertical-align: top;
    float: left;
}

.detailed_div {
    margin-right: 2px;
    vertical-align: top;
    float: left;
}

.cgt_save {
    float: left;
    width: 100%;
    margin-top: 7px;
}

.cgt_save .btn {
    margin: 0 auto;
    display: block;
    font-size: 14px !important;
    padding: 10px 41px;
}

.eligibility_details label {
    font-size: 17px;
    font-weight: normal;
}

.aadhaar_number.detailsblock .detailed_div {
    float: left;
    margin-top: 1px;
}

#cgt_block ul.sub_tab.ui-tabs-nav.ui-widget-header {
    width: 16%;
    float: left;
    height: 100%;
    border-top: none;
    position: absolute;
    overflow: hidden;
    background: #F4F9FF;
}

#cgt_block ul.sub_tab.ui-tabs-nav.ui-widget-header:before {
    content: '';
    background: #95C5FF;
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
}

#cgt_block .sub_tab .ui-tabs-tab {
    background: #F4F9FF;
}

#cgt_block .ui-tabs .sub_tab.ui-tabs-nav .ui-tabs-anchor {
    padding: 12px;
    color: #464E57;
    display: block;
    border-right: 1px solid #95C5FF;
    width: auto;
}

#cgt_block ul.sub_tab.ui-tabs-nav.ui-widget-header li {
    width: 100%;
    border-right: none;
    padding: 0;
    border-bottom: none !important;
    position: relative;
    z-index: 5;
}

#cgt_block ul.sub_tab.ui-tabs-nav li.ui-tabs-active {
    background: #fff;
    border-bottom: none;
}

#cgt_block ul.sub_tab.ui-tabs-nav li.ui-tabs-active a {
    border-right: 1px solid #fff !important;
    color: #464E57 !important;
    border-top: 1px solid #87B4DE;
    border-bottom: 1px solid #87B4DE;
}

.sub_tab li.ui-tabs-active {
    box-shadow: none;
    background: #fff;
}

.sub_content {
    float: right;
    width: 84%;
    position: relative;
    min-height: 500px;
}

.sub_blocks {
    float: left;
    height: auto;
    border-radius: 3px;
    position: relative;
    padding: 0;
    border: 1px solid #87B4DE;
    overflow: hidden;
    width: 100%;
}

#cgt_block .ui-tabs .sub_tab li:nth-child(1) .ui-tabs-anchor {
    border-top: none !important;
}

.member_profile_layout .form_col_0 {
    width: 30%;
    float: left;
}

.member_profile_layout .form_col_0 .basic_form {
    width: 100%;
}

.form_col_0 .form_row {
    width: 96%;
}

.kyc_photo,
.house_photo,
.family_photo,
.assets_photo {
    float: right;
    width: 100%;
    margin-bottom: 30px;
}

.photo_copy_block {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#showfullimage .zoomimage {
    display: none;
}

.photo_copy_block img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.imagemaindiv img {
    pointer-events: none;
}

#imagemaindiv,
.imagemaindiv,
.imagemaindiv_house {
    width: 85%;
    float: left;
    height: 427px;
    position: relative;
    background: #fff;
    overflow: hidden;
    left: 2%;
    margin-bottom: 20px;
}

.thumb_panel {
    position: absolute;
    right: 0;
    top: 47px;
    width: 13%;
    height: 100%;
    padding-top: 0;
    text-align: center;
}

.photo_copy_block h3 {
    margin-top: 0;
}

.zoomImg {
    z-index: 200;
}

.minheight {
    min-height: 400px;
}

.photo_copy_block .zoomimage {
    width: 71%;
    height: auto;
    margin: 8px auto;
    display: block;
    border-radius: 6px;
    border: 4px solid #fff;
    cursor: pointer;
}

.iviewer_gallery {
    position: relative;
}

#showfullimage {
    width: 100% !important;
    float: left;
    position: relative;
    height: 432px !important;

}

.iviewer_gallery h3 {
    margin: 10px 0;
    padding: 0 2%;
    color: #3C4C5B;
    font-weight: normal;
    font-size: 12px;
}

.house_photo {
    width: 53%;
    height: 435px;
}

.family_photo {
    width: 100%;
    margin-top: 5px;
    float: left;
}

.family_photo .photo_copy_block {
    float: left;
    width: auto;
}

.family_photo .photo_copy_block img {
    float: left;
    width: auto;
    height: 200px;
}

.family_details {
    float: left;
    margin-bottom: 38px;
}

.marginbottom20px {
    margin-bottom: 20px;
}

.view_details label {
    font-size: 17px;
    color: #3C4C5B;
}

.assets_photo {
    width: 47%;
}

.total_no {
    font-size: 20px;
    font-family: arial;
}

.income {
    font-size: 29px;
    font-family: arial;
}

.sub_content .form_submit {
    width: 100%;
    padding: 4px 0% 13px;
}

.sub_content .form_col_2 {
    width: 48%;
    float: left;
}

.sub_content .form_col_2 .basic_form {
    width: 45%;
}

.family_block {
    float: left;
    width: 32%;
    border: 1px solid #CED6E1;
    margin: 6px 1% 10px 0;
}

.family_block .form_col_2 .basic_form {
    width: 48%;
}

.family_block .form_submit {
    float: left;
    width: 96%;
    text-align: right;
    padding: 4px 2% 30px;
}

.family_block .title {
    padding: 20px 2%;
    border-bottom: 1px solid #CED6E1;
    color: #798593;
    background: #EAEDF2;
}

.set_block {
    padding: 1%;
}

.approved_block {
    color: #36b500;
    background: #d3fcc2;
}

.reject_block {
    color: #ff0000;
    background: #fccdc2;
}

.retake_block {
    color: #044196;
    background: #cdddf4;
}

.cgtblock_status {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 14px 0;
    margin: 10px 0;
}

.family_form_block {
    float: left;
    width: 98%;
    height: 375px;
    overflow-x: hidden;
    padding-right: 1%;
    overflow-y: auto;
}

.family_form_block .btn {
    padding: 7px 22px;
}

.form_col_2.sd_details,
.form_col_2.parent_container {
    float: left;
    width: 50%;
}

.form_col_2.sd_details .basic_form {
    width: 99.5%;
    border: 1px solid #DCDFE2;
    padding: 16px 0 6px;
    margin: 0 0 10px;
}

.form_col_2.sd_details .basic_form .form_row {
    width: 48%;
}

.addphoto,
.add_link {
    color: #fff !important;
    border: 1px solid #4D6275;
    background: #5C758B;
    padding: 5px 7px;
    border-radius: 3px;
    margin: 10px 0;
    float: left;
    font-size: 13px;
}

.addphoto .icon-add_a_photo {}

.select_group,
.create_group {
    float: left;
    border: 1px solid #DCDFE2;
    width: 200px;
    height: 202px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}

.create_group {
    width: 492px;
}

.create_select {
    float: left;
    width: 48%;
    height: 200px;
    border-right: 1px solid #DCDFE2;
    margin-right: 1%;
}

.multi_nav {
    float: left;
    margin: 81px 20px;
}

.multiple_select {
    width: 97%;
    float: left;
    padding: 0 1.5%;
}

.multi_nav input {
    margin: 0 4px;
    float: left;
}

.multiple_select select {
    width: 100%;
    height: 199px;
    overflow: auto;
    border: none;
}

.multiple_select .form_col_0 .form_row {
    width: 98%;
}

.multiple_select .basic_form {
    float: left;
    width: 48.5%;
    margin: 0 1% 10px;
}

.ui-accordion .ui-accordion-content {
    height: auto !important;
    min-height: 100px;
    max-height: 3000px;
}

.mobileh3 {
    display: none;
}

tbody td:before {
    display: none
}

#house_details .form_col_4 {
    width: 45%;
    float: left;
}

#officeList {
    margin-top: 5px
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #5C758B;
    color: #fff;
}

.map_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#map {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.back_icon {
    font-size: 19px;
    background: #C5CDDA;
    font-weight: bold;
    padding: 0px 1px;
    display: inline-block;
    border-radius: 4px;
    color: #3C4C5B;
    vertical-align: middle;
}

.backbutton {
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: top;
}

.pagetitle {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.operations_td {
    text-align: center;
}

.form_third {
    float: left;
    width: 26%;
    padding: 20px 2%;
}

.form_forth {
    float: left;
    width: 66%;
    padding: 20px 2%;
}

.form_fifth {
    float: left;
    width: 85%;
    padding: 20px 2%;
}

.form_sixth {
    float: left;
    width: 90%;
    padding: 20px 2%;
}

.form_cell {
    float: left;
    margin-right: 1%;
}

.set_group h3 {
    font-size: 13px;
}

select[multiple] {
    width: 100%;
    overflow: auto;
    height: 99%;
    border: none;
}

.filtersection select[multiple] {
    height: 31px;
}

.multiSelect.SumoUnder {
    border: 1px solid #DCDFE2;
    padding: 6px 10px 2px;
    border-radius: 3px;
    min-width: 168px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
}

.filtersection .SumoSelect {
    display: block;
}

.filtersection .form_row {
    margin-right: 4px;
    float: left;
}

.SelectBox {
    padding: 4px 8px;
}

.SumoSelect>.CaptionCont {
    border: 1px solid #C6CBD0;
    margin: 6px 0;
    padding: 9px 10px 5px;
    text-transform: uppercase;
}

.SumoSelect>.CaptionCont.search .search-txt {
    display: none;
}

.SumoSelect.open>.CaptionCont.search .search-txt {
    display: block;
}

.SumoSelect>.CaptionCont.search .search-txt {
    border: none;
    margin: 1px 0 0 0;
}

.SumoSelect>.CaptionCont>span.placeholder {
    font-style: normal;
    color: #3C4C5B;
    font-size: 12px;
}

.SumoSelect>.CaptionCont>label>i {
    background: url(../images/icons/down_arrow.png) no-repeat scroll 94% center #fff;
}

.borderleft {
    border-left: 1px solid #FFAB9D;
    padding: 1% 2%;
}

.form_forth.borderleft {
    width: 65%;
}

#loan_block .SumoSelect>.CaptionCont {
    border: 1px solid #C6CBD0 !important;
    margin: 6px 0;
    padding: 9px 10px 5px !important;
    width: 121px;
}

/*********************/

#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    width: 100%;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 720px;
    height: 400px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
}

a.control_prev,
a.control_next {
    position: absolute;
    top: 0;
    margin: auto 0;
    bottom: 0;
    z-index: 999;
    display: block;
    padding: 0;
    width: auto;
    height: 49px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover,
a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}


/*****/

.assetsDiv {
    float: left;
    width: 17.8%;
    border: 1px solid #CED6E1;
    margin: 1%;
    height: 415px;
}

.assetsform {
    float: right;
    padding: 23px 6%;
    width: 89%;
}

.assets_image {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 184px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.assets_image img {
    display: none;
}

.addbutton_border {
    margin-top: 0;
    width: 98%;
    padding: 0;
}

.house_photo .icon-left_arrow:before,
.house_photo .icon-right_arrow {
    font-size: 46px;
}

#changePassword {
    margin: 40px auto;
    overflow: hidden;
    width: 300px;
}

.gaurantor_block {
    float: left;
    width: 98%;
    padding: 0 1%;
}

.gaurantor_block .form_row {
    float: left;
}

.radio {
    margin-right: 20px;
}

.gaurantor_block .radio {
    margin-right: 20px;
    min-height: 0px;
    vertical-align: middle;
}

.radio input {
    display: inline-block;
    vertical-align: middle;
}

.radiolabel {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
}

#user_settings {
    width: 400px;
    background: #fff;
    margin: 10% auto 0;
    display: block;
    overflow: hidden;
}

#user_settings h2.title {
    padding: 16px;
    color: #F36F21;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}

#approveCGT {
    background: #00B200;
}

#rejectCGT {
    background: #ff0000;
}

#retrainCGT {
    background: #5C758B;
}

#cgt_nav {
    background: #5C758B;
    color: #fff;
    padding: 9px 0;
    text-align: center;
    position: relative;
    font-size: 13px;
    width: 100%;
}

.cgt_nav {
    position: absolute;
    cursor: pointer;
    top: 10px;
}

.cgt_nav.icon-left_arrow {
    left: 10px;
}

.cgt_nav.icon-right_arrow {
    right: 10px;
}

.memberdetailsp1,
.memberdetailsp2 {
    float: left;
    width: auto;
    margin-right: 32px;
}

.dataTables_processing {
    display: none !important;
}

.block_table tr:nth-child(odd) {
    background: #fff;
}

.block_table tr td {
    border-bottom: 1px solid #E2ECF9;
    color: #667E96;
    padding: 14px 18px;
    font-size: 14px;
}

.chart_circle {
    float: left;
    width: 41%;
    padding-top: 21px;
    margin-left: 10px;
    text-align: center;
}

.centertile_adj {
    margin-left: 20% !important;
}

.todayheading {
    border-bottom: 6px solid #86B1E4;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: bold;
}

#calender_status tr td {
    color: #263240;
}

.showfullimage_house {
    width: 100% !important;
    float: left;
    height: 400px;
}

.location {
    color: #666;
}

.fullDiv {
    float: left;
    width: 99.7%;
    min-height: 30px;
    margin-bottom: 1%;
    padding: 10px 0;
}

.tableDiv {
    display: table;
    width: 100%;
}

.table-row {
    display: table-row;
    width: 100%;
}

.table-cell {
    display: table-cell;
}

.dashbaord_quickfact .table-cell {
    padding: 7px 1.5%;
    width: 12.5%;
    font-weight: bold;
    border-right: 2px solid #D0E6FF;
}

.dashbaord_quickfact:last .table-cell {
    border-right: none;
}

.quickfact_item {
    display: block;
    font-size: 20px;
    font-family: arial;
}

.quickfact_unit {
    display: block;
    font-weight: normal;
    color: #6B849F;
    font-size: 14px;
    margin-top: 6px;
}

.dashbaord_quickfact .table-cell.last {
    border-right: none;
}

.chart_legend {
    float: left;
    width: 169px;
    margin-top: 60px;
    margin-left: 4%;
}

.chartlegend thead th {
    background: #fff;
    color: #25313F;
    font-weight: bold;
}

.chartlegend tr:nth-child(odd) {
    background: #fff;
}

.legend {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}

.legend.ltl {
    background: #5399D1;
}

.legend.stl {
    background: #F37D40;
}

.legend.mdl {
    background: #873F1C;
}

.legend.bdl {
    background: #68AC50;
}

.legend.pl {
    background: #FFBF36;
}

.count {
    font-weight: bold;
}

.chart_outer {
    border: 1px solid #ccc;
    margin: 3%;
    width: 93.5%;
    display: block;
    overflow: hidden;
    height: 298px;
    padding: 13px 0;
    position: relative;
}

.chart_outer_large {
    padding: 1%;
    width: 98%;
    display: block;
    overflow: hidden;
    position: relative;
}

.chart_header {
    padding: 1%;
    width: 98%;
    display: block;
    overflow: hidden;
}

.member_enr_eligibility {
    display: block;
    font-size: 17px;
}

.member_enr_date {
    display: block;
    font-size: 13px;
}

.member_enr_table {
    border: 1px solid #ccc;
}

.member_enr_table tr:nth-child(odd) {
    background: #fff;
}

.member_enr_table tr td {
    border-bottom: 1px solid #ccc;
}

.el_count {
    font-size: 22px;
}

.scrollouter_block {
    position: relative;
    height: 353px;
    overflow-y: auto;
    display: block;
    overflow-x: hidden;
}

.defaultmargin {
    margin: 0.5% 0;
}

.navBar {
    background: #5C758B;
    color: #fff;
    padding: 9px 0;
    text-align: center;
    position: relative;
    font-size: 13px;
    width: 100%;
}

.bottommargin {
    margin-bottom: 0.5%;
}

.customer_pro {
    /* float: left; */
    margin-left: 45%;
    margin-top: 10px;
    line-height: 18px;
}

.customer_profile_image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    float: left;
    width: 145px;
    height: 155px;
}


.customer_name {
    font-size: 22px;
    margin-bottom: 5px;
}

.customer_profile_image img {
    display: none;
}

.padding_block_section_2 {
    padding: 2%;
    width: 96%;
    display: block;
    overflow: hidden;
}

.mgc_panel {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #5C758B;
    color: #fff;
    width: 96%;
    padding: 5px 2%;
    text-align: right;
    font-size: 12px;
}

.details_viewer {
    padding: 2%;
}

.details_viewer label {
    font-size: 14px;
    display: block;
}

.details_viewer .rowdetails {
    font-size: 18px;
    display: block;
    color: #3C4C5B;
}

.autoheight {
    height: auto !important;
    min-height: 0 !important;
}

.lastloanblock .details_viewer {
    padding: 10px 20px;
}

.cb_widget_title {
    background: #303E49;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.cb_green {
    background: #317664;
    color: #fff;
}

.cb_blue {
    background: #3C4C5B;
    color: #fff;
}

.cb_green label,
.cb_blue label {
    color: #fff;
}

.elg_amount {
    font-size: 29px;
}

.cb_status_wid {
    padding: 20px 4%;
    width: 46%;
}

.margintop10 {
    margin-top: 10px;
}

.margintop5 {
    margin-top: 5px;
}

.cb_widget {
    display: block;
    overflow: hidden;
    width: 100%;
    background: #3C4C5B;
}


/******EASY**/

ul.resp-tabs-list {
    background: #5C758B;
    float: left;
    width: 100%;
    margin: 6px 0;
}

.resp-tabs-list li {
    background: #5C758B !important;
    color: #fff;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 3px solid #5C758B !important;
}

.resp-tabs-list li.resp-tab-active {
    border-bottom: 3px solid #FF9D3C !important;
}

.resp-vtabs .resp-tabs-list li {
    padding: 12px !important;
    color: #464E57;
    display: block;
    border-right: 1px solid #95C5FF !important;
    background: none !important;
    width: auto;
    margin: 0;
    border-bottom: none !important;
    z-index: 200;
}

.resp-vtabs ul.resp-tabs-list {
    background: #F4F9FF;
    margin: 0 !important;
    min-height: 346px;
    position: absolute;
    left: 0;
    width: 16%;
    top: 0;
    height: 100%;
}

.resp-vtabs ul.resp-tabs-list:before {
    content: '';
    background: #95C5FF;
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
}

.resp-vtabs .resp-tabs-container {
    float: right;
    width: 84%;
    position: relative;
    min-height: 343px;
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border-right: 1px solid #fff !important;
    background: #fff !important;
    border-top: 1px solid #95C5FF !important;
    border-bottom: 1px solid #95C5FF !important;
}

.resp-vtabs li.resp-tab-active.first_li {
    border-top: none !important;
}

table.viewDetail {
    border: 1px solid #AEB5BD;
}

.viewDetail tr td {
    border: 1px solid #AEB5BD;
}

.viewDetail tr:nth-child(odd) {
    background: #FFF;
}

.ui-icon-closethick {
    display: none;
}

.cgt_prevnext_member {
    color: #fff;
}

.showfullimage_house {
    width: 100% !important;
    float: left;
    height: 400px;
}

#loader {
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 99999999;
    top: 0;
    opacity: 0.8;
}

#loader img {
    width: 125px;
    height: 125px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.customer_row label {
    color: #303E49;
    margin-right: 4px;
}

.customer_details {
    font-weight: normal;
    color: #798593;
}

.view_row {
    color: #798593;
}

.small_popup {
    width: 100% !important;
    max-width: 450px;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}

.label_heading {
    color: #303E49;
}

.viewDiv {
    height: 287px;
}

.first_heading {
    width: 40%;
}

#dashboard_prev_member,
#dashboard_next_member {
    color: #fff;
}

select::-ms-expand {
    display: none;
}

.SumoSelect>.optWrapper>.options {
    max-height: 120px;
}

.permission-element {
    display: none;
    float: left;
    margin-right: 3px;
}

table.dataTable thead th {
    padding: 9px 19px 9px 10px;
}

table.dataTable thead .sorting_asc {
    background: url(../images/datatable/sort_asc.png) no-repeat scroll 98% center #5C758B;
}

table.dataTable thead .sorting_desc {
    background: url(../images/datatable/sort_desc.png) no-repeat scroll 98% center #5C758B;
}

table.dataTable thead .sorting {
    background: url(../images/datatable/sort_both.png) no-repeat scroll 98% center #5C758B;
    cursor: pointer;
}

.login_input.error {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}

.loginform_container label.error {
    display: none !important;
}

.loginform_container .login_input.error::-webkit-input-placeholder,
.loginform_container .login_input.error::-moz-placeholder,
.loginform_container .login_input.error:-ms-input-placeholder,
.loginform_container .login_input.error:-moz-placeholder {
    color: #ff0000;
}

.table-scroll {
    float: left;
    width: 100%;
    overflow: auto;
}

.table-scroll table {}

table.dataTable thead tr th.subcolspan_th {
    background: #5C758B;
    text-align: center;
}

table.dataTable thead tr.subcolspan_td td {
    background: #B9C6D0;
}

.checklist_formation {
    padding: 14px 0;
    border-bottom: 1px solid #DCDFE2;
}

.checklist_formation h4 {
    margin: 0;
}

.checklist_formation input {
    vertical-align: middle;
}

.wizard_steps {
    float: left;
    width: 100%;
    display: table;
    margin-top: 26px;
}

.wiz_main_heading {
    float: left;
    width: 100%;
}

.wiz_heading {
    color: #F36F21;
}

.steps {
    display: table-cell;
    width: 12.5%;
    min-height: 70px;
    height: auto;
    position: relative;
}

.wizard_button {
    padding: 30px 0;
    float: left;
    width: 100%;
    text-align: center;
}

.wizard_button .btn {
    display: inline-block;
    float: none;
    clear: both;
    vertical-align: top;
}

.steps_count {
    background: #7B8FA1;
    border: 1px solid #7B8FA1;
    border-radius: 53px;
    width: 55px;
    padding: 17px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: arial;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.step_text {
    display: block;
    float: left;
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.steps.completed .steps_count {
    background: #4CAF50;
    border: 1px solid #4CAF50;
}

.steps.current .steps_count {
    background: #F36F21;
    border: 1px solid #F36F21;
}

.liner_A {
    position: absolute;
    left: 0;
    top: 29px;
    background: #7B8FA1;
    width: 37%;
    height: 2px;
}

.liner_B {
    position: absolute;
    right: 0px;
    top: 29px;
    background: #7B8FA1;
    width: 38%;
    height: 2px;
}

.steps.completed .liner_A,
.steps.completed .liner_B,
.steps.current .liner_A {
    background: #4CAF50;
}

.steps.first .liner_A {
    display: none;
}

.steps.last .liner_B {
    display: none;
}

#myProgress {
    background-color: #ddd;
}

#myBar {
    background: #4CAF50;
    height: 20px;
}

.permiss_element {
    display: none;
    float: left;
    margin-left: 6px;
}

.mapblock {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: top;
}

.checklistitemsall {
    float: left;
    width: 46%;
    margin-right: 3%;
    margin-bottom: 5px;
}

.tablebutton,
.tablebutton.btn {
    font-size: 11px !important;
    background: #5C758B;
    padding: 6px 12px;
    border-radius: 3px;
}

.qde_status {
    background: url(../images/icons/status_comp.png) no-repeat scroll 0 0 transparent;
    position: absolute;
    right: 7px;
    top: 0;
    width: 14px;
    height: 13px;
    bottom: 0;
    background-size: 13px;
    margin: auto 0;
}

.status_pending .qde_status {
    background: url(../images/icons/status_comp.png) no-repeat scroll 0 -27px transparent;
    background-size: 13px;
}

.status_retake .qde_status {
    background: url(../images/icons/status_comp.png) no-repeat scroll 0 -54px transparent;
    background-size: 13px;
}

.colspandefault {
    background: #324355;
}

.colspandefault2 {
    background-color: #516679;
}

table.dataTable thead .colspansub {
    background-color: #6B8394;
    color: #fff;
}

.dashboardclock {
    margin-right: 4px;
    vertical-align: top;
    display: inline-block;
}

.whitespace th {
    white-space: nowrap;
}

.dateth {
    min-width: 130px;
}

.saveall_section {
    margin: 42px 30px 0 0;
}

.saveandcontinue_button {
    border: 1px solid #F04D24;
    background: #F36F4C;
    color: #fff;
    padding: 8px 35px;
    font-size: 12px;
    margin: 8px auto;
    display: block;
}

.saveandcontinue_button.disabled {
    background: #ccc;
    border: 1px solid #ccc;
    cursor: default;
}

.memberchart_table td {
    text-align: center;
    border-bottom: 1px solid #666;
    color: #666;
}

.memberchart_table td.active {
    font-weight: bold;

    border-bottom: 2px solid #666;
}

.rowclick td {
    cursor: pointer;
}

.color_red label {
    color: #ff0000;
}

.setminheight {
    min-height: 500px;
}

.customer_details_unit {
    word-break: break-all;
    width: 119px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.setrelative {
    position: relative;
}

.set_maxheight {
    max-height: 443px;
    overflow-y: auto;
}

.set_maxheight .mCSB_scrollTools .mCSB_draggerRail {
    background: #efefef;
}

.set_maxheight .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ccc;
}

.max-height-fixed {
    height: 641px;
    overflow-y: auto;
    position: relative;
}

.centerButton {
    margin-left: 2px;
}

.view_password {
    width: 86% !important;
    display: inline-block !important;
}

.text-uppercase {
    text-transform: uppercase;
}

#bankLedgerTable td {
    text-align: left;
    vertical-align: middle;
}

#auditList tbody:nth-child(2),
tbody:nth-child(3) {
    word-break: break-all;
}

.SumoSelect .optWrapper {

    width: 175px;
}

.SumoSelect .optWrapper ul li label {

    white-space: normal !important;
    text-overflow: unset !important;
}

.report_stype {
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: red;
}

.enr_members {
    width: 99.88%;
    display: block;
    overflow: hidden;
    margin: 12px 0;
    float: left;
}

.cus-soddate_label {
    margin-top: 12px;
}

.status_pending .failed_status {
    background: url(../images/icons/status_comp.png) no-repeat scroll 0 -27px transparent;
    background-size: 13px;
}

.failed_status {

    position: absolute;
    right: 7px;
    top: 0;
    width: 14px;
    height: 13px;
    bottom: 0;
    background-size: 13px;
    margin: 18px 0;
}

.retry_all {
    background: #F36F21 !important;
    color: #fff !important;
    border: 1px solid #F36F21 !important;
}

.familybtn:hover {
    background: red;
    transform: scale(1.1);
}

div#moratoriumView {
    height: 90vh !important;
    overflow: auto;
}


.cust_profile_image {

    float: left;
    width: 145px;
    height: 155px;
}

.custom_search2 {
    background: url(../images/icons/search.png) no-repeat scroll 97% center #fff;
    background-size: 17px;
    position: absolute;
    top: 9px;
    padding: 6px 33px 6px 7px;
    right: 1%;
    font-size: 13px;
    width: 194px;
    border: 1px solid #C6CBD0;
}

.withprint .custom_search2 {
    right: 48px;
}

.swal2-container {
    z-index: 10001 !important;
}

.w-100 {
    width: 100% !important;
}

.masked {
    -webkit-text-security: disc;
}