﻿@charset "UTF-8";

html, body, 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, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
    display: block;
}

*, *:before, *:after {
    box-sizing: border-box;
}

img,
object,
embed {
    max-width: 100%;
}

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;
}

.hot {
    color: #ed1169;
    font-weight: bold;
}

.cold {
    color: #2A4584;
    font-weight: bold;
}

.main-search {
    width: 100%;
    margin: 1rem auto;
    text-align: center;
    max-width: 49.23077rem;
}

    .main-search .search {
        width: 60%;
    }

.main-search2 {
    width: 100%;
    margin: 1rem 0;
    text-align: left;
}

    .main-search2 .search {
        width: 85%;
    }

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

#check {
    margin-right: 0.5rem;
    vertical-align: middle;
    margin-left: 5px;
}

#labelCheck {
    font-weight: normal;
    float: left;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

select, input, textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

td, td img {
    vertical-align: top;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
}

button, input, select, textarea {
    margin: 0;
}

    button,
    input[type=button] {
        width: auto;
        overflow: visible;
    }

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.container {
    margin: 0 auto;
    max-width: 49.23077rem;
    width: 100%;
    min-width: 75%;
}

    .container p {
        text-align: justify;
    }

.col {
    margin-bottom: 1.5rem;
    padding: 0 1.12821rem;
}

    .col:last-child {
        margin-bottom: 0;
    }

@media screen and (min-width: 561px) {
    .col {
        float: left;
        margin: 0;
    }

        .col.full {
            width: 100%;
        }

        .col.three-fourths {
            width: 75%;
        }

        .col.two-thirds {
            width: 66.7%;
        }

        .col.half {
            width: 50%;
        }

        .col.third {
            width: 33.3%;
        }

        .col.fourth {
            width: 25%;
        }

        .col.golden-large {
            width: 61.8%;
        }

        .col.golden-small {
            width: 38.2%;
        }

        .col.flow-opposite {
            float: right;
        }
}

@font-face {
    font-family: "synergy-icons";
    src: url("../type/synergy-icons.eot");
    src: url("../type/synergy-icons.eot?#iefix") format("embedded-opentype"), url("../type/synergy-icons.woff") format("woff"), url("../type/synergy-icons.ttf") format("truetype"), url("../type/synergy-icons.svg#synergy-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "synergy-icons";
        src: url("../type/synergy-icons.svg#synergy-icons") format("svg");
    }
}

[data-icon]:before {
    content: attr(data-icon);
}

[data-icon]:before,
.icon-arrow-down:before,
.icon-facebook:before,
.icon-linkedin:before,
.icon-nav:before,
.icon-search:before,
.icon-twitter:before {
    display: inline-block;
    font-family: "synergy-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.icon-arrow-down:before {
    content: "\f100";
}

.icon-facebook:before {
    content: "\f101";
}

.icon-linkedin:before {
    content: "\f102";
}

.icon-nav:before {
    content: "\f103";
}

.icon-search:before {
    content: "\f104";
}

.icon-twitter:before {
    content: "\f105";
}

html {
    font-size: 121.875%;
}

body {
    font-family: "Alegreya Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    color: #222;
    text-rendering: optimizeLegibility;
}

@media screen and (max-width: 560px) {
    body {
        font-size: 0.82051rem;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 0.87179rem;
    }
}

a {
    color: #245da9;
    text-decoration: none;
}

    a:hover {
        color: #658dc2;
    }

ul, ol {
    margin-bottom: 1.5rem;
}

    ul li {
        list-style-type: disc;
        margin-left: 1.5rem;
        margin-top: 0.3rem;
    }

    ol li {
        margin-left: 1.5rem;
    }

.all-caps {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}

h1 {
    font-size: 1.64103rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 0.97436rem;
    line-height: 1.53947;
    margin-bottom: 0.375rem;
}

p {
    margin-bottom: 1.5rem;
}

.lead-in {
    font-size: larger;
}

/* .btn {
  position: relative;
  padding: 0.51282rem 1.02564rem;
  background-color: #ececec;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
} */
.btn .icon-arrow-down {
    font-size: 150%;
    /* margin-left: 0.51282rem; */
    line-height: 1;
}

.top-blurbs .col {
    margin-bottom: 3rem;
}

.top-blurbs h1 {
    font-size: 1.12821rem;
    line-height: 1.32955;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.top-blurbs p {
    margin-bottom: 0.75rem;
}

.top-blurbs .btn {
    text-transform: capitalize;
    width: auto;
    padding: 0.5rem;
}

    .top-blurbs .btn#btn1 {
        text-transform: capitalize;
        width: 5.3rem;
        padding: 0.76923rem 0.51282rem;
        margin-top: 0.3rem;
    }

.hero-area .container {
    position: relative;
}

.hero-area img {
    width: 100%;
}

.hero-area .hero-heading {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 0.375rem 0;
}

    .hero-area .hero-heading:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .hero-area .hero-heading .hero-heading-content {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin-left: -0.2em;
        padding-right: 1.12821rem;
        padding-left: 1.12821rem;
    }

    .hero-area .hero-heading h1 {
        text-transform: uppercase;
        margin-bottom: 0;
    }

        .hero-area .hero-heading h1 span {
            text-transform: lowercase;
            font-weight: 800;
        }

    .hero-area .hero-heading h2 {
        font-weight: normal;
        font-size: 0.76923rem;
        line-height: 1.17;
    }

section {
    margin-bottom: 1rem;
}

.blue-dark h1 {
    color: #1f4a83;
}

.blue-dark .btn {
    background-color: #1f4a83;
    border: 0;
    margin-top: 1.3rem;
}

.blue-dark a.btn:hover {
    color: #fff;
    background-color: #6280a8;
}

.blue-light h1 {
    color: #78bce8;
}

.blue-light .btn {
    background-color: #78bce8;
}

.blue-light a.btn:hover {
    color: #fff;
    background-color: #a0d0ee;
}

.pink h1 {
    color: #ed1e6b;
}

.pink .btn {
    background-color: #ed1e6b;
}

.pink a.btn:hover {
    color: #fff;
    background-color: #f26197;
}

