.style-switcher,.style-switcher h1,.style-switcher h2,.style-switcher h3,.style-switcher h4,.style-switcher h5,.style-switcher h6 {
    font-family: 'museo-sans-300', sans-serif!important
}

.style-switcher {
   font-size:13px!important;
   line-height:21px!important;
}

.style-switcher {
    background: #252525;
    width: 275px;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1050;
    border-radius: 0;
    left: -275px;
    transition: left .2s;
}

.style-switcher.active {
    left: 0
}

.style-switcher .style-switcher-wrap {
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    padding-top: 10px;
    position: relative
}

.style-switcher h4 {
background: #252525;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 7px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing:1px;
}

.style-switcher .style-switcher-open {
   background-color: #333;
   display: block;
   position: absolute;
   right: -40px;
   top: 150px;
   width: 40px;
   height: 60px;
   font-size: 17px;
   line-height: 60px;
   color: #FFF;
   text-align: center;
   text-decoration: none;
   border-radius: 0 6px 6px 0;
   box-shadow: 0 0px 10px 1px rgb(193, 193, 193);
}

.style-switcher h5 {
    color: #999;
    margin: 0 0 2px;
    padding: 0;
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none
}

.style-switcher .form-control {
    background-color: rgba(0,0,0,.1)!important;
    border: 1px solid #353535!important;
}

.style-switcher .colorpicker-element {
    margin: -3px 0 7px
}

.style-switcher ul.options {
    list-style: none;
    margin: -3px 0 10px;
    padding: 0;
    overflow: hidden
}

.style-switcher ul.options li {
    float: left;
    margin: 2px
}

.style-switcher ul.options li a {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.style-switcher ul.options li a.pattern {
    background-repeat: repeat;
    background-position: 0 0;
    background-color: transparent
}

.style-switcher .color-picker {
    display: none;
    margin-bottom: 15px
}

.style-switcher .options-links {
    padding: 0 0 10px
}

.style-switcher .options-links a {
    background-color: #333;
    color: #ccc;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 5px;
    padding: 5px 12px;
    text-decoration: none;
    border-radius: 4px
}

.style-switcher .options-links a:last-child {
    margin-right: 0
}

.style-switcher .options-links a:hover {
    background-color: #262626
}

.style-switcher .options-links a.active {
    background: #FFF;
    color: #666
}

.style-switcher .style-switcher-buttons {
    margin-top: 15px;
    padding-top: 15px;
    text-align: center
}

.style-switcher .style-switcher-buttons a {
    padding: 8px;
    font-size: 13px;
    display: inline-block
}

.style-switcher .style-switcher-buttons .reset {
    width: 78px;
        text-transform: uppercase;
    font-size: 12px;
}

.style-switcher .style-switcher-buttons .get-css {
    width: 134px;
    text-transform: uppercase;
    font-size: 12px;
}

.style-switcher .style-switcher-buttons .get-css i {
    font-size: 14px;
    margin-right: 5px
}

textarea.get-css {
   height: 325px;
   width: 100%;
   resize: none;
   cursor: text
}


.style-switcher .card-body {
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
   padding: 1.25rem;
   padding-left: 25px;
   padding-right: 25px;
   padding-bottom: 10px;
}

.style-switcher .card-header {
    padding: .22rem 1.25rem;
    margin-bottom: 0;
    background-color: #2b2b2b;
    border-bottom: 1px solid rgba(49, 49, 49, 0.125);
}

.style-switcher .card { 
    background-color: #222;  /*rgba(255,255,255,.03)*/
    border: 1px solid #353535;
    border-radius: .25rem;
    margin-bottom: -1px;
}

.style-switcher h5 > a {
   color: #fff;
   display: block;
   text-transform: uppercase;
   font-size: 11px;
   font-weight: normal;
   letter-spacing:1px;
}

.style-switcher h5 > a:hover {
   text-decoration:none;
   color:white;
}

.style-switcher-section {
   padding:20px;
}

.field-wrapper, .select-wrapper {
    margin-top: 5px;
    margin-bottom: 20px;
    position: relative;
}

.xfield-content select {
    padding: 5px 12px;
    width: 100%;
    min-width: 100%;
    height: 34px;
    color: #ccc;
    border-color: #333;
    background: 0 0;
    background-color: rgba(0,0,0,.1);
    cursor: pointer!important;
    -webkit-appearance: none!important;
    border-radius: 0;
    position: relative;
    z-index: 9;
    font-size: 12px;
}

.xfield-content .select-wrapper span {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    line-height: 36px;
    width: 31px;
    font-size: 16px;
    text-align: center;
    display: block;
    z-index: 0;
}

.xfield-content option {
    background-color: #FFF;
    color: #444;
}

.xfield-title {
   margin-bottom: 4px;
}

.style-switcher .input-group .form-control:not(:last-child) {
   border-radius: 2px;
}

.style-switcher .input-group .form-control {
   color: #ccc;
}

.style-switcher .input-group-addon {
   background-color: #484848;
}