﻿/* Theme bootstrap custom */
textarea,
input[type=text],
input[type=password],
input[type=email] {
    -webkit-appearance: none;
}

.navbar-default {
    border-radius: 0;
    border-top: 0;
    height: 50px;
}

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #e6e6e6;
        }

.navbar-nav > li > a {
    color: #333;
    padding: 15px 11px;
}

    .navbar-nav > li > a:hover {
        background: #f0f0f0 !important;
    }

.navbar-nav > li.active > a {
    box-shadow: 0 -3px #e12a25 inset
}

.textblur {
    color: transparent;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
    -webkit-transition: text-shadow 1.9s;
    -moz-transition: text-shadow 1.9s;
}

.textblur_hover {
    text-shadow: 0 0 0 rgba(0,0,0,1);
    -webkit-transition: text-shadow 0.5s;
    -moz-transition: text-shadow 0.5s;
}

/* Use for the last tr in table*/
.td_btn_view_more {
    background: #ffffff !important;
    border-bottom-style: hidden !important;
    border-right-style: hidden !important;
    border-left-style: hidden !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}


/* Divider */
.navbar .divider-vertical {
    height: 49px;
    margin: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #eee;
}

/* Dropdown menu hover */
.navbar-nav > li > .dropdown-menu {
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 8px 16px -8px rgba(0,0,0,.1);
    margin-top: 0;
}

.dropdown:hover .dropdown-menu,
.dropdown:active .dropdown-menu {
    display: block;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
    background-color: #ccc;
}

.container footer {
    color: #aaa;
    font-size: 12px;
    text-align: center;
}

/* -- Main style ---------------------------------- */
.btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: inherit;
    color: rgba(255, 255, 255, .87);
}

.btn-default,
.btn-link {
    color: rgba(0, 0, 0, .87);
}
/* -- Buttons style -------------------------------- */
.btn {
    outline: 0;
    outline-offset: 0;
    border: 0;
    border-radius: 2px;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
}

    .btn:focus,
    .btn:active,
    .btn.active,
    .btn:active:focus,
    .btn.active:focus {
        outline: 0;
        outline-offset: 0;
        box-shadow: none;
    }
/* -- Buttons types -------------------------------- */
.btn-raised {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
}

    .btn-raised:active,
    .btn-raised.active,
    .btn-raised:active:focus,
    .btn-raised.active:focus {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    }

    .btn-raised:focus {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    }

.btn.btn-circle {
    padding: 0;
    border-radius: 50%;
}
/* -- Buttons colors -------------------------------- */
.btn-default,
.dropdown-toggle.btn-default {
    background-color: #f3f3f3;
}

    .btn-default:hover,
    .dropdown-toggle.btn-default:hover {
        background-color: #e5e5e5;
    }

    .btn-default:active,
    .dropdown-toggle.btn-default:active,
    .btn-default.active,
    .dropdown-toggle.btn-default.active {
        background-color: #e5e5e5;
    }

    .btn-default:focus,
    .dropdown-toggle.btn-default:focus {
        background-color: #ccc;
    }

    .btn-default:disabled,
    .dropdown-toggle.btn-default:disabled,
    .btn-default.disabled,
    .dropdown-toggle.btn-default.disabled,
    .btn-default[disabled],
    .dropdown-toggle.btn-default[disabled] {
        background-color: #b3b3b3;
    }

    .btn-default .ink,
    .dropdown-toggle.btn-default .ink {
        background-color: #b8b8b8;
    }

.btn-flat.btn-default {
    color: #212121;
    background-color: transparent;
}

    .btn-flat.btn-default:hover {
        color: #141414;
        background-color: #e5e5e5;
    }

    .btn-flat.btn-default:active,
    .btn-flat.btn-default.active {
        color: #020202;
        background-color: #ccc;
    }

    .btn-flat.btn-default:focus {
        color: #000;
        background-color: #ccc;
    }

    .btn-flat.btn-default .ink {
        background-color: #808080;
    }

.btn-primary,
.dropdown-toggle.btn-primary {
    background-color: #5677fc;
}

    .btn-primary:hover,
    .dropdown-toggle.btn-primary:hover {
        background-color: #4e6cef;
    }

    .btn-primary:active,
    .dropdown-toggle.btn-primary:active,
    .btn-primary.active,
    .dropdown-toggle.btn-primary.active {
        background-color: #4e6cef;
    }

    .btn-primary:focus,
    .dropdown-toggle.btn-primary:focus {
        background-color: #455ede;
    }

    .btn-primary:disabled,
    .dropdown-toggle.btn-primary:disabled,
    .btn-primary.disabled,
    .dropdown-toggle.btn-primary.disabled,
    .btn-primary[disabled],
    .dropdown-toggle.btn-primary[disabled] {
        background-color: #b3b3b3;
    }

    .btn-primary .ink,
    .dropdown-toggle.btn-primary .ink {
        background-color: #3b50ce;
    }

.btn-flat.btn-primary {
    color: #5677fc;
    background-color: transparent;
}

    .btn-flat.btn-primary:hover {
        color: #4e6cef;
        background-color: #e5e5e5;
    }

    .btn-flat.btn-primary:active,
    .btn-flat.btn-primary.active {
        color: #455ede;
        background-color: #ccc;
    }

    .btn-flat.btn-primary:focus {
        color: #3b50ce;
        background-color: #ccc;
    }

    .btn-flat.btn-primary .ink {
        background-color: #808080;
    }

.btn-success,
.dropdown-toggle.btn-success {
    background-color: #259b24;
}

    .btn-success:hover,
    .dropdown-toggle.btn-success:hover {
        background-color: #0a8f08;
    }

    .btn-success:active,
    .dropdown-toggle.btn-success:active,
    .btn-success.active,
    .dropdown-toggle.btn-success.active {
        background-color: #0a8f08;
    }

    .btn-success:focus,
    .dropdown-toggle.btn-success:focus {
        background-color: #0a7e07;
    }

    .btn-success:disabled,
    .dropdown-toggle.btn-success:disabled,
    .btn-success.disabled,
    .dropdown-toggle.btn-success.disabled,
    .btn-success[disabled],
    .dropdown-toggle.btn-success[disabled] {
        background-color: #b3b3b3;
    }

    .btn-success .ink,
    .dropdown-toggle.btn-success .ink {
        background-color: #056f00;
    }

.btn-flat.btn-success {
    color: #259b24;
    background-color: transparent;
}

    .btn-flat.btn-success:hover {
        color: #0a8f08;
        background-color: #e5e5e5;
    }

    .btn-flat.btn-success:active,
    .btn-flat.btn-success.active {
        color: #0a7e07;
        background-color: #ccc;
    }

    .btn-flat.btn-success:focus {
        color: #056f00;
        background-color: #ccc;
    }

    .btn-flat.btn-success .ink {
        background-color: #808080;
    }

.btn-info,
.dropdown-toggle.btn-info {
    background-color: #03a9f4;
}

    .btn-info:hover,
    .dropdown-toggle.btn-info:hover {
        background-color: #039be5;
    }

    .btn-info:active,
    .dropdown-toggle.btn-info:active,
    .btn-info.active,
    .dropdown-toggle.btn-info.active {
        background-color: #039be5;
    }

    .btn-info:focus,
    .dropdown-toggle.btn-info:focus {
        background-color: #0288d1;
    }

    .btn-info:disabled,
    .dropdown-toggle.btn-info:disabled,
    .btn-info.disabled,
    .dropdown-toggle.btn-info.disabled,
    .btn-info[disabled],
    .dropdown-toggle.btn-info[disabled] {
        background-color: #b3b3b3;
    }

    .btn-info .ink,
    .dropdown-toggle.btn-info .ink {
        background-color: #0277bd;
    }

.btn-flat.btn-info {
    color: #03a9f4;
    background-color: transparent;
}

    .btn-flat.btn-info:hover {
        color: #039be5;
        background-color: #e5e5e5;
    }

    .btn-flat.btn-info:active,
    .btn-flat.btn-info.active {
        color: #0288d1;
        background-color: #ccc;
    }

    .btn-flat.btn-info:focus {
        color: #0277bd;
        background-color: #ccc;
    }

    .btn-flat.btn-info .ink {
        background-color: #808080;
    }

.btn-warning,
.dropdown-toggle.btn-warning {
    background-color: #ffc107;
}

    .btn-warning:hover,
    .dropdown-toggle.btn-warning:hover {
        background-color: #ffb300;
    }

    .btn-warning:active,
    .dropdown-toggle.btn-warning:active,
    .btn-warning.active,
    .dropdown-toggle.btn-warning.active {
        background-color: #ffb300;
    }

    .btn-warning:focus,
    .dropdown-toggle.btn-warning:focus {
        background-color: #ffa000;
    }

    .btn-warning:disabled,
    .dropdown-toggle.btn-warning:disabled,
    .btn-warning.disabled,
    .dropdown-toggle.btn-warning.disabled,
    .btn-warning[disabled],
    .dropdown-toggle.btn-warning[disabled] {
        background-color: #b3b3b3;
    }

    .btn-warning .ink,
    .dropdown-toggle.btn-warning .ink {
        background-color: #ff8f00;
    }

.btn-flat.btn-warning {
    color: #ffc107;
    background-color: transparent;
}

    .btn-flat.btn-warning:hover {
        color: #ffb300;
        background-color: #e5e5e5;
    }

    .btn-flat.btn-warning:active,
    .btn-flat.btn-warning.active {
        color: #ffa000;
        background-color: #ccc;
    }

    .btn-flat.btn-warning:focus {
        color: #ff8f00;
        background-color: #ccc;
    }

    .btn-flat.btn-warning .ink {
        background-color: #808080;
    }

/* -- Panel   -------------------------------- */
.panel > .list-group {
    margin-bottom: 0;
}

.panel.panel-default.min-height-173 {
    min-height: 173px;
}

