* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    background: #c5d4e0;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

@font-face {
    font-family: 'nunitobold';
    src: url('../fonts/nunito_bold-webfont.woff2') format('woff2'),
    url('../fonts/nunito_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
    url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
    url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight_italic';
    src: url('../fonts/roboto-lightitalic-webfont.woff2') format('woff2'),
    url('../fonts/roboto-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium_italic';
    src: url('../fonts/roboto-mediumitalic-webfont.woff2') format('woff2'),
    url('../fonts/roboto-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
    url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoitalic';
    src: url('../fonts/roboto-italic-webfont.woff2') format('woff2'),
    url('../fonts/roboto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoheavy';
    src: url('../fonts/lato-heavy-webfont.woff2') format('woff2'),
    url('../fonts/lato-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
    url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinssemibold";
    src: url('../fonts/poppins_semibold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsbold";
    src: url('../fonts/poppins_bold.ttf');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'robotoregular';
    font-size: 14px;
    line-height: 17px;
    color: #75838F;
}

body.login-page {
    background-size: cover;

    background-image: var(--loginBackground);

    width: 100%;

    text-align: center;
}

h1, h2, h3, h4, h5 {
    color: #2F3740;
    font-family: 'robotomedium';
}

html {
    height: 100%;
}

.login-content h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
    font-family: robotoregular;
}

.login-block {
    width: 300px;
    margin: 0 auto;
    padding-top: 40px;
    margin-top: 8%;
}

.login-block img.logo {
    margin-bottom: 10px;
}

.form-control {
    font-size: 16px;
    font-family: 'robotolight';
    border-radius: 2px;
}

.login-form .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    background: none;
    color: #fff;
    box-shadow: none;
}

.login-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.login-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.login-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.login-form .btn-yellow {
    width: 100%;
}

.btn-yellow {
    background: #f0c52c;
    font-size: 20px;
    color: #393F45;
    border-radius: 30px;
    padding: 10px;
    border: 0;
}

.login-block ul {
    width: 137px;
    margin: 0 auto;
}

.login-block ul li {
    font-family: 'robotomedium';
    font-size: 14px;
    color: #fff;
    float: left;
    list-style: none;
    margin: 0 5px 0 0;
}

.login-block ul li:last-child {
    margin: 0;
}

a {
    text-decoration: none;
}

.login-block ul li a {
    color: #fff;
}

.login-block .login-social-links {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    font-size: 13px;
    font-family: 'robotolight';
    color: #fff;
    line-height: 20px;
}

.login-block .login-social-links ul {
    width: 94px;
    margin: 0 auto 10px;
}

.h-100 {
    height: 100%;
}

.h-auto {
    height: auto;
}

header {
    background: #1072BA;
    width: 100%;
    float: left;
    border-top-left-radius: 10px;
    /*height: 61px;*/
    position: fixed;
    top: 0;
    z-index: 999;
    max-width: 1920px;
}

.logo-sm {
    background: #075B98;


    padding: 16.5px 10px;
    /* border-top-left-radius: 10px; */
}

.logo-sm img {
    width: auto;
    height: 48px;

}

.welcome-text {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    margin-top: 8px;
    font-size: 24px;
    color: #fff;
    line-height: 46px;
    margin-left: 20px;
}

.open .menu-dropdown, .dropdown.open .menu-dropdown, .open .dropdown-menu, .dropdown.open .dropdown-menu {
    display: block;
    background: #1072BA;
    padding-left: 10px;
    border: 0;
}

.open .dropdown-menu, .dropdown.open .dropdown-menu a {
    color: #fff;
}

.dropdown-ul a.dropdown-toggle {
    font-size: 15px;
    color: #fff;
    line-height: 47px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

li {
    list-style: none
}

.dropdown-ul li img {
    width: auto;
    height: 50px;
}

.dropDownMenu {

}

.header-drp {
    margin: 7px 25px 0px 0px;
}

.homeAnnouncement {
    background-size: cover;
    position: relative;
    background-image: var(--menuBackground);
    width: 100%;
    height: 100%;
    padding-top: 10px;
    border-bottom: 10px solid #1072BA;
    float: left;
}

.nocornerround {
    border-radius: 0px !important;
}

.homeAnnouncementBlock {
    background: #fff url("../img/annicon.png") top right no-repeat;
    width: 50%;
    float: left;
    margin: 25px 0 25px 65px;
    border-radius: 20px;
}

.Anlogo {
    margin: 15px 10px 10px 25px;
}

.AnnContent {
    padding: 0 25px 15px 25px;
    float: left;
    width: 100%;
}

.AnnContent h3 {
    font-family: 'robotomedium';
    font-size: 28px;
    margin-bottom: 10px;
}

.RobotoMedium {
    font-family: 'robotomedium';
}

.AnnContent h4 {
    font-size: 20px;
    font-family: 'robotomedium';
    cursor: pointer;
}

.AnnContent p {
    font-size: 16px;
}

.AnnContentText {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.AnnContentTextLeft {
    width: 30%;
}

.AnnContentTextRight {
    width: 68%;
    padding-top: 20px;
    margin-left: 2%;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.AnnContentTextRight p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.AnnContent a {
    font-size: 14px;
    color: #1072BA;
    text-align: center;
    display: block;
}

.HomepageBlockInner {
    padding: 0 65px;
}

.HomepageBlock {
    border-right: 2px solid #1072BA;

    width: 25%;
    float: left;
    height: 175px;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 10px, rgb(0 0 0 / 4%) 0px 0px 10px;
    margin-bottom: 30px;
}

.HomepageBlock:nth-child(4n) {
    border-right: 0;
}

.HomepageBlockCircle {
    background: #1072BA;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
}

.HomepageBlockText {
    margin-left: 8px;
    /*width: 70%;*/
    padding-top: 15px;

}

.HomepageBlockText h4 {
    font-size: 20px;
    color: #696564;
    margin: 8px 0 14px;
    font-family: 'robotoregular';
}

.HomepageBlockText a {
    color: #1072BA;
    display: block;
    margin-bottom: 8px;
}

footer p {
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    padding-bottom: 10px;
}

.login-block .login-social-links ul li:last-child {
    margin-right: 0;
}

.Anlogo {
    background: url("../img/logo.png") 0 0 no-repeat;
    height: 100px;
}

.HomepageBlock-left {
    float: left;
    padding-left: 15px;
    padding-top: 15px;
}

.HomepageBlockMain {
    padding-top: 15px;
}

a {
    color: #1072BA;
}

.home-main {
    padding-top: 50px;
}

#my-modal-annocementinfo.wg-modal .wg-modal-close {
    background: #333;
    text-align: center;
    color: #d8d8d8;
    font-size: 18px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding-top: 0px;
    position: absolute;
    top: -7px;
    right: 7px;
}

#my-modal-annocementinfo.wg-modal {
    overflow: initial;
}

.modal-content1 {
    padding: 8px 10px;
    border-radius: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.modal-content1 h3 {
    font-size: 24px;
    text-align: center;
    font-family: 'robotobold';
    margin-bottom: 7px;
}

.modal-content1 p, .modal-content1 a, .modal-content1 a:hover {
    font-size: 16px;
    font-family: 'robotomedium';
    line-height: 20px;
}

.modal-content1 a.submit-btn, .modal-content1 a.submit-btn:hover {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.s-layout {
    display: flex;
    width: 100%;
    min-height: 100vh;
    background: #1072BA;
}

.s-layout__content {
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    flex: 1;
    padding-top: 45px;
    background: #edf2f8;
}

body.select-addons .s-sidebar__nav {
    z-index: 11;
}

.s-layout__content_inner {
    width: 100%;
    float: left;
    border-radius: 1px;
}

.rounded-10 {
    border-radius: 10px !important;
}

/* Sidebar */
.s-sidebar__trigger {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #1072BA;
}

.s-sidebar__trigger img {
    margin: 12px;
}

.s-sidebar__nav {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: all .3s ease-in;
    width: 13em;
    height: 100%;
    background: #1072ba;
    z-index: 1100;
}

.s-sidebar__nav.s-sidebar__nav_white {
    background: #fff;
}

.s-sidebar__nav:hover,
.s-sidebar__nav:focus,
.s-sidebar__trigger:focus + .s-sidebar__nav,
.s-sidebar__trigger:hover + .s-sidebar__nav {
    left: 0;
}

.s-sidebar__nav ul {
    position: absolute;
    top: 4em;
    left: 0;
    margin: 0;
    padding: 0;
    width: 13em;
}

.s-sidebar__nav ul li {
    width: 100%;
    transition: all 0.5s ease;
}

.s-sidebar__nav .logo {
    text-align: center;
    margin: 0 auto 5px auto;
    width: 80%;
}

.s-sidebar__nav_white.s-sidebar__nav .logo {
    margin-bottom: 15px;
}

.s-sidebar__nav .logo img {
    width: 100%;
    height: auto;
}

.s-sidebar__nav-link {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-family: 'robotoregular';
    padding: 6px 15px 10px 10px;
}

.s-sidebar__nav_white .s-sidebar__nav-link {
    color: #1072BA;
}

.s-sidebar__nav-link:hover, .s-sidebar__nav-link:focus, .s-sidebar__nav-link.active {
    color: #4B93D2;
    text-decoration: none;
}

.s-sidebar__nav-link.active, .s-sidebar__nav-link:hover {
    background: #fff;
    color: #1072BA;
}

.s-sidebar__nav_white .s-sidebar__nav-link.active, .s-sidebar__nav_white .s-sidebar__nav-link:hover {
    background: #1072BA;
    color: #fff;
}

.s-sidebar__nav-link .s-icon {
    margin-right: 8px;
}

.s-sidebar__nav-link .s-icon {
    background: url("../img/ic_home_24px.png") 0 0 no-repeat;
    height: 21px;
    float: left;
    width: 24px;
}

.s-sidebar__nav-link span {
    margin-top: 4px;
    float: left;
}

.s-sidebar__nav ul li:hover .s-icon.home {
    background: url("../img/ic_home_24px.png") 0 -22px no-repeat;
}

.s-sidebar__nav ul li .s-icon.nav2 {
    background: url("../img/ic_people_24px.png") 0 0px no-repeat;
    height: 16px;
    margin-top: 3px;
}

.s-sidebar__nav ul li:hover .s-icon.nav2, .s-sidebar__nav ul li .active .s-icon.nav2 {
    background: url("../img/ic_people_24px.png") 0 -17px no-repeat;
}

.s-sidebar__nav ul li .s-icon.nav3 {
    background: url("../img/ic_library_books_24px.png") 0 0 no-repeat;
    height: 21px;
}

.s-sidebar__nav ul li:hover .s-icon.nav3, .s-sidebar__nav ul li .active .s-icon.nav3 {
    background: url("../img/ic_library_books_24px.png") 0 -21px no-repeat;
}

.s-sidebar__nav ul li .s-icon.nav4 {
    background: url("../img/ic_email_24px.png") 0 0px no-repeat;
    margin-top: 3px;
    height: 16px;
}

.s-sidebar__nav ul li:hover .s-icon.nav4, .s-sidebar__nav ul li .active .s-icon.nav4 {
    background: url("../img/ic_email_24px.png") 0 -17px no-repeat;
}

.s-sidebar__nav ul li .s-icon.nav5 {
    background: url("../img/ic_settings_24px.png") 0 0 no-repeat;
    height: 24px;
}

.s-sidebar__nav ul li:hover .s-icon.nav5, .s-sidebar__nav ul li .active .s-icon.nav5 {
    background: url("../img/ic_settings_24px.png") 0 -25px no-repeat;
}

.h2_title {
    font-size: 26px;
    color: #485560;
    font-family: 'robotoregular';
}

.mr-2 {
    margin-right: .5rem !important
}

.s-layout__content_inner_t {
    padding: 10px;
    border-radius: 1px;
}

.s-layout__content_inner_t_25 {
    padding: 20px 30px 25px 30px;
    float: left;
    width: 100%;
}

.timesheets-links-div ul li {
    font-size: 16px;
    font-family: 'robotolight';
    float: left;
    margin: 6px 10px 0 0;
}

.timesheets-links-div ul li a {
    color: #75838F;
}

.timesheets-links-div ul li a.active {
    color: #485560;
    font-family: 'robotobold';
}

.search-container-div {
    border-bottom: 1px solid #B6C2D0;
}

.search-container-div input[type=text] {
    padding: 6px;
    font-size: 15px;
    border: none;
    font-family: 'robotolight_italic';
    background: none;
    color: #485560;
    width: 90%;
}

.search-container-div button, .search-container-div button:focus, .search-container-div button:hover, .search-container-div.tax-input span {
    float: right;
    padding: 6px 10px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    background: url("../img/ic_search_24px.png") 0 0 no-repeat;
    height: 24px;
    width: 24px;
}

/*.show-record .select-wrapper {
    background: #fff url(../img/down-icon.png) no-repeat right center;
    width: 200px;
    height: 35px;
    line-height: 33px;
}*/
.select-wrapper {
    float: left;
    display: inline-block;
    background: #fff url(../img/down-arrow.png) no-repeat right center;
    cursor: pointer;
    position: relative;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #B6C2D0;
    width: 100%;
    line-height: 38px;
    text-align: center;
}

.select-wrapper select {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    height: 40px;
    background: #F2F8FE;
    left: 0;
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.bg-wg-modal .wg-modal {
    width: 32% !important;
}

.select-wrapper .holder {
    display: block;
    margin: 0 35px 0 12px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #4F525A;
    font-family: 'robotomedium';
    font-size: 16px;
}

.show-record {
    float: left;
    width: 18%;
}

.show-record.first {
    width: 22%;
}

.show-record.third {
    width: 17%;
}

.show-record.fourth {
    width: 24%;
}

.show-record p {
    margin: 10px 5px 0 0;
}

.show-record .select-wrapper, .show-record .select {
    width: 71%;
}

.show-record.first .select-wrapper, .show-record.first .select {
    width: 73%;
}

.show-record.third .select-wrapper, .show-record.third .select {
    width: 62%;
}

.show-record.fourth .select-wrapper, .show-record.fourth .select {
    width: 55%;
}

.btn-reset-search {
    float: right;
    width: 19%;
}

.btn-reset-search a {
    float: left;
    border-radius: 20px;
    border: 1px solid #B6C2D0;
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #75838F;
    text-align: center;
    line-height: 40px;
}

.btn-reset-search a:hover {
    text-decoration: none;
    background: #f0f0f0;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #485560;
    width: 100%;
    height: 40px;
    font-family: 'robotomedium';
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F7F8FA;
    padding: 10px;
    transition: all 0.2s ease-in;
    border: 1px solid #B6C2D0;
    border-radius: 2px;
    text-align: center;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #AAC7D5 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.select-styled:hover {
    background-color: #fff;
}

.select-styled:active, .select-styled.active {
    background-color: #fff;
}

.select-styled:active:after {
    top: 9px;
    border-color: #fff;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #B6C2D0;
    border-radius: 2px;
    margin-top: 5px;
}

.select-options li {
    margin: 3px 0;
    padding: 7px 10px;
    transition: all 0.15s ease-in;
    font-size: 14px;
    text-align: left;
    color: #485560;
}

.select-options li:hover {
    color: #485560;
    background: #E9E7E7;
}

.select-options li [rel="hide"] {
    display: none;
}

table.table-info, table.table-info1 {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    background: #fff;
}

table.table-info tr, table.table-info thead, table.table-info1 tr, table.agentsTable tr, table.agentsTable thead {
    background-color: #fff;
    padding: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
}

table.table-info {
    width: 100%;
    display: block;
    float: left;
}

table.table-info tbody, table.agentsTable tbody {
    display: block;
    height: 355px;
    overflow-y: scroll;
    background: #fff;
}

table.table-info th,
table.table-info td, table.table-info1 th, table.table-info1 td, table.agentsTable th, table.agentsTable td {
    padding: 7px 5px;
    text-align: left;
    border-bottom: 1px solid #fafafa;
    vertical-align: middle;
    font-size: 12px;
    color: #000;
}

table.table-info td.no {
    text-align: center;
}

table.table-info th img {
    padding: 0 15px 0 0;
}

table.table-info td:last-child {
    font-family: 'robotomedium';
}

table.table-info td .form-control {
    height: auto;
}

table.table-info th, table.table-info1 th, table.agentsTable th {
    letter-spacing: .1em;
    background: #F5F7F9;
    font-family: 'latoheavy';
    width: 11%;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

table.table-info th.first, table.table-info td.first {
    width: 2%;
}

table.table-info th.name, table.table-info td.name {
    width: 14%;
}

table.table-info th.second, table.table-info td.second {
    width: 11%;
}

table.table-info th.third, table.table-info td.third, table.table-info th.last-row, table.table-info td.last-row {
    width: 9%;
}

table.table-info th.staus, table.table-info td.staus {
    width: 13%;
}

table.table-info th.role, table.table-info td.role {
    width: 13%;
}

table.table-info th.sixth {
    width: 10%;
}

table.table-info th.time {
    width: 10%;
}

table.table-info th.date {
    width: 9%;
}

table.table-info th.time {
    width: 13%;
}

table.table-info th.amount, table.table-info th.status, table.table-info th.view {
    width: 8%;
}

table.table-info th.event_time {
    width: 14%;
}

table.table-info th.event_title {
    width: 13%;
}

.Approval-block {
    background: #1072BA;
    float: left;
    width: 100%;
    padding: 10px;
}

.Approval-block a, a.btn-default {
    background: #fff;
    font-family: 'source_sans_prosemibold';
    font-size: 16px;
    color: #75838F;
    padding: 10px;
    width: 125px;
    text-align: center;
    display: inline-block;
    float: right;
    border-radius: 4px;

}

a.btn-default {
    font-size: 14px;
    padding: 6px 10px;
}

table.table-info td.name, a.btn-default {
    color: #1072BA;
    font-family: 'robotomedium';
}

a.btn-default.disabled {
    background: #B6C2D0;
    color: #fff;
}

a.btn-default.btn-text-red {
    color: #D25E5E;
    padding: 6px 15px;
}

table.table-info th.mobile-th, table.table-info td.mobile-td {
    display: none;
}

.export-block {
    background: #edf2f8;
    padding: 15px 0 5px;
    float: left;
    width: 100%;
}

.export-block a {
    color: #485560;
    font-size: 16px;
    float: right;
    border: 1px solid #B6C2D0;
    border-radius: 4px;
    padding: 10px;
}

.export-block a:hover {
    text-decoration: none;
}

.dropdown-toggle::after {
    display: none;
}

label {
    font-size: 18px;
    font-family: 'robotolight';
    margin-top: 10px;
    color: #2F3740;
}

.datepicker-block {
    width: 45%;
}

.datepicker-block .form-control {
    width: 79%;
    height: 35px;
    background: #fff url("../img/arrow-down.png") center right no-repeat;
}

.m-display {
    display: none;
}

.scrollbar {
    margin-left: 0;
    float: left;
    background: #F5F5F5;
    overflow-y: scroll;
}

.scrollbar-merchant {
    background: #fff;
    height: 500px;
    padding-right: 15px;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff;
}

#style-3::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #aac7d5;
}

.scrollbar-type::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #F7F8FA;
    background-color: #F7F8FA;
}

.scrollbar-type::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

.scrollbar-type::-webkit-scrollbar-thumb {
    background-color: #aac7d5;
}

.s-scrollbar#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff;
}

.s-scrollbar#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

.s-scrollbar#style-3::-webkit-scrollbar-thumb {
    background-color: #1072BA;
    border-radius: 10px;
}

.scrollbar-merchant::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #b3b3b3;
    background-color: #b3b3b3;
}

.scrollbar-merchant::-webkit-scrollbar {
    width: 2px;
    background-color: #b3b3b3;
}

.scrollbar-merchant::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border-radius: 1px;
}

.btn-filter {
    display: none;
}

#Myid {
    display: block;
}

.s-layout__content {
    padding: 65px 15px 15px 15px;
}

.time-clock {
    background: var(--timeClockBackground) !important;
    background-size: cover !important;

    height: 100%;
    width: 100%;
}

.bg-repeat {
    background-repeat: repeat !important;
    background-size: auto !important;
}

.time-clock-block .logo {
    margin: 15px 0 30px 45px;
    position: absolute;
}

.time-clock-content {
    width: 1152px;
    max-width: 1152px;
    margin: 0 auto;
    /*    padding-top: 5vh;*/
    margin-bottom: 20px;


}

.middle {

    display: table-cell;
    vertical-align: middle;

}

.time-clockHeader, .modalboxHeader {
    background: #1072BA;
    padding: 10px;
}

.time-clockHeader a {
    color: #fff;
}

.time-clock-contentInner {
    padding: 20px;
    color: #000;
}

.ajustDialogPadding {
    padding: 10px 20px 0 20px !important;
}

.bg-grey {
    background: #EEEEEE;
}

.clock-outBlockTop {
    margin: 5px 15px;
    border-bottom: 1px solid #f4f4f4;
    line-height: 40px;
    height: 45px;
}

.clock-outBlockTop .left, .clock-outmiddleLinks a {
    font-size: 18px;
    font-family: 'robotobold';
}

.clock-outBlockTop .left p span {
    margin: 0px;
    float: left;
}

.clock-outBlockTop .left i {
    color: #D13024;
}

.clock-outBlockTop .right {
    font-size: 16px;
}

.clock-outBlockmiddle p {

    text-align: center;

    font-family: 'robotolight';
    font-size: 18px;
    color: #393F45 !important;
}

.clock-outBlockmiddle {
    padding: 20px;
    position: relative;
}


.clock-outBlockmiddle p span {


    font-family: 'poppinsmedium';
    font-size: 36px;
    color: #393F45;
}

.clock-outBlockmiddle p sup {
    position: absolute;
    top: 8px;
    margin-left: 5px;
    font-family: 'robotolight';
    font-size: 16px;
    color: #393F45;
}

.clock-outmiddleLinks, .timecard {
    width: 440px;
    margin: 25px auto 25px auto;
}

.clock-outmiddleLinks a {
    width: 200px;
    padding: 15px 5px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    /*border: 1px solid #9d9b9b;*/

}

.clock-outmiddleLinks a:hover {
    text-decoration: none;
}

.btn-green {
    background: #5EA426 !important;
    border: 1px solid #5EA426 !important;
}

/*.clock-outBlock {
    padding-bottom: 25px;
    margin-bottom: 20px;
}*/

.timecardBlock {
    width: 220px;
    height: 220px;
    padding: 4px;
    border-radius: 50%;
    display: table;
}

.timecardBlockInner {
    background: #fff;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #32383D;
}

.timecardBlockInner p {
    line-height: 25px;
}

.border-skyblue {
    border: 5px solid #4B93D2;
}

.border-green {
    border: 5px solid #6EC45C;
}

.bg-skyblue {
    background: #1072BA;
}

.bg-green {
    background: #5EA426;
}

.p-Dark {
    font-size: 24px;
    font-family: 'robotobold';
}

.DayShiftBlock {
    font-size: 18px;
    text-align: center;
    background: #FFFFFF;
    padding: 15px 0;
    height: 99px;
    margin-bottom: 15px;
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 5px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
    position: relative;
    width: 100%;
}

.DayShiftBlockInner, .total-hrs {
    width: 42%;
    margin: 0 auto 8px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 22px;
}

.DayShiftBlock p {
    margin-bottom: 13px;
}

.ShiftStart {
    border-left: 2px solid #5EA426;
    border-right: 2px solid #5EA426;
}

.ShiftEnd {
    border-left: 2px solid #D13024;
    border-right: 2px solid #D13024;
}

.BreakStart:before, .BreakEnd:before {
    content: "";
    border-left: 2px solid #F0C52C;
    border-right: 2px solid #F0C52C;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
}

.BreakEnd:before {
    top: 50%;
}

.total-hrs {
    margin: 10px auto 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.timeshhetBtn {
    width: 80%;
    margin: 0 auto;
}

.timeshhetBtn a {
    color: #1072BA;
    font-size: 18px;
    margin-bottom: .5em;
    display: block;
}

.DayShiftDate {
    background: #EDF3F5;
    padding: 12px 0;
}

.DayShiftInner {
    background: #FAFAFA;
    padding: 15px;
}

.TimesheetDateSlider h3 {

    color: #1072BA;
    text-align: center;
    font-size: 18px;
    font-family: 'robotoregular';
}

.TimesheetDateSlider h3:hover {

    cursor: pointer;
}

.TimesheetDateSlider p i {
    text-align: center;
    color: #1072BA;
    display: block;
}

.TimesheetDateSliderBlock {
    padding: 7px;
}

.carousel-wrap {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    font-size: 18px;
    font-family: 'robotobold';
    color: #AAA9A9;
    width: 14.28%;
    display: inline-block;
    text-align: center;;

}

.owl-carousel .item a {
    color: #AAA9A9;
}

.owl-carousel .item a:hover {
    text-decoration: none;
}

.owl-carousel .item .circle {
    font-size: 28px;
    border-radius: 50%;
    background: #fff;
    height: 45px;
    width: 45px;
    margin: 10px auto 0;
    line-height: 45px;
}

.owl-carousel .item.active-item .circle {
    background: #1072BA;
    color: #fff;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 40px;
    color: #1072BA;
}

.owl-nav .owl-prev {
    left: 0px;
    cursor: pointer;
}

.owl-nav .owl-next {
    right: 0px;
    cursor: pointer;
}

.TimesheetDateSliderBlock .owl-carousel .owl-nav.disabled {
    display: block;
}

.modalboxHeader {
    color: #fff;
    font-size: 33px;
    padding: 25px 5px;
    text-align: center;

}

.clockInOutBlock {
    width: 400px;
    margin: 0 auto 10px auto;
}

.robotoRegular {
    font-family: 'robotoregular' !important;
}

.modal-content1 .timesubmitBlock.timesubmitBlockInbox .title1 p {
    line-height: 36px;
}

.clockInOutBlock, .title p {
    font-size: 18px;
}

.title p {
    color: #000;
}

.clockInOutBlock .form-control {
    border-radius: 5px;
    border: 1px solid #EEEEEE;
    height: 32px;
}

.clockInOutBlock .form-control.status_select {
    padding-top: 3px;
}

.clockInOutBlock label {
    margin-bottom: 5px;
    color: #000;
}

.clockInOutBlock .form-div {
    margin-bottom: 5px;
}

.clockInOutBlock textarea {
    resize: none;
    width: 90%;
    height: auto !important;
}

.clockInOutBlock .btn.bg-green {
    color: #fff;
    font-family: 'robotolight';
    font-size: 33px;
    border-radius: 15px;
    padding: 5px 25px;
    line-height: 1;
}

.modal-content1 .timesubmitBlock .title1 p {


    line-height: 30px;

    padding: 0;

    font-family: 'poppinsmedium';
    font-size: 20px;
    color: #393F45;
}

.bg-wg-modal .wg-modal.succesBlock {
    border-radius: 8px;
}

.bg-wg-modal .wg-modal.succesBlock img {
    display: block;
    margin: 10px auto;
}

.succesBlock .modal-content1 .timesubmitBlock p {
    font-family: 'robotolight';
    font-size: 26px;
}

.succesBlock .modal-content1 .timesubmitBlock .title1 p {
    font-family: 'robotomedium';
}

.succesBlock .btn-blue {
    width: 75px;
    margin-bottom: 20px;
}

.modal-content1 .timesubmitBlock p {
    font-size: 18px;
    padding: 0 20px;
}

.btn-blue, .btn-blue:hover {
    background: #1072BA;
    padding: 10px;
    color: #fff;
    display: block;
    text-align: center;
}

.avatar_img {
    width: 120px;
    height: 120px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 50%;
    text-align: center;
    display: table;
    margin: 0 10px 0 5px;
}

.avatar_img .avatar-div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.avatar-links {
    background: #F1F5F6;
    float: left;
    width: 100%;
    padding: 5px;
    border-radius: 2px;
}

.avatar-links ul {
    padding: 5px;
    float: left;
    width: 100%;
}

.avatar-links li {
    width: 48%;
    float: left;
    border: 1px solid #B6C2D0;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-family: 'robotomedium';
    padding: 8px 0;
    margin: 4px;
    background: #fff;
}

.avatar-links li:hover a, .avatar-links li:hover {
    background: #485560;
    color: #fff;
}

.avatar-links li:nth-child(2), .avatar-links li:nth-child(4) {
    float: right;
}

.avatar-links li a, .personal-info {
    color: #485560;
}

.personal-info, .avatar-links p {
    font-size: 18px;
    font-family: 'robotolight';
}

.avatar-links p {
    font-size: 14px;
}

.personal-info h4 {
    font-size: 22px;
    font-family: 'robotoregular';
    margin-bottom: 8px;
}

.personal-info p {
    margin-bottom: 10px;
}

.bg-light-grey-border {
    background: #fcfcfc;
    border: 1px solid #f0f1f4;
    border-radius: 2px;
    padding: 6px;
    width: 100%;
    margin: 0 0 10px 0;
}

.employeeBlockMain {

}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

ul.tabs li, .nav-tabs .nav-item {
    float: left;
    margin: 0 3px;
    cursor: pointer;
    padding: 0px 10px;
    color: #75838F;
    position: relative;
    font-size: 16px;
    width: 15%;
    font-family: 'robotolight';
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-radius: 2px;
    padding: 0;
}

.nav-tabs .nav-item a {
    padding: 0;
    background: #F7F8FA;
    border-top: 2px solid #dee7e7;
    border-bottom-color: #dee7e7;
    color: #75838F;
}

.nav-tabs .nav-item.first {
    width: 16%;
    margin-left: 0;
}

.nav-tabs .nav-item.second {
    width: 18%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #1072BA;
    display: block;
    font-family: 'robotomedium';
    font-size: 16px;
    border-top: 2px solid #1072ba;
    border-bottom-color: #fff;
}

.tab_container {
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
    border: 1px solid #eaebed;
    border-radius: 2px;
    padding: 15px 12px;
    min-height: 550px;
}

.tab_content {
    display: none;
}

.tab_drawer_heading {
    display: none;
}

.tabcontent-block label {
    font-size: 14px;
    font-family: 'robotomedium';
    margin: 0 0 2px 0;
}

.tabcontent-block input {
    background: #F7F8FA;
    font-size: 16px;
    font-family: 'robotomedium';
}

.tabcontent-block .icon-tab {
    margin-right: 15px;
    color: #1072BA;
    width: 15px;
}

.tabcontent-left {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.tabcontent-50 {
    width: 48%;
    float: left;
}

.w-92 {
    width: 92%;
}

.info-block {
    width: 44%;
    margin-right: 14px;
}

.info-block-30 {
    width: 30%;
    margin-right: 10px;
}

.info-block-70 {
    width: 60%;
}

.mb-10 {
    margin-bottom: 10px;
}

.tabcontent-left h4 {
    font-size: 18px;
    color: #485560;
    margin-bottom: 10px;
}

.tabcontent-left ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #75838F;
    opacity: 1; /* Firefox */
    font-size: 14px;
    font-family: 'robotolight_italic';
}

.tabcontent-left :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #75838F;
    font-size: 14px;
    font-family: 'robotolight_italic';
}

.tabcontent-left ::-ms-input-placeholder { /* Microsoft Edge */
    color: #75838F;
    font-size: 14px;
    font-family: 'robotolight_italic';
}

.btn-bottom {
    float: right;
}

.btn-grey, .btn-grey:hover, .btn-green, .btn-green:hover, .a_edit {
    background: #485560;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'robotomedium';
    width: 100px;
    height: 30px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 30px;
    border: 1px solid #485560;;
}

.btn-bottom {
    /*position: absolute;
    bottom: 10px;
    right: 0;*/
}

button:disabled,
button[disabled], .disabled, button:disabled:hover,
button[disabled]:hover, .disabled:hover, .a_edit.disabled, .a_edit.disabled:hover {
    border: 1px solid #DEDEDE;
    background-color: #B6C2D0;
    color: #fff;
}

.mobile-display {
    display: none !important;
}

.info-block .select-styled {
    text-align: left;
}

.info-block-45 {
    width: 46%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.tabcontent-52 {
    width: 48%;
    margin-left: 25px;
}

.tabcontent-52 .info-block {
    margin-right: 19px;
    width: 48%;
}

.tabcontent-52 .tabcontent-left {
    margin-bottom: 15px;
}

.employee-detail {
    background: #F7F8FA;
    padding: 10px;
}

.form-group {
    float: left;
}

.login-block .form-group {
    width: 100%;
}

.form-group label {
    font-family: 'robotolight';
    font-size: 15px;
    float: left;
}

.form-group input {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.option-heading {
    font-size: 18px;
    margin-bottom: 10px;
    cursor: pointer;
}

.option-heading.is-active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.option-heading.is-active:before, .option-heading:before {
    content: "";
    background: url("../img/arrowup.png") 0 0 no-repeat;
    width: 18px;
    height: 19px;
    display: block;
    float: left;
    margin-right: 12px;
}

/* Helpers */
.is-hidden {
    display: none;
}

.option-content-block-l {
    float: left;
}

.option-content-block-r {
    float: right;
    width: 85%;
    color: #32383D;
    font-family: 'robotolight';
    font-size: 14px;
    margin-top: 7px;
}

.option-content-block-r-t h2, .agentBlock .option-content-block-r-t h2 {
    font-size: 18px;
    font-family: 'robotomedium';
    float: left;
    color: #1072BA;
    margin-bottom: 3px;
}

.option-content-block-r-t p.time {
    font-family: 'robotolight_italic';
    float: right;
    color: #485560;
}

.option-content-block-r-t {
    font-family: 'robotoregular';
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.option-content-block-r p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.option-content-block {
    border: 1px solid #f5f5f5;
    padding: 10px;
    margin-bottom: 5px;
}

.filled {
    background-color: #fff !important;
}

.date {
    position: relative;
}

img.calendar-img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 18px;
}

.robotomedium {
    font-family: 'robotomedium';
}

.setting-block {
    margin: 20px;
    padding-bottom: 10px;
}

.setting-block p {
    font-family: 'robotolight';
}

.setting-block p span {
    font-family: 'robotomedium_italic';
}

.setting-block .custom-switch {
    padding-right: -7px;
}

.robotobold {
    font-family: 'robotobold';
}

.pl-30 {
    padding-left: 30px;
}

.setting-personal-info, .TimeClockSettingMain p {
    font-size: 16px;
    font-family: 'robotolight';
    text-align: center;
}

.setting-personal-info h2 {
    font-size: 22px;
    color: #1072BA;
    margin: 10px 0;
}

p.text-blue {
    font-size: 18px;
    color: #1072BA;
    font-family: 'robotoregular';
}

.settingMain {
    border-radius: 2px;
    padding: 15px 20px 12px 20px;
    float: left;
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.settingMain .avatar_img {
    width: 90px;
    height: 90px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 0;
}

.settingMain p {
    line-height: 20px;
    margin-bottom: 15px;
}

.s-scrollbar {
    display: block;
    max-height: 750px;
    background: #fff;
    margin-bottom: 15px;
    width: 100%;
}

.upload-btn {
    border-radius: 5px;
    width: 100px;
    font-family: 'robotomedium';
    margin: 0 auto;
    outline: none;
    border: 0;
}

.upload-btn img {
    display: none;
}

.upload-btn:hover {
    color: #fff;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.avatar-center {
    float: left;
}

.avatar-center .avatar_img {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

.departmentBlockMain {
    padding: 25px;
    float: left;
    width: 100%;
    background: #fff;
}

.department-pinfo label {
    font-size: 14px;
}

.department-pinfo .form-control {
    font-family: 'robotoregular';
}

.departmentBlock {
    margin-bottom: 35px;
}

.d-title-block {
    height: 92%;
    font-size: 18px;
    font-family: 'robotomedium';
    background: #DEE3E9;
    padding: 20px;
    width: 85%;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    display: table;
    margin-top: 25px;
}

.d-title-block p {
    display: table-cell;
    vertical-align: middle;
}

.depart-type-block {
    padding: 10px;
    background: #F7F8FA;
}

.employee-info-l {
    float: left;
}

.employee-info-l h2 {
    color: #32383D;
    margin: 5px 0 0 5px;
}

.employee-info-r {
    float: right;
}

.employee-info-r {
    margin: 3px 0 0 0;
}

.department-info {
    width: 48%;
    float: left;
}

.department-info:nth-child(2) {
    float: right;
}

.scrollbar-type {
    height: 265px;
    padding-right: 5px;
}

.employee-title {
    padding: 18px 8px;
    display: none;
    font-size: 16px;
    color: #485560;
    width: 100%;
    background: #DEE3E9 url("../img/left-dark-angle.png") 98% center no-repeat;
    text-transform: uppercase;
    font-family: 'robotomedium';
    margin-bottom: 15px;
}

.employee-title.is-active {
    background: #E9E7E7 url("../img/left-dark-angle-down.png") 98% center no-repeat;
}

.TimeClockSettingMain {
    border: 1px solid #B6C2D0;
    border-radius: 2px;
    padding: 30px;
    width: 100%;
    float: left;
}

.TimeClockSettingMain label {
    font-size: 14px;
    margin-bottom: 5px;
}

.TimeClockSettingMain p {
    text-align: left;
    color: #2F3740;
    margin: 8px 0;
}

.TimeClockSettingMain .form-control {
    width: 30%;
}

.robotolightitalic {
    font-family: 'robotolight_italic';
}

.form-group label.font16 {
    font-size: 16px;
}

.mb-10 {
    margin-bottom: 10px;
}

.w-49 {
    width: 49%;
}

textarea.form-control.h-115 {
    height: 115px;
}

.TimingMainBlock {
    width: 90%;
}

.scheduleBlock {
    background: #F7F8FA;
    padding: 15px 10px;
    float: left;
    width: 100%;
}

.scheduleBlockMain {
    padding: 0 20px;
}

.scheduleBlockDiv {
    width: 20%;
    float: left;
    margin-bottom: 20px;
}

.timesheettab .scheduleBlockDiv {
    margin-bottom: 10px;
}

.scheduleBlockInnerDiv {
    background: #fff;
    width: 90%;
    border: 1px solid #B6C2D0;
    float: left;
    padding: 0 8px 10px 8px;
    border-radius: 2px;
    float: left;
    margin: 10px;
}

.total-hrs-right {
    float: right;
    margin-right: 30px;
}

.total-hrs-right p {
    font-size: 22px;
    font-family: 'robotomedium';
    float: left;
    color: #485560;
}

.total-hrs-right p label {
    font-size: 14px;
    font-family: 'robotolight';
    margin-right: 10px;
    float: left;
    margin-top: 0;
}

.add_note {
    float: right;
    font-size: 10px;
    color: #1072BA;
}

.timesheettab .add_note {
    position: absolute;
    right: 15px;
}

.weekname, .dmy {
    font-size: 18px;
    color: #32383D;
    font-family: 'robotomedium';
    width: 100%;
    text-align: center;
    margin: 4px 0 12px 0;
}

.dmy {
    font-size: 12px;
    font-family: 'robotolight';
    margin: 5px 0 0 0;
}

.scheduleTimingDiv label {
    font-size: 12px;
    font-family: 'robotolight';
    margin-top: 5px;
}

.tab-content p.start-end {
    font-size: 14px;
    font-family: 'robotolight';
    color: #32383D;
    margin-top: 5px;
}

.w-48 {
    width: 48%;
}

.w-52 {
    width: 52%;
}

.scheduleTimingDiv_r > div > div {

    height: 30px;
    font-size: 14px;
    padding: 0;
    text-align: center;
    font-family: 'robotoregular';
    line-height: 28px;
}

ul.mainBlock {
    margin: 0 auto;
    width: 1052px;
    font-size: 0; /* remove inline-block extra space */
    padding-left: 0; /* remove list padding */
    padding-bottom: 40px; /* to support total hours*/
    text-align: initial !important;
}

li.subBlock {
    display: inline-block;
    font-size: 18px; /* restore font size removed in container */
    list-style-type: none;
    width: 180px;
    min-width: 180px;
    margin: 5px 15px;
    box-sizing: border-box;
    text-align: center;

}

@media screen and (max-width: 430px) {
    .time-clock-content {
        width: 95%;
    }

    ul.mainBlock {
        width: 100%;
        text-align: center !important;
    }
}

@media screen and (min-width: 431px) and (max-width: 630px) {
    ul.mainBlock {
        width: 60%;
        text-align: center !important;
    }

    .time-clock-content {
        width: 95%;
    }
}

@media screen and (min-width: 631px) and (max-width: 767px) {
    ul.mainBlock {
        width: 460px;
    }

    li.subBlock {
        width: 200px;
    }

    .time-clock-content {
        width: 610px;
    }
}

@media screen and (min-width: 768px) and (max-width: 830px) {
    ul.mainBlock {
        width: 650px;
    }

    .time-clock-content {
        width: 710px;
    }
}

@media screen and (min-width: 831px) and (max-width: 1030px) {
    ul.mainBlock {
        width: 650px;
    }

    .time-clock-content {
        width: 710px;
    }
}

@media screen and (min-width: 1031px) and (max-width: 1230px) {
    ul.mainBlock {
        width: 835px;
    }

    .time-clock-content {
        width: 710px;
    }
}

@media screen and (min-width: 1231px) and (max-width: 1439px) {
    ul.mainBlock {
        width: 1000px;
    }

    .time-clock-content {
        width: 910px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1800px) {
    ul.mainBlock {
        width: 1000px;
    }

    .time-clock-content {
        width: 910px;
    }
}

.scheduleTimingDiv_r input {
    height: 30px;
    font-size: 14px;
    padding: 0;
    text-align: center;
    font-family: 'robotoregular';
}

.scheduleTimingDiv {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.scheduleTimingDiv_r .shiftstartTiming {
    border-right: 2px solid #6EC45C;
}

.scheduleTimingDiv_r .breakTiming {
    border-right: 2px solid #75838F;
}

.scheduleTimingDiv_r .breakendTiming {
    border-right: 2px solid #FFE45E;
}

.scheduleTimingDiv_r .breakstartTiming {
    border-right: 2px solid #FFE45E;
}

.scheduleTimingDiv_r .shiftendTiming {
    border-right: 2px solid #D25E5E;
}


.total-hrs-timing {
    background: #F7F8FA;
    font-size: 16px;
    color: #485560;
    border-radius: 2px !important;
    font-family: 'robotomedium';
    text-align: center;
    border: 1px solid #F7F8FA;
    float: left;
    width: 100%;
    height: 129px;
    margin-top: 5px;
    position: relative;
    padding: 5px !important;
}
.scheduleBlockInnerDiv .total-hrs-timing{
    height: auto;
}

.hoursContainer {
    font-family: 'robotolight';
    font-size: 12px;
    color: #32383D;
    display: inline-block;
    width: 100%;
}
.totalHoursContainer {
    font-family: 'robotobold';
    font-size: 12px;
    color: #32383D;
    display: inline-block;
    width: 100%;
}

.total-hrs-timing1 {
    background: #F7F8FA;
    font-size: 16px;
    color: #485560;
    font-family: 'robotomedium';
    text-align: center;
    border: 1px solid #B6C2D0;
    float: left;
    width: 100%;
    padding: 5px;
}
.remove-schedule-card {
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 5px 8px;
    float: left;
    position: absolute;
    right: 0px;
    bottom: -8px;
    background: #fff;
}

.a_edit {
    margin-left: 30px;
    border-radius: 3px;
    background: #1072BA;
}

.a_blue, .a_blue:hover {
    width: 100px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    margin-left: 30px;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'robotomedium';
}

.modal-content1 {
    margin: 0 auto;
    width: fit-content;
    background-color: white;
}

.timepicker_wrapper, .timepicker_wrapper1 {
    display: none;
    position: absolute;
    z-index: 1;
    width: 140px;
    top: 30px;
    left: 0;
}

.timesheettab .timepicker_wrapper {
    position: absolute;
    z-index: 1;
    width: 150px;
    left: 50%;
    margin-left: -75px;
}

.timepicker_hour,
.timepicker_minute,
.timepicker_ampm {
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    color: #fff;
    font-weight: bold;
    background: #495057;
    float: left;
    margin-left: 1px;
    border: 0;
    -webkit-appearance: none;
    font-family: 'robotomedium';
    font-size: 14px;
}

.timepicker_ampm option:nth-child(1) {
    margin-top: 50px;
}

.timesheettab .timepicker_ampm option:nth-child(1) {
    margin-top: 35px;
}

.timepicker_hour::-webkit-scrollbar,
.timepicker_minute::-webkit-scrollbar,
.timepicker_ampm::-webkit-scrollbar {
    display: none;
}

.timepicker_hour option,
.timepicker_minute option,
.timepicker_ampm option {
    font-family: 'robotomedium';
    padding: 3px 7px;
    font-size: 14px;
}

.timesheettab .timepicker_hour option, .timesheettab .timepicker_minute option, .timesheettab .timepicker_ampm option {
    font-family: 'robotobold';
    font-size: 22px;
    padding: 3px 10px;
}

.timepicker_hour option:hover, .timepicker_hour option:focus, .timepicker_hour option:active, .timepicker_hour option:selection {
    background: #1072ba;
}

.timepicker_control {
    text-align: end;
    margin-top: 5px;
    margin-bottom: 10px;
}

.timepicker_control button {
    padding: 7px 15px;
    border: none;
    font-weight: bold;
    background-color: green;
    color: white;
    margin-left: 8px;
}

.timepicker_wrapper_main {
    width: fit-content;
}

.timepicker_control button:first-child {
    background-color: #ff0000db;
    color: white;
    margin-right: 15px;
}

.timepicker_header {
    text-align: center;
    color: #0000008a;
    margin: 5px 0px;
}

.timepicker-mobile select.timeMobile:last-child {
    border-right: 2px solid #6EC45C;
    float: left;
}

.timepicker-mobile select.timeMobile {
    width: 31%;
    height: 30px;
    float: left;
    text-align: center;
    -webkit-appearance: none;
    margin-left: 3px;
    padding: 5px 2px;
    line-height: 1;
    font-size: 15px;
}

.department-pinfo .select-wrapper .holder {
    text-align: left;
}

.TimingMainBlock .btn-bottom, .scheduleBlock .btn-bottom {
    margin-right: 30px;
}

.scheduletab {
    padding: 0 10px;
}

.schedule-select {
    margin: 10px 0 20px 0;
}

.schedule-select .select, .schedule-select .select-wrapper {
    width: 37%;
    float: left;
}

.schedule-select label {
    margin: 9px 8px 0 0;
}

.tab-content .select-wrapper .holder {
    text-align: left;
}

#my-modal-addday textarea, .scheduleTimingBlock p {
    font-size: 14px;
    resize: none;
    height: 120px;
}

#my-modal-addday.wg-modal .wg-modal-close {
    display: none;
}

#my-modal-addday.wg-modal .wg-modal-close.addday-close-btn {
    display: block;
    width: 100px;
    height: 30px;
    text-align: center;
    color: #485560;
    font-family: 'robotomedium';
    font-size: 14px;
    line-height: 30px;
    border-radius: 2px;
    margin-bottom: 20px;
    background: #fff;
}

.bg-wg-modal #my-modal-addday.wg-modal {
    box-shadow: none;
    background: none;
}

.scheduletab .btn-yellow {
    font-family: 'source_sans_prosemibold';
    font-size: 16px;
    color: #fff;
    margin-top: 6px;
}

.date-title {
    width: 71%;
}

.a_approve {
    width: 120px;
}

.total-hrs-bottom {
    width: 62%;
    margin: 5px 0 0 0;
    position: absolute;
    bottom: 1rem !important;
}

.total-hrs-bottom p, .total-hrs-bottom p label {
    text-align: center;
    float: none;
}

.scheduleBlockDiv:nth-child(6) {
    clear: left;
}

.title-main {
    margin-bottom: 15px;
}

/* vertical Tab Close */
.inboxblock {
    background: #E9E7E7;
    width: 100%;
}

.inboxblock .nav {
    float: left;
    background: #E9E7E7;
    padding: 10px 0 0 10px;
    width: 12%;
}

.inboxblock .nav-tabs .nav-item .nav-link {
    border-radius: 0;
    margin: 0;
    font-size: 34px;
    font-family: 'robotobold';
    padding: 13px 10px 10px 10px;
    border: 0;
    background: transparent;
    color: #32383D;
    transition: all .6s ease-in-out;
    text-align: left;
    margin-bottom: 10px;
    line-height: 26px;
}

.inboxblock .nav-tabs .nav-item .nav-link small {
    font-size: 18px;
    font-family: 'robotolight';
    color: #75838F;
    display: block;
    line-height: 19px;
}

.inboxblock ul.tabs li, .inboxblock .nav-tabs .nav-item {
    width: 100%;
    height: auto;
    margin: 0;
}

.inboxblock .nav-tabs .nav-item .nav-link.active {
    background: rgba(255, 255, 255);
    box-shadow: 0 0 5px rgb(0 0 0 / 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.inboxblock .tab_container {
    width: 88%;
    float: left;
    clear: none;
}

.inboxblock .btn-reset-search {
    width: 22%;
}

.inboxblock .show-record {
    width: 26%;
}

.inboxblock .show-record.first {
    width: 26%;
}

.inboxblock .show-record.first .select-wrapper, .inboxblock .show-record.first .select, .inboxblock .show-record .select-wrapper, .inboxblock .show-record .select {
    width: 65%;
}

.inboxblock .show-record .select-styled {
    background: #fff;
}

.inboxblock .show-record.fourth .select-wrapper, .inboxblock .show-record.fourth .select {
    width: 55%;
}

.merchantInfoDiv {
    width: 71%;
}

.w-30 {
    width: 29%;
}

.merchantInfoDiv .info-block-city {
    width: 63%;
}

.merchantInfoDiv .info-block-state {
    width: 32%;
    margin-right: 14px;
}

.appSubdomainDiv {
    width: 71%;
    float: left;
    position: relative;
}

.tabcontent-block .dashboardBlockDiv .appSubdomainDiv input {
    width: 58%;
}

.tabcontent-block .dashboardBlockDiv .appSubdomainDiv input:focus {
    outline: none;
    box-shadow: none;
}

.subdomainText, .subdomainText:hover {
    position: absolute;
    right: 28px;
    top: 0;
    padding-top: 11px;
}

.appSubdomainDiv img {
    margin-top: 8px;
}

.pswdBlock {
    float: right;
    width: 35px;
    height: 30px;
    background: #B6C2D0;
    border-radius: 1px;
    text-align: center;
    line-height: 28px;
    margin-top: 4px;
}

.tabcontent-block .dashboardBlockDiv input.w-61 {
    width: 61%;
}

#pswd_info {
    font-size: 16px;
    box-shadow: 0 0 5px rgb(0 0 0 / 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    float: right;
    width: 250px;
    height: auto;
    border-radius: 4px;
    position: absolute;
    left: 105%;
    top: 0;
    background-color: #fff;
    border-radius: 2px;
    z-index: 1;
    display: none;
}

.pswd_info_inner {
    padding: 15px;
}

#pswd_info ul li {
    color: #32383D;
    font-size: 14px;
    font-family: 'robotolight';
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

#pswd_info ul li img {
    float: left;
    margin-right: 5px;
}

#pswd_info::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    top: 8px;
    left: 9px;
    box-sizing: border-box;

    border: 7px solid #fff;
    border-color: transparent transparent #fff #fff;

    transform-origin: 0 0;
    transform: rotate(40deg);

    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.upload-image-div {
    width: 70%;
}

.mobile-display1 {
    display: none;
}

@media only screen and (max-width: 768px) {
    .employee-title {
        display: inline-block;
    }

    .bg-wg-modal .wg-modal {
        width: 90% !important;
    }

    .time-clock-contentInner {

        padding: 10px 10px 0 10px;
    }

    .clock-outBlockFirst {

        margin-bottom: 10px !important;
    }

    .clock-outBlockmiddle {
        padding: 10px 10px 0px 10px;
    }

    .time-clock-block {
        padding-top: 50px !important;
    }

    .employee-content {
        display: none;
    }

    .d-title-block {
        display: none;
    }

    .depart-type label {
        text-align: center;
    }

    .inboxblock .show-record.fourth .select-wrapper, .inboxblock .show-record.fourth .select {
        width: 65%;
    }

    /*.departmentBlockMain {
        padding: 0;
    }*/
    .mobile-display1 {
        display: block;
    }

    .desktop-block-table-cell {
        display: none !important;
    }

    .mobile-display-table-cell {
        display: table-cell !important;
    }
}

@media only screen and (max-width: 590px) {
    .department-info {
        width: 100%;
    }

    .avatar-center {
        float: none;
    }

    .title_r a.btn-default {
        color: #D25E5E
    }

    .title_r a.btn-default span {
        display: none;
    }

    .owl-carousel .item {
        width: 33.33% !important;
    }

    .timecardBlock {
        margin: 0 auto 3em auto;
        float: none !important;
    }
}

@media (min-width: 68em) {
    .s-layout__content {
        margin-left: 13em;
        padding: 15px;
    }

    /* Sidebar */
    .s-sidebar__trigger {
        display: none
    }

    .s-sidebar__nav {
        width: 13em;
    }

    .s-sidebar__nav ul {
        top: 1.3em;
    }

    .s-sidebar__nav.s-sidebar__nav_white ul {
        top: 1em;
    }
}

/* messages */
.messageBlock .option-content-block {
    padding: 8px 6px;
}

.messageBlock .option-content-block-r-t h2 {
    font-size: 12px;
    color: #32383D;
    margin: 0;
}

.messageBlock .option-content-block-r-t p, .messageBlock .option-content-block-r p {
    font-family: 'robotolight';
    font-size: 12px;
}

.messageBlock .option-content-block-r p {
    -webkit-line-clamp: 2;
    color: #32383D;
    line-height: 17px;
    text-align: left;
}

.messageBlock .option-content-block-r-t p.time {
    font-family: 'robotolight';
    float: right;
}

.messageBlock .option-content-block-r .btn-blue, .inboxblockContent .btn-blue {
    height: 20px;
    width: auto;
    font-size: 10px;
    font-family: 'nunitobold';
    line-height: 20px;
    padding: 0 10px;
    float: right;
    border-radius: 1px;
    margin: 5px 0 0 0;
}

.btn-declined {
    background: #D25E5E;
}

.btn-acknowledged {
    background: #75838F;
}

.btn-approved {
    background: #6EC45C;
}

.btn-cancelled {
    background: #FF9E48;
}

.inboxblockContent h2 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 17px;
}

.inboxblockContent h3, .inboxblockContent p {
    font-size: 12px;
}

.inboxblockContent p {
    font-family: 'robotolight';
    color: #485560;
}

.inboxblockContent .scheduleBlockDiv {
    width: 50%;
}

.inboxblockContent .scheduleBlockDiv textarea, .scheduleTimingBlock p.form-control {
    height: auto;
    margin-top: 5px;
    padding: 5px;
    line-height: 15px;
}

.inboxblockContent .scheduleTimingDiv_r .shiftstartTiming, .inboxblockContent .scheduleTimingDiv_r .breakTiming, .inboxblockContent .scheduleTimingDiv_r .shiftendTiming {
    border-left: 2px solid #6EC45C;
    border-right: 1px solid #ced4da;
}

.inboxblockContent .scheduleTimingDiv_r .breakTiming {
    border-left: 2px solid #75838F;
}

.inboxblockContent .scheduleTimingDiv_r .shiftendTiming {
    border-left: 2px solid #D25E5E;
}

.inboxblockContent .scheduleTimingDiv {
    padding: 0 10px;
}

.inboxblockContent .scheduleTimingBreakEnd {
    box-shadow: 0 0 5px rgb(0 0 0 / 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 0 5px;
}

.inboxblockContent {
    padding: 0 10px;
}

.inboxblockContent .scheduleBlockInnerDiv {
    margin: 0;
    width: 95%;
}

.inboxblockContent .scheduleBlockDiv:nth-child(2) .scheduleBlockInnerDiv, .inboxblockContent .scheduleBlockDiv:nth-child(2) {
    float: right;
}

.processBtn {
    margin-top: 10px;
}

.processBtn a {
    height: 30px;
    line-height: 30px;
    width: 120px;
    display: block;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    margin-right: 15px;
    float: left;
}

p.line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #B6C2D0;
    line-height: 10px;
    margin: 5px 0 15px 0;
    height: auto;
}

p.line span {
    background: #fff;
    padding: 0 8px;
}

.user-detailMain {
    background: #F7F8FA;
    padding: 10px 5px;
    width: 18%;
    float: right;
    text-align: center;
    border-radius: 1px;
}

.user-detailMain p {
    color: #32383D;
    font-size: 12px;
    font-family: 'robotolight';
}

.user-detailMain .btn-default {
    font-size: 10px;
    font-family: 'nunitobold';
    width: auto;
    float: none;
    margin: 10px auto 5px auto;
    border-radius: 15px;
}

.user-detailMain h3 {
    font-size: 14px;
}

.tabs_wrapper {
    width: 80%;
    float: left;
}

ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 37%;
    min-width: 175px;
    list-style: none;
}

.messageBlock ul.tabs li {
    margin: 0 0 11px 0;
    cursor: pointer;
    padding: 0;
    line-height: 31px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    background: #fff;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-left: 2px solid transparent;
}

ul.tabs li:hover {
    background: #fff;
    color: #000;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.tabs li.active {
    background: #F7F8FA;
    color: #dddddd;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-left: 2px solid #1072BA;
}

.messageBlock ul.tabs li.active .option-content-block {
    background: #F7F8FA;
}

.tab-container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    top: -10px;
    width: 60%;
    float: right;
    min-width: 10px;
    text-align: left;
    background: #fff;
}

.tab_content {
    padding: 10px;
    height: 100%;
    display: none;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    float: left;
    width: 100%;
    background: #fff;
}

.tab_drawer_heading1 {
    display: none;
}

.drp-title {
    display: none;
}

.dashboardBlock, .userBlock {
    padding: 0 28px;
    width: 50%;
    margin-top: 20px;
    border-right: 2px solid #f2f2f2;
}

.tabcontent-block .dashboardBlockDiv label {
    width: 29%;
    float: left;
    margin: 10px 0 0 0;
}

.tabcontent-block .dashboardBlockDiv input, .tabcontent-block .dashboardBlockDiv .select-wrapper, .tabcontent-block .dashboardBlockDiv .form-control {
    width: 71%;
    float: left;
}

.nav-tabs-dashboard.nav-tabs .nav-item.first {
    width: 20%;
}

.btn-reset-search a.agent-search {
    color: #5EA426;
    box-shadow: 0 0 7px rgb(94 164 38 / 0.3);
    -moz-box-shadow: 0 0 7px rgba(94, 164, 38, 0.3);
    -webkit-box-shadow: 0 0 7px rgb(94, 164, 38, 0.3);
    -o-box-shadow: 0 0 7px rgba(94, 164, 38, 0.3);
    font-family: 'robotobold';
}

.All_options_agents .show-record p {
    margin-right: 15px;
}

.All_options_agents .show-record {
    width: 23%;
}

.All_options_agents .select-options li {
    text-align: center;
}

.All_options_agents .show-record .select-wrapper, .All_options_agents .show-record .select {
    width: 60%;
}

.All_options_agents .show-record.first .select-wrapper, .All_options_agents .show-record.first .select {
    width: 46%;
}

table.agentsTable th, table.agentsTable td {
    width: 10%;
}

.table.agentsTable, table.agentsTable thead, table.agentsTable tbody {
    float: left;
    width: 100%;
}

table.agentsTable th.edit, table.agentsTable td.edit, table.agentsTable th.view, table.agentsTable td.view {
    width: 5%;
}

table.agentsTable th.agent_name, table.agentsTable td.agent_name {
    width: 15%;
}


table.agentsTable td.agent_name {
    color: #1072BA;
    font-family: 'robotomedium';
}

table.agentsTable th.agent_status, table.agentsTable td.agent_status {
    width: 11%;
}

table.agentsTable th.agent_date, table.agentsTable td.agent_date {
    width: 15%;
}

table.agentsTable th.agent_deals, table.agentsTable td.agent_deals {
    width: 10%;
}

table.table-info.agentsTable th.agent_split, table.table-info.agentsTable td.agent_split {
    width: 8%;
}

table.agentsTable th.agent_state, table.agentsTable td.agent_state {
    width: 10%;
}

table.agentsTable th, table.agentsTable th {
    font-family: 'robotobold';
}

table.agentsTable td.agent_status a {
    font-size: 15px;
    margin-right: 3px;
}

.hscroll {
    overflow-x: auto; /* Horizontal */
}

.agent-login {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-color: #2691df; /* For browsers that do not support gradients */
    background-image: linear-gradient(#2691df, #043e6c);
}

.agentlogin-block {
    width: 300px;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -190px;
}

.agentlogin-block img {
    margin: 10px auto;
    display: block;
}

.agentlogin-block .login-content h2 {
    color: #2F3740;
}

.userBlock label {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-family: 'robotobold';
}

.userBlock {
    padding: 15px 3% 10px 0;
    width: 50%;
    min-height: 500px;
}

.userBlock .form-control {
    font-family: 'robotoregular';
    font-size: 20px;
}

.userBlock .select-wrapper, .agentBlock .select-wrapper {
    background: #fff url(../img/arrow-down.png) no-repeat right center;
}

.userBlock .select-wrapper .holder {
    text-align: left;
}

.userBlock-right {
    padding: 15px 0 10px 3%;
    border: 0;
}

.userBlock .tabcontent-left {
    margin-bottom: 15px;
}

.userBlock .UserBlockDiv label {
    margin-bottom: 5px;
}

.userBlock #pswd_info {
    left: 32%;
}

.btn-bottom-users {
    position: absolute;
    right: 0;
}

.scrollbar-user {
    height: 530px;
}

.agentBlock h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

.tabcontent-block .agentBlock .dashboardBlockDiv label, .tabcontent-block .agentBlock input, .tabcontent-block .agentBlock label {
    font-size: 16px;
    font-family: 'robotolight';
}

.tabcontent-block .agentBlock input {
    font-family: 'robotoregular';
}

.agentBlock .tabcontent-left {
    margin-bottom: 20px;
}

.socialDivBlock {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #B6C2D0;
    border-radius: 2px;
    float: left;
    color: #32383D;
    margin-bottom: 7px;
}

.socialDiv {
    width: 70%;
    float: left;
}

.socialDivBlockIcon {
    width: 48px;
    height: 48px;
    float: left;
    background: #1072BA;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.socialDivBlock p {
    padding: 0 5px;
    float: left;
}

.employeeBlockMain {
    min-height: 530px;
}

.agentContactBlock .tabcontent-block .dashboardBlockDiv label, .agentContactBlock label.w-30 {
    width: 39%;
}

.agentContactBlock .socialDiv, .agentContactBlock .merchantInfoDiv, .agentContactBlock .tabcontent-block .dashboardBlockDiv input, .agentContactBlock .tabcontent-block .dashboardBlockDiv .select-wrapper, .agentContactBlock .tabcontent-block .dashboardBlockDiv .form-control {
    width: 61%;
}

.appDetail {
    border: 1px solid #B6C2D0;
    padding: 10px;
    float: left;
    width: 100%;
    height: 375px;
    margin-bottom: 15px;
}

.appDetail .a_edit {
    border: 0;
    padding: 0 15px;
    margin: 0 0 10px 0;
}

.appDetail .a_edit:hover {
    color: #fff;
}

table.appInfo {
    width: 100%;
}

table.appInfo .thead-light th {
    color: #272D3B;
    background-color: #DFE6EC;
    border-color: #dee2e6;
    padding: .55rem;
    font-size: 14px;
    font-weight: 400;
}

table.appInfo thead th {
    vertical-align: bottom;
}

table.appInfo thead th:nth-child(2) {
    width: 32%;
}

table.appInfo td, .table.appInfo th {
    padding: .55rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.NotesDiv .option-heading {
    font-size: 16px;
    font-family: 'robotomedium';
    color: #2F3740;
}

.desktop-block {
    display: block;
}

.desktop-block-table-cell {
    display: table-cell;
}

.mobile-display-table-cell {
    display: none;
}

@media screen and (max-width: 781px) {
    .drp-title {
        display: block;
    }

    .tabs_wrapper, .tab_content, .tab-container {
        background: #F7F8FA;
    }

    ul.tabs {
        display: none;
    }

    .messageBlock .option-content-block {

    }

    .tab_content {
        padding-top: 20px;
    }

    .messageBlock .option-content-block-r {
        width: 86%;
    }

    .inboxblockContent .scheduleBlockDiv {
        width: 100%;
        padding: 0 15px;
    }

    .processBtn a {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .tab-container {
        display: block;
        margin: 0 auto;
        width: 100%;
        border-top: none;
        border-radius: 0;
    }

    .inboxblock {
        width: 100%;
        background: #edf2f8;
    }

    .tab_drawer_heading1 {
        background: #fff;
        color: #000;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        float: left;
        width: 100%;
    }

    .tab_drawer_heading1:hover {
        background: #fff;
        color: #000;
    }

    .tab_drawer_heading.d_active1 {
        background: #fff;
        color: #000;
    }

    .drp-title {
        font-family: 'robotomedium';
        font-size: 16px;
    }

    .drp-title span {
        font-family: 'robotolight';
    }

    .inboxblock .nav-tabs .nav-item .nav-link {
        padding: 10px 5px;
        text-align: center;
        margin: 0;
        line-height: 15px;
    }

    .desktop-block2 {
        display: none !important;
    }

    .inboxblock .nav, .inboxblock .responsive-tabs {
        background: #fff;
        padding: 0;
        margin-bottom: 10px;
    }

    .inboxblock .nav-tabs .nav-item .nav-link.active {
        box-shadow: none;
    }

    .inboxblock .responsive-tabs .dropdown-arrow, .responsive-tabs.open .dropdown-arrow {
        background: url("../img/down-arrow1.png") 0 0 no-repeat;
        width: 16px;
        height: 12px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg) !important;
        padding: 0;
        top: 12px;
        right: 6px;
        border: 0;
    }
}

@media only screen and (max-width: 1290px) {
    .btn-reset-search a {
        width: auto;
        padding: 0 18px;
    }

    .time-clock-block .logo {
        position: static !important;
    }

    .time-clock-block {
        padding-top: 150px !important;
    }

    .show-record.third .select-wrapper, .show-record.third .select {
        width: 54%;
    }


}

@media only screen and (max-width: 1088px) {
    .s-sidebar__nav {
        left: -13em;
    }


    .btn-reset-search a {
        width: auto;
        padding: 0 20px;
    }
}

@media only screen and  (min-width: 782px) and (max-width: 1088px) {
    .processBtn a {
        width: 105px;
    }

    .option-content-block-r {
        width: 80%;
    }

    .inboxblock .nav-tabs .nav-item .nav-link small {
        font-size: 15px;
    }

    .s-sidebar__trigger .logo-m-img {
        margin-top: 5px;
    }
}

/*Responsive Start */
@media (max-width: 1300px) {
    .nav-tabs .nav-item.first {
        width: 22%;
    }

    .nav-tabs .nav-item.second {
        width: 25%;
    }

    .tabcontent-50 {
        width: 55%;
    }

    .avatar-links li {
        width: 47%;
    }

    .userBlock {
        width: 50%;
    }
}

@media screen and (max-width: 1040px) {
    .HomepageBlock {
        height: 170px;
    }
}

@media screen and (max-width: 960px) {
    .HomepageBlock {
        height: 215px;
    }


    .HomepageBlock {
        width: 50%;
    }

    .HomepageBlock:nth-child(2n) {
        border-right: 0;
    }
}

@media screen and (min-width: 1440px) {

    .time-clock-block {
        padding-top: 90px !important;
    }
}

@media screen and (max-width: 768px) {
    #style-3::-webkit-scrollbar, .scrollbar-merchant::-webkit-scrollbar {
        display: none;
        width: 0;
    }

    .login-block .login-social-links {
        position: relative;
        bottom: 0;
        left: 50%;
        width: 150px;
        margin-left: -75px;
        font-size: 13px;
        margin-top: 50%;
        font-family: 'robotolight';
        color: #fff;
        line-height: 20px;
    }

    .login-block {
        padding-top: 40px;
    }

    .login-content h2 {
        margin-bottom: 20px;
    }

    /*.login-block .login-social-links {
        position: static;
        margin:0 auto;
        padding-top: 50px;
    }*/
    .login-block img.logo {
        height: 70px;
    }

    table.table-info th.mobile-th, table.table-info td.mobile-td {
        display: block;
    }

    /*home*/
    .homeAnnouncementBlock {
        width: 90%;
        margin: 5% auto;
        float: none;
        overflow: hidden;
        background: #fff url(../img/annicon-m.png) top right no-repeat;
    }

    .welcome-text {
        display: none;
    }

    .Anlogo {
        background: url("../img/bryte-logo-transblack.png") 0 0 no-repeat;
        height: 50px;
    }

    .AnnContent h3 {
        text-align: center;
    }

    .AnnContentTextRight {
        padding-top: 10px;
    }

    .HomepageBlockInner {
        padding: 0 40px;
    }

    .HomepageBlock {
        width: 45%;
        border: 0;

        height: auto;
        margin: 12px 0;
        padding: 0;
        border-radius: 20px;
        margin-left: 10px;
    }

    /*.HomepageBlock:nth-child(1), .HomepageBlock:nth-child(2) {
        margin-top: 0;
    }*/
    .HomepageBlockText a {
        display: block;
    }

    .HomepageBlock-left, .HomepageBlockText {
        float: none;
        display: table;
        padding-left: 0px;
        margin: 0 auto;
    }

    .HomepageBlockText {
        width: 100%;
        text-align: center;
    }

    body.bg-lightgrey {
        background: #edf3f5;
    }

    .HomepageBlockMain {
        width: 100%;
        margin: 0 auto;
        padding-top: 0px !important;
        background: #fff;
        overflow: hidden;
        margin-bottom: 30px;

        border-radius: 20px;
    }

    .homeAnnouncementMain {
        height: 200px;
    }

    .homeAnnouncement {
        height: 70%;
    }

    .AnnContent a {
        display: none;
    }

    .s-layout__content {
        padding: 61px 10px 15px;
    }

    .h2_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .h2_title img {
        height: 20px;
        margin: 2px 5px 0 0;
        float: left;
    }

    .title-main {
        margin-bottom: 5px;
    }

    .s-sidebar__trigger .logo-m-img {
        margin-top: 5px;
    }

    .datepicker-block {
        width: 100%;
    }

    label {
        font-size: 16px;
    }

    .datepicker-block .form-control {
        width: 73%;
    }

    .timesheets-links-div {
        display: none;
    }

    .search-container-div {
        border: 0;
        float: left !important;;
        width: 78% !important;
    }

    .search-container-div input[type=text] {
        border: 1px solid #DEE3E9;
        font-size: 12px;
        width: 84%;
        padding: 8px 5px;
    }

    .search-container-div button, .search-container-div button:focus, .search-container-div button:hover {
        background: #1072BA url(../img/ic_search_24px_m.png) center no-repeat;
        width: 34px;
        height: 34px;
        border-radius: 2px;
    }

    .btn-filter, .btn-filter:hover, .btn-filter:focus {
        background: #1072BA;
        font-size: 16px;
        color: #fff;
        font-family: 'robotomedium';
        padding: 8px 10px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        text-decoration: none;
    }

    .m-display {
        display: block !important;
    }

    table.table-info th, table.table-info td {
        display: none;
        float: left;
        width: auto;
    }

    table.table-info th.role, table.table-info td.role, table.table-info th.second, table.table-info td.second, table.table-info th.staus, table.table-info td.staus, table.table-info th.third, table.table-info td.third {
        width: 0;
    }

    table.table-info th.first, table.table-info td.first {
        width: 7%;
    }

    table.table-info th.name, table.table-info td.name {
        width: 37%;
    }

    table.table-info th.mobile-th, table.table-info td.mobile-td {
        width: 30%;
    }

    table.table-info th.last-row, table.table-info td.last-row {
        width: 26%;
    }

    table.table-info th:nth-child(1), table.table-info td:nth-child(1), table.table-info th:nth-child(2), table.table-info td:nth-child(2), table.table-info th:nth-child(10), table.table-info td:nth-child(10), table.table-info th:last-child, table.table-info td:last-child {
        display: block;
    }

    table.table-info th, table.table-info td, table.table-info1 th, table.table-info1 td {
        font-size: 12px;
        padding: 10px 5px;
    }

    table.table-info th, table.table-info1 th {
        font-family: 'robotolight';
        color: #485560;
    }

    table.table-info th .form-control, table.table-info td .form-control {
        height: auto;
    }

    table.table-info th img {
        padding-right: 5px;
    }

    table.agentsTable tr, table.agentsTable thead {
        display: block;
    }

    table.agentsTable {
        width: 930px;
    }

    table.agentsTable td.view img {
        width: 15px;
        height: auto;
    }

    table.agentsTable td.view {
        margin-left: 5px;
    }

    .filter-block {
        display: flex;
        flex-direction: column;
        width: 100%;
        border: 0 !important;
    }

    #Myid, .Myid {
        position: absolute;
        top: 0;
        left: 0;
        background: #1072BA;
        width: 100%;
        padding: 10px;
        min-height: 550px;
        margin: 15px auto;
        display: none;
        z-index: 1100;
    }

    #Myid:before, .Myid:before {
        background: url(../img/arrow-top.png) 0 0 no-repeat;
        height: 18px;
        content: "";
        position: absolute;
        top: -17px;
        right: 27px;
        width: 22px;
        display: block;
    }

    .All_options {
        order: 2;
        width: 100%;
        padding-top: 15px;
    }

    .btn-reset-search, .inboxblock .btn-reset-search {
        order: 1;
        width: 100%;
        padding-top: 27px;
    }

    .btn-reset-search a {
        background: #FFFFFF;
        color: #485560;
        border-radius: 2px;
        border: 0;
        float: left;
        height: 30px;
        line-height: 30px;
    }

    .m-btn-block-l {
        float: left;
        width: 100px;
    }

    .m-btn-block-r {
        float: right;
        width: 210px;
    }

    .btn-reset-search .m-btn-block-r a {
        width: 100px;
    }

    .show-record, .show-record.first, .show-record.third, .show-record.fourth, .inboxblock .show-record, .inboxblock .show-record.first {
        width: 100%;
        margin-bottom: 10px;
    }

    .show-record p {
        color: #fff;
        width: 24%;
    }

    .show-record .select-wrapper, .show-record .select, .show-record.first .select-wrapper, .show-record.first .select, .show-record.third .select-wrapper, .show-record.third .select, .show-record.fourth .select-wrapper, .show-record.fourth .select {
        width: 74%;
    }

    .mpt-0 {
        padding-top: 0;
    }

    .w-0 {
        max-width: 0;
    }

    .wm-100 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .bg-wg-modal #my-modal-clockinout {
        width: 96% !important;
    }

    .bg-wg-modal #my-modal-timesubmit {
        width: 90% !important;
    }

    .modalboxHeader {
        font-size: 27px;
    }

    .clockInOutBlock, .title p {
        font-size: 16px;
    }

    .modal-content1 .timesubmitBlock p {
        padding: 0;
    }

    .h2_title {
        margin: 0px 0 10px 0;
    }

    .h2_title span {
        display: none;
    }

    .desktop-block {
        display: none !important;
    }

    .avatar_img {
        margin-bottom: 10px;
    }

    .tabcontent-50, .tabcontent-52 {
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }

    .personal-info-Main {
        width: 100%;
        display: block;
        margin: 0;
    }

    .personal-info-div {
        width: 320px;
        margin: 0 auto;
    }

    .s-layout__content_inner_t_25 {
        padding: 10px;
    }

    .setting-block {
        margin: 10px;
    }

    .m-bg-white-none {
        background: #EDF2F8 !important;
    }

    .departmentBlockMain {
        padding: 10px;
    }

    .TimeClockSettingMain {
        padding: 10px;
        margin: 0;
    }

    .w-49, .scheduleBlockDiv, .TimingMainBlock {
        width: 100%;
    }

    .total-hrs-right {
        margin-right: 10px;
    }

    .a_edit {
        margin-left: 10px;
    }

    .a_add_day {
        display: none;
    }

    .s-layout__content1 {
        padding: 60px 10px 15px;
    }

    .departmentBlock, .s-scrollbar {
        margin-bottom: 0;
    }

    .remove-schedule-card {
        display: none;
    }

    .schedule-select .select, .schedule-select .select-wrapper, .datepicker-block .form-control, .date-title {
        width: 100%;
    }

    .schedule-select label {
        margin: 9px 5px 5px 0;
    }

    .bg-wg-modal #my-modal-addday.wg-modal {
        width: 40% !important;
    }

    .scheduletab .btn-yellow, .timesheettab .total-hrs-right {
        width: 210px;
        display: block;
        clear: both;
        text-align: center;
        margin: 0 auto 22px auto;
        float: none !important;
    }

    .timesheettab .a_edit, .timesheettab .add_note {
        display: none;
    }

    .scheduleBlockInnerDiv {
        margin: 10px auto;
        float: none !important;
        overflow: hidden;
    }

    .timesheettab .a_approve {
        display: block;
        width: 100%;
        margin: 10px 0 0 0;
    }

    .user-detailMain, .tabs_wrapper, .inboxblock .tab_container {
        width: 100%;
    }

    .merchant_delete a.btn-default.btn-text-red {
        padding: 0;
        background: url("../img/ic_delete_24px.png") 0 0 no-repeat;
        height: 14px;
        width: 11px !important;
        display: block;
        margin-top: 2px;
    }

    .merchant_delete a.btn-default.btn-text-red span {
        display: none;
    }

    .h2_title.m-h2_title {
        font-size: 18px;
    }

    .w-30, .appSubdomainDiv, .tabcontent-block .dashboardBlockDiv label, .tabcontent-block .dashboardBlockDiv input, .tabcontent-block .dashboardBlockDiv .select-wrapper, .agentContactBlock .tabcontent-block .dashboardBlockDiv label, .agentContactBlock label.w-30, .tabcontent-block .dashboardBlockDiv input, .tabcontent-block .dashboardBlockDiv .select-wrapper, .tabcontent-block .dashboardBlockDiv .form-control {
        width: 100%;
        margin: 0;
    }

    .scrollbar-merchant {
        padding-right: 0px;
    }

    .merchantInfoDiv .info-block-state, .merchantInfoDiv .info-block-city, .upload-image-div {
        width: 100%;
        margin-bottom: 5px;
    }

    .tabcontent-block .dashboardBlockDiv label, .agentContactBlock .tabcontent-block .dashboardBlockDiv label, .agentBlock .merchantInfoDiv .info-block {
        margin-bottom: 10px;
    }

    .dashboardBlock .info-block, .dashboardBlock .merchantInfoDiv .info-block.info-block-state {
        margin-bottom: 15px;
    }

    .dashboardBlock .merchantInfoDiv .info-block, .agentBlock .tabcontent-left {
        margin-bottom: 5px;
    }

    .tabcontent-block .agentBlock label {
        margin-top: 5px;
    }

    .tabcontent-block .dashboardBlockDiv input.w-61 {
        width: 85%;
    }

    .merchantBtn.btn-bottom {
        padding-bottom: 15px;
        width: 220px;
        margin: 0 auto;
        float: none !important;
    }

    .scrollbar-merchant {
        height: auto;
    }

    #pswd_info {
        left: 5px;
        top: 85px;
    }

    .userBlock #pswd_info {
        left: 90px;
        top: 25px;
    }

    .m-h-100 {
        height: 95%;
    }

    #pswd_info::before {
        top: 0px;
        left: 20px;
        transform: rotate(135deg);
        margin-left: 0;
    }

    .btn-bottom-users {
        display: none;
    }

    .title_r.merchant_delete a.btn-default.disabled span {
        display: block;
    }

    .title_r.merchant_delete a.btn-default.disabled {
        float: left !important;
        color: #fff;
        width: auto;
    }

    .user-title .merchant_delete a.btn-default.btn-text-red, .user-title .title_l {
        margin-top: 6px;
    }

    .userBlock label, .userBlock .form-control {
        font-size: 16px;
    }

    .socialDiv, .agentContactBlock .tabcontent-block .dashboardBlockDiv .select-wrapper {
        width: 100%;
    }

    .agentBlock h2 {
        margin: 10px 0;
    }

    .agentContactBlock .tabcontent-block .dashboardBlockDiv .form-control, .tabcontent-block .agentBlock .dashboardBlockDiv input, .merchantInfoDiv {
        width: 100%;
    }

    .socialDivBlock {
        height: 40px;
        line-height: 40px;
    }

    .socialDivBlockIcon {
        width: 40px;
        height: 40px;
    }

    .socialDivBlock p {
        padding-right: 0;
    }

    .agentBlock {
        border: 0;
        float: left;
    }

    .dashboardBlock.agentBlock {
        padding: 0;
    }

    .userBlock {
        min-height: auto;
    }

    .tabcontent-50.dashboardBlock {
        padding-right: 10px;
    }

    .All_options_agents .show-record p {
        width: 32%;
    }

    .All_options_agents .show-record {
        width: 100%;
    }

    .All_options_agents .show-record.first .select-wrapper, .All_options_agents .show-record.first .select {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        background-color: #4B93D2;
        color: #fff;
        border-top: 1px solid #fff;
        margin: 0;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        clear: left;
        padding: 5px 10px;
    }

    .d_active {
        background-color: #4B93D2;
        color: #fff;
    }

    .inboxblock .nav {
        width: 100%;
    }

    /* Front */
    .clock-outmiddleLinks {
        width: 60%;
    }

    .clock-outBlockTop .left i {
        font-size: 20px;
    }

    .timecard {
        width: 70%;
    }

    .time-clock-block .logo {
        height: 60px;


        margin: 15px 0 20px 10px;
    }

    .clock-outBlockTop .left, .clock-outmiddleLinks a {
        font-size: 14px;
    }

    .clock-outBlockTop .right {
        font-size: 12px;
    }

    .clockStatusContainer {
        font-size: 12px !important;
    }

    .clock-outBlockTop .left img {
        height: 20px;
    }

    .clock-outBlockTop {
        height: 2.5em;
        line-height: 20px;
    }



    .clock-outmiddleLinks a {
        /* width: 150px;*/
        margin: 10px auto 0 auto;
        float: none !important;
        font-size: 16px;
        display: block;
    }

    .clock-outBlockmiddle {
        padding-bottom: 0;
        margin-top: 1em;
    }

    .clockStatusContainer {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .timecardBlock {
        width: 115px;
        height: 115px;
    }

    .timecardBlockInner p {
        line-height: 15px;
    }

    .p-Dark {
        font-size: 18px;
    }

    .DayShiftBlockInner, .total-hrs {
        font-size: 14px;
        width: 90%;
    }

    .DayShiftBlock p {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .timeshhetBtn a {
        font-size: 16px;
        float: none !important;
        text-align: center;
        margin-bottom: 15px;
    }

    .timeshhetBtn a:nth-child(2n) {
        margin-bottom: 5px;
    }

    .owl-carousel .item {
        font-size: 14px;
    }

    .owl-carousel .item .circle {
        font-size: 25px;
        margin-top: 5px;
    }

    .clockInOutBlock {
        width: 100%;
    }
}

@media screen and (max-width: 590px) {
    .w-50 {
        width: 80% !important;
    }


    .dropdown-ul a.dropdown-toggle span {
        display: none;
    }

    .header-drp {
        margin-right: 10px;
    }

    .open .menu-dropdown, .dropdown.open .menu-dropdown, .open .dropdown-menu, .dropdown.open .dropdown-menu {
        margin-top: 50px;
    }

    .login-block img.logo {
        height: 100px;
    }

    .login-block .agentlogin-block img.logo {
        width: auto;
        height: 80px;
    }

    .login-content h2 {
        font-size: 24px;
    }

    .login-form .form-control {
        font-size: 14px;
    }

    .login-links {
        margin-top: 15px !important;
    }

    .login-block .login-social-links ul li {
        margin-right: 10px;
    }

    .AnnContent h4 {
        font-size: 16px;
    }

    .AnnContent p {
        font-size: 14px;
    }

    .AnnContentTextRight p {
        overflow: hidden;
    }

    .AnnContent h3 {
        font-size: 22px;
    }

    .AnnContentTextRight {
        padding-top: 5px;
    }

    .homeAnnouncementMain {
        height: 330px;
    }

    .homeAnnouncement {
        height: 70%;
    }

    #my-modal-annocementinfo {
        width: 92% !important;
    }

    .modal-content1 h3 {
        font-size: 16px;
    }

    .modal-content1 p, .modal-content1 a {
        font-family: 'robotoregular';
    }

    .avatar-links li {
        width: 98%;
    }

    .tabcontent-block .icon-tab {
        margin-right: 7px;
    }

    .desktop-block1 {
        display: none !important;
    }

    .mobile-display {
        display: block !important;
    }

    .info-block, .info-block-30, .info-block-70, .info-block-45, .tabcontent-52 .info-block {
        width: 100%;
        margin: 0 0 5px 0;
    }

    .form-group {
        width: 100%;
    }

    .avatar-links li:nth-child(2), .avatar-links li:nth-child(4) {
        float: left;
    }

    .icon-tab.text-white {
        display: none;
    }

    .tabcontent-left {
        margin-bottom: 0;
    }

    .btn-bottom {
        position: static;
    }

    .personal-info {
        width: 100%;
        text-align: center;
    }

    .avatar_img {
        margin: 0 auto 10px;
        float: none !important;
    }

    .personal-info-div {
        width: 100%;
    }

    .option-content-block-r {
        width: 75%;
    }

    .option-content-block-r-t p.time {
        float: left;
    }

    .setting-block-r {
        float: left !important;
        width: 100%;
    }

    .upload-btn-wrapper .upload-btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .upload-btn img {
        display: block;
        margin: 0 auto;
    }

    .upload-btn span {
        display: none;
    }

    .upload-btn-wrapper {
        overflow: visible;
    }

    .TimeClockSettingMain .form-control {
        width: 100%;
    }

    .btn-default.float-left {
        /* margin-top: 5px;*/
    }

    .btn-default.float-left {
        float: right !important;
    }

    .TimeClockSettingMain p {
        font-family: 'robotolight_italic';
        font-size: 14px;
        color: #838383;
    }

    .mp-0 {
        padding: 0;
    }

    .upload-btn-Main {
        position: absolute;
        bottom: 0;
        right: 25%;
    }

    .m-display1 {
        display: block !important;
    }

    .bg-wg-modal #my-modal-addday.wg-modal {
        width: 55% !important;
    }

    .agentBlock .jFiler-items-grid .jFiler-item {
        width: 46%;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .search-container-div {
        width: 350px !important;
    }

    .search-container-div input[type="text"] {
        width: 88%;
    }

}

