   #hireme2 {
      display:none;
    }


.demo_changer{ 
    z-index: 900; 
    position: fixed;
    right: -601px;
    top: 95px; 
}

.demo_changer .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background:#fff;
}

.demo_changer select:active,
.demo_changer select:focus,
.demo_changer select:hover,
.demo_changer .button:active,
.demo_changer .button:focus,
.demo_changer .button:hover,
.demo_changer .btn:active,
.demo_changer .btn:focus,
.demo_changer .btn:hover,
.demo_changer .button:active,
.demo_changer .button:focus,
.demo_changer .button:hover {
	box-shadow:none !important;
}
.demo_changer .button {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
	background:#fff;
    line-height: 1.42857;
    margin-bottom: 0;
	width:145px !important;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.demo_changer .img-thumbnail {
    height: 35px;
    margin-bottom: 5px;
    width: 46.5% !important;
    padding: 3px;
}
.demo_changer img {
    margin: 2.4px !important;
    width: 29px !important;
    height: 29px;
}

.demo_changer h4 {
	padding-bottom:0;
}
.demo_changer i {color:#fff;font-size:21px;}

.demo_changer .btn{ 
	margin-top:10px;
}
.demo_changer .demo-icon{
    cursor: pointer;
	text-align:center;
    float: right;
    height: 37px;
	line-height:40px;
	-webkit-border-radius:0 16px 16px 0;
	-moz-border-radius:0 16px 16px 0;
	border-radius:0 16px 16px 0;
    width: 40px;
}

.demo_changer .form_holder {
	background: #fff;
    float: right;
	padding:20px;
    width:600px;
}



.predefined_styles{
    padding:0 5px;
}



@media only screen and (max-width: 1124px) {
.demo_changer{
   display: none;

}
    #hireme1 {
      display:none;
    }
      #hireme2 {
      display:inline-block;
    }

} 


.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 2051;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle{
    border-color: #b94a48;
}

.bootstrap-select-searchbox {
    padding: 4px 8px;
}

.bootstrap-select-searchbox input {
    margin-bottom: 0;
}