.index .blue-dark .btn {
    font-size: 0.7rem;
    padding: 0.3rem;
    width: auto;
    margin-top: 1.3rem;
}

.jump {
    margin: -2.25rem 0 3rem 0;
}

    .jump a {
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 2px solid #78bce8;
        color: #78bce8;
    }

        .jump a:hover {
            color: #a0d0ee;
        }

        .jump a .icon-arrow-down {
            font-size: 300%;
            line-height: 1;
            background-color: #fff;
            padding: 0 0.51282rem;
            position: relative;
            top: 1.28205rem;
        }

section.top-blurbs + section.jump {
    margin: -5.25rem 0 3rem 0;
}

@media screen and (min-width: 431px) {
    h1 {
        font-size: 2.35897rem;
        line-height: 1;
    }

    h2 {
        font-size: 1.07692rem;
        line-height: 1.39286;
    }

    .hero-area .hero-heading h2 {
        font-size: 0.97436rem;
        line-height: 1.53947;
    }
}

@media screen and (min-width: 561px) {
    .top-blurbs h1 {
        font-size: 1.23077rem;
    }

    .top-blurbs .col {
        margin: 0;
    }

    section.top-blurbs + section.jump {
        margin: -2.25rem 0 3rem 0;
    }

    .hero-area .hero-heading {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: transparent;
        border: 0;
        font-size: 0;
    }

        .hero-area .hero-heading .hero-heading-content {
            background-color: rgba(255, 255, 255, 0.7);
            border-top: 3px solid #fff;
            border-bottom: 3px solid #fff;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
            display: inline-block;
            vertical-align: middle;
        }

        .hero-area .hero-heading h2 {
            font-size: 1.33333rem;
            line-height: 1.40625;
        }
}

@media screen and (min-width: 769px) {
    h1 {
        font-size: 3.28205rem;
        line-height: 1;
    }

    h2 {
        font-size: 1.28205rem;
        line-height: 1.17;
    }
}

.services .col img:not(.logo)[src$=".svg"],
.why-us .col img:not(.logo)[src$=".svg"] {
    max-width: 50%;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 561px) {
    .services .col img:not(.logo)[src$=".svg"],
    .why-us .col img:not(.logo)[src$=".svg"] {
        max-width: 100%;
        margin: 0;
    }
}

header[role="banner"] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    header[role="banner"] h1 {
        clip: rect(0px, 0px, 0px, 0px);
        position: absolute;
    }

.logo {
    width: 9.4359rem;
    height: auto;
    vertical-align: middle;
}

.hamburger {
    float: right;
    font-size: 1.12821rem;
}

    .hamburger:hover {
        cursor: pointer;
    }

#menu-items {
    overflow: hidden;
    margin-top: 1.12821rem;
    display: none;
}

    #menu-items.visible {
        display: block;
    }

nav,
.top-search {
    text-align: center;
}

input[type="search"] {
    font-family: "Alegreya Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    border: 1px solid #ececec;
}

    input[type="search"]:hover, input[type="search"]:focus {
        border-color: #78bce8;
    }

input[type="text"], textarea {
    font-family: "Alegreya Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    border: 1px solid #ececec;
}

    input[type="text"]:hover, input[type="text"]:focus {
        border-color: #78bce8;
    }

.search-submit {
    width: 0.82051rem;
    height: auto;
    margin-left: 0.25641rem;
}

nav {
    font-size: 0.8rem;
    line-height: 1.28205;
    text-transform: uppercase;
}

    nav ul {
        margin: 0;
    }

    nav li {
        list-style-type: none;
        display: block;
        margin: 0;
        border-bottom: 1px solid #ececec;
        padding: 0.5625rem 0;
    }

    nav a {
        color: #222;
        display: block;
    }

        nav a:hover {
            color: #7a7a7a;
        }

@media screen and (min-width: 769px) {
    .logo-container {
        text-align: left;
    }

    #menu-items {
        display: block !important;
        margin: 0;
        float: right;
    }

    nav,
    .top-search {
        text-align: right;
    }

    .logo {
        width: 29%;
        height: auto;
    }

    .hamburger {
        display: none;
    }

    nav {
        margin-top: 0.75rem;
        float: right;
    }

        nav li {
            display: inline-block;
            border: 0;
            padding: 0;
            margin-right: 1.5rem;
        }

            nav li:last-child {
                /* margin: 0; */
            }
}

.sticky-header {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    left: 0;
    opacity: 0;
    padding: 1.125rem;
    position: fixed;
    top: -60px;
    width: 100%;
    z-index: 9999;
}

    .sticky-header nav {
        margin-top: 0;
    }

    .sticky-header .logo {
        float: left;
        width: 7.69231rem;
    }

@media screen and (max-width: 768px) {
    .sticky-header {
        display: none !important;
    }
}

.index section img {
    width: 100%;
    height: auto;
    display: block;
}

.index .top-blurbs h1, .index .top-blurbs img {
    margin-bottom: 0.75rem;
}

.index .case-study .container {
    color: #fff;
    background-color: #78bce8;
    padding-top: 1.12821rem;
    padding-bottom: 1.12821rem;
}

.index .case-study h2 {
    color: #000;
    font-weight: bold;
}

.index .case-study .btn {
    color: #78bce8;
    background-color: #fff;
}

    .index .case-study .btn:hover {
        color: #a0d0ee;
    }

.why-us section a.btn {
    background-color: #78bce8;
}

    .why-us section a.btn:hover {
        background-color: #a0d0ee;
    }

.why-us .how-we-work .row {
    margin-bottom: 1.5rem;
}

blockquote {
    background-color: #78bce8;
    font-size: 150%;
    font-style: italic;
    padding: 1.5rem;
    position: relative;
    border: 1px solid #78bce8;
}

    blockquote p {
        margin-bottom: 0;
    }

        blockquote p:before {
            content: '\201c';
            margin-left: -0.35rem;
        }

        blockquote p:after {
            content: '\201d';
        }

    blockquote:after {
        top: 100%;
        right: 15%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: #78bce8 transparent transparent;
        border-width: 1.53846rem;
        border-style: solid;
    }

cite {
    font-style: normal;
    display: block;
    text-align: right;
    margin-top: 1.875rem;
}

