/*
 Theme Name:   Mindfulreportsystem
 Theme URI:    https://www.example.com
 Description:  mindfulreportsystem
 Author:       KL
*/

* {
    outline: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    font-size: 15px;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    padding: 0px !important;
}


/* HEADINGS */

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0 0 10px;
    line-height: 140%;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 4em;
    font-family: OpenSans;
    font-weight: normal;
}

h2 {
    font-size: 2em;
    font-family: OpenSans;
    font-weight: bold;
    line-height: 100%;
}

h3 {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 100%;
}

h4 {
    font-size: 1.5em;
    font-weight: 500;
}

h5 {
    font-size: 1.2em;
    font-weight: 500;
}

h6 {
    font-size: 0.9em;
    font-weight: 500;
}

p {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.30em;
    word-break:normal;
}

a:hover {
    color: #221f1f;
}


/* IMAGES-----------------------------------------------------------------*/

img {
    width: auto;
    height: auto;
    max-width: 100%;
}


/* FONTS-----------------------------------------------------------------*/

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

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

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

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

@font-face {
    font-family: 'Cinzel-Bold';
    src: url('fonts/Cinzel-Bold.eot') format('embedded-opentype');
    src: url('fonts/Cinzel-Bold.otf') format('opentype'), url('Cinzel-Bold.woff') format('woff'), url('fonts/Cinzel-Bold.ttf') format('truetype'), url('fonts/Cinzel-Bold.svg#Cinzel-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cinzel-Regular';
    src: url('fonts/Cinzel-Regular.eot') format('embedded-opentype');
    src: url('fonts/Cinzel-Regular.otf') format('opentype'), url('fonts/Cinzel-Regular.woff') format('woff'), url('fonts/Cinzel-Regular.ttf') format('truetype'), url('fonts/Cinzel-Regular.svg#Cinzel-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.login-header {
    display: none;
}

section.aa_loginForm {
    margin-top: 40px;
    text-align: center;
}

section.aa_loginForm .report_login_form {
    background: white;
    padding: 30px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 20px 0px rgba(230, 230, 230, 0.56);
    -webkit-box-shadow: 0 0 20px 0px rgba(230, 230, 230, 0.56);
    -moz-box-shadow: 0 0 20px 0px rgba(230, 230, 230, 0.56);
    display: inline-block;
    float: none;
}

section.aa_loginForm .report_login_form .front-logo-wrapper img {
    max-width: 200px;
    margin: auto;
}

section.aa_loginForm .report_login_form .front-logo-wrapper {
    text-align: center;
    margin-bottom: 25px;
    margin-top: -70px;
}

section.aa_loginForm .report_login_form form#loginform p label {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 9px;
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 700;
}

section.aa_loginForm .report_login_form form#loginform p.login-password input,
section.aa_loginForm .report_login_form form#loginform p.login-username input {
    height: 45px;
    float: left;
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    background: transparent !important;
}

section.aa_loginForm .report_login_form form#loginform p {
    display: inline-block;
    width: 100%;
}

p.login-remember input {
    width: auto;
    float: left;
    margin-right: 5px;
}

p.login-remember label {
    font-weight: 200 !important;
    font-size: 14px !important;
    line-height: 23px !important;
    margin: 0 !important;
}

p.login-submit input {
    padding: 8px 20px;
    font-size: 17px;
    height: auto;
    line-height: 21px;
    background: #00a7e8;
    border: 0;
    color: white;
    border-radius: 4px;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}

p.login-submit input:hover,
input#csv_import_save:hover,
button#view_report:hover {
    background: #0075ae;
}

.ue-header-menu-main h2 {
    font-family: 'Cinzel-Regular';
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 18px;
    padding-left: 5px;
    width: 200px;
    display: inline-block;
    padding-top: 14px;
    color: #fff;
    font-weight: normal;
}

.ue-header-menu-main .site_title_wrapper {
    float: left;
}

.dashboard-main-menu-wrapper {
    float: right;
    padding-top: 9px;
}

.dashboard-main-menu-wrapper .ue-header-menu-module {
    float: left;
    padding-right: 26px;
}

.dashboard-main-menu-wrapper .ue-header-menu-module ul.home_menu_ul li {
    float: left;
}

