:root, [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13,110,253;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

body {
  background-color: #f3fcff;
}
#wrapper {
  width: 100%;
}
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}
form.form.loginform input {
    width: 100%;
}
.page-header {
    padding-bottom: 5px;
    margin: 10px 0 0px;
    border-bottom: 1px solid #eee;
    font-size: 25px;
}
.form-group {
    margin-bottom: 0px;
}

.form-control{
	width: 100%;
}
label.form-label {
  padding-top: 5px;
}
.filter-form {
  border: 0px;
}
.well{
	background-color:#f6fafd;
  border: 0px solid!important;
}
.well.text-center.filter-form .form-inline label {
    width: 24%;
}
.well.text-center.filter-form .form-inline .form-control {
    width: 70%!important;
}
.form.form-inline>div.row>div {
    text-align: left;
}
td {
    word-break: break-word;
}
table.table.table-striped.table-bordered.table-condensed>tbody>tr:nth-of-type(odd) {
    background-color: #f7fbfd;
}
table.table.table-striped.table-bordered.table-condensed>tbody>tr:hover {
    background: #d3e5f5;
    text-shadow: 1px 1px #8ba0cc8f;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #5f6aa6;
    border-color: #b3cfde;
}
.pagination>li>a, .pagination>li>span {
     color: #373e80;
     border: 1px solid #b3c5df;
}
.control-display {
    padding-top: 7px;
    line-height: 28px;
}
a {
    color: #292c42;
}
a.view_link {
    text-decoration: underline;
    color: #1c3169;
}
.lity-container {
    max-width: 90%!important;
}
.lity-iframe-container {
    min-height: 90vh;
}
.c-tab {
    background: #5f8ea5;
    color: #fff;
    margin: 10px 0 10px 0;
    border-radius: 20px;
    border: 2px solid #5f76a5
}
table#customFields tr {
    text-align: center;
}

table#customFields th {
    text-align: center;
    padding-top:5px;
    padding-bottom:5px;
}
.c-tab.active, .c-tab:hover {
    background: #c4d8ea;
    box-shadow: 0px 3px #98d3e6bd;
    color: #234569;
    border: 2px solid #405a75;
}
.form-group-view>label {
    font-weight: 200;  
    font-size: 14px;
}
.form-group-view>label.form-value {
    font-weight: 400;
    font-size: 15px;
}
label.form-value-head {
    font-weight: 400;
    font-size: 16px;
}
.row.sectiontab {
    /* border-top: 1px solid #694a23; */
    border-radius: 20px;
    padding: 10px 0 5px 0;
    margin-bottom: 10px;
    margin-top: 5px;
}
.typetab {
    display: flex;
    flex-direction: column;
}
div#companytab, div#persontab, div#contacttab {
    padding-top: 0px;
}
table#customer_car_table,table#customer_visit_table {
    margin-top: 10px;
}
.tab-c-header {
    /* background: linear-gradient(45deg, #a08a6d, #eadcb9ba); */
    padding-top: 5px;
    /* border-radius: 20px 20px 0 0; */
    /* color: #fff; */
    margin-bottom: 10px;
    border-bottom: 2px solid #63c8c375;
    font-weight: 800;
}
.navbar-default {
    background-color: #f6fbfd;
    border-color: 0px solid #aac1e8;
    /* border: 2px solid; */
}
.form-group>label {
    line-height: 28px;
}
img.loginlogo {
  height: 100%;
  text-align: center;
  margin-left: auto;
  display: block;
  margin-right: auto;
}
#wrapper a.navbar-brand {
    padding: 5px 15px 5px 15px;
}
img.loginlogo-header {
    max-height: 40px;
    max-width: 200px;
    display: inline-block;
}
.navbar-brand>span {
  
    vertical-align: sub;
    display: inline-block;
}
.shadow {
  box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
fieldset>.row {
    margin-bottom: 5px;
}
table#newRow {
  display: none
}

.radio-inline>input{
    margin-top: 7px;
}

input.fee1 {
    text-align: right;
}

[data-toggle="collapse"].collapsed .if-not-collapsed,
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {display: none;}


span.select2-selection.select2-selection--single {
  display: block;
  height: 34px;
  padding: 3px 3px;
  /* font-size: 14px; */
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* line-height: 19px; */
}
.btn-grad {
  background: #c2eeff;
}
.btn-grad2 {
	background: #ECE9E6;
}
         