.table-concerns {
    width: 100%;
    margin-bottom: 1.5rem;
}

    .table-concerns thead {
        display: none;
    }

    .table-concerns tbody, .table-concerns tr, .table-concerns th, .table-concerns td {
        border: 0;
        display: block;
        text-align: left;
        white-space: normal;
    }

    .table-concerns tr {
        padding: 1.125rem;
    }

    .table-concerns tbody tr:nth-child(odd) {
        background-color: #f1f1f1;
    }

    .table-concerns td {
        position: relative;
    }

        .table-concerns td[data-title]:before {
            content: attr(data-title) ": ";
            font-weight: bold;
            display: block;
        }

        .table-concerns td + td {
            margin-top: 0.75rem;
        }

        .table-concerns td:empty {
            display: none;
        }

@media screen and (min-width: 561px) {
    .table-concerns td[data-title]:before {
        content: "";
        font-weight: bold;
        width: auto;
    }

    .table-concerns td:empty {
        display: table-cell;
    }

    .table-concerns thead {
        display: table-header-group;
        cursor: default;
    }

    .table-concerns tbody {
        display: table-header-group;
    }

    .table-head1 .column1#mid {
        text-align: center;
    }

    .table-concerns tbody, .table-concerns tr, .table-concerns th, .table-concerns td {
        border: 0;
        text-align: left;
        white-space: normal;
    }

    .table-concerns th, .table-concerns td {
        display: table-cell;
        padding: 1.125rem 0.75rem;
        width: 50%;
    }

    .table-concerns th {
        font-size: 1.28205rem;
        line-height: 1.17;
    }

    .table-concerns tr {
        display: table-row;
    }
}

.company {
    font-size: 0;
}

.rockstar {
    position: relative;
    display: inline-block;
    background-color: #78bce8;
    margin-right: 1.86047%;
    margin-top: 1.86047%;
    width: 49.06977%;
}

    .rockstar:nth-child(2n) {
        margin-right: 0;
    }

    .rockstar img {
        display: block;
        width: 100%;
    }

    .rockstar figcaption {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #78bce8;
        opacity: .86;
        padding: 0.10256rem 0.25641rem;
        font-size: 0.82051rem;
        line-height: 1.25;
        font-weight: bold;
        width: 100%;
    }

        .rockstar figcaption span {
            font-size: 0.76923rem;
            line-height: 1.33333;
            display: block;
            font-weight: normal;
        }

    .rockstar:hover figcaption {
        display: block;
    }

    .rockstar a {
        color: inherit;
    }

html.touch .rockstar figcaption {
    display: block;
    position: relative;
}

@media screen and (min-width: 431px) {
    .about .hero-heading-content h1 {
        font-size: 2.35897rem;
        line-height: 1;
    }
}

@media screen and (min-width: 431px) {
    .rockstar {
        margin-right: 1.86047%;
        margin-top: 1.86047%;
        width: 32.09302%;
    }

        .rockstar:nth-child(2n) {
            margin-right: 1.86047%;
        }

        .rockstar:nth-child(3n) {
            margin-right: 0;
        }
}

@media screen and (min-width: 561px) {
    .rockstar {
        margin-right: 1.42857%;
        margin-top: 1.42857%;
        width: 23.92857%;
    }

        .rockstar:nth-child(2n) {
            margin-right: 1.42857%;
        }

        .rockstar:nth-child(3n) {
            margin-right: 1.42857%;
        }

        .rockstar:nth-child(4n) {
            margin-right: 0;
        }
}

@media screen and (min-width: 769px) {
    .rockstar {
        margin-right: 1.04167%;
        margin-top: 1.04167%;
        width: 15.79861%;
    }

        .rockstar:nth-child(2n) {
            margin-right: 1.04167%;
        }

        .rockstar:nth-child(3n) {
            margin-right: 1.04167%;
        }

        .rockstar:nth-child(4n) {
            margin-right: 1.04167%;
        }

        .rockstar:nth-child(6n) {
            margin-right: 0;
        }
}

.case-studies .case-study .container {
    border-bottom: 2px solid #ececec;
    padding-bottom: 3rem;
}

.case-studies .case-study:last-of-type .container {
    border: 0;
    padding: 0;
}

@media screen and (min-width: 769px) {
    .case-studies .case-study h1 {
        font-size: 2.35897rem;
        line-height: 1;
    }
}

@media screen and (min-width: 561px) {
    .contact h2 {
        text-align: right;
    }
}

footer {
    background-color: #ececec;
    padding: 1rem 0;
}

    footer h1 {
        font-size: 1.02564rem;
        line-height: 1.4625;
    }

.social-media {
    font-size: 2rem;
    line-height: 0.41786;
    text-align: center;
}

    .social-media a {
        color: #1f4a83;
    }

        .social-media a:hover {
            color: #6280a8;
        }

    .social-media li {
        list-style-type: none;
        display: inline-block;
        margin: 0 0.375rem;
    }

/* ================================================= */
.login {
    position: relative;
    margin: 0 auto;
    padding: 20px 20px 20px;
    width: 25%;
    background: white;
    border-radius: 3px;
    /* -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3); */
}

    .login:before {
        content: '';
        position: absolute;
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        z-index: -1;
        border: 0.1rem solid #ccc;
        /*   background: rgba(0, 0, 0, 0.08); */
        border-radius: 4px;
    }

    .login h1 {
        margin: -20px -20px 21px;
        line-height: 40px;
        font-size: 18px;
        color: #fff;
        text-align: center;
        background: #83c0eb;
        border-bottom: 1px solid #cfcfcf;
        border-radius: 3px 3px 0 0;
        background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
        background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
        background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
        background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
    }

    .login p {
        margin: 20px 0 0;
    }

        .login p:first-child {
            margin-top: 0;
        }

    .login input[type=text], .login input[type=password] {
        width: 95%;
    }

    .login p.remember_me {
        float: left;
        line-height: 31px;
    }

        .login p.remember_me label {
            font-size: 12px;
            color: #777;
            cursor: pointer;
        }

        .login p.remember_me input {
            position: relative;
            bottom: 1px;
            margin-right: 4px;
            vertical-align: middle;
        }

    .login p.submit {
        text-align: right;
        clear: both;
    }

