﻿body {
    font-family: iranSans,tahoma;
    font-weight: normal;
    font-size: 10px;
    background-color: #f2f2f2;
}
label {
    font-weight: normal
}
.label5 {
    color: blue;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    display: inline-block;
    width: 100%;
    padding: 4px;
    margin-bottom: 4px;
    background: #e9fbf7;
}
h2, h1, h3, h4, h5, h6 { font-family: IranSans;}
li {    list-style: none;}
#fieldlist {
    margin: 0 0 -2em;
    padding: 0;
}
::-webkit-input-placeholder { /* Chrome */
    color: #aeadad;
    font-style: italic;
    font-family: Tahoma;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #aeadad;
    font-style: italic;
    font-family: Tahoma;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #aeadad;
    opacity: 1;
    font-style: italic;
    font-family: Tahoma;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #aeadad;
    opacity: 1;
    font-style: italic;
    font-family: Tahoma;
}
.k-pager-wrap .k-dropdown {
    width: 5.5em !important;
}
.meboxlogin {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 15px;
    background-size: 50px;
    max-width: 400px;
    margin: 100px auto 4.5em;
    padding: 2em;
    padding-top: 2em;
    padding-top: 20px;
    background-color: #f7f7f7;
    min-height: 350px;
    border-radius: 10px;
}

.meboxlogin-img {
    background-image: url('/images/PAPBICON.png');
}
.mebox {
    box-shadow: #808080 1px 1px;
    max-width: 400px;
    margin: 0 auto 4.5em;
    padding: 2em;
    border: 1px solid #808080;
    background-color: #fff;
}
.editFullEnty{
    width:75% ; 
    margin:2px 2px 4px 2px;
}
.k-primary, .k-primary:hover {
    color: white;
}
.dialogBox {
    padding: 20px;
    margin: auto;
    margin-top: auto;
    display: table;
    border: 1px solid #d0d0d0;
    min-width: 500px;
    margin-top: 35px;
    background: #e8ecf0;
    border-radius: 10px;
    box-shadow: 1px 2px #ccc;
}
hr.meline {
    border: 0;
    height: 5px;
    background-image: linear-gradient(to right, rgba(5, 142, 217, 0.15), rgba(5, 142, 217, 0.90), rgba(5, 142, 217, 0.15));
    margin-bottom: 0px;
    margin-top: 0px;
}
.meheaderTitle {
    color: #fff;
}
.meSectiontitle {
    color: black;
    background-color: #6acaff;
    margin: 0px;
    padding: 7px;
}
.navMain {
    background-color: rgb(2, 49, 123);
    box-shadow: 0 1px 5px #999;
    padding: 8px 0;
    color: white;
}
.meSectiontitle h4 {
    font-family: IranSans;
    font-size: 20px;
    text-align: center;
}
.headerLink {
    margin-left: 5px
}
.headerLink li:first-child {
        border-left: 3px dotted #fff;
        line-height: 0.3;
        padding-left: 10px;
}
.headerLink li {
        display: inline-block;
        padding: 0 5px;
    }
.headerLink li a {
            text-decoration: none;
            color: #fff;
        }
.headerUserName {
    margin-top: 0 !important;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #2196f3;
    padding-bottom: 5px;
    margin: 12px 0 4px 10px;
}
.meheaderTitle h3 {
    margin-top: 18px;
    font-family: IranSans;
    font-size: 18px;
    color: #fff;
}
    .meheaderTitle h3 b {
        color: #f9f066; font-size: 16px;
        font-weight: 400;
    }
.meheadermenu.UserImg {
    width: 50px;
    height: 50px;
    margin-top: 0px;
    border: none;
    padding: 0 !important;
    background-color: #fafafa;
    border: 1px solid #999;
}
.meheadermenu {
    color: #0089d4;
    display: block;
    border-radius: 50%;
    border: 2px solid #f5f6f7;
    margin: 2px;
    width: 40px;
    height: 40px;
}
.meheadermenu a {
        padding: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        text-decoration: none !important;
        display: inline !important;
        color: #f5f6f7;
    }
.meheadermenu span, .meheadermenu a span {
            font-size: 24px;
            margin: auto;
            display: table;
            margin-top: 5px
        }