.panel.panel-default.min-height-285 {
    min-height: 285px;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
}

    .panel > .list-group .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .panel > .list-group .list-group-item:last-child {
        border-bottom: 0;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

/* -- Buttons sizes -------------------------------- */
.btn {
    min-width: 88px;
    padding: 10px 14px;
}

.btn-lg,
.btn-group-lg > .btn {
    min-width: 122px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3;
}

.btn-sm,
.btn-group-sm > .btn {
    min-width: 64px;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-xs,
.btn-group-xs > .btn {
    min-width: 46px;
    padding: 2px 10px;
    font-size: 10px;
    line-height: 1.5;
}

.btn-circle {
    width: 56px;
    height: 56px;
    min-width: 56px;
}

    .btn-circle span {
        line-height: 56px;
    }

    .btn-circle.btn-lg {
        width: 78px;
        height: 78px;
        min-width: 78px;
    }

        .btn-circle.btn-lg span {
            line-height: 78px;
        }

    .btn-circle.btn-sm {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

        .btn-circle.btn-sm span {
            line-height: 40px;
        }

    .btn-circle.btn-xs {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

        .btn-circle.btn-xs span {
            line-height: 30px;
        }
/*-- Button groups --------------------------------- */
.btn-group .btn {
    border-radius: 2px;
}

.btn-group.open .dropdown-toggle {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: 0;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 0;
}

.btn-group > .btn:focus:hover,
.btn-group-vertical > .btn:focus:hover,
.btn-group > .btn:active:hover,
.btn-group-vertical > .btn:active:hover,
.btn-group > .btn.active:hover,
.btn-group-vertical > .btn.active:hover {
    z-index: 2;
}

.btn-xs-minwd {
    min-width: 30px;
}

/*-- Font Face ---------------------------------- */
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(//themes.googleusercontent.com/static/fonts/roboto/v14/NYDWBdD4gIq26G5XYbHsFD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(//themes.googleusercontent.com/static/fonts/roboto/v14/HV_H5nosKj8mZupFxrHqHA.woff) format('woff');
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(//themes.googleusercontent.com/static/fonts/roboto/v14/mbmhprMH69Zi6eEPBYVFhT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(//themes.googleusercontent.com/static/fonts/roboto/v14/vxNK-E6B13CyehuDCmvQvw.woff) format('woff');
}


/*-- Body style ---------------------------------- */
body {
    font: 400 14px/1.4 Roboto,'segoe ui',arial,helvetica;
    color: #111;
    padding: 0 0 20px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 0 15px;
}

    .body-content h2 {
        color: #e12a25;
        font-weight: 300;
    }

        .body-content h2 b {
            font-weight: 500;
        }

hr, hr.lineSeparator {
    border: 0;
    background: #e6e6e6;
    background: linear-gradient(to right,rgba(220,220,220,.1)0,rgba(200,200,200,.32)40%,rgba(200,200,200,.32)60%,rgba(220,220,220,.1)100%);
    box-shadow: 0 1px rgba(255,255,255,.2);
    height: 1px;
    width: 100%;
    margin: 15px 0;
    padding: 0;
}

/* My custom Bootstrap mennu-size */
#wrapper {
    width: 100%;
}

/*-----------------------------------
 * Set width on the form input elements 
 * since they're 100% wide by default
 *-----------------------------------*/
.btn-sm.fix {
    padding: 6px 12px;
}

.input-sm {
    padding: 5px 10px 6px;
}

input, select, textarea {
    max-width: 320px;
}

    input.full, select.full, textarea.full {
        max-width: 100%;
    }

    input.full100, select.full100, textarea.full100 {
        width: 100% !important;
    }

    input.calendar {
        background: #fff url(/images/icons/icon.png) no-repeat 103% -57px;
    }

    input.input-sm.calendar {
        background-position: 104% -59px;
    }

.form-control {
    border-radius: 2px;
    box-shadow: none;
}

    .form-control:focus {
        border-color: #e12a25;
        box-shadow: 0 0 8px rgba(225, 42, 37, .2);
    }

.text_limiter {
    background: #e3e3e3;
    border-radius: 0 2px;
    color: #555;
    font-size: 12px;
    position: absolute;
    right: 1px;
    top: 11px;
    width: 34px;
    text-align: center;
}

    .text_limiter.pop {
        top: 1px;
    }

    .text_limiter.popfull {
        top: 10px;
        right: 15px;
    }

.text-header {
    color: #e12a25;
    font-weight: 250;
}
/*-----------------------------------
 * Target effect
 *-----------------------------------*/
:target {
    -webkit-animation: highlight 1s ease-in-out;
    animation: highlight 1s ease-in-out;
}

/*-----------------------------------
 * Animation
 *-----------------------------------*/
.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

/*-----------------------------------
 * Keyframe effect
 *-----------------------------------*/
@keyframes pop {
    0% {
        opacity: 0;
        transform: scale(.6)
    }

    80% {
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes pop {
    0% {
        opacity: 0;
        -webkit-transform: scale(.6)
    }

    80% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes highlight {
    0% {
        background-color: #ffd800;
        transform: scale(1.2)
    }

    100% {
        background-color: none;
        transform: scale(1)
    }
}

@-webkit-keyframes highlight {
    0% {
        background-color: #ffd800;
        -webkit-transform: scale(1.2)
    }

    100% {
        background-color: none;
        -webkit-transform: scale(1)
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-20px)
    }

    60% {
        transform: translateY(-8px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-8px)
    }
}

@keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        -ms-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        -ms-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        -ms-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        -ms-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}


/*-----------------------------------
 * Custom classes
 *-----------------------------------*/
.hid,
[hidden],
#toggle-mobile,
#toggle-menu,
.visible-768 {
    display: none
}

.underline {
    text-decoration: underline
}

.bold {
    font-weight: 700
}

.italic {
    font-style: italic
}

.pointer {
    cursor: pointer
}

.relative {
    position: relative;
}

.capitalize {
    text-transform: capitalize
}

.-marT20 {
    margin-top: -20px;
}

.-marT25 {
    margin-top: -25px;
}

.-marT35 {
    margin-top: -35px;
}

.-marT40 {
    margin-top: -40px;
}

.-marT60 {
    margin-top: -60px;
}

.-marT65 {
    margin-top: -65px;
}

.marL75 {
    margin-left: 75px;
}

.marT0 {
    margin-top: 0px
}

.marT2 {
    margin-top: 2px
}

.marT5 {
    margin-top: 5px
}

.marT6 {
    margin-top: 6px
}

.marT8 {
    margin-top: 8px
}

.marT10 {
    margin-top: 10px
}

.marT13 {
    margin-top: 13px
}

.marT15 {
    margin-top: 15px
}

.marT20 {
    margin-top: 20px
}

.marT25 {
    margin-top: 25px
}

.marR5 {
    margin-right: 5px
}

.marR10 {
    margin-right: 10px
}

.marR15 {
    margin-right: 15px
}

.marL3 {
    margin-left: 3px
}

.marL5 {
    margin-left: 5px
}

.marL10 {
    margin-left: 10px
}

.marL12 {
    margin-left: 12px
}

.marL15 {
    margin-left: 15px
}

.marL18 {
    margin-left: 18px
}

.marL20 {
    margin-left: 20px
}

.marB5 {
    margin-bottom: 5px
}

.marB0 {
    margin-bottom: 0px
}

.marB10 {
    margin-bottom: 10px
}

.padB10 {
    padding-bottom: 10px
}

.padT0Important {
    padding-top: 0 !important;
}

.padT10 {
    padding-top: 10px
}

.padT15 {
    padding-top: 15px
}


.padL10 {
    padding-left: 10px
}

.padB5 {
    padding-bottom: 5px
}

.padT5 {
    padding-top: 5px
}

.padL5 {
    padding-left: 5px
}

.padB3 {
    padding-bottom: 3px
}

.padT3 {
    padding-top: 3px
}

.padL3 {
    padding-left: 3px
}


.padB2 {
    padding-bottom: 2px
}

.padT2 {
    padding-top: 2px
}

.padL2 {
    padding-left: 2px
}


.padB1 {
    padding-bottom: 1px
}

.padT1 {
    padding-top: 1px
}

.padL1 {
    padding-left: 1px
}


.padB0 {
    padding-bottom: 0px
}

.padT0 {
    padding-top: 0px
}

.padL0 {
    padding-left: 0px
}

.padR0 {
    padding-right: 0px;
}

.padL15 {
    padding-left: 15px
}

.sub_info {
    color: #989898;
    display: block;
    font-size: 12px;
}

.dot3 {
    font: 700 40px times;
    color: #ddd;
    letter-spacing: 2px;
}

.colorL {
    color: #e12a25;
}

.color3 {
    color: #333;
}

.colorC3 {
    color: #c3c3c3;
}

.custom-list-help-icon li {
    display: block;
}

    .custom-list-help-icon li:before {
        /*Using a Bootstrap glyphicon as the bullet point*/
        content: "\e080";
        font-family: 'Glyphicons Halflings';
        font-size: 9px;
        float: left;
        margin-top: 4px;
        margin-left: -17px;
        color: #e12a25;
    }

.grid_scroll {
    max-height: 240px;
    overflow: auto;
}

/*-----------------------------------
 * POP Overlay
 *-----------------------------------*/
#XC_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.XC_bg {
    background: #000;
    filter: alpha(opacity=40);
    background: rgba(0, 0, 0, .4);
}

.XC_bg_load {
    background: #fff;
    filter: alpha(opacity=40);
    background: rgba(255, 255, 255, .4);
}

/*-----------------------------------
 * POP Box
 *-----------------------------------*/
#popbox {
    background: #fff;
    display: none;
    font-size: 13px;
    margin-top: 0;
    margin-left: -250px;
    max-width: 750px;
    min-width: 350px;
    left: 50%;
    position: absolute;
    top: 50%;
    border-radius: 3px;
    box-shadow: 0 2px 26px rgba(0, 0, 0, .3); /* black overlay */
    -webkit-animation: pop .3s ease-in-out;
    animation: pop .3s ease-in-out;
    z-index: 1020;
}

#popbox-header {
    border-radius: 3px 3px 0 0;
    padding: 6px 10px;
}

    #popbox-header.hastitle {
        background: #f6f7f8;
        border-bottom: 1px solid #e5e5e5;
        color: #141823;
        padding: 10px 0;
    }

    #popbox-header h2 {
        color: #e12a25;
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        margin: 0;
        padding: 0 5px 0 20px;
    }

        #popbox-header h2 span {
            color: #333;
            display: block;
            font-size: 13px;
        }

#popbox-content {
    padding: 10px 20px;
}

#popbox-footer {
    border-radius: 0 0 3px 3px;
    padding: 10px 5px;
}

#popbox .x {
    border-radius: 0 3px 0 0;
    border: 15px dashed transparent;
    border-top: 15px solid #e12a25;
    border-right: 15px solid #e12a25;
    color: #333;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    z-index: 20;
}

    #popbox .x:after {
        content: '\00D7';
        color: #fff;
        font-size: 20px;
        line-height: 0;
        display: inline-block;
        padding: -40px 0 0;
        position: absolute;
        top: -8px;
        right: -12px;
    }

    #popbox .x.hastitle {
        border-width: 19px
    }

        #popbox .x.hastitle:after {
            top: -9px;
            right: -14px;
            font-size: 22px
        }

/* confirm buttons */
#popbox .buttons {
    margin: 0 auto 6px;
    text-align: right;
    width: 93%;
}

    #popbox .buttons button:last-child {
        margin-right: 0;
    }

    #popbox .buttons button {
        background: #f1f1f1;
        border: 0;
        border-radius: 2px;
        cursor: pointer;
        height: 34px;
        margin-right: 10px;
        position: relative;
        text-indent: 25px;
        text-transform: capitalize;
        width: 85px;
    }

        #popbox .buttons button:active {
            top: 1px;
            outline: 0
        }

        #popbox .buttons button:hover {
            background: #e6e6e6
        }

        #popbox .buttons button span {
            color: #fff
        }

