Path: blob/master/web-gui/buildyourownbotnet/assets/css/neon-core.css
1293 views
.form-control:focus {1border-color: #cbd0d9;2outline: 0;3-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(203, 208, 217, 0.6);4-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(203, 208, 217, 0.6);5box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(203, 208, 217, 0.6);6}7.form-control::-moz-placeholder {8color: #999999;9opacity: 1;10}11.form-control:-ms-input-placeholder {12color: #999999;13}14.form-control::-webkit-input-placeholder {15color: #999999;16}17.form-control::-webkit-input-placeholder {18color: #aaa;19}20.form-control:-moz-placeholder {21color: #aaa;22}23.form-control::-moz-placeholder {24color: #aaa;25}26.form-control:-ms-input-placeholder {27color: #aaa;28}29select.input-sm {30height: 28px;31line-height: 28px;32}33textarea.input-sm,34select[multiple].input-sm {35height: auto;36}37select.input-lg {38height: 42px;39line-height: 42px;40}41textarea.input-lg,42select[multiple].input-lg {43height: auto;44}45.has-success .help-block,46.has-success .control-label,47.has-success .radio,48.has-success .checkbox,49.has-success .radio-inline,50.has-success .checkbox-inline,51.has-success.radio label,52.has-success.checkbox label,53.has-success.radio-inline label,54.has-success.checkbox-inline label {55color: #045702;56}57.has-success .form-control {58border-color: #045702;59-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);60-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);61box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);62}63.has-success .form-control:focus {64border-color: #022501;65-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #09bb04;66-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #09bb04;67box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #09bb04;68}69.has-success .input-group-addon {70color: #045702;71border-color: #045702;72background-color: #bdedbc;73}74.has-success .form-control-feedback {75color: #045702;76}77.has-warning .help-block,78.has-warning .control-label,79.has-warning .radio,80.has-warning .checkbox,81.has-warning .radio-inline,82.has-warning .checkbox-inline,83.has-warning.radio label,84.has-warning.checkbox label,85.has-warning.radio-inline label,86.has-warning.checkbox-inline label {87color: #574802;88}89.has-warning .form-control {90border-color: #574802;91-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);92-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);93box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);94}95.has-warning .form-control:focus {96border-color: #251f01;97-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bb9b04;98-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bb9b04;99box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bb9b04;100}101.has-warning .input-group-addon {102color: #574802;103border-color: #574802;104background-color: #ffefa4;105}106.has-warning .form-control-feedback {107color: #574802;108}109.has-error .help-block,110.has-error .control-label,111.has-error .radio,112.has-error .checkbox,113.has-error .radio-inline,114.has-error .checkbox-inline,115.has-error.radio label,116.has-error.checkbox label,117.has-error.radio-inline label,118.has-error.checkbox-inline label {119color: #ac1818;120}121.has-error .form-control {122border-color: #ac1818;123-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);124-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);125box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);126}127.has-error .form-control:focus {128border-color: #7f1212;129-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e54545;130-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e54545;131box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e54545;132}133.has-error .input-group-addon {134color: #ac1818;135border-color: #ac1818;136background-color: #ffc9c9;137}138.has-error .form-control-feedback {139color: #ac1818;140}141.morris-hover {142position: absolute;143z-index: 1000;144}145.morris-hover.morris-default-style {146border-radius: 10px;147padding: 6px;148color: #666;149background: rgba(255, 255, 255, 0.8);150border: solid 2px rgba(230, 230, 230, 0.8);151font-family: sans-serif;152font-size: 12px;153text-align: center;154}155.morris-hover.morris-default-style .morris-hover-row-label {156font-weight: bold;157margin: 0.25em 0;158}159.morris-hover.morris-default-style .morris-hover-point {160white-space: nowrap;161margin: 0.1em 0;162}163.scrollbar-rail-default {164display: none;165position: absolute;166/* please don't change 'position' */167-webkit-border-radius: 0px;168-webkit-background-clip: padding-box;169-moz-border-radius: 0px;170-moz-background-clip: padding;171border-radius: 0px;172background-clip: padding-box;173zoom: 1;174filter: alpha(opacity=0);175-webkit-opacity: 0;176-moz-opacity: 0;177opacity: 0;178-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;179-moz-transition: background-color 0.2s linear, opacity 0.2s linear;180-o-transition: background-color 0.2s linear, opacity 0.2s linear;181transition: background-color 0.2s linear, opacity 0.2s linear;182}183.scrollbar-rail-hover {184background-color: #eee;185zoom: 1;186filter: alpha(opacity=90);187-webkit-opacity: 0.9;188-moz-opacity: 0.9;189opacity: 0.9;190}191.scrollbar-default {192position: absolute;193/* please don't change 'position' */194background-color: #aaa;195-webkit-border-radius: 0px;196-webkit-background-clip: padding-box;197-moz-border-radius: 0px;198-moz-background-clip: padding;199border-radius: 0px;200background-clip: padding-box;201-webkit-transition: background-color 0.2s linear;202-moz-transition: background-color 0.2s linear;203-o-transition: background-color 0.2s linear;204transition: background-color 0.2s linear;205}206.scrollbar-hover {207background-color: #999;208}209.in-scrolling.in-scrolling {210background-color: #eee;211zoom: 1;212filter: alpha(opacity=90);213-webkit-opacity: 0.9;214-moz-opacity: 0.9;215opacity: 0.9;216}217.ps-container.ps-active-x > .ps-scrollbar-x-rail,218.ps-container.ps-active-y > .ps-scrollbar-y-rail {219display: block;220}221.ps-container > .ps-scrollbar-x-rail {222display: none;223position: absolute;224/* please don't change 'position' */225-webkit-border-radius: 0px;226-webkit-background-clip: padding-box;227-moz-border-radius: 0px;228-moz-background-clip: padding;229border-radius: 0px;230background-clip: padding-box;231zoom: 1;232filter: alpha(opacity=0);233-webkit-opacity: 0;234-moz-opacity: 0;235opacity: 0;236-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;237-moz-transition: background-color 0.2s linear, opacity 0.2s linear;238-o-transition: background-color 0.2s linear, opacity 0.2s linear;239transition: background-color 0.2s linear, opacity 0.2s linear;240bottom: 3px;241/* there must be 'bottom' for ps-scrollbar-x-rail */242height: 8px;243z-index: 1000;244}245.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {246position: absolute;247/* please don't change 'position' */248background-color: #aaa;249-webkit-border-radius: 0px;250-webkit-background-clip: padding-box;251-moz-border-radius: 0px;252-moz-background-clip: padding;253border-radius: 0px;254background-clip: padding-box;255-webkit-transition: background-color 0.2s linear;256-moz-transition: background-color 0.2s linear;257-o-transition: background-color 0.2s linear;258transition: background-color 0.2s linear;259bottom: 0;260/* there must be 'bottom' for ps-scrollbar-x */261height: 8px;262}263.ps-container > .ps-scrollbar-x-rail.in-scrolling {264background-color: #eee;265zoom: 1;266filter: alpha(opacity=90);267-webkit-opacity: 0.9;268-moz-opacity: 0.9;269opacity: 0.9;270}271.ps-container > .ps-scrollbar-y-rail {272display: none;273position: absolute;274/* please don't change 'position' */275-webkit-border-radius: 0px;276-webkit-background-clip: padding-box;277-moz-border-radius: 0px;278-moz-background-clip: padding;279border-radius: 0px;280background-clip: padding-box;281zoom: 1;282filter: alpha(opacity=0);283-webkit-opacity: 0;284-moz-opacity: 0;285opacity: 0;286-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;287-moz-transition: background-color 0.2s linear, opacity 0.2s linear;288-o-transition: background-color 0.2s linear, opacity 0.2s linear;289transition: background-color 0.2s linear, opacity 0.2s linear;290right: 2px;291/* there must be 'right' for ps-scrollbar-y-rail */292width: 5px;293z-index: 1000;294}295.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {296position: absolute;297/* please don't change 'position' */298background-color: #aaa;299-webkit-border-radius: 0px;300-webkit-background-clip: padding-box;301-moz-border-radius: 0px;302-moz-background-clip: padding;303border-radius: 0px;304background-clip: padding-box;305-webkit-transition: background-color 0.2s linear;306-moz-transition: background-color 0.2s linear;307-o-transition: background-color 0.2s linear;308transition: background-color 0.2s linear;309right: 0;310/* there must be 'right' for ps-scrollbar-y */311width: 5px;312}313.ps-container > .ps-scrollbar-y-rail.in-scrolling {314background-color: #eee;315zoom: 1;316filter: alpha(opacity=90);317-webkit-opacity: 0.9;318-moz-opacity: 0.9;319opacity: 0.9;320}321.ps-container:hover > .ps-scrollbar-x-rail,322.ps-container:hover > .ps-scrollbar-y-rail {323zoom: 1;324filter: alpha(opacity=60);325-webkit-opacity: 0.6;326-moz-opacity: 0.6;327opacity: 0.6;328}329.ps-container:hover > .ps-scrollbar-x-rail.in-scrolling,330.ps-container:hover > .ps-scrollbar-y-rail.in-scrolling {331background-color: #eee;332zoom: 1;333filter: alpha(opacity=90);334-webkit-opacity: 0.9;335-moz-opacity: 0.9;336opacity: 0.9;337}338.ps-container:hover > .ps-scrollbar-x-rail:hover {339background-color: #eee;340zoom: 1;341filter: alpha(opacity=90);342-webkit-opacity: 0.9;343-moz-opacity: 0.9;344opacity: 0.9;345}346.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {347background-color: #999;348}349.ps-container:hover > .ps-scrollbar-y-rail:hover {350background-color: #eee;351zoom: 1;352filter: alpha(opacity=90);353-webkit-opacity: 0.9;354-moz-opacity: 0.9;355opacity: 0.9;356}357.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {358background-color: #999;359}360.panel {361margin-bottom: 17px;362background-color: #fff;363border: 1px solid transparent;364border-radius: 3px;365-webkit-box-shadow: none;366-moz-box-shadow: none;367box-shadow: none;368}369.panel > .panel-heading .panel-title {370font-size: 12px;371}372.panel > .panel-heading .panel-title h4 {373font-size: 14px;374color: #303641;375}376.panel.panel-shadow {377-webkit-box-shadow: 0 3px 1px rgba(0,0,0,.04);378-moz-box-shadow: 0 3px 1px rgba(0,0,0,.04);379box-shadow: 0 3px 1px rgba(0,0,0,.04);380}381.panel.reloading > .panel-heading > .panel-options > a[rel="reload"] > i {382-webkit-transition: none;383-moz-transition: none;384-o-transition: none;385transition: none;386-webkit-animation: reloadingAnimation 1s linear infinite;387-moz-animation: reloadingAnimation 1s linear infinite;388-o-animation: reloadingAnimation 1s linear infinite;389animation: reloadingAnimation 1s linear infinite;390}391.panel.panel-collapse > .panel-heading > .panel-options > a[rel="collapse"] > i {392-webkit-transform: rotate(180deg);393-moz-transform: rotate(180deg);394-ms-transform: rotate(180deg);395-o-transform: rotate(180deg);396transform: rotate(180deg);397}398.panel .blockUI.blockOverlay {399background-image: url(../images/loader-1.gif);400background-image: url(../images/loader-2.gif);401background-repeat: no-repeat;402background-position: center center;403}404.panel[data-collapsed="1"] .panel-body {405display: none;406}407.panel[data-collapsed="1"] .panel-heading > .panel-options > a[rel="collapse"] > i {408-webkit-transform: rotate(180deg);409-moz-transform: rotate(180deg);410-ms-transform: rotate(180deg);411-o-transform: rotate(180deg);412transform: rotate(180deg);413}414.panel.minimal > .panel-heading {415padding: 0;416border-bottom: 1px solid #ebebeb;417}418.panel.minimal > .panel-heading > .panel-title {419position: relative;420color: #303641;421padding: 0;422padding-bottom: 10px;423top: 8px;424}425.panel.minimal > .panel-heading > .panel-options {426padding-right: 0;427}428.panel.minimal > .panel-heading > .panel-options > .nav-tabs {429position: relative;430top: 1px;431}432.panel.minimal > .panel-heading > .panel-options > .nav-tabs > li a {433padding: 8px 10px;434font-size: 12px;435-webkit-border-radius: 3px 3px 0 0;436-webkit-background-clip: padding-box;437-moz-border-radius: 3px 3px 0 0;438-moz-background-clip: padding;439border-radius: 3px 3px 0 0;440background-clip: padding-box;441-webkit-transition: all 300ms ease-in-out;442-moz-transition: all 300ms ease-in-out;443-o-transition: all 300ms ease-in-out;444transition: all 300ms ease-in-out;445}446.panel.minimal > .panel-heading > .panel-options > .nav-tabs > li a i {447color: #d0d3d9;448font-size: 14px;449line-height: 1;450-webkit-transition: all 300ms ease-in-out;451-moz-transition: all 300ms ease-in-out;452-o-transition: all 300ms ease-in-out;453transition: all 300ms ease-in-out;454}455.panel.minimal > .panel-heading > .panel-options > .nav-tabs > li a:hover {456background-color: #f0f0f1;457}458.panel.minimal > .panel-heading > .panel-options > .nav-tabs > li.active a {459border-bottom-color: #fff;460}461.panel.minimal > .panel-heading > .panel-options > .nav-tabs > li.active a:hover {462background-color: #fff;463}464.panel.minimal > .panel-heading > .panel-options > .nav-tabs > li.active a i {465color: #303641;466}467.panel.minimal > .panel-body {468padding-left: 0;469padding-right: 0;470}471.panel.minimal.minimal-gray > .panel-heading > .panel-options > .nav-tabs > li > a {472background-color: #f3f3f3;473border-color: #ebebeb;474color: rgba(115, 120, 129, 0.75);475}476.panel.minimal.minimal-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a {477background-color: #fff;478border-bottom-color: #fff;479color: #303641;480}481.panel-body {482position: relative;483padding: 15px;484}485.panel-body:before,486.panel-body:after {487content: " ";488display: table;489}490.panel-body:after {491clear: both;492}493.panel-body.no-padding {494padding: 0;495}496.panel > .list-group {497margin-bottom: 0;498}499.panel > .list-group .list-group-item {500border-width: 1px 0;501border-radius: 0;502}503.panel > .list-group .list-group-item:first-child {504border-top: 0;505}506.panel > .list-group .list-group-item:last-child {507border-bottom: 0;508}509.panel > .list-group:first-child .list-group-item:first-child {510border-top-right-radius: 2px;511border-top-left-radius: 2px;512}513.panel > .list-group:last-child .list-group-item:last-child {514border-bottom-right-radius: 2px;515border-bottom-left-radius: 2px;516}517.panel-heading + .list-group .list-group-item:first-child {518border-top-width: 0;519}520.panel > .table,521.panel > .table-responsive > .table {522margin-bottom: 0;523}524.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,525.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,526.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,527.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,528.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,529.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,530.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,531.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {532border-top-left-radius: 2px;533}534.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,535.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,536.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,537.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,538.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,539.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,540.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,541.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {542border-top-right-radius: 2px;543}544.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,545.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,546.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,547.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,548.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,549.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,550.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,551.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {552border-bottom-left-radius: 2px;553}554.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,555.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,556.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,557.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,558.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,559.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,560.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,561.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {562border-bottom-right-radius: 2px;563}564.panel > .panel-body + .table,565.panel > .panel-body + .table-responsive {566border-top: 1px solid #ebebeb;567}568.panel > .table > tbody:first-child > tr:first-child th,569.panel > .table > tbody:first-child > tr:first-child td {570border-top: 0;571}572.panel > .table-bordered,573.panel > .table-responsive > .table-bordered {574border: 0;575}576.panel > .table-bordered > thead > tr > th:first-child,577.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,578.panel > .table-bordered > tbody > tr > th:first-child,579.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,580.panel > .table-bordered > tfoot > tr > th:first-child,581.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,582.panel > .table-bordered > thead > tr > td:first-child,583.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,584.panel > .table-bordered > tbody > tr > td:first-child,585.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,586.panel > .table-bordered > tfoot > tr > td:first-child,587.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {588border-left: 0;589}590.panel > .table-bordered > thead > tr > th:last-child,591.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,592.panel > .table-bordered > tbody > tr > th:last-child,593.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,594.panel > .table-bordered > tfoot > tr > th:last-child,595.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,596.panel > .table-bordered > thead > tr > td:last-child,597.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,598.panel > .table-bordered > tbody > tr > td:last-child,599.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,600.panel > .table-bordered > tfoot > tr > td:last-child,601.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {602border-right: 0;603}604.panel > .table-bordered > thead > tr:first-child > th,605.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,606.panel > .table-bordered > tbody > tr:first-child > th,607.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,608.panel > .table-bordered > tfoot > tr:first-child > th,609.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,610.panel > .table-bordered > thead > tr:first-child > td,611.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,612.panel > .table-bordered > tbody > tr:first-child > td,613.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,614.panel > .table-bordered > tfoot > tr:first-child > td,615.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {616border-top: 0;617}618.panel > .table-bordered > thead > tr:last-child > th,619.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,620.panel > .table-bordered > tbody > tr:last-child > th,621.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,622.panel > .table-bordered > tfoot > tr:last-child > th,623.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,624.panel > .table-bordered > thead > tr:last-child > td,625.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,626.panel > .table-bordered > tbody > tr:last-child > td,627.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,628.panel > .table-bordered > tfoot > tr:last-child > td,629.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {630border-bottom: 0;631}632.panel > .table-responsive {633border: 0;634margin-bottom: 0;635}636.panel-heading {637border-bottom: 1px solid transparent;638border-top-right-radius: 3px;639border-top-left-radius: 3px;640}641.panel-heading:before,642.panel-heading:after {643content: " ";644display: table;645}646.panel-heading:after {647clear: both;648}649.panel-heading > .dropdown .dropdown-toggle {650color: inherit;651}652.panel-heading > .panel-title {653float: left;654padding: 10px 15px;655}656.panel-heading > .panel-title > * {657margin: 0;658}659.panel-heading > .panel-title > span {660font-weight: normal;661}662.panel-heading > .panel-options {663float: right;664padding-right: 15px;665}666.panel-heading > .panel-options > a {667margin-top: 10px;668}669.panel-heading > .panel-options > a[rel="reload"] > i {670-webkit-transform-origin: 50%;671-moz-transform-origin: 50%;672-ms-transform-origin: 50%;673-o-transform-origin: 50%;674transform-origin: 50%;675}676.panel-heading > .panel-options > a[rel="collapse"] > i {677-webkit-transition: all 300ms ease-in-out;678-moz-transition: all 300ms ease-in-out;679-o-transition: all 300ms ease-in-out;680transition: all 300ms ease-in-out;681}682.panel-heading > .panel-options > .nav-tabs {683margin-top: 0;684margin-bottom: 0;685}686.panel-heading > .panel-options > .nav-tabs > li {687margin-right: 4px;688}689.panel-heading > .panel-options > .nav-tabs > li:last-child {690margin-right: 0;691}692lesshat-selector {693-lh-property: 0; }694@-webkit-keyframes reloadingAnimation{ 0%{ -webkit-transform: rotate(0deg); } 100%{ -webkit-transform: rotate(360deg); }}}695@-moz-keyframes reloadingAnimation{ 0%{ -moz-transform: rotate(0deg); } 100%{ -moz-transform: rotate(360deg); }}}696@-o-keyframes reloadingAnimation{ 0%{ -o-transform: rotate(0deg); } 100%{ -o-transform: rotate(360deg); }}}697@keyframes reloadingAnimation{ 0%{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); } 100%{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg); }};698}699.panel-title {700margin-top: 0;701margin-bottom: 0;702font-size: 14px;703}704.panel-title > a {705color: inherit;706}707.panel-footer {708padding: 10px 15px;709background-color: #f5f5f5;710border-top: 1px solid #ddd;711border-bottom-right-radius: 2px;712border-bottom-left-radius: 2px;713}714.panel-group {715margin-bottom: 17px;716}717.panel-group .panel {718margin-bottom: 0;719overflow: hidden;720}721.panel-group .panel > .panel-heading > .panel-title {722float: none;723}724.panel-group .panel > .panel-heading > .panel-title > a {725display: block;726}727.panel-group .panel + .panel {728margin-top: 5px;729}730.panel-group .panel-heading {731border-bottom: 0;732}733.panel-group .panel-heading + .panel-collapse .panel-body {734border-top: 1px solid #ddd;735}736.panel-group .panel-footer {737border-top: 0;738}739.panel-group .panel-footer + .panel-collapse .panel-body {740border-bottom: 1px solid #ddd;741}742.panel-group.joined > .panel {743-webkit-border-radius: 0;744-webkit-background-clip: padding-box;745-moz-border-radius: 0;746-moz-background-clip: padding;747border-radius: 0;748background-clip: padding-box;749}750.panel-group.joined > .panel + .panel {751margin-top: 0;752border-top: 0;753}754.panel-group.joined > .panel > .panel-heading {755background-color: #ffffff;756}757.panel-group.joined > .panel > .panel-heading h4 a:before {758position: relative;759content: '\e87a';760display: inline-block;761font-family: "Entypo";762color: rgba(115, 120, 129, 0.7);763padding: 10px 15px;764padding: 0;765float: right;766font-size: 17px;767margin-left: 13px;768top: 0px;769-webkit-transition: all 300ms ease-in-out;770-moz-transition: all 300ms ease-in-out;771-o-transition: all 300ms ease-in-out;772transition: all 300ms ease-in-out;773}774.panel-group.joined > .panel > .panel-heading h4 a.collapsed:before {775-webkit-transform: rotate(180deg);776-moz-transform: rotate(180deg);777-ms-transform: rotate(180deg);778-o-transform: rotate(180deg);779transform: rotate(180deg);780}781.panel-group.joined > .panel > .panel-heading + .panel-collapse {782background-color: #f5f5f6;783margin-bottom: 0;784font-size: 12px;785}786.panel-group.joined > .panel:first-child {787-webkit-border-radius: 3px 3px 0 0;788-webkit-background-clip: padding-box;789-moz-border-radius: 3px 3px 0 0;790-moz-background-clip: padding;791border-radius: 3px 3px 0 0;792background-clip: padding-box;793}794.panel-group.joined > .panel:last-child {795-webkit-border-radius: 0 0 3px 3px;796-webkit-background-clip: padding-box;797-moz-border-radius: 0 0 3px 3px;798-moz-background-clip: padding;799border-radius: 0 0 3px 3px;800background-clip: padding-box;801}802.panel-primary {803border-color: #ebebeb;804-webkit-border-radius: 3px;805-webkit-background-clip: padding-box;806-moz-border-radius: 3px;807-moz-background-clip: padding;808border-radius: 3px;809background-clip: padding-box;810}811.panel-primary > .panel-heading {812color: #373e4a;813background-color: #ffffff;814border-color: #ebebeb;815padding: 0;816}817.panel-primary > .panel-heading + .panel-collapse .panel-body {818border-top-color: #ebebeb;819}820.panel-primary > .panel-heading > .dropdown .caret {821border-color: #373e4a transparent;822}823.panel-primary > .panel-heading > .panel-title > a {824color: #373e4a;825}826.panel-primary > .panel-heading > .panel-options > a {827display: inline-block;828color: #373e4a;829text-align: center;830line-height: 1;831padding: 4px 2px;832-webkit-border-radius: 3px;833-webkit-background-clip: padding-box;834-moz-border-radius: 3px;835-moz-background-clip: padding;836border-radius: 3px;837background-clip: padding-box;838-webkit-transition: all 300ms ease-in-out;839-moz-transition: all 300ms ease-in-out;840-o-transition: all 300ms ease-in-out;841transition: all 300ms ease-in-out;842}843.panel-primary > .panel-heading > .panel-options > a.bg {844background-color: #f8f8f8;845margin-left: 5px;846}847.panel-primary > .panel-heading > .panel-options > a.bg:hover {848background-color: #ffffff;849}850.panel-primary > .panel-heading > .panel-options > a i {851margin: 0;852padding: 0;853display: inline-block;854}855.panel-primary > .panel-heading > .panel-options > .nav-tabs {856position: relative;857top: 1px;858border-bottom: 1px solid #ebebeb;859padding-top: 5px;860}861.panel-primary > .panel-heading > .panel-options > .nav-tabs > li {862background-color: transparent;863}864.panel-primary > .panel-heading > .panel-options > .nav-tabs > li > a {865border-color: #ebebeb;866background-color: #ebebeb;867padding: 8px 10px;868color: rgba(55, 62, 74, 0.5);869font-size: 12px;870-webkit-border-radius: 3px 3px 0 0;871-webkit-background-clip: padding-box;872-moz-border-radius: 3px 3px 0 0;873-moz-background-clip: padding;874border-radius: 3px 3px 0 0;875background-clip: padding-box;876-webkit-transition: all 300ms ease-in-out;877-moz-transition: all 300ms ease-in-out;878-o-transition: all 300ms ease-in-out;879transition: all 300ms ease-in-out;880}881.panel-primary > .panel-heading > .panel-options > .nav-tabs > li > a > i {882font-size: 14px;883line-height: 1;884-webkit-transition: all 300ms ease-in-out;885-moz-transition: all 300ms ease-in-out;886-o-transition: all 300ms ease-in-out;887transition: all 300ms ease-in-out;888}889.panel-primary > .panel-heading > .panel-options > .nav-tabs > li.active > a {890border-bottom: 1px solid #ffffff;891background-color: #ffffff;892color: #373e4a;893}894.panel-primary > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {895color: #373e4a;896}897.panel-primary > .panel-footer {898background-color: #ffffff;899color: #373e4a;900border-top-color: #ebebeb;901}902.panel-primary > .panel-footer + .panel-collapse .panel-body {903border-bottom-color: #ebebeb;904}905.panel-primary > .panel-body + .panel-body {906border-top-color: #ebebeb;907}908.panel-invert {909border-color: #39414e;910-webkit-border-radius: 3px;911-webkit-background-clip: padding-box;912-moz-border-radius: 3px;913-moz-background-clip: padding;914border-radius: 3px;915background-clip: padding-box;916}917.panel-invert > .panel-heading {918color: #fff;919background-color: #303641;920border-color: #39414e;921padding: 0;922}923.panel-invert > .panel-heading + .panel-collapse .panel-body {924border-top-color: #39414e;925}926.panel-invert > .panel-heading > .dropdown .caret {927border-color: #fff transparent;928}929.panel-invert > .panel-heading > .panel-title > a {930color: #fff;931}932.panel-invert > .panel-heading > .panel-options > a {933display: inline-block;934color: #fff;935text-align: center;936line-height: 1;937padding: 4px 2px;938-webkit-border-radius: 3px;939-webkit-background-clip: padding-box;940-moz-border-radius: 3px;941-moz-background-clip: padding;942border-radius: 3px;943background-clip: padding-box;944-webkit-transition: all 300ms ease-in-out;945-moz-transition: all 300ms ease-in-out;946-o-transition: all 300ms ease-in-out;947transition: all 300ms ease-in-out;948}949.panel-invert > .panel-heading > .panel-options > a.bg {950background-color: #4f5a6b;951margin-left: 5px;952}953.panel-invert > .panel-heading > .panel-options > a.bg:hover {954background-color: #556174;955}956.panel-invert > .panel-heading > .panel-options > a i {957margin: 0;958padding: 0;959display: inline-block;960}961.panel-invert > .panel-heading > .panel-options > .nav-tabs {962position: relative;963top: 1px;964border-bottom: 1px solid #39414e;965padding-top: 5px;966}967.panel-invert > .panel-heading > .panel-options > .nav-tabs > li {968background-color: transparent;969}970.panel-invert > .panel-heading > .panel-options > .nav-tabs > li > a {971border-color: #39414e;972background-color: #39414e;973padding: 8px 10px;974color: rgba(255, 255, 255, 0.5);975font-size: 12px;976-webkit-border-radius: 3px 3px 0 0;977-webkit-background-clip: padding-box;978-moz-border-radius: 3px 3px 0 0;979-moz-background-clip: padding;980border-radius: 3px 3px 0 0;981background-clip: padding-box;982-webkit-transition: all 300ms ease-in-out;983-moz-transition: all 300ms ease-in-out;984-o-transition: all 300ms ease-in-out;985transition: all 300ms ease-in-out;986}987.panel-invert > .panel-heading > .panel-options > .nav-tabs > li > a > i {988font-size: 14px;989line-height: 1;990-webkit-transition: all 300ms ease-in-out;991-moz-transition: all 300ms ease-in-out;992-o-transition: all 300ms ease-in-out;993transition: all 300ms ease-in-out;994}995.panel-invert > .panel-heading > .panel-options > .nav-tabs > li.active > a {996border-bottom: 1px solid #303641;997background-color: #303641;998color: #fff;999}1000.panel-invert > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {1001color: #fff;1002}1003.panel-invert > .panel-footer {1004background-color: #303641;1005color: #fff;1006border-top-color: #39414e;1007}1008.panel-invert > .panel-footer + .panel-collapse .panel-body {1009border-bottom-color: #39414e;1010}1011.panel-invert > .panel-body + .panel-body {1012border-top-color: #39414e;1013}1014.panel-invert > .panel-body {1015background-color: #303641;1016color: #778193;1017}1018.panel-default {1019border-color: #ebebeb;1020-webkit-border-radius: 3px;1021-webkit-background-clip: padding-box;1022-moz-border-radius: 3px;1023-moz-background-clip: padding;1024border-radius: 3px;1025background-clip: padding-box;1026}1027.panel-default > .panel-heading {1028color: #373e4a;1029background-color: #f0f0f1;1030border-color: #ebebeb;1031padding: 0;1032}1033.panel-default > .panel-heading + .panel-collapse .panel-body {1034border-top-color: #ebebeb;1035}1036.panel-default > .panel-heading > .dropdown .caret {1037border-color: #373e4a transparent;1038}1039.panel-default > .panel-heading > .panel-title > a {1040color: #373e4a;1041}1042.panel-default > .panel-heading > .panel-options > a {1043display: inline-block;1044color: #373e4a;1045text-align: center;1046line-height: 1;1047padding: 4px 2px;1048-webkit-border-radius: 3px;1049-webkit-background-clip: padding-box;1050-moz-border-radius: 3px;1051-moz-background-clip: padding;1052border-radius: 3px;1053background-clip: padding-box;1054-webkit-transition: all 300ms ease-in-out;1055-moz-transition: all 300ms ease-in-out;1056-o-transition: all 300ms ease-in-out;1057transition: all 300ms ease-in-out;1058}1059.panel-default > .panel-heading > .panel-options > a.bg {1060background-color: #dedede;1061margin-left: 5px;1062}1063.panel-default > .panel-heading > .panel-options > a.bg:hover {1064background-color: #e6e6e6;1065}1066.panel-default > .panel-heading > .panel-options > a i {1067margin: 0;1068padding: 0;1069display: inline-block;1070}1071.panel-default > .panel-heading > .panel-options > .nav-tabs {1072position: relative;1073top: 1px;1074border-bottom: 1px solid #ebebeb;1075padding-top: 5px;1076}1077.panel-default > .panel-heading > .panel-options > .nav-tabs > li {1078background-color: transparent;1079}1080.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a {1081border-color: #ebebeb;1082background-color: #ebebeb;1083padding: 8px 10px;1084color: rgba(55, 62, 74, 0.5);1085font-size: 12px;1086-webkit-border-radius: 3px 3px 0 0;1087-webkit-background-clip: padding-box;1088-moz-border-radius: 3px 3px 0 0;1089-moz-background-clip: padding;1090border-radius: 3px 3px 0 0;1091background-clip: padding-box;1092-webkit-transition: all 300ms ease-in-out;1093-moz-transition: all 300ms ease-in-out;1094-o-transition: all 300ms ease-in-out;1095transition: all 300ms ease-in-out;1096}1097.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a > i {1098font-size: 14px;1099line-height: 1;1100-webkit-transition: all 300ms ease-in-out;1101-moz-transition: all 300ms ease-in-out;1102-o-transition: all 300ms ease-in-out;1103transition: all 300ms ease-in-out;1104}1105.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a {1106border-bottom: 1px solid #f0f0f1;1107background-color: #f0f0f1;1108color: #373e4a;1109}1110.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {1111color: #373e4a;1112}1113.panel-default > .panel-footer {1114background-color: #f0f0f1;1115color: #373e4a;1116border-top-color: #ebebeb;1117}1118.panel-default > .panel-footer + .panel-collapse .panel-body {1119border-bottom-color: #ebebeb;1120}1121.panel-default > .panel-body + .panel-body {1122border-top-color: #ebebeb;1123}1124.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a {1125background-color: #dedede;1126}1127.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a {1128background-color: #fff;1129border-bottom-color: #fff;1130}1131.panel-success {1132border-color: #b4e8a8;1133-webkit-border-radius: 3px;1134-webkit-background-clip: padding-box;1135-moz-border-radius: 3px;1136-moz-background-clip: padding;1137border-radius: 3px;1138background-clip: padding-box;1139}1140.panel-success > .panel-heading {1141color: #045702;1142background-color: #bdedbc;1143border-color: #b4e8a8;1144padding: 0;1145}1146.panel-success > .panel-heading + .panel-collapse .panel-body {1147border-top-color: #b4e8a8;1148}1149.panel-success > .panel-heading > .dropdown .caret {1150border-color: #045702 transparent;1151}1152.panel-success > .panel-heading > .panel-title > a {1153color: #045702;1154}1155.panel-success > .panel-heading > .panel-options > a {1156display: inline-block;1157color: #045702;1158text-align: center;1159line-height: 1;1160padding: 4px 2px;1161-webkit-border-radius: 3px;1162-webkit-background-clip: padding-box;1163-moz-border-radius: 3px;1164-moz-background-clip: padding;1165border-radius: 3px;1166background-clip: padding-box;1167-webkit-transition: all 300ms ease-in-out;1168-moz-transition: all 300ms ease-in-out;1169-o-transition: all 300ms ease-in-out;1170transition: all 300ms ease-in-out;1171}1172.panel-success > .panel-heading > .panel-options > a.bg {1173background-color: #a2e294;1174margin-left: 5px;1175}1176.panel-success > .panel-heading > .panel-options > a.bg:hover {1177background-color: #ade5a0;1178}1179.panel-success > .panel-heading > .panel-options > a i {1180margin: 0;1181padding: 0;1182display: inline-block;1183}1184.panel-success > .panel-heading > .panel-options > .nav-tabs {1185position: relative;1186top: 1px;1187border-bottom: 1px solid #b4e8a8;1188padding-top: 5px;1189}1190.panel-success > .panel-heading > .panel-options > .nav-tabs > li {1191background-color: transparent;1192}1193.panel-success > .panel-heading > .panel-options > .nav-tabs > li > a {1194border-color: #b4e8a8;1195background-color: #b4e8a8;1196padding: 8px 10px;1197color: rgba(4, 87, 2, 0.5);1198font-size: 12px;1199-webkit-border-radius: 3px 3px 0 0;1200-webkit-background-clip: padding-box;1201-moz-border-radius: 3px 3px 0 0;1202-moz-background-clip: padding;1203border-radius: 3px 3px 0 0;1204background-clip: padding-box;1205-webkit-transition: all 300ms ease-in-out;1206-moz-transition: all 300ms ease-in-out;1207-o-transition: all 300ms ease-in-out;1208transition: all 300ms ease-in-out;1209}1210.panel-success > .panel-heading > .panel-options > .nav-tabs > li > a > i {1211font-size: 14px;1212line-height: 1;1213-webkit-transition: all 300ms ease-in-out;1214-moz-transition: all 300ms ease-in-out;1215-o-transition: all 300ms ease-in-out;1216transition: all 300ms ease-in-out;1217}1218.panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a {1219border-bottom: 1px solid #bdedbc;1220background-color: #bdedbc;1221color: #045702;1222}1223.panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {1224color: #045702;1225}1226.panel-success > .panel-footer {1227background-color: #bdedbc;1228color: #045702;1229border-top-color: #b4e8a8;1230}1231.panel-success > .panel-footer + .panel-collapse .panel-body {1232border-bottom-color: #b4e8a8;1233}1234.panel-success > .panel-body + .panel-body {1235border-top-color: #b4e8a8;1236}1237.panel-success > .panel-heading > .panel-options > .nav-tabs > li > a {1238background-color: #91dd80;1239}1240.panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a {1241background-color: #fff;1242border-bottom-color: #fff;1243}1244.panel-warning {1245border-color: #ffd78a;1246-webkit-border-radius: 3px;1247-webkit-background-clip: padding-box;1248-moz-border-radius: 3px;1249-moz-background-clip: padding;1250border-radius: 3px;1251background-clip: padding-box;1252}1253.panel-warning > .panel-heading {1254color: #574802;1255background-color: #ffefa4;1256border-color: #ffd78a;1257padding: 0;1258}1259.panel-warning > .panel-heading + .panel-collapse .panel-body {1260border-top-color: #ffd78a;1261}1262.panel-warning > .panel-heading > .dropdown .caret {1263border-color: #574802 transparent;1264}1265.panel-warning > .panel-heading > .panel-title > a {1266color: #574802;1267}1268.panel-warning > .panel-heading > .panel-options > a {1269display: inline-block;1270color: #574802;1271text-align: center;1272line-height: 1;1273padding: 4px 2px;1274-webkit-border-radius: 3px;1275-webkit-background-clip: padding-box;1276-moz-border-radius: 3px;1277-moz-background-clip: padding;1278border-radius: 3px;1279background-clip: padding-box;1280-webkit-transition: all 300ms ease-in-out;1281-moz-transition: all 300ms ease-in-out;1282-o-transition: all 300ms ease-in-out;1283transition: all 300ms ease-in-out;1284}1285.panel-warning > .panel-heading > .panel-options > a.bg {1286background-color: #ffce71;1287margin-left: 5px;1288}1289.panel-warning > .panel-heading > .panel-options > a.bg:hover {1290background-color: #ffd480;1291}1292.panel-warning > .panel-heading > .panel-options > a i {1293margin: 0;1294padding: 0;1295display: inline-block;1296}1297.panel-warning > .panel-heading > .panel-options > .nav-tabs {1298position: relative;1299top: 1px;1300border-bottom: 1px solid #ffd78a;1301padding-top: 5px;1302}1303.panel-warning > .panel-heading > .panel-options > .nav-tabs > li {1304background-color: transparent;1305}1306.panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a {1307border-color: #ffd78a;1308background-color: #ffd78a;1309padding: 8px 10px;1310color: rgba(87, 72, 2, 0.5);1311font-size: 12px;1312-webkit-border-radius: 3px 3px 0 0;1313-webkit-background-clip: padding-box;1314-moz-border-radius: 3px 3px 0 0;1315-moz-background-clip: padding;1316border-radius: 3px 3px 0 0;1317background-clip: padding-box;1318-webkit-transition: all 300ms ease-in-out;1319-moz-transition: all 300ms ease-in-out;1320-o-transition: all 300ms ease-in-out;1321transition: all 300ms ease-in-out;1322}1323.panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a > i {1324font-size: 14px;1325line-height: 1;1326-webkit-transition: all 300ms ease-in-out;1327-moz-transition: all 300ms ease-in-out;1328-o-transition: all 300ms ease-in-out;1329transition: all 300ms ease-in-out;1330}1331.panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a {1332border-bottom: 1px solid #ffefa4;1333background-color: #ffefa4;1334color: #574802;1335}1336.panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {1337color: #574802;1338}1339.panel-warning > .panel-footer {1340background-color: #ffefa4;1341color: #574802;1342border-top-color: #ffd78a;1343}1344.panel-warning > .panel-footer + .panel-collapse .panel-body {1345border-bottom-color: #ffd78a;1346}1347.panel-warning > .panel-body + .panel-body {1348border-top-color: #ffd78a;1349}1350.panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a {1351background-color: #ffe258;1352}1353.panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a {1354background-color: #fff;1355border-bottom-color: #fff;1356}1357.panel-danger {1358border-color: #ffafbd;1359-webkit-border-radius: 3px;1360-webkit-background-clip: padding-box;1361-moz-border-radius: 3px;1362-moz-background-clip: padding;1363border-radius: 3px;1364background-clip: padding-box;1365}1366.panel-danger > .panel-heading {1367color: #ac1818;1368background-color: #ffc9c9;1369border-color: #ffafbd;1370padding: 0;1371}1372.panel-danger > .panel-heading + .panel-collapse .panel-body {1373border-top-color: #ffafbd;1374}1375.panel-danger > .panel-heading > .dropdown .caret {1376border-color: #ac1818 transparent;1377}1378.panel-danger > .panel-heading > .panel-title > a {1379color: #ac1818;1380}1381.panel-danger > .panel-heading > .panel-options > a {1382display: inline-block;1383color: #ac1818;1384text-align: center;1385line-height: 1;1386padding: 4px 2px;1387-webkit-border-radius: 3px;1388-webkit-background-clip: padding-box;1389-moz-border-radius: 3px;1390-moz-background-clip: padding;1391border-radius: 3px;1392background-clip: padding-box;1393-webkit-transition: all 300ms ease-in-out;1394-moz-transition: all 300ms ease-in-out;1395-o-transition: all 300ms ease-in-out;1396transition: all 300ms ease-in-out;1397}1398.panel-danger > .panel-heading > .panel-options > a.bg {1399background-color: #ff96a7;1400margin-left: 5px;1401}1402.panel-danger > .panel-heading > .panel-options > a.bg:hover {1403background-color: #ffa5b4;1404}1405.panel-danger > .panel-heading > .panel-options > a i {1406margin: 0;1407padding: 0;1408display: inline-block;1409}1410.panel-danger > .panel-heading > .panel-options > .nav-tabs {1411position: relative;1412top: 1px;1413border-bottom: 1px solid #ffafbd;1414padding-top: 5px;1415}1416.panel-danger > .panel-heading > .panel-options > .nav-tabs > li {1417background-color: transparent;1418}1419.panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a {1420border-color: #ffafbd;1421background-color: #ffafbd;1422padding: 8px 10px;1423color: rgba(172, 24, 24, 0.5);1424font-size: 12px;1425-webkit-border-radius: 3px 3px 0 0;1426-webkit-background-clip: padding-box;1427-moz-border-radius: 3px 3px 0 0;1428-moz-background-clip: padding;1429border-radius: 3px 3px 0 0;1430background-clip: padding-box;1431-webkit-transition: all 300ms ease-in-out;1432-moz-transition: all 300ms ease-in-out;1433-o-transition: all 300ms ease-in-out;1434transition: all 300ms ease-in-out;1435}1436.panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a > i {1437font-size: 14px;1438line-height: 1;1439-webkit-transition: all 300ms ease-in-out;1440-moz-transition: all 300ms ease-in-out;1441-o-transition: all 300ms ease-in-out;1442transition: all 300ms ease-in-out;1443}1444.panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a {1445border-bottom: 1px solid #ffc9c9;1446background-color: #ffc9c9;1447color: #ac1818;1448}1449.panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {1450color: #ac1818;1451}1452.panel-danger > .panel-footer {1453background-color: #ffc9c9;1454color: #ac1818;1455border-top-color: #ffafbd;1456}1457.panel-danger > .panel-footer + .panel-collapse .panel-body {1458border-bottom-color: #ffafbd;1459}1460.panel-danger > .panel-body + .panel-body {1461border-top-color: #ffafbd;1462}1463.panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a {1464background-color: #ff7c7c;1465}1466.panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a {1467background-color: #fff;1468border-bottom-color: #fff;1469}1470.panel-info {1471border-color: #a6e8f3;1472-webkit-border-radius: 3px;1473-webkit-background-clip: padding-box;1474-moz-border-radius: 3px;1475-moz-background-clip: padding;1476border-radius: 3px;1477background-clip: padding-box;1478}1479.panel-info > .panel-heading {1480color: #2c7ea1;1481background-color: #c5e8f7;1482border-color: #a6e8f3;1483padding: 0;1484}1485.panel-info > .panel-heading + .panel-collapse .panel-body {1486border-top-color: #a6e8f3;1487}1488.panel-info > .panel-heading > .dropdown .caret {1489border-color: #2c7ea1 transparent;1490}1491.panel-info > .panel-heading > .panel-title > a {1492color: #2c7ea1;1493}1494.panel-info > .panel-heading > .panel-options > a {1495display: inline-block;1496color: #2c7ea1;1497text-align: center;1498line-height: 1;1499padding: 4px 2px;1500-webkit-border-radius: 3px;1501-webkit-background-clip: padding-box;1502-moz-border-radius: 3px;1503-moz-background-clip: padding;1504border-radius: 3px;1505background-clip: padding-box;1506-webkit-transition: all 300ms ease-in-out;1507-moz-transition: all 300ms ease-in-out;1508-o-transition: all 300ms ease-in-out;1509transition: all 300ms ease-in-out;1510}1511.panel-info > .panel-heading > .panel-options > a.bg {1512background-color: #8fe3f0;1513margin-left: 5px;1514}1515.panel-info > .panel-heading > .panel-options > a.bg:hover {1516background-color: #9de6f1;1517}1518.panel-info > .panel-heading > .panel-options > a i {1519margin: 0;1520padding: 0;1521display: inline-block;1522}1523.panel-info > .panel-heading > .panel-options > .nav-tabs {1524position: relative;1525top: 1px;1526border-bottom: 1px solid #a6e8f3;1527padding-top: 5px;1528}1529.panel-info > .panel-heading > .panel-options > .nav-tabs > li {1530background-color: transparent;1531}1532.panel-info > .panel-heading > .panel-options > .nav-tabs > li > a {1533border-color: #a6e8f3;1534background-color: #a6e8f3;1535padding: 8px 10px;1536color: rgba(44, 126, 161, 0.5);1537font-size: 12px;1538-webkit-border-radius: 3px 3px 0 0;1539-webkit-background-clip: padding-box;1540-moz-border-radius: 3px 3px 0 0;1541-moz-background-clip: padding;1542border-radius: 3px 3px 0 0;1543background-clip: padding-box;1544-webkit-transition: all 300ms ease-in-out;1545-moz-transition: all 300ms ease-in-out;1546-o-transition: all 300ms ease-in-out;1547transition: all 300ms ease-in-out;1548}1549.panel-info > .panel-heading > .panel-options > .nav-tabs > li > a > i {1550font-size: 14px;1551line-height: 1;1552-webkit-transition: all 300ms ease-in-out;1553-moz-transition: all 300ms ease-in-out;1554-o-transition: all 300ms ease-in-out;1555transition: all 300ms ease-in-out;1556}1557.panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a {1558border-bottom: 1px solid #c5e8f7;1559background-color: #c5e8f7;1560color: #2c7ea1;1561}1562.panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {1563color: #2c7ea1;1564}1565.panel-info > .panel-footer {1566background-color: #c5e8f7;1567color: #2c7ea1;1568border-top-color: #a6e8f3;1569}1570.panel-info > .panel-footer + .panel-collapse .panel-body {1571border-bottom-color: #a6e8f3;1572}1573.panel-info > .panel-body + .panel-body {1574border-top-color: #a6e8f3;1575}1576.panel-info > .panel-heading > .panel-options > .nav-tabs > li > a {1577background-color: #82cdee;1578}1579.panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a {1580background-color: #fff;1581border-bottom-color: #fff;1582}1583.panel-dark {1584border-color: #222;1585-webkit-border-radius: 3px;1586-webkit-background-clip: padding-box;1587-moz-border-radius: 3px;1588-moz-background-clip: padding;1589border-radius: 3px;1590background-clip: padding-box;1591}1592.panel-dark > .panel-heading {1593color: #FFF;1594background-color: #333;1595border-color: #222;1596padding: 0;1597}1598.panel-dark > .panel-heading + .panel-collapse .panel-body {1599border-top-color: #222;1600}1601.panel-dark > .panel-heading > .dropdown .caret {1602border-color: #FFF transparent;1603}1604.panel-dark > .panel-heading > .panel-title > a {1605color: #FFF;1606}1607.panel-dark > .panel-heading > .panel-options > a {1608display: inline-block;1609color: #FFF;1610text-align: center;1611line-height: 1;1612padding: 4px 2px;1613-webkit-border-radius: 3px;1614-webkit-background-clip: padding-box;1615-moz-border-radius: 3px;1616-moz-background-clip: padding;1617border-radius: 3px;1618background-clip: padding-box;1619-webkit-transition: all 300ms ease-in-out;1620-moz-transition: all 300ms ease-in-out;1621-o-transition: all 300ms ease-in-out;1622transition: all 300ms ease-in-out;1623}1624.panel-dark > .panel-heading > .panel-options > a.bg {1625background-color: #484848;1626margin-left: 5px;1627}1628.panel-dark > .panel-heading > .panel-options > a.bg:hover {1629background-color: #505050;1630}1631.panel-dark > .panel-heading > .panel-options > a i {1632margin: 0;1633padding: 0;1634display: inline-block;1635}1636.panel-dark > .panel-heading > .panel-options > .nav-tabs {1637position: relative;1638top: 1px;1639border-bottom: 1px solid #222;1640padding-top: 5px;1641}1642.panel-dark > .panel-heading > .panel-options > .nav-tabs > li {1643background-color: transparent;1644}1645.panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a {1646border-color: #222;1647background-color: #222;1648padding: 8px 10px;1649color: rgba(255, 255, 255, 0.5);1650font-size: 12px;1651-webkit-border-radius: 3px 3px 0 0;1652-webkit-background-clip: padding-box;1653-moz-border-radius: 3px 3px 0 0;1654-moz-background-clip: padding;1655border-radius: 3px 3px 0 0;1656background-clip: padding-box;1657-webkit-transition: all 300ms ease-in-out;1658-moz-transition: all 300ms ease-in-out;1659-o-transition: all 300ms ease-in-out;1660transition: all 300ms ease-in-out;1661}1662.panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a > i {1663font-size: 14px;1664line-height: 1;1665-webkit-transition: all 300ms ease-in-out;1666-moz-transition: all 300ms ease-in-out;1667-o-transition: all 300ms ease-in-out;1668transition: all 300ms ease-in-out;1669}1670.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a {1671border-bottom: 1px solid #333;1672background-color: #333;1673color: #FFF;1674}1675.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {1676color: #FFF;1677}1678.panel-dark > .panel-footer {1679background-color: #333;1680color: #FFF;1681border-top-color: #222;1682}1683.panel-dark > .panel-footer + .panel-collapse .panel-body {1684border-bottom-color: #222;1685}1686.panel-dark > .panel-body + .panel-body {1687border-top-color: #222;1688}1689.panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a {1690background-color: rgba(255, 255, 255, 0.1);1691color: #FFF;1692border-color: rgba(34, 34, 34, 0.1);1693}1694.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a {1695background-color: #fff;1696border-bottom-color: #fff;1697color: #222;1698}1699.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a i {1700color: #222;1701}1702.panel-gray {1703border-color: #EEE;1704-webkit-border-radius: 3px;1705-webkit-background-clip: padding-box;1706-moz-border-radius: 3px;1707-moz-background-clip: padding;1708border-radius: 3px;1709background-clip: padding-box;1710}1711.panel-gray > .panel-heading {1712color: #373e4a;1713background-color: #EEE;1714border-color: #FFF;1715padding: 0;1716}1717.panel-gray > .panel-heading + .panel-collapse .panel-body {1718border-top-color: #EEE;1719}1720.panel-gray > .panel-heading > .dropdown .caret {1721border-color: #373e4a transparent;1722}1723.panel-gray > .panel-heading > .panel-title > a {1724color: #373e4a;1725}1726.panel-gray > .panel-heading > .panel-options > a {1727display: inline-block;1728color: #373e4a;1729text-align: center;1730line-height: 1;1731padding: 4px 2px;1732-webkit-border-radius: 3px;1733-webkit-background-clip: padding-box;1734-moz-border-radius: 3px;1735-moz-background-clip: padding;1736border-radius: 3px;1737background-clip: padding-box;1738-webkit-transition: all 300ms ease-in-out;1739-moz-transition: all 300ms ease-in-out;1740-o-transition: all 300ms ease-in-out;1741transition: all 300ms ease-in-out;1742}1743.panel-gray > .panel-heading > .panel-options > a.bg {1744background-color: #e0e0e0;1745margin-left: 5px;1746}1747.panel-gray > .panel-heading > .panel-options > a.bg:hover {1748background-color: #e8e8e8;1749}1750.panel-gray > .panel-heading > .panel-options > a i {1751margin: 0;1752padding: 0;1753display: inline-block;1754}1755.panel-gray > .panel-heading > .panel-options > .nav-tabs {1756position: relative;1757top: 1px;1758border-bottom: 1px solid #EEE;1759padding-top: 5px;1760}1761.panel-gray > .panel-heading > .panel-options > .nav-tabs > li {1762background-color: transparent;1763}1764.panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a {1765border-color: #EEE;1766background-color: #EEE;1767padding: 8px 10px;1768color: rgba(55, 62, 74, 0.5);1769font-size: 12px;1770-webkit-border-radius: 3px 3px 0 0;1771-webkit-background-clip: padding-box;1772-moz-border-radius: 3px 3px 0 0;1773-moz-background-clip: padding;1774border-radius: 3px 3px 0 0;1775background-clip: padding-box;1776-webkit-transition: all 300ms ease-in-out;1777-moz-transition: all 300ms ease-in-out;1778-o-transition: all 300ms ease-in-out;1779transition: all 300ms ease-in-out;1780}1781.panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a > i {1782font-size: 14px;1783line-height: 1;1784-webkit-transition: all 300ms ease-in-out;1785-moz-transition: all 300ms ease-in-out;1786-o-transition: all 300ms ease-in-out;1787transition: all 300ms ease-in-out;1788}1789.panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a {1790border-bottom: 1px solid #EEE;1791background-color: #EEE;1792color: #373e4a;1793}1794.panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {1795color: #373e4a;1796}1797.panel-gray > .panel-footer {1798background-color: #EEE;1799color: #373e4a;1800border-top-color: #FFF;1801}1802.panel-gray > .panel-footer + .panel-collapse .panel-body {1803border-bottom-color: #EEE;1804}1805.panel-gray > .panel-body + .panel-body {1806border-top-color: #FFF;1807}1808.panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a {1809background-color: #FFF;1810border-bottom: 1px solid #FFF;1811}1812.panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a {1813background-color: #EEE;1814border-color: #FFF;1815border-bottom-color: #EEE;1816}1817.panel-gray > .panel-body {1818background-color: #EEE;1819}1820.panel-gray > .panel-body + .panel-body {1821border-top-color: #FFF;1822}1823.panel-gradient {1824border-color: #CCC;1825-webkit-border-radius: 3px;1826-webkit-background-clip: padding-box;1827-moz-border-radius: 3px;1828-moz-background-clip: padding;1829border-radius: 3px;1830background-clip: padding-box;1831}1832.panel-gradient > .panel-heading {1833color: #303641;1834background-color: #FFF;1835border-color: #CCC;1836padding: 0;1837}1838.panel-gradient > .panel-heading + .panel-collapse .panel-body {1839border-top-color: #CCC;1840}1841.panel-gradient > .panel-heading > .dropdown .caret {1842border-color: #303641 transparent;1843}1844.panel-gradient > .panel-heading > .panel-title > a {1845color: #303641;1846}1847.panel-gradient > .panel-heading > .panel-options > a {1848display: inline-block;1849color: #303641;1850text-align: center;1851line-height: 1;1852padding: 4px 2px;1853-webkit-border-radius: 3px;1854-webkit-background-clip: padding-box;1855-moz-border-radius: 3px;1856-moz-background-clip: padding;1857border-radius: 3px;1858background-clip: padding-box;1859-webkit-transition: all 300ms ease-in-out;1860-moz-transition: all 300ms ease-in-out;1861-o-transition: all 300ms ease-in-out;1862transition: all 300ms ease-in-out;1863}1864.panel-gradient > .panel-heading > .panel-options > a.bg {1865background-color: #d1d1d1;1866margin-left: 5px;1867}1868.panel-gradient > .panel-heading > .panel-options > a.bg:hover {1869background-color: #d9d9d9;1870}1871.panel-gradient > .panel-heading > .panel-options > a i {1872margin: 0;1873padding: 0;1874display: inline-block;1875}1876.panel-gradient > .panel-heading > .panel-options > .nav-tabs {1877position: relative;1878top: 1px;1879border-bottom: 1px solid #CCC;1880padding-top: 5px;1881}1882.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li {1883background-color: transparent;1884}1885.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li > a {1886border-color: #CCC;1887background-color: #CCC;1888padding: 8px 10px;1889color: rgba(48, 54, 65, 0.5);1890font-size: 12px;1891-webkit-border-radius: 3px 3px 0 0;1892-webkit-background-clip: padding-box;1893-moz-border-radius: 3px 3px 0 0;1894-moz-background-clip: padding;1895border-radius: 3px 3px 0 0;1896background-clip: padding-box;1897-webkit-transition: all 300ms ease-in-out;1898-moz-transition: all 300ms ease-in-out;1899-o-transition: all 300ms ease-in-out;1900transition: all 300ms ease-in-out;1901}1902.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li > a > i {1903font-size: 14px;1904line-height: 1;1905-webkit-transition: all 300ms ease-in-out;1906-moz-transition: all 300ms ease-in-out;1907-o-transition: all 300ms ease-in-out;1908transition: all 300ms ease-in-out;1909}1910.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li.active > a {1911border-bottom: 1px solid #FFF;1912background-color: #FFF;1913color: #303641;1914}1915.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {1916color: #303641;1917}1918.panel-gradient > .panel-footer {1919background-color: #FFF;1920color: #303641;1921border-top-color: #CCC;1922}1923.panel-gradient > .panel-footer + .panel-collapse .panel-body {1924border-bottom-color: #CCC;1925}1926.panel-gradient > .panel-body + .panel-body {1927border-top-color: #CCC;1928}1929.panel-gradient > .panel-heading {1930background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);1931background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);1932background-image: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);1933background-image: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);1934background-image: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);1935}1936.panel-gradient > .panel-heading > .panel-options i {1937color: #303641;1938}1939.panel-primary {1940border-color: #ebebeb;1941-webkit-border-radius: 3px;1942-webkit-background-clip: padding-box;1943-moz-border-radius: 3px;1944-moz-background-clip: padding;1945border-radius: 3px;1946background-clip: padding-box;1947}1948.panel-primary > .panel-heading {1949color: #373e4a;1950background-color: #ffffff;1951border-color: #ebebeb;1952padding: 0;1953}1954.panel-primary > .panel-heading + .panel-collapse .panel-body {1955border-top-color: #ebebeb;1956}1957.panel-primary > .panel-heading > .dropdown .caret {1958border-color: #373e4a transparent;1959}1960.panel-primary > .panel-heading > .panel-title > a {1961color: #373e4a;1962}1963.panel-primary > .panel-heading > .panel-options > a {1964display: inline-block;1965color: #373e4a;1966text-align: center;1967line-height: 1;1968padding: 4px 2px;1969-webkit-border-radius: 3px;1970-webkit-background-clip: padding-box;1971-moz-border-radius: 3px;1972-moz-background-clip: padding;1973border-radius: 3px;1974background-clip: padding-box;1975-webkit-transition: all 300ms ease-in-out;1976-moz-transition: all 300ms ease-in-out;1977-o-transition: all 300ms ease-in-out;1978transition: all 300ms ease-in-out;1979}1980.panel-primary > .panel-heading > .panel-options > a.bg {1981background-color: #f8f8f8;1982margin-left: 5px;1983}1984.panel-primary > .panel-heading > .panel-options > a.bg:hover {1985background-color: #ffffff;1986}1987.panel-primary > .panel-heading > .panel-options > a i {1988margin: 0;1989padding: 0;1990display: inline-block;1991}1992.panel-primary > .panel-heading > .panel-options > .nav-tabs {1993position: relative;1994top: 1px;1995border-bottom: 1px solid #ebebeb;1996padding-top: 5px;1997}1998.panel-primary > .panel-heading > .panel-options > .nav-tabs > li {1999background-color: transparent;2000}2001.panel-primary > .panel-heading > .panel-options > .nav-tabs > li > a {2002border-color: #ebebeb;2003background-color: #ebebeb;2004padding: 8px 10px;2005color: rgba(55, 62, 74, 0.5);2006font-size: 12px;2007-webkit-border-radius: 3px 3px 0 0;2008-webkit-background-clip: padding-box;2009-moz-border-radius: 3px 3px 0 0;2010-moz-background-clip: padding;2011border-radius: 3px 3px 0 0;2012background-clip: padding-box;2013-webkit-transition: all 300ms ease-in-out;2014-moz-transition: all 300ms ease-in-out;2015-o-transition: all 300ms ease-in-out;2016transition: all 300ms ease-in-out;2017}2018.panel-primary > .panel-heading > .panel-options > .nav-tabs > li > a > i {2019font-size: 14px;2020line-height: 1;2021-webkit-transition: all 300ms ease-in-out;2022-moz-transition: all 300ms ease-in-out;2023-o-transition: all 300ms ease-in-out;2024transition: all 300ms ease-in-out;2025}2026.panel-primary > .panel-heading > .panel-options > .nav-tabs > li.active > a {2027border-bottom: 1px solid #ffffff;2028background-color: #ffffff;2029color: #373e4a;2030}2031.panel-primary > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {2032color: #373e4a;2033}2034.panel-primary > .panel-footer {2035background-color: #ffffff;2036color: #373e4a;2037border-top-color: #ebebeb;2038}2039.panel-primary > .panel-footer + .panel-collapse .panel-body {2040border-bottom-color: #ebebeb;2041}2042.panel-primary > .panel-body + .panel-body {2043border-top-color: #ebebeb;2044}2045.panel-invert {2046border-color: #39414e;2047-webkit-border-radius: 3px;2048-webkit-background-clip: padding-box;2049-moz-border-radius: 3px;2050-moz-background-clip: padding;2051border-radius: 3px;2052background-clip: padding-box;2053}2054.panel-invert > .panel-heading {2055color: #fff;2056background-color: #303641;2057border-color: #39414e;2058padding: 0;2059}2060.panel-invert > .panel-heading + .panel-collapse .panel-body {2061border-top-color: #39414e;2062}2063.panel-invert > .panel-heading > .dropdown .caret {2064border-color: #fff transparent;2065}2066.panel-invert > .panel-heading > .panel-title > a {2067color: #fff;2068}2069.panel-invert > .panel-heading > .panel-options > a {2070display: inline-block;2071color: #fff;2072text-align: center;2073line-height: 1;2074padding: 4px 2px;2075-webkit-border-radius: 3px;2076-webkit-background-clip: padding-box;2077-moz-border-radius: 3px;2078-moz-background-clip: padding;2079border-radius: 3px;2080background-clip: padding-box;2081-webkit-transition: all 300ms ease-in-out;2082-moz-transition: all 300ms ease-in-out;2083-o-transition: all 300ms ease-in-out;2084transition: all 300ms ease-in-out;2085}2086.panel-invert > .panel-heading > .panel-options > a.bg {2087background-color: #4f5a6b;2088margin-left: 5px;2089}2090.panel-invert > .panel-heading > .panel-options > a.bg:hover {2091background-color: #556174;2092}2093.panel-invert > .panel-heading > .panel-options > a i {2094margin: 0;2095padding: 0;2096display: inline-block;2097}2098.panel-invert > .panel-heading > .panel-options > .nav-tabs {2099position: relative;2100top: 1px;2101border-bottom: 1px solid #39414e;2102padding-top: 5px;2103}2104.panel-invert > .panel-heading > .panel-options > .nav-tabs > li {2105background-color: transparent;2106}2107.panel-invert > .panel-heading > .panel-options > .nav-tabs > li > a {2108border-color: #39414e;2109background-color: #39414e;2110padding: 8px 10px;2111color: rgba(255, 255, 255, 0.5);2112font-size: 12px;2113-webkit-border-radius: 3px 3px 0 0;2114-webkit-background-clip: padding-box;2115-moz-border-radius: 3px 3px 0 0;2116-moz-background-clip: padding;2117border-radius: 3px 3px 0 0;2118background-clip: padding-box;2119-webkit-transition: all 300ms ease-in-out;2120-moz-transition: all 300ms ease-in-out;2121-o-transition: all 300ms ease-in-out;2122transition: all 300ms ease-in-out;2123}2124.panel-invert > .panel-heading > .panel-options > .nav-tabs > li > a > i {2125font-size: 14px;2126line-height: 1;2127-webkit-transition: all 300ms ease-in-out;2128-moz-transition: all 300ms ease-in-out;2129-o-transition: all 300ms ease-in-out;2130transition: all 300ms ease-in-out;2131}2132.panel-invert > .panel-heading > .panel-options > .nav-tabs > li.active > a {2133border-bottom: 1px solid #303641;2134background-color: #303641;2135color: #fff;2136}2137.panel-invert > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {2138color: #fff;2139}2140.panel-invert > .panel-footer {2141background-color: #303641;2142color: #fff;2143border-top-color: #39414e;2144}2145.panel-invert > .panel-footer + .panel-collapse .panel-body {2146border-bottom-color: #39414e;2147}2148.panel-invert > .panel-body + .panel-body {2149border-top-color: #39414e;2150}2151.panel-invert > .panel-body {2152background-color: #303641;2153color: #778193;2154}2155.panel-default {2156border-color: #ebebeb;2157-webkit-border-radius: 3px;2158-webkit-background-clip: padding-box;2159-moz-border-radius: 3px;2160-moz-background-clip: padding;2161border-radius: 3px;2162background-clip: padding-box;2163}2164.panel-default > .panel-heading {2165color: #373e4a;2166background-color: #f0f0f1;2167border-color: #ebebeb;2168padding: 0;2169}2170.panel-default > .panel-heading + .panel-collapse .panel-body {2171border-top-color: #ebebeb;2172}2173.panel-default > .panel-heading > .dropdown .caret {2174border-color: #373e4a transparent;2175}2176.panel-default > .panel-heading > .panel-title > a {2177color: #373e4a;2178}2179.panel-default > .panel-heading > .panel-options > a {2180display: inline-block;2181color: #373e4a;2182text-align: center;2183line-height: 1;2184padding: 4px 2px;2185-webkit-border-radius: 3px;2186-webkit-background-clip: padding-box;2187-moz-border-radius: 3px;2188-moz-background-clip: padding;2189border-radius: 3px;2190background-clip: padding-box;2191-webkit-transition: all 300ms ease-in-out;2192-moz-transition: all 300ms ease-in-out;2193-o-transition: all 300ms ease-in-out;2194transition: all 300ms ease-in-out;2195}2196.panel-default > .panel-heading > .panel-options > a.bg {2197background-color: #dedede;2198margin-left: 5px;2199}2200.panel-default > .panel-heading > .panel-options > a.bg:hover {2201background-color: #e6e6e6;2202}2203.panel-default > .panel-heading > .panel-options > a i {2204margin: 0;2205padding: 0;2206display: inline-block;2207}2208.panel-default > .panel-heading > .panel-options > .nav-tabs {2209position: relative;2210top: 1px;2211border-bottom: 1px solid #ebebeb;2212padding-top: 5px;2213}2214.panel-default > .panel-heading > .panel-options > .nav-tabs > li {2215background-color: transparent;2216}2217.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a {2218border-color: #ebebeb;2219background-color: #ebebeb;2220padding: 8px 10px;2221color: rgba(55, 62, 74, 0.5);2222font-size: 12px;2223-webkit-border-radius: 3px 3px 0 0;2224-webkit-background-clip: padding-box;2225-moz-border-radius: 3px 3px 0 0;2226-moz-background-clip: padding;2227border-radius: 3px 3px 0 0;2228background-clip: padding-box;2229-webkit-transition: all 300ms ease-in-out;2230-moz-transition: all 300ms ease-in-out;2231-o-transition: all 300ms ease-in-out;2232transition: all 300ms ease-in-out;2233}2234.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a > i {2235font-size: 14px;2236line-height: 1;2237-webkit-transition: all 300ms ease-in-out;2238-moz-transition: all 300ms ease-in-out;2239-o-transition: all 300ms ease-in-out;2240transition: all 300ms ease-in-out;2241}2242.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a {2243border-bottom: 1px solid #f0f0f1;2244background-color: #f0f0f1;2245color: #373e4a;2246}2247.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {2248color: #373e4a;2249}2250.panel-default > .panel-footer {2251background-color: #f0f0f1;2252color: #373e4a;2253border-top-color: #ebebeb;2254}2255.panel-default > .panel-footer + .panel-collapse .panel-body {2256border-bottom-color: #ebebeb;2257}2258.panel-default > .panel-body + .panel-body {2259border-top-color: #ebebeb;2260}2261.panel-default > .panel-heading > .panel-options > .nav-tabs > li > a {2262background-color: #dedede;2263}2264.panel-default > .panel-heading > .panel-options > .nav-tabs > li.active > a {2265background-color: #fff;2266border-bottom-color: #fff;2267}2268.panel-success {2269border-color: #b4e8a8;2270-webkit-border-radius: 3px;2271-webkit-background-clip: padding-box;2272-moz-border-radius: 3px;2273-moz-background-clip: padding;2274border-radius: 3px;2275background-clip: padding-box;2276}2277.panel-success > .panel-heading {2278color: #045702;2279background-color: #bdedbc;2280border-color: #b4e8a8;2281padding: 0;2282}2283.panel-success > .panel-heading + .panel-collapse .panel-body {2284border-top-color: #b4e8a8;2285}2286.panel-success > .panel-heading > .dropdown .caret {2287border-color: #045702 transparent;2288}2289.panel-success > .panel-heading > .panel-title > a {2290color: #045702;2291}2292.panel-success > .panel-heading > .panel-options > a {2293display: inline-block;2294color: #045702;2295text-align: center;2296line-height: 1;2297padding: 4px 2px;2298-webkit-border-radius: 3px;2299-webkit-background-clip: padding-box;2300-moz-border-radius: 3px;2301-moz-background-clip: padding;2302border-radius: 3px;2303background-clip: padding-box;2304-webkit-transition: all 300ms ease-in-out;2305-moz-transition: all 300ms ease-in-out;2306-o-transition: all 300ms ease-in-out;2307transition: all 300ms ease-in-out;2308}2309.panel-success > .panel-heading > .panel-options > a.bg {2310background-color: #a2e294;2311margin-left: 5px;2312}2313.panel-success > .panel-heading > .panel-options > a.bg:hover {2314background-color: #ade5a0;2315}2316.panel-success > .panel-heading > .panel-options > a i {2317margin: 0;2318padding: 0;2319display: inline-block;2320}2321.panel-success > .panel-heading > .panel-options > .nav-tabs {2322position: relative;2323top: 1px;2324border-bottom: 1px solid #b4e8a8;2325padding-top: 5px;2326}2327.panel-success > .panel-heading > .panel-options > .nav-tabs > li {2328background-color: transparent;2329}2330.panel-success > .panel-heading > .panel-options > .nav-tabs > li > a {2331border-color: #b4e8a8;2332background-color: #b4e8a8;2333padding: 8px 10px;2334color: rgba(4, 87, 2, 0.5);2335font-size: 12px;2336-webkit-border-radius: 3px 3px 0 0;2337-webkit-background-clip: padding-box;2338-moz-border-radius: 3px 3px 0 0;2339-moz-background-clip: padding;2340border-radius: 3px 3px 0 0;2341background-clip: padding-box;2342-webkit-transition: all 300ms ease-in-out;2343-moz-transition: all 300ms ease-in-out;2344-o-transition: all 300ms ease-in-out;2345transition: all 300ms ease-in-out;2346}2347.panel-success > .panel-heading > .panel-options > .nav-tabs > li > a > i {2348font-size: 14px;2349line-height: 1;2350-webkit-transition: all 300ms ease-in-out;2351-moz-transition: all 300ms ease-in-out;2352-o-transition: all 300ms ease-in-out;2353transition: all 300ms ease-in-out;2354}2355.panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a {2356border-bottom: 1px solid #bdedbc;2357background-color: #bdedbc;2358color: #045702;2359}2360.panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {2361color: #045702;2362}2363.panel-success > .panel-footer {2364background-color: #bdedbc;2365color: #045702;2366border-top-color: #b4e8a8;2367}2368.panel-success > .panel-footer + .panel-collapse .panel-body {2369border-bottom-color: #b4e8a8;2370}2371.panel-success > .panel-body + .panel-body {2372border-top-color: #b4e8a8;2373}2374.panel-success > .panel-heading > .panel-options > .nav-tabs > li > a {2375background-color: #91dd80;2376}2377.panel-success > .panel-heading > .panel-options > .nav-tabs > li.active > a {2378background-color: #fff;2379border-bottom-color: #fff;2380}2381.panel-warning {2382border-color: #ffd78a;2383-webkit-border-radius: 3px;2384-webkit-background-clip: padding-box;2385-moz-border-radius: 3px;2386-moz-background-clip: padding;2387border-radius: 3px;2388background-clip: padding-box;2389}2390.panel-warning > .panel-heading {2391color: #574802;2392background-color: #ffefa4;2393border-color: #ffd78a;2394padding: 0;2395}2396.panel-warning > .panel-heading + .panel-collapse .panel-body {2397border-top-color: #ffd78a;2398}2399.panel-warning > .panel-heading > .dropdown .caret {2400border-color: #574802 transparent;2401}2402.panel-warning > .panel-heading > .panel-title > a {2403color: #574802;2404}2405.panel-warning > .panel-heading > .panel-options > a {2406display: inline-block;2407color: #574802;2408text-align: center;2409line-height: 1;2410padding: 4px 2px;2411-webkit-border-radius: 3px;2412-webkit-background-clip: padding-box;2413-moz-border-radius: 3px;2414-moz-background-clip: padding;2415border-radius: 3px;2416background-clip: padding-box;2417-webkit-transition: all 300ms ease-in-out;2418-moz-transition: all 300ms ease-in-out;2419-o-transition: all 300ms ease-in-out;2420transition: all 300ms ease-in-out;2421}2422.panel-warning > .panel-heading > .panel-options > a.bg {2423background-color: #ffce71;2424margin-left: 5px;2425}2426.panel-warning > .panel-heading > .panel-options > a.bg:hover {2427background-color: #ffd480;2428}2429.panel-warning > .panel-heading > .panel-options > a i {2430margin: 0;2431padding: 0;2432display: inline-block;2433}2434.panel-warning > .panel-heading > .panel-options > .nav-tabs {2435position: relative;2436top: 1px;2437border-bottom: 1px solid #ffd78a;2438padding-top: 5px;2439}2440.panel-warning > .panel-heading > .panel-options > .nav-tabs > li {2441background-color: transparent;2442}2443.panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a {2444border-color: #ffd78a;2445background-color: #ffd78a;2446padding: 8px 10px;2447color: rgba(87, 72, 2, 0.5);2448font-size: 12px;2449-webkit-border-radius: 3px 3px 0 0;2450-webkit-background-clip: padding-box;2451-moz-border-radius: 3px 3px 0 0;2452-moz-background-clip: padding;2453border-radius: 3px 3px 0 0;2454background-clip: padding-box;2455-webkit-transition: all 300ms ease-in-out;2456-moz-transition: all 300ms ease-in-out;2457-o-transition: all 300ms ease-in-out;2458transition: all 300ms ease-in-out;2459}2460.panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a > i {2461font-size: 14px;2462line-height: 1;2463-webkit-transition: all 300ms ease-in-out;2464-moz-transition: all 300ms ease-in-out;2465-o-transition: all 300ms ease-in-out;2466transition: all 300ms ease-in-out;2467}2468.panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a {2469border-bottom: 1px solid #ffefa4;2470background-color: #ffefa4;2471color: #574802;2472}2473.panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {2474color: #574802;2475}2476.panel-warning > .panel-footer {2477background-color: #ffefa4;2478color: #574802;2479border-top-color: #ffd78a;2480}2481.panel-warning > .panel-footer + .panel-collapse .panel-body {2482border-bottom-color: #ffd78a;2483}2484.panel-warning > .panel-body + .panel-body {2485border-top-color: #ffd78a;2486}2487.panel-warning > .panel-heading > .panel-options > .nav-tabs > li > a {2488background-color: #ffe258;2489}2490.panel-warning > .panel-heading > .panel-options > .nav-tabs > li.active > a {2491background-color: #fff;2492border-bottom-color: #fff;2493}2494.panel-danger {2495border-color: #ffafbd;2496-webkit-border-radius: 3px;2497-webkit-background-clip: padding-box;2498-moz-border-radius: 3px;2499-moz-background-clip: padding;2500border-radius: 3px;2501background-clip: padding-box;2502}2503.panel-danger > .panel-heading {2504color: #ac1818;2505background-color: #ffc9c9;2506border-color: #ffafbd;2507padding: 0;2508}2509.panel-danger > .panel-heading + .panel-collapse .panel-body {2510border-top-color: #ffafbd;2511}2512.panel-danger > .panel-heading > .dropdown .caret {2513border-color: #ac1818 transparent;2514}2515.panel-danger > .panel-heading > .panel-title > a {2516color: #ac1818;2517}2518.panel-danger > .panel-heading > .panel-options > a {2519display: inline-block;2520color: #ac1818;2521text-align: center;2522line-height: 1;2523padding: 4px 2px;2524-webkit-border-radius: 3px;2525-webkit-background-clip: padding-box;2526-moz-border-radius: 3px;2527-moz-background-clip: padding;2528border-radius: 3px;2529background-clip: padding-box;2530-webkit-transition: all 300ms ease-in-out;2531-moz-transition: all 300ms ease-in-out;2532-o-transition: all 300ms ease-in-out;2533transition: all 300ms ease-in-out;2534}2535.panel-danger > .panel-heading > .panel-options > a.bg {2536background-color: #ff96a7;2537margin-left: 5px;2538}2539.panel-danger > .panel-heading > .panel-options > a.bg:hover {2540background-color: #ffa5b4;2541}2542.panel-danger > .panel-heading > .panel-options > a i {2543margin: 0;2544padding: 0;2545display: inline-block;2546}2547.panel-danger > .panel-heading > .panel-options > .nav-tabs {2548position: relative;2549top: 1px;2550border-bottom: 1px solid #ffafbd;2551padding-top: 5px;2552}2553.panel-danger > .panel-heading > .panel-options > .nav-tabs > li {2554background-color: transparent;2555}2556.panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a {2557border-color: #ffafbd;2558background-color: #ffafbd;2559padding: 8px 10px;2560color: rgba(172, 24, 24, 0.5);2561font-size: 12px;2562-webkit-border-radius: 3px 3px 0 0;2563-webkit-background-clip: padding-box;2564-moz-border-radius: 3px 3px 0 0;2565-moz-background-clip: padding;2566border-radius: 3px 3px 0 0;2567background-clip: padding-box;2568-webkit-transition: all 300ms ease-in-out;2569-moz-transition: all 300ms ease-in-out;2570-o-transition: all 300ms ease-in-out;2571transition: all 300ms ease-in-out;2572}2573.panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a > i {2574font-size: 14px;2575line-height: 1;2576-webkit-transition: all 300ms ease-in-out;2577-moz-transition: all 300ms ease-in-out;2578-o-transition: all 300ms ease-in-out;2579transition: all 300ms ease-in-out;2580}2581.panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a {2582border-bottom: 1px solid #ffc9c9;2583background-color: #ffc9c9;2584color: #ac1818;2585}2586.panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {2587color: #ac1818;2588}2589.panel-danger > .panel-footer {2590background-color: #ffc9c9;2591color: #ac1818;2592border-top-color: #ffafbd;2593}2594.panel-danger > .panel-footer + .panel-collapse .panel-body {2595border-bottom-color: #ffafbd;2596}2597.panel-danger > .panel-body + .panel-body {2598border-top-color: #ffafbd;2599}2600.panel-danger > .panel-heading > .panel-options > .nav-tabs > li > a {2601background-color: #ff7c7c;2602}2603.panel-danger > .panel-heading > .panel-options > .nav-tabs > li.active > a {2604background-color: #fff;2605border-bottom-color: #fff;2606}2607.panel-info {2608border-color: #a6e8f3;2609-webkit-border-radius: 3px;2610-webkit-background-clip: padding-box;2611-moz-border-radius: 3px;2612-moz-background-clip: padding;2613border-radius: 3px;2614background-clip: padding-box;2615}2616.panel-info > .panel-heading {2617color: #2c7ea1;2618background-color: #c5e8f7;2619border-color: #a6e8f3;2620padding: 0;2621}2622.panel-info > .panel-heading + .panel-collapse .panel-body {2623border-top-color: #a6e8f3;2624}2625.panel-info > .panel-heading > .dropdown .caret {2626border-color: #2c7ea1 transparent;2627}2628.panel-info > .panel-heading > .panel-title > a {2629color: #2c7ea1;2630}2631.panel-info > .panel-heading > .panel-options > a {2632display: inline-block;2633color: #2c7ea1;2634text-align: center;2635line-height: 1;2636padding: 4px 2px;2637-webkit-border-radius: 3px;2638-webkit-background-clip: padding-box;2639-moz-border-radius: 3px;2640-moz-background-clip: padding;2641border-radius: 3px;2642background-clip: padding-box;2643-webkit-transition: all 300ms ease-in-out;2644-moz-transition: all 300ms ease-in-out;2645-o-transition: all 300ms ease-in-out;2646transition: all 300ms ease-in-out;2647}2648.panel-info > .panel-heading > .panel-options > a.bg {2649background-color: #8fe3f0;2650margin-left: 5px;2651}2652.panel-info > .panel-heading > .panel-options > a.bg:hover {2653background-color: #9de6f1;2654}2655.panel-info > .panel-heading > .panel-options > a i {2656margin: 0;2657padding: 0;2658display: inline-block;2659}2660.panel-info > .panel-heading > .panel-options > .nav-tabs {2661position: relative;2662top: 1px;2663border-bottom: 1px solid #a6e8f3;2664padding-top: 5px;2665}2666.panel-info > .panel-heading > .panel-options > .nav-tabs > li {2667background-color: transparent;2668}2669.panel-info > .panel-heading > .panel-options > .nav-tabs > li > a {2670border-color: #a6e8f3;2671background-color: #a6e8f3;2672padding: 8px 10px;2673color: rgba(44, 126, 161, 0.5);2674font-size: 12px;2675-webkit-border-radius: 3px 3px 0 0;2676-webkit-background-clip: padding-box;2677-moz-border-radius: 3px 3px 0 0;2678-moz-background-clip: padding;2679border-radius: 3px 3px 0 0;2680background-clip: padding-box;2681-webkit-transition: all 300ms ease-in-out;2682-moz-transition: all 300ms ease-in-out;2683-o-transition: all 300ms ease-in-out;2684transition: all 300ms ease-in-out;2685}2686.panel-info > .panel-heading > .panel-options > .nav-tabs > li > a > i {2687font-size: 14px;2688line-height: 1;2689-webkit-transition: all 300ms ease-in-out;2690-moz-transition: all 300ms ease-in-out;2691-o-transition: all 300ms ease-in-out;2692transition: all 300ms ease-in-out;2693}2694.panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a {2695border-bottom: 1px solid #c5e8f7;2696background-color: #c5e8f7;2697color: #2c7ea1;2698}2699.panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {2700color: #2c7ea1;2701}2702.panel-info > .panel-footer {2703background-color: #c5e8f7;2704color: #2c7ea1;2705border-top-color: #a6e8f3;2706}2707.panel-info > .panel-footer + .panel-collapse .panel-body {2708border-bottom-color: #a6e8f3;2709}2710.panel-info > .panel-body + .panel-body {2711border-top-color: #a6e8f3;2712}2713.panel-info > .panel-heading > .panel-options > .nav-tabs > li > a {2714background-color: #82cdee;2715}2716.panel-info > .panel-heading > .panel-options > .nav-tabs > li.active > a {2717background-color: #fff;2718border-bottom-color: #fff;2719}2720.panel-dark {2721border-color: #222;2722-webkit-border-radius: 3px;2723-webkit-background-clip: padding-box;2724-moz-border-radius: 3px;2725-moz-background-clip: padding;2726border-radius: 3px;2727background-clip: padding-box;2728}2729.panel-dark > .panel-heading {2730color: #FFF;2731background-color: #333;2732border-color: #222;2733padding: 0;2734}2735.panel-dark > .panel-heading + .panel-collapse .panel-body {2736border-top-color: #222;2737}2738.panel-dark > .panel-heading > .dropdown .caret {2739border-color: #FFF transparent;2740}2741.panel-dark > .panel-heading > .panel-title > a {2742color: #FFF;2743}2744.panel-dark > .panel-heading > .panel-options > a {2745display: inline-block;2746color: #FFF;2747text-align: center;2748line-height: 1;2749padding: 4px 2px;2750-webkit-border-radius: 3px;2751-webkit-background-clip: padding-box;2752-moz-border-radius: 3px;2753-moz-background-clip: padding;2754border-radius: 3px;2755background-clip: padding-box;2756-webkit-transition: all 300ms ease-in-out;2757-moz-transition: all 300ms ease-in-out;2758-o-transition: all 300ms ease-in-out;2759transition: all 300ms ease-in-out;2760}2761.panel-dark > .panel-heading > .panel-options > a.bg {2762background-color: #484848;2763margin-left: 5px;2764}2765.panel-dark > .panel-heading > .panel-options > a.bg:hover {2766background-color: #505050;2767}2768.panel-dark > .panel-heading > .panel-options > a i {2769margin: 0;2770padding: 0;2771display: inline-block;2772}2773.panel-dark > .panel-heading > .panel-options > .nav-tabs {2774position: relative;2775top: 1px;2776border-bottom: 1px solid #222;2777padding-top: 5px;2778}2779.panel-dark > .panel-heading > .panel-options > .nav-tabs > li {2780background-color: transparent;2781}2782.panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a {2783border-color: #222;2784background-color: #222;2785padding: 8px 10px;2786color: rgba(255, 255, 255, 0.5);2787font-size: 12px;2788-webkit-border-radius: 3px 3px 0 0;2789-webkit-background-clip: padding-box;2790-moz-border-radius: 3px 3px 0 0;2791-moz-background-clip: padding;2792border-radius: 3px 3px 0 0;2793background-clip: padding-box;2794-webkit-transition: all 300ms ease-in-out;2795-moz-transition: all 300ms ease-in-out;2796-o-transition: all 300ms ease-in-out;2797transition: all 300ms ease-in-out;2798}2799.panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a > i {2800font-size: 14px;2801line-height: 1;2802-webkit-transition: all 300ms ease-in-out;2803-moz-transition: all 300ms ease-in-out;2804-o-transition: all 300ms ease-in-out;2805transition: all 300ms ease-in-out;2806}2807.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a {2808border-bottom: 1px solid #333;2809background-color: #333;2810color: #FFF;2811}2812.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {2813color: #FFF;2814}2815.panel-dark > .panel-footer {2816background-color: #333;2817color: #FFF;2818border-top-color: #222;2819}2820.panel-dark > .panel-footer + .panel-collapse .panel-body {2821border-bottom-color: #222;2822}2823.panel-dark > .panel-body + .panel-body {2824border-top-color: #222;2825}2826.panel-dark > .panel-heading > .panel-options > .nav-tabs > li > a {2827background-color: rgba(255, 255, 255, 0.1);2828color: #FFF;2829border-color: rgba(34, 34, 34, 0.1);2830}2831.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a {2832background-color: #fff;2833border-bottom-color: #fff;2834color: #222;2835}2836.panel-dark > .panel-heading > .panel-options > .nav-tabs > li.active > a i {2837color: #222;2838}2839.panel-gray {2840border-color: #EEE;2841-webkit-border-radius: 3px;2842-webkit-background-clip: padding-box;2843-moz-border-radius: 3px;2844-moz-background-clip: padding;2845border-radius: 3px;2846background-clip: padding-box;2847}2848.panel-gray > .panel-heading {2849color: #373e4a;2850background-color: #EEE;2851border-color: #FFF;2852padding: 0;2853}2854.panel-gray > .panel-heading + .panel-collapse .panel-body {2855border-top-color: #EEE;2856}2857.panel-gray > .panel-heading > .dropdown .caret {2858border-color: #373e4a transparent;2859}2860.panel-gray > .panel-heading > .panel-title > a {2861color: #373e4a;2862}2863.panel-gray > .panel-heading > .panel-options > a {2864display: inline-block;2865color: #373e4a;2866text-align: center;2867line-height: 1;2868padding: 4px 2px;2869-webkit-border-radius: 3px;2870-webkit-background-clip: padding-box;2871-moz-border-radius: 3px;2872-moz-background-clip: padding;2873border-radius: 3px;2874background-clip: padding-box;2875-webkit-transition: all 300ms ease-in-out;2876-moz-transition: all 300ms ease-in-out;2877-o-transition: all 300ms ease-in-out;2878transition: all 300ms ease-in-out;2879}2880.panel-gray > .panel-heading > .panel-options > a.bg {2881background-color: #e0e0e0;2882margin-left: 5px;2883}2884.panel-gray > .panel-heading > .panel-options > a.bg:hover {2885background-color: #e8e8e8;2886}2887.panel-gray > .panel-heading > .panel-options > a i {2888margin: 0;2889padding: 0;2890display: inline-block;2891}2892.panel-gray > .panel-heading > .panel-options > .nav-tabs {2893position: relative;2894top: 1px;2895border-bottom: 1px solid #EEE;2896padding-top: 5px;2897}2898.panel-gray > .panel-heading > .panel-options > .nav-tabs > li {2899background-color: transparent;2900}2901.panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a {2902border-color: #EEE;2903background-color: #EEE;2904padding: 8px 10px;2905color: rgba(55, 62, 74, 0.5);2906font-size: 12px;2907-webkit-border-radius: 3px 3px 0 0;2908-webkit-background-clip: padding-box;2909-moz-border-radius: 3px 3px 0 0;2910-moz-background-clip: padding;2911border-radius: 3px 3px 0 0;2912background-clip: padding-box;2913-webkit-transition: all 300ms ease-in-out;2914-moz-transition: all 300ms ease-in-out;2915-o-transition: all 300ms ease-in-out;2916transition: all 300ms ease-in-out;2917}2918.panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a > i {2919font-size: 14px;2920line-height: 1;2921-webkit-transition: all 300ms ease-in-out;2922-moz-transition: all 300ms ease-in-out;2923-o-transition: all 300ms ease-in-out;2924transition: all 300ms ease-in-out;2925}2926.panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a {2927border-bottom: 1px solid #EEE;2928background-color: #EEE;2929color: #373e4a;2930}2931.panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {2932color: #373e4a;2933}2934.panel-gray > .panel-footer {2935background-color: #EEE;2936color: #373e4a;2937border-top-color: #FFF;2938}2939.panel-gray > .panel-footer + .panel-collapse .panel-body {2940border-bottom-color: #EEE;2941}2942.panel-gray > .panel-body + .panel-body {2943border-top-color: #FFF;2944}2945.panel-gray > .panel-heading > .panel-options > .nav-tabs > li > a {2946background-color: #FFF;2947border-bottom: 1px solid #FFF;2948}2949.panel-gray > .panel-heading > .panel-options > .nav-tabs > li.active > a {2950background-color: #EEE;2951border-color: #FFF;2952border-bottom-color: #EEE;2953}2954.panel-gray > .panel-body {2955background-color: #EEE;2956}2957.panel-gray > .panel-body + .panel-body {2958border-top-color: #FFF;2959}2960.panel-gradient {2961border-color: #CCC;2962-webkit-border-radius: 3px;2963-webkit-background-clip: padding-box;2964-moz-border-radius: 3px;2965-moz-background-clip: padding;2966border-radius: 3px;2967background-clip: padding-box;2968}2969.panel-gradient > .panel-heading {2970color: #303641;2971background-color: #FFF;2972border-color: #CCC;2973padding: 0;2974}2975.panel-gradient > .panel-heading + .panel-collapse .panel-body {2976border-top-color: #CCC;2977}2978.panel-gradient > .panel-heading > .dropdown .caret {2979border-color: #303641 transparent;2980}2981.panel-gradient > .panel-heading > .panel-title > a {2982color: #303641;2983}2984.panel-gradient > .panel-heading > .panel-options > a {2985display: inline-block;2986color: #303641;2987text-align: center;2988line-height: 1;2989padding: 4px 2px;2990-webkit-border-radius: 3px;2991-webkit-background-clip: padding-box;2992-moz-border-radius: 3px;2993-moz-background-clip: padding;2994border-radius: 3px;2995background-clip: padding-box;2996-webkit-transition: all 300ms ease-in-out;2997-moz-transition: all 300ms ease-in-out;2998-o-transition: all 300ms ease-in-out;2999transition: all 300ms ease-in-out;3000}3001.panel-gradient > .panel-heading > .panel-options > a.bg {3002background-color: #d1d1d1;3003margin-left: 5px;3004}3005.panel-gradient > .panel-heading > .panel-options > a.bg:hover {3006background-color: #d9d9d9;3007}3008.panel-gradient > .panel-heading > .panel-options > a i {3009margin: 0;3010padding: 0;3011display: inline-block;3012}3013.panel-gradient > .panel-heading > .panel-options > .nav-tabs {3014position: relative;3015top: 1px;3016border-bottom: 1px solid #CCC;3017padding-top: 5px;3018}3019.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li {3020background-color: transparent;3021}3022.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li > a {3023border-color: #CCC;3024background-color: #CCC;3025padding: 8px 10px;3026color: rgba(48, 54, 65, 0.5);3027font-size: 12px;3028-webkit-border-radius: 3px 3px 0 0;3029-webkit-background-clip: padding-box;3030-moz-border-radius: 3px 3px 0 0;3031-moz-background-clip: padding;3032border-radius: 3px 3px 0 0;3033background-clip: padding-box;3034-webkit-transition: all 300ms ease-in-out;3035-moz-transition: all 300ms ease-in-out;3036-o-transition: all 300ms ease-in-out;3037transition: all 300ms ease-in-out;3038}3039.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li > a > i {3040font-size: 14px;3041line-height: 1;3042-webkit-transition: all 300ms ease-in-out;3043-moz-transition: all 300ms ease-in-out;3044-o-transition: all 300ms ease-in-out;3045transition: all 300ms ease-in-out;3046}3047.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li.active > a {3048border-bottom: 1px solid #FFF;3049background-color: #FFF;3050color: #303641;3051}3052.panel-gradient > .panel-heading > .panel-options > .nav-tabs > li.active > a > i {3053color: #303641;3054}3055.panel-gradient > .panel-footer {3056background-color: #FFF;3057color: #303641;3058border-top-color: #CCC;3059}3060.panel-gradient > .panel-footer + .panel-collapse .panel-body {3061border-bottom-color: #CCC;3062}3063.panel-gradient > .panel-body + .panel-body {3064border-top-color: #CCC;3065}3066.panel-gradient > .panel-heading {3067background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);3068background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);3069background-image: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);3070background-image: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);3071background-image: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);3072}3073.panel-gradient > .panel-heading > .panel-options i {3074color: #303641;3075}3076table {3077max-width: 100%;3078background-color: transparent;3079}3080th {3081text-align: left;3082font-weight: 400;3083color: #303641;3084}3085.table-bordered {3086border: 1px solid #ebebeb;3087}3088.table-bordered > thead > tr > th,3089.table-bordered > tbody > tr > th,3090.table-bordered > tfoot > tr > th,3091.table-bordered > thead > tr > td,3092.table-bordered > tbody > tr > td,3093.table-bordered > tfoot > tr > td {3094border: 1px solid #ebebeb;3095}3096.table-bordered > thead > tr > th,3097.table-bordered > thead > tr > td {3098background-color: #f5f5f6;3099border-bottom-width: 0px;3100color: #a6a7aa;3101border-bottom: 0 !important;3102}3103.table-bordered > tfoot > tr > th,3104.table-bordered > tfoot > tr > td {3105background-color: #f5f5f6;3106border-top-width: 1px;3107color: #a6a7aa;3108}3109table > tbody > tr.highlight > td,3110table > tbody > tr.highlight > th {3111background-color: #f1f2f4 !important;3112color: #303641;3113}3114.badge {3115background-color: #ebebeb;3116color: #373e4a;3117}3118.badge.badge-primary {3119background-color: #303641;3120color: #fff;3121}3122.badge.badge-secondary {3123background-color: #ee4749;3124color: #fff;3125}3126.badge.badge-success {3127background-color: #00a651;3128color: #fff;3129}3130.badge.badge-info {3131background-color: #21a9e1;3132color: #fff;3133}3134.badge.badge-warning {3135background-color: #fad839;3136color: #fff;3137}3138.badge.badge-danger {3139background-color: #cc2424;3140color: #fff;3141}3142.badge.badge-roundless {3143-webkit-border-radius: 1px;3144-webkit-background-clip: padding-box;3145-moz-border-radius: 1px;3146-moz-background-clip: padding;3147border-radius: 1px;3148background-clip: padding-box;3149}3150.badge:empty {3151display: none;3152}3153.nav-tabs {3154border-bottom: 1px solid #ddd;3155margin-top: 20px;3156margin-bottom: 10px;3157}3158.nav-tabs.right-aligned {3159text-align: right;3160}3161.nav-tabs.right-aligned > li {3162float: none;3163display: inline-block;3164}3165.nav-tabs.right-aligned > li > a {3166margin-left: 4px;3167margin-right: 0;3168}3169.nav-tabs.right-aligned > li:last-child > a {3170margin-right: 10px;3171}3172.nav-tabs.bordered {3173margin-bottom: 0;3174}3175.nav-tabs.bordered > li:first-child > a {3176margin-left: 0;3177}3178.nav-tabs.bordered > li:last-child > a {3179margin-right: 0;3180}3181.nav-tabs.bordered + .tab-content {3182border: 1px solid #ddd;3183border-top: 0;3184-webkit-border-radius: 0 0 3px 3px;3185-webkit-background-clip: padding-box;3186-moz-border-radius: 0 0 3px 3px;3187-moz-background-clip: padding;3188border-radius: 0 0 3px 3px;3189background-clip: padding-box;3190padding: 10px 15px;3191margin-bottom: 20px;3192}3193.nav-tabs.bordered + .tab-content > p:last-child {3194margin-bottom: 0;3195}3196.panel-group .panel > .panel-heading {3197padding: 10px 0px;3198}3199.panel-group .panel > .panel-heading > .panel-title > a {3200font-size: 15px;3201}3202.tooltip.tooltip-primary .tooltip-inner {3203background-color: #303641;3204color: #fff;3205}3206.tooltip.tooltip-primary.top .tooltip-arrow {3207border-top-color: #303641;3208}3209.tooltip.tooltip-primary.top-left .tooltip-arrow {3210border-top-color: #303641;3211}3212.tooltip.tooltip-primary.top-right .tooltip-arrow {3213border-top-color: #303641;3214}3215.tooltip.tooltip-primary.right .tooltip-arrow {3216border-right-color: #303641;3217}3218.tooltip.tooltip-primary.left .tooltip-arrow {3219border-left-color: #303641;3220}3221.tooltip.tooltip-primary.bottom .tooltip-arrow {3222border-bottom-color: #303641;3223}3224.tooltip.tooltip-primary.bottom-left .tooltip-arrow {3225border-bottom-color: #303641;3226}3227.tooltip.tooltip-primary.bottom-right .tooltip-arrow {3228border-bottom-color: #303641;3229}3230.tooltip.tooltip-secondary .tooltip-inner {3231background-color: #ec5956;3232color: #fff;3233}3234.tooltip.tooltip-secondary.top .tooltip-arrow {3235border-top-color: #ec5956;3236}3237.tooltip.tooltip-secondary.top-left .tooltip-arrow {3238border-top-color: #ec5956;3239}3240.tooltip.tooltip-secondary.top-right .tooltip-arrow {3241border-top-color: #ec5956;3242}3243.tooltip.tooltip-secondary.right .tooltip-arrow {3244border-right-color: #ec5956;3245}3246.tooltip.tooltip-secondary.left .tooltip-arrow {3247border-left-color: #ec5956;3248}3249.tooltip.tooltip-secondary.bottom .tooltip-arrow {3250border-bottom-color: #ec5956;3251}3252.tooltip.tooltip-secondary.bottom-left .tooltip-arrow {3253border-bottom-color: #ec5956;3254}3255.tooltip.tooltip-secondary.bottom-right .tooltip-arrow {3256border-bottom-color: #ec5956;3257}3258.tooltip.tooltip-default .tooltip-inner {3259background-color: #ebebeb;3260color: #303641;3261}3262.tooltip.tooltip-default.top .tooltip-arrow {3263border-top-color: #ebebeb;3264}3265.tooltip.tooltip-default.top-left .tooltip-arrow {3266border-top-color: #ebebeb;3267}3268.tooltip.tooltip-default.top-right .tooltip-arrow {3269border-top-color: #ebebeb;3270}3271.tooltip.tooltip-default.right .tooltip-arrow {3272border-right-color: #ebebeb;3273}3274.tooltip.tooltip-default.left .tooltip-arrow {3275border-left-color: #ebebeb;3276}3277.tooltip.tooltip-default.bottom .tooltip-arrow {3278border-bottom-color: #ebebeb;3279}3280.tooltip.tooltip-default.bottom-left .tooltip-arrow {3281border-bottom-color: #ebebeb;3282}3283.tooltip.tooltip-default.bottom-right .tooltip-arrow {3284border-bottom-color: #ebebeb;3285}3286.popover {3287-webkit-box-shadow: none;3288-moz-box-shadow: none;3289box-shadow: none;3290}3291.popover.popover-primary {3292background-color: #303641;3293color: #fff;3294border-color: #303641;3295/*&.top .arrow { border-top-color: @popover_bg; &:after { border-top-color: @popover_border; } }3296&.bottom .arrow { border-top-color: @popover_bg; &:after { border-bottom-color: @popover_border; } }3297&.left .arrow { border-right-color: @popover_bg; &:after { border-left-color: @popover_border; } }3298&.right .arrow { border-left-color: @popover_bg; &:after { border-right-color: @popover_border; } }3299*/3300}3301.popover.popover-primary .popover-title {3302background-color: #3b4250;3303border-bottom-color: #303641;3304color: #FFF;3305-webkit-border-radius: 3px;3306-webkit-background-clip: padding-box;3307-moz-border-radius: 3px;3308-moz-background-clip: padding;3309border-radius: 3px;3310background-clip: padding-box;3311}3312.popover.popover-primary.top .arrow {3313border-top-color: #303641;3314}3315.popover.popover-primary.top .arrow:after {3316border-top-color: #303641;3317}3318.popover.popover-primary.bottom .arrow {3319border-bottom-color: #303641;3320}3321.popover.popover-primary.bottom .arrow:after {3322border-bottom-color: #303641;3323}3324.popover.popover-primary.left .arrow {3325border-left-color: #303641;3326}3327.popover.popover-primary.left .arrow:after {3328border-left-color: #303641;3329}3330.popover.popover-primary.right .arrow {3331border-right-color: #303641;3332}3333.popover.popover-primary.right .arrow:after {3334border-right-color: #303641;3335}3336.popover.popover-secondary {3337background-color: #ec5956;3338color: #fff;3339border-color: #ec5956;3340/*&.top .arrow { border-top-color: @popover_bg; &:after { border-top-color: @popover_border; } }3341&.bottom .arrow { border-top-color: @popover_bg; &:after { border-bottom-color: @popover_border; } }3342&.left .arrow { border-right-color: @popover_bg; &:after { border-left-color: @popover_border; } }3343&.right .arrow { border-left-color: @popover_bg; &:after { border-right-color: @popover_border; } }3344*/3345}3346.popover.popover-secondary .popover-title {3347background-color: #e9423f;3348border-bottom-color: #ec5956;3349color: #fff;3350-webkit-border-radius: 3px;3351-webkit-background-clip: padding-box;3352-moz-border-radius: 3px;3353-moz-background-clip: padding;3354border-radius: 3px;3355background-clip: padding-box;3356}3357.popover.popover-secondary.top .arrow {3358border-top-color: #ec5956;3359}3360.popover.popover-secondary.top .arrow:after {3361border-top-color: #ec5956;3362}3363.popover.popover-secondary.bottom .arrow {3364border-bottom-color: #ec5956;3365}3366.popover.popover-secondary.bottom .arrow:after {3367border-bottom-color: #ec5956;3368}3369.popover.popover-secondary.left .arrow {3370border-left-color: #ec5956;3371}3372.popover.popover-secondary.left .arrow:after {3373border-left-color: #ec5956;3374}3375.popover.popover-secondary.right .arrow {3376border-right-color: #ec5956;3377}3378.popover.popover-secondary.right .arrow:after {3379border-right-color: #ec5956;3380}3381.popover.popover-default {3382background-color: #ebebeb;3383color: #373e4a;3384border-color: #ebebeb;3385/*&.top .arrow { border-top-color: @popover_bg; &:after { border-top-color: @popover_border; } }3386&.bottom .arrow { border-top-color: @popover_bg; &:after { border-bottom-color: @popover_border; } }3387&.left .arrow { border-right-color: @popover_bg; &:after { border-left-color: @popover_border; } }3388&.right .arrow { border-left-color: @popover_bg; &:after { border-right-color: @popover_border; } }3389*/3390}3391.popover.popover-default .popover-title {3392background-color: #d2d2d2;3393border-bottom-color: #ebebeb;3394color: #303641;3395-webkit-border-radius: 3px;3396-webkit-background-clip: padding-box;3397-moz-border-radius: 3px;3398-moz-background-clip: padding;3399border-radius: 3px;3400background-clip: padding-box;3401}3402.popover.popover-default.top .arrow {3403border-top-color: #ebebeb;3404}3405.popover.popover-default.top .arrow:after {3406border-top-color: #ebebeb;3407}3408.popover.popover-default.bottom .arrow {3409border-bottom-color: #ebebeb;3410}3411.popover.popover-default.bottom .arrow:after {3412border-bottom-color: #ebebeb;3413}3414.popover.popover-default.left .arrow {3415border-left-color: #ebebeb;3416}3417.popover.popover-default.left .arrow:after {3418border-left-color: #ebebeb;3419}3420.popover.popover-default.right .arrow {3421border-right-color: #ebebeb;3422}3423.popover.popover-default.right .arrow:after {3424border-right-color: #ebebeb;3425}3426.breadcrumb {3427padding: 8px 15px;3428margin-bottom: 17px;3429list-style: none;3430background-color: #f5f5f5;3431border-radius: 3px;3432}3433.breadcrumb > li {3434display: inline-block;3435}3436.breadcrumb > li i {3437margin-right: 5px;3438color: #737881;3439}3440.breadcrumb > li a {3441color: #737881;3442font-weight: 400;3443-webkit-transition: all 300ms ease-in-out;3444-moz-transition: all 300ms ease-in-out;3445-o-transition: all 300ms ease-in-out;3446transition: all 300ms ease-in-out;3447}3448.breadcrumb > li a:hover {3449color: #464e5e;3450}3451.breadcrumb > li + li:before {3452content: "/\00a0";3453padding: 0 5px;3454color: #ccc;3455}3456.breadcrumb > .active {3457color: #999999;3458font-weight: 400;3459}3460.breadcrumb > .active > a {3461font-weight: 400;3462}3463.breadcrumb.bc-2,3464.breadcrumb.breadcrumb-2 {3465background-color: transparent;3466border: 1px solid #ebebeb;3467}3468.breadcrumb.bc-3,3469.breadcrumb.breadcrumb-3 {3470padding-left: 0;3471padding-right: 0;3472background-color: transparent;3473}3474.btn {3475outline: 0 !important;3476}3477.btn:active {3478-webkit-box-shadow: none;3479-moz-box-shadow: none;3480box-shadow: none;3481}3482.btn.btn-icon {3483position: relative;3484}3485.btn.btn-icon i {3486position: absolute;3487right: 0;3488top: 0;3489height: 100%;3490}3491.btn-default {3492color: #303641;3493background-color: #f0f0f1;3494border-color: #f0f0f1;3495}3496.btn-default:focus,3497.btn-default.focus {3498color: #303641;3499background-color: #d6d6d8;3500border-color: #aeaeb3;3501}3502.btn-default:hover {3503color: #303641;3504background-color: #d6d6d8;3505border-color: #d0d0d3;3506}3507.btn-default:active,3508.btn-default.active,3509.open > .dropdown-toggle.btn-default {3510color: #303641;3511background-color: #d6d6d8;3512border-color: #d0d0d3;3513}3514.btn-default:active:hover,3515.btn-default.active:hover,3516.open > .dropdown-toggle.btn-default:hover,3517.btn-default:active:focus,3518.btn-default.active:focus,3519.open > .dropdown-toggle.btn-default:focus,3520.btn-default:active.focus,3521.btn-default.active.focus,3522.open > .dropdown-toggle.btn-default.focus {3523color: #303641;3524background-color: #c3c3c7;3525border-color: #aeaeb3;3526}3527.btn-default:active,3528.btn-default.active,3529.open > .dropdown-toggle.btn-default {3530background-image: none;3531}3532.btn-default.disabled:hover,3533.btn-default[disabled]:hover,3534fieldset[disabled] .btn-default:hover,3535.btn-default.disabled:focus,3536.btn-default[disabled]:focus,3537fieldset[disabled] .btn-default:focus,3538.btn-default.disabled.focus,3539.btn-default[disabled].focus,3540fieldset[disabled] .btn-default.focus {3541background-color: #f0f0f1;3542border-color: #f0f0f1;3543}3544.btn-default .badge {3545color: #f0f0f1;3546background-color: #303641;3547}3548.btn-default:hover,3549.btn-default:focus,3550.btn-default.focus {3551color: #303641 !important;3552}3553.btn-default.btn-icon {3554position: relative;3555padding-right: 39px;3556border: none;3557}3558.btn-default.btn-icon i {3559background-color: #dbdbdd;3560padding: 6px 6px;3561font-size: 12px;3562line-height: 1.42857143;3563border-radius: 3px;3564-webkit-border-radius: 0 3px 3px 0;3565-webkit-background-clip: padding-box;3566-moz-border-radius: 0 3px 3px 0;3567-moz-background-clip: padding;3568border-radius: 0 3px 3px 0;3569background-clip: padding-box;3570}3571.btn-default.btn-icon.icon-left {3572padding-right: 12px;3573padding-left: 39px;3574}3575.btn-default.btn-icon.icon-left i {3576float: left;3577right: auto;3578left: 0;3579-webkit-border-radius: 3px 0 0 3px !important;3580-webkit-background-clip: padding-box;3581-moz-border-radius: 3px 0 0 3px !important;3582-moz-background-clip: padding;3583border-radius: 3px 0 0 3px !important;3584background-clip: padding-box;3585}3586.btn-default.btn-icon.btn-lg {3587padding-right: 55px;3588}3589.btn-default.btn-icon.btn-lg.icon-left {3590padding-right: 16px;3591padding-left: 55px;3592}3593.btn-default.btn-icon.btn-lg i {3594padding: 10px 10px;3595font-size: 15px;3596line-height: 1.3333333;3597border-radius: 3px;3598}3599.btn-default.btn-icon.btn-sm {3600padding-right: 36px;3601}3602.btn-default.btn-icon.btn-sm.icon-left {3603padding-right: 10px;3604padding-left: 36px;3605}3606.btn-default.btn-icon.btn-sm i {3607padding: 5px 6px;3608font-size: 11px;3609line-height: 1.5;3610border-radius: 2px;3611}3612.btn-default.btn-icon.btn-xs {3613padding-right: 32px;3614}3615.btn-default.btn-icon.btn-xs.icon-left {3616padding-right: 10px;3617padding-left: 32px;3618}3619.btn-default.btn-icon.btn-xs i {3620padding: 2px 6px;3621font-size: 10px;3622line-height: 1.5;3623border-radius: 2px;3624}3625.btn-primary {3626color: #fff;3627background-color: #303641;3628border-color: #252a32;3629}3630.btn-primary:focus,3631.btn-primary.focus {3632color: #fff;3633background-color: #1a1e24;3634border-color: #000000;3635}3636.btn-primary:hover {3637color: #fff;3638background-color: #1a1e24;3639border-color: #0b0d0f;3640}3641.btn-primary:active,3642.btn-primary.active,3643.open > .dropdown-toggle.btn-primary {3644color: #fff;3645background-color: #1a1e24;3646border-color: #0b0d0f;3647}3648.btn-primary:active:hover,3649.btn-primary.active:hover,3650.open > .dropdown-toggle.btn-primary:hover,3651.btn-primary:active:focus,3652.btn-primary.active:focus,3653.open > .dropdown-toggle.btn-primary:focus,3654.btn-primary:active.focus,3655.btn-primary.active.focus,3656.open > .dropdown-toggle.btn-primary.focus {3657color: #fff;3658background-color: #0b0d0f;3659border-color: #000000;3660}3661.btn-primary:active,3662.btn-primary.active,3663.open > .dropdown-toggle.btn-primary {3664background-image: none;3665}3666.btn-primary.disabled:hover,3667.btn-primary[disabled]:hover,3668fieldset[disabled] .btn-primary:hover,3669.btn-primary.disabled:focus,3670.btn-primary[disabled]:focus,3671fieldset[disabled] .btn-primary:focus,3672.btn-primary.disabled.focus,3673.btn-primary[disabled].focus,3674fieldset[disabled] .btn-primary.focus {3675background-color: #303641;3676border-color: #252a32;3677}3678.btn-primary .badge {3679color: #303641;3680background-color: #fff;3681}3682.btn-primary:hover,3683.btn-primary:focus,3684.btn-primary.focus {3685color: #fff !important;3686}3687.btn-primary.btn-icon {3688position: relative;3689padding-right: 39px;3690border: none;3691}3692.btn-primary.btn-icon i {3693background-color: #1f232a;3694padding: 6px 6px;3695font-size: 12px;3696line-height: 1.42857143;3697border-radius: 3px;3698-webkit-border-radius: 0 3px 3px 0;3699-webkit-background-clip: padding-box;3700-moz-border-radius: 0 3px 3px 0;3701-moz-background-clip: padding;3702border-radius: 0 3px 3px 0;3703background-clip: padding-box;3704}3705.btn-primary.btn-icon.icon-left {3706padding-right: 12px;3707padding-left: 39px;3708}3709.btn-primary.btn-icon.icon-left i {3710float: left;3711right: auto;3712left: 0;3713-webkit-border-radius: 3px 0 0 3px !important;3714-webkit-background-clip: padding-box;3715-moz-border-radius: 3px 0 0 3px !important;3716-moz-background-clip: padding;3717border-radius: 3px 0 0 3px !important;3718background-clip: padding-box;3719}3720.btn-primary.btn-icon.btn-lg {3721padding-right: 55px;3722}3723.btn-primary.btn-icon.btn-lg.icon-left {3724padding-right: 16px;3725padding-left: 55px;3726}3727.btn-primary.btn-icon.btn-lg i {3728padding: 10px 10px;3729font-size: 15px;3730line-height: 1.3333333;3731border-radius: 3px;3732}3733.btn-primary.btn-icon.btn-sm {3734padding-right: 36px;3735}3736.btn-primary.btn-icon.btn-sm.icon-left {3737padding-right: 10px;3738padding-left: 36px;3739}3740.btn-primary.btn-icon.btn-sm i {3741padding: 5px 6px;3742font-size: 11px;3743line-height: 1.5;3744border-radius: 2px;3745}3746.btn-primary.btn-icon.btn-xs {3747padding-right: 32px;3748}3749.btn-primary.btn-icon.btn-xs.icon-left {3750padding-right: 10px;3751padding-left: 32px;3752}3753.btn-primary.btn-icon.btn-xs i {3754padding: 2px 6px;3755font-size: 10px;3756line-height: 1.5;3757border-radius: 2px;3758}3759.btn-blue {3760color: #FFF;3761background-color: #0072bc;3762border-color: #0072bc;3763}3764.btn-blue:focus,3765.btn-blue.focus {3766color: #FFF;3767background-color: #005389;3768border-color: #00253d;3769}3770.btn-blue:hover {3771color: #FFF;3772background-color: #005389;3773border-color: #004d7f;3774}3775.btn-blue:active,3776.btn-blue.active,3777.open > .dropdown-toggle.btn-blue {3778color: #FFF;3779background-color: #005389;3780border-color: #004d7f;3781}3782.btn-blue:active:hover,3783.btn-blue.active:hover,3784.open > .dropdown-toggle.btn-blue:hover,3785.btn-blue:active:focus,3786.btn-blue.active:focus,3787.open > .dropdown-toggle.btn-blue:focus,3788.btn-blue:active.focus,3789.btn-blue.active.focus,3790.open > .dropdown-toggle.btn-blue.focus {3791color: #FFF;3792background-color: #003d65;3793border-color: #00253d;3794}3795.btn-blue:active,3796.btn-blue.active,3797.open > .dropdown-toggle.btn-blue {3798background-image: none;3799}3800.btn-blue.disabled:hover,3801.btn-blue[disabled]:hover,3802fieldset[disabled] .btn-blue:hover,3803.btn-blue.disabled:focus,3804.btn-blue[disabled]:focus,3805fieldset[disabled] .btn-blue:focus,3806.btn-blue.disabled.focus,3807.btn-blue[disabled].focus,3808fieldset[disabled] .btn-blue.focus {3809background-color: #0072bc;3810border-color: #0072bc;3811}3812.btn-blue .badge {3813color: #0072bc;3814background-color: #FFF;3815}3816.btn-blue:hover,3817.btn-blue:focus,3818.btn-blue.focus {3819color: #FFF !important;3820}3821.btn-blue.btn-icon {3822position: relative;3823padding-right: 39px;3824border: none;3825}3826.btn-blue.btn-icon i {3827background-color: #005993;3828padding: 6px 6px;3829font-size: 12px;3830line-height: 1.42857143;3831border-radius: 3px;3832-webkit-border-radius: 0 3px 3px 0;3833-webkit-background-clip: padding-box;3834-moz-border-radius: 0 3px 3px 0;3835-moz-background-clip: padding;3836border-radius: 0 3px 3px 0;3837background-clip: padding-box;3838}3839.btn-blue.btn-icon.icon-left {3840padding-right: 12px;3841padding-left: 39px;3842}3843.btn-blue.btn-icon.icon-left i {3844float: left;3845right: auto;3846left: 0;3847-webkit-border-radius: 3px 0 0 3px !important;3848-webkit-background-clip: padding-box;3849-moz-border-radius: 3px 0 0 3px !important;3850-moz-background-clip: padding;3851border-radius: 3px 0 0 3px !important;3852background-clip: padding-box;3853}3854.btn-blue.btn-icon.btn-lg {3855padding-right: 55px;3856}3857.btn-blue.btn-icon.btn-lg.icon-left {3858padding-right: 16px;3859padding-left: 55px;3860}3861.btn-blue.btn-icon.btn-lg i {3862padding: 10px 10px;3863font-size: 15px;3864line-height: 1.3333333;3865border-radius: 3px;3866}3867.btn-blue.btn-icon.btn-sm {3868padding-right: 36px;3869}3870.btn-blue.btn-icon.btn-sm.icon-left {3871padding-right: 10px;3872padding-left: 36px;3873}3874.btn-blue.btn-icon.btn-sm i {3875padding: 5px 6px;3876font-size: 11px;3877line-height: 1.5;3878border-radius: 2px;3879}3880.btn-blue.btn-icon.btn-xs {3881padding-right: 32px;3882}3883.btn-blue.btn-icon.btn-xs.icon-left {3884padding-right: 10px;3885padding-left: 32px;3886}3887.btn-blue.btn-icon.btn-xs i {3888padding: 2px 6px;3889font-size: 10px;3890line-height: 1.5;3891border-radius: 2px;3892}3893.btn-red {3894color: #FFF;3895background-color: #d42020;3896border-color: #d42020;3897}3898.btn-red:focus,3899.btn-red.focus {3900color: #FFF;3901background-color: #a81919;3902border-color: #650f0f;3903}3904.btn-red:hover {3905color: #FFF;3906background-color: #a81919;3907border-color: #9f1818;3908}3909.btn-red:active,3910.btn-red.active,3911.open > .dropdown-toggle.btn-red {3912color: #FFF;3913background-color: #a81919;3914border-color: #9f1818;3915}3916.btn-red:active:hover,3917.btn-red.active:hover,3918.open > .dropdown-toggle.btn-red:hover,3919.btn-red:active:focus,3920.btn-red.active:focus,3921.open > .dropdown-toggle.btn-red:focus,3922.btn-red:active.focus,3923.btn-red.active.focus,3924.open > .dropdown-toggle.btn-red.focus {3925color: #FFF;3926background-color: #891515;3927border-color: #650f0f;3928}3929.btn-red:active,3930.btn-red.active,3931.open > .dropdown-toggle.btn-red {3932background-image: none;3933}3934.btn-red.disabled:hover,3935.btn-red[disabled]:hover,3936fieldset[disabled] .btn-red:hover,3937.btn-red.disabled:focus,3938.btn-red[disabled]:focus,3939fieldset[disabled] .btn-red:focus,3940.btn-red.disabled.focus,3941.btn-red[disabled].focus,3942fieldset[disabled] .btn-red.focus {3943background-color: #d42020;3944border-color: #d42020;3945}3946.btn-red .badge {3947color: #d42020;3948background-color: #FFF;3949}3950.btn-red:hover,3951.btn-red:focus,3952.btn-red.focus {3953color: #FFF !important;3954}3955.btn-red.btn-icon {3956position: relative;3957padding-right: 39px;3958border: none;3959}3960.btn-red.btn-icon i {3961background-color: #b11b1b;3962padding: 6px 6px;3963font-size: 12px;3964line-height: 1.42857143;3965border-radius: 3px;3966-webkit-border-radius: 0 3px 3px 0;3967-webkit-background-clip: padding-box;3968-moz-border-radius: 0 3px 3px 0;3969-moz-background-clip: padding;3970border-radius: 0 3px 3px 0;3971background-clip: padding-box;3972}3973.btn-red.btn-icon.icon-left {3974padding-right: 12px;3975padding-left: 39px;3976}3977.btn-red.btn-icon.icon-left i {3978float: left;3979right: auto;3980left: 0;3981-webkit-border-radius: 3px 0 0 3px !important;3982-webkit-background-clip: padding-box;3983-moz-border-radius: 3px 0 0 3px !important;3984-moz-background-clip: padding;3985border-radius: 3px 0 0 3px !important;3986background-clip: padding-box;3987}3988.btn-red.btn-icon.btn-lg {3989padding-right: 55px;3990}3991.btn-red.btn-icon.btn-lg.icon-left {3992padding-right: 16px;3993padding-left: 55px;3994}3995.btn-red.btn-icon.btn-lg i {3996padding: 10px 10px;3997font-size: 15px;3998line-height: 1.3333333;3999border-radius: 3px;4000}4001.btn-red.btn-icon.btn-sm {4002padding-right: 36px;4003}4004.btn-red.btn-icon.btn-sm.icon-left {4005padding-right: 10px;4006padding-left: 36px;4007}4008.btn-red.btn-icon.btn-sm i {4009padding: 5px 6px;4010font-size: 11px;4011line-height: 1.5;4012border-radius: 2px;4013}4014.btn-red.btn-icon.btn-xs {4015padding-right: 32px;4016}4017.btn-red.btn-icon.btn-xs.icon-left {4018padding-right: 10px;4019padding-left: 32px;4020}4021.btn-red.btn-icon.btn-xs i {4022padding: 2px 6px;4023font-size: 10px;4024line-height: 1.5;4025border-radius: 2px;4026}4027.btn-orange {4028color: #FFF;4029background-color: #ff9600;4030border-color: #ff9600;4031}4032.btn-orange:focus,4033.btn-orange.focus {4034color: #FFF;4035background-color: #cc7800;4036border-color: #804b00;4037}4038.btn-orange:hover {4039color: #FFF;4040background-color: #cc7800;4041border-color: #c27200;4042}4043.btn-orange:active,4044.btn-orange.active,4045.open > .dropdown-toggle.btn-orange {4046color: #FFF;4047background-color: #cc7800;4048border-color: #c27200;4049}4050.btn-orange:active:hover,4051.btn-orange.active:hover,4052.open > .dropdown-toggle.btn-orange:hover,4053.btn-orange:active:focus,4054.btn-orange.active:focus,4055.open > .dropdown-toggle.btn-orange:focus,4056.btn-orange:active.focus,4057.btn-orange.active.focus,4058.open > .dropdown-toggle.btn-orange.focus {4059color: #FFF;4060background-color: #a86300;4061border-color: #804b00;4062}4063.btn-orange:active,4064.btn-orange.active,4065.open > .dropdown-toggle.btn-orange {4066background-image: none;4067}4068.btn-orange.disabled:hover,4069.btn-orange[disabled]:hover,4070fieldset[disabled] .btn-orange:hover,4071.btn-orange.disabled:focus,4072.btn-orange[disabled]:focus,4073fieldset[disabled] .btn-orange:focus,4074.btn-orange.disabled.focus,4075.btn-orange[disabled].focus,4076fieldset[disabled] .btn-orange.focus {4077background-color: #ff9600;4078border-color: #ff9600;4079}4080.btn-orange .badge {4081color: #ff9600;4082background-color: #FFF;4083}4084.btn-orange:hover,4085.btn-orange:focus,4086.btn-orange.focus {4087color: #FFF !important;4088}4089.btn-orange.btn-icon {4090position: relative;4091padding-right: 39px;4092border: none;4093}4094.btn-orange.btn-icon i {4095background-color: #d67e00;4096padding: 6px 6px;4097font-size: 12px;4098line-height: 1.42857143;4099border-radius: 3px;4100-webkit-border-radius: 0 3px 3px 0;4101-webkit-background-clip: padding-box;4102-moz-border-radius: 0 3px 3px 0;4103-moz-background-clip: padding;4104border-radius: 0 3px 3px 0;4105background-clip: padding-box;4106}4107.btn-orange.btn-icon.icon-left {4108padding-right: 12px;4109padding-left: 39px;4110}4111.btn-orange.btn-icon.icon-left i {4112float: left;4113right: auto;4114left: 0;4115-webkit-border-radius: 3px 0 0 3px !important;4116-webkit-background-clip: padding-box;4117-moz-border-radius: 3px 0 0 3px !important;4118-moz-background-clip: padding;4119border-radius: 3px 0 0 3px !important;4120background-clip: padding-box;4121}4122.btn-orange.btn-icon.btn-lg {4123padding-right: 55px;4124}4125.btn-orange.btn-icon.btn-lg.icon-left {4126padding-right: 16px;4127padding-left: 55px;4128}4129.btn-orange.btn-icon.btn-lg i {4130padding: 10px 10px;4131font-size: 15px;4132line-height: 1.3333333;4133border-radius: 3px;4134}4135.btn-orange.btn-icon.btn-sm {4136padding-right: 36px;4137}4138.btn-orange.btn-icon.btn-sm.icon-left {4139padding-right: 10px;4140padding-left: 36px;4141}4142.btn-orange.btn-icon.btn-sm i {4143padding: 5px 6px;4144font-size: 11px;4145line-height: 1.5;4146border-radius: 2px;4147}4148.btn-orange.btn-icon.btn-xs {4149padding-right: 32px;4150}4151.btn-orange.btn-icon.btn-xs.icon-left {4152padding-right: 10px;4153padding-left: 32px;4154}4155.btn-orange.btn-icon.btn-xs i {4156padding: 2px 6px;4157font-size: 10px;4158line-height: 1.5;4159border-radius: 2px;4160}4161.btn-gold {4162color: #846e20;4163background-color: #fcd036;4164border-color: #fcd036;4165}4166.btn-gold:focus,4167.btn-gold.focus {4168color: #846e20;4169background-color: #fbc404;4170border-color: #b08903;4171}4172.btn-gold:hover {4173color: #846e20;4174background-color: #fbc404;4175border-color: #f1bc04;4176}4177.btn-gold:active,4178.btn-gold.active,4179.open > .dropdown-toggle.btn-gold {4180color: #846e20;4181background-color: #fbc404;4182border-color: #f1bc04;4183}4184.btn-gold:active:hover,4185.btn-gold.active:hover,4186.open > .dropdown-toggle.btn-gold:hover,4187.btn-gold:active:focus,4188.btn-gold.active:focus,4189.open > .dropdown-toggle.btn-gold:focus,4190.btn-gold:active.focus,4191.btn-gold.active.focus,4192.open > .dropdown-toggle.btn-gold.focus {4193color: #846e20;4194background-color: #d8a903;4195border-color: #b08903;4196}4197.btn-gold:active,4198.btn-gold.active,4199.open > .dropdown-toggle.btn-gold {4200background-image: none;4201}4202.btn-gold.disabled:hover,4203.btn-gold[disabled]:hover,4204fieldset[disabled] .btn-gold:hover,4205.btn-gold.disabled:focus,4206.btn-gold[disabled]:focus,4207fieldset[disabled] .btn-gold:focus,4208.btn-gold.disabled.focus,4209.btn-gold[disabled].focus,4210fieldset[disabled] .btn-gold.focus {4211background-color: #fcd036;4212border-color: #fcd036;4213}4214.btn-gold .badge {4215color: #fcd036;4216background-color: #846e20;4217}4218.btn-gold:hover,4219.btn-gold:focus,4220.btn-gold.focus {4221color: #846e20 !important;4222}4223.btn-gold.btn-icon {4224position: relative;4225padding-right: 39px;4226border: none;4227}4228.btn-gold.btn-icon i {4229background-color: #fbc70e;4230padding: 6px 6px;4231font-size: 12px;4232line-height: 1.42857143;4233border-radius: 3px;4234-webkit-border-radius: 0 3px 3px 0;4235-webkit-background-clip: padding-box;4236-moz-border-radius: 0 3px 3px 0;4237-moz-background-clip: padding;4238border-radius: 0 3px 3px 0;4239background-clip: padding-box;4240}4241.btn-gold.btn-icon.icon-left {4242padding-right: 12px;4243padding-left: 39px;4244}4245.btn-gold.btn-icon.icon-left i {4246float: left;4247right: auto;4248left: 0;4249-webkit-border-radius: 3px 0 0 3px !important;4250-webkit-background-clip: padding-box;4251-moz-border-radius: 3px 0 0 3px !important;4252-moz-background-clip: padding;4253border-radius: 3px 0 0 3px !important;4254background-clip: padding-box;4255}4256.btn-gold.btn-icon.btn-lg {4257padding-right: 55px;4258}4259.btn-gold.btn-icon.btn-lg.icon-left {4260padding-right: 16px;4261padding-left: 55px;4262}4263.btn-gold.btn-icon.btn-lg i {4264padding: 10px 10px;4265font-size: 15px;4266line-height: 1.3333333;4267border-radius: 3px;4268}4269.btn-gold.btn-icon.btn-sm {4270padding-right: 36px;4271}4272.btn-gold.btn-icon.btn-sm.icon-left {4273padding-right: 10px;4274padding-left: 36px;4275}4276.btn-gold.btn-icon.btn-sm i {4277padding: 5px 6px;4278font-size: 11px;4279line-height: 1.5;4280border-radius: 2px;4281}4282.btn-gold.btn-icon.btn-xs {4283padding-right: 32px;4284}4285.btn-gold.btn-icon.btn-xs.icon-left {4286padding-right: 10px;4287padding-left: 32px;4288}4289.btn-gold.btn-icon.btn-xs i {4290padding: 2px 6px;4291font-size: 10px;4292line-height: 1.5;4293border-radius: 2px;4294}4295.btn-black {4296color: #FFF;4297background-color: #000000;4298border-color: #000000;4299}4300.btn-black:focus,4301.btn-black.focus {4302color: #FFF;4303background-color: #000000;4304border-color: #000000;4305}4306.btn-black:hover {4307color: #FFF;4308background-color: #000000;4309border-color: #000000;4310}4311.btn-black:active,4312.btn-black.active,4313.open > .dropdown-toggle.btn-black {4314color: #FFF;4315background-color: #000000;4316border-color: #000000;4317}4318.btn-black:active:hover,4319.btn-black.active:hover,4320.open > .dropdown-toggle.btn-black:hover,4321.btn-black:active:focus,4322.btn-black.active:focus,4323.open > .dropdown-toggle.btn-black:focus,4324.btn-black:active.focus,4325.btn-black.active.focus,4326.open > .dropdown-toggle.btn-black.focus {4327color: #FFF;4328background-color: #000000;4329border-color: #000000;4330}4331.btn-black:active,4332.btn-black.active,4333.open > .dropdown-toggle.btn-black {4334background-image: none;4335}4336.btn-black.disabled:hover,4337.btn-black[disabled]:hover,4338fieldset[disabled] .btn-black:hover,4339.btn-black.disabled:focus,4340.btn-black[disabled]:focus,4341fieldset[disabled] .btn-black:focus,4342.btn-black.disabled.focus,4343.btn-black[disabled].focus,4344fieldset[disabled] .btn-black.focus {4345background-color: #000000;4346border-color: #000000;4347}4348.btn-black .badge {4349color: #000000;4350background-color: #FFF;4351}4352.btn-black:hover,4353.btn-black:focus,4354.btn-black.focus {4355color: #FFF !important;4356}4357.btn-black.btn-icon {4358position: relative;4359padding-right: 39px;4360border: none;4361}4362.btn-black.btn-icon i {4363background-color: #000000;4364padding: 6px 6px;4365font-size: 12px;4366line-height: 1.42857143;4367border-radius: 3px;4368-webkit-border-radius: 0 3px 3px 0;4369-webkit-background-clip: padding-box;4370-moz-border-radius: 0 3px 3px 0;4371-moz-background-clip: padding;4372border-radius: 0 3px 3px 0;4373background-clip: padding-box;4374}4375.btn-black.btn-icon.icon-left {4376padding-right: 12px;4377padding-left: 39px;4378}4379.btn-black.btn-icon.icon-left i {4380float: left;4381right: auto;4382left: 0;4383-webkit-border-radius: 3px 0 0 3px !important;4384-webkit-background-clip: padding-box;4385-moz-border-radius: 3px 0 0 3px !important;4386-moz-background-clip: padding;4387border-radius: 3px 0 0 3px !important;4388background-clip: padding-box;4389}4390.btn-black.btn-icon.btn-lg {4391padding-right: 55px;4392}4393.btn-black.btn-icon.btn-lg.icon-left {4394padding-right: 16px;4395padding-left: 55px;4396}4397.btn-black.btn-icon.btn-lg i {4398padding: 10px 10px;4399font-size: 15px;4400line-height: 1.3333333;4401border-radius: 3px;4402}4403.btn-black.btn-icon.btn-sm {4404padding-right: 36px;4405}4406.btn-black.btn-icon.btn-sm.icon-left {4407padding-right: 10px;4408padding-left: 36px;4409}4410.btn-black.btn-icon.btn-sm i {4411padding: 5px 6px;4412font-size: 11px;4413line-height: 1.5;4414border-radius: 2px;4415}4416.btn-black.btn-icon.btn-xs {4417padding-right: 32px;4418}4419.btn-black.btn-icon.btn-xs.icon-left {4420padding-right: 10px;4421padding-left: 32px;4422}4423.btn-black.btn-icon.btn-xs i {4424padding: 2px 6px;4425font-size: 10px;4426line-height: 1.5;4427border-radius: 2px;4428}4429.btn-white {4430color: #303641;4431background-color: #FFF;4432border-color: #FFF;4433border-color: #ebebeb !important;4434}4435.btn-white:focus,4436.btn-white.focus {4437color: #303641;4438background-color: #e6e6e6;4439border-color: #bfbfbf;4440}4441.btn-white:hover {4442color: #303641;4443background-color: #e6e6e6;4444border-color: #e0e0e0;4445}4446.btn-white:active,4447.btn-white.active,4448.open > .dropdown-toggle.btn-white {4449color: #303641;4450background-color: #e6e6e6;4451border-color: #e0e0e0;4452}4453.btn-white:active:hover,4454.btn-white.active:hover,4455.open > .dropdown-toggle.btn-white:hover,4456.btn-white:active:focus,4457.btn-white.active:focus,4458.open > .dropdown-toggle.btn-white:focus,4459.btn-white:active.focus,4460.btn-white.active.focus,4461.open > .dropdown-toggle.btn-white.focus {4462color: #303641;4463background-color: #d4d4d4;4464border-color: #bfbfbf;4465}4466.btn-white:active,4467.btn-white.active,4468.open > .dropdown-toggle.btn-white {4469background-image: none;4470}4471.btn-white.disabled:hover,4472.btn-white[disabled]:hover,4473fieldset[disabled] .btn-white:hover,4474.btn-white.disabled:focus,4475.btn-white[disabled]:focus,4476fieldset[disabled] .btn-white:focus,4477.btn-white.disabled.focus,4478.btn-white[disabled].focus,4479fieldset[disabled] .btn-white.focus {4480background-color: #FFF;4481border-color: #FFF;4482}4483.btn-white .badge {4484color: #FFF;4485background-color: #303641;4486}4487.btn-white:hover,4488.btn-white:focus,4489.btn-white.focus {4490color: #303641 !important;4491}4492.btn-white.btn-icon {4493position: relative;4494padding-right: 39px;4495border: none;4496}4497.btn-white.btn-icon i {4498background-color: #ebebeb;4499padding: 6px 6px;4500font-size: 12px;4501line-height: 1.42857143;4502border-radius: 3px;4503-webkit-border-radius: 0 3px 3px 0;4504-webkit-background-clip: padding-box;4505-moz-border-radius: 0 3px 3px 0;4506-moz-background-clip: padding;4507border-radius: 0 3px 3px 0;4508background-clip: padding-box;4509}4510.btn-white.btn-icon.icon-left {4511padding-right: 12px;4512padding-left: 39px;4513}4514.btn-white.btn-icon.icon-left i {4515float: left;4516right: auto;4517left: 0;4518-webkit-border-radius: 3px 0 0 3px !important;4519-webkit-background-clip: padding-box;4520-moz-border-radius: 3px 0 0 3px !important;4521-moz-background-clip: padding;4522border-radius: 3px 0 0 3px !important;4523background-clip: padding-box;4524}4525.btn-white.btn-icon.btn-lg {4526padding-right: 55px;4527}4528.btn-white.btn-icon.btn-lg.icon-left {4529padding-right: 16px;4530padding-left: 55px;4531}4532.btn-white.btn-icon.btn-lg i {4533padding: 10px 10px;4534font-size: 15px;4535line-height: 1.3333333;4536border-radius: 3px;4537}4538.btn-white.btn-icon.btn-sm {4539padding-right: 36px;4540}4541.btn-white.btn-icon.btn-sm.icon-left {4542padding-right: 10px;4543padding-left: 36px;4544}4545.btn-white.btn-icon.btn-sm i {4546padding: 5px 6px;4547font-size: 11px;4548line-height: 1.5;4549border-radius: 2px;4550}4551.btn-white.btn-icon.btn-xs {4552padding-right: 32px;4553}4554.btn-white.btn-icon.btn-xs.icon-left {4555padding-right: 10px;4556padding-left: 32px;4557}4558.btn-white.btn-icon.btn-xs i {4559padding: 2px 6px;4560font-size: 10px;4561line-height: 1.5;4562border-radius: 2px;4563}4564.btn-warning {4565color: #fff;4566background-color: #fad839;4567border-color: #f9d320;4568}4569.btn-warning:focus,4570.btn-warning.focus {4571color: #fff;4572background-color: #f9ce07;4573border-color: #967c04;4574}4575.btn-warning:hover {4576color: #fff;4577background-color: #f9ce07;4578border-color: #d7b205;4579}4580.btn-warning:active,4581.btn-warning.active,4582.open > .dropdown-toggle.btn-warning {4583color: #fff;4584background-color: #f9ce07;4585border-color: #d7b205;4586}4587.btn-warning:active:hover,4588.btn-warning.active:hover,4589.open > .dropdown-toggle.btn-warning:hover,4590.btn-warning:active:focus,4591.btn-warning.active:focus,4592.open > .dropdown-toggle.btn-warning:focus,4593.btn-warning:active.focus,4594.btn-warning.active.focus,4595.open > .dropdown-toggle.btn-warning.focus {4596color: #fff;4597background-color: #d7b205;4598border-color: #967c04;4599}4600.btn-warning:active,4601.btn-warning.active,4602.open > .dropdown-toggle.btn-warning {4603background-image: none;4604}4605.btn-warning.disabled:hover,4606.btn-warning[disabled]:hover,4607fieldset[disabled] .btn-warning:hover,4608.btn-warning.disabled:focus,4609.btn-warning[disabled]:focus,4610fieldset[disabled] .btn-warning:focus,4611.btn-warning.disabled.focus,4612.btn-warning[disabled].focus,4613fieldset[disabled] .btn-warning.focus {4614background-color: #fad839;4615border-color: #f9d320;4616}4617.btn-warning .badge {4618color: #fad839;4619background-color: #fff;4620}4621.btn-warning:hover,4622.btn-warning:focus,4623.btn-warning.focus {4624color: #fff !important;4625}4626.btn-warning.btn-icon {4627position: relative;4628padding-right: 39px;4629border: none;4630}4631.btn-warning.btn-icon i {4632background-color: #f9d011;4633padding: 6px 6px;4634font-size: 12px;4635line-height: 1.42857143;4636border-radius: 3px;4637-webkit-border-radius: 0 3px 3px 0;4638-webkit-background-clip: padding-box;4639-moz-border-radius: 0 3px 3px 0;4640-moz-background-clip: padding;4641border-radius: 0 3px 3px 0;4642background-clip: padding-box;4643}4644.btn-warning.btn-icon.icon-left {4645padding-right: 12px;4646padding-left: 39px;4647}4648.btn-warning.btn-icon.icon-left i {4649float: left;4650right: auto;4651left: 0;4652-webkit-border-radius: 3px 0 0 3px !important;4653-webkit-background-clip: padding-box;4654-moz-border-radius: 3px 0 0 3px !important;4655-moz-background-clip: padding;4656border-radius: 3px 0 0 3px !important;4657background-clip: padding-box;4658}4659.btn-warning.btn-icon.btn-lg {4660padding-right: 55px;4661}4662.btn-warning.btn-icon.btn-lg.icon-left {4663padding-right: 16px;4664padding-left: 55px;4665}4666.btn-warning.btn-icon.btn-lg i {4667padding: 10px 10px;4668font-size: 15px;4669line-height: 1.3333333;4670border-radius: 3px;4671}4672.btn-warning.btn-icon.btn-sm {4673padding-right: 36px;4674}4675.btn-warning.btn-icon.btn-sm.icon-left {4676padding-right: 10px;4677padding-left: 36px;4678}4679.btn-warning.btn-icon.btn-sm i {4680padding: 5px 6px;4681font-size: 11px;4682line-height: 1.5;4683border-radius: 2px;4684}4685.btn-warning.btn-icon.btn-xs {4686padding-right: 32px;4687}4688.btn-warning.btn-icon.btn-xs.icon-left {4689padding-right: 10px;4690padding-left: 32px;4691}4692.btn-warning.btn-icon.btn-xs i {4693padding: 2px 6px;4694font-size: 10px;4695line-height: 1.5;4696border-radius: 2px;4697}4698.btn-danger {4699color: #fff;4700background-color: #cc2424;4701border-color: #b62020;4702}4703.btn-danger:focus,4704.btn-danger.focus {4705color: #fff;4706background-color: #a11c1c;4707border-color: #4a0d0d;4708}4709.btn-danger:hover {4710color: #fff;4711background-color: #a11c1c;4712border-color: #821717;4713}4714.btn-danger:active,4715.btn-danger.active,4716.open > .dropdown-toggle.btn-danger {4717color: #fff;4718background-color: #a11c1c;4719border-color: #821717;4720}4721.btn-danger:active:hover,4722.btn-danger.active:hover,4723.open > .dropdown-toggle.btn-danger:hover,4724.btn-danger:active:focus,4725.btn-danger.active:focus,4726.open > .dropdown-toggle.btn-danger:focus,4727.btn-danger:active.focus,4728.btn-danger.active.focus,4729.open > .dropdown-toggle.btn-danger.focus {4730color: #fff;4731background-color: #821717;4732border-color: #4a0d0d;4733}4734.btn-danger:active,4735.btn-danger.active,4736.open > .dropdown-toggle.btn-danger {4737background-image: none;4738}4739.btn-danger.disabled:hover,4740.btn-danger[disabled]:hover,4741fieldset[disabled] .btn-danger:hover,4742.btn-danger.disabled:focus,4743.btn-danger[disabled]:focus,4744fieldset[disabled] .btn-danger:focus,4745.btn-danger.disabled.focus,4746.btn-danger[disabled].focus,4747fieldset[disabled] .btn-danger.focus {4748background-color: #cc2424;4749border-color: #b62020;4750}4751.btn-danger .badge {4752color: #cc2424;4753background-color: #fff;4754}4755.btn-danger:hover,4756.btn-danger:focus,4757.btn-danger.focus {4758color: #fff !important;4759}4760.btn-danger.btn-icon {4761position: relative;4762padding-right: 39px;4763border: none;4764}4765.btn-danger.btn-icon i {4766background-color: #a91e1e;4767padding: 6px 6px;4768font-size: 12px;4769line-height: 1.42857143;4770border-radius: 3px;4771-webkit-border-radius: 0 3px 3px 0;4772-webkit-background-clip: padding-box;4773-moz-border-radius: 0 3px 3px 0;4774-moz-background-clip: padding;4775border-radius: 0 3px 3px 0;4776background-clip: padding-box;4777}4778.btn-danger.btn-icon.icon-left {4779padding-right: 12px;4780padding-left: 39px;4781}4782.btn-danger.btn-icon.icon-left i {4783float: left;4784right: auto;4785left: 0;4786-webkit-border-radius: 3px 0 0 3px !important;4787-webkit-background-clip: padding-box;4788-moz-border-radius: 3px 0 0 3px !important;4789-moz-background-clip: padding;4790border-radius: 3px 0 0 3px !important;4791background-clip: padding-box;4792}4793.btn-danger.btn-icon.btn-lg {4794padding-right: 55px;4795}4796.btn-danger.btn-icon.btn-lg.icon-left {4797padding-right: 16px;4798padding-left: 55px;4799}4800.btn-danger.btn-icon.btn-lg i {4801padding: 10px 10px;4802font-size: 15px;4803line-height: 1.3333333;4804border-radius: 3px;4805}4806.btn-danger.btn-icon.btn-sm {4807padding-right: 36px;4808}4809.btn-danger.btn-icon.btn-sm.icon-left {4810padding-right: 10px;4811padding-left: 36px;4812}4813.btn-danger.btn-icon.btn-sm i {4814padding: 5px 6px;4815font-size: 11px;4816line-height: 1.5;4817border-radius: 2px;4818}4819.btn-danger.btn-icon.btn-xs {4820padding-right: 32px;4821}4822.btn-danger.btn-icon.btn-xs.icon-left {4823padding-right: 10px;4824padding-left: 32px;4825}4826.btn-danger.btn-icon.btn-xs i {4827padding: 2px 6px;4828font-size: 10px;4829line-height: 1.5;4830border-radius: 2px;4831}4832.btn-success,4833.btn-green {4834color: #fff;4835background-color: #00a651;4836border-color: #008d45;4837}4838.btn-success:focus,4839.btn-green:focus,4840.btn-success.focus,4841.btn-green.focus {4842color: #fff;4843background-color: #007338;4844border-color: #000d06;4845}4846.btn-success:hover,4847.btn-green:hover {4848color: #fff;4849background-color: #007338;4850border-color: #004f27;4851}4852.btn-success:active,4853.btn-green:active,4854.btn-success.active,4855.btn-green.active,4856.open > .dropdown-toggle.btn-success,4857.open > .dropdown-toggle.btn-green {4858color: #fff;4859background-color: #007338;4860border-color: #004f27;4861}4862.btn-success:active:hover,4863.btn-green:active:hover,4864.btn-success.active:hover,4865.btn-green.active:hover,4866.open > .dropdown-toggle.btn-success:hover,4867.open > .dropdown-toggle.btn-green:hover,4868.btn-success:active:focus,4869.btn-green:active:focus,4870.btn-success.active:focus,4871.btn-green.active:focus,4872.open > .dropdown-toggle.btn-success:focus,4873.open > .dropdown-toggle.btn-green:focus,4874.btn-success:active.focus,4875.btn-green:active.focus,4876.btn-success.active.focus,4877.btn-green.active.focus,4878.open > .dropdown-toggle.btn-success.focus,4879.open > .dropdown-toggle.btn-green.focus {4880color: #fff;4881background-color: #004f27;4882border-color: #000d06;4883}4884.btn-success:active,4885.btn-green:active,4886.btn-success.active,4887.btn-green.active,4888.open > .dropdown-toggle.btn-success,4889.open > .dropdown-toggle.btn-green {4890background-image: none;4891}4892.btn-success.disabled:hover,4893.btn-green.disabled:hover,4894.btn-success[disabled]:hover,4895.btn-green[disabled]:hover,4896fieldset[disabled] .btn-success:hover,4897fieldset[disabled] .btn-green:hover,4898.btn-success.disabled:focus,4899.btn-green.disabled:focus,4900.btn-success[disabled]:focus,4901.btn-green[disabled]:focus,4902fieldset[disabled] .btn-success:focus,4903fieldset[disabled] .btn-green:focus,4904.btn-success.disabled.focus,4905.btn-green.disabled.focus,4906.btn-success[disabled].focus,4907.btn-green[disabled].focus,4908fieldset[disabled] .btn-success.focus,4909fieldset[disabled] .btn-green.focus {4910background-color: #00a651;4911border-color: #008d45;4912}4913.btn-success .badge,4914.btn-green .badge {4915color: #00a651;4916background-color: #fff;4917}4918.btn-success:hover,4919.btn-green:hover,4920.btn-success:focus,4921.btn-green:focus,4922.btn-success.focus,4923.btn-green.focus {4924color: #fff !important;4925}4926.btn-success.btn-icon,4927.btn-green.btn-icon {4928position: relative;4929padding-right: 39px;4930border: none;4931}4932.btn-success.btn-icon i,4933.btn-green.btn-icon i {4934background-color: #007d3d;4935padding: 6px 6px;4936font-size: 12px;4937line-height: 1.42857143;4938border-radius: 3px;4939-webkit-border-radius: 0 3px 3px 0;4940-webkit-background-clip: padding-box;4941-moz-border-radius: 0 3px 3px 0;4942-moz-background-clip: padding;4943border-radius: 0 3px 3px 0;4944background-clip: padding-box;4945}4946.btn-success.btn-icon.icon-left,4947.btn-green.btn-icon.icon-left {4948padding-right: 12px;4949padding-left: 39px;4950}4951.btn-success.btn-icon.icon-left i,4952.btn-green.btn-icon.icon-left i {4953float: left;4954right: auto;4955left: 0;4956-webkit-border-radius: 3px 0 0 3px !important;4957-webkit-background-clip: padding-box;4958-moz-border-radius: 3px 0 0 3px !important;4959-moz-background-clip: padding;4960border-radius: 3px 0 0 3px !important;4961background-clip: padding-box;4962}4963.btn-success.btn-icon.btn-lg,4964.btn-green.btn-icon.btn-lg {4965padding-right: 55px;4966}4967.btn-success.btn-icon.btn-lg.icon-left,4968.btn-green.btn-icon.btn-lg.icon-left {4969padding-right: 16px;4970padding-left: 55px;4971}4972.btn-success.btn-icon.btn-lg i,4973.btn-green.btn-icon.btn-lg i {4974padding: 10px 10px;4975font-size: 15px;4976line-height: 1.3333333;4977border-radius: 3px;4978}4979.btn-success.btn-icon.btn-sm,4980.btn-green.btn-icon.btn-sm {4981padding-right: 36px;4982}4983.btn-success.btn-icon.btn-sm.icon-left,4984.btn-green.btn-icon.btn-sm.icon-left {4985padding-right: 10px;4986padding-left: 36px;4987}4988.btn-success.btn-icon.btn-sm i,4989.btn-green.btn-icon.btn-sm i {4990padding: 5px 6px;4991font-size: 11px;4992line-height: 1.5;4993border-radius: 2px;4994}4995.btn-success.btn-icon.btn-xs,4996.btn-green.btn-icon.btn-xs {4997padding-right: 32px;4998}4999.btn-success.btn-icon.btn-xs.icon-left,5000.btn-green.btn-icon.btn-xs.icon-left {5001padding-right: 10px;5002padding-left: 32px;5003}5004.btn-success.btn-icon.btn-xs i,5005.btn-green.btn-icon.btn-xs i {5006padding: 2px 6px;5007font-size: 10px;5008line-height: 1.5;5009border-radius: 2px;5010}5011.btn-info {5012color: #fff;5013background-color: #21a9e1;5014border-color: #1c99cd;5015}5016.btn-info:focus,5017.btn-info.focus {5018color: #fff;5019background-color: #1988b6;5020border-color: #0c455d;5021}5022.btn-info:hover {5023color: #fff;5024background-color: #1988b6;5025border-color: #147197;5026}5027.btn-info:active,5028.btn-info.active,5029.open > .dropdown-toggle.btn-info {5030color: #fff;5031background-color: #1988b6;5032border-color: #147197;5033}5034.btn-info:active:hover,5035.btn-info.active:hover,5036.open > .dropdown-toggle.btn-info:hover,5037.btn-info:active:focus,5038.btn-info.active:focus,5039.open > .dropdown-toggle.btn-info:focus,5040.btn-info:active.focus,5041.btn-info.active.focus,5042.open > .dropdown-toggle.btn-info.focus {5043color: #fff;5044background-color: #147197;5045border-color: #0c455d;5046}5047.btn-info:active,5048.btn-info.active,5049.open > .dropdown-toggle.btn-info {5050background-image: none;5051}5052.btn-info.disabled:hover,5053.btn-info[disabled]:hover,5054fieldset[disabled] .btn-info:hover,5055.btn-info.disabled:focus,5056.btn-info[disabled]:focus,5057fieldset[disabled] .btn-info:focus,5058.btn-info.disabled.focus,5059.btn-info[disabled].focus,5060fieldset[disabled] .btn-info.focus {5061background-color: #21a9e1;5062border-color: #1c99cd;5063}5064.btn-info .badge {5065color: #21a9e1;5066background-color: #fff;5067}5068.btn-info:hover,5069.btn-info:focus,5070.btn-info.focus {5071color: #fff !important;5072}5073.btn-info.btn-icon {5074position: relative;5075padding-right: 39px;5076border: none;5077}5078.btn-info.btn-icon i {5079background-color: #1a8fbf;5080padding: 6px 6px;5081font-size: 12px;5082line-height: 1.42857143;5083border-radius: 3px;5084-webkit-border-radius: 0 3px 3px 0;5085-webkit-background-clip: padding-box;5086-moz-border-radius: 0 3px 3px 0;5087-moz-background-clip: padding;5088border-radius: 0 3px 3px 0;5089background-clip: padding-box;5090}5091.btn-info.btn-icon.icon-left {5092padding-right: 12px;5093padding-left: 39px;5094}5095.btn-info.btn-icon.icon-left i {5096float: left;5097right: auto;5098left: 0;5099-webkit-border-radius: 3px 0 0 3px !important;5100-webkit-background-clip: padding-box;5101-moz-border-radius: 3px 0 0 3px !important;5102-moz-background-clip: padding;5103border-radius: 3px 0 0 3px !important;5104background-clip: padding-box;5105}5106.btn-info.btn-icon.btn-lg {5107padding-right: 55px;5108}5109.btn-info.btn-icon.btn-lg.icon-left {5110padding-right: 16px;5111padding-left: 55px;5112}5113.btn-info.btn-icon.btn-lg i {5114padding: 10px 10px;5115font-size: 15px;5116line-height: 1.3333333;5117border-radius: 3px;5118}5119.btn-info.btn-icon.btn-sm {5120padding-right: 36px;5121}5122.btn-info.btn-icon.btn-sm.icon-left {5123padding-right: 10px;5124padding-left: 36px;5125}5126.btn-info.btn-icon.btn-sm i {5127padding: 5px 6px;5128font-size: 11px;5129line-height: 1.5;5130border-radius: 2px;5131}5132.btn-info.btn-icon.btn-xs {5133padding-right: 32px;5134}5135.btn-info.btn-icon.btn-xs.icon-left {5136padding-right: 10px;5137padding-left: 32px;5138}5139.btn-info.btn-icon.btn-xs i {5140padding: 2px 6px;5141font-size: 10px;5142line-height: 1.5;5143border-radius: 2px;5144}5145.btn-block + .btn-block {5146margin-top: 5px;5147}5148.bs-example > .btn,5149.bs-example > .make-switch,5150.bs-example > .btn-group {5151margin-top: 4px;5152margin-bottom: 4px;5153margin-right: 9px;5154}5155.bs-example.bs-baseline-top .btn,5156.bs-example.bs-baseline-top .btn-group {5157vertical-align: top !important;5158}5159.dropdown-menu {5160-webkit-box-shadow: none;5161-moz-box-shadow: none;5162box-shadow: none;5163}5164.dropdown-menu.dropdown-green {5165background-color: #00a651;5166border-color: #009247;5167}5168.dropdown-menu.dropdown-green > li > a {5169color: #fff;5170}5171.dropdown-menu.dropdown-green > li:hover a,5172.dropdown-menu.dropdown-green > li:active a {5173background-color: #008d45;5174color: #fff;5175}5176.dropdown-menu.dropdown-green .divider,5177.dropdown-menu.dropdown-green .divider:hover {5178height: 1px;5179margin: 7.5px 0;5180overflow: hidden;5181background-color: #009247;5182}5183.dropdown-menu.dropdown-gold {5184background-color: #fcd036;5185border-color: #ecb804;5186}5187.dropdown-menu.dropdown-gold > li > a {5188color: #846e20;5189}5190.dropdown-menu.dropdown-gold > li:hover a,5191.dropdown-menu.dropdown-gold > li:active a {5192background-color: #f1bc04;5193color: #846e20;5194}5195.dropdown-menu.dropdown-gold .divider,5196.dropdown-menu.dropdown-gold .divider:hover {5197height: 1px;5198margin: 7.5px 0;5199overflow: hidden;5200background-color: #ecb804;5201}5202.dropdown-menu.dropdown-blue {5203background-color: #0072bc;5204border-color: #0063a3;5205}5206.dropdown-menu.dropdown-blue > li > a {5207color: #fff;5208}5209.dropdown-menu.dropdown-blue > li:hover a,5210.dropdown-menu.dropdown-blue > li:active a {5211background-color: #0063a3;5212color: #fff;5213}5214.dropdown-menu.dropdown-blue .divider,5215.dropdown-menu.dropdown-blue .divider:hover {5216height: 1px;5217margin: 7.5px 0;5218overflow: hidden;5219background-color: #0063a3;5220}5221.dropdown-menu.dropdown-primary {5222background-color: #303641;5223border-color: #454a54;5224}5225.dropdown-menu.dropdown-primary > li > a {5226color: #fff;5227}5228.dropdown-menu.dropdown-primary > li:hover a,5229.dropdown-menu.dropdown-primary > li:active a {5230background-color: #252a32;5231color: #fff;5232}5233.dropdown-menu.dropdown-primary .divider,5234.dropdown-menu.dropdown-primary .divider:hover {5235height: 1px;5236margin: 7.5px 0;5237overflow: hidden;5238background-color: #454a54;5239}5240.dropdown-menu.dropdown-red {5241background-color: #d42020;5242border-color: #b51b1b;5243}5244.dropdown-menu.dropdown-red > li > a {5245color: #fff;5246}5247.dropdown-menu.dropdown-red > li:hover a,5248.dropdown-menu.dropdown-red > li:active a {5249background-color: #be1d1d;5250color: #fff;5251}5252.dropdown-menu.dropdown-red .divider,5253.dropdown-menu.dropdown-red .divider:hover {5254height: 1px;5255margin: 7.5px 0;5256overflow: hidden;5257background-color: #b51b1b;5258}5259.dropdown-menu.dropdown-black {5260background-color: #000;5261border-color: #454545;5262}5263.dropdown-menu.dropdown-black > li > a {5264color: #fff;5265}5266.dropdown-menu.dropdown-black > li:hover a,5267.dropdown-menu.dropdown-black > li:active a {5268background-color: #383838;5269color: #fff;5270}5271.dropdown-menu.dropdown-black .divider,5272.dropdown-menu.dropdown-black .divider:hover {5273height: 1px;5274margin: 7.5px 0;5275overflow: hidden;5276background-color: #454545;5277}5278.label {5279display: inline-block;5280padding: 6px 12px;5281font-weight: normal;5282}5283.label + .label {5284margin-left: 10px;5285}5286.label-default {5287background-color: #ebebeb;5288color: #303641;5289}5290.label-default[href]:hover,5291.label-default[href]:focus {5292background-color: #d2d2d2;5293}5294.label-primary {5295background-color: #373e4a;5296color: #fff;5297}5298.label-primary[href]:hover,5299.label-primary[href]:focus {5300background-color: #21252d;5301}5302.label-secondary {5303background-color: #ec5956;5304}5305.label-secondary[href]:hover,5306.label-secondary[href]:focus {5307background-color: #e72c28;5308}5309.label-success {5310background-color: #00a651;5311}5312.label-success[href]:hover,5313.label-success[href]:focus {5314background-color: #007338;5315}5316.label-info {5317background-color: #21a9e1;5318}5319.label-info[href]:hover,5320.label-info[href]:focus {5321background-color: #1988b6;5322}5323.label-warning {5324background-color: #fad839;5325}5326.label-warning[href]:hover,5327.label-warning[href]:focus {5328background-color: #f9ce07;5329}5330.label-danger {5331background-color: #cc2424;5332}5333.label-danger[href]:hover,5334.label-danger[href]:focus {5335background-color: #a11c1c;5336}5337.jumbotron {5338padding: 40px;5339-webkit-border-radius: 3px;5340-webkit-background-clip: padding-box;5341-moz-border-radius: 3px;5342-moz-background-clip: padding;5343border-radius: 3px;5344background-clip: padding-box;5345}5346.progress {5347-webkit-border-radius: 10px;5348-webkit-background-clip: padding-box;5349-moz-border-radius: 10px;5350-moz-background-clip: padding;5351border-radius: 10px;5352background-clip: padding-box;5353-webkit-box-shadow: none;5354-moz-box-shadow: none;5355box-shadow: none;5356}5357.progress-bar {5358-webkit-box-shadow: none;5359-moz-box-shadow: none;5360box-shadow: none;5361}5362.progress-bar-default {5363background: #fff;5364padding: 2px;5365border: 1px solid #ebebeb;5366}5367.progress-bar-default .progress-bar {5368background-color: #ebebeb;5369background-image: -webkit-linear-gradient(45deg, #e1e1e1 25%, transparent 25%, transparent 50%, #e1e1e1 50%, #e1e1e1 75%, transparent 75%, transparent);5370background-image: -o-linear-gradient(45deg, #e1e1e1 25%, transparent 25%, transparent 50%, #e1e1e1 50%, #e1e1e1 75%, transparent 75%, transparent);5371background-image: linear-gradient(45deg, #e1e1e1 25%, transparent 25%, transparent 50%, #e1e1e1 50%, #e1e1e1 75%, transparent 75%, transparent);5372-webkit-border-radius: 10px 0 0 10px;5373-webkit-background-clip: padding-box;5374-moz-border-radius: 10px 0 0 10px;5375-moz-background-clip: padding;5376border-radius: 10px 0 0 10px;5377background-clip: padding-box;5378}5379.progress-striped .progress-bar-default .progress-bar {5380background-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);5381background-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);5382background-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);5383}5384.progress-bar-default .progress-bar[aria-valuenow="100"] {5385-webkit-border-radius: 10px;5386-webkit-background-clip: padding-box;5387-moz-border-radius: 10px;5388-moz-background-clip: padding;5389border-radius: 10px;5390background-clip: padding-box;5391}5392html,5393body {5394height: 100%;5395position: relative;5396}5397.page-container {5398width: 100%;5399display: table;5400height: 100%;5401table-layout: fixed;5402}5403@media screen and (max-width: 768px) {5404.page-container {5405display: block;5406}5407}5408.page-container.loaded .page-container {5409position: relative;5410}5411.page-container .sidebar-menu {5412display: table-cell;5413vertical-align: top;5414background: transparent;5415width: 280px;5416position: relative;5417z-index: 100;5418-webkit-box-sizing: border-box;5419-moz-box-sizing: border-box;5420box-sizing: border-box;5421}5422@media screen and (max-width: 767px) {5423.page-container .sidebar-menu {5424display: block;5425}5426}5427@media screen and (min-width: 768px) {5428.page-container .sidebar-menu.fixed .sidebar-menu-inner {5429position: fixed;5430height: auto;5431bottom: 0;5432width: 280px;5433}5434}5435.page-container .sidebar-menu .sidebar-menu-inner {5436position: relative;5437}5438.page-container .sidebar-menu .sidebar-menu-inner.ps-container {5439overflow: hidden;5440height: 100%;5441}5442.sidebar-collapsed.page-container .sidebar-menu .sidebar-menu-inner.ps-container {5443overflow: visible;5444}5445.page-container .sidebar-menu .logo-env {5446width: 100%;5447padding: 35px;5448-webkit-box-sizing: border-box;5449-moz-box-sizing: border-box;5450box-sizing: border-box;5451}5452.page-container .sidebar-menu .logo-env:before,5453.page-container .sidebar-menu .logo-env:after {5454content: " ";5455display: table;5456}5457.page-container .sidebar-menu .logo-env:after {5458clear: both;5459}5460.page-container .sidebar-menu .logo-env > div {5461display: block;5462vertical-align: middle;5463white-space: nowrap;5464float: left;5465}5466.page-container .sidebar-menu .logo-env > div > a {5467display: inline-block;5468color: #aaabae;5469}5470.page-container .sidebar-menu .logo-env > div.sidebar-collapse,5471.page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu {5472position: relative;5473float: right;5474}5475.page-container .sidebar-menu .logo-env > div.sidebar-collapse a,5476.page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a {5477display: inline-block;5478border: 1px solid #454a54;5479text-align: center;5480padding: 0;5481line-height: 1;5482font-size: 20px;5483font-weight: 300;5484padding: 5px 2px;5485-webkit-border-radius: 3px;5486-webkit-background-clip: padding-box;5487-moz-border-radius: 3px;5488-moz-background-clip: padding;5489border-radius: 3px;5490background-clip: padding-box;5491-webkit-transition: all 200ms ease-in-out;5492-moz-transition: all 200ms ease-in-out;5493-o-transition: all 200ms ease-in-out;5494transition: all 200ms ease-in-out;5495}5496.page-container .sidebar-menu .logo-env > div.sidebar-collapse a:hover,5497.page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a:hover {5498background-color: rgba(69, 74, 84, 0.4);5499}5500.page-container .sidebar-menu #main-menu {5501list-style: none;5502margin: 0;5503padding: 0;5504margin-bottom: 20px;5505}5506.page-container .sidebar-menu #main-menu li {5507position: relative;5508margin: 0;5509font-size: 12px;5510border-bottom: 1px solid rgba(69, 74, 84, 0.7);5511}5512.page-container .sidebar-menu #main-menu li#search {5513background: #262b34;5514border-bottom-color: rgba(69, 74, 84, 0.5);5515position: relative;5516height: 48px;5517}5518.page-container .sidebar-menu #main-menu li#search ::-webkit-input-placeholder {5519color: rgba(170, 171, 174, 0.7);5520}5521.page-container .sidebar-menu #main-menu li#search :-moz-placeholder {5522color: rgba(170, 171, 174, 0.7);5523}5524.page-container .sidebar-menu #main-menu li#search ::-moz-placeholder {5525color: rgba(170, 171, 174, 0.7);5526}5527.page-container .sidebar-menu #main-menu li#search :-ms-input-placeholder {5528color: rgba(170, 171, 174, 0.7);5529}5530.page-container .sidebar-menu #main-menu li#search .search-input {5531background: none;5532padding: 0;5533margin: 0;5534border: none;5535outline: none;5536padding: 15px 20px;5537padding-right: 45px;5538width: 100%;5539color: #aaabae;5540z-index: 100;5541-webkit-transition: 350ms opacity ease-in-out;5542-moz-transition: 350ms opacity ease-in-out;5543-o-transition: 350ms opacity ease-in-out;5544transition: 350ms opacity ease-in-out;5545-webkit-box-sizing: border-box;5546-moz-box-sizing: border-box;5547box-sizing: border-box;5548}5549.page-container .sidebar-menu #main-menu li#search button {5550position: absolute;5551right: 0;5552top: 0;5553background: none;5554padding: 0;5555margin: 0;5556border: none;5557outline: none;5558color: #aaabae;5559padding: 15px 20px;5560padding-top: 13px;5561}5562.page-container .sidebar-menu #main-menu li#search button i {5563margin: 0;5564}5565.page-container .sidebar-menu #main-menu li i {5566position: relative;5567font-size: 15px;5568margin-right: 5px;5569}5570.page-container .sidebar-menu #main-menu li a {5571position: relative;5572display: block;5573padding: 10px 20px;5574color: #aaabae;5575z-index: 2;5576-webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;5577-moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;5578-o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;5579transition: color 250ms ease-in-out, background-color 250ms ease-in-out;5580}5581.page-container .sidebar-menu #main-menu li a i {5582top: 1px;5583display: inline-block;5584}5585.page-container .sidebar-menu #main-menu li a span {5586-webkit-transition: 350ms opacity ease-in-out;5587-moz-transition: 350ms opacity ease-in-out;5588-o-transition: 350ms opacity ease-in-out;5589transition: 350ms opacity ease-in-out;5590}5591.page-container .sidebar-menu #main-menu li a:hover {5592background-color: rgba(69, 74, 84, 0.3);5593color: #fff;5594}5595.page-container .sidebar-menu #main-menu li a .badge {5596position: relative;5597float: right;5598font-size: 11px;5599line-height: 1.3;5600}5601.page-container .sidebar-menu #main-menu li a .badge.badge-primary {5602border: 1px solid #454a54;5603top: -1px;5604}5605.page-container .sidebar-menu #main-menu li.active > a {5606background-color: #2b303a;5607color: #fff;5608}5609.page-container .sidebar-menu #main-menu li.has-sub > a:before {5610position: relative;5611content: '\e877';5612content: '\e879';5613display: inline-block;5614font-family: "Entypo";5615color: #454a54;5616color: #FFF;5617float: right;5618font-size: 15px;5619margin-left: 13px;5620top: 0px;5621-webkit-transition: all 300ms ease-in-out;5622-moz-transition: all 300ms ease-in-out;5623-o-transition: all 300ms ease-in-out;5624transition: all 300ms ease-in-out;5625}5626.page-container .sidebar-menu #main-menu li.has-sub.opened > a:before {5627-webkit-transform: rotate(90deg);5628-moz-transform: rotate(90deg);5629-ms-transform: rotate(90deg);5630-o-transform: rotate(90deg);5631transform: rotate(90deg);5632}5633.page-container .sidebar-menu #main-menu li ul {5634position: relative;5635list-style: none;5636padding: 0;5637margin: 0;5638border-top: 1px solid rgba(69, 74, 84, 0.4);5639display: none;5640overflow: hidden;5641z-index: 1;5642}5643.page-container .sidebar-menu #main-menu li ul.visible {5644display: block;5645}5646.page-container .sidebar-menu #main-menu li ul > li {5647border-bottom: 1px solid rgba(69, 74, 84, 0.4);5648}5649.page-container .sidebar-menu #main-menu li ul > li > a {5650background-color: #2b303a;5651padding-left: 40px;5652}5653.page-container .sidebar-menu #main-menu li ul > li > a:hover {5654background-color: #2d323d;5655}5656.page-container .sidebar-menu #main-menu li ul > li:last-child {5657border-bottom: 0;5658}5659.page-container .sidebar-menu #main-menu li ul > li ul > li > a {5660padding-left: 60px;5661background: #262b34;5662}5663.page-container .sidebar-menu #main-menu li ul > li ul > li ul > li > a {5664padding-left: 80px;5665background: #262b34;5666}5667.page-container .sidebar-menu #main-menu li ul > li ul > li ul > li ul > li > a {5668padding-left: 100px;5669background: #262b34;5670}5671.page-container .sidebar-menu .sidebar-user-info {5672position: relative;5673padding: 25px 35px;5674border-top: 1px solid #454a54;5675-webkit-transition: padding 300ms ease-in-out;5676-moz-transition: padding 300ms ease-in-out;5677-o-transition: padding 300ms ease-in-out;5678transition: padding 300ms ease-in-out;5679-webkit-box-sizing: border-box;5680-moz-box-sizing: border-box;5681box-sizing: border-box;5682}5683.page-container .sidebar-menu .sidebar-user-info .user-link {5684display: block;5685-webkit-box-sizing: border-box;5686-moz-box-sizing: border-box;5687box-sizing: border-box;5688}5689.page-container .sidebar-menu .sidebar-user-info .user-link:before,5690.page-container .sidebar-menu .sidebar-user-info .user-link:after {5691content: " ";5692display: table;5693}5694.page-container .sidebar-menu .sidebar-user-info .user-link:after {5695clear: both;5696}5697.page-container .sidebar-menu .sidebar-user-info .user-link img {5698float: left;5699margin-right: 15px;5700border: 4px solid rgba(255, 255, 255, 0.11);5701-webkit-transition: transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);5702-o-transition: transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);5703transition: transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);5704-webkit-transition: -webkit-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);5705-moz-transition: -moz-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);5706-o-transition: -o-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);5707transition: -webkit-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950),-moz-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950),-o-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950),transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);5708display: block;5709max-width: 100%;5710height: auto;5711}5712.page-container .sidebar-menu .sidebar-user-info .user-link span,5713.page-container .sidebar-menu .sidebar-user-info .user-link strong {5714display: block;5715font-size: 14px;5716color: #fff;5717font-weight: normal;5718line-height: 1.2;5719zoom: 1;5720filter: alpha(opacity=100);5721-webkit-opacity: 1;5722-moz-opacity: 1;5723opacity: 1;5724-webkit-transition: opacity 300ms ease-in-out;5725-moz-transition: opacity 300ms ease-in-out;5726-o-transition: opacity 300ms ease-in-out;5727transition: opacity 300ms ease-in-out;5728}5729.page-container .sidebar-menu .sidebar-user-info .user-link span {5730zoom: 1;5731filter: alpha(opacity=80);5732-webkit-opacity: 0.8;5733-moz-opacity: 0.8;5734opacity: 0.8;5735}5736.page-container .sidebar-menu .sidebar-user-info .user-link strong {5737font-size: 18px;5738}5739.page-container .sidebar-menu .sidebar-user-info .user-link img + span,5740.page-container .sidebar-menu .sidebar-user-info .user-link img + strong {5741padding-top: 8px;5742}5743.page-container .sidebar-menu .sidebar-user-info .sui-normal {5744position: relative;5745}5746.page-container .sidebar-menu .sidebar-user-info .sui-hover {5747position: absolute;5748visibility: hidden;5749left: 0;5750right: 0;5751bottom: 0;5752top: 0;5753background: #2b303a;5754padding: 25px 27.5px;5755-webkit-transition: opacity 200ms ease-in-out;5756-moz-transition: opacity 200ms ease-in-out;5757-o-transition: opacity 200ms ease-in-out;5758transition: opacity 200ms ease-in-out;5759zoom: 1;5760filter: alpha(opacity=0);5761-webkit-opacity: 0;5762-moz-opacity: 0;5763opacity: 0;5764}5765.page-container .sidebar-menu .sidebar-user-info .sui-hover .close-sui-popup {5766position: absolute;5767right: 15px;5768top: 10px;5769color: rgba(255, 255, 255, 0.6);5770font-size: 11px;5771cursor: pointer;5772zoom: 1;5773filter: alpha(opacity=0);5774-webkit-opacity: 0;5775-moz-opacity: 0;5776opacity: 0;5777-webkit-transition: all 300ms ease-in-out;5778-moz-transition: all 300ms ease-in-out;5779-o-transition: all 300ms ease-in-out;5780transition: all 300ms ease-in-out;5781}5782.page-container .sidebar-menu .sidebar-user-info .sui-hover a {5783position: relative;5784color: #fff;5785display: block;5786-webkit-transition: all 300ms ease-in-out;5787-moz-transition: all 300ms ease-in-out;5788-o-transition: all 300ms ease-in-out;5789transition: all 300ms ease-in-out;5790}5791.page-container .sidebar-menu .sidebar-user-info .sui-hover a + a {5792margin-left: 0;5793margin-top: 5px;5794}5795.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a {5796top: -20px;5797zoom: 1;5798filter: alpha(opacity=0);5799-webkit-opacity: 0;5800-moz-opacity: 0;5801opacity: 0;5802-webkit-transition: all 350ms cubic-bezier(0.680, -0.550, 0.265, 1.550);5803-moz-transition: all 350ms cubic-bezier(0.680, -0.550, 0.265, 1.550);5804-o-transition: all 350ms cubic-bezier(0.680, -0.550, 0.265, 1.550);5805transition: all 350ms cubic-bezier(0.680, -0.550, 0.265, 1.550);5806-webkit-transition-delay: 90ms;5807-moz-transition-delay: 90ms;5808-o-transition-delay: 90ms;5809transition-delay: 90ms;5810}5811.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a {5812-webkit-transition-delay: 180ms;5813-moz-transition-delay: 180ms;5814-o-transition-delay: 180ms;5815transition-delay: 180ms;5816}5817.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a {5818-webkit-transition-delay: 270ms;5819-moz-transition-delay: 270ms;5820-o-transition-delay: 270ms;5821transition-delay: 270ms;5822}5823.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a {5824-webkit-transition-delay: 360ms;5825-moz-transition-delay: 360ms;5826-o-transition-delay: 360ms;5827transition-delay: 360ms;5828}5829.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a {5830-webkit-transition-delay: 450ms;5831-moz-transition-delay: 450ms;5832-o-transition-delay: 450ms;5833transition-delay: 450ms;5834}5835.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a {5836-webkit-transition-delay: 540ms;5837-moz-transition-delay: 540ms;5838-o-transition-delay: 540ms;5839transition-delay: 540ms;5840}5841.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a {5842-webkit-transition-delay: 630ms;5843-moz-transition-delay: 630ms;5844-o-transition-delay: 630ms;5845transition-delay: 630ms;5846}5847.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a + a {5848-webkit-transition-delay: 720ms;5849-moz-transition-delay: 720ms;5850-o-transition-delay: 720ms;5851transition-delay: 720ms;5852}5853.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a + a + a {5854-webkit-transition-delay: 810ms;5855-moz-transition-delay: 810ms;5856-o-transition-delay: 810ms;5857transition-delay: 810ms;5858}5859.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a + a + a + a {5860-webkit-transition-delay: 900ms;5861-moz-transition-delay: 900ms;5862-o-transition-delay: 900ms;5863transition-delay: 900ms;5864}5865.page-container .sidebar-menu .sidebar-user-info .sui-hover.animate-in a + a + a + a + a + a + a + a + a + a + a {5866-webkit-transition-delay: 990ms;5867-moz-transition-delay: 990ms;5868-o-transition-delay: 990ms;5869transition-delay: 990ms;5870}5871.page-container .sidebar-menu .sidebar-user-info .sui-hover.visible {5872visibility: visible;5873zoom: 1;5874filter: alpha(opacity=100);5875-webkit-opacity: 1;5876-moz-opacity: 1;5877opacity: 1;5878}5879.page-container .sidebar-menu .sidebar-user-info .sui-hover.visible .close-sui-popup {5880zoom: 1;5881filter: alpha(opacity=100);5882-webkit-opacity: 1;5883-moz-opacity: 1;5884opacity: 1;5885}5886.page-container .sidebar-menu .sidebar-user-info .sui-hover.visible.animate-in a {5887top: 0;5888zoom: 1;5889filter: alpha(opacity=100);5890-webkit-opacity: 1;5891-moz-opacity: 1;5892opacity: 1;5893}5894.page-container .sidebar-menu .sidebar-user-info .sui-hover.going-invisible {5895visibility: visible;5896}5897.page-container .sidebar-menu .sidebar-user-info .sui-hover.inline-links a {5898line-height: 52px;5899color: #fff;5900display: inline-block;5901}5902.page-container .sidebar-menu .sidebar-user-info .sui-hover.inline-links a + a {5903margin-left: 10px;5904}5905.page-container .main-content {5906position: relative;5907/*5908float: left;5909z-index: 2;5910*/5911display: table-cell;5912vertical-align: top;5913padding: 20px;5914background: transparent;5915width: 100%;5916-webkit-box-sizing: border-box;5917-moz-box-sizing: border-box;5918box-sizing: border-box;5919}5920@media screen and (max-width: 767px) {5921.page-container .main-content {5922display: block;5923}5924}5925.page-container.sidebar-collapsed .sidebar-menu {5926width: 65px;5927}5928.page-container.sidebar-collapsed .sidebar-menu .sidebar-menu-inner {5929width: 65px;5930}5931.page-container.sidebar-collapsed .sidebar-menu.fixed .sidebar-menu-inner {5932position: relative;5933}5934.page-container.sidebar-collapsed .sidebar-user-info {5935padding: 13.63636364px 5px;5936}5937.page-container.sidebar-collapsed .sidebar-user-info .user-link {5938text-align: center;5939}5940.page-container.sidebar-collapsed .sidebar-user-info .user-link img {5941-webkit-transform: scale(0.8);5942-moz-transform: scale(0.8);5943-ms-transform: scale(0.8);5944-o-transform: scale(0.8);5945transform: scale(0.8);5946}5947.page-container.sidebar-collapsed .sidebar-user-info .user-link span,5948.page-container.sidebar-collapsed .sidebar-user-info .user-link strong {5949position: absolute;5950zoom: 1;5951filter: alpha(opacity=0);5952-webkit-opacity: 0;5953-moz-opacity: 0;5954opacity: 0;5955}5956.page-container.sidebar-collapsed .sidebar-user-info .sui-hover {5957position: absolute;5958top: 0;5959left: 65px;5960width: 280px;5961padding-top: 8px;5962padding-bottom: 8px;5963background: #303641;5964border: 1px solid #454a54;5965border-left: 0;5966}5967.page-container.sidebar-collapsed .sidebar-user-info .sui-hover a {5968line-height: 1.2;5969}5970.page-container.sidebar-collapsed.sidebar-is-showing .sidebar-user-info {5971padding: 25px 35px;5972}5973.page-container.sidebar-collapsed.sidebar-is-showing .sidebar-user-info img {5974-webkit-transform: scale(1);5975-moz-transform: scale(1);5976-ms-transform: scale(1);5977-o-transform: scale(1);5978transform: scale(1);5979}5980.page-container.sidebar-collapsed .sidebar-menu {5981z-index: 100;5982width: 65px;5983}5984.page-container.sidebar-collapsed .sidebar-menu .logo-env {5985display: block;5986padding: 20px;5987}5988.page-container.sidebar-collapsed .sidebar-menu .logo-env > div.logo {5989overflow: hidden;5990width: 0;5991}5992.page-container.sidebar-collapsed .sidebar-menu .logo-env > div.sidebar-collapse {5993display: block;5994padding: 0;5995left: 3px;5996}5997.page-container.sidebar-collapsed .sidebar-menu #main-menu > li#search .search-input {5998position: absolute;5999visibility: hidden;6000}6001.page-container.sidebar-collapsed .sidebar-menu #main-menu > li#search button {6002padding-left: 20px;6003padding-bottom: 20px;6004margin: 0;6005}6006.page-container.sidebar-collapsed .sidebar-menu #main-menu > li#search.focused .search-input {6007display: block;6008position: absolute;6009visibility: visible;6010top: 0px;6011left: 65px;6012background: #262b34;6013border: 1px solid #454a54;6014width: 250px;6015-webkit-border-radius: 0 3px 3px 0;6016-webkit-background-clip: padding-box;6017-moz-border-radius: 0 3px 3px 0;6018-moz-background-clip: padding;6019border-radius: 0 3px 3px 0;6020background-clip: padding-box;6021border-left: 0;6022padding: 15px 20px;6023padding-bottom: 16px;6024border: 0;6025padding-left: 0;6026}6027.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub > a:before {6028display: none;6029}6030.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub > a {6031background-color: transparent;6032}6033.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a {6034position: relative;6035}6036.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {6037display: block;6038position: absolute;6039top: 0;6040left: 65px;6041margin-top: -1px;6042padding: 12px 10px;6043background: #303641;6044border-top: 1px solid #454a54;6045border-bottom: 1px solid #454a54;6046width: 250px;6047visibility: hidden;6048-webkit-border-radius: 0 3px 3px 0;6049-webkit-background-clip: padding-box;6050-moz-border-radius: 0 3px 3px 0;6051-moz-background-clip: padding;6052border-radius: 0 3px 3px 0;6053background-clip: padding-box;6054zoom: 1;6055filter: alpha(opacity=0);6056-webkit-opacity: 0;6057-moz-opacity: 0;6058opacity: 0;6059}6060.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a span {6061-webkit-transition: none;6062-moz-transition: none;6063-o-transition: none;6064transition: none;6065}6066.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a span.badge {6067position: absolute;6068right: -240px;6069top: 10px;6070display: none;6071}6072.page-container.sidebar-collapsed .sidebar-menu #main-menu > li ul {6073border-top-color: #454a54;6074}6075.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul {6076display: block;6077visibility: hidden;6078position: absolute;6079height: 0;6080top: auto;6081left: 65px;6082width: 250px;6083-webkit-border-radius: 0 0 3px 0;6084-webkit-background-clip: padding-box;6085-moz-border-radius: 0 0 3px 0;6086-moz-background-clip: padding;6087border-radius: 0 0 3px 0;6088background-clip: padding-box;6089zoom: 1;6090filter: alpha(opacity=0);6091-webkit-opacity: 0;6092-moz-opacity: 0;6093opacity: 0;6094}6095.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul > li > a span.badge {6096display: none;6097}6098.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li {6099border-bottom: 1px solid #454a54;6100}6101.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li a {6102padding-left: 10px;6103}6104.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li li a {6105padding-left: 25px;6106}6107.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li li li a {6108padding-left: 40px;6109}6110.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li li li li a {6111padding-left: 55px;6112}6113.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a,6114.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a {6115cursor: default;6116}6117.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a > span:not(.badge),6118.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a > span:not(.badge) {6119-webkit-border-radius: 0 3px 0 0;6120-webkit-background-clip: padding-box;6121-moz-border-radius: 0 3px 0 0;6122-moz-background-clip: padding;6123border-radius: 0 3px 0 0;6124background-clip: padding-box;6125}6126.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a:hover,6127.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a:hover {6128color: #aaabae;6129}6130.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover > ul,6131.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover > ul {6132height: auto;6133}6134.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover > a > span,6135.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover > a > span {6136visibility: visible;6137zoom: 1;6138filter: alpha(opacity=100);6139-webkit-opacity: 1;6140-moz-opacity: 1;6141opacity: 1;6142}6143.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover a span.badge,6144.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover a span.badge {6145display: block;6146}6147.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover > ul,6148.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover > ul {6149visibility: visible;6150zoom: 1;6151filter: alpha(opacity=100);6152-webkit-opacity: 1;6153-moz-opacity: 1;6154opacity: 1;6155}6156.page-container.sidebar-is-collapsing .sidebar-user-info {6157padding: 13.63636364px 5px;6158}6159.page-container.sidebar-is-collapsing .sidebar-user-info img {6160-webkit-transform: scale(0.8);6161-moz-transform: scale(0.8);6162-ms-transform: scale(0.8);6163-o-transform: scale(0.8);6164transform: scale(0.8);6165}6166.page-container.sidebar-is-collapsing .sidebar-menu #main-menu li#search .search-input {6167zoom: 1;6168filter: alpha(opacity=0);6169-webkit-opacity: 0;6170-moz-opacity: 0;6171opacity: 0;6172-webkit-transition: all 300ms ease-in-out;6173-moz-transition: all 300ms ease-in-out;6174-o-transition: all 300ms ease-in-out;6175transition: all 300ms ease-in-out;6176}6177.page-container.sidebar-is-collapsing .sidebar-menu #main-menu li a:before {6178display: none;6179}6180.page-container.sidebar-is-collapsing .sidebar-menu #main-menu li a span {6181zoom: 1;6182filter: alpha(opacity=0);6183-webkit-opacity: 0;6184-moz-opacity: 0;6185opacity: 0;6186-webkit-transition: opacity 250ms ease-in-out !important;6187-moz-transition: opacity 250ms ease-in-out !important;6188-o-transition: opacity 250ms ease-in-out !important;6189transition: opacity 250ms ease-in-out !important;6190}6191.page-container.sidebar-is-showing .sidebar-menu #main-menu li#search .search-input {6192zoom: 1;6193filter: alpha(opacity=0);6194-webkit-opacity: 0;6195-moz-opacity: 0;6196opacity: 0;6197}6198.page-container.sidebar-is-showing .sidebar-menu #main-menu li a:before {6199zoom: 1;6200filter: alpha(opacity=0);6201-webkit-opacity: 0;6202-moz-opacity: 0;6203opacity: 0;6204}6205.page-container.sidebar-is-showing .sidebar-menu #main-menu li a span {6206zoom: 1;6207filter: alpha(opacity=0);6208-webkit-opacity: 0;6209-moz-opacity: 0;6210opacity: 0;6211}6212.page-container.no-sidebar {6213padding-left: 0;6214}6215.page-container.no-sidebar .main-content {6216padding-left: 20px;6217}6218.page-container.horizontal-menu {6219padding-left: 0;6220padding-top: 62px;6221}6222.page-container.horizontal-menu .navbar {6223display: table-row;6224}6225.page-container.horizontal-menu.with-sidebar.fit-logo-with-sidebar header.navbar .navbar-brand {6226width: 280px;6227}6228.page-container.horizontal-menu.with-sidebar header.navbar {6229border-bottom: 1px solid #454a54;6230}6231.page-container.horizontal-menu.with-sidebar header.navbar ul.nav li.dropdown.open:after {6232bottom: -1px;6233}6234.page-container.horizontal-menu.with-sidebar header.navbar ul.nav li.dropdown.open .dropdown-menu {6235margin-top: 1px;6236}6237.page-container.horizontal-menu.with-sidebar .sidebar-user-info {6238border-top: 0;6239border-bottom: 1px solid #454a54;6240}6241.page-container.horizontal-menu.with-sidebar .sidebar-menu {6242position: relative;6243z-index: 100;6244}6245.page-container.horizontal-menu.with-sidebar .main-content {6246width: 100%;6247}6248.page-container.horizontal-menu header.navbar {6249position: absolute;6250z-index: 8;6251background-color: #303641;6252padding: 0;6253margin-bottom: 0;6254border: 0;6255left: 0;6256right: 0;6257top: 0;6258-webkit-border-radius: 0;6259-webkit-background-clip: padding-box;6260-moz-border-radius: 0;6261-moz-background-clip: padding;6262border-radius: 0;6263background-clip: padding-box;6264}6265.page-container.horizontal-menu header.navbar:before,6266.page-container.horizontal-menu header.navbar:after {6267content: " ";6268display: table;6269}6270.page-container.horizontal-menu header.navbar:after {6271clear: both;6272}6273@media screen and (max-width: 768px) {6274.page-container.horizontal-menu header.navbar {6275display: block;6276min-height: 63px;6277}6278}6279.page-container.horizontal-menu header.navbar.navbar-fixed-top {6280position: fixed;6281z-index: 10000;6282}6283@media screen and (max-width: 768px) {6284.page-container.horizontal-menu header.navbar.navbar-fixed-top {6285z-index: 10;6286}6287}6288.page-container.horizontal-menu header.navbar > .navbar-inner:before,6289.page-container.horizontal-menu header.navbar > .navbar-inner:after {6290content: " ";6291display: table;6292}6293.page-container.horizontal-menu header.navbar > .navbar-inner:after {6294clear: both;6295}6296.page-container.horizontal-menu header.navbar .navbar-brand {6297padding: 20px 20px;6298}6299.page-container.horizontal-menu header.navbar .navbar-nav {6300border-left: 1px solid rgba(69, 74, 84, 0.5);6301margin: 0;6302padding: 0;6303list-style: none;6304}6305.page-container.horizontal-menu header.navbar .navbar-nav:before,6306.page-container.horizontal-menu header.navbar .navbar-nav:after {6307content: " ";6308display: table;6309}6310.page-container.horizontal-menu header.navbar .navbar-nav:after {6311clear: both;6312}6313.page-container.horizontal-menu header.navbar .navbar-nav > li {6314position: relative;6315}6316.page-container.horizontal-menu header.navbar .navbar-nav > li > a {6317position: relative;6318display: block;6319padding: 20px 20px;6320border-right: 1px solid rgba(69, 74, 84, 0.5);6321font-size: 12px;6322color: #aaabae;6323-webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;6324-moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;6325-o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;6326transition: color 250ms ease-in-out, background-color 250ms ease-in-out;6327z-index: 10;6328}6329.page-container.horizontal-menu header.navbar .navbar-nav > li > a i {6330top: 1px;6331}6332.page-container.horizontal-menu header.navbar .navbar-nav > li > a span {6333font-size: 12px;6334}6335.page-container.horizontal-menu header.navbar .navbar-nav > li:hover > a {6336background-color: rgba(69, 74, 84, 0.3);6337color: #fff;6338}6339.page-container.horizontal-menu header.navbar .navbar-nav > li#search {6340border-right: 1px solid rgba(69, 74, 84, 0.5);6341}6342.page-container.horizontal-menu header.navbar .navbar-nav > li#search.search-input-collapsed:hover {6343background-color: rgba(69, 74, 84, 0.3);6344}6345.page-container.horizontal-menu header.navbar .navbar-nav > li.active > a {6346background-color: #2b303a;6347color: #fff;6348}6349.page-container.horizontal-menu header.navbar .navbar-nav > li.active.has-sub > a:after {6350position: absolute;6351content: '';6352width: 0px;6353height: 0px;6354border-style: solid;6355border-width: 6px 6px 0 6px;6356border-color: #2b303a transparent transparent transparent;6357bottom: -6px;6358left: 50%;6359margin-left: -6px;6360zoom: 1;6361filter: alpha(opacity=0);6362-webkit-opacity: 0;6363-moz-opacity: 0;6364opacity: 0;6365-webkit-transition: all 300ms ease-in-out;6366-moz-transition: all 300ms ease-in-out;6367-o-transition: all 300ms ease-in-out;6368transition: all 300ms ease-in-out;6369-webkit-transition-delay: 300ms;6370-moz-transition-delay: 300ms;6371-o-transition-delay: 300ms;6372transition-delay: 300ms;6373}6374.page-container.horizontal-menu header.navbar .navbar-nav > li.active.has-sub:hover > a:after {6375zoom: 1;6376filter: alpha(opacity=100);6377-webkit-opacity: 1;6378-moz-opacity: 1;6379opacity: 1;6380}6381.page-container.horizontal-menu header.navbar .navbar-nav > li .badge {6382margin-left: 10px;6383margin-right: -5px;6384}6385.page-container.horizontal-menu header.navbar .navbar-nav > li ul {6386position: absolute;6387list-style: none;6388margin: 0;6389padding: 0;6390left: 0;6391top: auto;6392margin-top: 1px;6393background-color: #272b34;6394min-width: 250px;6395display: none;6396}6397.page-container.horizontal-menu header.navbar .navbar-nav > li ul li {6398position: relative;6399}6400.page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {6401display: block;6402padding: 10px 20px;6403white-space: nowrap;6404font-size: 12px;6405border-bottom: 1px solid #303641;6406color: #aaabae;6407-webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;6408-moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;6409-o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;6410transition: color 250ms ease-in-out, background-color 250ms ease-in-out;6411}6412.page-container.horizontal-menu header.navbar .navbar-nav > li ul li.active > a {6413background-color: #2b303a;6414color: #fff;6415}6416.page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover > a {6417background-color: #2b303a;6418color: #fff;6419}6420.page-container.horizontal-menu header.navbar .navbar-nav > li ul li ul {6421position: absolute;6422left: 100%;6423top: -1px;6424}6425.page-container.horizontal-menu header.navbar .navbar-nav > li ul li.has-sub > a:before {6426position: relative;6427content: '\e877';6428content: '\e879';6429display: inline-block;6430font-family: "Entypo";6431color: #aaabae;6432color: #FFF;6433float: right;6434font-size: 15px;6435margin-left: 20px;6436top: -1px;6437-webkit-transition: all 300ms ease-in-out;6438-moz-transition: all 300ms ease-in-out;6439-o-transition: all 300ms ease-in-out;6440transition: all 300ms ease-in-out;6441}6442.page-container.horizontal-menu header.navbar .navbar-nav > li ul li.has-sub:hover > a:before {6443color: #fff;6444}6445.page-container.horizontal-menu header.navbar .navbar-nav > li ul > li:last-child > a {6446border-bottom: 0;6447}6448.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search,6449.page-container.horizontal-menu header.navbar > ul > li#search {6450position: relative;6451background-color: #262b34;6452-webkit-transition: background 300ms ease-in-out;6453-moz-transition: background 300ms ease-in-out;6454-o-transition: background 300ms ease-in-out;6455transition: background 300ms ease-in-out;6456}6457.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search ::-webkit-input-placeholder,6458.page-container.horizontal-menu header.navbar > ul > li#search ::-webkit-input-placeholder {6459color: rgba(170, 171, 174, 0.7);6460}6461.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search :-moz-placeholder,6462.page-container.horizontal-menu header.navbar > ul > li#search :-moz-placeholder {6463color: rgba(170, 171, 174, 0.7);6464}6465.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search ::-moz-placeholder,6466.page-container.horizontal-menu header.navbar > ul > li#search ::-moz-placeholder {6467color: rgba(170, 171, 174, 0.7);6468}6469.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search :-ms-input-placeholder,6470.page-container.horizontal-menu header.navbar > ul > li#search :-ms-input-placeholder {6471color: rgba(170, 171, 174, 0.7);6472}6473.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input,6474.page-container.horizontal-menu header.navbar > ul > li#search .search-input {6475background: none;6476padding: 0;6477margin: 0;6478border: none;6479outline: none;6480padding: 22px 20px;6481padding-right: 45px;6482width: 220px;6483color: #aaabae;6484font-size: 12px;6485line-height: 1.42857143;6486zoom: 1;6487filter: alpha(opacity=100);6488-webkit-opacity: 1;6489-moz-opacity: 1;6490opacity: 1;6491-webkit-transition: all 350 ease-in-out;6492-o-transition: all 350 ease-in-out;6493transition: all 350 ease-in-out;6494-webkit-transition: all 350ms ease-in-out;6495-moz-transition: all 350ms ease-in-out;6496-o-transition: all 350ms ease-in-out;6497transition: all 350ms ease-in-out;6498-webkit-box-sizing: border-box;6499-moz-box-sizing: border-box;6500box-sizing: border-box;6501}6502.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search button,6503.page-container.horizontal-menu header.navbar > ul > li#search button {6504position: absolute;6505right: 0;6506top: 0;6507background: none;6508padding: 0;6509margin: 0;6510border: none;6511outline: none;6512color: #aaabae;6513padding: 20px 10px;6514-webkit-transition: all 350 ease-in-out;6515-o-transition: all 350 ease-in-out;6516transition: all 350 ease-in-out;6517-webkit-transition: all 350ms ease-in-out;6518-moz-transition: all 350ms ease-in-out;6519-o-transition: all 350ms ease-in-out;6520transition: all 350ms ease-in-out;6521}6522.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search button i,6523.page-container.horizontal-menu header.navbar > ul > li#search button i {6524margin: 0;6525}6526.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed,6527.page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed {6528background-color: transparent;6529}6530.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed ::-webkit-input-placeholder,6531.page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed ::-webkit-input-placeholder {6532color: transparent;6533}6534.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed :-moz-placeholder,6535.page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed :-moz-placeholder {6536color: transparent;6537}6538.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed ::-moz-placeholder,6539.page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed ::-moz-placeholder {6540color: transparent;6541}6542.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed :-ms-input-placeholder,6543.page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed :-ms-input-placeholder {6544color: transparent;6545}6546.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed .search-input,6547.page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed .search-input {6548overflow: hidden;6549width: 45px;6550padding-left: 0;6551zoom: 1;6552filter: alpha(opacity=0);6553-webkit-opacity: 0;6554-moz-opacity: 0;6555opacity: 0;6556}6557.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search.search-input-collapsed button,6558.page-container.horizontal-menu header.navbar > ul > li#search.search-input-collapsed button {6559padding-right: 15px;6560}6561.page-container.horizontal-menu header.navbar ul.nav {6562color: #aaabae;6563font-size: 12px;6564}6565.page-container.horizontal-menu header.navbar ul.nav:before,6566.page-container.horizontal-menu header.navbar ul.nav:after {6567content: " ";6568display: table;6569}6570.page-container.horizontal-menu header.navbar ul.nav:after {6571clear: both;6572}6573.page-container.horizontal-menu header.navbar ul.nav > li {6574float: left;6575}6576.page-container.horizontal-menu header.navbar ul.nav > li > a,6577.page-container.horizontal-menu header.navbar ul.nav > li > span {6578display: block;6579float: left;6580padding: 22px 20px;6581color: #aaabae;6582font-size: 12px;6583line-height: 1.42857143;6584}6585.page-container.horizontal-menu header.navbar ul.nav > li > a i,6586.page-container.horizontal-menu header.navbar ul.nav > li > span i {6587margin-right: 5px;6588}6589.page-container.horizontal-menu header.navbar ul.nav > li > a i.right,6590.page-container.horizontal-menu header.navbar ul.nav > li > span i.right {6591margin-right: 0;6592margin-left: 5px;6593}6594.page-container.horizontal-menu header.navbar ul.nav > li > a {6595-webkit-transition: all 300ms ease-in-out;6596-moz-transition: all 300ms ease-in-out;6597-o-transition: all 300ms ease-in-out;6598transition: all 300ms ease-in-out;6599}6600.page-container.horizontal-menu header.navbar ul.nav > li > a:hover,6601.page-container.horizontal-menu header.navbar ul.nav > li > a:focus {6602color: #fff;6603background-color: transparent;6604}6605.page-container.horizontal-menu header.navbar ul.nav > li.sep {6606float: left;6607display: block;6608border-left: 1px solid #454a54;6609margin: 22px 0;6610height: 16px;6611width: 0px;6612line-height: 1.42857143;6613overflow: hidden;6614}6615.page-container.horizontal-menu header.navbar ul.nav > li#search button {6616padding: 22px 20px;6617}6618.page-container.horizontal-menu header.navbar ul.nav > li#search.search-input-collapsed button {6619padding-right: 15px;6620}6621.page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a {6622position: relative;6623display: block;6624padding: 0;6625margin: 10px;6626margin-top: 18px;6627margin-bottom: 16px;6628-webkit-transition: all 300ms ease-in-out;6629-moz-transition: all 300ms ease-in-out;6630-o-transition: all 300ms ease-in-out;6631transition: all 300ms ease-in-out;6632}6633.page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a i {6634font-size: 19px;6635}6636.page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a .badge {6637position: absolute;6638padding: 2px;6639font-size: 10px;6640right: 0px;6641top: -5px;6642min-width: 17px;6643line-height: 12px;6644}6645.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu {6646background-color: #f5f5f6;6647-webkit-border-radius: 0 0 3px 3px;6648-webkit-background-clip: padding-box;6649-moz-border-radius: 0 0 3px 3px;6650-moz-background-clip: padding;6651border-radius: 0 0 3px 3px;6652background-clip: padding-box;6653-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.05);6654-moz-box-shadow: 0 1px 0px rgba(0,0,0,.05);6655box-shadow: 0 1px 0px rgba(0,0,0,.05);6656border: 1px solid #f8f8f8;6657list-style: none;6658padding: 0;6659margin: 0;6660margin-top: 0px;6661width: 370px;6662}6663.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu li,6664.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu a,6665.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu p {6666color: #888888;6667}6668.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li {6669display: block;6670border-bottom: 1px solid #ededed;6671margin: 0;6672padding: 0;6673font-size: 12px;6674}6675.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.top > p {6676background-color: #f5f5f6;6677}6678.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > a,6679.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > p {6680margin: 0;6681padding: 12px 20px;6682}6683.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > p {6684background-color: #FFF;6685}6686.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > p a {6687color: #ec5956;6688-webkit-transition: all 300ms ease-in-out;6689-moz-transition: all 300ms ease-in-out;6690-o-transition: all 300ms ease-in-out;6691transition: all 300ms ease-in-out;6692}6693.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > p a:hover {6694color: #e9423f;6695}6696.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li .scroller {6697max-height: 290px;6698overflow: auto;6699}6700.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul {6701position: relative;6702margin: 0;6703padding: 0;6704list-style: none;6705}6706.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li {6707font-size: 12px;6708border-bottom: 1px solid #ededed;6709background: #f5f5f6;6710}6711.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a,6712.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p {6713display: block;6714position: relative;6715margin: 0;6716padding: 10px 20px;6717-webkit-transition: all 300ms ease-in-out;6718-moz-transition: all 300ms ease-in-out;6719-o-transition: all 300ms ease-in-out;6720transition: all 300ms ease-in-out;6721}6722.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a:before,6723.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p:before,6724.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a:after,6725.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p:after {6726content: " ";6727display: table;6728}6729.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a:after,6730.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p:after {6731clear: both;6732}6733.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a > i,6734.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p > i {6735background: #454a54;6736display: block;6737float: left;6738text-align: center;6739padding: 5px;6740line-height: 14px;6741color: #fff;6742width: 28px;6743height: 24px;6744-webkit-border-radius: 3px;6745-webkit-background-clip: padding-box;6746-moz-border-radius: 3px;6747-moz-background-clip: padding;6748border-radius: 3px;6749background-clip: padding-box;6750}6751.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a:hover,6752.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p:hover {6753background-color: #f5f5f6 !important;6754}6755.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-primary > i,6756.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-primary > a > i {6757background-color: #303641;6758color: #fff;6759}6760.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-secondary > i,6761.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-secondary > a > i {6762background-color: #ee4749;6763color: #fff;6764}6765.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-success > i,6766.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-success > a > i {6767background-color: #00a651;6768color: #fff;6769}6770.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-info > i,6771.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-info > a > i {6772background-color: #21a9e1;6773color: #fff;6774}6775.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-warning > i,6776.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-warning > a > i {6777background-color: #fad839;6778color: #fff;6779}6780.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-danger > i,6781.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-danger > a > i {6782background-color: #cc2424;6783color: #fff;6784}6785.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task {6786display: block;6787}6788.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task:before,6789.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task:after {6790content: " ";6791display: table;6792}6793.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task:after {6794clear: both;6795}6796.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task span {6797display: block;6798}6799.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task span.desc {6800float: left;6801}6802.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .task span.percent {6803float: right;6804}6805.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .image {6806display: block;6807margin-right: 10px;6808float: left;6809}6810.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .image.pull-right {6811margin-left: 10px;6812margin-right: 0;6813}6814.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .image .img-circle {6815border: 2px solid #FFF;6816}6817.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .image + .line {6818margin-top: 8px;6819}6820.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line {6821display: block;6822}6823.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line.desc {6824overflow: hidden;6825text-overflow: ellipsis;6826white-space: nowrap;6827}6828.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line + .line,6829.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line + .line + .line,6830.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .line + .line + .line + .line {6831margin-top: 5px;6832}6833.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li strong {6834color: #373e4a;6835}6836.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .progress {6837display: block;6838height: 5px;6839background-color: #ededed;6840margin: 0;6841margin-top: 10px;6842margin-bottom: 5px;6843}6844.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .progress:before,6845.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .progress:after {6846content: " ";6847display: table;6848}6849.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li .progress:after {6850clear: both;6851}6852.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li:last-child {6853border-bottom: 0;6854}6855.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li:first-child a:afterx {6856position: absolute;6857content: '';6858display: block;6859height: 10px;6860top: -10px;6861left: 0;6862right: 0;6863background: transparent;6864background: red;6865-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);6866-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);6867box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);6868}6869.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.external {6870background-color: #FFF;6871border-bottom: 0;6872}6873.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.external a {6874color: #ec5956;6875-webkit-transition: all 300ms ease-in-out;6876-moz-transition: all 300ms ease-in-out;6877-o-transition: all 300ms ease-in-out;6878transition: all 300ms ease-in-out;6879}6880.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.external a:hover {6881background-color: #fff;6882color: #e9423f;6883}6884.page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open {6885background-color: rgba(69, 74, 84, 0.5);6886}6887.page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open > a {6888background-color: transparent;6889color: #fff;6890}6891.page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open:after {6892content: '';6893position: absolute;6894display: block;6895width: 0px;6896height: 0px;6897border-style: solid;6898border-width: 0 7px 7px 7px;6899border-color: transparent transparent #FFF transparent;6900bottom: -2px;6901left: 50%;6902margin-left: -7px;6903}6904.page-container.horizontal-menu header.navbar ul.nav > li .horizontal-mobile-menu {6905position: relative;6906}6907.page-container.horizontal-menu header.navbar ul.nav > li .horizontal-mobile-menu a {6908display: inline-block;6909border: 1px solid #454a54;6910text-align: center;6911padding: 0;6912line-height: 1;6913font-size: 20px;6914font-weight: 300;6915padding: 5px 2px;6916color: #aaabae;6917margin-top: 15px;6918margin-left: 20px;6919-webkit-border-radius: 3px;6920-webkit-background-clip: padding-box;6921-moz-border-radius: 3px;6922-moz-background-clip: padding;6923border-radius: 3px;6924background-clip: padding-box;6925-webkit-transition: all 200ms ease-in-out;6926-moz-transition: all 200ms ease-in-out;6927-o-transition: all 200ms ease-in-out;6928transition: all 200ms ease-in-out;6929}6930.page-container.horizontal-menu header.navbar ul.nav > li .horizontal-mobile-menu a:hover {6931background-color: rgba(69, 74, 84, 0.4);6932}6933/* Lower screen than large screen */6934@media (max-width: 992px) {6935.page-body .page-container.horizontal-menu.fit-logo-with-sidebar header.navbar .navbar-brand {6936width: auto;6937}6938}6939@media (min-width: 767px) and (max-width: 1100px) {6940.page-container.horizontal-menu header.navbar .navbar-nav > li > a {6941padding-left: 10px;6942padding-right: 10px;6943-webkit-transition: padding 250ms ease-in-out;6944-moz-transition: padding 250ms ease-in-out;6945-o-transition: padding 250ms ease-in-out;6946transition: padding 250ms ease-in-out;6947}6948.page-container.horizontal-menu header.navbar .navbar-nav > li > a .badge {6949display: none;6950}6951.page-container.horizontal-menu header.navbar > ul > li#search .search-input,6952.page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input {6953width: 140px;6954}6955.page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {6956padding: 10px 15px;6957}6958}6959/* Tablets Only */6960@media (min-width: 767px) and (max-width: 992px) {6961.page-container.horizontal-menu header.navbar .navbar-nav > li > a {6962padding-left: 15px;6963padding-right: 15px;6964}6965.page-container.horizontal-menu header.navbar .navbar-nav > li > a i + span {6966display: none;6967}6968.page-container.Xhorizontal-menu header.navbar .navbar-nav li a,6969.page-container.Xhorizontal-menu header.navbar .navbar-nav li ul li a,6970.page-container.Xhorizontal-menu header.navbar ul.nav > li > a {6971padding-left: 10px;6972padding-right: 10px;6973font-size: 11px;6974}6975.page-container.Xhorizontal-menu header.navbar ul > li#search .search-input {6976width: 150px;6977}6978.page-container.Xhorizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu {6979width: 315px;6980}6981}6982/* Relatively-Small screen */6983@media (max-width: 767px) {6984.page-body .page-container {6985padding-left: 0;6986}6987.page-body .page-container .sidebar-menu {6988position: relative;6989width: 100%;6990min-height: 0px !important;6991}6992.page-body .page-container .sidebar-menu .logo-env {6993padding: 15px 20px;6994-webkit-transition: all padding ease-in-out;6995-moz-transition: all padding ease-in-out;6996-o-transition: all padding ease-in-out;6997transition: all padding ease-in-out;6998}6999.page-body .page-container .sidebar-menu .logo-env > div.logo {7000display: block;7001width: auto;7002}7003.page-body .page-container .sidebar-menu .logo-env > div.sidebar-collapse {7004display: none;7005}7006.page-body .page-container .sidebar-menu #main-menu {7007display: none;7008margin-bottom: 0;7009}7010.page-body .page-container .sidebar-menu #main-menu li a span {7011-webkit-transition: none;7012-moz-transition: none;7013-o-transition: none;7014transition: none;7015}7016.page-body .page-container .main-content {7017min-height: auto !important;7018}7019.page-body .page-container.horizontal-menu {7020padding-top: 0;7021}7022.page-body .page-container.horizontal-menu.with-sidebar {7023padding-left: 0;7024}7025.page-body .page-container.horizontal-menu header.navbar {7026position: relative;7027}7028.page-body .page-container.horizontal-menu header.navbar .navbar-nav {7029clear: left;7030border-top: 1px solid rgba(69, 74, 84, 0.4);7031display: none;7032}7033.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li > a {7034border-right: 0;7035border-bottom: 1px solid rgba(69, 74, 84, 0.4);7036padding-top: 12px;7037padding-bottom: 12px;7038}7039.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search {7040border-right: 0;7041background-color: #262b34;7042border-bottom: 1px solid rgba(69, 74, 84, 0.4);7043}7044.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search ::-webkit-input-placeholder {7045color: #aaabae;7046}7047.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search :-moz-placeholder {7048color: #aaabae;7049}7050.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search ::-moz-placeholder {7051color: #aaabae;7052}7053.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search :-ms-input-placeholder {7054color: #aaabae;7055}7056.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search:hover {7057background-color: #262b34;7058}7059.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search .search-input {7060zoom: 1;7061filter: alpha(opacity=100);7062-webkit-opacity: 1;7063-moz-opacity: 1;7064opacity: 1;7065width: 100%;7066padding-left: 20px;7067padding-top: 15px;7068padding-bottom: 15px;7069}7070.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search button {7071padding-top: 15px;7072padding-bottom: 15px;7073}7074.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li > ul > li > a:first-child {7075border-top: 0;7076}7077.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul {7078overflow: hidden;7079width: 100%;7080position: relative;7081left: 0;7082-webkit-transform: none !important;7083-moz-transform: none !important;7084-ms-transform: none !important;7085-o-transform: none !important;7086transform: none !important;7087}7088.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul.visible {7089display: block !important;7090visibility: visible !important;7091opacity: 1 !important;7092}7093.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {7094border: none;7095border-bottom: 1px solid rgba(69, 74, 84, 0.3);7096}7097.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover > a {7098background: transparent;7099}7100.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li > a:hover {7101background-color: rgba(69, 74, 84, 0.2);7102}7103.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.active > a {7104background-color: rgba(69, 74, 84, 0.15);7105color: #fff;7106}7107.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.opened > a:before {7108-webkit-transform: rotate(90deg);7109-moz-transform: rotate(90deg);7110-ms-transform: rotate(90deg);7111-o-transform: rotate(90deg);7112transform: rotate(90deg);7113}7114.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {7115padding-left: 40px;7116}7117.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li li a {7118padding-left: 60px;7119}7120.page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li li li a {7121padding-left: 80px;7122}7123.page-body .page-container.horizontal-menu header.navbar ul.nav {7124position: absolute;7125top: 0px;7126right: 20px;7127}7128.page-body .page-container.horizontal-menu header.navbar ul.nav > li {7129display: none;7130}7131.page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown {7132display: block;7133}7134.page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open > .dropdown-menu {7135width: 259px;7136margin-left: -185px;7137-webkit-border-radius: 3px;7138-webkit-background-clip: padding-box;7139-moz-border-radius: 3px;7140-moz-background-clip: padding;7141border-radius: 3px;7142background-clip: padding-box;7143}7144.page-body .page-container .main-content {7145min-height: 0 !important;7146}7147}7148/* Small Screen */7149@media (max-width: 480px) {7150.page-body .page-container.horizontal-menu header.navbar .horizontal-mobile-menu a {7151margin-left: 10px;7152}7153.page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a {7154margin-left: 5px;7155margin-right: 5px;7156}7157.page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open > .dropdown-menu {7158width: 222px;7159margin-left: -123.33333333px;7160}7161}7162/* Right Sidebar Menu */7163.page-container.right-sidebar .sidebar-menu .sidebar-user-info .sui-hover.inline-links a {7164margin-left: 10px;7165}7166.page-container.right-sidebar .sidebar-menu .sidebar-user-info .sui-hover .close-sui-popup {7167right: auto;7168left: 15px;7169}7170@media screen and (min-width: 991px) {7171.page-container.right-sidebar {7172direction: rtl;7173}7174.page-container.right-sidebar > * {7175direction: ltr;7176}7177.page-container.right-sidebar .sidebar-menu {7178left: auto;7179right: 0;7180}7181.page-container.right-sidebar.sidebar-collapsed {7182padding-left: 0;7183}7184.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > a > span,7185.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul {7186left: auto;7187right: 65px;7188}7189.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > a > i {7190margin-right: 0;7191}7192.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > a > span.badge {7193right: 75px;7194left: auto;7195}7196.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {7197-webkit-border-radius: 3px 0 0 3px;7198-webkit-background-clip: padding-box;7199-moz-border-radius: 3px 0 0 3px;7200-moz-background-clip: padding;7201border-radius: 3px 0 0 3px;7202background-clip: padding-box;7203padding-left: 15px;7204}7205.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul li a {7206padding-left: 15px;7207padding-right: 10px;7208}7209.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul li a i {7210margin-right: 0;7211margin-left: 5px;7212}7213.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul {7214right: 65px;7215left: auto;7216}7217.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li > ul {7218-webkit-border-radius: 0 0 0 3px;7219-webkit-background-clip: padding-box;7220-moz-border-radius: 0 0 0 3px;7221-moz-background-clip: padding;7222border-radius: 0 0 0 3px;7223background-clip: padding-box;7224}7225.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li#search.focused .search-input {7226left: auto;7227right: 65px;7228-webkit-border-radius: 3px 0 0 3px;7229-webkit-background-clip: padding-box;7230-moz-border-radius: 3px 0 0 3px;7231-moz-background-clip: padding;7232border-radius: 3px 0 0 3px;7233background-clip: padding-box;7234}7235.page-container.right-sidebar.horizontal-menu.with-sidebar {7236padding-left: 0;7237}7238.page-container.right-sidebar.horizontal-menu.with-sidebar.sidebar-collapsed {7239padding-left: 0;7240}7241.page-container.right-sidebar.chat-visible .main-content {7242padding-left: 300px;7243padding-right: 20px;7244}7245.page-container.right-sidebar #chat {7246left: 0;7247right: auto;7248}7249.page-container.right-sidebar #chat .chat-conversation {7250left: 280px;7251right: auto;7252-webkit-border-radius: 0 3px 3px 0;7253-webkit-background-clip: padding-box;7254-moz-border-radius: 0 3px 3px 0;7255-moz-background-clip: padding;7256border-radius: 0 3px 3px 0;7257background-clip: padding-box;7258}7259.page-container.right-sidebar.sidebar-is-collapsing .sidebar-menu #main-menu li a i {7260-webkit-transform: translateX(0);7261-moz-transform: translateX(0);7262-ms-transform: translateX(0);7263-o-transform: translateX(0);7264transform: translateX(0);7265}7266.page-container.right-sidebar.sidebar-is-collapsing .sidebar-menu {7267-webkit-transition: all 350ms;7268-moz-transition: all 350ms;7269-o-transition: all 350ms;7270transition: all 350ms;7271}7272.page-container.right-sidebar.sidebar-is-collapsing .sidebar-menu .sidebar-user-info .user-link span,7273.page-container.right-sidebar.sidebar-is-collapsing .sidebar-menu .sidebar-user-info .user-link strong {7274zoom: 1;7275filter: alpha(opacity=0);7276-webkit-opacity: 0;7277-moz-opacity: 0;7278opacity: 0;7279}7280.page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 {7281padding-right: 65px;7282-webkit-transition: all 600ms;7283-moz-transition: all 600ms;7284-o-transition: all 600ms;7285transition: all 600ms;7286}7287.page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu {7288width: 65px;7289}7290.page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu .logo-env > .logo,7291.page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu #main-menu li > a:before,7292.page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu #main-menu li a span,7293.page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu .sidebar-user-info .user-link span,7294.page-container.right-sidebar.sidebar-is-collapsing.sidebar-collapsing-phase-2 .sidebar-menu .sidebar-user-info .user-link strong {7295zoom: 1;7296filter: alpha(opacity=0);7297-webkit-opacity: 0;7298-moz-opacity: 0;7299opacity: 0;7300visibility: hidden;7301display: none;7302}7303.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a > span:not(.badge),7304.page-container.right-sidebar.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a > span:not(.badge) {7305-webkit-border-radius: 3px 0 0 0;7306-webkit-background-clip: padding-box;7307-moz-border-radius: 3px 0 0 0;7308-moz-background-clip: padding;7309border-radius: 3px 0 0 0;7310background-clip: padding-box;7311}7312}7313.user-info {7314list-style: none;7315margin: 0;7316padding: 0;7317}7318.user-info:before,7319.user-info:after {7320content: " ";7321display: table;7322}7323.user-info:after {7324clear: both;7325}7326.user-info > li {7327float: left;7328margin-right: 2.5px;7329}7330.user-info > li.profile-info {7331margin-right: 10px;7332}7333.profile-info.dropdown > a {7334color: #2b303a;7335text-decoration: none;7336font-size: 14px;7337-webkit-transition: all 300ms ease-in-out;7338-moz-transition: all 300ms ease-in-out;7339-o-transition: all 300ms ease-in-out;7340transition: all 300ms ease-in-out;7341}7342.profile-info.dropdown > a:hover {7343color: #818da2;7344}7345.profile-info.dropdown > a img {7346border: 2px solid #f5f5f5;7347margin-right: 5px;7348}7349.profile-info.dropdown .dropdown-menu {7350background-color: #303641;7351border-color: #454a54;7352padding: 0;7353margin-top: 15px;7354}7355.profile-info.dropdown .dropdown-menu > .caret {7356position: absolute;7357left: 20px;7358top: -4px;7359border-bottom-width: 4px;7360border-top-width: 0;7361border-bottom-color: #454a54;7362margin-left: -2px;7363}7364.profile-info.dropdown .dropdown-menu li {7365color: #aaabae;7366font-size: 12px;7367padding: 0;7368}7369.profile-info.dropdown .dropdown-menu li a {7370color: #aaabae;7371padding: 8px 10px;7372-webkit-transition: all 300ms ease-in-out;7373-moz-transition: all 300ms ease-in-out;7374-o-transition: all 300ms ease-in-out;7375transition: all 300ms ease-in-out;7376}7377.profile-info.dropdown .dropdown-menu li a i {7378margin-right: 5px;7379zoom: 1;7380filter: alpha(opacity=70);7381-webkit-opacity: 0.7;7382-moz-opacity: 0.7;7383opacity: 0.7;7384}7385.profile-info.dropdown .dropdown-menu li a:hover {7386background-color: #2b303a;7387color: #fff;7388}7389.profile-info.dropdown .dropdown-menu li a:hover i {7390zoom: 1;7391filter: alpha(opacity=100);7392-webkit-opacity: 1;7393-moz-opacity: 1;7394opacity: 1;7395}7396.profile-info.dropdown .dropdown-menu > li {7397border-bottom: 1px solid #454a54;7398}7399.profile-info.dropdown .dropdown-menu > li > a {7400display: block;7401min-width: 210px;7402}7403.profile-info.dropdown .dropdown-menu > li:last-child {7404border-bottom: 0;7405}7406.profile-info.dropdown.pull-right {7407text-align: right;7408}7409.profile-info.dropdown.pull-right > a img {7410margin-left: 5px;7411margin-right: 0;7412}7413.profile-info.dropdown.pull-right .dropdown-menu {7414background-color: #303641;7415border-color: #454a54;7416padding: 0;7417margin-top: 15px;7418text-align: left;7419}7420.profile-info.dropdown.pull-right .dropdown-menu > .caret {7421left: auto;7422right: 20px;7423}7424.notifications.dropdown > a {7425position: relative;7426display: block;7427padding: 10px 10px;7428color: #737881;7429}7430.notifications.dropdown > a i {7431font-size: 19px;7432}7433.notifications.dropdown > a .badge {7434position: absolute;7435padding: 2px;7436font-size: 10px;7437right: 6px;7438top: 6px;7439min-width: 17px;7440line-height: 12px;7441}7442.notifications.dropdown.open > a {7443background-color: #f5f5f6;7444-webkit-border-radius: 3px 3px 0 0;7445-webkit-background-clip: padding-box;7446-moz-border-radius: 3px 3px 0 0;7447-moz-background-clip: padding;7448border-radius: 3px 3px 0 0;7449background-clip: padding-box;7450}7451.notifications.dropdown .dropdown-menu {7452background-color: #f5f5f6;7453-webkit-border-radius: 0 0 3px 3px;7454-webkit-background-clip: padding-box;7455-moz-border-radius: 0 0 3px 3px;7456-moz-background-clip: padding;7457border-radius: 0 0 3px 3px;7458background-clip: padding-box;7459-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.05);7460-moz-box-shadow: 0 1px 0px rgba(0,0,0,.05);7461box-shadow: 0 1px 0px rgba(0,0,0,.05);7462border: 1px solid #f8f8f8;7463list-style: none;7464padding: 0;7465margin: 0;7466margin-top: 0px;7467width: 370px;7468}7469.notifications.dropdown .dropdown-menu li,7470.notifications.dropdown .dropdown-menu a,7471.notifications.dropdown .dropdown-menu p {7472color: #888888;7473}7474.notifications.dropdown .dropdown-menu > li {7475display: block;7476border-bottom: 1px solid #ededed;7477margin: 0;7478padding: 0;7479font-size: 12px;7480}7481.notifications.dropdown .dropdown-menu > li.top > p {7482background-color: #f5f5f6;7483}7484.notifications.dropdown .dropdown-menu > li > a,7485.notifications.dropdown .dropdown-menu > li > p {7486margin: 0;7487padding: 12px 20px;7488}7489.notifications.dropdown .dropdown-menu > li > p {7490background-color: #FFF;7491}7492.notifications.dropdown .dropdown-menu > li > p a {7493color: #ec5956;7494-webkit-transition: all 300ms ease-in-out;7495-moz-transition: all 300ms ease-in-out;7496-o-transition: all 300ms ease-in-out;7497transition: all 300ms ease-in-out;7498}7499.notifications.dropdown .dropdown-menu > li > p a:hover {7500color: #e9423f;7501}7502.notifications.dropdown .dropdown-menu > li .scroller {7503max-height: 290px;7504overflow: auto;7505}7506.notifications.dropdown .dropdown-menu > li > ul {7507position: relative;7508margin: 0;7509padding: 0;7510list-style: none;7511}7512.notifications.dropdown .dropdown-menu > li > ul > li {7513font-size: 12px;7514border-bottom: 1px solid #ededed;7515background: #f5f5f6;7516}7517.notifications.dropdown .dropdown-menu > li > ul > li > a,7518.notifications.dropdown .dropdown-menu > li > ul > li > p {7519display: block;7520position: relative;7521margin: 0;7522padding: 10px 20px;7523-webkit-transition: all 300ms ease-in-out;7524-moz-transition: all 300ms ease-in-out;7525-o-transition: all 300ms ease-in-out;7526transition: all 300ms ease-in-out;7527}7528.notifications.dropdown .dropdown-menu > li > ul > li > a:before,7529.notifications.dropdown .dropdown-menu > li > ul > li > p:before,7530.notifications.dropdown .dropdown-menu > li > ul > li > a:after,7531.notifications.dropdown .dropdown-menu > li > ul > li > p:after {7532content: " ";7533display: table;7534}7535.notifications.dropdown .dropdown-menu > li > ul > li > a:after,7536.notifications.dropdown .dropdown-menu > li > ul > li > p:after {7537clear: both;7538}7539.notifications.dropdown .dropdown-menu > li > ul > li > a > i,7540.notifications.dropdown .dropdown-menu > li > ul > li > p > i {7541background: #454a54;7542display: block;7543float: left;7544text-align: center;7545padding: 5px;7546line-height: 14px;7547color: #fff;7548width: 28px;7549height: 24px;7550-webkit-border-radius: 3px;7551-webkit-background-clip: padding-box;7552-moz-border-radius: 3px;7553-moz-background-clip: padding;7554border-radius: 3px;7555background-clip: padding-box;7556}7557.notifications.dropdown .dropdown-menu > li > ul > li > a:hover,7558.notifications.dropdown .dropdown-menu > li > ul > li > p:hover {7559background-color: #f5f5f6 !important;7560}7561.notifications.dropdown .dropdown-menu > li > ul > li.notification-primary > i,7562.notifications.dropdown .dropdown-menu > li > ul > li.notification-primary > a > i {7563background-color: #303641;7564color: #fff;7565}7566.notifications.dropdown .dropdown-menu > li > ul > li.notification-secondary > i,7567.notifications.dropdown .dropdown-menu > li > ul > li.notification-secondary > a > i {7568background-color: #ee4749;7569color: #fff;7570}7571.notifications.dropdown .dropdown-menu > li > ul > li.notification-success > i,7572.notifications.dropdown .dropdown-menu > li > ul > li.notification-success > a > i {7573background-color: #00a651;7574color: #fff;7575}7576.notifications.dropdown .dropdown-menu > li > ul > li.notification-info > i,7577.notifications.dropdown .dropdown-menu > li > ul > li.notification-info > a > i {7578background-color: #21a9e1;7579color: #fff;7580}7581.notifications.dropdown .dropdown-menu > li > ul > li.notification-warning > i,7582.notifications.dropdown .dropdown-menu > li > ul > li.notification-warning > a > i {7583background-color: #fad839;7584color: #fff;7585}7586.notifications.dropdown .dropdown-menu > li > ul > li.notification-danger > i,7587.notifications.dropdown .dropdown-menu > li > ul > li.notification-danger > a > i {7588background-color: #cc2424;7589color: #fff;7590}7591.notifications.dropdown .dropdown-menu > li > ul > li .task {7592display: block;7593}7594.notifications.dropdown .dropdown-menu > li > ul > li .task:before,7595.notifications.dropdown .dropdown-menu > li > ul > li .task:after {7596content: " ";7597display: table;7598}7599.notifications.dropdown .dropdown-menu > li > ul > li .task:after {7600clear: both;7601}7602.notifications.dropdown .dropdown-menu > li > ul > li .task span {7603display: block;7604}7605.notifications.dropdown .dropdown-menu > li > ul > li .task span.desc {7606float: left;7607}7608.notifications.dropdown .dropdown-menu > li > ul > li .task span.percent {7609float: right;7610}7611.notifications.dropdown .dropdown-menu > li > ul > li .image {7612display: block;7613margin-right: 10px;7614float: left;7615}7616.notifications.dropdown .dropdown-menu > li > ul > li .image.pull-right {7617margin-left: 10px;7618margin-right: 0;7619}7620.notifications.dropdown .dropdown-menu > li > ul > li .image .img-circle {7621border: 2px solid #FFF;7622}7623.notifications.dropdown .dropdown-menu > li > ul > li .image + .line {7624margin-top: 8px;7625}7626.notifications.dropdown .dropdown-menu > li > ul > li .line {7627display: block;7628}7629.notifications.dropdown .dropdown-menu > li > ul > li .line.desc {7630overflow: hidden;7631text-overflow: ellipsis;7632white-space: nowrap;7633}7634.notifications.dropdown .dropdown-menu > li > ul > li .line + .line,7635.notifications.dropdown .dropdown-menu > li > ul > li .line + .line + .line,7636.notifications.dropdown .dropdown-menu > li > ul > li .line + .line + .line + .line {7637margin-top: 5px;7638}7639.notifications.dropdown .dropdown-menu > li > ul > li strong {7640color: #373e4a;7641}7642.notifications.dropdown .dropdown-menu > li > ul > li .progress {7643display: block;7644height: 5px;7645background-color: #ededed;7646margin: 0;7647margin-top: 10px;7648margin-bottom: 5px;7649}7650.notifications.dropdown .dropdown-menu > li > ul > li .progress:before,7651.notifications.dropdown .dropdown-menu > li > ul > li .progress:after {7652content: " ";7653display: table;7654}7655.notifications.dropdown .dropdown-menu > li > ul > li .progress:after {7656clear: both;7657}7658.notifications.dropdown .dropdown-menu > li > ul > li:last-child {7659border-bottom: 0;7660}7661.notifications.dropdown .dropdown-menu > li > ul > li:first-child a:afterx {7662position: absolute;7663content: '';7664display: block;7665height: 10px;7666top: -10px;7667left: 0;7668right: 0;7669background: transparent;7670background: red;7671-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);7672-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);7673box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);7674}7675.notifications.dropdown .dropdown-menu > li.external {7676background-color: #FFF;7677border-bottom: 0;7678}7679.notifications.dropdown .dropdown-menu > li.external a {7680color: #ec5956;7681-webkit-transition: all 300ms ease-in-out;7682-moz-transition: all 300ms ease-in-out;7683-o-transition: all 300ms ease-in-out;7684transition: all 300ms ease-in-out;7685}7686.notifications.dropdown .dropdown-menu > li.external a:hover {7687background-color: #fff;7688color: #e9423f;7689}7690body {7691font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif;7692}7693body.overflow-x-disabled {7694overflow-x: hidden;7695}7696a {7697color: #373e4a;7698}7699a:hover {7700text-decoration: none;7701color: #818da2;7702}7703.links-list {7704white-space: nowrap;7705padding-top: 14px;7706padding-bottom: 8px;7707}7708.links-list > li.sep {7709display: inline-block;7710border-left: 1px solid #eeeef0;7711height: 12px;7712width: 0px;7713line-height: 1.42857143;7714overflow: hidden;7715margin-left: 10px;7716}7717.scrollable {7718position: relative;7719overflow: hidden;7720height: 0;7721}7722.slimScrollDiv .slimScrollBar {7723cursor: pointer;7724}7725.clear {7726clear: both;7727}7728.knob {7729visibility: hidden;7730}7731canvas + .knob {7732visibility: visible;7733}7734.validate-has-error {7735border-color: #cc2424;7736}7737.validate-has-error:focus {7738border-color: #cc2424;7739}7740.validate-has-error + span.validate-has-error,7741.validate-has-error > span.validate-has-error,7742.input-group + .validate-has-error {7743color: #cc2424;7744display: inline-block;7745margin-top: 5px;7746}7747.validate-has-error .validate-has-error {7748color: #cc2424;7749display: inline-block;7750margin-top: 5px;7751}7752.make-switch + .validate-has-error {7753margin-left: 10px;7754}7755.validate-has-error .form-control {7756border-color: #cc2424;7757}7758.file-input-wrapper.inline {7759display: inline-block;7760width: auto;7761}7762.file2[type="file"] {7763visibility: hidden;7764}7765.file-input-wrapper .file2[type="file"] {7766visibility: visible;7767}7768.dist > * {7769margin-bottom: 10px;7770}7771.dist > *:before,7772.dist > *:after {7773content: " ";7774display: table;7775}7776.dist > *:after {7777clear: both;7778}7779.dist > *:last-child {7780margin-bottom: 0;7781}7782@media print {7783.sidebar-menu {7784display: none !important;7785}7786.page-container.horizontal-menu {7787padding-top: 0;7788}7789}7790.nicescroll-rails > div {7791cursor: pointer;7792}7793.showcase-icon-list .icon-el a {7794position: relative;7795z-index: 1;7796background: #fafafa;7797margin-bottom: 6px;7798display: block;7799padding-right: 12px;7800overflow: hidden;7801text-overflow: ellipsis;7802white-space: nowrap;7803-webkit-border-radius: 3px;7804-webkit-background-clip: padding-box;7805-moz-border-radius: 3px;7806-moz-background-clip: padding;7807border-radius: 3px;7808background-clip: padding-box;7809}7810.showcase-icon-list .icon-el a i {7811margin-right: 5px;7812display: inline-block;7813padding: 6px 12px;7814vertical-align: middle;7815-webkit-border-radius: 3px 0 0 3px;7816-webkit-background-clip: padding-box;7817-moz-border-radius: 3px 0 0 3px;7818-moz-background-clip: padding;7819border-radius: 3px 0 0 3px;7820background-clip: padding-box;7821background: #f0f0f0;7822font-size: 15px;7823width: 45px;7824text-align: center;7825}7826.showcase-icon-list .icon-el a:hover {7827z-index: 5;7828overflow: visible;7829padding: 5px 12px;7830}7831.showcase-icon-list .icon-el a:hover i {7832top: 0;7833left: 0;7834position: absolute;7835width: 100%;7836height: 60px;7837line-height: 50px;7838margin-right: 0px;7839color: #303641;7840font-size: 40px;7841-webkit-border-radius: 3px;7842-webkit-background-clip: padding-box;7843-moz-border-radius: 3px;7844-moz-background-clip: padding;7845border-radius: 3px;7846background-clip: padding-box;7847}7848footer.main {7849margin-top: 15px;7850padding-top: 15px;7851border-top: 1px solid #ebebeb;7852}7853footer.main:before,7854footer.main:after {7855content: " ";7856display: table;7857}7858footer.main:after {7859clear: both;7860}7861.padding-top-none {7862padding-top: 0 !important;7863}7864.padding-bottom-none {7865padding-bottom: 0 !important;7866}7867.margin-top-none {7868margin-top: 0 !important;7869}7870.padding-bottom-none {7871padding-bottom: 0 !important;7872}7873.margin-left {7874margin-left: 10px !important;7875}7876.margin-bottom {7877margin-bottom: 20px !important;7878}7879.bold {7880font-weight: bold !important;7881}7882.default-padding {7883padding: 0 15px !important;7884}7885img.full-width {7886width: 100%;7887}7888.form-groups-bordered > .form-group {7889border-bottom: 1px solid #ebebeb;7890padding-bottom: 15px;7891padding-top: 15px;7892margin-bottom: 0px;7893}7894.form-groups-bordered > .form-group:first-child {7895padding-top: 0;7896}7897.form-groups-bordered > .form-group:last-child {7898margin-bottom: 0;7899padding-bottom: 0;7900border-bottom: 0;7901}7902.morrischart {7903width: 100%;7904}7905.morrischart > svg {7906width: 100% !important;7907}7908.col-padding-1 {7909padding: 20px 20px 20px 40px !important;7910}7911.no-margin {7912margin: 0 !important;7913}7914.padding-lg {7915padding: 20px !important;7916}7917.border-top {7918border-top: 1px solid #ebebeb;7919}7920.no-transitions {7921-webkit-transition: none !important;7922-moz-transition: none !important;7923-o-transition: none !important;7924transition: none !important;7925}7926#rickshaw-chart-demo {7927-webkit-border-radius: 3px;7928-webkit-background-clip: padding-box;7929-moz-border-radius: 3px;7930-moz-background-clip: padding;7931border-radius: 3px;7932background-clip: padding-box;7933overflow: hidden;7934padding-top: 200px;7935}7936#rickshaw-chart-demo svg {7937width: 100% !important;7938}7939#rickshaw-chart-demo .detail {7940left: -10px;7941}7942#rickshaw-chart-demo .rickshaw_legend {7943position: absolute;7944top: 0px;7945background: none;7946}7947#rickshaw-chart-demo .rickshaw_legend .label {7948color: rgba(48, 54, 65, 0.5);7949}7950#rickshaw-chart-demo-2 {7951-webkit-border-radius: 3px;7952-webkit-background-clip: padding-box;7953-moz-border-radius: 3px;7954-moz-background-clip: padding;7955border-radius: 3px;7956background-clip: padding-box;7957overflow: hidden;7958padding-top: 75px;7959}7960#rickshaw-chart-demo-2 svg {7961width: 100% !important;7962}7963#rickshaw-chart-demo-2 .detail {7964left: -10px;7965}7966#rickshaw-chart-demo-2 .rickshaw_legend {7967position: absolute;7968top: 0px;7969background: none;7970}7971#rickshaw-chart-demo-2 .rickshaw_legend .label {7972color: rgba(48, 54, 65, 0.5);7973}7974.theme-skins {7975background: #f5f5f6;7976border: none;7977margin: 0;7978padding: 0;7979margin-top: 12px;7980-webkit-border-radius: 2px;7981-webkit-background-clip: padding-box;7982-moz-border-radius: 2px;7983-moz-background-clip: padding;7984border-radius: 2px;7985background-clip: padding-box;7986}7987.theme-skins > li {7988border-bottom: 1px solid #ebebeb;7989}7990.theme-skins > li a {7991color: #555 !important;7992margin: 0;7993padding: 5px 10px;7994-webkit-transition: all 300ms ease-in-out;7995-moz-transition: all 300ms ease-in-out;7996-o-transition: all 300ms ease-in-out;7997transition: all 300ms ease-in-out;7998}7999.theme-skins > li a i {8000display: inline-block;8001width: 15px;8002height: 13px;8003margin-right: 5px;8004vertical-align: middle;8005border: 1px solid transparent;8006position: relative;8007top: -2px;8008}8009.theme-skins > li a i.skin-main {8010background-color: #303641;8011}8012.theme-skins > li a i.skin-blue {8013background-color: #003471;8014}8015.theme-skins > li a i.skin-red {8016background-color: #981b1b;8017}8018.theme-skins > li a i.skin-black {8019background-color: #222222;8020}8021.theme-skins > li a i.skin-green {8022background-color: #00a651;8023}8024.theme-skins > li a i.skin-purple {8025background-color: #522b76;8026}8027.theme-skins > li a i.skin-yellow {8028background-color: #e8b51b;8029}8030.theme-skins > li a i.skin-cafe {8031background-color: #31271e;8032}8033.theme-skins > li a i.skin-white {8034background-color: #FFF;8035border-color: #ebebeb;8036}8037.theme-skins > li a:hover {8038background: rgba(235, 235, 235, 0.4);8039}8040.theme-skins > li.active a {8041-webkit-border-radius: 0;8042-webkit-background-clip: padding-box;8043-moz-border-radius: 0;8044-moz-background-clip: padding;8045border-radius: 0;8046background-clip: padding-box;8047}8048.theme-skins > li.caret {8049-webkit-transform: rotate(180deg);8050-moz-transform: rotate(180deg);8051-ms-transform: rotate(180deg);8052-o-transform: rotate(180deg);8053transform: rotate(180deg);8054position: absolute;8055top: -4px;8056left: 57%;8057margin-left: -4px;8058border-top-color: #ebebeb;8059display: none;8060}8061.theme-skins > li.active a {8062background: rgba(235, 235, 235, 0.9);8063color: #737881;8064font-weight: bold;8065}8066.theme-skins > li.active a:hover {8067background: rgba(235, 235, 235, 0.9);8068}8069.theme-skins > li:last-child {8070border-bottom: 0;8071}8072.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .theme-skins.dropdown-menu {8073width: 200px !important;8074}8075.version-highlights {8076margin: 0;8077padding: 0;8078border-top: 1px solid #ebebeb;8079margin-top: 30px;8080list-style: none;8081display: table;8082}8083.version-highlights li {8084display: table-row;8085vertical-align: middle;8086width: 100%;8087padding: 0;8088}8089.version-highlights li .screenshot,8090.version-highlights li .notes {8091display: table-cell;8092vertical-align: middle;8093}8094.version-highlights li .screenshot {8095text-align: right;8096padding: 30px;8097width: 240px;8098}8099.version-highlights li .screenshot img {8100display: block;8101max-width: 100%;8102height: auto;8103}8104.thumbnail-highlight {8105border: 5px solid rgba(235, 235, 235, 0.5);8106-webkit-box-shadow: 0 0 0 1px #ebebeb;8107-moz-box-shadow: 0 0 0 1px #ebebeb;8108box-shadow: 0 0 0 1px #ebebeb;8109}8110@media (max-width: 768px) {8111.version-highlights {8112display: block;8113}8114.version-highlights li {8115display: block;8116}8117.version-highlights li .screenshot,8118.version-highlights li .notes {8119display: block;8120}8121.version-highlights li .screenshot {8122text-align: center;8123width: 100%;8124}8125.version-highlights li .screenshot img {8126display: inline-block;8127}8128.version-highlights li .notes {8129text-align: center;8130margin-bottom: 30px;8131}8132}8133.input-spinner {8134position: relative;8135}8136.input-spinner:before,8137.input-spinner:after {8138content: " ";8139display: table;8140}8141.input-spinner:after {8142clear: both;8143}8144.input-spinner input,8145.input-spinner button {8146float: left;8147}8148.input-spinner input {8149margin: 0;8150border-left: 0;8151border-right: 0;8152text-align: center;8153-webkit-border-radius: 0;8154-webkit-background-clip: padding-box;8155-moz-border-radius: 0;8156-moz-background-clip: padding;8157border-radius: 0;8158background-clip: padding-box;8159width: auto;8160}8161.input-spinner input.size-1 {8162width: 60px;8163}8164.input-spinner input.size-2 {8165width: 100px;8166}8167.input-spinner input.size-3 {8168width: 120px;8169}8170.input-spinner input.size-4 {8171width: 160px;8172}8173.input-spinner button {8174-webkit-border-radius: 3px 0 0 3px;8175-webkit-background-clip: padding-box;8176-moz-border-radius: 3px 0 0 3px;8177-moz-background-clip: padding;8178border-radius: 3px 0 0 3px;8179background-clip: padding-box;8180}8181.input-spinner button + input + button {8182-webkit-border-radius: 0 3px 3px 0;8183-webkit-background-clip: padding-box;8184-moz-border-radius: 0 3px 3px 0;8185-moz-background-clip: padding;8186border-radius: 0 3px 3px 0;8187background-clip: padding-box;8188}8189.panel > .panel-body.with-table {8190position: relative;8191padding: 0;8192margin: -1px;8193border: 0;8194}8195.panel > .panel-body.with-table > table {8196margin: 0;8197}8198.disabled-text {8199zoom: 1;8200filter: alpha(opacity=60);8201-webkit-opacity: 0.6;8202-moz-opacity: 0.6;8203opacity: 0.6;8204}8205.page-body.gray .page-container .main-content,8206.page-body.gray .page-container {8207background: #f1f1f1;8208}8209.tile-stats.stat-tile {8210padding: 0px;8211height: 155px;8212border: none !important;8213box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);8214}8215.tile-stats.tile-neon-red {8216background: #ff4e50;8217}8218.tile-stats.stat-tile h3 {8219padding: 20px 20px 0px 20px;8220}8221.tile-stats.stat-tile p {8222padding: 0px 20px 20px 20px;8223margin-bottom: 20px;8224}8225.pie-chart {8226position: absolute;8227right: 20px;8228top: 35px;8229}8230.tile-group-2 {8231background: #FFF !important;8232box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);8233}8234.tile-group-2 .tile-white {8235background: #FFF !important;8236border: none !important;8237color: #303641 !important;8238}8239.tile-group-2 .tile-entry {8240background: none !important;8241border: none !important;8242color: #303641 !important;8243}8244.tile-group-2 .tile-white .tile-entry h3 {8245color: #2b303a;8246}8247.tile-group-2 .tile-white .tile-entry span {8248color: rgba(0, 0, 0, 0.4);8249}8250.country-list {8251width: 90%;8252padding: 50px 0 20px 0;8253padding-left: 30px;8254}8255.country-list li {8256border-top: 1px solid #EEE;8257padding: 12px 0;8258list-style: none;8259}8260.tile-group-2 .tile-right .map {8261margin: 0px !important;8262}8263.panel-table {8264-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);8265-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);8266box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);8267border: 0px !important;8268}8269.panel-table .panel-body {8270background: #FAFAFA;8271}8272.panel-table .panel-heading > .panel-title {8273padding: 30px 25px;8274}8275.panel-table .panel-heading > .panel-title span {8276color: #888888;8277font-size: 12px;8278}8279.panel-table th {8280font-weight: bold;8281}8282.calendar-widget td,8283.calendar-widget th {8284text-align: center;8285}8286.calendar-widget th {8287padding: 12px 0;8288}8289@-moz-document url-prefix() {8290.page-container .tile-group .tile-left .map,8291.page-container .tile-group .tile-right .map {8292left: 40%;8293right: 16px;8294}8295.page-container .tile-stats .icon {8296bottom: 35px;8297}8298}8299.form-control + .description {8300display: block;8301margin-top: 5px;8302font-size: 11px;8303}8304.search-form-full {8305position: relative;8306margin-top: -2px;8307}8308.search-form-full .form-group {8309position: relative;8310}8311.search-form-full .form-group i {8312position: absolute;8313right: 10px;8314top: 50%;8315font-size: 14px;8316margin-top: -9px;8317color: rgba(148, 148, 148, 0.8);8318-webkit-transition: all 300ms ease-in-out;8319-moz-transition: all 300ms ease-in-out;8320-o-transition: all 300ms ease-in-out;8321transition: all 300ms ease-in-out;8322}8323.search-form-full .form-group .form-control {8324margin-top: 12px;8325background: #f5f5f6;8326height: 38px;8327-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.015);8328-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.015);8329box-shadow: inset 0 1px 0 rgba(0,0,0,.015);8330}8331.search-form-full .form-group .form-control:focus + i {8332color: #737881;8333}8334@media screen and (max-width: 480px) {8335.search-form-full {8336margin-top: 30px;8337}8338}8339.page-container .aciTree.aciBorder {8340border: 1px solid #ebebeb;8341min-height: 50px;8342}8343.neon-loading-bar {8344position: fixed;8345left: 0;8346top: 0;8347right: 0;8348background: rgba(48, 54, 65, 0.3);8349height: 5px;8350z-index: 10000;8351top: 0px;8352zoom: 1;8353filter: alpha(opacity=100);8354-webkit-opacity: 1;8355-moz-opacity: 1;8356opacity: 1;8357-webkit-transition: all 300ms ease-in-out;8358-moz-transition: all 300ms ease-in-out;8359-o-transition: all 300ms ease-in-out;8360transition: all 300ms ease-in-out;8361}8362.neon-loading-bar span {8363display: block;8364position: absolute;8365left: 0;8366top: 0;8367bottom: 0;8368width: 0%;8369background: #ec5956;8370}8371.neon-loading-bar.progress-is-hidden {8372top: -5px;8373zoom: 1;8374filter: alpha(opacity=50);8375-webkit-opacity: 0.5;8376-moz-opacity: 0.5;8377opacity: 0.5;8378visibility: hidden;8379}8380body {8381-webkit-perspective: 800;8382-moz-perspective: 800;8383perspective: 800;8384-webkit-perspective: 800px;8385-moz-perspective: 800px;8386perspective: 800px;8387}8388.datepicker.datepicker-dropdown {8389z-index: 10000 !important;8390}8391.top-dropdown-search .form-group {8392padding: 10px;8393border-bottom: 1px solid #EEE;8394margin-bottom: 0;8395}8396.page-body.loaded {8397-webkit-perspective: none;8398-moz-perspective: none;8399perspective: none;8400}8401.modal .modal-header .close {8402background: #f0f0f1;8403display: inline-block;8404padding: 0px 5px;8405line-height: 1;8406color: #787878;8407zoom: 1;8408filter: alpha(opacity=70);8409-webkit-opacity: 0.7;8410-moz-opacity: 0.7;8411opacity: 0.7;8412text-shadow: none;8413font-weight: 300;8414-webkit-border-radius: 3px;8415-webkit-background-clip: padding-box;8416-moz-border-radius: 3px;8417-moz-background-clip: padding;8418border-radius: 3px;8419background-clip: padding-box;8420-webkit-transition: all 300ms ease-in-out;8421-moz-transition: all 300ms ease-in-out;8422-o-transition: all 300ms ease-in-out;8423transition: all 300ms ease-in-out;8424}8425.modal .modal-header .close:hover {8426zoom: 1;8427filter: alpha(opacity=100);8428-webkit-opacity: 1;8429-moz-opacity: 1;8430opacity: 1;8431}8432.modal .modal-header h4 {8433text-shadow: none;8434}8435.modal .modal-content {8436border: 0;8437-webkit-box-shadow: none;8438-moz-box-shadow: none;8439box-shadow: none;8440}8441.well {8442-webkit-box-shadow: none;8443-moz-box-shadow: none;8444box-shadow: none;8445}8446.modal-backdrop {8447z-index: 10000;8448}8449.modal-open .modal {8450z-index: 10001;8451}8452.page-body .select2-container .select2-choice .select2-arrow b {8453background: transparent !important;8454}8455.tabs-vertical-env {8456margin-bottom: 20px;8457}8458.tabs-vertical-env:before,8459.tabs-vertical-env:after {8460content: " ";8461display: table;8462}8463.tabs-vertical-env:after {8464clear: both;8465}8466.tabs-vertical-env .tabs-vertical {8467margin-bottom: 0;8468}8469.tabs-vertical-env .tabs-vertical + .tab-content {8470margin-bottom: 0;8471}8472.tabs-vertical {8473float: left;8474background: #f5f5f6;8475width: 20%;8476border: 1px solid #ebebeb;8477margin-bottom: 20px;8478-webkit-border-radius: 3px;8479-webkit-background-clip: padding-box;8480-moz-border-radius: 3px;8481-moz-background-clip: padding;8482border-radius: 3px;8483background-clip: padding-box;8484}8485.tabs-vertical > li {8486border-bottom: 1px solid #ebebeb;8487}8488.tabs-vertical > li:first-child > a {8489-webkit-border-radius: 3px 3px 0 0;8490-webkit-background-clip: padding-box;8491-moz-border-radius: 3px 3px 0 0;8492-moz-background-clip: padding;8493border-radius: 3px 3px 0 0;8494background-clip: padding-box;8495}8496.tabs-vertical > li:last-child {8497border-bottom: 0;8498}8499.tabs-vertical > li:last-child > a {8500-webkit-border-radius: 0 0 3px 3px;8501-webkit-background-clip: padding-box;8502-moz-border-radius: 0 0 3px 3px;8503-moz-background-clip: padding;8504border-radius: 0 0 3px 3px;8505background-clip: padding-box;8506}8507.tabs-vertical > li:hover > a {8508background-color: rgba(255, 255, 255, 0.3);8509color: #586376;8510}8511.tabs-vertical > li.active > a {8512display: block;8513position: relative;8514background-color: #ffffff;8515color: #373e4a;8516}8517.tabs-vertical > li.active > a:before {8518content: '';8519display: block;8520position: absolute;8521width: 0px;8522height: 0px;8523border-style: solid;8524border-width: 20px 0 20px 13px;8525border-color: transparent transparent transparent #ebebeb;8526top: 0;8527right: -1px;8528margin-right: -12px;8529margin-top: -1px;8530}8531.tabs-vertical > li.active > a:after {8532content: '';8533display: block;8534position: absolute;8535width: 0px;8536height: 0px;8537border-style: solid;8538border-width: 18px 0 18px 12px;8539border-color: transparent transparent transparent #fff;8540top: 2px;8541right: 0;8542margin-right: -12px;8543margin-top: -1px;8544}8545.tabs-vertical + .tab-content {8546float: right;8547width: 80%;8548padding-left: 25px;8549-webkit-box-sizing: border-box;8550-moz-box-sizing: border-box;8551box-sizing: border-box;8552margin-bottom: 20px;8553}8554.tabs-vertical.right-aligned {8555float: right;8556}8557.tabs-vertical.right-aligned > li.active > a:before,8558.tabs-vertical.right-aligned > li.active > a:after {8559-webkit-transform: rotate(180deg);8560-moz-transform: rotate(180deg);8561-ms-transform: rotate(180deg);8562-o-transform: rotate(180deg);8563transform: rotate(180deg);8564right: auto;8565}8566.tabs-vertical.right-aligned > li.active > a:before {8567left: -13px;8568}8569.tabs-vertical.right-aligned > li.active > a:after {8570left: -12px;8571}8572.tabs-vertical.right-aligned + .tab-content {8573padding-right: 25px;8574padding-left: 0;8575}8576blockquote.blockquote-default {8577background: #fff;8578border: 1px solid #ebebeb;8579border-left-width: 5px;8580padding: 15px;8581-webkit-border-radius: 3px;8582-webkit-background-clip: padding-box;8583-moz-border-radius: 3px;8584-moz-background-clip: padding;8585border-radius: 3px;8586background-clip: padding-box;8587}8588blockquote.blockquote-blue,8589blockquote.blockquote-info {8590background: #c5e8f7;8591border: 1px solid #b6d6e4;8592border-left-width: 5px;8593padding: 15px;8594-webkit-border-radius: 3px;8595-webkit-background-clip: padding-box;8596-moz-border-radius: 3px;8597-moz-background-clip: padding;8598border-radius: 3px;8599background-clip: padding-box;8600color: #0c3c50;8601}8602blockquote.blockquote-blue p,8603blockquote.blockquote-info p,8604blockquote.blockquote-blue small,8605blockquote.blockquote-info small {8606color: #85a6b5;8607}8608blockquote.blockquote-blue p strong,8609blockquote.blockquote-info p strong,8610blockquote.blockquote-blue small strong,8611blockquote.blockquote-info small strong {8612color: #0c3c50;8613}8614blockquote.blockquote-green,8615blockquote.blockquote-success {8616background: #bdedbc;8617border: 1px solid #aedaad;8618border-left-width: 5px;8619padding: 15px;8620-webkit-border-radius: 3px;8621-webkit-background-clip: padding-box;8622-moz-border-radius: 3px;8623-moz-background-clip: padding;8624border-radius: 3px;8625background-clip: padding-box;8626color: #135012;8627}8628blockquote.blockquote-green p,8629blockquote.blockquote-success p,8630blockquote.blockquote-green small,8631blockquote.blockquote-success small {8632color: #7baa7a;8633}8634blockquote.blockquote-green p strong,8635blockquote.blockquote-success p strong,8636blockquote.blockquote-green small strong,8637blockquote.blockquote-success small strong {8638color: #135012;8639}8640blockquote.blockquote-gold,8641blockquote.blockquote-warning {8642background: #ffefa4;8643border: 1px solid #ebdc97;8644border-left-width: 5px;8645padding: 15px;8646-webkit-border-radius: 3px;8647-webkit-background-clip: padding-box;8648-moz-border-radius: 3px;8649-moz-background-clip: padding;8650border-radius: 3px;8651background-clip: padding-box;8652color: #584b0d;8653}8654blockquote.blockquote-gold p,8655blockquote.blockquote-warning p,8656blockquote.blockquote-gold small,8657blockquote.blockquote-warning small {8658color: #b7a96a;8659}8660blockquote.blockquote-gold p strong,8661blockquote.blockquote-warning p strong,8662blockquote.blockquote-gold small strong,8663blockquote.blockquote-warning small strong {8664color: #584b0d;8665}8666blockquote.blockquote-red,8667blockquote.blockquote-danger {8668background: #ffc9c9;8669border: 1px solid #ebb9b9;8670border-left-width: 5px;8671padding: 15px;8672-webkit-border-radius: 3px;8673-webkit-background-clip: padding-box;8674-moz-border-radius: 3px;8675-moz-background-clip: padding;8676border-radius: 3px;8677background-clip: padding-box;8678color: #4e1c1c;8679}8680blockquote.blockquote-red p,8681blockquote.blockquote-danger p,8682blockquote.blockquote-red small,8683blockquote.blockquote-danger small {8684color: #b48585;8685}8686blockquote.blockquote-red p strong,8687blockquote.blockquote-danger p strong,8688blockquote.blockquote-red small strong,8689blockquote.blockquote-danger small strong {8690color: #4e1c1c;8691}8692.alert-default {8693background-color: #ebebeb;8694border-color: #ebebeb;8695color: #303641;8696}8697.alert-default hr {8698border-top-color: #dedede;8699}8700.alert-default .alert-link {8701color: #1a1e24;8702}8703.alert-minimal {8704background-color: #ebebeb;8705border-color: #ebebeb;8706color: #303641;8707background-color: #ffffff;8708}8709.alert-minimal hr {8710border-top-color: #dedede;8711}8712.alert-minimal .alert-link {8713color: #1a1e24;8714}8715.form-control {8716-webkit-box-shadow: none !important;8717-moz-box-shadow: none !important;8718box-shadow: none !important;8719outline: 0 !important;8720}8721.form-control.multi-select {8722visibility: hidden;8723}8724.form-group.has-warning .help-block,8725.form-group.has-warning .control-label,8726.form-group.has-warning .radio,8727.form-group.has-warning .checkbox,8728.form-group.has-warning .radio-inline,8729.form-group.has-warning .checkbox-inline,8730.form-group.has-warning.radio label,8731.form-group.has-warning.checkbox label,8732.form-group.has-warning.radio-inline label,8733.form-group.has-warning.checkbox-inline label {8734color: #ffd40b;8735}8736.form-group.has-warning .form-control {8737border-color: #ffd78a;8738-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);8739-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);8740box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);8741}8742.form-group.has-warning .form-control:focus {8743border-color: #ffc658;8744-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fffaf0;8745-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fffaf0;8746box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fffaf0;8747}8748.form-group.has-warning .input-group-addon {8749color: #ffd40b;8750border-color: #ffd78a;8751background-color: #ffefa4;8752}8753.form-group.has-warning .form-control-feedback {8754color: #ffd40b;8755}8756.form-group.has-error .help-block,8757.form-group.has-error .control-label,8758.form-group.has-error .radio,8759.form-group.has-error .checkbox,8760.form-group.has-error .radio-inline,8761.form-group.has-error .checkbox-inline,8762.form-group.has-error.radio label,8763.form-group.has-error.checkbox label,8764.form-group.has-error.radio-inline label,8765.form-group.has-error.checkbox-inline label {8766color: #ff3030;8767}8768.form-group.has-error .form-control {8769border-color: #ffafbd;8770-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);8771-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);8772box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);8773}8774.form-group.has-error .form-control:focus {8775border-color: #ff7c92;8776-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;8777-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;8778box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;8779}8780.form-group.has-error .input-group-addon {8781color: #ff3030;8782border-color: #ffafbd;8783background-color: #ffc9c9;8784}8785.form-group.has-error .form-control-feedback {8786color: #ff3030;8787}8788.form-group.has-success .help-block,8789.form-group.has-success .control-label,8790.form-group.has-success .radio,8791.form-group.has-success .checkbox,8792.form-group.has-success .radio-inline,8793.form-group.has-success .checkbox-inline,8794.form-group.has-success.radio label,8795.form-group.has-success.checkbox label,8796.form-group.has-success.radio-inline label,8797.form-group.has-success.checkbox-inline label {8798color: #46cd43;8799}8800.form-group.has-success .form-control {8801border-color: #b4e8a8;8802-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);8803-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);8804box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);8805}8806.form-group.has-success .form-control:focus {8807border-color: #91dd80;8808-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9fdf8;8809-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9fdf8;8810box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9fdf8;8811}8812.form-group.has-success .input-group-addon {8813color: #46cd43;8814border-color: #b4e8a8;8815background-color: #bdedbc;8816}8817.form-group.has-success .form-control-feedback {8818color: #46cd43;8819}8820.input-group > span.twitter-typeahead {8821display: block !important;8822}8823.input-group > span.twitter-typeahead:before,8824.input-group > span.twitter-typeahead:after {8825content: " ";8826display: table;8827}8828.input-group > span.twitter-typeahead:after {8829clear: both;8830}8831.dataTables_wrapper {8832background-color: #333;8833border: 1px solid #ebebeb;8834-webkit-border-radius: 3px;8835-webkit-background-clip: padding-box;8836-moz-border-radius: 3px;8837-moz-background-clip: padding;8838border-radius: 3px;8839background-clip: padding-box;8840}8841.dataTables_wrapper > div {8842padding: 10px;8843}8844.dataTables_wrapper > div label {8845margin-bottom: 0;8846font-weight: normal;8847color: #949494;8848}8849.dataTables_wrapper > div.dataTables_length,8850.dataTables_wrapper > div.dataTables_filter,8851.dataTables_wrapper > div.dataTables_info,8852.dataTables_wrapper > div.dataTables_processing,8853.dataTables_wrapper > div.dataTables_paginate {8854color: #949494;8855}8856.dataTables_wrapper > div input[type="text"],8857.dataTables_wrapper > div input[type="search"],8858.dataTables_wrapper > div input[type="numbeer"] {8859background: #fff;8860border: 1px solid #ebebeb;8861padding: 6px 10px;8862outline: 0;8863}8864.dataTables_wrapper > div.dataTables_filter {8865padding-top: 15px;8866}8867.dataTables_wrapper > div .select2-container {8868display: inline-block;8869min-width: 85px;8870margin: 0 10px;8871}8872@media screen and (max-width: 768px) {8873.dataTables_wrapper > div .select2-container .select2-choice {8874padding-left: 0;8875padding-right: 15px;8876}8877}8878.dataTables_wrapper > table.dataTable {8879border-left: 0;8880border-right: 0;8881}8882.dataTables_wrapper > table.dataTable.no-footer {8883border-bottom: 1px solid #ebebeb;8884}8885.dataTables_wrapper > table.dataTable .sorting_disabled {8886padding-left: 10px;8887}8888.dataTables_wrapper > table.dataTable thead td,8889.dataTables_wrapper > table.dataTable tbody td,8890.dataTables_wrapper > table.dataTable tfoot td,8891.dataTables_wrapper > table.dataTable thead th,8892.dataTables_wrapper > table.dataTable tbody th,8893.dataTables_wrapper > table.dataTable tfoot th {8894border-right: 0;8895border-bottom: 0;8896}8897.dataTables_wrapper > table.dataTable thead > tr > td:first-child,8898.dataTables_wrapper > table.dataTable tbody > tr > td:first-child,8899.dataTables_wrapper > table.dataTable tfoot > tr > td:first-child,8900.dataTables_wrapper > table.dataTable thead > tr > th:first-child,8901.dataTables_wrapper > table.dataTable tbody > tr > th:first-child,8902.dataTables_wrapper > table.dataTable tfoot > tr > th:first-child {8903border-left: 0;8904}8905.dataTables_wrapper > table.dataTable tfoot th,8906.dataTables_wrapper > table.dataTable tfoot td {8907border-top-color: #ebebeb;8908}8909.dataTables_wrapper .dataTables_paginate {8910border: 1px solid #ebebeb;8911padding: 0 !important;8912margin: 10px;8913}8914.dataTables_wrapper .dataTables_paginate .paginate_button {8915padding: 0;8916background-color: #fff;8917border: 0 !important;8918margin: 0 !important;8919color: #949494 !important;8920outline: 0;8921-webkit-border-radius: 0 !important;8922-webkit-background-clip: padding-box !important;8923-moz-border-radius: 0 !important;8924-moz-background-clip: padding !important;8925border-radius: 0 !important;8926background-clip: padding-box !important;8927}8928.dataTables_wrapper .dataTables_paginate .paginate_button.previous {8929border-right: 1px solid #ebebeb !important;8930}8931.dataTables_wrapper .dataTables_paginate .paginate_button:active {8932-webkit-box-shadow: none !important;8933-moz-box-shadow: none !important;8934box-shadow: none !important;8935}8936.dataTables_wrapper .dataTables_paginate .paginate_button:hover {8937background: #fafafa !important;8938}8939.page-body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {8940color: #373e4a !important;8941}8942.dataTables_wrapper .dataTables_paginate span {8943padding: 0;8944margin: 0;8945}8946.dataTables_wrapper .dataTables_paginate span .ellipsis + .paginate_button {8947border-left: 1px solid #ebebeb !important;8948}8949.dataTables_wrapper .dataTables_paginate span .paginate_button {8950margin: 0;8951background: #fff !important;8952border-right: 1px solid #ebebeb !important;8953}8954.dataTables_wrapper .dataTables_paginate span .paginate_button.current {8955background: #262b34 !important;8956color: #fff !important;8957}8958.page-body .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {8959color: #fff !important;8960}8961.dataTables_wrapper .dataTables_info {8962padding-top: 18px !important;8963}8964.dataTables_wrapper .dt-buttons .dt-button {8965background: #fff;8966border: 1px solid #ebebeb;8967margin: 0;8968font-size: 12px;8969-webkit-border-radius: 0px;8970-webkit-background-clip: padding-box;8971-moz-border-radius: 0px;8972-moz-background-clip: padding;8973border-radius: 0px;8974background-clip: padding-box;8975}8976.dataTables_wrapper .dt-buttons .dt-button:hover {8977background: #fafafa;8978border-color: #ebebeb;8979}8980.dataTables_wrapper .dt-buttons .dt-button + .dt-button {8981border-left: 0;8982}8983.dataTables_wrapper .dt-buttons > .dt-button:first-child {8984-webkit-border-radius: 3px 0 0 3px;8985-webkit-background-clip: padding-box;8986-moz-border-radius: 3px 0 0 3px;8987-moz-background-clip: padding;8988border-radius: 3px 0 0 3px;8989background-clip: padding-box;8990}8991.dataTables_wrapper .dt-buttons > .dt-button:last-child {8992-webkit-border-radius: 0 3px 3px 0;8993-webkit-background-clip: padding-box;8994-moz-border-radius: 0 3px 3px 0;8995-moz-background-clip: padding;8996border-radius: 0 3px 3px 0;8997background-clip: padding-box;8998}8999/*!9000* DataTables + Font Awesome integration9001* License: MIT - http://datatables.net/license9002*/9003table.dataTable thead th {9004position: relative;9005background-image: none !important;9006/* Remove the DataTables bootstrap integration styling */9007}9008table.dataTable thead th.sorting:after,9009table.dataTable thead th.sorting_asc:after,9010table.dataTable thead th.sorting_desc:after {9011position: absolute;9012top: 50% !important;9013right: 8px;9014display: block;9015font-family: Entypo;9016-webkit-transform: translateY(-50%);9017-moz-transform: translateY(-50%);9018-ms-transform: translateY(-50%);9019-o-transform: translateY(-50%);9020transform: translateY(-50%);9021}9022table.dataTable thead th.sorting:after {9023content: "\e834";9024color: #ddd;9025font-size: 0.8em;9026padding-top: 0.12em;9027-webkit-transform: translateY(-50%) rotate(90deg);9028-moz-transform: translateY(-50%) rotate(90deg);9029-ms-transform: translateY(-50%) rotate(90deg);9030-o-transform: translateY(-50%) rotate(90deg);9031transform: translateY(-50%) rotate(90deg);9032}9033table.dataTable thead th.sorting_asc:after {9034content: "\e876";9035-webkit-transform: translateY(-50%) rotate(0deg);9036-moz-transform: translateY(-50%) rotate(0deg);9037-ms-transform: translateY(-50%) rotate(0deg);9038-o-transform: translateY(-50%) rotate(0deg);9039transform: translateY(-50%) rotate(0deg);9040}9041table.dataTable thead th.sorting_desc:after {9042content: "\e873";9043-webkit-transform: translateY(-50%) rotate(0deg);9044-moz-transform: translateY(-50%) rotate(0deg);9045-ms-transform: translateY(-50%) rotate(0deg);9046-o-transform: translateY(-50%) rotate(0deg);9047transform: translateY(-50%) rotate(0deg);9048}9049div.dataTables_scrollBody table.dataTable thead th.sorting:after,9050div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after,9051div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {9052content: "";9053}9054/* In Bootstrap and Foundation the padding top is a little different from the DataTables stylesheet */9055table.table thead th.sorting:after,9056table.table thead th.sorting_asc:after,9057table.table thead th.sorting_desc:after {9058top: 8px;9059}9060/*9061* DataTables style pagination controls9062*/9063div.dataTables_paginate a.paginate_button.first,9064div.dataTables_paginate a.paginate_button.previous {9065position: relative;9066padding-left: 24px;9067}9068div.dataTables_paginate a.paginate_button.next,9069div.dataTables_paginate a.paginate_button.last {9070position: relative;9071padding-right: 24px;9072}9073div.dataTables_paginate a.first:before,9074div.dataTables_paginate a.previous:before {9075position: absolute;9076top: 50%;9077left: 10px;9078display: block;9079-webkit-transform: translateY(-50%);9080-moz-transform: translateY(-50%);9081-ms-transform: translateY(-50%);9082-o-transform: translateY(-50%);9083transform: translateY(-50%);9084font-family: Entypo;9085}9086div.dataTables_paginate a.next:after,9087div.dataTables_paginate a.last:after {9088position: absolute;9089top: 50%;9090right: 10px;9091display: block;9092-webkit-transform: translateY(-50%);9093-moz-transform: translateY(-50%);9094-ms-transform: translateY(-50%);9095-o-transform: translateY(-50%);9096transform: translateY(-50%);9097font-family: Entypo;9098}9099div.dataTables_paginate a.first:before {9100content: "\e880";9101}9102div.dataTables_paginate a.previous:before {9103content: "\e874";9104}9105div.e875 a.next:after,9106div.dataTables_paginate a.next:after {9107content: "\e875";9108}9109div.dataTables_paginate a.last:after {9110content: "\e881";9111}9112/*9113* Bootstrap and foundation style pagination controls9114*/9115div.dataTables_paginate li.first > a,9116div.dataTables_paginate li.previous > a {9117position: relative;9118padding-left: 24px;9119}9120div.dataTables_paginate li.next > a,9121div.dataTables_paginate li.last > a {9122position: relative;9123padding-right: 24px;9124}9125div.dataTables_paginate li.first a:before,9126div.dataTables_paginate li.previous a:before {9127position: absolute;9128top: 6px;9129left: 10px;9130display: block;9131font-family: Entypo;9132}9133div.dataTables_paginate li.next a:after,9134div.dataTables_paginate li.last a:after {9135position: absolute;9136top: 6px;9137right: 10px;9138display: block;9139font-family: Entypo;9140}9141div.dataTables_paginate li.first a:before {9142content: "\f100";9143}9144div.dataTables_paginate li.previous a:before {9145content: "\e874";9146}9147div.dataTables_paginate li.next a:after {9148content: "\e875";9149}9150div.dataTables_paginate li.last a:after {9151content: "\e881";9152}9153/* In Foundation we don't want the padding like in bootstrap */9154div.columns div.dataTables_paginate li.first a:before,9155div.columns div.dataTables_paginate li.previous a:before,9156div.columns div.dataTables_paginate li.next a:after,9157div.columns div.dataTables_paginate li.last a:after {9158top: 0;9159}9160/*9161.dataTables_wrapper-old {9162.clearfix;91639164table {9165margin-bottom: 0;91669167thead {91689169tr {91709171th {9172font-weight: bold;9173outline: none;9174cursor: default;9175.transall;91769177&.sorting_asc:before,9178&.sorting_desc:before {9179display: block;9180float: right;9181color: @main_color;9182font-family: @font_entypo;9183content: '\e876';9184}91859186&.sorting_desc:before {9187content: '\e873';9188}91899190&:active {9191outline: none;9192}91939194&.sorting_asc, &.sorting_desc {9195color: @main_color;9196}9197}9198}9199}92009201tfoot {92029203tr {92049205th {9206font-weight: bold;9207}9208}9209}92109211+ .row {9212margin-bottom: 20px;9213}9214}92159216> table:first-child {9217.border-radius(@border_radius @border_radius 0 0);9218}92199220a {9221cursor: pointer;9222outline: none;9223}92249225.col-left {9226padding-right: 0;9227}92289229.col-right {9230padding-left: 0;9231}92329233// Table Header9234.dataTables_length, .dataTables_filter {9235background: #fff;9236border: 1px solid @default;9237border-bottom: 0;9238padding: @base_margin/2 @padding-base-horizontal;9239height: 58px;9240.clearfix;92419242}92439244.dataTables_length {9245border-right: 0;9246.border-radius(@border_radius 0 0 0);92479248> label {9249white-space: nowrap;9250margin-top: -7px;92519252.select2-container {9253display: inline-block;9254width: auto !important;9255min-width: 87px;9256}9257}9258}92599260.dataTables_filter {9261border-left: 0;9262padding-top: @base_padding + 3;9263.border-radius(0 @border_radius 0 0);92649265> label {9266float: right;9267display: block;9268white-space: nowrap;92699270input {9271.form-control;9272display: inline-block;9273width: 150px;9274margin-left: @base_padding/2;9275}9276}9277}92789279.select2-container {9280display: inline-block !important;9281margin-left: @base_padding/2;9282margin-right: @base_padding/2;9283@h: 25px;92849285.select2-choice {9286height: @h;9287line-height: @h - 1;92889289.select2-chosen {9290padding-right: @base_margin/2;9291}92929293.select2-arrow {9294width: 25px;9295}9296}9297}929892999300// Table Footer9301.dataTables_info, .dataTables_paginate {9302padding: @base_padding @padding-base-horizontal;9303border: 1px solid @default;9304border-top: 0;9305background: darken(#fff, 2%);9306height: 47px;9307.clearfix;93089309&.dataTables_info {9310border-right: 0;9311.border-radius(0 0 0 @border_radius);9312line-height: 30px;9313}93149315&.dataTables_paginate {9316border-left: 0;9317.border-radius(0 0 @border_radius 0);9318text-align: right;93199320.pagination {9321margin: 0;9322}9323}9324}932593269327// Table Tools93289329.export-data {9330position: absolute;9331right: 250px;9332top: 13px;9333}9334}9335933693379338.page-body .datatable.table {93399340tbody {93419342td, th {9343vertical-align: middle;9344}9345}9346}934793489349table {93509351.replace-inputs {93529353input {9354.form-control;9355}9356}9357}9358935993609361// v1.5.29362.dataTables_wrapper {93639364.dataTable {9365width: 100% !important;9366}9367}*/9368/* Table Tools */9369.chat-visible #chat {9370display: table-cell;9371vertical-align: top;9372}9373.horizontal-menu #chat {9374top: 61px;9375border-top: 1px solid #454a54;9376}9377.horizontal-menu.chat-visible .main-content > .container {9378width: 100% !important;9379}9380.chat-notifications-badge {9381margin-left: 5px;9382}9383.chat-notifications-badge.is-hidden {9384display: none;9385}9386#chat {9387position: absolute;9388position: relative;9389right: 0;9390top: 0;9391bottom: 0;9392width: 280px;9393background: #303641;9394z-index: 5;9395display: none;9396}9397#chat.fixed {9398min-height: 0 !important;9399}9400#chat .chat-inner {9401overflow: auto;9402height: 100%;9403}9404#chat .chat-header {9405font-size: 16px;9406color: #7f8186;9407padding: 30px 35px;9408line-height: 1;9409margin: 0;9410border-bottom: 1px solid #343a45;9411position: relative;9412}9413#chat .chat-header .badge {9414position: relative;9415top: -1px;9416margin-left: 5px;9417-webkit-transform: scale(1);9418-moz-transform: scale(1);9419-ms-transform: scale(1);9420-o-transform: scale(1);9421transform: scale(1);9422zoom: 1;9423filter: alpha(opacity=100);9424-webkit-opacity: 1;9425-moz-opacity: 1;9426opacity: 1;9427-webkit-transition: all 300ms ease-in-out;9428-moz-transition: all 300ms ease-in-out;9429-o-transition: all 300ms ease-in-out;9430transition: all 300ms ease-in-out;9431}9432#chat .chat-header .badge.is-hidden {9433zoom: 1;9434filter: alpha(opacity=0);9435-webkit-opacity: 0;9436-moz-opacity: 0;9437opacity: 0;9438-webkit-transform: scale(0);9439-moz-transform: scale(0);9440-ms-transform: scale(0);9441-o-transform: scale(0);9442transform: scale(0);9443}9444#chat .chat-header .chat-close {9445position: absolute;9446right: 0px;9447top: 0px;9448font-size: 15px;9449top: 50%;9450right: 25px;9451margin-top: -7px;9452color: #bec0c2;9453zoom: 1;9454filter: alpha(opacity=50);9455-webkit-opacity: 0.5;9456-moz-opacity: 0.5;9457opacity: 0.5;9458}9459.transall #chat .chat-header .chat-close:hover {9460zoom: 1;9461filter: alpha(opacity=100);9462-webkit-opacity: 1;9463-moz-opacity: 1;9464opacity: 1;9465}9466#chat .chat-group {9467margin-top: 30px;9468}9469#chat .chat-group > strong,9470#chat .chat-group > a {9471display: block;9472padding: 6px 35px;9473}9474#chat .chat-group > strong {9475text-transform: uppercase;9476color: #7f8186;9477}9478#chat .chat-group > a {9479position: relative;9480color: #bec0c2;9481-webkit-transition: background 250ms ease-in-out;9482-moz-transition: background 250ms ease-in-out;9483-o-transition: background 250ms ease-in-out;9484transition: background 250ms ease-in-out;9485}9486#chat .chat-group > a:hover,9487#chat .chat-group > a.active {9488background-color: #343a45;9489}9490#chat .chat-group > a:before {9491content: '';9492display: block;9493position: absolute;9494width: 0px;9495height: 0px;9496border-style: solid;9497border-width: 4px 0 4px 4px;9498border-color: transparent transparent transparent #2b303a;9499left: 0;9500top: 50%;9501margin-top: -4px;9502zoom: 1;9503filter: alpha(opacity=0);9504-webkit-opacity: 0;9505-moz-opacity: 0;9506opacity: 0;9507-webkit-transition: all 300ms ease-in-out;9508-moz-transition: all 300ms ease-in-out;9509-o-transition: all 300ms ease-in-out;9510transition: all 300ms ease-in-out;9511}9512#chat .chat-group > a.active:before {9513zoom: 1;9514filter: alpha(opacity=100);9515-webkit-opacity: 1;9516-moz-opacity: 1;9517opacity: 1;9518}9519#chat .chat-group > a .badge {9520font-size: 9px;9521margin-left: 5px;9522-webkit-transform: scale(1);9523-moz-transform: scale(1);9524-ms-transform: scale(1);9525-o-transform: scale(1);9526transform: scale(1);9527zoom: 1;9528filter: alpha(opacity=100);9529-webkit-opacity: 1;9530-moz-opacity: 1;9531opacity: 1;9532-webkit-transition: all 300ms ease-in-out;9533-moz-transition: all 300ms ease-in-out;9534-o-transition: all 300ms ease-in-out;9535transition: all 300ms ease-in-out;9536}9537#chat .chat-group > a .badge.is-hidden {9538zoom: 1;9539filter: alpha(opacity=0);9540-webkit-opacity: 0;9541-moz-opacity: 0;9542opacity: 0;9543-webkit-transform: scale(0);9544-moz-transform: scale(0);9545-ms-transform: scale(0);9546-o-transform: scale(0);9547transform: scale(0);9548}9549#chat .chat-group > a em {9550font-style: normal;9551}9552#chat .user-status {9553display: inline-block;9554background: #575d67;9555margin-right: 5px;9556width: 8px;9557height: 8px;9558-webkit-border-radius: 8px;9559-webkit-background-clip: padding-box;9560-moz-border-radius: 8px;9561-moz-background-clip: padding;9562border-radius: 8px;9563background-clip: padding-box;9564-webkit-transition: all 300ms ease-in-out;9565-moz-transition: all 300ms ease-in-out;9566-o-transition: all 300ms ease-in-out;9567transition: all 300ms ease-in-out;9568}9569#chat .user-status.is-online {9570background-color: #06b53c;9571}9572#chat .user-status.is-offline {9573background-color: #575d67;9574}9575#chat .user-status.is-idle {9576background-color: #f7d227;9577}9578#chat .user-status.is-busy {9579background-color: #ee4749;9580}9581#chat .chat-conversation {9582position: absolute;9583right: 280px;9584width: 340px;9585background: #2b303a;9586-webkit-border-radius: 3px 0 0 3px;9587-webkit-background-clip: padding-box;9588-moz-border-radius: 3px 0 0 3px;9589-moz-background-clip: padding;9590border-radius: 3px 0 0 3px;9591background-clip: padding-box;9592display: none;9593opacity: 0;9594}9595#chat .chat-conversation .conversation-header {9596padding: 20px 24px;9597font-size: 14px;9598color: #fff;9599border-bottom: 1px solid #343a45;9600}9601#chat .chat-conversation .conversation-header small {9602color: rgba(190, 192, 194, 0.6);9603font-size: 12px;9604padding-left: 8px;9605}9606#chat .chat-conversation .conversation-header .conversation-close {9607float: right;9608color: #7f8186;9609zoom: 1;9610filter: alpha(opacity=100);9611-webkit-opacity: 1;9612-moz-opacity: 1;9613opacity: 1;9614position: relative;9615top: 3px;9616}9617#chat .chat-conversation .conversation-body {9618list-style: none;9619margin: 0;9620padding: 0;9621overflow: auto;9622height: 250px;9623}9624#chat .chat-conversation .conversation-body::-webkit-scrollbar {9625width: 5px;9626}9627#chat .chat-conversation .conversation-body::-webkit-scrollbar-track {9628width: 5px;9629background-color: #2b303a;9630}9631#chat .chat-conversation .conversation-body::-webkit-scrollbar-thumb {9632background-color: rgba(52, 58, 69, 0.8);9633}9634#chat .chat-conversation .conversation-body > li {9635padding: 20px 24px;9636padding-top: 15px;9637padding-bottom: 15px;9638}9639#chat .chat-conversation .conversation-body > li:before,9640#chat .chat-conversation .conversation-body > li:after {9641content: " ";9642display: table;9643}9644#chat .chat-conversation .conversation-body > li:after {9645clear: both;9646}9647#chat .chat-conversation .conversation-body > li.odd,9648#chat .chat-conversation .conversation-body > li.even,9649#chat .chat-conversation .conversation-body > li.opponent {9650background: #343a45;9651}9652#chat .chat-conversation .conversation-body > li.unread {9653background: #3d4451;9654}9655#chat .chat-conversation .conversation-body > li .user {9656font-weight: bold;9657color: #fff;9658}9659#chat .chat-conversation .conversation-body > li .time {9660float: right;9661font-style: italic;9662color: rgba(190, 192, 194, 0.8);9663font-size: 11px;9664}9665#chat .chat-conversation .chat-textarea {9666padding: 20px 24px;9667position: relative;9668}9669#chat .chat-conversation .chat-textarea:after {9670content: '\e83c';9671font-family: "Entypo";9672color: #bec0c2;9673right: 35px;9674top: 25px;9675font-size: 15px;9676position: absolute;9677}9678#chat .chat-conversation .chat-textarea textarea {9679background: #343a45;9680border: 1px solid #343a45;9681color: #fff;9682max-height: 100px !important;9683padding-right: 35px;9684height: 32px;9685}9686#chat .chat-conversation .chat-textarea textarea::-moz-placeholder {9687color: rgba(190, 192, 194, 0.85);9688opacity: 1;9689}9690#chat .chat-conversation .chat-textarea textarea:-ms-input-placeholder {9691color: rgba(190, 192, 194, 0.85);9692}9693#chat .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {9694color: rgba(190, 192, 194, 0.85);9695}9696#chat .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {9697color: rgba(190, 192, 194, 0.85);9698}9699#chat .chat-conversation .chat-textarea textarea:-moz-placeholder {9700color: rgba(190, 192, 194, 0.85);9701}9702#chat .chat-conversation .chat-textarea textarea::-moz-placeholder {9703color: rgba(190, 192, 194, 0.85);9704}9705#chat .chat-conversation .chat-textarea textarea:-ms-input-placeholder {9706color: rgba(190, 192, 194, 0.85);9707}9708#chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar {9709width: 5px;9710}9711#chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar-track {9712width: 5px;9713background-color: #343a45;9714}9715#chat .chat-conversation .chat-textarea textarea::-webkit-scrollbar-thumb {9716background-color: #4a5262;9717}9718.chat-history {9719display: none;9720}9721/* Relatively-Small screen */9722@media (max-width: 767px) {9723.chat-visible #chat,9724.chat-visible #chat.fixed {9725display: none;9726}9727.chat-visible.toggle-click #chat,9728.chat-visible.toggle-click #chat.fixed {9729display: block;9730}9731#chat,9732#chat.fixed {9733position: fixed;9734width: auto;9735top: 0;9736left: 0;9737right: 0;9738bottom: 0;9739margin: 10px;9740-webkit-border-radius: 3px;9741-webkit-background-clip: padding-box;9742-moz-border-radius: 3px;9743-moz-background-clip: padding;9744border-radius: 3px;9745background-clip: padding-box;9746}9747#chat .chat-conversation,9748#chat.fixed .chat-conversation {9749position: fixed;9750width: auto;9751left: 0;9752right: 0;9753top: 0 !important;9754bottom: 0;9755margin: 10px;9756overflow: auto;9757-webkit-border-radius: 3px;9758-webkit-background-clip: padding-box;9759-moz-border-radius: 3px;9760-moz-background-clip: padding;9761border-radius: 3px;9762background-clip: padding-box;9763}9764#chat .chat-conversation .conversation-body,9765#chat.fixed .chat-conversation .conversation-body {9766height: auto;9767max-height: 450px;9768}9769#chat .chat-conversation::-webkit-scrollbar,9770#chat.fixed .chat-conversation::-webkit-scrollbar {9771width: 5px;9772}9773#chat .chat-conversation::-webkit-scrollbar-track,9774#chat.fixed .chat-conversation::-webkit-scrollbar-track {9775width: 5px;9776background-color: #343a45;9777}9778#chat .chat-conversation::-webkit-scrollbar-thumb,9779#chat.fixed .chat-conversation::-webkit-scrollbar-thumb {9780background-color: #4a5262;9781}9782}9783.tile-stats {9784position: relative;9785display: block;9786background: #303641;9787padding: 20px;9788margin-bottom: 10px;9789overflow: hidden;9790-webkit-border-radius: 5px;9791-webkit-background-clip: padding-box;9792-moz-border-radius: 5px;9793-moz-background-clip: padding;9794border-radius: 5px;9795background-clip: padding-box;9796-webkit-transition: all 300ms ease-in-out;9797-moz-transition: all 300ms ease-in-out;9798-o-transition: all 300ms ease-in-out;9799transition: all 300ms ease-in-out;9800}9801.tile-stats:hover {9802background: #252a32;9803}9804.tile-stats .icon {9805color: rgba(0, 0, 0, 0.1);9806position: absolute;9807right: 5px;9808bottom: 5px;9809z-index: 1;9810}9811.tile-stats .icon i {9812font-size: 100px;9813line-height: 0;9814margin: 0;9815padding: 0;9816vertical-align: bottom;9817}9818.tile-stats .icon i:before {9819margin: 0;9820padding: 0;9821line-height: 0;9822}9823.tile-stats .num,9824.tile-stats h3,9825.tile-stats p {9826position: relative;9827color: #fff;9828z-index: 5;9829margin: 0;9830padding: 0;9831}9832.tile-stats .num {9833font-size: 18px;9834font-weight: bold;9835}9836.tile-stats h3 {9837font-size: 18px;9838margin-top: 5px;9839}9840.tile-stats p {9841font-size: 11px;9842margin-top: 5px;9843}9844.tile-stats.tile-red {9845background: #f56954;9846}9847.tile-stats.tile-red:hover {9848background: #f4543c;9849}9850.tile-stats.tile-red .icon {9851color: rgba(0, 0, 0, 0.1);9852}9853.tile-stats.tile-red .num,9854.tile-stats.tile-red h3,9855.tile-stats.tile-red p {9856color: #fff;9857}9858.tile-stats.tile-green {9859background: #00a65a;9860}9861.tile-stats.tile-green:hover {9862background: #008d4c;9863}9864.tile-stats.tile-green .icon {9865color: rgba(0, 0, 0, 0.1);9866}9867.tile-stats.tile-green .num,9868.tile-stats.tile-green h3,9869.tile-stats.tile-green p {9870color: #fff;9871}9872.tile-stats.tile-blue {9873background: #0073b7;9874}9875.tile-stats.tile-blue:hover {9876background: #00639e;9877}9878.tile-stats.tile-blue .icon {9879color: rgba(0, 0, 0, 0.1);9880}9881.tile-stats.tile-blue .num,9882.tile-stats.tile-blue h3,9883.tile-stats.tile-blue p {9884color: #fff;9885}9886.tile-stats.tile-aqua {9887background: #00c0ef;9888}9889.tile-stats.tile-aqua:hover {9890background: #00acd6;9891}9892.tile-stats.tile-aqua .icon {9893color: rgba(0, 0, 0, 0.1);9894}9895.tile-stats.tile-aqua .num,9896.tile-stats.tile-aqua h3,9897.tile-stats.tile-aqua p {9898color: #fff;9899}9900.tile-stats.tile-cyan {9901background: #00b29e;9902}9903.tile-stats.tile-cyan:hover {9904background: #009987;9905}9906.tile-stats.tile-cyan .icon {9907color: rgba(0, 0, 0, 0.1);9908}9909.tile-stats.tile-cyan .num,9910.tile-stats.tile-cyan h3,9911.tile-stats.tile-cyan p {9912color: #fff;9913}9914.tile-stats.tile-purple {9915background: #ba79cb;9916}9917.tile-stats.tile-purple:hover {9918background: #b167c4;9919}9920.tile-stats.tile-purple .icon {9921color: rgba(0, 0, 0, 0.1);9922}9923.tile-stats.tile-purple .num,9924.tile-stats.tile-purple h3,9925.tile-stats.tile-purple p {9926color: #fff;9927}9928.tile-stats.tile-pink {9929background: #ec3b83;9930}9931.tile-stats.tile-pink:hover {9932background: #ea2474;9933}9934.tile-stats.tile-pink .icon {9935color: rgba(0, 0, 0, 0.1);9936}9937.tile-stats.tile-pink .num,9938.tile-stats.tile-pink h3,9939.tile-stats.tile-pink p {9940color: #fff;9941}9942.tile-stats.tile-orange {9943background: #ffa812;9944}9945.tile-stats.tile-orange:hover {9946background: #f89d00;9947}9948.tile-stats.tile-orange .icon {9949color: rgba(0, 0, 0, 0.1);9950}9951.tile-stats.tile-orange .num,9952.tile-stats.tile-orange h3,9953.tile-stats.tile-orange p {9954color: #fff;9955}9956.tile-stats.tile-brown {9957background: #6c541e;9958}9959.tile-stats.tile-brown:hover {9960background: #584418;9961}9962.tile-stats.tile-brown .icon {9963color: rgba(0, 0, 0, 0.1);9964}9965.tile-stats.tile-brown .num,9966.tile-stats.tile-brown h3,9967.tile-stats.tile-brown p {9968color: #fff;9969}9970.tile-stats.tile-plum {9971background: #701c1c;9972}9973.tile-stats.tile-plum:hover {9974background: #5c1717;9975}9976.tile-stats.tile-plum .icon {9977color: rgba(0, 0, 0, 0.1);9978}9979.tile-stats.tile-plum .num,9980.tile-stats.tile-plum h3,9981.tile-stats.tile-plum p {9982color: #fff;9983}9984.tile-stats.tile-gray {9985background: #f5f5f5;9986}9987.tile-stats.tile-gray:hover {9988background: #e8e8e8;9989}9990.tile-stats.tile-gray .icon {9991color: rgba(0, 0, 0, 0.1);9992}9993.tile-stats.tile-gray .num,9994.tile-stats.tile-gray h3,9995.tile-stats.tile-gray p {9996color: #8f8f8f;9997}9998.tile-stats.tile-white {9999background: #fff;10000border: 1px solid #ebebeb;10001}10002.tile-stats.tile-white:hover {10003background: #f2f2f2;10004}10005.tile-stats.tile-white .icon {10006color: #f2f2f2;10007}10008.tile-stats.tile-white .num,10009.tile-stats.tile-white h3,10010.tile-stats.tile-white p {10011color: #303641;10012}10013.tile-stats.tile-white:hover {10014background-color: #fafafa;10015}10016.tile-stats.tile-white-red {10017background: #fff;10018border: 1px solid #ebebeb;10019}10020.tile-stats.tile-white-red:hover {10021background: #f2f2f2;10022}10023.tile-stats.tile-white-red .icon {10024color: #f2f2f2;10025}10026.tile-stats.tile-white-red .num,10027.tile-stats.tile-white-red h3,10028.tile-stats.tile-white-red p {10029color: #f56954;10030}10031.tile-stats.tile-white-red:hover {10032background-color: #fafafa;10033}10034.tile-stats.tile-white-green {10035background: #fff;10036border: 1px solid #ebebeb;10037}10038.tile-stats.tile-white-green:hover {10039background: #f2f2f2;10040}10041.tile-stats.tile-white-green .icon {10042color: #f2f2f2;10043}10044.tile-stats.tile-white-green .num,10045.tile-stats.tile-white-green h3,10046.tile-stats.tile-white-green p {10047color: #00a65a;10048}10049.tile-stats.tile-white-green:hover {10050background-color: #fafafa;10051}10052.tile-stats.tile-white-blue {10053background: #fff;10054border: 1px solid #ebebeb;10055}10056.tile-stats.tile-white-blue:hover {10057background: #f2f2f2;10058}10059.tile-stats.tile-white-blue .icon {10060color: #f2f2f2;10061}10062.tile-stats.tile-white-blue .num,10063.tile-stats.tile-white-blue h3,10064.tile-stats.tile-white-blue p {10065color: #0073b7;10066}10067.tile-stats.tile-white-blue:hover {10068background-color: #fafafa;10069}10070.tile-stats.tile-white-aqua {10071background: #fff;10072border: 1px solid #ebebeb;10073}10074.tile-stats.tile-white-aqua:hover {10075background: #f2f2f2;10076}10077.tile-stats.tile-white-aqua .icon {10078color: #f2f2f2;10079}10080.tile-stats.tile-white-aqua .num,10081.tile-stats.tile-white-aqua h3,10082.tile-stats.tile-white-aqua p {10083color: #00c0ef;10084}10085.tile-stats.tile-white-aqua:hover {10086background-color: #fafafa;10087}10088.tile-stats.tile-white-cyan {10089background: #fff;10090border: 1px solid #ebebeb;10091}10092.tile-stats.tile-white-cyan:hover {10093background: #f2f2f2;10094}10095.tile-stats.tile-white-cyan .icon {10096color: #f2f2f2;10097}10098.tile-stats.tile-white-cyan .num,10099.tile-stats.tile-white-cyan h3,10100.tile-stats.tile-white-cyan p {10101color: #00b29e;10102}10103.tile-stats.tile-white-cyan:hover {10104background-color: #fafafa;10105}10106.tile-stats.tile-white-purple {10107background: #fff;10108border: 1px solid #ebebeb;10109}10110.tile-stats.tile-white-purple:hover {10111background: #f2f2f2;10112}10113.tile-stats.tile-white-purple .icon {10114color: #f2f2f2;10115}10116.tile-stats.tile-white-purple .num,10117.tile-stats.tile-white-purple h3,10118.tile-stats.tile-white-purple p {10119color: #ba79cb;10120}10121.tile-stats.tile-white-purple:hover {10122background-color: #fafafa;10123}10124.tile-stats.tile-white-pink {10125background: #fff;10126border: 1px solid #ebebeb;10127}10128.tile-stats.tile-white-pink:hover {10129background: #f2f2f2;10130}10131.tile-stats.tile-white-pink .icon {10132color: #f2f2f2;10133}10134.tile-stats.tile-white-pink .num,10135.tile-stats.tile-white-pink h3,10136.tile-stats.tile-white-pink p {10137color: #ec3b83;10138}10139.tile-stats.tile-white-pink:hover {10140background-color: #fafafa;10141}10142.tile-stats.tile-white-orange {10143background: #fff;10144border: 1px solid #ebebeb;10145}10146.tile-stats.tile-white-orange:hover {10147background: #f2f2f2;10148}10149.tile-stats.tile-white-orange .icon {10150color: #f2f2f2;10151}10152.tile-stats.tile-white-orange .num,10153.tile-stats.tile-white-orange h3,10154.tile-stats.tile-white-orange p {10155color: #ffa812;10156}10157.tile-stats.tile-white-orange:hover {10158background-color: #fafafa;10159}10160.tile-stats.tile-white-brown {10161background: #fff;10162border: 1px solid #ebebeb;10163}10164.tile-stats.tile-white-brown:hover {10165background: #f2f2f2;10166}10167.tile-stats.tile-white-brown .icon {10168color: #f2f2f2;10169}10170.tile-stats.tile-white-brown .num,10171.tile-stats.tile-white-brown h3,10172.tile-stats.tile-white-brown p {10173color: #6c541e;10174}10175.tile-stats.tile-white-brown:hover {10176background-color: #fafafa;10177}10178.tile-stats.tile-white-plum {10179background: #fff;10180border: 1px solid #ebebeb;10181}10182.tile-stats.tile-white-plum:hover {10183background: #f2f2f2;10184}10185.tile-stats.tile-white-plum .icon {10186color: #f2f2f2;10187}10188.tile-stats.tile-white-plum .num,10189.tile-stats.tile-white-plum h3,10190.tile-stats.tile-white-plum p {10191color: #701c1c;10192}10193.tile-stats.tile-white-plum:hover {10194background-color: #fafafa;10195}10196.tile-stats.tile-white-gray {10197background: #fff;10198border: 1px solid #ebebeb;10199}10200.tile-stats.tile-white-gray:hover {10201background: #f2f2f2;10202}10203.tile-stats.tile-white-gray .icon {10204color: #f2f2f2;10205}10206.tile-stats.tile-white-gray .num,10207.tile-stats.tile-white-gray h3,10208.tile-stats.tile-white-gray p {10209color: #8f8f8f;10210}10211.tile-stats.tile-white-gray:hover {10212background-color: #fafafa;10213}10214.tile-title {10215position: relative;10216display: block;10217background: transparent;/*#303641;*/10218margin-bottom: 10px;10219-webkit-border-radius: 5px;10220-webkit-background-clip: padding-box;10221-moz-border-radius: 5px;10222-moz-background-clip: padding;10223border-radius: 5px;10224background-clip: padding-box;10225-webkit-transition: all 300ms ease-in-out;10226-moz-transition: all 300ms ease-in-out;10227-o-transition: all 300ms ease-in-out;10228transition: all 300ms ease-in-out;10229}10230/*.tile-title:hover {10231border: 1px solid #888;10232box-shadow: 0 0 5px white;10233}*/10234.tile-title .icon {10235text-align: center;10236padding: 20px;10237}10238.tile-title .icon i {10239font-size: 60px;10240line-height: 1;10241margin: 0;10242padding: 0;10243vertical-align: middle;10244}10245.tile-title .icon i:before {10246margin: 0;10247padding: 0;10248line-height: 1;10249}1025010251.tile-title .icon i,10252.tile-title h3,10253.tile-title p {10254color: #fff;10255}10256.tile-title .title {10257background: transparent;/*#252a32;*/10258text-align: center;10259}10260.tile-title .title h3,10261.tile-title .title p {10262margin: 0;10263padding: 0 20px;10264}10265.tile-title .title h3 {10266padding-top: 20px;10267font-size: 16px;10268font-weight: bold;10269}10270.tile-title .title p {10271padding-bottom: 20px;10272font-size: 11px;10273color: rgba(255, 255, 255, 0.85);10274}10275.tile-title.tile-red {10276background: #f56954;10277}10278.tile-title.tile-red:hover {10279background-color: #f4543c;10280}10281.tile-title.tile-red .icon i,10282.tile-title.tile-red h3,10283.tile-title.tile-red p {10284color: #fff;10285}10286.tile-title.tile-red .icon i {10287color: #fff;10288}10289.tile-title.tile-red .title {10290background: rgba(0, 0, 0, 0.1);10291}10292.tile-title.tile-red .title p {10293color: rgba(255, 255, 255, 0.85);10294}10295.tile-title.tile-green {10296background: #00a65a;10297}10298.tile-title.tile-green:hover {10299background-color: #008d4c;10300}10301.tile-title.tile-green .icon i,10302.tile-title.tile-green h3,10303.tile-title.tile-green p {10304color: #fff;10305}10306.tile-title.tile-green .icon i {10307color: #fff;10308}10309.tile-title.tile-green .title {10310background: rgba(0, 0, 0, 0.1);10311}10312.tile-title.tile-green .title p {10313color: rgba(255, 255, 255, 0.85);10314}10315.tile-title.tile-blue {10316background: #0073b7;10317}10318.tile-title.tile-blue:hover {10319background-color: #00639e;10320}10321.tile-title.tile-blue .icon i,10322.tile-title.tile-blue h3,10323.tile-title.tile-blue p {10324color: #fff;10325}10326.tile-title.tile-blue .icon i {10327color: #fff;10328}10329.tile-title.tile-blue .title {10330background: rgba(0, 0, 0, 0.1);10331}10332.tile-title.tile-blue .title p {10333color: rgba(255, 255, 255, 0.85);10334}10335.tile-title.tile-aqua {10336background: #00c0ef;10337}10338.tile-title.tile-aqua:hover {10339background-color: #00acd6;10340}10341.tile-title.tile-aqua .icon i,10342.tile-title.tile-aqua h3,10343.tile-title.tile-aqua p {10344color: #fff;10345}10346.tile-title.tile-aqua .icon i {10347color: #fff;10348}10349.tile-title.tile-aqua .title {10350background: rgba(0, 0, 0, 0.1);10351}10352.tile-title.tile-aqua .title p {10353color: rgba(255, 255, 255, 0.85);10354}10355.tile-title.tile-cyan {10356background: #00b29e;10357}10358.tile-title.tile-cyan:hover {10359background-color: #009987;10360}10361.tile-title.tile-cyan .icon i,10362.tile-title.tile-cyan h3,10363.tile-title.tile-cyan p {10364color: #fff;10365}10366.tile-title.tile-cyan .icon i {10367color: #fff;10368}10369.tile-title.tile-cyan .title {10370background: rgba(0, 0, 0, 0.1);10371}10372.tile-title.tile-cyan .title p {10373color: rgba(255, 255, 255, 0.85);10374}10375.tile-title.tile-purple {10376background: #ba79cb;10377}10378.tile-title.tile-purple:hover {10379background-color: #b167c4;10380}10381.tile-title.tile-purple .icon i,10382.tile-title.tile-purple h3,10383.tile-title.tile-purple p {10384color: #fff;10385}10386.tile-title.tile-purple .icon i {10387color: #fff;10388}10389.tile-title.tile-purple .title {10390background: rgba(0, 0, 0, 0.1);10391}10392.tile-title.tile-purple .title p {10393color: rgba(255, 255, 255, 0.85);10394}10395.tile-title.tile-pink {10396background: #ec3b83;10397}10398.tile-title.tile-pink:hover {10399background-color: #ea2474;10400}10401.tile-title.tile-pink .icon i,10402.tile-title.tile-pink h3,10403.tile-title.tile-pink p {10404color: #fff;10405}10406.tile-title.tile-pink .icon i {10407color: #fff;10408}10409.tile-title.tile-pink .title {10410background: rgba(0, 0, 0, 0.1);10411}10412.tile-title.tile-pink .title p {10413color: rgba(255, 255, 255, 0.85);10414}10415.tile-title.tile-orange {10416background: #ffa812;10417}10418.tile-title.tile-orange:hover {10419background-color: #f89d00;10420}10421.tile-title.tile-orange .icon i,10422.tile-title.tile-orange h3,10423.tile-title.tile-orange p {10424color: #fff;10425}10426.tile-title.tile-orange .icon i {10427color: #fff;10428}10429.tile-title.tile-orange .title {10430background: rgba(0, 0, 0, 0.1);10431}10432.tile-title.tile-orange .title p {10433color: rgba(255, 255, 255, 0.85);10434}10435.tile-title.tile-brown {10436background: #6c541e;10437}10438.tile-title.tile-brown:hover {10439background-color: #584418;10440}10441.tile-title.tile-brown .icon i,10442.tile-title.tile-brown h3,10443.tile-title.tile-brown p {10444color: #fff;10445}10446.tile-title.tile-brown .icon i {10447color: #fff;10448}10449.tile-title.tile-brown .title {10450background: rgba(0, 0, 0, 0.1);10451}10452.tile-title.tile-brown .title p {10453color: rgba(255, 255, 255, 0.85);10454}10455.tile-title.tile-plum {10456background: #701c1c;10457}10458.tile-title.tile-plum:hover {10459background-color: #5c1717;10460}10461.tile-title.tile-plum .icon i,10462.tile-title.tile-plum h3,10463.tile-title.tile-plum p {10464color: #fff;10465}10466.tile-title.tile-plum .icon i {10467color: #fff;10468}10469.tile-title.tile-plum .title {10470background: rgba(0, 0, 0, 0.1);10471}10472.tile-title.tile-plum .title p {10473color: rgba(255, 255, 255, 0.85);10474}10475.tile-title.tile-gray {10476background: #f5f5f5;10477}10478.tile-title.tile-gray:hover {10479background-color: #e8e8e8;10480}10481.tile-title.tile-gray .icon i,10482.tile-title.tile-gray h3,10483.tile-title.tile-gray p {10484color: #8f8f8f;10485}10486.tile-title.tile-gray .icon i {10487color: #8f8f8f;10488}10489.tile-title.tile-gray .title {10490background: rgba(0, 0, 0, 0.1);10491}10492.tile-title.tile-gray .title p {10493color: rgba(143, 143, 143, 0.85);10494}10495.tile-block {10496background: #00a65b;10497-webkit-border-radius: 5px;10498-webkit-background-clip: padding-box;10499-moz-border-radius: 5px;10500-moz-background-clip: padding;10501border-radius: 5px;10502background-clip: padding-box;10503margin-bottom: 20px;10504background-color: #303641;10505color: #fff;10506}10507.tile-block:before,10508.tile-block:after {10509content: " ";10510display: table;10511}10512.tile-block:after {10513clear: both;10514}10515.tile-block .tile-header {10516color: #fff;10517font-size: 17px;10518padding: 20px;10519}10520.tile-block .tile-header a,10521.tile-block .tile-header span {10522color: #fff;10523}10524.tile-block .tile-header span {10525display: block;10526margin-top: 4px;10527font-size: 11px;10528}10529.tile-block .tile-header i {10530float: right;10531font-size: 28px;10532position: relative;10533top: 4px;10534}10535.tile-block .tile-header i[class^="entypo-"] {10536top: 0;10537}10538.tile-block .tile-content {10539background: rgba(0, 0, 0, 0.03);10540padding: 20px;10541}10542.tile-block .tile-content .todo-list .neon-cb-replacement .cb-wrapper + label {10543top: -3px;10544margin-left: 8px;10545}10546.tile-block .tile-footer {10547background: rgba(0, 0, 0, 0.03);10548border-top: 1px solid rgba(255, 255, 255, 0.1);10549padding: 20px;10550color: #fff;10551-webkit-border-radius: 0 0 5px 5px;10552-webkit-background-clip: padding-box;10553-moz-border-radius: 0 0 5px 5px;10554-moz-background-clip: padding;10555border-radius: 0 0 5px 5px;10556background-clip: padding-box;10557}10558.tile-block .tile-footer a {10559color: #fff;10560font-weight: bold;10561}10562.tile-block .form-control,10563.tile-block .btn {10564background: rgba(0, 0, 0, 0.15);10565color: #fff;10566border-color: transparent;10567}10568.tile-block .form-control::-moz-placeholder,10569.tile-block .btn::-moz-placeholder {10570color: rgba(255, 255, 255, 0.6);10571opacity: 1;10572}10573.tile-block .form-control:-ms-input-placeholder,10574.tile-block .btn:-ms-input-placeholder {10575color: rgba(255, 255, 255, 0.6);10576}10577.tile-block .form-control::-webkit-input-placeholder,10578.tile-block .btn::-webkit-input-placeholder {10579color: rgba(255, 255, 255, 0.6);10580}10581.tile-block .form-control::-webkit-input-placeholder,10582.tile-block .btn::-webkit-input-placeholder {10583color: rgba(255, 255, 255, 0.6);10584}10585.tile-block .form-control:-moz-placeholder,10586.tile-block .btn:-moz-placeholder {10587color: rgba(255, 255, 255, 0.6);10588}10589.tile-block .form-control::-moz-placeholder,10590.tile-block .btn::-moz-placeholder {10591color: rgba(255, 255, 255, 0.6);10592}10593.tile-block .form-control:-ms-input-placeholder,10594.tile-block .btn:-ms-input-placeholder {10595color: rgba(255, 255, 255, 0.6);10596}10597.tile-block .form-control + .todo-list,10598.tile-block .btn + .todo-list {10599margin-top: 20px;10600}10601.tile-block .form-control + .btn {10602margin-top: 10px;10603}10604.tile-block .tile-header a,10605.tile-block .tile-header span,10606.tile-block .tile-header i {10607color: #fff;10608}10609.tile-block .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {10610background: #303641;10611}10612.tile-block .tile-footer {10613color: #fff;10614}10615.tile-block .tile-footer a {10616color: #fff;10617}10618.tile-block.tile-red {10619background-color: #f56954;10620color: #fff;10621}10622.tile-block.tile-red .tile-header a,10623.tile-block.tile-red .tile-header span,10624.tile-block.tile-red .tile-header i {10625color: #fff;10626}10627.tile-block.tile-red .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {10628background: #f56954;10629}10630.tile-block.tile-red .tile-footer {10631color: #fff;10632}10633.tile-block.tile-red .tile-footer a {10634color: #fff;10635}10636.tile-block.tile-green {10637background-color: #00a65a;10638color: #fff;10639}10640.tile-block.tile-green .tile-header a,10641.tile-block.tile-green .tile-header span,10642.tile-block.tile-green .tile-header i {10643color: #fff;10644}10645.tile-block.tile-green .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {10646background: #00a65a;10647}10648.tile-block.tile-green .tile-footer {10649color: #fff;10650}10651.tile-block.tile-green .tile-footer a {10652color: #fff;10653}10654.tile-block.tile-blue {10655background-color: #0073b7;10656color: #fff;10657}10658.tile-block.tile-blue .tile-header a,10659.tile-block.tile-blue .tile-header span,10660.tile-block.tile-blue .tile-header i {10661color: #fff;10662}10663.tile-block.tile-blue .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {10664background: #0073b7;10665}10666.tile-block.tile-blue .tile-footer {10667color: #fff;10668}10669.tile-block.tile-blue .tile-footer a {10670color: #fff;10671}10672.tile-block.tile-aqua {10673background-color: #00c0ef;10674color: #fff;10675}10676.tile-block.tile-aqua .tile-header a,10677.tile-block.tile-aqua .tile-header span,10678.tile-block.tile-aqua .tile-header i {10679color: #fff;10680}10681.tile-block.tile-aqua .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {10682background: #00c0ef;10683}10684.tile-block.tile-aqua .tile-footer {10685color: #fff;10686}10687.tile-block.tile-aqua .tile-footer a {10688color: #fff;10689}10690.tile-block.tile-cyan {10691background-color: #00b29e;10692color: #fff;10693}10694.tile-block.tile-cyan .tile-header a,10695.tile-block.tile-cyan .tile-header span,10696.tile-block.tile-cyan .tile-header i {10697color: #fff;10698}10699.tile-block.tile-cyan .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {10700background: #00b29e;10701}10702.tile-block.tile-cyan .tile-footer {10703color: #fff;10704}10705.tile-block.tile-cyan .tile-footer a {10706color: #fff;10707}10708.tile-block.tile-purple {10709background-color: #ba79cb;10710color: #fff;10711}10712.tile-block.tile-purple .tile-header a,10713.tile-block.tile-purple .tile-header span,10714.tile-block.tile-purple .tile-header i {10715color: #fff;10716}10717.tile-block.tile-purple .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {10718background: #ba79cb;10719}10720.tile-block.tile-purple .tile-footer {10721color: #fff;10722}10723.tile-block.tile-purple .tile-footer a {10724color: #fff;10725}10726.tile-block.tile-pink {10727background-color: #ec3b83;10728color: #fff;10729}10730.tile-block.tile-pink .tile-header a,10731.tile-block.tile-pink .tile-header span,10732.tile-block.tile-pink .tile-header i {10733color: #fff;10734}10735.tile-block.tile-pink .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {10736background: #ec3b83;10737}10738.tile-block.tile-pink .tile-footer {10739color: #fff;10740}10741.tile-block.tile-pink .tile-footer a {10742color: #fff;10743}10744.tile-block.tile-orange {10745background-color: #ffa812;10746color: #fff;10747}10748.tile-block.tile-orange .tile-header a,10749.tile-block.tile-orange .tile-header span,10750.tile-block.tile-orange .tile-header i {10751color: #fff;10752}10753.tile-block.tile-orange .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {10754background: #ffa812;10755}10756.tile-block.tile-orange .tile-footer {10757color: #fff;10758}10759.tile-block.tile-orange .tile-footer a {10760color: #fff;10761}10762.tile-block.tile-brown {10763background-color: #6c541e;10764color: #fff;10765}10766.tile-block.tile-brown .tile-header a,10767.tile-block.tile-brown .tile-header span,10768.tile-block.tile-brown .tile-header i {10769color: #fff;10770}10771.tile-block.tile-brown .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {10772background: #6c541e;10773}10774.tile-block.tile-brown .tile-footer {10775color: #fff;10776}10777.tile-block.tile-brown .tile-footer a {10778color: #fff;10779}10780.tile-block.tile-plum {10781background-color: #701c1c;10782color: #fff;10783}10784.tile-block.tile-plum .tile-header a,10785.tile-block.tile-plum .tile-header span,10786.tile-block.tile-plum .tile-header i {10787color: #fff;10788}10789.tile-block.tile-plum .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {10790background: #701c1c;10791}10792.tile-block.tile-plum .tile-footer {10793color: #fff;10794}10795.tile-block.tile-plum .tile-footer a {10796color: #fff;10797}10798.tile-block.tile-gray {10799background-color: #f5f5f5;10800color: #767676;10801}10802.tile-block.tile-gray .tile-header a,10803.tile-block.tile-gray .tile-header span,10804.tile-block.tile-gray .tile-header i {10805color: #767676;10806}10807.tile-block.tile-gray .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {10808background: #f5f5f5;10809}10810.tile-block.tile-gray .tile-footer {10811color: #767676;10812}10813.tile-block.tile-gray .tile-footer a {10814color: #767676;10815}10816.tile-block.tile-gray .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {10817background: #dcdcdc;10818}10819.todo-list {10820list-style: none;10821padding: 0;10822margin: 0;10823}10824.todo-list > li {10825margin: 0;10826margin-bottom: 5px;10827padding: 0;10828}10829.todo-list > li:last-child {10830margin-bottom: 0;10831}10832.todo-list > li .neon-cb-replacement .cb-wrapper {10833background: #fff;10834}10835.todo-list > li .neon-cb-replacement .cb-wrapper + label {10836position: relative;10837}10838.todo-list > li .neon-cb-replacement .cb-wrapper + label:after {10839position: absolute;10840content: '';10841height: 2px;10842background: #fff;10843width: 0%;10844top: 50%;10845left: 0;10846margin: 0;10847margin-top: 0px;10848-webkit-box-sizing: border-box;10849-moz-box-sizing: border-box;10850box-sizing: border-box;10851-webkit-transition: all 300ms ease-in-out;10852-moz-transition: all 300ms ease-in-out;10853-o-transition: all 300ms ease-in-out;10854transition: all 300ms ease-in-out;10855}10856.todo-list > li .neon-cb-replacement.checked .cb-wrapper + label:after {10857zoom: 1;10858filter: alpha(opacity=80);10859-webkit-opacity: 0.8;10860-moz-opacity: 0.8;10861opacity: 0.8;10862width: 100%;10863}10864.todo-list > li .neon-cb-replacement.checked .cb-wrapper .checked {10865background: rgba(0, 0, 0, 0.25);10866}10867.tile-progress {10868background: #00a65b;10869margin-bottom: 20px;10870-webkit-border-radius: 5px;10871-moz-border-radius: 5px;10872border-radius: 5px;10873-webkit-border-radius: 3px;10874-webkit-background-clip: padding-box;10875-moz-border-radius: 3px;10876-moz-background-clip: padding;10877border-radius: 3px;10878background-clip: padding-box;10879background-color: #303641;10880color: #fff;10881}10882.tile-progress:before,10883.tile-progress:after {10884content: " ";10885display: table;10886}10887.tile-progress:after {10888clear: both;10889}10890.tile-progress .tile-header {10891padding: 15px 20px;10892padding-bottom: 40px;10893}10894.tile-progress .tile-header h3,10895.tile-progress .tile-header span {10896display: block;10897color: #fff;10898}10899.tile-progress .tile-header h3 {10900margin: 0;10901font-size: 18px;10902font-weight: bold;10903}10904.tile-progress .tile-header span {10905margin-top: 4px;10906color: rgba(255, 255, 255, 0.7);10907font-size: 11px;10908}10909.tile-progress .tile-progressbar {10910height: 2px;10911background: rgba(0, 0, 0, 0.18);10912margin: 0;10913}10914.tile-progress .tile-progressbar span {10915display: block;10916background: #fff;10917width: 0%;10918height: 100%;10919-webkit-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);10920-moz-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);10921-o-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);10922transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);10923}10924.tile-progress .tile-footer {10925padding: 20px;10926text-align: right;10927background: rgba(0, 0, 0, 0.1);10928-webkit-border-radius: 0 0 3px 3px;10929-webkit-background-clip: padding-box;10930-moz-border-radius: 0 0 3px 3px;10931-moz-background-clip: padding;10932border-radius: 0 0 3px 3px;10933background-clip: padding-box;10934}10935.tile-progress .tile-footer h4,10936.tile-progress .tile-footer > span {10937display: block;10938color: #fff;10939}10940.tile-progress .tile-footer h4 {10941font-size: 14px;10942margin: 0;10943}10944.tile-progress .tile-footer > span {10945margin-top: 4px;10946color: rgba(255, 255, 255, 0.7);10947font-size: 11px;10948}10949.tile-progress .tile-header h3,10950.tile-progress .tile-header a,10951.tile-progress .tile-header span,10952.tile-progress .tile-header i {10953color: #fff;10954}10955.tile-progress .tile-progressbar span {10956background: #fff;10957}10958.tile-progress .tile-footer h4,10959.tile-progress .tile-footer > span {10960color: #fff;10961}10962.tile-progress .tile-footer > span {10963color: rgba(255, 255, 255, 0.7);10964}10965.tile-progress.tile-red {10966background-color: #f56954;10967color: #fff;10968}10969.tile-progress.tile-red .tile-header h3,10970.tile-progress.tile-red .tile-header a,10971.tile-progress.tile-red .tile-header span,10972.tile-progress.tile-red .tile-header i {10973color: #fff;10974}10975.tile-progress.tile-red .tile-progressbar span {10976background: #fff;10977}10978.tile-progress.tile-red .tile-footer h4,10979.tile-progress.tile-red .tile-footer > span {10980color: #fff;10981}10982.tile-progress.tile-red .tile-footer > span {10983color: rgba(255, 255, 255, 0.7);10984}10985.tile-progress.tile-green {10986background-color: #00a65a;10987color: #fff;10988}10989.tile-progress.tile-green .tile-header h3,10990.tile-progress.tile-green .tile-header a,10991.tile-progress.tile-green .tile-header span,10992.tile-progress.tile-green .tile-header i {10993color: #fff;10994}10995.tile-progress.tile-green .tile-progressbar span {10996background: #fff;10997}10998.tile-progress.tile-green .tile-footer h4,10999.tile-progress.tile-green .tile-footer > span {11000color: #fff;11001}11002.tile-progress.tile-green .tile-footer > span {11003color: rgba(255, 255, 255, 0.7);11004}11005.tile-progress.tile-blue {11006background-color: #0073b7;11007color: #fff;11008}11009.tile-progress.tile-blue .tile-header h3,11010.tile-progress.tile-blue .tile-header a,11011.tile-progress.tile-blue .tile-header span,11012.tile-progress.tile-blue .tile-header i {11013color: #fff;11014}11015.tile-progress.tile-blue .tile-progressbar span {11016background: #fff;11017}11018.tile-progress.tile-blue .tile-footer h4,11019.tile-progress.tile-blue .tile-footer > span {11020color: #fff;11021}11022.tile-progress.tile-blue .tile-footer > span {11023color: rgba(255, 255, 255, 0.7);11024}11025.tile-progress.tile-aqua {11026background-color: #00c0ef;11027color: #fff;11028}11029.tile-progress.tile-aqua .tile-header h3,11030.tile-progress.tile-aqua .tile-header a,11031.tile-progress.tile-aqua .tile-header span,11032.tile-progress.tile-aqua .tile-header i {11033color: #fff;11034}11035.tile-progress.tile-aqua .tile-progressbar span {11036background: #fff;11037}11038.tile-progress.tile-aqua .tile-footer h4,11039.tile-progress.tile-aqua .tile-footer > span {11040color: #fff;11041}11042.tile-progress.tile-aqua .tile-footer > span {11043color: rgba(255, 255, 255, 0.7);11044}11045.tile-progress.tile-cyan {11046background-color: #00b29e;11047color: #fff;11048}11049.tile-progress.tile-cyan .tile-header h3,11050.tile-progress.tile-cyan .tile-header a,11051.tile-progress.tile-cyan .tile-header span,11052.tile-progress.tile-cyan .tile-header i {11053color: #fff;11054}11055.tile-progress.tile-cyan .tile-progressbar span {11056background: #fff;11057}11058.tile-progress.tile-cyan .tile-footer h4,11059.tile-progress.tile-cyan .tile-footer > span {11060color: #fff;11061}11062.tile-progress.tile-cyan .tile-footer > span {11063color: rgba(255, 255, 255, 0.7);11064}11065.tile-progress.tile-purple {11066background-color: #ba79cb;11067color: #fff;11068}11069.tile-progress.tile-purple .tile-header h3,11070.tile-progress.tile-purple .tile-header a,11071.tile-progress.tile-purple .tile-header span,11072.tile-progress.tile-purple .tile-header i {11073color: #fff;11074}11075.tile-progress.tile-purple .tile-progressbar span {11076background: #fff;11077}11078.tile-progress.tile-purple .tile-footer h4,11079.tile-progress.tile-purple .tile-footer > span {11080color: #fff;11081}11082.tile-progress.tile-purple .tile-footer > span {11083color: rgba(255, 255, 255, 0.7);11084}11085.tile-progress.tile-pink {11086background-color: #ec3b83;11087color: #fff;11088}11089.tile-progress.tile-pink .tile-header h3,11090.tile-progress.tile-pink .tile-header a,11091.tile-progress.tile-pink .tile-header span,11092.tile-progress.tile-pink .tile-header i {11093color: #fff;11094}11095.tile-progress.tile-pink .tile-progressbar span {11096background: #fff;11097}11098.tile-progress.tile-pink .tile-footer h4,11099.tile-progress.tile-pink .tile-footer > span {11100color: #fff;11101}11102.tile-progress.tile-pink .tile-footer > span {11103color: rgba(255, 255, 255, 0.7);11104}11105.tile-progress.tile-orange {11106background-color: #ffa812;11107color: #fff;11108}11109.tile-progress.tile-orange .tile-header h3,11110.tile-progress.tile-orange .tile-header a,11111.tile-progress.tile-orange .tile-header span,11112.tile-progress.tile-orange .tile-header i {11113color: #fff;11114}11115.tile-progress.tile-orange .tile-progressbar span {11116background: #fff;11117}11118.tile-progress.tile-orange .tile-footer h4,11119.tile-progress.tile-orange .tile-footer > span {11120color: #fff;11121}11122.tile-progress.tile-orange .tile-footer > span {11123color: rgba(255, 255, 255, 0.7);11124}11125.tile-progress.tile-brown {11126background-color: #6c541e;11127color: #fff;11128}11129.tile-progress.tile-brown .tile-header h3,11130.tile-progress.tile-brown .tile-header a,11131.tile-progress.tile-brown .tile-header span,11132.tile-progress.tile-brown .tile-header i {11133color: #fff;11134}11135.tile-progress.tile-brown .tile-progressbar span {11136background: #fff;11137}11138.tile-progress.tile-brown .tile-footer h4,11139.tile-progress.tile-brown .tile-footer > span {11140color: #fff;11141}11142.tile-progress.tile-brown .tile-footer > span {11143color: rgba(255, 255, 255, 0.7);11144}11145.tile-progress.tile-plum {11146background-color: #701c1c;11147color: #fff;11148}11149.tile-progress.tile-plum .tile-header h3,11150.tile-progress.tile-plum .tile-header a,11151.tile-progress.tile-plum .tile-header span,11152.tile-progress.tile-plum .tile-header i {11153color: #fff;11154}11155.tile-progress.tile-plum .tile-progressbar span {11156background: #fff;11157}11158.tile-progress.tile-plum .tile-footer h4,11159.tile-progress.tile-plum .tile-footer > span {11160color: #fff;11161}11162.tile-progress.tile-plum .tile-footer > span {11163color: rgba(255, 255, 255, 0.7);11164}11165.tile-progress.tile-gray {11166background-color: #f5f5f5;11167color: #8f8f8f;11168}11169.tile-progress.tile-gray .tile-header h3,11170.tile-progress.tile-gray .tile-header a,11171.tile-progress.tile-gray .tile-header span,11172.tile-progress.tile-gray .tile-header i {11173color: #8f8f8f;11174}11175.tile-progress.tile-gray .tile-progressbar span {11176background: #8f8f8f;11177}11178.tile-progress.tile-gray .tile-footer h4,11179.tile-progress.tile-gray .tile-footer > span {11180color: #8f8f8f;11181}11182.tile-progress.tile-gray .tile-footer > span {11183color: rgba(143, 143, 143, 0.7);11184}11185.tile-group {11186background: #303641;11187color: #fff;11188margin-bottom: 20px;11189overflow: hidden;11190-webkit-border-radius: 5px;11191-moz-border-radius: 5px;11192border-radius: 5px;11193display: table;11194width: 100%;11195-webkit-border-radius: 3px;11196-webkit-background-clip: padding-box;11197-moz-border-radius: 3px;11198-moz-background-clip: padding;11199border-radius: 3px;11200background-clip: padding-box;11201}11202.tile-group:before,11203.tile-group:after {11204content: " ";11205display: table;11206}11207.tile-group:after {11208clear: both;11209}11210.tile-group .tile-left,11211.tile-group .tile-right {11212display: table-cell;11213position: relative;11214}11215.tile-group .tile-left .map,11216.tile-group .tile-right .map {11217position: absolute;11218left: 0;11219right: 0;11220top: 0;11221bottom: 0;11222margin: 1px 0;11223overflow: hidden;11224-webkit-box-sizing: border-box;11225-moz-box-sizing: border-box;11226box-sizing: border-box;11227-webkit-border-radius: 3px;11228-webkit-background-clip: padding-box;11229-moz-border-radius: 3px;11230-moz-background-clip: padding;11231border-radius: 3px;11232background-clip: padding-box;11233}11234.tile-group .tile-left {11235width: 40%;11236}11237.tile-group .tile-right {11238width: 60%;11239}11240.tile-group .tile-entry {11241background: rgba(0, 0, 0, 0.1);11242padding: 25px 30px;11243border-bottom: 1px solid #303641;11244}11245.tile-group .tile-entry span,11246.tile-group .tile-entry h3,11247.tile-group .tile-entry h4 {11248display: block;11249color: #fff;11250margin: 0;11251}11252.tile-group .tile-entry span {11253color: rgba(255, 255, 255, 0.5);11254font-size: 11px;11255}11256.tile-group .tile-entry h3 + span,11257.tile-group .tile-entry h4 + span {11258margin-top: 4px;11259}11260.tile-group .tile-entry .op {11261zoom: 1;11262filter: alpha(opacity=50);11263-webkit-opacity: 0.5;11264-moz-opacity: 0.5;11265opacity: 0.5;11266-webkit-transition: all 300ms ease-in-out;11267-moz-transition: all 300ms ease-in-out;11268-o-transition: all 300ms ease-in-out;11269transition: all 300ms ease-in-out;11270}11271.tile-group .tile-entry:hover .op {11272zoom: 1;11273filter: alpha(opacity=100);11274-webkit-opacity: 1;11275-moz-opacity: 1;11276opacity: 1;11277}11278.tile-group div > tile-entry:last-child {11279border-bottom: 0;11280}11281.tile-group .jvectormap-zoomin,11282.tile-group .jvectormap-zoomout {11283width: 15px;11284height: 15px;11285margin-bottom: 4px;11286}11287.tile-group.tile-red {11288background-color: #ff4853;11289color: #fff;11290}11291.tile-group.tile-red .tile-entry {11292border-bottom-color: #ff4853;11293}11294.tile-group.tile-red .tile-entry h3,11295.tile-group.tile-red .tile-entry h4,11296.tile-group.tile-red .tile-entry a,11297.tile-group.tile-red .tile-entry span,11298.tile-group.tile-red .tile-entry i {11299color: #fff;11300}11301.tile-group.tile-red .tile-progressbar span {11302background: #fff;11303}11304.tile-group.tile-red .tile-footer h4,11305.tile-group.tile-red .tile-footer > span {11306color: #fff;11307}11308.tile-group.tile-red .tile-footer > span {11309color: rgba(255, 255, 255, 0.7);11310}11311.tile-group.tile-green {11312background-color: #00a65a;11313color: #fff;11314}11315.tile-group.tile-green .tile-entry {11316border-bottom-color: #00a65a;11317}11318.tile-group.tile-green .tile-entry h3,11319.tile-group.tile-green .tile-entry h4,11320.tile-group.tile-green .tile-entry a,11321.tile-group.tile-green .tile-entry span,11322.tile-group.tile-green .tile-entry i {11323color: #fff;11324}11325.tile-group.tile-green .tile-progressbar span {11326background: #fff;11327}11328.tile-group.tile-green .tile-footer h4,11329.tile-group.tile-green .tile-footer > span {11330color: #fff;11331}11332.tile-group.tile-green .tile-footer > span {11333color: rgba(255, 255, 255, 0.7);11334}11335.tile-group.tile-blue {11336background-color: #0073b7;11337color: #fff;11338}11339.tile-group.tile-blue .tile-entry {11340border-bottom-color: #0073b7;11341}11342.tile-group.tile-blue .tile-entry h3,11343.tile-group.tile-blue .tile-entry h4,11344.tile-group.tile-blue .tile-entry a,11345.tile-group.tile-blue .tile-entry span,11346.tile-group.tile-blue .tile-entry i {11347color: #fff;11348}11349.tile-group.tile-blue .tile-progressbar span {11350background: #fff;11351}11352.tile-group.tile-blue .tile-footer h4,11353.tile-group.tile-blue .tile-footer > span {11354color: #fff;11355}11356.tile-group.tile-blue .tile-footer > span {11357color: rgba(255, 255, 255, 0.7);11358}11359.tile-group.tile-aqua {11360background-color: #00c0ef;11361color: #fff;11362}11363.tile-group.tile-aqua .tile-entry {11364border-bottom-color: #00c0ef;11365}11366.tile-group.tile-aqua .tile-entry h3,11367.tile-group.tile-aqua .tile-entry h4,11368.tile-group.tile-aqua .tile-entry a,11369.tile-group.tile-aqua .tile-entry span,11370.tile-group.tile-aqua .tile-entry i {11371color: #fff;11372}11373.tile-group.tile-aqua .tile-progressbar span {11374background: #fff;11375}11376.tile-group.tile-aqua .tile-footer h4,11377.tile-group.tile-aqua .tile-footer > span {11378color: #fff;11379}11380.tile-group.tile-aqua .tile-footer > span {11381color: rgba(255, 255, 255, 0.7);11382}11383.tile-group.tile-cyan {11384background-color: #00b29e;11385color: #fff;11386}11387.tile-group.tile-cyan .tile-entry {11388border-bottom-color: #00b29e;11389}11390.tile-group.tile-cyan .tile-entry h3,11391.tile-group.tile-cyan .tile-entry h4,11392.tile-group.tile-cyan .tile-entry a,11393.tile-group.tile-cyan .tile-entry span,11394.tile-group.tile-cyan .tile-entry i {11395color: #fff;11396}11397.tile-group.tile-cyan .tile-progressbar span {11398background: #fff;11399}11400.tile-group.tile-cyan .tile-footer h4,11401.tile-group.tile-cyan .tile-footer > span {11402color: #fff;11403}11404.tile-group.tile-cyan .tile-footer > span {11405color: rgba(255, 255, 255, 0.7);11406}11407.tile-group.tile-purple {11408background-color: #ba79cb;11409color: #fff;11410}11411.tile-group.tile-purple .tile-entry {11412border-bottom-color: #ba79cb;11413}11414.tile-group.tile-purple .tile-entry h3,11415.tile-group.tile-purple .tile-entry h4,11416.tile-group.tile-purple .tile-entry a,11417.tile-group.tile-purple .tile-entry span,11418.tile-group.tile-purple .tile-entry i {11419color: #fff;11420}11421.tile-group.tile-purple .tile-progressbar span {11422background: #fff;11423}11424.tile-group.tile-purple .tile-footer h4,11425.tile-group.tile-purple .tile-footer > span {11426color: #fff;11427}11428.tile-group.tile-purple .tile-footer > span {11429color: rgba(255, 255, 255, 0.7);11430}11431.tile-group.tile-pink {11432background-color: #ec3b83;11433color: #fff;11434}11435.tile-group.tile-pink .tile-entry {11436border-bottom-color: #ec3b83;11437}11438.tile-group.tile-pink .tile-entry h3,11439.tile-group.tile-pink .tile-entry h4,11440.tile-group.tile-pink .tile-entry a,11441.tile-group.tile-pink .tile-entry span,11442.tile-group.tile-pink .tile-entry i {11443color: #fff;11444}11445.tile-group.tile-pink .tile-progressbar span {11446background: #fff;11447}11448.tile-group.tile-pink .tile-footer h4,11449.tile-group.tile-pink .tile-footer > span {11450color: #fff;11451}11452.tile-group.tile-pink .tile-footer > span {11453color: rgba(255, 255, 255, 0.7);11454}11455.tile-group.tile-orange {11456background-color: #ffa812;11457color: #fff;11458}11459.tile-group.tile-orange .tile-entry {11460border-bottom-color: #ffa812;11461}11462.tile-group.tile-orange .tile-entry h3,11463.tile-group.tile-orange .tile-entry h4,11464.tile-group.tile-orange .tile-entry a,11465.tile-group.tile-orange .tile-entry span,11466.tile-group.tile-orange .tile-entry i {11467color: #fff;11468}11469.tile-group.tile-orange .tile-progressbar span {11470background: #fff;11471}11472.tile-group.tile-orange .tile-footer h4,11473.tile-group.tile-orange .tile-footer > span {11474color: #fff;11475}11476.tile-group.tile-orange .tile-footer > span {11477color: rgba(255, 255, 255, 0.7);11478}11479.tile-group.tile-brown {11480background-color: #6c541e;11481color: #fff;11482}11483.tile-group.tile-brown .tile-entry {11484border-bottom-color: #6c541e;11485}11486.tile-group.tile-brown .tile-entry h3,11487.tile-group.tile-brown .tile-entry h4,11488.tile-group.tile-brown .tile-entry a,11489.tile-group.tile-brown .tile-entry span,11490.tile-group.tile-brown .tile-entry i {11491color: #fff;11492}11493.tile-group.tile-brown .tile-progressbar span {11494background: #fff;11495}11496.tile-group.tile-brown .tile-footer h4,11497.tile-group.tile-brown .tile-footer > span {11498color: #fff;11499}11500.tile-group.tile-brown .tile-footer > span {11501color: rgba(255, 255, 255, 0.7);11502}11503.tile-group.tile-plum {11504background-color: #701c1c;11505color: #fff;11506}11507.tile-group.tile-plum .tile-entry {11508border-bottom-color: #701c1c;11509}11510.tile-group.tile-plum .tile-entry h3,11511.tile-group.tile-plum .tile-entry h4,11512.tile-group.tile-plum .tile-entry a,11513.tile-group.tile-plum .tile-entry span,11514.tile-group.tile-plum .tile-entry i {11515color: #fff;11516}11517.tile-group.tile-plum .tile-progressbar span {11518background: #fff;11519}11520.tile-group.tile-plum .tile-footer h4,11521.tile-group.tile-plum .tile-footer > span {11522color: #fff;11523}11524.tile-group.tile-plum .tile-footer > span {11525color: rgba(255, 255, 255, 0.7);11526}11527.tile-group.tile-gray {11528background-color: #f5f5f5;11529color: #8f8f8f;11530}11531.tile-group.tile-gray .tile-entry {11532border-bottom-color: #f5f5f5;11533}11534.tile-group.tile-gray .tile-entry h3,11535.tile-group.tile-gray .tile-entry h4,11536.tile-group.tile-gray .tile-entry a,11537.tile-group.tile-gray .tile-entry span,11538.tile-group.tile-gray .tile-entry i {11539color: #8f8f8f;11540}11541.tile-group.tile-gray .tile-progressbar span {11542background: #8f8f8f;11543}11544.tile-group.tile-gray .tile-footer h4,11545.tile-group.tile-gray .tile-footer > span {11546color: #8f8f8f;11547}11548.tile-group.tile-gray .tile-footer > span {11549color: rgba(143, 143, 143, 0.7);11550}11551.page-error-404 {11552color: #303641;11553text-align: center;11554}11555.page-error-404 .error-symbol {11556font-size: 120px;11557}11558.page-error-404 .error-text {11559padding-bottom: 25px;11560font-size: 16px;11561}11562.page-error-404 .error-text h2 {11563font-size: 45px;11564}11565.page-error-404 .error-text p {11566font-size: 22px;11567}11568.page-error-404 .error-text + hr {11569margin-bottom: 50px;11570}11571.page-error-404 .input-group {11572width: 250px;11573margin: 0 auto;11574}11575body.page-fade {11576background: #303641;11577-webkit-transition: 400ms all ease-in-out;11578-moz-transition: 400ms all ease-in-out;11579-o-transition: 400ms all ease-in-out;11580transition: 400ms all ease-in-out;11581-webkit-transform-origin: 50% 30%;11582-moz-transform-origin: 50% 30%;11583-ms-transform-origin: 50% 30%;11584-o-transform-origin: 50% 30%;11585transform-origin: 50% 30%;11586}11587body.page-fade > .page-container {11588-webkit-transform: scale(0.9) translateY(100px);11589-moz-transform: scale(0.9) translateY(100px);11590-ms-transform: scale(0.9) translateY(100px);11591-o-transform: scale(0.9) translateY(100px);11592transform: scale(0.9) translateY(100px);11593-webkit-transition: 400ms all ease-in-out;11594-moz-transition: 400ms all ease-in-out;11595-o-transition: 400ms all ease-in-out;11596transition: 400ms all ease-in-out;11597zoom: 1;11598filter: alpha(opacity=0);11599-webkit-opacity: 0;11600-moz-opacity: 0;11601opacity: 0;11602}11603body.page-fade-init {11604background: #ffffff;11605}11606body.page-fade-init > .page-container {11607-webkit-transform: scale(1) translateY(0px);11608-moz-transform: scale(1) translateY(0px);11609-ms-transform: scale(1) translateY(0px);11610-o-transform: scale(1) translateY(0px);11611transform: scale(1) translateY(0px);11612zoom: 1;11613filter: alpha(opacity=100);11614-webkit-opacity: 1;11615-moz-opacity: 1;11616opacity: 1;11617}11618body.page-left-in {11619background: #303641;11620-webkit-transition: 400ms all ease-in-out;11621-moz-transition: 400ms all ease-in-out;11622-o-transition: 400ms all ease-in-out;11623transition: 400ms all ease-in-out;11624-webkit-transform-origin: 0% 50%;11625-moz-transform-origin: 0% 50%;11626-ms-transform-origin: 0% 50%;11627-o-transform-origin: 0% 50%;11628transform-origin: 0% 50%;11629-webkit-perspective: 1000;11630-moz-perspective: 1000;11631perspective: 1000;11632-webkit-perspective: 1000px;11633-moz-perspective: 1000px;11634perspective: 1000px;11635}11636body.page-left-in > .page-container {11637-webkit-transform: rotateY(8deg) translateX(-100px);11638-moz-transform: rotateY(8deg) translateX(-100px);11639-ms-transform: rotateY(8deg) translateX(-100px);11640-o-transform: rotateY(8deg) translateX(-100px);11641transform: rotateY(8deg) translateX(-100px);11642-webkit-transition: 400ms all ease-in-out;11643-moz-transition: 400ms all ease-in-out;11644-o-transition: 400ms all ease-in-out;11645transition: 400ms all ease-in-out;11646zoom: 1;11647filter: alpha(opacity=0);11648-webkit-opacity: 0;11649-moz-opacity: 0;11650opacity: 0;11651}11652body.page-left-in-init {11653background: #ffffff;11654}11655body.page-left-in-init > .page-container {11656-webkit-transform: rotateY(0deg) translateX(0px);11657-moz-transform: rotateY(0deg) translateX(0px);11658-ms-transform: rotateY(0deg) translateX(0px);11659-o-transform: rotateY(0deg) translateX(0px);11660transform: rotateY(0deg) translateX(0px);11661zoom: 1;11662filter: alpha(opacity=100);11663-webkit-opacity: 1;11664-moz-opacity: 1;11665opacity: 1;11666}11667body.page-right-in {11668background: #303641;11669overflow-x: hidden;11670-webkit-transition: 400ms all ease-in-out;11671-moz-transition: 400ms all ease-in-out;11672-o-transition: 400ms all ease-in-out;11673transition: 400ms all ease-in-out;11674-webkit-transform-origin: 100% 50%;11675-moz-transform-origin: 100% 50%;11676-ms-transform-origin: 100% 50%;11677-o-transform-origin: 100% 50%;11678transform-origin: 100% 50%;11679-webkit-perspective: 1000;11680-moz-perspective: 1000;11681perspective: 1000;11682-webkit-perspective: 1000px;11683-moz-perspective: 1000px;11684perspective: 1000px;11685}11686body.page-right-in > .page-container {11687-webkit-transform: rotateY(-8deg) translateX(100px);11688-moz-transform: rotateY(-8deg) translateX(100px);11689-ms-transform: rotateY(-8deg) translateX(100px);11690-o-transform: rotateY(-8deg) translateX(100px);11691transform: rotateY(-8deg) translateX(100px);11692-webkit-transition: 400ms all ease-in-out;11693-moz-transition: 400ms all ease-in-out;11694-o-transition: 400ms all ease-in-out;11695transition: 400ms all ease-in-out;11696zoom: 1;11697filter: alpha(opacity=0);11698-webkit-opacity: 0;11699-moz-opacity: 0;11700opacity: 0;11701}11702body.page-right-in-init {11703background: #ffffff;11704}11705body.page-right-in-init > .page-container {11706-webkit-transform: rotateY(0deg) translateX(0px);11707-moz-transform: rotateY(0deg) translateX(0px);11708-ms-transform: rotateY(0deg) translateX(0px);11709-o-transform: rotateY(0deg) translateX(0px);11710transform: rotateY(0deg) translateX(0px);11711zoom: 1;11712filter: alpha(opacity=100);11713-webkit-opacity: 1;11714-moz-opacity: 1;11715opacity: 1;11716}11717body.page-fade-only {11718background: #303641;11719-webkit-transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);11720-moz-transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);11721-o-transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);11722transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);11723-webkit-transform-origin: 50% 30%;11724-moz-transform-origin: 50% 30%;11725-ms-transform-origin: 50% 30%;11726-o-transform-origin: 50% 30%;11727transform-origin: 50% 30%;11728}11729body.page-fade-only > .page-container {11730-webkit-transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);11731-moz-transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);11732-o-transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);11733transition: 900ms all cubic-bezier(0.445, 0.050, 0.550, 0.950);11734zoom: 1;11735filter: alpha(opacity=0);11736-webkit-opacity: 0;11737-moz-opacity: 0;11738opacity: 0;11739}11740body.page-fade-only-init {11741background: #ffffff;11742}11743body.page-fade-only-init > .page-container {11744zoom: 1;11745filter: alpha(opacity=100);11746-webkit-opacity: 1;11747-moz-opacity: 1;11748opacity: 1;11749}11750.draggable-portlets .sorted {11751min-height: 100px;11752}11753.draggable-portlets .sorted .ui-sortable-placeholder {11754background: rgba(255, 255, 204, 0.7);11755border: 1px dashed #ebebeb;11756visibility: visible !important;11757}11758.draggable-portlets .sorted > .panel {11759-webkit-transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;11760-o-transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;11761transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;11762-webkit-transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;11763-moz-transition: opacity 300ms ease-in-out, -moz-transform 300ms ease-in-out;11764-o-transition: opacity 300ms ease-in-out, -o-transform 300ms ease-in-out;11765transition: opacity 300ms ease-in-out,-webkit-transform 300ms ease-in-out,-moz-transform 300ms ease-in-out,-o-transform 300ms ease-in-out,transform 300ms ease-in-out;11766}11767.draggable-portlets .sorted > .panel .panel-heading {11768cursor: pointer;11769}11770.draggable-portlets.dragging .sorted > .panel {11771-webkit-transform: scale(.9);11772-moz-transform: scale(.9);11773-ms-transform: scale(.9);11774-o-transform: scale(.9);11775transform: scale(.9);11776zoom: 1;11777filter: alpha(opacity=90);11778-webkit-opacity: 0.9;11779-moz-opacity: 0.9;11780opacity: 0.9;11781}11782.draggable-portlets.dragging .sorted > .panel.ui-sortable-helper {11783-webkit-transform: scale(1.1);11784-moz-transform: scale(1.1);11785-ms-transform: scale(1.1);11786-o-transform: scale(1.1);11787transform: scale(1.1);11788zoom: 1;11789filter: alpha(opacity=100);11790-webkit-opacity: 1;11791-moz-opacity: 1;11792opacity: 1;11793}11794.language-selector {11795margin-top: -7px;11796}11797.language-selector > .dropdown-toggle {11798display: inline-block;11799padding: 7px 12px;11800-webkit-border-radius: 3px;11801-webkit-background-clip: padding-box;11802-moz-border-radius: 3px;11803-moz-background-clip: padding;11804border-radius: 3px;11805background-clip: padding-box;11806}11807.language-selector > .dropdown-toggle img {11808display: inline-block;11809line-height: 1;11810}11811.language-selector.open > .dropdown-toggle {11812background: #f5f5f6;11813}11814.language-selector .dropdown-menu {11815background: #f5f5f6;11816border: none;11817margin: 0;11818padding: 0;11819width: 200px;11820overflow: hidden;11821-webkit-border-radius: 0 3px 3px 3px;11822-webkit-background-clip: padding-box;11823-moz-border-radius: 0 3px 3px 3px;11824-moz-background-clip: padding;11825border-radius: 0 3px 3px 3px;11826background-clip: padding-box;11827}11828.language-selector .dropdown-menu.pull-right {11829-webkit-border-radius: 3px 0 3px 3px;11830-webkit-background-clip: padding-box;11831-moz-border-radius: 3px 0 3px 3px;11832-moz-background-clip: padding;11833border-radius: 3px 0 3px 3px;11834background-clip: padding-box;11835margin-right: 5px;11836}11837.language-selector .dropdown-menu > li {11838border-bottom: 1px solid #ebebeb;11839}11840.language-selector .dropdown-menu > li a {11841margin: 0;11842display: block;11843-webkit-border-radius: 0;11844-webkit-background-clip: padding-box;11845-moz-border-radius: 0;11846-moz-background-clip: padding;11847border-radius: 0;11848background-clip: padding-box;11849padding: 10px 20px;11850color: #8d929a;11851-webkit-transition: all 300ms ease-in-out;11852-moz-transition: all 300ms ease-in-out;11853-o-transition: all 300ms ease-in-out;11854transition: all 300ms ease-in-out;11855}11856.language-selector .dropdown-menu > li a img {11857margin-right: 5px;11858}11859.language-selector .dropdown-menu > li a:hover {11860background: rgba(235, 235, 235, 0.4);11861}11862.language-selector .dropdown-menu > li:last-child {11863border-bottom: 0;11864}11865.language-selector .dropdown-menu > li.active a {11866background: rgba(235, 235, 235, 0.9);11867color: #737881;11868}11869.language-selector.open > .dropdown-toggle {11870-webkit-border-radius: 3px 3px 0 0;11871-webkit-background-clip: padding-box;11872-moz-border-radius: 3px 3px 0 0;11873-moz-background-clip: padding;11874border-radius: 3px 3px 0 0;11875background-clip: padding-box;11876}11877.search-results-env .search-string {11878font-size: 17px;11879}11880.search-results-env .search-string strong {11881color: #ec5956;11882font-weight: normal;11883}11884.search-results-env .nav-tabs {11885margin-bottom: 0;11886border-bottom-color: #ebebeb;11887}11888.search-results-env .nav-tabs li a {11889background: #f5f5f6;11890border-color: #ebebeb;11891}11892.search-results-env .nav-tabs li.active a {11893background: #f9f9f9;11894border-bottom-color: transparent;11895}11896.search-results-env .search-bar {11897padding: 25px;11898background: #f9f9f9;11899margin-bottom: 30px;11900}11901.search-results-env .search-bar .form-control + .input-group-btn {11902border: 1px solid #303641;11903border-left: 0;11904padding-left: 3px;11905background-color: #303641;11906-webkit-border-radius: 0 3px 3px 0;11907-webkit-background-clip: padding-box;11908-moz-border-radius: 0 3px 3px 0;11909-moz-background-clip: padding;11910border-radius: 0 3px 3px 0;11911background-clip: padding-box;11912}11913.search-results-env .search-bar .form-control + .input-group-btn .button {11914-webkit-border-radius: 0;11915-webkit-background-clip: padding-box;11916-moz-border-radius: 0;11917-moz-background-clip: padding;11918border-radius: 0;11919background-clip: padding-box;11920}11921.search-results-env .search-results-panes {11922position: relative;11923}11924.search-results-env .search-results-panes .search-results-pane {11925position: relative;11926display: none;11927}11928.search-results-env .search-results-panes .search-results-pane.active {11929display: block;11930}11931.search-results-env .search-results {11932list-style: none;11933margin: 0;11934padding: 0;11935}11936.search-results-env .search-results > .search-result {11937border-bottom: 1px solid #f3f3f3;11938padding-bottom: 20px;11939margin: 0;11940margin-bottom: 20px;11941}11942.search-results-env .search-results > .search-result h4 {11943font-size: 18px;11944margin: 0;11945margin-bottom: 10px;11946}11947.search-results-env .search-results > .search-result .link {11948color: #ec5956;11949}11950.search-results-env .search-results > .search-result .link:hover {11951text-decoration: underline;11952}11953.search-results-env .search-results > .search-result:last-child {11954padding-bottom: 0;11955border-bottom: 0;11956}11957.search-results-env .search-results > .search-result .sr-inner {11958padding: 15px;11959-webkit-transition: all 300ms ease-in-out;11960-moz-transition: all 300ms ease-in-out;11961-o-transition: all 300ms ease-in-out;11962transition: all 300ms ease-in-out;11963}11964.search-results-env .search-results > .search-result .sr-inner:hover {11965background: #f9f9f9;11966}11967.search-results-env .search-results-messages thead tr th,11968.search-results-env .search-results-messages tbody tr th,11969.search-results-env .search-results-messages thead tr td,11970.search-results-env .search-results-messages tbody tr td {11971padding: 10px 10px;11972}11973.search-results-env .search-results-messages tbody tr {11974background: #f9f9f9;11975}11976.search-results-env .search-results-messages tbody tr.unread {11977background: #FFF;11978}11979.search-results-env .search-results-messages tbody tr.unread > td:nth-child(2) a {11980font-weight: bold;11981}11982.search-results-env .search-results-messages tbody tr .star {11983display: inline-block;11984color: #dddddd;11985margin-right: 5px;11986font-size: 14px;11987-webkit-transition: all 300ms ease-in-out;11988-moz-transition: all 300ms ease-in-out;11989-o-transition: all 300ms ease-in-out;11990transition: all 300ms ease-in-out;11991}11992.search-results-env .search-results-messages tbody tr .star.stared,11993.search-results-env .search-results-messages tbody tr .star.starred {11994color: #ff9600;11995}11996@media (max-width: 570px) {11997.search-results-env .nav-tabs {11998text-align: left;11999}12000.search-results-env .nav-tabs > li {12001float: none !important;12002}12003.search-results-env .nav-tabs > li.pull-left {12004display: block;12005width: 100%;12006}12007.search-results-env .nav-tabs > li .search-string {12008padding-bottom: 15px;12009}12010}12011.boxed-layout {12012background: url(../images/boxed-pattern-3.png);12013padding-bottom: 0px;12014}12015.boxed-layout.page-fade,12016.boxed-layout.page-fade-only,12017.boxed-layout.page-left-in,12018.boxed-layout.page-right-in {12019background: url(../images/boxed-pattern-3.png);12020}12021.boxed-layout .page-container {12022position: relative;12023width: 80%;12024margin: 0 auto;12025margin-top: 0px;12026-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);12027-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);12028box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);12029}12030.boxed-layout .page-container:before,12031.boxed-layout .page-container:after {12032content: " ";12033display: table;12034}12035.boxed-layout .page-container:after {12036clear: both;12037}12038.boxed-layout .page-container.horizontal-menu > header.navbar {12039width: 80%;12040margin: 0 auto;12041-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);12042-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);12043box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);12044}12045.boxed-layout .page-container.horizontal-menu .main-content {12046padding-left: 0;12047padding-right: 0;12048}12049.boxed-layout .page-container.horizontal-menu .main-content .container {12050width: 100%;12051}12052.boxed-layout #chat {12053position: absolute;12054}12055@media screen and (max-width: 992px) {12056.boxed-layout .page-container {12057position: absolute;12058width: 100%;12059overflow-x: visible;12060}12061.boxed-layout #chat {12062position: fixed;12063}12064}12065@media (max-width: 1199px) {12066.pull-none-md {12067float: none !important;12068}12069.pull-none-md .dropdown-menu {12070left: 0;12071right: auto;12072}12073.pull-left-md {12074float: left !important;12075}12076.pull-left-md .dropdown-menu {12077left: 0;12078right: auto;12079}12080.pull-right-md {12081float: right !important;12082}12083.pull-right-md .dropdown-menu {12084left: auto;12085right: 0;12086}12087}12088@media (max-width: 991px) {12089.pull-none-sm {12090float: none !important;12091}12092.pull-none-sm .dropdown-menu {12093left: 0;12094right: auto;12095}12096.pull-left-sm {12097float: left !important;12098}12099.pull-left-sm .dropdown-menu {12100left: 0;12101right: auto;12102}12103.pull-right-sm {12104float: right !important;12105}12106.pull-right-sm .dropdown-menu {12107left: auto;12108right: 0;12109}12110}12111@media (max-width: 767px) {12112.pull-none-xs {12113float: none !important;12114}12115.pull-none-xs .dropdown-menu {12116left: 0;12117right: auto;12118}12119.pull-left-xs {12120float: left !important;12121}12122.pull-left-xs .dropdown-menu {12123left: 0;12124right: auto;12125}12126.pull-right-xs {12127float: right !important;12128}12129.pull-right-xs .dropdown-menu {12130left: auto;12131right: 0;12132}12133}12134@media (max-width: 480px - 140) {12135.pull-none-xsm {12136float: none !important;12137}12138.pull-none-xsm .dropdown-menu {12139left: 0;12140right: auto;12141}12142.pull-left-xsm {12143float: left !important;12144}12145.pull-left-xsm .dropdown-menu {12146left: 0;12147right: auto;12148}12149.pull-right-xsm {12150float: right !important;12151}12152.pull-right-xsm .dropdown-menu {12153left: auto;12154right: 0;12155}12156}121571215812159