@font-face {
  font-family: 'Myriad Pro Regular';
  src: url('font/Myriad Pro Regular.woff2') format('woff2'),
       url('font/Myriad Pro Regular.woff') format('woff'),
       url('font/Myriad Pro Regular.ttf')  format('truetype');
}

body {
    overflow: hidden;
    margin: 0;
	padding: 0;
}

body, * {
	font-family: Myriad Pro Regular,Geneva,Tahoma,sans-serif;
}

.header-wrapper {
    background: #841827;
}

.header {
    background: #841827;
    height: 60px;
    display: flex;
    align-items: center;
    width: 1366px;
    margin: 0 auto;
}

.logo-img {
    padding-left: 35px;
}

.header .logo {
	padding-top: 3px;
}

.header-logo-title {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    letter-spacing: 1px;
    line-height: 13px;
    font-size: 14px;
	color: #fff;
}

.header-logo-title span {
    font-weight: 700;
    letter-spacing: 2.2px;
    margin-left: 1px;
}

.header-right-section {
	margin-left: auto;
    margin-right: 43px;
    position: relative;
    z-index: 2;
}

.header-right-section div:first-child {
	display: flex;
    align-items: center;
    color: #fff;
    margin-left: 10px;
}

.user-icon {
	fill: #fff;
    margin-right: 5px;
}

.primary-menu-wrapper {
    box-shadow: 0 1px 4px rgb(0 0 0 / 50%);
    background: #fff;
}

/* Style the tab */
.tab {
  overflow: hidden;
    background: #fff;
    padding-left: 28px;
	height: 48px;
}

.pos-relative { position: relative; }

.user-menu {
	list-style-type: none;
    margin: 0;
    z-index: 3;
    position: absolute;
    top: 31px;
    right: -15px;
    background: #fff;
    padding: 19px 0 8px;
    border-radius: 2px;
    min-width: 200px;
    box-shadow: 0 0 5px 0 #b7babe;
	display: none;
}

.user-menu:after {
	content: "";
    position: absolute;
    top: -9px;
    right: 55px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.user-menu li {
	margin-bottom: 5px;
    display: flex;
}

.user-menu li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	text-decoration: none;
	color: #303030;
}

.user-menu li a:hover {
	color: #841827;
}

.secondary-link {
    white-space: nowrap;
}

.secondary-image {
    padding: 0 12px 0 18px;
    fill: #841827;
	margin-top: 5px;
}

/* Style the buttons inside the tab */
.tab .tab-links {
      background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    height: 48px;
    color: #303030;
    border-bottom: 4px solid transparent;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

/* Change background color of buttons on hover */
.tab .tab-links:hover {
  background: #fff;
  color: #b6000f;
}

/* Create an active/current tablink class */
.tab .tab-links.active span {
    border-bottom: 4px solid #841827;
    padding: 9px 0;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 24px 24px 16px;
    border-top: none;
    position: absolute;
    width: calc(100% - 104px);
    background: #fff;
    border-radius: 4px;
    left: 28px;
    top: 54px;
    z-index: 2;
	max-height: 440px;
    min-height: 200px;
    overflow: auto;
}

.tabcontent h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.overlay {
    z-index: 1;
    background-color: rgba(0,0,0,.7);
    height: calc(100vh - 120px);
    width: 100%;
    display: none;
    position: fixed;
}

#clickbox {
	position: relative;
    max-width: 1366px;
    margin: 0 auto;
}

.main-content-wrapper {
    width: 1276px;
    padding: 20px 40px;
    margin: 0 auto;
    height: calc(100vh - 120px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
	position: relative;
    top: 4px;
	color: #686868;
}

.angle-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    border: none;
    background-color: transparent;
    border-top-right-radius: 4px;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.angle-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 46px solid transparent;
    border-color: transparent transparent #841827;
    border-style: solid;
    border-width: 0 46px 46px;
    transform: rotate(45deg);
    transition: border-color .3s ease;
    top: -8px;
    left: 4px;
    z-index: -1;
    background: #841827;
}

.angle-button-close {
    position: absolute;
    top: 20px;
    right: 28px;
}

.angle-button-close:before {
    transform: rotate(45deg);
}