#popbox .iconText {
    background: #74B832;
    border-radius: 100%;
    display: block;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    left: 6px;
    top: 6.5px;
    height: 21px;
    width: 21px;
    text-indent: 0;
    /*text-shadow: 0 1px rgba(0, 0, 0, .3);*/
}

#popbox .buttons .no .iconText {
    background: #D9534F;
}

/* custom object */
#popbox ul {
    padding-left: 12px;
}

/* error panel with close */
.error {
    background: #FCF3F7 url(/images/icons/error.png) no-repeat 5px 50%;
    background-size: 20px auto;
    border-radius: 2px;
    color: #8A1F11;
    display: none;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 4px 24px 5px 30px;
    line-height: 20px;
    position: relative;
}

    .error.loading,
    .loading {
        background: #FCF3F7 url(/images/icons/loader_small.gif) no-repeat 3px;
        padding-left: 25px;
    }

.loading {
    background-color: transparent;
}

h2.loading {
    background-position: 27% 0;
}

.error a.close {
    color: #C20500;
    font-size: 11px;
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: 1;
}


/*-----------------------------------
 * Small quick loader popbox
 *-----------------------------------*/
#quick_loader {
    background: #999;
    background: rgba(0,0,0,.5);
    border-radius: 3px;
    color: #fff;
    display: none;
    font-size: 15px;
    position: absolute;
    line-height: 40px;
    height: 40px;
    width: 128px;
    left: 50%;
    top: 0;
    margin: 40px 0 0 -62px;
    text-align: center;
    text-shadow: 0 0 1px #000;
    z-index: 1010;
}

/*-----------------------------------
 * Loader CSS3 animation
 *-----------------------------------*/
.popbox-loader {
    width: 95px;
    height: 20px;
    margin: 20px auto 10px;
    position: relative;
}

    .popbox-loader.fix {
        float: left;
        margin: 12px 0 0 12px;
        width: 0;
    }

    .popbox-loader b {
        display: block;
        color: #555;
        font-size: 13px;
        font-weight: normal;
        line-height: 18px;
        letter-spacing: .1em;
        width: 70px;
        margin-left: 26px;
    }

    .popbox-loader:after,
    .popbox-loader:before {
        background: #e12a25;
        border-radius: 100%;
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        position: absolute;
        left: 6px;
        top: 0;
        -webkit-animation: loading 1.5s ease-in-out infinite;
        animation: loading 1.5s ease-in-out infinite;
        -webkit-transform-origin: 4px 8px;
        transform-origin: 4px 8px;
    }

    .popbox-loader:after {
        background: #fed23b;
        height: 6px;
        width: 6px;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }
/* Animations Loader */
@-webkit-keyframes loading {
    from {
        -webkit-transform: rotateZ(0)
    }

    to {
        -webkit-transform: rotateZ(360deg)
    }
}

@keyframes loading {
    from {
        transform: rotateZ(0)
    }

    to {
        transform: rotateZ(360deg)
    }
}

.ie .popbox-loader {
    background: url(/images/icons/loader_small.gif) no-repeat;
    height: 16px;
    width: 60px;
    margin: 20px auto 0;
    padding: 0 0 0 20px;
}

    .ie .popbox-loader:before,
    .ie .popbox-loader:after {
        display: none;
    }

    .ie .popbox-loader b {
        margin: 0;
    }


/*-----------------------------------
 * Language flag
 *-----------------------------------*/
.flag {
    background: url(/images/icons/icon.png);
    border-radius: 2px;
    height: 20px;
    width: 30px;
    margin-top: -5px;
}

    .flag.vi {
        background-position: 0 -30px;
    }


/*-----------------------------------
 * Custom
 *-----------------------------------*/
.font-weight300 {
    font-weight: 300;
}

.font-size25 {
    font-size: 25px;
}

.font-size18 {
    font-size: 18px;
}

.font_size_7vh {
    font-size: 7vh;
}

.font_size_5vh {
    font-size: 5vh;
}
/* Buttons */
.btn-create-right {
    margin-top: -42px
}

.btn-loading {
    position: relative;
    overflow: hidden;
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.btn-loading:before,
.btn-loading:after {
    background: inherit;
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.btn-loading:before {
    -webkit-animation: .9s steps(30, end) infinite spin;
    animation: .9s steps(30, end) infinite spin;
    background: url(/images/icons/spinner.png) no-repeat 50% 50%; /* IE8- */
    background: url(/images/icons/spinner_3x.png) no-repeat 50% 50% / 18px 18px;
    height: 18px;
    width: 18px;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -9px;
    z-index: 9;
}

/*@keyframes move {0% {left: 0}100% {left: 3.5em}}
@-webkit-keyframes move {0% {left: 0}100% {left: 3.5em}}
.btn-loading:before, 
.btn-loading:after {
    content: "";
    font-family:Times;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: .05em;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.btn-loading:before {
    content: "...";
    background: inherit;
    left: 0;
}
.btn-loading:after {
    background: inherit;
    left: 3.5em;
    opacity: .75;
    width: 2em;
    -webkit-animation: move 1s infinite;
            animation: move 1s infinite;
}

    .btn-sm.btn-loading:before,
    .btn-sm.btn-loading:after {
        top: -5px;
    }*/


/*.btn-search,
.btn-search:active {
    background: #eee url(/images/icons/icon.png) no-repeat 10px -490px;
}*/
.btn.cart {
    border-radius: 0;
    color: #666;
    margin: -29px 1px;
    min-width: 35px;
    padding: 7px 0 6px;
    position: relative;
}

    .btn.cart:active {
        background-color: #CCC;
        background-position: 10px -453px;
    }

/* Top navigation */
.navbar {
    margin-bottom: 1px;
}

.navbar-brand.logo {
    padding: 0 3px 0 15px;
}

    .navbar-brand.logo img {
        height: 51px;
        margin-top: -1px;
        float: left;
    }

#change-language {
    padding-right: 0;
}

    #change-language:hover {
        background: 0 0 !important;
    }

.hint-text {
    color: #808080;
    margin-top: 6px;
}

.grid_title {
    color: #e12a25;
    font-weight: 300;
    font-size: 18px;
}

/*-----------------------------------
 * My custom icon sprite
 *-----------------------------------*/
.xicon {
    background: url(/images/icons/icon.png) no-repeat;
    height: 18px;
    width: 18px;
}

    .xicon.cafe {
        background-position: 1px -229px;
    }
/*.micon.user{
    display: block;
    overflow: hidden;
    max-width: 110px;
    font-size: 11px;
    padding: 10px 8px 15px;
    line-height: 1.2;
    min-height: 50px;
}*/

/*-----------------------------------
 * Select box for Multi Policy
 *-----------------------------------*/
.select_block_wrap {
    position: relative;
}

    .select_block_wrap.checked {
        background: #F9EEEE;
        background: -webkit-linear-gradient(bottom left, transparent 40%, rgba(255, 42, 37, .1) 100%);
        background: linear-gradient(to right top, transparent 40%, rgba(255, 42, 37, .1) 100%);
    }

    .select_block_wrap input[type=text] {
        width: 50px;
    }

.select_block {
    border: 32px solid #f00;
    border-color: #e12a25 #e12a25 transparent transparent;
    position: absolute;
    height: 0;
    width: 0;
    position: absolute;
    right: 0;
    top: -1px;
    opacity: .3;
}

    .select_block.pop { /* pop grid is smaller */
        border-width: 22px;
        border-color: transparent;
        opacity: 1;
        top: 0;
    }

        .select_block.pop label {
            right: 12px;
            top: 1px !important;
        }

            .select_block.pop label:after {
                border: 1px solid #d9d9d9 !important;
            }


    .select_block label:before {
        font-size: 16px !important;
        left: 5px !important;
        top: -6px;
    }

    .select_block_wrap:hover .select_block,
    .select_block.checked {
        opacity: 1;
    }

    .select_block label {
        right: -1px;
        top: -14px !important;
    }

        .select_block label:after {
            border: 0 !important;
            border-radius: 100% !important;
            height: 25px !important;
            width: 25px !important;
        }

/*-----------------------------------
 * Shift list in WorkCalendar page
 *-----------------------------------*/
.shift_list {
    position: relative;
    margin-bottom: 8px;
}

    .shift_list:last-child {
        border: 0;
        margin: 0;
    }

    .shift_list p {
        margin: 0;
        padding: 2px 4px;
    }

    .shift_list .assignment {
        margin: 0;
        padding: 5px 4px;
        border-radius: 4px;
        position: relative;
    }

    .shift_list .d-block {
        display: block;
    }

    .shift_list a.xicon {
        background-color: #f1f1f1;
        background-position: 6px -254px;
        position: absolute;
        top: 5px;
        right: 0;
        margin-top: -5px;
        width: 24px;
        height: 24px;
    }

    .shift_list .xicon:hover {
        background-color: #fff;
        text-decoration: none;
    }

    .shift_list .xicon.nohover:hover {
        background-color: transparent
    }

    .shift_list .xicon.edit {
        background-position: 5px -165px;
    }

    .shift_list .xicon.delete {
        background-position: 6px -194px;
    }

    .shift_list .xicon.cafe {
        background-position: 8px -229px;
        height: 20px;
        width: 32px;
    }

    .shift_list .xicon.p1 {
        right: 0;
    }

    .shift_list .xicon.p2 {
        right: 26px;
    }

    .shift_list .xicon.p3 {
        right: 52px;
    }

    .shift_list .xicon.p4 {
        top: 33px;
        background-color: #FDE9E9;
        border-radius: 100%;
    }

    .shift_list .xicon.p5 {
        top: 33px;
        right: 52px;
        background-color: #FDE9E9;
        border-radius: 100%;
    }

    .shift_list .xicon.p6 {
        top: 33px;
        right: 26px;
    }


    .shift_list .day_week {
        display: inline-block;
        width: 74px;
    }

.overnight_session {
    cursor: pointer;
}

/*.shift-item {
    max-width: 320px;
}*/

.shiftName {
    display: inline-block;
    width: 44px;
}

.shiftTime {
    width: 90px;
}

.d-block {
    display: block;
}
/*-----------------------------------
 * Balance
 *-----------------------------------*/
.detail_block {
    background: #fbb url(/images/icons/icon.png) no-repeat 8px -335px;
    border-radius: 50px 0 0 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: -10px;
    text-indent: -9999px;
    transition: width .2s;
}

    .detail_block:hover {
        background-color: #F99;
        background-position: 14px -328px;
        width: 100%;
        text-indent: 30px;
        height: 100%;
        line-height: 34px;
    }

/*-----------------------------------
 * Session Block in WorkCalendar page
 *-----------------------------------*/
.session_block {
    position: relative;
}

