.custom-overflow-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.AddTolist {
    text-align: right;
    width: 100%;
}
/*Header*/
.Tab .ajax__tab_header {
    color: #4682b4;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 0px;
}
/*Body*/
.Tab .ajax__tab_body {
    border: 1px solid #b4cbdf;
    padding-top: 0px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab {
    color: #ffffff;
    background: url("assets/img/tab_assets/img/tab_active.gif") repeat-x;
    height: 35px;
}

.Tab .ajax__tab_active .ajax__tab_inner {
    color: #ffffff;
    background: url("assets/img/tab_assets/img/tab_left_active.gif") no-repeat left;
    padding-left: 10px;
}

.Tab .ajax__tab_active .ajax__tab_outer {
    color: #ffffff;
    background: url("assets/img/tab_assets/img/tab_right_active.png") no-repeat right;
    padding-right: 6px;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab {
    color: #000000;
    background: url("assets/img/tab_assets/img/tab_hover.png") repeat-x;
    height: 35px;
}

.Tab .ajax__tab_hover .ajax__tab_inner {
    color: #000000;
    background: url("assets/img/tab_assets/img/tab_left_hover.png") no-repeat left;
    padding-left: 10px;
}

.Tab .ajax__tab_hover .ajax__tab_outer {
    color: #000000;
    background: url("assets/img/tab_assets/img/tab_right_hover.png") no-repeat right;
    padding-right: 6px;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab {
    color: #666666;
    background: url("assets/img/tab_assets/img/tab_Inactive.png") repeat-x;
    height: 35px;
}

.Tab .ajax__tab_inner {
    color: #666666;
    background: url("assets/img/tab_assets/img/tab_left_inactive.png") no-repeat left;
    padding-left: 10px;
}

.Tab .ajax__tab_outer {
    color: #666666;
    background: url("assets/img/tab_assets/img/tab_right_inactive.png") no-repeat right;
    padding-right: 6px;
    margin-right: 2px;
}





/* ajax__tab_suggest theme */
.ajax__tab_suggest .ajax__tab_header {
    background: url(assets/img/tab/tab-line-suggest.png) repeat-x bottom;
    font-size: 14px;
    display: block;
    height: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #009bdd;
    margin-left: 5px;
    cursor: pointer;
}

    .ajax__tab_suggest .ajax__tab_header .ajax__tab_outer {
        background: url(assets/img/tab/tab-suggest.png) no-repeat right -40px;
        border-color: #222;
        color: #222;
        padding-left: 10px;
        margin-right: 3px;
        height: 35px;
    }

    .ajax__tab_suggest .ajax__tab_header .ajax__tab_inner {
        background: url(assets/img/tab/tab-suggest.png) no-repeat right -40px;
        border-color: #666;
        color: #666;
        padding: 5px 10px 2px 0px;
        height: 35px;
    }

.ajax__tab_suggest .ajax__tab_hover .ajax__tab_inner {
    color: #009bdd;
    height: 35px;
}

.ajax__tab_suggest .ajax__tab_active .ajax__tab_outer {
    background: url(assets/img/tab/tab-suggest.png) no-repeat right -40px;
    border-bottom-color: #ffffff;
    height: 35px;
}

.ajax__tab_suggest .ajax__tab_active .ajax__tab_inner {
    background: url(assets/img/tab/tab-suggest.png) no-repeat right -40px;
    color: #009bdd;
    border-color: #333;
    height: 35px;
}

.ajax__tab_suggest .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 8px;
    background-color: #ffffff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
    min-height: 420px;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../img/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(../img/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../img/SavedStar.png);
}

/*street view*/

.box-index {
    background: url("Images/bg_box01.png") repeat-x;
    margin: 5px 1px 5px 0px;
    overflow: hidden;
    padding: 0px 0px 5px 0px;
}

.box-index-hearder {
    display: block;
    position: inherit;
    height: 30px;
    padding: 6px 2px 2px 8px;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    width: 99%;
    border-bottom: 1px #e5e5e5 solid;
}

.box-index-hearder-bg1 {
    background-color: #01427a;
    color: #fefefe;
}

.box-index-body {
    padding: 5px 1px 0px 4px;
    width: 99%;
}

.box-index-body-bold {
    font-weight: bold;
}
/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header {
    background: url(assets/img/tab/tab-line.png) repeat-x bottom;
    font-size: 14px;
    display: block;
    cursor: pointer;
}

    .ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer {
        background: url(assets/img/tab/tab.png) no-repeat left top;
        border-color: #222;
        color: #222;
        padding-left: 10px;
        margin-right: 3px;
    }

    .ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner {
        background: url(assets/img/tab/tab.png) no-repeat right top;
        border-color: #666;
        color: #666;
        padding: 3px 10px 2px 0px;
    }

.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner {
    color: #000000;
}

.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer {
    background: url(assets/img/tab/tab.png) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}

.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner {
    background: url(assets/img/tab/tab.png) no-repeat right -40px;
    color: #000000;
    border-color: #333
}

.ajax__tab_technorati-theme .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 8px;
    background-color: #ffffff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
}

.width100 {
    width: 100%;
    min-width: 1050px;
}


/*��Ҵ�ͧ tag*/
/*
S=small   12
M=medium  14 
L=laugth  16
B= black #a8a9a7
G= green #655919
R= red #870b05
*/
.underLine {
}

    .underLine a {
        text-decoration: none;
    }

        .underLine a span {
            padding-right: 5px;
            float: left;
            display: block;
        }

        .underLine a:hover {
        }

            .underLine a:hover span {
                text-decoration: underline;
            }


.noLine {
    text-decoration: none;
}

    .noLine a {
        text-decoration: none;
    }

        .noLine a:hover {
            text-decoration: underline;
        }


.tSB {
    font-size: 12px;
    color: #a8a9a7;
}

.tSG {
    font-size: 12px;
    color: #655919;
}

.tSR {
    font-size: 12px;
    color: #870b05;
}

.tMB {
    font-size: 14px;
    color: #a8a9a7;
}

.tMG {
    font-size: 14px;
    color: #655919;
}

.tMR {
    font-size: 14px;
    color: #870b05;
}

.tLB {
    font-size: 16px;
    color: #a8a9a7;
}

.tLG {
    font-size: 16px;
    color: #655919;
}

.tLR {
    font-size: 16px;
    color: #870b05;
}

.right {
    float: right;
}
/* end tag */

.carousel-control .row {
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 10%;
    background: url(assets/img/bg-black1.png) repeat;
    box-shadow: 1px 1px 1px black;
}

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 35px;
    }

    .left-inner-addon i {
        position: absolute;
        padding: 5px 12px 5px 12px;
        pointer-events: none;
    }

