@charset "UTF-8";
@import url('./bootstrap/css/bootstrap.min.css');
/*@import url('https://use.fontawesome.com/releases/v5.0.9/css/all.css');*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

body {
    font-family: Verdana !important;
    font-size: 13px;
    /*color: #333;*/
    line-height: 18px;
    background-image: url('images/cab_fundo.png');
    background-repeat: repeat-x;
}



/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
body, th, td, table, h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
a:link, a:visited, a:hover, input, .CommandButton {
    font-family: Verdana;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    color: #333;
    font-weight: bold;
}

small {
    font-size: 12px;
    letter-spacing: 0;
}

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 26px;
}

h2, h2 .Head {
    font-size: 18px;
}

h3, h3 .Head {
    font-size: 18px;
    color: #666;
}

h4, h4 .Head {
    font-size: 16px;
    color: #666;
}

h5, h5 .Head {
    font-size: 14px;
    color: #666;
}

h6, h6 .Head {
    font-size: 13px;
    color: #666;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    /*color: #3B96B6;*/
    color:grey;
    text-decoration: none;
    outline: 0;
}

    a:hover {
        /*color: #D00;*/
        color:black;
        text-decoration: none;
        outline: 0;
    }

/* DNN Specific Selectors 
-------------------------------------*/
.CommandButton {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: bold;
}

    .CommandButton:hover {
        color: #007cae;
    }

a.CommandButton:link {
    font-size: 13px;
    text-decoration: none;
    color: #3d3d3d;
    font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: underline;
    color: #007cae;
}

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
}

/* Image Align Left 
    -------------------------------------*/
.imgLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* Image Align Right 
    -------------------------------------*/
.imgRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* Image with border 
    -------------------------------------*/
.imgBorder {
    border: solid 3px #fff;
}

/* Polaroid Image Style 
    -------------------------------------*/
.imgPolaroid {
    color: #a6a6a6;
    font-size: 12px;
    text-align: left;
    padding: 13px 13px 17px 13px;
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
}

    .imgPolaroid img {
        margin-bottom: 12px;
    }

/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


/* Ordered List */
ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    vertical-align: top;
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}

/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