.meheadermenu:hover a { color: rgb(27,27,27);}
.mebuttonitem {
    padding: 10px;
    display: block;
    background-color: #fe8d38;
    text-decoration: none;
    color: white;
    width: 300px;
}
.mebuttonitem:hover {
        box-shadow: 0 1px 2px 1px #0089d4, 0 3px 6px #0089d4;
        text-decoration: none;
        color: white;
    }
.mebuttonitem h3 {
        font-family: IRANSans;
        margin-top: 20px;
        margin-bottom: 20px;
}
.image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.mepanel {
    padding: 15px;
    padding-right: 5px !important;
    background-color: #0e0e0e;
    border: 1px solid #323232;
    border-bottom: none;
    margin-bottom: 0px !important;
}
.meWaiting {
    position: fixed;
    z-index: 999900 !important;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.6);
    display: none;
}
/*Notification*/
.k-notification {
    border: 0;
}
/* Info template */
.k-notification-info.k-group {
    color: #fff;
}
.new-mail {
    padding: 15px;
    border-radius: 35px;
    min-width: 200px;
    max-width: 400px;
}
.new-mail h3 {
        font-size: 1em;
        padding: 0;
    }
.new-mail img {
        float: left;
        margin: 15px;
    }
/* Error template */
.k-notification-error.k-group {
    /*background: rgba(100%,0%,0%,.5);*/
    color: #ffffff;
}
.wrong-pass {
    width: 350px;
    height: 100px;
    padding: 0 20px;
}
    .wrong-pass p {
        padding: 4px;
        font-family: IranSans;
        display: block;
        float: right;
    }
    .wrong-pass h3 {
        font-weight: normal;
        display: block;
        text-align: center;
        float: right;
        margin-top: 25px;
    }
    .wrong-pass img {
        display: block;
        margin-top: 20px;
        float: right;
        margin-left: 10px;
    }

/* Success template */
.k-notification-upload-success {
    border-radius: 35px !important;
}
.upload-success {
    width: 280px;
    height: 30px;
    padding: 10px 20px;
    background-color: #0e8f1aff !important;
    border-radius: 35px;
}

    .upload-success h3 {
        font-weight: normal;
        display: block;
        text-align: center;
        float: right;
        margin-top: 8px;
        color: white;
    }

    .upload-success img {
        display: block;
        margin-top: 0px;
        float: right;
        margin-left: 10px;
        width: 28px
    }
/*End Notification*/
.k-grid-content {
    overflow-y: auto
}

.apb-valid-Alert {
    width: 280px;
    height: 30px;
    padding: 10px 20px;
    background-color: #dfe466 !important;
    border-radius: 35px;
}

.meAlert {
    font-size: 16px;
    background-color: rgb(255, 254, 198);
    color: black;
    padding: 4px;
}
.k-selectable {
    cursor: pointer
}
.k-widget.k-tooltip-validation {
    width: 85%;
    text-align: right;
    padding: 5px;
    margin-top: 3px;
    background-color: darkorange;
    border: none;
    color: black;
}
.meAlertText {
    font-family: IranSans;
}
.meDeleteGridLink, .meDtailGrideLink {
    display: block;
    cursor: pointer;
    color: red;
    font-size: 1.3em;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.6em;
    text-decoration: none;
}
.meAcceptGridLink, .meDtailGrideLink {
    display: block;
    cursor: pointer;
    color: darkgreen;
    font-size: 1.3em;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.6em;
    text-decoration: none;
}
.k-grid td {
    padding: 2px 3px;
}
.meDeleteGridLink :hover, .meDtailGrideLink:hover {
    color: red;
}
.meAcceptGridLink :hover, .meDtailGrideLink:hover {
    color: darkgreen;
}
.meDtailGrideLink, .meDtailGrideLink:hover {
    color: #6a51b2;
    text-decoration: none;
}
.meClientLink {
    display: block;
    cursor: pointer;
    color: #aeadad;
    font-size: 1.5em;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.6em;
}
.TextProblem {
    color: black;
}
.SpanLabelfix {
    width: 80px;
    display: inline-block
}
.HighLightGridItem {
    background-color: rgb(207, 245, 198);
    color: black;
}
.HighLightGridDisabledItem {
    background-color: rgb(241, 119, 119);
    color: black;
}
thead .k-header, .k-window > .k-header {
    color: black;
}
.k-rtl .k-grid-header .k-header {
    text-align: right;
    font-size: 10px;
    color: #4a4a4a;
}
.k-pager-wrap {
    color: black;
}
.k-grid tr td {
    border-left: 1px solid #cecdcd;
    border-bottom: 1px solid #cecdcd;
    color: #4a4a4a;
}

