﻿@font-face {
    font-family: FiraSans;
    src: url("../fonts/FiraSans-Regular-latin.otf") format("opentype");
}

@font-face {
    font-family: FiraSans;
    font-weight: bold;
    src: url("../fonts/FiraSans-SemiBold-latin.otf") format("opentype");
}

*, body {
    margin: 0 auto;
    padding: 0;
    color: #336799;
    font-family: FiraSans, Arial, sans-serif;
}

body {
    scrollbar-arrow-color: #4877A2;
    scrollbar-face-color: #4877A2;
    scrollbar-track-color: #B3C3D2;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

img, span, svg {
    vertical-align: middle;
}

img, svg {
    height: 25px;
}

#subscriptionType img, #subscriptionStatus img {
    width: 25px;
}

.admin #search img, .delegate #search img {
    width: 40px;
}

img.close {
    height: 15px;
    padding: 5px 5px 0 5px;
}

caption img.close {
    padding-top: 0;
}

.closeTag {
    color: #FFFFFF
}

.navBar {
    width: 100%;
    height: 40px;
    background-color: #336799;
    color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
}

.navBar img {
    display: inline;
    padding: 0 0.3125%;
}

.navBar img.expand {
    height: 10px;
    padding: 10px 0.3%;
    outline: none;
}

.navBar span {
    display: inline-block;
    color: #FFFFFF;
    padding: 9px 0.3125%;
}

.logo {
    height: 40px;
    width: 52px;
    float: left;
    background-color: #2B5885;
    padding: 0;
    background-image: url("../images/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42px 30px;
}

.app {
    height: 40px;
    float: left;
    padding: 0;
    width: 160px;
}

#delegateDropdown {
    position: absolute;
    background-color: #336799;
    top: 40px;
    width: 200px;
    z-index: 10000;
    /***/
    border: lightblue solid 1px;
    /***/
    max-height: 700px;
    /***/
}

.delegatesList {
    cursor: pointer; 
    margin: 5px; 
    padding: 7px; 
    color: white;
}

#help {
    float: right;
    padding: 4px 7px 6px 7px;
    margin: 4px 15px 0 0;
    vertical-align: middle;
    border: 1px solid #336799;
    border-bottom: none;
    outline: none;
}

#help.helpBlue {
    background-color: #F2F2F2;
}

#upload {
    transform: rotate(90deg);
}

#sideDropdown {
    display: none;
}

#pageName {
    display: none;
}

#appName {
    padding-left: 5px;
    padding-right: 5px;
}

img#appLogo {
    padding-left: 20px;
}

img.user {
    padding-left: 10px;
}

.activePage a {
    font-weight: bold;
    border-bottom: 2px solid #26A5CC;
}

.bold {
    font-weight: bold;
}

#vertical {
    font-size: 18px;
    position: relative;
    bottom: 2px;
}

ul.mainNav {
    float: right;
    height: 40px;
    display: block;
    list-style: none;
    width: auto;
    text-align: right;
}

li {
    padding: 11px 10px;
    display: inline-block;
}

a:hover {
    cursor: pointer;
}

a {
    color: #FFFFFF;
}

a:link {
    text-decoration: none;
}

.videoContainer {
    z-index: 1000; 
    position: fixed;
}

.videoContainer .videoBox {
    width: 60%; 
    top: 10%; 
    left: 20%; 
    position: fixed; 
    padding: 0 10px; 
    background-color: #336799; 
    z-index: 1000;
}

.videoContainer .videoPadding {
    width: 100%; 
    height: auto; 
    clear: both;
}

.videoContainer .videoPadding span {
    display: inline-block; 
    width: 100%; 
    margin-top: 5px; 
    margin-bottom: 5px; 
    color: #FFFFFF;
}

.videoContainer video {
    box-sizing:border-box; 
    width: 100%; 
    padding: 20px; 
    padding-top: 0; 
    display: block;
}

.manualBar {
    position: fixed; 
    top: 45px; 
    width: 20%; 
    background-color: #FFFFFF; 
    border: 1px solid #336799; 
    right: 15px;
}

.fillBar {
    z-index: 801; 
    top: 40px; 
    height: 6px; 
    width: 39px; 
    border-top: none; 
    border-bottom: none; 
}

.emptyBar {
    z-index: 801; 
    top: 45px; 
    height: 2px; 
    width: 39px;
    right: 16px;
    border: none; 
}

#manualButton, #videoButton {
    padding: 15px; 
    cursor: pointer
}

#videoButton {
    background-color: #f2f2f2
}

.error {
    height: 140px;
    width: 750px;
    left: 22%;
    left: calc(50% - 375px);
    top: 200px;
    text-align: center;
    z-index: 1000;
    position: fixed;
    background-color: #FFFFFF;
}

.errorContent {
    padding: 30px 3.9%;
}

.errorContent  div {
    padding: 0 10px 15px 10px;
}

.errorContent button {
    background-color: #336799;
    margin: 5px 10px;
    color: #FFFFFF;
    border: none;
    padding: 7px 15px;
}

.dialog {
    /*height: 140px;*/
    width: 800px;
    left: 22%;
    left: calc(50% - 400px);
    top: 200px;
    text-align: center;
    z-index: 1000;
    position: fixed;
    background-color: #FFFFFF;
}

.dialogContent {
    padding: 30px 3.9%;
}

.dialogContent > div {
    padding: 0 10px 15px 10px;
}

.dialogContent button {
    background-color: #336799;
    margin: 5px 10px;
    color: #FFFFFF;
    border: none;
}

.dialogContent > div > p > a {
    text-decoration: underline;
    color: #336799;
}

.dialogContent button.yes {
    padding: 7px 15px;
}

.dialogContent button.no {
    padding: 7px 25px;
}

.grey {
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.3);
}

.lower {
    z-index: 700;
}

#subscriptionStatus {
    color: #FEA844;
}

#subscriptionStatus.reviewed {
    color: #6FBF7F;
}

select {
    background-color: #FFFFFF;
    border: 1px solid #336799;
    color: #336799;
    padding: 5px;
    box-sizing: content-box;
}

.firstCol span.hover.underline{
        /*float:right;*/
        width:49%;
        text-align: right;
        }

select[disabled] {
    border: 1px solid #C4C4C4;
}

select[disabled].textBox {
    border: 1px solid #336799;
}

input, input:focus {
    border: 1px solid #336799;
}

input[type="radio"], input[type="radio"]:focus {
    margin-left: 12px;
    color: #26A5CC;
}

input[type="checkbox"], input[type="checkbox"]:focus {
    color: #26A5CC;
}


.content {
    margin: 0.5%;
    width: 99%;
    margin-top: 40px;
}

.upper {
    width: 100%;
    display: block;
    float: left;
    padding-top: 10px;
}

.upperLeft {
    box-sizing: border-box;
    /*width: 66%;*/
    width: 75%;
    background-color: #FFFFFF;
    float: left;
    display: inline;
}

