@import url(reset.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700');
body {
    font-family: 'Noto Serif', serif;
    font-size: 15px;
    font-weight: 400;
    color: #111111;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0em;
    word-spacing: 0em;
    line-height: 1.75em;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

body.modal-open {
    overflow: hidden;
}

input[type=text],
input[type=password],
select,
textarea {
    padding: 3px 5px;
    font-size: 12px;
    font-family: 'Noto Serif', serif;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
}


/*General*/

input.readonly {
    background-color: #EEE;
}

.blackoverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-transform: translateZ(0);
    z-index: 1;
}

input.btn-s {
    font-size: 11px;
}

input.input-error {
    border: solid 1px red;
    background-color: #fceaef;
}

.sep {
    float: left;
    width: 100%;
    height: 10px;
}

.full-content {
    float: left;
    width: 100%;
}

.ulform {
    float: left;
    width: 100%;
    list-style: none;
}

.ulform li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.ulform li label {
    float: left;
}

.divformfield {
    float: left;
}

.mandatory {
    color: red;
}

.err-msg {
    display: none;
    float: left;
    width: 100%;
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 7px;
    color: #cd0a0a;
}

#submitframe {
    display: none;
}

#pagemsg {
    position: fixed;
    top: 120px;
    left: 50%;
    margin-left: -350px;
    display: none;
    float: left;
    width: 100%;
    max-width: 700px;
    padding: 20px 10px 20px 60px;
    font-size: 16px;
    z-index: 11;
    background-color: #FAFAFA;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 3px #666;
    -moz-box-shadow: 0 0 3px #666;
    -webkit-box-shadow: 0 0 3px #666;
}

.passmsg {
    color: #02974d;
    background: url(../images/correct.png) 10px center no-repeat;
    background-size: 40px;
    border: 1px solid #A3D179;
}

.failmsg {
    color: #C43C4C;
    background: url(../images/wrong.png) 10px center no-repeat;
    background-size: 40px;
    border: 1px solid #C43C4C;
}

.warningmsg {
    color: #C75C5C;
    background: url(../images/warning.png) 10px center no-repeat;
    background-size: 40px;
    border: 1px solid #F5CD86;
}