/* Default Table Style */
table.tableDefault {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

    table.tableDefault th,
    table.tableDefault td {
        font-size: 12px;
        padding: 8px;
    }

    table.tableDefault th {
        font-weight: bold;
        text-align: left;
        border-bottom: solid 2px #aaa;
        background-color: #d7d7d7;
    }

    table.tableDefault td {
        border-bottom: solid 1px #d9d9d9;
    }

    table.tableDefault tr:nth-child(odd) {
        background: transparent;
    }

    table.tableDefault tr:nth-child(even) {
        background: #e3e4e6;
    }

.tableDefault tbody tr:hover td {
    color: #111;
}

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"] {
    padding: 9px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 13px;
}

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
/* Primary Style Button (blue)*/
button.primaryButton,
a.primaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Secondary Style Button (darkgray) */
button.secondaryButton,
a.secondaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #666;
    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a);
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Alternative Style Button (darkgray with arrow) */
button.altButton,
a.altButton {
    display: inline-block;
    padding: 9px 32px 9px 22px;
    margin-bottom: 5px;
    background: #484848 url('images/arrow.png') no-repeat 87% center;
    background: url('images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d);
    background: url('images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffbf00;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

a.dnnPrimaryAction {
    color: #fff;
}

a.dnnSecondaryAction {
    color: #555;
}

button.primaryButton:hover,
button.secondaryButton:hover,
a.primaryButton:hover,
a.secondaryButton:hover {
    cursor: pointer;
    cursor: hand;
    background-image: none;
    background-color: #D00;
}

button.altButton:hover,
a.altButton:hover {
    cursor: pointer;
    cursor: hand;
    background: #D00 url('images/arrow.png') no-repeat 87% center;
}

/*------------------------------------------------*/
/* SITE SPACING
/*------------------------------------------------*/
.spacingTop {
    margin-top: 30px;
}

.spacingRight {
    margin-right: 30px;
}

.spacingBottom {
    margin-bottom: 30px;
}

.spacingLeft {
    margin-left: 30px;
}

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/
#userControls {
    height: 32px;
}
#userControls .language {
    min-height:0!important;
    display:inline;
}
.wrapper {
    margin: 0 Auto;
    width: 980px;
}

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
    float: right;
    width: 209px;
    height: 32px;
}

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
        display: inline-block;
        float: right;
        height: 32px;
        width: 32px;
        margin: 0;
        padding: 0;
        background: #333 url('images/search.png') no-repeat center center;
        text-indent: -9999px;
    }



    #search a.SearchButton:hover {
        background: url('images/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
        background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
        background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
        background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
        background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
        background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
        background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
    }

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 160px;
    height: 32px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border-left: 1px solid #ddd;
    color: #000;
    line-height: 32px;
    font-size: 11px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: #ccc;
        box-shadow: inset 0px 3px 8px #999;
    }


    /*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

/* for Simple Menu, see Simple menu folder */

    .navbar{margin-bottom:0!important;}
    .navbar-inner{border:none!important; box-shadow:none!important; background:none transparent!important; padding-right:0!important;}
    .navbar .brand {padding:0!important;}

    /* Site Navigation */
    .nav-collapse {
	    /*float: right;*/
	    position:relative;
	    /*top: 18px;*/
    }
	.nav-pills > li > a{
       /* override default bootstrap nav pills styles*/
        margin-top:0px !important;
	}
    .nav li { 
		position:relative; 
		list-style:none;
		margin: 0;
	}
	
    .nav li ul {
		margin-left:0;
	}
	
    .nav > li {
		float:left;
		height:30px;
		padding-top:5px;
		margin-right:2px;
	}
    .nav >ul :first-child{
        float:right !important;
    }
	
    .nav > li > a,
    .nav > li > span {
		display:block;
		padding:5px 0 5px 15px;
		font-size:14px;
		font-weight:bold;
		color:#fff !important;
		text-decoration:none;
        background-color:#92278f !important;	
        box-shadow:none!important;
        text-shadow:none !important;	
	}
	
    /*hover do submenu */
    .nav > li:hover > a, 
    .nav > li.active > a{
        color:#fff !important;
        /* override default bootstrap nav pills styles*/
        background-color:#682165 !important;
        box-shadow:none!important;
        text-shadow:none !important;
    }
    .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    background-color:#682165 !important;

}

    .nav > li:hover > a:active { color:#682165;}
    .nav > li:hover > span { color:#682165; }

    /*.nav > li > a .caret.hidden-desktop{
        border:none!important;
        background-image:url(bootstrap/img/glyphicons-halflings-white.png);
        background-color:#92278f;
        background-position:-305px -110px!important;
        width:30px!important; line-height:30px!important; min-height:30px!important; height:auto;
        display:inline-block;
        margin:0!important;
        border-radius:3px;
    }*/
    /*.nav > li > a .caret.hidden-desktop:hover {
        background:url(bootstrap/img/glyphicons-halflings-white.png) -305px -110px, linear-gradient(to bottom, #2D2D2D 0%, #565656 100%)!important;
    }*/

	/* Secondary level */
    .nav > li ul {  /* Styles for all sub levels */
		/*top:35px;*/ 
		left:0; 
		/*padding:5px 5px;*/
		display:none;
		position:absolute;
		z-index: 2;
		width:225px;
        border:none !important;
         background-color:#92278f;
        
	}
	.nav > li ul li{
        padding:6px;
        background-color:#92278f;
	}
    .nav-collapse:not(.in) .nav li:hover > ul { 
		display:block;
	}
    .nav-collapse .nav li > iframe{ display: none;z-index: 1 !important;}
    .nav-collapse:not(.in) .nav li:hover > iframe{ display: block;}

    .navbar .nav > li > .dropdown-menu:before{
        border:none!important;
        background-color:#92278f !important;
    }
	
    .navbar .nav > li > .dropdown-menu:after {
		/*position:absolute!important;
		top:-15px!important; 
		left:20px!important;
		content:''!important;
		width:0px!important; 	
		height:0px!important;*/ 
        /* retirar seta do menu*/
		border-left:none !important;  /* left arrow slant */
		border-right:none !important; /* right arrow slant */
		border-bottom:none !important; /* bottom, add background color here */

	}

    .nav .dropdown-menu > .active > a,
    .nav .dropdown-menu > .active > a:focus {
         background-color:#682165 !important;
        background-image:none!important;

        color:#fff !important;
        outline:none;
    }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
         background-color:#682165 !important;
    }
    .nav .dropdown-menu a {
		display:block;
		padding: 3px 15px;
       font-size:14px;
		font-weight:bold;
		color:#fff !important;
		text-decoration:none;
	}
    .nav .dropdown-menu > li > a:hover,
    .nav .dropdown-menu > .active > a:hover{
        background-image:none!important;

    }
    .nav-collapse:not(.in) .nav .dropdown-menu{
        border-radius:0!important;
    }
    .nav > li > ul li:hover {
		color:#fff;
		background-color:#682165 !important;
	}
	
	/* Tertiary level */
    .nav li ul li ul {
		left:225px; 
		top:-8px;
		padding: 15px 5px;
		/*border-left: 1px solid #ddd;*/
	}

    /* Navigation button on mobile size */
    .nav-collapse.in {
        width:100%;
    }
    .navbar .btn-navbar {
        background-color: #92278f!important;
        background-image: none;
        cursor:pointer;
        margin-top:10px!important;
         /* override default bootstrap colocar bot�i � esquerda*/
        float:left !important;
        border-radius:20px;
    }
    .navbar .btn-navbar:hover,
    .navbar .btn-navbar:active {
         background-color:#682165 !important;
    }

/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/

#Breadcrumb {
    /*padding-top: 20px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: solid 1px #c0c0c0;*/
      min-height:20px;
    padding:2px 15px;
}

    #Breadcrumb img {
        margin-left: 10px;
        margin-right: 10px;
    }

    #Breadcrumb a.breadcrumbLink:link,
    #Breadcrumb a.breadcrumbLink:visited {
        color: #666;
        font-size: 12px;
        font-weight: bold;
    }

    #Breadcrumb a.breadcrumbLink:hover {
        color: #3B96B6;
    }