.firstCol {
    box-sizing: border-box;
    width: 49%;
    display: inline;
    float: left;
    padding: 5px 0;
    margin: 0 1%;
}

.firstCol span {
    box-sizing: border-box;
    display: inline-block;
    width: 40%;
}

.firstCol span.date {
    width: auto;
}

/*NEW ON BEHALF*/
.dates span {
    width: 25%;
}
/*NEW ON BEHALF*/

.firstCol select {
    box-sizing: border-box;
    width: 40%;
}

select.costCenter {
    width: 60%;
}

.firstCol form.view {
    padding-top: 10px;
    padding-bottom: 0;
}

.firstCol input, .firstCol input:focus {
    padding: 5px;
    margin: 0 1%;
}

.firstCol .textBox {
    display: inline-block;
    border: 1px solid #336799;
    margin: 0 auto;
    width: 40%;
}

.firstCol select {
    padding-left: 5px;
}

#employee {
    width: 29%;
    margin-right: 0;
}

#employee select, #employee .textBox {
    width: 50%;
}

#number {
    width: 35%;
    margin: 0;
}

#number span {
    padding-left: 3%;
    width: 50%;
}

#number select, #number .textBox {
    width: 40%;
}

select.date {
    width: 25%;
    margin: 0;
}

.firstCol.date {
    width: 17.5%;
    margin: 0;
}

.firstCol.audit {
    width: 30%;
    margin: 0;
    margin-left: 1%;
}
/*NEW ON BEHALF*/

.delegateChange {
    background-color: #336799;
    border: none;
    padding: 5px 13px;
    color: #FFFFFF;
}

/*NEW ON BEHALF*/
.firstCol.admin {
    width: 100%;
    margin: 0;
    /*NEW 20. admin mapping*/
    padding-bottom: 10px;  
    border-bottom: 1px solid #26A5CC;  
    margin-bottom: 20px;  
    /*NEW 20. admin mapping*/
}

.firstCol.delegate {
    margin: 30px 0 20px 0;
    float: left; 
    width: 98%; 
    padding: 0 1%;
    border: none;
}

.delegate form {
    margin-bottom: 10px;
}

.delegate span.label {
    width: auto;
}

.delegate #save {
    float: right; 
    padding: 5px 30px; 
    color: #FFFFFF; 
    margin-top: 10px; 
    margin-right: 0
}

.displayDelegate {
    margin-top: 30px; 
    float: left; 
    width: 98%; 
    padding: 0 1%;
}

.delegatesInfo {
    margin: 10px 0;
}

.delegateInfo {
    width: 75%; 
    float: left; 
    background-color: #36AAD1; 
    padding: 5px; 
    margin-right: 1%
}

.delegateInfo span {
    width: 15%; 
    color: #FFFFFF; 
    display:inline-block;
}

.delegateInfo span:first-child {
    width: 30%; 
}

.delegateInfo span:last-child {
    float: right;
    text-align: right;
    font-style: italic;
    margin-right: 4%; 
}

.delegateSave {
    width: auto; 
    display: inline-block; 
    margin-top: 20px
}

.delegateSave span {
    width: auto; 
    display: inline-block;
}

#searchBox {
    width: 20%;
}

#editDelegateButton {
    width: 10%; 
    margin-right: 1%
}

#removeDelegateButton {
    width: 10%; 
    margin-left: 0
}

#peopleFound {
    position: fixed; 
    box-sizing: border-box;
    max-height: 400px; 
    overflow-y: auto; 
    overflow-x: hidden; 
    background-color: #FFFFFF; 
    border: 1px solid #336799
}

#peopleFound .person {
    margin-left:5px; 
    box-sizing: border-box; 
    width: auto; 
    cursor: default;
}

.firstCol.admin span.label {
    width: 15%;
    margin: 0;
}

.firstCol.admin input, .firstCol.admin input:focus , .firstCol.admin select, .firstCol.admin .textBox {
    width: 10%;
}

.firstCol.admin .textBox {
    padding: 5px;
}

.firstCol.admin button, .firstCol.delegate button {
    background-color: #336799;
    border: none;
    padding: 5px 13px;
    margin-right: 30px;
}

.firstCol.admin button img, .firstCol.delegate button img {
    height: 20px;
    vertical-align: middle;
}
button.tableButton {
    border: none;
    background-color: #68BFDD;
    background-color: #81C9E2;
    color: #FFFFFF;
    padding: 5px;
    width: 15%;
    margin-right: 1%;
    margin-top: 20px;
    margin-bottom: 10px;
    /*outline: none;*/
}

.switchButtons {
    clear: both;
    padding-top: 10px;
    margin-bottom: 10px;
}

.switchButtons button {
    border: none;
    background-color: #68BFDD;
    background-color: #81C9E2;
    color: #FFFFFF;
    padding: 5px;
    width: 15%;
}

button.activeTable, .switchButtons button.activeTable {
    background-color: #36AAD1;
}


.firstCol .textBox {
    display: inline-block;
    border: 1px solid #336799;
    margin: 0 auto;
    width: 40%;
}

.firstCol.date .textBox, .firstCol.date select {
    display: inline-block;
    padding-left: 5%;
    padding-right: 5px;
    margin: 0 auto;
    width: 60%;
}

.costCenter.firstCol {
    margin-right: 3%;
    vertical-align: middle;
    width: 25%;
}

.costCenter.firstCol.label {
    margin-right: 1%;
    vertical-align: middle;
    width: 200px;
    padding-top: 11px;
    padding-bottom: 10px;
}

.costCenter.firstCol .textBox, .costCenter.firstCol select {
    width: 50%;
    padding-left: 5%;
}

.secondCol {
    box-sizing: border-box;
    width: 49%;
    display: inline;
    float: left;
    margin-top: 5px;
    padding: 0 1% 0 1%;
}

.secondCol span {
    display: inline-block;
    padding: 5px 1%;
}

.upperRight {
    box-sizing: border-box;
    background-color: #EAF0F5;
    float: right;
    /*width: 34%;*/
    width: 25%;
    margin: 0;
    padding: 5px 0 10px 1%;
}

.reviewTable {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    /*width: 69%;*/
    /*width: 68%;*/
    width: 66%;
    padding: 10px 1% 7px 1%;
}

table.review {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.review th:last-child {
    width: 120px;
}

.review th, .review td {
    text-align: center;
    padding: 0.6%;
}

.review th {
    font-weight: normal;
    border-bottom: 1px solid #336799;
}

.review th:first-child, .review td:first-child {
    text-align: left;
}

.firstCol > *, .secondCol > *, #myCalls .textBox {
    padding: 5px 1% 5px 0;
}

#myCalls .textBox {
    padding: 6px 1% 6px 5px;
}

#myCalls span {
    padding-bottom: 6px;
    padding-top: 6px;
}

.underline {
    text-decoration: underline;
}

.hover:hover {
    cursor: pointer;
}

#reviewButton {
    display: inline;
    float: right;
    padding: 7px 5%;
    margin: 65px 2% 0 1%;
    background-color: #336799;
    color: #FFFFFF;
    border: none;
}