.angle-button-close:after {
    transform: rotate(135deg);
}
.angle-button:hover:before {
    border-bottom: 46px solid #b6000f;
    background: #b6000f;
}
.angle-button-close:after, .angle-button-close:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    border: none;
    background-color: #fff;
}

.show-overlay {
  display: block;
}

.menu-arrow-first-level {
    padding: 0 5px !important;
    border-bottom: transparent !important;
}

.menu-arrow-first-level > svg {
    transform: rotate(0deg);
	transition: transform .2s linear;
	position: relative;
    top: 2px;
}

.tab-links:hover svg {
    fill: #b6000f;
}

.tab-links.active svg.menu-arrow-icon {
    transform: rotate(180deg);
}

.menu-arrow-second-level {
    position: relative;
    top: 3px;
}

.menu-arrow-second-level > svg {
    transform: rotate(-90deg);
}

.horizontal-menu {
	display: flex;
}

.left-menu { 
	width: 290px;
	position: relative;
}

.left-menu ul, .right-menu ul { 
	list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.left-menu:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    top: -24px;
    bottom: -6px;
    right: 0;
    border-right: 1px solid #d8d8d9;
	min-height: 240px;
}

.horizontal-menu-row,
.horizontal-menu-row2,
.horizontal-menu-row3 {
	display: block;
    line-height: 36px;
    font-weight: 700;
    border-right: 4px solid transparent;
	font-size: 14px;
	cursor: pointer;
}

.horizontal-menu-row:hover,
.horizontal-menu-row2:hover,
.horizontal-menu-row3:hover {
	color: #b6000f !important;
}
.horizontal-menu-row.active,
.horizontal-menu-row2.active,
.horizontal-menu-row3.active  {
	color: #841827;
    border-right-color: #841827;
}

.horizontal-menu-row.active svg,
.horizontal-menu-row2.active svg,
.horizontal-menu-row3.active svg {
    fill: #841827;
}

.horizontal-menu-row:hover svg,
.horizontal-menu-row2:hover svg,
.horizontal-menu-row3:hover svg {
    fill: #b6000f !important;
}

.horizontal-tab-content,
.horizontal-tab-content2,
.horizontal-tab-content3 { 
	display: none;
	position: relative;
}

.horizontal-tab-content:first-child,
.horizontal-tab-content2:first-child,
.horizontal-tab-content3:first-child {
    display: block;
}

.horizontal-tab-content .title a,
.horizontal-tab-content2 .title a,
.horizontal-tab-content3 .title a {
	text-decoration: none;
    color: #303030;
    font-weight: 600;
    line-height: 20px;
}

.horizontal-menu-row a {
    color: #303030;
    text-decoration: none;
    width: 100%;
    display: inline-flex;
}

.horizontal-menu-row:hover a {
    color: #b6000f;
    text-decoration: none;
}

.horizontal-menu-row.active a {
    color: #841827;
    text-decoration: none;
}
.horizontal-menu .left-menu a {
    color: #303030;
    text-decoration: none;
}
.title {
	padding-bottom: 12px;
    font-weight: bold;
}

.title:after {
	content: "";
    display: block;
    left: 0;
    bottom: 0;
    height: 0;
    width: 36px;
    border-bottom: 2px solid #d8d8d9;
}

.right-menu { 
	width: calc(100% - 322px);
	padding: 5px 0 0 15px;
	font-size: 14px;
	color: #303030;
}

.right-menu ul {
    padding-bottom: 30px;
}
.icon-name {
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.flex { display: flex; }
.icon-links-seperator {
    margin: 0 5px;
    font-size: 13px;
}
.sub-links a, .icon-links a {
	cursor: pointer;
    text-decoration: none;
    color: #303030;
	font-size: 14px;
	padding-bottom: 8px;
	display: block;
	width: fit-content;
}

.horizontal-tab-content .title a:hover,
.horizontal-tab-content2 .title a:hover,
.horizontal-tab-content3 .title a:hover,
.sub-links a:hover, .icon-links a:hover {
    color: #841827;
}
.icon-links a:hover {
    text-decoration: underline;
}
.sub-links-sections {
	display: flex;
    flex-wrap: wrap;
}

.sub-links-sections div {
    width: 300px;
}

.menu-icons-list-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.height35px { height: 35px; }
.menu-icons-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 220px;
	padding-bottom: 30px;	
	cursor: default;
}
.hrRequestTabs .menu-icons-list {
    width: 188px;
}
.menu-icons-list:hover div:nth-child(2), .menu-icons-list:hover a {
	color: #841827;
}
.menu-icons-list:hover .menu-icons {
    fill: #303030;
}