.div-form {
    display: none;
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #F2F2F2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.white-lnk,
a.white-lnk:hover,
a.white-lnk:visited {
    text-decoration: none;
    color: #FFFFFF;
}

a.white-lnk:hover {
    text-decoration: underline;
}

.black-lnk,
.black-lnk:hover,
.black-lnk:visited {
    text-decoration: none;
    color: #333333;
}

a.purple-lnk,
a.purple-lnk:hover,
a.purple-lnk:active {
    text-decoration: none;
    color: #0280B3;
}

a.purple-lnk:hover,
a.purple-lnk:active {
    text-decoration: underline;
}

a.small-ulnk,
a.small-ulnk:hover,
a.small-ulnk:active,
a.small-ulnk:visited {
    font-size: 12px;
    text-decoration: underline;
}

a.small-ulnk {
    text-decoration: none;
}

.green-bg {
    background-color: #5BC512;
    color: #FFF;
}

.purple-bg {
    background-color: #0280B3;
    color: #FFF;
}

.orange-lnk {
    text-decoration: none;
    color: #FF4E1C;
}

.orange-btn,
.orange-btn:hover,
.orange-btn:active {
    text-decoration: none;
    background-color: #FF4E1C;
    padding: 10px 20px;
    color: #FFF;
    box-shadow: none;
}

.orange-btn:hover {
    font-weight: bold;
    box-shadow: 1px 2px;
}

.white-text {
    color: #FFFFFF;
}

.green-text {
    color: #5BC512;
}

.orange-text {
    color: #FC6437;
}

.purple-text {
    color: #0280B3;
}

.litepink-text {
    color: #D91C5C;
}

.orange-bg {
    background-color: #FC6437;
}

.green-bg {
    background-color: #5BC512;
}

.text-center {
    text-align: center;
}

.input-full {
    width: 100%;
}

.small-text {
    font-size: 12px;
}

.med-text {
    font-size: 13px;
}

.ulgeneral {
    float: left;
    list-style-type: disc;
    margin-left: 20px;
}

ul.ulgeneral li {
    width: 100%;
}

.small-txt {
    font-size: 10px;
}


/*Font Awesome*/

.circle {
    border-radius: 50%;
    margin: -4px 0 0 0;
    font-size: 18px;
    background: #FFFFFF;
    color: #3B5998;
    padding: 5px 10px;
}

.circle:hover {
    color: #FFF;
    background: #3B5998;
}


/*Dialog Box*/

.dialogbox {
    display: none;
    position: fixed;
    top: 80px;
    left: 50%;
    width: 420px;
    padding: 0;
    z-index: 1100;
    background-color: #FFF;
    box-shadow: inset 0 0 5px #333;
    -moz-box-shadow: inset 0 0 5px #333;
    -webkit-box-shadow: inset 0 0 5px #333;
    border: 5px solid rgba(0, 0, 0, .5);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*box-shadow: 0 3px 3px #CCC;*/
}

.dialog-header {
    float: left;
    width: 100%;
    font-size: 15px;
    text-align: left;
    text-indent: 15px;
    color: #FFFFFF;
    padding: 5px 0;
    background-color: #0280B3;
}

.dialog-msg {
    float: left;
    width: 90%;
    padding: 20px 5%;
    color: #222222;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.dialog-btn {
    float: left;
    width: 90%;
    padding: 5px 5%;
    text-align: center;
}

.btndialog {
    clear: both;
    display: inline-block;
    *display: inline;
    padding: 15px 20px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 12px;
    line-height: 20px;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.close-box {
    position: absolute;
    top: -18px;
    right: -8px;
    width: 33px;
    height: 33px;
}


/*Site related Styles*/

.dvmain {
    float: left;
    width: 100%;
    min-height: 500px;
}

.container {
    width: 1300px;
}

.page-title {
    font-size: 18px;
}

div.header-block {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    font-weight: bold;
}

input[type='button'].btn-square {
    border-radius: 0;
    moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.header-date {
    position: absolute;
    top: 12px;
    left: 50%;
    color: #777;
    font-size: 13px;
}


/*Bootstrap Modal*/

.modal-msg {
    display: none;
    float: left;
    width: 98%;
    padding: 3px 1%;
}

.modal-errmsg {
    font-weight: bold;
    color: #FFF;
    background-color: red;
}

.modal-confmsg {
    font-weight: bold;
    color: #FFF;
    background-color: #2a9101;
}

ul.ulplain {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.ulplain li {
    float: left;
    display: inline-block;
}

.form-holder,
.data-holder {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
}

.form-holder {
    display: none;
}

.input-label {
    margin-bottom: 5px;
    font-weight: normal;
}

.input-holder {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.summary-box {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border: solid 1px #dedede;
    box-shadow: 2px 2px 5px #888888;
    -moz-box-shadow: 2px 2px 5px #888888;
    -webkit-box-shadow: 2px 2px 5px #888888;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

ul.ullist {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ullist li {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
}

ul.ullist li label {
    float: left;
    min-width: 195px;
    font-weight: normal;
}

div.dvinput {
    float: left;
    margin-left: 3px;
}

.custom-filter-holder {
    position: absolute;
    top: 0px;
    right: 250px;
    z-index: 1;
}

.custom-filter-holder input {
    width: 100px;
    display: inline;
}

.custom-filter-holder .ui-datepicker-trigger {
    margin: 0 7px;
}

.ui-datepicker-month,
.ui-datepicker-year {
    color: #333;
}

.navbar-nav {
    position: relative;
}

ul.ulsubmenu {
    display: none;
    position: absolute;
    top: 20;
    left: 0;
    z-index: 10;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 150px;
    border-bottom: solid 1px #dedede;
}

ul.ulsubmenu li {
    float: left;
    width: 100%;
}

ul.ulsubmenu li a,
ul.ulsubmenu li a:hover,
ul.ulsubmenu li a:active {
    display: block;
    text-decoration: none;
    color: #777;
    background-color: #F8F8F8;
    border: solid 1px #DEDEDE;
    border-bottom: 0;
    padding: 3px 5px;
}

ul.ulsubmenu li a:hover {
    background-color: #e7e7e7;
    color: #000;
}

ul.navbar-nav>li:hover>a {
    background-color: #e7e7e7;
    color: #000;
}

ul.navbar-nav>li>ul.ulsubmenu>a:hover {
    background-color: #e7e7e7;
    color: #000;
}

ul.ulsubmenu li a.active {
    background-color: #e7e7e7;
    color: #000;
}

.navbar-nav li:hover ul.ulsubmenu {
    display: block;
}

.navbar-brand {
    padding: 0;
}

a.download-lnk,
a.download-lnk:hover,
a.print-lnk,
a.print-lnk:hover {
    float: left;
    text-decoration: none;
    padding: 2px 10px;
    background-color: #07b9f9;
    margin-right: 2px;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    border: solid 1px #037ca8;
}

.dv-lic {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #666;
}

#dvcloseacc .modal-dialog,
#dvcloseacc .modal-content {
    width: 900px;
}

.txtinputsmall {
    width: 90px;
}

input.txterr,
select.txterr,
textarea.txterr,
.txterr {
    border: solid 1px red;
}

.dvpaymessage{
	float:left;
	width:100%;
	background-color:#fcfac4;
	color:#000;
	text-align:center;
	font-size:12px;
	margin-bottom:5px;
}

.dvpaymessage a{
	text-decoration:none;
	color:blue;
}

.dvpayinfo{
	display:none;
	position:absolute;
	top:50px;
	left:50%;
	z-index:100;
	margin-left:-275px;
	width:550px;
	padding:20px;
	font-size:13px;
	background-color:#FFF;
}

.dvpaybody{
	float:left;
	width:100%;
	background:#FFF;
}

.dvpayinfo a.lnk-close,
.dvpayinfo a.lnk-close:hover{
	float:right;
	font-size:25px;
	color:#222;
	text-decoration:none;
	font-weight:bold;
}