#reviewButton[disabled], #exportButton[disabled], #saveButton[disabled] {
    background-color: #C4C4C4;
}

table {
    border-collapse: collapse;
}

.mainTable, .headerTable {
    clear: both;
    width: 100%;
    padding-top: 0;
}

.popupFilter .headerTable {
    padding-top: 0;
}

.mainTable {
    padding-top: 0;
    overflow-y: hidden;
    float: left;
}

#popupMainTable {
    overflow-y: hidden;
}

table.mainContent, table.headerContent {
    padding: 0;
    width: 99.9%;
    float: left;
    border-collapse: collapse;
    background-color: #F2F2F2;
    table-layout: fixed;
}

#myTeam table.mainContent tbody:nth-child(even), #costCenter table.mainContent tr:nth-child(odd), #audit table.mainContent tr:nth-child(odd) {
    background-color: #EBEBEB;
}

table.headerContent th, table.headerContent caption {
    background-color: #336799;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 7px 0.4%;
    border-bottom: none;
}

table.headerContent caption {
    border-bottom: none;
}

table.mainContent {
    border: none;
}

table.headerContent th:last-child, table.headerContent caption {
    border-right: none;
}

tr.tableDisabled th {
    background-color: #C4C4C4;
}

table.mainContent.bodies tbody.odd {
    background-color: #EBEBEB;
}

table.mainContent:not(.bodies) tr.even {
    background-color: #EBEBEB;
}

table.mainContent td {
    text-align: center;
    padding: 5px 0.4%;
    border: 1px solid #FFFFFF;
    word-wrap: break-word;
}

table.mainContent tr td:last-child {
    border-right: none;
}

table.mainContent td.targetNumber {
    border-bottom: none;
    position: relative;
    background-clip: padding-box;
}

table.mainContent td.empty {
    border: none;
}

.outer {
    position: relative;
    left: -15%;
}

.inner {
    position: relative;
    left: 15%;
}

.costCenterTable {
    width: 60%;
    float: left;
}

.costCenterTable.headerTable, #audit .headerTable {
    padding-top: 10px;
}

table.billTable td {
    padding: 7px;
}

table.billTable select {
    width: 30%;
}

.editing {
    padding: 0 !important;
}

.container {
    width: 60%; float: left;
}
.container table {
    width: calc(100% - 3px);
}

.container table.mainContent tr:nth-child(odd){
    background-color: #EBEBEB;
}

.container table.mainContent td div{
    outline: none;
}

.noSubscription {
    text-align: center;
    clear: both;
    width: 100%;
    margin: 2px 0 25px 0;
    padding: 142px 0;
    background-color: #F8F9FB;
    box-sizing: border-box;
}

.noSubscription:last-child {
    padding: 100px 0;
}

.noCost {
    text-align: center;
    clear: both;
    width: 100%;
    margin: 2px 0 10px 0;
    padding: 50px 0;
    background-color: #F8F9FB;
}


.subscriptionNumberTagDialog {
    position: absolute;
    left: 487px;
    top: 158px;
    border: 1px solid #336799;
    min-height: 100px;
    min-width: 300px;
    z-index: 1000;
    background-color: #FFFFFF;
}

.subscriptionNumberTagDialog button {
    color: #FFFFFF;
    background-color: #336799;
    border: none;
    padding: 5px 30px 5px 30px;
    margin: 10px 0;
    margin-left: 35%;
}

.subscriptionNumberTagDialog button[disabled] {
    background-color: #C4C4C4;
}

.subscriptionNumberTagDialog div:first-child {
    text-align: right;
}

.subscriptionNumberTagDialog .leftLabel {
    text-align: left;
    box-sizing: border-box;
    padding: 5px 5%;
    margin-right: 5%;
    float: left;
    clear: both;
    display: inline-block;
    width: 35%;
}

.subscriptionNumberTagDialog .right {
    margin-right: 10%;
    text-align: left;
    box-sizing: border-box;
    padding: 5px 5%;
    float: left;
    display: inline-block;
    width: 50%;
}

.subscriptionNumberTagDialog input.right {
    margin-right: 0;
}

.subscriptionNumberTagDialog input.right, .subscriptionNumberTagDialog input.right:focus {
    padding-right: 1%;
}


.tagDialog {
    position: absolute;
    left: 90%;
    top: 0;
    border: 1px solid #336799;
    min-height: 100px;
    min-width: 300px;
    z-index: 1000;
    background-color: #FFFFFF;
}

.tagDialog button {
    color: #FFFFFF;
    background-color: #336799;
    border: none;
    padding: 5px 30px 5px 30px;
    margin: 10px 0;
}

.tagDialog button[disabled] {
    background-color: #C4C4C4;
}

.tagDialog div:first-child {
    text-align: right;
}

.tagDialog .leftLabel {
    text-align: left;
    box-sizing: border-box;
    padding: 5px 5%;
    margin-right: 5%;
    float: left;
    clear: both;
    display: inline-block;
    width: 35%;
}

.tagDialog .right {
    margin-right: 10%;
    text-align: left;
    box-sizing: border-box;
    padding: 5px 5%;
    float: left;
    display: inline-block;
    width: 50%;
}

.tagDialog input.right {
    margin-right: 0;
}

.tagDialog input.right, .tagDialog input.right:focus {
    padding-right: 1%;
}

.popupFilter {
    width: 95%;
    top: 10%;
    left: 2.5%;
    text-align: center;
    z-index: 1000;
    position: fixed;
    background-color: #FFFFFF;
    border: 1px solid #336799;
}

.popupFilter table, .popupFilter caption {
    border: none;
}

.popupFilter table {
    border: none;
}

.popupFilter #filterButton {
    margin: 10px 2% 20px 0;
    color: #FFFFFF;
    padding: 5px 6%;
    float: right;
    background-color: #336799;
    border: none;
    text-decoration: none;
}

.contentDisabled {
    color: #C4C4C4;
}

.viewFilterDisabled {
    color: #D6D6D6;
}

.notFound {
    color: #E1584B;
    font-style: italic;
}

.lighterBlue {
    color: #26A5CC !important;
}

#reviewButton.lighterBlue {
    color: #26A5CC;
}

.backgroundLighterBlue {
    background-color: #26A5CC;
}

#exportButton, #saveButton {
    margin-top: 10px;
    color: #FFFFFF;
    padding: 5px 3%;
    float: right;
    background-color: #336799;
    border: none;
    text-decoration: none;
}

#saveButton {
    margin: 15px;
    width: 15%;
}

button.clear {
    display: none;
}

.mobileCell, .mobileRow, .mobileInnerRow, .firstCol .mobileSpan {
    display: none;
}