@media screen and (max-width: 480px) {
    .homeAnnouncementMain {
        height: 200px;
    }

    .homeAnnouncement {
        height: 70%;
    }

    .HomepageBlockText h4 {
        font-size: 17px;
    }

    .AnnContent h4 {
        font-size: 15px;
    }
}

@media screen and (max-width: 380px) {
    .homeAnnouncementMain {
        height: 260px;
    }
}

@media screen and (max-width: 360px) {
    /*.homeAnnouncementMain {
        height: 260px;
    }
    }
    @media screen and (max-width: 320px){
    .homeAnnouncementMain {
        height: 330px;
    }*/
    table.table-info th, table.table-info td, table.table-info1 th, table.table-info1 td {
        padding: 10px 3px;
        font-size: 10px;
    }

    .datepicker-block .form-control {
        width: 71%;
    }

    .search-container-div {
        width: 73% !important;
    }

    .search-container-div input[type=text] {
        width: 78%;
    }

    .btn-reset-search .m-btn-block-r a {
        padding: 0 17px;
    }

    .btn-reset-search .m-btn-block-r a, .m-btn-block-r {
        width: auto;
    }

    .btn-reset-search .m-btn-block-r a.float-right {
        margin-left: 10px;
    }

    .show-record p {
        width: 29%;
    }

    .show-record .select-wrapper, .show-record .select, .show-record.first .select-wrapper, .show-record.first .select, .show-record.third .select-wrapper, .show-record.third .select, .show-record.fourth .select-wrapper, .show-record.fourth .select {
        width: 69%;
    }

    .socialDivBlock p {
        padding-right: 0;
        font-size: 11px;
    }
}

