[v-cloak] {
    display: none;
}

input{
    outline: none;
}

:root {
    --main-red: #e2211c;
    --white: #ffffff;
}

:root {  
    --main-red: #e2211c;
    --white: #ffffff;
}

html,body,#app,.appChildDiv{
    height: 100%;
    margin: 0;
}

#bottom{
    display: flex;
    flex-direction: row;
    min-height: 100%;
    min-width: 1400px;
    width: 100%;
    height: 100%;
}

/*Login*/

#loginBackGround {
    box-sizing: border-box;
    min-width: 1400px;
    min-height: 900px;
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
}

#backGroundRectangle {
width: 720px;
height: 350px;
margin: 10px 0 0 10px;
left: max(341px,24%);
top: max(269px,30%);
background-color: #e3211c;
position: absolute;
}

#loginForm{
    width: 720px;
    height: 350px;
    margin: 0 10px 10px 0;
    left: max(341px,24%);
    top: max(269px,30%);
    background-color: var(--white);
    position: absolute;
}

#loginInput1{
    position: absolute;  
    width: 325px;
    height: 48px;
    margin: 53px 76px 249px 319px;
}

#loginInput2{
    position: absolute;  
    width: 325px;
    height: 48px;
    margin: 131px 76px 171px 319px;
}

.loginInput {
    width: 325px;
    height: 48px;
    border: 0;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.38);
}

.loginInput:focus {
    outline: none;
}

.loginLine {
    position: absolute;  
    width: 329px;
    margin: 0 0 6px;
    border: solid 1px rgba(0, 0, 0, 0.12);
}

#Login_HGC_Global_Communications_Limited_Logo {
    position: absolute;
    width: 171px;
    height: 69px;
    margin: 117px 480px 105px 68px;
}

#loginButton{
    border: none;
    position: absolute;
    width: 330px;
    height: 45px;
    padding: 14px 143px 15px 152px;
    margin: 209px 72px 96px 318px;
    background-color: var(--main-red);  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    cursor: pointer;
}

#loginLanguageSelectArrowHolder:before{
    font-family: helvetica,arial,verdana,sans-serif;
    border: none;
    content:"\2304";  
    background-size: 20px 12px;
    margin: 287px 283px 35px 418px;
    position: absolute;  
    color: #cccccc;
    font-size: 16px;
    pointer-events: none
}

#loginLanguageSelect:focus{
    outline: none;
}

#loginLanguageSelect{
    opacity: 0.43;
    box-sizing: border-box;
    padding:0 0 0 4px;
    margin: 284px 283px 35px 317px;
    width: 120px;
    height: 35px;  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-image:
      linear-gradient(to right, #ccc, #ccc);
    background-position: 90px;
    background-size: 1px 22px;
    background-repeat: no-repeat;
}

#loginForgotPassword{    
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    position: absolute;
    text-decoration: underline;
    margin: 293px 0 0 552px;
    height: 16px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.34px;
    color: var(--main-red);
    cursor: pointer;
}

/*main*/
#userRole{
    width: 100%;
    height: 45px;
    padding-top: 13px;
    background-color: #cfaf58;
    box-sizing: border-box;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

#header{
    box-sizing: border-box;
    width: 100%;
    height: 155px;
    padding: 20px 0 0 20px;
    background-color: var(--white);
    position: relative;
}

#HGC_Global_Communications_Limited_Logo {
    width: 139px;
    height: 56px;
    margin-left: -10px;
}

#userRow{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    min-width: 140px;
    margin-top: 10px;
    cursor: pointer;
}

#languageSelectArrowHolder{
    bottom: 20px;
    position: absolute;
    width: 100%;
    padding-left: 10%;
}

#languageSelectArrowHolder:before{
    font-family: helvetica,arial,verdana,sans-serif;
    border: none;
    content:'\2304';  
    background-size: 20px 12px;
    margin: 3px 0 0 105px;
    position: absolute;  
    color: #cccccc;
    font-size: 16px;
    pointer-events: none
}

#languageSelect:focus{
    outline: none;
}

#languageSelect{
    box-sizing: border-box;
    padding:0 0 0 4px;
    margin: 1px 0 0 0px;
    width: 80%;
    height: 35px;  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-image:
      linear-gradient(to right, #ccc, #ccc);
    background-position: 90px;
    background-size: 1px 22px;
    background-repeat: no-repeat;
}

#profile{
    width: 24px;
    height: 24px;
    margin-top: 7px;
    background-color: #6d7278;
    color: var(--white);
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}

#profile>i{
    font-size: 12px;
    margin-top: 7px;
    margin-left: 6.5px;
}

#username{
    height: 16px;
    margin: 11px 0 0 10px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.34px;
    color: #6d7278;
    cursor: pointer;
}

#userMenuIcon{
    width: 24px;
    height: 24px;
    margin: 6px 0 0 10px;
    color: #6d7278;
    cursor: pointer;
    position: absolute;
    right:0px
}

#userMenu{
    z-index: 99;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    cursor:pointer;
    position: absolute;
    transform: translate(100px,38px);
    background-color: var(--white);
}

.userDropdownOption{
    width: 120px;
    height: 20px;
    padding: 10px 35px 10px 15px;
    background-color: var(--white);
    cursor:pointer;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.87);
}

.userDropdownOption:hover{
    background-color: #eeeeee;
}

#menu{
    position: relative;
    box-sizing: border-box;
    width: 160px;
    box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.1);
    background-color: #343a40;
    /*min-height: calc(100% - 69px);*/
}

.highlightedMenu{
    cursor: pointer;
    box-sizing: border-box;
    width: 160px;
    height: 60px;
    padding: 25px 0 0 21px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--white);
    opacity: 1;
    background-color: var(--main-red);  
}

.menuItem{
    cursor: pointer;
    box-sizing: border-box;
    width: 160px;
    height: 60px;
    padding: 25px 0 0 21px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--white);
    opacity: 0.5;
}

#main{
    display: flex;
    flex-direction: row;
    background-color: #f8f9fa;
    min-width: 1240px;
    /*min-height: calc(100% - 69px);*/
    width: calc(100% - 160px);
    padding: 20px;
    box-sizing: border-box;
}

#main>div{
    width:100%;
}