.session_block_title {
    color: #E12A25;
    font-size: 16px;
    font-weight: 700;
    line-height: .8;
}

.session_block .remove {
    font-size: 20px;
    border-radius: 100%;
    color: #e12a25;
    background: #f0f0f0;
    display: block;
    position: absolute;
    right: 0;
    top: -3px;
    line-height: 22px;
    height: 25px;
    width: 25px;
    text-align: center;
}

    .session_block .remove:hover {
        background: #e6e6e6;
        text-decoration: none;
    }

/*-----------------------------------
 * Breadcum
 *-----------------------------------*/
.breadcum {
    position: relative;
    font-size: 12px;
    margin: 0;
    min-height: 32px;
    padding: 4px 9px 0 0;
    border-bottom: 1px solid #f8f8f8;
    color: #333;
    z-index: 1;
}

    .breadcum span {
        margin: 0 8px;
        font-size: 14px;
        position: relative;
        top: -1px;
    }

    .breadcum a {
        position: relative;
        height: 31px;
        color: #666;
        padding: 0;
    }

        .breadcum a:hover {
            color: #e12a25;
        }

        .breadcum a.active {
            font-weight: 700;
        }

/*-----------------------------------
 * Paging
 *-----------------------------------*/
.paging {
    padding: 0;
    margin: 0 0 10px;
}

    .paging a,
    .paging .current,
    .paging .disabled {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 2px;
        color: #333;
        display: inline-block;
        margin: 0 3px 3px 0;
        line-height: 30px;
        padding: 0 12px;
        text-decoration: none;
    }

        .paging a:hover,
        .paging .current {
            background: #e8e8e8;
            border-color: #e8e8e8;
        }

    .paging .current {
        background: #4e6cef;
        border-color: #4e6cef;
        color: #fff;
    }

    .paging .disabled {
        display: none;
    }

    .paging.small a,
    .paging.small .disabled,
    .paging.small .current {
        font-size: 11px;
        line-height: 20px;
        margin-right: 2px;
        padding: 0 8px;
    }


/*-----------------------------------
 * Radio CSS3
 *-----------------------------------*/
th .xradio {
    line-height: 0
}

    th .xradio label {
        padding: 0;
        top: 3px;
    }


.xradio input[type=radio],
.xradio input[type=checkbox] {
    display: none !important;
}

.xradio label {
    cursor: pointer;
    display: inline-block;
    padding: 11px 0 8px;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 10px 0px 0px;
    position: relative;
    -moz-user-select: none;
    top: 8px;
}

    .xradio label:after {
        background: #f9f9f9;
        border: 1px solid #ccc;
        border-radius: 100%;
        content: "";
        display: inline-block;
        bottom: 0;
        left: 0;
        position: absolute;
        height: 16px;
        width: 16px;
    }

.xradio input[type=checkbox] + label:after {
    border-radius: 2px;
}

.xradio input + label:before {
    background: #e12a25;
    border-radius: 100%;
    content: "";
    height: 6px;
    width: 6px;
    opacity: 0;
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

.xradio input[type=checkbox] + label:before {
    background: none;
    content: "\2714";
    color: #e12a25;
    font-size: 13px;
    font-weight: normal;
    line-height: 6px;
    left: 2px;
    position: absolute;
}

.xradio input:checked + label:after {
    background: #efefef;
    background: linear-gradient(#fff,#eaeaea);
    border-color: #bbb;
}

.xradio input[type=radio] + label:before {
    background: #e12a25;
    border-radius: 100%;
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    bottom: 6px;
    left: 5px;
    z-index: 1;
}

.xradio input[type=radio] + label:before {
    background: #e12a25;
    border-radius: 100%;
    content: "";
    height: 6px;
    width: 6px;
    opacity: 0;
    position: absolute;
    bottom: 7px;
    left: 5px;
    z-index: 1;
}

.xradio input[type=radio] + label:after {
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 100%;
    content: "";
    display: inline-block;
    bottom: 0.15em;
    left: 0;
    position: absolute;
    height: 16px;
    width: 16px;
}

.xradio input:hover + label:after {
    border-color: #b8b8b8;
    box-shadow: 0 2px 2px rgba(0,0,0,.06) inset;
}

.xradio input:checked + label:before {
    opacity: 1
}

.xradio li {
    list-style: none;
    margin: 0;
}

/*---------------------------------------------
 Select X CSS3 - Dropdown List
 ----------------------------------------------*/
.xselect {
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    margin: 0;
    position: relative;
    overflow: hidden;
    max-width: 320px;
}

    .xselect:after {
        border-left: 4px outset transparent;
        border-right: 4px outset transparent;
        border-top: 6px solid #b1b1b1;
        content: "";
        position: absolute;
        right: 12px;
        height: 0;
        top: 14px;
        width: 0;
    }

    .xselect.inline {
        display: inline-block;
        vertical-align: middle;
    }

    .xselect.small {
        max-height: 30px;
    }

        .xselect.small.w150 {
            max-width: 150px;
        }

        .xselect.small:after {
            right: 8px;
            top: 11px;
        }

    .xselect.inline {
        display: inline-block;
    }

    .xselect > select {
        cursor: pointer;
        -webkit-appearance: none;
        background: 0 0;
        margin-left: -1px;
        max-width: 340px;
        min-width: 54px;
        width: 145% !important;
        height: 32px;
        padding: 0 0 0 5px;
        color: #666;
        font-weight: normal;
        font-family: Roboto,Arial;
        border: 0;
        z-index: 2;
    }

    .xselect.small > select {
        font-size: 12px;
        padding: 0 5px 5px;
    }

    .xselect > select:focus {
        color: #4d5a5e;
        outline: 0;
    }

    .xselect > select > option {
        padding: 5px;
    }


/*---------------------------------------------
 X tooltip
 ----------------------------------------------*/
.xtip {
    display: block;
    border: 1px solid #888;
    border-radius: 100%;
    color: #888;
    font-size: 13px;
    line-height: 1.35;
    height: 21px;
    width: 21px;
    text-align: center;
    text-decoration: none;
    position: relative;
}

    .xtip.fixFloat {
        float: right;
        margin: -28px 7px;
    }

    .xtip:hover,
    .xtip:active,
    .xtip:focus {
        background: #999;
        color: #fff;
        text-decoration: none;
    }

    .xtip b {
        font-weight: bold;
        letter-spacing: 1px;
    }

    .xtip:hover span,
    .xtip:active span,
    .xtip:focus span {
        filter: alpha(opacity=100);
        opacity: 1;
        top: -70px;
        visibility: visible;
    }

    .xtip span {
        filter: alpha(opacity=0);
        opacity: 0;
        visibility: hidden;
        background: #fbb;
        border-radius: 3px;
        color: #881D0F;
        font-size: 12px;
        line-height: 16px;
        padding: 6px 10px;
        width: 250px;
        position: absolute;
        right: -1px;
        top: -88px;
        text-align: left;
        text-decoration: none;
        transition: .2s ease-in-out;
    }

    .xtip em {
        height: 0;
        width: 0;
        border: 6px solid transparent;
        border-top-color: #fbb;
        position: absolute;
        right: 5px;
        top: 60px;
    }

/*-----------------------
  Tabs
 -----------------------*/
/*.tabs {
    position: relative;
    width: 100%;
    top:20px;
}

        .tabs > input {
            position: absolute;
            visibility:hidden;
            left: -99999px;
            filter: alpha(opacity=0);
            opacity: 0;
        }

        .tabs > label {
            background: #ededed;
            border:1px solid #ededed;
            border-radius: 3px 3px 0 0;
            color: #666;
            cursor: pointer;
            font-size: 13px;
            font-weight: normal;
            line-height: 38px;
            height: 40px;
            position: relative;
            bottom:-5px;
            float: left;
            display: block;
            width: 142px;
            letter-spacing: 1px;
            text-align: center;
            margin-right:3px;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
        }

            .tabs > label:after {
                content: '';
                background: #fff;
                position: absolute;
                bottom: -2px;
                left: -1px;
                width: 102%;
                height: 2px;
                display: block;
            }
            .tabs > input:checked + label:after {
                left:0;
                width:100%;
            }

        .tabs > input:hover + label {
            background: #e6e6e6;
        }


        .tabs > label:first-of-type {
            z-index: 4;
        }
    
    .tab-label-1{
        margin-left:67px;
    }
    .tab-label-2 {
        z-index: 3;
    }
    .tabs > input:checked + label.tab-loading{
        background: url(/images/icons/loader_small.gif) no-repeat 100% 50% !important;
        background: url(/images/icons/loader_big.gif) no-repeat 98% 3px/10px 10px !important;
    }

    .tabs > input:checked + label {
        background: #fff;
        color: #e12a25;
        font-weight:700;
        z-index: 6;
        -webkit-animation: page .2s linear;
                animation: page .2s linear;
    }
    .tabs .content {
        position: relative;
        width: 100%;
        min-height: 360px;
        z-index: 5;
        overflow: hidden;
        border-top:1px solid #eaeaea;
    }

        .tabs .content .content-1,
        .tabs .content .content-2 {
            padding: 20px 0;
            position: absolute;
            top: 0;
            
            z-index: 1;
            filter: alpha(opacity=0);
            opacity: 0;
            width: 100%;
            -webkit-transition: linear .5s;
                    transition: linear .5s;
        }

    .tabs .content-1 {
        -webkit-transform: translateX(-250px);
                transform: translateX(-250px);
    }

    .tabs .content-2 {
        -webkit-transform: translateX(250px);
                transform: translateX(250px);
    }

    .tabs input.tab-selector-1:checked ~ .content .content-1,
    .tabs input.tab-selector-2:checked ~ .content .content-2 {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: ease-out .2s .1s;
                transition: ease-out .2s .1s;
        z-index: 100;
    }

    @keyframes page{0% {left: 0}50% {left: 10px}100% {left: 0}}
    @-webkit-keyframes page{0% {left: 0}50% {left: 10px}100% {left: 0}}*/


/*-----------------------
  Leave Post Advanced
 -----------------------*/
#Start_Adv,
#End_Adv {
    float: left;
    width: 195px;
}

.width145 {
    width: 145px !important;
}

#Start_Adv.normal,
#End_Adv.normal {
    float: none;
    width: 100%;
    background-position: 102.5% -57px;
    transition: width .6s ease-in;
}

label[for='Start_Hour_Adv'],
label[for='End_Hour_Adv'] {
    float: left;
    margin-left: 5px;
    width: 120px;
}

.balanceInfo {
    padding: 4px 8px;
    background: #e9e9e9;
    margin-right: 4px;
    color: #666;
}

    .balanceInfo.usage b {
        color: #e12a25;
        font-weight: 500;
    }

    .balanceInfo.balance b {
        color: #34A853;
        font-weight: 500;
    }

#leaveinlieuHelperText {
    font-size: 25px;
}

    #leaveinlieuHelperText:hover {
        text-decoration: none;
    }

