﻿body {
    /* background: #f5f5f5; */
}

.holder {
    background: url(../../img/contentBg/SovicoLogin.jpg) no-repeat;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.holder2 {
    background: url(../../img/contentBg/SovicoLogin.jpg) no-repeat;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.logoHolder {
    float: left;
    width: 350px;
}

.logo {
    float: left;
    width: 100px;
    height: 35px;
    margin: 5px 0 0 25px;
    background: url(../../img/logo/logo4.png) no-repeat;
}

.logoHome {
    float: left;
    width: 150px;
    height: 30px;
    margin: 0px 0 0 10px;
    background: url(../../img/logo/logoHP4.png) no-repeat;
}

.slogan {
    position: absolute;
    top: 40px;
    left: 25px;
    width: 100px;
    height: 20px;
}

    .slogan span {
        width: 100px;
        height: 20px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #ea6b00;
        font-weight: bold;
        font-size: 9px;
    }

.productNameHolder {
    float: left;
    width: 580px;
}

.productName {
    height: 70px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 40px 0 10px;
    color: #326f70;
    font-size: 20px;
    font-weight: bold;
}

.header.homePage .productName {
    height: 30px;
}

.empHolder {
    float: right;
    position: relative;
    width: 680px;
    height: 55px;
}

    .empHolder .Email_Name_AcCount {
        height: 55px;
        display: block;
        float: right;
        font-size: 15px;
        color: black;
    }

    .empHolder .Approve {
        height: 30px;
        display: block;
        padding-right: 15px;
        float: right;
        padding-top: 15px;
    }

.empImgHolder {
    z-index: 10;
    margin-top: 3px;
    height: 50px;
    max-width: 100px;
    float: right;
    padding-right: 10px;
}

.empImg {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: solid 1px #ababab;
}

    .empImg img {
        border-radius: 50px;
    }

.btnExitHolder {
    z-index: 11;
    margin-top: 10px;
    margin-right: -55px;
    width: 20px;
    height: 20px;
    float: right;
}

a.btnExit {
    background: url(../../img/btnExit.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

a.vnIcon {
    background: url(../../img/vnIcon.png) no-repeat;
    width: 25px;
    height: 17px;
    display: block;
    float: left;
    margin: 10px 10px 0 0;
}

a.enIcon {
    background: url(../../img/enIcon.png) no-repeat;
    width: 25px;
    height: 17px;
    display: block;
    float: left;
    margin: 10px 10px 0 0;
}

a.cnIcon {
    background: url(../../img/cnIcon.png) no-repeat;
    width: 25px;
    height: 17px;
    display: block;
    float: left;
    margin: 10px 10px 0 0;
}


a.btnExit:hover {
    background: url(../../img/btnExitHover.png) no-repeat;
}

.btnExit {
    background: url(../../img/btnExit.png) no-repeat;
    width: 20px;
    height: 20px;
}

    .btnExit:hover {
        background: url(../../img/btnExitHover.png) no-repeat;
    }

/**Main Menu**/

.mainMenuHolder {
    /*cursor: pointer;*/
	height:100%;
}

ul.mainMenu {
    list-style: none;
   
}

.mainMenuLoader.pin ul.mainMenu {
    margin: 0 0 5px 0;
    height: 30px;
    border-radius: 0;
}

ul.mainMenu li {
    position: relative;
    text-align: center;
    width: 100%;
}

    ul.mainMenu li a:link, ul.mainMenu li a:visited {
        color: #444444;
    }

    ul.mainMenu li a {
        text-align: center;
        display: inline-block;
    }

        ul.mainMenu li a span {
            display: inline-block;
            margin-top: -3pt;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 14px;
        }

    ul.mainMenu li .mainMenuItem {
        width: 150px;
        height: 140px;
        float: left;
        margin: 14px;
        text-align: center;
        border-radius: 4px;
		margin-right: 75px;
    }

    ul.mainMenu li .mainMenuItemText {
        background-color: #367acf;
        width: 150px;
        height: 30px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding: 15px;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
    }

    ul.mainMenu li .mainMenuItemIcon {
        width: 215px;
        height: 100px;
        display: inline-block;
        margin: auto;
        padding-top: 105px;
        text-align: justify;
        filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.15));
		text-align: center;
		border-radius:20px
    }
	
	
.module-name-en{
	/* position: absolute; */
    top: 125px;
    left: 0%;
	text-decoration: none;
    width: 100%;
}

.cssHomeRE-en {
	left: 0%;
}

/*Nhân sự*/
ul.mainMenu.small li .mainMenuItemIcon.cssHomeHR {
    background: url(../../img/SVG/humanResourcesIcon.png) no-repeat;
    background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

/*Thôi việc*/
ul.mainMenu.small li .mainMenuItemIcon.cssHomeTER {
    background: url(../../img/SVG/terminationIcon.png) no-repeat;
   background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

/*Chấm công*/
ul.mainMenu.small li .mainMenuItemIcon.cssHomeTMS {
    background: url(../../img/SVG/timekeepingIcon.png) no-repeat;
   background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

/*Lương*/
ul.mainMenu.small li .mainMenuItemIcon.cssHomePR {
    background: url(../../img/SVG/payrollIcon.png) no-repeat;
     background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

/*Thưởng*/
ul.mainMenu.small li .mainMenuItemIcon.cssHomeAW {
    background: url(../../img/SVG/awardIcon.png) no-repeat;
    background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

/*Thuế*/
ul.mainMenu.small li .mainMenuItemIcon.cssHomePIT {
    background: url(../../img/SVG/PITIcon.png) no-repeat;
    background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

ul.mainMenu.small li .mainMenuItemIcon.cssHomeRE {
    background: url(../../img/SVG/recruitmentIcon.png) no-repeat;
     background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

ul.mainMenu.small li .mainMenuItemIcon.cssHomeTR {
    background: url(../../img/SVG/trainingIcon.png) no-repeat;
     background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

ul.mainMenu.small li .mainMenuItemIcon.cssHomeSI {
    background: url(../../img/SVG/insuranceIcon.png) no-repeat;
    background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

ul.mainMenu.small li .mainMenuItemIcon.cssHomeAPP {
    background: url(../../img/SVG/appraisalIcon.png) no-repeat;
   background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

ul.mainMenu.small li .mainMenuItemIcon.cssHomeIS {
    background: url(../../img/SVG/issueIcon.png) no-repeat;
     background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

ul.mainMenu.small li .mainMenuItemIcon.cssHomeSYS {
    background: url(../../img/SVG/systemIcon.png) no-repeat;
     background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

ul.mainMenu.small li .mainMenuItemIcon.cssHomeNew {
    background: url(../../img/SVG/essIcon.png) no-repeat;
    background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

ul.mainMenu.small li .mainMenuItemIcon.cssHomeADM {
    background: url(../../img/menuIcon/menuIcon_moi/HieuSuat.png) no-repeat;
    background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

ul.mainMenu.small li .mainMenuItemIcon.cssHomeINT {
    background: url(../../img/menuIcon/menuIcon_moi/TichHop.png) no-repeat;
     background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

ul.mainMenu.small li .mainMenuItemIcon.cssHomeMOBI {
    background: url(../../img/menuIcon/menuIcon_moi/HeThong.png) no-repeat;
    background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

/*PhuongNH47: 25/05/2021*/
ul.mainMenu.small li .mainMenuItemIcon.cssHomeMGT {
    background: url(../../img/SVG/managerAreaIcon.png) no-repeat;
    background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

/*PhuongNH47: 25/05/2021*/
ul.mainMenu.small li .mainMenuItemIcon.cssHomePWH {
    background: url(../../img/SVG/PowerHome.png) no-repeat;
    background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

ul.mainMenu.small li .mainMenuItemIcon.cssHomePM {
    background: url(../../img/SVG/PMHome.png) no-repeat;
    background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

ul.mainMenu.small li .mainMenuItemIcon.cssHomeCMS {
    background: url(../../img/SVG/CMSHome.png) no-repeat;
    background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

ul.mainMenu.small li .mainMenuItemIcon.cssHomeSP {
    background: url(../../img/SVG/SPHome.png) no-repeat;
    background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

ul.mainMenu.small li .mainMenuItemIcon.cssHomePDP {
    background: url(../../img/SVG/PDPHome.png) no-repeat;
    background-position: 50% 25%;
	background-size:80px;
	font-weight: bold;
}

    ul.mainMenu.small li .mainMenuItemIcon.cssHomeHR:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeTER:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeTMS:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomePR:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeAW:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomePIT:hover,    
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeTR:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeSI:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeAPP:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeIS:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeSYS:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeNew:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeADM:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeINT:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeMOBI:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeMGT:hover,
	ul.mainMenu.small li .mainMenuItemIcon.cssHomePWH:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomePM:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeCMS:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomeSP:hover,
    ul.mainMenu.small li .mainMenuItemIcon.cssHomePDP:hover,
	ul.mainMenu.small li a:hover	{
        /* box-shadow: 0 0 20px #FFC20E;  */
        transition: all 0.5s ease;
        background-position: 50% 40%;
		color:#F56600;
    }
	
	ul.mainMenu.small li .mainMenuItemIcon.cssHomeRE:hover {
		transition: all 0.5s ease;
        background-position: 50% 40%;
        /* box-shadow: 0 0 20px #FFC20E;  */
		color:#F56600;
	}

/**End**/
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: none;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/**ActiveCode.aspx*/
.activeHolder {
    width: 694px;
    background: #ffffff;
    margin: 20px auto 30px auto;
    padding: 50px 50px 20px 50px;
    color: #535353;
}

.activeContent {
    float: left;
}

.activeTitle,
.activeNote {
    float: left;
    font-weight: bold;
    width: 100%;
    color: #00a782;
}

    .activeTitle span {
        font-size: 22px;
        width: 500px;
        height: 30px;
        vertical-align: middle;
        text-align: left;
        display: table-cell;
        color: #e05b02;
    }

.activeNote {
    margin: 0 0 20px 0;
}

    .activeNote span {
        font-size: 14px;
        width: 600px;
        height: 20px;
        vertical-align: middle;
        text-align: left;
        display: table-cell;
    }

.activeLine,
.activeLabel,
.activeControl {
    float: left;
}

.activeLine {
    width: 100%;
    margin: 0 0 5px 0;
}

.activeLabel span {
    width: 120px;
    height: 30px;
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
}

.activeControl input {
    width: 470px;
    height: 30px;
    border: solid 1px #a5a5a5;
}

.activeControl textarea {
    width: 470px;
    height: 50px;
    border: solid 1px #a5a5a5;
}

.activeLine a {
    text-decoration: none;
}
/**End**/

.SessionExpired_1 {
    width: 60%;
    background-color: white;
    border: #969696 solid 1px;
    height: 250px;
    margin: auto;
    margin-top: 30px;
    color: #029898;
    text-align: center;
}

.SessionExpired_2 input[type='button'].languageItem {
    width: 25px;
    height: 17px;
    float: left;
    margin: 10px 10px 0 0;
    outline: none;
    border: none;
    padding-left: 10px;
}

.badge-danger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0.5px 5px;
    position: absolute;
    /*width: 17px; ThoLD6: Rem đoạn này lại để số lớn ko bị vỡ*/
	min-width: 17px;
    height: 17px;
    right: -3px;
    top: calc(50% - 25px/2 - 3.5px);
    background: #EB2629;
}

.top-menu .dropdown-toggle::after {
    content: none;
}

.FooterIcons {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: fixed;
    bottom: 79px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 18px;
        text-decoration: none;
        color: #212B36;
        ;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover, .sidenav .closebtn span:hover {
            color: #ffffff;
            background: #F48431;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 30px;
        width: 100%;
        /* right: 25px; */
        /* font-size: 36px;  */
        /* margin-left: 50px; */
    }

        .sidenav .closebtn span {
            font-size: 14px;
            position: absolute;
            top: 9px;
            left: 40px;
            color: #B6BEC8;
        }

.form-group .quickLink {
    padding: initial;
}

.FooterHome img {
    width: 100%;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}

    .site-footer hr.small {
        margin: 20px 0;
    }

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer a {
    color: #737373;
}

    .site-footer a:hover {
        color: #3366cc;
        text-decoration: none;
    }

.footer-links {
    padding-left: 0;
    list-style: none;
}

    .footer-links li {
        display: block;
    }

    .footer-links a {
        color: #737373;
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: #3366cc;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block;
    }

.site-footer .social-icons, .site-footer .social-menu-left {
    text-align: center;
}

    .site-footer .social-icons a {
        width: 24px;
        height: 23px;
        line-height: 22px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
    }
	
	.site-footer .social-menu-left a {
        height: 23px;
        line-height: 10px;
        margin-right: 0;
        border-radius: 100%;
    }

.copyright-text {
    margin: 0;
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0;
    }

        .site-footer .copyright-text, .site-footer .social-icons {
            text-align: center;
        }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .social-icons li {
        display: inline-block;
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px;
        }

    .social-icons a {
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
            background-color: #FFDF80;
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px;
    }
	
	.social-menu-left a:hover {
        color: #FFDF80;
    }

    .social-icons a.facebook:hover {
        background-color: #3b5998;
    }

    .social-icons a.twitter:hover {
        background-color: #00aced;
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6;
    }

    .social-icons a.dribbble:hover {
        background-color: #ea4c89;
    }
	
	.social-menu-left {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .social-menu-left li {
        display: inline-block;
		color:#ffffff;
    }

        .social-menu-left li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px;
        }

    .social-menu-left a {
        font-size: 12px; /*MenNT6: 14px -> 12px by 2021/06/02*/
        display: inline-block;
        line-height: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
		color:#ffffff;
    }

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}

.contentFooterLeft {
    padding-top: 6%;
}

.contentFooterRight {
    padding-top: 6%;
}

.cboSearch table, #cboTop1_ChooseLanguage table {
	height:30px;
}

#TLR_Menu_iHRPMenu {
	z-index:5999 !important;
}

/*TungTT83 bổ sung cho nút Đăng xuất*/
.empHolder .divExitHolder {
    height: 30px;
    display: block;
    padding-right: 15px;
    float: right;
    padding-top: 11px;
}

.empHolder .divExitHolder .btn-danger-custom {
    height: 32px;
    width: 110px;
    padding-top: 4px;
    color: #FF4D34;
    font-weight: bold;
    background-color: #FEF0EF;
    border-radius: 4px;
}

.empHolder .divExitHolder .btn-danger-custom:hover {
    background-color: #f5c1be;
}

/*Icon Dropdown-Toggle*/
#header_notification_bar > .dropdown-toggle::after {
    font-size: 1.5rem;
    vertical-align: middle;
}