.login-help {
    margin: 20px 0;
    font-size: 14px;
    color: #323232;
    text-align: center;
}

    .login-help a {
        color: #ed1169;
        text-decoration: none;
    }

        .login-help a:hover {
            text-decoration: underline;
        }

:-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 13px;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
}

/* ========================================== */

input {
    font-size: 14px;
}

    input[type=text], input[type=password], input[type=file], select, input[type=date], input[type=number], textarea, select {
        margin: 5px;
        padding: 0 10px;
        width: 80%;
        height: 34px;
        color: #404040;
        background: white;
        border: 1px solid;
        border-color: #c4c4c4 #d1d1d1 #d4d4d4;
        border-radius: 2px;
        -moz-outline-radius: 3px;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    }

        input[type=text]:focus, input[type=password]:focus {
            border-color: #7dc9e2;
            outline-color: #dceefc;
            outline-offset: 0;
        }

        input[type=text].small {
            width: 18%;
        }

        input[type=text].medium {
            width: 35%;
        }

    input[type=file] {
        padding-bottom: 0rem;
        display: none;
        font-size: 0.7rem;
    }

select {
    font-size: 0.7rem;
}

textarea {
    font-size: 0.7rem;
    height: 5rem;
    padding: 0.1rem;
    vertical-align: top;
    resize: none;
}

    textarea.details {
        height: 34px !important;
        min-height: 34px;
        resize: vertical;
    }

.social-login {
    text-align: center;
}

.fb {
    color: #3c599b;
    margin: 0.5rem;
}

.twitter {
    color: #02baf6;
    margin: 0.5rem;
}

.google {
    color: #96221f;
    margin: 0.5rem;
}

.detail-view {
    position: relative;
    margin: 0 auto;
    padding: 20px 20px 20px;
    width: 100%;
    max-width: 49.23077rem;
    background: white;
    border-radius: 3px;
    /* -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3); */
}

    .detail-view:before {
        content: '';
        position: absolute;
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        z-index: -1;
        border: 0.1rem solid #ccc;
        /*   background: rgba(0, 0, 0, 0.08); */
        border-radius: 4px;
    }

.rightBtn {
    float: right;
}

/* =============================== Form hints =================================== */
.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left: 12px;
    padding: 1px 6px;
    z-index: 999;
    /* hints stay above all other elements */
    position: absolute;
    /* allows proper formatting if hint is two lines */
    display: none;
    font-size: 0.8rem;
}

    .form_hint::before {
        content: "\25C0";
        color: #d45252;
        position: absolute;
        top: 1px;
        left: -6px;
    }

input:focus + .form_hint {
    display: inline;
}

input:required:valid + .form_hint {
    background: #28921f;
    display: none;
}

    input:required:valid + .form_hint::before {
        color: #28921f;
    }

/* =================================================SEO TABLES============================================= */

/* seo friendly tables */
.table {
    display: table; /* Defines a Table */
    border-bottom: 2px solid #dddddd;
    margin: 10px 0;
    width: 100%;
}

.table-head {
    display: table-header-group; /* Defines a table header group */
}

    .table-head .column1 { /* Column inside the table-head
	background:#333333;*/
        color: #7d7d7d;
        border-right: 0px solid #5d5d5d;
        border-bottom: none;
        text-transform: uppercase;
        letter-spacing: 0.0625rem;
        word-spacing: 0.0625rem;
        font-weight: bold;
        padding: 0.75rem 0.3125rem;
        font-size: 0.75rem;
        line-height: 2;
        text-align: left;
        color: #2E95BB;
        border-bottom: 2px solid #D0D7DB;
    }
/*
.table-head .column:hover{  Column hover inside the table-head
	background:#222222;
}*/
.row1 {
    display: table-row; /* Defines a table row */
    text-transform: capitalize;
    letter-spacing: 0.0625rem;
    word-spacing: 0.0625rem;
    font-size: 0.75rem;
    line-height: 2;
}

    .row1 .column1:nth-child(1) { /* First column in a row */
        border-left: 0px solid #eeeeee;
    }

    .row1:last-child .column1 { /* column in a last row */
        border-bottom: none;
    }

.column1 {
    display: table-cell; /* Defines a table cell */
    padding: 10px 10px;
    border-bottom: 1px solid #eeeeee;
    border-right: 0px solid #eeeeee;
    text-align: center;
}

    .column1:hover {
        background: transparent;
    }

.no-view {
    display: none;
}

.heading {
    color: #2a4584;
    font-weight: bold;
    text-transform: uppercase;
}

/* Responsive table */
@media all and (max-width: 640px) {
    .posted:before {
        clear: both;
    }

    .main-search2 .search {
        width: 90%;
    }

    .filter-links li {
        text-align: center;
    }

    .table,
    .row1,
    .column1,
    .column1:before {
        display: block; /* Converts a table, table row, table column and table column:before into a block element */
    }

        .table,
        .row1 .column1:last-child {
            border-bottom: none;
        }

    .table-head {
        position: absolute; /* Hides table head but not using display none */
        top: -1000em;
        left: -1000em;
    }

    .row1 {
        border: 1px solid #eeeeee;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        margin: 20px 0;
    }

        .row1 .column1:nth-child(1) { /* first column of the row */
            border-left: none;
        }

        .row1 .column1:last-child { /* last column of the row */
            border-right: none;
        }

        .row1:last-child .column1,
        .column1 { /* Column in the last row and column */
            border-bottom: 1px solid #eeeeee;
        }

            .column1:before { /* prints the value of data-label attribute before the column data */
                font-weight: bold;
                padding-right: 20px;
                font-size: 12px;
                content: " "attr(data-label)" "; /*call the attribute value of data-label and adds a string /*/
            }
}

label {
    text-transform: capitalize;
    letter-spacing: 0.0625rem;
    word-spacing: 0.0625rem;
    font-size: 0.75rem;
    margin: 5px;
    display: block;
    font-weight: 600;
}

.btn {
    background-color: #1f4a83;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
    /*  margin:0.5rem; */
    min-width: 7rem;
    font-family: "Alegreya Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    margin: 5px;
}

    .btn:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
        color: #fff;
    }