.k-grid tr:hover {
    background-color: rgb(254, 252, 103);
}
.meAlertgetOlive {
    margin-bottom: 5px;
    padding: 5px;
    color: #fff;
    background-color: #0089d4;
}
.trChatOther {
    margin-bottom: 5px;
    padding: 5px;
    color: #333;
    background-color: #acebe8;
    float: left;
}
.trChatMe {
    margin-bottom: 5px;
    float: right;
    padding: 5px;
    color: #333;
    background-color: #eff5c7;
}
.k-tabstrip {
    border-style: none !important;
}
.k-grid .k-link {
    text-align: center;
}
.titleModule {
    font-family: IranSans;
    padding: 5px;
    display: block;
    margin: 2px;
    margin: 2px;
    color: #6a51b2;
    margin-bottom: 2px;
    max-width: 400px;
    border-bottom: 1px solid #6a51b2;
}
.k-state-hover {
    background-color: #fffddb;
    color: black !important;
}
.k-dropdown .k-state-focused, .k-filebrowser-dropzone, .k-list > .k-state-hover, .k-listbox .k-item:hover:not(.k-state-disabled), .k-mobile-list .k-edit-label.k-check:active, .k-mobile-list .k-item > .k-label:active, .k-mobile-list .k-item > .k-link:active, .k-mobile-list .k-recur-view .k-check:active, .k-pager-wrap .k-link:hover, .k-scheduler .k-scheduler-toolbar ul li.k-state-hover, .k-splitbar-horizontal-hover:hover, .k-splitbar-vertical-hover:hover, .k-state-hover, .k-state-hover:hover {
        color: black !important;
        background-color: #fffddb;
        border-color: #fefa0f;
    }
.k-rtl .k-radio-label::before {
    width: 18px !important;
    height: 18px !important;
}
.k-rtl .k-radio:checked + .k-radio-label::after {
    right: 4px;
    top: 4px;
    width: 13px !important;
    height: 13px !important;
}
.panel {
    margin: 10px;
    background-color: transparent;
}
.mehomeDesk h3, .mehomeDesk h4, .mehomeDesk h5 {
    font-family: IranSans;
    font-size: 16px !important;
    padding-top: 0;
    margin-top: 8px;
    padding-right: 10px;
    text-align: center;
}
.mehomeDesk .row {
    padding-top: 5px;
}
.mehomeDesk .row h3 {
        padding-top: 5px;
    }
.mehomeDesk span.fa {
    font-size: 32px;
}
.mehomeDesk img {
    float: right;
    width: 32px;
    height: 32px;
    margin: 5px;
}
.badge {
    padding: 7px;
    padding-top: 10px;
    font-size: 20px;
    margin: 0;
    margin-left: 5px;
    border-radius: 50%;
    width: 40px;
}
.flipContainer {
    width: 100%
}
.tileFlipText:hover .flipContainer > div {
    outline: 1px solid #acacac;
    -moz-box-shadow: 0 0 3px #787878;
    -webkit-box-shadow: 0 0 3px #787878;
    box-shadow: 0 0 3px #787878;
}
.edu {
    background-color: #02a061;
    border-color: #04c377 !important;
}
.edu:hover {
        background-color: #04c377;
        border-color: #04c377 !important;
    }
.edu2 {
    background-color: #e07706;
    border-color: #c87604 !important;
}
.edu2:hover {
        background-color: #ea871c;
        border-color: #c87604 !important;
    }
.edu3 {
    background-color: #6a51b2;
    border-color: #7867a9 !important;
}
.edu3:hover {
        background-color: #7c65bd;
        border-color: #7867a9 !important;
    }
.edu4 {
    background-color: #ebe9ef;
    border-color: #c1c1c2 !important;
    color: #a15207
}
    .edu4:hover {
        background-color: #fcfbff;
        border-color: #c1c1c2 !important;
        color: #a15207
    }
