
.form-control {
    border-color: #E5E5E5;
    border-radius: 2px;
    box-shadow: none;
	width:100%;
}
.form-control.form-flat {
    border-width: 1px 1px 2px;
}
.form-control.form-ion {
    border-color: #3498DB;
}
.form-control:focus {
    border-color: #3498DB;
    box-shadow: none;
    outline: 0 none;
}
.form-control.form-ion:focus {
    border-color: #2ECC71;
}
.bg-turquoise + .form-control {
    border-left-color: #1ABC9C;
}
.bg-turquoise + .form-control:focus {
    border-color: #1ABC9C;
}
.bg-greensea + .form-control {
    border-left-color: #16A085;
}
.bg-greensea + .form-control:focus {
    border-color: #16A085;
}
.bg-sunflower + .form-control {
    border-left-color: #F1C40F;
}
.bg-sunflower + .form-control:focus {
    border-color: #F1C40F;
}
.bg-orange + .form-control {
    border-left-color: #F39C12;
}
.bg-orange + .form-control:focus {
    border-color: #F39C12;
}
.bg-emerald + .form-control {
    border-left-color: #2ECC71;
}
.bg-emerald + .form-control:focus {
    border-color: #2ECC71;
}
.bg-nephritis + .form-control {
    border-left-color: #27AE60;
}
.bg-nephritis + .form-control:focus {
    border-color: #27AE60;
}
.bg-carrot + .form-control {
    border-left-color: #E67E22;
}
.bg-carrot + .form-control:focus {
    border-color: #E67E22;
}
.bg-pumpkin + .form-control {
    border-left-color: #D35400;
}
.bg-pumpkin + .form-control:focus {
    border-color: #D35400;
}
.bg-peterriver + .form-control {
    border-left-color: #3498DB;
}
.bg-peterriver + .form-control:focus {
    border-color: #3498DB;
}
.bg-belizehole + .form-control {
    border-left-color: #2980B9;
}
.bg-belizehole + .form-control:focus {
    border-color: #2980B9;
}
.bg-alizarin + .form-control {
    border-left-color: #E74C3C;
}
.bg-alizarin + .form-control:focus {
    border-color: #E74C3C;
}
.bg-pomegranate + .form-control {
    border-left-color: #C0392B;
}
.bg-pomegranate + .form-control:focus {
    border-color: #C0392B;
}
.bg-amethyst + .form-control {
    border-left-color: #9B59B6;
}
.bg-amethyst + .form-control:focus {
    border-color: #9B59B6;
}
.bg-wisteria + .form-control {
    border-left-color: #8E44AD;
}
.bg-wisteria + .form-control:focus {
    border-color: #8E44AD;
}
.bg-wetasphalt + .form-control {
    border-left-color: #34495E;
}
.bg-wetasphalt + .form-control:focus {
    border-color: #34495E;
}
.bg-midnightblue + .form-control {
    border-left-color: #2C3E50;
}
.bg-midnightblue + .form-control:focus {
    border-color: #2C3E50;
}
.bg-concrete + .form-control {
    border-left-color: #95A5A6;
}
.bg-concrete + .form-control:focus {
    border-color: #95A5A6;
}
.bg-asbestos + .form-control {
    border-left-color: #7F8C8D;
}
.bg-asbestos + .form-control:focus {
    border-color: #7F8C8D;
}
.input-lg, .input-group-addon.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    border-radius: 4px;
}
.input-sm, .input-group-addon.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    border-radius: 2px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.row [class*="col-"] > .form-control, .row [class*="col-"] > .form-group, .row [class*="col-"] > .input-group {
    margin-right: -15px;
}
.row [class*="col-"]:first-child > .form-control, .row [class*="col-"]:first-child > .form-group, .row [class*="col-"]:first-child > .input-group {
    margin-left: -15px;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #F39C12;
}
.has-warning .form-control {
    border-color: #F39C12;
    box-shadow: none;
}
.has-warning .form-control:focus {
    border-color: #E67E22;
    box-shadow: none;
}
.has-warning .input-group-addon {
    background-color: #FCF8E3;
    border-color: #C09853;
    color: #C09853;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #E74C3C;
}
.has-error .form-control {
    border-color: #E74C3C;
    box-shadow: none;
}
.has-error .form-control:focus {
    border-color: #C0392B;
    box-shadow: none;
}
.has-error .input-group-addon {
    background-color: #F2DEDE;
    border-color: #B94A48;
    color: #B94A48;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #468847;
}
.has-success .form-control {
    border-color: #468847;
    box-shadow: none;
}
.has-success .form-control:focus {
    border-color: #27AE60;
    box-shadow: none;
}
.has-success .input-group-addon {
    background-color: #DFF0D8;
    border-color: #468847;
    color: #468847;
}
div.tagsinput {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    height: auto;
    overflow-y: auto;
    padding: 2px 5px;
    transition: border-color 0.3s ease 0s;
    width: 300px;
}
div.tagsinput.focus {
    border-color: #3498DB;
}
div.tagsinput span.tag {
    background: none repeat scroll 0 0 #ECF0F1;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    color: #34495E;
    display: block;
    float: left;
    font-family: "Roboto",helvetica;
    font-size: 13px;
    margin-bottom: 2px;
    margin-right: 5px;
    margin-top: 2px;
    padding: 0 5px 2px;
    text-decoration: none;
}
div.tagsinput span.tag a {
    color: #34495E;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
div.tagsinput input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    color: #34495E;
    font-family: "Roboto",helvetica;
    font-size: 13px;
    margin: 2px 5px 2px 0;
    outline: 0 none;
    padding: 0 5px 2px 0;
    width: 80px;
}
div.tagsinput div {
    display: block;
    float: left;
}
.tags_clear {
    clear: both;
    height: 0;
    width: 100%;
}
.not_valid {
    background: none repeat scroll 0 0 #E74C3C !important;
    color: #90111A !important;
}
div[class*="icheckbox_"], div[class*="iradio_"] {
    display: inline-block;
    margin-right: 10px;
}
.checkbox-line, .radio-line {
    margin-bottom: 5px;
}
.switcher {
    -moz-user-select: none;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    width: 74px;
}
.switcher-checkbox {
    display: none;
}
.switcher-label {
    border: 0 solid #999999;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    width: 74px;
}
.switcher-inner {
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}
.switcher-inner > div {
    color: #FFFFFF;
    float: left;
    font-family: "Roboto",Trebuchet,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: relative;
    width: 50%;
}
.switcher-inner .switcher-active {
    background-color: #E5E5E5;
    color: #ECF0F1;
    padding-left: 15px;
}
.switcher-inner .switcher-inactive {
    background-color: #E5E5E5;
    color: #ECF0F1;
    padding-right: 15px;
    text-align: right;
}
.switcher-switch {
    border: 0 solid #999999;
    border-radius: 0;
    bottom: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 37px;
}
.switcher-active .switcher-switch {
    background: none repeat scroll 0 0 #3498DB;
    left: 0;
}
.switcher-inactive .switcher-switch {
    background: none repeat scroll 0 0 #E74C3C;
    padding-right: 5px;
    right: 0;
}
.switcher-active .switcher-switch:before {
    border-color: #3498DB rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3498DB;
    border-style: solid;
    border-width: 15px 7px;
    content: " ";
    left: 37px;
    position: absolute;
    top: 0;
}
.switcher-inactive .switcher-switch:before {
    border-color: rgba(0, 0, 0, 0) #E74C3C #E74C3C rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 15px 7px;
    content: " ";
    position: absolute;
    right: 37px;
    top: 0;
}
.switcher-checkbox:checked + .switcher-label .switcher-inner {
    margin-left: 0;
}
.switcher.switcher-lg {
    width: 90px;
}
.switcher-lg .switcher-label {
    width: 90px;
}
.switcher-lg .switcher-inner > div {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.switcher-lg .switcher-switch {
    width: 45px;
}
.switcher-lg .switcher-inactive .switcher-switch {
    padding-right: 10px;
}
.switcher-lg .switcher-active .switcher-switch:before {
    border-width: 20px 10px;
    left: 45px;
}
.switcher-lg .switcher-inactive .switcher-switch:before {
    border-width: 20px 10px;
    right: 45px;
}
.switcher.switcher-sm {
    width: 50px;
}
.switcher-sm .switcher-label {
    width: 50px;
}
.switcher-sm .switcher-inner > div {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
}
.switcher-sm .switcher-switch {
    width: 25px;
}
.switcher-sm .switcher-inactive .switcher-switch {
    padding-right: 3px;
}
.switcher-sm .switcher-active .switcher-switch:before {
    border-width: 10px 5px;
    left: 25px;
}
.switcher-sm .switcher-inactive .switcher-switch:before {
    border-width: 10px 5px;
    right: 25px;
}
.switcher-flat {
    -moz-user-select: none;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    margin-top: -4px;
    position: relative;
    width: 74px;
}
.switcher-flat-checkbox {
    display: none;
}
.switcher-flat-label {
    border: 2px solid #E5E5E5;
    border-radius: 0;
    cursor: pointer;
    display: block;
    overflow: hidden;
}
.switcher-flat-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 27px;
    margin-left: -100%;
    padding: 2px;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}
