/*CSS by JD Softtech*/


/* font face START */

/*@font-face {
    font-family: 'Open Sans';
    src: url(..fonts/Light/OpenSans-Light.woff2?v=1.101) format("woff2"), url(../fonts/Light/OpenSans-Light.woff?v=1.101) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/Bold/OpenSans-Bold.woff2?v=1.101) format("woff2"), url(../fonts/Bold/OpenSans-Bold.woff?v=1.101) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/Regular/OpenSans-Regular.woff2?v=1.101) format("woff2"), url(../fonts/Regular/OpenSans-Regular.woff?v=1.101) format("woff");
    font-weight: 400;
    font-style: normal;
}
*/

/* font face END */ 


/* Common CSS START */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

* {
    outline: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    letter-spacing: 0.5px;
    font-weight: 400;
    /*background-color: #f6f6f6;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

.dis-inline-block{
    display: inline-block;
    width: 100%
}
.default-font-size{
    font-size: 15px;
}
.default-transaction {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

p:last-child {
    margin-bottom: 0;
}

.default-btn {
    border-radius: 0;
    min-height: 40px;
    background-color: #00529b;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0 20px;
    min-width: 120px;
    line-height: 40px;
    font-size: 15px;
    word-spacing: 5px;
    letter-spacing: 2px;
}

.default-btn:hover,
.default-btn:focus {
    background-color: #000;
    color: #fff;
}

.attach-btn {
    border-radius: 0;
    background-color: #565656;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    min-width: 100px;
    font-size: 15px;
    word-spacing: 5px;
    letter-spacing: 2px;
}

.attach-btn:hover,
.attach-btn:focus {
    background-color: #000;
    color: #fff;
}

.default-link {
    color: #00529b;
}

.default-link:hover {
    color: #000;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-top-none{
    margin-top: 0 !important;
}
.margin-bottom-none{
    margin-bottom: 0 !important;
}
.form-group, .form-inline .input-group{
    width: 100%;
    display: inline-block;
}
input:focus {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: -20px;
    position: absolute !important;
}
.radio-inline label{
    padding-left: 6px;
}
.default-form .radio-inline {
    font-weight: normal;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-color: #555;
    border-color: #555;
    color: #fff;
}

.btn-on,
.btn-off,
.default-form .btn-on,
.default-form .btn-off {
    font-weight: normal;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px;
}

/* Common CSS END */


/* form section START */
.default-form {
    position: relative;
}

.without-border-form {
    border: none;
    padding: 0;
}

.default-form .form-control,
.default-form select,
.default-form .select2-selection,
.fileupload
{
    background-color: transparent;
    width: 100%;
    padding: 7px 10px;
    color: #595959;
    font-size: 15px;
    border: 1px solid #ccc;
    height: 40px;
    margin-top: 0px;
    border-radius: 0px;
}

.form-control{
    border-radius: 0px;    
}

.default-form textarea.form-control {
    height: auto;
    resize: none;
}

.default-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.classic {
    background-image: linear-gradient(45deg, transparent 51%, #888 50%), linear-gradient(135deg, #888 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 22px) calc(1em + 2px), calc(100% - 14px) calc(1em + 2px), 100% 0;
    background-size: 8px 8px, 8px 8px, 2.5em 2.5em;
    background-repeat: no-repeat;
    padding-right: 40px !important;
}

.default-form label {
    font-size: 14px;

}
.form-heading {
    position: absolute;
    top: -12px;
    background-color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    left: 5px;
    font-weight: bold;
    font-size: 18px;
}

.default-form .input-group-addon {
    border: 1px solid #ccc;
    border-left: 0;
    background-color: #fff;
    border-radius: 0;
}

.default-form .form-control:focus {
    border-color: #888;
    box-shadow: none;
}

.checkbox {
    position: relative;
    margin-bottom: 0;
}

.checkbox input {
    opacity: 0;
}

.form-title {
    padding: 10px 25px;
    background-color: #eee;
    color: #000;
    font-weight: bold;
    margin: 10px 0;
}
.none-display1, .none-display2{
    display: none;
}

/* Create a custom checkbox */
.checkmark {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #aaa;
    display: block;
    margin: 0 auto;
}
/* On mouse-over, add a grey background color */
.checkbox:hover input~.checkmark {
    /* background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked~.checkmark {
    background-color: #00529b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 2px 0 0 5px;
}
/* Create a custom checkbox end*/


/* Fileupload css start*/
.fileupload {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.fileupload input[type="file"] {
  display: block !important;
  right: -1px;
  top: 1px;
  opacity: 0;
  width: 100%;
  background: none;
  position: absolute;
  overflow: hidden;
  z-index: 2;
}
.fileupload.btn,
.fileupload input,
.fileupload label {
  cursor: pointer !important;
}
.fileupload .btn {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    background-color: #565656;
    transition: all 0.5s ease;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 2px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
}
.fileupload label {
  line-height: 24px;
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
  margin-right: 90px;
  margin-bottom: 0px;
  cursor: text;
}
/* Fileupload css end*/

/*CHECKBOX CSS START*/
.default-form .checkbox-inline label {
    display: inline-block;
    padding-left: 5px;
    font-weight: normal;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
    margin-left: 0px;
}
.checkbox-inline label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox-inline label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 10px;
    padding-top: 0px;
    font-size: 11px;
    text-align: left;
    color: #ffffff;
    background: #00529b;
    text-align: center;
    outline: none;
}
.checkbox-inline input[type="checkbox"], .checkbox-inline input[type="radio"] {
    opacity: 0;
    z-index: 11;
}
.checkbox-inline input[type="checkbox"]:focus + label::before, .checkbox-inline input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline-offset: -2px;
}

.checkbox-inline input[type="checkbox"]:checked + label::after, .checkbox-inline input[type="radio"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox-inline input[type="checkbox"]:disabled + label, .checkbox-inline input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.checkbox-inline input[type="checkbox"]:disabled + label::before, .checkbox-inline input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox-inline.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox-inline {
    margin-top: 0;
}
/*CHECKBOX CSS END*/

/*RADIO CSS START*/
.default-form .radio-inline label {
    display: inline-block;
    padding-left: 5px;
    font-weight: normal;
}
.radio-inline label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    left: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.radio-inline label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    left: 1px;
    top: 11px;
    padding-left: 4px;
    padding-top: 0px;
    font-size: 11px;
    text-align: left;
    color: #56565b;
}
.radio-inline input[type="radio"] {
    opacity: 0;
    z-index: 11;
}
.radio-inline input[type="radio"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.radio-inline.radio-circle label::before {
    border-radius: 50%;
}

.radio-inline {
    margin-top: 0;
}
/*CHECKBOX CSS END*/

/* form section end */


/*breadcrumb START*/

.breadcrumb {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
}

.breadcrumb>.active {
    font-weight: bold;
    color: #333;
}


/*breadcrumb END*/


/* header start */

header {
    background-color: #00529b;
    margin-bottom: 50px;
    color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.40);
}

.header.fixed {
    position: fixed;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.logo-block {
    background-color: #fff;
    padding: 10px 40px;
    vertical-align: top;
    float: left;
}

.logo-block img {
    width: 175px;
}
.breadcrumb li a{
    color: #00529b;
    font-weight: bold;
}

.main-menu {
    float: left;
    width: -webkit-calc(100% - 320px);
    padding: 10px 50px 9px 0;
}

.main-menu .navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.main-menu .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-menu .nav>li>a:hover,
.main-menu .nav>li>a:focus,
.main-menu .nav>li.active>a {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    color: white;
}


/* header end */


/* main-container start */

.main-container {
    margin: 10px 0 30px 0;
}

.main-container .container-fluid {
    padding: 0 50px 50px 50px;
}


/* tabs section start */

.tab-section .panel {
    -wedkit-box-shadow: none;
    box-shadow: none;
}

.tab-section .panel-heading {
    padding: 0;
}

.tab-section .nav-tabs>li {
    margin-bottom: 0;
}

.tab-section .nav-tabs {
    border-bottom: none;
}

.tab-section .nav-tabs>li>a {
    margin: 2px 2px 0 0;
    border-radius: 0;
    padding-right: 14px;
    padding-left: 14px;
    border: 2px solid #eee;
    background-color: #eee;
    color: #000;
    font-size: 15px;
}

.tab-section .nav-tabs>li.active>a,
.tab-section .nav-tabs>li.active>a:hover,
.tab-section .nav-tabs>li.active>a:focus {
    background-color: #00529b;
    color: #fff;
    border: 2px solid #00529b;
}

.tab-section .nav>li>a:hover,
.tab-section .nav>li>a:focus {
    background-color: #00529b;
    color: #fff;
    border: 2px solid #00529b;
}

.tab-section .panel-body {
    padding: 0;
}

.heading-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.page-heading {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}


/* tabs section end */


/* main-container end */


/* data table start */

.default-data-table table.dataTable {
    width: 100% !important;
}

.default-data-table table thead,
.default-data-table table tfoot,
.fixedHeader-floating thead {
    background-color: #00529b;
    color: #fff;
}

.default-data-table table.dataTable tbody td.select-checkbox,
.default-data-table table.dataTable tbody th.select-checkbox {
    width: 30px;
}

.default-data-table .tab-content>.active {
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    border-radius: 0;
    border: 2px solid #595959;
}

.default-data-table table.dataTable tbody td.select-checkbox:before,
.default-data-table table.dataTable tbody td.select-checkbox:after,
.default-data-table table.dataTable tbody th.select-checkbox:before,
.default-data-table table.dataTable tbody th.select-checkbox:after {
    width: 15px;
    height: 15px;
}

.default-data-table div.dataTables_wrapper div.dataTables_length select {
    background-color: transparent;
    width: 70px;
    padding: 5px;
    color: #595959;
    border-radius: 0px;
    font-size: 16px;
    border: 1px solid #aaa;
    min-height: 40px;
    margin-top: 0px;
    background-image: linear-gradient(45deg, transparent 51%, #595959 50%), linear-gradient(135deg, #595959 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 22px) calc(1em + 2px), calc(100% - 14px) calc(1em + 2px), 100% 0;
    background-size: 8px 8px, 8px 8px, 2.5em 2.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    line-height: 26px;
}
.default-data-table div.dataTables_wrapper div.dataTables_filter input {
    background-color: transparent;
    padding: 10px;
    color: #595959;
    font-size: 16px;
    border: 1px solid #aaa;
    min-height: 40px;
    margin-top: 0px;
}

.default-data-table .pagination>li {
    display: inline-block;
    margin-left: 5px;
}

.default-data-table .pagination>li:first-child {
    margin-left: 0;
}

.default-data-table .pagination>li>a,
.default-data-table .pagination>li>span {
    border: 2px solid #ddd;
}

.default-data-table .pagination>.active>a,
.default-data-table .pagination>.active>span,
.default-data-table .pagination>.active>a:hover,
.default-data-table .pagination>.active>span:hover,
.default-data-table .pagination>.active>a:focus,
.default-data-table .pagination>.active>span:focus {
    background-color: #00529b;
    border-color: #00529b;
}

.default-data-table .pagination>li:first-child>a,
.default-data-table .pagination>li:first-child>span,
.default-data-table .pagination>li:last-child>a,
.default-data-table .pagination>li:last-child>span {
    border-radius: 0;
}

.default-data-table .fa {
    font-size: 20px;
    margin-left: 5px;
    color: #333;
}


/* data table end */

.add-franchise .default-form {
    border: 1px solid #ccc;
    padding: 30px 20px 20px 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.panel-body .default-form {
    padding: 15px;
}

.panel-body .default-form label {
    text-align: right;
    font-weight: normal;
}


/* css by yogendra */

.reports-list li h2 {
    font-size: 20px;
}

.reports-list li p {
    font-size: 16px;
    color: #a7a8a9;
}

.reports-list li {
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

.reports-list {
    list-style: none;
    padding: 0px;
}

.block-details {
    border: 1px solid #ddd;
    min-height: 200px;
    margin-top: 20px;
}

.block-details h1 {
    background: #00529b;
    padding: 12px;
    color: #fff;
    font-size: 21px;
}

.table-block {}

.heading-collapse {
    background: #00529b;
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    background: #00529b;
    color: #fff;
    text-decoration: none;
}

.panel-body {
    padding: 15px;
}

.panel-body .table-contain {
    font-size: 15px;
    font-weight: normal;
}

.panel-body .table-contain .table {
    margin-bottom: 0px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #00529b;
    text-decoration: none;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel-title i {
    float: right;
}

.margin20 {
    margin-top: 20px;
}

.insurance-form {
    padding: 15px;
}

.radio-btn-block {
    display: inline-block;
}

.label-group label {
    float: left;
    width: 110px;
    height: auto;
}

.radio-custom-inline input {
    width: auto;
    min-height: 20px;
}

.title-heading {
    margin: 15px;
}

.title-heading h1 {
    padding: 10px;
    color: #000;
    background: #d5d2d2;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
}

.center-detail-table thead tr.no-border-bottom th {
    border-bottom: 0px;
}


/* css End by yogendra */


/*Dynamic Table CSS START*/

.dynamic-table-label {
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
}
.table-text-teft .dynamic-table-label{
    text-align: left;
}


/*Dynamic Table CSS END*/


/*Login START*/
.login-main-icon{
    width: 80px;
    height: 80px;
    border-radius: 150px;
    margin: 0px auto -10px auto;
    box-shadow: 0 0 5px #ccc;
    background-color: #fff;
}
.login-main-icon img{
    width: 70px;
    padding: 15px 10px;
    margin: 0 auto;
    display: block;
}
.login-bg {
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    background-image: url(../images/bg_pro.jpg);
    background-size: cover;
}

.login-box-bg {
    width: 500px;
    margin: 10% auto;
    background-color: #fff;
    /* top: 15%; */
    /* left: 36%; */
    position: relative;
    box-shadow: 0 0 25px #000;
}

.logintab {
    background-color: #fff;
/*    background-color: rgba(255,255,255,0.8);*/
    overflow-y: hidden;
    max-height: 100%;
    transition-property: all;
    transition-duration: 3s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    box-shadow: 0 0 25px #000;
}

.login-box-bg form {
    padding: 15px 30px;
}

.login-box i {
    position: absolute;
    margin-top: 18px;
    margin-left: 20px;
    color: #666;
}

.login-box .form-control {
    width: 100%;
    padding: 10px 40px;
    color: #333;
    font-size: 14px;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, 0.4);
}

.login-box form-control:focus,
.login-box input:focus {
    color: #333;
    border: 2px solid #222;
    outline: none;
    box-shadow: none;
}

.login-box ::-webkit-input-placeholder {
    color: #666;
}

.login-box :-ms-input-placeholder {
    color: #666;
}

.login-box ::-moz-placeholder {
    color: #666;
}

.login-box :-moz-placeholder {
    color: #666;
}

.login-heading {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #56565b;
    padding: 20px 0;
}

.login-box .checkbox {
    float: left !important;
    padding-left: 25px;
    margin: 0 0 0 15px;
}

.login-box .forgot-link {
    float: right;
}

.login-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #888;
}

.login-box .checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-btn,
.forgot-btn,
.register-btn {
    background-color: #00529b;
    width: 100%;
    border: none;
    box-shadow: none;
    color: #fff;
    line-height: 45px;
    margin-top: 25px;
}

.login-btn:hover,
.forgot-btn:hover,
.register-btn:hover {
    background-color: #222;
    border: none;
}

.login-btn:focus,
.forgot-btn:focus,
.register-btn:focus {
    box-shadow: none;
}

.login-box a {
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}


/*Login END*/


/*Register START*/

.register {
    background-color: #fff;
    overflow-y: hidden;
    max-height: 100%;
    transition-property: all;
    transition-duration: 3s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    box-shadow: 0 0 25px #000;
}

.register form {
    padding: 15px 30px;
}

.login-icon {
    padding: 5px;
    font-size: 56px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: -60px;
    background-color: #fff;
    border-radius: 100px;
    z-index: 1000;
    position: relative;
    box-shadow: 0 0px 2px #ccc;
    color: #ccc;
}
.register i {
    position: absolute;
    margin-top: 18px;
    margin-left: 20px;
    color: #666;
}
.register .form-control {
    width: 100%;
    padding: 10px 40px;
    color: #333;
    font-size: 14px;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, 0.4);
}
.register form-control:focus,
.login-box input:focus {
    color: #222;
    border: 2px solid #222;
    outline: none;
    box-shadow: none;
}

.register ::-webkit-input-placeholder {
    color: #666;
}

.register :-ms-input-placeholder {
    color: #666;
}

.register ::-moz-placeholder {
    color: #666;
}

.register :-moz-placeholder {
    color: #666;
}

.register a {
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}

/*Register END*/


/*Forgot START*/

.forgot {
    background-color: #fff;
    overflow-y: hidden;
    height: auto;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    box-shadow: 0 0 25px #000;
}
.forgot .form-control {
    width: 100%;
    padding: 10px 40px;
    color: #333;
    font-size: 14px;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, 0.4);
}

.forgot form-control:focus,
.login-box input:focus {
    color: #333;
    border: 2px solid #222;
    outline: none;
    box-shadow: none;
}

.forgot ::-webkit-input-placeholder {
    color: #666;
}

.forgot :-ms-input-placeholder {
    color: #666;
}

.forgot ::-moz-placeholder {
    color: #666;
}

.forgot :-moz-placeholder {
    color: #666;
}

.forgot a {
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}

.disable,
.forgot-hide {
    max-height: 0px;
}

/*Forgot END*/


/*report list start*/
.report-list ul {
    margin: 0;
    padding: 0;
}
.report-list-heading{
    padding: 7px 10px;
    color: #fff;
    background-color: #00529b;
    font-weight: bold;
    margin-bottom: 10px;
}
.report-list-heading a{
    color: #fff;
}
.report-list>ul>li {
    list-style: none;
    padding: 15px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.report-list>ul>li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.report-list>ul>li>h2 {
    font-size: 18px;
    font-weight: bold;
}
/*report list end*/
.table{
    margin-bottom: 0px;
}
/* Financials START */
/* Menu Start */
.navbar-inverse{
    background-color: #00529b;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    background-color: black;
}
.navbar-inverse .navbar-nav>li>a{
    color: #fff;
}
.navbar{
    border-radius: 0px;
    border-color: transparent;
}

.financial-section h3{
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
}
.table th{
    background-color: #00529b;
    color: #fff;
}
.finan-table-label{
    font-weight: bold;
}
.tab-btn-active{
    background-color: #00529b;
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
}
.tab-btn-active:focus{
    color: #fff;
    text-decoration: none;
    outline: none;
}
.tab-btn{
    background-color: #eee;
    color: #333;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    margin-bottom: 10px;
}
.tab-btn-active:hover{
    text-decoration: none;
    color: #fff;
}
.tab-btn:hover{
    text-decoration: none;
    color: #333;
}
.box-primary{
    padding: 15px;
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: 0 0 10px #ddd;
}
.chart-label{
    font-size: 12px;
    font-weight: bold;
}
.light-y{
    background-color: #f3f3d8;
}
.light-b{
    background-color: #e0ecff;
}
.light-g{
    background-color: #ddfdf0;
}
.box-primary-heading{
    background-color: #00529b;
    color: #fff;
    font-size: 18px;
    padding: 10px 0 10px 20px;
    margin: -15px -15px 15px -15px;
}
.box-primary-heading a{ 
    margin-right: 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
}
.box-primary h4{
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.light-g-box, .light-b-box, .light-y-box, .light-s-box{
    padding-left: 25px;
    margin-bottom: 20px;
    display: inline-block;
}
.light-g-box:before{
    content: '';
    background-color: #ddfdf0;
    width: 18px;
    height: 18px;
    margin-left: -25px;
    position: absolute;
    margin-top: 2px;
}
.light-b-box:before{
    content: '';
    background-color: #e0ecff;
    width: 18px;
    height: 18px;
    margin-left: -25px;
    position: absolute;
    margin-top: 2px;
}
.light-y-box:before{
    content: '';
    background-color: #f3f3d8;
    width: 18px;
    height: 18px;
    margin-left: -25px;
    position: absolute;
    margin-top: 2px;
}
.light-s-box:before{
    content: '';
    background-color: #DFF0D8;
    width: 18px;
    height: 18px;
    margin-left: -25px;
    position: absolute;
    margin-top: 2px;
}
/* Financials END */

.table-report-link{
    text-decoration: underline;
    font-weight: bold;
}
.margin-right-20{
    margin-right: 20px;
}

.tab-menu{
    padding: 0px;
    display: block;
    margin-bottom: 0;
}
.tab-menu li{
    display: inline-block;
    list-style: none;
    margin-top: 4px;
}
.tab-menu li a{
    padding: 10px 15px;    
    border-radius: 0;
    background-color: #eee;
    color: #000;
    font-size: 15px;
    display: block;
}
.tab-menu li.active a{
    background-color: #00529b;
    color: #fff;
}
.tab-menu li a:hover{
    text-decoration: none;
    background-color: #00529b;
    color: #fff;
}
.tab-menu li a:focus{
    text-decoration: none;
}
.tab-menu li .active{
    background-color: #00529b;
    color: #fff;
}

/* emax css start */
.col-md5{
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.quick-links-td a{
    margin: 0 25px;
}
.inner-sub-menu .dropdown-menu{
    padding: 0;
}
.inner-sub-menu .dropdown li {
    width: 100%;
}
.note{
    padding: 7px 10px;
    background: #f9f9f9;
}
a.right-btn{
    background-color: #00529b;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    border-radius: 3px;
}
/* emax css end */

#responsive-table thead th{
    white-space: normal;
}
#responsive-table select[multiple] {
    height: auto;
}

select[multiple].error {
    border: 3px solid red;
}


/*div-table START*/
.div-table{
    display: inline-block;
    width: 8%;
    padding: 5px;
    font-size: 15px;
    border-right: 1px solid #fff;
    float: left;
}
.div-table-head{
    background-color: #00529b;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.div-table input, .div-table .with-auto, .div-table select{
    width: 100% !important;
    -webkit-appearance: none;
    padding: 8px;
    height: 40px;
}
.div-table-block{
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 0;
    clear: both;
}
.div-table-block + .div-table-block{
    overflow-x: scroll;
}
.div-table-msg{
    width: 100%;
    text-align: center;
}
/*div-table END*/

.td-multi-select{ 
  position: relative;
}
.ms-options-wrap{
    position: relative;
}

/*.default-data-table{
    overflow-x: scroll;
}*/

td.bg-partial {
    background: #DCECFE;
}
.cross-icon button{
    position: absolute;
    right: -7px;
    top: -10px;
    background: #00529b;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 20px;
    font-size: 22px;
    color: #fff;
    border: none;
    padding: 0;
}
.full-width-modal{
    width: 80%;
}
.half-width-modal{
    width: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 8px 8px 0 8px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width: 0 8px 8px 8px;
}
.select2-results__options{
    font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px;
    right: 15px;
}
.modal-body .select2-container{
    width: 100% !important;
}

.input-group-addon.disable_date{
    pointer-events: none;
}
.delete-fields{
    position: relative;
}
.delete-fields button{
    right: -35px;
    top: -32px;
}
.modal-body .radio-inline label::after{
    top: 5px;
}

.tab-menu li a.change_yellow {
    text-decoration: none;
    background-color: #ecc70f;
    color: #fff;
}
.loader-process{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: hsla(0, 0%, 0%, 0.8);
    z-index: 100;
}
.loader-process img {
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    top: 48%;
    width: 90px;
}
.inline-block{
    display: inline-block;
}
div.dataTables_wrapper div.dataTables_processing{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 100px;
    font-weight: bold;
}

/*Form Builder START*/
.no-padding{
    padding: 0px;
}
.form-builder-dialog{
    min-width: 250px !important;
    overflow-y: unset !important;
}

.rendered-form .form-group .fb-radio-group-label, .rendered-form .form-group .fb-textarea-label, .rendered-form .form-group .fb-checkbox-group-label, .rendered-form .form-group .fb-select-label, .rendered-form .form-group .fb-number-label{
    background-color: #edf7ff;
    color: #333;
    font-weight: bold;
    display: block;
    padding: 10px 10px 10px 40px;
    margin-bottom: 15px;
    position: relative;
}
.rendered-form .form-group .fb-radio-group-label:before, .rendered-form .form-group .fb-textarea-label:before, .rendered-form .form-group .fb-checkbox-group-label:before, .rendered-form .form-group .fb-select-label:before, .rendered-form .form-group .fb-number-label:before{
    font-family: FontAwesome;
    content: "\f0da";
    line-height: 1;
    position: absolute;
    left: 25px;
    top: 12px;
}
.rendered-form .form-group .fb-file-label{
    padding: 10px 20px;
}
.rendered-form .form-group .fb-file-label{
    font-weight: bold;
}
.rendered-form .form-group .blank-label{
    display: none;
}
.rendered-form .radio-group, .rendered-form p, .rendered-form .checkbox-group{
    padding-left: 20px;
}
.rendered-form .form-control{
    margin-left: 20px;
    width: calc(100% - 40px) !important;
}
.rendered-form .fb-radio-group-label div{
    font-weight: normal;
}
.rendered-form .checkbox-group .fb-checkbox{
    position: relative;
    margin-bottom: 10px;
}
.rendered-form .checkbox-group .fb-checkbox label{
    padding-left: 10px;
}
.rendered-form .checkbox-group .fb-checkbox input{
    opacity: 0;
}
.rendered-form .checkbox-group .fb-checkbox label:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    position: absolute;
    left: 0px;
    top: 0px;
}
.rendered-form .checkbox-group .fb-checkbox input:checked + label:after{
    content: "\f00c";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    font-size: 14px;
    left: 3px;
    top: 0px;
}
.rendered-form .checkbox-group .fb-checkbox input:checked + label:before{
    border: 2px solid #333;
}

.rendered-form .radio-group .fb-radio{
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.rendered-form .radio-group label{
    padding-left: 10px;
}
.rendered-form .radio-group .fb-radio input{
    opacity: 0;
}
.rendered-form .radio-group .fb-radio label:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #999;
    position: absolute;
    left: 0px;
    top: 0px;
}
.rendered-form .radio-group .fb-radio input:checked + label:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #333;
    position: absolute;
    left: 6px;
    top: 6px;
}
.rendered-form .radio-group .fb-radio input:checked + label:before{
    border: 2px solid #333;
}
.rendered-form header{
    background-color: transparent;
    color: #333;
    box-shadow: none;
    margin: 30px 0 15px 0;
    padding: 0 20px;
    font-weight: bold;
    font-size: 18px;
}
.rendered-form p{
    margin-bottom: 15px;
}
.rendered-form p div{
    margin-bottom: 10px;
}
.rendered-form .form-control{
    box-shadow: none;
}
.rendered-form .form-control:focus{
    border: 1px solid #666;
    box-shadow: none !important;
}

.view-formbuilder-table{
    min-width: 320px;
    margin: 15px 0 0 20px;
    border: 1px solid #ddd;
}
.view-formbuilder-table tr{
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
}
.view-formbuilder-table tr:nth-child(even) {background-color: #f2f2f2;}
.view-formbuilder-table tr td{
    padding: 8px 10px;
}
.view-formbuilder-table .yes, .view-formbuilder-table .no{
    position: relative;
    padding-left: 28px;
    width: 70px;
}
.view-formbuilder-table .yes{
    color: #00ce54;
}
.view-formbuilder-table .yes:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #00ce54;
    position: absolute;
    left: 0px;
    top: 3px;
}
.view-formbuilder-table .yes:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #00ce54;
    position: absolute;
    left: 6px;
    top: 9px;
}
.view-formbuilder-table .no{
    color: #ff2323;
}
.view-formbuilder-table .no:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #ff2323;
    position: absolute;
    left: 0px;
    top: 3px;
}
.view-formbuilder-table .no:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #ff2323;
    position: absolute;
    left: 6px;
    top: 9px;
}
.comment-form-builder{
    margin: 15px 0;
    padding: 0 15px 0 20px;
}
.comment-form-builder:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ddd;
    margin-top: 15px;
}
.comment-form-builder .name{
    font-weight: bold;
}
.comment-form-builder .date{
    font-style: italic;
    text-align: right;
}
.comment-form-builder p{
    margin: 5px 0 0 0;
    padding: 0px;
    font-style: italic;
    font-size: 16px;
    color: #565656;
}
.view-para-form{
    padding-left: 20px;
}
.view-para-form div{
    margin-bottom: 8px;
}
.date-view-builder{
    font-weight: bold;
    font-size: 20px;
    padding: 15px 0 10px 20px;

}
.heading-bilder{padding-left: 20px; font-size: 20px; font-weight: bold;}
@media(max-width: 767px){
    .date-view-builder{
        padding-left: 0px;
    }
    .view-formbuilder-table{
        margin: 15px 0;
        min-width: 100%;
    }
    .view-store-report .form-control{
        margin: 0px;
        width: 100% !important;
    }
    .view-store-report .form-group{
        padding: 0 15px;
    }
    .comment-form-builder .date{
        text-align: left;
    }
    .comment-form-builder{
        padding: 0px;
    }
    .view-para-form{
        padding: 0 15px;
    }
    .comment-form-builder p{
        font-size: 15px;
    }
    .box-primary.no-padding .btn{
        margin: 10px 0px;
    }
}
/*Form Builder END*/

/*.view-custom-report .mce-first{
    display: none !important;
}
.view-custom-report .mce-last{
    opacity: 0;    
}
.view-custom-report .mce-tinymce{
    box-shadow: none !important;
    border: none !important;
}
.view-custom-report .mce-edit-area iframe{
    height: auto !important;
}
.view-custom-report .mce-stack-layout{
    pointer-events: none !important;
}
.view-custom-report .mce-panel{
    border: none !important;
}*/

.communication-details {
    display: inline-block;
    padding-top: 10px;
}

.custom-input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.custom-input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.custom-input-group-append {
    margin-left: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-info-box {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border-radius: 0.25rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0.5rem;
    position: relative;
    width: 100%;
}
.custom-info-box .info-box-icon {
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 3rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}
.custom-info-box .bg-info, .custom-info-box .bg-info>a {
    color: #fff!important;
}
.custom-info-box .bg-info {
    background-color: #17a2b8!important;
}
.custom-info-box .elevation-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)!important;
}
.custom-info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
}
.custom-info-box .info-box-text, .custom-info-box .progress-description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-info-box .info-box-number {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
}
.cmt-10 {
    margin-top:10px;
}

.control-is-invalid {
    border: 1px solid red !important;
}