﻿body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.colorone{
	background-color: #5d5c5e;
	height: 47px;
}
.name {
	color: #FFF;
	font-size:26px;
	font-weight:bold;
	padding: 5px 0px 5px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	
}
.supscript 
{
    font-size: 10px;
    float: right;
    animation: blinker 1s linear infinite;
    color: yellow;#ee693f;
    
 }
.topmenu {
	float:left;
	
}
.client {
	color: #FFF;
	font-size:23px;
	font-weight:bold;
	padding: 15px 0px 5px 15px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 60%;
	float:left;
	
}
.academic_year_semester{
    color:lightgreen;
    font-weight: bold;
    font-size:15px;
}
.signout {
	float:right;
	color: #fff;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	width: 15%;
	padding: 18px 10px 0px 2px;
	vertical-align: bottom;	
}
.topmenu {
	height: 30px;
	background-color: #ee693f;
	color: #fff;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	width: 15%;
	padding: 18px 10px 0px 2px;
	vertical-align:bottom;	

}


a:link {
    /*color: #161c5b;*/
    color: #161c5b;
    text-decoration:none;
}

a:visited {
    color: #161c5b;
    text-decoration:none;
}

a:hover {
    color:#9cb5f1;
    text-decoration:none;
}

a:active {
    color: #161c5b;
    text-decoration:none;
}

/*div styled to to control layout*/

.urban
.urbangreymenu{
width: 200px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 8px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
border-bottom: 1px solid #ccc;
font-size: 11px;
font-weight: bold;
}

.urbangreymenu ul li a{
font: normal 10px;
font-family: font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 15px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #ee693f;
}

div.sitesize{
    width:100%;
    padding: 0px 0px 0px 0px;    
}
div.login{
    margin-top: 50px;
    margin-bottom: 50px;
    width:50%;
    margin-left:25%;
    height:180px;
    background-color:#c0c0c0;
    border: 1px solid #8d7ba4;
	border-radius: 14px; 
    -moz-border-radius: 14px; 
    -webkit-border-radius: 14px;
    box-shadow: 4px 8px 5px #f0f0f0;	
    display:inline-block;
    
}
div.banner{
    margin-top: 0px;    
    height:50px;
    width:100%;
    background-color:#161c5b;
    color:#ffffff;
    display:inline-block;
}
div.menu{ 
    height:25px;
    background-color:#de0c0c;
    border-left: 0px solid #161c5b;
    border-right: 0px solid #161c5b;
    color:#ffffff;
    width:100%;
    display:inline-block;
}

div.menu_item{    
    width:70%;
    margin-left:15%;
    display:inline-block;
}
div.content{    
    min-height:20px;
    -webkit-min-height:20px;
    -moz-min-height:20px;
    background-color:#ffffff;
    width:100%;
    display:inline-block;
    border-top:0px solid #161c5b;
}

.leftmenu1 {
	background-color: #f0eff0;
	min-height: 600px;
	float:left;
	min-width: 225px;
	margin-top: 0px
	
	}