.switcher-flat-inner:before, .switcher-flat-inner:after {
    background-clip: padding-box;
    color: #FFFFFF;
    float: left;
    font-family: "Roboto",Trebuchet,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    line-height: 22px;
    padding: 0;
    width: 50%;
}
.switcher-flat-inner:before {
    background-color: #3498DB;
    color: #ECF0F1;
    content: "ON";
    padding-left: 12px;
}
.switcher-flat-inner:after {
    background-color: #E74C3C;
    color: #ECF0F1;
    content: "OFF";
    padding-right: 10px;
    text-align: right;
}
.switcher-flat-switch {
    background: none repeat scroll 0 0 #E5E5E5;
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 49px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 25px;
}
.switcher-flat-checkbox:checked + .switcher-flat-label .switcher-flat-inner {
    margin-left: 0;
}
.switcher-flat-checkbox:checked + .switcher-flat-label .switcher-flat-switch {
    right: 0;
}
.switcher-flat.switcher-flat-lg {
    height: 39px;
    width: 90px;
}
.switcher-flat-lg .switcher-flat-inner {
    height: 35px;
}
.switcher-flat-sm .switcher-flat-inner:before {
    padding-left: 20px;
}
.switcher-flat-sm .switcher-flat-inner:after {
    padding-right: 20px;
}
.switcher-flat-lg .switcher-flat-inner:before, .switcher-flat-lg .switcher-flat-inner:after {
    font-size: 16px;
    height: 31px;
    line-height: 30px;
}
.switcher-flat-lg .switcher-flat-switch {
    right: 55px;
    width: 35px;
}
.switcher-flat.switcher-flat-sm {
    height: 20px;
    width: 50px;
}
.switcher-flat-sm .switcher-flat-inner {
    height: 17px;
    padding: 1px;
}
.switcher-flat-sm .switcher-flat-inner:before {
    padding-left: 8px;
}
.switcher-flat-sm .switcher-flat-inner:after {
    padding-right: 6px;
}
.switcher-flat-sm .switcher-flat-inner:before, .switcher-flat-sm .switcher-flat-inner:after {
    font-size: 11px;
    height: 15px;
    line-height: 14px;
}
.switcher-flat-sm .switcher-flat-switch {
    right: 35px;
    width: 15px;
}
.switcher-ion {
    -moz-user-select: none;
    display: inline-block;
    height: 26px;
    margin-right: 10px;
    position: relative;
    width: 74px;
}
.switcher-ion-checkbox {
    display: none;
}
.switcher-ion-label {
    border: 2px solid #E5E5E5;
    border-radius: 35px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}