@media (min-width: 1000px) {

    body {
        overflow: hidden;
    }

    ul.mainNav {
        visibility: hidden;
    }

    #myCalls .popupFilter span.closeTag {
        padding-bottom: 0;
        padding-top: 0;
    }

    #myCalls .firstCol {
        /*width: 56%;*/ 
        width: 58%; 
        padding-top: 0;
        margin-bottom: 5px; 
        padding-top: 0;
    }

    #myCalls .firstCol .checkbox {
        /*width: 59%;*/ 
        width: 51%;
        float: left;
    }

    #myCalls .secondCol {
        /*width: 43%;*/
        width: 40%;
    }

    #myCalls .privateCol {
        width: 8%;
    }

    #myCalls .numberCol {
        width: 13%;
    }

    #myCalls .dateCol {
        width: 15%;
    }

    #myCalls .timeCol {
        width: 6%;
    }

    #myCalls .typeCol {
        width: 15%;
    }

    #myCalls .subLocCol {
        width: 11%;
    }

    #myCalls .tarLocCol {
        width: 11%;
    }

    #myCalls .durationCol {
        width: 11%;
    }

    #myCalls .amountCol {
        width: 10%;
    }

    #myTeam .nameCol {
        width: 14%;
    }

    #myTeam .numberCol {
        width: 11%;
    }

    #myTeam .monthCol {
        width: 14%;
    }

    #myTeam .subscriptionCol {
        width: 14%;
    }

    #myTeam .costCol {
        width: 34%;
    }

    #myTeam .totalCostCol {
        width: 10%;
    }

    #myTeam .profCostCol {
        width: 14%;
    }

    #myTeam .privCostCol {
        width: 10%;
    }

    #myTeam .confirmedCol {
        width: 13%;
    }

    /*#myTeam .unblockCol {
        width: 9%;
    }
    */
    .costCenterTable {
        width: 100%;
        float: left;
}
    #costCenter .vendorCol {
        width: 10%;
    }

    #costCenter .nameCol {
        width: 17%;
    }

    #costCenter .numberCol {
        width: 10%;
    }

    #costCenter .costCenterCol {
        width: 10%;
    }

    #costCenter .companyCol {
        width: 10%
    }

    #costCenter .monthCostCol {
        width: 10%;
    }

    #costCenter .confCol {
        width: 11%;
    }

    #costCenter .confMonthCol {
        width: 11%;
    }

    #costCenter .amountCol {
        width: 11%;
    }

    #audit .centerCol {
        width: 11%;
    }

    #audit .nameCol {
        width: 17%;
    }

    #audit .numberCol {
        width: 10%;
    }

    #audit .monthCol {
        width: 10%;
    }

    #audit .subscriptionCol {
        width: 12%;
    }

    #audit .costCol {
        width: 30%;
    }

    #audit .totalCostCol {
        width: 10%;
    }

    #audit .profCostCol {
        width: 10%;
    }

    #audit .privCostCol {
        width: 10%;
    }

    #audit .confirmedCol {
        width: 10%;
    }

    #audit .filterTable .imdlCol {
        width: 15%;
    }

    #audit .filterTable .nameCol {
        width: 20%;
    }

    #audit .filterTable .numberCol {
        width: 15%;
    }

    #audit .filterTable .supervisorCol {
        width: 18%;
    }

    #audit .filterTable .monthCol {
        width: 15%;
    }

    #audit .filterTable .totalExtraCol, #audit .filterTable .totalProfCol {
        width: 17%;
    }
}

@media (min-width: 1000px) {

    .firstCol {
        margin-right: 0;
    }

    .secondCol {
        padding-top: 2px;
        margin-top: 25px;
        width: 53%;
    }

    #myCalls .secondCol span {
        width: auto;
        float: left;
        padding: 5px 0;
    }

    #myCalls .secondCol span#subscriptionType {
        padding-right: 5px;
    }
    
    #myCalls .firstCol select, #myCalls .firstCol .textBox {
        /*width: 40%;*/
        width: 49%;
        margin-top: 6px;
    }

    #myCalls .firstCol span.label {
        display: inline-block;
        width: 90%;
        padding-left: 1%;
    }

    li:not(:first-child)::before {
        content: " | ";
        color: #FFFFFF;
        position: relative;
        left: -10px;
    }
}

@media (min-width: 1000px) and (max-width: 1350px) {
    *, body {
        font-size: 14px;
    }

    .firstCol {
        width: 42%;
    }

    .secondCol {
        width: 57%;
    }

    .filter {
        left: 43%;
    }
}

@media (min-width: 1140px) {
    #myCalls .firstCol div:first-child div:nth-child(2) {
        padding-top: 6px;
    }
    #myCalls .firstCol div:first-child input {
        position: relative;
        top: 2px;
    }
}

@media (min-width: 1240px) {
    .firstCol {
        width: 38%;
    }

    .secondCol {
        width: 61%;
    }

    .filter {
        left: 39%;
    }
}

@media (min-width: 1340px) {
    .firstCol {
        width: 39%;
    }

    .secondCol {
        width: 60%;
    }

    .filter {
        left: 40%;
    }

    #myCalls .firstCol select, #myCalls .firstCol .textBox {
        width: 49%;
    }
}

@media (min-width: 1600px) {
    .review th:last-child {
        width: 180px;
    }
}


@media (min-width: 1800px) {
    .firstCol {
        width: 33%;
    }

    .secondCol {
        width: 66%;
    }

    .filter {
        left: 34%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        -webkit-appearance: none;
        background: url(../../images/arrow.png) no-repeat right #FFFFFF;
        background-size: 32px 32px;
    }

    select[disabled] {
        background-image: url(../../images/arrow-grey.png);
    }

    select[disabled].textBox {
        background-image: none;
    }

    input[type="checkbox"][disabled], input[type="checkbox"][disabled]:focus {
        border-color: #C4C4C4;
    }

    input[type="checkbox"], input[type="checkbox"]:focus {
        -webkit-appearance: none;
        background-color: transparent;
        height: 15px;
        width: 15px;
    }

    input.checked[type="checkbox"], input.checked[type="checkbox"]:focus {
        background: url(../images/checkbox.png) no-repeat;
        background-size: 13px 13px;
    }

    input.checked[type="checkbox"][disabled], input.checked[type="checkbox"][disabled]:focus {
        background-image: url(../images/checkbox-grey.png);
    }
}