.dashboard-main-menu-wrapper .ue-header-menu-module ul.home_menu_ul li a {
    padding: 10px;
    display: inline-block;
    margin: 0;
    font-family: 'Cinzel-Regular';
    color: #ffffff;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}

.dashboard-main-menu-wrapper .ue-header-menu-module ul.home_menu_ul li a:hover {
    text-shadow: -1px 5px 1px #025171;
}

.ue-logo-wrapper {
    float: left;
}

.ue-logo-wrapper img {
    width: 100%;
    max-width: 66px;
    float: left;
}

.dashboard-main-menu-wrapper .ue-header-menu-module ul.home_menu_ul {
    float: left;
    margin-bottom: 0px;
    border-right: 1px solid #0e8bbd;
    padding-right: 14px;
}

.ue-header-menu-logout-only {
    float: left;
    line-height: 41px;
    font-family: 'Cinzel-Regular';
}

header#header {
    padding: 10px 0px;
    background: #00a3e3;
}

.ue-header-menu-logout-only a {
    text-decoration: none;
    color: white;
}

.main-dropdown .main-menu-title h4 {
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 10px;
    background: #f9f9f9;
}

section.main {
    padding: 50px 0px;
    height: 100%;
    min-height: 500px;
}

.main-menu-title .main-dropdown ul {
    margin: 0 !important;
}

.main-dropdown ul li {
    display: inline-block;
    float: left;
    width: 23%;
    padding: 0px 10px;
}