.btn-grad3 {
	background: #ffdde1;
}
.btn-grad4 {
	background: rgba(252,250,168,1);
}
         
        
.btn-grad span, .btn-grad2 span,
.btn-grad3 span, .btn-grad4 span {
    color: #3d3d40;
    
}
.btn-grad span.if-not-collapsed{
    color: #05052d;
}
         
 span.if-collapsed {
    color: #403d3d;
}        
.btn-grad,.btn-grad2,
.btn-grad3,.btn-grad4 {
            margin-top: 5px;
            text-align: left;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: #171414!important;           
            box-shadow: 0 0 20px #eee;
            border-radius: 10px 10px 0px 0px;   		
    		font-weight: 400;
            display: block;        
    font-size: 16px;
}

.btn-grad:hover, .btn-grad2:hover, 
.btn-grad3:hover, .btn-grad4:hover {
	background-position: right center; /* change the direction of the change here */
	text-decoration: none;
}


.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.bg-custom-cba-subtle {
  background-color: #d9ccff !important; /* 自定義背景色 */
}

.text-custom-cba-emphasis {
  color: #664d03 !important; /* 自定義文字色 */
}

.border-custom-cba-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
fieldset#comp_data>div.row.comp_header {
    background: #6acbd4;
    color: #fff;
    padding: 10px 0px;
    box-shadow: 1px 1px #bcdfe29e, 0px 0px #c0ecf1bf;
    /* font-size: 13px; */
}

fieldset#comp_data>div.row {
    /* border-bottom: 1px solid #a4c5c5b5; */
    padding: 10px;
    box-shadow: 5px 1px #bcdfe29e, 2px 3px #c0ecf1bf;
}
fieldset#comp_data>div.row>div:nth-child(5) {
    text-align: center;
}    
#collapseContentlast >.card.card-body {
    border: 1px solid #e4e0e0;
    padding: 5px;
    margin-top:5px;
    border-radius: 10px  10px 10px 10px;
}   
              

.card.card-body {
    border: 1px solid #e4e0e0;
    padding: 5px;
    border-radius: 0px  0px 10px 10px;
}
.btn-tab {
    background: linear-gradient(180deg, #a1c0da, #31353ac4);
    color: #fff!important;
    font-weight: 600;
    border-radius: 10px 10px 0px 0px;
    border: 0px solid #ccc;
}
.btn-check {
    color: #fff;
    background-color: #6acbd4;
    border-color: #6acbd4;
}
.btn-check:hover {
    color: #fff!important;
    background: #56a2a9;
}
.btn {
    padding: 5px 6px;
}
.btn-xl {
    padding: 6px 6px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 0px solid #ddd;
}
.table-bordered {
    border: 0px solid #113c7b;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 0px solid #616fca;
    vertical-align: middle;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  font-weight: 800;
  background: #747785;
  color: #fff;
}
.form-group.text-center {
    padding-top: 10px;
    padding-bottom: 10px;
}
button.loginField {
    text-align: center;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
a.dropdown-toggle {
    padding-right: 10px;
}
#norTable tr {
    border-bottom: 1px solid #a1abd6;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 180px;
    padding: 0 30px 20px;
    border-left: 0px solid #e7e7e7;
  }
}
.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

.page-action-links{
  margin:10px 0px 10px 0px
}


.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar ul li {
  border-bottom: 0px solid #e7e7e7;
}
.sidebar ul li a.active {
  background-color: #eeeeee;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 180px;
    margin-top: 51px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

.login-panel {
  margin-top: 25%;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 30px;
}
.medi {
  font-size: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #4d9ade;
    border-color: #4d9ade;
}

.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}

label.error {
    color: rgb(195, 7, 7);
    text-align: right;
    width: 100%;
    line-height: normal;
    font-size: smaller;
    margin: 0px;
}

.danger-text{
  color: rgb(202, 5, 5);
}

#export-section{
 text-align: right;
  margin-bottom: 20px;
}
footer.page-footer {
    position: fixed;
    /* height: 40px; */
    bottom: 0px;
    /* width: 100%; */ 
    padding-left: 15px;
    font-size: 12px;
}

input.renewal_date {
    max-width: 33%!important;
}
#contact_form .control-label {
    padding-top: 0px!important; 
    margin-bottom: 0;
    text-align: right;
    margin-top: 2px;
    margin-bottom: 2px;
}