@media (max-width: 1000px) {

    select {
        background-size: 70px 70px;
    }

    #popupMainTable {
        overflow-y: auto;
    }

        #popupMainTable .mobileInnerRow, #popupMainTable td:not(.targetNumber) {
            -webkit-transform: translate3d(0, 0, 0);
        }

    input[type="checkbox"], input[type="checkbox"]:focus {
        background-color: #FFFFFF;
    }

    input.mobileInner[type="checkbox"], input.mobileInner[type="checkbox"]:focus {
        background-color: transparent;
    }

    .mobileRow input[type="checkbox"], .mobileRow input[type="checkbox"]:focus {
        background-color: #FFFFFF;
    }

    input.checked[type="checkbox"], input.checked[type="checkbox"]:focus {
        background-size: 46px 46px;
    }

    .subscriptionNumberTagDialog button.clear {
        z-index: 5000;
        display: inline-block;
        width: 50px;
        padding: 0;
        margin: 4px 0;
        text-align: center;
        position: relative;
        right: 65px;
    }

    .subscriptionNumberTagDialog input.right, .subscriptionNumberTagDialog input.right.notEmpty {
        padding-right: 57px;
    }

    .tagDialog button.clear {
        z-index: 5000;
        display: inline-block;
        width: 50px;
        padding: 0;
        margin: 4px 0;
        text-align: center;
        position: relative;
        right: 65px;
    }

    .tagDialog input.right, .tagDialog input.right.notEmpty {
        padding-right: 57px;
    }

    body {
        font-size: 200%;
    }

    img, svg {
        height: 50px;
    }

    #subscriptionType img, #subscriptionStatus img {
        width: 50px;
    }

    img.expand {
        height: 20px;
        padding-bottom: 9px;
        padding-top: 9px;
    }

    .totalCostCol span.details, .totalCostCol div.details, .unblockCol div.details {
        width: 50%;
        display: inline-block;
        float: left;
        text-align: right;
    }

    .amountCol span.details, .amountCol div.details, .unblockCol div.details {
        width: 50%;
        display: inline-block;
        float: left;
        text-align: right;
    }

        .unblockCol div.details img {
            float: right;
        }


    div.navBar span {
        padding: 18px 0;
    }

    .navBar {
        height: 80px;
        text-align: center;
        align-content: center;
    }

    .app {
        width: calc(100% - 250px);
        height: 80px;
    }

    #appLogo {
        float: none;
    }

    #appName {
        margin: 0 auto;
    }

    #pageName {
        position: fixed;
        display: block;
        top: 80px;
        height: 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: #36AAD1;
        text-align: center;
        color: #FFFFFF;
        padding: 12px 0;
    }

    .logo {
        height: 80px;
        width: 150px;
        background-size: 98px 70px;
    }

    ul.mainNav, #vertical, #help, span.user, img.user, .view {
        display: none;
    }

    #sideDropdown {
        display: block;
        float: right;
        height: 60px;
        padding: 10px 20px;
        max-width: 15%;
        background-color: #2B5885;
    }

    div.sideNav {
        height: 100%;
        width: 60%;
        left: 40%;
        top: 80px;
        text-align: center;
        z-index: 10000;
        position: fixed;
        background-color: #2B5885;
    }

        div.sideNav img {
            padding: 0;
        }

    ul.sidebar {
        width: 100%;
        height: 100%;
        text-align: left;
    }

        ul.sidebar li span {
            padding: 0;
        }

        ul.sidebar li {
            display: block;
            margin: 0 5%;
            border-bottom: 1px solid grey;
            padding: 5px 0;
        }

            ul.sidebar li:first-child, ul.sidebar li:last-child {
                padding: 60px 0;
            }

            ul.sidebar li .sideLink {
                display: block;
                padding: 60px 0;
            }

            ul.sidebar li:last-child {
                border: none;
            }

    #mobileManual {
        margin-right: 5%;
    }

    div.navBar span {
        padding: 20px 0;
    }

    .content {
        margin: 1%;
        width: 98%;
        margin-top: 140px;
    }

    #employee, #number {
        width: 100%;
        margin: 0;
    }

    .date.firstCol {
        margin-right: 3%;
        vertical-align: middle;
    }

    .firstCol .textBox, .firstCol select {
        padding: 5px 3%;
    }

    #myTeam .date.firstCol.end {
        margin-right: 0;
    }

    #myTeam .firstCol {
        float: left;
    }

    span.employee {
        padding: 5px 0;
    }

    #employee select {
        clear: both;
        display: block;
        width: 100%;
    }

    #number span {
        float: left;
        padding: 5px 0;
        width: 54%;
    }

    #number select, #number .textBox {
        margin-left: 10px;
        padding: 5px 3%;
        float: right;
        width: 44%;
        display: block;
    }

    span#subscriptionType, span#subscriptionStatus {
        padding-left: 90px;
        text-indent: -90px;
        width: calc(47.9% - 90px);
        display: inline-block;
        float: left;
        border-right: solid 1px #336799;
    }

    span#subscriptionStatus {
        width: calc(46.9% - 90px);
        padding-left: calc(2% + 90px);
        float: right;
        border: none;
    }

    .upperRight {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
        align-content: center;
        padding: 10px 5px 10px 5px;
    }

    .upperRight .reviewTable {
        padding: 0 2%;
        float: none;
        width: 100%;
    }

    .review th:first-child {
        width: 60%;
    }

    #reviewButton {
        clear: both;
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .upperLeft {
        display: block;
        width: 100%;
        text-align: center;
    }

    .firstCol {
        padding-top: 10px;
    }

    .firstCol span, .firstCol select, .firstCol .textBox {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .firstCol, .secondCol {
        display: block;
        width: 100%;
        text-align: left;
    }

    .firstCol.date {
        width: 48.5%;
        float: left;
        text-align: left;
    }

    .firstCol.date span.date {
        width: auto;
        display: inline-block;
    }

    .firstCol.date .textBox, .firstCol.date select {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .secondCol {
        border-top: solid 1px #336799;
        padding: 10px 1%;
        margin-top: 15px;
    }

    .subscriptionNumberTagDialog {
        position: fixed;
        left: 10%!important;
        top: 40%;
        height: auto;
        width: 80%;
        z-index: 1000;
        background-color: #FFFFFF;
    }

    .subscriptionNumberTagDialog button {
        padding: 5px 50px 5px 50px;
        margin: 30px 0;
    }

    .tagDialog {
        position: fixed;
        left: 10%!important;
        top: 40%;
        height: auto;
        width: 80%;
        z-index: 1000;
        background-color: #FFFFFF;
    }

    .tagDialog button {
        padding: 5px 50px 5px 50px;
        margin: 30px 0;
    }

    .mainTable {
        overflow-y: visible;
        padding-top: 0;
    }

    table.headerContent th, table.mainContent td {
        padding: 10px 5px;
        border-left: none;
        border-right: none;
        outline: none;
    }

    table.headerContent th {
        background-color: #68BFDD;
    }

    table.headerContent caption {
        background-color: #36AAD1;
    }

    table.mainContent th {
        background-color: #68BFDD;
    }

    table.mainContent td, table.mainContent td > span {
        color: #FFFFFF;
    }

    table#popupMainContent.bodies tbody tr.mobileRow td {
        background-color: #336799;
    }

    table#popupMainContent.bodies tbody.odd tr.mobileRow td {
        background-color: #2B5885;
    }

    table#popupMainContent.bodies tbody tr.mobileInnerRow td {
        background-color: #F2F2F2;
    }

    table#popupMainContent.bodies tbody tr.mobileInnerRow.odd td {
        background-color: #EBEBEB;
    }

    .mobileHidden {
        display: none !important;
    }

    .mobileCell {
        display: table-cell;
    }

    .mobileRow {
        display: table-row;
    }

    .mobileInnerRow {
        display: table-row;
    }

    .firstCol .mobileSpan {
        display: inline-block;
    }

    tr.mobileInnerRow td, tr.mobileInnerRow td > span {
        color: #336799;
    }

    .oddRow td {
        background-color: #2B5885;
    }

    .evenRow td {
        background-color: #336799;
    }

    .oddInnerRow td {
        background-color: #F2F2F2;
    }

    .evenInnerRow td {
        background-color: #EBEBEB;
    }

    .outer {
        left: 0;
    }

    .expand {
        float: right;
        display: inline-block;
        vertical-align: middle;
        padding-left: 20%;
        padding-right: 20%;
    }

    div.reportInfo {
        padding: 0 2%;
        margin: 0 auto;
    }

    div.reportInfo span:first-child {
        display: block;
        float: none;
        padding: 5px 0 10px 0;
        border-bottom: 1px solid #336799;
    }

    div.reportInfo span:nth-child(2) {
        display: block;
        padding-top: 7px;
        clear: both;
    }

    #exportButton {
        display: none;
    }

    .dialog, .error {
        width: 95%;
        left: 2.5%;
        height: auto;
    }

    .dialogContent, .errorContent {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .dialogContent > div, .errorContent  div {
        margin-bottom: 10px;
    }

    .review th:last-child {
        width: 240px;
    }

    input[type='checkbox'], input[type='checkbox']:focus {
        width: 46px;
        height: 46px;
    }

    #myCalls .privateCol {
        width: 25%;
    }

    #myCalls .numberCol {
        width: 40%;
    }

    #myCalls .amountCol {
        width: 35%;
    }

    #myCalls th.amountCol {
        padding-right: 110px;
    }

    #myCalls .detailsCol {
        text-align: left;
        width: 75%;
    }

    #myTeam .monthCol {
        /*width: 33%;*/
        width: 50%;
    }

    /*#myTeam .confirmedCol {
        width: 34%;
    }*/

    #myTeam .unblockCol {
        /*width: 33%;*/
        width: 50%;
    }

    #myTeam th.unblockCol {
        padding-right: 90px;
    }

    p {
        display: block;
        height: auto;
        clear: both;
    }

    .detailsCol span {
        display: block;
    }
    .firstCol span.hover.underline{
        float:right;
        text-align: right;
        margin-right: 2%;
    }
}

