/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *---------------------------------------------- -------- -------- 
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *---------------------------------------------- -------- -------- 
 */  
.well .form_group  .row{
  margin-top:15px;
  margin-bottom:15px;
}

.well .form_group input[type="text"],
.well .form_group textarea,
.well .form_group select{
      max-width: 90%;
}

.well .form_group .CommandButton{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  	color: #fff;
    background-color: #00add5;
    border-color: #0098bc;
}

#dnn_SliderZone{
    padding: 0!important;
	overflow:hidden!important;
}
#dnn_BindLOGO_imgLogo{
 padding:15px 0 0!important;
}

header{background:#fff;}
#ColorHeader{
  background:#00add5;
}

.DNNModuleContent .row{
  margin-bottom:10px;
}

.label-warning, .badge-warning {
    background-color: #f89406;
}
.label-important, .badge-important {
    background-color: #b94a48;
}

.badge-info{
	background:#5bc0de!important;
}

.logo-proef {
    background: url(http://bindtuningdnn.azurewebsites.net/Portals/Seguramos/Images/footer/logo-proef-off.png);
    height: 40px;
    width: 170px;
    text-indent: -9999px;
}

.logo-proef:hover {
    background: url(http://bindtuningdnn.azurewebsites.net/Portals/Seguramos/Images/footer/logo-proef-on.png);
}

.logo-qualidade {
    background: url(http://bindtuningdnn.azurewebsites.net/Portals/Seguramos/Images/footer/logo-qualidade-off.png);
    height: 40px;
    width: 41px;
    text-indent: -9999px;
}

.logo-qualidade:hover {
    background: url(http://bindtuningdnn.azurewebsites.net/Portals/Seguramos/Images/footer/logo-qualidade-on.png);
}

.footer-logo {
    display: inline-block;
    margin: 0 10px;
}
footer a {
    color: black;
}

.accordion-group {
    border: none;
    border-radius: 0;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-inner {
    border-top: none;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}
.accordion-heading .accordion-toggle {
    background: #f2efef;
    border-radius: 2px;
    color: inherit;
    padding: 8px 15px 8px 30px;
    display:block;
}

@media (min-width:1200px) {
  .carousel .container { height:320px; overflow:hidden; }
}
@media (min-width:768px) and (max-width:979px) {
  .carousel .container { height:320px; overflow:hidden; padding:0 20px; width:100%; }
}
  
#Logo img{
  max-height:75px;
}

.rssLine a { float: right; }
.rssLine a  img{ padding-top: 0 !important; }

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}