#callTable{
    min-width: 1100px;
    width: 100%;
    height: 100%;
    /*max-height: calc( 100% - 120px - 69px);*/
    padding: 0 0 1px;  
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
}

#bgHeaderTable {
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    padding: 15px 16px 14px 18px; 
    position: relative;
    display: flex;
    flex-direction: row;
}

#searchIcon {
    width: 20px;
    height: 20px;
    background-color: var(--white);
    margin: 7px 0 8px 13px;
    position: absolute;
}

#searchBar {
    width: 505px;
    height: 35px;
    margin: 0 0 0 0px;
    border-radius: 5px;
    border: solid 1px #e3e6ee;
    background-color: var(--white);
}

#searchTextBox {
    width: 460px;
    height: 33px;
    margin: 0 0 0 40px;
    background-color: var(--white);  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    color: #9ba4b0;
    border: none;
    outline: none;
}

#callListAdvanceSearchButton:hover{
    background-color: #ddd;
}

#callListAdvanceSearchButton{
    min-width: 110px;
    height: 35px;
    margin: 0 17px 0 17px;
    padding: 7px 16px 7px 9px;
    border-radius: 4px;
    background-color: #f3f3f3;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(6, 6, 6, 0.87);
    box-sizing: border-box;
    cursor:pointer;
    display: flex;
}

#callListAdvanceSearchButtonText{
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(6, 6, 6, 0.87);
    margin-top: 3px;
}

#filterButton{
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    margin: 0 8px 0 0;
    cursor: pointer;
}

#filterDownloadButton {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    margin-right: 8px;
    cursor: pointer;
}

#callListAdvanceSearchClearButton:hover{
    background-color: #ddd;
}

#callListAdvanceSearchClearButton{
    min-width: 75px;
    height: 35px;
    margin: 0 12px 0 17px;
    padding: 5px 18px 7px 10px;
    border-radius: 4px;
    background-color: #f3f3f3;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(6, 6, 6, 0.87);
    box-sizing: border-box;
    cursor:pointer;
    display: flex;
}

#filterClearButton {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    margin-right: 8px;
    cursor: pointer;
}

#callListAdvanceSearchClearButtonText{
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(6, 6, 6, 0.87);
    margin-top: 5px;
}

#callListAdvanceDownload:hover{
    background-color: #ddd;
}

#callListAdvanceDownload{
    min-width: 97px;
    height: 35px;
    margin: 0 148px 0 12px;
    padding: 4px 10px 7px;
    border-radius: 4px;
    background-color: #f3f3f3;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(6, 6, 6, 0.87);
    box-sizing: border-box;
    cursor:pointer;
    display: flex;
}

#callListAdvanceDownloadText{
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(6, 6, 6, 0.87);
    margin-top: 6px;
}

#callListFilterDropdownMenu{
    z-index: 1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    cursor:pointer;
    position: absolute;
    right: 66px;
    top: 53px;
}

.filterDropdownOption{
    width: 120px;
    height: 20px;
    padding: 10px 35px 10px 15px;
    background-color: var(--white);
    cursor:pointer;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.87);
}

.filterDropdownOption:hover{
    background-color: #eeeeee;
}

#callListTableColumnButton:hover{
    background-color: #ddd;
}

#callListTableColumnButton{
    min-width: 97px;
    height: 35px;
    padding: 7px 15px 2px 6px;
    border-radius: 4px;
    background-color: #f3f3f3;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    right:13px;
    position: absolute;
    cursor: pointer;
    display: flex;
}

#callListTableColumnButtonText{
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(6, 6, 6, 0.87);
    margin-top: 3px;
}

#listTableChoiceButton:after{
    content: '\2807';
    font-size: 23px;
    color: #9ba4b0;
}

#listTableChoiceButton {
    width: 20px;
    height: 20px;
}

#listTableChoiceDropdownMenu{
    z-index: 2;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    cursor:pointer;
    position: absolute;
    top: 53px;
    right: 17px;
    background-color: var(--white);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 700px;
}

.listTableChoiceDropdownOption{
    display: flex;
    flex-direction: row;
    width: 265px;
    height: 40px;
}

.listTableChoiceDropdownOption:hover{
    background-color: #eeeeee;
}

.listTableChoiceCheckBox:checked{
    border:none;
    background-color: #009688;
}

.listTableChoiceCheckBox:checked:after{
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    display: inline-block;
    margin: 0 0 3px 3.5px;
}

.listTableChoiceCheckBox{
    width:13px;
    height:13px;
    margin-left: 19px ;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0.1mm solid black;
    outline: none;
    margin: 13px 0 0 12px;
}

.listTableChoiceDropdownOption>div{
    margin-top: 12px;
    margin-left: 12px;
    font-family: Helvetica;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.87);
    pointer-events: none
}

#bgHeaderColumn {
    width: 100%;
    overflow: auto;
    height: calc(100% - 120px);
}
 
#bgHeaderColumn>table {
    width: 100%;
    height: 56px;
    border-spacing: 0;
    border-collapse: collapse;
}

.callListCheckBox:checked{
    border:none;
    background-color: #009688;
}

.callListCheckBox:checked:after{
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    display: inline-block;
    margin: 0 0 3px 3.5px;
}

.callListCheckBox{
    width:13px;
    height:13px;
    margin-left: 19px ;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0.1mm solid black;
    outline: none;
}
 
tr{
    border-bottom: solid 1px #c4c4c4;
    text-align: left;
    width: 1099px;
    height: 48px;
    margin: 121px 0 335px 1px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

td{
    border: none;
    white-space: nowrap;
    padding-right: 30px;
}


.callListLastColumn{
    position: sticky;
    right: 0px;
    background-color: white;
    background-clip: padding-box;
    opacity: 1;
}

.highlightedRow:hover{
    background-color: #eeeeee;;
}

th{ 
    font-weight: 500;
    cursor: pointer;
    padding-right: 30px;
    white-space: nowrap;
    position: sticky;
    top: 0;
    background-color: white;
    background-clip: padding-box;
    z-index: 1;
}

.callListButtonDiv{
    position: absolute;
}

.deleteIcon{
    cursor:pointer;
    width: 24px;
    height: 24px;
    margin-left: 11px;
}

.downloadIcon{
    cursor:pointer;
    width: 24px;
    height: 24px;
    margin-left: 11px;
}

.playIcon{
    cursor:pointer;
    width: 24px;
    height: 24px;
    margin-left: 11px;
}

.detailIcon{
    cursor:pointer;
    width: 24px;
    height: 24px;
    margin-left: 11px;
}

#bgFooter {    
    width: 100%;
    height: 56px;
    position: relative;
    min-width: 1099px;
}