@media (min-aspect-ratio: 13/9) and (orientation: landscape) and (max-width: 1000px), (min-device-width: 700px) and (max-width: 1000px) {

    .upperLeft {
        width: 100%;
        clear: none;
    }

    .firstCol {
        float: right;
        width: 45%;
        padding: 0;
    }

    .dialog, .error {
        top: 20%;
    }

    ul.sidebar li .sideLink {
        padding: 30px 0;
    }

    ul.sidebar li:first-child, ul.sidebar li:last-child {
        padding: 30px 0;
    }

    ul.sidebar li .sideLink {
        padding: 30px 0;
    }

    .firstCol span, .firstCol select, .firstCol .textBox {
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .secondCol {
        margin-top: 5px;
        border-top: none;
    }

    .upperRight {
        width: 48%;
        position: absolute;
        z-index: 1;
    }

    #myTeam #employee, #myTeam #number {
        width: 80%;
    }

    #employee span, #employee select, #number span, #number select {
        display: inline;
        clear: none;
        width: auto;
        float: left;
    }

    #myTeam select, #myTeam .textBox {
        width: calc(60% + 50px);
        float: right;
        margin-left: 20px;
    }

    #number select, #number .textBox {
        width: 60%;
    }
}

@media (min-aspect-ratio: 13/9) and (max-device-width: 700px) and (orientation: landscape) {

    select {
        background-size: 50px 50px;
    }

    input.checked[type="checkbox"], input.checked[type="checkbox"]:focus {
        background-size: 28px 28px;
    }

    img.close {
        height: 30px;
        padding: 10px 10px 0 10px;
    }

    caption img.close {
        padding-top: 0;
    }

    ul.sidebar li .sideLink {
        padding: 10px 0;
    }

    ul.sidebar li:first-child, ul.sidebar li:last-child {
        padding: 10px 0;
    }

    #myTeam #employee, #myTeam #number {
        width: 100%;
    }

    #myCalls th.amountCol {
        padding-right: 70px;
    }

    .subscriptionNumberTagDialog {
        top: 10%;
    }

    .subscriptionNumberTagDialog button.clear {
        margin: 6px 0;
    }

    .tagDialog {
        top: 10%;
    }

    .tagDialog button.clear {
        margin: 6px 0;
    }

    .popupFilter {
        font-size: 75%;
    }

    #myCalls .popupFilter caption span {
        padding-bottom: 0;
        padding-top: 0;
    }

    .popupFilter table.headerContent th, .popupFilter table.mainContent td {
        padding: 5px 0.4%;
    }

    .popupFilter #filterButton {
        margin: 10px 2% 10px 0;
    }

    input[type='checkbox'], input[type='checkbox']:focus {
        height: 30px;
        width: 30px;
    }

    .detailsCol span {
        display: block;
    }
    .firstCol span.hover.underline{
        float:right;
        text-align: right;
        margin-right: 2%;
    }
}

select::-ms-expand {
    color: #336799;
    background-color: #EAF0F5;
    border: none;
    margin: 0;
    padding: 3px;
}

select[disabled]::-ms-expand {
    color: #C4C4C4;
    background-color: #EAF0F5;
}

select[disabled].textBox::-ms-expand {
    color: #FFFFFF;
    background-color: #FFFFFF;
}

input::-ms-clear {
    background-color: #336799;
    color: #FFFFFF;
}

::-ms-check {
    color: #26A5CC;
    background-color: transparent;
    border: 1px solid #336799;
}

[disabled]::-ms-check, [disabled] ::-ms-check {
    color: #848484;
    background-color: transparent;
    border: 1px solid #848484;
}