/*------------------------------------------------*/
/* Cookies */
/*------------------------------------------------*/

.avisoCookies {
    position: fixed;
    height: auto;
    width: 96%;
    bottom: 0px;
    background-color: #f0f0f0;
    color: #003063;
    font-size: 14px;
    z-index: 99;
    text-align: center;
    padding: 2%;
    display: none;
    opacity: 0.9;
}

.botoesCookies {
    padding: 15px;
}

    .botoesCookies button {
        padding: 10px;
        color: #003063;
        font-size: 14px;
        margin-top: 10px;
    }
.avisoCookies.cookieVisivel {
    display: block;
    text-align: center;
}

.avisoCookies a {
    color: #007bff;
    padding-right: 10px;
}

    .avisoCookies a:hover {
        text-decoration: underline;
    }
    /* Media Queries */
/* Large desktop */
@media (min-width: 1200px) {
    select.status-options{display:none;}
    .ControlContainer{width:1170px!important;}
    /*.avisoCookies {
        padding: 20px;
    }*/
}
/* Portrait tablet to landscape and larger */
@media (min-width:768px){
    .carousel-control{ top:inherit; bottom:10px; height:20px; width:20px; border:none; border-radius:0; z-index:6; background-position:center center; background-repeat:no-repeat; background-color:transparent;}
    .carousel-indicators{ background:rgba(34, 34, 34,0.7); top:auto; bottom:0; padding:15px 35px 15px 30px; right:0; width:63px;}
    .carousel-indicators li{margin-bottom:0;}
    .carousel-control.right{ background-image:url(images/right-arrow.png); text-indent:-9999px; right:10px;}
    .carousel-control.left{ background-image:url(images/left-arrow.png); text-indent:-9999px; right:95px; left:auto;}

}
 