.refer {
    background: #ed1169;
}

.job_desc {
    text-align: justify;
    margin: 1rem 0;
}

.grid-buttons {
    margin: 1rem 0 1rem 0;
    padding: 1rem;
    max-width: 100%;
}

    .grid-buttons a {
        max-width: 8rem;
    }

.calculateBtn {
    margin-top: 1.65rem !important;
}
/* ======================== Modal Start ========================== */

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#applyform {
    width: 50%;
    height: auto;
    padding: 10px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
    position: fixed;
    opacity: 1;
    z-index: 11000;
    top: 200px;
}

/* ======================== Modal End ========================== */
.filter-links li {
    list-style: outside none none;
    margin: 0 0 1rem;
    border-bottom: 0.1rem dotted #ccc;
}

    .filter-links li a {
        color: #044d7d;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
    }

        .filter-links li a:hover {
            color: #ed1169;
        }

.new-box {
    display: none;
    border-color: #fefefe;
    border-radius: 0.2rem;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #444;
    font-weight: normal;
    margin: 0 auto 2rem;
    padding: 1rem;
    width: 100%;
}

    .new-box p {
        margin-top: 1rem;
    }

.reset a {
    float: right;
    font-size: 0.6rem;
    text-transform: capitalize;
    text-decoration: underline;
}

.applyBtn {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-size: 0.6rem;
    padding: 0.3rem;
    background: #044d7d;
    text-decoration: none;
    margin-top: 0.5rem;
}

    .applyBtn:hover {
        background: #ed1169;
        text-decoration: none;
    }

.job_title a {
    color: #2e95bb;
}

.posted {
    margin-left: 1rem;
}

.job_highlight {
    font-weight: bold;
}

.job_desc {
    text-align: justify;
}

.positions {
    font-weight: bold;
    font-size: 0.7rem;
    border-bottom: 0.1rem solid #ccc;
    margin-bottom: 1rem;
}

/* ***************************************************** */

.wrapper {
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: white;
    border-radius: 0rem;
    -webkit-box-shadow: 0 0 0.1rem rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 0.1rem rgba(0,0,0,0.3);
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.3);
    position: relative;
    z-index: 90;
}

.ribbon-wrapper-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-green {
    font: bold 0.7rem Sans-Serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #BFDC7A;
    color: #6a6340;
}

    .ribbon-green:before, .ribbon-green:after {
        content: "";
        border-top: 3px solid #000;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .ribbon-green:before {
        left: 0;
    }

    .ribbon-green:after {
        right: 0;
    }

    .ribbon-green#new {
        background-color: purple;
        color: #fff;
    }

    .ribbon-green#urgent {
        background-color: red;
        color: #fff;
    }

    .ribbon-green#featured {
        background-color: green;
        color: #fff;
    }

    .ribbon-green#expiry {
        background-color: yellow;
        color: #000;
    }
/*
.filter{
	font-size:0.7rem;
	color:#000;
	font-weight:bold;
} */

.pagination {
    text-align: center;
    width: 100%;
}

    .pagination a {
        text-decoration: none;
        color: #2E95BB;
        border: 0;
        padding: 0.2rem;
        width: 1rem;
        font-size: 1rem;
    }

        .pagination a:hover {
            border: 0.1rem solid #fff;
            padding: 0.5rem;
            color: #2E95BB;
            font-weight: bold;
        }

.dropdown-menu {
    display: none;
}

.index .blue-dark .btn {
    font-size: 0.7rem;
    padding: 0.3rem;
    width: auto;
}

.login-box {
    margin: 0 auto;
    width: 35%;
}

.display_pic {
    max-width: 8rem;
    height: auto;
    border-radius: 10%;
    margin: 0.5rem;
}

.rightAlign {
    float: right;
    text-align: right;
}

.breadcrumbs {
    padding: 1rem;
    background-size: cover;
    font-size: 1.5rem;
    border: 0.1rem solid #F5F5F5;
    background-position: center;
    background-image: url("../img/heading.png");
    color: #898989;
}

.tab-heading {
    margin-top: 1rem;
    border-bottom: 0.1rem dotted #333;
}

/* ======================================= Table ====================================== */
.table1 {
    display: table; /* Defines a Table */
    border-bottom: 2px solid #dddddd;
    margin: 10px 0;
    width: 100%;
}

.table-head1 {
    display: table-header-group; /* Defines a table header group */
}

    .table-head1 .column1 { /* Column inside the table-head
	background:#333333;*/
        color: #7d7d7d;
        border-right: 0px solid #5d5d5d;
        border-bottom: none;
        text-transform: capitalize;
        letter-spacing: 0.0625rem;
        word-spacing: 0.0625rem;
        font-weight: bold;
        padding: 0rem 0.3125rem 0rem 0.9rem;
        font-size: 0.75rem;
        line-height: 2;
        text-align: left;
        color: #1f4a83;
        border-bottom: 2px solid #D0D7DB;
    }
/*
.table-head .column:hover{  Column hover inside the table-head
	background:#222222;
}*/
.row1 {
    display: table-row; /* Defines a table row */
    text-transform: capitalize;
    letter-spacing: 0.0625rem;
    word-spacing: 0.0625rem;
    font-size: 0.75rem;
    line-height: 2;
}

    .row1 .column1:nth-child(1) { /* First column in a row */
        border-left: 0px solid #eeeeee;
    }

    .row1:last-child .column1 { /* column in a last row */
        border-bottom: 0.1rem dotted #ccc;
    }

.column1 {
    display: table-cell; /* Defines a table cell */
    padding: 10px 10px;
    border-bottom: 1px solid #eeeeee;
    border-right: 0px solid #eeeeee;
}

    .column1:hover {
        background: #f9f9f9;
    }