#callListPlayButton{
    position: absolute;
    cursor: pointer;  
    width: 123px;
    height: 26px;
    padding-top: 9px;
    margin: 9px 0 12px 25px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    background-color: var(--main-red);
}

#callListDownloadButton{
    position: absolute;
    cursor: pointer;  
    width: 135px;
    height: 26px;
    padding-top: 9px;
    margin: 9px 0 12px 158px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    background-color: var(--main-red);
}

#callListDeleteButton{
    position: absolute;
    cursor: pointer;  
    width: 115px;
    height: 26px;
    padding-top: 9px;
    margin: 9px 0 12px 303px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    background-color: var(--main-red);
}

#callListExportButton{
    position: absolute;
    cursor: pointer;  
    width: 123px;
    height: 26px;
    padding-top: 9px;
    margin: 9px 0 12px 428px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    background-color: var(--main-red);
}

.Rows-per-page- {
    position: absolute;
    width: 85px;
    height: 14px;
    opacity: 0.54;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000; 
    margin: 16px 16px 16px 0;
    right: 312px;
}

.rowSelect:focus{
    outline: none;
}

.footerArrow{
    height: 24px;
    width: 24px;
    position: absolute;
    margin: 11px 0 0 0;
    pointer-events: none;
    right: 265px;
}

.rowSelect{
    border: none;
    opacity: 0.54;
    box-sizing: border-box;
    margin: 11px 0 0 0;
    width: 50px;
    height: 24px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    background-color: var(--white);
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    position: absolute;
    right: 265px;
}

.-of-100 {
    position: absolute;
    height: 14px;
    margin: 16px 0 13px 0;
    opacity: 0.54;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    right: 137px;
}

.pervPage{
    font-family: helvetica,arial,verdana,sans-serif;
    position: absolute;
    width: 26px;
    height: 24px;
    margin: 11px 0 0 0;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 3px;  
    opacity: 0.54;
    color: #000000;
    right: 69px
}

.nextPage{
    font-family: helvetica,arial,verdana,sans-serif;
    position: absolute;
    width: 26px;
    height: 24px;
    margin: 11px 0 0 0;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 3px;
    opacity: 0.54;
    color: #000000;
    right: 16px;
}

.disabledPageButton{
    cursor: unset;
    pointer-events: none;
    opacity: 0.25;
}

/* list table filter */
#listTableFilterDiv{
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;  
}

#listTableFilterBackground{
    top:0;
    left:0;
    position: fixed;
    min-width: 1400px;
    min-height: 900px;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    background-color: #000000;
}

#listTableFilter {
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 607px;
    height: 767px;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 12px;
    background-color: var(--white);
    position: absolute;  
}

#listTableFilterHeader{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 25px;
    margin-bottom: 5px;
}

#listTableFilterHeaderFilter{
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
}

#listTableFilterHeaderCancel {
    cursor: pointer;
    width: 20px;
    height: 20px;
    color: #000000;
    right: 20px;
    position: absolute;
}

#listTableFilterBody {
    height: 672px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.listTableRowDiv{
    width: 588px;
    height: 72px;
    display: flex;
    flex-direction: row;
    margin-top: 9px;
}

#listTableFileTypeDiv{
    width:284px;
}

#listTableOwnerDiv{
    width:284px;
    margin-left: 20px;
}

#listTableOnDemandDiv{
    width:284px;
}

#listTableOutageDiv{
    width:284px;
    margin-left: 20px;
}

#listTableMediaTypeDiv{
    width:284px;
}

#listTableFileStatusDiv{
    width:284px;
    margin-left: 20px;
}

#listTableFileSignatureDiv{
    width:284px;
}

#listTableTimeFromDiv{
    width:284px;
}

#listTableTimeToDiv{
    width:284px;
    margin-left: 20px;
}

#listTableDurationDiv{
    display: flex;
    flex-direction: row;
}

#listTableDurationLabel{
    width: 59px;
    height: 15px;
    margin: 7px 0 0 0;
    opacity: 0.87;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.vue__time-picker input.display-time{
    width:120px;
    height: 30px;
    margin-left: 13px;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-image:
      linear-gradient(to right, #ccc, #ccc);
    background-position: 80px;
    background-size: 1px 22px;
    background-repeat: no-repeat;  
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.vue__time-picker .controls{
    display:none;
}

.vue__time-picker:before{
    font-family: helvetica,arial,verdana,sans-serif;
    border: none;
    content:"\2304";  
    background-size: 20px 12px;
    margin: 0 0 0 110px;
    position: absolute;  
    color: #cccccc;
    font-size: 16px;
    pointer-events: none
}

.listTableLabel {
    margin-top: 10px;
    height: 14px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.listTableCheckBoxDiv{
    display: flex;
    flex-direction: row;
}

.listTableCheckBox:checked{
    border:none;
    background-color: #009688;
}

.listTableCheckBox:checked:after{
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    display: inline-block;
    margin: 0 0 3px 3.5px;
}

.listTableCheckBox{
    width: 13px;
    height: 13px;
    margin: 8px 5px 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0.1mm solid black;
    outline: none;
}

.listTableDateDiv{
    display: flex;
    flex-direction: row;
}

.listTableDatePickerWrapper {
    width: 150px;
    height: 30px;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.listTableShortSelectArrowHolder {
    position: relative;
}

.listTableShortSelectArrowHolder:before{
    font-family: helvetica,arial,verdana,sans-serif;
    border: none;
    content:"\2304";  
    background-size: 20px 12px;
    margin: 0 0 0 260px;
    position: absolute;  
    color: #cccccc;
    font-size: 16px;
    pointer-events: none
}

.listTableShortSelect{
    outline: none;
    padding:0;
    width:284px;
    height: 30px;  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-image:
      linear-gradient(to right, #ccc, #ccc);
    background-position: 245px;
    background-size: 1px 22px;
    background-repeat: no-repeat;
}

.listTableLongSelectArrowHolder {
    position: relative;
}

.listTableLongSelectArrowHolder:before{
    font-family: helvetica,arial,verdana,sans-serif;
    border: none;
    content:"\2304";  
    background-size: 20px 12px;
    margin: 0 0 0 562px;
    position: absolute;  
    color: #cccccc;
    font-size: 16px;
    pointer-events: none
}

.listTableLongSelect{
    outline: none;
    padding:0;
    width:586px;
    height: 30px;  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-image:
    linear-gradient(to right, #ccc, #ccc);
    background-position: 547px;
    background-size: 1px 22px;
    background-repeat: no-repeat;
}

.listTableShortInput{
    outline: none;
    padding:0;
    width:284px;
    height: 30px;  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
}

.listTableLongInput{
    outline: none;
    padding:0;
    width:586px;
    height: 30px;  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
}

.listTableLongDiv{
    display: flex;
    flex-direction: column;
}

#listTableFilterButton{
    width: 110px;
    height: 45px;
    margin: 0 0 0 477px;
    padding-top: 14px;
    background-color: var(--main-red);  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
}

#listTableClearButton{
    width: 110px;
    height: 45px;
    margin: 0;
    padding-top: 14px;
    background-color: var(--main-red);  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
}

#listTableDownloadButton{
    width: 150px;
    height: 45px;
    margin: 0 0 0 282px;
    padding-top: 14px;
    background-color: var(--main-red);  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
}

#listTableExportButton{
    width: 150px;
    height: 45px;
    margin: 0 0 0 442px;
    padding-top: 14px;
    background-color: var(--main-red);  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
}
/* Call record detail */
#callRecordContainer {
    box-sizing: border-box;
    width: 1100px;
    height: 705px;
    margin: 25px 79px 85px 41px;
    padding: 25px 17px 25px 24px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
}

#goBackButton {
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    margin-left: -37px;
    background-color: var(--main-red);
    position: absolute;
    cursor: pointer;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    text-align: center;
}