/*-----------------------
  Cart
 -----------------------*/
.cart_block {
    background: #eee url(/images/icons/icon.png) no-repeat 10px -285px;
    border: 2px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    float: right;
    margin-top: -39px;
    width: 60px;
    height: 39px;
    transition: .3s;
}

    .cart_block.fix {
        margin-top: -45px;
    }

    .cart_block:hover {
        background-color: #ddd;
    }

.cart_num {
    border-radius: 100%;
    background: #e12a25;
    border: 2px solid #FFF;
    color: #fff;
    padding: 0 4px;
    position: absolute;
    right: -25%;
    top: 19%;
    line-height: 19px;
    font-size: 11px;
    min-height: 23px;
    min-width: 23px;
    text-align: center;
    text-shadow: -1px 0 rgba(0, 0, 0, .3);
}

/* Leave Pending request */
.cart_block.leave {
    background: #f9f9f9;
    margin-top: -30px;
    width: 116px;
    height: 28px;
    line-height: 23px;
    font-size: 12px;
    text-align: center;
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s;
}

    .cart_block.leave .cart_num {
        text-align: center;
        top: -8px;
        left: -31px;
        width: 39px;
        height: 39px;
        font-size: 14px;
        line-height: 30px;
        border: 4px solid #fed23b;
        transition: .3s;
    }

    .cart_block.leave:hover .cart_num {
        box-shadow: 0 0 8px rgba(0,0,0,.3);
    }

/* Pending OT request */
.cart_block.otrequest {
    background: #f9f9f9;
    margin-top: -30px;
    width: 116px;
    height: 28px;
    line-height: 23px;
    font-size: 12px;
    text-align: center;
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s;
}

    .cart_block.otrequest .cart_num {
        text-align: center;
        top: -8px;
        left: -31px;
        width: 39px;
        height: 39px;
        font-size: 14px;
        line-height: 30px;
        border: 4px solid #fed23b;
        transition: .3s;
    }

    .cart_block.otrequest:hover .cart_num {
        box-shadow: 0 0 8px rgba(0,0,0,.3);
    }

.btn_cart_action {
    border-radius: 0 2px 2px 0;
    position: absolute;
    right: 38px;
    top: 10px;
    width: 70px;
}

    .btn_cart_action.checkout {
        border-radius: 2px 0 0 2px;
        right: 98px;
    }

    .btn_cart_action.adjustment {
        border-radius: 2px 0 0 2px;
        right: 155px;
        width: 80px;
    }

    .btn_cart_action.unassign {
        right: 195px;
        width: 20px;
    }

    .btn_cart_action.assign {
        right: 142px;
        width: 20px;
    }

    .btn_cart_action.primary {
        right: 90px;
        width: 20px;
    }

    .btn_cart_action.clear {
        width: 20px;
    }

/*-----------------------
  File uploader
 -----------------------*/
.progress {
    height: 38px;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 102%;
}

.progress-bar {
    line-height: 38px;
    -webkit-transition: width .1s;
    transition: width .1s;
}

.file_upload {
    display: none !important;
}

.file_info {
    margin-top: 15px;
    padding-left: 22px;
}
    /* Excel */
    .file_info.xlsx {
        background: url(/images/icons/excel.png) no-repeat 0 2px;
    }

    .file_info.png {
        background: url(/images/icons/photos-icon.png) no-repeat 0 2px;
    }

    .file_info.jpg {
        background: url(/images/icons/photos-icon.png) no-repeat 0 2px;
    }

    .file_info.jpeg {
        background: url(/images/icons/photos-icon.png) no-repeat 0 2px;
    }

.file_submit {
    float: right;
    margin-top: -26px;
}

.file_selector {
    border: 2px dotted #e9e9e9;
    border-radius: 8px;
    display: block;
    padding: 8px 10px 10px 14px;
    line-height: 16px;
    width: 100%;
    position: relative;
    text-decoration: underline;
}

    .file_selector span {
        color: #c1c1c1;
        padding-right: 8px;
        vertical-align: sub;
    }

    .file_selector em {
        font-size: 11px;
        font-style: normal;
        color: #888;
        position: absolute;
        bottom: 28%;
        right: 10px;
    }
/*-----------------------
  Custom Table
 -----------------------*/
th {
    font-weight: 700
}

.disabled,
.table.disabled tr,
.table tr.disabled td {
    cursor: not-allowed;
    filter: alpha(opacity=30);
    opacity: .3;
}

    .table tr.disabled td.action {
        cursor: default;
        filter: alpha(opacity=100);
        opacity: 1;
    }

.disabled,
.table.disabled tr {
    filter: alpha(opacity=50);
    opacity: .5;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom: 0;
}

table.responsive-table th {
    background: #eee;
}

table.responsive-table td.action .btn.fix {
    margin-bottom: 1px;
}


.panel.panel-default.min-height-148 {
    min-height: 148px;
}

.text-justify-sm {
    text-align: right;
}

/*---------------------------------------------
  1024px - ipad pro X  
  ---------------------------------------------*/
@media (max-width:1024px) {
    .clock-right {
        text-align: unset;
        top: 0px;
        right: 0px;
        position: unset;
        padding-bottom: 10px;
    }

    .col-sm-4.padLR0 {
        padding-left: 5px;
    }

    .panel.panel-default.min-height-148 {
        min-height: 245px;
    }

    .text-justify-sm {
        text-align: right;
    }

    #employeeInfo > .fullscreen40 {
        display: none;
    }
}


/*---------------------------------------------
  812px - iphone X  
  ---------------------------------------------*/
@media (max-width:812px) {
    .clock-right {
        text-align: left !important;
        top: 60px;
        right: 23px;
        position: relative;
        padding-bottom: 10px;
    }

    .col-sm-4.padLR0 {
        padding-left: 5px;
    }

    .btn-clock-ot {
        float: left !important;
    }

    .text-justify-sm {
        text-align: justify;
    }

    /* do not show employee tree view on mobile */
    #scrollbar, .treeview {
        display: none;
    }

}

/*---------------------------------------------
  768px
  ---------------------------------------------*/
@media (max-width:768px) {
    /* no display */
    .navbar .divider-vertical {
        display: none !important;
    }

    .visible-768 {
        display: inline-block !important;
    }

    .navbar-default .navbar-collapse {
        background: #f5f5f5;
        border-color: transparent;
        box-shadow: -3px 6px 8px rgba(0, 0, 0, .15);
        padding: 0;
        position: absolute;
        top: 49px;
        right: 0;
        width: 264px;
        z-index: 999;
        display: none;
        /*-webkit-transform: perspective(1000px) rotateX(-90deg);
	    		transform: perspective(1000px) rotateX(-90deg);
	    -webkit-transform-origin: 20% 0;
				transform-origin: 20% 0;
	    -webkit-transition: right .5s cubic-bezier(.19, 1, .22, 1);
	    		transition: right .5s cubic-bezier(.19, 1, .22, 1); */
    }

    .navbar-default .navbar-nav,
    .navbar-default .navbar-nav > li {
        width: 100%;
    }

        .navbar-default .navbar-nav > li > a {
            color: #222;
            border-left: 4px solid #afafaf;
            text-transform: uppercase;
        }

    .navbar-default .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-right {
        margin-top: 0
    }

    .nav > li,
    .nav li.active {
        /*border-bottom:1px dotted #e6e6e6;*/
        clear: both;
        margin-top: -1px;
        position: static;
    }

        .nav > li.active > a {
            box-shadow: none;
        }

        .nav > li:hover,
        .nav > li:focus {
            background: #e9e9e9;
        }

    .navbar-right > li:last-child {
        border-bottom: 0;
    }

    .navbar-nav > li.dropdown {
        border: 0;
    }

    /* Dropdown menu hover */
    .navbar-nav > li > .dropdown-menu {
        border: 0;
        border-radius: 0;
    }

    .dropdown-menu,
    .dropdown-menu:hover {
        border: 0;
        border-radius: 0;
        box-shadow: none !important;
        display: block;
        position: static;
        padding: 0;
        width: 100%;
    }

        .dropdown-menu > li > a {
            border-left: 4px solid #afafaf;
            color: #333;
            font-weight: 300;
            padding: 10px 12px 10px 30px;
        }

            .dropdown-menu > li > a:hover,
            .dropdown-menu > .active > a,
            .dropdown-menu > .active > a:hover,
            .dropdown-menu > .active > a:focus {
                background: #e9e9e9;
                color: #555;
            }

    .navbar-nav li.active > a {
        border-left-color: #e12a25;
    }

    .dropdown-menu > li.active {
        border-left-color: #999
    }


    /* Menu nav icon */
    /*.micon{
        background: url(/images/icons/icon.png) no-repeat 15px -121px;
        padding-left: 50px!important;
        text-decoration:none;
        white-space:nowrap;
    }
    */
    /*.micon.logout{
        background-position: 30px -86px;
        padding-left: 65px !important;
    }*/
    .micon.user {
        margin-left: 6px;
        max-width: 202px;
        white-space: nowrap;
        text-overflow: ellipsis;
        top: 4px;
    }

    /**
	 * Toggle mobile menu CSS3
	 */
    #toggle-menu {
        position: relative;
        display: block;
        float: right;
        margin-top: 8px;
        border-radius: 2px;
        height: 33px;
        width: 38px;
        cursor: pointer;
    }

        #toggle-menu:active,
        #toggle-menu:hover {
            background: #efefef;
        }

        #toggle-menu:after,
        #toggle-menu:before {
            content: "";
            /*box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888;*/
            display: block;
            height: 1px;
            width: 60%;
            margin: 9px 7.5px;
            position: absolute;
            left: 0;
            top: 0;
            background: #888;
            -webkit-transition: transform .6s cubic-bezier(.175, 0.885, 0.32, 1.275);
            transition: transform .6s cubic-bezier(.175, 0.885, 0.32, 1.275);
        }

        #toggle-menu:after {
            box-shadow: 0 -7px #888;
            -webkit-transform: translateY(14px);
            transform: translateY(14px);
        }


    #toggle-mobile:checked ~ .navbar-collapse {
        display: block;
    }

    #toggle-mobile:checked ~ #toggle-menu {
        background: linear-gradient(to top, #f5f5f5 30%, #e5e5e5);
        border-radius: 2px 2px 0 0;
        height: 41px;
    }

        #toggle-mobile:checked ~ #toggle-menu:after,
        #toggle-mobile:checked ~ #toggle-menu:before {
            box-shadow: none;
            margin-top: 11px;
            -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(135deg);
        }

        #toggle-mobile:checked ~ #toggle-menu:after {
            -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-135deg);
        }

    /* Logo */
    .flag + span {
        display: inline;
        padding-left: 12px;
    }

    .navbar-brand.logo {
        padding: 0;
        margin-left: -1px !important;
    }

        .navbar-brand.logo h1 {
            line-height: 8px;
            margin-left: 16px;
            font-size: 20px;
        }

        .navbar-brand.logo img {
            margin-top: -1px;
        }

    .clock-right {
        top: 60px;
        right: 23px;
        position: absolute;
        padding-bottom: 10px;
    }

    .clock-right-ot {
        padding-left: 10px !important;
    }

    .col-sm-4.padLR0 {
        padding-left: 15px;
    }

    .btn-clock-ot {
        float: left !important;
    }

    .text-justify-sm {
        text-align: right;
    }

    /* no display top recent payslip*/
    .top_recent_payslip {
        display: none;
    }
}