.searchbox {
    padding-left: 0px;
    margin-left: 0px;
    text-align: left;
}

    .searchbox a {
        font-size: small;
        color: White;
    }

.divider-vertical {
    height: 100%;
    margin: 0;
    padding: 0 10px 0 10px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #ffffff;
}

.section-subtitle {
    padding: 0 0 5px 20px;
    font-size: 1.1em;
    color: #979797;
    text-align: center;
}

.thumbnail-img {
    /*box-shadow: 0px 5px 10px -3px rgba(35, 31, 32, 0.8);*/
    cursor: pointer;
    box-shadow: 0px 3px 6px 0px rgba(35, 31, 32, 0.6);
    max-width: 100%;
    max-height: 130px;
}

    .thumbnail-img:hover {
        transform: translate(0, -6px);
        box-shadow: 0px 10px 20px -6px rgba(35, 31, 32, 0.7);
        cursor: pointer;
        transition: all, 0.4s;
    }

.item-tab {
    text-align: center;
    /* margin-bottom: 40px;*/
}

    .item-tab .title {
        color: #585f69;
        font-weight: bold;
        font-size: 1.3rem;
        margin: 10px 5px 10px 5px;
        min-height: 70px;
    }

    .item-tab .author {
        color: #999999;
        font-size: 1.1rem;
    }


.testimonials.testimonials-v1 .item p {
    background: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px !important;
}

    .testimonials.testimonials-v1 .item p:after {
        border-top: 22px solid #eee;
    }

.testimonials .testimonial-info {
    margin-top: 5px;
}

    .testimonials .testimonial-info img {
        position: inherit;
        z-index: 99;
        padding: 0;
    }

    .testimonials .testimonial-info .test {
        padding-top: 60px;
        position: relative;
    }

    .testimonials .testimonial-info a {
        font-style: normal;
        font-size: 15px;
    }

    .testimonials .testimonial-info .line {
        margin: 5px;
    }

.MemberReviewBox {
    padding: 10px;
    margin-top: 20px;
    color: #566c8a;
    font-size: 14px;
    background: #fcfcfc;
    border-left: 4px solid #94c564;
    font-family: 'Open Sans', sans-serif;
}

/* Overide modal */
/*Map modal*/
.modal-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 15px;
}

.modal-footer {
    margin-top: 10px;
    padding: 10px 20px 20px;
    border-top: 1px solid #e5e5e5;
}

.modal-header h3 {
    text-align: left;
}

.tab-v3 .tab-content {
    padding-top: 0;
    border: none;
    background-color: transparent;
}