/* Responsive table */
@media all and (max-width: 640px) {
    .table1,
    .row1,
    .column1,
    .column1:before {
        display: block; /* Converts a table, table row, table column and table column:before into a block element */
    }

        .table1,
        .row1 .column1:last-child {
            border-bottom: none;
        }

    .table-head1 {
        position: absolute; /* Hides table head but not using display none */
        top: -1000em;
        left: -1000em;
    }

    .row1 {
        border: 1px solid #eeeeee;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        margin: 20px 0;
    }

        .row1 .column1:nth-child(1) { /* first column of the row */
            border-left: none;
        }

        .row1 .column1:last-child { /* last column of the row */
            border-right: none;
        }

        .row1:last-child .column1,
        .column1 { /* Column in the last row and column */
            border-bottom: 1px solid #eeeeee;
        }

            .column1:before { /* prints the value of data-label attribute before the column data */
                font-weight: bold;
                padding-right: 20px;
                font-size: 12px;
                content: " "attr(data-label)" //"; /* call the attribute value of data-label and adds a string // */
            }
}

/* ======================================= Table ====================================== */

.btn-bottom {
    margin: 5.5rem 0 0 2.5rem;
    float: left;
}

.new_box {
    height: 12rem;
    overflow-y: scroll;
    display: none;
}

.shortInput {
    width: 4rem;
}

.btn-report {
    min-width: 10rem;
}

.daily, .monthly, .custom {
    display: block;
}

.selection label {
    line-height: 2;
    margin: 5px;
    font-weight: normal;
}

.selection input[type=radio] {
    vertical-align: middle;
    margin-right: 0.2rem;
}

/* -------------------- */

#container {
    float: right;
    margin: 10px;
}

.toggle {
    border: 5px solid #e9e9e9;
    border-radius: 40px;
    height: 40px;
    position: relative;
    width: 166px;
}

    .toggle input {
        opacity: 0;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 6;
        width: 190px;
        height: 34px;
    }

        .toggle input:checked ~ .btn {
            left: 50px;
        }

        .toggle input:checked ~ .bg {
            background: linear-gradient(#1f4a83, #576981);
        }

    .toggle .btn {
        display: block;
        position: absolute;
        z-index: 4;
        top: -10px;
        left: -10px;
        min-width: 5rem;
        height: 30px;
        background: linear-gradient(rgba(253,253,253,1) 0%,rgba(255,255,255,1) 3%,rgba(252,252,252,1) 13%,rgba(228,228,228,1) 50%,rgba(221,221,221,1) 55%,rgba(208,208,208,1) 85%,rgba(205,205,205,1) 100%);
        border: 2px solid #e8e8e8;
        border-radius: 50px;
        box-shadow: 0 5px 5px rgba(50, 50, 50, 0.2);
        transition: left 0.25s ease;
    }

        .toggle .btn:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -12.5px;
            margin-left: -12.5px;
            width: 25px;
            height: 25px;
            box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.08);
            background: #e3e3e3;
            border-radius: 50px;
        }

    .toggle .labels {
        position: absolute;
        top: 8px;
        z-index: 2;
        width: 100%;
        color: #fff;
        text-transform: capitalize;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 12px;
        font-weight: bold;
    }

        .toggle .labels:before {
            content: "calendar";
            position: absolute;
            left: 12px;
        }

        .toggle .labels:after {
            content: "list";
            position: absolute;
            right: 12px;
        }

    .toggle .labelmanager {
        position: absolute;
        top: 8px;
        z-index: 2;
        width: 100%;
        color: #fff;
        text-transform: capitalize;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 12px;
        font-weight: bold;
    }

        .toggle .labelmanager:before {
            content: "Yes";
            position: absolute;
            left: 12px;
        }

        .toggle .labelmanager:after {
            content: "No";
            position: absolute;
            right: 12px;
        }

    .toggle .labeladmin {
        position: absolute;
        top: 8px;
        z-index: 2;
        width: 100%;
        color: #fff;
        text-transform: capitalize;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 12px;
        font-weight: bold;
    }

        .toggle .labeladmin:before {
            content: "Yes";
            position: absolute;
            left: 12px;
        }

        .toggle .labeladmin:after {
            content: "No";
            position: absolute;
            right: 12px;
        }

    .toggle .labelexternal {
        position: absolute;
        top: 8px;
        z-index: 2;
        width: 100%;
        color: #fff;
        text-transform: capitalize;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 12px;
        font-weight: bold;
    }

    .toggle .labelexternal:before {
        content: "Yes";
        position: absolute;
        left: 12px;
    }

        .toggle .labelexternal:after {
            content: "No";
            position: absolute;
            right: 12px;
        }

    .toggle .bg {
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 40px;
        box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        background: linear-gradient(#848484, #a2a2a2);
    }

#middle {
    text-align: center;
}

@media all and (max-width :28rem) {
    #container {
        width: 100%;
        float: left;
    }

    #middle {
        text-align: left !important;
    }
}

/* -------------------- */
.calendar {
    display: block;
}

.list {
    display: none;
}

/* ************************************************ */

.timepicker {
    background-color: #F2F2F2;
    position: absolute;
    color: #8C8C8C;
    border: 1px solid #B5B5B5;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
    z-index: 2147483647;
}

    .timepicker .clock {
        width: 200px;
        height: 200px;
        position: relative;
        padding: 5px;
    }

    .timepicker .done {
        cursor: pointer;
        text-align: center;
        text-wrap: nowrap;
        line-height: 34px;
        font-size: 14px;
        display: block;
        border-top: 1px solid #DEDEDE;
    }

        .timepicker .done:hover {
            background-color: #DEDEDE;
            color: #848484;
        }

    .timepicker .meridiem {
        position: absolute;
        bottom: 5px;
        width: 32px;
        height: 32px;
        background-color: white;
        line-height: 32px;
        font-size: 14px;
        text-align: center;
        border-radius: 50%;
        cursor: pointer;
    }

        .timepicker .meridiem.selected {
            background-color: #D6F0F9;
            color: #6D828C;
        }

        .timepicker .meridiem.am {
            left: 5px;
        }

        .timepicker .meridiem.pm {
            right: 5px;
        }

    .timepicker .bubble {
        position: absolute;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        text-align: center;
        border-radius: 50%;
        cursor: pointer;
    }

        .timepicker .bubble:hover {
            background-color: #1f4a83;
            color: #fff;
        }

        .timepicker .bubble.selected {
            color: #fff;
            background-color: #1f4a83;
        }

    .timepicker .unit {
        top: 5px;
        background-color: white;
    }

        .timepicker .unit.hour {
            left: 5px;
        }

        .timepicker .unit.minute {
            right: 5px;
        }

    .timepicker .face {
        width: 100%;
        height: 100%;
        background-color: white;
        border: none;
        border-radius: 50%;
        position: relative;
    }

        .timepicker .face:after {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 6px;
            height: 6px;
            margin: -3px 0 0 -3px;
            background-color: #1f4a83;
            border-radius: 50%;
            content: "";
            display: block;
        }

    .timepicker .hand {
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        pointer-events: none;
        background-color: #8C8C8C;
    }

        .timepicker .hand.minute {
            margin: -30% 0 0 -1px;
            padding: 30% 1px 0;
            border-radius: 1px 1px 0 0;
        }

        .timepicker .hand.hour {
            margin: -23% 0 0 -2px;
            padding: 23% 2px 0;
            border-radius: 2px 2px 0 0;
        }

        .timepicker .hand.selected {
            background-color: #1f4a83;
        }

    .timepicker .time {
        background-color: #F2F2F2;
    }