@media (max-device-width: 700px) and (orientation: portrait) {

    select {
        background-size: 72px 72px;
    }

    input.checked[type="checkbox"], input.checked[type="checkbox"]:focus {
        background-size: 46px 46px;
    }

    img.close {
        height: 50px;
        padding: 10px 10px 0 10px;
    }

       caption img.close {
        padding-top: 0;
    }

    body {
        font-size: 315%;
    }

    .app {
        width: calc(100% - 350px);
        height: 120px;
    }

    #pageName {
        top: 60px;
        height: 45px;
    }

    .content {
        margin-top: 90px;
    }

    div.sideNav {
        top: 120px;
    }

    .dialog, .error {
        top: 30%;
    }

    .dialogContent, .errorContent {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    img, svg {
        height: 75px;
    }
    #subscriptionType img, #subscriptionStatus img {
    width: 75px;
}

    img.expand {
        height: 30px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .navBar {
        height: 120px;
    }

    div.navBar span {
        padding: 24px 0;
    }

    #sideDropdown {
        height: 90px;
        padding: 15px 20px;
    }

    .logo {
        height: 120px;
        width: 168px;
        background-size: 147px 105px;
    }

    #pageName {
        top: 120px;
        height: 90px;
        padding: 18px 0;
    }

    ul.sidebar li {
        padding: 5px 0;
    }

    ul.sidebar li:first-child, ul.sidebar li:last-child {
        padding: 30px 0;
    }

    ul.sidebar li .sideLink {
        padding: 30px 0;
    }

    #reviewButton {
        margin-bottom: 20px;
    }

    .content {
        margin-top: 210px;
    }

    table.headerContent th, table.mainContent td {
        padding: 20px 5px;
    }

    div.reportInfo span {
        font-size: 75%;
    }

    .firstCol select, .firstCol .textBox {
        box-sizing: border-box;
        width: 100%;
    }

    .firstCol span {
        box-sizing: border-box;
        width: 49%;
    }
    
    #myCalls th.amountCol {
        padding-right: 110px;
    }

    .detailsCols span {
        display: block;
    }
}

@media (min-device-width: 700px) and (max-width: 1000px) {

    #myTeam #employee {
        width: 48.5%;
        margin-right: 3%;
    }

    #myTeam #number {
        width: 48.5%;
    }

    #myTeam select, #myTeam .textBox, #myTeam .firstCol.date select, #myTeam .firstCol.date .textBox {
        width: 50%;
    }

    .firstCol span, .firstCol select, .firstCol .textBox, .firstCol.date span, .firstCol.date select, .firstCol.date .textBox {
        margin-bottom: 4px;
        margin-top: 4px;
    }

    .subscriptionNumberTagDialog button.clear {
        width: 30px;
        margin: 4px 0;
        right: 55px;
    }
    
    .subscriptionNumberTagDialog input.right, .subscriptionNumberTagDialog input.right.notEmpty {
        padding-right: 35px;
    }

    
    .tagDialog button.clear {
        width: 30px;
        margin: 4px 0;
        right: 55px;
    }
    
    .tagDialog input.right, .tagDialog input.right.notEmpty {
        padding-right: 35px;
    }

    .detailsCol span {
        display: inline;
    }

    .detailsCol span:first-child {
        padding-right: 20px;
        border-right: 1px solid #336799;
    }

    .detailsCol span:last-child {
        padding-left: 15px;

    }
    .firstCol span.hover.underline{
        float:right;
        text-align: right;
        margin-right: 2%;
    }
}


@media (min-device-width: 700px) and (max-width: 1000px) and (orientation: portrait) {

    select {
        background-size: 34px 34px;
    }

    input.checked[type="checkbox"], input.checked[type="checkbox"]:focus {
        background-size: 22px 22px;
    }

    .firstCol {
        padding-top: 5px;
    }

    .secondCol {
        margin-top: 10px;
    }

    body {
        font-size: 120%;
    }

    .app {
        width: calc(100% - 150px);
        height: 44px;
        padding-top: 6px;
    }

    #pageName {
        top: 24px;
        height: 18px;
    }

    .content {
        margin-top: 36px;
    }

    div.sideNav {
        top: 50px;
    }

    .dialog, .error {
        top: 30%;
    }

    .dialogContent, .errorContent {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .dialogContent > div, .errorContent div {
        margin-bottom: 0;
    }

    img, svg {
        height: 30px;
    }

    #subscriptionType img, #subscriptionStatus img {
        width: 30px;
    }

    img.expand {
        height: 10px;
        padding-bottom: 11px;
        padding-top: 11px;
    }

        img.close {
        height: 20px;
        padding: 5px 5px 0 5px;
    }

       caption img.close {
        padding-top: 0;
    }

    span#subscriptionType, span#subscriptionStatus {
        padding-left: 36px;
        text-indent: -36px;
        width: calc(47.9% - 36px);
    }

    span#subscriptionStatus {
        width: calc(46.9% - 36px);
        padding-left: calc(2% + 36px);
    }

    .navBar {
        height: 50px;
    }

    div.navBar span {
        padding: 10px 0;
    }

    #sideDropdown {
        height: 38px;
        padding: 6px 8px;
    }

    .logo {
        height: 50px;
        width: 70px;
        background-size: 59px 42px;

    }

    #logo {
        height: 42px;
        margin: 4px;
    }

    #pageName {
        top: 50px;
        height: 36px;
        padding: 7px 0;
    }

    #reviewButton {
        margin-bottom: 8px;
    }

    .content {
        margin-top: 84px;
    }

    table.headerContent th, table.mainContent td {
        padding: 8px 2px;
    }

    input[type='checkbox'], input[type='checkbox']:focus {
        width: 24px;
        height: 24px;
    }

    #myCalls th.amountCol {
        padding-right: 45px;
    }

    #myTeam th.unblockCol {
        padding-right: 65px;
    }
}

@media (min-device-width: 700px) and (max-width: 1000px) and (orientation: landscape) {

    select {
        background-size: 28px 28px;
    }

    input.checked[type="checkbox"], input.checked[type="checkbox"]:focus {
        background-size: 16px 16px;
    }

    ul.sidebar li:first-child, ul.sidebar li:last-child {
        padding: 12px 0;
    }

    ul.sidebar li .sideLink {
        padding: 12px 0;
    }

    .firstCol {
        padding-top: 20px;
    }

    #myCalls .firstCol {
        padding-top: 0;
    }

    .firstCol span, .firstCol select, .firstCol .textBox {
        margin-bottom: 3px;
        margin-top: 3px;
    }

    #myTeam select, #myTeam .textBox {
        margin-left: 8px;
    }

    body {
        font-size: 80%;
    }

    .app {
        width: calc(100% - 150px);
        height: 44px;
        padding-top: 6px;
    }

    .app * {
        vertical-align: middle;
    }

    #pageName {
        top: 24px;
        height: 18px;
    }

    .content {
        margin-top: 36px;
    }

    div.sideNav {
        top: 50px;
    }

    .dialog, .error {
        top: 30%;
    }

    .dialogContent, .errorContent {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .dialogContent > div, .errorContent div {
        margin-bottom: 0;
    }

    img, svg {
        height: 30px;
    }

    #subscriptionType img, #subscriptionStatus img {
    width: 30px;
}

    img.expand {
        height: 10px;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    span#subscriptionType, span#subscriptionStatus {
        padding-left: 36px;
        text-indent: -36px;
        width: calc(47.9% - 36px);
    }

    span#subscriptionStatus {
        width: calc(46.9% - 36px);
        padding-left: calc(2% + 36px);
    }

    .navBar {
        height: 50px;
    }

    div.navBar span {
        padding: 10px 0;
    }

    #sideDropdown {
        height: 38px;
        padding: 6px 8px;
    }

    .logo {
        height: 50px;
        width: 70px;
        background-size: 59px 42px;
    }

    #logo {
        height: 42px;
        margin: 4px;
    }

    #pageName {
        top: 50px;
        height: 36px;
        padding: 7px 0;
    }

    #reviewButton {
        margin-bottom: 8px;
    }

    .content {
        margin-top: 84px;
    }

    table.headerContent th, table.mainContent td {
        padding: 8px 2px;
    }

    input[type='checkbox'], input[type='checkbox']:focus {
        width: 18px;
        height: 18px;
    }

    #myCalls th.amountCol {
        padding-right: 35px;
    }

    #myTeam th.unblockCol {
        padding-right: 65px;
    }

    .subscriptionNumberTagDialog button.clear {
        width: 25px;
        margin: 4px 0;
        padding: 2px 0;
        right: 55px;
    }
    .subscriptionNumberTagDialog input.right, .subscriptionNumberTagDialog input.right.notEmpty {
        padding-right: 30px;
    }

    .tagDialog button.clear {
        width: 25px;
        margin: 4px 0;
        padding: 2px 0;
        right: 55px;
    }
    .tagDialog input.right, .tagDialog input.right.notEmpty {
        padding-right: 30px;
    }

    .firstCol span.hover.underline{
        float:right;
        text-align: right;
        margin-right: 2%;
    }
}

