﻿/*!
 * General Style
 */
 
body {
    font-family: verdana, arial;
    background-color: #F2F2F2;
}

#iCapGeneral {
    margin-top:20px;
    background-color: #FFF;
    border-radius:10px;
    padding: 5px;
}

#iCapHeader {
    height: 90px;
    padding: 5px;
}

#iCapLogo {
    color:#E23045;
    text-shadow: 0.1em 0.1em 0.05em #333;
    font-weight: bold;
    font-size: 31.5px;
    line-height: 40px;
    margin: 0 0 10px 30px;
}

#iCapRight h3 {
    text-align: center;
    color:#fff;
    margin: 0px 0px;
}

#iCapRight {
    color:#000;
    min-height: 300px;
    background: #fff url(../img/bghead.png) repeat-x;
    border-radius:5px;
    border: 1px solid #848484;
}

.iCapFooter, .iCapFooter a {
    background: #0088CC;
    height: 20;
    text-align: center;
    margin-top: 10px;
    color:#fff;
}

.hlMenuDropDown {
    background: #CEECF5 !important;
}

.hlMenu {
    width: 90px;
    text-align:center;
    height: 14px;    
}

#silverlightControlHost {
	height: 600px;
}


.iCapContent {
    position: relative;
    margin: 0px 0;
    padding: 5px 5px 5px;
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.inputDatePicker {
    width: 77px;
}

.inputTimePicker {
    width: 77px;
}

.divSearch {
    text-align: center;
}

.labelError
{
    color: Red;
    font-size:small;
}

.labelErrorHidden 
{
    display: none;
    color: Red;
    font-size:small;
}

.elementHidden 
{
    display: none;
}

.alternatingRow
{
    background-color: #EAF3F8;
}

.gridViewRow
{
    background-color: #FCF8E3;
}

.gridViewWarning
{
    background-color: Pink;
}

.gridViewHome
{
    text-align:center !important;
}

.subnav {
    width: 100%;
    height: 36px;
    background-color: #eeeeee;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
    background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.iCapCollapse {
  height: auto;
  width: auto;
    float: right;
}


.iCapCollapse.width {
  position: relative;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

.iCapCollapse.in.width {
  width: auto;
}

.mapCollapse
{
  width: 66%;
}

.mapCollapse.width {
  position: relative;
  width: 94%;
  overflow: hidden;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

.mapCollapse.in.width {
  width: 66%;
}

.informationContent
{
  width: 25%;
}

.informationContent.width {
  position: relative;
  width: 4%;
  overflow: hidden;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

.informationContent.in.width {
  width: 32%;
}

.alertLongtitle {
    color: #08C !important;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 20px;
}

@media (max-width: 531px)
{  
    .table {
        font-size: 11px;
    } 
}

@media (min-width: 531px)
{  
    .table {
        font-size: 14px;
    } 
}

@media (max-width: 455px)
{  
    .table {
        font-size: 9px;
    } 
}

@media (max-width: 437px)
{  
    .table {
        font-size: 8px;
    } 
}

@media (max-width: 363px)
{  
    .table {
        font-size: 7px;
    } 
}

@media (max-width: 333px)
{  
    .table {
        font-size: 6px;
    } 
}

@media (max-width: 1199px)
{  
    .mapCollapse.width {
        width: 94%;
    }
    
    .mapCollapse.in.width 
    {
        width: 60%;
    }       
    
    .informationContent.width {
        width: 4%;
    }
    
    .informationContent.in.width {
      width: 38%;
    }    
}

@media (min-width: 1199px)
{   
    .mapCollapse.width {
        width: 95%;
    }   
    
    .mapCollapse.in.width 
    {
        width: 67%;
    }   
    
    .informationContent.width {
        width: 4%;
    }
    
    .informationContent.in.width {
      width: 32%;
    }           
}

@media (max-width: 979px)
{      
    .mapCollapse.width {
        width: 92%;
    }    
    
    .mapCollapse.in.width 
    {
        width: 50%;
    }    
    
    .informationContent.width {
        width: 6%;
    }
    
    .informationContent.in.width {
      width: 48%;
    }          
}

.informationContentCollapse
{
    height: 590px;
}


/* Login */

.div-login
{
    padding: 30px 0px 10px 0px;
    background-color: #fff;
    border: 1px solid rgb(180, 179, 179);
    border-radius: 10px;
    margin-top: 20px;
    width: 485px;
    margin-left: auto;
    margin-right: auto;
}

.fill { 
    min-height: 100%;
    height: 100%;
}

.input-grande
{
    width:400px;
    }

/* Session info
-------------------------------------------------- */
.session-links {
  /*margin: -30px 0;*/
  float:right;
  vertical-align:bottom;
  text-shadow: none;
}
.session-links li {
  display: inline;
  padding: 0 2px;
  /*color: White;*/
  font-size: x-small;
  font-weight: normal;
}