#goBackButtonArrow{
    box-sizing: border-box;
    width: 22px;
    margin-top: -4px;
    margin-left: 5.5px;
    position:absolute;
    pointer-events: none;
    color: var(--white);  
    transform: rotate(90deg);
}

#callRecordHeader{
    height: 25px;
    margin-left: 38px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
    position: absolute;
    flex-direction: row;
    display: flex;
}

.RecordRowName {
    height: 14px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.RecordRowValue {
    height: 19px;
    margin: 24px 0 0;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

#callRecordFirstRow{
    width: 1100px;
    height: 85px;
    margin-top: 59px;
    flex-direction: row;
    display: flex;
}

#owner{
    width: 151px;
    height: 85px;
}

#fileType {
    width: 151px;
    height: 85px;
    margin-left: 29px;
}

#startTime {
    width: 151px;
    height: 85px;
    margin-left: 29px;
}

#stopTime {
    width: 151px;
    height: 85px;
    margin-left: 69px;
}

#callerNumber {
    width: 101px;
    height: 85px;
    margin-left: 69px;
}

#destination {
    width: 101px;
    height: 85px;
    margin-left: 29px;
}

#callRecordSecondRow{
    width: 1100px;
    height: 85px;
    flex-direction: row;
    display: flex;
}

#duration {
    width: 151px;
    height: 85px;
}

#callerName {
    width: 151px;
    height: 85px;
    margin-left: 29px;
}

#fileSignature {
    width: 256px;
    height: 85px;
    margin-left: 29px;
}

#onDemand {
    width: 101px;
    height: 85px;
    margin-left: 184px;
}

#mediaType {
    width: 101px;
    height: 85px;
    margin-left: 29px;
}

#fileStatus {
    width: 151px;
    height: 85px;
}

#callRecordBar {
    width: 1058px;
    height: 3px;
    margin: 20px 0 20px 1px;
    background-color: #f5f5f5;
}

#callRecordRow3{
    height: 85px;
    width: 1100px;
    margin-top: 20px;
    flex-direction: row;
    display: flex;
}

#outage{
    width: 150px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

#reference{
    width: 150px;  
    margin-left: 30px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

#comment{
    width: 400px;
    margin-left: 30px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

#name{
    width: 229px;
    margin-left: 30px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

#callRecordRow4{
    height: 85px;
    width: 1100px;
    margin-top: 15px;
    flex-direction: row;
    display: flex;
}

#acNo{
    width: 150px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

#callNature{
    width: 150px;
    margin-left: 30px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

#summary{
    width: 400px;
    margin-left: 30px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.callRecordDetailInput{
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    margin-top: 10px;
    padding: 9px 15px 10px 15px;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
  }

#callRecordRow5{
    height: 45px;
    width: 1100px;
    margin-top: 78px;
    flex-direction: row;
    display: flex;
}

#callRecordPlayButton{
    box-sizing: border-box;
    padding-top: 14px;
    width: 130px;
    background-color: var(--main-red);
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    cursor: pointer;
}

#callRecordSaveButton{
    box-sizing: border-box;
    padding-top: 14px;
    width: 110px;
    margin-left: 810px;
    background-color: var(--main-red);
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    cursor: pointer;
}
/*videoPlayer*/
.playList{
    top: 0;
    margin-top: 100px;
    left:calc(50% - 400px);
    position: absolute;
    background-color: var(--white);
    width: 800px;
    height: 200px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index:2;
}

.playList::-webkit-scrollbar{
    display: none;
}

.playListRow{
    box-sizing: border-box;
    padding-top: 17px;
    padding-left: 20px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    flex-shrink: 0;
    width: 100%;
    height: 50px;
    flex-direction: row;
    display: flex;
}

.playListRowBody{
    position: absolute;
    opacity: 0.87;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.playListRowDuration{
    margin-left: 709px;
    position: absolute;
    opacity: 0.87;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.highlightedPlayListRow{  
    background-color: #eeeeee;
}

#videoDiv{
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    position: absolute;
}

#videoPlayerBackground{
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.65;
    background-color: #000000;
    min-width: 1400px;
    min-height: 900px;
}
#videoPlayerBlockHolder{
    position: absolute;
    width:800px;
    margin-top: 341px;
    left: calc(50% - 400px);
}
#videoPlayer{
    width: 800px;
    height: 450px;
}

