#header-panel-second{
	/*background-color: #282828;*/
	background-color: #313131;
}

#custom-search-input{
	/*float: left;*/
    padding: 3px;
    /*border: solid 1px #E4E4E4;*/
    /*border-radius: 6px;*/
	/*border-bottom: solid 1px #E4E4E4;*/
	/*border-bottom: dotted 1px #E4E4E4;*/
    background-color: transparent;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
    height: 30px;
    
    line-height: 1.1em;
letter-spacing: 0em;
}

#custom-search-input button,
#custom-search-input a{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #9a968d;
    /*color: rgb(119, 119, 119);*/
    /*color: rgb(61, 61, 61);*/
    padding: 0 8px 0 10px;
    /*border-left: solid 1px #ccc;*/
}

#custom-search-input button:hover,
#custom-search-input a:hover{
   color: #ffffff;
}

#custom-search-input .input-sm {
    font-size: 16px;
    color: #ffffff;
    background-color: transparent;
}




#custom-panel-button{
	float:right;
	padding: 4px;
}

#custom-panel-button button:first-child{
    background: none;
    box-shadow: none;
    border: 0;
    /*color: #7a766e;*/
    color: #9a968d;
    /*color: #777777;*/
    /*border-left: solid 0px #ccc;*/
}

#custom-panel-button button,
#custom-panel-button a{
    background: none;
    box-shadow: none;
    border: 0;
    /*color: #7a766e;*/
    color: #9a968d;
    /*color: #777777;*/
    /*border-left: solid 1px #ccc;*/
}

#custom-panel-button button:hover,
#custom-panel-button a:hover{
	color: #ffffff;
}




#header-panel-second .table {
    margin-bottom: 0px;
}

#header-panel-second .table>tbody>tr>td{
	padding: 0px;
	border-top: 0px;
}

#header-panel-second .table>tbody>tr>td:last-child{
	width: 165px;
}










/*iphone 4 portret*/
@media (min-width: 320px) and (max-width: 374px){
	#header-panel-second .table>tbody>tr>td:last-child{
		width: 165px;
	}
}

/*iphone 4 lanscape*/
@media (min-width: 480px) and (max-width: 567px){
	#header-panel-second .table>tbody>tr>td:last-child{
		width: 165px;
	}
}

/*iphone 5 portret*/
@media (min-width: 320px) and (max-width: 374px){
	#header-panel-second .table>tbody>tr>td:last-child{
		width: 165px;
	}
}

/*iphone 5 lanscape*/
@media (min-width: 568px) and (max-width: 665px){
	#header-panel-second .table>tbody>tr>td:last-child{
		width: 165px;
	}
}

/*iphone 6 portret*/
@media (min-width: 375px) and (max-width: 413px){
	#header-panel-second .table>tbody>tr>td:last-child{
		width: 165px;
	}
}

/*iphone 6 lanscape*/
@media (min-width: 667px) and (max-width: 735px){
	#header-panel-second .table>tbody>tr>td:last-child{
		width: 165px;
	}
}

/*iphone 6 plus portret*/
@media (min-width: 414px) and (max-width: 479px){
	#header-panel-second .table>tbody>tr>td:last-child{
		width: 165px;
	}
}

/*iphone 6 plus lanscape*/
@media (min-width: 736px) and (max-width: 767px){
	#header-panel-second .table>tbody>tr>td:last-child{
		width: 165px;
	}
}

/*ipad portret*/
@media min-width: 768px) and (max-width: 1023px){}

/*ipad lanscape*/
@media (min-width: 1024px) and (max-width: 1199px){}

/*monitor*/
@media (min-width: 1200px){}