@media (min-width:768px) {
    /*Override  bootstrap*/
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -20px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -20px;
    }
}

/* For general iPad layouts */
@media only screen and (device-width: 768px) {
    .top_recent_payslip {
        display: block;
    }
}


/*---------------------------------------------
  736px
  ---------------------------------------------*/
@media (max-width:736px) {
    .clock-right {
        text-align: left !important;
        top: 0;
        right: 0;
        left: 15px;
        position: relative;
        padding-bottom: 10px;
    }

    .col-sm-4.padLR0 {
        padding-left: 0;
    }

    .clock-right-ot {
        padding-left: 0px !important;
    }

    .btn-clock-ot {
        float: left !important;
    }

    .text-justify-sm {
        text-align: justify;
    }

    .marL75 {
        margin-left: 15px !important;
    }

    .sm-marT10 {
        margin-top: 10px;
    }

    .ta-setting-info {
        text-overflow: unset !important;
        display: inline !important;
    }
}


/*---------------------------------------------
  731px
  ---------------------------------------------*/
@media (max-width:731px) {
    .clock-right-ot {
        padding-left: 0px !important;
    }

    .btn-clock-ot {
        float: left !important;
    }

    .text-justify-sm {
        text-align: right;
    }

    .marL75 {
        margin-left: 15px !important;
    }
}

/*---------------------------------------------
  667px
  ---------------------------------------------*/
@media (max-width:667px) {

    .clock-right {
        text-align: left !important;
        top: 0;
        right: 0;
        left: 15px;
        position: relative;
        padding-bottom: 10px;
    }

    .col-sm-4.padLR0 {
        padding-left: 0;
    }

    .clock-right-ot {
        padding-left: 0px !important;
    }

    .btn-clock-ot {
        float: left !important;
    }

    .text-justify-sm {
        text-align: justify;
    }

    .marL75 {
        margin-left: 15px !important;
    }

    .search-form {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex;
        flex-direction: column;
        align-content: flex-start !important;
        -webkit-align-content: flex-start !important;
        -ms-align-content: flex-start !important;
        /*align-items: center;*/
        flex-wrap: wrap !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important;
    }

    .search-form .form-group
    {
        width: 100% !important;
        margin-bottom: 0px !important;
    }
}

/*---------------------------------------------
  640px
  ---------------------------------------------*/
@media (max-width:640px) {
    /*-----------------------------------
     * Leave
     *-----------------------------------*/
    .view-by-year {
        margin-top: 28px
    }
    /*-----------------------------------
     * POP Box
     *-----------------------------------*/
    #popbox {
        max-width: 96%;
    }

    .clock-right {
        text-align: left !important;
        top: 0;
        right: 0;
        left: 15px;
        position: relative;
        padding-bottom: 10px;
    }

    .col-sm-4.padLR0 {
        padding-left: 0px;
    }

    .clock-right-ot {
        padding-left: 0px !important;
    }

    .btn-clock-ot {
        float: left !important;
    }

    .text-justify-sm {
        text-align: justify;
    }

    .marL75 {
        margin-left: 15px !important;
    }
}


/*---------------------------------------------
  568px
  ---------------------------------------------*/
@media (max-width:568px) {
    .calendar-subordinate {
        flex-direction: column;
        justify-content: flex-end;
        margin: 0px !important;
    }

        .calendar-subordinate .marL15 {
            margin-left: 0;
        }

        .calendar-subordinate > .form-group {
            margin-bottom: 0px;
        }

    .text-justify-sm {
        text-align: justify;
    }
}
/*---------------------------------------------
  480px
  ---------------------------------------------*/
@media (max-width:480px) {
    /*-----------------------
      Responsive Table
      -----------------------*/
    table.responsive-table thead,
    table.responsive-table th,
    table.responsive-table.nohead td:nth-child(1):before,
    table.responsive-table.nohead td:nth-child(2):before {
        display: none;
    }

    table.display td {
        padding: .5em;
    }

    table.responsive-table {
        border: 0;
    }

    table.stripe tr:nth-child(2n),
    table.stripe tr:nth-child(2n+1) {
        background: #fff;
    }

    table.responsive-table td:before {
        content: attr(data-title);
        position: absolute;
        left: 0;
        padding-left: 8px;
        font-weight: 700;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 31%;
    }

    table.responsive-table td {
        background: linear-gradient(to left,#fff 69%,#f1f1f1 0%);
        padding: 8px 8px 8px 32% !important;
        border-width: 0 0 1px !important;
    }

    table.responsive-table.nohead td {
        padding-left: 4%;
    }

    table.responsive-table tr,
    table.responsive-table td {
        display: block;
    }

    table.responsive-table tr {
        position: relative;
        margin-bottom: .5em;
    }

    table.responsive-table td:first-child {
        background: #eaeaea;
        border-top: 0;
    }

    table.responsive-table td.action {
        background: 0 0;
        padding: 8px !important;
    }

    /* Textarea Limiter */
    .text_limiter {
        top: 1px;
    }

    /*-----------------------------------
     * Select box for Multi Policy
     *-----------------------------------*/
    .select_block {
        top: -1px;
    }

    .select_block_wrap {
        position: relative;
    }

        .select_block_wrap input[type=text] {
            display: inline;
            margin-bottom: 3px;
        }

    /*-----------------------------------
     * Top button on right page
     *-----------------------------------*/
    .btn-create-right .btn {
        margin-bottom: 5px;
    }

    .clock-right {
        text-align: left !important;
        top: 0;
        right: 0;
        left: 15px;
        position: relative;
        padding-bottom: 10px;
    }

    .col-sm-4.padLR0 {
        padding-left: 0px;
    }

    .clock-right-ot {
        padding-left: 0px !important;
    }

    .btn-clock-ot {
        float: left !important;
    }

    .calendar-subordinate {
        margin: 0px !important;
    }

    #select_department {
        width: auto;
    }

    .calendar-subordinate .form-group {
        margin-bottom: 0px;
    }

    .text-justify-sm {
        text-align: justify;
    }

    /* CSS for employee info treeview */
    #tbl_employee_info td {
        background: #eaeaea;
        padding-left: 4% !important;
    }

    /* CSS for display payreoll template */
    .flex-row {
        display: block !important;
    }

        .flex-row > input {
            max-width: 100%;
        }

        .flex-row > select {
            margin-left: 0 !important;
            margin-top: 5px;
            max-width: 100%;
        }
}

/*---------------------------------------------
  375px - iPhone 6
  ---------------------------------------------*/
@media (max-width:375px) {
    /*-----------------------
      Responsive Table
      -----------------------*/
    table.responsive-table .btn {
        display: block;
        width: 100%;
    }

    table.responsive-table .btn_auto_width {
        width: auto;
    }

    table.responsive-table .btn + .btn {
        margin-top: 5px;
    }

    /*-----------------------
     Cart
     -----------------------*/
    .cart_block {
        margin: -45px 10px;
    }

    /*-----------------------
      Popbox
      -----------------------*/
    #popbox {
        min-width: 98%;
    }

    .clock-right {
        text-align: left !important;
        top: 0;
        right: 0;
        left: 15px;
        position: relative;
        padding-bottom: 10px;
    }

    .clock-right-ot {
        padding-left: 0px !important;
    }

    .col-sm-4.padLR0 {
        padding-left: 0px;
    }

    .btn-clock-ot {
        float: left !important;
    }


    .calendar-subordinate {
        margin: 0px !important;
    }

    #select_department {
        width: auto;
    }

    .calendar-subordinate .form-group {
        margin-bottom: 0px;
    }

    .text-justify-sm {
        text-align: justify;
    }
}


/*---------------------------------------------
  360px Galaxy
  ---------------------------------------------*/
@media (max-width:360px) {
    /*-----------------------
      Popbox
      -----------------------*/
    #popbox {
        min-width: 100%;
    }

        #popbox,
        #popbox .x,
        #popbox-header {
            border-radius: 0
        }

    /*-----------------------
      Leave Post
     -----------------------*/
    #Start_Adv,
    #End_Adv {
        width: 165px;
    }

    label[for='Start_Hour_OT'],
    label[for='Start_Minute_OT'] {
        width: 65px;
    }

    #numOfOTHours,
    #Start_OT {
        width: 120px !important;
    }

    .clock-right {
        text-align: left !important;
        padding-bottom: 10px;
    }

    .clock-right-ot {
        padding-left: 0px !important;
    }

    .btn-clock-ot {
        float: left !important;
    }

    .mar320pxT10 {
        margin-top: 5px;
    }


    .calendar-subordinate {
        margin: 0px !important;
    }

    #select_department {
        width: auto;
    }

    .calendar-subordinate .form-group {
        margin-bottom: 0px;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

/*---------------------------------------------
  320px
  ---------------------------------------------*/
@media (max-width:330px) {
    /*-----------------------
      Popbox
      -----------------------*/
    #popbox {
        min-width: 100%;
    }

        #popbox,
        #popbox .x,
        #popbox-header {
            border-radius: 0
        }

    /*-----------------------
      Leave Post
     -----------------------*/
    #Start_Adv,
    #End_Adv {
        width: 165px;
    }

    label[for='Start_Hour_OT'],
    label[for='Start_Minute_OT'] {
        width: 65px;
    }

    #numOfOTHours,
    #Start_OT {
        width: 120px !important;
    }

    .clock-right {
        text-align: left !important;
        padding-bottom: 10px;
    }

    .clock-right-ot {
        padding-left: 0px !important;
    }

    .btn-clock-ot {
        float: left !important;
    }

    .mar320pxT10 {
        margin-top: 5px;
    }

    .calendar-subordinate {
        margin: 0px !important;
    }

    #select_department {
        width: auto;
    }

    .calendar-subordinate .form-group {
        margin-bottom: 0px;
    }

    .text-justify-sm {
        text-align: justify;
    }
}


/* Hint.css - v1.2.1 - 2013-03-24
* http://kushagragour.in/lab/hint/
* Copyright (c) 2013 Kushagra Gour; Licensed MIT */

/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/

/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 * 
 * Classes added:
 * 	1) hint
 */