.k-button {
    display: inline-block;
}
.k-widget > k-window > k-rtl {
    top: 35px !important;
}
.k-grid th {
    font-size: 10px;
    font-family: iranSans;
}
.k-grid td {
    font-size: 11px;
    font-family: iranSans;
}
.HighLightActive {
    background-color: white;
}
.HighLightDeActive {
    background-color: #ebe9ef;
}
.HighLightOK {
    background-color: lightgreen;
}
.HighLightgreen {
    background-color: #daf0df;
}
.HighLightReject {
    background-color: #ff8686;
}
.HighLightYellow {
    background-color: lightyellow;
}
.HighLightGold {
    background-color: gold;
}
.HighLightPink {
    background-color: lightpink;
}
.HighLightBlue {
    background-color: #c2f0ff;
}
.k-grid-header th.k-header.PDPHeader {
    font-weight: normal;
    font-size: 9px !important;
    text-align: center;
    word-wrap: break-word;
}
.k-grid-header th.k-header.PDPHeader a {
        font-weight: normal;
        font-size: 9px !important;
        text-align: center;
        word-wrap: break-word;
}
.button {
    background-color: #f5f6f7; /* Green */
    border: none;
    color: #02184e;
    padding: 4px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size: 16px;
    margin: 1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border: 1px solid #0089d4;
}
.button:hover {
        background-color: #0089d4;
        color: white;
        text-decoration: none !important;
    }
.EvlTop {
    background-color: lawngreen;
    width: 100%;
    display: block;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}
.EvlGood {
    background-color: #50b1f1;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}
.EvlMiddle {
    background-color: gold;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}
.EvlLow {
    background-color: hotpink;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}
.EvlBad {
    background-color: red;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}
.bootbox-body {
    font-family: tahoma;
}
.item-Box {
    border-radius: 10px 10px;
    position: relative;
    padding: 10px;
    min-height: 240px;
    margin-bottom: 15px;
    padding-top: 20px;
}
.item-Box-Title {
    position: absolute;
    right: 15px;
    top: -20px;
    box-shadow: 0 1px 3px #999;
    overflow: hidden;
    background: #fff;
    width: 75%;
    padding: 7px 15px;
    font-weight: normal;
    font-family: iranSans;
}
#ave-sidebar .k-link {
    font-family: iranSans !important;
    font-size: 11px;
    font-weight: normal;
    padding: 0 3px 0 0;
}

.item-Box-Title i {
    position: absolute;
    transform: rotate(-30deg);
    left: -7px;
    top: -10px;
    font-size: 40px;
    color: rgba(0,0,0,0.1);
}

.App-Box-Title {
    font-family: iranSans;
    display: block;
    position: relative;
    margin-top: 20px;
    box-shadow: 0 2px 4px rgba(152, 152, 152, 0.85);
    overflow: hidden;
    background: rgba(238, 238, 238, 0.65);
    width: 100%;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: normal;
    border-radius: 15px 15px;
    color: #343434;
    text-decoration: none !important;
    cursor: pointer;
}

    .App-Box-Title:hover {
        background: rgb(50,243,127);
    }

    .App-Box-Title i {
        position: absolute;
        transform: rotate(-30deg);
        left: 4px;
        top: 3px;
        font-size: 40px;
        color: rgba(247, 99, 31, 0.80);
    }

