﻿/*html, body {
position: relative;
  margin-top:-10px;
  height: 100%;
  width: 100%;
  margin: 0 !important;
  padding: 2px !important;
  top: 0px;
  left: 0px;
  overflow:hidden; 
}

.full-height {
  height: 100%;
}*/

/* DEFAULTS
----------------------------------------------------------*/

/*html
{
	height: 100%;
    width:100%;
}*/

/*@font-face {
    font-family: 'my-font';src:
    url(../fonts/blackchancery.reqular.ttf) format('truetype'),
    url(../fonts/chancy.ttf) format('truetype'),
    url(../fonts/PerfectDOSVGA437Win.ttf) format('truetype'),
    url(../fonts/PerfectDOSVGA437.ttf) format('truetype');
    src:url('../fonts/chancy.ttf') format('truetype');
}*/

/*@font-face {
  font-family: myFirstFont;
  src: url(../fonts/chancy.ttf) format('truetype');
}*/
/*@font-face {
    font-family: 'chancery_cursiveregular';
    src: url('chancy-webfont.woff2') format('woff2'),
         url('chancy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'chancery';
    src: url('../fonts/chancy-webfont.woff2') format('woff2'),
         url('../fonts/chancy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'dosvga';
	src: url('../fonts/PerfectDOSVGA437.eot');
	src: url('../fonts/PerfectDOSVGA437.woff') format('woff'), url('../fonts/PerfectDOSVGA437.ttf') format('truetype'), url('../fonts/PerfectDOSVGA437.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'dosvgawin';
	src: url('../fonts/PerfectDOSVGA437Win.eot');
	src: url('../fonts/PerfectDOSVGA437Win.woff') format('woff'), url('../fonts/PerfectDOSVGA437Win.ttf') format('truetype'), url('../fonts/PerfectDOSVGA437Win.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'dosterminal';
	src: url('../fonts/Terminal.eot');
	src: url('../fonts/Terminal.woff') format('woff'), url('../fonts/Terminal.ttf') format('truetype'), url('../fonts/Terminal.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'doscourier';
	src: url('../fonts/CourierDOSCTT.eot');
	src: url('../fonts/CourierDOSCTT.woff') format('woff'), url('../fonts/CourierDOSCTT.ttf') format('truetype'), url('../fonts/CourierDOSCTT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: "courierprime";
  src: url("../fonts/courierprime.eot"); /* IE9 Compat Modes */
  src: url("../fonts/courierprime.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/courierprime.otf") format("opentype"), /* Open Type Font */
    url("../fonts/courierprime.svg") format("svg"), /* Legacy iOS */
    url("../fonts/courierprime.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/courierprime.woff") format("woff"), /* Modern Browsers */
    url("../fonts/courierprime.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

html, body   
{ 
    height: 186%;
    width: 100%;
    background: #b6b7bc;
    font-size: 1em;
    font-family: "Verdana", "Helvetica Neue", "Lucida Grande", "Segoe UI", "Arial", "Helvetica", "sans-serif", "BlackChancery";

    margin: 0px;
    /*padding: 1px;*/
    /*color: #696969;*/
    color: black;
    /*overflow:scroll;
    position: relative;*/
    top: 0px;
    left: 0px;
}

a:link, a:visited
{
    color: black;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles &lt;h1&gt; and &lt;h2&gt; tags that are the 
first child of the left and right table columns 
.rightColumn &gt; h1, .rightColumn &gt; h2, .leftColumn &gt; h1, .leftColumn &gt; h2
{
    margin-top: 0px;
}*/
    

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    float: none;
	height: 100%;
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    /*border: 1px solid #496077;*/
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #000;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

/* TAB MENU   
----------------------------------------------------------*/

.css_titlelabel {
    float:left;
    margin-left: 2px;
    font-weight: bold;
    font-size:large;
    color: white;
}

.css_message {
    font-size: medium;
    color:white;
    color: white;
    border-color:red;
    border:1px;
}

.css_divtitle {
    width:100%; 
    height:30px; 
    background-color:#1A5276; /*#4166f5;*/ /*#1A5276;*/ /*#BA4A00;*/
    vertical-align: middle;
    font-family: sans-serif, Helvetica, Arial;
    font-size:larger;
    /*position: relative;*/
    top: 0px;
    vertical-align:middle;
    line-height: 28px;
}

.css_divmain {
 border:1Px solid #5c6a85; 
 background-color: #eeeeee;
 color:black;
 /* The magic centering code */
 margin:auto;
 position:absolute;
 margin-top:2px;
 /*top:0;bottom:0; Aligns Vertically - Remove for Horizontal Only */
 left:0;right:0; /* Aligns Horizontally - Remove for Vertical Only  */

 /* Prevent div from overflowing main window 
 max-width:100%;
 max-height:100%;*/
 /*overflow:auto;*/
}

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}d

div.menu
{
    padding: 4px 0px 4px 8px;
}

.active {
    background-color: #034af3;
    color: white;
}

.calendar_table {
    width:880px;
}
.calendar_table tr {
    margin:0;
    padding:4px;
}

/*table css start*/
.table_entry {
    /*border-collapse: separate;*/
    border-collapse:collapse;
    border-spacing: 1px;
}
.table_entry td {
    /*border: 1px solid #cecfd5;*/
    border: 1px solid #f9f9f9;
    padding: 5px 5px;
}

/*table.table_entry {
  border-collapse: separate;
  border-spacing: 4px;
}*/
/*table.table_entry th,td {
  border: 1px solid #cecfd5;
}
table.table_entry th,td {
  padding: 10px 15px;
}*/
/*table css end*/

.table_trans {
    border-collapse: separate;
    border-collapse:collapse;
    border-spacing: 1px;
    font-size: 10px;
}
.table_trans td {
    border: 1px solid #cecfd5;
    border-collapse: separate;
    border-collapse:collapse;
    border-spacing: 0px;
    /*color:aqua;*/
    /*padding: 5px 5px;*/
}

.table_grid {
    /*border-collapse: separate;*/
    border-collapse:collapse;
    border-spacing: 1px;
}
.table_grid td, th {
    /*border: 1px solid #cecfd5;*/
    border: 1px solid gray;
    padding: 5px 5px;
}
       
/*Register report table design*/
   table.hovertable {
	    font-family: verdana,arial,sans-serif;
	    font-size:11px;
	    color:#333333;
	    border-width: 1px;
	    border-color: #00688B; /*#1d96b2;*/
	    border-collapse: collapse;
    }
    table.hovertable th {
	    background-color: #5D92B1; /*#808B96;*/ /*#c3dde0;*/
	    border-width: 1px;
	    padding: 3px;
	    border-style: solid;
	    border-color: #00868B; /*white;*/
        color: white;
    }
    table.hovertable tr {
	    background-color:white;
    }
    table.hovertable td {
	    border-width: 1px;
	    padding: 3px;
	    border-style: solid;
	    border-color: #eeecec;
    }
    table.hovertable tr{background: white;}
    table.hovertable tr:hover{background:  #7fb3d5 ;}
/*end*/




/*
ul li ul{list-style-image:none; left:50px; top:0px; padding:10px; padding-top:0px;}
ul li ul li a{margin:0px; width:150px; border:1px solid #ff3399; border-right:5px solid #ff3399; border-left:0px;}
ul li ul li a:hover{background-image:none;}

ul ul{list-style-image:none;}
ul ul ul{list-style-image:none;}

ul li{position:relative;}
li ul{position:absolute;top:0;display:none;}

* html ul li{float:left;height:1%;}
* html ul li a{height:1%;}

ul li:hover ul{display:block;}
ul li:hover ul ul {display:none;}
ul li:hover ul ul ul {display:none;}

ul ul {display:none;}
ul ul ul {display:none;}

ul ul li:hover ul{display:block;}
ul ul ul li:hover ul{display:block;}
*/

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*button*/
.css_btn_new
{
	background-color: rgb(96, 125, 139) !important;
	color:white;
	width:100%;
	height:24px;
    margin-top:0px;
    border:none;
    cursor:pointer;
    border-radius: 4px;
}

.css_btn_new:hover {
    background-color: rgb(255, 152, 0) !important;
}

.css_btn_add
{
	background-color: rgb(96, 125, 139) !important;
	color:white;
	width:50px;
	height:24px;
    border:none;
    cursor:pointer;
    border-radius: 4px;
}

.css_btn_add:hover {
  background-color:rgb(255, 152, 0) !important;
}

.css_btn_save
{
	background-color: rgb(96, 125, 139) !important;
	color:white;
	width:60px;
	height:24px;
    border:none;
    cursor:pointer;
    text-align:center;
    border-radius: 4px;
}

.css_btn_save:hover {
  background-color:rgb(255, 152, 0) !important;
}

.css_btn_update
{
	background-color: rgb(96, 125, 139) !important;
	color:white;
	width:60px;
	height:24px;
    border:none;
    cursor:pointer;
    border-radius: 4px;
}

.css_btn_update:hover {
  background-color:rgb(255, 152, 0) !important;
}

.css_btn_goback_list
{
	background-color: rgb(96, 125, 139) !important;
	color:white;
	width:100%;
	height:24px;
    border:none;
    margin-top:0px;
    margin-right:3px;
    cursor:pointer;
    float:right;
    border-radius: 4px;
}

.css_btn_goback_list:hover {
  background-color:rgb(255, 152, 0) !important;
}

.css_btn_goback
{
	background-color: rgb(96, 125, 139) !important;
	color:white;
	width:70px;
	height:24px;
    border:none;
    margin-top:2px;
    margin-right:2px;
    cursor:pointer;
    float:right;
    border-radius: 4px;
}

.css_btn_goback:hover {
  background-color:rgb(255, 152, 0) !important;
}

.css_btn_refresh
{
	background-color: rgb(96, 125, 139) !important;
	color:white;
	width:70px;
	height:24px;
    border:none;
    cursor:pointer;
    border-radius: 4px;
}

.css_btn_refresh:hover {
  background-color:rgb(255, 152, 0) !important;
}

.css_btn_close
{
	background-color: red !important;
	color:white;
	width:25px;
	height:25px;
    border:none;
    cursor:pointer;
    border-radius: 4px;
}

.css_btn_plus
{
	background-color: green !important;
	color:white;
	width:23px;
	height:23px;
    border:none;
    cursor:pointer;
    border-radius: 4px;
}

.css_btn_plus:hover {
  background-color:rgb(255, 152, 0) !important;
  border:2px solid green;
}

.css_btn_plus:focus {
  background-color:rgb(255, 152, 0) !important;
  border:2px solid green;
}

.css_btn_minus
{
	background-color: red !important;
	color:white;
	width:23px;
	height:23px;
    border:none;
    cursor:pointer;
    border-radius: 4px;
}
.css_btn_minus:hover {
  background-color: #FC1501 !important;
  border:2px solid red;
}

.css_btn_minus:focus {
  background-color: #FC1501 !important;
  border:2px solid red;
}

.css_img_filter, .css_img_print, .css_img_excel {
    background-color:transparent;
    border: 0; 
    height:24px;
    width:24px;
    margin-top:1px; 
    cursor:pointer;
}

.css_img_filter, .css_img_print:hover  {
    /*background-color:rgb(255, 152, 0) !important;*/
}

/*.css_btn_new:hover {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(96, 125, 139) !important;
}*/
/*end*/

screenheader {
    background:#3d8dbc;
}
/*.divwithheader {border:1px solid #0094ff;}*/
.divwithheader h2 {background:#0094ff;color:white;padding:10px;}
.divwithheader p {color:#333;padding:10px;}
.divwithheader {
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
}

/*progress loader start*/
#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .5s ease;
    z-index: 9999999;
    display: none;
}

.loader {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*progress loader end*/