.login-title,
.logout-title,
.main-title {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    background: #065F53;
    color: #fff;
}
.login-form-wrapper,
.code-verification-form .two-factor-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px 0;
}
.reset-form-wrapper {
    max-width: 600px;
}
.forgot-pass {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    color: #666;
}
.login-notification {
    font-size: 18px;
    text-align: center;
}
.login-form input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.login-remember-forgot {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    color: rgba(48, 51, 58, 0.698039215686274);
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
}
.login-remember-forgot .forgot-pass {
    display: flex;
    align-items: center;
}
.login-remember-forgot .check-member {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;
}
.login-remember-forgot .check-member .asb-check-input {
    width: 14px;
    margin-top: 0;
    margin-right: 5px;
}
.login-remember-forgot .check-member .asb-check-label.label-remember {
    margin-bottom: 0 !important;
    color: #666
}
.login-remember-forgot .check-member .loggedin {
    width: auto;
    margin: 0;
    margin-right: 5px;
}
.code-verification-form .two-factor-form .login-text {
    text-align: center;
    color: #6B808C;
}
.login-logo-email {
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.login-logo-email hr {
    width: calc(50% - 40px);
}
.login-logo-email .logo-email {
    background: #E4E9EB;
    border-radius: 50%;
    min-width: 50px;
    width: 50px;
    height: 50px;
    position: relative;
}
.login-logo-email .logo-email i {
    font-size: 24px;
    color: #6B808C;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.login-field-in.verify-phone .submit-btn {
    margin-top: 15px;
    margin-bottom: 15px;
}
.login-field-in.verify-phone .login-note {
    text-align: center;
}
.login-field-in.verify-phone .login-label {
    margin-bottom: 10px;
}
.login-field-in.verify-phone .row {
    margin: 0;
}
.login-field-in.verify-phone .notif-err {
    color: #ff0000;
}

.main-btn {
    width: 100%;
    -moz-box-shadow: 0px 1px 0px 0px #cccccc;
    -webkit-box-shadow: 0px 1px 0px 0px #cccccc;
    box-shadow: 0px 1px 0px 0px #cccccc;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #088f79), color-stop(1, #087060));
    background:-moz-linear-gradient(top, #088f79 5%, #087060 100%);
    background:-webkit-linear-gradient(top, #088f79 5%, #087060 100%);
    background:-o-linear-gradient(top, #088f79 5%, #087060 100%);
    background:-ms-linear-gradient(top, #088f79 5%, #087060 100%);
    background:linear-gradient(to bottom, #088f79 5%, #087060 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#088f79', endColorstr='#087060',GradientType=0);
    background-color:#088f79;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    border:1px solid #034037;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:4px 23px;
    text-decoration:none;
    text-shadow:0px 1px 2px #5c5c5c;
}
.main-btn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #087060), color-stop(1, #088f79));
    background:-moz-linear-gradient(top, #087060 5%, #088f79 100%);
    background:-webkit-linear-gradient(top, #087060 5%, #088f79 100%);
    background:-o-linear-gradient(top, #087060 5%, #088f79 100%);
    background:-ms-linear-gradient(top, #087060 5%, #088f79 100%);
    background:linear-gradient(to bottom, #087060 5%, #088f79 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#087060', endColorstr='#088f79',GradientType=0);
    background-color:#087060;
    color: #fff;
    text-decoration: none;
}
.main-btn:active {
    position:relative;
    top:1px;
}

/*New Menu*/
.new-menu {
    border-bottom: 1px solid #777;
    position: sticky;
    z-index: 1000;
    top: 29px;
    background: white;
}
.new-menu .new-menu-content {
    display: flex;
    justify-content: space-between;
}
.new-menu .link-item {
    color: #333;
    position: relative;
}
.new-menu .link-item i {
    display: inline;
    font-size: 4px;
    position: absolute;
    top: 7px;
    right: 0px;
    color: #4FBD60;
}
.new-menu .management-child {
    top: 100%;
    left: 0;
    background: #f2f2f2;
    border: 1px solid #333;
    width: 140px;
    z-index: 100;
}
.new-menu .management-link {
    color: #333;
    border-color: #666;
}
.new-menu .management-link:hover {
    background: #065F53;
    color: #fff;
    text-decoration: none;
}
.logout-content {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}
.logout-wrapper {
    padding-bottom: 40px;
}
.btn-logout {
    width: 200px;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 3px 0;
    border-top: 1px solid #777;
    background: #fff;
    z-index: 100;
}
.fixed-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fixed-footer-content .change-company {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.fixed-footer-content .change-company:hover {
    text-decoration: none;
}
.secondary-btn {
    border: 1px solid #666;
    border-radius: 5px;
    padding: 4px 10px;
    background: linear-gradient(to bottom, #acacac, #f2f2f2, #f2f2f2, #acacac);
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.secondary-btn:hover {
    color: inherit;
    text-decoration: none;
}
.login-tasktracker {
    min-width: 180px;
    text-align: center;
}
.fixed-footer-content .login-tasktracker {
    margin-left: auto;
}

.all-content {
    padding-bottom: 60px;
}
.main-screen {
    padding: 30px 0 0;

}
.welcome-user {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
    text-decoration: underline;
}
.mainModule{
    border-radius:15px;
    width:300px;
    border:solid 1px#C0C0C0;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.mainscreen-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    font-family: "Times New Roman";
}
.mainscreen-link {
    display: block;
    margin-right: auto;
    color: #000;
    margin-top: 3px;
    font-size: 16px;
}

.search-all {
    padding-top: 30px;
}
.companyTable {
    width: 100%;
}
.companyTable th, .companyTable td {
    padding: 0 5px;
    text-align: center;
}
.companyTable th .btn-sort {
    color: #000;
    font-size: 10px;
}
.companyTable .select {
    background: #c0c0c0;
    font-weight: bold;
    box-shadow: 0px 5px 5px #666;
}
.companyTable .select .departmentName {
    /*background: #FAF266;*/
}
.companyTable .fa-envelope {
    margin-left: 8px;
}
.search-in-table td {
    padding: 5px;
}
.select-company {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}
.select-company:hover {
    color: #000;
}
.departmentName {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background: #f2f2f2;
    margin-bottom: 2px;
}
.countNumber {
    font-weight: bold;
}
.gbuttonc .main-btn {
    width: 150px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.selected-company-info .company-name {
    font-size: 18px;
    font-weight: 700;
    font-family: "Times New Romans";
}
.selected-company-info .gbutton {
    display: inline-block;
}

.admin-message {
    padding: 40px 0 0;
}
.messaging-company {
    font-size: 18px;
    font-weight: bold;
    font-family: "Times New Roman";
    text-align: center;
}
.messaging-form {
    max-width: 600px;
    margin: 0 auto;
}
.messaging-form .form-group {
    margin-left: 0;
    margin-right: 0;
}
.message-multiple {
    display: flex;
    justify-content: space-between;
}
.messaging-form .message-multiple:before,
.messaging-form .message-multiple:after {
    content: none;
}
.message-group-inside {
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    align-items: center;
}
.message-multiple .message-group-inside:first-child {
    width: 40%;
}
.message-multiple .message-group-inside:last-child {
    width: 58%;
}
.message-group-inside .form-control,
.message-group-inside .control-label,
.messaging-form .paylink-group .form-control ,
.messaging-form .paylink-group .control-label {
    width: auto;
    text-align: left;
    min-width: 60px;
}
.message-group-inside .control-label,
.messaging-form .paylink-group .control-label {
    padding: 0;
}
.message-group-inside .form-control,
.messaging-form .paylink-group .form-control {
    flex-grow: 1;
    margin-left: 5px;
}
.messaging-form .paylink-group {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.messaging-group-btn {
    display: flex;
    justify-content: space-between;
}
.messaging-group-btn .save-btn,
.messaging-group-btn .clear-btn {
    width: 150px;
}
.messaging-form .messaging-textarea {
    height: 150px;
}
.messaging-form .ending-countdown {
    margin-bottom: 0;
    margin-left: 5px;
}

.remove-company {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
}
.remove-company-form .cr-message {
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
}
.remove-company-form .btn-remove-company {
    width: 200px;
    margin: 0 auto;
}
.remove-company-form .rm-label {
    text-align: right;
    font-weight: normal;
    font-style: italic;
}


/*Add Company*/
.form-addCompany {
    max-width: 600px;
    margin: 30px auto 0;
}

.divTitle {
    text-align: center;
    font-size: 130%;
    border-bottom: 1px solid #666;
    background: #F2F2F2;
    margin: 20px 0;
    padding: 3px 0;
}

.form-group-fields {
    margin-bottom: 5px;
}

.form-group-fields input {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group-fields input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.error {
    font-size: 12px;
    display: block;
    color: #ff0000;
}

.submit-company {
    width: 200px;
    margin-top: 10px;
}


.form-group-fields select {
    display: inline-block;
    height: 34px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}


/*Edit Company*/

.form-editCompany {
    max-width: 600px;
    margin: 30px auto 0;
}

.name-company {
    text-align: center;
}

.change-other-company {
    text-align: center;
    margin: 10px 0;
    font-size:15px;
    width: 200px;
    display: block;
    color: #000000;
}

.change-other-company a:hover {
    text-decoration: none;
    color: initial;
}
.edit-company-success {
    text-align: center;
}
.edit-company-success .main-btn {
    display: inline-block;
    width: auto;
}
.edit-company-success .main-btn:hover {
    color: #000;
    text-decoration: none;
}

/*Apps*/
.edit-applications {
    padding-top: 40px;
}
.apps-table input {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.apps-table th,
.apps-table td {
    text-align: center ;
}
.edit-applications .light {
    width: 30px;
    height: 30px;
    background-image: url(../mainwebimage/stoplight.png );
    background-repeat: no-repeat;
    margin: 0 auto;
}
.edit-applications .light.green {
    background-position: 0 -60px;
}
.edit-applications .light.yellow {
    background-position: 0 -30px;
}
.edit-applications .light.red {
    background-position: 0 0;
}

/* billing changes */
.actions-changes-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.actions-changes-group .billing-label {
    margin-right: 15px;
}
.actions-changes-group .changes-group {
    display: flex;
    align-items: center;
    
}
.actions-changes-group .changes-group .change-item {
    width: 130px;
}
.actions-changes-group .changes-group .change-item .check-icon {
    margin-right: 3px;
    width: 14px;
    display: flex;
    align-items: center;
}
.actions-changes-group .changes-group .change-item .check-icon i {
    display: none;
    font-size: 12px;
}
.actions-changes-group .changes-group .change-item.active .check-icon i {
    display: block;
}
.actions-changes-group .changes-group .change-item {
    color: #797979;
    margin-right: 15px;
    display: flex;
}
.actions-changes-group .changes-group .change-item.active {
    color: #30333A;
}
.actions-changes-group .search-company {
    margin-left: auto;
    width: 250px;
}
.company-table {
    border: 1px solid #666666;
    border-bottom: 0;
    margin-bottom: 10px;
}
.company-table .company-table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FAFBFB;
    padding: 5px 15px;
    height: 40px;
    background: #086053;
    border-bottom: #666666;
}
.company-table .company-table-header .company-name {
    font-weight: 600;
    font-size: 16px;
}
.company-table .company-table-header .company-action {
    display: flex;
}
.company-table .checkbox-item input {
    display: none;
}
.company-table .checkbox-item label {
    font-weight: 400;
}
.company-table .checkbox-item label::before {
    font-size: 13px;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f0c8";
    margin-right: 5px;
}
.company-table .company-table-header .company-action .checkbox-item label::before {
    color: #fff;
}
.company-table .company-table-header .company-action .checkbox-item input:checked + label,
.company-table .company-table-header .company-action .checkbox-item input:checked + label::before {
    color: #4FBD60;
}
.company-table .company-bill-item .bill-status .checkbox-item label::before {
    color: #086053;
}
.company-table .checkbox-item input:checked + label::before {
    content: "\f14a";
    font-weight: 900;
}
.company-table .company-bill-item {
    display: flex;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #666666;
    padding: 5px 15px;
}
.company-table .company-bill-item.selected {
    background: #F6F8F9;
}
.company-table .company-bill-item:last-child {
    /* border-bottom: 0; */
}
.company-table .company-bill-item .bill-company-desc {
    flex-grow: 1;
}
.company-table .company-bill-item .bill-company-desc > span.department-name {
    font-weight: 600;
}
.company-table .company-bill-item .bill-auth,
.company-table .company-bill-item .bill-date {
    width: 150px;
    color: #6D6D6D;
}
.company-table .company-bill-item .bill-status,
.company-table .company-table-header .company-action {
    width: 85px;
}
.company-table .company-bill-item .bill-status .checkbox-item input {
    display: none;
}
.btn-open-billing.has-bill {
    color: #4FBD60;
}

/* billingModal */
#billingModal .modal-dialog {
    max-width: 80%;
    width: 1080px;
}
#billingModal .modal-header {
    height: 50px;
    display: flex;
    align-items: center;
}
#billingModal .modal-header .modal-title {
    font-weight: 600;
}
#billingModal .modal-header .close {
    margin-left: auto;
}
#billingModal .modal-body {
    height: calc(var(--vh,1vh) * 80);
    overflow: auto;
}

@media screen and (max-width: 767px) {
    .new-menu {
        display: none;
    }
    .message-multiple {
        flex-wrap: wrap;
    }
    .message-multiple .message-group-inside:first-child,
    .message-multiple .message-group-inside:last-child {
        width: 100%;
        margin: 5px 0;
    }
    .message-group-inside {
        align-items: center;
    }

    .form-addCompany {
        width: 100%;
    }
    .divTitle {
        font-size: 200%;
    }

    .form-group-fields .col-sm-8.button-submit {
        margin: 10px 50px;
    }

    .submit-company {
        text-shadow: none;
        font-size: 16px;
        width: 100%;
    }

    .form-group-fields select {
        width: 100%;
    }

    .change-other-company {
        width: 100%;
    }

    .login-form-wrapper,
    .code-verification-form .two-factor-form {
        max-width: 300px;
    }
    .code-verification-form .two-factor-form {
        padding-top: 0;
    }
    .code-verification-form h1 {
        font-size: 30px;
    }
    .login-logo-email {
        margin: 15px 0;
    }
    .banner {
        height: calc(100vh - 541px);
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .new-menu-content .new-menu-item:last-child .management-child,
    .new-menu-content .new-menu-item:nth-last-child(2) .management-child {
        right: 0;
        left: auto;
    }
}
.red {
    color: red;
}
/*
.link-another-page {
    color: #000;
    font-size: 16px;
}
.link-another-page:hover {
    color: #000;
}*/
.message-multiple .hasDatepicker {
    max-width: 45%;
}
.ttk-login .login-tasktracker {
    display: inline-block;
    margin-top: 10px;
}
.trial-highlight {
    background-color: #FAF266 !important;
}
.sidebar-child-item.remove-company {
    padding: 5px 0;
    text-align: left;
    margin: 0 5px;
}