#videoPlayerCloseButton{
    height: 30px;
    width: 30px;
    margin-left: 760px;
    position: absolute;
    font-size: 50px;
    border: none;
    background: none;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    margin-top: -301px;
}

.noPlayListVideoCloseButton{
    transform: translateY(240px);
}

.noPlayListVideoBlockHolder{    
    transform: translateY(-117px);
}

#audioDiv{
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:1;
}

#audioPlayerBackground{
    top:0;
    left:0;
    min-width: 1400px;
    min-height: 900px;
    width: 100%;
    height: 100%;
    position: fixed;  
    opacity: 0.65;
    background-color: #000000;
}
#audioPlayerBlockHolder{
    position: absolute;
    width:800px;
    margin-top: 426px;
    left:calc(50% - 400px);
}

#audioPlayer{
    width: 800px;
    height: 0px;
    transform: translateY(-20px);
}

#audioPlayerCloseButton{
    height: 30px;
    width: 30px;
    margin-left: 760px;
    position: absolute;
    font-size: 50px;
    border: none;
    background: none;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    margin-top: -386px;
}

.noPlayListAudioCloseButton{
    transform: translateY(240px);
}

.noPlayListAudioBlockHolder{    
    transform: translateY(-14px);
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
}

.video-js .vjs-control{
    height: 50%;
}

.video-js .vjs-control:focus{
    text-shadow: none;
}

.video-js .vjs-time-control {
    height: 50%;
    display: block;
    padding: 15px 2px 0 2px;
    min-width: 0;  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

.video-js .vjs-current-time {
    height: 50%;
    display: block;
    padding-top: 15px;
}

.video-js .vjs-duration {
    height: 50%;
    display: block;
    padding-top: 15px;
}

.video-js .vjs-control-bar{  
    background-color: #343a40;
    opacity: 1;
    height: 66px;
}

#videoPlayer .vjs-control-bar{
    background: none;
    opacity: 1;
    height: 66px;
}


.video-js .vjs-play-progress::before{
    display:none;
}

.video-js .vjs-play-progress{  
    background-color: var(--white);  
    border-radius: 4px;
}

.video-js .vjs-load-progress{
    opacity: 0.2;
    background-color: var(--white);  
    border-radius: 4px;
}

.video-js .vjs-progress-control .vjs-progress-holder{
    height: 6px;
}

.video-js .vjs-progress-control{
    position: absolute;
    width: 100%;
    transform: translate(0, 100%);
}

.vjs-button > .vjs-icon-placeholder::before {
    font-size: 20px;
    padding-top: 10px;
}

.videoDownloadButton{  
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 9px;
    width: 140px;
    height: 35px;
    margin: 20px 0 0 660px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: var(--main-red);  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    text-align: center;
  }

.noPlayListVideoPlayer{
    margin-top: 224px;
}
/* Report page */

#reportTableTitle {
    width: 100%;
    height: 64px;
    padding: 15px 16px 14px 18px; 
    opacity: 0.87;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.tab{
    height: 60px;
    display: flex;
    margin-left: 20px;
}

.viewIcon{
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.tabItem{
    width: 120px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;  
    color: #cacaca;
    cursor: pointer;
    padding-top: 20px;
}

.selectedTab{
    border-bottom: 3px;
    border-bottom: solid 2px var(--main-red);
    color: var(--main-red)
}

.roadmap{
    display: flex;
    flex-direction: row;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #4a4a4a;
}

#reportDownloadButton {
    position: absolute;
    min-width: 120px;
    background-color: var(--main-red);
    height: 35px;
    top: 15px;
    right: 15px;
    border-radius: 4px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    cursor: pointer;
    padding-top: 8px;
    box-sizing: border-box;
}

#reportDetail {
    height: 100%;
}

#reportDetailTable{
    min-width: 1100px;
    width: 100%;
    height: calc( 100% - 69px);
    padding: 0 0 1px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
    margin-top: 20px;
    position: relative;
}

#reportDetailTableBody {    
    width: 100%;
    overflow: auto;
    height: calc(100% - 120px);
 }

 #reportDetailTableBody > table {
    width: 100%;
    height: 56px;
    border-spacing: 0;
    border-collapse: collapse;
}

#reportTable {
    min-width: 1100px;
    width: 100%;
    height: 100%;
    /*max-height: calc( 100% - 120px - 69px);*/
    padding: 0 0 1px;  
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
}

#reportTableFooter {
    width: 100%;
    height: 56px;
    position: relative;
}

#reportTableBody {    
    width: 100%;
    overflow: auto;
    height: calc(100% - 240px);
 }

 
#reportTableBody>table {
    width: 100%;
    height: 56px;
    border-spacing: 0;
    border-collapse: collapse;
 }

/* manage user */
#manageUserContainer{
    height: 100%;
}

.detailTopContainer {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 20px 20px 26px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
}

#companyDetailName {
    margin: 5px 0 30px 0;
    height: 26px;
    font-family: Helvetica;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
    display: flex;
}

.companyDetailRow{
    display: flex;
    flex-direction: row;
}

.companyDetailData{
    box-sizing: border-box;
    min-width: 150px;
    height: 85px;
    margin: 16px 30px 0 1px;
    padding: 13px 44px 15px 0;
}

.companyDetailDataHeader {
    height: 14px;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.companyDetailDataValue {
    height: 19px;
    margin: 24px 0 0;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

#manageUserTableTitle {
    width: 100%;
    height: 64px;
    padding: 15px 16px 14px 18px; 
    opacity: 0.87;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    box-sizing: border-box;
    display: flex;
}

#manageUserTable {
    min-width: 1100px;
    width: 100%;
    height: 50%;
    /*max-height: calc( 100% - 120px - 69px);*/
    padding: 0 0 1px;  
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
    margin-top: 15px;
}

#manageUserDetailIcon{
    cursor: pointer;
    width: 24px;
    height: 24px;
}

#manageUserTableFooter {
    width: 100%;
    height: 56px;
    position: relative;
}

#manageUserTableBody {
    width: 100%;
    overflow: auto;
    height: calc(100% - 120px);
 }

 
#manageUserTableBody>table {
    width: 100%;
    height: 56px;
    border-spacing: 0;
    border-collapse: collapse;
}

