@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,300,600,700);@import "spinners.css"; @import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap'); body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Karla', sans-serif;
}
body {
    font-family: 'Karla', sans-serif;
    color:#55616c !important;
	font-size: 14px;
    
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Karla', sans-serif;
}

.bg-title h4 {
    font-family: 'Karla', sans-serif;
}

.i-font17 {
    font-size: 17px !important;
}

.i-lable {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 28px;
}

#newText {
    width: 100% !important;
}

.newInputContainer {
    padding: 10px 0px;
    width: 100%;
}

#container {
    min-width: 310px;
    max-width: 800px;
    height: 400px;
    margin: 0 auto
}

.btn {
    height: 2.7em !important;
	font-size:1em;
}

.dropdown-menu {
    padding-bottom: 0px;
}

a.dt-button, button.dt-button, div.dt-button {
    background: #e51614 !important;
    color: #fff !important;
    border-color: #e40f02 !important;
    height: 2em;
	padding: .2em .5em;
    border-radius: 5px;
    font-weight: 400;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #e51614 !important;
    background-color: #e51614 !important;
    font-weight: 400 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-weight: 400;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    font-weight: 400;
}

table.dataTable tbody th, table.dataTable tbody td {
    text-align: left;
    font-weight: 400;
    font-size: 1em;
    color: #051d39;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #f1f2f7 !important;
}

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

.table>thead>tr>th {
    vertical-align: bottom;
    padding: 12px 8px;
    border-bottom: none;
    border-top: solid 1px #f1f2f7;
    white-space: nowrap;
}

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

.top-dash {
    background: #0aa699;
}

.top-dash .text-muted {
    color: #fff !important;
}

.color-white {
    color: #fff !important;
}

.clickable {
    padding: 10px;
    text-align: center !important;
    color: #fff;
    display: block;
    width: 100%;
    background: rgba(51, 51, 51, 0.09);
}

.clickable a {
    color: #fff;
}

.col-in.row.p-b-0 {
    min-height: 130px;
}

p.b-pro {
    background: #6164c1;
    color: #fff;
    padding: 0px 9px;
    float: left;
    border-radius: 7px;
    font-weight: 400;
    font-size: 12px;
}

.dash-table td {
    font-size: 1em;
    font-weight: 400;
    vertical-align: middle;
}

.dash-table p {
    margin-bottom: 0;
}

.dash-table thead {
    background: #00c292;
    color: #fff;
}

.dash-table thead th {
    color: #292b2c;
    padding: .5em .5em !important;
    font-size: 1.1em;
}

.b-blk {
    font-weight: 400;
    color: #333;
}

.wid-130px {
    width: 130px;
}

.b-blk {
    font-weight: 400;
    color: #333;
}

.v-btn {
    padding: 2px 11px;
    display: inline-flex;
    font-size: 16px;
    margin-right: 10px;
}

/* changes */
textarea.form-control {
    height: 2.7em;
    line-height: 1.6em;
}

.select2-search-choice-close {
    top: 6px !important;
}

.select2-container {
    border: 1px solid #e4e7ea;
    padding: 4px 3px!important;
    max-width: 100% !important;
}

.select2-container-multi .select2-choices {
    border: transparent !important;
    padding: 0 5px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: none !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    font-weight: 400;
}

.select2-container-multi .select2-choices .select2-search-field input {
    font-weight: 400;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 6px 7px 4px 18px;
    margin: 3px 5px 3px 5px;
    color: #555;
    background: #f5f5f5;
    border-color: rgba(120,130,140,.13);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 2.2em;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999;
    opacity: 1;
    line-height: 2.3em;
    font-size: 1.1em;
	font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.8em;
    position: absolute;
    top: .1em;
    right: 1px;
    width: 1.5em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: .4em .3em 0 .3em;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 0;
    position: absolute;
    top: 55%;
    width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 .3em .4em .3em;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 1em;
	font-weight: 400;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: .5em;
    padding-right: 1.2em;
}
.slimScrollBar {
    width: .3em !important;
}
.modal-header {
    padding: 1em;
}
.modal-body{
    padding: 1em;
}
.file-box img {
    width: 1em;
}
.daterangepicker .input-mini {
    height: 2em;
    line-height: 2em;
    display: block;
    vertical-align: middle;
    margin: 0 0 .4em 0;
    padding: 0 .6em 0 1.8em;
    width: 100%;
}
.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: .6em;
    top: .6em;
}
.select2-container .select2-selection--multiple {
    min-height: 2.7em;
    max-height: 2.7em;
}
select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    border: 1px solid #e4e7ea !important;
    line-height: 2.5em !important;
    height: 2.7em !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: .5em .6em;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 2.7em;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    line-height: 2.3em !important;
    height: 2.7em !important;
}
.modal-dialog {
    max-width: 31.25em;
    margin: 30px auto;
}
.r-icon-stats i {
    width: 4.2em;
    height: 4.2em;
    padding: 1.4em;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    display: inline-block;
    border-radius: 100%;
    vertical-align: top;
    box-shadow: 2px 4px 5px #ccc;
}