.Box-green {
    background: linear-gradient(45deg, #3e9c41,#abfe93);
}

.Box-orange {
    background: linear-gradient(45deg, #f28318,#fccdaa);
}

.Box-blue {
    background: linear-gradient(45deg, #4959ad,#a0abff);
}

.Box-pink {
    background: linear-gradient(45deg, #d33683,#ffaad8);
}

.item-lg-btn {
    background: #fafafad9;
    color: #000;
    width: 140px;
    height: 70px;
    display: block;
    float: right;
    margin: 5px;
    position: relative;
    border-radius: 4px 4px;
    padding: 2px;
}

    .item-lg-btn h4 {
        bottom: 18px;
        right: 5px;
        position: absolute;
        font-size: 11px;
        font-weight: normal;
    }

    .item-lg-btn .badge {
        top: -15px;
        left: 5px;
        position: absolute;
        background-color: red;
        color: white;
        box-shadow: 0 1px 3px #999;
        min-width: 40px;
        width: auto;
        /*font-size: 16px;
        */
    }

.item-sm-btn .badge {
    top: -15px;
    left: 5px;
    position: absolute;
    background-color: red;
    color: white;
    box-shadow: 0 1px 1px #999;
    min-width: 30px;
    width: auto;
    font-size: 12px;
}

.item-lg-btn-green, .item-lg-btn-green:hover {
    color: #3e9c41;
}

.item-lg-btn-orange, .item-lg-btn-orange:hover {
    color: #f28318;
}

.item-lg-btn-blue, .item-lg-btn-blue:hover {
    color: #4959ad;
}

.item-lg-btn-pink, .item-lg-btn-pink:hover {
    color: #d33683;
}

.item-lg-btn:hover, .item-sm-btn:hover {
    -webkit-box-shadow: 0px 1px 6px 0px #808080;
    box-shadow: 0px 1px 6px 0px #808080;
    color: inherit;
    background: #fff;
}
.item-sm-btn {
    background: #6b6969;
    color: #fff;
    width: 140px;
    height: 35px;
    display: block;
    float: right;
    margin: 5px;
    position: relative;
    border-radius: 4px 4px;
    margin-bottom: 0;
}

    .item-sm-btn h4 {
        bottom: 0px;
        right: 10px;
        position: absolute;
        font-size: 12px;
        font-weight: normal;
    }

.itemDisable {
    background-color: #ccc;
    color: #e8e8e8 !important;
}

    .itemDisable:hover {
        cursor: default;
        box-shadow: none;
        color: #e8e8e8 !important;
    }

.kCurrentItem {
    background-color: #0089d4 !important;
    color: white !important;
}

    .kCurrentItem a {
        color: white !important;
    }

.ResBox, .ResBoxdisable {
    background: #fff;
    color: #000;
    width: 100%;
    min-height: 100px;
    display: block;
    float: right;
    margin: 5px;
    position: relative;
    border-radius: 8px 8px;
    padding: 12px;
    margin: 20px;
    -webkit-box-shadow: 0px 1px 6px 0px #808080;
    box-shadow: 0px 1px 6px 0px #808080;
    text-decoration: none;
}

a.ResBox {
    text-decoration: none;
}

.ResBox span, .ResBoxdisable span {
    display: inline-block;
    width: 80px;
    text-align: center;
    padding: 4px;
}

.ResBox h4 {
    text-align: center;
    margin-bottom: 10px;
}

.ResBox p {
    text-align: center;
}

.ResBox:hover {
    -webkit-box-shadow: 0px 1px 7px 0px #6a51b2;
    box-shadow: 0px 1px 7px 0px #6a51b2;
    cursor: pointer;
    background: #e9f5ff
}

.ResPanel .panel-body {
    padding: 25px 40px 35px 80px;
}

.ResPanel .panel-title a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

    .ResPanel .panel-title a:focus {
        border: none;
        outline: none;
    }

.ResBoxdisable {
    background: #eee;
}

.LB {
    font-size: 12px;
    display: inline-block;
    padding: 4px;
}

.row {
    margin: 0 !important;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.k-button, .k-textbox, .k-input, .k-dropdown-wrap {
    font-size: 12px
}

.k-grid .k-pager-sizes {
    direction: ltr;
}

div.k-window-content {
    height: unset;
}

.custom-fileupload-btn {
    display: block;
    background: #12A89D;
    color: white;
    border-radius: 2px;
    padding: 16px;
    cursor: pointer;
    margin-bottom: 20px;
    border: 1px solid #DDD;
    border-radius: 10px;
}

    .custom-fileupload-btn input[type=file] {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0;
    }

.custom-fileupload-btn-title {
    display: block;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 20px;
}

.upload-image-preview img {
    border: 2px #fff solid;
    border-radius: 10px;
}

.recepSearch input {
    width: 110px;
}

.recepLabel {
    width: 70px;
    display: block;
    float: right;
    font-size: 10px;
    background: #ececec;
    border: 1px solid #b5bfb9;
    text-align: center;
    margin: 0px 4px;
    padding: 4px;
    line-height: 1.5;
}

.recepSearchCntrl {
    float: right;
    margin-left: 5px
}

#ReportWaiting {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(221, 221, 221, 0.90);
    z-index: 999
}

.k-checkbox-label {
    padding-top: 5px;
}

.k-window > .k-header {
    background-color: #6a51b2 !important;
    color: white;
}

.k-window.k-dialog {
    position: fixed;
    padding-top: 0;
    border-radius: 24px;
    border: 1px solid #999;
    box-shadow: 2px 0px 5px #808080;
}

.k-dialog .k-dialog-buttongroup .k-button:not(.k-primary) {
    background-color: #ff4d4d;
    color: #fff;
    text-shadow: unset;
    font-size: 14px;
}

    .k-dialog .k-dialog-buttongroup .k-button:not(.k-primary):hover {
        background-color: #e00;
    }

.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
    padding: .9em;
    font-size: 14px;
}

div.k-window-content {
    background: #eee;
    border: none;
    border-radius: 0 0 15px 15px;
    padding: 0;
}

div.k-window, div.k-window.k-state-focused {
    border: none;
    box-shadow: 1px 1px 8px 2px #777;
    border-radius: 15px 15px;
}

    div.k-window .k-window-titlebar.k-header {
        border-radius: 15px 15px 0 0;
    }

.k-window-title {
    margin-right: 15px;
}

.listSearchBox .k-button, .apbBtnRow .k-button {
    font-size: 12px;
    padding: 5px;
    border-radius: 4px
}

.dlgBtn {
    float: right;
    padding: 10px;
    font-size: 14px;
    display: block;
    width: 50%;
    border: none;
    color: white;
    border-radius: unset !important;
}

    .dlgBtn.apbCancel {
        background: #ff5e5e;
    }

        .dlgBtn.apbCancel:hover {
            background-color: #fb4b4b;
            color: white;
        }

.editBuilder {
    display: block;
    /*     height: 420px;*/
}

    .editBuilder p {
        display: block;
        width: 100%;
        float: right;
    }

.editBuilderInput {
    max-height: 360px;
    overflow-y: auto;
    padding: 10px 20px;
    background: #eee;
}

.editBuilderFooter {
    /*border-top: 1px solid #6a51b2;*/
}

input.k-textbox {
    border-radius: 4px
}
.k-button, .k-textbox, .k-input, .k-dropdown-wrap {
    border-radius: 4px;
}
.labelEdit, .labelList, .recepLabel, .meLabel {
    display: inline-block;
    min-width: 70px;
    border: 1px solid #6a51b2;
    background: #e2c5ff;
    margin: 0px;
    padding: 5px;
    font-size: 9px;
    vertical-align: middle;
    text-align: center;
    color: #444;
    border-radius: 4px;
    margin-left: 1px;
    font-weight: normal;
}
.labelTransparent {
    display: inline-block;
    min-width: 80px;
    margin: 0px;
    padding: 5px;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    color: #444;
    border-radius: 4px;
    margin-left: 1px;
    font-weight: normal;
}
.meLabel {
    width: auto;
}
.listSearchBox {
    border: 1px solid #6a51b2;
    margin: 5px;
    padding: 3px;
    border-radius: 8px;
    background-color: rgba(106, 81, 178, 0.15);
    overflow-x:hidden;  
}
#ave-main-content {
    background-color: #fff;
    width: 87%;
    position: relative;
    padding: 0;
}
.apbPageHeader {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #6a51b2;
    box-shadow: -2px 1px 7px 0px #808080;
}
.apbPageHeader .navbar-brand {
        display:inline-block;
        overflow:clip;
        color: #3f51b5;
        font-size: 12px;
        margin-right: 0px !important;
}
#rstitlecontent a {
    float: left;
    font-family: Tahoma !important;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    color: #3f51b5;
    border-color: black;
    border-width: 1px;
    margin-left: 20px;
    margin-top: -5px;
}
#AviedmainContent {
    margin-top: 62px;
    overflow: auto;
    padding-top: 8px;
    padding-bottom:30px;
}
.spanHighlight {
    background-color: blue;
    color: white;
    padding: 2px 8px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 12px;
}
.captchaApb {
    position: relative;
}
.captchaApb a {
        position: absolute;
        left: 5px;
        bottom: -5px;
        font-size: 24px;
        margin-top: 10px;
        display: block;
    }