#userRoleDetail{
    min-width: 250px;
    z-index: 1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    position: absolute;
    transform: translateY(30px);
    background: var(--white);
    box-sizing: border-box;
    padding: 8px;
}

.userRoleDetailRow{
    font-family: helvetica,arial,verdana,sans-serif;
    margin-bottom: 8px;
}

.userDetailArrowHolder:before{
    font-family: helvetica,arial,verdana,sans-serif;
    border: none;
    content:"\2304";
    background-size: 20px 12px;
    margin: 3px 0 0 90%;
    position: absolute;  
    color: #cccccc;
    font-size: 16px;
    pointer-events: none
}

.userDetailSelect{
    box-sizing: border-box;
    padding:0 0 0 4px;
    width:100%;
    height: 35px;  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-image:
      linear-gradient(to right, #ccc, #ccc);
    background-position: 85%;
    background-size: 1px 22px;
    background-repeat: no-repeat;
}

.userDetail{
    min-width: 1100px;
    height: 920px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
    padding-top: 23px;
    box-sizing: border-box;
    position: relative;
}

#userDetailBackButton{
    width: 22px;
    height: 22px;
    cursor: pointer;
}

#userDetailTitleRow {
    display: flex;
    box-sizing: border-box;
    padding-left: 20px;
}

#userDetailTitle{    
    margin-left: 15px;
    font-family: Helvetica;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
}

.userDetailRow{
    height: 85px;
    display: flex;
    flex-direction: row;
}

.userDetailShortColumn{
    width: 150px;
    height: 85px;
    padding-top: 13px;
    margin-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.userDetailLongColumn{
    width: 320px;
    height: 85px;
    padding-top: 13px;
    margin-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.userDetailColumnHeader{
    height:50%;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.userDetailColumnValue{
    height:50%;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.userDetailColumnInput{
    width: 100%;
    height: 35px;
    padding-left: 8px;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
    box-sizing: border-box;
}

#editSftpEditButton{
    min-width: 97px;
    height: 35px;
    padding: 10px 10px 0 10px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--main-red);
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    cursor: pointer;
}

#editSftpTestingButton {
    min-width: 97px;
    height: 35px;
    padding: 10px 10px 0 10px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--main-red);
    margin-top: 49px;
    margin-left: 20px;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    cursor: pointer;
}

.line{
    width: 99%;
    height: 3px;
    margin: 10px 0 10px 0;
    background-color: #f5f5f5;
}

#userDetailSaveButton{
    min-width: 110px;
    height: 45px;
    padding-top:13px;
    border-radius: 4px;
    background-color: var(--main-red);
    box-sizing: border-box;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    right:20px;
    bottom:21px;
    position: absolute;
    cursor: pointer;
}
/* manage team */

#manageTeamTableTitle {
    width: 100%;
    height: 64px;
    padding: 15px 16px 14px 18px; 
    opacity: 0.87;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    box-sizing: border-box;
    display: flex;
}

#manageTeamCreateButton{
    width: 130px;
    height: 35px;
    padding-top: 8px;
    border-radius: 4px;
    background-color: var(--main-red);
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    box-sizing: border-box;
    position: absolute;
    right:13px;
    top:15px;
    cursor: pointer;
}

#manageTeamTable {
    min-width: 1100px;
    width: 100%;
    padding: 0 0 1px;  
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
    position: relative;
}

#manageTeamTableHeader{
    cursor:default;
}

#manageTeamTableFooter {
    width: 100%;
    height: 56px;
    position: relative;
}

#manageTeamTableBody {
    width: 100%;
 }

 
#manageTeamTableBody>table {
    width: 100%;
    height: 56px;
    border-spacing: 0;
    border-collapse: collapse;
}

#manageTeamViewIcon{
    width: 25px;
    height: 25px;
    cursor: pointer;
}

#createTeamBackground{
    width: 100%;
    height: 100%;
    opacity: 0.65;
    background-color: #000000;
    position: absolute;
    top: 0;
    z-index: 1;
}

#createTeamContainer{
    width: 300px;
    padding: 15px 20px 20px;
    border-radius: 5px;
    background-color: var(--white);
    box-sizing:border-box;
    position: absolute;
    top: calc(50% - 215px);
    left: calc(50% - 150px);
    z-index: 1;
}

.createTeamRowHeader{
    width: 100%;
    height: 14px;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-top: 25px;
}

#createTeamInput{
    width: 260px;
    height: 35px;
    margin: 10px 0 0;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
    box-sizing: border-box;
}

#createTeamInputField{
    width: 260px;
    height: 80px;
    margin: 10px 0 0;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
    box-sizing: border-box;
    resize: none;
    outline:none;
}

#createTeamCancel{
    width: 20px;
    height: 20ox;
    position: absolute;
    right:20px;
    top:20px;
    cursor: pointer;
}

#createTeamTitle{
    min-width: 120px;
    height: 26px;
    font-family: Helvetica;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
}

.createTeamSelectArrowHolder{
    position: relative;
}

.createTeamSelectArrowHolder::before{
    font-family: helvetica,arial,verdana,sans-serif;
    border: none;
    content:"\2304";
    background-size: 20px 12px;
    margin: 21px 0 0 90%;
    position: absolute;  
    color: #cccccc;
    font-size: 16px;
    pointer-events: none
}

.createTeamSelect{
    box-sizing: border-box;
    padding:0 0 0 4px;
    width:100%;
    height: 35px;  
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-image:
      linear-gradient(to right, #ccc, #ccc);
    background-position: 85%;
    background-size: 1px 22px;
    background-repeat: no-repeat;
    margin-top:18px;
}

#createTeamButton{
    width: 100%;
    height: 45px;
    margin: 20px 0 0;
    padding-top: 13px;
    border-radius: 4px;
    background-color: var(--main-red);
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    cursor: pointer;
    box-sizing: border-box;
}

#teamDetailContainer{
    height: 190px;
    padding: 24px 20px 20px 26px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
    box-sizing: border-box;
    position: relative;
}

.teamDetailRow{
    display: flex;
    height: 50%;
}

#teamDetailBackButton{
    width: 22px;
    height: 22px;
    cursor: pointer;
}

#teamDetailTeamName{
    margin-left: 15px;
    font-family: Helvetica;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
}