.r-icon-stats {
    text-align: center;
}
p.qq i {
    margin-right: 5px;
    font-size: 1em !important;
}
.r-icon-stats .bodystate {
    padding-left: 0px;
    display: block;
    vertical-align: middle;
}

.bg1 {
    background: linear-gradient(to right, #FFC371, #FF5F6D);
}

.bg2 {
    background: linear-gradient(to right, #2F80ED, #56CCF2);
}

.bg3 {
    background: linear-gradient(to right, #0f3443, #34e89e);
}

.bg4 {
    background: linear-gradient(to right, #2c3e50, #bdc3c7);
}

.rd-10 {
    border-radius: 10px !important;
    box-shadow: 2px 3px 9px #cccccc61 !important;
}

.d-txt {
    color: #0d558a!important;
    font-weight: 500;
}

.r-icon-stats .bodystate h4 {
    margin-bottom: 0;
    font-size: 40px;
    clear: both;
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    line-height: inherit;
    color: #484848 !important;
}

.checkbox label::before {
    border: 1px solid rgb(81 91 101 / 75%);
}

td.footable-visible.footable-first-column div {
    display: inline;
}

.white-box {
    font-family: 'Karla', sans-serif;
    background: #fff;
    padding: 1.55em .95em;
    margin-bottom: 5em;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px #bdbdbd;
}

.top-left-part img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    margin: 0 !important;
}

#side-menu ul > li > a.active {
    color: #fff !important;
    font-weight: 500;
    border-left: 3px solid #e40303;
}

#side-menu li a {
    color: #757575 !important;
    border-left: 0px solid #fff;
    font-family: 'Karla', sans-serif !important;
    font-size: 12px;
    font-weight: 500;
}

#side-menu > li > a.active {
    border-left: 3px solid #a0aec4;
    color: #fff !important;
    font-weight: 500;
    
}

#myTable h4 {
    line-height: 6px;
    font-size: 15px;
    font-weight: 500;
}

.sidebar {
    height: calc(100% - 5em) !important;
}

#side-menu > li > a.active i {
    color: #fff !important;
}

.sidebar .nav-second-level li a {
    padding-left: 1.55em !important;
}

.sidebar .nav-second-level li ul li {
    padding-left: 20px;
}

.form-control:focus {
    border-color: #6e97b5 !important;
}

.fileinput.fileinput-new.input-group .btn {
    height: 32px !important;
}

.p-l-0 {
    padding-left: 0;
}

.form-control ::placeholder {
    color: #292b2c;
    opacity: .7;
    font-size: .9em !important;
}
::placeholder {
    color: #292b2c;
    opacity: .7;
    font-size: .9em !important;
}

/*changes ends */
/*Zamp-hr*/
.zamp-hr .navbar-header {
    background: #292b2c !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {
    background-color: #292b2c;
    font-weight: 700;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {
    background-color: #292b2c;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    font-weight: 700;
    background-color: #e40404 !important;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 801px) and (max-width:1024px) {
    .zamp-hr .right-1 {
        width: calc(100% - 60px) !important;
    }

    .zamp-hr li.dropdown b {
        display: none;
    }

    .zamp-hr a.dropdown-toggle.profile-pic {
        width: 60px !important;
    }
	.form-control{
		font-size:1em;
	}
}

@media only screen and (max-width: 800px) {
    .bt-icon-box {
        display: none;
    }
	.form-control{
		font-size:1em !important;
	}
}

@media only screen and (min-width: 800px) {
    .zamp-hr .navbar-header {
        background: #292b2c !important;
    }

    .zamp-hr .right-1 li {
        margin-left: auto;
    }

    .zamp-hr .right-1 {
        float: left !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: calc(100% - 220px);
    }

    .zamp-hr a.dropdown-toggle.profile-pic {
        min-width: 200px;
    }

    .bt-icon-box {
        line-height: 19px;
        position: relative;
        padding-left: 30px;
        margin-top: 15px;
    }

    .bt-icon-box .icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        font-size: 20px;
        float: left;
        color: #6097d0;
    }

    .bt-icon-box .text {
        color: #fff;
        font-size: 12px;
        display: flex;
        letter-spacing: 1.6px;
        margin-top: -8px;
        font-weight: 500;
        font-family: 'Open Sans', sans-serif !important;
    }

    .zamp-hr .request {
        color: #fff;
        background: #fff;
        padding: 2px 5px;
        text-align: center;
        border-radius: 3px;
        background: #f46b23;
        margin-top: 2px;
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: 500;
    }

    .zamp-hr .navbar-top-links > li > a {
        color: #fff;
    }
}

