﻿@import url("/Enterprise/Theme.Style.css?2483");

body {
    background: #fff;
}

.Content, .MainContent {
    background: #fff;
}

.Footer {
    background: #fff;
}

.Header {
    background: #FFFFFF;} 
.Menu_TopMenuActive {
    background: #FFFFFF;}.Application_Title a,
.Application_Title a:link,
.Application_Title a:visited,
.Application_Title a:hover {
    color: #06a9c8;
}
.Application_Title img {
    max-height: 40px;
}

.AppSwitcherList,
.Application_Menu .Menu_DropDownButton,
.Header_Menu,
.Application_Menu {
  background: #06a9c8;
}

.Menu_TopMenu a, 
.Menu_TopMenu a:link, 
.Menu_TopMenu a:visited {
     background:transparent;
}

.ButtonDefault,
.Button.Is_Default {
    background: #06a9c8;
    border: 1px solid #06a9c8;
    color: #E6F6F9;
}

.AppSwitcherLink, 
.AppSwitcherLink:link, 
.AppSwitcherLink:visited {
    border:none;
}

.AppSwitcherLink, 
.AppSwitcherLink:link, 
.AppSwitcherLink:visited,
.Menu_TopMenu a:link, 
.Menu_TopMenu a:visited, 
.Menu_TopMenu a {
    color: #E6F6F9 ;
    border-bottom-color: #E6F6F9;
}

.Menu_DropDownArrow {
    border-top-color:#E6F6F9 ;
}

.Application_Menu a.Menu_SubMenuItem, 
.Application_Menu a.Menu_SubMenuItem:hover, 
.Application_Menu a.Menu_SubMenuItem:link, 
.Application_Menu a.Menu_SubMenuItem:visited {
    background-color: #0598B4;
    border-bottom: none;
    color: #E6F6F9 ;
}

.Application_Menu a.Menu_SubMenuItemActive:link, 
.Application_Menu a.Menu_SubMenuItemActive:visited,
.Application_Menu a.Menu_SubMenuItem:hover {
    color: #FFFFFF;
}

a, 
a:link, 
a:visited {
  color: #06a9c8;
}

a.ActionAdd:before,
a.ActionEdit:before,
a.ActionDelete:before,
a.ActionChange:before {
    background: #06a9c8;
}

.Login_Info,
.AppSwitcherContainer,
a.Login_Info_Username, 
a.Login_Info_Username:link, 
a.Login_Info_Username:visited,
.Login_Info_Logout:before,
.Login_Info_Username:before,
.AppSwitcherContainer:before,
.MenuSlider_Toggler,
.Menu_TopMenuActive:hover a,
.Menu_TopMenuActive a:link,
.Menu_TopMenuActive a:visited { 
    color: #06a9c8
;}

@media screen and (max-width: 1023px) { 
    .Responsive .Login_Info_Logout:before {
         color: #E6F6F9 ;
    }
}

/* ExcludeFromPickers: Header, ButtonDefault, Menu_TopMenuActive, Menu_DropDownArrow, Application_Title, AppSwitcherList, Application_Menu, Menu_DropDownButton, Header_Menu, Menu_TopMenu, AppSwitcherLink, Menu_SubMenuItem, Menu_SubMenuItemActive, Login_Info_Logout, Login_Info_Username, AppSwitcherContainer, MenuSlider_Toggler, ActionAdd, ActionEdit, ActionDelete, ActionChange, Login_Info, Responsive */



.Jumbotron {
    height: 350px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #8F1717;
    background: url('img/hompegaebannerh350.jpg?2483') #000;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 94px;
    left: 0px;
    padding: 40px 0px;
    box-shadow: 0px 4px 10px #999;
    color: white;
    font-weight: 300;
}

.Jumbotron > div {
    width: 940px;
    margin: auto;
}

.Jumbotron .Heading1 {
    font-size: 48px;
    margin-top: 0px;
}

a.IconButton {
    float: right;
    margin-right: 5px;    
    width: 36px;    
    box-sizing: border-box;
    padding: 6px;
    color: white;
}



@media screen and (max-width: 1023px) {  
    .Jumbotron {
        top: 35px;
        padding: 40px 20px;
    }
    
    .Jumbotron > div {
        width: 724px;
    } 
    
    .SideBar.MobileChoice {
        min-height: 640px;   
    }
    
    .LargeStep { 
        font-size: 34px;
    }
}

@media screen and (max-width: 764px) {
    .Jumbotron {
        display: none; 

    }   
    
    .SideBar.MobileChoice {
        min-height: 0px;   
    }
    
    .LargeStep { 
        font-size: 22px;
    }
}

.Thumbnail {
    box-shadow: 1px 1px 4px #999;
}

a .Thumbnail:hover {
    box-shadow: 1px 1px 4px #666;
}

div.Card.Violet,
div.CardViolet {
    background-color: #7D427C;
    color: white;   
    padding: 15px;
}

/* Message_Warning */

.Message_Warning {
    background-color: #F2C94E;   
    color: #333;
    padding: 20px 20px 20px 20px;    
    line-height: normal;
    word-break: break-word;
    border-radius: 0px;
    border: none;
    box-shadow: 0px 1px 3px #111;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    border-radius: 3px;
}