.teamDetailColumn{
    min-width: 150px;
    margin-right: 100px;
}

.teamDetailColumnValue{
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.teamDetailColumnHeader{
    height: 50%;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

#teamDetailButtonsContainer {
    position: absolute;
    top: 24px;
    right: 20px;
    display: flex;
}

.teamDetailButton{
    min-width: 140px;
    height: 45px;
    padding: 13px 27px 0 31px;
    border-radius: 4px;
    background-color: var(--main-red);
    box-sizing: border-box;
    cursor: pointer;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    margin-left: 20px;
}

.unclickableButton {
    background-color: #c4c4c4;
    cursor: default;
}

#teamMembersContainer{
    width: 100%;
    padding: 17px 0 0;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
    box-sizing: border-box;
    margin-top: 15px;
}

#teamMembersTable{
    min-width:100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#teamMembersTableHeader{
    cursor: default;
}

#teamMemberTableFooter {
    width: 100%;
    height: 56px;
    position: relative;
}

#teamMemberRemoveButton{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#editTeamContainer{
    width: 100%;
    height: 265px;
    padding: 0 20px 20px 26px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
    box-sizing: border-box;
    position: relative;
}

.editTeamRow{
    height: 85px;
    box-sizing: border-box;
    display: flex;
}

#editTeamBackButton{
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-top: 24px;
}

#editTeamTitle{
    margin: 27px 0 0 15px;
    font-family: Helvetica;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
}

.editTeamColumn {
    margin-right: 100px;
}

.editTeamColumnHeader{
    height: 50%;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.editTeamColumnValue{
    height: 50%;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding-top: 10px;
}

.editTeamInput{
    width: 400px;
    height: 35px;
    padding-left: 8px;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    box-sizing: border-box;
}

#editTeamSaveButton{
    min-width: 110px;
    height: 45px;
    padding: 13px 20px 0 20px;
    border-radius: 4px;
    background-color: var(--main-red);
    box-sizing: border-box;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

#addTeamMemberContainer{
    width: 100%;
    min-width: 1150px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
    box-sizing: border-box;
}

#addTeamMemberTitleRow{
    min-width: 100%;
    height: 64px;
    padding: 24px 13px 14px 26px;
    display: flex;
    box-sizing: border-box;
}

#addTeamMemberBackButton{
    width: 22px;
    height: 22px;
    cursor: pointer;
}

#addTeamMemberTitle{
    margin-left: 15px;
    font-family: Helvetica;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
}

#addTeamMemberTable {
    min-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#addTeamMemberAddButton{
    height: 20px;
    width: 20px;
    cursor: pointer;
}

#addTeamMemberTableFooter {
    width: 100%;
    height: 56px;
    position: relative;
}

/* date-picker */
.vdp-datepicker__calendar {
    font-family: helvetica,arial,verdana,sans-serif;
}

/* export record */
.exportRecord {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
}

.exportRecordBackground{
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.65;
    background-color: #000000;
    min-width: 1400px;
    min-height: 900px;
}

.exportRecordDiv {
    width: 300px;
    height: 218px;
    top: calc(50% - 109px);
    left: calc(50% - 150px);
    box-sizing: border-box;
    position: fixed;
    padding: 16px 20px 20px 20px;
    border-radius: 5px;
    background-color: var(--white);
}

.exportRecordDivFirstRow {
    display: flex;
    flex-direction: row;
    height: 25px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
}

.exportRecordDivCloseButton{
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 3px 0 0 245px;
    position: absolute;
}

.exportRecordDivSecondRow{
    width: 104px;
    height: 14px;
    margin-top: 25px;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.exportRecordDivThirdRow{
    width: 260px;
    height: 35px;
    margin: 0 0 0 3.5px;
    padding: 1px 9px 4px 76px;
    border-radius: 5px;
    border: solid 1px #cbcbcb;
}
#exportRecordSelectArrowHolder{
    margin-top: 18px;
}
#exportRecordSelectArrowHolder:before{
    font-family: helvetica,arial,verdana,sans-serif;
    border: none;
    content:"\2304";  
    background-size: 20px 12px;
    margin: 3px 0 0 241px;
    position: absolute;  
    color: #cccccc;
    font-size: 16px;
    pointer-events: none
}

#exportRecordSelect:focus{
    outline: none;
}
#exportRecordSelect{
    box-sizing: border-box;
    width: 260px;
    height: 35px;
    padding-right: 29px;
    border-radius: 5px;
    border: solid 1px #cbcbcb;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #94979b;
    background-color: var(--white);
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-image:
    linear-gradient(to right, #ccc, #ccc);
    background-position: 231px;
    background-size: 1px 22px;
    background-repeat: no-repeat;
}

.exportRecordButton{
    cursor: pointer;
    box-sizing: border-box;
    width: 260px;
    height: 45px;
    margin-top: 20px;
    padding-top: 14px;
    background-color: var(--main-red);
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

/* profile */
#profileContainer{
    box-sizing: border-box;
    width: 1100px;
    margin: 25px 0px 0px 41px;
    padding: 25px 17px 25px 24px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
    position: relative;
}

#profileGridBody{
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: auto auto auto auto auto;
}

.profileGridItem{
    height: 85px;
    padding: 13px 62px 15px 0;
    box-sizing: border-box;
}

.profileGridItemHeader{
    height: 14px;
    margin: 0 0 24px 0.5px;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.profileGridItemContent{
    height: 19px;
    margin: 24px 3.5px 0 0;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

#profileTitleRow{
    display:flex;
    flex-direction: row;
    position: relative;
}

#profileResetKeyButton{
    visibility: hidden;
    cursor: pointer;
    box-sizing: border-box;
    width: 110px;
    height: 45px;
    padding-top: 14px;
    background-color: var(--main-red);  
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    padding-top: 14px;
    position: absolute;
    right: 160px;
}

#profileGetKeyButton{
    cursor: pointer;
    box-sizing: border-box;
    min-width: 218px;
    height: 35px;
    margin-left: 20px;
    padding-top: 8px;
    border-radius: 4px;
    background-color: var(--main-red);  
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    right: 0;
    position: absolute;
}

#profileTitle{
    height: 25px;
    margin: 0 118px 24px 1px;
    font-family: Helvetica;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
}