.menu-icons-list div:nth-child(2), .menu-icons-list a {
	padding: 5px 20px;
	font-size: 14px;
	color: #303030;
    text-decoration: none;
}
.menu-icons-list a {
    padding: 0;
}
.menu-icons {
    fill: #979797;
    transition: 0.5s;
}

#Holiday, #Dashboard, #TimeCard { display: none !important; }



/* Form Style */

.form-wrapper {
	padding: 20px 20px 0 0;
	margin-bottom: 20px;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
}

.form-item {
	padding: 0 0 20px 20px;
}

.form-label { 
	font-size: 14px;
    color: #303030;
    line-height: 1.5;
    height: 24px;
}

.form-field input[type=text],
.form-field input[type=password],
.form-field select {
	font-size: 14px;
	color: #303030;
}

input[type=text], input[type=password], select {
	color: #000;
	padding: 1px 2px;
	border: 1px solid #ccc;
	border-radius: 4px !important;
	box-sizing: border-box;
    height: 30px;
}

input[type=text], input[type=text]:focus,
input[type=password], input[type=password]:focus { height: 30px; }

input[type=text]:focus, input[type=password]:focus, select:focus {
	border: 1px dashed rgba(226,0,15,1.0) !important;
    outline: none !important;
    padding: 1px 2px;
}

input[type=text], input[type=text]:focus,
input[type=password], input[type=password]:focus {
    padding-left: 5px;
}

.button {
	background: #841827;
	font-size: 16px;
	color: #fff;
	text-indent: 2px;
	border-radius: 4px;
	padding: 6px 12px;
	line-height: 1.5;
	border: 0;
	cursor: pointer;
}

.button:hover {
	background: #b6000f;
}

.signout-image {
    z-index: 2;
    position: relative;
    opacity: 0;
}

.signout-text {
    position: relative;
    left: -57px;
    z-index: 1;
}

#ctl00_lblUserID, #ctl00_ctl00_lblUserID { cursor: pointer; }

.secondary-link.signoutlink {
    width: 57px;
}

.apName {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 20px;
    font-size: 32px;
    color: #fff;
    word-spacing: 10px;
    font-weight: normal;
    z-index: 1;
}

.content_container {
    width: 100%;
    background-color: #fff;
    display: flex;
    height: calc(100vh - 180px);
    overflow-y: auto;
}
.tab-links a {
    color: #303030;
    text-decoration: none;
}
.tab-links a:hover {
    color: #b6000f;
}

/* Forms */
.form-wrapper {
    padding: 20px 20px 0 0;
    width: 100%;
    margin: 0 0 20px 10px;
}

.form-wrapper hr  {
    margin: 0 20px 0 20px;
    border-top: 1px solid #f2f2f2;
}

