body, td { 
    font-family: "Maven Pro",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    line-height: 1.5;
    text-align: justify;
}
body{
    background-color: lightgray;
}
body a:not(.btn),
body a:visited:not(.btn),
body a:focus:not(.btn){ 
    color: rgb(20, 122, 129);
}
body a:active:not(.btn),
body a:hover:not(.btn){ 
    color: #23527c;
}
.screen {
    width: 899px;
    /*height: 767px;*/
    margin: 0 auto;
    /*margin-top:161px;*/
    display: block;
    /*position: relative;*/
    border: 1px solid #9EA0A1;
    border-radius:10px;
    /*box-shadow: 7px 7px 7px #888;*/
    background-color:#CCCCCC;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.row{
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
}
h1{
    text-transform: uppercase;  
    font-weight: bold;
}
h2{
    text-transform: uppercase;  
    font-weight: bold;
}
div.topIcons {
    width: 899px;
    margin: 0 auto;
    padding: 2px 0;
}
div.topIcons img{
    border: none;
}
.title {
    position: relative; 
    float: left;
    width: 50%;
}
.imgTitle {
    position: relative; 
    float: left;
    width: 100px;
}
div.imgTitle img{
    height: 100px;
}
.textTitle {
    top: 5px;
    position: relative; 
    float: left;
    margin-left: 10px;
}
div.textTitle img{
    height: 100px;
}

.content {
    position: relative; 
    clear: left;
    padding: 5px 15px 10px 15px;
    /*height: 595px;*/
    overflow: auto;
}
.error {
    padding: 10px;
    color: red;
    font-weight: bold;
    font-size: larger;
}
.align-center{
    text-align: center;
}
#planningwrapper{
    margin-top:39px;	
}

div.footer{
    padding-left: 10px;
}
div.header{
    padding: 10px;
}

div.panel{
    background-color: rgba(255,255,255,0.6);
}


/* loading animation*/
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.waiting-modal {
    z-index: 10000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    background: rgba( 255, 255, 255, .6 );
}

.waiting-modal > i {
    margin-top: 25%;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .waiting-modal {
    display: block;
}

.link-list{
    text-align: center;
    margin: 0;
    padding: 0;
}

.link-list li{
    display: inline-block;
    text-transform: uppercase;
}

.link-list li a{
    text-decoration: none;
    padding: 5px 20px;
    font-weight: bold;
}

.social-icons-list{
    margin: 0;
    padding: 0;
}

.social-icons-list li{
    display: inline-block;
    padding: 0 5px;
}