#CaptchaInputText {
    width: 80%;
    margin-top: 5px;
}

.Pors_titleBox {
    background: #007fdb;
    color: white;
    padding: 10px;
}

    .Pors_titleBox h3 {
        text-align: center;
    }

.listSearchBox .k-primary {
    width: 85px;
    float: right;
    font-size: 11px;
    margin-left: 8px;
    padding: 3px;
}

.apbGridBox {
    margin: 10px;
}

.k-input[type="number"], .k-input[type="text"], .k-multiselect .k-input, .k-picker-wrap .k-input, .k-textbox, .k-textbox > input {
    font-size: 12px
}

.apb-validate-alert {
    color: red;
    font-size: 16px;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

#tooltipValid {
    top: 50px;
    left: 20px;
    display: none;
    position: absolute;
}

    #tooltipValid p {
        margin: 0;
    }

#tooltipValid {
    /* font */
    color: #cc0033;
    line-height: 20px;
    /* background */
    background-color: #fce4e4;
    border: 1px solid #fcc2c3;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 7px 11px 4px;
}

    /* Left Arrow Styles */
    #tooltipValid:after, #tooltipValid:before {
        content: '';
        border: 7px solid transparent;
        position: absolute;
        top: 10px;
    }

    #tooltipValid:after {
        border-right: 7px solid #fce4e4;
        left: -14px;
    }

    #tooltipValid:before {
        border-right: 7px solid #fcc2c3;
        left: -15px;
    }

