﻿/* Over Rule Zone*/

*, *:focus, *:hover {
    outline: none !important;
    outline-color: transparent !important;
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}


/* End Over Rule */





html {
    font-size: 13px;
}

body * {
    font-family: 'K2D';
}

body {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px 0px 0px 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    min-width: 900px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    body {
        margin-right: 16px !important;
    }
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*input {
    max-width: 1024px !important;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.container-fluid {
    margin: 0px 0px 0px 0px;
}

.container-content {
    padding-top: 4px;
}

.img-logo {
    /*background-image: url(../Images/logo-orange.png);*/
    background-size: 100%;
}

.logo {
    /*margin-top: 5px;
    margin-bottom: 5px;*/
    padding-left: 15px;
}

    .logo img {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
        float: left;
    }

.application-title {
    font-family: 'K2D';
    font-size: 14px;
    color: white;
    display: block;
    float: left;
}

.application-title-login {
    font-family: 'K2D'; /* Supermarket; */
    font-size: 14px;
    color: white; /*#d9901b;*/
    text-shadow: 0px 1px #fffffd;
    display: block;
    float: left;
    margin-top: -3px;
    /*padding-left: 4px;*/
    text-align: left;
}

.application-title > span {
    font-family: 'K2D'; /*Supermarket;*/
    font-size: 12px;
    display: block;
    margin-top: -3px;
}

.application-title-login > span {
    font-family: Supermarket;
    font-size: 14px;
    display: block;
}

.page-content {
    border: 2px solid #ffefbc;
    background: -webkit-linear-gradient(#fffffd,#ffefbc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fffffd,#ffefbc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fffffd,#ffefbc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fffffd,#ffefbc); /* Standard syntax */
    padding: 0px 4px 0px 4px !important;
    margin-top: -12px;
    min-height: 550px;
    margin: -12px 0px 0px 0px;
    overflow-x: auto;
}

.page-menu {
    background: -webkit-linear-gradient(#fffffd,#ffefbc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fffffd,#ffefbc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fffffd,#ffefbc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fffffd,#ffefbc); /* Standard syntax */
}

.custom-nav {
    /*background: -webkit-linear-gradient(#fef7e0,#ffefbc) !important; 
    background: -o-linear-gradient(#fef7e0,#ffefbc) !important;
    background: -moz-linear-gradient(#fef7e0,#ffefbc) !important; 
    background: linear-gradient(#fef7e0,#ffefbc) !important;*/
}

li.nav-custom-li,
li.nav-custom-li > a,
li.nav-custom-li > a > span,
li.nav-custom-li > span {
    width: 100% !important;
}

ul.custom-nav > li > a {
    border-left: 2px solid #ffedb2;
    border-top: 4px solid #ffedb2;
    font-family: Supermarket;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}

    ul.custom-nav > li > a:hover {
        background: -webkit-linear-gradient(#fef7e0,#ffefbc) !important;
        background: -o-linear-gradient(#fef7e0,#ffefbc) !important;
        background: -moz-linear-gradient(#fef7e0,#ffefbc) !important;
        background: linear-gradient(#fef7e0,#ffefbc) !important;
    }

    ul.custom-nav > li > a.active {
        background: -webkit-linear-gradient(#ffedb2,#ffefbc) !important;
        background: -o-linear-gradient(#ffedb2,#ffefbc) !important;
        background: -moz-linear-gradient(#ffedb2,#ffefbc) !important;
        background: linear-gradient(#ffedb2,#ffefbc) !important;
        /*-moz-border-bottom-left-radius: 10px !Important;
    -webkit-border-bottom-left-radius: 10px !Important;
    -khtml-border-bottom-left-radius: 10px !Important;
     border-bottom-left-radius: 10px !Important;

     -moz-border-bottom-right-radius: 3px !Important;
    -webkit-border-bottom-right-radius: 3px !Important;
    -khtml-border-bottom-right-radius: 3px !Important;
     border-bottom-right-radius: 3px !Important;*/
    }
/*.custom-nav > li:first-child {
    -moz-border-bottom-left-radius: 5px !Important;
    -webkit-border-bottom-left-radius: 5px !Important;
    -khtml-border-bottom-left-radius: 5px !Important;
     border-bottom-left-radius: 5px !Important;
}
.custom-nav > li:last-child {
    -moz-border-bottom-right-radius: 5px !Important;
    -webkit-border-bottom-right-radius: 5px !Important;
    -khtml-border-bottom-right-radius: 5px !Important;
     border-bottom-right-radius: 5px !Important;
}*/



/* login form */
#loginForm {
    width: 400px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
}

#logoImage {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.loginForm {
    border: 2px solid #ffefbc;
    background: -webkit-linear-gradient(#fffffd,#ffefbc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fffffd,#ffefbc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fffffd,#ffefbc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fffffd,#ffefbc); /* Standard syntax */
    min-height: 100px;
    padding: 0px 2px 5px 2px !important;
    margin-bottom: 0px !important;
    -webkit-box-shadow: 0px 2px 200px #ffefbc;
    -moz-box-shadow: 0px 2px 200px #ffefbc;
    box-shadow: 0px 2px 200px #ffefbc;
}

.label {
    font-family: Supermarket;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: normal;
}

.label-right {
    font-size: 12px;
    color: #002e68;
    font-weight: normal;
    text-align: right;
    background-color: #dcebfe;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 5px 4px 6px;
    margin: 1px 1px 1px 1px;
    /*display: block;*/
    min-height: 24px;
    margin-right: 3px !important;
}

.label-right-td,
.label-right-td-nocolon {
    font-size: 12px;
    /*color: #717171 !important;*/
    color: black !important;
    font-weight: normal;
    text-align: right;
    background-color: #f1f1f1 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    min-height: 24px;
    vertical-align: middle !important;
    padding-right: 1px;
}

    .label-right-td:after {
        content: ':';
    }

.label-right2 {
    font-size: 12px;
    color: #002e68;
    font-weight: normal;
    text-align: right;
    background-color: #dcebfe;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 5px 4px 6px;
    margin: 1px 1px 1px 1px;
    min-height: 24px;
}

.conner {
    -moz-border-radius: 3px !Important;
    -webkit-border-radius: 3px !Important;
    -khtml-border-radius: 3px !Important;
    border-radius: 3px !Important;
}

.conner-top {
    /*border-top-left-radius: 2em;*/
    -moz-border-top-left-radius: 3px !Important;
    -webkit-border-top-left-radius: 3px !Important;
    -khtml-border-top-left-radius: 3px !Important;
    border-top-left-radius: 3px !Important;
    -moz-border-top-right-radius: 3px !Important;
    -webkit-border-top-right-radius: 3px !Important;
    -khtml-border-top-right-radius: 3px !Important;
    border-top-right-radius: 3px !Important;
}

.conner-bottom {
    /*border-top-left-radius: 2em;*/
    -moz-border-bottom-left-radius: 3px !Important;
    -webkit-border-bottom-left-radius: 3px !Important;
    -khtml-border-bottom-left-radius: 3px !Important;
    border-bottom-left-radius: 3px !Important;
    -moz-border-bottom-right-radius: 3px !Important;
    -webkit-border-bottom-right-radius: 3px !Important;
    -khtml-border-bottom-right-radius: 3px !Important;
    border-bottom-right-radius: 3px !Important;
}



/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"] {
    max-width: 280px;
}*/

.row {
    /*border:1px solid red;*/
    margin: 0px 0px 0px 0px !important;
}



/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}*/

.bank {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}


.container-fluid > .sidebar {
    position: relative;
    top: 0;
    left: auto;
    width: 280px; /* width of sidebar */
}

.container-fluid > .sidebar280 {
    position: relative;
    top: 0;
    left: auto;
    width: 280px; /* width of sidebar */
}

.container-fluid > .sidebar220 {
    position: relative;
    top: 0;
    left: auto;
    width: 280px; /* width of sidebar */
}

.container-fluid > .content {
    margin: 0 240px; /* width of sidebars + 10px of margin */
    padding: 2px 2px 2px 2px;
}

.box-shadow {
    -webkit-box-shadow: 0px 2px 50px #ffefbc;
    -moz-box-shadow: 0px 2px 50px #ffefbc;
    box-shadow: 0px 2px 50px #ffefbc;
}

.tb-data {
    width: 100%;
}

    .tb-data > tr > td {
        vertical-align: top;
    }

.data-content {
    border: 1px solid red;
}

.data-condtion {
    border: 2px solid #ffefbc;
    background: -webkit-linear-gradient(#fffffd,#ffefbc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fffffd,#ffefbc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fffffd,#ffefbc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fffffd,#ffefbc); /* Standard syntax */
    min-height: 240px;
    padding: 0px 2px 0px 2px !important;
    margin-bottom: 0px !important;
    /*opacity: 0.1;*/
    filter: alpha(opacity=10); /* For IE8 and earlier */
    margin-top: 100px;
    text-align: left;
}

h5 {
    font-family: Supermarket;
    font-size: 15px;
    padding-left: 5px;
    text-align: center;
}

/*.list-group > li {
    border: 1px solid #ffefbc;
    /*padding-top:6px;
    padding-bottom:4px;*/
font-family: Supermarket; font-family: 16px !important; color: #4f70b4; background: -webkit-linear-gradient(#fef7e0,#fefcf5) !important; background: -o-linear-gradient(#fef7e0,#fefcf5) !important; background: -moz-linear-gradient(#fef7e0,#fefcf5) !important; background: linear-gradient(#fef7e0,#fefcf5) !important;
}

.list-group > li > .badge {
    background: #fefcf5;
    color: #4f70b4;
}

.list-group > li.active:hover > .badge {
    border: solid 1px #ffd800;
    background-color: #ffefbc;
}

.list-group > li.active > .badge {
    border: solid 1px #ffd800;
}

.list-group > li:hover > .badge {
    background: #ffefbc;
    color: #4f70b4;
    border: solid 0px #ffd800;
}

.list-group > li.active {
    background-color: #fee663;
    border: solid 1px #ffd800;
    color: #4f70b4;
    background: -webkit-linear-gradient(#fef7e0,#ffefbc) !important;
    background: -o-linear-gradient(#fef7e0,#ffefbc) !important;
    background: -moz-linear-gradient(#fef7e0,#ffefbc) !important;
    background: linear-gradient(#fef7e0,#ffefbc) !important;
}

.list-group > li:hover.active {
    background-color: #ffd800;
    border: solid 1px #ffd800;
    color: #4f70b4;
}

.list-group > li:hover {
    background: -webkit-linear-gradient(#fef7e0,#fde494) !important;
    background: -o-linear-gradient(#fef7e0,#fde494) !important;
    background: -moz-linear-gradient(#fef7e0,#fde494) !important;
    background: linear-gradient(#fef7e0,#fde494) !important;
    cursor: pointer;
}

.list-group {
    margin-bottom: 4px;
}

*/
/*.list-group > a > .badge{
    margin-top:0px;
}*/
#map img {
    width: 100%;
    border: 0px;
}

/*table.tb-data{
      display:block !important;
}*/


.custom-column {
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: normal !important;
    background: -webkit-linear-gradient(#ffefbc,#fffef6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffefbc,#fffef6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffefbc,#fffef6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffefbc,#fffef6); /* Standard syntax */
    border-color: #ffefbc !important;
}

.nav-group-header {
    background: -webkit-linear-gradient(#ffefbc,#fffef6) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffefbc,#fffef6) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffefbc,#fffef6) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffefbc,#fffef6) !important; /* Standard syntax */
    border-color: #ffefbc !important;
    border-width: 2px !important;
    font-family: Supermarket;
    font-size: 16px !important;
    font-weight: normal !important;
    color: #364074 !important;
    border-top: 2px solid #fee297;
}

.nav-group-content {
    background: -webkit-linear-gradient(#fffffd,#fef8e4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fffffd,#fef8e4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fffffd,#fef8e4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fffffd,#fef8e4); /* Standard syntax ffefbc*/
    border-color: #ffefbc !important;
    border-width: 2px !important;
}

/*.nav-item {

    -moz-border-radius: 2px !Important;
    -webkit-border-radius: 2px !Important;
    -khtml-border-radius: 2px !Important;
    border-radius: 2px !Important;
}*/

.well {
    margin: 0px 0px 0px 0px;
}


.AspNetTextBoxDate, input[class^="AspNetTextBoxDate"] {
    background-color: White;
    /*padding:4px 4px 4px 4px;*/
    padding-left: 3px;
    font-family: Tahoma;
    font-size: 12px;
    border: 1px solid #aecaf0;
    min-height: 24px;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -khtml-border-radius: 2px !important;
    border-radius: 2px !important;
}

.ui-datepicker-trigger {
    vertical-align: middle;
    cursor: pointer;
}



.panel_process {
    border: 1px solid #d9901b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    behavior: url('border-radius.htc');
    border-radius: 3px;
    padding: 5px 5px 5px 5px;
    background-color: #ffefbc;
    background-image: url(/Asset/images/adoption_01.png);
    background-repeat: repeat-x;
}

    .panel_process a.menu_link {
        padding: 2px 4px 2px 4px;
        display: block;
        text-decoration: none;
        border-bottom: 1px dotted #bfdbe3;
        color: #d9901b;
    }

        .panel_process a.menu_link:hover {
            color: rgba(217, 144, 27, 0.81);
            background-color: #fef8e4;
        }

    .panel_process a.menu_link_selected {
        padding: 2px 4px 2px 4px;
        display: block;
        text-decoration: none;
        border-bottom: 1px dotted #bfdbe3;
        color: rgba(217, 144, 27, 0.81);
        background-color: #fef8e4;
    }

    .panel_process a.menu_link_1 {
        padding: 2px 4px 2px 4px;
        display: block;
        text-decoration: none;
        border-bottom: 1px dotted #bfdbe3;
        color: #d9901b;
    }

        .panel_process a.menu_link_1:hover {
            color: rgba(217, 144, 27, 0.81);
            background-color: #fef8e4;
        }

    .panel_process a.menu_link_selected_1 {
        padding: 2px 4px 2px 4px;
        display: block;
        text-decoration: none;
        border-bottom: 1px dotted #bfdbe3;
        color: rgba(217, 144, 27, 0.81);
        background-color: #fef8e4;
    }

    .panel_process a.menu_link_2 {
        padding: 2px 4px 2px 4px;
        display: block;
        text-decoration: none;
        border-bottom: 1px dotted #bfdbe3;
        color: #d9901b;
    }

        .panel_process a.menu_link_2:hover {
            color: rgba(217, 144, 27, 0.81);
            background-color: #fef8e4;
        }

    .panel_process a.menu_link_selected_2 {
        padding: 2px 4px 2px 4px;
        display: block;
        text-decoration: none;
        border-bottom: 1px dotted #bfdbe3;
        color: rgba(217, 144, 27, 0.81);
        background-color: #fef8e4;
    }

.page_detail {
    /**/ -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    behavior: url('border-radius.htc');
    border-radius: 3px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #d9901b;
    background-color: #ffefbc;
    /*
            background-image:url(../Shared/images/adoption_01.png);
            background-repeat:repeat-x;*/
}

.label-rights {
    font-size: 12px;
    color: #002e68;
    font-weight: normal;
    text-align: right;
    /*background-color:#dcebfe;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 5px 4px 6px;
    margin: 1px 1px 1px 1px;
    display: block;
    min-height: 24px;
}

.AspNetTextBoxDates {
    background-color: White;
    /*padding:4px 4px 4px 4px;*/
    padding-left: 3px;
    font-family: Tahoma;
    font-size: 12px;
    border: 1px solid #d9901b;
    min-height: 24px;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -khtml-border-radius: 2px !important;
    border-radius: 2px !important;
}

.uploadContainer {
    width: 100%;
    float: left;
    margin-right: 80px;
}

.contentFooter {
    clear: both;
    padding-top: 20px;
}


/* Process */

ul.ul-process {
    list-style: none;
    display: block;
    border: 0px solid red;
    padding: 0px 0px 0px 10px;
}

    ul.ul-process a {
        text-decoration: none;
    }

    ul.ul-process > li {
        font-size: 18px;
        font-family: supermarket;
    }

        ul.ul-process > li > a {
            color: #d1105b;
        }

        ul.ul-process > li > ul {
            list-style: none;
            font-family: Tahoma;
        }

a.process-item {
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    display: block;
    border: 1px solid #fef8e4;
    margin-left: -15px;
    color: #665232;
    cursor: pointer;
}

    a.process-item:hover {
        color: #939fc7;
    }

/*a.active {
    background-color: #ffefbc;
    color: #d1105b;
}

    a.active:hover {
        color: #d1105b;
    }

    a.active > i.icon-process {
        color: #d1105b;
    }*/


.operator {
    font-size: 10px;
    display: block;
    margin-left: 12px;
}

.icon-process {
    font-size: 8px;
    margin-right: 2px;
    color: #c5bdb0;
}

.icon-process-green {
    font-size: 8px;
    margin-right: 2px;
    color: #27b723;
}

.dxeListBox.drop-noborder, table[class^="dxeListBox"].drop-noborder {
    padding: 0px 0px 0px 0px !important;
    border: none !important;
    display: none !important;
}

.nav-link .custom-link {
    text-align: right;
    padding-right: 5px;
}

.text-app-label {
    font-size: 5rem;
    opacity: 0.1;
}


a {
    color: inherit !important;
}


    a:hover {
        text-decoration: none !important;
    }

div.div-boxshadow {
    margin: auto;
    padding: 5px 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px silver;
}

div.div-editform {
    margin: auto;
    padding: 15px 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px silver;
}

div.div-editform-long {
    padding: 5px 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px silver;
}

table.table-separate {
    border-collapse: separate !important;
    border-spacing: 2px !important;
}

div.div-editform table.table-separate td,
div.div-editform table.table-separate th,
div.div-editform-long table.table-separate td,
div.div-editform-long table.table-separate th {
    padding: 0 !important;
}


table.table-centered {
    margin: auto !important;
}

.panel {
    margin: auto;
}

    .panel .panel-heading {
        border: 1px solid #d9d9d9;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom: none !important;
        padding: 10px;
    }

    .panel .panel-body {
        border: 1px solid #d9d9d9;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 10px;
    }




.bg-light2 {
    background-color: #f1f1f1 !important;
}

input[type="text"]:disabled {
    cursor: not-allowed;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Hide Devexpress Evolutuin License  Warning */
/*div[style^="padding: 4px 4px 16px;"] {
    display: none;
}*/





.gb-round-header {
    line-height: 29px !important;
    background-color: #58cf57;
    font-size: 14px !important;
    color: white !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 10px !important;
}

.gb-disabled .gb-round-header {
    background-color: #74b372 !important;
}

.gb-disabled .dxrpHT:after {
    content: ' (สามารถแก้ไขได้เมื่อได้รับอนุญาตให้เข้าทำประโยชน์เท่านั้น)';
}


.gb-round-body {
    background-color: white !important;
    /*border: 1px solid #4ce44c !important;*/
    border: 1px solid #4bb048 !important; /* 4bb048*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .gb-round-body.dxrpCollapsed {
        border: none !important;
    }

.gb-round-header-secondary {
    line-height: normal !important;
    background-color: #DEDEDE;
    font-size: 12px !important;
    color: #545454 !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    /*padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 10px !important;*/
    padding: 5px 8px 5px 10px;
}

.gb-round-body-secondary {
    background-color: white !important;
    border: 1px solid #8B8B8B !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .gb-round-body-secondary.dxrpCollapsed {
        border: none !important;
    }


.btn-not-focused,
.btn-not-focused:active,
.btn-not-focused:focus,
.btn-not-focused:active:focus {
    border: none !important;
    box-shadow: none !important;
}


.textbox-as-label {
    border: none !important;
    cursor: default !important;
    background-color: transparent !important;
}



.fab-bg-green,
.fab-bg-green:active,
.fab-bg-green:focus {
    background-color: rgba(2, 196, 33, 0.8);
    width: 56px;
}

    .fab-bg-green:hover {
        background-color: rgba(2, 196, 33, 1);
    }



/* Remark เนื่องจากมันส่งผลให้ gridview horizontalscrollbar ไม่ทำงาน */
/*.card.dxgvCSD {
    width: 100% !important;
    overflow: auto !important;
}*/

.fn-tahoma {
    font-family: Tahoma !important;
}



/*.loading-centered {
    border-radius: 15px;
    padding: 25px;
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -175px;
}*/

.user-menu .text-container * {
    color: #000000 !important;
}




.text-bold{
    font-weight:bold !important;
}

.text-underline{
    text-decoration:underline !important;
}

.text-italic{
    font-style: italic !important;
}

.text-stretch {
    font-stretch: expanded;
}

.require:after {
    content: '*';
    color: blue !important;
}

.label-right-td.require:after {
    content: '*:';
    color: blue !important;
}

.pdfobject-container {
    height: 100%;
    border: 1rem solid rgba(0,0,0,.1);
}


.btn:disabled,
.column-element .disabled  *{
    cursor: not-allowed !important;
}


.bg-secondary-semi{
    background-color: #d4d4d4 !important;
}