.config{
	position: fixed;
	top: 376px;
	right: -250px;
	-webkit-transition: 0.3s ease;
  	transition: 0.3s ease;
  	z-index: 999;
}

.config-options{
	float: right;
	width: 250px;
	background-color: #f5f5f5;
	padding: 15px 10px;
	border: 1px solid #333;
	line-height: 26px;
}

.config-options h4{
	margin-bottom: 10px;
}

.config-options .list-unstyled{
	margin-bottom: 20px;
}

.config-options .list-unstyled:last-child{
	margin-bottom: 0;
}

.config-options .list-unstyled > li > a{
	display: block;
	padding-left: 5px;
}


.config-options .list-unstyled > li > a:hover{
	background-color: #fff;
}

.show-theme-options{
	    float: right;
    padding: 0 4px;
    text-orientation: upright;
    writing-mode: vertical-rl;
    font-size: 14px;
	display: block;
	background-color: #e31e24;
	color: #fff;
        BORDER: 2PX SOLID;
}
.show-theme-options2{
	    float: right;
    padding: 0 4px;
    text-orientation: upright;
    writing-mode: vertical-rl;
    font-size: 14px;
	display: block;
	background-color: #e31e24;
	color: #fff;
        BORDER: 2PX SOLID;
}

.show-theme-options3{
	    float: right;
    padding: 0 4px;
    text-orientation: upright;
    writing-mode: vertical-rl;
    font-size: 14px;
	display: block;
	background-color: #e31e24;
	color: #fff;
        BORDER: 2PX SOLID;
}
.config.open{
	right: 0;
}

.config .dropdown .dropdown-toggle{
	padding: 6px 12px;
}

.config .dropdown .dropdown-toggle:after{
	content: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}




.config2{
	position: fixed;
	top: 102px;
	right: -250px;
	-webkit-transition: 0.3s ease;
  	transition: 0.3s ease;
  	z-index: 999;
        right: 0;
}

.config3{
	position: fixed;
	top: 294px;
	right: -250px;
	-webkit-transition: 0.3s ease;
  	transition: 0.3s ease;
  	z-index: 999;
        right: 0;
}

