body{
   
   margin: 0;
}

.smart-blue{
    
    background-color: #ffffff;
}

.smart-blue {
    display:block;
    margin-left:auto;
    margin-right:auto;
  
    height:auto;
   
    background: #ffffff;
    padding: 5px 30px 20px 30px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:  14px;
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.smart-blue form{
    width:100%;
    padding:5px;
    height:auto;
}
.smart-blue h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding: 5px 0px 15px 10px;
   
    display: block;
    margin: 0px 0px 10px 0px;
    background: #333333;
   
    
    text-shadow: 1px 1px 1px #949494;
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-bottom:1px solid #A3A3A3;
    text-align: center;
    height:20px;
}
.page-title{
    font-size: 24px;
    
    color: #891130;
    font-weight: 500;
    padding: 5px 5px 15px 5px;
    width:100%;
    text-shadow: 1px 1px 1px #ccc;  
    text-align: center;
    height:40px;
    
    background-color: #fff;
    margin:0px 0px 5px 0px;
    border-radius: 0em 0em .5em .5em ;
    border-color: #ccc;   
    border:1px solid;
    border-top:0px;
    box-shadow: 5px 5px 5px #888888;
}
.page-title-black{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    
    padding: 5px 5px 15px 5px;
    width:100%;
      
    
    height:40px;
    border-style:solid;
    background-color: #ccc;
    margin:0px 0px 5px 0px;
    border-radius: 0  ;
    border-color: #ccc;  
    
    border:1px;
    border-top:0px;
    
}
.degreename{
    font-size: 20px;
    
    color: #891130;
    font-weight: 500;
    padding: 5px 5px 15px 5px;
    width:100%;
    text-shadow: 1px 1px 1px #ccc;  
    text-align: center;
    height:20px;
    
    background-color: #fff;
    margin:0px 0px 5px 0px;
    border-radius: 0em 0em .5em .5em ;
    border-color: #ccc;   
    border:1px solid;
    border-top:0px;
    box-shadow: 5px 5px 5px #888888;
}
.smart-blue label {
    display: inline-block;
    width:200px;   
    background-color: #fff;
    height:20px;
    display:inline-block;
    margin:10px 0 0 10px;
    font-weight:500;
    float:left;
    clear:left;
    text-align: right;
}

.smart-blue label.group {
    display: inline-block;
    width:200px;   
    background-color:#fff ;
    height:20px;
    display:inline-block;
    margin:10px 0 0 10px;
    font-weight:500;
    float:left;
    clear:left;
    text-align: right;
    color:#891130;
}
.smart-blue label.help {
    display: inline-block;
    width:200px;   
    background-color:#fff ;
    height:20px;
    display:inline-block;
    margin:10px 0 0 190px;
    font-weight:500;
    float:left;
    
    text-align: left;
    color:#3366ff;
}
.smart-blue label.uploadTitle {     
    display: inline-block;      
    height:14px;
    display:inline-block;
    text-align: left;
    color:#000000;
    
    font-weight: 600;
    width:500px;
    
}   

.smart-blue input[type="file"]{       
    color: #000000;
    height: 25px;
    line-height:20px;
    width: 200px;
    padding: 1px;
    margin:2px 0 0 10px;
    float:left;
    border: 1px solid #ccc;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    
    font-weight: 500;
    
}
.smart-blue input[type="text"],
.smart-blue input[type="password"],
.smart-blue input[type="email"],
.smart-blue input[type="number"],
.smart-blue textarea {
            
    color: #000000;
    height: 25px;
    line-height:15px;
    width: 700px;
    padding: 1px;
    margin:2px 0 0 10px;
    float:left;
    border: 1px solid #ccc;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    
    font-weight: 500;
    
}
.smart-blue input[type="text"]:focus,
.smart-blue input[type="email"]:focus,
.smart-blue input[type="password"]:focus,
.smart-blue input[type="file"],
.smart-blue input[type="number"],
.smart-blue textarea:focus
{
  border: solid 1px #707070;
  -webkit-box-shadow: 0 0 5px 1px #969696;
  -moz-box-shadow: 0 0 5px 1px #969696;
  box-shadow: 0 0 5px 1px #969696;
  
}

