.programacao_filtro_container select::-ms-expand {
    display: none;
}


.programacao_filtro_container
{
    /* background-color: #333333; */
    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #D94C2F;
    /* float: none; */ 
}

.busca_programacao_container input[type=text]
{
    height: 28px;
	
    vertical-align: top;
    margin-left: 10px;
    margin-right: -5px;
    width: 348px;
}

.busca_programacao_container{
    height: 50px;
}

.programacao_filtro_container table
{   
    border-collapse: collapse;
    background-color: #333333;
    width: 100%;
    /*float: left;*/
    /*border-collapse: collapse;  border-bottom-style: solid;  border-bottom-width: 3px;  border-bottom-color: #D94C2F;*/
}

.programacao_filtro_container label{
    color: #D9DADC;
}

label{
}


.filtro_series{
    background-color: #ffffff;
    /*height: 100%;
    margin-bottom: auto;
    float: left;
    width: 100%;*/
}

.checkBox_Series{
    margin-left: 20px;
    display: inline-block;
    padding-top: 10px;
    margin-bottom: 10px;
}

.checkBox_Series input[type="checkbox"]{
    padding: 10px;
	
    /* margin-left: 2px; */
    margin-right: 14px;
}
.checkBox_Series label{
	display: inline-block;
    width:190px;
    
	font-size: 12px;
	text-transform: uppercase;
	/*margin-right: 90px;*/
	margin-top: 5px;
}

.checkBox_Turnes{
    display: inline-block;
    padding-top: 10px;
    /* margin-left: 20px; */
}

.checkBox_Turnes input[type="checkbox"]{
    padding: 10px;
	
    /* margin-left: 2px; */
    margin-right: 10px;
}
.checkBox_Turnes label{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 70px;
	margin-top: 5px;
	width: 135px;
}
.botao_fechar_series{
    /* float: right; */
    padding: 10px;
    position: relative;
}

.botao_fechar_turne{
    /* float: right; */
    padding: 10px;
    position: relative;
}

.filtro_series label, .filtro_turne label{
	color:#333333;
}


.filtro_turne{
    background-color: #ffffff;
    /*float: left;
    width: 100%;*/
}


.campo_busca_programacao{
}
.programacao_filtro_container td
{   
    vertical-align:top;
    padding: 5px;
    padding-top: 10px;
}

.programacao_filtro_container .local_precos{
    width: 186px;
    background-position: 167px 7px;
}
.programacao_filtro_container select
{   
    
    margin-left: 10px;
    
     
    border: 1px solid;  /*Removes border*/
      
    border-color: #D9DADC;
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      
    background: url('../img/seta_para_baixo_comboboxes.png') no-repeat;  /*Adds background-image*/
      
    background-position: 100px 7px;  /*Position of the background-image*/
      
    /* width: 100px; */ /*Width of select dropdown to give space for arrow image*/
      
    /* text-indent: 0.01px; */ /* Removes default arrow from firefox*/
        /*Removes default arrow from firefox*/
      
    background-color: #333333;

      outline : none;
overflow : hidden;

    text-indent: 1.01px;
text-overflow : '';
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

     
    color: #D9DADC;
    text-transform: uppercase;
    font-family: FuturaStd-light, Arial, Tahoma, Verdana, MS Sans Serif;
    font-size: 9pt;
    height: 22px;
    width: 119px;
}

input[type=checkbox].css-checkbox {
							  position: absolute; 
							overflow: hidden; 
							clip: rect(0 0 0 0); 
							height:1px; 
							width:1px; 
							margin:-1px; 
							padding:0;
							border:0;
						}

						input[type=checkbox].css-checkbox + label.css-label {
							padding-left:20px;
							height:15px; 
							display:inline-block;
							line-height:15px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:15px;
							vertical-align:middle;
							cursor:pointer;
						}

						input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 -15px;
						}
						
						  .css-label{ background-image:url(http://csscheckbox.com/checkboxes/lite-cyan-check.png); }
						  
						  
						  