body { 
    overflow-x: hidden; 
    padding-top: 85px;
}

#body-layer {
    background: #fff !important;
}
.clear {
    clear: both;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.text-c {
    text-align: center;
}

.padding-t {
    padding-top: 15px;
}

/* -------------------------------------------------------------------------- */
/* AJAX-LOADING ------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#ajax-status-panel {
    position: fixed;
    z-index: 2000;
}

#ajax-status-panel_start {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fefefe;
    opacity: 0.9;
    text-align: center;
}

#ajax-status-panel_start div {
    position: relative;
    width: 220px;
    margin: 0 auto;
    top: calc(50% - 62px) !important;
}

#ajaxLoadingImg {
    margin: 0 0 0 -10px;
    opacity: 0.3;
}

.loading-text {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: bold;
    color: #b8b8b8;
}

.menu-top {
    background-color: #30516c !important;
    border-color: #1c4266 !important;
    min-height: 85px !important
}

.menu-top .navbar-nav {
    margin-top: 15px !important;
}

.menu-top .navbar-brand {
    height: 85px !important;
}

.menu-top .container .navbar-nav > li > a {
    color: #fff !important;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-top .navbar-toggle {
    border: medium none;
}

.menu-top .navbar-collapse, .menu-top .navbar-form {
    border-color: #fff !important;
    position: relative;
}

.open .dropdown-toggle {
    background: #1c4266 none repeat scroll 0 0 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.menu-top .nav-search{
    z-index:2000;
    position:relative;
    cursor:pointer;
    text-align:center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    vertical-align:middle;
    background:#1abc9c;
    padding: 10px 15px;
}

.menu-top .nav-search:hover{
	background:#16a085!important;	
}

.menu-top .nav-search .icons{
    font-size: 12px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    left: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-top .nav-search.searchbar-visible{
    background:#34495e;
}

.menu-top .nav-search.searchbar-visible:hover{
	background:#2c3e50!important;
}

.impt {
    color: #dd4b39;
}

#search-bar{
	background:#30516C;
	position:absolute;
	z-index:1000;
	color:#fff;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
        margin-right: 85px;
}

#search-bar input{
    width:100%;
    color:#555;
    font-size:14px;
}

#search-bar p{
	margin:0 0 5px;
	font-size:14px;
}

#search-bar .m-top {
    width: unset !important;
    margin: 8px 8px 0 0;
    background: #1abc9c !important;
    color: #fff;
}

#search-bar-table{
    width:100%;
    margin-top: 21px;
}

.search-column-1{
	width:70%;	
}

.search-column-2{
	width:30%;
	padding-left:5px;
}

#search-button{
    position:absolute;
    right: 105px;
    top: 24px;
    bottom:0;
    z-index:9999!important;
    vertical-align:middle;
    cursor:pointer;
}

#search-button input[type="submit"], .btn-search{
    background:#1abc9c;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 11.5px 15px;
    border: none;
}

#search-bar .chosen-single{
    height:40px	;
    padding: 6px 0 0 8px;
    background-color: #fff;
    color:#7a8188;
}

#search-bar .chosen-single div {
    top:7px;
}

#search-bar .chosen-drop li {
    padding:8px 6px;
}

#search-button:hover input[type="submit"]{
    background:#16a085;
}

#search-button .icons{
    font-size:20px;
    position:absolute;
    top:50%;
    left:0;
    margin-top:-10px;
    margin-left:22px;
}

span.grey{
	color:#b1b6bb;	
}

#search-bar p a{
	color:#fff;
}

#search-bar p a:hover{
	color:#1abc9c;	
}

.mb-collapse {
    margin-bottom: 10px;
    background: #30516c;
}
.input-group {
    float: left;
}

div.floatL {
    margin: 8px;
}
.floatL {
    float: left;
}

.date input{
    border: none;
    padding: 0;
}

/* TRECHO CELULAR */
@media (max-width: 768px) {
    .dropdown-menu li a {
            color: #FFF !important;
            text-transform: uppercase;
            font-size: 10px;
    }

    .divider {
            background-color: #FFF !important;
    }
    
    #search-bar {
        margin-right: 0 !important;
    }
    
    #search-button {
        position: unset !important;
    }
    
    .mb-collapse {
        margin-bottom: 35px !important;
    }
}

.top-walmart {
    background-color: #1A75CE !important;
    border-color: #1A75CE !important;    
}

.navbar-inverse {
    border-radius: 0 !important;
}

.top-walmart {
    padding: 20px 0 20px 10px;
}

.top-walmart-desc {
    color: #fff;
    float: right;
    font-size: 30px;
    font-weight: bold;
    padding: 30px 10px 0 0;
}

.top-walmart-desc span{
    color: #ffb82e !important;
}

.navbar-menu-link {
    width: 100%;
}