.hint, [data-hint] {
    display: inline-block;
    position: relative;
}

    .hint:before, .hint:after,
    [data-hint]:before, [data-hint]:after {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        pointer-events: none;
        /*-webkit-transition: .2s cubic-bezier(.3, 1.5, .6, 1);
			transition: .2s cubic-bezier(.3, 1.5, .6, 1);*/
        z-index: 1000;
    }

    .hint:hover:before, .hint:hover:after,
    [data-hint]:hover:before, [data-hint]:hover:after {
        opacity: 1;
        visibility: visible;
    }

    .hint:before,
    [data-hint]:before {
        background: transparent;
        border: 4px solid transparent;
        content: '';
        position: absolute;
        z-index: 10001;
    }

    .hint:after,
    [data-hint]:after {
        content: attr(data-hint);
        background: #222;
        border-radius: 2px;
        color: #FFF;
        padding: 7px 10px;
        font-size: 12px;
        line-height: 1.1;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        white-space: pre;
        word-wrap: break-word;
    }

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 * 
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * top tooltip
 */
.hint-top:before,
.hint-top:after {
    bottom: 99%;
    right: 50%;
}

.hint-top:after {
    margin-bottom: 8px;
    -webkit-transform: translate(50%, 40%);
    transform: translate(50%, 40%);
}

.hint-top:before {
    border-top: 5px solid #222;
    margin: 0 -5px -1px 0;
}

.hint-top:hover:after {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}
/**
 * right tooltip
 */
.hint-right:before,
.hint-right:after {
    left: 100%;
    bottom: 50%;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.hint-right:before {
    border-right: 4px solid #222;
    margin: 0 0 -4px -2px;
}

.hint-right:after {
    margin-left: 6px;
    margin-bottom: -14px;
}

.hint-right:hover:before, .hint-right:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/**
 * left tooltip
 */
.hint-left:before, .hint-left:after {
    right: 100%;
    bottom: 50%;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
}

.hint-left:before {
    border-left: 4px solid #222;
    margin: 0 -8px -4px 0;
}

.hint-left:after {
    margin-bottom: -14px;
}

.hint-left:hover:before, .hint-left:hover:after {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

/**
 * bottom tooltip
 */
/*.hint-bottom:before {
  border-bottom: 4px solid #222;
  margin:-8px 0 0 50%;
}
.hint-bottom:after {
    margin-left: -50%
}
.hint-bottom:before,
.hint-bottom:after {
    top: 100%;
    left: -50%;
}
.hint-bottom:hover:before,
.hint-bottom:hover:after {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
}*/


/*---------------------------------------------
  Retina display x2+
  ---------------------------------------------*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
    .flag,
    .xicon,
    input.calendar,
    .cart_block,
    .detail_block {
        background-image: url(/images/icons/icon_3x.png);
        background-repeat: no-repeat;
        background-size: 30px auto;
    }

    /*-----------------------
      File uploader
     -----------------------*/
    /* Excel */
    .file_info.xlsx {
        background-position: 0 -15px;
        background-size: 16px auto;
    }
}

/*---------------------------------------------
  Chrome only
  ---------------------------------------------*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .xselect.small > select {
        padding-right: 18px;
    }
}


@media only screen and (min-device-width: 640px) and (max-device-width: 740px) and (orientation: landscape) {
    .calendar-subordinate {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        margin-top: 0px;
    }

        .calendar-subordinate .marL15 {
            margin-left: 0;
        }

        .calendar-subordinate .form-group {
            margin-bottom: 0;
        }
}

/*---------------------------------------------
  Custom font-family
  ---------------------------------------------*/
.font-code {
    font-family: Courier New, Courier, monospace
}


/*---------------------------------------------
  SELECT 2
  ---------------------------------------------*/

.select2-min-width-drop {
    width: 320px !important;
}

.select2-form-control-left {
    text-align: left;
}

/*---------------------------------------------
  DASHBOARD
  ---------------------------------------------*/
#upcoming-request-list, #upcoming-holiday-list {
    margin-bottom: 0px;
}

    #upcoming-request-list > .list-group-item:first-child {
        font-weight: 400;
        font-size: 15px;
        /*color: #e12a25;*/
        color: #555;
    }

    #upcoming-request-list > .list-group-item {
        border: none;
        padding: 3px 7px;
    }

        #upcoming-request-list > .list-group-item a {
            width: 120px;
            display: inline-block;
        }

    #upcoming-holiday-list > .list-group-item:first-child {
        font-weight: 400;
        font-size: 15px;
        color: #555;
    }

    #upcoming-holiday-list > .list-group-item {
        border: none;
        padding: 5px 10px;
    }

.upcoming-text-item {
    font-size: 14px;
    color: #777;
}

.upcoming-text-caption {
    font-weight: bold;
    color: #777;
}

.font-size13 {
    font-size: 13px;
}

.crop-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.hide-button {
    float: right;
    margin-top: -13px;
    font-size: 11px;
    font-family: helvetica;
    color: #e12a25;
    display: none;
}

#upcoming_leave_grid:hover {
    opacity: 1;
}

    #upcoming_leave_grid:hover .x {
        border-radius: 0 3px 0 0;
        border: 15px dashed transparent;
        border-top: 15px solid #e12a25;
        border-right: 15px solid #e12a25;
        color: #333;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 0;
        width: 0;
        z-index: 20;
        cursor: pointer;
    }

#upcoming_leave_grid .x:after {
    content: '\00D7';
    color: #fff;
    font-size: 20px;
    line-height: 0;
    display: inline-block;
    padding: -40px 0 0;
    position: absolute;
    top: -8px;
    right: -12px;
}

.item-dashboard-width {
    width: 80%;
    vertical-align: text-top;
}

.ot-info {
    font-size: 20px;
    color: #555;
    font-weight: 300;
}

    .ot-info.text-bold {
        font-weight: 400;
    }


.ot-counter {
    font-size: 20px;
    font-weight: 300;
}

    .ot-counter.ot-warning {
        padding: 2px 5px 4px 5px;
        background: #ccc;
        border-radius: 3px;
    }


.next-ot-counter {
    font-size: 30px;
    font-weight: 300;
}

    .next-ot-counter.ot-warning {
        padding: 2px 5px 4px 5px;
        background: #ccc;
        border-radius: 3px;
    }

.ot-overtime {
    color: #259b24;
}

.clock-icon {
    font-size: 13px;
    color: #555;
}

.clock-text-small {
    font-size: 15px;
    color: #555;
    font-weight: 300;
}

    .clock-text-small span.approve {
        color: #5cb85c;
        font-weight: 500;
    }

    .clock-text-small span.pending {
        color: #f0ad4e;
        font-weight: 500;
    }

.text-custom {
    color: #e12a25;
}

.text-normal {
    font-weight: normal !important;
}

.clock-text {
    font-size: 19px;
    color: #555;
    font-weight: 300;
}

.clock-text-bold {
    font-weight: 400;
}

.clock-text-title {
    font-size: 13px;
    color: #555;
    font-weight: 400;
}

.clock-shift-title {
    font-size: 15px;
    color: #555;
    font-weight: 400;
}

.clock-text-title-bold {
    font-weight: 400;
}

.clock-text-message {
    font-size: 15px;
    color: #555;
    font-weight: 300;
}

.text-popup-caption {
    font-size: 19px;
    font-weight: 300;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.w52 {
    width: 52%;
}

.w12px {
    width: 12px;
}

.w15px {
    width: 15px;
}

.w25px {
    width: 25px;
}

.w32px {
    width: 32px;
}

.w35px {
    width: 35px;
}

.w40px {
    width: 40px;
}

.w45px {
    width: 45px;
}


.w50px {
    width: 50px;
}

.w60px {
    width: 60px;
}

.w75px {
    width: 75px;
}

.w90px {
    width: 90px;
}

.w100px {
    width: 100px !important;
}

.w120px {
    width: 120px;
}

.w150px {
    width: 150px !important;
}

.w190px {
    width: 190px;
}


.w200px {
    width: 200px;
}

.w220px {
    width: 220px;
}

.w300px {
    width: 300px;
}

.w320px {
    width: 320px;
}

.w350px {
    width: 350px;
}

.h130 {
    height: 130px;
}

.padL45 {
    padding-left: 45px !important;
}

.padLR0 {
    padding-left: 0px;
    padding-right: 0px;
}

.clock-right {
    text-align: right;
    padding-right: 12px;
}

.btn-clock-ot {
    float: right;
}

.ot-label-container {
    padding: 10px 0;
}

.ot-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 108%;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-style-1 {
    display: inline;
    padding: .1em .4em .3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.clock-detail-type {
    font-size: 16px;
    font-weight: 300;
    color: #555;
}

.clock-detail-date {
    font-size: 16px;
    font-weight: 420;
    color: #555;
}
/*---------------------------------------------
  FULLCALENDAR
  ---------------------------------------------*/
.fc-event {
    cursor: pointer;
}

/*-----------------------
  EMPLOYEE SUBMIT OT REQUEST
 -----------------------*/

#Start_OT {
    float: left;
    width: 150px;
}

    #Start_OT.normal {
        float: none;
        width: 100%;
        background-position: 102.5% -57px;
        transition: width .6s ease-in;
    }

label[for='Start_Hour_OT'],
label[for='Start_Minute_OT'] {
    float: left;
    margin-left: 5px;
    width: 80px;
}

label[for='End_Hour_OT'],
label[for='End_Minute_OT'] {
    float: left;
    margin-left: 5px;
    width: 80px;
}

#numOfOTHours {
    float: left;
    width: 150px;
}

#numOfOTMinutes {
    float: left;
    width: 165px;
    margin-left: 5px;
}


/*TAPhoto CSS*/
.profile-pic {
    position: relative;
    display: inline-block;
}

    .profile-pic:hover .remove
    /*.profile-pic:hover .image-text,
    .profile-pic:hover .image-text-no-gps */ {
        display: block;
    }

