﻿@charset "utf-8";
/* CSS Document */

/*.login-logo{
	text-align:center;
	padding:20px 0;
	background-color:#403c6a;
}
.center-vertical .center-content {
	display:block;
    padding:73px 0 100px;
}
.center-vertical.bg-black{
	height:auto;
}*/
#page-title h2 {
    display: inline-block;
}

#page-title .breadcrumb {
    display: inline-block;
    float: right;
}

#page-title .breadcrumb {
    color: #555;
    font-weight: 700;
}

    #page-title .breadcrumb a {
        color: #555;
        font-weight: normal;
    }

        #page-title .breadcrumb a:hover {
            color: #f44336;
        }

#sidebar-menu li .sidebar-submenu ul li:hover {
    background-color: #f44336;
}

footer {
    border-top: solid 1px #ccc;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #eee;
    /*z-index: 9999;*/
}

    footer p {
        text-align: center;
        margin: 10px 0;
        color: #555;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.copyright {
    text-align: left;
    margin-left: 318px;
}

.poweredby {
    text-align: right;
    margin-right: 22px;
}

.sfHover .sf-with-ul {
    background-color: #3d3c4a;
    margin-bottom: -14px;
    margin-left: -10px;
    width: calc(100% + 10px);
}

.login-logo {
    text-align: center;
    padding: 20px 0;
    /*background-color:#403c6a;*/
    background: #1e1e29;
}

.login-bg {
    background-image: url(../../../assets/image-resources/blurred-bg/payroll-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.login-btn {
    background-color: #272634 !important;
    border: none;
    border-radius: 0;
}

#login-form label {
    color: #818080;
}

#login-form i {
    color: #000;
}

.content-box {
    background: rgba(255,255,255,0.8);
}





.mandatory {
    color: #ff0000;
    padding-right: 2px;
}

.custom-tbl {
    border-collapse: collapse;
}

    .custom-tbl th, .custom-tbl td {
        border: solid 1px #b6b6b6 !important;
    }

    .custom-tbl th {
        background-color: #272634 !important;
        color: #fff !important;
    }

    .custom-tbl td {
        padding: 4px 5px !important;
        color: #1b1a24 !important;
    }

.custom-tbl-print {
    border-collapse: collapse;
}

    .custom-tbl-print th, .custom-tbl-print td {
        border: solid 1px #b6b6b6 !important;
    }

    .custom-tbl-print th {
        /*background-color: #272634 !important;*/
        /*color: #fff !important;*/
    }

    .custom-tbl-print td {
        padding: 4px 5px !important;
        color: #1b1a24 !important;
    }

label {
    font-weight: 600 !important;
    color: #767676 !important;
}

.edit-btn-blue {
    background-color: #1a55a7 !important;
    border: solid 1px #1a55a7;
}

    .edit-btn-blue:hover {
        background-color: #143f7c !important;
        border: solid 1px #143f7c;
        box-shadow: none !important;
    }

.btn-cyan {
    background-color: #05a8f1 !important;
    border: solid 1px #05a8f1 !important;
}

    .btn-cyan:hover {
        background-color: #078bc6 !important;
        border: solid 1px #078bc6 !important;
        box-shadow: none !important;
    }

.edit-btn-green {
    background-color: #08d51f !important;
    border: solid 1px #08d51f !important;
}

    .edit-btn-green:hover {
        background-color: #06b119 !important;
        border: solid 1px #06b119 !important;
        box-shadow: none !important;
    }

.delete-btn {
    background-color: #ff0000 !important;
    border: solid 1px #ff0000;
}

    .delete-btn:hover {
        background-color: #e60606 !important;
        border: solid 1px #e60606;
        box-shadow: none !important;
    }

.custom-btn {
    background-color: #272634 !important;
    border: solid 1px #272634 !important;
    color: #fff !important;
}

    .custom-btn:hover {
        background-color: #403c6a !important;
        border: solid 1px #403c6a !important;
        box-shadow: none !important;
    }

.custom-btn-search {
    background-color: #1b9cd4 !important;
    border: solid 1px #1b9cd4 !important;
    color: #fff !important;
}

    .custom-btn-search:hover {
        background-color: #21789d !important;
        border: solid 1px #21789d !important;
        box-shadow: none !important;
    }

.custom-cancel-btn {
    background-color: #ccc !important;
    border: solid 1px #ccc !important;
    color: #000 !important;
}

    .custom-cancel-btn:hover {
        background-color: #e2e0e0 !important;
        border: solid 1px #e2e0e0 !important;
        box-shadow: none !important;
    }

.custom-refresh-btn {
    background-color: #06b119 !important;
    border: solid 1px #06b119 !important;
    color: #fff !important;
}

    .custom-refresh-btn:hover {
        background-color: #08d51f !important;
        border: solid 1px #08d51f !important;
        box-shadow: none !important;
    }

.custom-mt-1 {
    margin-top: 10px;
}

.custom-mt-2 {
    margin-top: 20px;
}

.custom-mt-3 {
    margin-top: 30px;
}

.custom-mt-4 {
    margin-top: 40px;
}

.custom-mt-5 {
    margin-top: 50px;
}

.double-arrow-right {
    font-size: 22px !important;
    margin: 0 3px;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 3px 15px;
    font-size: 14px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.scroll_dropdown {
    position: absolute !important;
    z-index: 999 !important;
    width: 100%;
    max-height: 130px;
    overflow: auto;
}

.bsdatepicker {
    z-index: 9999 !important;
}


.lockscreen-btn {
    background-color: #1d7db4 !important;
    border: solid 1px #1d7db4 !important;
}

.img-bordered-new {
    background-color: #fff;
    border: solid 1px #46c6ff;
    padding: 2px;
}

.lockscreen_password {
    display: block !important;
}

.modal-dialog-new {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -30px;
}

.center-vertical-new {
    top: 250px;
}

.custom-pagination_btn {
    border: solid 1px #272634;
    box-shadow: none !important;
}

    .custom-pagination_btn:hover {
        border: solid 1px #272634;
        background-color: #272634;
        color: #fff;
    }