#profileSaveButton{
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    min-width: 110px;
    height: 45px;
    padding-top: 13px;
    border-radius: 4px;
    background-color: var(--main-red);  
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    bottom: 25px;
    right: 25px;
}

.profileBottomItem {
    width: 300px;
    height: 85px;
    margin: 0px 40px 7px 1px;
    padding: 13px 0;
    box-sizing: border-box;
}

.profileBottomItemHeader{
    height: 14px;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    box-sizing: border-box;
}

.profileBottomItemInput {
    width: 300px;
    height: 35px;
    margin: 10px 0 0;
    padding: 9px 154.5px 10px 17.5px;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    background-color: var(--white);
    box-sizing: border-box;
}

.profileBottomRow{
    display: flex;
    flex-direction: row;
}

/* forgot password */

.forgotPasswordDiv {
    box-sizing: border-box;
    position: absolute;
    top: max(50%,335px);
    left: max(50%,580px);
    width: 420px;
    height: 281px;
    padding: 15px 20px 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--white);
    transform: translate(-50%,-50%);
}

.forgotPasswordTitle {
    box-sizing: border-box;
    width: 165px;
    height: 25px;
    margin-right:190px;
    font-family: Helvetica;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
}

.forgotPasswordRow2{
    box-sizing: border-box;
    width: 373px;
    height: 66px;
    margin: 21px 7px 11px 0;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #4a4a4a;
}

.forgotPasswordInput{
    box-sizing: border-box;
    width: 374px;
    height: 48px;
    margin: 0 5px 0 0;
    padding: 13px 253px 11px 0;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.38);
    outline: none;
    border: none;
}

.forgotPasswordInputBar {
    box-sizing: border-box;
    width: 379px;
    height: 2px;
    margin: 40px 0 6px;
    border: solid 1px rgba(0, 0, 0, 0.12);
    position: absolute;
}

.forgotPasswordButton{
    box-sizing: border-box;
    width: 380px;
    height: 45px;
    margin: 30px 0 0;
    padding-top: 14px;
    background-color: var(--main-red);
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    cursor: pointer;
}

#forgotPasswordBackGround{
    box-sizing: border-box;
    min-width: 1400px;
    min-height: 900px;
    width: 100%;
    height: 100%;
    padding: 269px 329px 271px 341px;
    background-color: #f8f9fa;
}

.forgotPasswordCancel {
    cursor: pointer;
    width: 20px;
    height: 20px;
    color: #000000;
}

.forgotPasswordRow1{
    display: flex;
    flex-direction: row;
}

/* reset password */
.resetPasswordDiv {
    box-sizing: border-box;
    position: absolute;
    top: max(50%,335px);
    left: max(50%,580px);
    width: 420px;
    height: 203px;
    padding: 15px 20px 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--white);
    transform: translate(-50%,-50%);
}

.resetPasswordTitle {
    box-sizing: border-box;
    height: 25px;
    font-family: Helvetica;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
}

.resetPasswordRow2{
    box-sizing: border-box;
    width: 373px;
    height: 44px;
    margin: 20px 7px 34px 0;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #4a4a4a;
}

.resetPasswordButton{
    box-sizing: border-box;
    width: 380px;
    height: 45px;
    margin: 34px 0 0;
    padding-top: 14px;
    background-color: var(--main-red);
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    cursor: pointer;
}
/* sent reset password email */


.resetPasswordSentDiv {
    box-sizing: border-box;
    position: absolute;
    top: max(50%,335px);
    left: max(50%,580px);
    width: 420px;
    height: 200px;
    padding: 15px 20px 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--white);
    transform: translate(-50%,-50%);
}

.resetPasswordSentTitle {
    box-sizing: border-box;
    width: 165px;
    height: 25px;
    margin-right:190px;
    font-family: Helvetica;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
}

.resetPasswordSentRow2{
    box-sizing: border-box;  
    width: 373px;
    height: 44px;
    margin: 21px 7px 11px 0;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #4a4a4a;
}

.resetPasswordButton{
    box-sizing: border-box;
    width: 380px;
    height: 45px;
    margin: 30px 0 0;
    padding-top: 14px;
    background-color: var(--main-red);
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    cursor: pointer;
}

#resetPasswordSentBackGround{
    box-sizing: border-box;
    min-width: 1400px;
    min-height: 900px;
    width: 100%;
    height: 100%;
    padding: 269px 329px 271px 341px;
    background-color: #f8f9fa;
}

/* resource */

#resourceContainer {
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
}

#resourceTitle {
    font-family: Helvetica;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
}

.resourceRow {
    display: flex;
    margin-top: 20px;
}

#resourceDescription {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-top: 20px;
}

.resourceColumn {
    padding: 19px 32px 20px 0.9px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
    box-sizing: border-box;
    margin-right: 20px;
    width: calc( 50% - 30px);
    display: flex;
}

.resourceColumnImage {
    width: 80px;
    height: 80px;
    margin: 29px 35px 0 35px;
}

.resourceColumnTitle {
    font-family: Helvetica;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    color: #000000;
}

.resourceColumnDescription {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-top: 10px;
}

.resourceColumnButton {
    width: 120px;
    height: 35px;
    margin-top: 15px;
    padding: 8px 25px 10px 28px;
    border-radius: 4px;
    background-color: var(--main-red);
    box-sizing: border-box;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    cursor: pointer;
}
/* Company List for Customer Admin */
#backToCompanyListButton{
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-color: var(--main-red);
    cursor: pointer;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    text-align: center;
}

#companyListHeader {
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    padding: 15px 16px 14px 18px; 
    position: relative;
    font-family: helvetica,arial,verdana,sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    box-sizing: border-box;
}

#companyList {
    width: 100%;
    padding: 0 0 1px;  
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
    height: 100% ;
}


#companyListFooter {
    width: 100%;
    height: 56px;
    position: relative;
}

#companyListTable {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    height: calc(100% - 120px);
 }

 
#companyListTable>table {
    width: 100%;
    height: 56px;
    border-spacing: 0;
    border-collapse: collapse;
 }

/* common */

.loadingDiv{
    z-index: 99;
    position: absolute;
    top:0;
    height: 100%;
    width: 100%;
    cursor: progress;
}

.infoIcon {
    margin-left: 3px;
    width: 15px;
    height: 15px;
}