/* Cores

Cor1 = #4f5ca6
Cor1 Escuro = #2d3a81

Cor2 = #f26e36
Cor2 Escuro = #e0581f

================================================== */

/* Link
================================================== */
a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #f26e36;
  text-decoration: underline;
}

/* Logo
================================================== */
#logo-cliente-login
{
	height: 60px;
	width: 250px;
	background: url('../images/logo.png') no-repeat center;
	margin: 0 auto 15px auto;
}

#logo-cliente
{
	height: 60px;
	width: 250px;
	background: url('../images/logo.png') no-repeat;
	margin: 0 auto 15px auto;
}

#menu-votacao {
	display: block !important;
}


/* Header
================================================== */
#header .navbar-inner {
    background: #f1f1f1;
	background: -moz-linear-gradient(center top , #ffffff, #f1f1f1) repeat-x scroll left bottom #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    border: none;
	border-bottom: 2px solid #f26e36;
}

#header #dropdown-lists .item, #header #header-search #search-toggle, #header #header-right #nav-toggle, #header #header-functions #logout-ribbon {
    background: #4f5ca6;
	background: -moz-linear-gradient(center top , #2d3a81, #4f5ca6) repeat-x scroll left bottom #4f5ca6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3a81), color-stop(100%,#4f5ca6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2d3a81 0%,#4f5ca6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2d3a81 0%,#4f5ca6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2d3a81 0%,#4f5ca6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2d3a81 0%,#4f5ca6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3a81', endColorstr='#4f5ca6',GradientType=0 ); /* IE6-8 */
    border: none;
    border-radius: 5px 5px 5px 5px;
}

#header #dropdown-lists .item:active, 
#header #header-search.open #search-toggle, 
#header #header-right #nav-toggle:not(.collapsed), 
#header #header-functions #logout-ribbon:active
{
	background: #2d3a81;
}

#header #dropdown-lists .open .item
{
    border: 1px solid #ccc;
	border-bottom: none;
}

/* Bem vindo
================================================== */
#header #header-functions #user-info .info {
    color: #000000;
    text-shadow: none;
}

#header #header-functions #user-info .info .name {
    color: #f26e36;
}

/* Menu
================================================== */
#wrapper #sidebar #navigation > ul > li.active > a, #wrapper #sidebar #navigation > ul > li.active > span {
	background: #e0581f;
	background: -moz-linear-gradient(center top , #f26e36, #4f5ca6) repeat-x scroll left bottom #e0581f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f26e36), color-stop(100%,#e0581f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f26e36 0%,#e0581f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f26e36 0%,#e0581f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f26e36 0%,#e0581f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f26e36 0%,#e0581f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26e36', endColorstr='#e0581f',GradientType=0 ); /* IE6-8 */
    border: none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33) inset;
    color: #FFFFFF;
}

/* Header titulo
================================================== */
.widget .widget-header {
    background: #4f5ca6;
	background: -moz-linear-gradient(center top , #2d3a81, #4f5ca6) repeat-x scroll left bottom #4f5ca6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3a81), color-stop(100%,#4f5ca6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2d3a81 0%,#4f5ca6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2d3a81 0%,#4f5ca6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2d3a81 0%,#4f5ca6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2d3a81 0%,#4f5ca6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3a81', endColorstr='#4f5ca6',GradientType=0 ); /* IE6-8 */
    border: 1px solid #4f5ca6;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    font-weight: bold;
    position: relative;
}

#wrapper #main #main-header h1 {
    color: #f26e36;
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
    text-shadow: none;
}


/* Hover Sub-menu
================================================== */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #444;
  background-color: #f2f2f2;
  background-image: none;
  filter: none;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  text-decoration: none;
  color: #444;
  background-color: #f2f2f2;
  background-image: none;
  filter: none;
}

/* Enquete Home
================================================== */
.enquete-home {
	margin: 10px;
}

.control-group {
    margin-bottom: 0px !important;
}

/* Zebra Date
================================================== */
.Zebra_DatePicker .dp_header {
    background: #e0581f;
	background: -moz-linear-gradient(center top , #f26e36, #4f5ca6) repeat-x scroll left bottom #e0581f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f26e36), color-stop(100%,#e0581f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f26e36 0%,#e0581f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f26e36 0%,#e0581f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f26e36 0%,#e0581f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f26e36 0%,#e0581f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26e36', endColorstr='#e0581f',GradientType=0 ); /* IE6-8 */
    border: 1px solid #e0581f;
    border-collapse: separate;
    border-radius: 3px 3px 3px 3px;
    box-shadow: none;
}

button.Zebra_DatePicker_Icon {
    background: url("cal.png") no-repeat scroll left top transparent;
    border: medium none;
    cursor: pointer;
    height: 16px;
    line-height: 0;
    margin: 0 0 0 5px;
    padding: 0;
    position: absolute;
    text-indent: -9000px;
    width: 0px;
}

/* Reserva
================================================== */
.reservar {
    color: #f26e36;
	text-decoration: underline;
	cursor: pointer;
}

.reservar i {
    margin-right: 5px;
}

.reservado {
    color: none;
}

.reservado img {
   margin-right: 10px;
}

.reservado .time {
   color: #999;
   font-size: 11px;
   clear: both;
}

/* Validação
================================================== */

.help-block, .help-inline {
    color: #ff0000;
    font-size: 11px;
}

/* Table
================================================== */
.widget .widget-content.table-container, .widget .widget-content .table-container {
	border-top: 1px solid #ccc;
}

/* Chat
================================================== */
.chat-box > ul > li .message .name {
    color: #f26e36;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}

/* Chat
================================================== */
.alert {
    border-radius: 0px;
}