.map-label-callno {
    font-size: 1.5rem;
    font-style: normal;
}

.map-label-collection {
    font-size: 1.2rem;
    font-style: normal;
}

img.autowidht {
    max-width: 100%;
    height: auto;
}

table.shelve-view {
    border: 2px solid #777;
    width: 80%;
    margin: 10px 10% 10px 10%;
}

    table.shelve-view td {
        height: 30px;
        border: 1px solid #777;
    }

        table.shelve-view td.highlight {
            background-color: #5f5f5f;
            text-align: center;
            color: #fff;
        }
/*End Map modal*/


/* Media queries to adjust form width */

/*Mobile*/
@media(max-width:767px) {
    .brand > .pull-left {
        padding: 0 0 5px 15px;
    }

    .brand-body {
        display: none;
    }

    .header .navbar .search-open {
        left: 35px;
        top: inherit;
        bottom: -10px;
        padding: 15px;
    }

    .carousel-control .row {
        margin-left: 15px;
        margin-right: 20px;
        margin-top: 3%;
        background: url(assets/img/bg-black1.png) repeat;
    }

    .searchbox h4 {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    /*Map modal*/
    .modalwidht {
        width: auto;
        height: auto;
    }

    table.shelve-view {
        border: 2px solid #777;
        width: 100%;
        margin: 10px 0 10px 0;
    }

        table.shelve-view td.highlight {
            font-size: 10px;
        }
    /*End Map modal*/

}
/* End Mobile*/


/*Tablet*/
@media(min-width:768px) {
    .brand-body {
        display: none;
    }

    .carousel-control .row {
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 10%;
    }

    .modalwidht {
        width: auto;
    }
}

@media(min-width:992px) {
    .brand-body {
        display: inline-block;
    }

    .carousel-control .row {
        margin-left: 40px;
        margin-right: 40px;
    }

    .modalwidht {
        width: auto;
    }
}

/*End Tablet*/


/*Computer*/
@media(min-width:1200px) {
    .brand-body {
        display: inline-block;
    }

    .carousel-control .row {
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 10%;
    }

    .modalwidht {
        width: 80%;
    }
}
/*End Computer*/
.header .logo img {
    margin: 5px 0;
}

.header .mega-menu .nav, .header .mega-menu .dropup, .header .mega-menu .dropdown, .header .mega-menu .collapse {
    position: relative;
    z-index: 2;
    margin-bottom: 1px;
}

@media (max-width: 991px) {
    .header .mega-menu .nav, .header .mega-menu .dropup, .header .mega-menu .dropdown, .header .mega-menu .collapse {
        position: static;
    }
}

.breadcrumbs {
    padding: 0;
}

/********mapview*****/
.bx-wrapper img {
    width: 120px;
    height: auto;
    margin-bottom: 0px;
}

.recent-work a {
    text-align: center;
    width: 120px;
}

.als-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    z-index: 0;
}

.als-viewport {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

.als-wrapper {
    position: relative;
    list-style: none;
}

.als-item {
    position: relative;
    display: block;
    padding: 5px 5px 5px 5px;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 50px;
    height: auto;
}

.als-item-active {
    position: relative;
    display: block;
    background-color: #ff3300;
    padding: 5px 5px 5px 5px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 50px;
    height: auto;
}

.als-prev, .als-next {
    position: absolute;
    cursor: pointer;
    clear: both;
}

#demo2 {
    margin: 40px auto;
}

    #demo2 .als-item {
        margin: 0px 5px;
        padding: 4px 0px;
        min-height: 120px;
        min-width: 100px;
        text-align: center;
    }

        #demo2 .als-item img {
            display: block;
            margin: 0 auto;
            vertical-align: middle;
        }

    #demo2 .als-prev, #demo2 .als-next {
        top: 40px;
    }

    #demo2 .als-prev {
        left: 200px;
    }

    #demo2 .als-next {
        right: 200px;
    }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsivemap, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 140px;
    height: 150px;
}
/***End mapview*/
/*Authoruty*/
.padding-5 {
    padding: 5px 10px;
}

.headertable {
    background-color: #f9f9f9;
}
/*End Authoruty*/

thumbnail-img {
    width: 100px;
    height: auto;
    min-height: 130px;
}

/*margin*/
.custom-mt-10 {
    margin-top: 10px;
}

.custom-mt-15 {
    margin-top: 15px;
}




.custom-mb-0 {
    margin-bottom: 0px;
}


/*Color*/
.custom-bg-color-yellow {
    background-color: #ffac00 !important;
}

.custom-bg-color-gray {
    background-color: #777;
}