.cgIcon {
    width: 100%;
    text-align: center;
}

.k-treeview .k-image {
    width: 12px;
    height: 12px
}

.k-checkbox-label::before {
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    margin-top: 0px;
}

.k-checkbox:indeterminate + .k-checkbox-label::after {
    left: 11px;
    top: 9px;
}

.k-treeview .k-item {
    border-width: 1px;
    margin: 2px;
}

.attachThumnail {
    background: #f0f0f0;
    color: #000;
    width: 140px;
    height: 180px;
    display: block;
    float: right;
    margin: 5px;
    position: relative;
    border-radius: 4px 4px;
    padding: 2px;
    border: 1px solid #ccc;
}

.attachDetail {
    position: absolute;
    width: 200px;
    background-color: #fffbeb;
    visibility: hidden;
    display: none;
    transition: top 5s ease;
    -webkit-box-shadow: 0px 1px 6px 0px #808080;
    box-shadow: 0px 1px 6px 0px #808080;
    border-radius: 8px;
    z-index: 999;
    right: -40px;
    padding: 4px;
}

    .attachDetail::after {
        content: "";
        position: absolute;
        top: -12px;
        left: 50%;
        border-width: 7px;
        border-style: solid;
        border-color: transparent transparent #fffbeb transparent;
    }

.attachThumnail .thumbnail img {
    width: 80px;
    height: 100px;
}

.attachThumnail:hover {
    -webkit-box-shadow: 0px 1px 6px 0px #808080;
    box-shadow: 0px 1px 6px 0px #808080;
}

.attachThumnail:hover .attachDetail {
    top: 120px;
    display: block;
    opacity: 1;
    visibility: visible
}

.attachThumnail .attachCaption {
    direction: ltr;
    text-align: left;
    overflow: hidden;
    display: block;
    height: 30px;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 9px;
    width: 100%;
    white-space: nowrap;
    margin: 2px 0;
}

.attachFullName {
    direction: ltr;
    text-align: left;
    overflow-wrap: break-word;
    display: block;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 9px;
    width: 100%;
    white-space: unset;
    margin: 2px 0;
}

.kendoCheckBox {
    display: inline;
}

.k-grouping-row p {
    font-weight: normal
}

.inputSummerize {
    text-align: right;
    direction: ltr;
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    color: #fff;
    background-color: #1274ac;
}
.k-panel > .k-item > .k-link{
    padding:0 2px;
}
.k-multiselect-wrap ul li.k-button {
    border: none;
    background-color: transparent !important;
    font-size: 10px;
    margin: 0;
}
.k-multiselect-wrap .k-select {
    top: 1px;
}
.k-rtl .k-multiselect-clearable .k-multiselect-wrap {
    padding-left: 0;
}
.homePageBody {
    background: url(/images/index.jpg) no-repeat #fff;
    background-position: top right;
    background-size: 100%;
    height: 100%;
}
@media only screen and (max-width: 900px) {
    body {
        background-color: white;
    }
    .homePageBody {
        background-image: none;
        background-color: white;
    }

}
.k-rtl .k-grid tbody td:last-child, .k-rtl .k-grid thead th:last-child {
    border-left-width: 1px !important;
}
.center3 {
    background: linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(28,28,28,1) 20%, rgba(138,18,18,1) 40%);
}
.center1 {
    background: linear-gradient(90deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 20%, rgb(2, 49, 123) 40%);
}
.center2 {
    background: linear-gradient(90deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 20%, rgb(1, 106, 82) 40%);
}
.center4 {
    background: linear-gradient(90deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 20%, rgb(93, 1, 106) 40%);
}
.center5 {
    background: linear-gradient(90deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 20%, rgb(123, 101, 15) 40%);
}
.pastInL {
    position: absolute;
    right: 7px;
    top: -4px;
    color: #6a51b2;
    font-size: 14px;
}