.form-wrapper fieldset {
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.form-wrapper legend { 
    padding: 0 10px 0px 10px;
    position: relative;
    margin-bottom: 10px;
    top: -5px;
    height: 29px;
    display: flex;
    align-items: center;
    border-bottom: 0;
    border-top-right-radius: 10px;
    font-weight: bold;
    font-size: 14px;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
}

.form-item {
	padding: 0 20px 20px 20px;
    max-width: 150px;
    min-width: 150px;
}

.form-label { 
	font-size: 14px;
    color: #303030;
    line-height: 1.5;
    height: 24px;
}
.form-item .form-label {
    height: 20px;
}
.form-field input[type=text],
.form-field select {
	font-size: 14px;
	color: #303030;
    height: 30px;
}

.form-field input[type=text], .form-field select {
	color: #000;
	padding: 1px 2px;
	border: 1px solid #ccc;
	border-radius: 4px !important;
	box-sizing: border-box;
}

.form-field input[type=text], .form-field input[type=text]:focus,
.form-field input[type=password] { height: 30px; }

.form-field input[type=text]:focus, .form-field select:focus {
	border: 1px dashed rgba(226,0,15,1.0) !important;
    outline: none !important;
    padding: 1px 2px;
}

.form-field input[type=text], .form-field input[type=text]:focus {
    padding-left: 5px;
}

.form-field-value {
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
}

.section1 {
    padding: 0 20px 10px 20px;
    display: flex;
}

.photo {
    margin-right: 15px;
    border: 1px solid #ccc;
    height: 65px;
    width: 65px;
    background: url(Images/no-image.png) no-repeat;
}

.readonly-labels {
    width: 115px;
    display: inline-flex;
}

.form-values { 
    font-size: 14px;
    font-weight: bold;
}
.form-field-value.width300px, .form-field.width300px { min-width: 300px; }
.form-item .form-field select, .form-item .form-field input[type=text] { width: 100%; }
.form-item.textarea {
    min-width: 340px;
}

.form-field textarea {
    min-width: 335px;
    height: 60px;
    resize: none;
    border: 1px solid #cccccc;
    padding: 5px;
}
.form-field textarea:focus {
     border: 1px dashed rgba(226,0,15,1.0) !important;
    outline: none !important;
    padding: 5px;
 }
.form-row-odd, .form-row-even {
    background: #f3f3f3;
    width: 1250px;
    margin-left: 20px;
    padding: 10px 0 0 0;
}
.form-row-even {
    background: #ffffff;
}
.vertical-top { vertical-align: top; }
.width100p { width: 100%; }
.lineH25px {
    line-height: 25px;
}
.access-denied {
    width: 394px;
    margin: 0 auto;
    margin-top: 80px;
    border: 1px solid #841827;
    border-radius: 14px;
    padding-bottom: 15px;
    text-align: center;
}
.errorMsg {
    color: #841827;
    font-weight: bold;
    padding: 20px 0 10px 0;
    font-size: 16px;
}
.access-denied-msg {
    padding: 2px 20px;
}
.errorMsg-sm {
    color: #841827;
    font-weight: bold;
    padding: 0 10px 20px;
    font-size: 14px;
}
.access-denied-msg.bold {
    font-weight: bold;
    padding-top: 10px;
    border-top: 1px dashed #e20100;
    margin-top: 10px;
}
.floatRightM30 {

    margin-right: 20px;
}
.floatRightM30 * {
    margin-left: 3px;
}
.floatRightM30 .seperator {
    position: relative;
    top: -4px;
    left: 3px;
    display: inline-block;
    color: #303030;
    font-size: 16px;
}
.td-seperator {
    height: 1px;
    border: none;
    background-color: #b2b2b2;
    margin-top: 15px;
}

.tablePadding table tr th,
.tablePadding table tr td {

    vertical-align:middle;
}
.policy-tab-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 50px 40px 25px;
    flex-wrap: wrap;
    width: 175px;
}
.policy-tab-items {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.policy-tab-names {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.policy-tab-names a {
    color: #303030;
    text-decoration: none;
}
.policy-tab-names a:hover {
    color: #841827;
    text-decoration: underline;
}
.pdf-section {
    height: 395px;
    overflow: auto;
}
.attendanceInfo-section {
    display: flex;
    justify-content: space-between;
}
.attendanceInfo-left,
.attendanceInfo-right {
    width: 48%;
    padding: 10px;
}
.attendanceInfo-left div:first-child,
.attendanceInfo-right div:first-child {
    border:1px solid #cccccc;
    min-height: 150px;
    margin-bottom:20px;
    border-radius:4px;
}
.attendanceInfo-left div:nth-child(2),
.attendanceInfo-right div:nth-child(2) {
    border:1px solid #cccccc;
    min-height: 350px;
    margin-bottom:20px;
    border-radius:4px;
}
.attendanceInfo-left div:nth-child(3),
.attendanceInfo-right div:nth-child(3) {
    border:1px solid #cccccc;
    min-height: 150px;
    margin-bottom:20px;
    border-radius:4px;
}
.table-red-border {
    border-style: solid;
    border-color: #841827;
    border-width: 1px;
    border-collapse: collapse;
}
.table-red-border .row { 
    background: #841827;
    height: 30px;
}
.table-red-border .middle td { text-align: center; }
.table-red-border .row td { vertical-align: middle; }