/* added css */
.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    /* padding-top: 11px; */
}
#wrapper{overflow-x:hidden;}	
.bg-title{margin-bottom:15px;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: transparent;
    color: red;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover .i-font17{
    color: red;
}

.i-lable {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    background: transparent;
}
.table-responsive .dropdown-menu>li>a {
    padding: 5px 10px;
}
a.dropdown-toggle {
    cursor: pointer;
}
.action-dropdown{
    text-align:center;
    margin:0 auto;
}
.action-dropdown .dropdown-toggle::after{
    display:none;
}
.action-dropdown .dropdown-menu{
    min-width: 120px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
    border-radius: 5px;
}

i.ti-more-alt {
    color: #031e37;
}
.i-font17 {
    font-size: 17px !important;
    color: #333;
}
.login-box img {
    width: 10em;
    margin-bottom: 1em;
}
.daterangepicker .calendar {
    display: none;
    max-width: 25em;
    margin: 4px;
}
.daterangepicker.ltr {
    direction: ltr;
    text-align: left;
    font-size: .7em;
}
.ranges {
    font-size: .9em !important;
    float: none;
    margin: 4px;
    text-align: left;
}
.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 2em !important;
    line-height: 2em !important;
    display: block;
    vertical-align: middle;
    margin: 0 0 .25em 0 !important;
    padding: 0 .4em 0 1.8em !important;
    width: 100%;
}
.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: .6em !important;
    top: .6em !important;
}
.bootstrap-datetimepicker-widget{
	width:100% !important;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 1.4em;
    line-height: 1.4em;
    width: 1.4em;
}
.bootstrap-datetimepicker-widget table th {
    height: 1.4em;
    line-height: 1.4em;
    width: 20px;
}
.pie-charts div {
    min-width: 20em !important;
    max-width: 40em;
    height: 20em !important;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    z-index: 9999 !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 15em;
    overflow-y: auto;
}
.select2-results {
    max-height: 15em;
}
.floating .btn {
    min-width: 6em;
    padding: .7em .7em !important;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn i{
	padding-right: .3em;
}
body.stop-scrolling {
    height: auto !important;
}
.sweet-alert h2{
	margin:0 !Important;
}
.sweet-alert {
    width: 30em !important;
}
.sweet-alert h2 {
    color: #575757;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 24px;
    display: block;
}
.sweet-alert button {
    border: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 32px;
    margin: 20px 5px 0 5px;
    cursor: pointer;
}
.sweet-alert .confirm{
    background-color: #e40203 !important;
    color: white;
}
.sweet-alert .sa-icon.sa-error {
    border-color: #e40203 !important;
}
.sweet-alert .sa-icon.sa-error .sa-line {
    background-color: #e40203 !important;
}
.sa-icon.sa-warning.pulseWarning {
    width: 50px !important;
    height: 50px !important;
    border: 3px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 15px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin-top: 0 !important;
}
.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 2px !important;
    width: 23px !important;
    background-color: #e40203;
    display: block;
    top: 25px !important;
    border-radius: 3px;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 20px !important;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86;
}
.sa-icon.sa-error.animateErrorIcon {
    width: 4em !important;
    height: 4em !important;
    border: solid 3px;
}

@media (min-width: 1024) {
	body{
        font-size: 14px; !important;
		
    }
}

