@charset "utf-8";
/* CSS Document */
* {
	font-family: "DroidSerif-Regular";
}
body {
	font-size:.9em;margin:0;padding:10px;
}
strong {
    font-family: "DroidSerif-Bold";
}
i {
	font-family: "DroidSerif-Bold";
}
a {
	color:#1862D4;
}
@font-face {
    font-family: "DroidSerif-Regular";
    src: url("fonts/DroidSerif-Regular.ttf");
}

@font-face {
    font-family: "DroidSerif-Bold";
    src: url("fonts/DroidSerif-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "DroidSerif-Italic";
    src: url("fonts/DroidSerif-Italic.ttf");
    font-style: italic;
}
@font-face {
    font-family: "DroidSerif-BoldItalic";
    src: url("fonts/DroidSerif-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "micrenc";
    src: url("fonts/micrenc.ttf");
    font-weight: bold;
}
ul {
	margin:0;padding:0;
}
td {
	padding: 2px 4px;
}
td img {
	vertical-align: bottom;
}
input[type="text"],input[type="date"],input[type="password"],input[type="search"],input[type="number"], select, textarea,div.checkbox-list {
	border:1px solid #009ada;	
	padding:2px 6px 2px 4px;
	font-family: Arial, Helvetica, Verdana;
	font-size:1em;
	color:#333;
	width:200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.center-block {
    text-align: center;
}
.page-loader {
    background: #0000007a;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}
.page-loader:before {
    content: " Loading...";
    background: #fff url(../images/ajax-loader.gif) no-repeat;
    width: 10%;
    padding: 10px 10px 10px 45px;
    margin: 0 auto;
    top: 50%;
    left: 44%;
    position: relative;
    background-position-x: 6px;
    background-position-y: 2px;
}
.usawd-btn {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 3px;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: lato,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    padding: 12px 15px;
    position: relative;
    text-align: center;
    transition-property: background,color,border,box-shadow;
    transition: all .2s;
}
.usawd-btn--supplementary {
    background-color: #6692b0;
    color: #fafbfb;
}
.bg-warning {
    background-color: #ffc107 !important;
}
.usawd-btn--jumbo {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    margin: 0;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 700;
    padding: 16px 32px;
}
.usawd-btn.payment_type {
    position: relative;
    flex-basis: calc(33.333% - 8px);
}
.usawd-btn--do {
    background-color: #41af4b;
    color: #fff;
}
.usawd-btn-group>.usawd-btn {
    margin: 4px;
}
.usawd-btn-group{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    width: 80%;  
}
.table-responsive{
    overflow-x: scroll;
}
.table-responsive .table {
    border: 1px solid #000;
}
.table-responsive .table th{
    padding: 0 10px;
}
.fancyTable {
    font-size: 12px;
    border: 1px solid #aaa;
    width: 100%;
}
.fancyTable .row,.fancyTable .accordion .row{
    display: flex;
    flex-direction: row;
    align-content: space-between;
    border-bottom: 1px solid #aaa;
    margin: 0;
}
.fancyTable .row .col-1{
    flex: 1;
    text-align: center;
    border-right: 1px solid #aaa;
    padding: 5px 10px 5px 10px;
}
.fancyTable .row .col-1:last-child{
    padding-left: 10px;
    border: 0;
}
.fancyTable .row .col-1:first-child,.fancyTable .accordion .row .col-1:first-child{
    padding-right: 10px;
    flex-basis: 6%;
    text-align: left;
}
.fancyTable .accordion .ui-accordion .ui-accordion-content {
    padding: 1em 0.5em 1em 2.6em;
}
.fancyTable .row-head{
    color:#333;
    font-weight: bold;
     align-content: center;
}
.fancyTable .row-head .col-1{
    padding-top: 10px;
}
.fancyTable .open-panel{
    text-decoration: none;
}
.fancyTable .open-panel:before{
    font-size: 16px;
    content: '-';
    display: inline-block;
    padding: 3px;
}
.fancyTable .open-panel.off:before{
    content:'+';

}
.fancyTable .row-body {
    display: none;
}
h4.row {
    background: #c8ffd1;
}
h3.row {
    background: #d3ebff;
}
.row-body .col-1 div {
    padding-left: 10px;
}
.row-head img {
    width: 11px;
}
.dt-buttons .select-btn.checked span:after {
    background-image: url('../icons/gs.png');
    display: block;
    width: 20px;
    height: 20px;
    background-position: top;
    content: '';
    position: absolute;
    top: 7px;
    left: 12px;
    right: 0;
    border: 0;
}
.check-font {
    font-family: "micrenc";
    font-size: 24px;
}
.check-sign{
    font-size: 12px;
}
td.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dataTables_wrapper .dataTables_processing {
    z-index: 10;
    top:100px !important;
}