.custom-bg-color-gray-v2 {
    background-color: #a8a9a7 !important;
}

.custom-bg-green {
    background-color: #72c02c;
}

.custom-color-white {
    color: #ffffff;
}

.custom-color-black {
    color: #000000 !important;
}

.custom-color-gray {
    color: #a8a9a7 !important;
}

.custom-color-green {
    color: #72c02c !important;
}

.custom-color-red {
    color: #a82525 !important;
}


.custom.d-inline {
    display: inline;
}


.custom-text-align-center {
    text-align: center;
}

.custom-text-align-left {
    text-align: left;
}

.custom-maxwidth-100 {
    max-width: 100%;
    /*height: auto;*/
}

.custom-maxwidth-50 {
    max-width: 50%;
    /*height: auto;*/
}

.custom-maxwidth-48 {
    max-width: 48%;
    /*height: auto;*/
}

.custom-maxwidth-25 {
    max-width: 25%;
    /*height: auto;*/
}



.custom-border-gray-hover:hover {
    border: 1px solid #a8a9a7 !important;
}

/*Tab LRD*/
@media screen and (max-width: 700px) {
    flex-direction: column;
}

@media screen and (max-width: 700px) {
    border-bottom: solid thin @secondary-color;
}





.custom-cursor-none {
    cursor: no-drop;
}

.custom-cursor-pointer {
    cursor: pointer;
}


.custom-dd-nav {
    display: flex;
    margin-bottom: 0px;
    text-align: center;
}

    .custom-dd-nav > li {
        flex: 1;
        background-color: @primary-color;
        border-right: solid thin @secondary-color;
        text-align: center;
    }

        .custom-dd-nav > li > a {
            width: 100%;
            padding: 5px 0;
            color: #ccc;
            display: block;
            text-decoration: none;
            /*color: #a8a9a7;*/
            font-size: 1.7rem;
        }

    /*.custom-dd-nav > li > a:hover,
        .custom-dd-nav > li > a:active,
        .custom-dd-nav > .active > a {
            background-color: @secondary-color;
            text-decoration: none !important;
            color: #72c02c !important;
            border-bottom: 2px solid #72c02c !important;
        }*/


    .custom-dd-nav > a:hover,
    .custom-dd-nav > a:active,
    .custom-dd-nav .active > a {
        background-color: @secondary-color;
        text-decoration: none !important;
        color: #72c02c !important;
        border-bottom: 2px solid #72c02c !important;
    }




.custom-a-none::after, .custom-a-none:hover {
    text-decoration: none !important;
}


/*process tracking*/
.bg-process1 {
    background-color: #669900;
}

.bg-process2 {
    background-color: #A02001;
}

.bg-process3 {
    background-color: #A02001;
}

.bg-process4 {
    background-color: #669900;
}

.bg-process5 {
    background-color: #ECBD02;
}

.bg-process6 {
    background-color: #669900;
}

.bg-process7 {
    background-color: #669900;
}

.bg-process8 {
    background-color: #669900;
}

.bg-process9 {
    background-color: #669900;
}

.bg-process10 {
    background-color: #669900;
}





.nav-tabs {
    border-bottom: none !important;
}

.tab-v1 > .nav-tabs {
    border-bottom: 2px solid #72c02c !important;
}







/*Modal LRD*/
.Box-LRD {
    background-color: #72c02c;
    color: white;
    text-align: center;
    margin-top: 15px;
}

/*CheckBox DD*/
.dd-button {
    background-color: #72c02c;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2rem;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px 8px 8px 8px;
}


.round0 {
    position: relative;
}

    .round0 label {
        background-color: #999999;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 1.5rem;
        width: 1.5rem;
        position: absolute;
        top: 0.1rem;
        max-width: none !important;
        cursor: no-drop;
    }

    .round0 input[type="checkbox"] {
        visibility: hidden;
    }




.round {
    position: relative;
}

    .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 1.5rem;
        width: 1.5rem;
        position: absolute;
        top: 0.1rem;
        max-width: none !important;
    }

    .round input[type="checkbox"] {
        visibility: hidden;
    }


    .round label:after {
        border: 2px solid #fff;
        border-top: none;
        border-right: none;
        content: "";
        height: 0.5rem;
        width: 1.2rem;
        top: 0.3rem;
        opacity: 0;
        position: absolute;
        transform: rotate(-45deg);
    }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: #72c02c;
            border-color: #72c02c;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }







/*Counter*/
/*span {
    cursor: pointer;
}*/

.number {
    /*margin: 100px;*/
}