@media (min-width: 1920px) {
    body{
        font-size: large !important;
		
    }
	
	.modal-header.py-3 {
    padding: 1em !important;
}
#schModal button.close {
    top: 0.5em !important;
    right: 1em;
    font-size: 1.5em !important;
}
	.login-box {
    font-size: large !important;
    }
    .goog-te-gadget-simple .goog-te-menu-value span {
        text-decoration: none;
        font-size: large;
    }
	span.text {
    font-size: large !important;
}
	span.numcount{
		font-size: large;
	}
	.multiselect-item .multiselect-all label {
    font-weight: 500;
    margin-bottom: .4em;
    font-size: 1.5em !important;
}
.mce-btn button{
	font-size: large;
}
.m-t-10 {
    margin-top: .6em!important;
}
.datepicker td, .datepicker th{
	font-size: large;
}
.daterangepicker .calendar th, .daterangepicker .calendar td{
	font-size: large;
}
.bootstrap-datetimepicker-widget table {
    font-size: large;
}
.goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * {
    font-family: arial;
    font-size: large important;
}
.goog-te-balloon{
	font-size: 1.1em important;
}
.mce-ico {
    font-size: 1em;
}
.sweet-alert{
	width:30em;
}
.sweet-alert h2 {
    color: #575757;
    font-size: 1.8em;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 2em;
    display: block;
}
.sweet-alert p {
    color: #797979;
    font-size: .9em;
}
.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: .9em;
    font-weight: 500;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: .65em 2em;
    margin: 1.5em .3em 0 .3em;
    cursor: pointer;
}
.cd-accordion__label--icon-folder::after {
    background-position: -1em 0;
}
.cd-accordion__label::after, .cd-accordion__label--icon-folder::before {
    content: '';
    display: block;
    width: .8em;
    height: 1em;
    background-size: 3em;
}
span#sassPgModal-1 {
    width: 31.5% !important;
}
.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset{
	font-size: 1em !important;
}
.mce-flow-layout-item {
    margin: .2em 0 .2em .2em !important;
}
.mce-ico {
    font-family: 'tinymce',Arial;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: .9em !Important;
    line-height: 1em;
}
.mce-btn button {
    padding: .35em 0.6em !important;
}
.mce-edit-area iframe{
	height: 20em !important;
	width: 99% !important;
}
ul.list-inline.icheck-list.p-0.a_rt {
    float: left !important;
    margin-left: 6.4em;
}
.row.mob_res_align {
    padding: .8em !important;
}
.mce-window-head {
    padding: .6em 1em;
    border-bottom: 1px solid #c5c5c5;
    position: relative;
}
.mce-foot{
	padding: .6em 1em;
}
body#tinymce {
	zoom:2 !important;
}
.cd-accordion__label--icon-img::after {
    background-position: -2.23em 0;
}
span.span2.sassPgModal {
    margin-left: -.95em;
}
iframe body{
	zoom:4 !important;
}
svg.highcharts-root {
    font-size: .9em !important;
    padding: .5em !important;
}

