/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 8, 2014, 12:36:48 PM
    Author     : StavrosMaras
*/

/* Some extra css feaures for evaluation site */
body {
    margin: auto;
    width: 95%;
}

.btn.bottom{
    margin-bottom: 50px;
}

.btn.bottom2{
    margin-bottom: 150px;
}

.btn.bottom-left{
    margin: 0 0 150px 10px;
}

.btn.white{
    background-color: white;
}

.btn.marginLeft{
    margin-left:15px;
}

.bdColor{
    background-color:#E8E8E8;
}

.container.grey{
    background:#F7F7F7;
}

.container-fluid.grey{
    background-color: #000066;
}

.h4.margin{
    margin-top:25px;
}

.h4.margin-extra{
    margin-top:25px;
    margin-bottom: 25px;
}

.h5.color.margin{
    color:white; 
    margin-top: 25px;
}

.font.color.margin{
    color:white; 
    margin-top:9px;
}

.colorFont-marginFont{
    color:#FFFF99; 
    margin-left:10px;
}

.form-group.top{
    margin-top: 70px;
}

.form-group.top2{
    margin-top: 20px;
}

.form-inline.height{
    margin-top:40px;
}

.ftr{
    background-color:#3399FF; 
    bottom:0; 
    height:25px; 
    position:relative;
    margin-bottom: 0;
    margin-top: 5px;
}

.grey-col{
    background-color:#E8E8E8;
}

.jumbotron.custom-background{
    min-height:300px; 
    background-image:url(/resources/eval_pictures/login_copy.png); 
    background-repeat:no-repeat; 
    background-size:100% 100%;
}

.margin-row{
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav.grey{
    background-color:#F0F0F0;
}

.navbar-text.white{
    color:#EBEBEB;
}

.row{	
    background-color:white;
}

.row.blue{	
    background-color:#00006E;
}

.row.dark-blue{
    background-color:#000033; 
    color:white; 
    margin-top:20px; 
    margin-left:30px;
}

.row.dark-margin{
    background-color:#000033; 
    color:white; 
    margin-top:20px;
}

.row.light-blue{	
    background-color:rgba(9, 69, 160, 0.91);
}

.row.green{
    background:#7DE774;
}

.row.top{
    margin-top: 20px;
}

.row.grey{
    background-color:#E8E8E8;
}

.dark-bottom{
    background-color:#000033; 
    margin-bottom:20px;
}

.user-icon{
    height:70px;
}

.headercriteria {
    font-weight: bold;
    font-size: 11pt;
}
.subcriteria {
    font-style: italic;
    font-size: 9pt;
}

.color-table{
    background-color: #33FFCC;
}


#validationLabel {
    visibility: hidden;
    display: none;
}

.well-white{
    background-color:white;
    min-height: 150px;
}

.whiteTbl{
    background-color:white;
}

.white-text{
    color: white;
}

.cursor-click{
    cursor: pointer;
}

.col.dark-blue{
    background-color:#000033;
    color:white;
    margin-top:20px;
}

#topmenu {
   float: right;
}

#topmenu ul.nav {
   margin-top: 15px;
}

#topmenu ul li a.dropdown-toggle {
   color: whitesmoke;
}

#topmenu ul li a.dropdown-toggle:hover {
   background-color:#00006E;
}

#topmenu ul li a.dropdown-toggle:focus {
   background-color:#00006E;
}

.btn {
  margin: 10px;  
}

.excel-icon {
    background-image: url('../flex_pictures/excel-file-icon.png');
    max-height: 60px;
}