/* Portrait tablet to landscape and smaller */
@media (max-width: 979px) {
    .nav-collapse, .nav{width:100%;}
    .nav li {padding:0!important; min-height:30px!important; height:auto;}
    .nav-collapse .dropdown-menu { margin:0 0 0 4%!important; width:95%!important;}
    .nav-collapse .nav > li a,
    .nav-collapse .dropdown-menu a{padding:0 0 0 5px!important;line-height:30px!important; height:30px!important; border:1px solid #eee!important; margin-bottom:3px;}
    .nav-collapse .dropdown.open > a{background-color:#eee!important;}
    .nav > li > ul {position:relative!important; width:100%!important;}
    .nav{width:100%;}
    img {max-width:100%;}
    /*.avisoCookies {
        padding: 20px 5px;
    }*/
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #Body{margin:0; padding:0;}
    #siteHeadouter > .container,
    #contentWrapper > .container{ width:94%; padding-left:2%; padding-right:2%;}
    .content_products ul li {width: 47.5%;}
    select.status-options{display:none;}
    .content_adstyleOne{ width:100%!important; max-width:100%;}
    .content_adstyleOne img{ width:103%!important; max-width:103%;}
    .content_adstyleOne .adContent {
        bottom: 0;
        right: -3%;
    }
    .content_adstyleOne,
    .content_adstyleTwo{
        margin-bottom:15px;
    }
    .logoPrincipal{
       width:50% !important;
       float:left;
   }
  .logoPrincipal img{
      width:200px !important;
  }
  .loginUserPrincipal{
        position:absolute;
        top:10px;
        right:10px;
    }
  .userLogin{
      margin:0px !important;
  }
    /*.avisoCookies {
        padding: 20px 5px;
    }*/
   /*[id*="LOGO1"] img,[id*="LOGO2"] img {
       max-width:50% !important;

   }*/
    /* override da class span do bootstrap, expandir mais cedo as span*/
   /*[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}*/

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #Body{margin:0; padding:0;}
    #siteHeadouter > .container,
    #contentWrapper > .container{ width:90%; padding-left:5%; padding-right:5%;}
    .content_products ul { margin: 0 -2%; }
    .content_products ul li {width: 45.5%; margin:0 2% 45px;}
    .adContent {padding-top:5px;}
    .adContent h2{font-size:18px;}
    .carousel-control{
        top:auto !important;
        bottom:20% !important;
    }
    .content_adstyleOne{ width:100%!important; max-width:100%;}
    .content_adstyleOne img{ width:100%!important; max-width:100%;}
    .content_adstyleOne .adContent {
        bottom: 0;
        right: 0%;
    }
     /*override da class span do bootstrap, expandir mais cedo as span*/
   [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
   #main{
       background-image:none !important;
   }
    .page-main{
        width:767px;
        overflow:auto;
    }
    
    .cabecalho{
        width:100% !important;
    }
  .logoPrincipal{
       width:50% !important;
       float:left;
   }
  .logoPrincipal img{
      width:200px !important;
  }
   .loginUserPrincipal{
       width:50% !important;
       float:right;
   }
   .userLogin{
       height:17px !important;
   }
   .userLogin a[onclick]{
        background-image: none !important;
        color:grey !important;
        height:30px;

    }
    .userLogin a {
        background-image: none !important;
        color: grey !important;
        height:30px;
        margin-top:0px !important;
       
   }
    .loginUserPrincipal{
        position:absolute;
        top:10px;
        right:10px;
    }
    .cabecalhoFixo img{
    /*width:174px !important;*/
    max-width:130px;
    }
    /*.avisoCookies {
        padding: 10px 2px;
    }*/
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #Body{margin:0; padding:0;}
    .content_products ul li {width: 98%;}
    .LoginPanel{width:90%!important;}

    /* DNN Social */
    .moduleSearch{width:inherit; float:none; padding-right:20px;}
        .moduleSearch input{ width:100%!important; margin-bottom:10px!important;}
        .moduleSearch > input[type="text"] + a { float:left; width:auto;}
    div.blog-list-title{width:inherit;}
    div[class*="status-container"]{padding:0 20px;}
    .link-wrap{display:none;}
    select.status-options{margin:20px 0;width:100%;}
    table.idea-list-table tbody td{padding:10px 5px!important;}
        .idea-list-vote-panel{width:auto;}
        .dnnSocialLink span{line-height:1; font-size:inherit;}
        .answer-list-tbl-container {padding:0;}
        table.answer-list-table td{padding-left:5px;}
        .status-expanded-container .profile-topContainer > .dnnRight > ul.profile-statistics > li {width:33%;}
        .status-expanded-container .profile-topContainer > .dnnRight > ul.profile-statistics{ width:200px;}
        .dnnSocialLink .profile-link {margin-top:50px;}

  #main{
       background-image:none !important;
   }
  .page-main{
        overflow:auto;
    }
     .logoPrincipal{
       width:50% !important;
       float:left;
   }
   .loginUserPrincipal{
       width:50% !important;
       float:right;
   }
    /*.avisoCookies{
        padding:10px 2px;
    }*/

}

/* override default bootstrap retirar altura minima das span*/
.row-fluid [class*="span"] {

    min-height:0px !important;
}

#main{
    width:100%;
    background-image:url('images/cab_linhas.png');
    background-repeat:no-repeat;
    /*background-position:300px 0px;*/
    min-height:90vh;
}