.btnRemove {
    position: absolute;
    right: 0;
    margin-top: 10px;
    color: #D25E5E;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::after {

    left: -45px;
}

.time-clock-block {
    display: table;
    /* position: absolute; */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    height: 100vh;

}

.time-clock-contentInner .material-icons {
    font-size: 26px !important;
}

.no-hover {
    color: #1072ba !important;
}


.alertModal1 hr {

    border-top: 1px solid #B6C2D0;

}

.alertBtn {
    width: 100% !important;
    height: 35px;
    box-shadow: 0px 0px 1px #000000;
    border-radius: 2px;
    line-height: 35px !important;
    display: block;
    text-align: center;
    font-family: 'poppinsmedium';
    font-size: 16px;
    letter-spacing: 0.02px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.successModal .modalboxHeader {
    background: #6EC45C;
}

.warningModal .modalboxHeader {

    background: #F0C52C;
}

.errorModal .modalboxHeader {

    background: #D25E5E;
}


.alertModal .modalboxHeader {

    background: #BAC3C5;
}


.successModal .alertIcon {
    color: #6EC45C;
}

.warningModal .alertIcon {

    color: #F0C52C;
}

.errorModal .alertIcon {

    color: #D25E5E;
}


.alertModal .alertIcon {

    color: #BAC3C5;
}

.successModal .alertBtn {
    background: #6EC45C;
}

.warningModal .alertBtn {

    background: #F0C52C;
}

.errorModal .alertBtn {

    background: #D25E5E;
}


.alertModal .alertBtn {

    background: #BAC3C5;
}
.header > a:first-child img{
    margin-left: 5px!important;
}

abbr[data-original-title], abbr[title]{

    color:#000;
    text-decoration: none;
    border: none;
    cursor: default;
}
.react-calendar__tile{
    padding:0.5em 0.5em!important;s
}
.react-calendar__navigation{
    margin-bottom: 0.2em;
}
.react-calendar__navigation button:enabled:hover, .react-calendar__navigation button:enabled:focus{
    background: #1072ba;
}