﻿.col-md-0-5 {
    width: 4.1666666666666666666666666666667%;
}

.col-md-3-5 {
    width: 28.571428571428571428571428571429%;
}

.clear-button {
    background: transparent;
    outline: none;
    border: 0px;
}

.margin-0 {
    margin: 0;
}

.margin-t-25 {
    margin-top: 25px;
}

.margin-b-11 {
    margin-bottom: 11px !important;
}

.padding-r-12 {
    padding-right: 12px;
}


.font-size-16 {
    font-size: 16px;
}


.clear-button[disabled] {
    opacity: 0.3;
}

table.uib-timepicker {
    direction: ltr;
}

/*Mail Popup*/

text-angular button[name=insertImage] {
    /*color: red !important;*/
    display: none;
}

.mail-message.mail-message .content {
    text-align: right;
    padding: 50px;
}

    .mail-message.mail-message .content .contact .item {
        background: whitesmoke;
        border: 1px solid gray;
        border-radius: 4px;
        padding: 4px 8px;
        margin: 0 5px;
        color: gray;
    }

.mail-message.message-div {
    overflow: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 18px;
    buttom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 99%;
    max-height: 99%;
    height: 97%;
    width: 1167px;
}

    .mail-message.message-div .message-div-header {
        cursor: pointer;
    }

.message-div-header .title {
    text-align: center;
    display: inline-block;
    line-height: 70px;
    color: white;
    font-size: 1.3rem;
}

/*Mail Popup END*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    padding: 6px 2px;
}

.password-button {
    background-color: white;
    border: none;
    color: red !important;
    text-decoration: underline;
}


.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    background-color: #eeeeee;
    color: #555555;
    border: 1px solid #cccccc;
    opacity: 1;
}

.div2-login input[type="submit"] {
    color: white;
}

.header-user-div {
    margin-bottom: 30px;
    font-size: 13px;
    color: #424C9F !important;
}

    .header-user-div .go-back {
        float: left !important;
        text-decoration: none !important;
    }

    .header-user-div .hello-user {
        float: right;
    }

.ellips {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.margin-title-top {
    margin-top: 33px;
}

.error-span {
    color: red;
}
.not-approved {
    opacity: 0.5;
}

.cursor {
    cursor: pointer;
}

.overflow {
    overflow: auto;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.marginR12 {
    margin-right: 12px;
}

.pos-relative {
    position: relative;
}

.display-inline-block {
    display: inline-block;
}

.max-width-100 {
    max-width: 100%;
}

.width-100 {
    width: 100% !important;
}


.height-25 {
    height: 25px;
}

.clear {
    clear: both;
}

.full-width {
    width: 100%;
}

.text-center {
    text-align: center;
}


/*login*/

.LoginPage {
    width: 500px;
    margin: auto;
    margin-top: 100px;
}

/*end login*/

/*grid*/
.disable-row {
    background: #808080;
}

/*end grid*/
.header-logo {
    padding-top: 0px;
    height: 60px;
}

/*BudgetPlanning*/

.titleBudget {
    font-size: 17px;
    padding-left: 16px;
    margin-top: 4px;
}

.titleBudget2 {
    font-size: 15px;
    display: inline-block;
    margin-right: 51px;
}

.note {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    color: #767676;
    vertical-align: middle !important;
    margin-top: 5px;
}

.titleBudget3 {
    border-radius: 2px;
    font-size: 16px;
    padding: 7px 0;
    color: #5b5b5b;
    background: rgba(120, 80, 107, 0.26);
    margin: -6px 0 8px 0;
    text-align: center;
}

.circle-a {
    height: 19px;
    width: 19px;
    background-color: red;
    border-radius: 50px;
}

/*end BudgetPlanning*/
/*BudgetPlanningCalendar*/

.day_item {
    width: calc(14.28% - 0px);
    padding: 10px;
    border: 1px solid #ddd;
}

.day_not_active {
    color: #ddd;
}