#main_Gestao {
    width: 100%;
    background-image: url('images/cab_linhas.png');
    background-repeat: no-repeat;
    min-width:800px;
    min-height: 90vh;
}
#main_Gestao #page-main {
        width: 100%;
    }
#main_Edicao{
    width:100%;
    min-height:90vh;
}
#main_Edicao #page-main{
    min-width:900px;
    overflow:auto;
}
#page-main{
   margin:0px auto;
    /*background-image:url('images/cab_linhas.png');
    background-repeat:no-repeat;*/
   position: relative ;
   max-width:1200px;
  
   left: 0;
   top: 0 !important;
   cursor:default;


}

header{
    /*margin-bottom:10px;*/
    /*background-color:white;*/
    /*background: -webkit-linear-gradient(#3b94d1, white); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#3b94d1, white);*/ /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#3b94d1, white);*/ /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#3b94d1, white);*/ /* Standard syntax (must be last) */
}
.fixed{
    margin:0px auto;
    position:fixed;
    left:0;
    z-index:99;
    width:100%;
    
}
.headerFixedOrange{
        background-color:#ffd581;
        max-height:60px;
}

/**********  Menu para cabeçalho fixo ***********/
.headerFixedOrange .navbar .nav>li>a {
    padding: 5px;
}
.headerFixedOrange .nav > li > a, .nav > li > span {
    color: #808285 !important;
    background-color: transparent !important;
    font-size:12px; 
}
.headerFixedOrange .nav-collapse {
    float: left;
    position: relative;
    top: 20px;
}
.headerFixedOrange .navbar .nav > li > a:focus,.headerFixedOrange .navbar .nav > li > a:hover {
    background-color:transparent !important;
    color: #682165 !important;
    text-shadow: none !important;
}
.headerFixedOrange  .nav > li:hover > a,.headerFixedOrange .nav > li.active > a {
    background-color: transparent !important;
    color: #682165 !important;
    text-shadow: none !important;
}
.cabecalhoFixo{
    margin:0px auto;
    max-width:1200px;
}

/**** Fim menu para cabeçalho fixo ********/
.headerFixed_edicao{
    margin:0px auto;
    position:fixed;
    left:0;
    z-index:1;
    width:100%;
}
.paginaEdicao{
    margin-top:70px;
}

