﻿body {
    font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4285em;
}

form {
    width: 100% !important;
    height: 100% !important;
    min-height: 799px;
}

dl {
    display: inline-block;
}

    dl > dt {
        display: inline-block;
    }

        dl > dt > dd {
            display: inline-block !important;
        }

a {
    transition: all ease-in-out 1s;
}

    a:hover {
        color: #b94900 !important;
    }

.scroll_x {
    overflow-x: scroll;
}

.inputdatetime {
    width: 60px !important;
}

.bloinfo {
    display: block !important;
}

.header {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 700;
    color: #223068;
}

.fileupload {
    border: 1px solid #c2c2c2;
    padding: 5px;
    border-radius: 3px;
    background-color: #fffbf2;
}

.fullheight {
    min-height: 100vh;
}

.textleft {
    text-align: left !important;
}

.texterror {
    display: block;
    padding: 30px;
    color: #ff0000;
    text-align: center;
    font-size: 2em;
    text-shadow: 1px 1px 5px #000000;
}

.margin0 {
    margin: 0 !important;
}

.margintop20 {
    margin-top: 20px !important;
}

.marginbottom15 {
    margin-bottom: 15px !important;
}

.marginbottom20 {
    margin-bottom: 20px !important;
}

.marginbottom30 {
    margin-bottom: 30px !important;
}

.marginbottom120 {
    margin-bottom: 120px !important;
}

.padding0 {
    padding: 0 !important;
}
padding10 {
    padding: 10px;
}

.paddingtop10 {
    padding-top: 10px;
}

.paddingright30 {
    padding-right: 30px !important;
}

.padding_27 {
    padding: 27px 0;
}

.paddingtop_0 {
    padding-top: 0 !important;
}

.paddingtop_10 {
    padding-top: 10px;
}

.paddingleft_15 {
    padding-left: 15px !important;
}

.paddingbottom_12 {
    padding-bottom: 12px;
}

