.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.pdfprnt-top-left,
.pdfprnt-bottom-left,
.pdfprnt-top-bottom-left,
.pdfprnt-left {
text-align: left;
padding: 5px;
}
.pdfprnt-top-right,
.pdfprnt-bottom-right,
.pdfprnt-top-bottom-right,
.pdfprnt-right {
text-align: right;
padding: 5px;
}
.pdfprnt-top-left:before,
.pdfprnt-bottom-left:before,
.pdfprnt-top-right:before,
.pdfprnt-bottom-right:before,
.pdfprnt-top-bottom-left:before,
.pdfprnt-top-bottom-right:before,
.pdfprnt-left:before,
.pdfprnt-right:before {
content: "";
clear: both;
display: table;
}
.pdfprnt-top-left a.pdfprnt-button,
.pdfprnt-bottom-left a.pdfprnt-button,
.pdfprnt-top-right a.pdfprnt-button,
.pdfprnt-bottom-right a.pdfprnt-button,
.pdfprnt-top-bottom-right a.pdfprnt-button,
.pdfprnt-top-bottom-left a.pdfprnt-button,
.pdfprnt-left a.pdfprnt-button,
.pdfprnt-right a.pdfprnt-button,
.pdfprnt-buttons a.pdfprnt-button {
padding: 0 5px;
box-shadow: none !important;
border: none !important;
outline: none !important;
}
.pdfprnt-top-left a img,
.pdfprnt-bottom-left a img,
.pdfprnt-top-right a img,
.pdfprnt-bottom-right a img,
.pdfprnt-top-bottom-right a img,
.pdfprnt-top-bottom-left a img,
.pdfprnt-left a img,
.pdfprnt-right a img {
display: inline !important;
}
.pdfprnt-button {
display: inline-block;
padding: 0 5px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.entry-content .pdfprnt-buttons > a > img,
.entry-content .pdfprnt-buttons > a > span {
display: inline-block;
}
.pdfprnt-button img,
.pdfprnt-button-title {
display: inline-block !important;
vertical-align: middle;
padding: 5px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.pdfprnt-buttons.bws-nonprofit {
background: #f4f4f4;
border-radius: 7px;
padding: 10px;
} .pdfprnt-buttons {
position: relative;
}
.pdfprnt-button {
cursor: pointer;
}
.pdfprnt-send-to-mail-form {
display: none;
position: absolute;
background-color: #fff;
}
.pdfprnt-send-to-mail-form.active {
display: block;
}
.pdfprnt-top-right .pdfprnt-send-to-mail-form,
.pdfprnt-bottom-right .pdfprnt-send-to-mail-form {
right: 0;
}
.pdfprnt-top-left .pdfprnt-send-to-mail-form,
.pdfprnt-bottom-left .pdfprnt-send-to-mail-form {
left: 0;
}
.pdfprnt-send-to-email {
width: 250px;
}
.pdfprnt-send-to-mail-form-error {
color: red;
}
.pdfprnt-send-to-mail-form-message {
position: absolute;
color: green;
}
.pdfprnt-top-right .pdfprnt-send-to-mail-form-message,
.pdfprnt-bottom-right .pdfprnt-send-to-mail-form-message {
right: 0;
}
.pdfprnt-top-left .pdfprnt-send-to-mail-form-message,
.pdfprnt-bottom-left .pdfprnt-send-to-mail-form-message {
left: 0;
}.ich-settings-main-wrap {   }
.ich-settings-main-wrap html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
.ich-settings-main-wrap body {
margin: 0;
}
.ich-settings-main-wrap article,
.ich-settings-main-wrap aside,
.ich-settings-main-wrap details,
.ich-settings-main-wrap figcaption,
.ich-settings-main-wrap figure,
.ich-settings-main-wrap footer,
.ich-settings-main-wrap header,
.ich-settings-main-wrap hgroup,
.ich-settings-main-wrap main,
.ich-settings-main-wrap menu,
.ich-settings-main-wrap nav,
.ich-settings-main-wrap section,
.ich-settings-main-wrap summary {
display: block;
}
.ich-settings-main-wrap audio,
.ich-settings-main-wrap canvas,
.ich-settings-main-wrap progress,
.ich-settings-main-wrap video {
display: inline-block;
vertical-align: baseline;
}
.ich-settings-main-wrap audio:not([controls]) {
display: none;
height: 0;
}
.ich-settings-main-wrap [hidden],
.ich-settings-main-wrap template {
display: none;
}
.ich-settings-main-wrap a {
background-color: transparent;
}
.ich-settings-main-wrap a:active,
.ich-settings-main-wrap a:hover {
outline: 0;
}
.ich-settings-main-wrap abbr[title] {
border-bottom: 1px dotted;
}
.ich-settings-main-wrap b,
.ich-settings-main-wrap strong {
font-weight: bold;
}
.ich-settings-main-wrap dfn {
font-style: italic;
}
.ich-settings-main-wrap h1 {
margin: .67em 0;
font-size: 2em;
}
.ich-settings-main-wrap mark {
color: #000;
background: #ff0;
}
.ich-settings-main-wrap small {
font-size: 80%;
}
.ich-settings-main-wrap sub,
.ich-settings-main-wrap sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
.ich-settings-main-wrap sup {
top: -0.5em;
}
.ich-settings-main-wrap sub {
bottom: -0.25em;
}
.ich-settings-main-wrap img {
border: 0;
}
.ich-settings-main-wrap svg:not(:root) {
overflow: hidden;
}
.ich-settings-main-wrap figure {
margin: 1em 40px;
}
.ich-settings-main-wrap hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.ich-settings-main-wrap pre {
overflow: auto;
}
.ich-settings-main-wrap code,
.ich-settings-main-wrap kbd,
.ich-settings-main-wrap pre,
.ich-settings-main-wrap samp {
font-family: monospace, monospace;
font-size: 1em;
}
.ich-settings-main-wrap button,
.ich-settings-main-wrap input,
.ich-settings-main-wrap optgroup,
.ich-settings-main-wrap select,
.ich-settings-main-wrap textarea {
margin: 0;
font: inherit;
color: inherit;
}
.ich-settings-main-wrap button {
overflow: visible;
}
.ich-settings-main-wrap button,
.ich-settings-main-wrap select {
text-transform: none;
}
.ich-settings-main-wrap button,
.ich-settings-main-wrap html input[type="button"],
.ich-settings-main-wrap input[type="reset"],
.ich-settings-main-wrap input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.ich-settings-main-wrap button[disabled],
.ich-settings-main-wrap html input[disabled] {
cursor: default;
}
.ich-settings-main-wrap button::-moz-focus-inner,
.ich-settings-main-wrap input::-moz-focus-inner {
padding: 0;
border: 0;
}
.ich-settings-main-wrap input {
line-height: normal;
}
.ich-settings-main-wrap input[type="checkbox"],
.ich-settings-main-wrap input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
.ich-settings-main-wrap input[type="number"]::-webkit-inner-spin-button,
.ich-settings-main-wrap input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
.ich-settings-main-wrap input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
.ich-settings-main-wrap input[type="search"]::-webkit-search-cancel-button,
.ich-settings-main-wrap input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.ich-settings-main-wrap fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
.ich-settings-main-wrap legend {
padding: 0;
border: 0;
}
.ich-settings-main-wrap textarea {
overflow: auto;
}
.ich-settings-main-wrap optgroup {
font-weight: bold;
}
.ich-settings-main-wrap table {
border-spacing: 0;
border-collapse: collapse;
}
.ich-settings-main-wrap td,
.ich-settings-main-wrap th {
padding: 0;
}
@media print {
.ich-settings-main-wrap *,
.ich-settings-main-wrap *:before,
.ich-settings-main-wrap *:after {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.ich-settings-main-wrap a,
.ich-settings-main-wrap a:visited {
text-decoration: underline;
}
.ich-settings-main-wrap a[href]:after {
content: " (" attr(href) ")";
}
.ich-settings-main-wrap abbr[title]:after {
content: " (" attr(title) ")";
}
.ich-settings-main-wrap a[href^="#"]:after,
.ich-settings-main-wrap a[href^="javascript:"]:after {
content: "";
}
.ich-settings-main-wrap pre,
.ich-settings-main-wrap blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
.ich-settings-main-wrap thead {
display: table-header-group;
}
.ich-settings-main-wrap tr,
.ich-settings-main-wrap img {
page-break-inside: avoid;
}
.ich-settings-main-wrap img {
max-width: 100% !important;
}
.ich-settings-main-wrap p,
.ich-settings-main-wrap h2,
.ich-settings-main-wrap h3 {
orphans: 3;
widows: 3;
}
.ich-settings-main-wrap h2,
.ich-settings-main-wrap h3 {
page-break-after: avoid;
}
.ich-settings-main-wrap .navbar {
display: none;
}
.ich-settings-main-wrap .btn > .caret,
.ich-settings-main-wrap .dropup > .btn > .caret {
border-top-color: #000 !important;
}
.ich-settings-main-wrap .label {
border: 1px solid #000;
}
.ich-settings-main-wrap .table {
border-collapse: collapse !important;
}
.ich-settings-main-wrap .table td,
.ich-settings-main-wrap .table th {
background-color: #fff !important;
}
.ich-settings-main-wrap .table-bordered th,
.ich-settings-main-wrap .table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/admin/fonts/glyphicons-halflings-regular.eot);
src: url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/admin/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/admin/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/admin/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/admin/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/admin/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.ich-settings-main-wrap .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ich-settings-main-wrap .glyphicon-asterisk:before {
content: "\002a";
}
.ich-settings-main-wrap .glyphicon-plus:before {
content: "\002b";
}
.ich-settings-main-wrap .glyphicon-euro:before,
.ich-settings-main-wrap .glyphicon-eur:before {
content: "\20ac";
}
.ich-settings-main-wrap .glyphicon-minus:before {
content: "\2212";
}
.ich-settings-main-wrap .glyphicon-cloud:before {
content: "\2601";
}
.ich-settings-main-wrap .glyphicon-envelope:before {
content: "\2709";
}
.ich-settings-main-wrap .glyphicon-pencil:before {
content: "\270f";
}
.ich-settings-main-wrap .glyphicon-glass:before {
content: "\e001";
}
.ich-settings-main-wrap .glyphicon-music:before {
content: "\e002";
}
.ich-settings-main-wrap .glyphicon-search:before {
content: "\e003";
}
.ich-settings-main-wrap .glyphicon-heart:before {
content: "\e005";
}
.ich-settings-main-wrap .glyphicon-star:before {
content: "\e006";
}
.ich-settings-main-wrap .glyphicon-star-empty:before {
content: "\e007";
}
.ich-settings-main-wrap .glyphicon-user:before {
content: "\e008";
}
.ich-settings-main-wrap .glyphicon-film:before {
content: "\e009";
}
.ich-settings-main-wrap .glyphicon-th-large:before {
content: "\e010";
}
.ich-settings-main-wrap .glyphicon-th:before {
content: "\e011";
}
.ich-settings-main-wrap .glyphicon-th-list:before {
content: "\e012";
}
.ich-settings-main-wrap .glyphicon-ok:before {
content: "\e013";
}
.ich-settings-main-wrap .glyphicon-remove:before {
content: "\e014";
}
.ich-settings-main-wrap .glyphicon-zoom-in:before {
content: "\e015";
}
.ich-settings-main-wrap .glyphicon-zoom-out:before {
content: "\e016";
}
.ich-settings-main-wrap .glyphicon-off:before {
content: "\e017";
}
.ich-settings-main-wrap .glyphicon-signal:before {
content: "\e018";
}
.ich-settings-main-wrap .glyphicon-cog:before {
content: "\e019";
}
.ich-settings-main-wrap .glyphicon-trash:before {
content: "\e020";
}
.ich-settings-main-wrap .glyphicon-home:before {
content: "\e021";
}
.ich-settings-main-wrap .glyphicon-file:before {
content: "\e022";
}
.ich-settings-main-wrap .glyphicon-time:before {
content: "\e023";
}
.ich-settings-main-wrap .glyphicon-road:before {
content: "\e024";
}
.ich-settings-main-wrap .glyphicon-download-alt:before {
content: "\e025";
}
.ich-settings-main-wrap .glyphicon-download:before {
content: "\e026";
}
.ich-settings-main-wrap .glyphicon-upload:before {
content: "\e027";
}
.ich-settings-main-wrap .glyphicon-inbox:before {
content: "\e028";
}
.ich-settings-main-wrap .glyphicon-play-circle:before {
content: "\e029";
}
.ich-settings-main-wrap .glyphicon-repeat:before {
content: "\e030";
}
.ich-settings-main-wrap .glyphicon-refresh:before {
content: "\e031";
}
.ich-settings-main-wrap .glyphicon-list-alt:before {
content: "\e032";
}
.ich-settings-main-wrap .glyphicon-lock:before {
content: "\e033";
}
.ich-settings-main-wrap .glyphicon-flag:before {
content: "\e034";
}
.ich-settings-main-wrap .glyphicon-headphones:before {
content: "\e035";
}
.ich-settings-main-wrap .glyphicon-volume-off:before {
content: "\e036";
}
.ich-settings-main-wrap .glyphicon-volume-down:before {
content: "\e037";
}
.ich-settings-main-wrap .glyphicon-volume-up:before {
content: "\e038";
}
.ich-settings-main-wrap .glyphicon-qrcode:before {
content: "\e039";
}
.ich-settings-main-wrap .glyphicon-barcode:before {
content: "\e040";
}
.ich-settings-main-wrap .glyphicon-tag:before {
content: "\e041";
}
.ich-settings-main-wrap .glyphicon-tags:before {
content: "\e042";
}
.ich-settings-main-wrap .glyphicon-book:before {
content: "\e043";
}
.ich-settings-main-wrap .glyphicon-bookmark:before {
content: "\e044";
}
.ich-settings-main-wrap .glyphicon-print:before {
content: "\e045";
}
.ich-settings-main-wrap .glyphicon-camera:before {
content: "\e046";
}
.ich-settings-main-wrap .glyphicon-font:before {
content: "\e047";
}
.ich-settings-main-wrap .glyphicon-bold:before {
content: "\e048";
}
.ich-settings-main-wrap .glyphicon-italic:before {
content: "\e049";
}
.ich-settings-main-wrap .glyphicon-text-height:before {
content: "\e050";
}
.ich-settings-main-wrap .glyphicon-text-width:before {
content: "\e051";
}
.ich-settings-main-wrap .glyphicon-align-left:before {
content: "\e052";
}
.ich-settings-main-wrap .glyphicon-align-center:before {
content: "\e053";
}
.ich-settings-main-wrap .glyphicon-align-right:before {
content: "\e054";
}
.ich-settings-main-wrap .glyphicon-align-justify:before {
content: "\e055";
}
.ich-settings-main-wrap .glyphicon-list:before {
content: "\e056";
}
.ich-settings-main-wrap .glyphicon-indent-left:before {
content: "\e057";
}
.ich-settings-main-wrap .glyphicon-indent-right:before {
content: "\e058";
}
.ich-settings-main-wrap .glyphicon-facetime-video:before {
content: "\e059";
}
.ich-settings-main-wrap .glyphicon-picture:before {
content: "\e060";
}
.ich-settings-main-wrap .glyphicon-map-marker:before {
content: "\e062";
}
.ich-settings-main-wrap .glyphicon-adjust:before {
content: "\e063";
}
.ich-settings-main-wrap .glyphicon-tint:before {
content: "\e064";
}
.ich-settings-main-wrap .glyphicon-edit:before {
content: "\e065";
}
.ich-settings-main-wrap .glyphicon-share:before {
content: "\e066";
}
.ich-settings-main-wrap .glyphicon-check:before {
content: "\e067";
}
.ich-settings-main-wrap .glyphicon-move:before {
content: "\e068";
}
.ich-settings-main-wrap .glyphicon-step-backward:before {
content: "\e069";
}
.ich-settings-main-wrap .glyphicon-fast-backward:before {
content: "\e070";
}
.ich-settings-main-wrap .glyphicon-backward:before {
content: "\e071";
}
.ich-settings-main-wrap .glyphicon-play:before {
content: "\e072";
}
.ich-settings-main-wrap .glyphicon-pause:before {
content: "\e073";
}
.ich-settings-main-wrap .glyphicon-stop:before {
content: "\e074";
}
.ich-settings-main-wrap .glyphicon-forward:before {
content: "\e075";
}
.ich-settings-main-wrap .glyphicon-fast-forward:before {
content: "\e076";
}
.ich-settings-main-wrap .glyphicon-step-forward:before {
content: "\e077";
}
.ich-settings-main-wrap .glyphicon-eject:before {
content: "\e078";
}
.ich-settings-main-wrap .glyphicon-chevron-left:before {
content: "\e079";
}
.ich-settings-main-wrap .glyphicon-chevron-right:before {
content: "\e080";
}
.ich-settings-main-wrap .glyphicon-plus-sign:before {
content: "\e081";
}
.ich-settings-main-wrap .glyphicon-minus-sign:before {
content: "\e082";
}
.ich-settings-main-wrap .glyphicon-remove-sign:before {
content: "\e083";
}
.ich-settings-main-wrap .glyphicon-ok-sign:before {
content: "\e084";
}
.ich-settings-main-wrap .glyphicon-question-sign:before {
content: "\e085";
}
.ich-settings-main-wrap .glyphicon-info-sign:before {
content: "\e086";
}
.ich-settings-main-wrap .glyphicon-screenshot:before {
content: "\e087";
}
.ich-settings-main-wrap .glyphicon-remove-circle:before {
content: "\e088";
}
.ich-settings-main-wrap .glyphicon-ok-circle:before {
content: "\e089";
}
.ich-settings-main-wrap .glyphicon-ban-circle:before {
content: "\e090";
}
.ich-settings-main-wrap .glyphicon-arrow-left:before {
content: "\e091";
}
.ich-settings-main-wrap .glyphicon-arrow-right:before {
content: "\e092";
}
.ich-settings-main-wrap .glyphicon-arrow-up:before {
content: "\e093";
}
.ich-settings-main-wrap .glyphicon-arrow-down:before {
content: "\e094";
}
.ich-settings-main-wrap .glyphicon-share-alt:before {
content: "\e095";
}
.ich-settings-main-wrap .glyphicon-resize-full:before {
content: "\e096";
}
.ich-settings-main-wrap .glyphicon-resize-small:before {
content: "\e097";
}
.ich-settings-main-wrap .glyphicon-exclamation-sign:before {
content: "\e101";
}
.ich-settings-main-wrap .glyphicon-gift:before {
content: "\e102";
}
.ich-settings-main-wrap .glyphicon-leaf:before {
content: "\e103";
}
.ich-settings-main-wrap .glyphicon-fire:before {
content: "\e104";
}
.ich-settings-main-wrap .glyphicon-eye-open:before {
content: "\e105";
}
.ich-settings-main-wrap .glyphicon-eye-close:before {
content: "\e106";
}
.ich-settings-main-wrap .glyphicon-warning-sign:before {
content: "\e107";
}
.ich-settings-main-wrap .glyphicon-plane:before {
content: "\e108";
}
.ich-settings-main-wrap .glyphicon-calendar:before {
content: "\e109";
}
.ich-settings-main-wrap .glyphicon-random:before {
content: "\e110";
}
.ich-settings-main-wrap .glyphicon-comment:before {
content: "\e111";
}
.ich-settings-main-wrap .glyphicon-magnet:before {
content: "\e112";
}
.ich-settings-main-wrap .glyphicon-chevron-up:before {
content: "\e113";
}
.ich-settings-main-wrap .glyphicon-chevron-down:before {
content: "\e114";
}
.ich-settings-main-wrap .glyphicon-retweet:before {
content: "\e115";
}
.ich-settings-main-wrap .glyphicon-shopping-cart:before {
content: "\e116";
}
.ich-settings-main-wrap .glyphicon-folder-close:before {
content: "\e117";
}
.ich-settings-main-wrap .glyphicon-folder-open:before {
content: "\e118";
}
.ich-settings-main-wrap .glyphicon-resize-vertical:before {
content: "\e119";
}
.ich-settings-main-wrap .glyphicon-resize-horizontal:before {
content: "\e120";
}
.ich-settings-main-wrap .glyphicon-hdd:before {
content: "\e121";
}
.ich-settings-main-wrap .glyphicon-bullhorn:before {
content: "\e122";
}
.ich-settings-main-wrap .glyphicon-bell:before {
content: "\e123";
}
.ich-settings-main-wrap .glyphicon-certificate:before {
content: "\e124";
}
.ich-settings-main-wrap .glyphicon-thumbs-up:before {
content: "\e125";
}
.ich-settings-main-wrap .glyphicon-thumbs-down:before {
content: "\e126";
}
.ich-settings-main-wrap .glyphicon-hand-right:before {
content: "\e127";
}
.ich-settings-main-wrap .glyphicon-hand-left:before {
content: "\e128";
}
.ich-settings-main-wrap .glyphicon-hand-up:before {
content: "\e129";
}
.ich-settings-main-wrap .glyphicon-hand-down:before {
content: "\e130";
}
.ich-settings-main-wrap .glyphicon-circle-arrow-right:before {
content: "\e131";
}
.ich-settings-main-wrap .glyphicon-circle-arrow-left:before {
content: "\e132";
}
.ich-settings-main-wrap .glyphicon-circle-arrow-up:before {
content: "\e133";
}
.ich-settings-main-wrap .glyphicon-circle-arrow-down:before {
content: "\e134";
}
.ich-settings-main-wrap .glyphicon-globe:before {
content: "\e135";
}
.ich-settings-main-wrap .glyphicon-wrench:before {
content: "\e136";
}
.ich-settings-main-wrap .glyphicon-tasks:before {
content: "\e137";
}
.ich-settings-main-wrap .glyphicon-filter:before {
content: "\e138";
}
.ich-settings-main-wrap .glyphicon-briefcase:before {
content: "\e139";
}
.ich-settings-main-wrap .glyphicon-fullscreen:before {
content: "\e140";
}
.ich-settings-main-wrap .glyphicon-dashboard:before {
content: "\e141";
}
.ich-settings-main-wrap .glyphicon-paperclip:before {
content: "\e142";
}
.ich-settings-main-wrap .glyphicon-heart-empty:before {
content: "\e143";
}
.ich-settings-main-wrap .glyphicon-link:before {
content: "\e144";
}
.ich-settings-main-wrap .glyphicon-phone:before {
content: "\e145";
}
.ich-settings-main-wrap .glyphicon-pushpin:before {
content: "\e146";
}
.ich-settings-main-wrap .glyphicon-usd:before {
content: "\e148";
}
.ich-settings-main-wrap .glyphicon-gbp:before {
content: "\e149";
}
.ich-settings-main-wrap .glyphicon-sort:before {
content: "\e150";
}
.ich-settings-main-wrap .glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.ich-settings-main-wrap .glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.ich-settings-main-wrap .glyphicon-sort-by-order:before {
content: "\e153";
}
.ich-settings-main-wrap .glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.ich-settings-main-wrap .glyphicon-sort-by-attributes:before {
content: "\e155";
}
.ich-settings-main-wrap .glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.ich-settings-main-wrap .glyphicon-unchecked:before {
content: "\e157";
}
.ich-settings-main-wrap .glyphicon-expand:before {
content: "\e158";
}
.ich-settings-main-wrap .glyphicon-collapse-down:before {
content: "\e159";
}
.ich-settings-main-wrap .glyphicon-collapse-up:before {
content: "\e160";
}
.ich-settings-main-wrap .glyphicon-log-in:before {
content: "\e161";
}
.ich-settings-main-wrap .glyphicon-flash:before {
content: "\e162";
}
.ich-settings-main-wrap .glyphicon-log-out:before {
content: "\e163";
}
.ich-settings-main-wrap .glyphicon-new-window:before {
content: "\e164";
}
.ich-settings-main-wrap .glyphicon-record:before {
content: "\e165";
}
.ich-settings-main-wrap .glyphicon-save:before {
content: "\e166";
}
.ich-settings-main-wrap .glyphicon-open:before {
content: "\e167";
}
.ich-settings-main-wrap .glyphicon-saved:before {
content: "\e168";
}
.ich-settings-main-wrap .glyphicon-import:before {
content: "\e169";
}
.ich-settings-main-wrap .glyphicon-export:before {
content: "\e170";
}
.ich-settings-main-wrap .glyphicon-send:before {
content: "\e171";
}
.ich-settings-main-wrap .glyphicon-floppy-disk:before {
content: "\e172";
}
.ich-settings-main-wrap .glyphicon-floppy-saved:before {
content: "\e173";
}
.ich-settings-main-wrap .glyphicon-floppy-remove:before {
content: "\e174";
}
.ich-settings-main-wrap .glyphicon-floppy-save:before {
content: "\e175";
}
.ich-settings-main-wrap .glyphicon-floppy-open:before {
content: "\e176";
}
.ich-settings-main-wrap .glyphicon-credit-card:before {
content: "\e177";
}
.ich-settings-main-wrap .glyphicon-transfer:before {
content: "\e178";
}
.ich-settings-main-wrap .glyphicon-cutlery:before {
content: "\e179";
}
.ich-settings-main-wrap .glyphicon-header:before {
content: "\e180";
}
.ich-settings-main-wrap .glyphicon-compressed:before {
content: "\e181";
}
.ich-settings-main-wrap .glyphicon-earphone:before {
content: "\e182";
}
.ich-settings-main-wrap .glyphicon-phone-alt:before {
content: "\e183";
}
.ich-settings-main-wrap .glyphicon-tower:before {
content: "\e184";
}
.ich-settings-main-wrap .glyphicon-stats:before {
content: "\e185";
}
.ich-settings-main-wrap .glyphicon-sd-video:before {
content: "\e186";
}
.ich-settings-main-wrap .glyphicon-hd-video:before {
content: "\e187";
}
.ich-settings-main-wrap .glyphicon-subtitles:before {
content: "\e188";
}
.ich-settings-main-wrap .glyphicon-sound-stereo:before {
content: "\e189";
}
.ich-settings-main-wrap .glyphicon-sound-dolby:before {
content: "\e190";
}
.ich-settings-main-wrap .glyphicon-sound-5-1:before {
content: "\e191";
}
.ich-settings-main-wrap .glyphicon-sound-6-1:before {
content: "\e192";
}
.ich-settings-main-wrap .glyphicon-sound-7-1:before {
content: "\e193";
}
.ich-settings-main-wrap .glyphicon-copyright-mark:before {
content: "\e194";
}
.ich-settings-main-wrap .glyphicon-registration-mark:before {
content: "\e195";
}
.ich-settings-main-wrap .glyphicon-cloud-download:before {
content: "\e197";
}
.ich-settings-main-wrap .glyphicon-cloud-upload:before {
content: "\e198";
}
.ich-settings-main-wrap .glyphicon-tree-conifer:before {
content: "\e199";
}
.ich-settings-main-wrap .glyphicon-tree-deciduous:before {
content: "\e200";
}
.ich-settings-main-wrap .glyphicon-cd:before {
content: "\e201";
}
.ich-settings-main-wrap .glyphicon-save-file:before {
content: "\e202";
}
.ich-settings-main-wrap .glyphicon-open-file:before {
content: "\e203";
}
.ich-settings-main-wrap .glyphicon-level-up:before {
content: "\e204";
}
.ich-settings-main-wrap .glyphicon-copy:before {
content: "\e205";
}
.ich-settings-main-wrap .glyphicon-paste:before {
content: "\e206";
}
.ich-settings-main-wrap .glyphicon-alert:before {
content: "\e209";
}
.ich-settings-main-wrap .glyphicon-equalizer:before {
content: "\e210";
}
.ich-settings-main-wrap .glyphicon-king:before {
content: "\e211";
}
.ich-settings-main-wrap .glyphicon-queen:before {
content: "\e212";
}
.ich-settings-main-wrap .glyphicon-pawn:before {
content: "\e213";
}
.ich-settings-main-wrap .glyphicon-bishop:before {
content: "\e214";
}
.ich-settings-main-wrap .glyphicon-knight:before {
content: "\e215";
}
.ich-settings-main-wrap .glyphicon-baby-formula:before {
content: "\e216";
}
.ich-settings-main-wrap .glyphicon-tent:before {
content: "\26fa";
}
.ich-settings-main-wrap .glyphicon-blackboard:before {
content: "\e218";
}
.ich-settings-main-wrap .glyphicon-bed:before {
content: "\e219";
}
.ich-settings-main-wrap .glyphicon-apple:before {
content: "\f8ff";
}
.ich-settings-main-wrap .glyphicon-erase:before {
content: "\e221";
}
.ich-settings-main-wrap .glyphicon-hourglass:before {
content: "\231b";
}
.ich-settings-main-wrap .glyphicon-lamp:before {
content: "\e223";
}
.ich-settings-main-wrap .glyphicon-duplicate:before {
content: "\e224";
}
.ich-settings-main-wrap .glyphicon-piggy-bank:before {
content: "\e225";
}
.ich-settings-main-wrap .glyphicon-scissors:before {
content: "\e226";
}
.ich-settings-main-wrap .glyphicon-bitcoin:before {
content: "\e227";
}
.ich-settings-main-wrap .glyphicon-btc:before {
content: "\e227";
}
.ich-settings-main-wrap .glyphicon-xbt:before {
content: "\e227";
}
.ich-settings-main-wrap .glyphicon-yen:before {
content: "\00a5";
}
.ich-settings-main-wrap .glyphicon-jpy:before {
content: "\00a5";
}
.ich-settings-main-wrap .glyphicon-ruble:before {
content: "\20bd";
}
.ich-settings-main-wrap .glyphicon-rub:before {
content: "\20bd";
}
.ich-settings-main-wrap .glyphicon-scale:before {
content: "\e230";
}
.ich-settings-main-wrap .glyphicon-ice-lolly:before {
content: "\e231";
}
.ich-settings-main-wrap .glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.ich-settings-main-wrap .glyphicon-education:before {
content: "\e233";
}
.ich-settings-main-wrap .glyphicon-option-horizontal:before {
content: "\e234";
}
.ich-settings-main-wrap .glyphicon-option-vertical:before {
content: "\e235";
}
.ich-settings-main-wrap .glyphicon-menu-hamburger:before {
content: "\e236";
}
.ich-settings-main-wrap .glyphicon-modal-window:before {
content: "\e237";
}
.ich-settings-main-wrap .glyphicon-oil:before {
content: "\e238";
}
.ich-settings-main-wrap .glyphicon-grain:before {
content: "\e239";
}
.ich-settings-main-wrap .glyphicon-sunglasses:before {
content: "\e240";
}
.ich-settings-main-wrap .glyphicon-text-size:before {
content: "\e241";
}
.ich-settings-main-wrap .glyphicon-text-color:before {
content: "\e242";
}
.ich-settings-main-wrap .glyphicon-text-background:before {
content: "\e243";
}
.ich-settings-main-wrap .glyphicon-object-align-top:before {
content: "\e244";
}
.ich-settings-main-wrap .glyphicon-object-align-bottom:before {
content: "\e245";
}
.ich-settings-main-wrap .glyphicon-object-align-horizontal:before {
content: "\e246";
}
.ich-settings-main-wrap .glyphicon-object-align-left:before {
content: "\e247";
}
.ich-settings-main-wrap .glyphicon-object-align-vertical:before {
content: "\e248";
}
.ich-settings-main-wrap .glyphicon-object-align-right:before {
content: "\e249";
}
.ich-settings-main-wrap .glyphicon-triangle-right:before {
content: "\e250";
}
.ich-settings-main-wrap .glyphicon-triangle-left:before {
content: "\e251";
}
.ich-settings-main-wrap .glyphicon-triangle-bottom:before {
content: "\e252";
}
.ich-settings-main-wrap .glyphicon-triangle-top:before {
content: "\e253";
}
.ich-settings-main-wrap .glyphicon-console:before {
content: "\e254";
}
.ich-settings-main-wrap .glyphicon-superscript:before {
content: "\e255";
}
.ich-settings-main-wrap .glyphicon-subscript:before {
content: "\e256";
}
.ich-settings-main-wrap .glyphicon-menu-left:before {
content: "\e257";
}
.ich-settings-main-wrap .glyphicon-menu-right:before {
content: "\e258";
}
.ich-settings-main-wrap .glyphicon-menu-down:before {
content: "\e259";
}
.ich-settings-main-wrap .glyphicon-menu-up:before {
content: "\e260";
}
.ich-settings-main-wrap * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ich-settings-main-wrap *:before,
.ich-settings-main-wrap *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ich-settings-main-wrap html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ich-settings-main-wrap body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
.ich-settings-main-wrap input,
.ich-settings-main-wrap button,
.ich-settings-main-wrap select,
.ich-settings-main-wrap textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.ich-settings-main-wrap a {
color: #337ab7;
text-decoration: none;
}
.ich-settings-main-wrap a:hover,
.ich-settings-main-wrap a:focus {
color: #23527c;
text-decoration: underline;
}
.ich-settings-main-wrap a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.ich-settings-main-wrap figure {
margin: 0;
}
.ich-settings-main-wrap img {
vertical-align: middle;
}
.ich-settings-main-wrap .img-responsive,
.ich-settings-main-wrap .thumbnail > img,
.ich-settings-main-wrap .thumbnail a > img,
.ich-settings-main-wrap .carousel-inner > .item > img,
.ich-settings-main-wrap .carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.ich-settings-main-wrap .img-rounded {
border-radius: 6px;
}
.ich-settings-main-wrap .img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.ich-settings-main-wrap .img-circle {
border-radius: 50%;
}
.ich-settings-main-wrap hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.ich-settings-main-wrap .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.ich-settings-main-wrap .sr-only-focusable:active,
.ich-settings-main-wrap .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.ich-settings-main-wrap [role="button"] {
cursor: pointer;
}
.ich-settings-main-wrap h1,
.ich-settings-main-wrap h2,
.ich-settings-main-wrap h3,
.ich-settings-main-wrap h4,
.ich-settings-main-wrap h5,
.ich-settings-main-wrap h6,
.ich-settings-main-wrap .h1,
.ich-settings-main-wrap .h2,
.ich-settings-main-wrap .h3,
.ich-settings-main-wrap .h4,
.ich-settings-main-wrap .h5,
.ich-settings-main-wrap .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
.ich-settings-main-wrap h1 small,
.ich-settings-main-wrap h2 small,
.ich-settings-main-wrap h3 small,
.ich-settings-main-wrap h4 small,
.ich-settings-main-wrap h5 small,
.ich-settings-main-wrap h6 small,
.ich-settings-main-wrap .h1 small,
.ich-settings-main-wrap .h2 small,
.ich-settings-main-wrap .h3 small,
.ich-settings-main-wrap .h4 small,
.ich-settings-main-wrap .h5 small,
.ich-settings-main-wrap .h6 small,
.ich-settings-main-wrap h1 .small,
.ich-settings-main-wrap h2 .small,
.ich-settings-main-wrap h3 .small,
.ich-settings-main-wrap h4 .small,
.ich-settings-main-wrap h5 .small,
.ich-settings-main-wrap h6 .small,
.ich-settings-main-wrap .h1 .small,
.ich-settings-main-wrap .h2 .small,
.ich-settings-main-wrap .h3 .small,
.ich-settings-main-wrap .h4 .small,
.ich-settings-main-wrap .h5 .small,
.ich-settings-main-wrap .h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
.ich-settings-main-wrap h1,
.ich-settings-main-wrap .h1,
.ich-settings-main-wrap h2,
.ich-settings-main-wrap .h2,
.ich-settings-main-wrap h3,
.ich-settings-main-wrap .h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.ich-settings-main-wrap h1 small,
.ich-settings-main-wrap .h1 small,
.ich-settings-main-wrap h2 small,
.ich-settings-main-wrap .h2 small,
.ich-settings-main-wrap h3 small,
.ich-settings-main-wrap .h3 small,
.ich-settings-main-wrap h1 .small,
.ich-settings-main-wrap .h1 .small,
.ich-settings-main-wrap h2 .small,
.ich-settings-main-wrap .h2 .small,
.ich-settings-main-wrap h3 .small,
.ich-settings-main-wrap .h3 .small {
font-size: 65%;
}
.ich-settings-main-wrap h4,
.ich-settings-main-wrap .h4,
.ich-settings-main-wrap h5,
.ich-settings-main-wrap .h5,
.ich-settings-main-wrap h6,
.ich-settings-main-wrap .h6 {
margin-top: 10px;
margin-bottom: 10px;
}
.ich-settings-main-wrap h4 small,
.ich-settings-main-wrap .h4 small,
.ich-settings-main-wrap h5 small,
.ich-settings-main-wrap .h5 small,
.ich-settings-main-wrap h6 small,
.ich-settings-main-wrap .h6 small,
.ich-settings-main-wrap h4 .small,
.ich-settings-main-wrap .h4 .small,
.ich-settings-main-wrap h5 .small,
.ich-settings-main-wrap .h5 .small,
.ich-settings-main-wrap h6 .small,
.ich-settings-main-wrap .h6 .small {
font-size: 75%;
}
.ich-settings-main-wrap h1,
.ich-settings-main-wrap .h1 {
font-size: 36px;
}
.ich-settings-main-wrap h2,
.ich-settings-main-wrap .h2 {
font-size: 30px;
}
.ich-settings-main-wrap h3,
.ich-settings-main-wrap .h3 {
font-size: 24px;
}
.ich-settings-main-wrap h4,
.ich-settings-main-wrap .h4 {
font-size: 18px;
}
.ich-settings-main-wrap h5,
.ich-settings-main-wrap .h5 {
font-size: 14px;
}
.ich-settings-main-wrap h6,
.ich-settings-main-wrap .h6 {
font-size: 12px;
}
.ich-settings-main-wrap p {
margin: 0 0 10px;
}
.ich-settings-main-wrap .lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .lead {
font-size: 21px;
}
}
.ich-settings-main-wrap small,
.ich-settings-main-wrap .small {
font-size: 85%;
}
.ich-settings-main-wrap mark,
.ich-settings-main-wrap .mark {
padding: .2em;
background-color: #fcf8e3;
}
.ich-settings-main-wrap .text-left {
text-align: left;
}
.ich-settings-main-wrap .text-right {
text-align: right;
}
.ich-settings-main-wrap .text-center {
text-align: center;
}
.ich-settings-main-wrap .text-justify {
text-align: justify;
}
.ich-settings-main-wrap .text-nowrap {
white-space: nowrap;
}
.ich-settings-main-wrap .text-lowercase {
text-transform: lowercase;
}
.ich-settings-main-wrap .text-uppercase {
text-transform: uppercase;
}
.ich-settings-main-wrap .text-capitalize {
text-transform: capitalize;
}
.ich-settings-main-wrap .text-muted {
color: #777;
}
.ich-settings-main-wrap .text-primary {
color: #337ab7;
}
.ich-settings-main-wrap a.text-primary:hover,
.ich-settings-main-wrap a.text-primary:focus {
color: #286090;
}
.ich-settings-main-wrap .text-success {
color: #3c763d;
}
.ich-settings-main-wrap a.text-success:hover,
.ich-settings-main-wrap a.text-success:focus {
color: #2b542c;
}
.ich-settings-main-wrap .text-info {
color: #31708f;
}
.ich-settings-main-wrap a.text-info:hover,
.ich-settings-main-wrap a.text-info:focus {
color: #245269;
}
.ich-settings-main-wrap .text-warning {
color: #8a6d3b;
}
.ich-settings-main-wrap a.text-warning:hover,
.ich-settings-main-wrap a.text-warning:focus {
color: #66512c;
}
.ich-settings-main-wrap .text-danger {
color: #a94442;
}
.ich-settings-main-wrap a.text-danger:hover,
.ich-settings-main-wrap a.text-danger:focus {
color: #843534;
}
.ich-settings-main-wrap .bg-primary {
color: #fff;
background-color: #337ab7;
}
.ich-settings-main-wrap a.bg-primary:hover,
.ich-settings-main-wrap a.bg-primary:focus {
background-color: #286090;
}
.ich-settings-main-wrap .bg-success {
background-color: #dff0d8;
}
.ich-settings-main-wrap a.bg-success:hover,
.ich-settings-main-wrap a.bg-success:focus {
background-color: #c1e2b3;
}
.ich-settings-main-wrap .bg-info {
background-color: #d9edf7;
}
.ich-settings-main-wrap a.bg-info:hover,
.ich-settings-main-wrap a.bg-info:focus {
background-color: #afd9ee;
}
.ich-settings-main-wrap .bg-warning {
background-color: #fcf8e3;
}
.ich-settings-main-wrap a.bg-warning:hover,
.ich-settings-main-wrap a.bg-warning:focus {
background-color: #f7ecb5;
}
.ich-settings-main-wrap .bg-danger {
background-color: #f2dede;
}
.ich-settings-main-wrap a.bg-danger:hover,
.ich-settings-main-wrap a.bg-danger:focus {
background-color: #e4b9b9;
}
.ich-settings-main-wrap .page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
.ich-settings-main-wrap ul,
.ich-settings-main-wrap ol {
margin-top: 0;
margin-bottom: 10px;
}
.ich-settings-main-wrap ul ul,
.ich-settings-main-wrap ol ul,
.ich-settings-main-wrap ul ol,
.ich-settings-main-wrap ol ol {
margin-bottom: 0;
}
.ich-settings-main-wrap .list-unstyled {
padding-left: 0;
list-style: none;
}
.ich-settings-main-wrap .list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.ich-settings-main-wrap .list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
.ich-settings-main-wrap dl {
margin-top: 0;
margin-bottom: 20px;
}
.ich-settings-main-wrap dt,
.ich-settings-main-wrap dd {
line-height: 1.42857143;
}
.ich-settings-main-wrap dt {
font-weight: bold;
}
.ich-settings-main-wrap dd {
margin-left: 0;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.ich-settings-main-wrap .dl-horizontal dd {
margin-left: 180px;
}
}
.ich-settings-main-wrap abbr[title],
.ich-settings-main-wrap abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777;
}
.ich-settings-main-wrap .initialism {
font-size: 90%;
text-transform: uppercase;
}
.ich-settings-main-wrap blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
.ich-settings-main-wrap blockquote p:last-child,
.ich-settings-main-wrap blockquote ul:last-child,
.ich-settings-main-wrap blockquote ol:last-child {
margin-bottom: 0;
}
.ich-settings-main-wrap blockquote footer,
.ich-settings-main-wrap blockquote small,
.ich-settings-main-wrap blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
.ich-settings-main-wrap blockquote footer:before,
.ich-settings-main-wrap blockquote small:before,
.ich-settings-main-wrap blockquote .small:before {
content: '\2014 \00A0';
}
.ich-settings-main-wrap .blockquote-reverse,
.ich-settings-main-wrap blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-left: 0;
}
.ich-settings-main-wrap .blockquote-reverse footer:before,
.ich-settings-main-wrap blockquote.pull-right footer:before,
.ich-settings-main-wrap .blockquote-reverse small:before,
.ich-settings-main-wrap blockquote.pull-right small:before,
.ich-settings-main-wrap .blockquote-reverse .small:before,
.ich-settings-main-wrap blockquote.pull-right .small:before {
content: '';
}
.ich-settings-main-wrap .blockquote-reverse footer:after,
.ich-settings-main-wrap blockquote.pull-right footer:after,
.ich-settings-main-wrap .blockquote-reverse small:after,
.ich-settings-main-wrap blockquote.pull-right small:after,
.ich-settings-main-wrap .blockquote-reverse .small:after,
.ich-settings-main-wrap blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
.ich-settings-main-wrap address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
.ich-settings-main-wrap code,
.ich-settings-main-wrap kbd,
.ich-settings-main-wrap pre,
.ich-settings-main-wrap samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.ich-settings-main-wrap code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
.ich-settings-main-wrap kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.ich-settings-main-wrap kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
.ich-settings-main-wrap pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
.ich-settings-main-wrap pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.ich-settings-main-wrap .pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.ich-settings-main-wrap .container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .container {
width: 750px;
}
}
@media (min-width: 992px) {
.ich-settings-main-wrap .container {
width: 970px;
}
}
@media (min-width: 1200px) {
.ich-settings-main-wrap .container {
width: 1170px;
}
}
.ich-settings-main-wrap .container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.ich-settings-main-wrap .row {
margin-right: -15px;
margin-left: -15px;
}
.ich-settings-main-wrap .col-xs-1,
.ich-settings-main-wrap .col-sm-1,
.ich-settings-main-wrap .col-md-1,
.ich-settings-main-wrap .col-lg-1,
.ich-settings-main-wrap .col-xs-2,
.ich-settings-main-wrap .col-sm-2,
.ich-settings-main-wrap .col-md-2,
.ich-settings-main-wrap .col-lg-2,
.ich-settings-main-wrap .col-xs-3,
.ich-settings-main-wrap .col-sm-3,
.ich-settings-main-wrap .col-md-3,
.ich-settings-main-wrap .col-lg-3,
.ich-settings-main-wrap .col-xs-4,
.ich-settings-main-wrap .col-sm-4,
.ich-settings-main-wrap .col-md-4,
.ich-settings-main-wrap .col-lg-4,
.ich-settings-main-wrap .col-xs-5,
.ich-settings-main-wrap .col-sm-5,
.ich-settings-main-wrap .col-md-5,
.ich-settings-main-wrap .col-lg-5,
.ich-settings-main-wrap .col-xs-6,
.ich-settings-main-wrap .col-sm-6,
.ich-settings-main-wrap .col-md-6,
.ich-settings-main-wrap .col-lg-6,
.ich-settings-main-wrap .col-xs-7,
.ich-settings-main-wrap .col-sm-7,
.ich-settings-main-wrap .col-md-7,
.ich-settings-main-wrap .col-lg-7,
.ich-settings-main-wrap .col-xs-8,
.ich-settings-main-wrap .col-sm-8,
.ich-settings-main-wrap .col-md-8,
.ich-settings-main-wrap .col-lg-8,
.ich-settings-main-wrap .col-xs-9,
.ich-settings-main-wrap .col-sm-9,
.ich-settings-main-wrap .col-md-9,
.ich-settings-main-wrap .col-lg-9,
.ich-settings-main-wrap .col-xs-10,
.ich-settings-main-wrap .col-sm-10,
.ich-settings-main-wrap .col-md-10,
.ich-settings-main-wrap .col-lg-10,
.ich-settings-main-wrap .col-xs-11,
.ich-settings-main-wrap .col-sm-11,
.ich-settings-main-wrap .col-md-11,
.ich-settings-main-wrap .col-lg-11,
.ich-settings-main-wrap .col-xs-12,
.ich-settings-main-wrap .col-sm-12,
.ich-settings-main-wrap .col-md-12,
.ich-settings-main-wrap .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.ich-settings-main-wrap .col-xs-1,
.ich-settings-main-wrap .col-xs-2,
.ich-settings-main-wrap .col-xs-3,
.ich-settings-main-wrap .col-xs-4,
.ich-settings-main-wrap .col-xs-5,
.ich-settings-main-wrap .col-xs-6,
.ich-settings-main-wrap .col-xs-7,
.ich-settings-main-wrap .col-xs-8,
.ich-settings-main-wrap .col-xs-9,
.ich-settings-main-wrap .col-xs-10,
.ich-settings-main-wrap .col-xs-11,
.ich-settings-main-wrap .col-xs-12 {
float: left;
}
.ich-settings-main-wrap .col-xs-12 {
width: 100%;
}
.ich-settings-main-wrap .col-xs-11 {
width: 91.66666667%;
}
.ich-settings-main-wrap .col-xs-10 {
width: 83.33333333%;
}
.ich-settings-main-wrap .col-xs-9 {
width: 75%;
}
.ich-settings-main-wrap .col-xs-8 {
width: 66.66666667%;
}
.ich-settings-main-wrap .col-xs-7 {
width: 58.33333333%;
}
.ich-settings-main-wrap .col-xs-6 {
width: 50%;
}
.ich-settings-main-wrap .col-xs-5 {
width: 41.66666667%;
}
.ich-settings-main-wrap .col-xs-4 {
width: 33.33333333%;
}
.ich-settings-main-wrap .col-xs-3 {
width: 25%;
}
.ich-settings-main-wrap .col-xs-2 {
width: 16.66666667%;
}
.ich-settings-main-wrap .col-xs-1 {
width: 8.33333333%;
}
.ich-settings-main-wrap .col-xs-pull-12 {
right: 100%;
}
.ich-settings-main-wrap .col-xs-pull-11 {
right: 91.66666667%;
}
.ich-settings-main-wrap .col-xs-pull-10 {
right: 83.33333333%;
}
.ich-settings-main-wrap .col-xs-pull-9 {
right: 75%;
}
.ich-settings-main-wrap .col-xs-pull-8 {
right: 66.66666667%;
}
.ich-settings-main-wrap .col-xs-pull-7 {
right: 58.33333333%;
}
.ich-settings-main-wrap .col-xs-pull-6 {
right: 50%;
}
.ich-settings-main-wrap .col-xs-pull-5 {
right: 41.66666667%;
}
.ich-settings-main-wrap .col-xs-pull-4 {
right: 33.33333333%;
}
.ich-settings-main-wrap .col-xs-pull-3 {
right: 25%;
}
.ich-settings-main-wrap .col-xs-pull-2 {
right: 16.66666667%;
}
.ich-settings-main-wrap .col-xs-pull-1 {
right: 8.33333333%;
}
.ich-settings-main-wrap .col-xs-pull-0 {
right: auto;
}
.ich-settings-main-wrap .col-xs-push-12 {
left: 100%;
}
.ich-settings-main-wrap .col-xs-push-11 {
left: 91.66666667%;
}
.ich-settings-main-wrap .col-xs-push-10 {
left: 83.33333333%;
}
.ich-settings-main-wrap .col-xs-push-9 {
left: 75%;
}
.ich-settings-main-wrap .col-xs-push-8 {
left: 66.66666667%;
}
.ich-settings-main-wrap .col-xs-push-7 {
left: 58.33333333%;
}
.ich-settings-main-wrap .col-xs-push-6 {
left: 50%;
}
.ich-settings-main-wrap .col-xs-push-5 {
left: 41.66666667%;
}
.ich-settings-main-wrap .col-xs-push-4 {
left: 33.33333333%;
}
.ich-settings-main-wrap .col-xs-push-3 {
left: 25%;
}
.ich-settings-main-wrap .col-xs-push-2 {
left: 16.66666667%;
}
.ich-settings-main-wrap .col-xs-push-1 {
left: 8.33333333%;
}
.ich-settings-main-wrap .col-xs-push-0 {
left: auto;
}
.ich-settings-main-wrap .col-xs-offset-12 {
margin-left: 100%;
}
.ich-settings-main-wrap .col-xs-offset-11 {
margin-left: 91.66666667%;
}
.ich-settings-main-wrap .col-xs-offset-10 {
margin-left: 83.33333333%;
}
.ich-settings-main-wrap .col-xs-offset-9 {
margin-left: 75%;
}
.ich-settings-main-wrap .col-xs-offset-8 {
margin-left: 66.66666667%;
}
.ich-settings-main-wrap .col-xs-offset-7 {
margin-left: 58.33333333%;
}
.ich-settings-main-wrap .col-xs-offset-6 {
margin-left: 50%;
}
.ich-settings-main-wrap .col-xs-offset-5 {
margin-left: 41.66666667%;
}
.ich-settings-main-wrap .col-xs-offset-4 {
margin-left: 33.33333333%;
}
.ich-settings-main-wrap .col-xs-offset-3 {
margin-left: 25%;
}
.ich-settings-main-wrap .col-xs-offset-2 {
margin-left: 16.66666667%;
}
.ich-settings-main-wrap .col-xs-offset-1 {
margin-left: 8.33333333%;
}
.ich-settings-main-wrap .col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .col-sm-1,
.ich-settings-main-wrap .col-sm-2,
.ich-settings-main-wrap .col-sm-3,
.ich-settings-main-wrap .col-sm-4,
.ich-settings-main-wrap .col-sm-5,
.ich-settings-main-wrap .col-sm-6,
.ich-settings-main-wrap .col-sm-7,
.ich-settings-main-wrap .col-sm-8,
.ich-settings-main-wrap .col-sm-9,
.ich-settings-main-wrap .col-sm-10,
.ich-settings-main-wrap .col-sm-11,
.ich-settings-main-wrap .col-sm-12 {
float: left;
}
.ich-settings-main-wrap .col-sm-12 {
width: 100%;
}
.ich-settings-main-wrap .col-sm-11 {
width: 91.66666667%;
}
.ich-settings-main-wrap .col-sm-10 {
width: 83.33333333%;
}
.ich-settings-main-wrap .col-sm-9 {
width: 75%;
}
.ich-settings-main-wrap .col-sm-8 {
width: 66.66666667%;
}
.ich-settings-main-wrap .col-sm-7 {
width: 58.33333333%;
}
.ich-settings-main-wrap .col-sm-6 {
width: 50%;
}
.ich-settings-main-wrap .col-sm-5 {
width: 41.66666667%;
}
.ich-settings-main-wrap .col-sm-4 {
width: 33.33333333%;
}
.ich-settings-main-wrap .col-sm-3 {
width: 25%;
}
.ich-settings-main-wrap .col-sm-2 {
width: 16.66666667%;
}
.ich-settings-main-wrap .col-sm-1 {
width: 8.33333333%;
}
.ich-settings-main-wrap .col-sm-pull-12 {
right: 100%;
}
.ich-settings-main-wrap .col-sm-pull-11 {
right: 91.66666667%;
}
.ich-settings-main-wrap .col-sm-pull-10 {
right: 83.33333333%;
}
.ich-settings-main-wrap .col-sm-pull-9 {
right: 75%;
}
.ich-settings-main-wrap .col-sm-pull-8 {
right: 66.66666667%;
}
.ich-settings-main-wrap .col-sm-pull-7 {
right: 58.33333333%;
}
.ich-settings-main-wrap .col-sm-pull-6 {
right: 50%;
}
.ich-settings-main-wrap .col-sm-pull-5 {
right: 41.66666667%;
}
.ich-settings-main-wrap .col-sm-pull-4 {
right: 33.33333333%;
}
.ich-settings-main-wrap .col-sm-pull-3 {
right: 25%;
}
.ich-settings-main-wrap .col-sm-pull-2 {
right: 16.66666667%;
}
.ich-settings-main-wrap .col-sm-pull-1 {
right: 8.33333333%;
}
.ich-settings-main-wrap .col-sm-pull-0 {
right: auto;
}
.ich-settings-main-wrap .col-sm-push-12 {
left: 100%;
}
.ich-settings-main-wrap .col-sm-push-11 {
left: 91.66666667%;
}
.ich-settings-main-wrap .col-sm-push-10 {
left: 83.33333333%;
}
.ich-settings-main-wrap .col-sm-push-9 {
left: 75%;
}
.ich-settings-main-wrap .col-sm-push-8 {
left: 66.66666667%;
}
.ich-settings-main-wrap .col-sm-push-7 {
left: 58.33333333%;
}
.ich-settings-main-wrap .col-sm-push-6 {
left: 50%;
}
.ich-settings-main-wrap .col-sm-push-5 {
left: 41.66666667%;
}
.ich-settings-main-wrap .col-sm-push-4 {
left: 33.33333333%;
}
.ich-settings-main-wrap .col-sm-push-3 {
left: 25%;
}
.ich-settings-main-wrap .col-sm-push-2 {
left: 16.66666667%;
}
.ich-settings-main-wrap .col-sm-push-1 {
left: 8.33333333%;
}
.ich-settings-main-wrap .col-sm-push-0 {
left: auto;
}
.ich-settings-main-wrap .col-sm-offset-12 {
margin-left: 100%;
}
.ich-settings-main-wrap .col-sm-offset-11 {
margin-left: 91.66666667%;
}
.ich-settings-main-wrap .col-sm-offset-10 {
margin-left: 83.33333333%;
}
.ich-settings-main-wrap .col-sm-offset-9 {
margin-left: 75%;
}
.ich-settings-main-wrap .col-sm-offset-8 {
margin-left: 66.66666667%;
}
.ich-settings-main-wrap .col-sm-offset-7 {
margin-left: 58.33333333%;
}
.ich-settings-main-wrap .col-sm-offset-6 {
margin-left: 50%;
}
.ich-settings-main-wrap .col-sm-offset-5 {
margin-left: 41.66666667%;
}
.ich-settings-main-wrap .col-sm-offset-4 {
margin-left: 33.33333333%;
}
.ich-settings-main-wrap .col-sm-offset-3 {
margin-left: 25%;
}
.ich-settings-main-wrap .col-sm-offset-2 {
margin-left: 16.66666667%;
}
.ich-settings-main-wrap .col-sm-offset-1 {
margin-left: 8.33333333%;
}
.ich-settings-main-wrap .col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.ich-settings-main-wrap .col-md-1,
.ich-settings-main-wrap .col-md-2,
.ich-settings-main-wrap .col-md-3,
.ich-settings-main-wrap .col-md-4,
.ich-settings-main-wrap .col-md-5,
.ich-settings-main-wrap .col-md-6,
.ich-settings-main-wrap .col-md-7,
.ich-settings-main-wrap .col-md-8,
.ich-settings-main-wrap .col-md-9,
.ich-settings-main-wrap .col-md-10,
.ich-settings-main-wrap .col-md-11,
.ich-settings-main-wrap .col-md-12 {
float: left;
}
.ich-settings-main-wrap .col-md-12 {
width: 100%;
}
.ich-settings-main-wrap .col-md-11 {
width: 91.66666667%;
}
.ich-settings-main-wrap .col-md-10 {
width: 83.33333333%;
}
.ich-settings-main-wrap .col-md-9 {
width: 75%;
}
.ich-settings-main-wrap .col-md-8 {
width: 66.66666667%;
}
.ich-settings-main-wrap .col-md-7 {
width: 58.33333333%;
}
.ich-settings-main-wrap .col-md-6 {
width: 50%;
}
.ich-settings-main-wrap .col-md-5 {
width: 41.66666667%;
}
.ich-settings-main-wrap .col-md-4 {
width: 33.33333333%;
}
.ich-settings-main-wrap .col-md-3 {
width: 25%;
}
.ich-settings-main-wrap .col-md-2 {
width: 16.66666667%;
}
.ich-settings-main-wrap .col-md-1 {
width: 8.33333333%;
}
.ich-settings-main-wrap .col-md-pull-12 {
right: 100%;
}
.ich-settings-main-wrap .col-md-pull-11 {
right: 91.66666667%;
}
.ich-settings-main-wrap .col-md-pull-10 {
right: 83.33333333%;
}
.ich-settings-main-wrap .col-md-pull-9 {
right: 75%;
}
.ich-settings-main-wrap .col-md-pull-8 {
right: 66.66666667%;
}
.ich-settings-main-wrap .col-md-pull-7 {
right: 58.33333333%;
}
.ich-settings-main-wrap .col-md-pull-6 {
right: 50%;
}
.ich-settings-main-wrap .col-md-pull-5 {
right: 41.66666667%;
}
.ich-settings-main-wrap .col-md-pull-4 {
right: 33.33333333%;
}
.ich-settings-main-wrap .col-md-pull-3 {
right: 25%;
}
.ich-settings-main-wrap .col-md-pull-2 {
right: 16.66666667%;
}
.ich-settings-main-wrap .col-md-pull-1 {
right: 8.33333333%;
}
.ich-settings-main-wrap .col-md-pull-0 {
right: auto;
}
.ich-settings-main-wrap .col-md-push-12 {
left: 100%;
}
.ich-settings-main-wrap .col-md-push-11 {
left: 91.66666667%;
}
.ich-settings-main-wrap .col-md-push-10 {
left: 83.33333333%;
}
.ich-settings-main-wrap .col-md-push-9 {
left: 75%;
}
.ich-settings-main-wrap .col-md-push-8 {
left: 66.66666667%;
}
.ich-settings-main-wrap .col-md-push-7 {
left: 58.33333333%;
}
.ich-settings-main-wrap .col-md-push-6 {
left: 50%;
}
.ich-settings-main-wrap .col-md-push-5 {
left: 41.66666667%;
}
.ich-settings-main-wrap .col-md-push-4 {
left: 33.33333333%;
}
.ich-settings-main-wrap .col-md-push-3 {
left: 25%;
}
.ich-settings-main-wrap .col-md-push-2 {
left: 16.66666667%;
}
.ich-settings-main-wrap .col-md-push-1 {
left: 8.33333333%;
}
.ich-settings-main-wrap .col-md-push-0 {
left: auto;
}
.ich-settings-main-wrap .col-md-offset-12 {
margin-left: 100%;
}
.ich-settings-main-wrap .col-md-offset-11 {
margin-left: 91.66666667%;
}
.ich-settings-main-wrap .col-md-offset-10 {
margin-left: 83.33333333%;
}
.ich-settings-main-wrap .col-md-offset-9 {
margin-left: 75%;
}
.ich-settings-main-wrap .col-md-offset-8 {
margin-left: 66.66666667%;
}
.ich-settings-main-wrap .col-md-offset-7 {
margin-left: 58.33333333%;
}
.ich-settings-main-wrap .col-md-offset-6 {
margin-left: 50%;
}
.ich-settings-main-wrap .col-md-offset-5 {
margin-left: 41.66666667%;
}
.ich-settings-main-wrap .col-md-offset-4 {
margin-left: 33.33333333%;
}
.ich-settings-main-wrap .col-md-offset-3 {
margin-left: 25%;
}
.ich-settings-main-wrap .col-md-offset-2 {
margin-left: 16.66666667%;
}
.ich-settings-main-wrap .col-md-offset-1 {
margin-left: 8.33333333%;
}
.ich-settings-main-wrap .col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.ich-settings-main-wrap .col-lg-1,
.ich-settings-main-wrap .col-lg-2,
.ich-settings-main-wrap .col-lg-3,
.ich-settings-main-wrap .col-lg-4,
.ich-settings-main-wrap .col-lg-5,
.ich-settings-main-wrap .col-lg-6,
.ich-settings-main-wrap .col-lg-7,
.ich-settings-main-wrap .col-lg-8,
.ich-settings-main-wrap .col-lg-9,
.ich-settings-main-wrap .col-lg-10,
.ich-settings-main-wrap .col-lg-11,
.ich-settings-main-wrap .col-lg-12 {
float: left;
}
.ich-settings-main-wrap .col-lg-12 {
width: 100%;
}
.ich-settings-main-wrap .col-lg-11 {
width: 91.66666667%;
}
.ich-settings-main-wrap .col-lg-10 {
width: 83.33333333%;
}
.ich-settings-main-wrap .col-lg-9 {
width: 75%;
}
.ich-settings-main-wrap .col-lg-8 {
width: 66.66666667%;
}
.ich-settings-main-wrap .col-lg-7 {
width: 58.33333333%;
}
.ich-settings-main-wrap .col-lg-6 {
width: 50%;
}
.ich-settings-main-wrap .col-lg-5 {
width: 41.66666667%;
}
.ich-settings-main-wrap .col-lg-4 {
width: 33.33333333%;
}
.ich-settings-main-wrap .col-lg-3 {
width: 25%;
}
.ich-settings-main-wrap .col-lg-2 {
width: 16.66666667%;
}
.ich-settings-main-wrap .col-lg-1 {
width: 8.33333333%;
}
.ich-settings-main-wrap .col-lg-pull-12 {
right: 100%;
}
.ich-settings-main-wrap .col-lg-pull-11 {
right: 91.66666667%;
}
.ich-settings-main-wrap .col-lg-pull-10 {
right: 83.33333333%;
}
.ich-settings-main-wrap .col-lg-pull-9 {
right: 75%;
}
.ich-settings-main-wrap .col-lg-pull-8 {
right: 66.66666667%;
}
.ich-settings-main-wrap .col-lg-pull-7 {
right: 58.33333333%;
}
.ich-settings-main-wrap .col-lg-pull-6 {
right: 50%;
}
.ich-settings-main-wrap .col-lg-pull-5 {
right: 41.66666667%;
}
.ich-settings-main-wrap .col-lg-pull-4 {
right: 33.33333333%;
}
.ich-settings-main-wrap .col-lg-pull-3 {
right: 25%;
}
.ich-settings-main-wrap .col-lg-pull-2 {
right: 16.66666667%;
}
.ich-settings-main-wrap .col-lg-pull-1 {
right: 8.33333333%;
}
.ich-settings-main-wrap .col-lg-pull-0 {
right: auto;
}
.ich-settings-main-wrap .col-lg-push-12 {
left: 100%;
}
.ich-settings-main-wrap .col-lg-push-11 {
left: 91.66666667%;
}
.ich-settings-main-wrap .col-lg-push-10 {
left: 83.33333333%;
}
.ich-settings-main-wrap .col-lg-push-9 {
left: 75%;
}
.ich-settings-main-wrap .col-lg-push-8 {
left: 66.66666667%;
}
.ich-settings-main-wrap .col-lg-push-7 {
left: 58.33333333%;
}
.ich-settings-main-wrap .col-lg-push-6 {
left: 50%;
}
.ich-settings-main-wrap .col-lg-push-5 {
left: 41.66666667%;
}
.ich-settings-main-wrap .col-lg-push-4 {
left: 33.33333333%;
}
.ich-settings-main-wrap .col-lg-push-3 {
left: 25%;
}
.ich-settings-main-wrap .col-lg-push-2 {
left: 16.66666667%;
}
.ich-settings-main-wrap .col-lg-push-1 {
left: 8.33333333%;
}
.ich-settings-main-wrap .col-lg-push-0 {
left: auto;
}
.ich-settings-main-wrap .col-lg-offset-12 {
margin-left: 100%;
}
.ich-settings-main-wrap .col-lg-offset-11 {
margin-left: 91.66666667%;
}
.ich-settings-main-wrap .col-lg-offset-10 {
margin-left: 83.33333333%;
}
.ich-settings-main-wrap .col-lg-offset-9 {
margin-left: 75%;
}
.ich-settings-main-wrap .col-lg-offset-8 {
margin-left: 66.66666667%;
}
.ich-settings-main-wrap .col-lg-offset-7 {
margin-left: 58.33333333%;
}
.ich-settings-main-wrap .col-lg-offset-6 {
margin-left: 50%;
}
.ich-settings-main-wrap .col-lg-offset-5 {
margin-left: 41.66666667%;
}
.ich-settings-main-wrap .col-lg-offset-4 {
margin-left: 33.33333333%;
}
.ich-settings-main-wrap .col-lg-offset-3 {
margin-left: 25%;
}
.ich-settings-main-wrap .col-lg-offset-2 {
margin-left: 16.66666667%;
}
.ich-settings-main-wrap .col-lg-offset-1 {
margin-left: 8.33333333%;
}
.ich-settings-main-wrap .col-lg-offset-0 {
margin-left: 0;
}
}
.ich-settings-main-wrap table {
background-color: transparent;
}
.ich-settings-main-wrap caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
.ich-settings-main-wrap th {
text-align: left;
}
.ich-settings-main-wrap .table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.ich-settings-main-wrap .table > thead > tr > th,
.ich-settings-main-wrap .table > tbody > tr > th,
.ich-settings-main-wrap .table > tfoot > tr > th,
.ich-settings-main-wrap .table > thead > tr > td,
.ich-settings-main-wrap .table > tbody > tr > td,
.ich-settings-main-wrap .table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.ich-settings-main-wrap .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.ich-settings-main-wrap .table > caption + thead > tr:first-child > th,
.ich-settings-main-wrap .table > colgroup + thead > tr:first-child > th,
.ich-settings-main-wrap .table > thead:first-child > tr:first-child > th,
.ich-settings-main-wrap .table > caption + thead > tr:first-child > td,
.ich-settings-main-wrap .table > colgroup + thead > tr:first-child > td,
.ich-settings-main-wrap .table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.ich-settings-main-wrap .table > tbody + tbody {
border-top: 2px solid #ddd;
}
.ich-settings-main-wrap .table .table {
background-color: #fff;
}
.ich-settings-main-wrap .table-condensed > thead > tr > th,
.ich-settings-main-wrap .table-condensed > tbody > tr > th,
.ich-settings-main-wrap .table-condensed > tfoot > tr > th,
.ich-settings-main-wrap .table-condensed > thead > tr > td,
.ich-settings-main-wrap .table-condensed > tbody > tr > td,
.ich-settings-main-wrap .table-condensed > tfoot > tr > td {
padding: 5px;
}
.ich-settings-main-wrap .table-bordered {
border: 1px solid #ddd;
}
.ich-settings-main-wrap .table-bordered > thead > tr > th,
.ich-settings-main-wrap .table-bordered > tbody > tr > th,
.ich-settings-main-wrap .table-bordered > tfoot > tr > th,
.ich-settings-main-wrap .table-bordered > thead > tr > td,
.ich-settings-main-wrap .table-bordered > tbody > tr > td,
.ich-settings-main-wrap .table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.ich-settings-main-wrap .table-bordered > thead > tr > th,
.ich-settings-main-wrap .table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.ich-settings-main-wrap .table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.ich-settings-main-wrap .table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
.ich-settings-main-wrap table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
.ich-settings-main-wrap table td[class*="col-"],
.ich-settings-main-wrap table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
.ich-settings-main-wrap .table > thead > tr > td.active,
.ich-settings-main-wrap .table > tbody > tr > td.active,
.ich-settings-main-wrap .table > tfoot > tr > td.active,
.ich-settings-main-wrap .table > thead > tr > th.active,
.ich-settings-main-wrap .table > tbody > tr > th.active,
.ich-settings-main-wrap .table > tfoot > tr > th.active,
.ich-settings-main-wrap .table > thead > tr.active > td,
.ich-settings-main-wrap .table > tbody > tr.active > td,
.ich-settings-main-wrap .table > tfoot > tr.active > td,
.ich-settings-main-wrap .table > thead > tr.active > th,
.ich-settings-main-wrap .table > tbody > tr.active > th,
.ich-settings-main-wrap .table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.ich-settings-main-wrap .table-hover > tbody > tr > td.active:hover,
.ich-settings-main-wrap .table-hover > tbody > tr > th.active:hover,
.ich-settings-main-wrap .table-hover > tbody > tr.active:hover > td,
.ich-settings-main-wrap .table-hover > tbody > tr:hover > .active,
.ich-settings-main-wrap .table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.ich-settings-main-wrap .table > thead > tr > td.success,
.ich-settings-main-wrap .table > tbody > tr > td.success,
.ich-settings-main-wrap .table > tfoot > tr > td.success,
.ich-settings-main-wrap .table > thead > tr > th.success,
.ich-settings-main-wrap .table > tbody > tr > th.success,
.ich-settings-main-wrap .table > tfoot > tr > th.success,
.ich-settings-main-wrap .table > thead > tr.success > td,
.ich-settings-main-wrap .table > tbody > tr.success > td,
.ich-settings-main-wrap .table > tfoot > tr.success > td,
.ich-settings-main-wrap .table > thead > tr.success > th,
.ich-settings-main-wrap .table > tbody > tr.success > th,
.ich-settings-main-wrap .table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.ich-settings-main-wrap .table-hover > tbody > tr > td.success:hover,
.ich-settings-main-wrap .table-hover > tbody > tr > th.success:hover,
.ich-settings-main-wrap .table-hover > tbody > tr.success:hover > td,
.ich-settings-main-wrap .table-hover > tbody > tr:hover > .success,
.ich-settings-main-wrap .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.ich-settings-main-wrap .table > thead > tr > td.info,
.ich-settings-main-wrap .table > tbody > tr > td.info,
.ich-settings-main-wrap .table > tfoot > tr > td.info,
.ich-settings-main-wrap .table > thead > tr > th.info,
.ich-settings-main-wrap .table > tbody > tr > th.info,
.ich-settings-main-wrap .table > tfoot > tr > th.info,
.ich-settings-main-wrap .table > thead > tr.info > td,
.ich-settings-main-wrap .table > tbody > tr.info > td,
.ich-settings-main-wrap .table > tfoot > tr.info > td,
.ich-settings-main-wrap .table > thead > tr.info > th,
.ich-settings-main-wrap .table > tbody > tr.info > th,
.ich-settings-main-wrap .table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.ich-settings-main-wrap .table-hover > tbody > tr > td.info:hover,
.ich-settings-main-wrap .table-hover > tbody > tr > th.info:hover,
.ich-settings-main-wrap .table-hover > tbody > tr.info:hover > td,
.ich-settings-main-wrap .table-hover > tbody > tr:hover > .info,
.ich-settings-main-wrap .table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.ich-settings-main-wrap .table > thead > tr > td.warning,
.ich-settings-main-wrap .table > tbody > tr > td.warning,
.ich-settings-main-wrap .table > tfoot > tr > td.warning,
.ich-settings-main-wrap .table > thead > tr > th.warning,
.ich-settings-main-wrap .table > tbody > tr > th.warning,
.ich-settings-main-wrap .table > tfoot > tr > th.warning,
.ich-settings-main-wrap .table > thead > tr.warning > td,
.ich-settings-main-wrap .table > tbody > tr.warning > td,
.ich-settings-main-wrap .table > tfoot > tr.warning > td,
.ich-settings-main-wrap .table > thead > tr.warning > th,
.ich-settings-main-wrap .table > tbody > tr.warning > th,
.ich-settings-main-wrap .table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.ich-settings-main-wrap .table-hover > tbody > tr > td.warning:hover,
.ich-settings-main-wrap .table-hover > tbody > tr > th.warning:hover,
.ich-settings-main-wrap .table-hover > tbody > tr.warning:hover > td,
.ich-settings-main-wrap .table-hover > tbody > tr:hover > .warning,
.ich-settings-main-wrap .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.ich-settings-main-wrap .table > thead > tr > td.danger,
.ich-settings-main-wrap .table > tbody > tr > td.danger,
.ich-settings-main-wrap .table > tfoot > tr > td.danger,
.ich-settings-main-wrap .table > thead > tr > th.danger,
.ich-settings-main-wrap .table > tbody > tr > th.danger,
.ich-settings-main-wrap .table > tfoot > tr > th.danger,
.ich-settings-main-wrap .table > thead > tr.danger > td,
.ich-settings-main-wrap .table > tbody > tr.danger > td,
.ich-settings-main-wrap .table > tfoot > tr.danger > td,
.ich-settings-main-wrap .table > thead > tr.danger > th,
.ich-settings-main-wrap .table > tbody > tr.danger > th,
.ich-settings-main-wrap .table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.ich-settings-main-wrap .table-hover > tbody > tr > td.danger:hover,
.ich-settings-main-wrap .table-hover > tbody > tr > th.danger:hover,
.ich-settings-main-wrap .table-hover > tbody > tr.danger:hover > td,
.ich-settings-main-wrap .table-hover > tbody > tr:hover > .danger,
.ich-settings-main-wrap .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.ich-settings-main-wrap .table-responsive {
min-height: .01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.ich-settings-main-wrap .table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.ich-settings-main-wrap .table-responsive > .table {
margin-bottom: 0;
}
.ich-settings-main-wrap .table-responsive > .table > thead > tr > th,
.ich-settings-main-wrap .table-responsive > .table > tbody > tr > th,
.ich-settings-main-wrap .table-responsive > .table > tfoot > tr > th,
.ich-settings-main-wrap .table-responsive > .table > thead > tr > td,
.ich-settings-main-wrap .table-responsive > .table > tbody > tr > td,
.ich-settings-main-wrap .table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.ich-settings-main-wrap .table-responsive > .table-bordered {
border: 0;
}
.ich-settings-main-wrap .table-responsive > .table-bordered > thead > tr > th:first-child,
.ich-settings-main-wrap .table-responsive > .table-bordered > tbody > tr > th:first-child,
.ich-settings-main-wrap .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.ich-settings-main-wrap .table-responsive > .table-bordered > thead > tr > td:first-child,
.ich-settings-main-wrap .table-responsive > .table-bordered > tbody > tr > td:first-child,
.ich-settings-main-wrap .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.ich-settings-main-wrap .table-responsive > .table-bordered > thead > tr > th:last-child,
.ich-settings-main-wrap .table-responsive > .table-bordered > tbody > tr > th:last-child,
.ich-settings-main-wrap .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.ich-settings-main-wrap .table-responsive > .table-bordered > thead > tr > td:last-child,
.ich-settings-main-wrap .table-responsive > .table-bordered > tbody > tr > td:last-child,
.ich-settings-main-wrap .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.ich-settings-main-wrap .table-responsive > .table-bordered > tbody > tr:last-child > th,
.ich-settings-main-wrap .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.ich-settings-main-wrap .table-responsive > .table-bordered > tbody > tr:last-child > td,
.ich-settings-main-wrap .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
.ich-settings-main-wrap fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
.ich-settings-main-wrap legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
.ich-settings-main-wrap label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
.ich-settings-main-wrap input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ich-settings-main-wrap input[type="radio"],
.ich-settings-main-wrap input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
.ich-settings-main-wrap input[type="file"] {
display: block;
}
.ich-settings-main-wrap input[type="range"] {
display: block;
width: 100%;
}
.ich-settings-main-wrap select[multiple],
.ich-settings-main-wrap select[size] {
height: auto;
}
.ich-settings-main-wrap input[type="file"]:focus,
.ich-settings-main-wrap input[type="radio"]:focus,
.ich-settings-main-wrap input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.ich-settings-main-wrap output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
}
.ich-settings-main-wrap .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ich-settings-main-wrap .form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ich-settings-main-wrap .form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.ich-settings-main-wrap .form-control:-ms-input-placeholder {
color: #999;
}
.ich-settings-main-wrap .form-control::-webkit-input-placeholder {
color: #999;
}
.ich-settings-main-wrap .form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.ich-settings-main-wrap .form-control[disabled],
.ich-settings-main-wrap .form-control[readonly],
.ich-settings-main-wrap fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1;
}
.ich-settings-main-wrap .form-control[disabled],
.ich-settings-main-wrap fieldset[disabled] .form-control {
cursor: not-allowed;
}
.ich-settings-main-wrap textarea.form-control {
height: auto;
}
.ich-settings-main-wrap input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.ich-settings-main-wrap input[type="date"].form-control,
.ich-settings-main-wrap input[type="time"].form-control,
.ich-settings-main-wrap input[type="datetime-local"].form-control,
.ich-settings-main-wrap input[type="month"].form-control {
line-height: 34px;
}
.ich-settings-main-wrap input[type="date"].input-sm,
.ich-settings-main-wrap input[type="time"].input-sm,
.ich-settings-main-wrap input[type="datetime-local"].input-sm,
.ich-settings-main-wrap input[type="month"].input-sm,
.ich-settings-main-wrap .input-group-sm input[type="date"],
.ich-settings-main-wrap .input-group-sm input[type="time"],
.ich-settings-main-wrap .input-group-sm input[type="datetime-local"],
.ich-settings-main-wrap .input-group-sm input[type="month"] {
line-height: 30px;
}
.ich-settings-main-wrap input[type="date"].input-lg,
.ich-settings-main-wrap input[type="time"].input-lg,
.ich-settings-main-wrap input[type="datetime-local"].input-lg,
.ich-settings-main-wrap input[type="month"].input-lg,
.ich-settings-main-wrap .input-group-lg input[type="date"],
.ich-settings-main-wrap .input-group-lg input[type="time"],
.ich-settings-main-wrap .input-group-lg input[type="datetime-local"],
.ich-settings-main-wrap .input-group-lg input[type="month"] {
line-height: 46px;
}
}
.ich-settings-main-wrap .form-group {
margin-bottom: 15px;
}
.ich-settings-main-wrap .radio,
.ich-settings-main-wrap .checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.ich-settings-main-wrap .radio label,
.ich-settings-main-wrap .checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.ich-settings-main-wrap .radio input[type="radio"],
.ich-settings-main-wrap .radio-inline input[type="radio"],
.ich-settings-main-wrap .checkbox input[type="checkbox"],
.ich-settings-main-wrap .checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: 4px \9;
margin-left: -20px;
}
.ich-settings-main-wrap .radio + .radio,
.ich-settings-main-wrap .checkbox + .checkbox {
margin-top: -5px;
}
.ich-settings-main-wrap .radio-inline,
.ich-settings-main-wrap .checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.ich-settings-main-wrap .radio-inline + .radio-inline,
.ich-settings-main-wrap .checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
.ich-settings-main-wrap input[type="radio"][disabled],
.ich-settings-main-wrap input[type="checkbox"][disabled],
.ich-settings-main-wrap input[type="radio"].disabled,
.ich-settings-main-wrap input[type="checkbox"].disabled,
.ich-settings-main-wrap fieldset[disabled] input[type="radio"],
.ich-settings-main-wrap fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.ich-settings-main-wrap .radio-inline.disabled,
.ich-settings-main-wrap .checkbox-inline.disabled,
.ich-settings-main-wrap fieldset[disabled] .radio-inline,
.ich-settings-main-wrap fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.ich-settings-main-wrap .radio.disabled label,
.ich-settings-main-wrap .checkbox.disabled label,
.ich-settings-main-wrap fieldset[disabled] .radio label,
.ich-settings-main-wrap fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.ich-settings-main-wrap .form-control-static {
min-height: 34px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.ich-settings-main-wrap .form-control-static.input-lg,
.ich-settings-main-wrap .form-control-static.input-sm {
padding-right: 0;
padding-left: 0;
}
.ich-settings-main-wrap .input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.ich-settings-main-wrap select.input-sm {
height: 30px;
line-height: 30px;
}
.ich-settings-main-wrap textarea.input-sm,
.ich-settings-main-wrap select[multiple].input-sm {
height: auto;
}
.ich-settings-main-wrap .form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.ich-settings-main-wrap .form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.ich-settings-main-wrap .form-group-sm textarea.form-control,
.ich-settings-main-wrap .form-group-sm select[multiple].form-control {
height: auto;
}
.ich-settings-main-wrap .form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.ich-settings-main-wrap .input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.ich-settings-main-wrap select.input-lg {
height: 46px;
line-height: 46px;
}
.ich-settings-main-wrap textarea.input-lg,
.ich-settings-main-wrap select[multiple].input-lg {
height: auto;
}
.ich-settings-main-wrap .form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.ich-settings-main-wrap .form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.ich-settings-main-wrap .form-group-lg textarea.form-control,
.ich-settings-main-wrap .form-group-lg select[multiple].form-control {
height: auto;
}
.ich-settings-main-wrap .form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.ich-settings-main-wrap .has-feedback {
position: relative;
}
.ich-settings-main-wrap .has-feedback .form-control {
padding-right: 42.5px;
}
.ich-settings-main-wrap .form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.ich-settings-main-wrap .input-lg + .form-control-feedback,
.ich-settings-main-wrap .input-group-lg + .form-control-feedback,
.ich-settings-main-wrap .form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.ich-settings-main-wrap .input-sm + .form-control-feedback,
.ich-settings-main-wrap .input-group-sm + .form-control-feedback,
.ich-settings-main-wrap .form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.ich-settings-main-wrap .has-success .help-block,
.ich-settings-main-wrap .has-success .control-label,
.ich-settings-main-wrap .has-success .radio,
.ich-settings-main-wrap .has-success .checkbox,
.ich-settings-main-wrap .has-success .radio-inline,
.ich-settings-main-wrap .has-success .checkbox-inline,
.ich-settings-main-wrap .has-success.radio label,
.ich-settings-main-wrap .has-success.checkbox label,
.ich-settings-main-wrap .has-success.radio-inline label,
.ich-settings-main-wrap .has-success.checkbox-inline label {
color: #3c763d;
}
.ich-settings-main-wrap .has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ich-settings-main-wrap .has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.ich-settings-main-wrap .has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.ich-settings-main-wrap .has-success .form-control-feedback {
color: #3c763d;
}
.ich-settings-main-wrap .has-warning .help-block,
.ich-settings-main-wrap .has-warning .control-label,
.ich-settings-main-wrap .has-warning .radio,
.ich-settings-main-wrap .has-warning .checkbox,
.ich-settings-main-wrap .has-warning .radio-inline,
.ich-settings-main-wrap .has-warning .checkbox-inline,
.ich-settings-main-wrap .has-warning.radio label,
.ich-settings-main-wrap .has-warning.checkbox label,
.ich-settings-main-wrap .has-warning.radio-inline label,
.ich-settings-main-wrap .has-warning.checkbox-inline label {
color: #8a6d3b;
}
.ich-settings-main-wrap .has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ich-settings-main-wrap .has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.ich-settings-main-wrap .has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.ich-settings-main-wrap .has-warning .form-control-feedback {
color: #8a6d3b;
}
.ich-settings-main-wrap .has-error .help-block,
.ich-settings-main-wrap .has-error .control-label,
.ich-settings-main-wrap .has-error .radio,
.ich-settings-main-wrap .has-error .checkbox,
.ich-settings-main-wrap .has-error .radio-inline,
.ich-settings-main-wrap .has-error .checkbox-inline,
.ich-settings-main-wrap .has-error.radio label,
.ich-settings-main-wrap .has-error.checkbox label,
.ich-settings-main-wrap .has-error.radio-inline label,
.ich-settings-main-wrap .has-error.checkbox-inline label {
color: #a94442;
}
.ich-settings-main-wrap .has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ich-settings-main-wrap .has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.ich-settings-main-wrap .has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.ich-settings-main-wrap .has-error .form-control-feedback {
color: #a94442;
}
.ich-settings-main-wrap .has-feedback label ~ .form-control-feedback {
top: 25px;
}
.ich-settings-main-wrap .has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.ich-settings-main-wrap .help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.ich-settings-main-wrap .form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.ich-settings-main-wrap .form-inline .form-control-static {
display: inline-block;
}
.ich-settings-main-wrap .form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.ich-settings-main-wrap .form-inline .input-group .input-group-addon,
.ich-settings-main-wrap .form-inline .input-group .input-group-btn,
.ich-settings-main-wrap .form-inline .input-group .form-control {
width: auto;
}
.ich-settings-main-wrap .form-inline .input-group > .form-control {
width: 100%;
}
.ich-settings-main-wrap .form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.ich-settings-main-wrap .form-inline .radio,
.ich-settings-main-wrap .form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.ich-settings-main-wrap .form-inline .radio label,
.ich-settings-main-wrap .form-inline .checkbox label {
padding-left: 0;
}
.ich-settings-main-wrap .form-inline .radio input[type="radio"],
.ich-settings-main-wrap .form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.ich-settings-main-wrap .form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.ich-settings-main-wrap .form-horizontal .radio,
.ich-settings-main-wrap .form-horizontal .checkbox,
.ich-settings-main-wrap .form-horizontal .radio-inline,
.ich-settings-main-wrap .form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.ich-settings-main-wrap .form-horizontal .radio,
.ich-settings-main-wrap .form-horizontal .checkbox {
min-height: 27px;
}
.ich-settings-main-wrap .form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
.ich-settings-main-wrap .form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.ich-settings-main-wrap .form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.ich-settings-main-wrap .btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.ich-settings-main-wrap .btn:focus,
.ich-settings-main-wrap .btn:active:focus,
.ich-settings-main-wrap .btn.active:focus,
.ich-settings-main-wrap .btn.focus,
.ich-settings-main-wrap .btn:active.focus,
.ich-settings-main-wrap .btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.ich-settings-main-wrap .btn:hover,
.ich-settings-main-wrap .btn:focus,
.ich-settings-main-wrap .btn.focus {
color: #333;
text-decoration: none;
}
.ich-settings-main-wrap .btn:active,
.ich-settings-main-wrap .btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ich-settings-main-wrap .btn.disabled,
.ich-settings-main-wrap .btn[disabled],
.ich-settings-main-wrap fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
.ich-settings-main-wrap a.btn.disabled,
.ich-settings-main-wrap fieldset[disabled] a.btn {
pointer-events: none;
}
.ich-settings-main-wrap .btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.ich-settings-main-wrap .btn-default:focus,
.ich-settings-main-wrap .btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.ich-settings-main-wrap .btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.ich-settings-main-wrap .btn-default:active,
.ich-settings-main-wrap .btn-default.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.ich-settings-main-wrap .btn-default:active:hover,
.ich-settings-main-wrap .btn-default.active:hover,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-default:hover,
.ich-settings-main-wrap .btn-default:active:focus,
.ich-settings-main-wrap .btn-default.active:focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-default:focus,
.ich-settings-main-wrap .btn-default:active.focus,
.ich-settings-main-wrap .btn-default.active.focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-default.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.ich-settings-main-wrap .btn-default:active,
.ich-settings-main-wrap .btn-default.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-default {
background-image: none;
}
.ich-settings-main-wrap .btn-default.disabled:hover,
.ich-settings-main-wrap .btn-default[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .btn-default:hover,
.ich-settings-main-wrap .btn-default.disabled:focus,
.ich-settings-main-wrap .btn-default[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .btn-default:focus,
.ich-settings-main-wrap .btn-default.disabled.focus,
.ich-settings-main-wrap .btn-default[disabled].focus,
.ich-settings-main-wrap fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.ich-settings-main-wrap .btn-default .badge {
color: #fff;
background-color: #333;
}
.ich-settings-main-wrap .btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.ich-settings-main-wrap .btn-primary:focus,
.ich-settings-main-wrap .btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.ich-settings-main-wrap .btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.ich-settings-main-wrap .btn-primary:active,
.ich-settings-main-wrap .btn-primary.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.ich-settings-main-wrap .btn-primary:active:hover,
.ich-settings-main-wrap .btn-primary.active:hover,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-primary:hover,
.ich-settings-main-wrap .btn-primary:active:focus,
.ich-settings-main-wrap .btn-primary.active:focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-primary:focus,
.ich-settings-main-wrap .btn-primary:active.focus,
.ich-settings-main-wrap .btn-primary.active.focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-primary.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.ich-settings-main-wrap .btn-primary:active,
.ich-settings-main-wrap .btn-primary.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-primary {
background-image: none;
}
.ich-settings-main-wrap .btn-primary.disabled:hover,
.ich-settings-main-wrap .btn-primary[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .btn-primary:hover,
.ich-settings-main-wrap .btn-primary.disabled:focus,
.ich-settings-main-wrap .btn-primary[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .btn-primary:focus,
.ich-settings-main-wrap .btn-primary.disabled.focus,
.ich-settings-main-wrap .btn-primary[disabled].focus,
.ich-settings-main-wrap fieldset[disabled] .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.ich-settings-main-wrap .btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.ich-settings-main-wrap .btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.ich-settings-main-wrap .btn-success:focus,
.ich-settings-main-wrap .btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.ich-settings-main-wrap .btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.ich-settings-main-wrap .btn-success:active,
.ich-settings-main-wrap .btn-success.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.ich-settings-main-wrap .btn-success:active:hover,
.ich-settings-main-wrap .btn-success.active:hover,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-success:hover,
.ich-settings-main-wrap .btn-success:active:focus,
.ich-settings-main-wrap .btn-success.active:focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-success:focus,
.ich-settings-main-wrap .btn-success:active.focus,
.ich-settings-main-wrap .btn-success.active.focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-success.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.ich-settings-main-wrap .btn-success:active,
.ich-settings-main-wrap .btn-success.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-success {
background-image: none;
}
.ich-settings-main-wrap .btn-success.disabled:hover,
.ich-settings-main-wrap .btn-success[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .btn-success:hover,
.ich-settings-main-wrap .btn-success.disabled:focus,
.ich-settings-main-wrap .btn-success[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .btn-success:focus,
.ich-settings-main-wrap .btn-success.disabled.focus,
.ich-settings-main-wrap .btn-success[disabled].focus,
.ich-settings-main-wrap fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.ich-settings-main-wrap .btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.ich-settings-main-wrap .btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.ich-settings-main-wrap .btn-info:focus,
.ich-settings-main-wrap .btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.ich-settings-main-wrap .btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.ich-settings-main-wrap .btn-info:active,
.ich-settings-main-wrap .btn-info.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.ich-settings-main-wrap .btn-info:active:hover,
.ich-settings-main-wrap .btn-info.active:hover,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-info:hover,
.ich-settings-main-wrap .btn-info:active:focus,
.ich-settings-main-wrap .btn-info.active:focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-info:focus,
.ich-settings-main-wrap .btn-info:active.focus,
.ich-settings-main-wrap .btn-info.active.focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-info.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.ich-settings-main-wrap .btn-info:active,
.ich-settings-main-wrap .btn-info.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-info {
background-image: none;
}
.ich-settings-main-wrap .btn-info.disabled:hover,
.ich-settings-main-wrap .btn-info[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .btn-info:hover,
.ich-settings-main-wrap .btn-info.disabled:focus,
.ich-settings-main-wrap .btn-info[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .btn-info:focus,
.ich-settings-main-wrap .btn-info.disabled.focus,
.ich-settings-main-wrap .btn-info[disabled].focus,
.ich-settings-main-wrap fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.ich-settings-main-wrap .btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.ich-settings-main-wrap .btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.ich-settings-main-wrap .btn-warning:focus,
.ich-settings-main-wrap .btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.ich-settings-main-wrap .btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.ich-settings-main-wrap .btn-warning:active,
.ich-settings-main-wrap .btn-warning.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.ich-settings-main-wrap .btn-warning:active:hover,
.ich-settings-main-wrap .btn-warning.active:hover,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-warning:hover,
.ich-settings-main-wrap .btn-warning:active:focus,
.ich-settings-main-wrap .btn-warning.active:focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-warning:focus,
.ich-settings-main-wrap .btn-warning:active.focus,
.ich-settings-main-wrap .btn-warning.active.focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-warning.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.ich-settings-main-wrap .btn-warning:active,
.ich-settings-main-wrap .btn-warning.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-warning {
background-image: none;
}
.ich-settings-main-wrap .btn-warning.disabled:hover,
.ich-settings-main-wrap .btn-warning[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .btn-warning:hover,
.ich-settings-main-wrap .btn-warning.disabled:focus,
.ich-settings-main-wrap .btn-warning[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .btn-warning:focus,
.ich-settings-main-wrap .btn-warning.disabled.focus,
.ich-settings-main-wrap .btn-warning[disabled].focus,
.ich-settings-main-wrap fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.ich-settings-main-wrap .btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.ich-settings-main-wrap .btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.ich-settings-main-wrap .btn-danger:focus,
.ich-settings-main-wrap .btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.ich-settings-main-wrap .btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.ich-settings-main-wrap .btn-danger:active,
.ich-settings-main-wrap .btn-danger.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.ich-settings-main-wrap .btn-danger:active:hover,
.ich-settings-main-wrap .btn-danger.active:hover,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-danger:hover,
.ich-settings-main-wrap .btn-danger:active:focus,
.ich-settings-main-wrap .btn-danger.active:focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-danger:focus,
.ich-settings-main-wrap .btn-danger:active.focus,
.ich-settings-main-wrap .btn-danger.active.focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-danger.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.ich-settings-main-wrap .btn-danger:active,
.ich-settings-main-wrap .btn-danger.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-danger {
background-image: none;
}
.ich-settings-main-wrap .btn-danger.disabled:hover,
.ich-settings-main-wrap .btn-danger[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .btn-danger:hover,
.ich-settings-main-wrap .btn-danger.disabled:focus,
.ich-settings-main-wrap .btn-danger[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .btn-danger:focus,
.ich-settings-main-wrap .btn-danger.disabled.focus,
.ich-settings-main-wrap .btn-danger[disabled].focus,
.ich-settings-main-wrap fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.ich-settings-main-wrap .btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.ich-settings-main-wrap .btn-link {
font-weight: normal;
color: #337ab7;
border-radius: 0;
}
.ich-settings-main-wrap .btn-link,
.ich-settings-main-wrap .btn-link:active,
.ich-settings-main-wrap .btn-link.active,
.ich-settings-main-wrap .btn-link[disabled],
.ich-settings-main-wrap fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.ich-settings-main-wrap .btn-link,
.ich-settings-main-wrap .btn-link:hover,
.ich-settings-main-wrap .btn-link:focus,
.ich-settings-main-wrap .btn-link:active {
border-color: transparent;
}
.ich-settings-main-wrap .btn-link:hover,
.ich-settings-main-wrap .btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.ich-settings-main-wrap .btn-link[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .btn-link:hover,
.ich-settings-main-wrap .btn-link[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.ich-settings-main-wrap .btn-lg,
.ich-settings-main-wrap .btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.ich-settings-main-wrap .btn-sm,
.ich-settings-main-wrap .btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.ich-settings-main-wrap .btn-xs,
.ich-settings-main-wrap .btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.ich-settings-main-wrap .btn-block {
display: block;
width: 100%;
}
.ich-settings-main-wrap .btn-block + .btn-block {
margin-top: 5px;
}
.ich-settings-main-wrap input[type="submit"].btn-block,
.ich-settings-main-wrap input[type="reset"].btn-block,
.ich-settings-main-wrap input[type="button"].btn-block {
width: 100%;
}
.ich-settings-main-wrap .fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.ich-settings-main-wrap .fade.in {
opacity: 1;
}
.ich-settings-main-wrap .collapse {
display: none;
}
.ich-settings-main-wrap .collapse.in {
display: block;
}
.ich-settings-main-wrap tr.collapse.in {
display: table-row;
}
.ich-settings-main-wrap tbody.collapse.in {
display: table-row-group;
}
.ich-settings-main-wrap .collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
}
.ich-settings-main-wrap .caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.ich-settings-main-wrap .dropup,
.ich-settings-main-wrap .dropdown {
position: relative;
}
.ich-settings-main-wrap .dropdown-toggle:focus {
outline: 0;
}
.ich-settings-main-wrap .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.ich-settings-main-wrap .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.ich-settings-main-wrap .dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.ich-settings-main-wrap .dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.ich-settings-main-wrap .dropdown-menu > li > a:hover,
.ich-settings-main-wrap .dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.ich-settings-main-wrap .dropdown-menu > .active > a,
.ich-settings-main-wrap .dropdown-menu > .active > a:hover,
.ich-settings-main-wrap .dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}
.ich-settings-main-wrap .dropdown-menu > .disabled > a,
.ich-settings-main-wrap .dropdown-menu > .disabled > a:hover,
.ich-settings-main-wrap .dropdown-menu > .disabled > a:focus {
color: #777;
}
.ich-settings-main-wrap .dropdown-menu > .disabled > a:hover,
.ich-settings-main-wrap .dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.ich-settings-main-wrap .open > .dropdown-menu {
display: block;
}
.ich-settings-main-wrap .open > a {
outline: 0;
}
.ich-settings-main-wrap .dropdown-menu-right {
right: 0;
left: auto;
}
.ich-settings-main-wrap .dropdown-menu-left {
right: auto;
left: 0;
}
.ich-settings-main-wrap .dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
}
.ich-settings-main-wrap .dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.ich-settings-main-wrap .pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.ich-settings-main-wrap .dropup .caret,
.ich-settings-main-wrap .navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
}
.ich-settings-main-wrap .dropup .dropdown-menu,
.ich-settings-main-wrap .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.ich-settings-main-wrap .navbar-right .dropdown-menu-left {
right: auto;
left: 0;
}
}
.ich-settings-main-wrap .btn-group,
.ich-settings-main-wrap .btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.ich-settings-main-wrap .btn-group > .btn,
.ich-settings-main-wrap .btn-group-vertical > .btn {
position: relative;
float: left;
}
.ich-settings-main-wrap .btn-group > .btn:hover,
.ich-settings-main-wrap .btn-group-vertical > .btn:hover,
.ich-settings-main-wrap .btn-group > .btn:focus,
.ich-settings-main-wrap .btn-group-vertical > .btn:focus,
.ich-settings-main-wrap .btn-group > .btn:active,
.ich-settings-main-wrap .btn-group-vertical > .btn:active,
.ich-settings-main-wrap .btn-group > .btn.active,
.ich-settings-main-wrap .btn-group-vertical > .btn.active {
z-index: 2;
}
.ich-settings-main-wrap .btn-group .btn + .btn,
.ich-settings-main-wrap .btn-group .btn + .btn-group,
.ich-settings-main-wrap .btn-group .btn-group + .btn,
.ich-settings-main-wrap .btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.ich-settings-main-wrap .btn-toolbar {
margin-left: -5px;
}
.ich-settings-main-wrap .btn-toolbar .btn,
.ich-settings-main-wrap .btn-toolbar .btn-group,
.ich-settings-main-wrap .btn-toolbar .input-group {
float: left;
}
.ich-settings-main-wrap .btn-toolbar > .btn,
.ich-settings-main-wrap .btn-toolbar > .btn-group,
.ich-settings-main-wrap .btn-toolbar > .input-group {
margin-left: 5px;
}
.ich-settings-main-wrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.ich-settings-main-wrap .btn-group > .btn:first-child {
margin-left: 0;
}
.ich-settings-main-wrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ich-settings-main-wrap .btn-group > .btn:last-child:not(:first-child),
.ich-settings-main-wrap .btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ich-settings-main-wrap .btn-group > .btn-group {
float: left;
}
.ich-settings-main-wrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.ich-settings-main-wrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.ich-settings-main-wrap .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ich-settings-main-wrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ich-settings-main-wrap .btn-group .dropdown-toggle:active,
.ich-settings-main-wrap .btn-group.open .dropdown-toggle {
outline: 0;
}
.ich-settings-main-wrap .btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.ich-settings-main-wrap .btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.ich-settings-main-wrap .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ich-settings-main-wrap .btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.ich-settings-main-wrap .btn .caret {
margin-left: 0;
}
.ich-settings-main-wrap .btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.ich-settings-main-wrap .dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.ich-settings-main-wrap .btn-group-vertical > .btn,
.ich-settings-main-wrap .btn-group-vertical > .btn-group,
.ich-settings-main-wrap .btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.ich-settings-main-wrap .btn-group-vertical > .btn-group > .btn {
float: none;
}
.ich-settings-main-wrap .btn-group-vertical > .btn + .btn,
.ich-settings-main-wrap .btn-group-vertical > .btn + .btn-group,
.ich-settings-main-wrap .btn-group-vertical > .btn-group + .btn,
.ich-settings-main-wrap .btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.ich-settings-main-wrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.ich-settings-main-wrap .btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.ich-settings-main-wrap .btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.ich-settings-main-wrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.ich-settings-main-wrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.ich-settings-main-wrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.ich-settings-main-wrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.ich-settings-main-wrap .btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.ich-settings-main-wrap .btn-group-justified > .btn,
.ich-settings-main-wrap .btn-group-justified > .btn-group {
display: table-cell;
float: none;
width: 1%;
}
.ich-settings-main-wrap .btn-group-justified > .btn-group .btn {
width: 100%;
}
.ich-settings-main-wrap .btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
.ich-settings-main-wrap [data-toggle="buttons"] > .btn input[type="radio"],
.ich-settings-main-wrap [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.ich-settings-main-wrap [data-toggle="buttons"] > .btn input[type="checkbox"],
.ich-settings-main-wrap [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.ich-settings-main-wrap .input-group {
position: relative;
display: table;
border-collapse: separate;
}
.ich-settings-main-wrap .input-group[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0;
}
.ich-settings-main-wrap .input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.ich-settings-main-wrap .input-group .form-control:focus {
z-index: 3;
}
.ich-settings-main-wrap .input-group-lg > .form-control,
.ich-settings-main-wrap .input-group-lg > .input-group-addon,
.ich-settings-main-wrap .input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.ich-settings-main-wrap select.input-group-lg > .form-control,
.ich-settings-main-wrap select.input-group-lg > .input-group-addon,
.ich-settings-main-wrap select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
.ich-settings-main-wrap textarea.input-group-lg > .form-control,
.ich-settings-main-wrap textarea.input-group-lg > .input-group-addon,
.ich-settings-main-wrap textarea.input-group-lg > .input-group-btn > .btn,
.ich-settings-main-wrap select[multiple].input-group-lg > .form-control,
.ich-settings-main-wrap select[multiple].input-group-lg > .input-group-addon,
.ich-settings-main-wrap select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.ich-settings-main-wrap .input-group-sm > .form-control,
.ich-settings-main-wrap .input-group-sm > .input-group-addon,
.ich-settings-main-wrap .input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.ich-settings-main-wrap select.input-group-sm > .form-control,
.ich-settings-main-wrap select.input-group-sm > .input-group-addon,
.ich-settings-main-wrap select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
.ich-settings-main-wrap textarea.input-group-sm > .form-control,
.ich-settings-main-wrap textarea.input-group-sm > .input-group-addon,
.ich-settings-main-wrap textarea.input-group-sm > .input-group-btn > .btn,
.ich-settings-main-wrap select[multiple].input-group-sm > .form-control,
.ich-settings-main-wrap select[multiple].input-group-sm > .input-group-addon,
.ich-settings-main-wrap select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.ich-settings-main-wrap .input-group-addon,
.ich-settings-main-wrap .input-group-btn,
.ich-settings-main-wrap .input-group .form-control {
display: table-cell;
}
.ich-settings-main-wrap .input-group-addon:not(:first-child):not(:last-child),
.ich-settings-main-wrap .input-group-btn:not(:first-child):not(:last-child),
.ich-settings-main-wrap .input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.ich-settings-main-wrap .input-group-addon,
.ich-settings-main-wrap .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.ich-settings-main-wrap .input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
}
.ich-settings-main-wrap .input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.ich-settings-main-wrap .input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.ich-settings-main-wrap .input-group-addon input[type="radio"],
.ich-settings-main-wrap .input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.ich-settings-main-wrap .input-group .form-control:first-child,
.ich-settings-main-wrap .input-group-addon:first-child,
.ich-settings-main-wrap .input-group-btn:first-child > .btn,
.ich-settings-main-wrap .input-group-btn:first-child > .btn-group > .btn,
.ich-settings-main-wrap .input-group-btn:first-child > .dropdown-toggle,
.ich-settings-main-wrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.ich-settings-main-wrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ich-settings-main-wrap .input-group-addon:first-child {
border-right: 0;
}
.ich-settings-main-wrap .input-group .form-control:last-child,
.ich-settings-main-wrap .input-group-addon:last-child,
.ich-settings-main-wrap .input-group-btn:last-child > .btn,
.ich-settings-main-wrap .input-group-btn:last-child > .btn-group > .btn,
.ich-settings-main-wrap .input-group-btn:last-child > .dropdown-toggle,
.ich-settings-main-wrap .input-group-btn:first-child > .btn:not(:first-child),
.ich-settings-main-wrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ich-settings-main-wrap .input-group-addon:last-child {
border-left: 0;
}
.ich-settings-main-wrap .input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.ich-settings-main-wrap .input-group-btn > .btn {
position: relative;
}
.ich-settings-main-wrap .input-group-btn > .btn + .btn {
margin-left: -1px;
}
.ich-settings-main-wrap .input-group-btn > .btn:hover,
.ich-settings-main-wrap .input-group-btn > .btn:focus,
.ich-settings-main-wrap .input-group-btn > .btn:active {
z-index: 2;
}
.ich-settings-main-wrap .input-group-btn:first-child > .btn,
.ich-settings-main-wrap .input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.ich-settings-main-wrap .input-group-btn:last-child > .btn,
.ich-settings-main-wrap .input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.ich-settings-main-wrap .nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.ich-settings-main-wrap .nav > li {
position: relative;
display: block;
}
.ich-settings-main-wrap .nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.ich-settings-main-wrap .nav > li > a:hover,
.ich-settings-main-wrap .nav > li > a:focus {
text-decoration: none;
background-color: #eee;
}
.ich-settings-main-wrap .nav > li.disabled > a {
color: #777;
}
.ich-settings-main-wrap .nav > li.disabled > a:hover,
.ich-settings-main-wrap .nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.ich-settings-main-wrap .nav .open > a,
.ich-settings-main-wrap .nav .open > a:hover,
.ich-settings-main-wrap .nav .open > a:focus {
background-color: #eee;
border-color: #337ab7;
}
.ich-settings-main-wrap .nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.ich-settings-main-wrap .nav > li > a > img {
max-width: none;
}
.ich-settings-main-wrap .nav-tabs {
border-bottom: 1px solid #ddd;
}
.ich-settings-main-wrap .nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.ich-settings-main-wrap .nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.ich-settings-main-wrap .nav-tabs > li > a:hover {
border-color: #eee #eee #ddd;
}
.ich-settings-main-wrap .nav-tabs > li.active > a,
.ich-settings-main-wrap .nav-tabs > li.active > a:hover,
.ich-settings-main-wrap .nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.ich-settings-main-wrap .nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.ich-settings-main-wrap .nav-tabs.nav-justified > li {
float: none;
}
.ich-settings-main-wrap .nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.ich-settings-main-wrap .nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.ich-settings-main-wrap .nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.ich-settings-main-wrap .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.ich-settings-main-wrap .nav-tabs.nav-justified > .active > a,
.ich-settings-main-wrap .nav-tabs.nav-justified > .active > a:hover,
.ich-settings-main-wrap .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.ich-settings-main-wrap .nav-tabs.nav-justified > .active > a,
.ich-settings-main-wrap .nav-tabs.nav-justified > .active > a:hover,
.ich-settings-main-wrap .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.ich-settings-main-wrap .nav-pills > li {
float: left;
}
.ich-settings-main-wrap .nav-pills > li > a {
border-radius: 4px;
}
.ich-settings-main-wrap .nav-pills > li + li {
margin-left: 2px;
}
.ich-settings-main-wrap .nav-pills > li.active > a,
.ich-settings-main-wrap .nav-pills > li.active > a:hover,
.ich-settings-main-wrap .nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.ich-settings-main-wrap .nav-stacked > li {
float: none;
}
.ich-settings-main-wrap .nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.ich-settings-main-wrap .nav-justified {
width: 100%;
}
.ich-settings-main-wrap .nav-justified > li {
float: none;
}
.ich-settings-main-wrap .nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.ich-settings-main-wrap .nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .nav-justified > li {
display: table-cell;
width: 1%;
}
.ich-settings-main-wrap .nav-justified > li > a {
margin-bottom: 0;
}
}
.ich-settings-main-wrap .nav-tabs-justified {
border-bottom: 0;
}
.ich-settings-main-wrap .nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.ich-settings-main-wrap .nav-tabs-justified > .active > a,
.ich-settings-main-wrap .nav-tabs-justified > .active > a:hover,
.ich-settings-main-wrap .nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.ich-settings-main-wrap .nav-tabs-justified > .active > a,
.ich-settings-main-wrap .nav-tabs-justified > .active > a:hover,
.ich-settings-main-wrap .nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.ich-settings-main-wrap .tab-content > .tab-pane {
display: none;
}
.ich-settings-main-wrap .tab-content > .active {
display: block;
}
.ich-settings-main-wrap .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.ich-settings-main-wrap .navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.ich-settings-main-wrap .navbar-header {
float: left;
}
}
.ich-settings-main-wrap .navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.ich-settings-main-wrap .navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.ich-settings-main-wrap .navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.ich-settings-main-wrap .navbar-collapse.in {
overflow-y: visible;
}
.ich-settings-main-wrap .navbar-fixed-top .navbar-collapse,
.ich-settings-main-wrap .navbar-static-top .navbar-collapse,
.ich-settings-main-wrap .navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}
.ich-settings-main-wrap .navbar-fixed-top .navbar-collapse,
.ich-settings-main-wrap .navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.ich-settings-main-wrap .navbar-fixed-top .navbar-collapse,
.ich-settings-main-wrap .navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.ich-settings-main-wrap .container > .navbar-header,
.ich-settings-main-wrap .container-fluid > .navbar-header,
.ich-settings-main-wrap .container > .navbar-collapse,
.ich-settings-main-wrap .container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .container > .navbar-header,
.ich-settings-main-wrap .container-fluid > .navbar-header,
.ich-settings-main-wrap .container > .navbar-collapse,
.ich-settings-main-wrap .container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.ich-settings-main-wrap .navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .navbar-static-top {
border-radius: 0;
}
}
.ich-settings-main-wrap .navbar-fixed-top,
.ich-settings-main-wrap .navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .navbar-fixed-top,
.ich-settings-main-wrap .navbar-fixed-bottom {
border-radius: 0;
}
}
.ich-settings-main-wrap .navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.ich-settings-main-wrap .navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.ich-settings-main-wrap .navbar-brand {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.ich-settings-main-wrap .navbar-brand:hover,
.ich-settings-main-wrap .navbar-brand:focus {
text-decoration: none;
}
.ich-settings-main-wrap .navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .navbar > .container .navbar-brand,
.ich-settings-main-wrap .navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.ich-settings-main-wrap .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.ich-settings-main-wrap .navbar-toggle:focus {
outline: 0;
}
.ich-settings-main-wrap .navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.ich-settings-main-wrap .navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .navbar-toggle {
display: none;
}
}
.ich-settings-main-wrap .navbar-nav {
margin: 7.5px -15px;
}
.ich-settings-main-wrap .navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.ich-settings-main-wrap .navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.ich-settings-main-wrap .navbar-nav .open .dropdown-menu > li > a,
.ich-settings-main-wrap .navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.ich-settings-main-wrap .navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.ich-settings-main-wrap .navbar-nav .open .dropdown-menu > li > a:hover,
.ich-settings-main-wrap .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.ich-settings-main-wrap .navbar-nav {
float: left;
margin: 0;
}
.ich-settings-main-wrap .navbar-nav > li {
float: left;
}
.ich-settings-main-wrap .navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.ich-settings-main-wrap .navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
.ich-settings-main-wrap .navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.ich-settings-main-wrap .navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.ich-settings-main-wrap .navbar-form .form-control-static {
display: inline-block;
}
.ich-settings-main-wrap .navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.ich-settings-main-wrap .navbar-form .input-group .input-group-addon,
.ich-settings-main-wrap .navbar-form .input-group .input-group-btn,
.ich-settings-main-wrap .navbar-form .input-group .form-control {
width: auto;
}
.ich-settings-main-wrap .navbar-form .input-group > .form-control {
width: 100%;
}
.ich-settings-main-wrap .navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.ich-settings-main-wrap .navbar-form .radio,
.ich-settings-main-wrap .navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.ich-settings-main-wrap .navbar-form .radio label,
.ich-settings-main-wrap .navbar-form .checkbox label {
padding-left: 0;
}
.ich-settings-main-wrap .navbar-form .radio input[type="radio"],
.ich-settings-main-wrap .navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.ich-settings-main-wrap .navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.ich-settings-main-wrap .navbar-form .form-group {
margin-bottom: 5px;
}
.ich-settings-main-wrap .navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.ich-settings-main-wrap .navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.ich-settings-main-wrap .navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.ich-settings-main-wrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.ich-settings-main-wrap .navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.ich-settings-main-wrap .navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.ich-settings-main-wrap .navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.ich-settings-main-wrap .navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px;
}
}
@media (min-width: 768px) {
.ich-settings-main-wrap .navbar-left {
float: left !important;
}
.ich-settings-main-wrap .navbar-right {
float: right !important;
margin-right: -15px;
}
.ich-settings-main-wrap .navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.ich-settings-main-wrap .navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.ich-settings-main-wrap .navbar-default .navbar-brand {
color: #777;
}
.ich-settings-main-wrap .navbar-default .navbar-brand:hover,
.ich-settings-main-wrap .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.ich-settings-main-wrap .navbar-default .navbar-text {
color: #777;
}
.ich-settings-main-wrap .navbar-default .navbar-nav > li > a {
color: #777;
}
.ich-settings-main-wrap .navbar-default .navbar-nav > li > a:hover,
.ich-settings-main-wrap .navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.ich-settings-main-wrap .navbar-default .navbar-nav > .active > a,
.ich-settings-main-wrap .navbar-default .navbar-nav > .active > a:hover,
.ich-settings-main-wrap .navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.ich-settings-main-wrap .navbar-default .navbar-nav > .disabled > a,
.ich-settings-main-wrap .navbar-default .navbar-nav > .disabled > a:hover,
.ich-settings-main-wrap .navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.ich-settings-main-wrap .navbar-default .navbar-toggle {
border-color: #ddd;
}
.ich-settings-main-wrap .navbar-default .navbar-toggle:hover,
.ich-settings-main-wrap .navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.ich-settings-main-wrap .navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.ich-settings-main-wrap .navbar-default .navbar-collapse,
.ich-settings-main-wrap .navbar-default .navbar-form {
border-color: #e7e7e7;
}
.ich-settings-main-wrap .navbar-default .navbar-nav > .open > a,
.ich-settings-main-wrap .navbar-default .navbar-nav > .open > a:hover,
.ich-settings-main-wrap .navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #e7e7e7;
}
@media (max-width: 767px) {
.ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.ich-settings-main-wrap .navbar-default .navbar-link {
color: #777;
}
.ich-settings-main-wrap .navbar-default .navbar-link:hover {
color: #333;
}
.ich-settings-main-wrap .navbar-default .btn-link {
color: #777;
}
.ich-settings-main-wrap .navbar-default .btn-link:hover,
.ich-settings-main-wrap .navbar-default .btn-link:focus {
color: #333;
}
.ich-settings-main-wrap .navbar-default .btn-link[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .navbar-default .btn-link:hover,
.ich-settings-main-wrap .navbar-default .btn-link[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.ich-settings-main-wrap .navbar-inverse {
background-color: #222;
border-color: #080808;
}
.ich-settings-main-wrap .navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.ich-settings-main-wrap .navbar-inverse .navbar-brand:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.ich-settings-main-wrap .navbar-inverse .navbar-text {
color: #9d9d9d;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav > li > a:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .active > a,
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .active > a:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .disabled > a,
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .disabled > a:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.ich-settings-main-wrap .navbar-inverse .navbar-toggle {
border-color: #333;
}
.ich-settings-main-wrap .navbar-inverse .navbar-toggle:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.ich-settings-main-wrap .navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.ich-settings-main-wrap .navbar-inverse .navbar-collapse,
.ich-settings-main-wrap .navbar-inverse .navbar-form {
border-color: #101010;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .open > a,
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .open > a:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .open > a:focus {
color: #fff;
background-color: #080808;
}
@media (max-width: 767px) {
.ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #080808;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.ich-settings-main-wrap .navbar-inverse .navbar-link {
color: #9d9d9d;
}
.ich-settings-main-wrap .navbar-inverse .navbar-link:hover {
color: #fff;
}
.ich-settings-main-wrap .navbar-inverse .btn-link {
color: #9d9d9d;
}
.ich-settings-main-wrap .navbar-inverse .btn-link:hover,
.ich-settings-main-wrap .navbar-inverse .btn-link:focus {
color: #fff;
}
.ich-settings-main-wrap .navbar-inverse .btn-link[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .navbar-inverse .btn-link:hover,
.ich-settings-main-wrap .navbar-inverse .btn-link[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.ich-settings-main-wrap .breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.ich-settings-main-wrap .breadcrumb > li {
display: inline-block;
}
.ich-settings-main-wrap .breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.ich-settings-main-wrap .breadcrumb > .active {
color: #777;
}
.ich-settings-main-wrap .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.ich-settings-main-wrap .pagination > li {
display: inline;
}
.ich-settings-main-wrap .pagination > li > a,
.ich-settings-main-wrap .pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.ich-settings-main-wrap .pagination > li:first-child > a,
.ich-settings-main-wrap .pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.ich-settings-main-wrap .pagination > li:last-child > a,
.ich-settings-main-wrap .pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.ich-settings-main-wrap .pagination > li > a:hover,
.ich-settings-main-wrap .pagination > li > span:hover,
.ich-settings-main-wrap .pagination > li > a:focus,
.ich-settings-main-wrap .pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.ich-settings-main-wrap .pagination > .active > a,
.ich-settings-main-wrap .pagination > .active > span,
.ich-settings-main-wrap .pagination > .active > a:hover,
.ich-settings-main-wrap .pagination > .active > span:hover,
.ich-settings-main-wrap .pagination > .active > a:focus,
.ich-settings-main-wrap .pagination > .active > span:focus {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}
.ich-settings-main-wrap .pagination > .disabled > span,
.ich-settings-main-wrap .pagination > .disabled > span:hover,
.ich-settings-main-wrap .pagination > .disabled > span:focus,
.ich-settings-main-wrap .pagination > .disabled > a,
.ich-settings-main-wrap .pagination > .disabled > a:hover,
.ich-settings-main-wrap .pagination > .disabled > a:focus {
color: #777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
.ich-settings-main-wrap .pagination-lg > li > a,
.ich-settings-main-wrap .pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.ich-settings-main-wrap .pagination-lg > li:first-child > a,
.ich-settings-main-wrap .pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.ich-settings-main-wrap .pagination-lg > li:last-child > a,
.ich-settings-main-wrap .pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.ich-settings-main-wrap .pagination-sm > li > a,
.ich-settings-main-wrap .pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.ich-settings-main-wrap .pagination-sm > li:first-child > a,
.ich-settings-main-wrap .pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.ich-settings-main-wrap .pagination-sm > li:last-child > a,
.ich-settings-main-wrap .pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.ich-settings-main-wrap .pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.ich-settings-main-wrap .pager li {
display: inline;
}
.ich-settings-main-wrap .pager li > a,
.ich-settings-main-wrap .pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.ich-settings-main-wrap .pager li > a:hover,
.ich-settings-main-wrap .pager li > a:focus {
text-decoration: none;
background-color: #eee;
}
.ich-settings-main-wrap .pager .next > a,
.ich-settings-main-wrap .pager .next > span {
float: right;
}
.ich-settings-main-wrap .pager .previous > a,
.ich-settings-main-wrap .pager .previous > span {
float: left;
}
.ich-settings-main-wrap .pager .disabled > a,
.ich-settings-main-wrap .pager .disabled > a:hover,
.ich-settings-main-wrap .pager .disabled > a:focus,
.ich-settings-main-wrap .pager .disabled > span {
color: #777;
cursor: not-allowed;
background-color: #fff;
}
.ich-settings-main-wrap .label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.ich-settings-main-wrap a.label:hover,
.ich-settings-main-wrap a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.ich-settings-main-wrap .label:empty {
display: none;
}
.ich-settings-main-wrap .btn .label {
position: relative;
top: -1px;
}
.ich-settings-main-wrap .label-default {
background-color: #777;
}
.ich-settings-main-wrap .label-default[href]:hover,
.ich-settings-main-wrap .label-default[href]:focus {
background-color: #5e5e5e;
}
.ich-settings-main-wrap .label-primary {
background-color: #337ab7;
}
.ich-settings-main-wrap .label-primary[href]:hover,
.ich-settings-main-wrap .label-primary[href]:focus {
background-color: #286090;
}
.ich-settings-main-wrap .label-success {
background-color: #5cb85c;
}
.ich-settings-main-wrap .label-success[href]:hover,
.ich-settings-main-wrap .label-success[href]:focus {
background-color: #449d44;
}
.ich-settings-main-wrap .label-info {
background-color: #5bc0de;
}
.ich-settings-main-wrap .label-info[href]:hover,
.ich-settings-main-wrap .label-info[href]:focus {
background-color: #31b0d5;
}
.ich-settings-main-wrap .label-warning {
background-color: #f0ad4e;
}
.ich-settings-main-wrap .label-warning[href]:hover,
.ich-settings-main-wrap .label-warning[href]:focus {
background-color: #ec971f;
}
.ich-settings-main-wrap .label-danger {
background-color: #d9534f;
}
.ich-settings-main-wrap .label-danger[href]:hover,
.ich-settings-main-wrap .label-danger[href]:focus {
background-color: #c9302c;
}
.ich-settings-main-wrap .badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #777;
border-radius: 10px;
}
.ich-settings-main-wrap .badge:empty {
display: none;
}
.ich-settings-main-wrap .btn .badge {
position: relative;
top: -1px;
}
.ich-settings-main-wrap .btn-xs .badge,
.ich-settings-main-wrap .btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
.ich-settings-main-wrap a.badge:hover,
.ich-settings-main-wrap a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.ich-settings-main-wrap .list-group-item.active > .badge,
.ich-settings-main-wrap .nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff;
}
.ich-settings-main-wrap .list-group-item > .badge {
float: right;
}
.ich-settings-main-wrap .list-group-item > .badge + .badge {
margin-right: 5px;
}
.ich-settings-main-wrap .nav-pills > li > a > .badge {
margin-left: 3px;
}
.ich-settings-main-wrap .jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eee;
}
.ich-settings-main-wrap .jumbotron h1,
.ich-settings-main-wrap .jumbotron .h1 {
color: inherit;
}
.ich-settings-main-wrap .jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.ich-settings-main-wrap .jumbotron > hr {
border-top-color: #d5d5d5;
}
.ich-settings-main-wrap .container .jumbotron,
.ich-settings-main-wrap .container-fluid .jumbotron {
padding-right: 15px;
padding-left: 15px;
border-radius: 6px;
}
.ich-settings-main-wrap .jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.ich-settings-main-wrap .jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.ich-settings-main-wrap .container .jumbotron,
.ich-settings-main-wrap .container-fluid .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.ich-settings-main-wrap .jumbotron h1,
.ich-settings-main-wrap .jumbotron .h1 {
font-size: 63px;
}
}
.ich-settings-main-wrap .thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.ich-settings-main-wrap .thumbnail > img,
.ich-settings-main-wrap .thumbnail a > img {
margin-right: auto;
margin-left: auto;
}
.ich-settings-main-wrap a.thumbnail:hover,
.ich-settings-main-wrap a.thumbnail:focus,
.ich-settings-main-wrap a.thumbnail.active {
border-color: #337ab7;
}
.ich-settings-main-wrap .thumbnail .caption {
padding: 9px;
color: #333;
}
.ich-settings-main-wrap .alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.ich-settings-main-wrap .alert h4 {
margin-top: 0;
color: inherit;
}
.ich-settings-main-wrap .alert .alert-link {
font-weight: bold;
}
.ich-settings-main-wrap .alert > p,
.ich-settings-main-wrap .alert > ul {
margin-bottom: 0;
}
.ich-settings-main-wrap .alert > p + p {
margin-top: 5px;
}
.ich-settings-main-wrap .alert-dismissable,
.ich-settings-main-wrap .alert-dismissible {
padding-right: 35px;
}
.ich-settings-main-wrap .alert-dismissable .close,
.ich-settings-main-wrap .alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.ich-settings-main-wrap .alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.ich-settings-main-wrap .alert-success hr {
border-top-color: #c9e2b3;
}
.ich-settings-main-wrap .alert-success .alert-link {
color: #2b542c;
}
.ich-settings-main-wrap .alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.ich-settings-main-wrap .alert-info hr {
border-top-color: #a6e1ec;
}
.ich-settings-main-wrap .alert-info .alert-link {
color: #245269;
}
.ich-settings-main-wrap .alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.ich-settings-main-wrap .alert-warning hr {
border-top-color: #f7e1b5;
}
.ich-settings-main-wrap .alert-warning .alert-link {
color: #66512c;
}
.ich-settings-main-wrap .alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.ich-settings-main-wrap .alert-danger hr {
border-top-color: #e4b9c0;
}
.ich-settings-main-wrap .alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.ich-settings-main-wrap .progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ich-settings-main-wrap .progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.ich-settings-main-wrap .progress-striped .progress-bar,
.ich-settings-main-wrap .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.ich-settings-main-wrap .progress.active .progress-bar,
.ich-settings-main-wrap .progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.ich-settings-main-wrap .progress-bar-success {
background-color: #5cb85c;
}
.ich-settings-main-wrap .progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.ich-settings-main-wrap .progress-bar-info {
background-color: #5bc0de;
}
.ich-settings-main-wrap .progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.ich-settings-main-wrap .progress-bar-warning {
background-color: #f0ad4e;
}
.ich-settings-main-wrap .progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.ich-settings-main-wrap .progress-bar-danger {
background-color: #d9534f;
}
.ich-settings-main-wrap .progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.ich-settings-main-wrap .media {
margin-top: 15px;
}
.ich-settings-main-wrap .media:first-child {
margin-top: 0;
}
.ich-settings-main-wrap .media,
.ich-settings-main-wrap .media-body {
overflow: hidden;
zoom: 1;
}
.ich-settings-main-wrap .media-body {
width: 10000px;
}
.ich-settings-main-wrap .media-object {
display: block;
}
.ich-settings-main-wrap .media-object.img-thumbnail {
max-width: none;
}
.ich-settings-main-wrap .media-right,
.ich-settings-main-wrap .media > .pull-right {
padding-left: 10px;
}
.ich-settings-main-wrap .media-left,
.ich-settings-main-wrap .media > .pull-left {
padding-right: 10px;
}
.ich-settings-main-wrap .media-left,
.ich-settings-main-wrap .media-right,
.ich-settings-main-wrap .media-body {
display: table-cell;
vertical-align: top;
}
.ich-settings-main-wrap .media-middle {
vertical-align: middle;
}
.ich-settings-main-wrap .media-bottom {
vertical-align: bottom;
}
.ich-settings-main-wrap .media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.ich-settings-main-wrap .media-list {
padding-left: 0;
list-style: none;
}
.ich-settings-main-wrap .list-group {
padding-left: 0;
margin-bottom: 20px;
}
.ich-settings-main-wrap .list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.ich-settings-main-wrap .list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.ich-settings-main-wrap .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.ich-settings-main-wrap a.list-group-item,
.ich-settings-main-wrap button.list-group-item {
color: #555;
}
.ich-settings-main-wrap a.list-group-item .list-group-item-heading,
.ich-settings-main-wrap button.list-group-item .list-group-item-heading {
color: #333;
}
.ich-settings-main-wrap a.list-group-item:hover,
.ich-settings-main-wrap button.list-group-item:hover,
.ich-settings-main-wrap a.list-group-item:focus,
.ich-settings-main-wrap button.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
.ich-settings-main-wrap button.list-group-item {
width: 100%;
text-align: left;
}
.ich-settings-main-wrap .list-group-item.disabled,
.ich-settings-main-wrap .list-group-item.disabled:hover,
.ich-settings-main-wrap .list-group-item.disabled:focus {
color: #777;
cursor: not-allowed;
background-color: #eee;
}
.ich-settings-main-wrap .list-group-item.disabled .list-group-item-heading,
.ich-settings-main-wrap .list-group-item.disabled:hover .list-group-item-heading,
.ich-settings-main-wrap .list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.ich-settings-main-wrap .list-group-item.disabled .list-group-item-text,
.ich-settings-main-wrap .list-group-item.disabled:hover .list-group-item-text,
.ich-settings-main-wrap .list-group-item.disabled:focus .list-group-item-text {
color: #777;
}
.ich-settings-main-wrap .list-group-item.active,
.ich-settings-main-wrap .list-group-item.active:hover,
.ich-settings-main-wrap .list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.ich-settings-main-wrap .list-group-item.active .list-group-item-heading,
.ich-settings-main-wrap .list-group-item.active:hover .list-group-item-heading,
.ich-settings-main-wrap .list-group-item.active:focus .list-group-item-heading,
.ich-settings-main-wrap .list-group-item.active .list-group-item-heading > small,
.ich-settings-main-wrap .list-group-item.active:hover .list-group-item-heading > small,
.ich-settings-main-wrap .list-group-item.active:focus .list-group-item-heading > small,
.ich-settings-main-wrap .list-group-item.active .list-group-item-heading > .small,
.ich-settings-main-wrap .list-group-item.active:hover .list-group-item-heading > .small,
.ich-settings-main-wrap .list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.ich-settings-main-wrap .list-group-item.active .list-group-item-text,
.ich-settings-main-wrap .list-group-item.active:hover .list-group-item-text,
.ich-settings-main-wrap .list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.ich-settings-main-wrap .list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
.ich-settings-main-wrap a.list-group-item-success,
.ich-settings-main-wrap button.list-group-item-success {
color: #3c763d;
}
.ich-settings-main-wrap a.list-group-item-success .list-group-item-heading,
.ich-settings-main-wrap button.list-group-item-success .list-group-item-heading {
color: inherit;
}
.ich-settings-main-wrap a.list-group-item-success:hover,
.ich-settings-main-wrap button.list-group-item-success:hover,
.ich-settings-main-wrap a.list-group-item-success:focus,
.ich-settings-main-wrap button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
.ich-settings-main-wrap a.list-group-item-success.active,
.ich-settings-main-wrap button.list-group-item-success.active,
.ich-settings-main-wrap a.list-group-item-success.active:hover,
.ich-settings-main-wrap button.list-group-item-success.active:hover,
.ich-settings-main-wrap a.list-group-item-success.active:focus,
.ich-settings-main-wrap button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.ich-settings-main-wrap .list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
.ich-settings-main-wrap a.list-group-item-info,
.ich-settings-main-wrap button.list-group-item-info {
color: #31708f;
}
.ich-settings-main-wrap a.list-group-item-info .list-group-item-heading,
.ich-settings-main-wrap button.list-group-item-info .list-group-item-heading {
color: inherit;
}
.ich-settings-main-wrap a.list-group-item-info:hover,
.ich-settings-main-wrap button.list-group-item-info:hover,
.ich-settings-main-wrap a.list-group-item-info:focus,
.ich-settings-main-wrap button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
.ich-settings-main-wrap a.list-group-item-info.active,
.ich-settings-main-wrap button.list-group-item-info.active,
.ich-settings-main-wrap a.list-group-item-info.active:hover,
.ich-settings-main-wrap button.list-group-item-info.active:hover,
.ich-settings-main-wrap a.list-group-item-info.active:focus,
.ich-settings-main-wrap button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.ich-settings-main-wrap .list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
.ich-settings-main-wrap a.list-group-item-warning,
.ich-settings-main-wrap button.list-group-item-warning {
color: #8a6d3b;
}
.ich-settings-main-wrap a.list-group-item-warning .list-group-item-heading,
.ich-settings-main-wrap button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
.ich-settings-main-wrap a.list-group-item-warning:hover,
.ich-settings-main-wrap button.list-group-item-warning:hover,
.ich-settings-main-wrap a.list-group-item-warning:focus,
.ich-settings-main-wrap button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
.ich-settings-main-wrap a.list-group-item-warning.active,
.ich-settings-main-wrap button.list-group-item-warning.active,
.ich-settings-main-wrap a.list-group-item-warning.active:hover,
.ich-settings-main-wrap button.list-group-item-warning.active:hover,
.ich-settings-main-wrap a.list-group-item-warning.active:focus,
.ich-settings-main-wrap button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.ich-settings-main-wrap .list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
.ich-settings-main-wrap a.list-group-item-danger,
.ich-settings-main-wrap button.list-group-item-danger {
color: #a94442;
}
.ich-settings-main-wrap a.list-group-item-danger .list-group-item-heading,
.ich-settings-main-wrap button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
.ich-settings-main-wrap a.list-group-item-danger:hover,
.ich-settings-main-wrap button.list-group-item-danger:hover,
.ich-settings-main-wrap a.list-group-item-danger:focus,
.ich-settings-main-wrap button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
.ich-settings-main-wrap a.list-group-item-danger.active,
.ich-settings-main-wrap button.list-group-item-danger.active,
.ich-settings-main-wrap a.list-group-item-danger.active:hover,
.ich-settings-main-wrap button.list-group-item-danger.active:hover,
.ich-settings-main-wrap a.list-group-item-danger.active:focus,
.ich-settings-main-wrap button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.ich-settings-main-wrap .list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.ich-settings-main-wrap .list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.ich-settings-main-wrap .panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ich-settings-main-wrap .panel-body {
padding: 15px;
}
.ich-settings-main-wrap .panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.ich-settings-main-wrap .panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.ich-settings-main-wrap .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.ich-settings-main-wrap .panel-title > a,
.ich-settings-main-wrap .panel-title > small,
.ich-settings-main-wrap .panel-title > .small,
.ich-settings-main-wrap .panel-title > small > a,
.ich-settings-main-wrap .panel-title > .small > a {
color: inherit;
}
.ich-settings-main-wrap .panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.ich-settings-main-wrap .panel > .list-group,
.ich-settings-main-wrap .panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.ich-settings-main-wrap .panel > .list-group .list-group-item,
.ich-settings-main-wrap .panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.ich-settings-main-wrap .panel > .list-group:first-child .list-group-item:first-child,
.ich-settings-main-wrap .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.ich-settings-main-wrap .panel > .list-group:last-child .list-group-item:last-child,
.ich-settings-main-wrap .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.ich-settings-main-wrap .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.ich-settings-main-wrap .panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.ich-settings-main-wrap .list-group + .panel-footer {
border-top-width: 0;
}
.ich-settings-main-wrap .panel > .table,
.ich-settings-main-wrap .panel > .table-responsive > .table,
.ich-settings-main-wrap .panel > .panel-collapse > .table {
margin-bottom: 0;
}
.ich-settings-main-wrap .panel > .table caption,
.ich-settings-main-wrap .panel > .table-responsive > .table caption,
.ich-settings-main-wrap .panel > .panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px;
}
.ich-settings-main-wrap .panel > .table:first-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.ich-settings-main-wrap .panel > .table:first-child > thead:first-child > tr:first-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.ich-settings-main-wrap .panel > .table:first-child > tbody:first-child > tr:first-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.ich-settings-main-wrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.ich-settings-main-wrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.ich-settings-main-wrap .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.ich-settings-main-wrap .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.ich-settings-main-wrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.ich-settings-main-wrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.ich-settings-main-wrap .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.ich-settings-main-wrap .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.ich-settings-main-wrap .panel > .table:last-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.ich-settings-main-wrap .panel > .table:last-child > tbody:last-child > tr:last-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.ich-settings-main-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.ich-settings-main-wrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.ich-settings-main-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.ich-settings-main-wrap .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.ich-settings-main-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.ich-settings-main-wrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.ich-settings-main-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.ich-settings-main-wrap .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.ich-settings-main-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.ich-settings-main-wrap .panel > .panel-body + .table,
.ich-settings-main-wrap .panel > .panel-body + .table-responsive,
.ich-settings-main-wrap .panel > .table + .panel-body,
.ich-settings-main-wrap .panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.ich-settings-main-wrap .panel > .table > tbody:first-child > tr:first-child th,
.ich-settings-main-wrap .panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.ich-settings-main-wrap .panel > .table-bordered,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered {
border: 0;
}
.ich-settings-main-wrap .panel > .table-bordered > thead > tr > th:first-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr > th:first-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.ich-settings-main-wrap .panel > .table-bordered > tfoot > tr > th:first-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.ich-settings-main-wrap .panel > .table-bordered > thead > tr > td:first-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr > td:first-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.ich-settings-main-wrap .panel > .table-bordered > tfoot > tr > td:first-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.ich-settings-main-wrap .panel > .table-bordered > thead > tr > th:last-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr > th:last-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.ich-settings-main-wrap .panel > .table-bordered > tfoot > tr > th:last-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.ich-settings-main-wrap .panel > .table-bordered > thead > tr > td:last-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr > td:last-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.ich-settings-main-wrap .panel > .table-bordered > tfoot > tr > td:last-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.ich-settings-main-wrap .panel > .table-bordered > thead > tr:first-child > td,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr:first-child > td,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.ich-settings-main-wrap .panel > .table-bordered > thead > tr:first-child > th,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr:first-child > th,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr:last-child > td,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.ich-settings-main-wrap .panel > .table-bordered > tfoot > tr:last-child > td,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr:last-child > th,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.ich-settings-main-wrap .panel > .table-bordered > tfoot > tr:last-child > th,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.ich-settings-main-wrap .panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.ich-settings-main-wrap .panel-group {
margin-bottom: 20px;
}
.ich-settings-main-wrap .panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.ich-settings-main-wrap .panel-group .panel + .panel {
margin-top: 5px;
}
.ich-settings-main-wrap .panel-group .panel-heading {
border-bottom: 0;
}
.ich-settings-main-wrap .panel-group .panel-heading + .panel-collapse > .panel-body,
.ich-settings-main-wrap .panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd;
}
.ich-settings-main-wrap .panel-group .panel-footer {
border-top: 0;
}
.ich-settings-main-wrap .panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.ich-settings-main-wrap .panel-default {
border-color: #ddd;
}
.ich-settings-main-wrap .panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.ich-settings-main-wrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.ich-settings-main-wrap .panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333;
}
.ich-settings-main-wrap .panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.ich-settings-main-wrap .panel-primary {
border-color: #337ab7;
}
.ich-settings-main-wrap .panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.ich-settings-main-wrap .panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.ich-settings-main-wrap .panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.ich-settings-main-wrap .panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.ich-settings-main-wrap .panel-success {
border-color: #d6e9c6;
}
.ich-settings-main-wrap .panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.ich-settings-main-wrap .panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.ich-settings-main-wrap .panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.ich-settings-main-wrap .panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.ich-settings-main-wrap .panel-info {
border-color: #bce8f1;
}
.ich-settings-main-wrap .panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.ich-settings-main-wrap .panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.ich-settings-main-wrap .panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.ich-settings-main-wrap .panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.ich-settings-main-wrap .panel-warning {
border-color: #faebcc;
}
.ich-settings-main-wrap .panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.ich-settings-main-wrap .panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.ich-settings-main-wrap .panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.ich-settings-main-wrap .panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.ich-settings-main-wrap .panel-danger {
border-color: #ebccd1;
}
.ich-settings-main-wrap .panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.ich-settings-main-wrap .panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.ich-settings-main-wrap .panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.ich-settings-main-wrap .panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.ich-settings-main-wrap .embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.ich-settings-main-wrap .embed-responsive .embed-responsive-item,
.ich-settings-main-wrap .embed-responsive iframe,
.ich-settings-main-wrap .embed-responsive embed,
.ich-settings-main-wrap .embed-responsive object,
.ich-settings-main-wrap .embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.ich-settings-main-wrap .embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.ich-settings-main-wrap .embed-responsive-4by3 {
padding-bottom: 75%;
}
.ich-settings-main-wrap .well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ich-settings-main-wrap .well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.ich-settings-main-wrap .well-lg {
padding: 24px;
border-radius: 6px;
}
.ich-settings-main-wrap .well-sm {
padding: 9px;
border-radius: 3px;
}
.ich-settings-main-wrap .close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.ich-settings-main-wrap .close:hover,
.ich-settings-main-wrap .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
.ich-settings-main-wrap button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.ich-settings-main-wrap .modal-open {
overflow: hidden;
}
.ich-settings-main-wrap .modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.ich-settings-main-wrap .modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.ich-settings-main-wrap .modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.ich-settings-main-wrap .modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.ich-settings-main-wrap .modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.ich-settings-main-wrap .modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.ich-settings-main-wrap .modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.ich-settings-main-wrap .modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.ich-settings-main-wrap .modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
.ich-settings-main-wrap .modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.ich-settings-main-wrap .modal-header .close {
margin-top: -2px;
}
.ich-settings-main-wrap .modal-title {
margin: 0;
line-height: 1.42857143;
}
.ich-settings-main-wrap .modal-body {
position: relative;
padding: 15px;
}
.ich-settings-main-wrap .modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.ich-settings-main-wrap .modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.ich-settings-main-wrap .modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.ich-settings-main-wrap .modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.ich-settings-main-wrap .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .modal-dialog {
width: 600px;
margin: 30px auto;
}
.ich-settings-main-wrap .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.ich-settings-main-wrap .modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.ich-settings-main-wrap .modal-lg {
width: 900px;
}
}
.ich-settings-main-wrap .tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
filter: alpha(opacity=0);
opacity: 0;
line-break: auto;
}
.ich-settings-main-wrap .tooltip.in {
filter: alpha(opacity=90);
opacity: .9;
}
.ich-settings-main-wrap .tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.ich-settings-main-wrap .tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.ich-settings-main-wrap .tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.ich-settings-main-wrap .tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.ich-settings-main-wrap .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0;
}
.ich-settings-main-wrap .tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.ich-settings-main-wrap .tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.ich-settings-main-wrap .tooltip.top-left .tooltip-arrow {
right: 5px;
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.ich-settings-main-wrap .tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.ich-settings-main-wrap .tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.ich-settings-main-wrap .tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.ich-settings-main-wrap .tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.ich-settings-main-wrap .tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.ich-settings-main-wrap .tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.ich-settings-main-wrap .popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
line-break: auto;
}
.ich-settings-main-wrap .popover.top {
margin-top: -10px;
}
.ich-settings-main-wrap .popover.right {
margin-left: 10px;
}
.ich-settings-main-wrap .popover.bottom {
margin-top: 10px;
}
.ich-settings-main-wrap .popover.left {
margin-left: -10px;
}
.ich-settings-main-wrap .popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.ich-settings-main-wrap .popover-content {
padding: 9px 14px;
}
.ich-settings-main-wrap .popover > .arrow,
.ich-settings-main-wrap .popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.ich-settings-main-wrap .popover > .arrow {
border-width: 11px;
}
.ich-settings-main-wrap .popover > .arrow:after {
content: "";
border-width: 10px;
}
.ich-settings-main-wrap .popover.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0;
}
.ich-settings-main-wrap .popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.ich-settings-main-wrap .popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0;
}
.ich-settings-main-wrap .popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.ich-settings-main-wrap .popover.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.ich-settings-main-wrap .popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff;
}
.ich-settings-main-wrap .popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.ich-settings-main-wrap .popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
.ich-settings-main-wrap .carousel {
position: relative;
}
.ich-settings-main-wrap .carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.ich-settings-main-wrap .carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.ich-settings-main-wrap .carousel-inner > .item > img,
.ich-settings-main-wrap .carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.ich-settings-main-wrap .carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.ich-settings-main-wrap .carousel-inner > .item.next,
.ich-settings-main-wrap .carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.ich-settings-main-wrap .carousel-inner > .item.prev,
.ich-settings-main-wrap .carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.ich-settings-main-wrap .carousel-inner > .item.next.left,
.ich-settings-main-wrap .carousel-inner > .item.prev.right,
.ich-settings-main-wrap .carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.ich-settings-main-wrap .carousel-inner > .active,
.ich-settings-main-wrap .carousel-inner > .next,
.ich-settings-main-wrap .carousel-inner > .prev {
display: block;
}
.ich-settings-main-wrap .carousel-inner > .active {
left: 0;
}
.ich-settings-main-wrap .carousel-inner > .next,
.ich-settings-main-wrap .carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.ich-settings-main-wrap .carousel-inner > .next {
left: 100%;
}
.ich-settings-main-wrap .carousel-inner > .prev {
left: -100%;
}
.ich-settings-main-wrap .carousel-inner > .next.left,
.ich-settings-main-wrap .carousel-inner > .prev.right {
left: 0;
}
.ich-settings-main-wrap .carousel-inner > .active.left {
left: -100%;
}
.ich-settings-main-wrap .carousel-inner > .active.right {
left: 100%;
}
.ich-settings-main-wrap .carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0);
filter: alpha(opacity=50);
opacity: .5;
}
.ich-settings-main-wrap .carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.ich-settings-main-wrap .carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.ich-settings-main-wrap .carousel-control:hover,
.ich-settings-main-wrap .carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}
.ich-settings-main-wrap .carousel-control .icon-prev,
.ich-settings-main-wrap .carousel-control .icon-next,
.ich-settings-main-wrap .carousel-control .glyphicon-chevron-left,
.ich-settings-main-wrap .carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px;
}
.ich-settings-main-wrap .carousel-control .icon-prev,
.ich-settings-main-wrap .carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.ich-settings-main-wrap .carousel-control .icon-next,
.ich-settings-main-wrap .carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.ich-settings-main-wrap .carousel-control .icon-prev,
.ich-settings-main-wrap .carousel-control .icon-next {
width: 20px;
height: 20px;
font-family: serif;
line-height: 1;
}
.ich-settings-main-wrap .carousel-control .icon-prev:before {
content: '\2039';
}
.ich-settings-main-wrap .carousel-control .icon-next:before {
content: '\203a';
}
.ich-settings-main-wrap .carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.ich-settings-main-wrap .carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}
.ich-settings-main-wrap .carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
.ich-settings-main-wrap .carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.ich-settings-main-wrap .carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.ich-settings-main-wrap .carousel-control .glyphicon-chevron-left,
.ich-settings-main-wrap .carousel-control .glyphicon-chevron-right,
.ich-settings-main-wrap .carousel-control .icon-prev,
.ich-settings-main-wrap .carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.ich-settings-main-wrap .carousel-control .glyphicon-chevron-left,
.ich-settings-main-wrap .carousel-control .icon-prev {
margin-left: -10px;
}
.ich-settings-main-wrap .carousel-control .glyphicon-chevron-right,
.ich-settings-main-wrap .carousel-control .icon-next {
margin-right: -10px;
}
.ich-settings-main-wrap .carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.ich-settings-main-wrap .carousel-indicators {
bottom: 20px;
}
}
.ich-settings-main-wrap .clearfix:before,
.ich-settings-main-wrap .clearfix:after,
.ich-settings-main-wrap .dl-horizontal dd:before,
.ich-settings-main-wrap .dl-horizontal dd:after,
.ich-settings-main-wrap .container:before,
.ich-settings-main-wrap .container:after,
.ich-settings-main-wrap .container-fluid:before,
.ich-settings-main-wrap .container-fluid:after,
.ich-settings-main-wrap .row:before,
.ich-settings-main-wrap .row:after,
.ich-settings-main-wrap .form-horizontal .form-group:before,
.ich-settings-main-wrap .form-horizontal .form-group:after,
.ich-settings-main-wrap .btn-toolbar:before,
.ich-settings-main-wrap .btn-toolbar:after,
.ich-settings-main-wrap .btn-group-vertical > .btn-group:before,
.ich-settings-main-wrap .btn-group-vertical > .btn-group:after,
.ich-settings-main-wrap .nav:before,
.ich-settings-main-wrap .nav:after,
.ich-settings-main-wrap .navbar:before,
.ich-settings-main-wrap .navbar:after,
.ich-settings-main-wrap .navbar-header:before,
.ich-settings-main-wrap .navbar-header:after,
.ich-settings-main-wrap .navbar-collapse:before,
.ich-settings-main-wrap .navbar-collapse:after,
.ich-settings-main-wrap .pager:before,
.ich-settings-main-wrap .pager:after,
.ich-settings-main-wrap .panel-body:before,
.ich-settings-main-wrap .panel-body:after,
.ich-settings-main-wrap .modal-header:before,
.ich-settings-main-wrap .modal-header:after,
.ich-settings-main-wrap .modal-footer:before,
.ich-settings-main-wrap .modal-footer:after {
display: table;
content: " ";
}
.ich-settings-main-wrap .clearfix:after,
.ich-settings-main-wrap .dl-horizontal dd:after,
.ich-settings-main-wrap .container:after,
.ich-settings-main-wrap .container-fluid:after,
.ich-settings-main-wrap .row:after,
.ich-settings-main-wrap .form-horizontal .form-group:after,
.ich-settings-main-wrap .btn-toolbar:after,
.ich-settings-main-wrap .btn-group-vertical > .btn-group:after,
.ich-settings-main-wrap .nav:after,
.ich-settings-main-wrap .navbar:after,
.ich-settings-main-wrap .navbar-header:after,
.ich-settings-main-wrap .navbar-collapse:after,
.ich-settings-main-wrap .pager:after,
.ich-settings-main-wrap .panel-body:after,
.ich-settings-main-wrap .modal-header:after,
.ich-settings-main-wrap .modal-footer:after {
clear: both;
}
.ich-settings-main-wrap .center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.ich-settings-main-wrap .pull-right {
float: right !important;
}
.ich-settings-main-wrap .pull-left {
float: left !important;
}
.ich-settings-main-wrap .hide {
display: none !important;
}
.ich-settings-main-wrap .show {
display: block !important;
}
.ich-settings-main-wrap .invisible {
visibility: hidden;
}
.ich-settings-main-wrap .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.ich-settings-main-wrap .hidden {
display: none !important;
}
.ich-settings-main-wrap .affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.ich-settings-main-wrap .visible-xs,
.ich-settings-main-wrap .visible-sm,
.ich-settings-main-wrap .visible-md,
.ich-settings-main-wrap .visible-lg {
display: none !important;
}
.ich-settings-main-wrap .visible-xs-block,
.ich-settings-main-wrap .visible-xs-inline,
.ich-settings-main-wrap .visible-xs-inline-block,
.ich-settings-main-wrap .visible-sm-block,
.ich-settings-main-wrap .visible-sm-inline,
.ich-settings-main-wrap .visible-sm-inline-block,
.ich-settings-main-wrap .visible-md-block,
.ich-settings-main-wrap .visible-md-inline,
.ich-settings-main-wrap .visible-md-inline-block,
.ich-settings-main-wrap .visible-lg-block,
.ich-settings-main-wrap .visible-lg-inline,
.ich-settings-main-wrap .visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.ich-settings-main-wrap .visible-xs {
display: block !important;
}
.ich-settings-main-wrap table.visible-xs {
display: table !important;
}
.ich-settings-main-wrap tr.visible-xs {
display: table-row !important;
}
.ich-settings-main-wrap th.visible-xs,
.ich-settings-main-wrap td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.ich-settings-main-wrap .visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.ich-settings-main-wrap .visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.ich-settings-main-wrap .visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ich-settings-main-wrap .visible-sm {
display: block !important;
}
.ich-settings-main-wrap table.visible-sm {
display: table !important;
}
.ich-settings-main-wrap tr.visible-sm {
display: table-row !important;
}
.ich-settings-main-wrap th.visible-sm,
.ich-settings-main-wrap td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ich-settings-main-wrap .visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ich-settings-main-wrap .visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ich-settings-main-wrap .visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.ich-settings-main-wrap .visible-md {
display: block !important;
}
.ich-settings-main-wrap table.visible-md {
display: table !important;
}
.ich-settings-main-wrap tr.visible-md {
display: table-row !important;
}
.ich-settings-main-wrap th.visible-md,
.ich-settings-main-wrap td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.ich-settings-main-wrap .visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.ich-settings-main-wrap .visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.ich-settings-main-wrap .visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.ich-settings-main-wrap .visible-lg {
display: block !important;
}
.ich-settings-main-wrap table.visible-lg {
display: table !important;
}
.ich-settings-main-wrap tr.visible-lg {
display: table-row !important;
}
.ich-settings-main-wrap th.visible-lg,
.ich-settings-main-wrap td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.ich-settings-main-wrap .visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.ich-settings-main-wrap .visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.ich-settings-main-wrap .visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.ich-settings-main-wrap .hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ich-settings-main-wrap .hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.ich-settings-main-wrap .hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.ich-settings-main-wrap .hidden-lg {
display: none !important;
}
}
.ich-settings-main-wrap .visible-print {
display: none !important;
}
@media print {
.ich-settings-main-wrap .visible-print {
display: block !important;
}
.ich-settings-main-wrap table.visible-print {
display: table !important;
}
.ich-settings-main-wrap tr.visible-print {
display: table-row !important;
}
.ich-settings-main-wrap th.visible-print,
.ich-settings-main-wrap td.visible-print {
display: table-cell !important;
}
}
.ich-settings-main-wrap .visible-print-block {
display: none !important;
}
@media print {
.ich-settings-main-wrap .visible-print-block {
display: block !important;
}
}
.ich-settings-main-wrap .visible-print-inline {
display: none !important;
}
@media print {
.ich-settings-main-wrap .visible-print-inline {
display: inline !important;
}
}
.ich-settings-main-wrap .visible-print-inline-block {
display: none !important;
}
@media print {
.ich-settings-main-wrap .visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.ich-settings-main-wrap .hidden-print {
display: none !important;
}
}
.wcp-tabs-menu a:focus {
outline: none !important;
box-shadow: none !important;  
}
.ich-settings-main-wrap .col-xs-5th-1,
.ich-settings-main-wrap .col-xs-5th-2,
.ich-settings-main-wrap .col-xs-5th-3,
.ich-settings-main-wrap .col-xs-5th-4 {
float: left;
}
.ich-settings-main-wrap .col-xs-5th-5 {
float: left;
width: 100%;
}
.ich-settings-main-wrap .col-xs-5th-4 {
width: 80%;
}
.ich-settings-main-wrap .col-xs-5th-3 {
width: 60%;
}
.ich-settings-main-wrap .col-xs-5th-2 {
width: 40%;
}
.ich-settings-main-wrap .col-xs-5th-1 {
width: 20%;
}
.ich-settings-main-wrap .col-xs-5th-pull-5 {
right: 100%;
}
.ich-settings-main-wrap .col-xs-5th-pull-4 {
right: 80%;
}
.ich-settings-main-wrap .col-xs-5th-pull-3 {
right: 60%;
}
.ich-settings-main-wrap .col-xs-5th-pull-2 {
right: 40%;
}
.ich-settings-main-wrap .col-xs-5th-pull-1 {
right: 20%;
}
.ich-settings-main-wrap .col-xs-5th-pull-0 {
right: auto;
}
.ich-settings-main-wrap .col-xs-5th-push-5 {
left: 100%;
}
.ich-settings-main-wrap .col-xs-5th-push-4 {
left: 80%;
}
.ich-settings-main-wrap .col-xs-5th-push-3 {
left: 60%;
}
.ich-settings-main-wrap .col-xs-5th-push-2 {
left: 40%;
}
.ich-settings-main-wrap .col-xs-5th-push-1 {
left: 20%;
}
.ich-settings-main-wrap .col-xs-5th-push-0 {
left: auto;
}
.ich-settings-main-wrap .col-xs-5th-offset-5 {
margin-left: 100%;
}
.ich-settings-main-wrap .col-xs-5th-offset-4 {
margin-left: 80%;
}
.ich-settings-main-wrap .col-xs-5th-offset-3 {
margin-left: 60%;
}
.ich-settings-main-wrap .col-xs-5th-offset-2 {
margin-left: 40%;
}
.ich-settings-main-wrap .col-xs-5th-offset-1 {
margin-left: 20%;
}
.ich-settings-main-wrap .col-xs-5th-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.ich-settings-main-wrap .col-sm-5th-1,
.ich-settings-main-wrap .col-sm-5th-2,
.ich-settings-main-wrap .col-sm-5th-3,
.ich-settings-main-wrap .col-sm-5th-4 {
float: left;
}
.ich-settings-main-wrap .col-sm-5th-5 {
float: left;
width: 100%;
}
.ich-settings-main-wrap .col-sm-5th-4 {
width: 80%;
}
.ich-settings-main-wrap .col-sm-5th-3 {
width: 60%;
}
.ich-settings-main-wrap .col-sm-5th-2 {
width: 40%;
}
.ich-settings-main-wrap .col-sm-5th-1 {
width: 20%;
}
.ich-settings-main-wrap .col-sm-5th-pull-5 {
right: 100%;
}
.ich-settings-main-wrap .col-sm-5th-pull-4 {
right: 80%;
}
.ich-settings-main-wrap .col-sm-5th-pull-3 {
right: 60%;
}
.ich-settings-main-wrap .col-sm-5th-pull-2 {
right: 40%;
}
.ich-settings-main-wrap .col-sm-5th-pull-1 {
right: 20%;
}
.ich-settings-main-wrap .col-sm-5th-pull-0 {
right: auto;
}
.ich-settings-main-wrap .col-sm-5th-push-5 {
left: 100%;
}
.ich-settings-main-wrap .col-sm-5th-push-4 {
left: 80%;
}
.ich-settings-main-wrap .col-sm-5th-push-3 {
left: 60%;
}
.ich-settings-main-wrap .col-sm-5th-push-2 {
left: 40%;
}
.ich-settings-main-wrap .col-sm-5th-push-1 {
left: 20%;
}
.ich-settings-main-wrap .col-sm-5th-push-0 {
left: auto;
}
.ich-settings-main-wrap .col-sm-5th-offset-5 {
margin-left: 100%;
}
.ich-settings-main-wrap .col-sm-5th-offset-4 {
margin-left: 80%;
}
.ich-settings-main-wrap .col-sm-5th-offset-3 {
margin-left: 60%;
}
.ich-settings-main-wrap .col-sm-5th-offset-2 {
margin-left: 40%;
}
.ich-settings-main-wrap .col-sm-5th-offset-1 {
margin-left: 20%;
}
.ich-settings-main-wrap .col-sm-5th-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.ich-settings-main-wrap .col-md-5th-1,
.ich-settings-main-wrap .col-md-5th-2,
.ich-settings-main-wrap .col-md-5th-3,
.ich-settings-main-wrap .col-md-5th-4 {
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;    
}
.ich-settings-main-wrap .col-md-5th-5 {
float: left;
width: 100%;
}
.ich-settings-main-wrap .col-md-5th-4 {
width: 80%;
}
.ich-settings-main-wrap .col-md-5th-3 {
width: 60%;
}
.ich-settings-main-wrap .col-md-5th-2 {
width: 40%;
}
.ich-settings-main-wrap .col-md-5th-1 {
width: 20%;
}
.ich-settings-main-wrap .col-md-5th-pull-5 {
right: 100%;
}
.ich-settings-main-wrap .col-md-5th-pull-4 {
right: 80%;
}
.ich-settings-main-wrap .col-md-5th-pull-3 {
right: 60%;
}
.ich-settings-main-wrap .col-md-5th-pull-2 {
right: 40%;
}
.ich-settings-main-wrap .col-md-5th-pull-1 {
right: 20%;
}
.ich-settings-main-wrap .col-md-5th-pull-0 {
right: auto;
}
.ich-settings-main-wrap .col-md-5th-push-5 {
left: 100%;
}
.ich-settings-main-wrap .col-md-5th-push-4 {
left: 80%;
}
.ich-settings-main-wrap .col-md-5th-push-3 {
left: 60%;
}
.ich-settings-main-wrap .col-md-5th-push-2 {
left: 40%;
}
.ich-settings-main-wrap .col-md-5th-push-1 {
left: 20%;
}
.ich-settings-main-wrap .col-md-5th-push-0 {
left: auto;
}
.ich-settings-main-wrap .col-md-5th-offset-5 {
margin-left: 100%;
}
.ich-settings-main-wrap .col-md-5th-offset-4 {
margin-left: 80%;
}
.ich-settings-main-wrap .col-md-5th-offset-3 {
margin-left: 60%;
}
.ich-settings-main-wrap .col-md-5th-offset-2 {
margin-left: 40%;
}
.ich-settings-main-wrap .col-md-5th-offset-1 {
margin-left: 20%;
}
.ich-settings-main-wrap .col-md-5th-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.ich-settings-main-wrap .col-lg-5th-1,
.ich-settings-main-wrap .col-lg-5th-2,
.ich-settings-main-wrap .col-lg-5th-3,
.ich-settings-main-wrap .col-lg-5th-4 {
float: left;
}
.ich-settings-main-wrap .col-lg-5th-5 {
float: left;
width: 100%;
}
.ich-settings-main-wrap .col-lg-5th-4 {
width: 80%;
}
.ich-settings-main-wrap .col-lg-5th-3 {
width: 60%;
}
.ich-settings-main-wrap .col-lg-5th-2 {
width: 40%;
}
.ich-settings-main-wrap .col-lg-5th-1 {
width: 20%;
}
.ich-settings-main-wrap .col-lg-5th-pull-5 {
right: 100%;
}
.ich-settings-main-wrap .col-lg-5th-pull-4 {
right: 80%;
}
.ich-settings-main-wrap .col-lg-5th-pull-3 {
right: 60%;
}
.ich-settings-main-wrap .col-lg-5th-pull-2 {
right: 40%;
}
.ich-settings-main-wrap .col-lg-5th-pull-1 {
right: 20%;
}
.ich-settings-main-wrap .col-lg-5th-pull-0 {
right: auto;
}
.ich-settings-main-wrap .col-lg-5th-push-5 {
left: 100%;
}
.ich-settings-main-wrap .col-lg-5th-push-4 {
left: 80%;
}
.ich-settings-main-wrap .col-lg-5th-push-3 {
left: 60%;
}
.ich-settings-main-wrap .col-lg-5th-push-2 {
left: 40%;
}
.ich-settings-main-wrap .col-lg-5th-push-1 {
left: 20%;
}
.ich-settings-main-wrap .col-lg-5th-push-0 {
left: auto;
}
.ich-settings-main-wrap .col-lg-5th-offset-5 {
margin-left: 100%;
}
.ich-settings-main-wrap .col-lg-5th-offset-4 {
margin-left: 80%;
}
.ich-settings-main-wrap .col-lg-5th-offset-3 {
margin-left: 60%;
}
.ich-settings-main-wrap .col-lg-5th-offset-2 {
margin-left: 40%;
}
.ich-settings-main-wrap .col-lg-5th-offset-1 {
margin-left: 20%;
}
.ich-settings-main-wrap .col-lg-5th-offset-0 {
margin-left: 0%;
}
}.ich-settings-main-wrap { }
.ich-settings-main-wrap .fa,
.ich-settings-main-wrap .fab,
.ich-settings-main-wrap .fal,
.ich-settings-main-wrap .far,
.ich-settings-main-wrap .fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.ich-settings-main-wrap .fa-lg {
font-size: 1.33333em;
line-height: .75em;
vertical-align: -0.0667em;
}
.ich-settings-main-wrap .fa-xs {
font-size: 0.75em;
}
.ich-settings-main-wrap .fa-sm {
font-size: 0.875em;
}
.ich-settings-main-wrap .fa-1x {
font-size: 1em;
}
.ich-settings-main-wrap .fa-2x {
font-size: 2em;
}
.ich-settings-main-wrap .fa-3x {
font-size: 3em;
}
.ich-settings-main-wrap .fa-4x {
font-size: 4em;
}
.ich-settings-main-wrap .fa-5x {
font-size: 5em;
}
.ich-settings-main-wrap .fa-6x {
font-size: 6em;
}
.ich-settings-main-wrap .fa-7x {
font-size: 7em;
}
.ich-settings-main-wrap .fa-8x {
font-size: 8em;
}
.ich-settings-main-wrap .fa-9x {
font-size: 9em;
}
.ich-settings-main-wrap .fa-10x {
font-size: 10em;
}
.ich-settings-main-wrap .fa-fw {
text-align: center;
width: 1.25em;
}
.ich-settings-main-wrap .fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0;
}
.ich-settings-main-wrap .fa-ul > li {
position: relative;
}
.ich-settings-main-wrap .fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit;
}
.ich-settings-main-wrap .fa-border {
border: .08em solid #eee;
border-radius: .1em;
padding: 0.2em 0.25em 0.15em;
}
.ich-settings-main-wrap .fa-pull-left {
float: left;
}
.ich-settings-main-wrap .fa-pull-right {
float: right;
}
.ich-settings-main-wrap .fa.fa-pull-left,
.ich-settings-main-wrap .fab.fa-pull-left,
.ich-settings-main-wrap .fal.fa-pull-left,
.ich-settings-main-wrap .far.fa-pull-left,
.ich-settings-main-wrap .fas.fa-pull-left {
margin-right: 0.3em;
}
.ich-settings-main-wrap .fa.fa-pull-right,
.ich-settings-main-wrap .fab.fa-pull-right,
.ich-settings-main-wrap .fal.fa-pull-right,
.ich-settings-main-wrap .far.fa-pull-right,
.ich-settings-main-wrap .fas.fa-pull-right {
margin-left: 0.3em;
}
.ich-settings-main-wrap .fa-spin {
animation: fa-spin 2s infinite linear;
}
.ich-settings-main-wrap .fa-pulse {
animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
0% {
transform: rotate(0deg);
}
to {
transform: rotate(1turn);
}
}
.ich-settings-main-wrap .fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
transform: rotate(90deg);
}
.ich-settings-main-wrap .fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
transform: rotate(180deg);
}
.ich-settings-main-wrap .fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
transform: rotate(270deg);
}
.ich-settings-main-wrap .fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
transform: scaleX(-1);
}
.ich-settings-main-wrap .fa-flip-vertical {
transform: scaleY(-1);
}
.ich-settings-main-wrap .fa-flip-horizontal.fa-flip-vertical,
.ich-settings-main-wrap .fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.ich-settings-main-wrap .fa-flip-horizontal.fa-flip-vertical {
transform: scale(-1);
}
.ich-settings-main-wrap :root .fa-flip-horizontal,
.ich-settings-main-wrap :root .fa-flip-vertical,
.ich-settings-main-wrap :root .fa-rotate-90,
.ich-settings-main-wrap :root .fa-rotate-180,
.ich-settings-main-wrap :root .fa-rotate-270 {
-webkit-filter: none;
filter: none;
}
.ich-settings-main-wrap .fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2em;
}
.ich-settings-main-wrap .fa-stack-1x,
.ich-settings-main-wrap .fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.ich-settings-main-wrap .fa-stack-1x {
line-height: inherit;
}
.ich-settings-main-wrap .fa-stack-2x {
font-size: 2em;
}
.ich-settings-main-wrap .fa-inverse {
color: #ffffff;
}
.ich-settings-main-wrap .fa-500px:before {
content: "\f26e";
}
.ich-settings-main-wrap .fa-accessible-icon:before {
content: "\f368";
}
.ich-settings-main-wrap .fa-accusoft:before {
content: "\f369";
}
.ich-settings-main-wrap .fa-ad:before {
content: "\f641";
}
.ich-settings-main-wrap .fa-address-book:before {
content: "\f2b9";
}
.ich-settings-main-wrap .fa-address-card:before {
content: "\f2bb";
}
.ich-settings-main-wrap .fa-adjust:before {
content: "\f042";
}
.ich-settings-main-wrap .fa-adn:before {
content: "\f170";
}
.ich-settings-main-wrap .fa-adversal:before {
content: "\f36a";
}
.ich-settings-main-wrap .fa-affiliatetheme:before {
content: "\f36b";
}
.ich-settings-main-wrap .fa-air-freshener:before {
content: "\f5d0";
}
.ich-settings-main-wrap .fa-algolia:before {
content: "\f36c";
}
.ich-settings-main-wrap .fa-align-center:before {
content: "\f037";
}
.ich-settings-main-wrap .fa-align-justify:before {
content: "\f039";
}
.ich-settings-main-wrap .fa-align-left:before {
content: "\f036";
}
.ich-settings-main-wrap .fa-align-right:before {
content: "\f038";
}
.ich-settings-main-wrap .fa-alipay:before {
content: "\f642";
}
.ich-settings-main-wrap .fa-allergies:before {
content: "\f461";
}
.ich-settings-main-wrap .fa-amazon:before {
content: "\f270";
}
.ich-settings-main-wrap .fa-amazon-pay:before {
content: "\f42c";
}
.ich-settings-main-wrap .fa-ambulance:before {
content: "\f0f9";
}
.ich-settings-main-wrap .fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.ich-settings-main-wrap .fa-amilia:before {
content: "\f36d";
}
.ich-settings-main-wrap .fa-anchor:before {
content: "\f13d";
}
.ich-settings-main-wrap .fa-android:before {
content: "\f17b";
}
.ich-settings-main-wrap .fa-angellist:before {
content: "\f209";
}
.ich-settings-main-wrap .fa-angle-double-down:before {
content: "\f103";
}
.ich-settings-main-wrap .fa-angle-double-left:before {
content: "\f100";
}
.ich-settings-main-wrap .fa-angle-double-right:before {
content: "\f101";
}
.ich-settings-main-wrap .fa-angle-double-up:before {
content: "\f102";
}
.ich-settings-main-wrap .fa-angle-down:before {
content: "\f107";
}
.ich-settings-main-wrap .fa-angle-left:before {
content: "\f104";
}
.ich-settings-main-wrap .fa-angle-right:before {
content: "\f105";
}
.ich-settings-main-wrap .fa-angle-up:before {
content: "\f106";
}
.ich-settings-main-wrap .fa-angry:before {
content: "\f556";
}
.ich-settings-main-wrap .fa-angrycreative:before {
content: "\f36e";
}
.ich-settings-main-wrap .fa-angular:before {
content: "\f420";
}
.ich-settings-main-wrap .fa-ankh:before {
content: "\f644";
}
.ich-settings-main-wrap .fa-app-store:before {
content: "\f36f";
}
.ich-settings-main-wrap .fa-app-store-ios:before {
content: "\f370";
}
.ich-settings-main-wrap .fa-apper:before {
content: "\f371";
}
.ich-settings-main-wrap .fa-apple:before {
content: "\f179";
}
.ich-settings-main-wrap .fa-apple-alt:before {
content: "\f5d1";
}
.ich-settings-main-wrap .fa-apple-pay:before {
content: "\f415";
}
.ich-settings-main-wrap .fa-archive:before {
content: "\f187";
}
.ich-settings-main-wrap .fa-archway:before {
content: "\f557";
}
.ich-settings-main-wrap .fa-arrow-alt-circle-down:before {
content: "\f358";
}
.ich-settings-main-wrap .fa-arrow-alt-circle-left:before {
content: "\f359";
}
.ich-settings-main-wrap .fa-arrow-alt-circle-right:before {
content: "\f35a";
}
.ich-settings-main-wrap .fa-arrow-alt-circle-up:before {
content: "\f35b";
}
.ich-settings-main-wrap .fa-arrow-circle-down:before {
content: "\f0ab";
}
.ich-settings-main-wrap .fa-arrow-circle-left:before {
content: "\f0a8";
}
.ich-settings-main-wrap .fa-arrow-circle-right:before {
content: "\f0a9";
}
.ich-settings-main-wrap .fa-arrow-circle-up:before {
content: "\f0aa";
}
.ich-settings-main-wrap .fa-arrow-down:before {
content: "\f063";
}
.ich-settings-main-wrap .fa-arrow-left:before {
content: "\f060";
}
.ich-settings-main-wrap .fa-arrow-right:before {
content: "\f061";
}
.ich-settings-main-wrap .fa-arrow-up:before {
content: "\f062";
}
.ich-settings-main-wrap .fa-arrows-alt:before {
content: "\f0b2";
}
.ich-settings-main-wrap .fa-arrows-alt-h:before {
content: "\f337";
}
.ich-settings-main-wrap .fa-arrows-alt-v:before {
content: "\f338";
}
.ich-settings-main-wrap .fa-assistive-listening-systems:before {
content: "\f2a2";
}
.ich-settings-main-wrap .fa-asterisk:before {
content: "\f069";
}
.ich-settings-main-wrap .fa-asymmetrik:before {
content: "\f372";
}
.ich-settings-main-wrap .fa-at:before {
content: "\f1fa";
}
.ich-settings-main-wrap .fa-atlas:before {
content: "\f558";
}
.ich-settings-main-wrap .fa-atom:before {
content: "\f5d2";
}
.ich-settings-main-wrap .fa-audible:before {
content: "\f373";
}
.ich-settings-main-wrap .fa-audio-description:before {
content: "\f29e";
}
.ich-settings-main-wrap .fa-autoprefixer:before {
content: "\f41c";
}
.ich-settings-main-wrap .fa-avianex:before {
content: "\f374";
}
.ich-settings-main-wrap .fa-aviato:before {
content: "\f421";
}
.ich-settings-main-wrap .fa-award:before {
content: "\f559";
}
.ich-settings-main-wrap .fa-aws:before {
content: "\f375";
}
.ich-settings-main-wrap .fa-backspace:before {
content: "\f55a";
}
.ich-settings-main-wrap .fa-backward:before {
content: "\f04a";
}
.ich-settings-main-wrap .fa-balance-scale:before {
content: "\f24e";
}
.ich-settings-main-wrap .fa-ban:before {
content: "\f05e";
}
.ich-settings-main-wrap .fa-band-aid:before {
content: "\f462";
}
.ich-settings-main-wrap .fa-bandcamp:before {
content: "\f2d5";
}
.ich-settings-main-wrap .fa-barcode:before {
content: "\f02a";
}
.ich-settings-main-wrap .fa-bars:before {
content: "\f0c9";
}
.ich-settings-main-wrap .fa-baseball-ball:before {
content: "\f433";
}
.ich-settings-main-wrap .fa-basketball-ball:before {
content: "\f434";
}
.ich-settings-main-wrap .fa-bath:before {
content: "\f2cd";
}
.ich-settings-main-wrap .fa-battery-empty:before {
content: "\f244";
}
.ich-settings-main-wrap .fa-battery-full:before {
content: "\f240";
}
.ich-settings-main-wrap .fa-battery-half:before {
content: "\f242";
}
.ich-settings-main-wrap .fa-battery-quarter:before {
content: "\f243";
}
.ich-settings-main-wrap .fa-battery-three-quarters:before {
content: "\f241";
}
.ich-settings-main-wrap .fa-bed:before {
content: "\f236";
}
.ich-settings-main-wrap .fa-beer:before {
content: "\f0fc";
}
.ich-settings-main-wrap .fa-behance:before {
content: "\f1b4";
}
.ich-settings-main-wrap .fa-behance-square:before {
content: "\f1b5";
}
.ich-settings-main-wrap .fa-bell:before {
content: "\f0f3";
}
.ich-settings-main-wrap .fa-bell-slash:before {
content: "\f1f6";
}
.ich-settings-main-wrap .fa-bezier-curve:before {
content: "\f55b";
}
.ich-settings-main-wrap .fa-bible:before {
content: "\f647";
}
.ich-settings-main-wrap .fa-bicycle:before {
content: "\f206";
}
.ich-settings-main-wrap .fa-bimobject:before {
content: "\f378";
}
.ich-settings-main-wrap .fa-binoculars:before {
content: "\f1e5";
}
.ich-settings-main-wrap .fa-birthday-cake:before {
content: "\f1fd";
}
.ich-settings-main-wrap .fa-bitbucket:before {
content: "\f171";
}
.ich-settings-main-wrap .fa-bitcoin:before {
content: "\f379";
}
.ich-settings-main-wrap .fa-bity:before {
content: "\f37a";
}
.ich-settings-main-wrap .fa-black-tie:before {
content: "\f27e";
}
.ich-settings-main-wrap .fa-blackberry:before {
content: "\f37b";
}
.ich-settings-main-wrap .fa-blender:before {
content: "\f517";
}
.ich-settings-main-wrap .fa-blind:before {
content: "\f29d";
}
.ich-settings-main-wrap .fa-blogger:before {
content: "\f37c";
}
.ich-settings-main-wrap .fa-blogger-b:before {
content: "\f37d";
}
.ich-settings-main-wrap .fa-bluetooth:before {
content: "\f293";
}
.ich-settings-main-wrap .fa-bluetooth-b:before {
content: "\f294";
}
.ich-settings-main-wrap .fa-bold:before {
content: "\f032";
}
.ich-settings-main-wrap .fa-bolt:before {
content: "\f0e7";
}
.ich-settings-main-wrap .fa-bomb:before {
content: "\f1e2";
}
.ich-settings-main-wrap .fa-bone:before {
content: "\f5d7";
}
.ich-settings-main-wrap .fa-bong:before {
content: "\f55c";
}
.ich-settings-main-wrap .fa-book:before {
content: "\f02d";
}
.ich-settings-main-wrap .fa-book-open:before {
content: "\f518";
}
.ich-settings-main-wrap .fa-book-reader:before {
content: "\f5da";
}
.ich-settings-main-wrap .fa-bookmark:before {
content: "\f02e";
}
.ich-settings-main-wrap .fa-bowling-ball:before {
content: "\f436";
}
.ich-settings-main-wrap .fa-box:before {
content: "\f466";
}
.ich-settings-main-wrap .fa-box-open:before {
content: "\f49e";
}
.ich-settings-main-wrap .fa-boxes:before {
content: "\f468";
}
.ich-settings-main-wrap .fa-braille:before {
content: "\f2a1";
}
.ich-settings-main-wrap .fa-brain:before {
content: "\f5dc";
}
.ich-settings-main-wrap .fa-briefcase:before {
content: "\f0b1";
}
.ich-settings-main-wrap .fa-briefcase-medical:before {
content: "\f469";
}
.ich-settings-main-wrap .fa-broadcast-tower:before {
content: "\f519";
}
.ich-settings-main-wrap .fa-broom:before {
content: "\f51a";
}
.ich-settings-main-wrap .fa-brush:before {
content: "\f55d";
}
.ich-settings-main-wrap .fa-btc:before {
content: "\f15a";
}
.ich-settings-main-wrap .fa-bug:before {
content: "\f188";
}
.ich-settings-main-wrap .fa-building:before {
content: "\f1ad";
}
.ich-settings-main-wrap .fa-bullhorn:before {
content: "\f0a1";
}
.ich-settings-main-wrap .fa-bullseye:before {
content: "\f140";
}
.ich-settings-main-wrap .fa-burn:before {
content: "\f46a";
}
.ich-settings-main-wrap .fa-buromobelexperte:before {
content: "\f37f";
}
.ich-settings-main-wrap .fa-bus:before {
content: "\f207";
}
.ich-settings-main-wrap .fa-bus-alt:before {
content: "\f55e";
}
.ich-settings-main-wrap .fa-business-time:before {
content: "\f64a";
}
.ich-settings-main-wrap .fa-buysellads:before {
content: "\f20d";
}
.ich-settings-main-wrap .fa-calculator:before {
content: "\f1ec";
}
.ich-settings-main-wrap .fa-calendar:before {
content: "\f133";
}
.ich-settings-main-wrap .fa-calendar-alt:before {
content: "\f073";
}
.ich-settings-main-wrap .fa-calendar-check:before {
content: "\f274";
}
.ich-settings-main-wrap .fa-calendar-minus:before {
content: "\f272";
}
.ich-settings-main-wrap .fa-calendar-plus:before {
content: "\f271";
}
.ich-settings-main-wrap .fa-calendar-times:before {
content: "\f273";
}
.ich-settings-main-wrap .fa-camera:before {
content: "\f030";
}
.ich-settings-main-wrap .fa-camera-retro:before {
content: "\f083";
}
.ich-settings-main-wrap .fa-cannabis:before {
content: "\f55f";
}
.ich-settings-main-wrap .fa-capsules:before {
content: "\f46b";
}
.ich-settings-main-wrap .fa-car:before {
content: "\f1b9";
}
.ich-settings-main-wrap .fa-car-alt:before {
content: "\f5de";
}
.ich-settings-main-wrap .fa-car-battery:before {
content: "\f5df";
}
.ich-settings-main-wrap .fa-car-crash:before {
content: "\f5e1";
}
.ich-settings-main-wrap .fa-car-side:before {
content: "\f5e4";
}
.ich-settings-main-wrap .fa-caret-down:before {
content: "\f0d7";
}
.ich-settings-main-wrap .fa-caret-left:before {
content: "\f0d9";
}
.ich-settings-main-wrap .fa-caret-right:before {
content: "\f0da";
}
.ich-settings-main-wrap .fa-caret-square-down:before {
content: "\f150";
}
.ich-settings-main-wrap .fa-caret-square-left:before {
content: "\f191";
}
.ich-settings-main-wrap .fa-caret-square-right:before {
content: "\f152";
}
.ich-settings-main-wrap .fa-caret-square-up:before {
content: "\f151";
}
.ich-settings-main-wrap .fa-caret-up:before {
content: "\f0d8";
}
.ich-settings-main-wrap .fa-cart-arrow-down:before {
content: "\f218";
}
.ich-settings-main-wrap .fa-cart-plus:before {
content: "\f217";
}
.ich-settings-main-wrap .fa-cc-amazon-pay:before {
content: "\f42d";
}
.ich-settings-main-wrap .fa-cc-amex:before {
content: "\f1f3";
}
.ich-settings-main-wrap .fa-cc-apple-pay:before {
content: "\f416";
}
.ich-settings-main-wrap .fa-cc-diners-club:before {
content: "\f24c";
}
.ich-settings-main-wrap .fa-cc-discover:before {
content: "\f1f2";
}
.ich-settings-main-wrap .fa-cc-jcb:before {
content: "\f24b";
}
.ich-settings-main-wrap .fa-cc-mastercard:before {
content: "\f1f1";
}
.ich-settings-main-wrap .fa-cc-paypal:before {
content: "\f1f4";
}
.ich-settings-main-wrap .fa-cc-stripe:before {
content: "\f1f5";
}
.ich-settings-main-wrap .fa-cc-visa:before {
content: "\f1f0";
}
.ich-settings-main-wrap .fa-centercode:before {
content: "\f380";
}
.ich-settings-main-wrap .fa-certificate:before {
content: "\f0a3";
}
.ich-settings-main-wrap .fa-chalkboard:before {
content: "\f51b";
}
.ich-settings-main-wrap .fa-chalkboard-teacher:before {
content: "\f51c";
}
.ich-settings-main-wrap .fa-charging-station:before {
content: "\f5e7";
}
.ich-settings-main-wrap .fa-chart-area:before {
content: "\f1fe";
}
.ich-settings-main-wrap .fa-chart-bar:before {
content: "\f080";
}
.ich-settings-main-wrap .fa-chart-line:before {
content: "\f201";
}
.ich-settings-main-wrap .fa-chart-pie:before {
content: "\f200";
}
.ich-settings-main-wrap .fa-check:before {
content: "\f00c";
}
.ich-settings-main-wrap .fa-check-circle:before {
content: "\f058";
}
.ich-settings-main-wrap .fa-check-double:before {
content: "\f560";
}
.ich-settings-main-wrap .fa-check-square:before {
content: "\f14a";
}
.ich-settings-main-wrap .fa-chess:before {
content: "\f439";
}
.ich-settings-main-wrap .fa-chess-bishop:before {
content: "\f43a";
}
.ich-settings-main-wrap .fa-chess-board:before {
content: "\f43c";
}
.ich-settings-main-wrap .fa-chess-king:before {
content: "\f43f";
}
.ich-settings-main-wrap .fa-chess-knight:before {
content: "\f441";
}
.ich-settings-main-wrap .fa-chess-pawn:before {
content: "\f443";
}
.ich-settings-main-wrap .fa-chess-queen:before {
content: "\f445";
}
.ich-settings-main-wrap .fa-chess-rook:before {
content: "\f447";
}
.ich-settings-main-wrap .fa-chevron-circle-down:before {
content: "\f13a";
}
.ich-settings-main-wrap .fa-chevron-circle-left:before {
content: "\f137";
}
.ich-settings-main-wrap .fa-chevron-circle-right:before {
content: "\f138";
}
.ich-settings-main-wrap .fa-chevron-circle-up:before {
content: "\f139";
}
.ich-settings-main-wrap .fa-chevron-down:before {
content: "\f078";
}
.ich-settings-main-wrap .fa-chevron-left:before {
content: "\f053";
}
.ich-settings-main-wrap .fa-chevron-right:before {
content: "\f054";
}
.ich-settings-main-wrap .fa-chevron-up:before {
content: "\f077";
}
.ich-settings-main-wrap .fa-child:before {
content: "\f1ae";
}
.ich-settings-main-wrap .fa-chrome:before {
content: "\f268";
}
.ich-settings-main-wrap .fa-church:before {
content: "\f51d";
}
.ich-settings-main-wrap .fa-circle:before {
content: "\f111";
}
.ich-settings-main-wrap .fa-circle-notch:before {
content: "\f1ce";
}
.ich-settings-main-wrap .fa-city:before {
content: "\f64f";
}
.ich-settings-main-wrap .fa-clipboard:before {
content: "\f328";
}
.ich-settings-main-wrap .fa-clipboard-check:before {
content: "\f46c";
}
.ich-settings-main-wrap .fa-clipboard-list:before {
content: "\f46d";
}
.ich-settings-main-wrap .fa-clock:before {
content: "\f017";
}
.ich-settings-main-wrap .fa-clone:before {
content: "\f24d";
}
.ich-settings-main-wrap .fa-closed-captioning:before {
content: "\f20a";
}
.ich-settings-main-wrap .fa-cloud:before {
content: "\f0c2";
}
.ich-settings-main-wrap .fa-cloud-download-alt:before {
content: "\f381";
}
.ich-settings-main-wrap .fa-cloud-upload-alt:before {
content: "\f382";
}
.ich-settings-main-wrap .fa-cloudscale:before {
content: "\f383";
}
.ich-settings-main-wrap .fa-cloudsmith:before {
content: "\f384";
}
.ich-settings-main-wrap .fa-cloudversify:before {
content: "\f385";
}
.ich-settings-main-wrap .fa-cocktail:before {
content: "\f561";
}
.ich-settings-main-wrap .fa-code:before {
content: "\f121";
}
.ich-settings-main-wrap .fa-code-branch:before {
content: "\f126";
}
.ich-settings-main-wrap .fa-codepen:before {
content: "\f1cb";
}
.ich-settings-main-wrap .fa-codiepie:before {
content: "\f284";
}
.ich-settings-main-wrap .fa-coffee:before {
content: "\f0f4";
}
.ich-settings-main-wrap .fa-cog:before {
content: "\f013";
}
.ich-settings-main-wrap .fa-cogs:before {
content: "\f085";
}
.ich-settings-main-wrap .fa-coins:before {
content: "\f51e";
}
.ich-settings-main-wrap .fa-columns:before {
content: "\f0db";
}
.ich-settings-main-wrap .fa-comment:before {
content: "\f075";
}
.ich-settings-main-wrap .fa-comment-alt:before {
content: "\f27a";
}
.ich-settings-main-wrap .fa-comment-dollar:before {
content: "\f651";
}
.ich-settings-main-wrap .fa-comment-dots:before {
content: "\f4ad";
}
.ich-settings-main-wrap .fa-comment-slash:before {
content: "\f4b3";
}
.ich-settings-main-wrap .fa-comments:before {
content: "\f086";
}
.ich-settings-main-wrap .fa-comments-dollar:before {
content: "\f653";
}
.ich-settings-main-wrap .fa-compact-disc:before {
content: "\f51f";
}
.ich-settings-main-wrap .fa-compass:before {
content: "\f14e";
}
.ich-settings-main-wrap .fa-compress:before {
content: "\f066";
}
.ich-settings-main-wrap .fa-concierge-bell:before {
content: "\f562";
}
.ich-settings-main-wrap .fa-connectdevelop:before {
content: "\f20e";
}
.ich-settings-main-wrap .fa-contao:before {
content: "\f26d";
}
.ich-settings-main-wrap .fa-cookie:before {
content: "\f563";
}
.ich-settings-main-wrap .fa-cookie-bite:before {
content: "\f564";
}
.ich-settings-main-wrap .fa-copy:before {
content: "\f0c5";
}
.ich-settings-main-wrap .fa-copyright:before {
content: "\f1f9";
}
.ich-settings-main-wrap .fa-couch:before {
content: "\f4b8";
}
.ich-settings-main-wrap .fa-cpanel:before {
content: "\f388";
}
.ich-settings-main-wrap .fa-creative-commons:before {
content: "\f25e";
}
.ich-settings-main-wrap .fa-creative-commons-by:before {
content: "\f4e7";
}
.ich-settings-main-wrap .fa-creative-commons-nc:before {
content: "\f4e8";
}
.ich-settings-main-wrap .fa-creative-commons-nc-eu:before {
content: "\f4e9";
}
.ich-settings-main-wrap .fa-creative-commons-nc-jp:before {
content: "\f4ea";
}
.ich-settings-main-wrap .fa-creative-commons-nd:before {
content: "\f4eb";
}
.ich-settings-main-wrap .fa-creative-commons-pd:before {
content: "\f4ec";
}
.ich-settings-main-wrap .fa-creative-commons-pd-alt:before {
content: "\f4ed";
}
.ich-settings-main-wrap .fa-creative-commons-remix:before {
content: "\f4ee";
}
.ich-settings-main-wrap .fa-creative-commons-sa:before {
content: "\f4ef";
}
.ich-settings-main-wrap .fa-creative-commons-sampling:before {
content: "\f4f0";
}
.ich-settings-main-wrap .fa-creative-commons-sampling-plus:before {
content: "\f4f1";
}
.ich-settings-main-wrap .fa-creative-commons-share:before {
content: "\f4f2";
}
.ich-settings-main-wrap .fa-credit-card:before {
content: "\f09d";
}
.ich-settings-main-wrap .fa-crop:before {
content: "\f125";
}
.ich-settings-main-wrap .fa-crop-alt:before {
content: "\f565";
}
.ich-settings-main-wrap .fa-cross:before {
content: "\f654";
}
.ich-settings-main-wrap .fa-crosshairs:before {
content: "\f05b";
}
.ich-settings-main-wrap .fa-crow:before {
content: "\f520";
}
.ich-settings-main-wrap .fa-crown:before {
content: "\f521";
}
.ich-settings-main-wrap .fa-css3:before {
content: "\f13c";
}
.ich-settings-main-wrap .fa-css3-alt:before {
content: "\f38b";
}
.ich-settings-main-wrap .fa-cube:before {
content: "\f1b2";
}
.ich-settings-main-wrap .fa-cubes:before {
content: "\f1b3";
}
.ich-settings-main-wrap .fa-cut:before {
content: "\f0c4";
}
.ich-settings-main-wrap .fa-cuttlefish:before {
content: "\f38c";
}
.ich-settings-main-wrap .fa-d-and-d:before {
content: "\f38d";
}
.ich-settings-main-wrap .fa-dashcube:before {
content: "\f210";
}
.ich-settings-main-wrap .fa-database:before {
content: "\f1c0";
}
.ich-settings-main-wrap .fa-deaf:before {
content: "\f2a4";
}
.ich-settings-main-wrap .fa-delicious:before {
content: "\f1a5";
}
.ich-settings-main-wrap .fa-deploydog:before {
content: "\f38e";
}
.ich-settings-main-wrap .fa-deskpro:before {
content: "\f38f";
}
.ich-settings-main-wrap .fa-desktop:before {
content: "\f108";
}
.ich-settings-main-wrap .fa-deviantart:before {
content: "\f1bd";
}
.ich-settings-main-wrap .fa-dharmachakra:before {
content: "\f655";
}
.ich-settings-main-wrap .fa-diagnoses:before {
content: "\f470";
}
.ich-settings-main-wrap .fa-dice:before {
content: "\f522";
}
.ich-settings-main-wrap .fa-dice-five:before {
content: "\f523";
}
.ich-settings-main-wrap .fa-dice-four:before {
content: "\f524";
}
.ich-settings-main-wrap .fa-dice-one:before {
content: "\f525";
}
.ich-settings-main-wrap .fa-dice-six:before {
content: "\f526";
}
.ich-settings-main-wrap .fa-dice-three:before {
content: "\f527";
}
.ich-settings-main-wrap .fa-dice-two:before {
content: "\f528";
}
.ich-settings-main-wrap .fa-digg:before {
content: "\f1a6";
}
.ich-settings-main-wrap .fa-digital-ocean:before {
content: "\f391";
}
.ich-settings-main-wrap .fa-digital-tachograph:before {
content: "\f566";
}
.ich-settings-main-wrap .fa-directions:before {
content: "\f5eb";
}
.ich-settings-main-wrap .fa-discord:before {
content: "\f392";
}
.ich-settings-main-wrap .fa-discourse:before {
content: "\f393";
}
.ich-settings-main-wrap .fa-divide:before {
content: "\f529";
}
.ich-settings-main-wrap .fa-dizzy:before {
content: "\f567";
}
.ich-settings-main-wrap .fa-dna:before {
content: "\f471";
}
.ich-settings-main-wrap .fa-dochub:before {
content: "\f394";
}
.ich-settings-main-wrap .fa-docker:before {
content: "\f395";
}
.ich-settings-main-wrap .fa-dollar-sign:before {
content: "\f155";
}
.ich-settings-main-wrap .fa-dolly:before {
content: "\f472";
}
.ich-settings-main-wrap .fa-dolly-flatbed:before {
content: "\f474";
}
.ich-settings-main-wrap .fa-donate:before {
content: "\f4b9";
}
.ich-settings-main-wrap .fa-door-closed:before {
content: "\f52a";
}
.ich-settings-main-wrap .fa-door-open:before {
content: "\f52b";
}
.ich-settings-main-wrap .fa-dot-circle:before {
content: "\f192";
}
.ich-settings-main-wrap .fa-dove:before {
content: "\f4ba";
}
.ich-settings-main-wrap .fa-download:before {
content: "\f019";
}
.ich-settings-main-wrap .fa-draft2digital:before {
content: "\f396";
}
.ich-settings-main-wrap .fa-drafting-compass:before {
content: "\f568";
}
.ich-settings-main-wrap .fa-draw-polygon:before {
content: "\f5ee";
}
.ich-settings-main-wrap .fa-dribbble:before {
content: "\f17d";
}
.ich-settings-main-wrap .fa-dribbble-square:before {
content: "\f397";
}
.ich-settings-main-wrap .fa-dropbox:before {
content: "\f16b";
}
.ich-settings-main-wrap .fa-drum:before {
content: "\f569";
}
.ich-settings-main-wrap .fa-drum-steelpan:before {
content: "\f56a";
}
.ich-settings-main-wrap .fa-drupal:before {
content: "\f1a9";
}
.ich-settings-main-wrap .fa-dumbbell:before {
content: "\f44b";
}
.ich-settings-main-wrap .fa-dyalog:before {
content: "\f399";
}
.ich-settings-main-wrap .fa-earlybirds:before {
content: "\f39a";
}
.ich-settings-main-wrap .fa-ebay:before {
content: "\f4f4";
}
.ich-settings-main-wrap .fa-edge:before {
content: "\f282";
}
.ich-settings-main-wrap .fa-edit:before {
content: "\f044";
}
.ich-settings-main-wrap .fa-eject:before {
content: "\f052";
}
.ich-settings-main-wrap .fa-elementor:before {
content: "\f430";
}
.ich-settings-main-wrap .fa-ellipsis-h:before {
content: "\f141";
}
.ich-settings-main-wrap .fa-ellipsis-v:before {
content: "\f142";
}
.ich-settings-main-wrap .fa-ello:before {
content: "\f5f1";
}
.ich-settings-main-wrap .fa-ember:before {
content: "\f423";
}
.ich-settings-main-wrap .fa-empire:before {
content: "\f1d1";
}
.ich-settings-main-wrap .fa-envelope:before {
content: "\f0e0";
}
.ich-settings-main-wrap .fa-envelope-open:before {
content: "\f2b6";
}
.ich-settings-main-wrap .fa-envelope-open-text:before {
content: "\f658";
}
.ich-settings-main-wrap .fa-envelope-square:before {
content: "\f199";
}
.ich-settings-main-wrap .fa-envira:before {
content: "\f299";
}
.ich-settings-main-wrap .fa-equals:before {
content: "\f52c";
}
.ich-settings-main-wrap .fa-eraser:before {
content: "\f12d";
}
.ich-settings-main-wrap .fa-erlang:before {
content: "\f39d";
}
.ich-settings-main-wrap .fa-ethereum:before {
content: "\f42e";
}
.ich-settings-main-wrap .fa-etsy:before {
content: "\f2d7";
}
.ich-settings-main-wrap .fa-euro-sign:before {
content: "\f153";
}
.ich-settings-main-wrap .fa-exchange-alt:before {
content: "\f362";
}
.ich-settings-main-wrap .fa-exclamation:before {
content: "\f12a";
}
.ich-settings-main-wrap .fa-exclamation-circle:before {
content: "\f06a";
}
.ich-settings-main-wrap .fa-exclamation-triangle:before {
content: "\f071";
}
.ich-settings-main-wrap .fa-expand:before {
content: "\f065";
}
.ich-settings-main-wrap .fa-expand-arrows-alt:before {
content: "\f31e";
}
.ich-settings-main-wrap .fa-expeditedssl:before {
content: "\f23e";
}
.ich-settings-main-wrap .fa-external-link-alt:before {
content: "\f35d";
}
.ich-settings-main-wrap .fa-external-link-square-alt:before {
content: "\f360";
}
.ich-settings-main-wrap .fa-eye:before {
content: "\f06e";
}
.ich-settings-main-wrap .fa-eye-dropper:before {
content: "\f1fb";
}
.ich-settings-main-wrap .fa-eye-slash:before {
content: "\f070";
}
.ich-settings-main-wrap .fa-facebook:before {
content: "\f09a";
}
.ich-settings-main-wrap .fa-facebook-f:before {
content: "\f39e";
}
.ich-settings-main-wrap .fa-facebook-messenger:before {
content: "\f39f";
}
.ich-settings-main-wrap .fa-facebook-square:before {
content: "\f082";
}
.ich-settings-main-wrap .fa-fast-backward:before {
content: "\f049";
}
.ich-settings-main-wrap .fa-fast-forward:before {
content: "\f050";
}
.ich-settings-main-wrap .fa-fax:before {
content: "\f1ac";
}
.ich-settings-main-wrap .fa-feather:before {
content: "\f52d";
}
.ich-settings-main-wrap .fa-feather-alt:before {
content: "\f56b";
}
.ich-settings-main-wrap .fa-female:before {
content: "\f182";
}
.ich-settings-main-wrap .fa-fighter-jet:before {
content: "\f0fb";
}
.ich-settings-main-wrap .fa-file:before {
content: "\f15b";
}
.ich-settings-main-wrap .fa-file-alt:before {
content: "\f15c";
}
.ich-settings-main-wrap .fa-file-archive:before {
content: "\f1c6";
}
.ich-settings-main-wrap .fa-file-audio:before {
content: "\f1c7";
}
.ich-settings-main-wrap .fa-file-code:before {
content: "\f1c9";
}
.ich-settings-main-wrap .fa-file-contract:before {
content: "\f56c";
}
.ich-settings-main-wrap .fa-file-download:before {
content: "\f56d";
}
.ich-settings-main-wrap .fa-file-excel:before {
content: "\f1c3";
}
.ich-settings-main-wrap .fa-file-export:before {
content: "\f56e";
}
.ich-settings-main-wrap .fa-file-image:before {
content: "\f1c5";
}
.ich-settings-main-wrap .fa-file-import:before {
content: "\f56f";
}
.ich-settings-main-wrap .fa-file-invoice:before {
content: "\f570";
}
.ich-settings-main-wrap .fa-file-invoice-dollar:before {
content: "\f571";
}
.ich-settings-main-wrap .fa-file-medical:before {
content: "\f477";
}
.ich-settings-main-wrap .fa-file-medical-alt:before {
content: "\f478";
}
.ich-settings-main-wrap .fa-file-pdf:before {
content: "\f1c1";
}
.ich-settings-main-wrap .fa-file-powerpoint:before {
content: "\f1c4";
}
.ich-settings-main-wrap .fa-file-prescription:before {
content: "\f572";
}
.ich-settings-main-wrap .fa-file-signature:before {
content: "\f573";
}
.ich-settings-main-wrap .fa-file-upload:before {
content: "\f574";
}
.ich-settings-main-wrap .fa-file-video:before {
content: "\f1c8";
}
.ich-settings-main-wrap .fa-file-word:before {
content: "\f1c2";
}
.ich-settings-main-wrap .fa-fill:before {
content: "\f575";
}
.ich-settings-main-wrap .fa-fill-drip:before {
content: "\f576";
}
.ich-settings-main-wrap .fa-film:before {
content: "\f008";
}
.ich-settings-main-wrap .fa-filter:before {
content: "\f0b0";
}
.ich-settings-main-wrap .fa-fingerprint:before {
content: "\f577";
}
.ich-settings-main-wrap .fa-fire:before {
content: "\f06d";
}
.ich-settings-main-wrap .fa-fire-extinguisher:before {
content: "\f134";
}
.ich-settings-main-wrap .fa-firefox:before {
content: "\f269";
}
.ich-settings-main-wrap .fa-first-aid:before {
content: "\f479";
}
.ich-settings-main-wrap .fa-first-order:before {
content: "\f2b0";
}
.ich-settings-main-wrap .fa-first-order-alt:before {
content: "\f50a";
}
.ich-settings-main-wrap .fa-firstdraft:before {
content: "\f3a1";
}
.ich-settings-main-wrap .fa-fish:before {
content: "\f578";
}
.ich-settings-main-wrap .fa-flag:before {
content: "\f024";
}
.ich-settings-main-wrap .fa-flag-checkered:before {
content: "\f11e";
}
.ich-settings-main-wrap .fa-flask:before {
content: "\f0c3";
}
.ich-settings-main-wrap .fa-flickr:before {
content: "\f16e";
}
.ich-settings-main-wrap .fa-flipboard:before {
content: "\f44d";
}
.ich-settings-main-wrap .fa-flushed:before {
content: "\f579";
}
.ich-settings-main-wrap .fa-fly:before {
content: "\f417";
}
.ich-settings-main-wrap .fa-folder:before {
content: "\f07b";
}
.ich-settings-main-wrap .fa-folder-minus:before {
content: "\f65d";
}
.ich-settings-main-wrap .fa-folder-open:before {
content: "\f07c";
}
.ich-settings-main-wrap .fa-folder-plus:before {
content: "\f65e";
}
.ich-settings-main-wrap .fa-font:before {
content: "\f031";
}
.ich-settings-main-wrap .fa-font-awesome:before {
content: "\f2b4";
}
.ich-settings-main-wrap .fa-font-awesome-alt:before {
content: "\f35c";
}
.ich-settings-main-wrap .fa-font-awesome-flag:before {
content: "\f425";
}
.ich-settings-main-wrap .fa-font-awesome-logo-full:before {
content: "\f4e6";
}
.ich-settings-main-wrap .fa-fonticons:before {
content: "\f280";
}
.ich-settings-main-wrap .fa-fonticons-fi:before {
content: "\f3a2";
}
.ich-settings-main-wrap .fa-football-ball:before {
content: "\f44e";
}
.ich-settings-main-wrap .fa-fort-awesome:before {
content: "\f286";
}
.ich-settings-main-wrap .fa-fort-awesome-alt:before {
content: "\f3a3";
}
.ich-settings-main-wrap .fa-forumbee:before {
content: "\f211";
}
.ich-settings-main-wrap .fa-forward:before {
content: "\f04e";
}
.ich-settings-main-wrap .fa-foursquare:before {
content: "\f180";
}
.ich-settings-main-wrap .fa-free-code-camp:before {
content: "\f2c5";
}
.ich-settings-main-wrap .fa-freebsd:before {
content: "\f3a4";
}
.ich-settings-main-wrap .fa-frog:before {
content: "\f52e";
}
.ich-settings-main-wrap .fa-frown:before {
content: "\f119";
}
.ich-settings-main-wrap .fa-frown-open:before {
content: "\f57a";
}
.ich-settings-main-wrap .fa-fulcrum:before {
content: "\f50b";
}
.ich-settings-main-wrap .fa-funnel-dollar:before {
content: "\f662";
}
.ich-settings-main-wrap .fa-futbol:before {
content: "\f1e3";
}
.ich-settings-main-wrap .fa-galactic-republic:before {
content: "\f50c";
}
.ich-settings-main-wrap .fa-galactic-senate:before {
content: "\f50d";
}
.ich-settings-main-wrap .fa-gamepad:before {
content: "\f11b";
}
.ich-settings-main-wrap .fa-gas-pump:before {
content: "\f52f";
}
.ich-settings-main-wrap .fa-gavel:before {
content: "\f0e3";
}
.ich-settings-main-wrap .fa-gem:before {
content: "\f3a5";
}
.ich-settings-main-wrap .fa-genderless:before {
content: "\f22d";
}
.ich-settings-main-wrap .fa-get-pocket:before {
content: "\f265";
}
.ich-settings-main-wrap .fa-gg:before {
content: "\f260";
}
.ich-settings-main-wrap .fa-gg-circle:before {
content: "\f261";
}
.ich-settings-main-wrap .fa-gift:before {
content: "\f06b";
}
.ich-settings-main-wrap .fa-git:before {
content: "\f1d3";
}
.ich-settings-main-wrap .fa-git-square:before {
content: "\f1d2";
}
.ich-settings-main-wrap .fa-github:before {
content: "\f09b";
}
.ich-settings-main-wrap .fa-github-alt:before {
content: "\f113";
}
.ich-settings-main-wrap .fa-github-square:before {
content: "\f092";
}
.ich-settings-main-wrap .fa-gitkraken:before {
content: "\f3a6";
}
.ich-settings-main-wrap .fa-gitlab:before {
content: "\f296";
}
.ich-settings-main-wrap .fa-gitter:before {
content: "\f426";
}
.ich-settings-main-wrap .fa-glass-martini:before {
content: "\f000";
}
.ich-settings-main-wrap .fa-glass-martini-alt:before {
content: "\f57b";
}
.ich-settings-main-wrap .fa-glasses:before {
content: "\f530";
}
.ich-settings-main-wrap .fa-glide:before {
content: "\f2a5";
}
.ich-settings-main-wrap .fa-glide-g:before {
content: "\f2a6";
}
.ich-settings-main-wrap .fa-globe:before {
content: "\f0ac";
}
.ich-settings-main-wrap .fa-globe-africa:before {
content: "\f57c";
}
.ich-settings-main-wrap .fa-globe-americas:before {
content: "\f57d";
}
.ich-settings-main-wrap .fa-globe-asia:before {
content: "\f57e";
}
.ich-settings-main-wrap .fa-gofore:before {
content: "\f3a7";
}
.ich-settings-main-wrap .fa-golf-ball:before {
content: "\f450";
}
.ich-settings-main-wrap .fa-goodreads:before {
content: "\f3a8";
}
.ich-settings-main-wrap .fa-goodreads-g:before {
content: "\f3a9";
}
.ich-settings-main-wrap .fa-google:before {
content: "\f1a0";
}
.ich-settings-main-wrap .fa-google-drive:before {
content: "\f3aa";
}
.ich-settings-main-wrap .fa-google-play:before {
content: "\f3ab";
}
.ich-settings-main-wrap .fa-google-plus:before {
content: "\f2b3";
}
.ich-settings-main-wrap .fa-google-plus-g:before {
content: "\f0d5";
}
.ich-settings-main-wrap .fa-google-plus-square:before {
content: "\f0d4";
}
.ich-settings-main-wrap .fa-google-wallet:before {
content: "\f1ee";
}
.ich-settings-main-wrap .fa-gopuram:before {
content: "\f664";
}
.ich-settings-main-wrap .fa-graduation-cap:before {
content: "\f19d";
}
.ich-settings-main-wrap .fa-gratipay:before {
content: "\f184";
}
.ich-settings-main-wrap .fa-grav:before {
content: "\f2d6";
}
.ich-settings-main-wrap .fa-greater-than:before {
content: "\f531";
}
.ich-settings-main-wrap .fa-greater-than-equal:before {
content: "\f532";
}
.ich-settings-main-wrap .fa-grimace:before {
content: "\f57f";
}
.ich-settings-main-wrap .fa-grin:before {
content: "\f580";
}
.ich-settings-main-wrap .fa-grin-alt:before {
content: "\f581";
}
.ich-settings-main-wrap .fa-grin-beam:before {
content: "\f582";
}
.ich-settings-main-wrap .fa-grin-beam-sweat:before {
content: "\f583";
}
.ich-settings-main-wrap .fa-grin-hearts:before {
content: "\f584";
}
.ich-settings-main-wrap .fa-grin-squint:before {
content: "\f585";
}
.ich-settings-main-wrap .fa-grin-squint-tears:before {
content: "\f586";
}
.ich-settings-main-wrap .fa-grin-stars:before {
content: "\f587";
}
.ich-settings-main-wrap .fa-grin-tears:before {
content: "\f588";
}
.ich-settings-main-wrap .fa-grin-tongue:before {
content: "\f589";
}
.ich-settings-main-wrap .fa-grin-tongue-squint:before {
content: "\f58a";
}
.ich-settings-main-wrap .fa-grin-tongue-wink:before {
content: "\f58b";
}
.ich-settings-main-wrap .fa-grin-wink:before {
content: "\f58c";
}
.ich-settings-main-wrap .fa-grip-horizontal:before {
content: "\f58d";
}
.ich-settings-main-wrap .fa-grip-vertical:before {
content: "\f58e";
}
.ich-settings-main-wrap .fa-gripfire:before {
content: "\f3ac";
}
.ich-settings-main-wrap .fa-grunt:before {
content: "\f3ad";
}
.ich-settings-main-wrap .fa-gulp:before {
content: "\f3ae";
}
.ich-settings-main-wrap .fa-h-square:before {
content: "\f0fd";
}
.ich-settings-main-wrap .fa-hacker-news:before {
content: "\f1d4";
}
.ich-settings-main-wrap .fa-hacker-news-square:before {
content: "\f3af";
}
.ich-settings-main-wrap .fa-hackerrank:before {
content: "\f5f7";
}
.ich-settings-main-wrap .fa-hamsa:before {
content: "\f665";
}
.ich-settings-main-wrap .fa-hand-holding:before {
content: "\f4bd";
}
.ich-settings-main-wrap .fa-hand-holding-heart:before {
content: "\f4be";
}
.ich-settings-main-wrap .fa-hand-holding-usd:before {
content: "\f4c0";
}
.ich-settings-main-wrap .fa-hand-lizard:before {
content: "\f258";
}
.ich-settings-main-wrap .fa-hand-paper:before {
content: "\f256";
}
.ich-settings-main-wrap .fa-hand-peace:before {
content: "\f25b";
}
.ich-settings-main-wrap .fa-hand-point-down:before {
content: "\f0a7";
}
.ich-settings-main-wrap .fa-hand-point-left:before {
content: "\f0a5";
}
.ich-settings-main-wrap .fa-hand-point-right:before {
content: "\f0a4";
}
.ich-settings-main-wrap .fa-hand-point-up:before {
content: "\f0a6";
}
.ich-settings-main-wrap .fa-hand-pointer:before {
content: "\f25a";
}
.ich-settings-main-wrap .fa-hand-rock:before {
content: "\f255";
}
.ich-settings-main-wrap .fa-hand-scissors:before {
content: "\f257";
}
.ich-settings-main-wrap .fa-hand-spock:before {
content: "\f259";
}
.ich-settings-main-wrap .fa-hands:before {
content: "\f4c2";
}
.ich-settings-main-wrap .fa-hands-helping:before {
content: "\f4c4";
}
.ich-settings-main-wrap .fa-handshake:before {
content: "\f2b5";
}
.ich-settings-main-wrap .fa-hashtag:before {
content: "\f292";
}
.ich-settings-main-wrap .fa-haykal:before {
content: "\f666";
}
.ich-settings-main-wrap .fa-hdd:before {
content: "\f0a0";
}
.ich-settings-main-wrap .fa-heading:before {
content: "\f1dc";
}
.ich-settings-main-wrap .fa-headphones:before {
content: "\f025";
}
.ich-settings-main-wrap .fa-headphones-alt:before {
content: "\f58f";
}
.ich-settings-main-wrap .fa-headset:before {
content: "\f590";
}
.ich-settings-main-wrap .fa-heart:before {
content: "\f004";
}
.ich-settings-main-wrap .fa-heartbeat:before {
content: "\f21e";
}
.ich-settings-main-wrap .fa-helicopter:before {
content: "\f533";
}
.ich-settings-main-wrap .fa-highlighter:before {
content: "\f591";
}
.ich-settings-main-wrap .fa-hips:before {
content: "\f452";
}
.ich-settings-main-wrap .fa-hire-a-helper:before {
content: "\f3b0";
}
.ich-settings-main-wrap .fa-history:before {
content: "\f1da";
}
.ich-settings-main-wrap .fa-hockey-puck:before {
content: "\f453";
}
.ich-settings-main-wrap .fa-home:before {
content: "\f015";
}
.ich-settings-main-wrap .fa-hooli:before {
content: "\f427";
}
.ich-settings-main-wrap .fa-hornbill:before {
content: "\f592";
}
.ich-settings-main-wrap .fa-hospital:before {
content: "\f0f8";
}
.ich-settings-main-wrap .fa-hospital-alt:before {
content: "\f47d";
}
.ich-settings-main-wrap .fa-hospital-symbol:before {
content: "\f47e";
}
.ich-settings-main-wrap .fa-hot-tub:before {
content: "\f593";
}
.ich-settings-main-wrap .fa-hotel:before {
content: "\f594";
}
.ich-settings-main-wrap .fa-hotjar:before {
content: "\f3b1";
}
.ich-settings-main-wrap .fa-hourglass:before {
content: "\f254";
}
.ich-settings-main-wrap .fa-hourglass-end:before {
content: "\f253";
}
.ich-settings-main-wrap .fa-hourglass-half:before {
content: "\f252";
}
.ich-settings-main-wrap .fa-hourglass-start:before {
content: "\f251";
}
.ich-settings-main-wrap .fa-houzz:before {
content: "\f27c";
}
.ich-settings-main-wrap .fa-html5:before {
content: "\f13b";
}
.ich-settings-main-wrap .fa-hubspot:before {
content: "\f3b2";
}
.ich-settings-main-wrap .fa-i-cursor:before {
content: "\f246";
}
.ich-settings-main-wrap .fa-id-badge:before {
content: "\f2c1";
}
.ich-settings-main-wrap .fa-id-card:before {
content: "\f2c2";
}
.ich-settings-main-wrap .fa-id-card-alt:before {
content: "\f47f";
}
.ich-settings-main-wrap .fa-image:before {
content: "\f03e";
}
.ich-settings-main-wrap .fa-images:before {
content: "\f302";
}
.ich-settings-main-wrap .fa-imdb:before {
content: "\f2d8";
}
.ich-settings-main-wrap .fa-inbox:before {
content: "\f01c";
}
.ich-settings-main-wrap .fa-indent:before {
content: "\f03c";
}
.ich-settings-main-wrap .fa-industry:before {
content: "\f275";
}
.ich-settings-main-wrap .fa-infinity:before {
content: "\f534";
}
.ich-settings-main-wrap .fa-info:before {
content: "\f129";
}
.ich-settings-main-wrap .fa-info-circle:before {
content: "\f05a";
}
.ich-settings-main-wrap .fa-instagram:before {
content: "\f16d";
}
.ich-settings-main-wrap .fa-internet-explorer:before {
content: "\f26b";
}
.ich-settings-main-wrap .fa-ioxhost:before {
content: "\f208";
}
.ich-settings-main-wrap .fa-italic:before {
content: "\f033";
}
.ich-settings-main-wrap .fa-itunes:before {
content: "\f3b4";
}
.ich-settings-main-wrap .fa-itunes-note:before {
content: "\f3b5";
}
.ich-settings-main-wrap .fa-java:before {
content: "\f4e4";
}
.ich-settings-main-wrap .fa-jedi:before {
content: "\f669";
}
.ich-settings-main-wrap .fa-jedi-order:before {
content: "\f50e";
}
.ich-settings-main-wrap .fa-jenkins:before {
content: "\f3b6";
}
.ich-settings-main-wrap .fa-joget:before {
content: "\f3b7";
}
.ich-settings-main-wrap .fa-joint:before {
content: "\f595";
}
.ich-settings-main-wrap .fa-joomla:before {
content: "\f1aa";
}
.ich-settings-main-wrap .fa-journal-whills:before {
content: "\f66a";
}
.ich-settings-main-wrap .fa-js:before {
content: "\f3b8";
}
.ich-settings-main-wrap .fa-js-square:before {
content: "\f3b9";
}
.ich-settings-main-wrap .fa-jsfiddle:before {
content: "\f1cc";
}
.ich-settings-main-wrap .fa-kaaba:before {
content: "\f66b";
}
.ich-settings-main-wrap .fa-kaggle:before {
content: "\f5fa";
}
.ich-settings-main-wrap .fa-key:before {
content: "\f084";
}
.ich-settings-main-wrap .fa-keybase:before {
content: "\f4f5";
}
.ich-settings-main-wrap .fa-keyboard:before {
content: "\f11c";
}
.ich-settings-main-wrap .fa-keycdn:before {
content: "\f3ba";
}
.ich-settings-main-wrap .fa-khanda:before {
content: "\f66d";
}
.ich-settings-main-wrap .fa-kickstarter:before {
content: "\f3bb";
}
.ich-settings-main-wrap .fa-kickstarter-k:before {
content: "\f3bc";
}
.ich-settings-main-wrap .fa-kiss:before {
content: "\f596";
}
.ich-settings-main-wrap .fa-kiss-beam:before {
content: "\f597";
}
.ich-settings-main-wrap .fa-kiss-wink-heart:before {
content: "\f598";
}
.ich-settings-main-wrap .fa-kiwi-bird:before {
content: "\f535";
}
.ich-settings-main-wrap .fa-korvue:before {
content: "\f42f";
}
.ich-settings-main-wrap .fa-landmark:before {
content: "\f66f";
}
.ich-settings-main-wrap .fa-language:before {
content: "\f1ab";
}
.ich-settings-main-wrap .fa-laptop:before {
content: "\f109";
}
.ich-settings-main-wrap .fa-laptop-code:before {
content: "\f5fc";
}
.ich-settings-main-wrap .fa-laravel:before {
content: "\f3bd";
}
.ich-settings-main-wrap .fa-lastfm:before {
content: "\f202";
}
.ich-settings-main-wrap .fa-lastfm-square:before {
content: "\f203";
}
.ich-settings-main-wrap .fa-laugh:before {
content: "\f599";
}
.ich-settings-main-wrap .fa-laugh-beam:before {
content: "\f59a";
}
.ich-settings-main-wrap .fa-laugh-squint:before {
content: "\f59b";
}
.ich-settings-main-wrap .fa-laugh-wink:before {
content: "\f59c";
}
.ich-settings-main-wrap .fa-layer-group:before {
content: "\f5fd";
}
.ich-settings-main-wrap .fa-leaf:before {
content: "\f06c";
}
.ich-settings-main-wrap .fa-leanpub:before {
content: "\f212";
}
.ich-settings-main-wrap .fa-lemon:before {
content: "\f094";
}
.ich-settings-main-wrap .fa-less:before {
content: "\f41d";
}
.ich-settings-main-wrap .fa-less-than:before {
content: "\f536";
}
.ich-settings-main-wrap .fa-less-than-equal:before {
content: "\f537";
}
.ich-settings-main-wrap .fa-level-down-alt:before {
content: "\f3be";
}
.ich-settings-main-wrap .fa-level-up-alt:before {
content: "\f3bf";
}
.ich-settings-main-wrap .fa-life-ring:before {
content: "\f1cd";
}
.ich-settings-main-wrap .fa-lightbulb:before {
content: "\f0eb";
}
.ich-settings-main-wrap .fa-line:before {
content: "\f3c0";
}
.ich-settings-main-wrap .fa-link:before {
content: "\f0c1";
}
.ich-settings-main-wrap .fa-linkedin:before {
content: "\f08c";
}
.ich-settings-main-wrap .fa-linkedin-in:before {
content: "\f0e1";
}
.ich-settings-main-wrap .fa-linode:before {
content: "\f2b8";
}
.ich-settings-main-wrap .fa-linux:before {
content: "\f17c";
}
.ich-settings-main-wrap .fa-lira-sign:before {
content: "\f195";
}
.ich-settings-main-wrap .fa-list:before {
content: "\f03a";
}
.ich-settings-main-wrap .fa-list-alt:before {
content: "\f022";
}
.ich-settings-main-wrap .fa-list-ol:before {
content: "\f0cb";
}
.ich-settings-main-wrap .fa-list-ul:before {
content: "\f0ca";
}
.ich-settings-main-wrap .fa-location-arrow:before {
content: "\f124";
}
.ich-settings-main-wrap .fa-lock:before {
content: "\f023";
}
.ich-settings-main-wrap .fa-lock-open:before {
content: "\f3c1";
}
.ich-settings-main-wrap .fa-long-arrow-alt-down:before {
content: "\f309";
}
.ich-settings-main-wrap .fa-long-arrow-alt-left:before {
content: "\f30a";
}
.ich-settings-main-wrap .fa-long-arrow-alt-right:before {
content: "\f30b";
}
.ich-settings-main-wrap .fa-long-arrow-alt-up:before {
content: "\f30c";
}
.ich-settings-main-wrap .fa-low-vision:before {
content: "\f2a8";
}
.ich-settings-main-wrap .fa-luggage-cart:before {
content: "\f59d";
}
.ich-settings-main-wrap .fa-lyft:before {
content: "\f3c3";
}
.ich-settings-main-wrap .fa-magento:before {
content: "\f3c4";
}
.ich-settings-main-wrap .fa-magic:before {
content: "\f0d0";
}
.ich-settings-main-wrap .fa-magnet:before {
content: "\f076";
}
.ich-settings-main-wrap .fa-mail-bulk:before {
content: "\f674";
}
.ich-settings-main-wrap .fa-mailchimp:before {
content: "\f59e";
}
.ich-settings-main-wrap .fa-male:before {
content: "\f183";
}
.ich-settings-main-wrap .fa-mandalorian:before {
content: "\f50f";
}
.ich-settings-main-wrap .fa-map:before {
content: "\f279";
}
.ich-settings-main-wrap .fa-map-marked:before {
content: "\f59f";
}
.ich-settings-main-wrap .fa-map-marked-alt:before {
content: "\f5a0";
}
.ich-settings-main-wrap .fa-map-marker:before {
content: "\f041";
}
.ich-settings-main-wrap .fa-map-marker-alt:before {
content: "\f3c5";
}
.ich-settings-main-wrap .fa-map-pin:before {
content: "\f276";
}
.ich-settings-main-wrap .fa-map-signs:before {
content: "\f277";
}
.ich-settings-main-wrap .fa-markdown:before {
content: "\f60f";
}
.ich-settings-main-wrap .fa-marker:before {
content: "\f5a1";
}
.ich-settings-main-wrap .fa-mars:before {
content: "\f222";
}
.ich-settings-main-wrap .fa-mars-double:before {
content: "\f227";
}
.ich-settings-main-wrap .fa-mars-stroke:before {
content: "\f229";
}
.ich-settings-main-wrap .fa-mars-stroke-h:before {
content: "\f22b";
}
.ich-settings-main-wrap .fa-mars-stroke-v:before {
content: "\f22a";
}
.ich-settings-main-wrap .fa-mastodon:before {
content: "\f4f6";
}
.ich-settings-main-wrap .fa-maxcdn:before {
content: "\f136";
}
.ich-settings-main-wrap .fa-medal:before {
content: "\f5a2";
}
.ich-settings-main-wrap .fa-medapps:before {
content: "\f3c6";
}
.ich-settings-main-wrap .fa-medium:before {
content: "\f23a";
}
.ich-settings-main-wrap .fa-medium-m:before {
content: "\f3c7";
}
.ich-settings-main-wrap .fa-medkit:before {
content: "\f0fa";
}
.ich-settings-main-wrap .fa-medrt:before {
content: "\f3c8";
}
.ich-settings-main-wrap .fa-meetup:before {
content: "\f2e0";
}
.ich-settings-main-wrap .fa-megaport:before {
content: "\f5a3";
}
.ich-settings-main-wrap .fa-meh:before {
content: "\f11a";
}
.ich-settings-main-wrap .fa-meh-blank:before {
content: "\f5a4";
}
.ich-settings-main-wrap .fa-meh-rolling-eyes:before {
content: "\f5a5";
}
.ich-settings-main-wrap .fa-memory:before {
content: "\f538";
}
.ich-settings-main-wrap .fa-menorah:before {
content: "\f676";
}
.ich-settings-main-wrap .fa-mercury:before {
content: "\f223";
}
.ich-settings-main-wrap .fa-microchip:before {
content: "\f2db";
}
.ich-settings-main-wrap .fa-microphone:before {
content: "\f130";
}
.ich-settings-main-wrap .fa-microphone-alt:before {
content: "\f3c9";
}
.ich-settings-main-wrap .fa-microphone-alt-slash:before {
content: "\f539";
}
.ich-settings-main-wrap .fa-microphone-slash:before {
content: "\f131";
}
.ich-settings-main-wrap .fa-microscope:before {
content: "\f610";
}
.ich-settings-main-wrap .fa-microsoft:before {
content: "\f3ca";
}
.ich-settings-main-wrap .fa-minus:before {
content: "\f068";
}
.ich-settings-main-wrap .fa-minus-circle:before {
content: "\f056";
}
.ich-settings-main-wrap .fa-minus-square:before {
content: "\f146";
}
.ich-settings-main-wrap .fa-mix:before {
content: "\f3cb";
}
.ich-settings-main-wrap .fa-mixcloud:before {
content: "\f289";
}
.ich-settings-main-wrap .fa-mizuni:before {
content: "\f3cc";
}
.ich-settings-main-wrap .fa-mobile:before {
content: "\f10b";
}
.ich-settings-main-wrap .fa-mobile-alt:before {
content: "\f3cd";
}
.ich-settings-main-wrap .fa-modx:before {
content: "\f285";
}
.ich-settings-main-wrap .fa-monero:before {
content: "\f3d0";
}
.ich-settings-main-wrap .fa-money-bill:before {
content: "\f0d6";
}
.ich-settings-main-wrap .fa-money-bill-alt:before {
content: "\f3d1";
}
.ich-settings-main-wrap .fa-money-bill-wave:before {
content: "\f53a";
}
.ich-settings-main-wrap .fa-money-bill-wave-alt:before {
content: "\f53b";
}
.ich-settings-main-wrap .fa-money-check:before {
content: "\f53c";
}
.ich-settings-main-wrap .fa-money-check-alt:before {
content: "\f53d";
}
.ich-settings-main-wrap .fa-monument:before {
content: "\f5a6";
}
.ich-settings-main-wrap .fa-moon:before {
content: "\f186";
}
.ich-settings-main-wrap .fa-mortar-pestle:before {
content: "\f5a7";
}
.ich-settings-main-wrap .fa-mosque:before {
content: "\f678";
}
.ich-settings-main-wrap .fa-motorcycle:before {
content: "\f21c";
}
.ich-settings-main-wrap .fa-mouse-pointer:before {
content: "\f245";
}
.ich-settings-main-wrap .fa-music:before {
content: "\f001";
}
.ich-settings-main-wrap .fa-napster:before {
content: "\f3d2";
}
.ich-settings-main-wrap .fa-neos:before {
content: "\f612";
}
.ich-settings-main-wrap .fa-neuter:before {
content: "\f22c";
}
.ich-settings-main-wrap .fa-newspaper:before {
content: "\f1ea";
}
.ich-settings-main-wrap .fa-nimblr:before {
content: "\f5a8";
}
.ich-settings-main-wrap .fa-nintendo-switch:before {
content: "\f418";
}
.ich-settings-main-wrap .fa-node:before {
content: "\f419";
}
.ich-settings-main-wrap .fa-node-js:before {
content: "\f3d3";
}
.ich-settings-main-wrap .fa-not-equal:before {
content: "\f53e";
}
.ich-settings-main-wrap .fa-notes-medical:before {
content: "\f481";
}
.ich-settings-main-wrap .fa-npm:before {
content: "\f3d4";
}
.ich-settings-main-wrap .fa-ns8:before {
content: "\f3d5";
}
.ich-settings-main-wrap .fa-nutritionix:before {
content: "\f3d6";
}
.ich-settings-main-wrap .fa-object-group:before {
content: "\f247";
}
.ich-settings-main-wrap .fa-object-ungroup:before {
content: "\f248";
}
.ich-settings-main-wrap .fa-odnoklassniki:before {
content: "\f263";
}
.ich-settings-main-wrap .fa-odnoklassniki-square:before {
content: "\f264";
}
.ich-settings-main-wrap .fa-oil-can:before {
content: "\f613";
}
.ich-settings-main-wrap .fa-old-republic:before {
content: "\f510";
}
.ich-settings-main-wrap .fa-om:before {
content: "\f679";
}
.ich-settings-main-wrap .fa-opencart:before {
content: "\f23d";
}
.ich-settings-main-wrap .fa-openid:before {
content: "\f19b";
}
.ich-settings-main-wrap .fa-opera:before {
content: "\f26a";
}
.ich-settings-main-wrap .fa-optin-monster:before {
content: "\f23c";
}
.ich-settings-main-wrap .fa-osi:before {
content: "\f41a";
}
.ich-settings-main-wrap .fa-outdent:before {
content: "\f03b";
}
.ich-settings-main-wrap .fa-page4:before {
content: "\f3d7";
}
.ich-settings-main-wrap .fa-pagelines:before {
content: "\f18c";
}
.ich-settings-main-wrap .fa-paint-brush:before {
content: "\f1fc";
}
.ich-settings-main-wrap .fa-paint-roller:before {
content: "\f5aa";
}
.ich-settings-main-wrap .fa-palette:before {
content: "\f53f";
}
.ich-settings-main-wrap .fa-palfed:before {
content: "\f3d8";
}
.ich-settings-main-wrap .fa-pallet:before {
content: "\f482";
}
.ich-settings-main-wrap .fa-paper-plane:before {
content: "\f1d8";
}
.ich-settings-main-wrap .fa-paperclip:before {
content: "\f0c6";
}
.ich-settings-main-wrap .fa-parachute-box:before {
content: "\f4cd";
}
.ich-settings-main-wrap .fa-paragraph:before {
content: "\f1dd";
}
.ich-settings-main-wrap .fa-parking:before {
content: "\f540";
}
.ich-settings-main-wrap .fa-passport:before {
content: "\f5ab";
}
.ich-settings-main-wrap .fa-pastafarianism:before {
content: "\f67b";
}
.ich-settings-main-wrap .fa-paste:before {
content: "\f0ea";
}
.ich-settings-main-wrap .fa-patreon:before {
content: "\f3d9";
}
.ich-settings-main-wrap .fa-pause:before {
content: "\f04c";
}
.ich-settings-main-wrap .fa-pause-circle:before {
content: "\f28b";
}
.ich-settings-main-wrap .fa-paw:before {
content: "\f1b0";
}
.ich-settings-main-wrap .fa-paypal:before {
content: "\f1ed";
}
.ich-settings-main-wrap .fa-peace:before {
content: "\f67c";
}
.ich-settings-main-wrap .fa-pen:before {
content: "\f304";
}
.ich-settings-main-wrap .fa-pen-alt:before {
content: "\f305";
}
.ich-settings-main-wrap .fa-pen-fancy:before {
content: "\f5ac";
}
.ich-settings-main-wrap .fa-pen-nib:before {
content: "\f5ad";
}
.ich-settings-main-wrap .fa-pen-square:before {
content: "\f14b";
}
.ich-settings-main-wrap .fa-pencil-alt:before {
content: "\f303";
}
.ich-settings-main-wrap .fa-pencil-ruler:before {
content: "\f5ae";
}
.ich-settings-main-wrap .fa-people-carry:before {
content: "\f4ce";
}
.ich-settings-main-wrap .fa-percent:before {
content: "\f295";
}
.ich-settings-main-wrap .fa-percentage:before {
content: "\f541";
}
.ich-settings-main-wrap .fa-periscope:before {
content: "\f3da";
}
.ich-settings-main-wrap .fa-phabricator:before {
content: "\f3db";
}
.ich-settings-main-wrap .fa-phoenix-framework:before {
content: "\f3dc";
}
.ich-settings-main-wrap .fa-phoenix-squadron:before {
content: "\f511";
}
.ich-settings-main-wrap .fa-phone:before {
content: "\f095";
}
.ich-settings-main-wrap .fa-phone-slash:before {
content: "\f3dd";
}
.ich-settings-main-wrap .fa-phone-square:before {
content: "\f098";
}
.ich-settings-main-wrap .fa-phone-volume:before {
content: "\f2a0";
}
.ich-settings-main-wrap .fa-php:before {
content: "\f457";
}
.ich-settings-main-wrap .fa-pied-piper:before {
content: "\f2ae";
}
.ich-settings-main-wrap .fa-pied-piper-alt:before {
content: "\f1a8";
}
.ich-settings-main-wrap .fa-pied-piper-hat:before {
content: "\f4e5";
}
.ich-settings-main-wrap .fa-pied-piper-pp:before {
content: "\f1a7";
}
.ich-settings-main-wrap .fa-piggy-bank:before {
content: "\f4d3";
}
.ich-settings-main-wrap .fa-pills:before {
content: "\f484";
}
.ich-settings-main-wrap .fa-pinterest:before {
content: "\f0d2";
}
.ich-settings-main-wrap .fa-pinterest-p:before {
content: "\f231";
}
.ich-settings-main-wrap .fa-pinterest-square:before {
content: "\f0d3";
}
.ich-settings-main-wrap .fa-place-of-worship:before {
content: "\f67f";
}
.ich-settings-main-wrap .fa-plane:before {
content: "\f072";
}
.ich-settings-main-wrap .fa-plane-arrival:before {
content: "\f5af";
}
.ich-settings-main-wrap .fa-plane-departure:before {
content: "\f5b0";
}
.ich-settings-main-wrap .fa-play:before {
content: "\f04b";
}
.ich-settings-main-wrap .fa-play-circle:before {
content: "\f144";
}
.ich-settings-main-wrap .fa-playstation:before {
content: "\f3df";
}
.ich-settings-main-wrap .fa-plug:before {
content: "\f1e6";
}
.ich-settings-main-wrap .fa-plus:before {
content: "\f067";
}
.ich-settings-main-wrap .fa-plus-circle:before {
content: "\f055";
}
.ich-settings-main-wrap .fa-plus-square:before {
content: "\f0fe";
}
.ich-settings-main-wrap .fa-podcast:before {
content: "\f2ce";
}
.ich-settings-main-wrap .fa-poll:before {
content: "\f681";
}
.ich-settings-main-wrap .fa-poll-h:before {
content: "\f682";
}
.ich-settings-main-wrap .fa-poo:before {
content: "\f2fe";
}
.ich-settings-main-wrap .fa-poop:before {
content: "\f619";
}
.ich-settings-main-wrap .fa-portrait:before {
content: "\f3e0";
}
.ich-settings-main-wrap .fa-pound-sign:before {
content: "\f154";
}
.ich-settings-main-wrap .fa-power-off:before {
content: "\f011";
}
.ich-settings-main-wrap .fa-pray:before {
content: "\f683";
}
.ich-settings-main-wrap .fa-praying-hands:before {
content: "\f684";
}
.ich-settings-main-wrap .fa-prescription:before {
content: "\f5b1";
}
.ich-settings-main-wrap .fa-prescription-bottle:before {
content: "\f485";
}
.ich-settings-main-wrap .fa-prescription-bottle-alt:before {
content: "\f486";
}
.ich-settings-main-wrap .fa-print:before {
content: "\f02f";
}
.ich-settings-main-wrap .fa-procedures:before {
content: "\f487";
}
.ich-settings-main-wrap .fa-product-hunt:before {
content: "\f288";
}
.ich-settings-main-wrap .fa-project-diagram:before {
content: "\f542";
}
.ich-settings-main-wrap .fa-pushed:before {
content: "\f3e1";
}
.ich-settings-main-wrap .fa-puzzle-piece:before {
content: "\f12e";
}
.ich-settings-main-wrap .fa-python:before {
content: "\f3e2";
}
.ich-settings-main-wrap .fa-qq:before {
content: "\f1d6";
}
.ich-settings-main-wrap .fa-qrcode:before {
content: "\f029";
}
.ich-settings-main-wrap .fa-question:before {
content: "\f128";
}
.ich-settings-main-wrap .fa-question-circle:before {
content: "\f059";
}
.ich-settings-main-wrap .fa-quidditch:before {
content: "\f458";
}
.ich-settings-main-wrap .fa-quinscape:before {
content: "\f459";
}
.ich-settings-main-wrap .fa-quora:before {
content: "\f2c4";
}
.ich-settings-main-wrap .fa-quote-left:before {
content: "\f10d";
}
.ich-settings-main-wrap .fa-quote-right:before {
content: "\f10e";
}
.ich-settings-main-wrap .fa-quran:before {
content: "\f687";
}
.ich-settings-main-wrap .fa-r-project:before {
content: "\f4f7";
}
.ich-settings-main-wrap .fa-random:before {
content: "\f074";
}
.ich-settings-main-wrap .fa-ravelry:before {
content: "\f2d9";
}
.ich-settings-main-wrap .fa-react:before {
content: "\f41b";
}
.ich-settings-main-wrap .fa-readme:before {
content: "\f4d5";
}
.ich-settings-main-wrap .fa-rebel:before {
content: "\f1d0";
}
.ich-settings-main-wrap .fa-receipt:before {
content: "\f543";
}
.ich-settings-main-wrap .fa-recycle:before {
content: "\f1b8";
}
.ich-settings-main-wrap .fa-red-river:before {
content: "\f3e3";
}
.ich-settings-main-wrap .fa-reddit:before {
content: "\f1a1";
}
.ich-settings-main-wrap .fa-reddit-alien:before {
content: "\f281";
}
.ich-settings-main-wrap .fa-reddit-square:before {
content: "\f1a2";
}
.ich-settings-main-wrap .fa-redo:before {
content: "\f01e";
}
.ich-settings-main-wrap .fa-redo-alt:before {
content: "\f2f9";
}
.ich-settings-main-wrap .fa-registered:before {
content: "\f25d";
}
.ich-settings-main-wrap .fa-rendact:before {
content: "\f3e4";
}
.ich-settings-main-wrap .fa-renren:before {
content: "\f18b";
}
.ich-settings-main-wrap .fa-reply:before {
content: "\f3e5";
}
.ich-settings-main-wrap .fa-reply-all:before {
content: "\f122";
}
.ich-settings-main-wrap .fa-replyd:before {
content: "\f3e6";
}
.ich-settings-main-wrap .fa-researchgate:before {
content: "\f4f8";
}
.ich-settings-main-wrap .fa-resolving:before {
content: "\f3e7";
}
.ich-settings-main-wrap .fa-retweet:before {
content: "\f079";
}
.ich-settings-main-wrap .fa-rev:before {
content: "\f5b2";
}
.ich-settings-main-wrap .fa-ribbon:before {
content: "\f4d6";
}
.ich-settings-main-wrap .fa-road:before {
content: "\f018";
}
.ich-settings-main-wrap .fa-robot:before {
content: "\f544";
}
.ich-settings-main-wrap .fa-rocket:before {
content: "\f135";
}
.ich-settings-main-wrap .fa-rocketchat:before {
content: "\f3e8";
}
.ich-settings-main-wrap .fa-rockrms:before {
content: "\f3e9";
}
.ich-settings-main-wrap .fa-route:before {
content: "\f4d7";
}
.ich-settings-main-wrap .fa-rss:before {
content: "\f09e";
}
.ich-settings-main-wrap .fa-rss-square:before {
content: "\f143";
}
.ich-settings-main-wrap .fa-ruble-sign:before {
content: "\f158";
}
.ich-settings-main-wrap .fa-ruler:before {
content: "\f545";
}
.ich-settings-main-wrap .fa-ruler-combined:before {
content: "\f546";
}
.ich-settings-main-wrap .fa-ruler-horizontal:before {
content: "\f547";
}
.ich-settings-main-wrap .fa-ruler-vertical:before {
content: "\f548";
}
.ich-settings-main-wrap .fa-rupee-sign:before {
content: "\f156";
}
.ich-settings-main-wrap .fa-sad-cry:before {
content: "\f5b3";
}
.ich-settings-main-wrap .fa-sad-tear:before {
content: "\f5b4";
}
.ich-settings-main-wrap .fa-safari:before {
content: "\f267";
}
.ich-settings-main-wrap .fa-sass:before {
content: "\f41e";
}
.ich-settings-main-wrap .fa-save:before {
content: "\f0c7";
}
.ich-settings-main-wrap .fa-schlix:before {
content: "\f3ea";
}
.ich-settings-main-wrap .fa-school:before {
content: "\f549";
}
.ich-settings-main-wrap .fa-screwdriver:before {
content: "\f54a";
}
.ich-settings-main-wrap .fa-scribd:before {
content: "\f28a";
}
.ich-settings-main-wrap .fa-search:before {
content: "\f002";
}
.ich-settings-main-wrap .fa-search-dollar:before {
content: "\f688";
}
.ich-settings-main-wrap .fa-search-location:before {
content: "\f689";
}
.ich-settings-main-wrap .fa-search-minus:before {
content: "\f010";
}
.ich-settings-main-wrap .fa-search-plus:before {
content: "\f00e";
}
.ich-settings-main-wrap .fa-searchengin:before {
content: "\f3eb";
}
.ich-settings-main-wrap .fa-seedling:before {
content: "\f4d8";
}
.ich-settings-main-wrap .fa-sellcast:before {
content: "\f2da";
}
.ich-settings-main-wrap .fa-sellsy:before {
content: "\f213";
}
.ich-settings-main-wrap .fa-server:before {
content: "\f233";
}
.ich-settings-main-wrap .fa-servicestack:before {
content: "\f3ec";
}
.ich-settings-main-wrap .fa-shapes:before {
content: "\f61f";
}
.ich-settings-main-wrap .fa-share:before {
content: "\f064";
}
.ich-settings-main-wrap .fa-share-alt:before {
content: "\f1e0";
}
.ich-settings-main-wrap .fa-share-alt-square:before {
content: "\f1e1";
}
.ich-settings-main-wrap .fa-share-square:before {
content: "\f14d";
}
.ich-settings-main-wrap .fa-shekel-sign:before {
content: "\f20b";
}
.ich-settings-main-wrap .fa-shield-alt:before {
content: "\f3ed";
}
.ich-settings-main-wrap .fa-ship:before {
content: "\f21a";
}
.ich-settings-main-wrap .fa-shipping-fast:before {
content: "\f48b";
}
.ich-settings-main-wrap .fa-shirtsinbulk:before {
content: "\f214";
}
.ich-settings-main-wrap .fa-shoe-prints:before {
content: "\f54b";
}
.ich-settings-main-wrap .fa-shopping-bag:before {
content: "\f290";
}
.ich-settings-main-wrap .fa-shopping-basket:before {
content: "\f291";
}
.ich-settings-main-wrap .fa-shopping-cart:before {
content: "\f07a";
}
.ich-settings-main-wrap .fa-shopware:before {
content: "\f5b5";
}
.ich-settings-main-wrap .fa-shower:before {
content: "\f2cc";
}
.ich-settings-main-wrap .fa-shuttle-van:before {
content: "\f5b6";
}
.ich-settings-main-wrap .fa-sign:before {
content: "\f4d9";
}
.ich-settings-main-wrap .fa-sign-in-alt:before {
content: "\f2f6";
}
.ich-settings-main-wrap .fa-sign-language:before {
content: "\f2a7";
}
.ich-settings-main-wrap .fa-sign-out-alt:before {
content: "\f2f5";
}
.ich-settings-main-wrap .fa-signal:before {
content: "\f012";
}
.ich-settings-main-wrap .fa-signature:before {
content: "\f5b7";
}
.ich-settings-main-wrap .fa-simplybuilt:before {
content: "\f215";
}
.ich-settings-main-wrap .fa-sistrix:before {
content: "\f3ee";
}
.ich-settings-main-wrap .fa-sitemap:before {
content: "\f0e8";
}
.ich-settings-main-wrap .fa-sith:before {
content: "\f512";
}
.ich-settings-main-wrap .fa-skull:before {
content: "\f54c";
}
.ich-settings-main-wrap .fa-skyatlas:before {
content: "\f216";
}
.ich-settings-main-wrap .fa-skype:before {
content: "\f17e";
}
.ich-settings-main-wrap .fa-slack:before {
content: "\f198";
}
.ich-settings-main-wrap .fa-slack-hash:before {
content: "\f3ef";
}
.ich-settings-main-wrap .fa-sliders-h:before {
content: "\f1de";
}
.ich-settings-main-wrap .fa-slideshare:before {
content: "\f1e7";
}
.ich-settings-main-wrap .fa-smile:before {
content: "\f118";
}
.ich-settings-main-wrap .fa-smile-beam:before {
content: "\f5b8";
}
.ich-settings-main-wrap .fa-smile-wink:before {
content: "\f4da";
}
.ich-settings-main-wrap .fa-smoking:before {
content: "\f48d";
}
.ich-settings-main-wrap .fa-smoking-ban:before {
content: "\f54d";
}
.ich-settings-main-wrap .fa-snapchat:before {
content: "\f2ab";
}
.ich-settings-main-wrap .fa-snapchat-ghost:before {
content: "\f2ac";
}
.ich-settings-main-wrap .fa-snapchat-square:before {
content: "\f2ad";
}
.ich-settings-main-wrap .fa-snowflake:before {
content: "\f2dc";
}
.ich-settings-main-wrap .fa-socks:before {
content: "\f696";
}
.ich-settings-main-wrap .fa-solar-panel:before {
content: "\f5ba";
}
.ich-settings-main-wrap .fa-sort:before {
content: "\f0dc";
}
.ich-settings-main-wrap .fa-sort-alpha-down:before {
content: "\f15d";
}
.ich-settings-main-wrap .fa-sort-alpha-up:before {
content: "\f15e";
}
.ich-settings-main-wrap .fa-sort-amount-down:before {
content: "\f160";
}
.ich-settings-main-wrap .fa-sort-amount-up:before {
content: "\f161";
}
.ich-settings-main-wrap .fa-sort-down:before {
content: "\f0dd";
}
.ich-settings-main-wrap .fa-sort-numeric-down:before {
content: "\f162";
}
.ich-settings-main-wrap .fa-sort-numeric-up:before {
content: "\f163";
}
.ich-settings-main-wrap .fa-sort-up:before {
content: "\f0de";
}
.ich-settings-main-wrap .fa-soundcloud:before {
content: "\f1be";
}
.ich-settings-main-wrap .fa-spa:before {
content: "\f5bb";
}
.ich-settings-main-wrap .fa-space-shuttle:before {
content: "\f197";
}
.ich-settings-main-wrap .fa-speakap:before {
content: "\f3f3";
}
.ich-settings-main-wrap .fa-spinner:before {
content: "\f110";
}
.ich-settings-main-wrap .fa-splotch:before {
content: "\f5bc";
}
.ich-settings-main-wrap .fa-spotify:before {
content: "\f1bc";
}
.ich-settings-main-wrap .fa-spray-can:before {
content: "\f5bd";
}
.ich-settings-main-wrap .fa-square:before {
content: "\f0c8";
}
.ich-settings-main-wrap .fa-square-full:before {
content: "\f45c";
}
.ich-settings-main-wrap .fa-square-root-alt:before {
content: "\f698";
}
.ich-settings-main-wrap .fa-squarespace:before {
content: "\f5be";
}
.ich-settings-main-wrap .fa-stack-exchange:before {
content: "\f18d";
}
.ich-settings-main-wrap .fa-stack-overflow:before {
content: "\f16c";
}
.ich-settings-main-wrap .fa-stamp:before {
content: "\f5bf";
}
.ich-settings-main-wrap .fa-star:before {
content: "\f005";
}
.ich-settings-main-wrap .fa-star-and-crescent:before {
content: "\f699";
}
.ich-settings-main-wrap .fa-star-half:before {
content: "\f089";
}
.ich-settings-main-wrap .fa-star-half-alt:before {
content: "\f5c0";
}
.ich-settings-main-wrap .fa-star-of-david:before {
content: "\f69a";
}
.ich-settings-main-wrap .fa-star-of-life:before {
content: "\f621";
}
.ich-settings-main-wrap .fa-staylinked:before {
content: "\f3f5";
}
.ich-settings-main-wrap .fa-steam:before {
content: "\f1b6";
}
.ich-settings-main-wrap .fa-steam-square:before {
content: "\f1b7";
}
.ich-settings-main-wrap .fa-steam-symbol:before {
content: "\f3f6";
}
.ich-settings-main-wrap .fa-step-backward:before {
content: "\f048";
}
.ich-settings-main-wrap .fa-step-forward:before {
content: "\f051";
}
.ich-settings-main-wrap .fa-stethoscope:before {
content: "\f0f1";
}
.ich-settings-main-wrap .fa-sticker-mule:before {
content: "\f3f7";
}
.ich-settings-main-wrap .fa-sticky-note:before {
content: "\f249";
}
.ich-settings-main-wrap .fa-stop:before {
content: "\f04d";
}
.ich-settings-main-wrap .fa-stop-circle:before {
content: "\f28d";
}
.ich-settings-main-wrap .fa-stopwatch:before {
content: "\f2f2";
}
.ich-settings-main-wrap .fa-store:before {
content: "\f54e";
}
.ich-settings-main-wrap .fa-store-alt:before {
content: "\f54f";
}
.ich-settings-main-wrap .fa-strava:before {
content: "\f428";
}
.ich-settings-main-wrap .fa-stream:before {
content: "\f550";
}
.ich-settings-main-wrap .fa-street-view:before {
content: "\f21d";
}
.ich-settings-main-wrap .fa-strikethrough:before {
content: "\f0cc";
}
.ich-settings-main-wrap .fa-stripe:before {
content: "\f429";
}
.ich-settings-main-wrap .fa-stripe-s:before {
content: "\f42a";
}
.ich-settings-main-wrap .fa-stroopwafel:before {
content: "\f551";
}
.ich-settings-main-wrap .fa-studiovinari:before {
content: "\f3f8";
}
.ich-settings-main-wrap .fa-stumbleupon:before {
content: "\f1a4";
}
.ich-settings-main-wrap .fa-stumbleupon-circle:before {
content: "\f1a3";
}
.ich-settings-main-wrap .fa-subscript:before {
content: "\f12c";
}
.ich-settings-main-wrap .fa-subway:before {
content: "\f239";
}
.ich-settings-main-wrap .fa-suitcase:before {
content: "\f0f2";
}
.ich-settings-main-wrap .fa-suitcase-rolling:before {
content: "\f5c1";
}
.ich-settings-main-wrap .fa-sun:before {
content: "\f185";
}
.ich-settings-main-wrap .fa-superpowers:before {
content: "\f2dd";
}
.ich-settings-main-wrap .fa-superscript:before {
content: "\f12b";
}
.ich-settings-main-wrap .fa-supple:before {
content: "\f3f9";
}
.ich-settings-main-wrap .fa-surprise:before {
content: "\f5c2";
}
.ich-settings-main-wrap .fa-swatchbook:before {
content: "\f5c3";
}
.ich-settings-main-wrap .fa-swimmer:before {
content: "\f5c4";
}
.ich-settings-main-wrap .fa-swimming-pool:before {
content: "\f5c5";
}
.ich-settings-main-wrap .fa-synagogue:before {
content: "\f69b";
}
.ich-settings-main-wrap .fa-sync:before {
content: "\f021";
}
.ich-settings-main-wrap .fa-sync-alt:before {
content: "\f2f1";
}
.ich-settings-main-wrap .fa-syringe:before {
content: "\f48e";
}
.ich-settings-main-wrap .fa-table:before {
content: "\f0ce";
}
.ich-settings-main-wrap .fa-table-tennis:before {
content: "\f45d";
}
.ich-settings-main-wrap .fa-tablet:before {
content: "\f10a";
}
.ich-settings-main-wrap .fa-tablet-alt:before {
content: "\f3fa";
}
.ich-settings-main-wrap .fa-tablets:before {
content: "\f490";
}
.ich-settings-main-wrap .fa-tachometer-alt:before {
content: "\f3fd";
}
.ich-settings-main-wrap .fa-tag:before {
content: "\f02b";
}
.ich-settings-main-wrap .fa-tags:before {
content: "\f02c";
}
.ich-settings-main-wrap .fa-tape:before {
content: "\f4db";
}
.ich-settings-main-wrap .fa-tasks:before {
content: "\f0ae";
}
.ich-settings-main-wrap .fa-taxi:before {
content: "\f1ba";
}
.ich-settings-main-wrap .fa-teamspeak:before {
content: "\f4f9";
}
.ich-settings-main-wrap .fa-teeth:before {
content: "\f62e";
}
.ich-settings-main-wrap .fa-teeth-open:before {
content: "\f62f";
}
.ich-settings-main-wrap .fa-telegram:before {
content: "\f2c6";
}
.ich-settings-main-wrap .fa-telegram-plane:before {
content: "\f3fe";
}
.ich-settings-main-wrap .fa-tencent-weibo:before {
content: "\f1d5";
}
.ich-settings-main-wrap .fa-terminal:before {
content: "\f120";
}
.ich-settings-main-wrap .fa-text-height:before {
content: "\f034";
}
.ich-settings-main-wrap .fa-text-width:before {
content: "\f035";
}
.ich-settings-main-wrap .fa-th:before {
content: "\f00a";
}
.ich-settings-main-wrap .fa-th-large:before {
content: "\f009";
}
.ich-settings-main-wrap .fa-th-list:before {
content: "\f00b";
}
.ich-settings-main-wrap .fa-the-red-yeti:before {
content: "\f69d";
}
.ich-settings-main-wrap .fa-theater-masks:before {
content: "\f630";
}
.ich-settings-main-wrap .fa-themeco:before {
content: "\f5c6";
}
.ich-settings-main-wrap .fa-themeisle:before {
content: "\f2b2";
}
.ich-settings-main-wrap .fa-thermometer:before {
content: "\f491";
}
.ich-settings-main-wrap .fa-thermometer-empty:before {
content: "\f2cb";
}
.ich-settings-main-wrap .fa-thermometer-full:before {
content: "\f2c7";
}
.ich-settings-main-wrap .fa-thermometer-half:before {
content: "\f2c9";
}
.ich-settings-main-wrap .fa-thermometer-quarter:before {
content: "\f2ca";
}
.ich-settings-main-wrap .fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.ich-settings-main-wrap .fa-thumbs-down:before {
content: "\f165";
}
.ich-settings-main-wrap .fa-thumbs-up:before {
content: "\f164";
}
.ich-settings-main-wrap .fa-thumbtack:before {
content: "\f08d";
}
.ich-settings-main-wrap .fa-ticket-alt:before {
content: "\f3ff";
}
.ich-settings-main-wrap .fa-times:before {
content: "\f00d";
}
.ich-settings-main-wrap .fa-times-circle:before {
content: "\f057";
}
.ich-settings-main-wrap .fa-tint:before {
content: "\f043";
}
.ich-settings-main-wrap .fa-tint-slash:before {
content: "\f5c7";
}
.ich-settings-main-wrap .fa-tired:before {
content: "\f5c8";
}
.ich-settings-main-wrap .fa-toggle-off:before {
content: "\f204";
}
.ich-settings-main-wrap .fa-toggle-on:before {
content: "\f205";
}
.ich-settings-main-wrap .fa-toolbox:before {
content: "\f552";
}
.ich-settings-main-wrap .fa-tooth:before {
content: "\f5c9";
}
.ich-settings-main-wrap .fa-torah:before {
content: "\f6a0";
}
.ich-settings-main-wrap .fa-torii-gate:before {
content: "\f6a1";
}
.ich-settings-main-wrap .fa-trade-federation:before {
content: "\f513";
}
.ich-settings-main-wrap .fa-trademark:before {
content: "\f25c";
}
.ich-settings-main-wrap .fa-traffic-light:before {
content: "\f637";
}
.ich-settings-main-wrap .fa-train:before {
content: "\f238";
}
.ich-settings-main-wrap .fa-transgender:before {
content: "\f224";
}
.ich-settings-main-wrap .fa-transgender-alt:before {
content: "\f225";
}
.ich-settings-main-wrap .fa-trash:before {
content: "\f1f8";
}
.ich-settings-main-wrap .fa-trash-alt:before {
content: "\f2ed";
}
.ich-settings-main-wrap .fa-tree:before {
content: "\f1bb";
}
.ich-settings-main-wrap .fa-trello:before {
content: "\f181";
}
.ich-settings-main-wrap .fa-tripadvisor:before {
content: "\f262";
}
.ich-settings-main-wrap .fa-trophy:before {
content: "\f091";
}
.ich-settings-main-wrap .fa-truck:before {
content: "\f0d1";
}
.ich-settings-main-wrap .fa-truck-loading:before {
content: "\f4de";
}
.ich-settings-main-wrap .fa-truck-monster:before {
content: "\f63b";
}
.ich-settings-main-wrap .fa-truck-moving:before {
content: "\f4df";
}
.ich-settings-main-wrap .fa-truck-pickup:before {
content: "\f63c";
}
.ich-settings-main-wrap .fa-tshirt:before {
content: "\f553";
}
.ich-settings-main-wrap .fa-tty:before {
content: "\f1e4";
}
.ich-settings-main-wrap .fa-tumblr:before {
content: "\f173";
}
.ich-settings-main-wrap .fa-tumblr-square:before {
content: "\f174";
}
.ich-settings-main-wrap .fa-tv:before {
content: "\f26c";
}
.ich-settings-main-wrap .fa-twitch:before {
content: "\f1e8";
}
.ich-settings-main-wrap .fa-twitter:before {
content: "\f099";
}
.ich-settings-main-wrap .fa-twitter-square:before {
content: "\f081";
}
.ich-settings-main-wrap .fa-typo3:before {
content: "\f42b";
}
.ich-settings-main-wrap .fa-uber:before {
content: "\f402";
}
.ich-settings-main-wrap .fa-uikit:before {
content: "\f403";
}
.ich-settings-main-wrap .fa-umbrella:before {
content: "\f0e9";
}
.ich-settings-main-wrap .fa-umbrella-beach:before {
content: "\f5ca";
}
.ich-settings-main-wrap .fa-underline:before {
content: "\f0cd";
}
.ich-settings-main-wrap .fa-undo:before {
content: "\f0e2";
}
.ich-settings-main-wrap .fa-undo-alt:before {
content: "\f2ea";
}
.ich-settings-main-wrap .fa-uniregistry:before {
content: "\f404";
}
.ich-settings-main-wrap .fa-universal-access:before {
content: "\f29a";
}
.ich-settings-main-wrap .fa-university:before {
content: "\f19c";
}
.ich-settings-main-wrap .fa-unlink:before {
content: "\f127";
}
.ich-settings-main-wrap .fa-unlock:before {
content: "\f09c";
}
.ich-settings-main-wrap .fa-unlock-alt:before {
content: "\f13e";
}
.ich-settings-main-wrap .fa-untappd:before {
content: "\f405";
}
.ich-settings-main-wrap .fa-upload:before {
content: "\f093";
}
.ich-settings-main-wrap .fa-usb:before {
content: "\f287";
}
.ich-settings-main-wrap .fa-user:before {
content: "\f007";
}
.ich-settings-main-wrap .fa-user-alt:before {
content: "\f406";
}
.ich-settings-main-wrap .fa-user-alt-slash:before {
content: "\f4fa";
}
.ich-settings-main-wrap .fa-user-astronaut:before {
content: "\f4fb";
}
.ich-settings-main-wrap .fa-user-check:before {
content: "\f4fc";
}
.ich-settings-main-wrap .fa-user-circle:before {
content: "\f2bd";
}
.ich-settings-main-wrap .fa-user-clock:before {
content: "\f4fd";
}
.ich-settings-main-wrap .fa-user-cog:before {
content: "\f4fe";
}
.ich-settings-main-wrap .fa-user-edit:before {
content: "\f4ff";
}
.ich-settings-main-wrap .fa-user-friends:before {
content: "\f500";
}
.ich-settings-main-wrap .fa-user-graduate:before {
content: "\f501";
}
.ich-settings-main-wrap .fa-user-lock:before {
content: "\f502";
}
.ich-settings-main-wrap .fa-user-md:before {
content: "\f0f0";
}
.ich-settings-main-wrap .fa-user-minus:before {
content: "\f503";
}
.ich-settings-main-wrap .fa-user-ninja:before {
content: "\f504";
}
.ich-settings-main-wrap .fa-user-plus:before {
content: "\f234";
}
.ich-settings-main-wrap .fa-user-secret:before {
content: "\f21b";
}
.ich-settings-main-wrap .fa-user-shield:before {
content: "\f505";
}
.ich-settings-main-wrap .fa-user-slash:before {
content: "\f506";
}
.ich-settings-main-wrap .fa-user-tag:before {
content: "\f507";
}
.ich-settings-main-wrap .fa-user-tie:before {
content: "\f508";
}
.ich-settings-main-wrap .fa-user-times:before {
content: "\f235";
}
.ich-settings-main-wrap .fa-users:before {
content: "\f0c0";
}
.ich-settings-main-wrap .fa-users-cog:before {
content: "\f509";
}
.ich-settings-main-wrap .fa-ussunnah:before {
content: "\f407";
}
.ich-settings-main-wrap .fa-utensil-spoon:before {
content: "\f2e5";
}
.ich-settings-main-wrap .fa-utensils:before {
content: "\f2e7";
}
.ich-settings-main-wrap .fa-vaadin:before {
content: "\f408";
}
.ich-settings-main-wrap .fa-vector-square:before {
content: "\f5cb";
}
.ich-settings-main-wrap .fa-venus:before {
content: "\f221";
}
.ich-settings-main-wrap .fa-venus-double:before {
content: "\f226";
}
.ich-settings-main-wrap .fa-venus-mars:before {
content: "\f228";
}
.ich-settings-main-wrap .fa-viacoin:before {
content: "\f237";
}
.ich-settings-main-wrap .fa-viadeo:before {
content: "\f2a9";
}
.ich-settings-main-wrap .fa-viadeo-square:before {
content: "\f2aa";
}
.ich-settings-main-wrap .fa-vial:before {
content: "\f492";
}
.ich-settings-main-wrap .fa-vials:before {
content: "\f493";
}
.ich-settings-main-wrap .fa-viber:before {
content: "\f409";
}
.ich-settings-main-wrap .fa-video:before {
content: "\f03d";
}
.ich-settings-main-wrap .fa-video-slash:before {
content: "\f4e2";
}
.ich-settings-main-wrap .fa-vihara:before {
content: "\f6a7";
}
.ich-settings-main-wrap .fa-vimeo:before {
content: "\f40a";
}
.ich-settings-main-wrap .fa-vimeo-square:before {
content: "\f194";
}
.ich-settings-main-wrap .fa-vimeo-v:before {
content: "\f27d";
}
.ich-settings-main-wrap .fa-vine:before {
content: "\f1ca";
}
.ich-settings-main-wrap .fa-vk:before {
content: "\f189";
}
.ich-settings-main-wrap .fa-vnv:before {
content: "\f40b";
}
.ich-settings-main-wrap .fa-volleyball-ball:before {
content: "\f45f";
}
.ich-settings-main-wrap .fa-volume-down:before {
content: "\f027";
}
.ich-settings-main-wrap .fa-volume-off:before {
content: "\f026";
}
.ich-settings-main-wrap .fa-volume-up:before {
content: "\f028";
}
.ich-settings-main-wrap .fa-vuejs:before {
content: "\f41f";
}
.ich-settings-main-wrap .fa-walking:before {
content: "\f554";
}
.ich-settings-main-wrap .fa-wallet:before {
content: "\f555";
}
.ich-settings-main-wrap .fa-warehouse:before {
content: "\f494";
}
.ich-settings-main-wrap .fa-weebly:before {
content: "\f5cc";
}
.ich-settings-main-wrap .fa-weibo:before {
content: "\f18a";
}
.ich-settings-main-wrap .fa-weight:before {
content: "\f496";
}
.ich-settings-main-wrap .fa-weight-hanging:before {
content: "\f5cd";
}
.ich-settings-main-wrap .fa-weixin:before {
content: "\f1d7";
}
.ich-settings-main-wrap .fa-whatsapp:before {
content: "\f232";
}
.ich-settings-main-wrap .fa-whatsapp-square:before {
content: "\f40c";
}
.ich-settings-main-wrap .fa-wheelchair:before {
content: "\f193";
}
.ich-settings-main-wrap .fa-whmcs:before {
content: "\f40d";
}
.ich-settings-main-wrap .fa-wifi:before {
content: "\f1eb";
}
.ich-settings-main-wrap .fa-wikipedia-w:before {
content: "\f266";
}
.ich-settings-main-wrap .fa-window-close:before {
content: "\f410";
}
.ich-settings-main-wrap .fa-window-maximize:before {
content: "\f2d0";
}
.ich-settings-main-wrap .fa-window-minimize:before {
content: "\f2d1";
}
.ich-settings-main-wrap .fa-window-restore:before {
content: "\f2d2";
}
.ich-settings-main-wrap .fa-windows:before {
content: "\f17a";
}
.ich-settings-main-wrap .fa-wine-glass:before {
content: "\f4e3";
}
.ich-settings-main-wrap .fa-wine-glass-alt:before {
content: "\f5ce";
}
.ich-settings-main-wrap .fa-wix:before {
content: "\f5cf";
}
.ich-settings-main-wrap .fa-wolf-pack-battalion:before {
content: "\f514";
}
.ich-settings-main-wrap .fa-won-sign:before {
content: "\f159";
}
.ich-settings-main-wrap .fa-wordpress:before {
content: "\f19a";
}
.ich-settings-main-wrap .fa-wordpress-simple:before {
content: "\f411";
}
.ich-settings-main-wrap .fa-wpbeginner:before {
content: "\f297";
}
.ich-settings-main-wrap .fa-wpexplorer:before {
content: "\f2de";
}
.ich-settings-main-wrap .fa-wpforms:before {
content: "\f298";
}
.ich-settings-main-wrap .fa-wrench:before {
content: "\f0ad";
}
.ich-settings-main-wrap .fa-x-ray:before {
content: "\f497";
}
.ich-settings-main-wrap .fa-xbox:before {
content: "\f412";
}
.ich-settings-main-wrap .fa-xing:before {
content: "\f168";
}
.ich-settings-main-wrap .fa-xing-square:before {
content: "\f169";
}
.ich-settings-main-wrap .fa-y-combinator:before {
content: "\f23b";
}
.ich-settings-main-wrap .fa-yahoo:before {
content: "\f19e";
}
.ich-settings-main-wrap .fa-yandex:before {
content: "\f413";
}
.ich-settings-main-wrap .fa-yandex-international:before {
content: "\f414";
}
.ich-settings-main-wrap .fa-yelp:before {
content: "\f1e9";
}
.ich-settings-main-wrap .fa-yen-sign:before {
content: "\f157";
}
.ich-settings-main-wrap .fa-yin-yang:before {
content: "\f6ad";
}
.ich-settings-main-wrap .fa-yoast:before {
content: "\f2b1";
}
.ich-settings-main-wrap .fa-youtube:before {
content: "\f167";
}
.ich-settings-main-wrap .fa-youtube-square:before {
content: "\f431";
}
.ich-settings-main-wrap .fa-zhihu:before {
content: "\f63f";
}
.ich-settings-main-wrap .sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ich-settings-main-wrap .sr-only-focusable:active,
.ich-settings-main-wrap .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
@font-face {
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-weight: normal;
src: url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-brands-400.eot);
src: url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-brands-400.woff2) format("woff2"), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-brands-400.woff) format("woff"), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-brands-400.ttf) format("truetype"), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.ich-settings-main-wrap .fab {
font-family: "Font Awesome 5 Brands";
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 400;
src: url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-regular-400.eot);
src: url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-regular-400.woff2) format("woff2"), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-regular-400.woff) format("woff"), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-regular-400.ttf) format("truetype"), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.ich-settings-main-wrap .far {
font-weight: 400;
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900;
src: url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-solid-900.eot);
src: url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-solid-900.woff2) format("woff2"), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-solid-900.woff) format("woff"), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-solid-900.ttf) format("truetype"), url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/assets/front/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.ich-settings-main-wrap .fa,
.ich-settings-main-wrap .far,
.ich-settings-main-wrap .fas {
font-family: "Font Awesome 5 Free";
}
.ich-settings-main-wrap .fa,
.ich-settings-main-wrap .fas {
font-weight: 900;
}.ich-settings-main-wrap #new-property #position {
background-color: #1fb7a6;
position: relative;
height: 40px;
padding: 8px 0 0 14px;
color: #FFF;
}
.ich-settings-main-wrap #new-property #position:after {
position: absolute;
content: "";
top: -10px;
z-index: 10;
left: 80px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #1fb7a6;
}
.ich-settings-main-wrap #wp-rem-content-editor-container {
border: 1px solid #eee;
}
.ich-settings-main-wrap .wp-editor-tabs button {
height: 28px;
}
.ich-settings-main-wrap .search-box-page {
background-color: #FFFFFF;
box-shadow: 0 10px 31px 0 rgba(7,152,255,.09);
padding: 20px 20px 0;
border: 1px solid #f1f8ff;
margin-bottom: 30px;
}
.ich-settings-main-wrap .search-box-page .space-div {
padding-bottom: 20px;
}
.ich-settings-main-wrap .search-box-page label {
font-size: 15px; }
.ich-settings-main-wrap img {
max-width: initial !important;
}
.ich-settings-main-wrap .space-form {
margin-bottom: 30px;
}
.section-title {
min-height: 35px;
margin: 30px 0 20px;
position: relative;
border-bottom: 2px solid #1fb7a6;
}
.section-title.no-margin {
margin-top: 0;
margin-bottom: 20px;
}
.section-title .title {
min-height: 37px;
font-size: 20px;
padding: 6px 10px 0;
background-color: #1fb7a6;
color: #ffffff;
line-height: 1;
float: left;
margin: 0;
position: absolute !important;
top: auto;
right: auto;
bottom: -2px;
left: 0;
z-index: 1;
}
.section-title.line-style {
border-bottom: 4px solid #F2F2F2;
}
.section-title.line-style .title {
background-color: transparent;
color: #777;
padding-left: 0;
padding-right: 0;
border-bottom: 4px solid #1fb7a6;
bottom: -4px;
}
.agent-box-card {
position: relative;
}
.agent-card-1, .agent-card-2 {
background-color: #FFFFFF;
box-shadow: 0 10px 31px 0 rgba(7,152,255,.09);
border: 1px solid #f1f8ff;
}
.agent-box-card .image-content {
position: relative !important;
}
.agent-box-card .image-content .image {
border: 1px solid rgba(24, 139, 126, 0.7);
border-bottom-width: 0;
overflow: hidden;
width: 100%;
height: 250px;
}
.agent-box-card .info-agent {
position: relative;
}
.agent-box-card .info-agent:after {
position: absolute !important;
top: -16px;
right: 50%;
bottom: auto;
left: auto;
z-index: 1;
content: "";
margin-right: -20px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 16px solid rgba(24, 139, 126, 0.7);
}
.agent-box-card .info-agent .text {
padding: 14px 14px 0;
color: #ffffff;
}
.agent-box-card .info-agent .name {
display: block;
font-size: 22px;
color: #ffffff;
text-align: center;
padding: 6px 0;
border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
}
.agent-box-card .info-agent .contact {
width: 100%;
table-layout: fixed;
margin-top: 14px;
}
.agent-box-card .info-agent .contact td {
border: 1px solid #eee;
}
.agent-box-card .info-agent .contact .icon {
display: block;
font-size: 14px;
width: auto;
height: auto;
padding: 8px 0;
text-align: center;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
}
.agent-box-card .info-agent .contact .icon:hover {
background-color: rgba(255, 255, 255, 0.8);
color: #188b7e;
}
.agent-box-card.rounded .image-content {
height: 250px;
}
.agent-box-card.rounded .image-content .image {
border-width: 7px !important;
width: 220px;
height: 220px;
margin-right: -110px;
position: absolute !important;
right: 50%;
top: 0;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.agent-box-card .rem-profile-image img {
max-width: 100% !important;
height: auto;
}
.agent-box-card.grey .image-content .image {
border-color: #E5E5E5;
}
.agent-box-card.grey .info-agent .contact,
.agent-box-card.grey .info-agent .contact li,
.agent-box-card.grey .info-agent .name {
border-color: #E5E5E5;
}
.agent-box-card.grey .info-agent:after {
border-bottom-color: #FFFFFF;
}
.agent-box-card.grey .info-agent .contact .icon,
.agent-box-card.grey .info-agent .name,
.agent-box-card.grey .info-agent .text {
color: #666;
}
.agent-box-card.top-agent .image-content:after {
color: #ffffff;
display: block;
padding: 6px 12px;
background-color: rgba(24, 139, 126, 0.95);
position: absolute !important;
top: -11px;
right: auto;
bottom: auto;
left: 52%;
z-index: 1;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.agent-box-card.top-agent .image-content:before {
border-bottom: 12px solid transparent;
border-right: 16px solid transparent;
content: "";
height: 0;
width: 0;
border-left: 16px solid rgba(24, 139, 126, 0.95);
position: absolute !important;
top: 23px;
right: auto;
bottom: auto;
left: 54%;
z-index: 2;
} .contact-agent {
border-top: none;
padding: 20px;
}
.contact-agent .alert {
margin-bottom: 0;
margin-top: 20px;
}
.agent-contact-wrapper {
margin-bottom: 30px;
} .button-sidebar {
background-color: #1fb7a6;
border: 1px solid #188b7e;
padding: 20px 20px 20px 80px;
margin-bottom: 20px;
line-height: 1.1;
font-size: 22px;
color: #ffffff;
overflow: hidden;
position: relative;
display: block;
}
.button-sidebar b {
display: block;
}
.button-sidebar .icon {
font-size: 54px;
color: #ffffff;
position: absolute !important;
top: 16px;
right: auto;
bottom: auto;
left: 13px;
z-index: 1;
}
#filter-box .filter {
cursor: pointer;
background-color: #1fb7a6;
color: #ffffff;
display: inline-block;
font-size: 14px;
margin: 0 2px 6px 0;
padding: 2px 8px 3px 6px;
position: relative;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-moz-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
}
#filter-box .filter:hover {
background-color: #1fb7a6;
text-decoration: none;
}
#filter-box .filter:hover i {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
}
#filter-box .filter i {
cursor: pointer;
position: absolute !important;
top: 5px;
right: 6px;
bottom: auto;
left: auto;
z-index: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
opacity: 0.3;
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
} .dropdown .carat:after {
border-top-color: #1fb7a6;
}
.dropdown.open .carat {
background-color: #1fb7a6;
border-left-color: #1fb7a6;
}
.dropdown li.hover,
.dropdown li.focus,
.dropdown li.active {
background-color: #1fb7a6;
}
.dropdown.open {
border-color: #1fb7a6;
-webkit-box-shadow: 0 0 0 4px rgba(89, 227, 211, 0.1);
-moz-box-shadow: 0 0 0 4px rgba(89, 227, 211, 0.1);
box-shadow: 0 0 0 4px rgba(89, 227, 211, 0.1);
} .price-slider.price #price-value-min::after,
.price-slider.price #price-value-max::after {
border-left-color: #1fb7a6;
}
.price-slider.price #price-value-max::after {
border-right-color: #1fb7a6;
}
.price-slider.price #price-value-min,
.price-slider.price #price-value-max {
background-color: #1fb7a6;
}
.noUi-connect {
background-color: #2ddcc8;
}
.noUi-horizontal .noUi-handle {
background-color: #1fb7a6;
} input.labelauty + label > span.labelauty-checked-image {
background-color: #1fb7a6;
border-color: #188b7e;
}
input.labelauty:hover + label > span.labelauty-checked-image {
background-color: #188b7e;
border-color: #188b7e;
} .fotorama__arr {
background-color: rgba(45, 220, 200, 0.8);
} .skillbar-bar {
background-color: rgba(24, 139, 126, 0.5);
}
.skillbar-title {
background-color: rgba(16, 96, 87, 0.9);
}
.ich-settings-main-wrap .form-control {
border: 1px solid #EEE;
height: 36px;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ich-settings-main-wrap .form-control:focus {
border: 1px solid #1fb7a6;
background-color: #FEFEFE;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.ich-settings-main-wrap .form-control:hover {
border-color: #d8d8d8;
box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
-moz-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
-webkit-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
}
.screen-reader-text {
display: none;
}
.rem-carousel-wrap {
position: relative;
padding-bottom: 40px;
}
.rem-carousel-wrap .rem-carousel-nav {
text-align: center;
}
.rem-carousel-wrap .rem-carousel-nav .button-container {
border-top: 1px solid #1fb7a6;
position: absolute !important;
top: auto;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
height: 30px;
}
.rem-carousel-wrap .rem-carousel-nav a {
background: url(//h2o-bateau.fr/wp-content/plugins/real-estate-manager-pro/images/mini-arrow.png) no-repeat scroll top center;
display: inline-block;
background-color: #1fb7a6;
float: right;
width: 30px;
height: 30px;
text-indent: -9999px;
margin-left: 1px;
}
.rem-carousel-wrap .rem-carousel-nav a:hover {
background-color: #188b7e;
}
.rem-carousel-wrap .rem-carousel-nav a.previous {
background-position: 11px -36px;
}
.rem-carousel-wrap .rem-carousel-nav a.next {
background-position: -40px -36px;
}
.box-list #filter-box a {
padding-right: 20px !important;
}
@media (max-width: 768px) {
.landz-box-property.box-list .image {
height: 220px !important;
left: 10px !important;
top: 10px !important;
right: 10px !important;
width: auto !important;
}
.landz-box-property.box-list .address {
padding-top: 234px !important;
}
.landz-box-property.box-list .address,
.landz-box-property.box-list .description,
.landz-box-property.box-list .detail,
.landz-box-property.box-list .footer {
margin-left: 0 !important;
border-left: none !important;
}
.landz-box-property.box-list .price {
right: 23px !important;
top: 23px !important;
}
}
@media (max-width: 480px) {
.landz-box-property.box-list .detail dd {
width: 58% !important;
border-right: none !important;
}
.landz-box-property.box-list .detail dt {
width: 40% !important;
}
} .rem-sale {
width: 150px;
height: 150px;
overflow: hidden;
position: absolute;
z-index: 4;
pointer-events: none;
}
.rem-sale::before,
.rem-sale::after {
position: absolute;
z-index: -1;
content: '';
display: block;
border: 5px solid #2980b9;
}
.rem-sale span {
position: absolute;
display: block;
width: 225px;
padding: 15px 0;
background-color: #3498db;
box-shadow: 0 5px 10px rgba(0,0,0,.1);
color: #fff;
font: 700 18px/1 'Lato', sans-serif;
text-shadow: 0 1px 1px rgba(0,0,0,.2);
text-transform: uppercase;
text-align: center;
} .rem-sale-top-left {
top: -10px;
left: -10px;
}
.rem-sale-top-left::before,
.rem-sale-top-left::after {
border-top-color: transparent;
border-left-color: transparent;
}
.rem-sale-top-left::before {
top: 0;
right: 0;
}
.rem-sale-top-left::after {
bottom: 0;
left: 0;
}
.rem-sale-top-left span {
right: -25px;
top: 30px;
transform: rotate(-45deg);
}
#map-canvas img {
max-width: initial !important;
}
.inline-property-icons .rem-info {
margin-left: 15px;
border-right: 1px solid;
padding-right: 10px;
}
.inline-property-icons span:last-child {
border-right: none;
}
.inline-property-icons {
padding-top: 3px !important;
color: rgba(0,0,0,.6);
}
.post-bar .inline-property-icons {
display: inline-block;
padding-top: 0 !important;
}
.rem-box-maps .inline-property-icons {
line-height: 33px;
font-size: 14px;
}
@media only screen and (max-width: 1170px){
#property-content {
padding-right: 15px !important;
padding-left: 15px !important;
}
}
.property_details-fields .space-form {
margin-bottom: 5px;
}
.ich-settings-main-wrap .landz-box-property .title {
overflow: hidden;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.rem-simple-search {
padding: 3px !important;
border: solid 1px #E4E4E4 !important;
border-radius: 6px !important;
background-color: #fff !important;
}
.ich-settings-main-wrap .rem-simple-search input{
border: 0;
box-shadow: none;
border: none !important;
}
.rem-simple-search button {
margin: 2px 0 0 0 !important;
background: none !important;
box-shadow: none;
border: 0 !important;
color: #666666 !important;
padding: 0 8px 0 10px !important;
border-left: solid 1px #ccc !important;
}
.rem-simple-search button:hover {
border: 0;
box-shadow: none;
border-left: solid 1px #ccc !important;
}
.rem-simple-search .glyphicon-search, .rem-simple-search .btn-info i {
font-size: 23px;
}
.rem-simple-search .btn.btn-info {
font-size: 10px;
}
.rem-simple-search .btn,
.rem-simple-search input,
.rem-simple-search select,
.rem-simple-search input:focus,
.rem-simple-search input:hover,
.rem-simple-search .dropdown {
box-shadow: none !important;
outline: none;
}
.ich-settings-main-wrap .rem-simple-search input:focus {
border-color: #ccc !important;
background-color: transparent !important;
}
.ich-settings-main-wrap .rem-simple-search input {
background-color: transparent !important;
}
.ich-settings-main-wrap .rem-topbar select {
box-shadow: none !important;
height: auto !important;
}
.ich-settings-main-wrap .rem-topbar .btn {
padding: 9px 14px !important;
}
.ich-settings-main-wrap .rem-topbar .btn:focus {
outline: none;
border: none;
}
.ich-settings-main-wrap .rem-topbar {
margin-bottom: 20px;
}
.ich-settings-main-wrap .price-sep {
font-size: 18px;
}
.ich-settings-main-wrap #rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} .rem-field-hide {
display: none;
}
.rem-field-show {
display: block;
}
.agent-box-card.grey .info-agent ul.list {
padding: 0;
list-style: none;
margin: 5px 0;
}
.rem-sale-ribbon-2 {
text-align: left;
position: relative;
color: #fff;
margin: 0;
padding: 8px;
background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
-moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
box-shadow: 0 2px 0 rgba(0,0,0,.3);
position: absolute;
top: 12px;
left: -10px;
z-index: 4;
min-width: 100px;
}
.rem-sale-ribbon-2:before, 
.rem-sale-ribbon-2:after {
content: '';
position: absolute;
border-style: solid;
border-color: transparent;
bottom: -10px;
}
.rem-sale-ribbon-2:before {
border-width: 0 10px 10px 0;
border-right-color: #222;
left: 0;
}
.box-list .rem-sale-ribbon-2 {
margin-top: 12px;
}
.rem_property.type-rem_property {
margin: 0;
}
.shortcode-wrap iframe {
width: 100%;
height: 450px;
}
.ich-settings-main-wrap .select2-container--default .select2-selection--multiple {
border: 1px solid #EEE;
border-radius: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.ich-settings-main-wrap .select2-container--default .select2-selection--multiple:hover {
box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
-moz-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
-webkit-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
} .rem_property .details:after, .details .details:after, .rem_property .details:before {
display: none;
}
.property-meta-fields .glyphicon-asterisk, #agent_login .glyphicon-asterisk {
color: red;
font-size: 9px;
vertical-align: top;  
}
.no-padding {
padding: 0!important;
}
.no-padding-tb {
padding-top: 0!important;
}
.rem-inline-serch-box .search-container .search-options .searcher .filter {
padding: 0px 20px!important;
}
.rem-inline-serch-box .more-button, .rem-inline-serch-box .search-button {
padding-top: 8px!important;
padding-bottom: 8px!important;
}
.rem-tag-cloud {
background-color: #FFFFFF;
box-shadow: 0 10px 31px 0 rgba(7,152,255,.09);
padding: 20px;
border: 1px solid #f1f8ff;
margin-bottom: 30px;
}
.rem-tag-cloud a {
text-decoration: none;
}
.rem-tag-cloud a:hover {
text-decoration: none;
}
.ich-settings-main-wrap h2.widget-title,
.rem-tag-cloud h2.widget-title,
.rem-recent-properties h2.widget-title {
font-size: 20px;
margin-bottom: 10px;
font-weight: 600;
margin-top: 0;
color: #666;
}
.price-slider .separator {
display: inline;
background: transparent;
}
.ich-settings-main-wrap .propery-style-5 .footer-buttons .rem-wishlist-btn {
padding: 16px 26px;
border: none;
position: absolute !important;
top: auto;
right: 0;
bottom: 0;
left: auto;
z-index: 1;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
margin-right: 10px;
}
#property-content .description img {
max-width: 100% !important;
}
.media-router .media-menu-item {
color: black !important;
}
#rem-compare-modal {
display: none;
}
.mce-toolbar .mce-btn-group button, .mce-toolbar .mce-btn-group select {
background: transparent;
color: #000;
}
#wp-rem-content-wrap .wp-editor-tabs .wp-switch-editor {
background: #ebebeb;
color: #000;
}
#wp-rem-content-wrap.tmce-active .switch-tmce,
#wp-rem-content-wrap.html-active .switch-html {
background: #f5f5f5;
color: #555;
border-bottom-color: #f5f5f5;  
}
.my-property-wrap {
padding: 10px;
}
.my-property-wrap .rem-style-2, .my-property-wrap .rem-style-1 {
box-shadow: none;
}
.rem-cat {
margin-bottom: 30px;
}
.rem-directions-btn {
margin-top: 10px;
}