@media (max-width: 768px) {


body {
    font-size: 18px; 
}
.form-control {
    font-size: 18px;
}
.form-group-view>label {
    font-size: 18px;
}
.form-group-view>label.form-value {
    font-size: 18px;
}

#POtable th:nth-child(2), #POtable td:nth-child(2),
#POtable th:nth-child(6), #POtable td:nth-child(6) {
    display: none;
}
 
table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

table#norTable {
    white-space: auto;
}

.well.text-center.filter-form .form-inline .form-control {
    width: 100%!important;
}
footer.page-footer {
    position: static;
    /* height: 40px; */
    bottom: 0px;
    /* width: 100%; */
    padding-left:0px;
}
.row.v_button_div>div>div {
    padding-left: 1px;
    padding-right: 1px;
    /* font-size: 12px; */
}

}


.print-name {
	font-family: "FangSong" ,"STFangsong", "SimSun", "STSong", Arial, serif;
    text-align: center;
    font-size: 20px;
    width: 100%;
    font-weight: 400;
}

.print-header {
    text-align: center;
    font-size:20px;
    width:100%;
    font-weight:400;
}

span.fm-inline.ptitle {
    /*width: 120px;*/
    display: inline-block;
    text-align: justify;
    word-break: keep-all;
    
}

span.fm-inline.ptitle2 {
   /* width: 95px;*/
    display: inline-block;
    text-align: justify;
    word-break: keep-all;
    
}

span.fm-inline.pcolon {
    display: inline-block;
    width: 10px;
    
    vertical-align: text-bottom;
}

span.fm-inline.ptime {
    display: inline-block;
    width: 40px; 
    vertical-align: text-bottom;
}

span.fm-inline.ptablehead {
    width: 40%;
    display: inline-block;
    text-align: left;
}
span.fm-inline.ptablehead:nth-child(3) {
    text-align: right;
    width: 15%;
}
span.fm-inline.ptablecell {
    width: 40%;
    display: inline-block;
}
span.fm-inline.ptablefee {
    text-align: right;
    display: inline-block;
    width: 15%;
}
span.fm-inline.ptotalcell {
    width: 66%;
    display: inline-block;
    
    text-align: right;
}
span.fm-inline.ptotalfee {
    text-align: right;
    display: inline-block;
    width: 30%;
}
.topsingle {
    border-top: 1px solid;
}
.bottomsingle {
    border-bottom: 1px solid;
}
.bottomdouble {
    border-bottom: 3px double;
}
.pfooter {
    margin-top: 40px;
    color: blue;
}
.table1{
 margin-top: 10px;
   
}
div#forcetab .tab-c-header {
    border-bottom: 1px solid #888e2d;
    background: linear-gradient(45deg, #f4f5d4, transparent);
}
div#nortab .tab-c-header {
    border-bottom: 1px solid #55608f;
    background: linear-gradient(45deg, #e6edf7, transparent);
}
#norTable {
    margin-right: auto;
    width: 98%;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    /* display: table; */
}

#norTable th,
#norTable td {
  padding: 10px;
  
}
#norTable th {
  text-align: left;
	color: #fff;
}
#norTable th:th-child(3) {
  text-align: right;
	color: #fff;
}
#norTable thead th {
  background-color: #55608f;
}
#norTable thead th:nth-child(3) {
	
  text-align: right;
}

#norTable tbody tr:hover {
  background-color: #e6edf7;

}
.control-value{
	text-align: left;
    padding-top: 6px;
}
.col-lg-3.col-md-3.col-sm-3>.fm-inline:nth-child(3) {
    overflow: hidden;
    vertical-align: bottom;
   /* width: 150px;*/
    display: inline-block;
    white-space: nowrap;
    max-width: 200px;
}

.info{
  font-size:12px;
}

@media print {


.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}
.col-sm-12 {
  width: 100%;
}
.col-sm-11 {
  width: 91.66666666666666%;
}
.col-sm-10 {
  width: 83.33333333333334%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-8 {
  width: 66.66666666666666%;
}
.col-sm-7 {
  width: 58.333333333333336%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-5 {
  width: 41.66666666666667%;
}
.col-sm-4 {
  width: 33.33333333333333%;
 }
 .col-sm-3 {
   width: 25%;
 }
 .col-sm-2 {
   width: 16.666666666666664%;
 }
 .col-sm-1 {
  width: 8.333333333333332%;
 }
 

  }

.ui-autocomplete {
  overflow: auto;
  height: 300px;
}