.blo_button {
    padding-top: 50px !important;
    text-align: center;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.bntmore {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #f2711c;
    padding: 20px 60px;
    color: #f2711c;
    text-transform: uppercase;
    border-radius: 500px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.settable1 {
    display: table-cell;
    padding: 15px;
    border: 1px solid #292316;
    background: rgba(251, 225, 212, 0.95);
    border-radius: 5px;
    box-shadow: 1px 1px 7px #ffffff;
}

.messagelabel {
    font-weight: normal !important;
    line-height: 1.6em !important;
}

.textmenulogin {
    color: #ad6a01 !important;
}

.textnamelogin {
    padding-left: 0 !important;
    color: #dc3545 !important;
    font-size: 1.2em !important;
    font-weight: 700 !important;
    text-shadow: 1px 1px 2px #fff;
}

.textcenter {
    text-align: center !important;
}
.objcenter{
    margin: 0 auto !important;
}
.image {
    text-align: center;
}

    .image .imagelinkitem {
        display: inline-block;
        background-color: #020921;
        padding: 30% 5%;
        margin-bottom: 5px;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
    }

        .image .imagelinkitem > .name {
            position: absolute;
            top: 20px;
            left: 0;
            padding: 0 5px;
            color: #ff0000;
            text-align: center;
        }

.ui.inverted.menu {
    background-color: #00255e !important;
}

.textcolor1 {
    color: #f2711c !important;
}

.textcolor2 {
    color: #f2711c !important;
}

.jcombobox {
    display: inline-block;
    padding-right: 28px
}

.custom-combobox-input {
    line-height: 1.21428571em !important;
    padding: 0.67857143em 2.1em 0.67857143em 1em !important;
    width: 80% !important;
}

.textcolorwhite {
    color: #fff !important;
}

.ui-widget.ui-widget-content {
    overflow-y: scroll !important;
    max-height: 360px !important;
}

.ui.steps .step.bgcolor1 {
    background-color: #FBBD08;
}

    .ui.steps .step.bgcolor1:after {
        background-color: #FBBD08;
    }

.ui.steps .step.bgcolor2 {
    background-color: #A5673F;
}

    .ui.steps .step.bgcolor2:after {
        background-color: #A5673F;
    }

.ui.steps .step.bgcolor3 {
    background-color: #21BA45;
}

    .ui.steps .step.bgcolor3:after {
        background-color: #21BA45;
    }

.ui.steps .step.bgcolor4 {
    background-color: #F2711C;
}

    .ui.steps .step.bgcolor4:after {
        background-color: #F2711C;
    }

.ui.steps .step.bgcolor5 {
    background-color: #A333C8;
}

    .ui.steps .step.bgcolor5:after {
        background-color: #A333C8;
    }

.ui.steps .step.bgcolor6 {
    background-color: #f5f5f5;
}

    .ui.steps .step.bgcolor6:after {
        background-color: #f5f5f5;
    }

/*----------------------fix semantic-----------------------*/
.fixcontainersematic {
    margin: 0 auto 15px auto !important;
    width: 96% !important;
}

.fixdropdownsematic {
    min-width: unset !important;
    min-height: unset !important;
}

.ui.input > input {
    padding: 5px !important;
}

.fix-form-control {
    height: 213px !important;
}

.fixcenter {
    margin: 0 auto;
}

.fixdropdownwidth {
    min-width: 11.5em !important;
}

.fixdropdownwidth2 {
    min-width: 10.5em !important;
}

.fixmarginleft15 {
    margin-left: -15px !important;
}

.fixradiobutton > tbody > tr > td {
    padding: 10px 10px 10px 0;
}

    .fixradiobutton > tbody > tr > td > label {
        padding-left: 5px;
    }

/*-----------------------------------------------*/


.blo_image_hover {
    width: 150px;
    box-shadow: #9f9f9f 2px 2px 10px;
    margin: 5px;
}

    .blo_image_hover img {
        width: 150px;
        -webkit-transition: 1.5s; /* Safari */
        transition: 1.5s;
    }

    .blo_image_hover:hover {
        /*position: absolute;*/
        /*top: 0;
        left: 0;
        z-index: 999;*/
    }

        .blo_image_hover:hover img {
            position: sticky;
            top: 5px;
            left: 5px;
            width: 250%;
            box-shadow: #0070c9 2px 2px 25px;
            z-index: 999;
        }

.blo_image_hover2 {
    width: 150px;
    box-shadow: #9f9f9f 2px 2px 10px;
    margin: 5px;
}

    .blo_image_hover2 img {
        width: 30px;
        -webkit-transition: 1.5s; /* Safari */
        transition: 1.5s;
    }

    .blo_image_hover2:hover img {
        position: sticky;
        top: 5px;
        left: 5px;
        width: 250%;
        box-shadow: #0070c9 2px 2px 25px;
        z-index: 999;
    }

.blo_image_hover3 {
    width: 150px;
    box-shadow: #9f9f9f 2px 2px 10px;
    margin: 5px;
}

    .blo_image_hover3 img {
        width: 150px;
        -webkit-transition: 1.5s; /* Safari */
        transition: 1.5s;
    }

    .blo_image_hover3:hover img {
        position: sticky;
        top: 5px;
        left: 5px;
        width: 250%;
        box-shadow: #0070c9 2px 2px 25px;
        z-index: 999;
    }

.dashboad_area1 {
    overflow-y: scroll;
    max-height: 300px;
}





/*----------------------------------------------*/
#CphContent_GrdvForm tbody tr:first-child {
    background-color: #F9FAFB;
}

#CphContent_GrdvUsersRight tbody tr:first-child {
    background-color: #F9FAFB;
}

.fullwidth {
    width: 100% !important;
}

.bgFCFFF5 {
    background-color: #FCFFF5 !important;
}

.container {
    width: 100% !important;
}

.headerfix {
    margin: 0 auto;
    padding: 0 15px;
}

.backgroundimage1 {
    background-image: url("/images/banner-organicfood.jpg");
    background-color: none !important;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    /*height: 100% !important;*/
    min-height: 799px;
}