#datepickr {
    background: url(../img/calendar.png) right no-repeat;
}

    #datepickr:disabled {
        background: url(../img/calendar2.png) right no-repeat;
    }

#dateFrom, #dateTo {
    background: url(../img/calendar.png) right no-repeat;
}

    #dateFrom:disabled, #dateTo:disabled {
        background: url(../img/calendar2.png) right no-repeat;
    }

#pencil {
    background: url(../img/pencil.png) right no-repeat;
    cursor: pointer;
}

.hint {
    font-size: 0.7rem;
    margin: 5px;
}

.time {
    width: auto;
}

.custom-btn {
    position: relative;
    padding: 0.51282rem 1.02564rem;
    background-color: #1f4a83;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 1;
}

    .custom-btn:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
        color: #fff;
    }

/* ----------------------------------- */

.faq {
    width: 100%;
    margin: 20px auto;
    cursor: pointer;
}

.question {
    color: #1f4a83 !important;
    line-height: 30px !important;
    padding: 0 0 0 20px !important;
    border: 0.1rem solid #1f4a83 !important;
    background: #fff !important;
    border-radius: 0.2rem !important;
    overflow: hidden !important;
    font-size: 0.8rem !important;
}

    .question .ui-icon-triangle-1-e, .question .ui-icon-triangle-1-s {
        display: none;
    }

    .question:before {
        content: "\f0dc";
        font-family: FontAwesome;
        float: right;
        right: 1rem;
        margin-right: 1rem;
    }

    .question:after {
        content: "";
        display: table;
        clear: both;
    }