.main-dropdown ul li a {
    text-align: center;
    background: linear-gradient(#313131, #000000);
    background: -moz-linear-gradient(#313131, #000000);
    background: -webkit-linear-gradient(#313131, #000000);
    width: 100%;
    display: inline-block;
    padding: 50px;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Cinzel-Regular';
    color: white !important;
    text-transform: uppercase;
    text-decoration: none;
}

section.main .container .row {
    margin: 0;
}

.main-dropdown ul li a:hover {
    background: linear-gradient(#00a2e3, #0288bd);
    background: -moz-linear-gradient(#00a2e3, #0288bd);
    background: -webkit-linear-gradient(#00a2e3, #0288bd);
}

.main-dropdown {
    width: 100%;
}

header#header .container .row {
    margin: 0;
}

.main-dropdown ul li.active a {
    background: linear-gradient(#00a2e3, #0288bd);
    background: -moz-linear-gradient(#00a2e3, #0288bd);
    background: -webkit-linear-gradient(#00a2e3, #0288bd);
}

.main-dropdown ul li.active a:hover {
    background: linear-gradient(#313131, #000000);
    background: -moz-linear-gradient(#313131, #000000);
    background: -webkit-linear-gradient(#313131, #000000);
}

.main-dropdown ul li.non-active a {
    cursor: not-allowed;
    opacity: .2;
}

.main-dropdown ul li.non-active a:hover {
    background: linear-gradient(#313131, #000000);
    background: -moz-linear-gradient(#313131, #000000);
    background: -webkit-linear-gradient(#313131, #000000);
}

section.main .container .container {
    width: 100%;
    padding: 0;
}

section.main .container .container h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    font-family: 'Cinzel-Regular';
    font-size: 23px;
    font-weight: normal;
}

.upld-frm-sc label {
    font-size: 18px;
    color: #00a2e3;
    font-family: 'Roboto-Regular';
    font-weight: normal;
    margin-bottom: 15px;
    width: 100%;
}

.file-upload .file-select input {
    padding: 7px;
    background: #f3f3f3;
    color: #3e3e3e;
    border-radius: 3px;
}

.file-upload {
    margin-bottom: 15px;
    float: left;
}

input#csv_import_save {
    padding: 8px 20px;
    font-size: 17px;
    height: auto;
    line-height: 21px;
    background: #00a7e8;
    border: 0;
    color: white;
    border-radius: 3px;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    margin-left: 13px;
}

button#view_report,
.downloadPdfWrapper button#print_btn {
    padding: 8px 20px;
    font-size: 17px;
    height: auto;
    line-height: 21px;
    background: #00a7e8;
    border: 0;
    color: white;
    border-radius: 3px;
    float: right;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}

.downloadPdfWrapper button#print_btn {
    margin-left: 10px;
}

table.table.table-bordered {
    border: 1px solid #f5f5f5;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #f5f5f5;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background: #232323;
    color: #fff;
    font-family: 'Cinzel-Regular';
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #f5f5f5;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #f5f5f5;
    vertical-align: middle;
    font-size: 15px;
}

div#report-footer {
    padding: 5px 0px;
    text-align: center;
    color: #ffffff;
    background: #00a2e3;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

span.right-tbl-span {
    float: right;
    color: #216b96;
}

span.left-tbl-span {
    /*color: #fff;*/
    max-width: 104px;
}

ul.comment-list {
    list-style-type: none;
    width: 100%;
    margin: 0;
}

ul.comment-list li {
    float: none;
    text-align: left;
    width: 100%;
    margin: 1px 0;
    padding: 0;
    list-style-type: none;
}

h3.header3 {
    font-weight: 700;
    color: #0070c0;
}

.view-report-wrapper.mind-view-preview-section {
    padding: 30px;
    background: white;
    border: 1px solid #efefef;
    display: inline-block;
    width: 100%;
}

.summary-tbl-block.red-block .left-tbl-span {
    background: #de6f2a;
    color: #000;
}

.summary-tbl-block.violet-block span.left-tbl-span {
    background: #8224d0;
}

.summary-tbl-block.green-block span.left-tbl-span {
    background: #378a6c;
}

.summary-tbl-block.blue-block span.left-tbl-span {
    background: #1d1ddf;
}

h4.error-message {
    text-align: center;
    background: #c70000;
    padding: 10px;
    font-size: 16px;
    font-family: 'Cinzel-Regular';
    color: #fff;
    border-radius: 3px;
}

.view-report-wrapper.mind-view-preview-section table {
    border-collapse: inherit;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.report_heading_block {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 700;
}

.sa-confirm-button-container button {
    padding: 8px 20px;
    font-size: 17px;
    height: auto;
    line-height: 21px;
    background: #00a7e8 !important;
    border: 0;
    color: white;
    border-radius: 3px;
    float: right;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    font-size: 15px;
}

.sa-confirm-button-container button:hover {
    background: #0075ae !important;
}

.sweet-alert.showSweetAlert h2 {
    font-family: 'Cinzel-Regular';
    font-size: 22px;
    font-weight: normal;
    color: red;
    margin: 0 auto;
}

.sweet-alert.showSweetAlert {
    border-top: 5px solid #00a6e8;
}

.ue-call-now-wrapper {
    width: 100%;
}


/* percent bar */

.percentbar {
    width: 100%;
    border: 0;
    height: 45px;
    display: flex;
}

.percentbar .percent {
    height: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding-top: 12px;
    text-shadow: 1px 1px #aaa;
}

.percentbar .green {
    background: #548235;
}

.percentbar .lightgreen {
    background: #e2efda
}

.percentbar .orange {
    background: #ffd966;
}

.percentbar .red {
    background: #ff0000;
}

.dragons {
    background: #fbab1a;
    color: #fff;
    padding: 20px;
    word-break: normal;
    margin: 10px 0;
}

.dragons h3 {
    color: #fff;
}

.dragons p {
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    word-break: normal;
}

.merge {
    background: #548235;
    color: #fff;
    padding: 20px;
    word-break: normal;
    margin: 10px 0;
}

.merge h3 {
    color: #fff;
}

.merge p {
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    word-break: normal;
}


/* ===============
    23-02-2021
================== */

.mrs-content-inner-wrapper {
    width: 100%;
}

.mrs-content-inner-wrapper .content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mrs-content-inner-wrapper .content-header h3 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
}

.mrs-content-inner-wrapper .content-header a.mrs-button,
.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-button .mrs-form-col button.mrs-button {
    background: -o-linear-gradient(rgba(0, 162, 227, 1), rgba(2, 136, 189, 1));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 162, 227, 1)), to(rgba(2, 136, 189, 1)));
    background: linear-gradient(rgba(0, 162, 227, 1), rgba(2, 136, 189, 1));
    padding: 8px 25px;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mrs-content-inner-wrapper .content-header a.mrs-button:hover,
.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-button .mrs-form-col button.mrs-button:hover {
    background: -o-linear-gradient(rgba(49, 49, 49, 1), rgba(0, 0, 0, 1));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 49, 49, 1)), to(rgba(0, 0, 0, 1)));
    background: linear-gradient(rgba(49, 49, 49, 1), rgba(0, 0, 0, 1));
}

.mrs-table-responsive table thead th {
    border: 1px solid rgba(1, 140, 194, .27);
    padding: 10px;
    color: #333;
    font-weight: 600;
    font-family: Roboto-Regular;
    text-align: center;
}

.mrs-table-responsive table tbody tr td {
    border: 1px solid rgba(1, 140, 194, .27);
    padding: 10px;
    color: #333;
    font-weight: 600;
    font-family: Roboto-Regular;
    text-align: center;
    vertical-align: middle;
}

.mrs-table-responsive table tbody tr {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mrs-table-responsive table tbody tr:hover {
    background-color: rgba(1, 140, 194, .10);
}

.mrs-table-responsive table tbody tr td .mrs-button,
.mrs-table-responsive table thead th .mrs-button {
    border: none;
    -webkit-box-shadow: 0 0 8px rgba(51, 51, 51, .27);
    box-shadow: 0 0 8px rgba(51, 51, 51, .27);
    width: 25px;
    height: 25px;
    padding: 0px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: -o-linear-gradient(rgba(0, 162, 227, 1), rgba(2, 136, 189, 1));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 162, 227, 1)), to(rgba(2, 136, 189, 1)));
    background: linear-gradient(rgba(0, 162, 227, 1), rgba(2, 136, 189, 1));
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mrs-table-responsive table tbody tr td .mrs-button i,
.mrs-table-responsive table thead th .mrs-button i {
    font-size: 14px;
    vertical-align: middle;
    color: #fff;
}

.mrs-table-responsive table tbody tr td a.mrs-button {
    margin-right: 3px;
    margin-left: 3px;
}

.mrs-table-responsive table tbody tr td .mrs-button:hover,
.mrs-table-responsive table thead th .mrs-button:hover {
    background: -o-linear-gradient(rgba(49, 49, 49, 1), rgba(0, 0, 0, 1));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 49, 49, 1)), to(rgba(0, 0, 0, 1)));
    background: linear-gradient(rgba(49, 49, 49, 1), rgba(0, 0, 0, 1));
}

.mrs-form-row-sub-team .mrs-table-responsive table tbody tr:hover {
    background: none;
}

.mrs-content-inner-wrapper .mrs_form-wrapper {
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 8px #3333;
    box-shadow: 0 0 8px #3333;
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row .mrs-form-group label.mrs-form-label {
    color: #333;
    font-weight: 600;
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row .mrs-form-group input.mrs-form-input {
    border-color: rgba(1, 140, 194, .27);
    background: #fff;
    height: 40px;
    border-radius: 0;
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-leader .mrs-form-col {
    width: 31.333%;
    display: inline-block;
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-leader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row .mrs-form-row-title {
    width: 100%;
    margin-bottom: 15px;
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-leader .mrs-form-col:not(:last-child) {
    margin-right: 3%;
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row {
    margin-bottom: 25px;
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row .mrs-form-row-title h4 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row .mrs-form-group input.mrs-form-input:focus {
    background: rgba(1, 140, 194, .08);
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-button .mrs-form-col {
    text-align: right;
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-button .mrs-form-col button.mrs-button {
    margin-right: 5px;
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-button .mrs-form-col a.mrs-button {
    background: -o-linear-gradient(rgba(49, 49, 49, 1), rgba(0, 0, 0, 1));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 49, 49, 1)), to(rgba(0, 0, 0, 1)));
    background: linear-gradient(rgba(49, 49, 49, 1), rgba(0, 0, 0, 1));
    padding: 8px 25px;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-button .mrs-form-col a.mrs-button:hover {
    background: -o-linear-gradient(rgba(0, 162, 227, 1), rgba(2, 136, 189, 1));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 162, 227, 1)), to(rgba(2, 136, 189, 1)));
    background: linear-gradient(rgba(0, 162, 227, 1), rgba(2, 136, 189, 1));
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row .mrs-table-responsive .mrs-form-group .mrs-error-message {
    text-align: left;
    font-weight: 400;
    color: #d81616;
    font-size: 14px;
    position: relative;
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row .mrs-form-group .mrs-error-message {
    text-align: left;
    font-weight: 400;
    color: #d81616;
    font-size: 14px;
    position: absolute;
    bottom: 0;
}

.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-team .mrs-form-group,
.mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-leader .mrs-form-group {
    position: relative;
    padding-bottom: 20px;
}

.mrs-table-responsive .dataTables_length select {
    width: auto;
    margin: 0 5px;
}

.mrs-table-responsive .dataTables_wrapper .dataTables_length {
    margin-bottom: 10px;
}

.mrs-table-responsive .dataTables_filter label input[type="search"] {
    border: 1px solid rgba(1, 140, 194, .27);
    height: 40px;
    padding: 10px;
}

.mrs-table-responsive .dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

.mrs-content-wrapper .mrs-table-responsive .dataTables_paginate a.paginate_button.current,
.mrs-content-wrapper .mrs-table-responsive .dataTables_paginate a.paginate_button.disabled {
    cursor: default;
}

.mrs-content-wrapper .mrs-table-responsive .dataTables_paginate a.paginate_button.disabled {
    opacity: .6;
}

.mrs-content-wrapper .mrs-table-responsive .dataTables_paginate a.paginate_button.disabled:hover {
    background: transparent !important;
    color: #333 !important;
}

.mrs-content-wrapper .mrs-table-responsive .dataTables_paginate a.paginate_button {
    background: transparent;
    color: #333 !important;
}

.mrs-content-wrapper .mrs-table-responsive .dataTables_paginate a.paginate_button:hover,
.mrs-content-wrapper .mrs-table-responsive .dataTables_paginate a.paginate_button.current {
    background: -o-linear-gradient(rgba(0, 162, 227, 1), rgba(2, 136, 189, 1));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 162, 227, 1)), to(rgba(2, 136, 189, 1)));
    background: linear-gradient(rgba(0, 162, 227, 1), rgba(2, 136, 189, 1));
    color: #fff !important;
    border-color: transparent;
}

.mrs-content-inner-wrapper .alert-wrapper {
    padding: 10px;
    margin: 10px auto;
    width: 100%;
    text-align: center;
}

.mrs-content-inner-wrapper .alert-wrapper.alert-success {
    border: 2px solid #6ba97a;
}

.mrs-content-inner-wrapper .modal .modal-dialog {
   max-width: 90%;
   width: 400px;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%) !important;
   -ms-transform: translate(-50%, -50%) !important;
   transform: translate(-50%, -50%) !important;
   margin: 0px;
}

.mrs-content-inner-wrapper .modal-dialog .modal-content {
   border-radius: 6px;
}

.mrs-content-inner-wrapper .modal-dialog .modal-content .modal-header {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: rgba(1, 140, 194, .42);
   padding: 10px 10px 10px 20px;
}

.mrs-content-inner-wrapper .modal-dialog .modal-content .modal-header h5 {
   padding: 0px;
   font-weight: 600;
}

.mrs-content-inner-wrapper .modal-dialog .modal-content .modal-header button.close {
   background-color: transparent;
}

.mrs-content-inner-wrapper .modal-dialog .modal-content .modal-header button.close span {
   font-size: 21px;
   color: #000;
}

.mrs-content-inner-wrapper .modal-dialog .modal-content .modal-body {
   color: #333;
   font-family: 'Roboto-Regular';
   padding: 10px 20px;
}

.mrs-content-inner-wrapper .modal-dialog .modal-content .modal-footer .btn {
   padding: 5px 15px;
   font-size: 14px;
}

.mrs-content-inner-wrapper .modal-dialog .modal-content .modal-footer button.btn {
   background-color: #333;
}

.mrs-content-inner-wrapper .modal-dialog .modal-content .modal-footer button.btn:hover {
   background-color: #424242;
}

.mrs-form-row.mrs-form-row-template h4.mrs-template-title {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
}

.mrs-form-row.mrs-form-row-template h4.mrs-template-title.mrs-template-title-two {
    margin-top: 2.618em;
}

.mrs-form-row.mrs-form-row-template .mrs-mail-template-keys p {
    font-size: 14px;
    color: #333333;
    padding: 5px 0;
    margin-bottom: 0;
}

.mrs-form-row.mrs-form-row-template .mrs-mail-template-keys p span {
    background: #e2e2e2;
    padding: 3px 10px;
    cursor: pointer;
}


/* User Dashboard */

.user-dashboard {
    text-align:center;
    padding:20px;
    margin: 20px auto;
    max-width:500px;
    font-size:1.2em !important;
}
.user-dashboard p {
    font-size:1.2em;
}

/* 360 Form */

.form_detail {
    padding: 20px;
    background:#f9f9f9;
}
.form_detail p {
    margin:1px;
    word-break:normal;
}
.form_detail h3 {
    margin-bottom:5px;
}


/* ===============
    media query 
================== */

.merge select {
    background: #fff;
    width: 40%;
}




@media (max-width: 1200px) {
    .main-dropdown ul li a {
        padding: 49px;
        font-size: 16px;
    }
    section.main .container .container h2 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .main-dropdown ul li:last-child {
        float: none;
    }
    .main-dropdown ul {
        text-align: center;
    }
    .main-dropdown ul li {
        width: 50%;
        margin-bottom: 15px;
    }
    section.main {
        padding: 25px 0px 45px;
    }
    .main-dropdown ul li a {
        padding: 50px 10px;
    }
}

@media screen and (max-width: 767px) {
    /* 23-02-2021 */
    .mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-leader .mrs-form-col {
        width: 100%;
        margin-bottom: 10px;
    }
    .mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-leader .mrs-form-col:not(:last-child) {
        margin-right: 0px;
    }
    .mrs-table-responsive {
        width: 100%;
        overflow-x: auto;
    }
    .mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row .mrs-form-group input.mrs-form-input {
        min-width: 120px;
    }
    .mrs-table-responsive table tbody tr td .mrs-button {
        display: block;
        margin-right: auto !important;
        margin-left: auto;
        margin-bottom: 5px;
    }
}

@media (max-width: 680px) {
    .ue-header-menu-main h2 {
        display: inline-block;
        width: auto;
    }
    .ue-logo-wrapper {
        float: none;
        display: inline-block;
    }
    .ue-logo-wrapper img {
        max-width: 50px;
        float: none;
        display: inline-block;
    }
    .ue-header-menu-main .site_title_wrapper {
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }
    header#header {
        padding: 0;
    }
    header#header .container {
        padding: 0;
    }
    .dashboard-main-menu-wrapper {
        width: 100%;
        text-align: center;
        background: #0495d0;
        margin-top: 10px;
        padding: 0px 15px;
    }
    .dashboard-main-menu-wrapper .ue-header-menu-module {
        float: left;
        padding-right: 26px;
        display: inline-block;
    }
    .dashboard-main-menu-wrapper .ue-header-menu-module ul.home_menu_ul {
        float: left;
        margin-bottom: 0px;
        border-right: 0;
        padding-right: 0px;
        display: inline-block;
    }
    .ue-header-menu-logout-only {
        float: right;
    }
    .dashboard-main-menu-wrapper .ue-header-menu-module {
        padding-right: 0;
    }
    .sweet-alert.showSweetAlert.visible h2 {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .main-dropdown ul li {
        width: 100%;
    }
    section.main .container .container h2 {
        text-align: center;
    }
    .upld-frm-sc label {
        width: 100%;
        text-align: center;
    }
    .upld-frm-sc {
        text-align: center;
    }
    .file-upload {
        float: none;
        display: inline-block;
    }
    section.main .container .container {
        text-align: center;
    }
    button#view_report,
    .downloadPdfWrapper button#print_btn {
        float: none;
        display: inline-block;
    }
    .downloadPdfWrapper button#print_btn {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    /* 23-02-2021 */
    .mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-button .mrs-form-col {
        text-align: center;
    }
    .mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-button .mrs-form-col button.mrs-button,
    .mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row-button .mrs-form-col a.mrs-button {
        padding: 8px 15px;
    }
    .mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row .mrs-table-responsive .mrs-form-group .mrs-error-message,
    .mrs-content-inner-wrapper .mrs_form-wrapper .mrs-form-element .mrs-form-row .mrs-form-group .mrs-error-message {
        font-size: 13px;
        line-height: 16px;
    }
}

@media (max-width: 380px) {
    .dashboard-main-menu-wrapper .ue-header-menu-module ul.home_menu_ul li a {
        font-size: 13px;
    }
    .ue-header-menu-logout-only {
        font-size: 13px;
    }
}