.backgroundimage2 {
    background-image: url(/Images/LogoBackground.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.backgroundimage3 {
    background-color: #00255e;
    background-image: url(/Images/BgWhiteGradien.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.backgroundcolor1 {
    background-color: rgba(251, 249, 237, 0.96);
}

.backgroundcolor2 {
    background-color: #020403 !important;
}

.backgroundcolor3 {
    background-color: rgb(194 48 0 / 40%);
}

.backgroundopacity95 {
    background-color: rgba(55, 16, 17, 0.95) !important;
}

.backgroundcolor4 {
    background-color: #fff3f3 !important;
}

.backgroundcolor5 {
    background-color: #fffbf0 !important;
}

.backgroundcolor6 {
    background-color: #fcf3ff !important;
}

.backgroundcolor7 {
    background-color: #f2fff5 !important;
}

.naneofapp {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px #000;
}

.blogcontent {
    padding: 15px;
    border-radius: 5px;
}

.footer {
    padding: 15px;
    line-height: 60px;
}

.button1 {
    margin: 5px !important;
    font-weight: 300 !important;
}

.row > .column {
    margin-bottom: 0 !important;
}

#printarea {
    width: 1024px !important;
    height: 512px !important;
}

#MenuButton {
    position: fixed;
    left: 0;
    top: 61px;
    background-color: #00255e;
    background-image: url("/images/rightarrow.png");
    background-size: 90%;
    background-position: center;
    background-position-x: -1px;
    background-repeat: no-repeat;
    padding: 24px 12px;
    border: 1px solid #b2b2b2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 1px 2px #b2b2b2;
    z-index: 999;
}

.textmenunotenable {
    color: rgba(255, 255, 255, 0.2) !important;
}

.textalignright {
    text-align: right;
}

.textalignleft {
    text-align: left;
}

.title {
    padding: 5px 0;
    color: #c13100;
    font-size: 1.05em;
}

.margin_bottom_15 {
    margin-bottom: 15px !important;
}

.margin_bottom_30 {
    margin-bottom: 30px !important;
}

.tbl_fix {
    border: none;
    width: 100%;
}

    .tbl_fix tbody tr td {
        padding: 8px 0 !important;
    }
/* tableprinta5 */
.tableprinta5 {
    display: table-caption;
    width: 1024px !important;
    height: 512px !important;
    font-family: "Times New Roman", Times, serif;
}

    .tableprinta5 > tbody > tr > td {
        padding: 10px;
    }

        .tableprinta5 > tbody > tr > td > span {
            display: block;
            width: 100%;
        }

        .tableprinta5 > tbody > tr > td .companyname {
            font-weight: 700;
            text-transform: uppercase;
        }

        .tableprinta5 > tbody > tr > td .title {
            padding-bottom: 20px;
            font-size: 2rem;
            text-align: center;
            text-transform: uppercase;
        }

        .tableprinta5 > tbody > tr > td .txtdatetime {
            text-align: center;
        }

        .tableprinta5 > tbody > tr > td .content {
            width: 100%;
        }

            .tableprinta5 > tbody > tr > td .content .caption {
                width: 30%;
            }

            .tableprinta5 > tbody > tr > td .content .signaltitle {
                padding-bottom: 60px;
                font-weight: 700;
                text-align: center;
            }

/*tblTuitionFeeReceiptsDetail*/
#tblTuitionFeeReceiptsDetail > tr > td {
    border-bottom: 1px solid rgba(34, 36, 38, 0.1) !important;
}

    #tblTuitionFeeReceiptsDetail > tr > td:last-child {
        border-right: 1px solid rgba(34, 36, 38, 0.1) !important;
    }

.buttontrint {
    display: inline-block;
    background-color: #808080;
    margin: 5px;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 700;
}

.logoprintpage {
    display: inline-block;
    float: left;
    height: 100px;
    margin-right: 20px;
}

    .logoprintpage > img {
        width: 80px;
    }

.tdcontent {
    vertical-align: middle !important;
}

.bgcolortblfoot1 {
    background-color: #fff9f5;
}

.ui.mini.button {
    padding: 5px 8px !important;
}

.fixmodal {
    top: auto !important;
    left: auto !important;
    height: auto !important;
}

#EditTFArea {
    /*position:absolute;
  top:20%;
  right:10%;*/
}

.textcolorred {
    color: #ff0000;
    text-shadow: 1px 1px 3px #ffffff;
}

.sepview1 {
    width: 80px;
}

.blo_savedraft {
    position: fixed;
    top: 50%;
    right: 5px;
    width: 15%;
    padding: 15px;
    color: #dcdcdc;
    background-color: rgba(219, 87, 0, 0.95);
    box-shadow: 1px 1px 7px #2e1200;
}

.blo_saveemployee {
    position: fixed !important;
    bottom: 20px;
    right: 143px;
}

.backgroundtransparent {
    background-color: transparent !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px !important;
    }
}

@media (max-width: 668px) {
    .headerfix {
        width: 100%;
        text-align: center;
    }
}

@media print {
    @page {
        size: a5 landscape;
        margin: 0;
    }
}