.badge-img img{
	width:3em;
}
.mce-window-head .mce-close {
    position: absolute;
    right: 1em !important;
    top: 0 !important;
    height: 2.5em !important;
    width: 2.5em !important;
}
.mce-window-head {
    padding: .6em 1em !important;
    border-bottom: 1px solid #c5c5c5;
    position: relative;
}
.mce-window.mce-in {
    transform: scale(1.2) !important;
    opacity: 1;
}
.mce-combobox input {
    border: 1px solid #c5c5c5;
    border-right-color: #c5c5c5;
    height: 1.45em !important;
}
.mce-tab {
    border: 1px solid #c5c5c5;
    border-width: 0 1px 0 0;
    background: #ffffff;
    padding: .6em !important;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    height: .9em !important;
    cursor: pointer;
}
.mce-menu-item {
    display: block;
    padding: .5em .5em !important;
}
.mce-menu-has-icons i {
    display: inline-block;
    line-height: 1em;
    padding-right: .5em;
}
.mce-container-body.mce-abs-layout {
    overflow: visible !important;
}
.mce-grid img{
	width:1em !important;
	height:1em !important;
}
i.mce-i-backcolor {
    text-shadow: none;
    background: #BBB;
    width: 100% !important;
}
body#tinymce {
    font-size: 3em !important;
}
.month-name {
    padding: 1em !important;
}
.cd-accordion__input:checked+.cd-accordion__label::after {
    background-position: -1em 0;
}
.week-list{
	margin:.7em !important;
}
.sidebar-na .nav > li > a {
    position: relative;
    display: block;
    padding: .6em 1em;
}
.form-group {
    margin-bottom: .3em;
}
.ranges .btn{
	font-size:1.1em;
	margin-bottom: .7em;
}
.month-name {
    width: 2.5em;
    height: 2.5em;
}
.bg-title .breadcrumb {
    font-size: 1.2em;
}
h4 {
    line-height: 1.3em;
    font-size: 1.2em !important;
}
.m-t-30 {
    margin-top: 2.6em!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0 .3em !important;
}
.help-block {
    display: block;
    margin-top: .35em;
    margin-bottom: .7em;
    color: #737373;
}
table.dataTable thead th, table.dataTable thead td {
    padding: .8em .6em;
}
table.dataTable {
    margin-bottom: 2em;
}
a.new_icon_box ion-icon {
    color: #fff;
    font-size: 1em !important;
}
.manager_style_label {
    padding: .3em !important;
    border-radius: 50% !important;
}
.supervisor_style_label {
    padding: .3em !important;
    border-radius: 50% !important;
}
.employee_style_label{
	padding: .3em !important;
    border-radius: 50% !important;
}
a#assignSupervisor ion-icon {
    font-size: 1em;
}
a#unassignSupervisor ion-icon {
    font-size: 1em;
}
a#assignManager ion-icon {
    font-size: 1em;
}
a#unassignManager ion-icon {
    font-size: 1em;
}
.employee_list_page .list-inline-item:not(:last-child) {
    margin-right: .3em !important;
}
ul#side-menu li img {
    width: 1.3em;
}
.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 3px !important;
    width: 2.2em !important;
    background-color: #e40203;
    display: block;
    top: 1.8em !important;
    border-radius: 2px;
}
}
@media (min-width: 2560px) {
    body{
        font-size: 310% !important;
    }
	.login-box {
    font-size: xx-large !important;
    }
    .goog-te-gadget-simple .goog-te-menu-value span {
        text-decoration: none;
        font-size: x-large;
    }
	span.text {
    font-size: x-large !important;
}
	span.numcount{
		font-size: x-large;
	}
	.mce-btn button{
	font-size: x-large;
}
.datepicker td, .datepicker th{
	font-size: x-large;
}
.daterangepicker .calendar th, .daterangepicker .calendar td{
	font-size: x-large;
}
.bootstrap-datetimepicker-widget table {
    font-size: x-large;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.8em;
    position: absolute;
    top: -.3em;
    right: .4em;
    width: 1.5em;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(8em);
    max-height: 2.7em !important;
    padding: .6em .5em !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    background-image: url("../img/down-arrow.png");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .6em auto, 100%;
}
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}
.add_new_btn {
    padding-top: .4em !important;
}
}
@media (min-width: 3840px) {
    body{
        font-size: 420% !important;
    }
	.mt-5 {
    margin-top: 4rem!important;
}
.mb-3 {
    margin-bottom: 4rem!important;
}
.help-block {
    display: block;
    margin-top: 0.35em;
    margin-bottom: 0;
    color: #737373;
}
textarea.form-control {
    height: 2.7em !important;
    line-height: 1.6em;
}
	.login-box {
    font-size: xxx-large !important;
    }
    .goog-te-gadget-simple .goog-te-menu-value span {
        text-decoration: none;
        font-size: xx-large !important;
    }
	span.text {
    font-size: xx-large !important;
}
	span.numcount{
		font-size: xx-large;
	}
	.mce-btn button{
	font-size: xx-large;
}
.datepicker td, .datepicker th {
    font-size: xxx-large !important;
}
.datepicker td, .datepicker th {
    text-align: center;
    width: 2.3em;
    height: 2.3em;
}
.select2-selection__rendered {
    line-height: 2.5em !important;
}
.select2-container .select2-selection--single {
    height: 2.5em !important;
}
.select2-selection__arrow {
    height: 2.5em !important;
}
.daterangepicker .calendar th, .daterangepicker .calendar td{
	font-size: xx-large;
}
.bootstrap-datetimepicker-widget table {
    font-size: xx-large;
}
.daterangepicker .calendar {
    display: none;
    max-width: 30em !important;
    margin: 4px;
}
body#tinymce {
    zoom: 3 !important;
}
.cd-accordion__label--icon-img::after {
    background-position: -91px 0;
}
.month-name {
    padding: 1.5em !important;
}
radio.radio-success {
    margin-right: 10px;
    margin-top: 0;
}
audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
                font-size:2em;
}
audio::-webkit-media-controls-panel, audio::-webkit-media-controls-mute-button, audio::-webkit-media-controls-play-button{
	width:5em;
}
audio {
    width: 7em !important;
    height: 1em !important;
    transform: scale(2);
}
audio::-webkit-media-controls,
video::-webkit-media-controls {
    width: xxx-large !important;
    height: xxx-large !important;
    position: relative;
    direction: ltr;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
ul.list-inline.icheck-list.p-0.a_rt {
    float: left !important;
    margin-left: 6em;
}
g.highcharts-axis-labels.highcharts-xaxis-labels {
    transform: translate(12px, 0);
}
.sweet-alert input{
	height:5em;
}
.daterangepicker.ltr {
    direction: ltr;
    text-align: left;
    font-size: 1em;
}

.ranges .btn {
    font-size: 1.1em;
    margin-bottom: .5em;
	    display: inline-flex;
}
.cd-accordion__label::after, .cd-accordion__label--icon-folder::before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    background-size: 3em;
}

}

/* end */