input, input:focus, textarea, keygen, select, select:focus, button {
    font-size: 100%;
}

.highlighted {
    background-color: #26A0DA;
    color: white;
}
.person:hover {
    background-color: #DEDEDE;
}

.highlighted:hover {
    background-color: #5AB7E3;
}



 /*//10122017 - Inactive Users/Employeenumber/SwisscomLinks (aleano)*/
.invalid-user {
    color: #ff0000;
}

.contracted-personnel{
    color: gray;
}

 #audit .empnumCol {
        width: 11%;
    }

  #audit .statusCol {
        width: 11%;
    }

  
/* Maintenance Page */

.maintenance-message {
    font-size: 3em;
    white-space: pre-line;
}

@media (max-width: 1000px) {
    .maintenance-message {
        font-size: 1em;
    }
}

.maintenance-content > div:nth-child(1) {
    position: relative;
}

.maintenance-content > div:nth-child(1) > div {
    display: block;
}

.maintenance-content > div:nth-child(2) {
    position: relative; 
    top: 10px; 
    padding-left: 10px;
}

/* Maintenance Configuration Page */

.maintenanceconfig-onoffswitch {
        position: relative;
        width: 90px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
}

.maintenanceconfig-onoffswitch-checkbox {
    display: none;
}

.maintenanceconfig-onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.maintenanceconfig-onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.maintenanceconfig-onoffswitch-inner:before, .maintenanceconfig-onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.maintenanceconfig-onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #34A7C1;
    color: #FFFFFF;
}

.maintenanceconfig-onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.maintenanceconfig-onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.maintenanceconfig-onoffswitch-checkbox:checked + .maintenanceconfig-onoffswitch-label .maintenanceconfig-onoffswitch-inner {
    margin-left: 0;
}

.maintenanceconfig-onoffswitch-checkbox:checked + .maintenanceconfig-onoffswitch-label .maintenanceconfig-onoffswitch-switch {
    right: 0px;
}

.maintenanceconfig-peopleFound {
    position: relative;
    z-index: 999;
    top: 72px;
    left: 537px;
}

.maintenanceconfig-inner {
    position:relative; 
    top: 50px;
    padding-left: 10px;
}

.maintenanceconfig-textarea {
    border: 1px solid;
}

/* Phase 2 */
#deleteUser, #resetBillPos {
    color: #FFFFFF;
    padding: 5px 3%;
    background-color: #336799;
    border: none;
    text-decoration: none;
}

#deleteUser[disabled], #resetBillPos[disabled]{
    background-color: #C4C4C4;
}

.addUsersPopup, .addDelegatePopup {
    position: absolute;
    border: 1px solid #336799;
    width: 95%;
    top: 10%;
    left:2.5%;
    z-index: 1000;
    background-color: #FFFFFF;
}

.addUsersPopup button {
    color: #FFFFFF;
    background-color: #336799;
    border: none;
    padding: 5px 30px 5px 30px;
}

#addButton{
    margin-top: 15px;
    margin-right: 5px;
    width: 15%;
    color: #FFFFFF;
    padding: 5px 3%;
    float: right;
    background-color: #336799;
    border: none;
    text-decoration: none;
}
.addUsersPopup .closeTag{
    padding-bottom: 0;
    padding-top: 0;
}
.addUsersPopup #searchBox{
    width: 20%;
    margin-left: 5px;
    margin-right: 5px;
}
.addUsersPopup .okSearch{
    float: right;
    width: 15%;
    color: #FFFFFF;
    padding: 5px 3%;
    vertical-align: middle;
    background-color: #336799;
    border: none;
    text-decoration: none;
    margin: 10px 10px 15px 0;
}

.addUsersPopup div:first-child {
    text-align: right;

}
#peopleFoundFromUsername {
    position: fixed; 
    box-sizing: border-box;
    max-height: 400px; 
    overflow-y: auto; 
    overflow-x: hidden; 
    background-color: #FFFFFF; 
    border: 1px solid #336799
}

#peopleFoundFromUsername .person {
    margin-left:5px; 
    box-sizing: border-box; 
    width: auto; 
    cursor: default;
}

#peopleFoundToUsername {
    position: fixed; 
    box-sizing: border-box;
    max-height: 400px; 
    overflow-y: auto; 
    overflow-x: hidden; 
    background-color: #FFFFFF; 
    border: 1px solid #336799;
}

#peopleFoundToUsername .person {
    margin-left:5px; 
    box-sizing: border-box; 
    width: auto; 
    cursor: default;
}

.delegateDatePicker{
    width: 62%;
}


.addDelegatePopup .closeTag{
    float: right;
    text-align: right;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
}

.addDelegatePopup #searchBox{
    width: 70%;
    margin-left: 15px;
    margin-right: 5px;
}

.datepicker{
    margin-left: 19px;
}

.addDelegatePopup .toUsername {
     margin: auto;
     padding: 10px;
     width: 30%;
}

.addDelegatePopup .fromUsername {
     margin: auto;
     padding: 10px;
     width: 30%;
     float: left;

}

.addDelegatePopup .toDatepicker {
     margin: auto;
     padding: 10px;
     width: 30%;
}

.addDelegatePopup .fromDatepicker {
     margin: auto;
     padding: 10px;
     width: 30%;
     float: left;
}
    
.addDelegatePopup #addDelegate{
    float: right;
    width: 15%;
    color: #FFFFFF;
    padding: 5px 3%;
    vertical-align: middle;
    background-color: #336799;
    border: none;
    text-decoration: none;
    margin: 10px 10px 15px 0;
}

.contentPopupDelegates {
    margin: 0.5%;
    margin-top: 10px;
}

.upperPart{
    height: 20%;
    margin-bottom: 30px;
}
.middlePart{
    margin-bottom: 30px;
   
}

.toUsername > .notFound {
    float: left;
}

.validationError{
    color: red;
}