.minus, .plus {
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
    /*padding: 8px 5px 8px 5px;*/
    padding: 0;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.counter {
    height: 34px;
    width: 50px;
    max-height: 25px;
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}


/*Checkbox Agreement*/
.custom-container-agree {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loaderModalNDD {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}


.font-grey1, .font-grey1::after {
    color: #777777;
}


.dd-format {
    /*padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;*/
    padding: 0.2rem 0.3rem;
    margin-right: 3px;
    border-radius: 2px;
    font-size: 1rem !important;
    color: white;
}

.bgformat1 {
    background-color: #009999;
}

.bgformat2 {
    background-color: #669966;
}

.bgformat3 {
    background-color: #0099FF;
}

.bgformat0 {
    background-color: #999999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Hide the browser's default checkbox */
.custom-container-agree input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-container-agree:hover input ~ .checkmark {
    background-color: #ddd;
    cursor: pointer;
}

/* When the checkbox is checked, add a blue background */
.custom-container-agree input:checked ~ .checkmark {
    background-color: #72c02c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-container-agree input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-container-agree .checkmark:after {
    left: 10px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.custom-row {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.custom-col-1, .custom-col-2, .custom-col-3, .custom-col-4, .custom-col-5, .custom-col-6, .custom-col-7, .custom-col-8, .custom-col-9, .custom-col-10, .custom-col-11, .custom-col-12, .custom-col,
.custom-col-auto, .custom-col-sm-1, .custom-col-sm-2, .custom-col-sm-3, .custom-col-sm-4, .custom-col-sm-5, .custom-col-sm-6, .custom-col-sm-7, .custom-col-sm-8, .custom-col-sm-9, .custom-col-sm-10, .custom-col-sm-11, .custom-col-sm-12, .custom-col-sm,
.custom-col-sm-auto, .custom-col-md-1, .custom-col-md-2, .custom-col-md-3, .custom-col-md-4, .custom-col-md-5, .custom-col-md-6, .custom-col-md-7, .custom-col-md-8, .custom-col-md-9, .custom-col-md-10, .custom-col-md-11, .custom-col-md-12, .custom-col-md,
.custom-col-md-auto, .custom-col-lg-1, .custom-col-lg-2, .custom-col-lg-3, .custom-col-lg-4, .custom-col-lg-5, .custom-col-lg-6, .custom-col-lg-7, .custom-col-lg-8, .custom-col-lg-9, .custom-col-lg-10, .custom-col-lg-11, .custom-col-lg-12, .custom-col-lg,
.custom-col-lg-auto, .custom-col-xl-1, .custom-col-xl-2, .custom-col-xl-3, .custom-col-xl-4, .custom-col-xl-5, .custom-col-xl-6, .custom-col-xl-7, .custom-col-xl-8, .custom-col-xl-9, .custom-col-xl-10, .custom-col-xl-11, .custom-col-xl-12, .custom-col-xl,
.custom-col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.custom-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.custom-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.custom-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.custom-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.custom-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.custom-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.custom-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.custom-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.custom-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.custom-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.custom-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.custom-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.custom-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.custom-menu {
    display: flex;
    justify-content: space-between;
}


@media (min-width: 576px) {

    .custom-margin-top-15-sm {
        margin-top: 15px !important;
    }

    .custom-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .custom-col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .custom-col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .custom-col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .custom-col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .custom-col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .custom-col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .custom-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .custom-col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .custom-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .custom-col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .custom-col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .custom-col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .custom-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom-d-position-bottom-sm {
        position: absolute !important;
        bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .custom-margin-top-15-md {
        margin-top: 15px !important;
    }

    .custom-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .custom-col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .custom-col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .custom-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .custom-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .custom-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .custom-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .custom-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .custom-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .custom-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .custom-col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .custom-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .custom-col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .custom-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom-d-position-bottom-md {
        position: absolute !important;
        bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .custom-col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .custom-col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .custom-col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .custom-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .custom-col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .custom-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .custom-col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .custom-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .custom-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .custom-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .custom-col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .custom-col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .custom-col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .custom-col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom-d-position-bottom-lg {
        position: absolute !important;
        bottom: 0 !important;
    }
}

@media (min-width: 1200px) {
    .custom-col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .custom-col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .custom-col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .custom-col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .custom-col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .custom-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .custom-col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .custom-col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .custom-col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .custom-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .custom-col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .custom-col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .custom-col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .custom-col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom-d-position-bottom-xl {
        position: absolute !important;
        bottom: 0 !important;
    }
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.textinput {
    float: left;
    width: 100%;
    min-height: 75px;
    outline: none;
    resize: none;
    border: 1px solid grey;
}


.bgcolor-kku {
    background-color: #a83b24 !important;
  
}