.switcher-ion-inner {
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}
.switcher-ion-inner:before, .switcher-ion-inner:after {
    color: #FFFFFF;
    float: left;
    font-family: "Roboto",Trebuchet,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0;
    width: 50%;
}
.switcher-ion-inner:before {
    background-color: #E5E5E5;
    color: #27A1CA;
    content: "ON";
    padding-left: 12px;
}
.switcher-ion-inner:after {
    background-color: #E5E5E5;
    color: #E74C3C;
    content: "OFF";
    padding-right: 12px;
    text-align: right;
}
.switcher-ion-switch {
    background: none repeat scroll 0 0 #E74C3C;
    border: 2px solid #E5E5E5;
    border-radius: 30px;
    bottom: 0;
    height: 30px;
    margin: 0;
    position: absolute;
    right: 44px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 30px;
}
.switcher-ion-checkbox:checked + .switcher-ion-label .switcher-ion-inner {
    margin-left: 0;
}
.switcher-ion-checkbox:checked + .switcher-ion-label .switcher-ion-switch {
    background-color: #27A1CA;
    right: 0;
}
.switcher-ion.switcher-ion-lg {
    height: 36px;
    width: 90px;
}
.switcher-ion-lg .switcher-ion-inner {
    height: 36px;
}
.switcher-ion-lg .switcher-ion-inner:before {
    padding-left: 15px;
}
.switcher-ion-lg .switcher-ion-inner:after {
    padding-right: 15px;
}
.switcher-ion-lg .switcher-ion-inner:before, .switcher-ion-lg .switcher-ion-inner:after {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
}
.switcher-ion-lg .switcher-ion-switch {
    height: 40px;
    right: 50px;
    width: 40px;
}
.switcher-ion.switcher-ion-sm {
    height: 16px;
    width: 50px;
}
.switcher-ion-sm .switcher-ion-inner {
    height: 16px;
}
.switcher-ion-sm .switcher-ion-inner:before {
    padding-left: 8px;
}
.switcher-ion-sm .switcher-ion-inner:after {
    padding-right: 6px;
}
.switcher-ion-sm .switcher-ion-inner:before, .switcher-ion-sm .switcher-ion-inner:after {
    font-size: 11px;
    height: 16px;
    line-height: 16px;
}
.switcher-ion-sm .switcher-ion-switch {
    height: 20px;
    right: 30px;
    width: 20px;
}
.select2-container .select2-choice {
    background-color: #FFFFFF;
    background-image: none;
    border-color: #E5E5E5;
    border-radius: 2px;
    color: #555555;
    filter: none;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
}
.select2-container.select2-drop-above .select2-choice {
    background-image: none;
    border-bottom-color: #E5E5E5;
    border-radius: 0 0 2px 2px;
    filter: none;
}
.select2-drop {
    border-color: #E5E5E5;
    border-radius: 0 0 2px 2px;
    box-shadow: none;
    color: #555555;
}
.select2-drop-auto-width {
    border-top-color: #E5E5E5;
    width: auto;
}
.select2-drop.select2-drop-above {
    border-radius: 2px 2px 0 0;
    border-top-color: #E5E5E5;
    box-shadow: none;
    position: fixed;
}
.select2-drop-active {
    border-color: -moz-use-text-color #3498DB #3498DB;
    border-top: medium none;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #3498DB;
}
.select2-container .select2-choice .select2-arrow {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left-color: #E5E5E5;
    border-radius: 0 2px 2px 0;
    filter: none;
    padding-left: 6px;
    padding-top: 6px;
    width: 30px;
}
.select2-search input {
    border-color: #E5E5E5;
    border-radius: 2px;
}
.select2-search input.select2-active {
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border-color: #3498DB;
    box-shadow: none;
}
.select2-dropdown-open .select2-choice {
    background-color: #FFFFFF;
    background-image: none;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 0 #FFFFFF inset;
    filter: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    background-image: none;
    border-color: rgba(0, 0, 0, 0) #3498DB #3498DB;
    filter: none;
}
.select2-results .select2-highlighted {
    background: none repeat scroll 0 0 #3498DB;
    color: #ECF0F1;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: none repeat scroll 0 0 #EEEEEE;
}
.select2-results .select2-disabled.select2-highlighted {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #555555;
}
.select2-results .select2-disabled {
    background: none repeat scroll 0 0 #EEEEEE;
}
.select2-more-results.select2-active {
    background: url("select2-spinner.gif") no-repeat scroll 100% center #EEEEEE;
}
.select2-more-results {
    background: none repeat scroll 0 0 #EEEEEE;
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: #EEEEEE;
    border-color: #E5E5E5;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #EEEEEE;
}
.select2-container-multi .select2-choices {
    background-image: none;
    border-color: #E5E5E5;
    min-height: 40px;
}
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #3498DB;
    box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input {
    color: #555555;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    margin: 1px 0;
    padding-left: 12px;
    padding-top: 8px;
}
.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #ECF0F1;
    background-image: none;
    border-color: #E5E5E5;
    border-radius: 2px;
    color: #555555;
    filter: none;
    margin-left: 12px;
    margin-right: -7px;
    margin-top: 8px;
}
.select2-container-multi.select2-container-disabled .select2-choices, .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    background-color: #EEEEEE;
    border-color: #E5E5E5;
}
.ms-container .ms-list {
    border-color: #E5E5E5;
    border-radius: 2px;
    box-shadow: none;
}
.ms-container .ms-list.ms-focus {
    border-color: #3498DB;
    box-shadow: none;
    outline: 0 none;
}
.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    border-bottom-color: #E5E5E5;
    color: #555555;
}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #3498DB;
    color: #ECF0F1;
}
.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.btn-file > input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}
.fileinput {
    display: inline-block;
    margin-bottom: 9px;
}
.fileinput .uneditable-input {
    cursor: text;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.fileinput .thumbnail {
    border-color: #E5E5E5;
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.fileinput .thumbnail > img {
    max-height: 100%;
}
.fileinput .btn {
    vertical-align: middle;
}
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: none;
}
.fileinput-inline .fileinput-controls {
    display: inline;
}
.fileinput .uneditable-input {
    white-space: normal;
}
.fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0;
}
.fileinput-new .input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-sm {
    border-radius: 0 3px 3px 0;
}
.fileinput-new .input-group .btn-file.btn-lg {
    border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .uneditable-input {
    border-color: #F39C12;
    color: #D35400;
}
.form-group.has-warning .fileinput .fileinput-preview {
    color: #D35400;
}
.form-group.has-warning .fileinput .thumbnail {
    border-color: #F39C12;
}
.form-group.has-error .fileinput .uneditable-input {
    border-color: #E74C3C;
    color: #F2DEDE;
}
.form-group.has-error .fileinput .fileinput-preview {
    color: #F2DEDE;
}
.form-group.has-error .fileinput .thumbnail {
    border-color: #E74C3C;
}
.form-group.has-success .fileinput .uneditable-input {
    border-color: #2ECC71;
    color: #468847;
}
.form-group.has-success .fileinput .fileinput-preview {
    color: #468847;
}
.form-group.has-success .fileinput .thumbnail {
    border-color: #2ECC71;
}
.simplecolorpicker.picker {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    max-width: 283px;
    min-width: 60px;
    padding: 5px 0 0 5px;
    position: absolute;
    top: 100%;
    z-index: 1051;
}
.simplecolorpicker.inline {
    display: inline-block;
    padding: 6px 0;
}
.simplecolorpicker span {
    margin: 0 5px 5px 0;
}
.panel .simplecolorpicker.icon {
    height: 24px;
    position: relative;
    top: 6px;
    width: 24px;
}
.simplecolorpicker.icon, .simplecolorpicker span.color {
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
}
.simplecolorpicker.icon:focus, .simplecolorpicker.icon:active {
    outline: 0 none;
}
.simplecolorpicker.icon:after, .simplecolorpicker span.color:after {
    content: "     ";
}
.simplecolorpicker span.color[data-disabled]:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: not-allowed;
}
.simplecolorpicker span.color:hover, .simplecolorpicker span.color[data-selected], .simplecolorpicker span.color[data-selected]:hover {
    border: 1px solid #34495E;
}
.simplecolorpicker span.color[data-selected]:focus, .simplecolorpicker span.color[data-selected]:active {
    outline: 0 none;
}
.simplecolorpicker span.color[data-selected]:after {
    color: #FFFFFF;
}
.simplecolorpicker span.vr {
    border-left: 1px solid #34495E;
}
.simplecolorpicker.glyphicons span.color[data-selected]:after {
    content: "?";
    font-family: 'Glyphicons Halflings';
    line-height: 0.9;
    margin-left: 1px;
    margin-right: 1px;
    position: relative;
    top: 1px;
}
.wizard {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.wizard a {
    outline: 0 none;
}
.wizard ul, .wizard ul > li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.wizard > .steps .current-info, .wizard > .content > .title {
    display: none;
}
.wizard > .steps {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    height: 46px;
    overflow: hidden;
    position: relative;
    z-index: 4;
}
.wizard > .steps > ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 4000px;
}
.wizard > .steps > ul > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}
.wizard > .steps .number {
    background-color: #ECF0F1;
    border-radius: 10px;
    color: #999999;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
    margin-top: 15px;
    min-width: 10px;
    padding: 3px 6px;
    text-align: center;
    white-space: nowrap;
}
.wizard > .steps .number:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) -moz-use-text-color rgba(0, 0, 0, 0) #E5E5E5;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 24px 0 24px 14px;
    content: " ";
    display: block;
    position: absolute;
    right: -14px;
    top: -1px;
    z-index: 2;
}
.wizard > .steps .number:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) -moz-use-text-color rgba(0, 0, 0, 0) #DDDDDD;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 24px 0 24px 14px;
    content: " ";
    display: block;
    position: absolute;
    right: -15px;
    top: -1px;
    z-index: 1;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    background: none repeat scroll 0 0 #E5E5E5;
    color: #999999;
    cursor: default;
    display: inline-block;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0 20px 0 30px;
    text-decoration: none;
    width: auto;
}
.wizard > .steps a:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: none repeat scroll 0 0 #E5E5E5;
    color: #999999;
    cursor: default;
}
.wizard > .steps .disabled .number {
    background-color: #999999;
    color: #ECF0F1;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: none repeat scroll 0 0 #3498DB;
    color: #ECF0F1;
    cursor: default;
}
.wizard > .steps .current .number:before {
    border-left-color: #3498DB;
}
.wizard > .steps .current .number:after {
    border-left-color: #3498DB;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: none repeat scroll 0 0 #5BC0DE;
    color: #ECF0F1;
    cursor: pointer;
}
.wizard > .steps .done .number:before {
    border-left-color: #5BC0DE;
}
.wizard > .steps .done .number:after {
    border-left-color: #3498DB;
}
.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: none repeat scroll 0 0 #E74C3C;
    color: #ECF0F1;
}
.wizard > .steps .error .number:before {
    border-left-color: #E74C3C;
}
.wizard > .steps .error .number:after {
    border-left-color: #E74C3C;
}
.wizard > .content {
    background-color: #FFFFFF;
    border-bottom: 2px solid #E5E5E5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-color: #E5E5E5;
    border-width: 0 1px 2px;
    display: block;
    height: auto;
    min-height: 100px;
    padding: 0;
    position: relative;
}
.wizard > .content > .body {
    left: 0;
    min-height: 100%;
    padding: 20px 15px 15px;
    position: relative;
    top: 0;
    width: 100%;
}
.wizard > .actions {
    background-color: #E5E5E5;
    border-bottom-right-radius: 3px;
    border-left: 1px solid #D4D4D4;
    border-top-right-radius: 3px;
    float: right;
    height: 46px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    z-index: 5;
}
.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}
.wizard > .actions > ul > li {
    float: left;
    padding: 8px 2px;
}
.wizard > .actions a {
    -moz-user-select: none;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.wizard > .actions a:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.wizard > .actions a:focus, .wizard > .actions a:hover {
    color: #333333;
    text-decoration: none;
}
.wizard > .actions a:active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.wizard > .actions a:focus, .wizard > .actions a:hover, .wizard > .actions a:active {
    background-color: #EBEBEB;
    border-color: #ADADAD;
    color: #333333;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.wizard > .loading, .wizard > .loading .spinner {
}
.wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
}
.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}
.wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em;
    width: 65%;
}
.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}
.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}
iframe.wysihtml5-sandbox {
    border-color: #E5E5E5 !important;
    border-radius: 3px !important;
    border-width: 1px 1px 2px !important;
}
.md-editor {
    border-color: #E5E5E5;
    border-radius: 3px;
    border-width: 1px 1px 2px;
}
.md-editor > .md-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.md-editor > .md-preview {
    border-bottom-color: #E5E5E5;
    border-top-color: #E5E5E5;
}
.md-editor > textarea {
    background: none repeat scroll 0 0 #ECF0F1;
    border-bottom-color: #E5E5E5;
    border-top-color: #E5E5E5;
}
.md-editor.active {
    border-color: #3498DB;
    box-shadow: none;
}