.cabecalhoFixo img{
    /*width:174px !important;*/
    /*max-width:200px;*/
}


.cabecalho{
    padding-top:22px;
}
.userLogin {
    float: right;
    font-weight: bold;
    /*height: 37px;*/
    width: 85px;
    margin-top:10px;
}

.dnnUser a{
    position:relative;
    top:8px;
    
}
.user{
    margin: 0px 15px;
    float:right;
}
.user a{
     padding: 10px 0px;
     color:#046799;
}

.userLogin a[onclick]{
    background-image: url("images/botao_entrar.png");
    background-repeat: no-repeat;
    background-size: 59px 32px;
    color: rgba(0, 0, 0, 0);
    display: block;
    height:36px;

}
.userLogin a {
     background-image: url("images/botao_sair.png");
    background-repeat: no-repeat;
    background-size: 59px 32px;
    color: rgba(0, 0, 0, 0);
    display: block;
    height: 36px;
   }

.rowDiv{
    /*margin:5px 0px;*/
    /*padding-top:5px;*/
}

.divheader{
    margin-top:20px;
    margin:5px 0px;
    padding-top:5px;
}
/*#leftheaderPane{
    padding-left:2%;
    padding-top:2%;
}*/

#page-Footer{
     background-color:#808285;
     width:100%;
}
.art-footer{
   margin:0px auto;
   position: relative ;
   max-width:1200px;
   left: 0;
   top: 0 !important;
   cursor:default;

}
#page-FooterGestao {
    background-color: #808285;
    width: 100%;
    min-width:800px;
}


.bottomFooter{
    display:inline-block;
    padding-top:15px;
}
.pageFooter{
    color:#fff;
    text-align:center;
}
/*.pageFooter p{
   
    margin:0;
}*/



.container-fluid{
    padding-right:0px;
    padding-left:0px;
}
.mainDivulgacao{
    position:relative;
    width:100%;
    background-color:white !important;
}
.DivulgacaoContentpane{
    position:relative;
    width:96%;
    top:20px;
    margin-left:2%;
    margin-right:2%;
    background-color:white;
}
/*.btn_header{
    position:relative;
    top:6px;
    font-size: 125%; 
    font-weight:bold;
    color: grey; 
    padding: 15px; 
    margin-left: 20%; 
    border: 1px solid white; 
    width: 50%; 
    background-color: #e5e5e5;
    border-radius: 10px;
}*/
/*a, a:hover, a:link, a:visited{ text-decoration:none; color:#777777;}
a:hover{ color:#333333;}

.nav-collapse:not(.in) .nav .dropdown-menu {
    border-radius: 0 !important;
}*/

/*.avisoCookies {
    position: fixed;
    height: 100px;
    width: 98%;
    bottom: 0px;
    background-color: #f0f0f0;
    color: #003063;
    font-size: 14px;
    z-index: 99;
    text-align:center;
    padding:20px 1%;
    display:none;
}

.avisoCookies.cookieVisivel {
        display: block;
        text-align: center;

}
    .avisoCookies a {
        color: #007bff;
        padding-right:10px;
    }
.avisoCookies a:hover {
    text-decoration:underline;
}
*/
.RadMenu, .RadMenu_Default, .rmSized{
    z-index:9;
}

footer span.cookies {
    display: inline-block;
    margin-bottom: 0px !important;
    width: 100%;
    text-align: right;
    margin-right: 20px;
    font-size: 14px !important;
}
   

footer span.cookies a {
    color: #fff;
    font-size: 14px !important;
    text-decoration: none;
}

footer span.cookies a:hover {
    text-decoration: underline;
}
 footer span.pageFooter

{
    display: inline-block;
    text-align: center !important;
    margin-bottom: 15px !important;
    width: 100%;
}

footer span.pageFooter span {
    color: #fff;
    /*font-size: 0.6875em;*/ /*11px*/
}