.remove {
    padding-top: 3px;
    padding-right: 5px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

    .remove a {
        color: #e12a25;
    }

.profile-pic img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 8px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.profile-pic:hover img {
    box-shadow: 0 4px 8px 0 #b59f9f, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.profile-pic .no-gps {
    box-shadow: none;
    /*box-shadow: 0 4px 8px 0 #e12a25, 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    /*box-shadow: 0 4px 8px 0 #b59f9f, 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.image-text {
    /*background-color: #dff0d8;*/
    color: #555;
    font-size: 12px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0px;
    display: block;
}

.image-status {
    font-size: 13px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 2px;
    display: block;
}


.image-taken {
    font-size: 13px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 2px;
    display: block;
    padding-left: 70px;
    color: #555;
}

.image-text-no-gps {
    /*background-color: #e11b1e;*/
    color: white;
    font-size: 11px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0px;
    display: block;
}


.plus-image {
    display: inline-block;
    width: 250px;
    height: 370px;
    background: linear-gradient(#259b24, #259b24), linear-gradient(#259b24, #259b24), #fff;
    background-position: center;
    background-size: 40% 7px, 7px 30%;
    background-repeat: no-repeat;
    border: 1px dotted #ddd;
}

.photo-frame {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 380px;
    border: 2px dashed #ddd;
   
}

.photo-action{
    margin-top:50px;
}
.photo-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    font-size: 20px;
    color: #555;
    font-weight: 300
}

.photo-or {
    font-size: 12px;
    color: #555;
    font-weight: 300
}

.zoom_out {
    cursor: pointer;
}

.no-gps {
    color: #e12a25;
}

.gps-default {
    color: #777;
}

.gps-invalid {
    color: #e12a25;
}

.gps-valid {
    color: #259b24;
}

.loc-text-size {
    font-size: 12px;
}

.ip-display {
    color: #777;
    font-size: 12px;
    margin-left: 2px;
}

.correct-area .glyphicon-map-marker {
    color: #259b24;
}

.incorrect-area:hover {
    cursor: pointer;
}

.incorrect-area .glyphicon-map-marker {
    color: #e12a25;
}
/*Override  bootstrap*/
/*.carousel-caption {
    top: 20px !important;
    bottom: 0px !important;
}*/
.carousel-indicators {
    bottom: 35px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

.carousel-control {
    color: #e12a25;
}

    .carousel-control:hover {
        color: #e12a25;
    }

    .carousel-control:focus {
        color: #e12a25;
    }
/* Start Hover slide */
.imgHover *,
.imgHover *:before,
.imgHover *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.imgHover:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.imgHover img {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
}

.imgHover .iconsHover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgHover a {
    margin: 2px;
    opacity: 0;
}

    .imgHover a i {
        display: block;
        font-size: 23.52941176px;
        line-height: 30px;
        width: 30px;
        /*background-color: #ffffff;*/
        text-align: center;
        /*color: #000000;*/
        color: #e12a25;
    }

        .imgHover a i:hover {
            /*background-color: #000000;*/
            /*color: #ffffff;*/
            cursor: pointer;
        }

    .imgHover a:first-of-type {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .imgHover a:last-of-type {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

.imgHover:hover:before,
.imgHover.hover:before {
    opacity: 0.5;
}

.imgHover:hover a,
.imgHover.hover a {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    text-decoration: none;
}
/* End Hover slide */


.ta-setting-info {
    width: 10em;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.timelog-detail-name {
    width: 300px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .timelog-detail-name span {
        font-size: 14px;
        font-weight: 400;
    }

        .timelog-detail-name span.text {
            color: #555;
        }

.timelog-detail span.back {
    font-size: 10px;
}

.back-to-detail {
    text-align: right;
}

.timelog-detail {
    width: 120px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .timelog-detail span {
        font-size: 14px;
        font-weight: 400;
    }

        .timelog-detail span.text {
            color: #555;
        }

        .timelog-detail span.approve {
            color: #5cb85c;
            font-weight: 500;
        }

        .timelog-detail span.pending {
            color: #f0ad4e;
            font-weight: 500;
        }

        .timelog-detail span.reject {
            color: #d9534f;
            font-weight: 500;
        }

        .timelog-detail span.status {
            display: inline;
            padding: .1em .4em .3em;
            line-height: 1;
            color: #fff;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: .25em !important;
        }

.clock-icon {
    color: #555;
    margin-top: 2px;
    font-size: 13px;
}

.photo-clockin {
    background: #5cb85c;
    border-radius: .25em;
    padding-left: 2px;
    color: #fff;
}

.photo-clockout {
    background: #888;
    border-radius: .25em;
    padding-left: 2px;
    color: #fff;
}

.clock-text-size {
    font-size: 25px;
}

.label-success.title {
    font-weight: 300;
}

.text-size-error {
    font-size: 20px;
    font-weight: 300;
}

.text-warning {
    color: #f0ad4e;
}

.clockin-result {
    background: #ffc107;
    border-radius: .25em;
    padding-left: 2px;
    color: #fff;
    float: left;
}

.clockout-result {
    background: #888;
    border-radius: .25em;
    padding-left: 2px;
    color: #fff;
    float: left;
}

.clocktotal-result {
    background: #5cb85c;
    border-radius: .25em;
    padding: 0px 2px 2px 0px;
    color: #fff;
    float: left;
}

.clock-text-result {
    font-size: 20px;
    color: #555;
    font-weight: 300;
}

.clock-text-label {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.label-upcoming-ot {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label-upcoming-ot.weekday {
        background: #03a9f4;
    }

    .label-upcoming-ot.weekend {
        background: #2196f3;
    }

    .label-upcoming-ot.holiday {
        background: #4caf50;
    }

.no_underline {
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100px;
    white-space: nowrap;
}

    .no_underline:hover {
        text-decoration: none;
    }

    .no_underline:visited {
        text-decoration: none;
    }

    .no_underline:active {
        text-decoration: none;
    }
/*
    LOADING DASHBOARD
<div id="loadingTA">
	<div id="loadingTA_1" class="loadingTA"></div>
	<div id="loadingTA_2" class="loadingTA"></div>
	<div id="loadingTA_3" class="loadingTA"></div>
	<div id="loadingTA_4" class="loadingTA"></div>
	<div id="loadingTA_5" class="loadingTA"></div>
	<div id="loadingTA_6" class="loadingTA"></div>
	<div id="loadingTA_7" class="loadingTA"></div>
	<div id="loadingTA_8" class="loadingTA"></div>
</div>

*/
#loadingTA {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
}

.loadingTA {
    position: absolute;
    top: 0;
    background-color: rgb(230,92,89);
    width: 28px;
    height: 28px;
    animation-name: bounce_loadingTA;
    -o-animation-name: bounce_loadingTA;
    -ms-animation-name: bounce_loadingTA;
    -webkit-animation-name: bounce_loadingTA;
    -moz-animation-name: bounce_loadingTA;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#loadingTA_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#loadingTA_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#loadingTA_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#loadingTA_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#loadingTA_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#loadingTA_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#loadingTA_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#loadingTA_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}



@keyframes bounce_loadingTA {
    0% {
        transform: scale(1);
        background-color: rgb(225,43,37);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes bounce_loadingTA {
    0% {
        -o-transform: scale(1);
        background-color: rgb(225,43,37);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes bounce_loadingTA {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(225,43,37);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_loadingTA {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(225,43,37);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes bounce_loadingTA {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(225,43,37);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .row.is-flex > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
/*CALENDAR SUBORDINATE*/
.calendar-subordinate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .calendar-subordinate .form-group {
        margin-bottom: 0px;
    }

#view_subordinate > label {
    padding-left: 5px !important;
}

.fc-sat, .fc-sun {
    background-color: #f3f3f3;
}

.report-balance-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
}

#active-policy-text > span,
#active-employee-text > span {
    padding-left: 25px !important;
}



/*Attachment*/

.attachment-file {
    visibility: hidden;
}

.list-attachment {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

#attach-files {
    margin-bottom: 0px;
}

    #attach-files > .list-group-item:first-child {
        font-weight: 400;
        font-size: 15px;
        color: #555;
    }

    #attach-files > .list-group-item {
        border: none;
        padding: 3px 7px;
    }

        #attach-files > .list-group-item a {
            width: 300px;
            display: inline-block;
        }

#download-attachment > .list-group {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #download-attachment > .list-group .list-group-item {
        border: none;
        padding: 3px 0px 10px;
    }

#detail-attachment > .list-group {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #detail-attachment > .list-group .list-group-item {
        border: none;
        padding: 3px 5px 10px 5px;
        background-color: #f9f9f9;
    }

        #detail-attachment > .list-group .list-group-item.bgwhite {
            background-color: #fff;
        }

/*CUSTOM BADGE*/
.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.badge-danger {
    background-color: #b94a48;
}

    .badge-danger:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }


.progress-upload {
    display: flex;
    height: 3px;
    overflow: hidden;
    background-color: #e9ecef;
    left: 0px !important;
    margin-top: -15px;
}

.progress-upload-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #28a745;
    transition: width .6s ease;
}



span.field-icon {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    right: 0.5rem;
    top: 1rem;
    color: $input-label-color;
    z-index: 2;
}

.input-group .form-control.clear-position {
    position: unset;
}

.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/*Begin employee tree view*/
.back-to-top {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top::after {
        font-family: "Glyphicons Halflings";
        content: "\e113";
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    .back-to-top:hover {
        cursor: pointer;
        background-color: #333;
        text-decoration: none;
    }

    .back-to-top:active {
        background-color: #555;
    }

#treeView h3 {
    font-weight: 300;
    color: #e12a25;
}

#employee_grid_search .list-group-item,
#tree .list-group-item {
    cursor: pointer;
}

    #employee_grid_search .list-group-item:hover,
    #tree .list-group-item:hover {
        background-color: #F5F5F5;
    }


#scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #eee;
}

.scrollbar {
    float: left;
    height: 70vh;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
    width: 350px;
    min-width: 300px;
}

.force-overflow {
    min-height: 300px;
}

#wrapper-tree {
    width: 100%;
    margin: auto;
}

.treeview .list-group-item {
    border: none;
    margin-bottom: 0;
}

#treeView #employee_search_form {
    display: flex;
    flex-direction: row;
}

    #treeView #employee_search_form .form-group:nth-child(1) {
        flex-grow: 1;
    }

#treeView #search-treeview {
    width: 98%;
}
/* End employee tree view*/

/* Employee detail*/
#employee-detail > h3 {
    display: none;
}

#employee-detail >
.row > .col-md-12 >
h3 {
    color: #e12a25;
    font-weight: 300;
}


.selected_payslip_item {
    background-color: #4e6cef;
}

    .selected_payslip_item > .crop-text > a {
        color: #fff;
    }

.fullscreen {
    height: 100vh;
    position: relative;
}

.fullscreen50 {
    height: 50vh;
    position: relative;
}

.fullscreen40 {
    height: 40vh;
    position: relative;
}

.middle_screen {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.flex-row {
    display: flex;
    flex-direction: row;
}

    .flex-row > .flex60 {
        flex: 60%;
    }

    .flex-row > .flex40 {
        flex: 40%;
    }

    .flex-row > .flex20 {
        flex: 20%;
    }

    .flex-row > select {
        margin-left: 10px;
    }

.loading-photo {
    width: 250px;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.load-photo-container {
    width: 250px !important;
    height: 370px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

    .load-photo-container .position {
        position: unset !important;
    }

.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

/*TA Camera*/
#divWebcam, #divUpload {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


#imgCapture{
    width:320px;
    height:240px;
}

.divUploadButton {
    display: flex;
    justify-content: center;
    align-items: center;    
}

.list-photo-container{
    display:flex;
    justify-content:center;
    align-items: center;
    flex-direction:column;
}

/*Policy Description*/
.policyDesc:hover {
    cursor: pointer;
    background: #eee;
}


/*Search Form*/
.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    /*align-items: center;*/
    flex-wrap: wrap;
    grid-gap: 5px;
    -webkit-align-items: center;
}