.pagetitle {
	max-width: 80%;
	padding: 10px 50px 5px 10px;
    margin: 0px 2px 0px 235px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

.pagecontent {
	padding: 10px 50px 5px 10px;
	margin: 0px 2px 0px 235px;

	max-width: 80%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
.footer{
    height:30px;
    background-color:#d5d6d2;
    border-top: 2px solid #5d5c5e;
    font-size: 11px;
    color: #756867;
    width:100%;
    padding: 10px 0px 10px 0px;
    text-align: center;
    margin: 10px 0px 0px 0px;
    position: inherit;
}

div.logo{
    position: absolute;
    top:8px;
    left:15%; 
    /*right:0;*/
    margin-right: auto;
    margin-left: auto;
    width:55px;
    height:55px;
    z-index:100;
    text-align:center;
    border: 1px solid #161c5b;
    padding: 3px 3px 3px 3px;
    background-color:#d9d9d9;
    display:inline-block;
}
div.fixed_photo {
    position:absolute;
    overflow:auto;
    top:25%;
    right:25%; 
    /*right:0;*/
    margin-right: auto;
    margin-left: 0%;
    width:110px;
    height:110px;
    z-index:500;
    text-align:center;
    border: 1px dotted #161c5b;
    padding: 3px 3px 3px 3px;
    background-color:#ffffff;
}
div.welcome {
    position:absolute;
    overflow:auto;
    top:0%;
    left:20%;    
    margin-right: auto;
    margin-left: auto;    
    z-index:100;
    text-align:center;
    background-color:transparent;
}
div.detail_photo {
    position:absolute;
    overflow:auto;
    top:21%;
    /*left:-20%;*/ 
    right:25%;
    margin-right: auto;
    margin-left: auto;
    width:110px;
    height:115px;
    z-index:500;
    text-align:center;
    border: 1px dotted #161c5b;
    padding: 3px 3px 3px 3px;
    background-color:#ffffff;
}
div.sitename {
    position:absolute;
    top: 0%;
    left: 15%;
    /*right:0;*/
    margin-right: auto;
    margin-left: auto;
    width: 350px;
    height: 40px;
    z-index: 100;
    text-align: left;
    font-family:'Arial Unicode MS';
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    display:inline-block;
}

div.sitename_shadow {
    position:absolute;
    top: 36px;
    left: 282px;
    /*right:0;*/
    margin-right: auto;
    margin-left: auto;
    width: 350px;
    height: 55px;
    z-index: 99;
    text-align: left;
    font-family:'Arial Unicode MS';
    font-size: 28px;
    color: #cccccc;
    font-weight: bold;
    display:inline-block;
}

div.sub_module{
    float:left;
    height:auto;
    width:20%;
    background-color:#161c5b;
    color:#ffffff;
    border-right: 1px solid #161c5b;
    display:inline-block;
}
div.module_content{
    float:left;
    height:auto;
    width:78%;
    background-color:transparent;
    display:inline-block;
    border-left: 3px solid #ffffff;
}
select11 {
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 4px;
    background-color: red;
}
.search_area{
    padding-top:10px;
    padding-left:1%;
    padding-right:1%;
    float:left;
    height: 40px;
    width:98%;
    background-color:#f0f0f0;
    /*background-color1:#161c5b;*/
    color:#ffffff;
    display:inline-block;
}
div.list{
    float:left;
    height:auto;
    width:100%;
    /*margin-left: 8px;*/
    background-color:transparent;
    /*padding:3px 3px 3px 3px;*/
    display:inline-block;
    border-left: 1px solid #000000;
}
div.show_top{
    float:right;   
    width:20%;
    color:#ffffff;
    /*margin-left: 8px;*/
}
div.input_no_left_pane{  
    width:30%;
    /*margin-left: 8px;*/
}
div.input_short{  
    width:50%;
    /*margin-left: 8px;*/
}
div.input_medium{  
    width:75%;
    /*margin-left: 8px;*/
}

div.button_area{  
   text-align:center;
    height: 38px;
}

div.detail_label{  
   width:30%;
   text-align:left;
   float:left;
   margin-right:3px;
}


div.reg_label{  
   /*width:20%;*/
   text-align:left;
   float:left;
}

input.reg_text{
    background-color:#f0f0f0;
    color:#161c5b;
    border:0px solid #ffffff;
    float:left;
}

div.doc_page_button{
    position:fixed;
    width:10%;
    top:20%;
    left:5%;
}
div.doc_page_button_right{
    position:fixed;
    width:10%;
    top:20%;
    right:5%;
}
h1{

}
h2{
    font-weight:bold;
    font-size:16px;
    margin-left:2%;
}
th{
    background-color:#161c5b;
    color:#ffffff;
}
fieldset{
    margin-top:5px;
    margin-left:5px;
    background-color:transparent;
    color:#161c5b;
    border: 1px solid #5d5c5e;
    border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;	
}

fieldset.links{
    margin-top:0px;
    margin-left:0px;
    background-color:transparent;
    color:#ffffff;
    border: 1px solid #637AAD;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;	
}
fieldset.full_width{
    width:100%;
    /*background-color:#ee693f;*/
}
fieldset.horizontal_layout{
    white-space:nowrap;
    overflow-x: auto ;
    display: inline-block;
}
legend{
    background-color:#5d5c5e;
    color:#ffffff;
    font-weight:bold;
    font-variant:small-caps;
    padding: 3px 10px 3px 10px;
    border: 2px solid #5d5c5e;
	border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;	
}
.button{    
    width:80px; 
    background-color:#ee693f;
    color:#ffffff;
    text-align:center;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;	
    border: 1px solid #ee693f;
    padding: 5px 5px;
    margin: 0px 0px 5px 0px;
    border-radius: 2px;
}
.button:active{
    background-color:#ee693f;
    color:#ffffff;
    width:80px;
}
.button:link{
    width:80px; 
    background-color:#ee693f;
    color:#ffffff;
    text-align:center;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;	
    border: 1px solid #ee693f;
    padding: 3px 2px;
    margin: 0px 0px 23px 0px;
    border-radius: 2px;
}
.button:hover{
    background-color:#637AAD;
    color:#ffffff;
}
.button_right.button
{
    float:right;
}

.menu_button{ 
    background-color:transparent;
    color:#ffffff;    	
}
.menu_button:active{    
    background-color:transparent;
    color:#ffffff;  
}
.menu_button:link{    
    background-color:transparent;
    color:#ffffff;  
}
.menu_button:hover{
    background-color:#637AAD;
    color:#ffffff;
}
input{
    width:90%;
    background-color:#ffffff;
    margin-top:3px;
    margin-left:0%;
}
input.input_optional{
    width:70%;
    background-color:#ffffff;
    margin-top:3px;
}
input.search-field-short{
    width:8%;
}
input.input25{
    width:25%;
}
input.input50{
    width:50%;
}
input.search_field{
    width:48%;
    border: 1px solid #ee693f;
    padding: 5px 5px;
    margin: 0px 0px 23px 0px;
    border-radius: 2px;
}
input.inputcontrol
{
     width:40%;
     font-size: 16px;
    color: Black;
    border: none;
  
}

input.detail_text{
    background-color:#f0f0f0;
    color:#161c5b;
    border:0px solid #ffffff;
}
input.email{
    width:85%;
    background-color:#ffffff;
    color:#161c5b;
    border:0px solid #ffffff;
}

input.email_optional{
    width:65%;
    background-color:#ffffff;
    color:#161c5b;
    border:0px solid #ffffff;
}
textarea{
    width:90%;
    background-color:#ffffff;
    margin-top:3px;
    margin-left:0%;
}
textarea.textarea_optional{
    width:70%;
    background-color:#ffffff;
    margin-top:3px;
}
textarea.textarea25{
    width:25%;
}
textarea.textarea50{
    width:50%;
}
textarea.detail_textarea {
    width: 40%;
    background-color: #f0f0f0;
    color: #161c5b;
    border: 0px solid #ffffff;
}
select{
    background-color:#ffffff;
    margin-left:0%;
}
select.top_list{
    width:50px;
}
select.dropdown-field{
    width:50%;
}



/*****************css for grid *****************/
.grid 
{
    width:100%;
    margin: 5px 0 10px 0; 
    border: solid 1px #c1c1c1; 
    border-collapse:collapse; 
    font-size: 14px;
 }
.grid:active{
    border: solid 0px #c1c1c1; 
    color:#161c5b;
    width:80px;
}
.grid:link{
    border: solid 0px #c1c1c1; 
    font-size: 14px; 
    color:#161c5b;
}
.grid:hover {
    width:100%;
    color: #161c5b;
}
.grid td { /********This is to hold the internal grid************/
      padding: 2px;
      border: solid 1px #c1c1c1; 
      height: 25px;
      font-size: 14px;
      color:#000000;
      padding: 5px 4px 5px 4px;
      line-height: 18px;
      margin: 10px 0px 0px 0px;
  }

.grid th  { /**This is for the header**/
      padding : 4px 2px;
      background: #1995ad; 
      border-left: solid 1px #525252;
      font-size: 14px; 
      font-weight:bold;
      text-align: left;
      height: 20px;
      
  }
  
.grid th a  {
      padding : 4px 2px; /**This is for the header**/
      font-size: 16px; 
      color: white;
      
  }

.grid .sorted {
      background: white; 
  }
  
  
.grid .alt 
{
    background: Red;
    
  }

.grid .pgr 
{
    background: #CCCCCC; 
 }

.grid .pgr table  
{
    margin: 3px 0; 
 }

.grid .pgr td {
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #fff;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
  
d 
{
    vertical-align: top;
    width: 656px;
    height: 460px;

}

***
 
/*.optional_label{
    color:#ffffff;
    font-style:italic;
    font-size:10pt;
}
.login_label{
    background-color:transparent;
    color:#c3bac8;
    font-family:Verdana;
    font-size:28pt;
    margin-left:5%;
}
.del_prompt{
    background-color:#F0F0F0;
    color:#f30606;
    font-style:italic;
    font-size:13pt;
    text-align:justify;
}*/
/*.collapsed_panel{    
    background-color:#ee693f;
    color:#ee693f;
    border: 1px solid #ee693f;
    font-weight:bold;
    font-size:14pt;
}

.expanded_panel{    
    background-color:#ee693f;
    color:#ee693f;   
    background-color:#ee693f;
    color:#161c5b;*/

}
.popup_panel {
    /*position:absolute;
    overflow:auto;
    top:-10px;
    left:0%; 
    /*right:0;*/
    margin-right: auto;
    margin-left: auto;
    width:300px;
    height:100px;
    z-index:600;
    text-align:center;
    border: 1px dotted #161c5b;
    padding: 3px 3px 3px 3px;
    background-color:#c1b660;
}
.photo
{
    background-color:#161c5b;
    width:95px;
    height:95px;
}

.popup_photo
{
    background-color:#161c5b;
    width:150px;
    height:150px;
}
.menu_basic{ 
    position:absolute;
    top: 8%;
    left: 70%;
    margin-right: auto;
    margin-left: auto;
    color:#ffffff;      
    z-index:602;
    
}

.section_heading{
    font-weight:bold;
    font-size:16px;
    color:#de0c0c;
    background-color:#c0c0c0;
    margin-left:2%;
    padding-left:5%;
    padding-top:7px;
    padding-bottom:0px;
    border-bottom: 1px groove #c0c0c0;
    height:25px;
    width:92%;
}
.hide_column{
    display:none;
}


/*Login Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 420px;
  width: 100%;
  border-top: 5px solid #ee693f;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #ee693f;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
  display: none;
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #ee693f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module input:focus {
  border: 1px solid #ee693f;
  color: #333333;
}
.form-module .mebutton {
  cursor: pointer;
  background: #ee693f;
  width: 91.5%;
  text-align: center;
  border: 0;
  padding: 10px 15px;
  margin: 0px 5px 0px 0px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module .mebutton:hover {
  background: #178ab4;
  color: #fff;
}


.form-module .msbutton {
    cursor: pointer;
    width: fit-content;
    text-align: center;
    border: 0;
    padding: 0;
    margin: 0px 5px 0px 0px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-position: center;
    background-position: center;
}

.form-module .msbutton:hover {
    padding: 20px 15px;
}


.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #ee693f;

}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}


.formcontrol {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.formcontrol:focus {
  border: 1px solid #ee693f;
  color: #333333;
}

.dashboard_format{
    width:25%;
    border:5px solid #ee693f;
}
table{
    width:100%;
}
table.table-reduced-width{
    width:70%;
}
table.table-border{
    border:1px solid #cccccc;
}
td{
    vertical-align:top;
}
td.left_pane
{
    width:20%;
}
td.right_pane
{
    width:20%;
    align-content:center;
}
td.main_pane
{
    width:50%;
    align-content:center;
}
td.divider
{
    width:60px;
}

.transaction-code{
    text-align:center;
    vertical-align:middle;
    font-size:16px;
    font-weight:bold;
    color:#eb0e0e;
    background-color:#ee693f;
}
.label{
    display:block;
    float:left;
    width:150px;
    min-height:25px;
    text-align:right;
}
.text-field{
    width:auto;
    min-width:80%;
    overflow:auto;
    min-height:25px;
    margin-left:2%;
}
.label-checkbox{
    margin-right:2%;
}

.wrapper {
    border:0px solid #000;
    display:inline-block;
}

.busy-sign {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    align-content:center;
    align-items:center;
    text-align:center
}

.center-busy-sign{
    width:50px;
    height:50px;
    text-align:center;
}