.navbar-menu-link li {
    height: 50px;
    padding: 0 10px;
    background: #e9e9e9;
    float: left;
}

.navbar-menu-link .like {
    padding: 0 !important;
}

.navbar-menu-link .like img{
    vertical-align: top !important;
}

.navbar-menu-link .nota {
    background: #ffb82e !important;
    line-height: 49px;
}

.por-tras {
    font-size: 15px !important;
}

.navbar-menu-link .star span {
    position: relative;
    top: -10px;
}
    
.navbar-menu-link li span {
    color: #0a447d;
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    line-height: 49px;
}

.btn-evaluation {
    border: 1px solid #337ab7;
    border-radius: 4px;
    margin-top: 5px;
    padding: 8px 3px !important;
}

p.desc {
    padding: 20px 0;
}

.bloco {
    padding: 15px 0;
}

.bg-pp {
    width: 50px;
    height: 50px;
}

.pp-text {
    line-height: 50px !important;
}

.embed-responsive {
    margin: 15px 0;
}

.thumbnail {
    margin-top: 15px;
    margin-left: -15px;
}

.img-normal {
    width: 160px;
    margin: 0 auto;
}

.p-bold {
    font-weight: bold;
}

/* Lightbox */
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index:1032;
}

/* Ratio Star */
.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -20px;
}
.jq-ry-container[readonly="readonly"] {
  cursor: default;
}
.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.sab {
    width: 17%;
}

.emb {
    width: 20%;
}

.aval {
    width: 28%;
}


