﻿body {
    background-color: #c9c9c9
}

.SpanLabelfix {
    width: 80px;
    display: inline-block
}

.HighLightGridItem {
    background-color: rgb(163, 254, 141);
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
    color: black;
}

    .HighLightGridItem td {
        border-bottom: 1px solid #808080;
        border-top: 1px solid #808080;
    }

    .HighLightGridItem :hover {
        color: #3abd06;
    }

.HighLightGridDisabledItem {
    background-color: rgb(241, 119, 119);
    color: black;
}





.titleModule {
    font-family: IranSans;
    padding: 5px;
    display: block;
    margin: 2px;
    font-size: 15px;
    margin: 2px;
    color: #6a51b2;
    margin-bottom: 2px;
    max-width: 400px;
    border-bottom: 1px solid #6a51b2;
}




.mehomeDesk h3, .mehomeDesk h4, .mehomeDesk h5 {
    font-family: IranSans;
    font-size: 16px;
    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 {
    /*float: left;*/
    padding: 7px;
    padding-top: 10px;
    font-size: 20px;
    margin: 0;
    margin-left: 5px;
    border-radius: 50%;
    width: 40px;
    /*background-color: #3e3e3e;*/
    /*border:2px solid yellow;*/
    /*color: yellow;*/
}

.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;
}
/*#btnErrorReport {
        background-color: #f24837;
    }
        #btnErrorReport:hover {
            background-color: #f3301c
    
            }*/
.edu {
    background-color: #02a061;
    border-color: #04c377;
}

    .edu:hover {
        background-color: #04c377;
        border-color: #04c377;
    }

.edu2 {
    background-color: #e07706;
    border-color: #c87604;
}

    .edu2:hover {
        background-color: #ea871c;
        border-color: #c87604;
    }

.edu3 {
    background-color: #6a51b2;
    border-color: #7867a9;
}

    .edu3:hover {
        background-color: #7c65bd;
        border-color: #7867a9;
    }

.edu4 {
    background-color: #ebe9ef;
    border-color: #c1c1c2;
    color: #a15207
}

    .edu4:hover {
        background-color: #fcfbff;
        border-color: #c1c1c2;
        color: #a15207
    }
.HighLightDeActive {
    background-color: #f1f1f1;
}

.HighLightOK {
    background-color: lightgreen;
}

.HighLightReject {
    background-color: #f89d75;
}

.HighLightYellow {
    background-color: lightyellow;
}

.HighLightBlue {
    background-color: #34fbf5;
}

.button {
    background-color: #f5f6f7; /* Green */
    border: none;
    color: #02184e;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border: 1px solid #0089d4;
    font-weight: bold;
}

    .button:hover {
        background-color: #0089d4;
        color: white;
        text-decoration: none;
    }

.EvlTop {
    background-color: lawngreen;
    width: 100%;
    display: block;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.EvlGood {
    background-color: #50b1f1;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.EvlMiddle {
    background-color: gold;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.EvlLow {
    background-color: hotpink;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.EvlBad {
    background-color: red;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.bootbox-body {
    font-family: IranSans;
}

.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-size: 15px;
    font-weight: normal;
}

    .item-Box-Title i {
        position: absolute;
        transform: rotate(-30deg);
        left: -7px;
        top: -10px;
        font-size: 40px;
        color: rgba(0,0,0,0.1);
    }

.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: #fafafa;
    color: #000;
    width: 140px;
    height: 70px;
    display: block;
    float: right;
    margin: 5px;
    position: relative;
    border-radius: 4px 4px;
    padding: 5px;
}

    .item-lg-btn h4 {
        bottom: 15px;
        right: 10px;
        position: absolute;
        font-size: 15px;
        font-weight: bold;
    }

    .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;
        font-weight: bold;*/
    }

.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;
}

.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: 14px;
        font-weight: normal;
    }

.itemDisable {
    background-color: #ccc;
    color: #e8e8e8;
}

    .itemDisable:hover {
        cursor: default;
        box-shadow: none;
        color: #e8e8e8;
    }

.kCurrentItem {
    background-color: #0089d4;
    color: white;
}

    .kCurrentItem a {
        color: white;
    }

.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;
}

.login-form {
    background: linear-gradient(45deg, #b6bcbe, #cdd3d5);
    padding: 0 30px;
    border-radius:10px 10px;
}

.apb-logo {
    margin-bottom: -20px;
}

    .apb-logo img {
        width: 40%;
        display: inline-block;
        margin: 0 auto;
    }

    .apb-logo a {
        text-decoration: none;
    }

        .apb-logo a h3 {
            text-align: center;
            display: inline-block;
            font-size: 18px;
            margin: 0;
            font-weight: bold;
        }

.login-titlebar {
    color: #FFF;
    text-align: center;
    font-weight: 600;
    padding: 50px 0 25px;
}

.login-form-field {
    border: none;
    border-bottom: 1px solid ;
    background: none;
    box-shadow: none;
    width: 100%;
    padding: 7px 15px;
    outline: none;
    margin-bottom: 10px;

}

    .login-form-field::placeholder {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.3);
        transition: all 0.3s ease 0s;
        padding: 0 10px 0 0;
    }

    .login-form-field:focus::placeholder {
        padding: 0 0px 0 0;
        color: rgba(255, 255, 255, 1);
    }

.login-submit-btn {
    background: rgba(255, 255, 255, 1);
    padding: 5px 30px;
    border-radius: 3px;
    border: none;
    margin-top: 30px;
}

    .login-submit-btn:hover {
        background: rgba(255, 255, 255, 0.95);
    }

.login-form-alert {

    border-radius: 0 0 2px 2px;
}

    .login-form-alert ul {
        margin: 0;
        padding: 0;
    }

        .login-form-alert ul li {
            background: #f44336;
            padding: 5px 40px;
        }

            .login-form-alert ul li:last-child {
                border-radius: 0 0 5px 5px;
            }

.version-text {
    text-align: center;
    display: block;
    padding: 20px 0 10px;
    margin: 0;
}



    .apbcms-menubar ul li {
            transition: all 0.3s ease 0.1s;
            line-height: 1;
            padding: 5px 0;
            position: relative;
            cursor: pointer;
            display: inline-block;
            width: 100%;
        }


.dropdown-icon {
    float: left;
}

.apbcms-submenu {
    display: none;
    padding: 0
}

    .apbcms-submenu li:hover {
        box-shadow: -230px 0 #f44336 inset;
    }



.apbcms-menubar ul li a i {
    float: unset;
}

.apbcms-menubar ul li {
    line-height: 0;
    padding: 0;
}