.smart-blue textarea{
    height:100px;
    padding-top: 10px;
}
.smart-blue select {
    background: url('down-arrow-grey.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow-grey.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none;
   -moz-appearance: none;
    text-indent: 0.01px;    
    min-width:100px;
    height:30px;
    padding: 1px;
    
    color: #000000;       
    line-height:15px;   
    padding: 1px;  
    float:left;
    border: 1px solid #ccc;    
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);   
    font-weight: 500;
    margin-right:5px;
    margin-left:5px;
}

.smart-blue select:focus{
  border: solid 1px #707070;
  -webkit-box-shadow: 0 0 5px 1px #969696;
  -moz-box-shadow: 0 0 5px 1px #969696;
  box-shadow: 0 0 5px 1px #969696;
  
   
}
.smart-blue input[type=button],
.smart-blue input[type=submit],
.smart-blue input.first[type=button],
.smart-blue input.first[type=submit],
.smart-blue button{    
    border: 1px solid #919084;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #ffffff), color-stop(0.9, #D1D1D1) );
    background: -moz-linear-gradient( center top, #ffffff 10%, #D1D1D1 90% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F58B71', endColorstr='#9E2A06');
    background-color: #F58B71;
    -moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
    -webkit-box-shadow: inset 0px 1px  2px 0px #FFFFFF;
    box-shadow: inset 0px 1px  2px 0px #FFFFFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 0px;
   
    font-weight: bold;
    margin-left: 10px;
     margin-top: 5px;
    padding: 5px 10px 5px 10px;
    color: #000;
    letter-spacing: 1px;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    min-width: 150px;
    height:35px;
    float:left;
}

.smart-blue input[type=button]:hover,
.smart-blue input[type=submit]:hover,
.smart-blue button:hover,
.smart-blue input.first[type=button]:hover,
.smart-blue input.first[type=submit]:hover {
    
    background:url('icons/right-arrow-grey.png') no-repeat right, -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #ffffff), color-stop(0.9, #999999) );
    background:url('icons/right-arrow-grey.png') no-repeat right, -moz-linear-gradient( center top, #999999 10%, #ffffff 90% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#ffffff');
    
}
.smart-blue input[type=button]:focus,
.smart-blue input[type=submit]:focus,
.smart-blue button:focus,
.smart-blue input.first[type=button]:focus,
.smart-blue input.first[type=submit]:focus {
    background:url('icons/right-arrow-grey.png') no-repeat right, -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #ffffff), color-stop(0.9, #999999) );
    background:url('icons/right-arrow-grey.png') no-repeat right, -moz-linear-gradient( center top, #999999 10%, #ffffff 90% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#ffffff');
   
}



.smart-blue hr1{
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
 background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
 background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
 background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
 margin-top:1px;
 margin-bottom:1px;
 padding-bottom: 5px;padding-top: 5px;
}
.buttonbar {
    width:97%;
    clear:left;
    float:left;
    margin-bottom:0px;
    font-size: 24px;
    padding: 10px 0px 10px 10px;
    display: block;
    margin: 10px 0 0 10px;
    color: #555;
    background:#fff;
    
    border-radius: 0em ;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border:1px solid #ccc;
    text-align: center;
    
    display: flex;
  justify-content: center;
  align-items: center;
}

.smart-blue hr{
    clear:left;
    width: 98%;
    height: 6px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 3px 3px 3px 3px; /* top, right, bottom, left */
    
}
.smart-blue fieldset {
    border:1px solid #ccc;
    border-radius: 0.5em;
    
} 
.smart-blue fieldset legend {
    
    color:#0000cc;
}
.smart-blue a{
    text-shadow: 1px 1px 2px #000000;
    font-weight: bold;
    margin: 1px 1px;
    padding: 1px 1px 1px 1px;
    color: #000000;
    letter-spacing: 1px;
    font-family: 'Arial', sans-serif;
    font-size: 13px;

    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    width:100%; 
} 
.smart-blue a:hover {
    color: #CC3333;
    text-shadow: 1px 1px 1px #000000;
}
.message {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    top: 0;
    left: 0;
    height: 30px;
    border: 1px solid #ccc;
    font-weight: 100;
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: fixed;
    background-color: #c4453c;
    background-image: -webkit-linear-gradient(135deg, transparent, transparent 25%, hsla(0, 0%, 0%, .05) 25%, hsla(0, 0%, 0%, .05) 50%, transparent 50%, transparent 75%, hsla(0, 0%, 0%, .05) 75%, hsla(0, 0%, 0%, .05));
    background-image: -moz-linear-gradient(135deg, transparent, transparent 25%, hsla(0, 0%, 0%, .1) 25%, hsla(0, 0%, 0%, .1) 50%, transparent 50%, transparent 75%, hsla(0, 0%, 0%, .1) 75%, hsla(0, 0%, 0%, .1));
    background-image: -ms-linear-gradient(135deg, transparent, transparent 25%, hsla(0, 0%, 0%, .1) 25%, hsla(0, 0%, 0%, .1) 50%, transparent 50%, transparent 75%, hsla(0, 0%, 0%, .1) 75%, hsla(0, 0%, 0%, .1));
    background-image: -o-linear-gradient(135deg, transparent, transparent 25%, hsla(0, 0%, 0%, .1) 25%, hsla(0, 0%, 0%, .1) 50%, transparent 50%, transparent 75%, hsla(0, 0%, 0%, .1) 75%, hsla(0, 0%, 0%, .1));
    background-image: linear-gradient(135deg, transparent, transparent 25%, hsla(0, 0%, 0%, .1) 25%, hsla(0, 0%, 0%, .1) 50%, transparent 50%, transparent 75%, hsla(0, 0%, 0%, .1) 75%, hsla(0, 0%, 0%, .1));
    background-size: 20px 20px;
    box-shadow: 0 5px 0 hsla(0, 0%, 0%, .1);
    color: #f6f6f6;
    display: block;
    font: bold 16px/40px sans-serif;
    height: 40px;
    text-align: center;
    text-decoration: none;
    
    width: 100%;
   
    animation: animatedBackground 40s linear infinite;
    
}
@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
.message:hover:after {
    background: hsla(0, 0%, 0%, .8);
    border-radius: 3px;
    color: #f6f6f6;
    content: 'Click to dismiss';
    font: bold 12px/30px sans-serif;
    height: 30px;
    right: 100px;
    margin-left: 60px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 120px;
}
.table-ash {
        width:100%;
        table-layout: fixed;
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	color:#000;	
	border:2px solid #999;
	border-collapse: collapse; 
        border-radius: .5em 0em 0em 0em;
        background-color: #fff;
        
}

.table-ash th.report-title {
        background-color:#fff;
        padding:8px 4px 8px 4px;
        color:#000;
        border:0px solid #0099ff;
        height:20px;
        text-align: center;
        font-size:14px;
    }
.table-ash th.sub {
        background-color:#ccc;
        padding:4px 4px 4px 4px;
        color:#000;
        border:1px solid #999;
        height:15px;   
    }    
@media screen{
    
    .table-ash th {
        background-color:#999;
        padding:4px 4px 4px 4px;
        color:#fff;
        border:1px solid #999;
        height:15px;   
    }
    .table-ash th.borderless {
        background-color:#fff;
        padding:4px 4px 4px 4px;
        color:#fff;
        border:0px solid #0099ff;
        height:15px;      
    }    
}
@media print{    
    .table-ash th {
        background-color:#fff;
        padding:4px 4px 4px 4px;

        color:#000;
        border:1px solid #fff;

        height:15px;
    }
    .table-ash th.borderless {
        background-color:#fff;
        padding:4px 4px 4px 4px;

        color:#000;
        border:0px solid #fff;

        height:15px;
    }
}
.table-ash tr {
	background-color:#fff;
}
.table-ash tr:hover{
	background-color:#fcefa1;
}
.table-ash td {
	border-width: 1px;
        padding: 3px 2px 3px 4px;
        border-style: solid;
        border-color: #ccc;
}

.div-title{
  
    font-size: 16px;
    color: #9f1736;
    font-weight: 500;
    padding: 1px;
   text-shadow: 1px 1px 1px #ccc;  
   background-color: #fff;
   
   margin:2px;
  border-bottom:1px solid #ccc;
  
   width:100%;
}

.hr-sect {
    
    clear:both;
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0px;
    
}
.hr-sect::before,
.hr-sect::after {
    content: "";
    flex-grow: 1;
    background: #ccc;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

@media screen and (max-width:450px){
    .smart-blue label {
        text-align: left;
        width:100%;
    }
    
    .smart-blue input[type="text"],
    .smart-blue input[type="password"],
    .smart-blue input[type="email"],
    .smart-blue input[type="number"],
    .smart-blue textarea {
        width:95%;
        max-width:95%;        
    }
    .smart-blue select {
         width:95%;
    }
}