/* VINHOS */
@media (max-width: 768px) {
    .toogle-logo-e {
        padding: 40px 0;
        float: none !important;
        text-align: center;
    }
    
    .toogle-logo-e img {
        margin: 0 auto;
    }
    
    .border-cell {
        margin-bottom: 30px;
    }
    
    .navbar-menu-link li {
        height: 50px;
        padding: 0 10px;
        background: #e9e9e9;
        float: none !important;
    }
    
    .navbar-menu-link .like {
        display: none;
    }
    
    .btn-evaluation {
        text-align: center;
        padding: 5px;
    }
    
    /* FOOTER GERAL */
    .nav-footer li img {
        width: 60% !important;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .coll-top {
        display: block !important;
    }
}

.coll-top {
    display: none;
}

.bg-espumante {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(72,154,54,1) 50%, rgba(72,154,54,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(255,255,255,1)), color-stop(50%, rgba(72,154,54,1)), color-stop(100%, rgba(72,154,54,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(72,154,54,1) 50%, rgba(72,154,54,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(72,154,54,1) 50%, rgba(72,154,54,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(72,154,54,1) 50%, rgba(72,154,54,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(72,154,54,1) 50%, rgba(72,154,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#489a36', GradientType=0 );
}

.bg-espumante-total {
    background: #489a36;
}

.bg-tinto {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,65,114,1) 50%, rgba(0,65,114,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(255,255,255,1)), color-stop(50%, rgba(0,65,114,1)), color-stop(100%, rgba(0,65,114,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,65,114,1) 50%, rgba(0,65,114,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,65,114,1) 50%, rgba(0,65,114,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,65,114,1) 50%, rgba(0,65,114,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,65,114,1) 50%, rgba(0,65,114,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#004172', GradientType=0 );
}

.bg-tinto-total {
    background: #004172;
}

.bg-branco {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(245,155,0,1) 50%, rgba(245,156,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(255,255,255,1)), color-stop(50%, rgba(245,155,0,1)), color-stop(100%, rgba(245,156,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(245,155,0,1) 50%, rgba(245,156,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(245,155,0,1) 50%, rgba(245,156,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(245,155,0,1) 50%, rgba(245,156,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(245,155,0,1) 50%, rgba(245,156,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f59c00', GradientType=0 );
}

.bg-branco-total {
    background: #f59c00;
}

.bg-espumante-total .img-responsive, bg-tinto-total .img-responsive, bg-branco-total .img-responsive{
    margin: 0 auto;
}

.bg-tinto-total p {
    color: #ffffff;
}

.espumante, .tinto, .branco {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.espumante {
    color: #489a36;
}

.tinto {
    color: #004172;
}

.branco {
    color: #f59c00;
}

.vai-bem {
    font-size: 16px !important;
    font-weight: bold;
    margin-top: 130px;
    text-align: right;
    width: 95px;
    float: right;
    position: absolute;
    z-index: 10;
}

.vai-bem-invert {
    bottom: 0;
    color: #fff;
    float: left;
    font-size: 16px !important;
    font-weight: bold;
    position: absolute;
    right: -60px;
    text-align: left;
    width: 95px;
    z-index: 10;
}

.bloco-top {
    margin: 20px 0;
}

.desc-vinho {
    color: #fff;
    margin-top: 15px;
}

.desc-vinho p:first-child {
    font-weight: bold;
    font-size: 15px;
}

.avaliacao-vinho {
    border-top: 4px solid #fff;
}

.navbar-menu-vinho {
    margin: 0 !important;
}

.navbar-menu-vinho li {
    float: left;
    text-align: center;
}

.navbar-menu-vinho .like {
    padding: 0 !important;
}

.navbar-menu-vinho .star {
    text-align: center;
}

.navbar-menu-vinho .star span {
    position: relative;
    top: -10px;
    color: #fff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    line-height: 49px;
}

.navbar-menu-vinho .star div {
    margin: 0 auto;
}

.btn-evaluation-vinho {
    background: #fff;
    border-radius: 6px;
    padding: 10px 50px;
    font-weight: bold;
}

.btn-evaluation-vinho:hover {
    text-decoration: none;
}

/* GV */
.nav-gv {
    margin-bottom: 0 !important;
}

.bg-gv {
    background: #ed0080;
    margin: 0 !important;
}

.bg-gv .padding-gv {
    padding: 0 !important;
}

.padding-gv .img-responsive {
    margin: 0 auto;
}

.bg-gv p {
    color: #ffffff;
}

/* MARCA */
.marca img {
    width: 170px;
    text-align: center;
    margin: 0 auto;
}

.marca p {
    padding: 0 !important;
}

/* CERTIFICADOS */
.certificado {
    float: left;
}

.certificado img {
    width: 120px;
    height: 80px
}

.certificado p {
    padding: 0 !important; 
    font-weight: bold;
}

/**/
#growlViewExpired {
    display: none;
}

/* -------------------------------------------------------------------------- */
/* GROWL -------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.ui-growl {
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
}

.ui-growl-item {
    padding: 0 !important;
    margin: 0 !important;
}

.ui-growl-message {
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center;
    padding: 9px 0 9px 0 !important;
    float: none !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 1em;
    text-transform: uppercase;
}

.ui-growl-message .ui-growl-title {
    font-size: 1.6em !important;
}

.ui-growl-item-container {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9100;
}

.ui-growl .ui-icon-closethick {
    background: url("../resources/image/operacional/btn-close-growl.png");
    background-repeat: no-repeat;
    background-position: left 0;
    position: absolute;
    top: 30px !important;
    right: 22px;
    width: 21px;
    height: 20px;
    margin: 0 !important;
    padding: 0 !important;
}

.ui-growl .ui-icon-closethick:hover {
    background-position: left -20px;
}

.ui-growl-error {
    background: rgb(255,186,186); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255,186,186,1) 10%, rgba(255,216,216,1) 50%, rgba(255,186,186,1) 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgba(255,186,186,1)), color-stop(50%,rgba(255,216,216,1)), color-stop(90%,rgba(255,186,186,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,186,186,1) 10%,rgba(255,216,216,1) 50%,rgba(255,186,186,1) 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,186,186,1) 10%,rgba(255,216,216,1) 50%,rgba(255,186,186,1) 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,186,186,1) 10%,rgba(255,216,216,1) 50%,rgba(255,186,186,1) 90%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,186,186,1) 10%,rgba(255,216,216,1) 50%,rgba(255,186,186,1) 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbaba', endColorstr='#ffbaba',GradientType=1 ); /* IE6-9 */
    color: #990404;
    text-shadow: 0 -1px #ffdddd;
}

.ui-growl-warning {
    background: rgb(255,248,175); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255,248,175,1) 10%, rgba(255,249,204,1) 50%, rgba(255,248,175,1) 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgba(255,248,175,1)), color-stop(50%,rgba(255,249,204,1)), color-stop(90%,rgba(255,248,175,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,248,175,1) 10%,rgba(255,249,204,1) 50%,rgba(255,248,175,1) 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,248,175,1) 10%,rgba(255,249,204,1) 50%,rgba(255,248,175,1) 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,248,175,1) 10%,rgba(255,249,204,1) 50%,rgba(255,248,175,1) 90%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,248,175,1) 10%,rgba(255,249,204,1) 50%,rgba(255,248,175,1) 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8af', endColorstr='#fff8af',GradientType=1 ); /* IE6-9 */
    color: #b69b05;
    text-shadow: 0 -1px #fcfff8;
}

.ui-growl-success {
    background: rgb(227,255,186); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(227,255,186,1) 10%, rgba(240,255,219,1) 50%, rgba(227,255,186,1) 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgba(227,255,186,1)), color-stop(50%,rgba(240,255,219,1)), color-stop(90%,rgba(227,255,186,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(227,255,186,1) 10%,rgba(240,255,219,1) 50%,rgba(227,255,186,1) 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(227,255,186,1) 10%,rgba(240,255,219,1) 50%,rgba(227,255,186,1) 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(227,255,186,1) 10%,rgba(240,255,219,1) 50%,rgba(227,255,186,1) 90%); /* IE10+ */
    background: linear-gradient(to right, rgba(227,255,186,1) 10%,rgba(240,255,219,1) 50%,rgba(227,255,186,1) 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ffba', endColorstr='#e3ffba',GradientType=1 ); /* IE6-9 */
    color: #5a8813;
    text-shadow: 0 -1px #fcfff8;
}

.ui-growl-error .ui-growl-image {
    display: none;
}

.ui-growl-warning .ui-growl-image {
    display: none;
}

.ui-growl-success .ui-growl-image {
    display: none;
}

.ui-icon-triangle-1-s, .ui-icon-triangle-1-n {
    background: #e5e5e5 url("../resources/image/tree-icons.png") no-repeat scroll -63px -15px;
    height: 18px;
    width: 18px;
    margin-right: 5px;
}

.ui-icon-triangle-1-n {
    background-position: 6px  -15px
}

/* FOOTER */
footer {
    padding: 30px 0;
}

.nav-footer li {
    margin: 0 10px;
}

.nav-footer li img {
    width: 83px;
}

.slide-image {
    width: 400px;
}

.btn-select-tree {
    background: #1abc9c none repeat scroll 0 0 !important;
    color: #fff !important;
    font-weight: bold !important;
    border: 1px solid #1abc9c !important;
}

.ui-selectbooleanbutton.ui-button.ui-state-active, .ui-selectonebutton .ui-button.ui-state-active, .ui-selectmanybutton .ui-button.ui-state-active {
    background: #16a085 none repeat scroll 0 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    /*border: 1px solid #d6d6d6;
    background: #fff;
    font-weight: normal;
    color: #555;
    border-radius: 3px;*/
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #1abc9c;
    background: #1abc9c;
    color: #fff;
}

.ui-state-default .ui-icon {
    background-image: url("../resources/image/tree-icons.png");
}

.ui-widget-content .ui-icon {
    background-image: url("../resources/image/tree-icons.png");
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-icon-plus {
    background-position: -16px -130px;
    float: left;
    margin-top: 7px;
    display: block !important;
}

.ui-icon-minus {
    background-position: -48px -130px;
    float: left;
    margin-top: 7px;
    display: block !important;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url("../resources/image/tree-icons.png");
}

/* Modal SIF */
#sif-modal {
    border-radius: 4px;
    background: #FFF;
    width: 260px !important;
    height: 180px !important;
}

#sif-modal .ui-dialog-titlebar {
    background: #30516c;
    color: #fff;
    font-weight: bold;
}

#sif-modal .content {
    margin-bottom: 20px;
    width: 100%;
}

#sif-modal .content input{
    float: right;
}

#sif-modal .bt {
    color: #fff;
    padding: 7px;
    margin: 5px;
}

#sif-modal .btn-save {
    background: #1abc9c;
}

#sif-modal .btn-cancel {
    background: #d35959;
}

.ui-dialog-titlebar-close {
    background: rgba(0, 0, 0, 0) url("../resources/image/operacional/btn-close-dialog.png") no-repeat scroll left 0;
    width: 22px;
    height: 22px;
}

.ui-dialog-titlebar-icon .ui-icon {
    background: none !important;
}

.ui-widget-overlay {
    background: #000;
    opacity: 0.6;
}

/* Icons */
.ip-name {
    text-transform: uppercase;
    float: left;
    padding: 7px 0 0 5px;
    display: block;
}

.icon-cd {
    background-image: url("../resources/image/operacional/icon-cd.png") !important;
    width: 32px;
    height: 32px;
    float: left;
}

.icon-loja {
    background-image: url("../resources/image/operacional/icon-loja.png") !important;
    width: 32px;
    height: 32px;
    float: left;
}

.icon-fazenda {
    background-image: url("../resources/image/operacional/icon-fazenda.png") !important;
    width: 32px;
    height: 32px;
    float: left;
}

.icon-industria {
    background-image: url("../resources/image/operacional/icon-industria.png") !important;
    width: 32px;
    height: 32px;
    float: left;
}

#new-search-no-data .panel-default {
    border-color: #30516c !important;
}

#new-search-no-data .panel-default .panel-heading {
    background-color: #30516c !important;
    border-color: #30516c !important;
    color: #fff !important;
    font-weight: bold;
}

/* -------------------------------------------------------------------------- */
/* TABLES ------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.ui-datatable-empty-message {
    background: #fff;
}

.ui-datatable-tablewrapper table {
    border: 2px solid #ddd;
    color: #464646;
}

.ui-datatable-tablewrapper table thead {
    background-color: #eee;
}

.ui-datatable-tablewrapper table thead th, .ui-datatable-tablewrapper table tbody tr td {
    border: 2px solid #ddd;
    text-align: center;
}