﻿.panelblock {
    /*background-color: #fbfbfb;*/
    /*padding: 18px;*/
    border: 1px solid #e6e6e6;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
    margin-bottom: 12px;
}
.panelblock .panelblockbody {
    padding: 18px;
}

.panelblockfooter {
    background-color: #F5F5F5;
    padding: 6px;
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
}

.btn-info:hover {
    background-color: #119c88;
}

.btn-default {
    background-color: #dddddd;
    border-color: #d4d4d4
}

.btn-default:hover {
    background-color: #e5e5e5;
}

.action-icon, .action-icon:hover {
    color: #5f5f5f;
    font-size: 14px;
}

.input-group-addon {
    border-color: #d4d4d4;
    background-color: #dddddd;
    color: #666666;
}


hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {
    /*box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.12);
}

.panelEvent {
    height: 365px;
    overflow-y: auto;
}

@media (max-width: 767px) {
    .panelEvent {
        height: auto !important
    }
}

.profile .profile-data .profile-data-name {
    font-size: 16px;
    margin-bottom: 10px;
}

.text-title {
    font-weight: 500;
    border-bottom: 1px solid #dfdfdf;
    /*margin-bottom: 15px;
    margin-top: 15px;*/
}

.to-top {
    background: #d4d4d4;
    color: #fff;
}

/*.x-navigation > li.xn-logo > a:first-child {
    padding: 5px 10px 15px 15px;
}*/
.x-navigation > li.xn-profile .profile-mini img {
    width: auto;
    border: none;
}
li.xn-profile > a, li.xn-profile > a:hover {
    height: 50px;
    background: #1caf9a !important;
}

.check {
    margin-top: 7px;
}

button i{
    vertical-align:middle;
}

.radio-inline input[type="radio"] {
    margin-top: 4px;
}

/* Background colors */
.bg-custom {
    background-color: #5fbeaa !important;
}

.bg-cusleave {
    background-color: #5fbeaa !important;
}

.bg-primary {
    background-color: #5d9cec !important;
}

.bg-mintcream {
    background-color: darkkhaki !important;
}

.bg-chocolate {
    background-color: chocolate !important;
}

.bg-success {
    background-color: #81c868 !important;
}

.bg-info {
    background-color: #34d3eb !important;
}

.bg-warning {
    background-color: #ffbd4a !important;
}

.bg-danger {
    background-color: #f05050 !important;
}

.bg-muted {
    background-color: #f4f8fb !important;
}

.bg-inverse {
    background-color: #4c5667 !important;
}

.bg-purple {
    background-color: #7266ba !important;
}

.bg-pink {
    background-color: #fb6d9d !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-lightdark {
    background-color: #f4f8fb !important;
}

.bg-brighturquoise {
    background-color: #0099cc !important /*#15e1ea !important;*/
}

.faq-item {
    margin-bottom: 15px;
}


.cardbox {
    margin-bottom: 20px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
    border: none;
    display: table;
    width: 100%;
    height: 110px;
}

.whitecolor {
    background-color: #fff;
    padding: 20px 24px;
}

.redcolor {
    /*background-color: #ef6e6e;*/ /*Red*/
    background-color: #22c6ab; /*Green*/
    padding: 24px;
    transition: all 0.5s ease;
}

.bluecolor {
    /*background-color: #4798e8;*/ /*Blue*/
    background-color: #22c6ab; /*Green*/
    padding: 24px;
    transition: all 0.5s ease;
}

.greencolor {
    background-color: #22c6ab;
    padding: 14px;
    transition: all 0.5s ease;
}

.yellowcolor {
    /*background-color: #f7be4c;*/ /*Yellow*/
    background-color: #22c6ab; /*Green*/
    padding: 24px;
    transition: all 0.5s ease;
}

.redcolor:hover {
    /*background-color: #ea6363;*/ /*Red*/
    background-color: #1bbda2; /*Green*/
}

.bluecolor:hover {
    /*background-color: #3b8edf;*/ /*Blue*/
    background-color: #1bbda2; /*Green*/
}

.greencolor:hover {
    background-color: #1bbda2;
}

.yellowcolor:hover {
    /*background-color: #f3b840;*/ /*Yellow*/
    background-color: #1bbda2; /*Green*/
}

.cardbody {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

    .cardbody .card-title {
        font-size: 18px;
        color: #fff;
    }

    .cardbody .links {
        display: block;
        margin-top: 0px;
        margin-bottom: 0;
        max-height: 36px;
        overflow: hidden;
        line-height: 16px;
    }
    .cardbody .card-links{
        white-space:nowrap;

    }
    .cardbody .card-links a {
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 3px;
        border-left: 1px solid #ffecc6;
        padding-left: 6px;
        color: #fff;
        font-size: 12px;
        color: #fff;
        opacity: 0.9;
    }

        .cardbody .card-links a:first-child {
            border-left: 0;
            padding-left: 0;
        }

        .cardbody .card-links a:hover {
            text-decoration: none;
            opacity: 1;
        }

    .cardbody .media-left {
        padding-right: 20px;
    }

    .cardbody .media-body {
        vertical-align: middle;
        width: 10000px;
    }

.greencolor .media-body {
    vertical-align: top;
    padding-bottom: 8px;
}

    .greencolor .media-body .card-title {
        line-height: 13px;
    }

.greencolor .cardbody {
    vertical-align: top;
}

.cardbox.greencolor, .cardbox.yellowcolor {
    overflow: hidden;
    display: inherit;
}

.payrolltable td {
    padding-right: 10px;
    font-size: 13px;
    color: #fff;
    cursor:pointer;
}

.payrolltable .box_bord {
    border-left: 1px solid #75d8c7;
    padding-left: 10px;
}

.payrolltable p {
    font-weight: 700;
}


.whitecolor .cardbody .card-title {
    font-size: 38px;
    margin-bottom: 5px;
    color: #464646;
    display: block;
    line-height: 100%;
}

.whitecolor .cardbody .tag {
    font-size: 16px;
    /*color: #6d6d6d;*/
}

.whitecolor .cardbody .media-left {
    padding-right: 0;
    vertical-align: middle;
}


.bottom-links {
    box-shadow: -0.707px 0.707px 3px 0px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #464646;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    position: relative;
    transition: color 0.25s ease;
}

    .bottom-links i {
        width: 68px;
        height: 60px;
        float: left;
        margin-right: 10px;
        text-align: center;
    }

    .bottom-links:hover, .bottom-links:focus {
        text-decoration: none;
        color: #464646;
        outline: none;
    }

    .bottom-links::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0px;
        width: 0;
        height: 100%;
        border-bottom: 2px solid #1caf9a;
        transform-origin: left;
        transition: width 0.25s ease;
        z-index: 0;
    }

    .bottom-links:hover::after {
        width: 100%;
    }