.calendar-total {
    width: 22%;
}

    .calendar-total .calendar-total-sum {
        background: #dc0090;
        background: -moz-linear-gradient(left, #FFFFFF 0%, #E6E6E6 100%);
        background: -webkit-linear-gradient(left, #FFFFFF 0%, #E6E6E6 100%);
        background: linear-gradient(to right, #FFFFFF 0%, #E6E6E6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6', GradientType=1);
    }

        .calendar-total .calendar-total-sum .txt1 {
            font-size: 14px;
            text-align: center;
            font-weight: bold;
        }

        .calendar-total .calendar-total-sum .txt2 {
            font-size: 12px;
        }

.calendar-total-div {
    margin: 12px 0px;
}

.calendar-total-div-tracks {
    border: 2px solid #999;
    padding: 23px 15px 20px 10px;
    background-color: white;
    position: absolute;
    width: 1181px;
    left: 43px;
    top: 26px;
    box-shadow: 0px 0px 9px grey;
}


    .calendar-total-div-tracks .calendar-total-sum {
        width: 86%;
        text-align: right;
    }


    .calendar-total-div-tracks .calendar-total-kav {
        width: 14%;
        margin-top: 30px;
    }


    .calendar-total-div-tracks .calendar-total-sum4 {
        width: 100%;
    }

.calendar-total-sum-div {
    width: 12%;
    margin-right: -5px;
}

.calendar-total-sum {
    width: 60%;
    padding: 5px;
    text-align: center;
    border: 3px solid #000;
    border-radius: 8px;
}

.calendar-total-sum4 {
    width: 100%;
}

.calendar-total-sum-div .calendar-total-sum {
    width: 80%;
}

.calendar-total-kav {
    width: 40%;
    height: 5px;
    margin-top: 15px;
}

.calendar-total-sum0 {
    border-color: #DC0090;
}

.calendar-total-sum1 {
    border-color: #5639E5;
}

.calendar-total-sum2 {
    border-color: #39E5E5;
}

.calendar-total-sum3 {
    border-color: #00AD00;
}

.calendar-total-sum10, .calendar-total-sum4 {
    border-color: #E55316;
}


.calendar-total-kav0 {
    background: #dc0090;
    background: -moz-linear-gradient(left, #5639E5 0%, #DC0090 100%);
    background: -webkit-linear-gradient(left, #5639E5 0%, #DC0090 100%);
    background: linear-gradient(to right, #5639E5 0%, #DC0090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5639E5', endColorstr='#DC0090', GradientType=1);
}

.calendar-total-kav1 {
    background: #dc0090;
    background: -moz-linear-gradient(left, #39E5E5 0%, #5639E5 100%);
    background: -webkit-linear-gradient(left, #39E5E5 0%, #5639E5 100%);
    background: linear-gradient(to right, #39E5E5 0%, #5639E5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39E5E5', endColorstr='#5639E5', GradientType=1);
}

.calendar-total-kav2 {
    background: #dc0090;
    background: -moz-linear-gradient(left, #00AD00 0%, #39E5E5 100%);
    background: -webkit-linear-gradient(left, #00AD00 0%, #39E5E5 100%);
    background: linear-gradient(to right, #00AD00 0%, #39E5E5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AD00', endColorstr='#39E5E5', GradientType=1);
}

.calendar-total-kav3 {
    background: #dc0090;
    background: -moz-linear-gradient(left, #E55316 0%, #00AD00 100%);
    background: -webkit-linear-gradient(left, #E55316 0%, #00AD00 100%);
    background: linear-gradient(to right, #E55316 0%, #00AD00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E55316', endColorstr='#00AD00', GradientType=1);
}

.total-sum-width {
    width: 100% !important;
}


.calendar_header {
    margin-top: 10px;
}

/*end BudgetPlanningCalendar*/

.budgetPlanGridWraper {
    width: 2800px;
}

.budgetPlanWraper {
    width: calc(100% - 65px);
}

.budgetPlanScroll {
    position: absolute;
    overflow-y: scroll;
    width: 20px;
    margin-left: 45px;
    margin-left: 57px !important;
    left: 0;
    top: 107px;
}

.message-div {
    width: 450px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    box-shadow: -4px -4px 2px #e0e0e0;
    position: fixed;
    left: calc(50% - 225px);
    top: 15%;
    z-index: 9999999;
}

.message-div-text {
    padding-top: 40px;
    padding-bottom: 50px;
    color: #4D4D4D;
    font-size: 17px;
}

.message-div-header {
    height: 70px;
    background: #5CB85C;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 2px solid #fff;
    padding: 0px 14px;
}

.message-div-header-circle {
    border-radius: 50%;
    border: 2px solid #fff;
    background: #5CB85C;
    width: 90px;
    height: 90px;
    margin: auto;
    margin-top: -45px;
    color: #fff;
}

    .message-div-header-circle i {
        color: #fff;
        font-size: 70px;
        padding-top: 8px;
    }

.error .message-div-header-circle, .error .message-div-header {
    background: #D9534F;
}

.message-div-close {
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
    color: #fff;
}

    .message-div-close:hover {
        opacity: 0.8;
    }

.noPadding {
    padding: 0 !important;
}

.expense-btn-group .filter-input {
    width: 220px;
    margin-left: 15px;
}


.line-group {
    margin-bottom: 0;
    float: right;
    width: 100%;
}

.margin10 {
    margin: 10px 0;
}

.marginTop5 {
    margin-top: 5px;
}

.header-design {
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: whitesmoke;
}

.main-content {
    padding-top: 110px;
}

.paddingT16 {
    padding-top: 16px;
}

.padding-t-30 {
    padding-top: 30px;
}

#WorkerDetailsStep1 a {
    direction: rtl;
}

#WorkerDetailsStep1 label {
    font-weight: normal;
    font-size: 15px;
    vertical-align: -webkit-baseline-middle;
    width: 30%;
}

.dropdown-menu > li > a {
    padding: 0;
}

.hide {
    display: none;
}

.ConfirmShow {
    display: block !important;
}

.ExpensePage {
    position: relative;
}

    .ExpensePage .grid-wrapper {
        width: calc(100% - 50px);
    }

.ExpenseBorder {
    box-shadow: -3px 3px 4px rgba(128, 128, 128, 0.47);
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    width: inherit;
    padding: 4px 15px 13px 15px;
    position: absolute;
    top: 235px;
    left: -93px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: rgba(86, 142, 48, 0.5);
    z-index: 1;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #568e30;
    top: 135px !important;
}

#BudgetPlanning .ExpenseBorder {
    background: #dcd1d9;
    border: 1px solid rgb(120, 80, 107);
    top: 94px !important;
    left: -73px;
}

#BudgetPlanning .ExpenseBorderOpen {
    top: 66px;
    left: 57px;
}

#BudgetPlanning .budgetPlanWraper {
    width: calc(100% - 66px);
}

#BudgetPlanning .budgetPlanScroll {
    margin-left: 62px;
}

.ExpenseBorderOpen {
    width: 777px;
    border: 1px solid #ddd;
    padding: 5px;
    position: absolute;
    top: 104px;
    left: 51px;
    background: #fff;
    z-index: 1000;
    box-shadow: 1px 3px 4px rgba(128, 128, 128, 0.6);
}

.ExpenseBorderOpen-tracks {
    top: -51px;
    left: 44px;
    width: 900px;
}

    .ExpenseBorderOpen-tracks .purple-th th {
        border: 2px solid #fff;
    }

.ExpenseBorderOpen {
    animation-name: open-animate !important;
    animation-duration: .2s !important;
    animation-timing-function: ease-out !important;
    animation-iteration-count: 1 !important;
}

@keyframes open-animate {
    from {
        -webkit-transform: translate3d(-3%, 0, 0);
        transform: translate3d(-3%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.table-in-popup {
    margin-bottom: 30px;
    margin-top: 23px;
    width: 100%;
}

    .table-in-popup tr:first-child {
        background-color: #78506b;
        color: white;
    }

.modal-dialog {
    margin: 10px auto !important;
}

.header-h3 {
    margin-top: 3px;
    margin-bottom: 26px;
    width: 708px;
}

.remark h3 {
    padding: 0 0 4px 0;
    color: #78506b;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #78506b;
}

.remark h4 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

    .remark h4 i {
        margin-left: 8px;
        vertical-align: bottom;
    }

.popup-text {
    position: relative;
}

    .popup-text i {
        font-size: 15px;
        margin-top: -5px;
        position: absolute;
        top: 23px;
        right: 29px;
    }

    .popup-text .noteB {
        width: 385px;
        padding-top: 14px;
    }

.worker-details .report .title {
    color: rgb(38, 49, 110);
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.worker-details .report .content .value {
    font-size: 15px;
    /*bottom: 0;*/
    /*left: 0;*/
    /*position: absolute;*/
    /*float: left;
    margin-top: 10px;*/
    margin-top: 0;
    width: calc(100% - 74px);
    display: inline-block;
}

.worker-details .report .content .tag {
    /*font-weight: 600;*/
    /*text-decoration: underline;*/
    color: rgb(38, 53, 113);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-size: 12px;
    width: 69px;
    display: inline-block;
    vertical-align: top;
}

.worker-details .report .content {
    padding: 1cm;
    padding-top: 1cm;
    margin: auto;
    width: 21.0cm;
    /*height: 29.7cm;*/
    border: 1px solid black;
    background: white;
    box-shadow: -2px -2px 2px #e0e0e0;
}


    .worker-details .report .content .row {
        margin: 0;
    }


    .worker-details .report .content .table {
        border: 1px solid gray;
        margin-top: 7px;
    }


.wrapper-width-3-5 .wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    width: 28.571428571428571428571428571429%;
}

.worker-details .report .content .no-value {
    color: #808080;
}

.worker-details .report .content .line .wrapper {
    min-height: 30px;
    /*height: inherit;*/
    border-bottom: 1px solid #26316e;
    border-bottom: 1px solid black;
    padding: 0;
}

.worker-details .report .content .line {
    margin-top: 10px;
    /*height: 32px;*/
}

.worker-details .report .content .role {
    margin-top: 25px;
}

    .worker-details .report .content .role .role-title {
        color: white;
        font-size: 20px;
        background-color: rgb(38, 49, 110);
        padding-right: 9px;
    }

.worker-details .report .content .table .header {
    border-bottom: 1px solid #26316e;
    color: rgb(38, 53, 113);
    background-color: #eee;
    padding: 3px 0;
}


.worker-details .report .content .table .table-content {
    padding: 6px 0;
}




    .worker-details .report .content .table .table-content:not(:last-child) {
        border-bottom: 1px solid #808080;
    }

.worker-details .report .content .signature-line {
    border-bottom: 1px solid rgb(38, 49, 110);
}

.worker-details .salary-change .title {
    color: rgb(38, 49, 110);
    font-size: 15px;
    margin: 10px;
}

.worker-role-selected {
    background: rgba(255, 87, 59, 0.72) !important;
    color: white !important;
    border-color: #333 !important;
    margin-bottom: -1px;
    box-shadow: grey 0px 0px 6px;
    outline: none;
}

.WorkerRoleB .btn-default:focus {
    outline: none;
}

.btn-ok {
    background-color: red;
}
.btn-ok:focus {
    background-color: yellow !important;
}


.worker-reporting-commitment-border {
    border: 1px solid #ff573b;
    background: rgba(255, 87, 59, 0.19);
    left: -30px;
    top: 316px !important;
}

.worker-details .salary-change .content {
    /*margin: 10px;*/
    background: white;
    border: 1px solid rgb(204, 204, 204);
    height: 100px;
    border-radius: 4px;
}

    .worker-details .salary-change .content textarea:focus {
        box-shadow: none;
    }

.worker-details .salary-change textarea {
    resize: none;
    height: 100px !important;
    /*border: none;*/
}

.worker-details .report .item {
    page-break-before: always;
}

/*Users*/
.add-permission {
    padding-top: 8px;
    margin-bottom: 9px;
    margin-right: 14px;
}

.user-details {
    background: white;
    padding: 20px 50px;
    color: #A6A6A6;
}

    .user-details .user-password-container {
        background-color: #F5F5F5;
        padding: 14px;
        margin-bottom: 13px;
        margin-top: 11px;
        border-right: 4px solid #4c9689;
        border-left: 4px solid #4c9689;
    }

        .user-details .user-password-container img {
            height: 47px;
            margin-top: -4px;
        }

        .user-details .user-password-container .title {
            color: #4C9689;
            font-size: 19px;
            display: inline-block;
            padding-top: 7px;
            padding-right: 0;
        }

        .user-details .user-password-container input {
            margin-top: 6px;
        }


    .user-details .permissions .item,
    .lecturers-Details .item {
        /*border: 1px solid #a59e9e;
        background-color: rgba(245, 245, 245, 0.39);
        margin-bottom: 5px;
        padding: 9px 19px;
        color: #3f3c3c;*/
    }

        .user-details .permissions .item .collapse,
        .user-details .permissions .item .collapsing {
            border: 1px solid #a59e9e;
            background-color: rgba(245, 245, 245, 0.39);
            margin-bottom: 5px;
            padding: 9px 19px;
            color: #3f3c3c;
            border-top: none;
            margin: 0 -15px 5px -15px;
        }


        .user-details .permissions .item .header,
        .lecturers-Details .item .header {
            line-height: 30px;
            border: 1px solid #999;
            color: #346a61;
            margin-bottom: 0;
            margin-top: 6px;
            font-size: 16px;
            background-color: rgba(101, 202, 185, 0.11);
            padding: 6px 7px 6px 0;
            cursor: pointer;
        }


        .lecturers-Details .item .content {
            padding: 0 15px;
        }

        .user-details .permissions .item .header:hover, .user-details .permissions .add-permission:hover, .user-details .permissions .remove-permission:hover {
            /*background-color: #F5F5F5;*/
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

    .user-details .permissions .remove-permission {
        color: #a94442;
    }

    .user-details .permissions .item .module,
    lecturers-Details .item .module {
        margin-bottom: 13px;
    }

.header-permission {
    margin: 15px 0 5px 0;
    font-size: 1.2rem;
    font-weight: normal;
    color: white;
    background-color: #4c9689;
    padding: 5px 0 6px 0;
}

    .header-permission .col-md-6:first-child {
        border-left: 1px solid white;
    }

.body-permission .col-md-6:first-child {
    border-left: 1px solid gray;
    height: 30px;
    font-size: 1.1rem;
    font-weight: normal;
}

.body-permission .checkbox-inline input {
    margin-top: 6px;
}





/*Users END*/

/*MonthlyStatusReports*/

.monthly-status-reports .report-sent {
    color: #7AC044;
    text-align: center;
}

/*MonthlyStatusReports END*/



/*Hours Reporting*/


.monhly-commitment {
    display: inline-block;
    background: #ddd;
    padding: 8px 24px;
    margin-right: 30px;
    margin-bottom: 4px;
}


/*Hours Reporting  END*/


/*SalaryAndStipend*/

.expense-border-monthly {
    border: 1px solid #1c7d74;
    background: rgba(38, 166, 154, 0.42);
    left: -129px !important;
    top: 135px !important;
}

.btn-add-expense {
    background: #F78875;
}

    .btn-add-expense:hover {
        color: #fff;
        background: #914F45;
    }


/*SalaryAndStipend END*/

/*HomePage*/
.choose-home {
    height: 40px;
}

.open-semester-steps {
    width: 90%;
    margin: auto;
}

.open-semester-img {
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    z-index: -999999;
    position: fixed;
    width: 100%;
    height: 100%;
}

    .open-semester-img:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 100;
    }

.circle-div {
    width: 14.2%;
    display: inline-block;
}


.circle {
    width: 154px;
    margin: auto;
    position: relative;
    border-radius: 114px;
    background-color: #fff;
    border: 1px solid #016191;
    margin-bottom: 8px;
    cursor: pointer;
}






.circle-dummy {
    padding-top: 100%;
}

.circle-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font: 0/0 a;
    border-radius: 114px;
}

    .circle-content:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .circle-content * {
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 8px;
    }

    .circle-content [class^='flaticon-']:before {
        font-size: 5rem;
        line-height: 4rem;
        color: #016191;
    }

    .circle-content .flaticon-speaker {
        /*transform: scaleX(-1);*/
    }

        .circle-content .flaticon-speaker:before, .circle-content .flaticon-student-pearing:before {
            font-size: 5.5rem;
        }

.circle-done .circle {
    background-color: #016191;
}



    .circle-done .circle:before {
        content: url(../Images/HomePage/v-semester.png);
        position: absolute;
        top: -17px;
        right: -28px;
    }



@media screen and (max-width: 1370px) {
    .circle-done .circle:before {
        top: -28px;
        right: -31px;
    }
}

@media screen and (max-width: 1290px) {
    .circle-done .circle:before {
        top: -10px;
        right: -16px;
        content: url(../Images/HomePage/v-semester-b.png);
    }
}




.circle-done .circle-content [class^='flaticon-']:before {
    color: #fff;
    text-shadow: 0 3px 3px rgba(26, 26, 26, 0.41);
}

.track-in-home .circle {
    box-shadow: 0px 0px 46px #62B9DE, 0px 0px 7px #000000;
    animation-name: open-animate;
    animation-duration: 3.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes open-animate {
    0% {
        transform: scale(1.0);
    }

    60% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1.0);
    }
}

.circle-disabled .circle {
    background-color: #f9f9f9;
    border-color: #bbb;
    cursor: not-allowed;
}

.circle-disabled .circle-content [class^='flaticon-']:before {
    opacity: 0.4;
    color: #777777;
}

.circle-disabled .circle-header {
    color: #ccc;
}

.circle-disabled .circle-subtitle {
    color: #ccc;
}

.circle-header {
    text-align: center;
    display: inline-block;
    font-size: 17px;
    margin-top: 11px;
    color: #016191;
    vertical-align: top;
}

.circle-header-wrap {
    text-align: center;
}


.circle-subtitle {
    color: #777777;
    text-align: center;
    width: 80%;
    white-space: normal;
    margin: auto;
}

.track-in-home-img {
    position: absolute;
    bottom: 28px;
    left: 19px;
    height: 42px;
}

/*HomePage END*/


.home-page-down {
    background-image: url(../Images/HomePage/pattern-bg.png);
}


    .home-page-down h3 {
        margin: auto;
        display: block;
        width: 296px;
        padding: 0px 0 11px 0;
        color: #0382c6;
    }


.graph-home {
    width: 70%;
    margin: auto;
    box-shadow: 1px 1px 28px rgba(128, 128, 128, 0.53);
    margin-bottom: 37px;
    margin-top: 21px;
    padding-top: 22px;
    background-color: white;
}

    .graph-home .highcharts-title {
        fill: #0382c6 !important;
        font-family: Arial;
        font-size: 23px !important;
    }

/*.graph-home .highcharts-data-label text {
        fill: #016191 !important;
    }*/


.highcharts-axis-labels text {
    font-family: Arial;
}

.expense-btn-group-width .dropdown-template .btn.btn-dropdown.dropdown-toggle {
    width: 262px;
}

.btn-margin {
    margin-top: 22px;
    margin-bottom: 31px;
    margin-right: 0;
}

.padding-0 {
    padding: 0;
}


.info-popup .strong-a {
    background-color: #ddd;
    padding: 5px 27px 5px 26px;
    margin-right: 3px;
    display: inline-block;
}

.info-popup div div,
.fast-track {
    display: inline-block;
    padding: 5px 16px 5px 26px;
    background-color: #dddddd;
}

.btn-margin-b {
    margin-top: 10px;
    margin-bottom: 13px;
    margin-right: 0;
}

.btn-margin-c {
    margin-top: 35px;
    margin-bottom: 13px;
    margin-right: 0;
}

.margin-bottom-13 {
    margin-bottom: 13px;
}

.margin-bottom-6 {
    margin-bottom: 6px;
}

.direction-ltr-inline {
    direction: ltr;
    display: inline-block;
}

.bold {
    font-weight: bold;
}

.attachment {
    display: inline-block;
    vertical-align: top;
}

    .attachment .DesingBtn {
        display: block;
    }

    .attachment .note {
        display: block;
        text-align: left;
    }

.export-btn {
    padding: 5px 9px 1px 9px;
    margin-right: 5px;
    font-size: 17px;
}

    .export-btn img {
        height: 31px;
        width: 33px;
    }


/*@media screen and (max-width: 1285px) {
   .DesingBtn {
    
    margin-right: 8px;
}
}*/

/*Chat*/

.chatContent {
    height: 760px;
    overflow-y: auto;
    border: 1px solid #808080;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 20px 10px 0px 10px;
}

.aaa {
    height: calc(100% - 30px);
}

.bbb {
    height: auto;
    float: left;
    width: 100%;
}



.new-chat-message {
}

.doube-line-height {
    height: 60px !important;
}

.rowUnRead {
    background-color: rgba(255, 123, 131, 0.16);
}

    .rowUnRead:hover {
        background-color: rgba(255, 123, 131, 0.3) !important;
    }

.gridBtn {
    cursor: pointer;
}

#chatDialog {
    overflow-y: auto;
}

    #chatDialog .modal-dialog {
        width: 90%;
    }

.chatContent .panel-success {
    width: 90%;
    margin-right: 0;
    border-radius: 54px;
    border-top-right-radius: 3px;
    border-color: rgba(68, 112, 151, 0.53);
    background-color: rgba(138, 205, 234, 0.7);
}

.chatContent-a {
    margin-right: 10%;
    border-radius: 54px;
    border-top-left-radius: 3px;
    border-color: #8c9a1b;
    background-color: rgba(211, 228, 62, 0.6);
    margin-bottom: 29px;
}

    .chatContent-a .panel-body {
        word-break: break-word;
    }


.chatContent-middle {
    margin-bottom: 0;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    margin-top: -19px;
    padding: 0;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}


.panel-success > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    margin-top: -19px;
    padding: 0;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}

.circle-border {
    border: 2px solid red;
    border-radius: 50%;
    background-color: red;
    color: white;
    width: 22px;
    height: 22px;
    position: absolute;
    text-align: center;
}

.padding-right-left {
    margin-right: 2px;
    margin-left: 2px;
}

#accordion .panel-title {
    cursor: pointer;
}

.chat-coordinator {
    width: 280px;
    position: fixed;
    z-index: 9999;
    left: 3%;
    bottom: 0;
    height: 453px;
}

    .chat-coordinator .chatContent {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: white;
        height: 393px;
        border-radius: 0;
    }

.chatHeader {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #454e51;
    height: 30px;
}

.chatHeaderClosed {
    position: absolute;
    bottom: 0;
    width: 280px;
    float: right;
    height: 30px;
    left: 3%;
}

.chat-icon {
    width: 30px;
    height: 23px;
    text-align: center;
    line-height: 30px;
    padding-top: 2px;
}

    .chat-icon > span {
        color: white;
    }
/*End Chat*/

.IconTableBlue {
    background: transparent;
    color: #333030;
}


    .IconTableBlue.btn[disabled] {
        cursor: not-allowed;
        background-color: transparent;
        color: #555555;
        border: none;
        opacity: .5;
    }

.error-span-div {
    margin-top: 7px;
}

.margin-t-23 {
    margin-top: 23px;
}

.margin-t-16 {
    margin-top: 16px;
}

.margin-t-12 {
    margin-top: 12px;
}

.clear {
    clear: both;
}

.chatHeader .pull-right {
    color: white;
    padding: 5px 13px 0 0;
}

.cursor-pointer {
    cursor: pointer;
}

.chat-in-header {
    color: #b51755;
    cursor: pointer;
    font-weight: bold;
}

    .chat-in-header .badge {
        margin-left: -29px;
        background-color: transparent;
        margin-top: -16px;
    }

    /*.chat-in-header img {
        margin-top: -19px;
        margin-left: 1px;
        width: 26px;
    }*/

    .chat-in-header label {
        font-size: 26px;
        padding: 0;
        line-height: 0px;
    }

.logo-in-chat {
    height: 20px;
    margin-left: 4px;
    background-color: white;
    padding: 1px;
    border-radius: 4px;
}

.true-label label {
    content: url(../Images/read-massage.png);
    width: auto !important;
    height: 32px !important;
    display: inline-block !important;
    margin-right: 13px;
    vertical-align: top;
    margin-top: 4px;
}

.false-label label {
    content: url(../Images/new-massage.png);
    width: auto !important;
    height: 32px !important;
    display: inline-block !important;
    margin-right: 13px;
    vertical-align: top;
    margin-top: 4px;
}



.false-label .label-status {
    color: #b51755;
}

.img-show {
    height: 32px;
    display: block;
    margin: auto;
    vertical-align: super;
    margin-top: 3px;
}

.message-in-grid {
    margin: auto;
    width: 99px;
}

    .message-in-grid span {
        display: inline;
        /*vertical-align: text-top;*/
    }


.send-message-btn {
    height: 32px;
    background-color: #016191 !important;
    color: white !important;
    border-radius: 2px !important;
    border: 1px solid #016191 !important;
    padding: 4px 12px 5px 21px !important;
    margin-top: 14px;
}

    .send-message-btn:hover {
        background-color: #073b56 !important;
    }

    .send-message-btn span {
        vertical-align: text-bottom;
    }

    .send-message-btn label {
        margin-left: 1px;
        vertical-align: bottom;
        cursor: pointer;
    }





@media screen and (max-width: 1300px) {
    .send-message-btn {
        padding: 2px 3px 5px 14px !important;
        font-size: 14px;
    }

        .send-message-btn img {
            height: 21px;
            margin-left: 7px;
            padding-top: 2px;
        }
}


.subdivision-dropdown {
    width: 323px !important;
}

.subdivision-dropdown-b,
.subdivision-dropdown-b.dropdown-template .btn.btn-dropdown.dropdown-toggle {
    width: 393px !important;
}


.subdivision-dropdown.dropdown-template .btn.btn-dropdown.dropdown-toggle {
    width: inherit;
}

.track-status {
    padding: 4px 20px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

    .track-status:hover {
        cursor: pointer;
    }

.highcharts-text-outline {
    fill: #0382c6;
    stroke: #8c9a05;
    stroke-width: 1px;
}

.header-monitoring {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.header-monitoring-b {
    font-size: 16px;
}

.header-summary-track {
    padding: 12px 24px 6px 0;
}

    .header-summary-track div {
        color: white;
        display: inline-block;
        font-size: 16px;
        margin-left: 41px;
    }

        .header-summary-track div span {
        }

        .header-summary-track div label {
        }

.body-summary-track {
    background-color: white;
    padding: 3px 15px 11px 15px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    height: 98px;
}

    .body-summary-track img {
        height: 78px;
    }

    .body-summary-track div {
        display: inline-block;
        color: #424242;
        font-size: 16px;
        vertical-align: middle;
        margin-right: 13px;
        line-height: 29px;
        width: 88%;
    }

        .body-summary-track div span {
            display: block;
        }

        .body-summary-track div label {
            display: block;
            margin-bottom: 0;
        }

.track-command {
    margin-top: 21px;
    margin-bottom: 18px;
}

    .track-command > label {
        font-size: 16px;
    }

.header-track-command {
    color: #7d7976;
    font-weight: normal;
    margin-right: 24px;
    float: left;
    margin-top: 6px;
    margin-left: 6px;
}

.postponement-info {
    font-size: 1.1rem;
}

    .postponement-info .glyphicon {
        vertical-align: text-top;
    }




.deviation-info {
    padding-right: 35px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}


    .deviation-info textarea.form-control {
        width: 645px;
    }

    .deviation-info .filter-input {
        margin-bottom: 15px;
    }

    .deviation-info .txt1 {
        display: inline-block;
        font-size: 1.1rem;
        line-height: 28px;
    }

    .deviation-info .txt2 {
        display: block;
        font-size: 1.1rem;
        line-height: 16px;
    }

    .deviation-info input {
        margin-top: 8px;
        margin-bottom: 9px;
    }

    .deviation-info button {
        margin-top: 14px;
    }

.Send-Monthly-Report button.close {
    font-size: 34px;
    opacity: .7;
}

.btnShowBorder {
    box-shadow: -3px 3px 4px rgba(128, 128, 128, 0.47);
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    padding: 2px 10px 13px 15px;
    position: absolute;
    top: 52px;
    left: -48px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: rgb(1, 97, 145);
    z-index: 1;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #999;
    color: white;
}

.grid-footer .grid-cell {
    line-height: 39px;
}

.message-dropdown i {
    margin-top: 14px;
}

.message-dropdown span {
    margin-right: 13px;
    padding-right: 8px;
    display: inline-block;
    margin-top: -23px;
    margin-bottom: 11px;
}


.summary-cash .panel-default > .panel-heading {
    border: 1px solid #999;
    color: #586c3c;
    margin-bottom: 0;
    font-size: 16px;
    background-color: rgba(86, 142, 48, 0.17);
    padding: 10px 12px 12px 0;
    /* cursor: pointer; */
    border-radius: 0;
    text-align: right;
    margin-top: 0;
}

.summary-cash .panel-group .panel {
    margin-bottom: 8px;
}

.ng-invalid-required {
    border-color: red !important;
    border-width: 1px !important;
}

.total-budget {
    margin-top: 55px;
}

    .total-budget span {
        white-space: pre;
    }

.modal-header h2 {
    margin-top: -2px;
    margin-bottom: -2px;
}

.sections-mobility {
    font-size: 16px;
    margin-bottom: 2px;
}

.sections-mobility-up {
    float: right;
    padding: 6px 16px 0px 26px;
    background-color: #dddddd;
    height: 35px;
    font-size: 1.1rem;
}

.mobility-check:focus {
    outline: none;
}

.mobility-check {
    border: none;
    background-color: transparent;
}

    .mobility-check[disabled] {
        color: #bababa;
    }




@media screen and (max-width: 1670px) {
    .circle {
        width: 138px;
    }

    .track-in-home-img {
        bottom: 22px;
        left: 16px;
        height: 43px;
    }
}

@media screen and (max-width: 1421px) {
    .circle {
        width: 125px;
    }

    .track-in-home-img {
        position: absolute;
        bottom: 14px;
        left: 16px;
        height: 39px;
    }
}

.export-btn-b img {
    height: 31px;
    width: 33px;
    padding: 4px 4px;
}

.export-btn-b {
    padding: 5px 9px 1px 9px;
    margin-right: 5px;
    font-size: 17px;
}

.line-step {
    background-color: #016191;
    height: 30px;
    width: 2px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 7px;
}


.modal-body h4 {
    line-height: 27px;
}

.track-command .WorkerDetails-step .StepBtn-icon {
    vertical-align: bottom;
}

.track-command .WorkerDetails-step .part-WorkerDetails-step {
    display: inline-block;
    width: 16.8%;
}

@media screen and (max-width: 1700px) {
    .track-command .WorkerDetails-step .part-WorkerDetails-step:nth-child(1) {
        width: 21%;
    }


    .track-command .WorkerDetails-step .part-WorkerDetails-step:nth-child(4) {
        width: 15%;
    }
}


@media screen and (max-width: 1300px) {
    .track-command .WorkerDetails-step .part-WorkerDetails-step:nth-child(1) {
        width: 268px;
    }

    .track-command .WorkerDetails-step .part-WorkerDetails-step:nth-child(2) {
        width: 216px;
    }

    .track-command .WorkerDetails-step .part-WorkerDetails-step:nth-child(3) {
        width: 179px;
    }

    .track-command .WorkerDetails-step .part-WorkerDetails-step:nth-child(4) {
        width: 147px;
    }
}




@media screen and (max-width: 1620px) {
    .body-summary-track div {
        font-size: 15px;
        line-height: 25px;
    }


    .body-summary-track {
        height: 89px;
    }

    .ExpenseBorderOpen-tracks {
        top: -69px;
    }



    .btnShowBorder {
        top: 45px;
    }

    .header-summary-track {
        padding: 8px 24px 5px 0;
    }

        .header-summary-track div {
            font-size: 15px;
        }
}


.grid-wrapper input {
    font-size: 1rem !important;
}

.payment-list {
    padding: 20px 29px 5px 17px;
    width: 978px;
    background-color: rgba(230, 230, 230, 0.41);
    column-width: 293px;
    margin-top: 13px;
    column-count: 2;
    column-gap: 49px;
    margin-bottom: 12px;
}



    .payment-list b {
        width: 217px;
        display: inline-block;
        font-weight: normal;
        font-size: 1.1rem;
    }

    .payment-list input {
        font-size: 1.1rem;
        width: 161px;
        display: inline-block;
        margin-bottom: 16px;
    }

.show-message {
    font-size: 29px;
    text-align: center;
    color: #58585a;
    vertical-align: middle;
}

.false-label .show-message {
    color: #b51755;
}

.lecturers-Details-span {
    font-size: 1.1rem;
    margin-bottom: 8px;
    display: block;
}

.camera-grid {
    display: block;
    color: #333;
}


.width-textarea textarea {
    resize: none;
}

.add-day-popup {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
}

    .add-day-popup > div {
        margin-bottom: 12px;
    }

.textarea-details {
    resize: none;
    float: left;
    width: 85.3%;
}

.print-btn-div {
    width: 21.0cm;
    height: 46px;
    margin: auto;
}

.print-btn {
    padding: 2px 9px 1px 9px;
    margin-right: 5px;
    font-size: 20px;
}

.tabel-notes {
    margin-top: 17px;
    margin-right: 20px;
}


.margin-b-to-line {
    margin-bottom: -16px;
}

.grid-monthly-report > div {
    width: calc(100% - 51px);
}

.small-cash > div {
    width: calc(100% - 53px);
}

.hourly-reports-grid > div {
    width: calc(100% - 50px);
}


.report-notes {
    width: calc(100% - 234px);
    position: relative;
}



    .report-notes textarea {
        display: inline-block;
        border: 1px solid #016191;
        height: 31px;
        float: left;
        padding-right: 19px;
        padding-top: 4px;
        max-width: calc(100% - 145px);
    }




.management-response {
    position: absolute;
    top: 5px;
    right: 45px;
    font-size: 16px;
    color: #333;
}



.management-response-wrap {
    position: relative;
    float: left;
    width: calc(100% - 313px);
    margin-left: 16px;
}


.red-notes {
    padding-bottom: 14px;
}

    .red-notes textarea {
        width: calc(100% - 394px);
        max-width: calc(100% - 394px);
        height: 31px;
        display: inline-block;
        vertical-align: middle;
    }

.management-red-response {
    margin-left: 17px;
    font-size: 16px;
    color: #333;
}


.red-notes .dropdown-template {
    width: 264px;
}



.stamp-img {
    width: 62%;
    position: absolute;
    left: -7px;
    top: -12px;
}

.home-wrap-grid {
    position: relative;
}

    .home-wrap-grid ng-grid > div {
        width: calc(100% - 54px);
    }

    .home-wrap-grid .ExpenseBorder {
        background: rgba(1, 97, 145, 0.41);
        border: 1px solid #016191;
    }

.two-section {
    text-align: right !important;
    padding-right: 9px !important;
}

    .two-section .glyphicon-arrow-left {
        padding-left: 8px;
    }

.show-all-report-btn {
    float: right;
    background-color: white;
    border: 1px solid #016191;
    border-radius: 4px;
    padding: 3px 9px 3px 7px;
    margin-left: 11px;
    margin-top: 1px;
    cursor: pointer;
}

    .show-all-report-btn img {
        width: 19px;
    }

    .show-all-report-btn:hover, .show-all-report-active {
        background: #D9DCF0;
    }


.commitment-hours-grid .uib-timepicker .uib-time input {
    width: 99%;
}

.remove-to-check {
    position: absolute;
    right: 4px;
    top: -2px;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}



.grid-body .btn-dropdown,
.grid-body .form-control {
    font-size: 14px;
}

.remark {
    padding-bottom: 30px;
}



.chose-popup {
    font-size: 17px;
    line-height: 29px;
}

.chose-popup-info {
    margin-bottom: 15px;
}


.under-line-tabel td {
    height: 4px;
    background-color: rgb(229, 114, 22);
    border: 0px solid rgba(86, 142, 48, 0);
    padding: 0;
}

/*Dashboard*/

.dashboard-table {
    /*width: 350px;
    display: inline-block;
    border: groove;*/
}
.dashboard-title {
    height: 170px;
    background-color: #b1adad;
    text-align: center;
}
.bold-value{
    background-color:yellow;
}
/*END Dashboard*/

/*Case*/
.header {
    line-height: 30px;
    border: 1px solid #3F51B5;
    color: #3F51B5;
    font-size: 16px;
    background-color: #D9DCF0;
    padding: 6px 7px 6px 0;
}
/*END Case*/


.v-btn {
    background-color: #8cc63f;
    width: 30px;
    height: 30px;
    padding: 1px;
    margin-left: 5px;
}

    .v-btn:hover {
        background-color: #7bb136;
    }

.clear-btn {
    background-color: #ed1c24;
    width: 30px;
    height: 30px;
    padding: 1px;
    margin-left: 5px;
}

    .clear-btn:hover {
        background-color: #c7171e;
    }

    .clear-btn img, .v-btn img {
        height: 19px;
        margin-top: 3px;
    }