.faqControl {
    float: right;
    line-height: 30px;
    border: none;
    padding: 0 20px;
    color: white;
    background: none;
    font-size: 0.8rem;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

    .faqControl:hover, .faqControl:focus {
        outline: none;
        background-image: -moz-linear-gradient(top, #9999ff, #8585ff);
        background-image: -webkit-linear-gradient(top, #9999ff, #8585ff);
        background-image: linear-gradient(to bottom, #9999ff, #8585ff);
    }

.answer {
    margin: 0 auto !important;
    padding: 20px 20px 0 20px !important;
    width: 96% !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0 0 4px 4px !important;
    font-size: 0.8rem !important;
    height: auto !important;
}

#total-leaves {
    width: 2rem;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-image: url('/Content/img/info.png');
}

.success {
    color: #4F8A10;
    background-image: url('/Content/img/success.png');
}

.warning {
    color: #9F6000;
    background-image: url('/Content/img/warning.png');
}

.error {
    color: #D8000C;
    background-image: url('/Content/img/error.png');
}

.mid {
    text-align: center;
}

.timepicker {
    left: 256.84375px !important;
    top: 116.625px !important;
}

/*---------------------------   yearly view css---------------------------------*/
#monthly, #yearly {
    display: none;
    /* margin:3vw 4vw; */
    min-height: 23rem;
}

#months, #years {
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 1vw;
    text-align: center;
}

.monthDiv, .yearDiv {
    border: 0.1vw solid #ddd;
    border-radius: 0.5rem;
    float: left;
    font-size: 0.7rem;
    height: 4rem;
    margin: 0.1rem;
    overflow: hidden;
    padding: 1.5rem 0.5rem;
    text-align: center;
    width: 12rem;
    cursor: pointer;
}

    .monthDiv a, .yearDiv a {
        color: #323232;
        cursor: pointer;
    }

    .monthDiv:hover {
        background: #ededed;
    }

.badge {
    background: none repeat scroll 0 0 #1f4a83;
    border-radius: 40%;
    color: #fff;
    float: left;
    font-size: 0.8rem;
    height: 1rem;
    line-height: 1;
    text-align: center;
    width: 1rem;
}

.modala {
    display: block;
    padding-top: 1rem;
}

.weighted {
    font-weight: 800;
}

.legend2 {
    margin-top: 0.5rem;
    height: 8rem !important;
    /*  overflow: hidden; */
}

.legendColor {
    border: 2px solid #ddd;
    background: transparent;
    border-radius: 50%;
    margin-bottom: 0.3rem;
}

.halfLeave {
    color: #fff6ae;
    background: #fff6ae;
}

.publicLeave {
    color: #E7FDD3;
    background: #E7FDD3;
}

.falseLeave {
    color: #FFDFDB;
    background: #FFDFDB;
}

.fullleave {
    color: #D3E5FD;
    background: #D3E5FD;
}

.updatedfromweb {
    color: #ae8c8c;
    background: #ae8c8c;
}

.otherLeave {
    color: #ECECEC;
    background: #ECECEC;
}

fieldset {
    border: 1px solid #ddd !important;
    padding: 0 0.2rem !important;
}

legend {
    text-transform: capitalize;
    letter-spacing: 0.0625rem;
    word-spacing: 0.0625rem;
    font-size: 0.75rem;
    margin: 5px;
    display: block;
    font-weight: 600;
}

.MaternityCheck {
    display: flex;
    line-height: 0.3rem;
    padding-top: 7px;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    #sortable li {
        margin: 0 3px 9px 3px;
        padding: 0em 0.4em 0.4em 0.4em;
        padding-left: 1.5em;
        font-size: 1.4em;
        height: 34px;
    }

        #sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }

.rightButton {
    float: right;
    margin-right: 50px;
}

.lblYouWillGet {
    text-transform: initial;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
}


.danger{
    background: rgba(255,0,0,0.025);
    color: red;
}
/* Attendance Summary Container */
.attendance-summary-container-unique {
    max-width: 1200px;
    margin: 0 auto;
}

/* Attendance Date */
.attendance-date-unique {
    font-size: 16px;
    flex:1;
    margin-bottom: 15px;
    color: #555;
}

.attendance-date-unique2 {
    font-size: 16px;
    margin-bottom: 15px;
    color: black;
    text-align: center;
    padding:10px;
}

/* Attendance Summary Cards */
.attendance-summary-cards-unique {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

/* Individual Summary Card */
.summary-card-unique {
    position: relative;
    flex: 1;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    background: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

    .summary-card-unique:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

    .summary-card-unique p {
        font-size: 14px;
        color: #666;
        margin: 0;
    }

    .summary-card-unique h2 {
        font-size: 28px;
        margin: 8px 0 0;
        font-weight: bold;
    }
    .summary-card-unique .top-right-icon {
        position: absolute;
        top: 17px;
        right: 10px;
        width: 24px; /* Adjust as needed */
        height: 24px; /* Adjust as needed */
    }


.remodal {
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    background: #ffffff;
    border: 2px solid #dddddd;
    border-radius: 5px;
    padding: 20px;
    margin: 10px auto;
    font-family: "Alegreya Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    color: #222;
}

/* Modal Titles */
.modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.empty-message {
    color: #888;
    font-style: italic;
    text-align: center;
    padding: 10px 0;
}

/* Search Input */
.employee-search-input {
    width: 100%;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.grid-header {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    line-height: 1.428571429;
    font-family: "Alegreya Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    color: #222;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    display: table-cell;
    padding: 10px;
    font-weight: bold;
    background-color: #e9ecef;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}
/* Close Button */
.remodal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
}

.flexdevModal {
    display: flex !important;
}



/* Individual Cell Styling */
.employee-entry .employee-name, .employee-time {
    display: table-cell;
    padding: 10px;
}

.employee-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0px;
    width: 100%;
}



/* Employee Information Cells */
.employee-box {
    padding: 8px 10px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    font-size: 0.875rem;
}



/* General Check-in Card Styling */
.summary-card-unique.checkin-card {
    padding: 20px;
    background: #f0f8ff; /* Light blue background for distinction */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: Arial, sans-serif;
    color: #333;
    margin:10px;
}

    /* Card Title */
    .summary-card-unique.checkin-card h3 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
    }

/* Check-in Info Styling */
.checkin-info {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px; /* Space between elements */
}

/* Label Styling */
.checkin-label,
.elapsed-label {
    font-weight: bold;
    color: #555;
}

/* Separator Styling */
.separator {
    font-weight: bold;
    color: #aaa;
    margin: 0 8px;
}

/* Time Styling */
.checkin-time {
    font-weight: bold;
    color: #333;
}

.elapsed-time {
    font-weight: bold;
    transition: color 0.3s ease;
}

    /* Timer Text Colors Based on Elapsed Time */
    .elapsed-time.critical {
        color: #F44336; /* Red for less than 5 hours elapsed */
    }

 


    .elapsed-time.safe {
        color: #4CAF50; /* Green for more than 7 hours elapsed */
    }



.table1 .column1.text-align-left {
    text-align: left;
}

.full-paddingtop{
    margin-top:30px;
}

.spacediv {
    padding: 10px;
    font-weight: bold;
    color: #555;
}


.ui-datepicker {
    font-size: 10px; /* Adjusted font size for readability */
    padding: 5px; /* Increased padding for spacing */
    border: 1px solid #ddd; /* Light border for structure */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
    
}

    .ui-datepicker td span,
    .ui-datepicker td a {
        padding: 6px 8px; /* Increased padding for better spacing */
        display: inline-block;
        width: 100%; /* Makes each date fill the cell */
        color: #333; /* Text color for dates */
        border-radius: 4px; /* Rounded corners for each date cell */
        transition: background-color 0.2s ease; /* Smooth hover effect */
    }

        .ui-datepicker td a:hover {
            background-color: #e0f7fa; /* Light background on hover */
            color: #00796b; /* Darker color for contrast */
        }

/* Header Styling */
.ui-datepicker-header {
    font-size: 12px; /* Adjusted header font size */
    padding: 4px 0; /* More spacing for the header */
    text-align: center; /* Center the header text */
    border-radius: 4px 4px 0 0; /* Rounded corners at the top */
}

/* Header Navigation Buttons */
.ui-datepicker-prev, .ui-datepicker-next {
    color: #ffffff; /* White color for arrows */
    background-color: transparent; /* Transparent background */
    border: none; /* Remove default borders */
    padding: 4px; /* Add some padding for click area */
    cursor: pointer;
}

    .ui-datepicker-prev:hover, .ui-datepicker-next:hover {
        color: #e0f7fa; /* Light color on hover */
    }

/* Optional: Highlight today */
.ui-datepicker .ui-state-highlight {
    background-color: #80cbc4; /* Distinct color for today's date */
    color: cadetblue; /* White text for contrast */
}

/* Optional: Disable selected date styling */
.ui-datepicker .ui-state-active {
    background-color: #004d40; /* Dark color for selected date */
    color: blue; /* White text */
    font-weight: bold; /* Bold for emphasis */
    border-radius: 4px;
}



.scrollable-container {
    max-height: 400px; /* Set a fixed height for scrolling */
    overflow-y: auto; /* Enable vertical scrolling */
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
}


.remodal-wrapper{
    z-index:9999 !important;
}

.hidden {
    display: none;
}


/* Container for search and sort */
.filter-sort-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem;
}

/* Search Bar Styling */
.search-container {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-label {
    font-weight: bold;
}

.search-input {
    flex: 1;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* Sort Dropdown Styling */
.sort-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.sort-label {
    font-weight: bold;
}

.sort-select {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
