@media print {
    .no-print {
      display:none;
    }
}

a:link {
    text-decoration: none;
  }
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

a {
    text-decoration: none;
}

select {

    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

.img-logo {
    padding: 0px 10px 0px 10px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.img-logo-sm {
    padding: 0px 0px 10px 10px;
    margin-top: 0px;
}

.input-theme {
    height: var(--theme_height);
    width: var(--theme_width);
    border-radius: 10px;
    border: 1px solid black;
    padding: 15px;
}

.list-theme {
    height: var(--theme_height);
    width: var(--theme_width);
    border-radius: 10px;
    border: 1px dotted black;
    padding: 10px 10px 10px 10px;
    font-weight: 100;
    background-color: aliceblue;
}

.search-theme {
    height: 45px;
    width: 30%;
    border-radius: 10px;
    border: 1px solid black;
    padding: 15px;
}

.search-btn {
    width: 150px;
    background-color: var(--theme_color_main);
    font-size: 17px;
    height: 45px;
    padding: 5px;
    border-radius: 10px;
    font-weight: 100;
    border: 0px;
}

.export-btn {
    color: white;
    width: 150px;
    background-color: rgb(225, 93, 93);
    font-size: 17px;
    height: 45px;
    padding: 5px;
    border-radius: 10px;
    font-weight: 100;
    border: 0px;
    vertical-align: middle;
}

.back-btn {
    width: 150px;
    background-color: white;
    font-size: 17px;
    height: 45px;
    padding: 5px;
    border-radius: 9px;
    border: 1px dotted gray;
    font-weight: 100;
}

.branch-btn {
    width: 150px;
    background-color: rgb(77, 255, 0);
    font-size: 14px;
    height: 32px;
    padding: 5px;
    border-radius: 9px;
    border: 1px dotted gray;
    font-weight: 100;
}

.complete-list-theme {
    height: var(--theme_list_height);
    width: var(--theme_width);
    border-radius: 0px;
    border: 0px solid transparent;
    padding: 5px;
    font-weight: 100;
    background-color: rgb(77, 255, 0);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;

}

.pending-list-theme {
    height: var(--theme_list_height);
    width: var(--theme_width);
    border-radius: 0px;
    border: 0px solid transparent;
    padding: 5px;
    font-weight: 100;
    background-color: rgb(255, 183, 0);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;

}

.mg-t-20 {
    margin-top: 20px;
}

.mg-t-10 {
    margin-top: 10px;
}

.mg-t-40 {
    margin-top: 40px;
}

.mg-b-10 {
    margin-bottom: 5px;
}

.mg-t-80 {
    margin-top: 40px;
}

.mg-t-100 {
    margin-top: 100px;
}

.btn-theme {
    width: var(--theme_width);
    background-color: var(--theme_color_main);
    font-size: 30px;
    height: 65px;
    vertical-align: middle;
    padding: 5px;
    border-radius: 30px;
    font-weight: 100;
}

.btn-theme-md {
    width: var(--theme_width);
    background-color: var(--theme_color_main);
    font-size: 25px;
    height: 50px;
    padding: 0px 0px 5px 0px;
    border-radius: 30px;
    font-weight: 100;
}

.btn-theme-md-close {
    width: 100%;
    background-color: var(--theme_color_main);
    font-size: 25px;
    height: 50px;
    padding: 0px 0px 5px 0px;
    border-radius: 30px;
    font-weight: 100;
}

.btn-theme-md-print {
    width: 100%;
    background-color: white;
    font-size: 25px;
    height: 50px;
    padding: 0px 0px 5px 0px;
    border-radius: 30px;
    font-weight: 100;
}

.ft-thin {
    font-weight: 100;
}

.ft-medium {
    font-weight: 300;
}

.ft-sz-sm {
    font-size: 16px;
}

.ft-sz-xs {
    font-size: 12px;
}

.tab-btn {
    padding: 15px;
    font-size: 16px;
}

.th-cus-lf {
    text-align: left;
    font-weight: 350;
}

.th-cus-cn {
    text-align: center;
    font-weight: 350;
}

.td-wd-100 {
    width: 100px;
}

.td-wd-80 {
    width: 80px;
}

.td-wd-50 {
    width: 50px;
}

.active {
    background-color: black;
    color: white;
    border-radius: 50px;
}

.h-breadcrumb {
    color: black;
    font-weight: 100;
    font-size: 12px;
}

.h-breadcrumb-active {
    color: black;
    font-weight: 300;
    font-size: 12px;
}

.h-logout {
    font-weight: 100;
    font-size: 14px;
}

.ht-35 {
    height: 35px;
}


.rd-label {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

.fd-input-theme-disable {
    height: 45px;
    width: 100%;
    border-radius: 10px;
    border: 0px solid transparent;
    padding: 15px;
    text-align: left;
    background-color: rgb(232, 232, 232);
}

.fd-input-theme {
    height: 45px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid gray;
    padding: 15px;
    text-align: left;
}

.fd-input-theme-nrc {
    height: 45px;
    width: 40%;
    border-radius: 10px;
    border: 1px dotted gray;
    padding: 15px;
    text-align: left;
    font-size: 16px;
    vertical-align: middle;
}

.fd-input-theme-nrc-disable {
    height: 45px;
    width: 40%;
    border-radius: 10px;
    border: 1px dotted gray;
    padding: 15px;
    text-align: left;
    font-size: 16px;
    vertical-align: middle;
    background-color: rgb(232, 232, 232);

}

.lst-badge {
    position: relative;
    float: right;
    width: 30px;
    background-color: rgb(255, 0, 0);
    color: white;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
}

.tiny-red {
    color: red;
    font-size: 10px;
    font-weight: 100;
}


.fd-select-theme {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1px dotted gray;
    text-align: left;
    background-color: rgb(255, 255, 255);
}

.fd-select-theme-disable {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1px dotted gray;
    text-align: left;
    background-color: rgb(232, 232, 232);
}

.fd-select-theme-ft {
    height: 45px;
    width: 100%;
    border-radius: 10px;
    border: 1px dotted gray;
    text-align: left;
    background-color: rgb(255, 255, 255);
}

.select2-selection__rendered {
    line-height: 48px !important;
    border-radius: 10px;

}
.select2-container .select2-selection--single {
    height: 48px !important;
    border-radius: 10px;
}
.select2-selection__arrow {
    height: 48px !important;

}


select.round-ft {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      radial-gradient(#ddd 70%, transparent 72%);
    background-position:
      calc(100% - 20px) calc(1.1em + 2px),
      calc(100% - 15px) calc(1.1em + 2px),
      calc(100% - .5em) .6em;
    background-size:
      5px 5px,
      5px 5px,
      1.5em 1.5em;
    background-repeat: no-repeat;
}

select.round-ft:focus {
    background-image:
      linear-gradient(45deg, white 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, white 50%),
      radial-gradient(gray 70%, transparent 72%);
    background-position:
      calc(100% - 15px) 1.1em,
      calc(100% - 20px) 1.1em,
      calc(100% - .5em) .6em;
    background-size:
      5px 5px,
      5px 5px,
      1.5em 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}


select.round {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      radial-gradient(#ddd 70%, transparent 72%);
    background-position:
      calc(100% - 20px) calc(1.3em + 2px),
      calc(100% - 15px) calc(1.3em + 2px),
      calc(100% - .5em) .8em;
    background-size:
      5px 5px,
      5px 5px,
      1.5em 1.5em;
    background-repeat: no-repeat;
}

select.round:focus {
    background-image:
      linear-gradient(45deg, white 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, white 50%),
      radial-gradient(gray 70%, transparent 72%);
    background-position:
      calc(100% - 15px) 1.3em,
      calc(100% - 20px) 1.3em,
      calc(100% - .5em) .8em;
    background-size:
      5px 5px,
      5px 5px,
      1.5em 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}



.fd-input-theme-ton {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1px dotted gray;
    padding: 0px 0px 0px 20px;
    text-align: left;
    font-size: 22px;
}

.fd-input-theme-ton-disable {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 0px solid transparent;
    padding: 0px 0px 0px 20px;
    text-align: left;
    font-size: 22px;
    background-color: rgb(232, 232, 232);
}

.btn-a {
    text-decoration: none;
}

.fd-nrc-theme-state {
    height: 45px;
    width: 15%;
    border-radius: 10px;
    border: 1px dotted gray;
    text-align: left;
    padding: 0px 0px 5px 20px;
}

.fd-nrc-theme-state-disable {
    height: 45px;
    width: 15%;
    border-radius: 10px;
    border: 1px dotted gray;
    text-align: left;
    padding: 0px 0px 5px 20px;
    background-color: rgb(232, 232, 232);
}

.fd-nrc-theme-township {
    height: 45px;
    width: 25%;
    border-radius: 10px;
    border: 1px dotted gray;
    text-align: left;
    padding: 0px 0px 5px 20px;
}

.fd-nrc-theme-township-disable {
    height: 45px;
    width: 25%;
    border-radius: 10px;
    border: 1px dotted gray;
    text-align: left;
    padding: 0px 0px 5px 20px;
    background-color: rgb(232, 232, 232);
}

.fd-nrc-theme-type {
    height: 45px;
    width: 15%;
    border-radius: 10px;
    border: 1px dotted gray;
    text-align: left;
    padding: 0px 0px 5px 20px;
}

.fd-nrc-theme-type-disable {
    height: 45px;
    width: 15%;
    border-radius: 10px;
    border: 1px dotted gray;
    text-align: left;
    padding: 0px 0px 5px 20px;
    background-color: rgb(232, 232, 232);
}

.fd-btn-theme-choose {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1px dotted gray;
    padding: 0px 0px 0px 20px;
    text-align: left;
    font-size: 22px;
    background-color: white;
}

.fd-btn-theme-choose-disable {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1px dotted gray;
    padding: 0px 0px 0px 20px;
    text-align: left;
    font-size: 22px;
    background-color: rgb(232, 232, 232);
}


.chevron {
    display:inline-block;
    width: .5em;
    height: .8em;
    position:relative;
    float: right;
    margin: 8px 20px 0px 0px;
}
.chevron:before,
.chevron:after {
    display:block;
    content:"";
    width:0;
    height:0em;
    border-style:solid;
    position:absolute;
}
.chevron:before {
    right:0;
    border-width:.4em 0 .4em .4em;
    border-color:transparent transparent transparent red;
}
.chevron:after {
    left:0;
    border-width:.4em 0 .4em .4em;
    border-color:transparent transparent transparent #fff;
}
.chevron.skinny {
    width:.4em;
}
.chevron.fat {
    width:.6em;
}

.nav.box {
    width: 100%;
}

td {
    border: 0px;
}

.admin-breadcrumb-active {
    color: black;
    font-weight: 300;
    font-size: 14px;
    height: 30px;
    padding: 10px;
    background-color: #feda00;
    border: 1px solid #feda00;
    border-radius: 15px;

}

.admin-breadcrumb {
    color: black;
    font-weight: 300;
    font-size: 14px;
    height: 30px;
    border: 0px solid black;
    padding: 10px;
    border-radius: 15px;
}

.fa-cust {
    font-size: 30px;
    vertical-align: middle;
    border-radius: 5px;
    border: 1px dotted gray;
    padding: 5px;
}

.hrf_remove {
    text-decoration: none !important;
}

.bg-gray {
    background-color: rgb(232, 232, 232);
}

.center-cell {
    vertical-align: middle !important;;
    text-align: center;
}


