Path: blob/master/web-gui/buildyourownbotnet/assets/css/neon-theme.css
1292 views
a.text-primary:hover,1a.text-primary:focus {2color: #7b7b7b;3}4a.text-success:hover,5a.text-success:focus {6color: #022501;7}8a.text-info:hover,9a.text-info:focus {10color: #215f79;11}12a.text-warning:hover,13a.text-warning:focus {14color: #251f01;15}16a.text-danger:hover,17a.text-danger:focus {18color: #7f1212;19}20a.bg-primary:hover,21a.bg-primary:focus {22background-color: #7b7b7b;23}24a.bg-success:hover,25a.bg-success:focus {26background-color: #95e294;27}28a.bg-info:hover,29a.bg-info:focus {30background-color: #98d6f1;31}32a.bg-warning:hover,33a.bg-warning:focus {34background-color: #ffe671;35}36a.bg-danger:hover,37a.bg-danger:focus {38background-color: #ff9696;39}40.table > thead > tr > td.active,41.table > tbody > tr > td.active,42.table > tfoot > tr > td.active,43.table > thead > tr > th.active,44.table > tbody > tr > th.active,45.table > tfoot > tr > th.active,46.table > thead > tr.active > td,47.table > tbody > tr.active > td,48.table > tfoot > tr.active > td,49.table > thead > tr.active > th,50.table > tbody > tr.active > th,51.table > tfoot > tr.active > th {52background-color: #f5f5f5;53}54.table-hover > tbody > tr > td.active:hover,55.table-hover > tbody > tr > th.active:hover,56.table-hover > tbody > tr.active:hover > td,57.table-hover > tbody > tr:hover > .active,58.table-hover > tbody > tr.active:hover > th {59background-color: #e8e8e8;60}61.table > thead > tr > td.success,62.table > tbody > tr > td.success,63.table > tfoot > tr > td.success,64.table > thead > tr > th.success,65.table > tbody > tr > th.success,66.table > tfoot > tr > th.success,67.table > thead > tr.success > td,68.table > tbody > tr.success > td,69.table > tfoot > tr.success > td,70.table > thead > tr.success > th,71.table > tbody > tr.success > th,72.table > tfoot > tr.success > th {73background-color: #bdedbc;74}75.table-hover > tbody > tr > td.success:hover,76.table-hover > tbody > tr > th.success:hover,77.table-hover > tbody > tr.success:hover > td,78.table-hover > tbody > tr:hover > .success,79.table-hover > tbody > tr.success:hover > th {80background-color: #a9e8a8;81}82.table > thead > tr > td.info,83.table > tbody > tr > td.info,84.table > tfoot > tr > td.info,85.table > thead > tr > th.info,86.table > tbody > tr > th.info,87.table > tfoot > tr > th.info,88.table > thead > tr.info > td,89.table > tbody > tr.info > td,90.table > tfoot > tr.info > td,91.table > thead > tr.info > th,92.table > tbody > tr.info > th,93.table > tfoot > tr.info > th {94background-color: #c5e8f7;95}96.table-hover > tbody > tr > td.info:hover,97.table-hover > tbody > tr > th.info:hover,98.table-hover > tbody > tr.info:hover > td,99.table-hover > tbody > tr:hover > .info,100.table-hover > tbody > tr.info:hover > th {101background-color: #afdff4;102}103.table > thead > tr > td.warning,104.table > tbody > tr > td.warning,105.table > tfoot > tr > td.warning,106.table > thead > tr > th.warning,107.table > tbody > tr > th.warning,108.table > tfoot > tr > th.warning,109.table > thead > tr.warning > td,110.table > tbody > tr.warning > td,111.table > tfoot > tr.warning > td,112.table > thead > tr.warning > th,113.table > tbody > tr.warning > th,114.table > tfoot > tr.warning > th {115background-color: #ffefa4;116}117.table-hover > tbody > tr > td.warning:hover,118.table-hover > tbody > tr > th.warning:hover,119.table-hover > tbody > tr.warning:hover > td,120.table-hover > tbody > tr:hover > .warning,121.table-hover > tbody > tr.warning:hover > th {122background-color: #ffeb8a;123}124.table > thead > tr > td.danger,125.table > tbody > tr > td.danger,126.table > tfoot > tr > td.danger,127.table > thead > tr > th.danger,128.table > tbody > tr > th.danger,129.table > tfoot > tr > th.danger,130.table > thead > tr.danger > td,131.table > tbody > tr.danger > td,132.table > tfoot > tr.danger > td,133.table > thead > tr.danger > th,134.table > tbody > tr.danger > th,135.table > tfoot > tr.danger > th {136background-color: #ffc9c9;137}138.table-hover > tbody > tr > td.danger:hover,139.table-hover > tbody > tr > th.danger:hover,140.table-hover > tbody > tr.danger:hover > td,141.table-hover > tbody > tr:hover > .danger,142.table-hover > tbody > tr.danger:hover > th {143background-color: #ffafaf;144}145.form-control:focus {146border-color: #cbd0d9;147outline: 0;148-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(203, 208, 217, 0.6);149-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(203, 208, 217, 0.6);150box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(203, 208, 217, 0.6);151}152.form-control::-webkit-input-placeholder {153color: #aaa;154}155.form-control:-moz-placeholder {156color: #aaa;157}158.form-control::-moz-placeholder {159color: #aaa;160}161.form-control:-ms-input-placeholder {162color: #aaa;163}164.form-control::-moz-placeholder {165color: #999999;166opacity: 1;167}168.form-control:-ms-input-placeholder {169color: #999999;170}171.form-control::-webkit-input-placeholder {172color: #999999;173}174select.input-sm {175height: 28px;176line-height: 28px;177}178textarea.input-sm,179select[multiple].input-sm {180height: auto;181}182select.input-lg {183height: 42px;184line-height: 42px;185}186textarea.input-lg,187select[multiple].input-lg {188height: auto;189}190.has-success .help-block,191.has-success .control-label,192.has-success .radio,193.has-success .checkbox,194.has-success .radio-inline,195.has-success .checkbox-inline,196.has-success.radio label,197.has-success.checkbox label,198.has-success.radio-inline label,199.has-success.checkbox-inline label {200color: #045702;201}202.has-success .form-control {203border-color: #045702;204-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);205-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);206box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);207}208.has-success .form-control:focus {209border-color: #022501;210-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #09bb04;211-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #09bb04;212box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #09bb04;213}214.has-success .input-group-addon {215color: #045702;216border-color: #045702;217background-color: #bdedbc;218}219.has-success .form-control-feedback {220color: #045702;221}222.has-warning .help-block,223.has-warning .control-label,224.has-warning .radio,225.has-warning .checkbox,226.has-warning .radio-inline,227.has-warning .checkbox-inline,228.has-warning.radio label,229.has-warning.checkbox label,230.has-warning.radio-inline label,231.has-warning.checkbox-inline label {232color: #574802;233}234.has-warning .form-control {235border-color: #574802;236-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);237-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);238box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);239}240.has-warning .form-control:focus {241border-color: #251f01;242-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bb9b04;243-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bb9b04;244box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bb9b04;245}246.has-warning .input-group-addon {247color: #574802;248border-color: #574802;249background-color: #ffefa4;250}251.has-warning .form-control-feedback {252color: #574802;253}254.has-error .help-block,255.has-error .control-label,256.has-error .radio,257.has-error .checkbox,258.has-error .radio-inline,259.has-error .checkbox-inline,260.has-error.radio label,261.has-error.checkbox label,262.has-error.radio-inline label,263.has-error.checkbox-inline label {264color: #ac1818;265}266.has-error .form-control {267border-color: #ac1818;268-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);269-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);270box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);271}272.has-error .form-control:focus {273border-color: #7f1212;274-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e54545;275-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e54545;276box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e54545;277}278.has-error .input-group-addon {279color: #ac1818;280border-color: #ac1818;281background-color: #ffc9c9;282}283.has-error .form-control-feedback {284color: #ac1818;285}286.btn-default:focus,287.btn-default.focus {288color: #303641;289background-color: #d6d6d8;290border-color: #aeaeb3;291}292.btn-default:hover {293color: #303641;294background-color: #d6d6d8;295border-color: #d0d0d3;296}297.btn-default:active,298.btn-default.active,299.open > .dropdown-toggle.btn-default {300color: #303641;301background-color: #d6d6d8;302border-color: #d0d0d3;303}304.btn-default:active:hover,305.btn-default.active:hover,306.open > .dropdown-toggle.btn-default:hover,307.btn-default:active:focus,308.btn-default.active:focus,309.open > .dropdown-toggle.btn-default:focus,310.btn-default:active.focus,311.btn-default.active.focus,312.open > .dropdown-toggle.btn-default.focus {313color: #303641;314background-color: #c3c3c7;315border-color: #aeaeb3;316}317.btn-default:active,318.btn-default.active,319.open > .dropdown-toggle.btn-default {320background-image: none;321}322.btn-default.disabled:hover,323.btn-default[disabled]:hover,324fieldset[disabled] .btn-default:hover,325.btn-default.disabled:focus,326.btn-default[disabled]:focus,327fieldset[disabled] .btn-default:focus,328.btn-default.disabled.focus,329.btn-default[disabled].focus,330fieldset[disabled] .btn-default.focus {331background-color: #f0f0f1;332border-color: #f0f0f1;333}334.btn-default .badge {335color: #f0f0f1;336background-color: #303641;337}338.btn-default:hover,339.btn-default:focus,340.btn-default.focus {341color: #303641 !important;342}343.btn-default.btn-icon {344position: relative;345padding-right: 39px;346border: none;347}348.btn-default.btn-icon i {349background-color: #dbdbdd;350padding: 6px 6px;351font-size: 12px;352line-height: 1.42857143;353border-radius: 3px;354-webkit-border-radius: 0 3px 3px 0;355-webkit-background-clip: padding-box;356-moz-border-radius: 0 3px 3px 0;357-moz-background-clip: padding;358border-radius: 0 3px 3px 0;359background-clip: padding-box;360}361.btn-default.btn-icon.icon-left {362padding-right: 12px;363padding-left: 39px;364}365.btn-default.btn-icon.icon-left i {366float: left;367right: auto;368left: 0;369-webkit-border-radius: 3px 0 0 3px !important;370-webkit-background-clip: padding-box;371-moz-border-radius: 3px 0 0 3px !important;372-moz-background-clip: padding;373border-radius: 3px 0 0 3px !important;374background-clip: padding-box;375}376.btn-default.btn-icon.btn-lg {377padding-right: 55px;378}379.btn-default.btn-icon.btn-lg.icon-left {380padding-right: 16px;381padding-left: 55px;382}383.btn-default.btn-icon.btn-lg i {384padding: 10px 10px;385font-size: 15px;386line-height: 1.3333333;387border-radius: 3px;388}389.btn-default.btn-icon.btn-sm {390padding-right: 36px;391}392.btn-default.btn-icon.btn-sm.icon-left {393padding-right: 10px;394padding-left: 36px;395}396.btn-default.btn-icon.btn-sm i {397padding: 5px 6px;398font-size: 11px;399line-height: 1.5;400border-radius: 2px;401}402.btn-default.btn-icon.btn-xs {403padding-right: 32px;404}405.btn-default.btn-icon.btn-xs.icon-left {406padding-right: 10px;407padding-left: 32px;408}409.btn-default.btn-icon.btn-xs i {410padding: 2px 6px;411font-size: 10px;412line-height: 1.5;413border-radius: 2px;414}415.btn-primary:focus,416.btn-primary.focus {417color: #fff;418background-color: #1a1e24;419border-color: #000000;420}421.btn-primary:hover {422color: #fff;423background-color: #1a1e24;424border-color: #0b0d0f;425}426.btn-primary:active,427.btn-primary.active,428.open > .dropdown-toggle.btn-primary {429color: #fff;430background-color: #1a1e24;431border-color: #0b0d0f;432}433.btn-primary:active:hover,434.btn-primary.active:hover,435.open > .dropdown-toggle.btn-primary:hover,436.btn-primary:active:focus,437.btn-primary.active:focus,438.open > .dropdown-toggle.btn-primary:focus,439.btn-primary:active.focus,440.btn-primary.active.focus,441.open > .dropdown-toggle.btn-primary.focus {442color: #fff;443background-color: #0b0d0f;444border-color: #000000;445}446.btn-primary:active,447.btn-primary.active,448.open > .dropdown-toggle.btn-primary {449background-image: none;450}451.btn-primary.disabled:hover,452.btn-primary[disabled]:hover,453fieldset[disabled] .btn-primary:hover,454.btn-primary.disabled:focus,455.btn-primary[disabled]:focus,456fieldset[disabled] .btn-primary:focus,457.btn-primary.disabled.focus,458.btn-primary[disabled].focus,459fieldset[disabled] .btn-primary.focus {460background-color: #303641;461border-color: #252a32;462}463.btn-primary .badge {464color: #303641;465background-color: #fff;466}467.btn-primary:hover,468.btn-primary:focus,469.btn-primary.focus {470color: #fff !important;471}472.btn-primary.btn-icon {473position: relative;474padding-right: 39px;475border: none;476}477.btn-primary.btn-icon i {478background-color: #1f232a;479padding: 6px 6px;480font-size: 12px;481line-height: 1.42857143;482border-radius: 3px;483-webkit-border-radius: 0 3px 3px 0;484-webkit-background-clip: padding-box;485-moz-border-radius: 0 3px 3px 0;486-moz-background-clip: padding;487border-radius: 0 3px 3px 0;488background-clip: padding-box;489}490.btn-primary.btn-icon.icon-left {491padding-right: 12px;492padding-left: 39px;493}494.btn-primary.btn-icon.icon-left i {495float: left;496right: auto;497left: 0;498-webkit-border-radius: 3px 0 0 3px !important;499-webkit-background-clip: padding-box;500-moz-border-radius: 3px 0 0 3px !important;501-moz-background-clip: padding;502border-radius: 3px 0 0 3px !important;503background-clip: padding-box;504}505.btn-primary.btn-icon.btn-lg {506padding-right: 55px;507}508.btn-primary.btn-icon.btn-lg.icon-left {509padding-right: 16px;510padding-left: 55px;511}512.btn-primary.btn-icon.btn-lg i {513padding: 10px 10px;514font-size: 15px;515line-height: 1.3333333;516border-radius: 3px;517}518.btn-primary.btn-icon.btn-sm {519padding-right: 36px;520}521.btn-primary.btn-icon.btn-sm.icon-left {522padding-right: 10px;523padding-left: 36px;524}525.btn-primary.btn-icon.btn-sm i {526padding: 5px 6px;527font-size: 11px;528line-height: 1.5;529border-radius: 2px;530}531.btn-primary.btn-icon.btn-xs {532padding-right: 32px;533}534.btn-primary.btn-icon.btn-xs.icon-left {535padding-right: 10px;536padding-left: 32px;537}538.btn-primary.btn-icon.btn-xs i {539padding: 2px 6px;540font-size: 10px;541line-height: 1.5;542border-radius: 2px;543}544.btn-success:focus,545.btn-success.focus {546color: #fff;547background-color: #007338;548border-color: #000d06;549}550.btn-success:hover {551color: #fff;552background-color: #007338;553border-color: #004f27;554}555.btn-success:active,556.btn-success.active,557.open > .dropdown-toggle.btn-success {558color: #fff;559background-color: #007338;560border-color: #004f27;561}562.btn-success:active:hover,563.btn-success.active:hover,564.open > .dropdown-toggle.btn-success:hover,565.btn-success:active:focus,566.btn-success.active:focus,567.open > .dropdown-toggle.btn-success:focus,568.btn-success:active.focus,569.btn-success.active.focus,570.open > .dropdown-toggle.btn-success.focus {571color: #fff;572background-color: #004f27;573border-color: #000d06;574}575.btn-success:active,576.btn-success.active,577.open > .dropdown-toggle.btn-success {578background-image: none;579}580.btn-success.disabled:hover,581.btn-success[disabled]:hover,582fieldset[disabled] .btn-success:hover,583.btn-success.disabled:focus,584.btn-success[disabled]:focus,585fieldset[disabled] .btn-success:focus,586.btn-success.disabled.focus,587.btn-success[disabled].focus,588fieldset[disabled] .btn-success.focus {589background-color: #00a651;590border-color: #008d45;591}592.btn-success .badge {593color: #00a651;594background-color: #fff;595}596.btn-success:hover,597.btn-success:focus,598.btn-success.focus {599color: #fff !important;600}601.btn-success.btn-icon {602position: relative;603padding-right: 39px;604border: none;605}606.btn-success.btn-icon i {607background-color: #007d3d;608padding: 6px 6px;609font-size: 12px;610line-height: 1.42857143;611border-radius: 3px;612-webkit-border-radius: 0 3px 3px 0;613-webkit-background-clip: padding-box;614-moz-border-radius: 0 3px 3px 0;615-moz-background-clip: padding;616border-radius: 0 3px 3px 0;617background-clip: padding-box;618}619.btn-success.btn-icon.icon-left {620padding-right: 12px;621padding-left: 39px;622}623.btn-success.btn-icon.icon-left i {624float: left;625right: auto;626left: 0;627-webkit-border-radius: 3px 0 0 3px !important;628-webkit-background-clip: padding-box;629-moz-border-radius: 3px 0 0 3px !important;630-moz-background-clip: padding;631border-radius: 3px 0 0 3px !important;632background-clip: padding-box;633}634.btn-success.btn-icon.btn-lg {635padding-right: 55px;636}637.btn-success.btn-icon.btn-lg.icon-left {638padding-right: 16px;639padding-left: 55px;640}641.btn-success.btn-icon.btn-lg i {642padding: 10px 10px;643font-size: 15px;644line-height: 1.3333333;645border-radius: 3px;646}647.btn-success.btn-icon.btn-sm {648padding-right: 36px;649}650.btn-success.btn-icon.btn-sm.icon-left {651padding-right: 10px;652padding-left: 36px;653}654.btn-success.btn-icon.btn-sm i {655padding: 5px 6px;656font-size: 11px;657line-height: 1.5;658border-radius: 2px;659}660.btn-success.btn-icon.btn-xs {661padding-right: 32px;662}663.btn-success.btn-icon.btn-xs.icon-left {664padding-right: 10px;665padding-left: 32px;666}667.btn-success.btn-icon.btn-xs i {668padding: 2px 6px;669font-size: 10px;670line-height: 1.5;671border-radius: 2px;672}673.btn-info:focus,674.btn-info.focus {675color: #fff;676background-color: #1988b6;677border-color: #0c455d;678}679.btn-info:hover {680color: #fff;681background-color: #1988b6;682border-color: #147197;683}684.btn-info:active,685.btn-info.active,686.open > .dropdown-toggle.btn-info {687color: #fff;688background-color: #1988b6;689border-color: #147197;690}691.btn-info:active:hover,692.btn-info.active:hover,693.open > .dropdown-toggle.btn-info:hover,694.btn-info:active:focus,695.btn-info.active:focus,696.open > .dropdown-toggle.btn-info:focus,697.btn-info:active.focus,698.btn-info.active.focus,699.open > .dropdown-toggle.btn-info.focus {700color: #fff;701background-color: #147197;702border-color: #0c455d;703}704.btn-info:active,705.btn-info.active,706.open > .dropdown-toggle.btn-info {707background-image: none;708}709.btn-info.disabled:hover,710.btn-info[disabled]:hover,711fieldset[disabled] .btn-info:hover,712.btn-info.disabled:focus,713.btn-info[disabled]:focus,714fieldset[disabled] .btn-info:focus,715.btn-info.disabled.focus,716.btn-info[disabled].focus,717fieldset[disabled] .btn-info.focus {718background-color: #21a9e1;719border-color: #1c99cd;720}721.btn-info .badge {722color: #21a9e1;723background-color: #fff;724}725.btn-info:hover,726.btn-info:focus,727.btn-info.focus {728color: #fff !important;729}730.btn-info.btn-icon {731position: relative;732padding-right: 39px;733border: none;734}735.btn-info.btn-icon i {736background-color: #1a8fbf;737padding: 6px 6px;738font-size: 12px;739line-height: 1.42857143;740border-radius: 3px;741-webkit-border-radius: 0 3px 3px 0;742-webkit-background-clip: padding-box;743-moz-border-radius: 0 3px 3px 0;744-moz-background-clip: padding;745border-radius: 0 3px 3px 0;746background-clip: padding-box;747}748.btn-info.btn-icon.icon-left {749padding-right: 12px;750padding-left: 39px;751}752.btn-info.btn-icon.icon-left i {753float: left;754right: auto;755left: 0;756-webkit-border-radius: 3px 0 0 3px !important;757-webkit-background-clip: padding-box;758-moz-border-radius: 3px 0 0 3px !important;759-moz-background-clip: padding;760border-radius: 3px 0 0 3px !important;761background-clip: padding-box;762}763.btn-info.btn-icon.btn-lg {764padding-right: 55px;765}766.btn-info.btn-icon.btn-lg.icon-left {767padding-right: 16px;768padding-left: 55px;769}770.btn-info.btn-icon.btn-lg i {771padding: 10px 10px;772font-size: 15px;773line-height: 1.3333333;774border-radius: 3px;775}776.btn-info.btn-icon.btn-sm {777padding-right: 36px;778}779.btn-info.btn-icon.btn-sm.icon-left {780padding-right: 10px;781padding-left: 36px;782}783.btn-info.btn-icon.btn-sm i {784padding: 5px 6px;785font-size: 11px;786line-height: 1.5;787border-radius: 2px;788}789.btn-info.btn-icon.btn-xs {790padding-right: 32px;791}792.btn-info.btn-icon.btn-xs.icon-left {793padding-right: 10px;794padding-left: 32px;795}796.btn-info.btn-icon.btn-xs i {797padding: 2px 6px;798font-size: 10px;799line-height: 1.5;800border-radius: 2px;801}802.btn-warning:focus,803.btn-warning.focus {804color: #fff;805background-color: #f9ce07;806border-color: #967c04;807}808.btn-warning:hover {809color: #fff;810background-color: #f9ce07;811border-color: #d7b205;812}813.btn-warning:active,814.btn-warning.active,815.open > .dropdown-toggle.btn-warning {816color: #fff;817background-color: #f9ce07;818border-color: #d7b205;819}820.btn-warning:active:hover,821.btn-warning.active:hover,822.open > .dropdown-toggle.btn-warning:hover,823.btn-warning:active:focus,824.btn-warning.active:focus,825.open > .dropdown-toggle.btn-warning:focus,826.btn-warning:active.focus,827.btn-warning.active.focus,828.open > .dropdown-toggle.btn-warning.focus {829color: #fff;830background-color: #d7b205;831border-color: #967c04;832}833.btn-warning:active,834.btn-warning.active,835.open > .dropdown-toggle.btn-warning {836background-image: none;837}838.btn-warning.disabled:hover,839.btn-warning[disabled]:hover,840fieldset[disabled] .btn-warning:hover,841.btn-warning.disabled:focus,842.btn-warning[disabled]:focus,843fieldset[disabled] .btn-warning:focus,844.btn-warning.disabled.focus,845.btn-warning[disabled].focus,846fieldset[disabled] .btn-warning.focus {847background-color: #fad839;848border-color: #f9d320;849}850.btn-warning .badge {851color: #fad839;852background-color: #fff;853}854.btn-warning:hover,855.btn-warning:focus,856.btn-warning.focus {857color: #fff !important;858}859.btn-warning.btn-icon {860position: relative;861padding-right: 39px;862border: none;863}864.btn-warning.btn-icon i {865background-color: #f9d011;866padding: 6px 6px;867font-size: 12px;868line-height: 1.42857143;869border-radius: 3px;870-webkit-border-radius: 0 3px 3px 0;871-webkit-background-clip: padding-box;872-moz-border-radius: 0 3px 3px 0;873-moz-background-clip: padding;874border-radius: 0 3px 3px 0;875background-clip: padding-box;876}877.btn-warning.btn-icon.icon-left {878padding-right: 12px;879padding-left: 39px;880}881.btn-warning.btn-icon.icon-left i {882float: left;883right: auto;884left: 0;885-webkit-border-radius: 3px 0 0 3px !important;886-webkit-background-clip: padding-box;887-moz-border-radius: 3px 0 0 3px !important;888-moz-background-clip: padding;889border-radius: 3px 0 0 3px !important;890background-clip: padding-box;891}892.btn-warning.btn-icon.btn-lg {893padding-right: 55px;894}895.btn-warning.btn-icon.btn-lg.icon-left {896padding-right: 16px;897padding-left: 55px;898}899.btn-warning.btn-icon.btn-lg i {900padding: 10px 10px;901font-size: 15px;902line-height: 1.3333333;903border-radius: 3px;904}905.btn-warning.btn-icon.btn-sm {906padding-right: 36px;907}908.btn-warning.btn-icon.btn-sm.icon-left {909padding-right: 10px;910padding-left: 36px;911}912.btn-warning.btn-icon.btn-sm i {913padding: 5px 6px;914font-size: 11px;915line-height: 1.5;916border-radius: 2px;917}918.btn-warning.btn-icon.btn-xs {919padding-right: 32px;920}921.btn-warning.btn-icon.btn-xs.icon-left {922padding-right: 10px;923padding-left: 32px;924}925.btn-warning.btn-icon.btn-xs i {926padding: 2px 6px;927font-size: 10px;928line-height: 1.5;929border-radius: 2px;930}931.btn-danger:focus,932.btn-danger.focus {933color: #fff;934background-color: #a11c1c;935border-color: #4a0d0d;936}937.btn-danger:hover {938color: #fff;939background-color: #a11c1c;940border-color: #821717;941}942.btn-danger:active,943.btn-danger.active,944.open > .dropdown-toggle.btn-danger {945color: #fff;946background-color: #a11c1c;947border-color: #821717;948}949.btn-danger:active:hover,950.btn-danger.active:hover,951.open > .dropdown-toggle.btn-danger:hover,952.btn-danger:active:focus,953.btn-danger.active:focus,954.open > .dropdown-toggle.btn-danger:focus,955.btn-danger:active.focus,956.btn-danger.active.focus,957.open > .dropdown-toggle.btn-danger.focus {958color: #fff;959background-color: #821717;960border-color: #4a0d0d;961}962.btn-danger:active,963.btn-danger.active,964.open > .dropdown-toggle.btn-danger {965background-image: none;966}967.btn-danger.disabled:hover,968.btn-danger[disabled]:hover,969fieldset[disabled] .btn-danger:hover,970.btn-danger.disabled:focus,971.btn-danger[disabled]:focus,972fieldset[disabled] .btn-danger:focus,973.btn-danger.disabled.focus,974.btn-danger[disabled].focus,975fieldset[disabled] .btn-danger.focus {976background-color: #cc2424;977border-color: #b62020;978}979.btn-danger .badge {980color: #cc2424;981background-color: #fff;982}983.btn-danger:hover,984.btn-danger:focus,985.btn-danger.focus {986color: #fff !important;987}988.btn-danger.btn-icon {989position: relative;990padding-right: 39px;991border: none;992}993.btn-danger.btn-icon i {994background-color: #a91e1e;995padding: 6px 6px;996font-size: 12px;997line-height: 1.42857143;998border-radius: 3px;999-webkit-border-radius: 0 3px 3px 0;1000-webkit-background-clip: padding-box;1001-moz-border-radius: 0 3px 3px 0;1002-moz-background-clip: padding;1003border-radius: 0 3px 3px 0;1004background-clip: padding-box;1005}1006.btn-danger.btn-icon.icon-left {1007padding-right: 12px;1008padding-left: 39px;1009}1010.btn-danger.btn-icon.icon-left i {1011float: left;1012right: auto;1013left: 0;1014-webkit-border-radius: 3px 0 0 3px !important;1015-webkit-background-clip: padding-box;1016-moz-border-radius: 3px 0 0 3px !important;1017-moz-background-clip: padding;1018border-radius: 3px 0 0 3px !important;1019background-clip: padding-box;1020}1021.btn-danger.btn-icon.btn-lg {1022padding-right: 55px;1023}1024.btn-danger.btn-icon.btn-lg.icon-left {1025padding-right: 16px;1026padding-left: 55px;1027}1028.btn-danger.btn-icon.btn-lg i {1029padding: 10px 10px;1030font-size: 15px;1031line-height: 1.3333333;1032border-radius: 3px;1033}1034.btn-danger.btn-icon.btn-sm {1035padding-right: 36px;1036}1037.btn-danger.btn-icon.btn-sm.icon-left {1038padding-right: 10px;1039padding-left: 36px;1040}1041.btn-danger.btn-icon.btn-sm i {1042padding: 5px 6px;1043font-size: 11px;1044line-height: 1.5;1045border-radius: 2px;1046}1047.btn-danger.btn-icon.btn-xs {1048padding-right: 32px;1049}1050.btn-danger.btn-icon.btn-xs.icon-left {1051padding-right: 10px;1052padding-left: 32px;1053}1054.btn-danger.btn-icon.btn-xs i {1055padding: 2px 6px;1056font-size: 10px;1057line-height: 1.5;1058border-radius: 2px;1059}1060.btn {1061outline: 0 !important;1062}1063.btn:active {1064-moz-box-shadow: none;1065-webkit-box-shadow: none;1066box-shadow: none;1067}1068.btn.btn-icon {1069position: relative;1070}1071.btn.btn-icon i {1072position: absolute;1073right: 0;1074top: 0;1075height: 100%;1076}1077.btn-default {1078color: #303641;1079background-color: #f0f0f1;1080border-color: #f0f0f1;1081}1082.btn-default:focus,1083.btn-default.focus {1084color: #303641;1085background-color: #d6d6d8;1086border-color: #aeaeb3;1087}1088.btn-default:hover {1089color: #303641;1090background-color: #d6d6d8;1091border-color: #d0d0d3;1092}1093.btn-default:active,1094.btn-default.active,1095.open > .dropdown-toggle.btn-default {1096color: #303641;1097background-color: #d6d6d8;1098border-color: #d0d0d3;1099}1100.btn-default:active:hover,1101.btn-default.active:hover,1102.open > .dropdown-toggle.btn-default:hover,1103.btn-default:active:focus,1104.btn-default.active:focus,1105.open > .dropdown-toggle.btn-default:focus,1106.btn-default:active.focus,1107.btn-default.active.focus,1108.open > .dropdown-toggle.btn-default.focus {1109color: #303641;1110background-color: #c3c3c7;1111border-color: #aeaeb3;1112}1113.btn-default:active,1114.btn-default.active,1115.open > .dropdown-toggle.btn-default {1116background-image: none;1117}1118.btn-default.disabled:hover,1119.btn-default[disabled]:hover,1120fieldset[disabled] .btn-default:hover,1121.btn-default.disabled:focus,1122.btn-default[disabled]:focus,1123fieldset[disabled] .btn-default:focus,1124.btn-default.disabled.focus,1125.btn-default[disabled].focus,1126fieldset[disabled] .btn-default.focus {1127background-color: #f0f0f1;1128border-color: #f0f0f1;1129}1130.btn-default .badge {1131color: #f0f0f1;1132background-color: #303641;1133}1134.btn-default:hover,1135.btn-default:focus,1136.btn-default.focus {1137color: #303641 !important;1138}1139.btn-default.btn-icon {1140position: relative;1141padding-right: 39px;1142border: none;1143}1144.btn-default.btn-icon i {1145background-color: #dbdbdd;1146padding: 6px 6px;1147font-size: 12px;1148line-height: 1.42857143;1149border-radius: 3px;1150-webkit-border-radius: 0 3px 3px 0;1151-webkit-background-clip: padding-box;1152-moz-border-radius: 0 3px 3px 0;1153-moz-background-clip: padding;1154border-radius: 0 3px 3px 0;1155background-clip: padding-box;1156}1157.btn-default.btn-icon.icon-left {1158padding-right: 12px;1159padding-left: 39px;1160}1161.btn-default.btn-icon.icon-left i {1162float: left;1163right: auto;1164left: 0;1165-webkit-border-radius: 3px 0 0 3px !important;1166-webkit-background-clip: padding-box;1167-moz-border-radius: 3px 0 0 3px !important;1168-moz-background-clip: padding;1169border-radius: 3px 0 0 3px !important;1170background-clip: padding-box;1171}1172.btn-default.btn-icon.btn-lg {1173padding-right: 55px;1174}1175.btn-default.btn-icon.btn-lg.icon-left {1176padding-right: 16px;1177padding-left: 55px;1178}1179.btn-default.btn-icon.btn-lg i {1180padding: 10px 10px;1181font-size: 15px;1182line-height: 1.3333333;1183border-radius: 3px;1184}1185.btn-default.btn-icon.btn-sm {1186padding-right: 36px;1187}1188.btn-default.btn-icon.btn-sm.icon-left {1189padding-right: 10px;1190padding-left: 36px;1191}1192.btn-default.btn-icon.btn-sm i {1193padding: 5px 6px;1194font-size: 11px;1195line-height: 1.5;1196border-radius: 2px;1197}1198.btn-default.btn-icon.btn-xs {1199padding-right: 32px;1200}1201.btn-default.btn-icon.btn-xs.icon-left {1202padding-right: 10px;1203padding-left: 32px;1204}1205.btn-default.btn-icon.btn-xs i {1206padding: 2px 6px;1207font-size: 10px;1208line-height: 1.5;1209border-radius: 2px;1210}1211.btn-primary {1212color: #fff;1213background-color: #303641;1214border-color: #252a32;1215}1216.btn-primary:focus,1217.btn-primary.focus {1218color: #fff;1219background-color: #1a1e24;1220border-color: #000000;1221}1222.btn-primary:hover {1223color: #fff;1224background-color: #1a1e24;1225border-color: #0b0d0f;1226}1227.btn-primary:active,1228.btn-primary.active,1229.open > .dropdown-toggle.btn-primary {1230color: #fff;1231background-color: #1a1e24;1232border-color: #0b0d0f;1233}1234.btn-primary:active:hover,1235.btn-primary.active:hover,1236.open > .dropdown-toggle.btn-primary:hover,1237.btn-primary:active:focus,1238.btn-primary.active:focus,1239.open > .dropdown-toggle.btn-primary:focus,1240.btn-primary:active.focus,1241.btn-primary.active.focus,1242.open > .dropdown-toggle.btn-primary.focus {1243color: #fff;1244background-color: #0b0d0f;1245border-color: #000000;1246}1247.btn-primary:active,1248.btn-primary.active,1249.open > .dropdown-toggle.btn-primary {1250background-image: none;1251}1252.btn-primary.disabled:hover,1253.btn-primary[disabled]:hover,1254fieldset[disabled] .btn-primary:hover,1255.btn-primary.disabled:focus,1256.btn-primary[disabled]:focus,1257fieldset[disabled] .btn-primary:focus,1258.btn-primary.disabled.focus,1259.btn-primary[disabled].focus,1260fieldset[disabled] .btn-primary.focus {1261background-color: #303641;1262border-color: #252a32;1263}1264.btn-primary .badge {1265color: #303641;1266background-color: #fff;1267}1268.btn-primary:hover,1269.btn-primary:focus,1270.btn-primary.focus {1271color: #fff !important;1272}1273.btn-primary.btn-icon {1274position: relative;1275padding-right: 39px;1276border: none;1277}1278.btn-primary.btn-icon i {1279background-color: #1f232a;1280padding: 6px 6px;1281font-size: 12px;1282line-height: 1.42857143;1283border-radius: 3px;1284-webkit-border-radius: 0 3px 3px 0;1285-webkit-background-clip: padding-box;1286-moz-border-radius: 0 3px 3px 0;1287-moz-background-clip: padding;1288border-radius: 0 3px 3px 0;1289background-clip: padding-box;1290}1291.btn-primary.btn-icon.icon-left {1292padding-right: 12px;1293padding-left: 39px;1294}1295.btn-primary.btn-icon.icon-left i {1296float: left;1297right: auto;1298left: 0;1299-webkit-border-radius: 3px 0 0 3px !important;1300-webkit-background-clip: padding-box;1301-moz-border-radius: 3px 0 0 3px !important;1302-moz-background-clip: padding;1303border-radius: 3px 0 0 3px !important;1304background-clip: padding-box;1305}1306.btn-primary.btn-icon.btn-lg {1307padding-right: 55px;1308}1309.btn-primary.btn-icon.btn-lg.icon-left {1310padding-right: 16px;1311padding-left: 55px;1312}1313.btn-primary.btn-icon.btn-lg i {1314padding: 10px 10px;1315font-size: 15px;1316line-height: 1.3333333;1317border-radius: 3px;1318}1319.btn-primary.btn-icon.btn-sm {1320padding-right: 36px;1321}1322.btn-primary.btn-icon.btn-sm.icon-left {1323padding-right: 10px;1324padding-left: 36px;1325}1326.btn-primary.btn-icon.btn-sm i {1327padding: 5px 6px;1328font-size: 11px;1329line-height: 1.5;1330border-radius: 2px;1331}1332.btn-primary.btn-icon.btn-xs {1333padding-right: 32px;1334}1335.btn-primary.btn-icon.btn-xs.icon-left {1336padding-right: 10px;1337padding-left: 32px;1338}1339.btn-primary.btn-icon.btn-xs i {1340padding: 2px 6px;1341font-size: 10px;1342line-height: 1.5;1343border-radius: 2px;1344}1345.btn-blue {1346color: #FFF;1347background-color: #0072bc;1348border-color: #0072bc;1349}1350.btn-blue:focus,1351.btn-blue.focus {1352color: #FFF;1353background-color: #005389;1354border-color: #00253d;1355}1356.btn-blue:hover {1357color: #FFF;1358background-color: #005389;1359border-color: #004d7f;1360}1361.btn-blue:active,1362.btn-blue.active,1363.open > .dropdown-toggle.btn-blue {1364color: #FFF;1365background-color: #005389;1366border-color: #004d7f;1367}1368.btn-blue:active:hover,1369.btn-blue.active:hover,1370.open > .dropdown-toggle.btn-blue:hover,1371.btn-blue:active:focus,1372.btn-blue.active:focus,1373.open > .dropdown-toggle.btn-blue:focus,1374.btn-blue:active.focus,1375.btn-blue.active.focus,1376.open > .dropdown-toggle.btn-blue.focus {1377color: #FFF;1378background-color: #003d65;1379border-color: #00253d;1380}1381.btn-blue:active,1382.btn-blue.active,1383.open > .dropdown-toggle.btn-blue {1384background-image: none;1385}1386.btn-blue.disabled:hover,1387.btn-blue[disabled]:hover,1388fieldset[disabled] .btn-blue:hover,1389.btn-blue.disabled:focus,1390.btn-blue[disabled]:focus,1391fieldset[disabled] .btn-blue:focus,1392.btn-blue.disabled.focus,1393.btn-blue[disabled].focus,1394fieldset[disabled] .btn-blue.focus {1395background-color: #0072bc;1396border-color: #0072bc;1397}1398.btn-blue .badge {1399color: #0072bc;1400background-color: #FFF;1401}1402.btn-blue:hover,1403.btn-blue:focus,1404.btn-blue.focus {1405color: #FFF !important;1406}1407.btn-blue.btn-icon {1408position: relative;1409padding-right: 39px;1410border: none;1411}1412.btn-blue.btn-icon i {1413background-color: #005993;1414padding: 6px 6px;1415font-size: 12px;1416line-height: 1.42857143;1417border-radius: 3px;1418-webkit-border-radius: 0 3px 3px 0;1419-webkit-background-clip: padding-box;1420-moz-border-radius: 0 3px 3px 0;1421-moz-background-clip: padding;1422border-radius: 0 3px 3px 0;1423background-clip: padding-box;1424}1425.btn-blue.btn-icon.icon-left {1426padding-right: 12px;1427padding-left: 39px;1428}1429.btn-blue.btn-icon.icon-left i {1430float: left;1431right: auto;1432left: 0;1433-webkit-border-radius: 3px 0 0 3px !important;1434-webkit-background-clip: padding-box;1435-moz-border-radius: 3px 0 0 3px !important;1436-moz-background-clip: padding;1437border-radius: 3px 0 0 3px !important;1438background-clip: padding-box;1439}1440.btn-blue.btn-icon.btn-lg {1441padding-right: 55px;1442}1443.btn-blue.btn-icon.btn-lg.icon-left {1444padding-right: 16px;1445padding-left: 55px;1446}1447.btn-blue.btn-icon.btn-lg i {1448padding: 10px 10px;1449font-size: 15px;1450line-height: 1.3333333;1451border-radius: 3px;1452}1453.btn-blue.btn-icon.btn-sm {1454padding-right: 36px;1455}1456.btn-blue.btn-icon.btn-sm.icon-left {1457padding-right: 10px;1458padding-left: 36px;1459}1460.btn-blue.btn-icon.btn-sm i {1461padding: 5px 6px;1462font-size: 11px;1463line-height: 1.5;1464border-radius: 2px;1465}1466.btn-blue.btn-icon.btn-xs {1467padding-right: 32px;1468}1469.btn-blue.btn-icon.btn-xs.icon-left {1470padding-right: 10px;1471padding-left: 32px;1472}1473.btn-blue.btn-icon.btn-xs i {1474padding: 2px 6px;1475font-size: 10px;1476line-height: 1.5;1477border-radius: 2px;1478}1479.btn-red {1480color: #FFF;1481background-color: #d42020;1482border-color: #d42020;1483}1484.btn-red:focus,1485.btn-red.focus {1486color: #FFF;1487background-color: #a81919;1488border-color: #650f0f;1489}1490.btn-red:hover {1491color: #FFF;1492background-color: #a81919;1493border-color: #9f1818;1494}1495.btn-red:active,1496.btn-red.active,1497.open > .dropdown-toggle.btn-red {1498color: #FFF;1499background-color: #a81919;1500border-color: #9f1818;1501}1502.btn-red:active:hover,1503.btn-red.active:hover,1504.open > .dropdown-toggle.btn-red:hover,1505.btn-red:active:focus,1506.btn-red.active:focus,1507.open > .dropdown-toggle.btn-red:focus,1508.btn-red:active.focus,1509.btn-red.active.focus,1510.open > .dropdown-toggle.btn-red.focus {1511color: #FFF;1512background-color: #891515;1513border-color: #650f0f;1514}1515.btn-red:active,1516.btn-red.active,1517.open > .dropdown-toggle.btn-red {1518background-image: none;1519}1520.btn-red.disabled:hover,1521.btn-red[disabled]:hover,1522fieldset[disabled] .btn-red:hover,1523.btn-red.disabled:focus,1524.btn-red[disabled]:focus,1525fieldset[disabled] .btn-red:focus,1526.btn-red.disabled.focus,1527.btn-red[disabled].focus,1528fieldset[disabled] .btn-red.focus {1529background-color: #d42020;1530border-color: #d42020;1531}1532.btn-red .badge {1533color: #d42020;1534background-color: #FFF;1535}1536.btn-red:hover,1537.btn-red:focus,1538.btn-red.focus {1539color: #FFF !important;1540}1541.btn-red.btn-icon {1542position: relative;1543padding-right: 39px;1544border: none;1545}1546.btn-red.btn-icon i {1547background-color: #b11b1b;1548padding: 6px 6px;1549font-size: 12px;1550line-height: 1.42857143;1551border-radius: 3px;1552-webkit-border-radius: 0 3px 3px 0;1553-webkit-background-clip: padding-box;1554-moz-border-radius: 0 3px 3px 0;1555-moz-background-clip: padding;1556border-radius: 0 3px 3px 0;1557background-clip: padding-box;1558}1559.btn-red.btn-icon.icon-left {1560padding-right: 12px;1561padding-left: 39px;1562}1563.btn-red.btn-icon.icon-left i {1564float: left;1565right: auto;1566left: 0;1567-webkit-border-radius: 3px 0 0 3px !important;1568-webkit-background-clip: padding-box;1569-moz-border-radius: 3px 0 0 3px !important;1570-moz-background-clip: padding;1571border-radius: 3px 0 0 3px !important;1572background-clip: padding-box;1573}1574.btn-red.btn-icon.btn-lg {1575padding-right: 55px;1576}1577.btn-red.btn-icon.btn-lg.icon-left {1578padding-right: 16px;1579padding-left: 55px;1580}1581.btn-red.btn-icon.btn-lg i {1582padding: 10px 10px;1583font-size: 15px;1584line-height: 1.3333333;1585border-radius: 3px;1586}1587.btn-red.btn-icon.btn-sm {1588padding-right: 36px;1589}1590.btn-red.btn-icon.btn-sm.icon-left {1591padding-right: 10px;1592padding-left: 36px;1593}1594.btn-red.btn-icon.btn-sm i {1595padding: 5px 6px;1596font-size: 11px;1597line-height: 1.5;1598border-radius: 2px;1599}1600.btn-red.btn-icon.btn-xs {1601padding-right: 32px;1602}1603.btn-red.btn-icon.btn-xs.icon-left {1604padding-right: 10px;1605padding-left: 32px;1606}1607.btn-red.btn-icon.btn-xs i {1608padding: 2px 6px;1609font-size: 10px;1610line-height: 1.5;1611border-radius: 2px;1612}1613.btn-orange {1614color: #FFF;1615background-color: #ff9600;1616border-color: #ff9600;1617}1618.btn-orange:focus,1619.btn-orange.focus {1620color: #FFF;1621background-color: #cc7800;1622border-color: #804b00;1623}1624.btn-orange:hover {1625color: #FFF;1626background-color: #cc7800;1627border-color: #c27200;1628}1629.btn-orange:active,1630.btn-orange.active,1631.open > .dropdown-toggle.btn-orange {1632color: #FFF;1633background-color: #cc7800;1634border-color: #c27200;1635}1636.btn-orange:active:hover,1637.btn-orange.active:hover,1638.open > .dropdown-toggle.btn-orange:hover,1639.btn-orange:active:focus,1640.btn-orange.active:focus,1641.open > .dropdown-toggle.btn-orange:focus,1642.btn-orange:active.focus,1643.btn-orange.active.focus,1644.open > .dropdown-toggle.btn-orange.focus {1645color: #FFF;1646background-color: #a86300;1647border-color: #804b00;1648}1649.btn-orange:active,1650.btn-orange.active,1651.open > .dropdown-toggle.btn-orange {1652background-image: none;1653}1654.btn-orange.disabled:hover,1655.btn-orange[disabled]:hover,1656fieldset[disabled] .btn-orange:hover,1657.btn-orange.disabled:focus,1658.btn-orange[disabled]:focus,1659fieldset[disabled] .btn-orange:focus,1660.btn-orange.disabled.focus,1661.btn-orange[disabled].focus,1662fieldset[disabled] .btn-orange.focus {1663background-color: #ff9600;1664border-color: #ff9600;1665}1666.btn-orange .badge {1667color: #ff9600;1668background-color: #FFF;1669}1670.btn-orange:hover,1671.btn-orange:focus,1672.btn-orange.focus {1673color: #FFF !important;1674}1675.btn-orange.btn-icon {1676position: relative;1677padding-right: 39px;1678border: none;1679}1680.btn-orange.btn-icon i {1681background-color: #d67e00;1682padding: 6px 6px;1683font-size: 12px;1684line-height: 1.42857143;1685border-radius: 3px;1686-webkit-border-radius: 0 3px 3px 0;1687-webkit-background-clip: padding-box;1688-moz-border-radius: 0 3px 3px 0;1689-moz-background-clip: padding;1690border-radius: 0 3px 3px 0;1691background-clip: padding-box;1692}1693.btn-orange.btn-icon.icon-left {1694padding-right: 12px;1695padding-left: 39px;1696}1697.btn-orange.btn-icon.icon-left i {1698float: left;1699right: auto;1700left: 0;1701-webkit-border-radius: 3px 0 0 3px !important;1702-webkit-background-clip: padding-box;1703-moz-border-radius: 3px 0 0 3px !important;1704-moz-background-clip: padding;1705border-radius: 3px 0 0 3px !important;1706background-clip: padding-box;1707}1708.btn-orange.btn-icon.btn-lg {1709padding-right: 55px;1710}1711.btn-orange.btn-icon.btn-lg.icon-left {1712padding-right: 16px;1713padding-left: 55px;1714}1715.btn-orange.btn-icon.btn-lg i {1716padding: 10px 10px;1717font-size: 15px;1718line-height: 1.3333333;1719border-radius: 3px;1720}1721.btn-orange.btn-icon.btn-sm {1722padding-right: 36px;1723}1724.btn-orange.btn-icon.btn-sm.icon-left {1725padding-right: 10px;1726padding-left: 36px;1727}1728.btn-orange.btn-icon.btn-sm i {1729padding: 5px 6px;1730font-size: 11px;1731line-height: 1.5;1732border-radius: 2px;1733}1734.btn-orange.btn-icon.btn-xs {1735padding-right: 32px;1736}1737.btn-orange.btn-icon.btn-xs.icon-left {1738padding-right: 10px;1739padding-left: 32px;1740}1741.btn-orange.btn-icon.btn-xs i {1742padding: 2px 6px;1743font-size: 10px;1744line-height: 1.5;1745border-radius: 2px;1746}1747.btn-gold {1748color: #846e20;1749background-color: #fcd036;1750border-color: #fcd036;1751}1752.btn-gold:focus,1753.btn-gold.focus {1754color: #846e20;1755background-color: #fbc404;1756border-color: #b08903;1757}1758.btn-gold:hover {1759color: #846e20;1760background-color: #fbc404;1761border-color: #f1bc04;1762}1763.btn-gold:active,1764.btn-gold.active,1765.open > .dropdown-toggle.btn-gold {1766color: #846e20;1767background-color: #fbc404;1768border-color: #f1bc04;1769}1770.btn-gold:active:hover,1771.btn-gold.active:hover,1772.open > .dropdown-toggle.btn-gold:hover,1773.btn-gold:active:focus,1774.btn-gold.active:focus,1775.open > .dropdown-toggle.btn-gold:focus,1776.btn-gold:active.focus,1777.btn-gold.active.focus,1778.open > .dropdown-toggle.btn-gold.focus {1779color: #846e20;1780background-color: #d8a903;1781border-color: #b08903;1782}1783.btn-gold:active,1784.btn-gold.active,1785.open > .dropdown-toggle.btn-gold {1786background-image: none;1787}1788.btn-gold.disabled:hover,1789.btn-gold[disabled]:hover,1790fieldset[disabled] .btn-gold:hover,1791.btn-gold.disabled:focus,1792.btn-gold[disabled]:focus,1793fieldset[disabled] .btn-gold:focus,1794.btn-gold.disabled.focus,1795.btn-gold[disabled].focus,1796fieldset[disabled] .btn-gold.focus {1797background-color: #fcd036;1798border-color: #fcd036;1799}1800.btn-gold .badge {1801color: #fcd036;1802background-color: #846e20;1803}1804.btn-gold:hover,1805.btn-gold:focus,1806.btn-gold.focus {1807color: #846e20 !important;1808}1809.btn-gold.btn-icon {1810position: relative;1811padding-right: 39px;1812border: none;1813}1814.btn-gold.btn-icon i {1815background-color: #fbc70e;1816padding: 6px 6px;1817font-size: 12px;1818line-height: 1.42857143;1819border-radius: 3px;1820-webkit-border-radius: 0 3px 3px 0;1821-webkit-background-clip: padding-box;1822-moz-border-radius: 0 3px 3px 0;1823-moz-background-clip: padding;1824border-radius: 0 3px 3px 0;1825background-clip: padding-box;1826}1827.btn-gold.btn-icon.icon-left {1828padding-right: 12px;1829padding-left: 39px;1830}1831.btn-gold.btn-icon.icon-left i {1832float: left;1833right: auto;1834left: 0;1835-webkit-border-radius: 3px 0 0 3px !important;1836-webkit-background-clip: padding-box;1837-moz-border-radius: 3px 0 0 3px !important;1838-moz-background-clip: padding;1839border-radius: 3px 0 0 3px !important;1840background-clip: padding-box;1841}1842.btn-gold.btn-icon.btn-lg {1843padding-right: 55px;1844}1845.btn-gold.btn-icon.btn-lg.icon-left {1846padding-right: 16px;1847padding-left: 55px;1848}1849.btn-gold.btn-icon.btn-lg i {1850padding: 10px 10px;1851font-size: 15px;1852line-height: 1.3333333;1853border-radius: 3px;1854}1855.btn-gold.btn-icon.btn-sm {1856padding-right: 36px;1857}1858.btn-gold.btn-icon.btn-sm.icon-left {1859padding-right: 10px;1860padding-left: 36px;1861}1862.btn-gold.btn-icon.btn-sm i {1863padding: 5px 6px;1864font-size: 11px;1865line-height: 1.5;1866border-radius: 2px;1867}1868.btn-gold.btn-icon.btn-xs {1869padding-right: 32px;1870}1871.btn-gold.btn-icon.btn-xs.icon-left {1872padding-right: 10px;1873padding-left: 32px;1874}1875.btn-gold.btn-icon.btn-xs i {1876padding: 2px 6px;1877font-size: 10px;1878line-height: 1.5;1879border-radius: 2px;1880}1881.btn-black {1882color: #FFF;1883background-color: #000000;1884border-color: #000000;1885}1886.btn-black:focus,1887.btn-black.focus {1888color: #FFF;1889background-color: #000000;1890border-color: #000000;1891}1892.btn-black:hover {1893color: #FFF;1894background-color: #000000;1895border-color: #000000;1896}1897.btn-black:active,1898.btn-black.active,1899.open > .dropdown-toggle.btn-black {1900color: #FFF;1901background-color: #000000;1902border-color: #000000;1903}1904.btn-black:active:hover,1905.btn-black.active:hover,1906.open > .dropdown-toggle.btn-black:hover,1907.btn-black:active:focus,1908.btn-black.active:focus,1909.open > .dropdown-toggle.btn-black:focus,1910.btn-black:active.focus,1911.btn-black.active.focus,1912.open > .dropdown-toggle.btn-black.focus {1913color: #FFF;1914background-color: #000000;1915border-color: #000000;1916}1917.btn-black:active,1918.btn-black.active,1919.open > .dropdown-toggle.btn-black {1920background-image: none;1921}1922.btn-black.disabled:hover,1923.btn-black[disabled]:hover,1924fieldset[disabled] .btn-black:hover,1925.btn-black.disabled:focus,1926.btn-black[disabled]:focus,1927fieldset[disabled] .btn-black:focus,1928.btn-black.disabled.focus,1929.btn-black[disabled].focus,1930fieldset[disabled] .btn-black.focus {1931background-color: #000000;1932border-color: #000000;1933}1934.btn-black .badge {1935color: #000000;1936background-color: #FFF;1937}1938.btn-black:hover,1939.btn-black:focus,1940.btn-black.focus {1941color: #FFF !important;1942}1943.btn-black.btn-icon {1944position: relative;1945padding-right: 39px;1946border: none;1947}1948.btn-black.btn-icon i {1949background-color: #000000;1950padding: 6px 6px;1951font-size: 12px;1952line-height: 1.42857143;1953border-radius: 3px;1954-webkit-border-radius: 0 3px 3px 0;1955-webkit-background-clip: padding-box;1956-moz-border-radius: 0 3px 3px 0;1957-moz-background-clip: padding;1958border-radius: 0 3px 3px 0;1959background-clip: padding-box;1960}1961.btn-black.btn-icon.icon-left {1962padding-right: 12px;1963padding-left: 39px;1964}1965.btn-black.btn-icon.icon-left i {1966float: left;1967right: auto;1968left: 0;1969-webkit-border-radius: 3px 0 0 3px !important;1970-webkit-background-clip: padding-box;1971-moz-border-radius: 3px 0 0 3px !important;1972-moz-background-clip: padding;1973border-radius: 3px 0 0 3px !important;1974background-clip: padding-box;1975}1976.btn-black.btn-icon.btn-lg {1977padding-right: 55px;1978}1979.btn-black.btn-icon.btn-lg.icon-left {1980padding-right: 16px;1981padding-left: 55px;1982}1983.btn-black.btn-icon.btn-lg i {1984padding: 10px 10px;1985font-size: 15px;1986line-height: 1.3333333;1987border-radius: 3px;1988}1989.btn-black.btn-icon.btn-sm {1990padding-right: 36px;1991}1992.btn-black.btn-icon.btn-sm.icon-left {1993padding-right: 10px;1994padding-left: 36px;1995}1996.btn-black.btn-icon.btn-sm i {1997padding: 5px 6px;1998font-size: 11px;1999line-height: 1.5;2000border-radius: 2px;2001}2002.btn-black.btn-icon.btn-xs {2003padding-right: 32px;2004}2005.btn-black.btn-icon.btn-xs.icon-left {2006padding-right: 10px;2007padding-left: 32px;2008}2009.btn-black.btn-icon.btn-xs i {2010padding: 2px 6px;2011font-size: 10px;2012line-height: 1.5;2013border-radius: 2px;2014}2015.btn-white {2016color: #303641;2017background-color: #FFF;2018border-color: #FFF;2019border-color: #ebebeb !important;2020}2021.btn-white:focus,2022.btn-white.focus {2023color: #303641;2024background-color: #e6e6e6;2025border-color: #bfbfbf;2026}2027.btn-white:hover {2028color: #303641;2029background-color: #e6e6e6;2030border-color: #e0e0e0;2031}2032.btn-white:active,2033.btn-white.active,2034.open > .dropdown-toggle.btn-white {2035color: #303641;2036background-color: #e6e6e6;2037border-color: #e0e0e0;2038}2039.btn-white:active:hover,2040.btn-white.active:hover,2041.open > .dropdown-toggle.btn-white:hover,2042.btn-white:active:focus,2043.btn-white.active:focus,2044.open > .dropdown-toggle.btn-white:focus,2045.btn-white:active.focus,2046.btn-white.active.focus,2047.open > .dropdown-toggle.btn-white.focus {2048color: #303641;2049background-color: #d4d4d4;2050border-color: #bfbfbf;2051}2052.btn-white:active,2053.btn-white.active,2054.open > .dropdown-toggle.btn-white {2055background-image: none;2056}2057.btn-white.disabled:hover,2058.btn-white[disabled]:hover,2059fieldset[disabled] .btn-white:hover,2060.btn-white.disabled:focus,2061.btn-white[disabled]:focus,2062fieldset[disabled] .btn-white:focus,2063.btn-white.disabled.focus,2064.btn-white[disabled].focus,2065fieldset[disabled] .btn-white.focus {2066background-color: #FFF;2067border-color: #FFF;2068}2069.btn-white .badge {2070color: #FFF;2071background-color: #303641;2072}2073.btn-white:hover,2074.btn-white:focus,2075.btn-white.focus {2076color: #303641 !important;2077}2078.btn-white.btn-icon {2079position: relative;2080padding-right: 39px;2081border: none;2082}2083.btn-white.btn-icon i {2084background-color: #ebebeb;2085padding: 6px 6px;2086font-size: 12px;2087line-height: 1.42857143;2088border-radius: 3px;2089-webkit-border-radius: 0 3px 3px 0;2090-webkit-background-clip: padding-box;2091-moz-border-radius: 0 3px 3px 0;2092-moz-background-clip: padding;2093border-radius: 0 3px 3px 0;2094background-clip: padding-box;2095}2096.btn-white.btn-icon.icon-left {2097padding-right: 12px;2098padding-left: 39px;2099}2100.btn-white.btn-icon.icon-left i {2101float: left;2102right: auto;2103left: 0;2104-webkit-border-radius: 3px 0 0 3px !important;2105-webkit-background-clip: padding-box;2106-moz-border-radius: 3px 0 0 3px !important;2107-moz-background-clip: padding;2108border-radius: 3px 0 0 3px !important;2109background-clip: padding-box;2110}2111.btn-white.btn-icon.btn-lg {2112padding-right: 55px;2113}2114.btn-white.btn-icon.btn-lg.icon-left {2115padding-right: 16px;2116padding-left: 55px;2117}2118.btn-white.btn-icon.btn-lg i {2119padding: 10px 10px;2120font-size: 15px;2121line-height: 1.3333333;2122border-radius: 3px;2123}2124.btn-white.btn-icon.btn-sm {2125padding-right: 36px;2126}2127.btn-white.btn-icon.btn-sm.icon-left {2128padding-right: 10px;2129padding-left: 36px;2130}2131.btn-white.btn-icon.btn-sm i {2132padding: 5px 6px;2133font-size: 11px;2134line-height: 1.5;2135border-radius: 2px;2136}2137.btn-white.btn-icon.btn-xs {2138padding-right: 32px;2139}2140.btn-white.btn-icon.btn-xs.icon-left {2141padding-right: 10px;2142padding-left: 32px;2143}2144.btn-white.btn-icon.btn-xs i {2145padding: 2px 6px;2146font-size: 10px;2147line-height: 1.5;2148border-radius: 2px;2149}2150.btn-warning {2151color: #fff;2152background-color: #fad839;2153border-color: #f9d320;2154}2155.btn-warning:focus,2156.btn-warning.focus {2157color: #fff;2158background-color: #f9ce07;2159border-color: #967c04;2160}2161.btn-warning:hover {2162color: #fff;2163background-color: #f9ce07;2164border-color: #d7b205;2165}2166.btn-warning:active,2167.btn-warning.active,2168.open > .dropdown-toggle.btn-warning {2169color: #fff;2170background-color: #f9ce07;2171border-color: #d7b205;2172}2173.btn-warning:active:hover,2174.btn-warning.active:hover,2175.open > .dropdown-toggle.btn-warning:hover,2176.btn-warning:active:focus,2177.btn-warning.active:focus,2178.open > .dropdown-toggle.btn-warning:focus,2179.btn-warning:active.focus,2180.btn-warning.active.focus,2181.open > .dropdown-toggle.btn-warning.focus {2182color: #fff;2183background-color: #d7b205;2184border-color: #967c04;2185}2186.btn-warning:active,2187.btn-warning.active,2188.open > .dropdown-toggle.btn-warning {2189background-image: none;2190}2191.btn-warning.disabled:hover,2192.btn-warning[disabled]:hover,2193fieldset[disabled] .btn-warning:hover,2194.btn-warning.disabled:focus,2195.btn-warning[disabled]:focus,2196fieldset[disabled] .btn-warning:focus,2197.btn-warning.disabled.focus,2198.btn-warning[disabled].focus,2199fieldset[disabled] .btn-warning.focus {2200background-color: #fad839;2201border-color: #f9d320;2202}2203.btn-warning .badge {2204color: #fad839;2205background-color: #fff;2206}2207.btn-warning:hover,2208.btn-warning:focus,2209.btn-warning.focus {2210color: #fff !important;2211}2212.btn-warning.btn-icon {2213position: relative;2214padding-right: 39px;2215border: none;2216}2217.btn-warning.btn-icon i {2218background-color: #f9d011;2219padding: 6px 6px;2220font-size: 12px;2221line-height: 1.42857143;2222border-radius: 3px;2223-webkit-border-radius: 0 3px 3px 0;2224-webkit-background-clip: padding-box;2225-moz-border-radius: 0 3px 3px 0;2226-moz-background-clip: padding;2227border-radius: 0 3px 3px 0;2228background-clip: padding-box;2229}2230.btn-warning.btn-icon.icon-left {2231padding-right: 12px;2232padding-left: 39px;2233}2234.btn-warning.btn-icon.icon-left i {2235float: left;2236right: auto;2237left: 0;2238-webkit-border-radius: 3px 0 0 3px !important;2239-webkit-background-clip: padding-box;2240-moz-border-radius: 3px 0 0 3px !important;2241-moz-background-clip: padding;2242border-radius: 3px 0 0 3px !important;2243background-clip: padding-box;2244}2245.btn-warning.btn-icon.btn-lg {2246padding-right: 55px;2247}2248.btn-warning.btn-icon.btn-lg.icon-left {2249padding-right: 16px;2250padding-left: 55px;2251}2252.btn-warning.btn-icon.btn-lg i {2253padding: 10px 10px;2254font-size: 15px;2255line-height: 1.3333333;2256border-radius: 3px;2257}2258.btn-warning.btn-icon.btn-sm {2259padding-right: 36px;2260}2261.btn-warning.btn-icon.btn-sm.icon-left {2262padding-right: 10px;2263padding-left: 36px;2264}2265.btn-warning.btn-icon.btn-sm i {2266padding: 5px 6px;2267font-size: 11px;2268line-height: 1.5;2269border-radius: 2px;2270}2271.btn-warning.btn-icon.btn-xs {2272padding-right: 32px;2273}2274.btn-warning.btn-icon.btn-xs.icon-left {2275padding-right: 10px;2276padding-left: 32px;2277}2278.btn-warning.btn-icon.btn-xs i {2279padding: 2px 6px;2280font-size: 10px;2281line-height: 1.5;2282border-radius: 2px;2283}2284.btn-danger {2285color: #fff;2286background-color: #cc2424;2287border-color: #b62020;2288}2289.btn-danger:focus,2290.btn-danger.focus {2291color: #fff;2292background-color: #a11c1c;2293border-color: #4a0d0d;2294}2295.btn-danger:hover {2296color: #fff;2297background-color: #a11c1c;2298border-color: #821717;2299}2300.btn-danger:active,2301.btn-danger.active,2302.open > .dropdown-toggle.btn-danger {2303color: #fff;2304background-color: #a11c1c;2305border-color: #821717;2306}2307.btn-danger:active:hover,2308.btn-danger.active:hover,2309.open > .dropdown-toggle.btn-danger:hover,2310.btn-danger:active:focus,2311.btn-danger.active:focus,2312.open > .dropdown-toggle.btn-danger:focus,2313.btn-danger:active.focus,2314.btn-danger.active.focus,2315.open > .dropdown-toggle.btn-danger.focus {2316color: #fff;2317background-color: #821717;2318border-color: #4a0d0d;2319}2320.btn-danger:active,2321.btn-danger.active,2322.open > .dropdown-toggle.btn-danger {2323background-image: none;2324}2325.btn-danger.disabled:hover,2326.btn-danger[disabled]:hover,2327fieldset[disabled] .btn-danger:hover,2328.btn-danger.disabled:focus,2329.btn-danger[disabled]:focus,2330fieldset[disabled] .btn-danger:focus,2331.btn-danger.disabled.focus,2332.btn-danger[disabled].focus,2333fieldset[disabled] .btn-danger.focus {2334background-color: #cc2424;2335border-color: #b62020;2336}2337.btn-danger .badge {2338color: #cc2424;2339background-color: #fff;2340}2341.btn-danger:hover,2342.btn-danger:focus,2343.btn-danger.focus {2344color: #fff !important;2345}2346.btn-danger.btn-icon {2347position: relative;2348padding-right: 39px;2349border: none;2350}2351.btn-danger.btn-icon i {2352background-color: #a91e1e;2353padding: 6px 6px;2354font-size: 12px;2355line-height: 1.42857143;2356border-radius: 3px;2357-webkit-border-radius: 0 3px 3px 0;2358-webkit-background-clip: padding-box;2359-moz-border-radius: 0 3px 3px 0;2360-moz-background-clip: padding;2361border-radius: 0 3px 3px 0;2362background-clip: padding-box;2363}2364.btn-danger.btn-icon.icon-left {2365padding-right: 12px;2366padding-left: 39px;2367}2368.btn-danger.btn-icon.icon-left i {2369float: left;2370right: auto;2371left: 0;2372-webkit-border-radius: 3px 0 0 3px !important;2373-webkit-background-clip: padding-box;2374-moz-border-radius: 3px 0 0 3px !important;2375-moz-background-clip: padding;2376border-radius: 3px 0 0 3px !important;2377background-clip: padding-box;2378}2379.btn-danger.btn-icon.btn-lg {2380padding-right: 55px;2381}2382.btn-danger.btn-icon.btn-lg.icon-left {2383padding-right: 16px;2384padding-left: 55px;2385}2386.btn-danger.btn-icon.btn-lg i {2387padding: 10px 10px;2388font-size: 15px;2389line-height: 1.3333333;2390border-radius: 3px;2391}2392.btn-danger.btn-icon.btn-sm {2393padding-right: 36px;2394}2395.btn-danger.btn-icon.btn-sm.icon-left {2396padding-right: 10px;2397padding-left: 36px;2398}2399.btn-danger.btn-icon.btn-sm i {2400padding: 5px 6px;2401font-size: 11px;2402line-height: 1.5;2403border-radius: 2px;2404}2405.btn-danger.btn-icon.btn-xs {2406padding-right: 32px;2407}2408.btn-danger.btn-icon.btn-xs.icon-left {2409padding-right: 10px;2410padding-left: 32px;2411}2412.btn-danger.btn-icon.btn-xs i {2413padding: 2px 6px;2414font-size: 10px;2415line-height: 1.5;2416border-radius: 2px;2417}2418.btn-success,2419.btn-green {2420color: #fff;2421background-color: #00a651;2422border-color: #008d45;2423}2424.btn-success:focus,2425.btn-green:focus,2426.btn-success.focus,2427.btn-green.focus {2428color: #fff;2429background-color: #007338;2430border-color: #000d06;2431}2432.btn-success:hover,2433.btn-green:hover {2434color: #fff;2435background-color: #007338;2436border-color: #004f27;2437}2438.btn-success:active,2439.btn-green:active,2440.btn-success.active,2441.btn-green.active,2442.open > .dropdown-toggle.btn-success,2443.open > .dropdown-toggle.btn-green {2444color: #fff;2445background-color: #007338;2446border-color: #004f27;2447}2448.btn-success:active:hover,2449.btn-green:active:hover,2450.btn-success.active:hover,2451.btn-green.active:hover,2452.open > .dropdown-toggle.btn-success:hover,2453.open > .dropdown-toggle.btn-green:hover,2454.btn-success:active:focus,2455.btn-green:active:focus,2456.btn-success.active:focus,2457.btn-green.active:focus,2458.open > .dropdown-toggle.btn-success:focus,2459.open > .dropdown-toggle.btn-green:focus,2460.btn-success:active.focus,2461.btn-green:active.focus,2462.btn-success.active.focus,2463.btn-green.active.focus,2464.open > .dropdown-toggle.btn-success.focus,2465.open > .dropdown-toggle.btn-green.focus {2466color: #fff;2467background-color: #004f27;2468border-color: #000d06;2469}2470.btn-success:active,2471.btn-green:active,2472.btn-success.active,2473.btn-green.active,2474.open > .dropdown-toggle.btn-success,2475.open > .dropdown-toggle.btn-green {2476background-image: none;2477}2478.btn-success.disabled:hover,2479.btn-green.disabled:hover,2480.btn-success[disabled]:hover,2481.btn-green[disabled]:hover,2482fieldset[disabled] .btn-success:hover,2483fieldset[disabled] .btn-green:hover,2484.btn-success.disabled:focus,2485.btn-green.disabled:focus,2486.btn-success[disabled]:focus,2487.btn-green[disabled]:focus,2488fieldset[disabled] .btn-success:focus,2489fieldset[disabled] .btn-green:focus,2490.btn-success.disabled.focus,2491.btn-green.disabled.focus,2492.btn-success[disabled].focus,2493.btn-green[disabled].focus,2494fieldset[disabled] .btn-success.focus,2495fieldset[disabled] .btn-green.focus {2496background-color: #00a651;2497border-color: #008d45;2498}2499.btn-success .badge,2500.btn-green .badge {2501color: #00a651;2502background-color: #fff;2503}2504.btn-success:hover,2505.btn-green:hover,2506.btn-success:focus,2507.btn-green:focus,2508.btn-success.focus,2509.btn-green.focus {2510color: #fff !important;2511}2512.btn-success.btn-icon,2513.btn-green.btn-icon {2514position: relative;2515padding-right: 39px;2516border: none;2517}2518.btn-success.btn-icon i,2519.btn-green.btn-icon i {2520background-color: #007d3d;2521padding: 6px 6px;2522font-size: 12px;2523line-height: 1.42857143;2524border-radius: 3px;2525-webkit-border-radius: 0 3px 3px 0;2526-webkit-background-clip: padding-box;2527-moz-border-radius: 0 3px 3px 0;2528-moz-background-clip: padding;2529border-radius: 0 3px 3px 0;2530background-clip: padding-box;2531}2532.btn-success.btn-icon.icon-left,2533.btn-green.btn-icon.icon-left {2534padding-right: 12px;2535padding-left: 39px;2536}2537.btn-success.btn-icon.icon-left i,2538.btn-green.btn-icon.icon-left i {2539float: left;2540right: auto;2541left: 0;2542-webkit-border-radius: 3px 0 0 3px !important;2543-webkit-background-clip: padding-box;2544-moz-border-radius: 3px 0 0 3px !important;2545-moz-background-clip: padding;2546border-radius: 3px 0 0 3px !important;2547background-clip: padding-box;2548}2549.btn-success.btn-icon.btn-lg,2550.btn-green.btn-icon.btn-lg {2551padding-right: 55px;2552}2553.btn-success.btn-icon.btn-lg.icon-left,2554.btn-green.btn-icon.btn-lg.icon-left {2555padding-right: 16px;2556padding-left: 55px;2557}2558.btn-success.btn-icon.btn-lg i,2559.btn-green.btn-icon.btn-lg i {2560padding: 10px 10px;2561font-size: 15px;2562line-height: 1.3333333;2563border-radius: 3px;2564}2565.btn-success.btn-icon.btn-sm,2566.btn-green.btn-icon.btn-sm {2567padding-right: 36px;2568}2569.btn-success.btn-icon.btn-sm.icon-left,2570.btn-green.btn-icon.btn-sm.icon-left {2571padding-right: 10px;2572padding-left: 36px;2573}2574.btn-success.btn-icon.btn-sm i,2575.btn-green.btn-icon.btn-sm i {2576padding: 5px 6px;2577font-size: 11px;2578line-height: 1.5;2579border-radius: 2px;2580}2581.btn-success.btn-icon.btn-xs,2582.btn-green.btn-icon.btn-xs {2583padding-right: 32px;2584}2585.btn-success.btn-icon.btn-xs.icon-left,2586.btn-green.btn-icon.btn-xs.icon-left {2587padding-right: 10px;2588padding-left: 32px;2589}2590.btn-success.btn-icon.btn-xs i,2591.btn-green.btn-icon.btn-xs i {2592padding: 2px 6px;2593font-size: 10px;2594line-height: 1.5;2595border-radius: 2px;2596}2597.btn-info {2598color: #fff;2599background-color: #21a9e1;2600border-color: #1c99cd;2601}2602.btn-info:focus,2603.btn-info.focus {2604color: #fff;2605background-color: #1988b6;2606border-color: #0c455d;2607}2608.btn-info:hover {2609color: #fff;2610background-color: #1988b6;2611border-color: #147197;2612}2613.btn-info:active,2614.btn-info.active,2615.open > .dropdown-toggle.btn-info {2616color: #fff;2617background-color: #1988b6;2618border-color: #147197;2619}2620.btn-info:active:hover,2621.btn-info.active:hover,2622.open > .dropdown-toggle.btn-info:hover,2623.btn-info:active:focus,2624.btn-info.active:focus,2625.open > .dropdown-toggle.btn-info:focus,2626.btn-info:active.focus,2627.btn-info.active.focus,2628.open > .dropdown-toggle.btn-info.focus {2629color: #fff;2630background-color: #147197;2631border-color: #0c455d;2632}2633.btn-info:active,2634.btn-info.active,2635.open > .dropdown-toggle.btn-info {2636background-image: none;2637}2638.btn-info.disabled:hover,2639.btn-info[disabled]:hover,2640fieldset[disabled] .btn-info:hover,2641.btn-info.disabled:focus,2642.btn-info[disabled]:focus,2643fieldset[disabled] .btn-info:focus,2644.btn-info.disabled.focus,2645.btn-info[disabled].focus,2646fieldset[disabled] .btn-info.focus {2647background-color: #21a9e1;2648border-color: #1c99cd;2649}2650.btn-info .badge {2651color: #21a9e1;2652background-color: #fff;2653}2654.btn-info:hover,2655.btn-info:focus,2656.btn-info.focus {2657color: #fff !important;2658}2659.btn-info.btn-icon {2660position: relative;2661padding-right: 39px;2662border: none;2663}2664.btn-info.btn-icon i {2665background-color: #1a8fbf;2666padding: 6px 6px;2667font-size: 12px;2668line-height: 1.42857143;2669border-radius: 3px;2670-webkit-border-radius: 0 3px 3px 0;2671-webkit-background-clip: padding-box;2672-moz-border-radius: 0 3px 3px 0;2673-moz-background-clip: padding;2674border-radius: 0 3px 3px 0;2675background-clip: padding-box;2676}2677.btn-info.btn-icon.icon-left {2678padding-right: 12px;2679padding-left: 39px;2680}2681.btn-info.btn-icon.icon-left i {2682float: left;2683right: auto;2684left: 0;2685-webkit-border-radius: 3px 0 0 3px !important;2686-webkit-background-clip: padding-box;2687-moz-border-radius: 3px 0 0 3px !important;2688-moz-background-clip: padding;2689border-radius: 3px 0 0 3px !important;2690background-clip: padding-box;2691}2692.btn-info.btn-icon.btn-lg {2693padding-right: 55px;2694}2695.btn-info.btn-icon.btn-lg.icon-left {2696padding-right: 16px;2697padding-left: 55px;2698}2699.btn-info.btn-icon.btn-lg i {2700padding: 10px 10px;2701font-size: 15px;2702line-height: 1.3333333;2703border-radius: 3px;2704}2705.btn-info.btn-icon.btn-sm {2706padding-right: 36px;2707}2708.btn-info.btn-icon.btn-sm.icon-left {2709padding-right: 10px;2710padding-left: 36px;2711}2712.btn-info.btn-icon.btn-sm i {2713padding: 5px 6px;2714font-size: 11px;2715line-height: 1.5;2716border-radius: 2px;2717}2718.btn-info.btn-icon.btn-xs {2719padding-right: 32px;2720}2721.btn-info.btn-icon.btn-xs.icon-left {2722padding-right: 10px;2723padding-left: 32px;2724}2725.btn-info.btn-icon.btn-xs i {2726padding: 2px 6px;2727font-size: 10px;2728line-height: 1.5;2729border-radius: 2px;2730}2731.btn-block + .btn-block {2732margin-top: 5px;2733}2734.bs-example > .btn,2735.bs-example > .make-switch,2736.bs-example > .btn-group {2737margin-top: 4px;2738margin-bottom: 4px;2739margin-right: 9px;2740}2741.bs-example.bs-baseline-top .btn,2742.bs-example.bs-baseline-top .btn-group {2743vertical-align: top !important;2744}2745.invoice {2746margin: 0px 0;2747font-size: 14px;2748}2749.invoice .invoice-left strong,2750.invoice .invoice-right strong {2751color: #303641;2752}2753.invoice .invoice-left > h3,2754.invoice .invoice-right > h3 {2755margin-top: 0;2756}2757.invoice .invoice-right {2758text-align: right;2759}2760.invoice .margin {2761margin: 40px 0;2762}2763.invoice h4 {2764font-weight: bold;2765}2766@media print {2767.invoice-left {2768float: left !important;2769}2770.invoice-right {2771float: right !important;2772text-align: right !important;2773top: -20px;2774position: relative;2775}2776}2777@media (max-width: 768px) {2778.invoice .invoice-right {2779text-align: left;2780margin-top: 20px;2781}2782.invoice .margin {2783margin: 15px 0;2784}2785.invoice table {2786margin: 20px 0;2787}2788}2789.mail-env {2790position: relative;2791}2792.mail-env:before,2793.mail-env:after {2794content: " ";2795display: table;2796}2797.mail-env:after {2798clear: both;2799}2800hr + .mail-env {2801margin-top: -18px;2802border-top: 1px solid #ebebeb;2803margin-left: -20px;2804margin-right: -20px;2805}2806.mail-env + hr {2807margin-top: 0px;2808position: relative;2809margin-left: -20px;2810margin-right: -20px;2811}2812.mail-env .mail-sidebar,2813.mail-env .mail-body {2814float: left;2815-webkit-box-sizing: border-box;2816-moz-box-sizing: border-box;2817box-sizing: border-box;2818}2819.mail-env .mail-sidebar:before,2820.mail-env .mail-body:before,2821.mail-env .mail-sidebar:after,2822.mail-env .mail-body:after {2823content: " ";2824display: table;2825}2826.mail-env .mail-sidebar:after,2827.mail-env .mail-body:after {2828clear: both;2829}2830.mail-env .mail-sidebar-row {2831padding: 20px;2832}2833.mail-env > .mail-sidebar-row.visible-xs {2834padding-bottom: 0;2835}2836.mail-env .mail-sidebar {2837width: 22%;2838background: #f9f9f9;2839border-right: 1px solid #ebebeb;2840position: relative;2841}2842.mail-env .mail-sidebar > h4 {2843padding: 20px;2844}2845.mail-env .mail-sidebar .mail-menu {2846list-style: none;2847margin: 0;2848padding: 0;2849border-top: 1px solid #ebebeb;2850}2851.mail-env .mail-sidebar .mail-menu > li {2852margin: 0;2853padding: 0;2854border-bottom: 1px solid #ebebeb;2855}2856.mail-env .mail-sidebar .mail-menu > li a {2857display: block;2858padding: 20px;2859-moz-transition: all 300ms ease-in-out;2860-webkit-transition: all 300ms ease-in-out;2861-o-transition: all 300ms ease-in-out;2862transition: all 300ms ease-in-out;2863}2864.mail-env .mail-sidebar .mail-menu > li a .badge {2865font-size: 13px;2866}2867.mail-env .mail-sidebar .mail-menu > li a .badge-gray {2868background: transparent;2869border: 1px solid #ebebeb;2870}2871.mail-env .mail-sidebar .mail-menu > li a .badge-roundless {2872display: inline-block;2873width: 14px;2874height: 14px;2875-webkit-border-radius: 2px;2876-webkit-background-clip: padding-box;2877-moz-border-radius: 2px;2878-moz-background-clip: padding;2879border-radius: 2px;2880background-clip: padding-box;2881}2882.mail-env .mail-sidebar .mail-menu > li:hover a {2883background: rgba(255, 255, 255, 0.8);2884}2885.mail-env .mail-sidebar .mail-menu > li.active a {2886background: #fff;2887font-weight: bold;2888}2889.mail-env .mail-sidebar .mail-distancer {2890height: 40px;2891}2892.mail-env .mail-body {2893width: 78%;2894float: right;2895overflow: hidden;2896}2897.mail-env .mail-body .mail-header {2898padding: 20px;2899border-bottom: 1px solid #ebebeb;2900}2901.mail-env .mail-body .mail-header:before,2902.mail-env .mail-body .mail-header:after {2903content: " ";2904display: table;2905}2906.mail-env .mail-body .mail-header:after {2907clear: both;2908}2909.mail-env .mail-body .mail-header .mail-title {2910margin: 0;2911padding: 0;2912font-size: 20px;2913float: left;2914width: 75%;2915padding-right: 20px;2916color: #303641;2917overflow: hidden;2918text-overflow: ellipsis;2919white-space: nowrap;2920}2921.mail-env .mail-body .mail-header .mail-title span.count {2922font-weight: normal;2923zoom: 1;2924-webkit-opacity: 0.3;2925-moz-opacity: 0.3;2926opacity: 0.3;2927filter: alpha(opacity=30);2928}2929.mail-env .mail-body .mail-header .mail-title .label {2930font-size: 9px;2931position: relative;2932top: -4px;2933}2934.mail-env .mail-body .mail-header .mail-search,2935.mail-env .mail-body .mail-header .mail-links {2936float: left;2937text-align: right;2938width: 25%;2939}2940.mail-env .mail-body .mail-header .mail-search.mail-links > .btn,2941.mail-env .mail-body .mail-header .mail-links.mail-links > .btn {2942margin-left: 5px;2943font-size: 11px;2944}2945.mail-env .mail-body .mail-header .mail-search.mail-links > .btn:first-child,2946.mail-env .mail-body .mail-header .mail-links.mail-links > .btn:first-child {2947margin-left: 0;2948}2949.mail-env .mail-body .mail-header .mail-search .form-control[type="text"],2950.mail-env .mail-body .mail-header .mail-links .form-control[type="text"] {2951height: 29px;2952}2953.mail-env .mail-body .mail-info {2954background: #f3f4f4;2955display: table;2956width: 100%;2957border-spacing: 0;2958border-collapse: collapse;2959border-bottom: 1px solid #ebebeb;2960}2961.mail-env .mail-body .mail-info:before,2962.mail-env .mail-body .mail-info:after {2963content: " ";2964display: table;2965}2966.mail-env .mail-body .mail-info:after {2967clear: both;2968}2969.mail-env .mail-body .mail-info .mail-sender,2970.mail-env .mail-body .mail-info .mail-date {2971display: table-cell;2972width: 50%;2973color: #a6a6a6;2974padding: 20px;2975}2976.mail-env .mail-body .mail-info .mail-sender.mail-sender span,2977.mail-env .mail-body .mail-info .mail-date.mail-sender span {2978font-weight: bold;2979color: #ec5956;2980}2981.mail-env .mail-body .mail-info .mail-sender.mail-sender img,2982.mail-env .mail-body .mail-info .mail-date.mail-sender img {2983margin-right: 5px;2984border: 2px solid #ebebeb;2985}2986.mail-env .mail-body .mail-info .mail-sender.mail-sender .dropdown-menu:after,2987.mail-env .mail-body .mail-info .mail-date.mail-sender .dropdown-menu:after {2988position: absolute;2989content: '';2990display: block;2991top: -5px;2992left: 17%;2993width: 0px;2994height: 0px;2995border-style: solid;2996border-width: 0 3px 4px 3px;2997border-color: transparent transparent #cc2424 transparent;2998}2999.mail-env .mail-body .mail-info .mail-sender.mail-date,3000.mail-env .mail-body .mail-info .mail-date.mail-date {3001text-align: right;3002}3003.mail-env .mail-body .mail-text {3004border-bottom: 1px solid #ebebeb;3005padding: 20px;3006}3007.mail-env .mail-body .mail-attachments {3008padding: 20px;3009border-bottom: 1px solid #ebebeb;3010}3011.mail-env .mail-body .mail-attachments h4 {3012margin-bottom: 30px;3013line-height: 1;3014}3015.mail-env .mail-body .mail-attachments h4 span {3016zoom: 1;3017-webkit-opacity: 0.4;3018-moz-opacity: 0.4;3019opacity: 0.4;3020filter: alpha(opacity=40);3021}3022.mail-env .mail-body .mail-attachments ul {3023list-style: none;3024padding: 0;3025margin: 0;3026}3027.mail-env .mail-body .mail-attachments ul:before,3028.mail-env .mail-body .mail-attachments ul:after {3029content: " ";3030display: table;3031}3032.mail-env .mail-body .mail-attachments ul:after {3033clear: both;3034}3035.mail-env .mail-body .mail-attachments ul li {3036float: left;3037margin: 0;3038padding: 0;3039margin-right: 30px;3040margin-bottom: 20px;3041}3042.mail-env .mail-body .mail-attachments ul li > a {3043display: block;3044}3045.mail-env .mail-body .mail-attachments ul li > a img {3046position: relative;3047display: block;3048line-height: 1;3049margin-bottom: 10px;3050}3051.mail-env .mail-body .mail-attachments ul li > a.thumb {3052position: relative;3053}3054.mail-env .mail-body .mail-attachments ul li > a.thumb:after {3055font-family: "Entypo";3056content: '\e826';3057display: block;3058position: absolute;3059left: 50%;3060top: 50%;3061background: #fff;3062width: 40px;3063height: 40px;3064margin-left: -20px;3065margin-top: -20px;3066font-size: 28px;3067text-align: center;3068line-height: 40px;3069vertical-align: text-top;3070color: #fff;3071background: rgba(0, 0, 0, 0.25);3072-webkit-border-radius: 4px;3073-webkit-background-clip: padding-box;3074-moz-border-radius: 4px;3075-moz-background-clip: padding;3076border-radius: 4px;3077background-clip: padding-box;3078zoom: 1;3079-webkit-opacity: 0;3080-moz-opacity: 0;3081opacity: 0;3082filter: alpha(opacity=0);3083-moz-transition: all 300ms ease-in-out;3084-webkit-transition: all 300ms ease-in-out;3085-o-transition: all 300ms ease-in-out;3086transition: all 300ms ease-in-out;3087}3088.mail-env .mail-body .mail-attachments ul li > a.thumb:hover:after {3089zoom: 1;3090-webkit-opacity: 1;3091-moz-opacity: 1;3092opacity: 1;3093filter: alpha(opacity=100);3094}3095.mail-env .mail-body .mail-attachments ul li > a.thumb.download:after {3096content: '\e82d';3097}3098.mail-env .mail-body .mail-attachments ul li > a.name span {3099color: #666666;3100float: right;3101}3102.mail-env .mail-body .mail-attachments ul li .links {3103display: block;3104font-size: 11px;3105color: #666666;3106margin-top: 6px;3107}3108.mail-env .mail-body .mail-attachments ul li .links a {3109color: #666666;3110}3111.mail-env .mail-body .mail-reply {3112border-bottom: 1px solid #ebebeb;3113padding: 20px;3114}3115.mail-env .mail-body .mail-reply .fake-form {3116padding: 20px;3117border: 2px solid #ebebeb;3118min-height: 100px;3119-webkit-border-radius: 4px;3120-webkit-background-clip: padding-box;3121-moz-border-radius: 4px;3122-moz-background-clip: padding;3123border-radius: 4px;3124background-clip: padding-box;3125}3126.mail-env .mail-body .mail-reply .fake-form > div a {3127font-weight: bold;3128color: #ec5956;3129}3130.mail-env .mail-body .mail-compose {3131padding: 20px;3132}3133.mail-env .mail-body .mail-compose .form-group {3134position: relative;3135border-bottom: 1px solid #ebebeb;3136padding-bottom: 15px;3137}3138.mail-env .mail-body .mail-compose .form-group label {3139position: absolute;3140left: 10px;3141top: 7px;3142z-index: 10;3143}3144.mail-env .mail-body .mail-compose .form-group input {3145border-color: transparent;3146position: relative;3147z-index: 5;3148padding-left: 100px;3149-moz-transition: all 300ms ease-in-out;3150-webkit-transition: all 300ms ease-in-out;3151-o-transition: all 300ms ease-in-out;3152transition: all 300ms ease-in-out;3153}3154.mail-env .mail-body .mail-compose .form-group input:focus {3155background: #f9f9f9;3156border-color: #f4f4f4;3157}3158.mail-env .mail-body .mail-compose .form-group .field-options {3159position: absolute;3160right: 5px;3161top: 5px;3162z-index: 12;3163}3164.mail-env .mail-body .mail-compose .form-group .field-options a {3165display: inline-block;3166background: #f3f4f4;3167color: #7e8186;3168padding: 2px 6px;3169margin-left: 4px;3170text-align: center;3171-webkit-border-radius: 3px;3172-webkit-background-clip: padding-box;3173-moz-border-radius: 3px;3174-moz-background-clip: padding;3175border-radius: 3px;3176background-clip: padding-box;3177}3178.mail-env .mail-body .mail-compose .compose-message-editor {3179padding-top: 5px;3180}3181.mail-env .mail-body .mail-compose .compose-message-editor textarea {3182height: 400px;3183}3184.mail-env .mail-body > div:last-child {3185border-bottom: 0;3186}3187.mail-env .mail-body .mail-table {3188margin-bottom: 0;3189}3190.mail-env .mail-body .mail-table thead tr th,3191.mail-env .mail-body .mail-table tfoot tr th {3192background: #ebebeb;3193border: 0;3194color: #666666;3195vertical-align: middle;3196border-bottom: 0;3197}3198.mail-env .mail-body .mail-table thead tr th a,3199.mail-env .mail-body .mail-table tfoot tr th a {3200color: #666666;3201}3202.mail-env .mail-body .mail-table thead tr th .mail-select-options,3203.mail-env .mail-body .mail-table tfoot tr th .mail-select-options {3204float: left;3205padding-top: 5px;3206}3207.mail-env .mail-body .mail-table thead tr th .mail-pagination,3208.mail-env .mail-body .mail-table tfoot tr th .mail-pagination {3209float: right;3210}3211.mail-env .mail-body .mail-table thead tr th .mail-pagination span,3212.mail-env .mail-body .mail-table tfoot tr th .mail-pagination span {3213color: rgba(102, 102, 102, 0.5);3214}3215.mail-env .mail-body .mail-table thead tr th .mail-pagination .btn-group,3216.mail-env .mail-body .mail-table tfoot tr th .mail-pagination .btn-group {3217margin-left: 5px;3218}3219.mail-env .mail-body .mail-table thead tr th .mail-pagination .btn-group .btn-sm,3220.mail-env .mail-body .mail-table tfoot tr th .mail-pagination .btn-group .btn-sm {3221padding-left: 7px;3222padding-right: 7px;3223}3224.mail-env .mail-body .mail-table tbody tr td {3225border-top: 0;3226border-bottom: 1px solid #ebebeb;3227height: 50px;3228vertical-align: middle;3229background: #f9f9f9;3230}3231.mail-env .mail-body .mail-table tbody tr td.col-name,3232.mail-env .mail-body .mail-table tbody tr td.col-subject {3233overflow: hidden;3234text-overflow: ellipsis;3235white-space: nowrap;3236}3237.mail-env .mail-body .mail-table tbody tr td.col-name.col-subject a,3238.mail-env .mail-body .mail-table tbody tr td.col-subject.col-subject a {3239color: #8c8c8c;3240}3241.mail-env .mail-body .mail-table tbody tr td.col-name.col-subject a.label,3242.mail-env .mail-body .mail-table tbody tr td.col-subject.col-subject a.label {3243color: #fff;3244}3245.mail-env .mail-body .mail-table tbody tr td.col-name {3246width: 25%;3247}3248.mail-env .mail-body .mail-table tbody tr td.col-subject a {3249display: inline-block;3250max-width: 400px;3251height: 20px;3252overflow: hidden;3253text-overflow: ellipsis;3254white-space: nowrap;3255}3256.mail-env .mail-body .mail-table tbody tr td.col-options {3257text-align: right;3258}3259.mail-env .mail-body .mail-table tbody tr td.col-options a {3260color: #999999;3261}3262.mail-env .mail-body .mail-table tbody tr td.col-time {3263width: 12%;3264text-align: right;3265color: rgba(102, 102, 102, 0.5);3266}3267.mail-env .mail-body .mail-table tbody tr td .star {3268display: inline-block;3269color: #dddddd;3270margin-right: 5px;3271font-size: 14px;3272-moz-transition: all 300ms ease-in-out;3273-webkit-transition: all 300ms ease-in-out;3274-o-transition: all 300ms ease-in-out;3275transition: all 300ms ease-in-out;3276}3277.mail-env .mail-body .mail-table tbody tr td .star.stared,3278.mail-env .mail-body .mail-table tbody tr td .star.starred {3279color: #ff9600;3280}3281.mail-env .mail-body .mail-table tbody tr td > .label:first-child {3282margin-left: 0;3283}3284.mail-env .mail-body .mail-table tbody tr.unread > td {3285background-color: #fff !important;3286}3287.mail-env .mail-body .mail-table tbody tr.unread > td.col-name a {3288font-weight: bold;3289}3290.mail-env .mail-body .mail-table tbody tr.highlight > td {3291background-color: #ffffcc !important;3292}3293.mail-env .mail-body .mail-table > thead > tr > td:first-child,3294.mail-env .mail-body .mail-table > tbody > tr > td:first-child,3295.mail-env .mail-body .mail-table > tfoot > tr > td:first-child,3296.mail-env .mail-body .mail-table > thead > tr > th:first-child,3297.mail-env .mail-body .mail-table > tbody > tr > th:first-child,3298.mail-env .mail-body .mail-table > tfoot > tr > th:first-child {3299padding-left: 20px;3300}3301.mail-env .mail-body .mail-table > thead > tr > td:last-child,3302.mail-env .mail-body .mail-table > tbody > tr > td:last-child,3303.mail-env .mail-body .mail-table > tfoot > tr > td:last-child,3304.mail-env .mail-body .mail-table > thead > tr > th:last-child,3305.mail-env .mail-body .mail-table > tbody > tr > th:last-child,3306.mail-env .mail-body .mail-table > tfoot > tr > th:last-child {3307padding-right: 20px;3308}3309.mail-env .mail-body .mail-table > thead > tr > thX:first-child,3310.mail-env .mail-body .mail-table > tbody > tr > thX:first-child,3311.mail-env .mail-body .mail-table > tfoot > tr > thX:first-child {3312position: relative;3313}3314.mail-env .mail-body .mail-table > thead > tr > thX:first-child:before,3315.mail-env .mail-body .mail-table > tbody > tr > thX:first-child:before,3316.mail-env .mail-body .mail-table > tfoot > tr > thX:first-child:before {3317position: absolute;3318content: '';3319top: 0;3320left: 0;3321bottom: 0;3322width: 20px;3323background: #FFF;3324}3325.mail-env .mail-body .mail-table > thead > tr > thX:last-child,3326.mail-env .mail-body .mail-table > tbody > tr > thX:last-child,3327.mail-env .mail-body .mail-table > tfoot > tr > thX:last-child {3328position: relative;3329}3330.mail-env .mail-body .mail-table > thead > tr > thX:last-child:before,3331.mail-env .mail-body .mail-table > tbody > tr > thX:last-child:before,3332.mail-env .mail-body .mail-table > tfoot > tr > thX:last-child:before {3333position: absolute;3334content: '';3335top: 0;3336right: 0;3337bottom: 0;3338width: 20px;3339background: #FFF;3340}3341.mail-env .mail-body .mail-table > tbody > tr:nth-child(odd) > td {3342background: #fbfbfb;3343}3344.mail-env .mail-body .mail-table .neon-cb-replacement {3345top: 2px;3346}3347.mail-env .mail-body .mail-table .neon-cb-replacement .cb-wrapper {3348background: #fff;3349border-color: #dfdfdf;3350}3351.mail-env .mail-body .mail-table .neon-cb-replacement .cb-wrapper .checked {3352background: #dfdfdf;3353}3354.mail-env.right-sidebar .mail-sidebar {3355border-left: 1px solid #ebebeb;3356border-right: 0;3357}3358.mail-env.right-sidebar .mail-body {3359float: left;3360}3361@media (max-width: 999px) {3362.mail-env .mail-body .mail-table tbody tr td.col-subject a {3363max-width: 280px;3364}3365}3366@media (max-width: 959px) {3367.mail-env .mail-body .mail-header div.mail-title {3368width: 100%;3369white-space: normal;3370}3371.mail-env .mail-body .mail-header .mail-links {3372float: none;3373width: 100%;3374text-align: left;3375clear: left;3376padding-top: 10px;3377}3378.mail-env .mail-body .mail-info {3379display: block;3380}3381.mail-env .mail-body .mail-info .mail-sender,3382.mail-env .mail-body .mail-info .mail-date {3383display: block;3384width: 100%;3385}3386.mail-env .mail-body .mail-info .mail-sender.mail-sender,3387.mail-env .mail-body .mail-info .mail-date.mail-sender {3388padding-top: 10px;3389padding-bottom: 10px;3390border-bottom: 1px solid #ebebeb;3391}3392.mail-env .mail-body .mail-info .mail-sender.mail-date,3393.mail-env .mail-body .mail-info .mail-date.mail-date {3394text-align: left;3395padding-top: 10px;3396padding-bottom: 10px;3397}3398.mail-env .mail-body .mail-compose .compose-message-editor textarea {3399height: 300px;3400}3401}3402@media (max-width: 768px) {3403.mail-env .mail-sidebar {3404width: 30.8%;3405}3406.mail-env .mail-body {3407width: 69.2%;3408}3409.mail-env .mail-body .mail-table tbody tr td.col-options {3410display: none;3411}3412.mail-env .mail-body .mail-table tbody tr td.col-subject a {3413max-width: 160px;3414}3415.mail-env .mail-body .mail-compose .compose-message-editor textarea {3416height: 240px;3417}3418}3419@media (max-width: 767px) {3420.mail-env .mail-sidebar,3421.mail-env .mail-body {3422width: 100%;3423float: none;3424}3425.mail-env .mail-body .mail-header .mail-title,3426.mail-env .mail-body .mail-header .mail-search,3427.mail-env .mail-body .mail-header .mail-links {3428float: none;3429width: 100%;3430}3431.mail-env .mail-body .mail-header .mail-title.mail-search,3432.mail-env .mail-body .mail-header .mail-search.mail-search,3433.mail-env .mail-body .mail-header .mail-links.mail-search,3434.mail-env .mail-body .mail-header .mail-title.mail-links,3435.mail-env .mail-body .mail-header .mail-search.mail-links,3436.mail-env .mail-body .mail-header .mail-links.mail-links {3437margin-top: 20px;3438}3439.mail-env .mail-body .mail-header .mail-links {3440padding-top: 0;3441}3442}3443@media (max-width: 449px) {3444.mail-env .mail-body .mail-table tbody tr td.col-subject a {3445max-width: 40px;3446}3447.mail-env .mail-body .mail-table tbody tr > td.col-name a.star {3448display: none;3449}3450.mail-env .mail-body .mail-table > thead > tr > td:last-child,3451.mail-env .mail-body .mail-table > tbody > tr > td:last-child,3452.mail-env .mail-body .mail-table > tfoot > tr > td:last-child,3453.mail-env .mail-body .mail-table > thead > tr > th:last-child,3454.mail-env .mail-body .mail-table > tbody > tr > th:last-child,3455.mail-env .mail-body .mail-table > tfoot > tr > th:last-child {3456padding-right: 10px;3457}3458.mail-env .mail-body .mail-table > thead > tr > td:first-child,3459.mail-env .mail-body .mail-table > tbody > tr > td:first-child,3460.mail-env .mail-body .mail-table > tfoot > tr > td:first-child,3461.mail-env .mail-body .mail-table > thead > tr > th:first-child,3462.mail-env .mail-body .mail-table > tbody > tr > th:first-child,3463.mail-env .mail-body .mail-table > tfoot > tr > th:first-child {3464padding-left: 10px;3465}3466}3467.login-page {3468background: #303641;3469}3470.login-page .login-content {3471position: relative;3472width: 320px;3473margin: 0 auto;3474text-align: center;3475padding: 20px 0;3476-moz-transition: all 550ms ease-in-out;3477-webkit-transition: all 550ms ease-in-out;3478-o-transition: all 550ms ease-in-out;3479transition: all 550ms ease-in-out;3480}3481.login-page .login-content a {3482color: #949494;3483}3484.login-page .login-header {3485position: relative;3486background: #373e4a;3487padding: 100px 0;3488-moz-transition: all 550ms ease-in-out;3489-webkit-transition: all 550ms ease-in-out;3490-o-transition: all 550ms ease-in-out;3491transition: all 550ms ease-in-out;3492}3493.login-page .login-header .description {3494font-size: 13px;3495margin-top: 20px;3496margin-bottom: 0;3497-moz-transition: all 550ms ease-in-out;3498-webkit-transition: all 550ms ease-in-out;3499-o-transition: all 550ms ease-in-out;3500transition: all 550ms ease-in-out;3501}3502.login-page .login-header.login-caret:after {3503position: absolute;3504content: '';3505left: 50%;3506bottom: 0;3507margin-left: -12.5px;3508width: 0px;3509height: 0px;3510border-style: solid;3511border-width: 13px 12.5px 0 12.5px;3512border-color: #373e4a transparent transparent transparent;3513bottom: -13px;3514-moz-transition: all 550ms ease-in-out;3515-webkit-transition: all 550ms ease-in-out;3516-o-transition: all 550ms ease-in-out;3517transition: all 550ms ease-in-out;3518}3519.login-page .login-form {3520position: relative;3521padding-top: 60px;3522-moz-transition: all 550ms ease-in-out;3523-webkit-transition: all 550ms ease-in-out;3524-o-transition: all 550ms ease-in-out;3525transition: all 550ms ease-in-out;3526}3527.login-page .login-form .form-group {3528margin-bottom: 20px;3529-moz-transition: all 550ms ease-in-out;3530-webkit-transition: all 550ms ease-in-out;3531-o-transition: all 550ms ease-in-out;3532transition: all 550ms ease-in-out;3533}3534.login-page .login-form .form-group .input-group {3535background: #373e4a;3536border: 1px solid #373e4a;3537padding-top: 6px;3538padding-bottom: 6px;3539-moz-transition: all 300ms ease-in-out;3540-webkit-transition: all 300ms ease-in-out;3541-o-transition: all 300ms ease-in-out;3542transition: all 300ms ease-in-out;3543-webkit-border-radius: 3px;3544-webkit-background-clip: padding-box;3545-moz-border-radius: 3px;3546-moz-background-clip: padding;3547border-radius: 3px;3548background-clip: padding-box;3549}3550.login-page .login-form .form-group .input-group.focused {3551border-color: #626f85;3552border-color: rgba(98, 111, 133, 0.5);3553}3554.login-page .login-form .form-group .input-group.validate-has-error {3555border-color: #ec5956;3556border-color: rgba(236, 89, 86, 0.5);3557}3558.login-page .login-form .form-group .input-group.validate-has-error .error {3559position: absolute;3560right: 10px;3561top: 50%;3562margin-top: -8px;3563font-size: 10px;3564}3565.login-page .login-form .form-group .input-group .input-group-addon,3566.login-page .login-form .form-group .input-group .form-control {3567background: transparent;3568border: 0;3569}3570.login-page .login-form .form-group .input-group .input-group-addon {3571position: relative;3572}3573.login-page .login-form .form-group .input-group .input-group-addon:after {3574position: absolute;3575display: block;3576content: '';3577right: 0;3578top: 0;3579height: 100%;3580width: 1px;3581background: #454a54;3582-webkit-transform: scaleY(.56);3583-moz-transform: scaleY(.56);3584-ms-transform: scaleY(.56);3585-o-transform: scaleY(.56);3586transform: scaleY(.56);3587}3588.login-page .login-form .form-group .input-group .form-control {3589color: #fff;3590}3591.login-page .login-form .form-group .input-group .form-control:focus {3592-moz-box-shadow: none;3593-webkit-box-shadow: none;3594box-shadow: none;3595}3596.login-page .login-form .form-group.lockscreen-input {3597margin-top: -155px;3598}3599.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb {3600position: relative;3601display: inline-block;3602}3603.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb img {3604border: 5px solid #373e4a;3605}3606.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb .lockscreen-progress-indicator {3607display: block;3608position: absolute;3609margin: 5px;3610left: 0;3611top: 0;3612right: 0;3613bottom: 0;3614color: #fff;3615font-size: 19px;3616text-align: center;3617line-height: 145px;3618background: rgba(0, 0, 0, 0.3);3619visibility: hidden;3620-webkit-border-radius: 50%;3621-webkit-background-clip: padding-box;3622-moz-border-radius: 50%;3623-moz-background-clip: padding;3624border-radius: 50%;3625background-clip: padding-box;3626-moz-transition: all 550ms ease-in-out;3627-webkit-transition: all 550ms ease-in-out;3628-o-transition: all 550ms ease-in-out;3629transition: all 550ms ease-in-out;3630zoom: 1;3631-webkit-opacity: 0;3632-moz-opacity: 0;3633opacity: 0;3634filter: alpha(opacity=0);3635}3636.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb canvas {3637position: absolute;3638left: 0;3639top: 0;3640}3641.login-page .login-form .form-group.lockscreen-input .lockscreen-details {3642position: relative;3643padding-top: 5px;3644}3645.login-page .login-form .form-group.lockscreen-input .lockscreen-details h4 {3646color: #fff;3647}3648.login-page .login-form .form-group.lockscreen-input .lockscreen-details span {3649display: block;3650padding-bottom: 5px;3651}3652.login-page .login-form .form-group .btn-login {3653border: 1px solid #454a54;3654text-align: left;3655padding: 15px 20px;3656font-size: 14px;3657-moz-transition: all 300ms ease-in-out;3658-webkit-transition: all 300ms ease-in-out;3659-o-transition: all 300ms ease-in-out;3660transition: all 300ms ease-in-out;3661}3662.login-page .login-form .form-group .btn-login i {3663float: right;3664}3665.login-page .login-form .form-group .btn-login:hover,3666.login-page .login-form .form-group .btn-login:active {3667background: #373e4a;3668}3669.login-page .login-form .form-group .facebook-button,3670.login-page .login-form .form-group .twitter-button,3671.login-page .login-form .form-group .google-button {3672text-align: left;3673color: #fff;3674background-color: #3b5998;3675font-size: 12px;3676-moz-transition: all 300ms ease-in-out;3677-webkit-transition: all 300ms ease-in-out;3678-o-transition: all 300ms ease-in-out;3679transition: all 300ms ease-in-out;3680}3681.login-page .login-form .form-group .facebook-button i,3682.login-page .login-form .form-group .twitter-button i,3683.login-page .login-form .form-group .google-button i {3684background-color: #385490;3685-moz-transition: all 300ms ease-in-out;3686-webkit-transition: all 300ms ease-in-out;3687-o-transition: all 300ms ease-in-out;3688transition: all 300ms ease-in-out;3689}3690.login-page .login-form .form-group .facebook-button:hover,3691.login-page .login-form .form-group .twitter-button:hover,3692.login-page .login-form .form-group .google-button:hover {3693background-color: rgba(59, 89, 152, 0.8);3694}3695.login-page .login-form .form-group .facebook-button:hover i,3696.login-page .login-form .form-group .twitter-button:hover i,3697.login-page .login-form .form-group .google-button:hover i {3698background-color: #31497e;3699}3700.login-page .login-form .form-group .facebook-button.twitter-button,3701.login-page .login-form .form-group .twitter-button.twitter-button,3702.login-page .login-form .form-group .google-button.twitter-button {3703background-color: #4099FF;3704}3705.login-page .login-form .form-group .facebook-button.twitter-button i,3706.login-page .login-form .form-group .twitter-button.twitter-button i,3707.login-page .login-form .form-group .google-button.twitter-button i {3708background-color: #0d7eff;3709}3710.login-page .login-form .form-group .facebook-button.twitter-button:hover,3711.login-page .login-form .form-group .twitter-button.twitter-button:hover,3712.login-page .login-form .form-group .google-button.twitter-button:hover {3713background-color: rgba(64, 153, 255, 0.8);3714}3715.login-page .login-form .form-group .facebook-button.twitter-button:hover i,3716.login-page .login-form .form-group .twitter-button.twitter-button:hover i,3717.login-page .login-form .form-group .google-button.twitter-button:hover i {3718background-color: #0071f3;3719}3720.login-page .login-form .form-group .facebook-button.google-button,3721.login-page .login-form .form-group .twitter-button.google-button,3722.login-page .login-form .form-group .google-button.google-button {3723background-color: #D34836;3724}3725.login-page .login-form .form-group .facebook-button.google-button i,3726.login-page .login-form .form-group .twitter-button.google-button i,3727.login-page .login-form .form-group .google-button.google-button i {3728background-color: #b03626;3729}3730.login-page .login-form .form-group .facebook-button.google-button:hover,3731.login-page .login-form .form-group .twitter-button.google-button:hover,3732.login-page .login-form .form-group .google-button.google-button:hover {3733background-color: rgba(211, 72, 54, 0.8);3734}3735.login-page .login-form .form-group .facebook-button.google-button:hover i,3736.login-page .login-form .form-group .twitter-button.google-button:hover i,3737.login-page .login-form .form-group .google-button.google-button:hover i {3738background-color: #9b3022;3739}3740.login-page .login-bottom-links {3741padding-top: 40px;3742padding-bottom: 30px;3743}3744.login-page .login-bottom-links a {3745-moz-transition: all 300ms ease-in-out;3746-webkit-transition: all 300ms ease-in-out;3747-o-transition: all 300ms ease-in-out;3748transition: all 300ms ease-in-out;3749}3750.login-page .login-bottom-links a:hover {3751color: #aeaeae;3752}3753.login-page .login-bottom-links .link {3754font-size: 14px;3755display: inline-block;3756margin-bottom: 10px;3757color: rgba(255, 255, 255, 0.7);3758-moz-transition: all 550ms ease-in-out;3759-webkit-transition: all 550ms ease-in-out;3760-o-transition: all 550ms ease-in-out;3761transition: all 550ms ease-in-out;3762}3763.login-page .login-bottom-links .link:hover {3764color: #fff;3765}3766.login-page .login-progressbar {3767height: 0px;3768width: 100%;3769overflow: hidden;3770-moz-transition: all 550ms ease-in-out;3771-webkit-transition: all 550ms ease-in-out;3772-o-transition: all 550ms ease-in-out;3773transition: all 550ms ease-in-out;3774}3775.login-page .login-progressbar div {3776width: 0%;3777-moz-transition: 700ms all cubic-bezier(0.770, 0.000, 0.175, 1.000);3778-webkit-transition: 700ms all cubic-bezier(0.770, 0.000, 0.175, 1.000);3779-o-transition: 700ms all cubic-bezier(0.770, 0.000, 0.175, 1.000);3780transition: 700ms all cubic-bezier(0.770, 0.000, 0.175, 1.000);3781}3782.login-page .login-progressbar-indicator {3783position: absolute;3784width: 100%;3785text-align: center;3786top: 100%;3787margin-top: 80px;3788visibility: hidden;3789zoom: 1;3790-webkit-opacity: 0;3791-moz-opacity: 0;3792opacity: 0;3793filter: alpha(opacity=0);3794-webkit-transform: translateY(100px) scale(0.2);3795-moz-transform: translateY(100px) scale(0.2);3796-ms-transform: translateY(100px) scale(0.2);3797-o-transform: translateY(100px) scale(0.2);3798transform: translateY(100px) scale(0.2);3799-moz-transition: all 550ms ease-in-out;3800-webkit-transition: all 550ms ease-in-out;3801-o-transition: all 550ms ease-in-out;3802transition: all 550ms ease-in-out;3803}3804.login-page .login-progressbar-indicator h3 {3805color: #fff;3806margin: 0;3807margin-bottom: 10px;3808font-size: 20px;3809}3810.login-page.logging-in {3811overflow: hidden;3812}3813.login-page.logging-in .login-header {3814padding-top: 170px;3815padding-bottom: 30px;3816}3817.login-page.logging-in .login-header.login-caret:after {3818zoom: 1;3819-webkit-opacity: 0;3820-moz-opacity: 0;3821opacity: 0;3822filter: alpha(opacity=0);3823}3824.login-page.logging-in .login-header .description {3825zoom: 1;3826-webkit-opacity: 0;3827-moz-opacity: 0;3828opacity: 0;3829filter: alpha(opacity=0);3830}3831.login-page.logging-in .login-form form,3832.login-page.logging-in .login-form .link {3833zoom: 1;3834-webkit-opacity: 0;3835-moz-opacity: 0;3836opacity: 0;3837filter: alpha(opacity=0);3838-webkit-transform: translateY(-200px) scale(0.8);3839-moz-transform: translateY(-200px) scale(0.8);3840-ms-transform: translateY(-200px) scale(0.8);3841-o-transform: translateY(-200px) scale(0.8);3842transform: translateY(-200px) scale(0.8);3843}3844.login-page.logging-in .login-progressbar {3845background: #515b6d;3846height: 2px;3847}3848.login-page.logging-in .login-progressbar div {3849background: #de6c65;3850height: 2px;3851}3852.login-page.logging-in .login-progressbar-indicator {3853visibility: visible;3854zoom: 1;3855-webkit-opacity: 1;3856-moz-opacity: 1;3857opacity: 1;3858filter: alpha(opacity=100);3859-webkit-transform: translateY(0px) scale(1);3860-moz-transform: translateY(0px) scale(1);3861-ms-transform: translateY(0px) scale(1);3862-o-transform: translateY(0px) scale(1);3863transform: translateY(0px) scale(1);3864}3865.login-page.logging-in-lockscreen .login-form .form-group.lockscreen-input .lockscreen-thumb .lockscreen-progress-indicator {3866zoom: 1;3867-webkit-opacity: 1;3868-moz-opacity: 1;3869opacity: 1;3870filter: alpha(opacity=100);3871visibility: visible;3872}3873.login-page.logging-in-lockscreen .login-form .form-group:nth-child(n + 2),3874.login-page.logging-in-lockscreen .login-form .link {3875zoom: 1;3876-webkit-opacity: 0;3877-moz-opacity: 0;3878opacity: 0;3879filter: alpha(opacity=0);3880-webkit-transform: translateY(-50px) scale(0.5);3881-moz-transform: translateY(-50px) scale(0.5);3882-ms-transform: translateY(-50px) scale(0.5);3883-o-transform: translateY(-50px) scale(0.5);3884transform: translateY(-50px) scale(0.5);3885}3886.login-page.login-form-fall .login-form {3887zoom: 1;3888-webkit-opacity: 0;3889-moz-opacity: 0;3890opacity: 0;3891filter: alpha(opacity=0);3892top: -100px;3893-moz-transition: all 550ms ease-in-out;3894-webkit-transition: all 550ms ease-in-out;3895-o-transition: all 550ms ease-in-out;3896transition: all 550ms ease-in-out;3897}3898.login-page.login-form-fall .login-form .form-group {3899-moz-transition: all 550ms ease-in-out;3900-webkit-transition: all 550ms ease-in-out;3901-o-transition: all 550ms ease-in-out;3902transition: all 550ms ease-in-out;3903-moz-transition-delay: 250ms;3904-o-transition-delay: 250ms;3905-webkit-transition-delay: 250ms;3906transition-delay: 250ms;3907zoom: 1;3908-webkit-opacity: 0;3909-moz-opacity: 0;3910opacity: 0;3911filter: alpha(opacity=0);3912}3913.login-page.login-form-fall .login-form .form-group:nth-child(2) {3914-moz-transition-delay: 350ms;3915-o-transition-delay: 350ms;3916-webkit-transition-delay: 350ms;3917transition-delay: 350ms;3918}3919.login-page.login-form-fall .login-form .form-group:nth-child(3) {3920-moz-transition-delay: 450ms;3921-o-transition-delay: 450ms;3922-webkit-transition-delay: 450ms;3923transition-delay: 450ms;3924}3925.login-page.login-form-fall .login-form .form-group:nth-child(4) {3926-moz-transition-delay: 550ms;3927-o-transition-delay: 550ms;3928-webkit-transition-delay: 550ms;3929transition-delay: 550ms;3930}3931.login-page.login-form-fall .login-form .form-group:nth-child(5) {3932-moz-transition-delay: 650ms;3933-o-transition-delay: 650ms;3934-webkit-transition-delay: 650ms;3935transition-delay: 650ms;3936}3937.login-page.login-form-fall .login-form .form-group:nth-child(6) {3938-moz-transition-delay: 750ms;3939-o-transition-delay: 750ms;3940-webkit-transition-delay: 750ms;3941transition-delay: 750ms;3942}3943.login-page.login-form-fall .login-form .form-group:nth-child(8) {3944-moz-transition-delay: 850ms;3945-o-transition-delay: 850ms;3946-webkit-transition-delay: 850ms;3947transition-delay: 850ms;3948}3949.login-page.login-form-fall .login-form .form-group:nth-child(9) {3950-moz-transition-delay: 950ms;3951-o-transition-delay: 950ms;3952-webkit-transition-delay: 950ms;3953transition-delay: 950ms;3954}3955.login-page.login-form-fall-init .login-form {3956zoom: 1;3957-webkit-opacity: 1;3958-moz-opacity: 1;3959opacity: 1;3960filter: alpha(opacity=100);3961top: 0;3962}3963.login-page.login-form-fall-init .login-form .form-group {3964zoom: 1;3965-webkit-opacity: 1;3966-moz-opacity: 1;3967opacity: 1;3968filter: alpha(opacity=100);3969}3970.login-page .form-steps .step {3971display: none;3972}3973.login-page .form-steps .step.current {3974display: block;3975}3976.login-page .form-register-success,3977.login-page .form-forgotpassword-success,3978.login-page .form-login-error {3979display: none;3980background: #00a651;3981color: #fff;3982padding: 10px;3983-webkit-border-radius: 3px;3984-webkit-background-clip: padding-box;3985-moz-border-radius: 3px;3986-moz-background-clip: padding;3987border-radius: 3px;3988background-clip: padding-box;3989margin-bottom: 30px;3990overflow: hidden;3991}3992.login-page .form-register-success.visible,3993.login-page .form-forgotpassword-success.visible,3994.login-page .form-login-error.visible {3995display: block;3996}3997.login-page .form-register-success i,3998.login-page .form-forgotpassword-success i,3999.login-page .form-login-error i {4000position: relative;4001font-size: 25px;4002background: #008d45;4003display: block;4004text-align: center;4005padding-top: 10px;4006padding-bottom: 10px;4007margin-top: -10px;4008margin-left: -10px;4009margin-right: -10px;4010-webkit-border-radius: 3px 3px 0 0;4011-webkit-background-clip: padding-box;4012-moz-border-radius: 3px 3px 0 0;4013-moz-background-clip: padding;4014border-radius: 3px 3px 0 0;4015background-clip: padding-box;4016}4017.login-page .form-register-success h3,4018.login-page .form-forgotpassword-success h3,4019.login-page .form-login-error h3 {4020font-size: 15px;4021color: #fff;4022margin: 0;4023margin-top: 10px;4024margin-bottom: 5px;4025}4026.login-page .form-register-success p,4027.login-page .form-forgotpassword-success p,4028.login-page .form-login-error p {4029font-size: 11px;4030margin: 0;4031}4032.login-page .form-register-success.form-login-error,4033.login-page .form-forgotpassword-success.form-login-error,4034.login-page .form-login-error.form-login-error {4035padding: 0;4036background: #cc2424;4037}4038.login-page .form-register-success.form-login-error h3,4039.login-page .form-forgotpassword-success.form-login-error h3,4040.login-page .form-login-error.form-login-error h3 {4041background: #b62020;4042padding: 10px;4043margin: 0;4044margin-bottom: 5px;4045font-size: 12px;4046-webkit-border-radius: 3px 3px 0 0;4047-webkit-background-clip: padding-box;4048-moz-border-radius: 3px 3px 0 0;4049-moz-background-clip: padding;4050border-radius: 3px 3px 0 0;4051background-clip: padding-box;4052}4053.login-page .form-register-success.form-login-error p,4054.login-page .form-forgotpassword-success.form-login-error p,4055.login-page .form-login-error.form-login-error p {4056padding: 10px;4057}4058@media (max-width: 991px) {4059.login-page .login-header {4060padding: 20px 0;4061}4062.login-page .login-form {4063padding-top: 30px;4064}4065.login-page .login-form .form-group.lockscreen-input {4066margin-top: 0;4067}4068.login-page.logging-in .login-header {4069padding-top: 34px;4070padding-bottom: 6px;4071}4072.login-page.logging-in .login-progressbar-indicator {4073margin-top: 60px;4074}4075.login-page.logging-in .login-form form,4076.login-page.logging-in .login-form .link {4077-webkit-transform: translateY(-100px) scale(0.6);4078-moz-transform: translateY(-100px) scale(0.6);4079-ms-transform: translateY(-100px) scale(0.6);4080-o-transform: translateY(-100px) scale(0.6);4081transform: translateY(-100px) scale(0.6);4082}4083}4084@media (max-width: 350px) {4085.login-page .login-content {4086width: 280px;4087}4088}4089.tocify {4090border: 1px solid #f2f2f4;4091background: #fff;4092overflow: hidden;4093margin-top: 20px;4094-webkit-border-radius: 3px;4095-webkit-background-clip: padding-box;4096-moz-border-radius: 3px;4097-moz-background-clip: padding;4098border-radius: 3px;4099background-clip: padding-box;4100}4101.tocify.fixed {4102position: fixed;4103top: 10px;4104}4105.tocify li a:hover {4106background: #fafafb;4107color: #303641;4108}4109.tocify > ul {4110border-bottom: 1px solid #f2f2f4;4111}4112.tocify > ul ul li a {4113padding-left: 30px;4114}4115.tocify > ul ul {4116border-top: 1px solid #f2f2f4;4117background: #fdfdfd;4118}4119.tocify > ul:last-child {4120border-bottom: 0;4121}4122.tocify .tocify-item.active > a {4123background: #f8f8f8;4124font-weight: bold;4125}4126.tocify-extend-page {4127display: none !important;4128}4129@media (max-width: 991px) {4130.tocify.fixed {4131position: static;4132top: 0px;4133}4134}4135.calendar-env {4136position: relative;4137}4138.calendar-env:before,4139.calendar-env:after {4140content: " ";4141display: table;4142}4143.calendar-env:after {4144clear: both;4145}4146hr + .calendar-env {4147margin-top: -18px;4148border-top: 1px solid #ebebeb;4149margin-left: -20px;4150margin-right: -20px;4151}4152.calendar-env + hr {4153margin-top: 0px;4154position: relative;4155margin-left: -20px;4156margin-right: -20px;4157}4158.calendar-env .calendar-sidebar,4159.calendar-env .calendar-body {4160float: left;4161-webkit-box-sizing: border-box;4162-moz-box-sizing: border-box;4163box-sizing: border-box;4164}4165.calendar-env .calendar-sidebar:before,4166.calendar-env .calendar-body:before,4167.calendar-env .calendar-sidebar:after,4168.calendar-env .calendar-body:after {4169content: " ";4170display: table;4171}4172.calendar-env .calendar-sidebar:after,4173.calendar-env .calendar-body:after {4174clear: both;4175}4176.calendar-env .calendar-sidebar-row {4177padding: 20px;4178}4179.calendar-env > .calendar-sidebar-row.visible-xs {4180padding-bottom: 0;4181}4182.calendar-env .calendar-sidebar {4183width: 22%;4184background: #f9f9f9;4185border-right: 1px solid #ebebeb;4186position: relative;4187}4188.calendar-env .calendar-sidebar > h4 {4189padding: 20px;4190}4191.calendar-env .calendar-sidebar #add_event_form .input-group {4192background: #fff;4193}4194.calendar-env .calendar-sidebar .calendar-distancer {4195height: 40px;4196}4197.calendar-env .calendar-sidebar .events-list {4198border-top: 1px solid #ebebeb;4199padding-top: 20px;4200list-style: none;4201margin: 0;4202padding: 20px;4203}4204.calendar-env .calendar-sidebar .events-list li a {4205display: block;4206padding: 6px 8px;4207margin-bottom: 4px;4208-moz-transition: background 250ms ease-in-out, color 250ms ease-in-out;4209-webkit-transition: background 250ms ease-in-out, color 250ms ease-in-out;4210-o-transition: background 250ms ease-in-out, color 250ms ease-in-out;4211transition: background 250ms ease-in-out, color 250ms ease-in-out;4212-webkit-border-radius: 3px;4213-webkit-background-clip: padding-box;4214-moz-border-radius: 3px;4215-moz-background-clip: padding;4216border-radius: 3px;4217background-clip: padding-box;4218background: #ee4749;4219color: #fff;4220}4221.calendar-env .calendar-sidebar .events-list li a:hover {4222background: #ec3032;4223}4224.calendar-env .calendar-sidebar .events-list li a.color-blue {4225background: #21a9e1;4226color: #fff;4227}4228.calendar-env .calendar-sidebar .events-list li a.color-blue:hover {4229background: #1c99cd;4230}4231.calendar-env .calendar-sidebar .events-list li a.color-green {4232background: #00a651;4233color: #fff;4234}4235.calendar-env .calendar-sidebar .events-list li a.color-green:hover {4236background: #008d45;4237}4238.calendar-env .calendar-sidebar .events-list li a.color-primary {4239background: #303641;4240color: #fff;4241}4242.calendar-env .calendar-sidebar .events-list li a.color-primary:hover {4243background: #252a32;4244}4245.calendar-env .calendar-sidebar .events-list li a.color-orange {4246background: #ffae2f;4247color: #fff;4248}4249.calendar-env .calendar-sidebar .events-list li a.color-orange:hover {4250background: #ffa416;4251}4252.calendar-env .calendar-body {4253width: 78%;4254float: right;4255}4256.calendar-env .calendar-body .fc-header {4257border-bottom: 1px solid #ebebeb;4258}4259.calendar-env .calendar-body .fc-header h2,4260.calendar-env .calendar-body .fc-header h3 {4261margin: 0;4262padding: 0;4263}4264.calendar-env .calendar-body .fc-header .fc-header-left {4265padding: 20px;4266}4267.calendar-env .calendar-body .fc-header .fc-header-center {4268display: none;4269}4270.calendar-env .calendar-body .fc-header .fc-header-right {4271padding: 20px;4272text-align: right;4273}4274.calendar-env .calendar-body .fc-header .fc-button {4275display: inline-block;4276margin-bottom: 0;4277font-weight: normal;4278text-align: center;4279vertical-align: middle;4280touch-action: manipulation;4281cursor: pointer;4282background-image: none;4283border: 1px solid transparent;4284white-space: nowrap;4285padding: 6px 12px;4286font-size: 12px;4287line-height: 1.42857143;4288border-radius: 3px;4289-webkit-user-select: none;4290-moz-user-select: none;4291-ms-user-select: none;4292user-select: none;4293outline: 0 !important;4294color: #303641;4295background-color: #FFF;4296border-color: #FFF;4297border-color: #ebebeb !important;4298-webkit-border-radius: 0;4299-webkit-background-clip: padding-box;4300-moz-border-radius: 0;4301-moz-background-clip: padding;4302border-radius: 0;4303background-clip: padding-box;4304border-right-width: 0;4305}4306.calendar-env .calendar-body .fc-header .fc-button:focus,4307.calendar-env .calendar-body .fc-header .fc-button:active:focus,4308.calendar-env .calendar-body .fc-header .fc-button.active:focus,4309.calendar-env .calendar-body .fc-header .fc-button.focus,4310.calendar-env .calendar-body .fc-header .fc-button:active.focus,4311.calendar-env .calendar-body .fc-header .fc-button.active.focus {4312outline: none !important;4313outline: thin dotted;4314outline: 5px auto -webkit-focus-ring-color;4315outline-offset: -2px;4316}4317.calendar-env .calendar-body .fc-header .fc-button:hover,4318.calendar-env .calendar-body .fc-header .fc-button:focus,4319.calendar-env .calendar-body .fc-header .fc-button.focus {4320color: #303641;4321text-decoration: none;4322}4323.calendar-env .calendar-body .fc-header .fc-button:active,4324.calendar-env .calendar-body .fc-header .fc-button.active {4325outline: 0;4326background-image: none;4327-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);4328-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);4329box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);4330}4331.calendar-env .calendar-body .fc-header .fc-button.disabled,4332.calendar-env .calendar-body .fc-header .fc-button[disabled],4333fieldset[disabled] .calendar-env .calendar-body .fc-header .fc-button {4334cursor: not-allowed;4335zoom: 1;4336-webkit-opacity: 0.65;4337-moz-opacity: 0.65;4338opacity: 0.65;4339filter: alpha(opacity=65);4340-moz-box-shadow: none;4341-webkit-box-shadow: none;4342box-shadow: none;4343}4344a.calendar-env .calendar-body .fc-header .fc-button.disabled,4345fieldset[disabled] a.calendar-env .calendar-body .fc-header .fc-button {4346pointer-events: none;4347}4348.calendar-env .calendar-body .fc-header .fc-button:active {4349-moz-box-shadow: none;4350-webkit-box-shadow: none;4351box-shadow: none;4352}4353.calendar-env .calendar-body .fc-header .fc-button.btn-icon {4354position: relative;4355}4356.calendar-env .calendar-body .fc-header .fc-button.btn-icon i {4357position: absolute;4358right: 0;4359top: 0;4360height: 100%;4361}4362.calendar-env .calendar-body .fc-header .fc-button:focus,4363.calendar-env .calendar-body .fc-header .fc-button.focus {4364color: #303641;4365background-color: #e6e6e6;4366border-color: #bfbfbf;4367}4368.calendar-env .calendar-body .fc-header .fc-button:hover {4369color: #303641;4370background-color: #e6e6e6;4371border-color: #e0e0e0;4372}4373.calendar-env .calendar-body .fc-header .fc-button:active,4374.calendar-env .calendar-body .fc-header .fc-button.active,4375.open > .dropdown-toggle.calendar-env .calendar-body .fc-header .fc-button {4376color: #303641;4377background-color: #e6e6e6;4378border-color: #e0e0e0;4379}4380.calendar-env .calendar-body .fc-header .fc-button:active:hover,4381.calendar-env .calendar-body .fc-header .fc-button.active:hover,4382.open > .dropdown-toggle.calendar-env .calendar-body .fc-header .fc-button:hover,4383.calendar-env .calendar-body .fc-header .fc-button:active:focus,4384.calendar-env .calendar-body .fc-header .fc-button.active:focus,4385.open > .dropdown-toggle.calendar-env .calendar-body .fc-header .fc-button:focus,4386.calendar-env .calendar-body .fc-header .fc-button:active.focus,4387.calendar-env .calendar-body .fc-header .fc-button.active.focus,4388.open > .dropdown-toggle.calendar-env .calendar-body .fc-header .fc-button.focus {4389color: #303641;4390background-color: #d4d4d4;4391border-color: #bfbfbf;4392}4393.calendar-env .calendar-body .fc-header .fc-button:active,4394.calendar-env .calendar-body .fc-header .fc-button.active,4395.open > .dropdown-toggle.calendar-env .calendar-body .fc-header .fc-button {4396background-image: none;4397}4398.calendar-env .calendar-body .fc-header .fc-button.disabled:hover,4399.calendar-env .calendar-body .fc-header .fc-button[disabled]:hover,4400fieldset[disabled] .calendar-env .calendar-body .fc-header .fc-button:hover,4401.calendar-env .calendar-body .fc-header .fc-button.disabled:focus,4402.calendar-env .calendar-body .fc-header .fc-button[disabled]:focus,4403fieldset[disabled] .calendar-env .calendar-body .fc-header .fc-button:focus,4404.calendar-env .calendar-body .fc-header .fc-button.disabled.focus,4405.calendar-env .calendar-body .fc-header .fc-button[disabled].focus,4406fieldset[disabled] .calendar-env .calendar-body .fc-header .fc-button.focus {4407background-color: #FFF;4408border-color: #FFF;4409}4410.calendar-env .calendar-body .fc-header .fc-button .badge {4411color: #FFF;4412background-color: #303641;4413}4414.calendar-env .calendar-body .fc-header .fc-button:hover,4415.calendar-env .calendar-body .fc-header .fc-button:focus,4416.calendar-env .calendar-body .fc-header .fc-button.focus {4417color: #303641 !important;4418}4419.calendar-env .calendar-body .fc-header .fc-button.btn-icon {4420position: relative;4421padding-right: 39px;4422border: none;4423}4424.calendar-env .calendar-body .fc-header .fc-button.btn-icon i {4425background-color: #ebebeb;4426padding: 6px 6px;4427font-size: 12px;4428line-height: 1.42857143;4429border-radius: 3px;4430-webkit-border-radius: 0 3px 3px 0;4431-webkit-background-clip: padding-box;4432-moz-border-radius: 0 3px 3px 0;4433-moz-background-clip: padding;4434border-radius: 0 3px 3px 0;4435background-clip: padding-box;4436}4437.calendar-env .calendar-body .fc-header .fc-button.btn-icon.icon-left {4438padding-right: 12px;4439padding-left: 39px;4440}4441.calendar-env .calendar-body .fc-header .fc-button.btn-icon.icon-left i {4442float: left;4443right: auto;4444left: 0;4445-webkit-border-radius: 3px 0 0 3px !important;4446-webkit-background-clip: padding-box;4447-moz-border-radius: 3px 0 0 3px !important;4448-moz-background-clip: padding;4449border-radius: 3px 0 0 3px !important;4450background-clip: padding-box;4451}4452.calendar-env .calendar-body .fc-header .fc-button.btn-icon.btn-lg {4453padding-right: 55px;4454}4455.calendar-env .calendar-body .fc-header .fc-button.btn-icon.btn-lg.icon-left {4456padding-right: 16px;4457padding-left: 55px;4458}4459.calendar-env .calendar-body .fc-header .fc-button.btn-icon.btn-lg i {4460padding: 10px 10px;4461font-size: 15px;4462line-height: 1.3333333;4463border-radius: 3px;4464}4465.calendar-env .calendar-body .fc-header .fc-button.btn-icon.btn-sm {4466padding-right: 36px;4467}4468.calendar-env .calendar-body .fc-header .fc-button.btn-icon.btn-sm.icon-left {4469padding-right: 10px;4470padding-left: 36px;4471}4472.calendar-env .calendar-body .fc-header .fc-button.btn-icon.btn-sm i {4473padding: 5px 6px;4474font-size: 11px;4475line-height: 1.5;4476border-radius: 2px;4477}4478.calendar-env .calendar-body .fc-header .fc-button.btn-icon.btn-xs {4479padding-right: 32px;4480}4481.calendar-env .calendar-body .fc-header .fc-button.btn-icon.btn-xs.icon-left {4482padding-right: 10px;4483padding-left: 32px;4484}4485.calendar-env .calendar-body .fc-header .fc-button.btn-icon.btn-xs i {4486padding: 2px 6px;4487font-size: 10px;4488line-height: 1.5;4489border-radius: 2px;4490}4491.calendar-env .calendar-body .fc-header .fc-button.fc-corner-left {4492-webkit-border-radius: 3px 0 0 3px;4493-webkit-background-clip: padding-box;4494-moz-border-radius: 3px 0 0 3px;4495-moz-background-clip: padding;4496border-radius: 3px 0 0 3px;4497background-clip: padding-box;4498}4499.calendar-env .calendar-body .fc-header .fc-button.fc-corner-right {4500-webkit-border-radius: 0 3px 3px 0;4501-webkit-background-clip: padding-box;4502-moz-border-radius: 0 3px 3px 0;4503-moz-background-clip: padding;4504border-radius: 0 3px 3px 0;4505background-clip: padding-box;4506border-right-width: 1px;4507}4508.calendar-env .calendar-body .fc-header .fc-button.fc-corner-left.fc-corner-right {4509-webkit-border-radius: 3px;4510-webkit-background-clip: padding-box;4511-moz-border-radius: 3px;4512-moz-background-clip: padding;4513border-radius: 3px;4514background-clip: padding-box;4515}4516.calendar-env .calendar-body .fc-header .fc-button.fc-state-active {4517background: #f5f5f6;4518}4519.calendar-env .calendar-body .fc-header .fc-header-space {4520width: 10px;4521display: inline-block;4522}4523.calendar-env .calendar-body .fc-content .fc-view .fc-cell-overlay {4524background: rgba(255, 255, 204, 0.5);4525-moz-transition: all 300ms ease-in-out;4526-webkit-transition: all 300ms ease-in-out;4527-o-transition: all 300ms ease-in-out;4528transition: all 300ms ease-in-out;4529}4530.calendar-env .calendar-body .fc-content .fc-view .fc-event {4531background: #000;4532padding: 2px 4px;4533margin-top: 2px;4534-webkit-border-radius: 3px;4535-webkit-background-clip: padding-box;4536-moz-border-radius: 3px;4537-moz-background-clip: padding;4538border-radius: 3px;4539background-clip: padding-box;4540background: #ee4749;4541color: #fff;4542}4543.calendar-env .calendar-body .fc-content .fc-view .fc-event:hover {4544background: #ec3032;4545}4546.calendar-env .calendar-body .fc-content .fc-view .fc-event.color-blue {4547background: #21a9e1;4548color: #fff;4549}4550.calendar-env .calendar-body .fc-content .fc-view .fc-event.color-blue:hover {4551background: #1c99cd;4552}4553.calendar-env .calendar-body .fc-content .fc-view .fc-event.color-green {4554background: #00a651;4555color: #fff;4556}4557.calendar-env .calendar-body .fc-content .fc-view .fc-event.color-green:hover {4558background: #008d45;4559}4560.calendar-env .calendar-body .fc-content .fc-view .fc-event.color-primary {4561background: #303641;4562color: #fff;4563}4564.calendar-env .calendar-body .fc-content .fc-view .fc-event.color-primary:hover {4565background: #252a32;4566}4567.calendar-env .calendar-body .fc-content .fc-view .fc-event.color-orange {4568background: #ffae2f;4569color: #fff;4570}4571.calendar-env .calendar-body .fc-content .fc-view .fc-event.color-orange:hover {4572background: #ffa416;4573}4574.calendar-env .calendar-body .fc-content .fc-view table thead tr th {4575text-align: center;4576padding: 5px 0;4577border-bottom: 1px solid #ebebeb;4578background: #f5f5f6;4579}4580.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day {4581vertical-align: text-top;4582text-align: right;4583border-bottom: 1px solid #ebebeb;4584padding-right: 10px;4585-moz-transition: all 300ms ease-in-out;4586-webkit-transition: all 300ms ease-in-out;4587-o-transition: all 300ms ease-in-out;4588transition: all 300ms ease-in-out;4589}4590.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day .fc-day-number {4591margin-top: 5px;4592}4593.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day:hover {4594background-color: rgba(250, 250, 250, 0.68);4595}4596.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number {4597color: #fff;4598background-color: #21a9e1;4599border-color: #1c99cd;4600display: inline-block;4601padding: 5px 8px;4602-webkit-border-radius: 3px;4603-webkit-background-clip: padding-box;4604-moz-border-radius: 3px;4605-moz-background-clip: padding;4606border-radius: 3px;4607background-clip: padding-box;4608}4609.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:focus,4610.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.focus {4611color: #fff;4612background-color: #1988b6;4613border-color: #0c455d;4614}4615.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:hover {4616color: #fff;4617background-color: #1988b6;4618border-color: #147197;4619}4620.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:active,4621.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.active,4622.open > .dropdown-toggle.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number {4623color: #fff;4624background-color: #1988b6;4625border-color: #147197;4626}4627.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:active:hover,4628.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.active:hover,4629.open > .dropdown-toggle.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:hover,4630.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:active:focus,4631.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.active:focus,4632.open > .dropdown-toggle.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:focus,4633.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:active.focus,4634.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.active.focus,4635.open > .dropdown-toggle.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.focus {4636color: #fff;4637background-color: #147197;4638border-color: #0c455d;4639}4640.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:active,4641.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.active,4642.open > .dropdown-toggle.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number {4643background-image: none;4644}4645.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.disabled:hover,4646.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number[disabled]:hover,4647fieldset[disabled] .calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:hover,4648.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.disabled:focus,4649.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number[disabled]:focus,4650fieldset[disabled] .calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:focus,4651.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.disabled.focus,4652.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number[disabled].focus,4653fieldset[disabled] .calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.focus {4654background-color: #21a9e1;4655border-color: #1c99cd;4656}4657.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number .badge {4658color: #21a9e1;4659background-color: #fff;4660}4661.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:hover,4662.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:focus,4663.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.focus {4664color: #fff !important;4665}4666.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon {4667position: relative;4668padding-right: 39px;4669border: none;4670}4671.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon i {4672background-color: #1a8fbf;4673padding: 6px 6px;4674font-size: 12px;4675line-height: 1.42857143;4676border-radius: 3px;4677-webkit-border-radius: 0 3px 3px 0;4678-webkit-background-clip: padding-box;4679-moz-border-radius: 0 3px 3px 0;4680-moz-background-clip: padding;4681border-radius: 0 3px 3px 0;4682background-clip: padding-box;4683}4684.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.icon-left {4685padding-right: 12px;4686padding-left: 39px;4687}4688.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.icon-left i {4689float: left;4690right: auto;4691left: 0;4692-webkit-border-radius: 3px 0 0 3px !important;4693-webkit-background-clip: padding-box;4694-moz-border-radius: 3px 0 0 3px !important;4695-moz-background-clip: padding;4696border-radius: 3px 0 0 3px !important;4697background-clip: padding-box;4698}4699.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-lg {4700padding-right: 55px;4701}4702.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-lg.icon-left {4703padding-right: 16px;4704padding-left: 55px;4705}4706.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-lg i {4707padding: 10px 10px;4708font-size: 15px;4709line-height: 1.3333333;4710border-radius: 3px;4711}4712.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-sm {4713padding-right: 36px;4714}4715.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-sm.icon-left {4716padding-right: 10px;4717padding-left: 36px;4718}4719.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-sm i {4720padding: 5px 6px;4721font-size: 11px;4722line-height: 1.5;4723border-radius: 2px;4724}4725.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-xs {4726padding-right: 32px;4727}4728.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-xs.icon-left {4729padding-right: 10px;4730padding-left: 32px;4731}4732.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-xs i {4733padding: 2px 6px;4734font-size: 10px;4735line-height: 1.5;4736border-radius: 2px;4737}4738.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:focus,4739.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.focus {4740color: #fff;4741background-color: #1988b6;4742border-color: #0c455d;4743}4744.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:hover {4745color: #fff;4746background-color: #1988b6;4747border-color: #147197;4748}4749.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:active,4750.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.active,4751.open > .dropdown-toggle.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number {4752color: #fff;4753background-color: #1988b6;4754border-color: #147197;4755}4756.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:active:hover,4757.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.active:hover,4758.open > .dropdown-toggle.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:hover,4759.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:active:focus,4760.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.active:focus,4761.open > .dropdown-toggle.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:focus,4762.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:active.focus,4763.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.active.focus,4764.open > .dropdown-toggle.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.focus {4765color: #fff;4766background-color: #147197;4767border-color: #0c455d;4768}4769.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:active,4770.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.active,4771.open > .dropdown-toggle.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number {4772background-image: none;4773}4774.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.disabled:hover,4775.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number[disabled]:hover,4776fieldset[disabled] .calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:hover,4777.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.disabled:focus,4778.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number[disabled]:focus,4779fieldset[disabled] .calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:focus,4780.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.disabled.focus,4781.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number[disabled].focus,4782fieldset[disabled] .calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.focus {4783background-color: #21a9e1;4784border-color: #1c99cd;4785}4786.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number .badge {4787color: #21a9e1;4788background-color: #fff;4789}4790.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:hover,4791.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number:focus,4792.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.focus {4793color: #fff !important;4794}4795.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon {4796position: relative;4797padding-right: 39px;4798border: none;4799}4800.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon i {4801background-color: #1a8fbf;4802padding: 6px 6px;4803font-size: 12px;4804line-height: 1.42857143;4805border-radius: 3px;4806-webkit-border-radius: 0 3px 3px 0;4807-webkit-background-clip: padding-box;4808-moz-border-radius: 0 3px 3px 0;4809-moz-background-clip: padding;4810border-radius: 0 3px 3px 0;4811background-clip: padding-box;4812}4813.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.icon-left {4814padding-right: 12px;4815padding-left: 39px;4816}4817.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.icon-left i {4818float: left;4819right: auto;4820left: 0;4821-webkit-border-radius: 3px 0 0 3px !important;4822-webkit-background-clip: padding-box;4823-moz-border-radius: 3px 0 0 3px !important;4824-moz-background-clip: padding;4825border-radius: 3px 0 0 3px !important;4826background-clip: padding-box;4827}4828.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-lg {4829padding-right: 55px;4830}4831.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-lg.icon-left {4832padding-right: 16px;4833padding-left: 55px;4834}4835.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-lg i {4836padding: 10px 10px;4837font-size: 15px;4838line-height: 1.3333333;4839border-radius: 3px;4840}4841.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-sm {4842padding-right: 36px;4843}4844.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-sm.icon-left {4845padding-right: 10px;4846padding-left: 36px;4847}4848.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-sm i {4849padding: 5px 6px;4850font-size: 11px;4851line-height: 1.5;4852border-radius: 2px;4853}4854.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-xs {4855padding-right: 32px;4856}4857.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-xs.icon-left {4858padding-right: 10px;4859padding-left: 32px;4860}4861.calendar-env .calendar-body .fc-content .fc-view table tbody tr td.fc-day.fc-today .fc-day-number.btn-icon.btn-xs i {4862padding: 2px 6px;4863font-size: 10px;4864line-height: 1.5;4865border-radius: 2px;4866}4867.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days,4868.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-days {4869border-bottom: 1px solid #e6e6e6;4870}4871.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days + div,4872.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-days + div {4873margin-top: 1px;4874}4875.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days th,4876.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-days th,4877.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-days td,4878.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-days td {4879width: 1% !important;4880color: #666666;4881}4882.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-allday,4883.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-allday {4884background: #fafafa;4885}4886.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-allday td,4887.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-allday td,4888.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-allday th,4889.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-allday th {4890padding-top: 6px;4891padding-bottom: 6px;4892}4893.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-allday tbody tr .fc-agenda-axis,4894.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-allday tbody tr .fc-agenda-axis {4895width: 60px !important;4896vertical-align: middle;4897text-align: right;4898color: #666666;4899border-right: 1px solid #e8e8e8;4900padding-right: 6px;4901}4902.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-divider,4903.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-divider {4904height: 2px;4905background: #ebebeb;4906}4907.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-slots tr td,4908.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-slots tr td,4909.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-slots tr th,4910.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-slots tr th {4911border-bottom: 1px dotted #ebebeb;4912}4913.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-slots tr td.fc-agenda-axis,4914.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-slots tr td.fc-agenda-axis,4915.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-slots tr th.fc-agenda-axis,4916.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-slots tr th.fc-agenda-axis {4917width: 60px !important;4918text-align: right;4919color: #666666;4920border-right: 1px solid #e8e8e8;4921padding-right: 6px;4922}4923.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-slots tr.fc-minor td,4924.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-slots tr.fc-minor td,4925.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaWeek .fc-agenda-slots tr.fc-minor th,4926.calendar-env .calendar-body .fc-content .fc-view.fc-view-agendaDay .fc-agenda-slots tr.fc-minor th {4927border-bottom-color: #e6e6e6;4928}4929.calendar-env .calendar-body > div:last-child {4930border-bottom: 0;4931}4932.calendar-env.right-sidebar .calendar-sidebar {4933border-left: 1px solid #ebebeb;4934border-right: 0;4935}4936.calendar-env.right-sidebar .calendar-body {4937float: left;4938}4939@media (max-width: 959px) {4940.calendar-env .calendar-body .calendar-header div.calendar-title {4941width: 100%;4942white-space: normal;4943}4944.calendar-env .calendar-body .calendar-header .calendar-links {4945float: none;4946width: 100%;4947text-align: left;4948clear: left;4949padding-top: 10px;4950}4951.calendar-env .calendar-body .calendar-info {4952display: block;4953}4954.calendar-env .calendar-body .calendar-info .calendar-sender,4955.calendar-env .calendar-body .calendar-info .calendar-date {4956display: block;4957width: 100%;4958}4959.calendar-env .calendar-body .calendar-info .calendar-sender.calendar-sender,4960.calendar-env .calendar-body .calendar-info .calendar-date.calendar-sender {4961padding-top: 10px;4962padding-bottom: 10px;4963border-bottom: 1px solid #ebebeb;4964}4965.calendar-env .calendar-body .calendar-info .calendar-sender.calendar-date,4966.calendar-env .calendar-body .calendar-info .calendar-date.calendar-date {4967text-align: left;4968padding-top: 10px;4969padding-bottom: 10px;4970}4971.calendar-env .calendar-body .calendar-compose .compose-message-editor textarea {4972height: 300px;4973}4974}4975@media (max-width: 768px) {4976.calendar-env .calendar-sidebar {4977width: 30.8%;4978}4979.calendar-env .calendar-body {4980width: 69.2%;4981}4982.calendar-env .calendar-body .calendar-compose .compose-message-editor textarea {4983height: 240px;4984}4985}4986@media (max-width: 767px) {4987.calendar-env .calendar-sidebar,4988.calendar-env .calendar-body {4989width: 100%;4990float: none;4991}4992.calendar-env .calendar-body .calendar-header .calendar-title,4993.calendar-env .calendar-body .calendar-header .calendar-search,4994.calendar-env .calendar-body .calendar-header .calendar-links {4995float: none;4996width: 100%;4997}4998.calendar-env .calendar-body .calendar-header .calendar-title.calendar-search,4999.calendar-env .calendar-body .calendar-header .calendar-search.calendar-search,5000.calendar-env .calendar-body .calendar-header .calendar-links.calendar-search,5001.calendar-env .calendar-body .calendar-header .calendar-title.calendar-links,5002.calendar-env .calendar-body .calendar-header .calendar-search.calendar-links,5003.calendar-env .calendar-body .calendar-header .calendar-links.calendar-links {5004margin-top: 20px;5005}5006.calendar-env .calendar-body .calendar-header .calendar-links {5007padding-top: 0;5008}5009.fc-header {5010display: block;5011}5012.fc-header .fc-header-left,5013.fc-header .fc-header-center,5014.fc-header .fc-header-right,5015.fc-header tr,5016.fc-header tbody {5017display: block;5018text-align: center !important;5019}5020.fc-header .fc-header-right {5021text-align: center !important;5022padding-bottom: 10px;5023}5024}5025.calendar-env {5026position: relative;5027}5028.calendar-env:before,5029.calendar-env:after {5030content: " ";5031display: table;5032}5033.calendar-env:after {5034clear: both;5035}5036.calendar-env .fc .fc-toolbar {5037padding: 20px;5038margin: 0;5039}5040.calendar-env .fc .fc-toolbar h2,5041.calendar-env .fc .fc-toolbar h3 {5042margin: 0;5043padding: 0;5044}5045.calendar-env .fc .fc-toolbar .fc-button {5046background: none;5047border: 1px solid #ebebeb;5048height: auto;5049padding: 5px 10px;5050-moz-box-shadow: none;5051-webkit-box-shadow: none;5052box-shadow: none;5053outline: none;5054}5055.calendar-env .fc .fc-toolbar .fc-button .fc-icon {5056top: 0;5057margin: 0;5058}5059.calendar-env .fc .fc-toolbar .fc-button .fc-icon:after {5060font-weight: normal;5061font-size: 16px;5062}5063.calendar-env .fc .fc-view-container > .fc-view {5064border-left: 1px solid #ebebeb;5065}5066.calendar-env .fc .fc-view-container .fc-widget-content,5067.calendar-env .fc .fc-view-container .fc-widget-header {5068border: 0;5069}5070.calendar-env .fc .fc-view-container .fc-widget-header .fc-widget-header {5071border: 1px solid #ebebeb;5072border-left: 0;5073border-right: 0;5074-moz-box-shadow: none;5075-webkit-box-shadow: none;5076box-shadow: none;5077}5078.calendar-env .fc .fc-view-container .fc-view table thead {5079border-left: 0;5080border-right: 0;5081}5082.calendar-env .fc .fc-view-container .fc-view table thead tr th {5083text-align: center;5084padding: 5px 0;5085border: 0;5086border-bottom: 1px solid #ebebeb;5087background: #f5f5f6;5088}5089.calendar-env .fc .fc-view-container .fc-view table tbody {5090border: 0;5091}5092.calendar-env .fc .fc-view-container .fc-view table tbody .fc-day {5093border: 0;5094border-top: 1px solid #ebebeb;5095}5096.calendar-env .fc .fc-view-container .fc-view table tbody .fc-day.fc-state-highlight {5097background: #fafafa;5098color: #111 !important;5099}5100.calendar-env .fc .fc-view-container .fc-view table tbody .fc-day-number {5101padding: 5px 10px;5102}5103.calendar-env .fc .fc-view-container .fc-view table tbody .fc-event {5104background: #000;5105padding: 2px 4px;5106margin-top: 2px;5107-webkit-border-radius: 3px;5108-webkit-background-clip: padding-box;5109-moz-border-radius: 3px;5110-moz-background-clip: padding;5111border-radius: 3px;5112background-clip: padding-box;5113background: #ee4749;5114color: #fff;5115border: 0;5116}5117.calendar-env .fc .fc-view-container .fc-view table tbody .fc-event:hover {5118background: #ec3032;5119}5120.calendar-env .fc .fc-view-container .fc-view table tbody .fc-event.color-blue {5121background: #21a9e1;5122color: #fff;5123}5124.calendar-env .fc .fc-view-container .fc-view table tbody .fc-event.color-blue:hover {5125background: #1c99cd;5126}5127.calendar-env .fc .fc-view-container .fc-view table tbody .fc-event.color-green {5128background: #00a651;5129color: #fff;5130}5131.calendar-env .fc .fc-view-container .fc-view table tbody .fc-event.color-green:hover {5132background: #008d45;5133}5134.calendar-env .fc .fc-view-container .fc-view table tbody .fc-event.color-primary {5135background: #303641;5136color: #fff;5137}5138.calendar-env .fc .fc-view-container .fc-view table tbody .fc-event.color-primary:hover {5139background: #252a32;5140}5141.calendar-env .fc .fc-view-container .fc-view table tbody .fc-event.color-orange {5142background: #ffae2f;5143color: #fff;5144}5145.calendar-env .fc .fc-view-container .fc-view table tbody .fc-event.color-orange:hover {5146background: #ffa416;5147}5148.calendar-env .fc .fc-view-container .fc-view.fc-agenda-view table .fc-widget-content {5149border-bottom: 1px solid #ebebeb;5150}5151.calendar-env .fc .fc-view-container .fc-view.fc-agenda-view table .fc-axis {5152border-right: 1px solid #ebebeb;5153}5154.notes-env {5155position: relative;5156}5157.notes-env .notes-header {5158display: table;5159width: 100%;5160vertical-align: middle;5161}5162.notes-env .notes-header:before,5163.notes-env .notes-header:after {5164content: " ";5165display: table;5166}5167.notes-env .notes-header:after {5168clear: both;5169}5170.notes-env .notes-header > h2,5171.notes-env .notes-header > .right {5172display: table-cell;5173vertical-align: middle;5174width: 50%;5175margin: 0;5176padding-bottom: 20px;5177}5178.notes-env .notes-header > .right {5179text-align: right;5180}5181.notes-env .notes-list {5182position: relative;5183background: #f0ecdb;5184margin-left: -20px;5185margin-right: -20px;5186border: 1px solid #ebebeb;5187border-left: 0;5188border-right: 0;5189}5190.notes-env .notes-list:before,5191.notes-env .notes-list:after {5192content: " ";5193display: table;5194}5195.notes-env .notes-list:after {5196clear: both;5197}5198.notes-env .notes-list .write-pad,5199.notes-env .notes-list .list-of-notes {5200-webkit-box-sizing: border-box;5201-moz-box-sizing: border-box;5202box-sizing: border-box;5203}5204.notes-env .notes-list .list-of-notes {5205float: right;5206width: 26%;5207list-style: none;5208margin: 0;5209padding: 0;5210padding-bottom: 30px;5211}5212.notes-env .notes-list .list-of-notes li {5213position: relative;5214padding: 30px;5215padding-bottom: 0;5216}5217.notes-env .notes-list .list-of-notes li a {5218display: block;5219border: 1px solid #e9e4ca;5220background: #fffced;5221padding: 20px;5222-moz-transition: all 300ms ease-in-out;5223-webkit-transition: all 300ms ease-in-out;5224-o-transition: all 300ms ease-in-out;5225transition: all 300ms ease-in-out;5226}5227.notes-env .notes-list .list-of-notes li a strong,5228.notes-env .notes-list .list-of-notes li a span {5229display: block;5230}5231.notes-env .notes-list .list-of-notes li a strong + strong,5232.notes-env .notes-list .list-of-notes li a span + strong,5233.notes-env .notes-list .list-of-notes li a strong + span,5234.notes-env .notes-list .list-of-notes li a span + span {5235padding-top: 8px;5236}5237.notes-env .notes-list .list-of-notes li a strong {5238word-break: break-all;5239}5240.notes-env .notes-list .list-of-notes li a span {5241overflow: hidden;5242text-overflow: ellipsis;5243white-space: nowrap;5244}5245.notes-env .notes-list .list-of-notes li a em {5246float: right;5247}5248.notes-env .notes-list .list-of-notes li a:hover {5249background: #eae6ce;5250border-color: #dad2a6;5251}5252.notes-env .notes-list .list-of-notes li a:hover span,5253.notes-env .notes-list .list-of-notes li a:hover strong {5254color: #737881;5255}5256.notes-env .notes-list .list-of-notes li .note-close {5257position: absolute;5258right: 30px;5259top: 30px;5260border: none;5261background: none;5262outline: none;5263zoom: 1;5264-webkit-opacity: 0;5265-moz-opacity: 0;5266opacity: 0;5267filter: alpha(opacity=0);5268-moz-transition: all 300ms ease-in-out;5269-webkit-transition: all 300ms ease-in-out;5270-o-transition: all 300ms ease-in-out;5271transition: all 300ms ease-in-out;5272}5273.notes-env .notes-list .list-of-notes li:hover .note-close {5274zoom: 1;5275-webkit-opacity: 1;5276-moz-opacity: 1;5277opacity: 1;5278filter: alpha(opacity=100);5279}5280.notes-env .notes-list .list-of-notes li .content {5281display: none;5282}5283.notes-env .notes-list .list-of-notes li.current a {5284background: #fff;5285}5286.notes-env .notes-list .list-of-notes li + .no-notes {5287display: none;5288}5289.notes-env .notes-list .write-pad {5290float: left;5291width: 74%;5292background: #fffced;5293position: relative;5294}5295.notes-env .notes-list .write-pad:after {5296display: block;5297content: '';5298position: absolute;5299left: 95px;5300top: 0;5301bottom: 0;5302background: #f9d4d1;5303width: 1px;5304}5305.notes-env .notes-list .write-pad textarea {5306background: transparent;5307border: none;5308background: url(../images/notes-lines.png) left top;5309background-attachment: local;5310min-height: 780px;5311font: 14px/52px "Helvetica Neue", Helvetica, "Noto Sans", sans-serif, serif;5312max-height: 1500px;5313padding-left: 125px;5314padding-right: 50px;5315}5316.notes-env .notes-list .write-pad textarea::-webkit-scrollbar {5317width: 5px;5318}5319.notes-env .notes-list .write-pad textarea::-webkit-scrollbar-track {5320width: 5px;5321background-color: #e8e3c9;5322}5323.notes-env .notes-list .write-pad textarea::-webkit-scrollbar-thumb {5324background-color: #bdbdbd;5325}5326.notes-env + footer.main {5327border-top: 0;5328padding-top: 10px;5329}5330@media (max-width: 992px) {5331.notes-env .notes-list .list-of-notes {5332width: 35%;5333}5334.notes-env .notes-list .write-pad {5335width: 65%;5336}5337.notes-env .notes-list .write-pad textarea {5338padding-left: 50px;5339}5340.notes-env .notes-list .write-pad:after {5341left: 35px;5342}5343}5344@media (max-width: 768px) {5345body .notes-env .notes-list .list-of-notes,5346body .notes-env .notes-list .write-pad {5347width: 100%;5348float: none;5349}5350body .notes-env .notes-list .list-of-notes {5351padding-bottom: 10px;5352}5353body .notes-env .notes-list .list-of-notes li {5354padding: 15px;5355padding-top: 10px;5356padding-bottom: 0;5357}5358body .notes-env .notes-list .list-of-notes li a span {5359display: none;5360}5361body .notes-env .notes-list .write-pad textarea {5362min-height: 400px;5363max-height: 600px;5364}5365}5366.gallery-env:before,5367.gallery-env:after {5368content: " ";5369display: table;5370}5371.gallery-env:after {5372clear: both;5373}5374.gallery-env article.album {5375border: 1px solid #ebebeb;5376margin-bottom: 30px;5377-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);5378-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);5379box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);5380-webkit-border-radius: 3px;5381-webkit-background-clip: padding-box;5382-moz-border-radius: 3px;5383-moz-background-clip: padding;5384border-radius: 3px;5385background-clip: padding-box;5386}5387.gallery-env article.album header {5388position: relative;5389}5390.gallery-env article.album header img {5391line-height: 1;5392margin: 0;5393width: 100%;5394display: block;5395max-width: 100%;5396height: auto;5397-webkit-border-radius: 3px 3px 0 0;5398-webkit-background-clip: padding-box;5399-moz-border-radius: 3px 3px 0 0;5400-moz-background-clip: padding;5401border-radius: 3px 3px 0 0;5402background-clip: padding-box;5403}5404.gallery-env article.album header .album-options {5405position: absolute;5406display: block;5407right: 10px;5408bottom: 10px;5409background-color: rgba(0, 0, 0, 0.5);5410color: #fff;5411padding: 5px 7px;5412font-size: 11px;5413zoom: 1;5414-webkit-opacity: 0;5415-moz-opacity: 0;5416opacity: 0;5417filter: alpha(opacity=0);5418-webkit-border-radius: 3px;5419-webkit-background-clip: padding-box;5420-moz-border-radius: 3px;5421-moz-background-clip: padding;5422border-radius: 3px;5423background-clip: padding-box;5424-moz-transition: all 300ms ease-in-out;5425-webkit-transition: all 300ms ease-in-out;5426-o-transition: all 300ms ease-in-out;5427transition: all 300ms ease-in-out;5428}5429.gallery-env article.album header:hover .album-options {5430zoom: 1;5431-webkit-opacity: 1;5432-moz-opacity: 1;5433opacity: 1;5434filter: alpha(opacity=100);5435}5436.gallery-env article.album .album-info {5437padding: 20px;5438}5439.gallery-env article.album .album-info h3 {5440font-size: 18px;5441margin: 0;5442}5443.gallery-env article.album .album-info p {5444margin: 0;5445margin-top: 10px;5446color: #80858e;5447}5448.gallery-env article.album footer {5449border-top: 1px solid #f0f0f0;5450}5451.gallery-env article.album footer:before,5452.gallery-env article.album footer:after {5453content: " ";5454display: table;5455}5456.gallery-env article.album footer:after {5457clear: both;5458}5459.gallery-env article.album footer .album-images-count,5460.gallery-env article.album footer .album-options {5461padding: 12px 15px;5462float: left;5463color: #8d929a;5464}5465.gallery-env article.album footer .album-images-count a,5466.gallery-env article.album footer .album-options a {5467color: #8d929a;5468display: inline-block;5469-webkit-border-radius: 3px;5470-webkit-background-clip: padding-box;5471-moz-border-radius: 3px;5472-moz-background-clip: padding;5473border-radius: 3px;5474background-clip: padding-box;5475}5476.gallery-env article.album footer .album-images-count a + a,5477.gallery-env article.album footer .album-options a + a {5478margin-left: 10px;5479}5480.gallery-env article.album footer .album-options {5481float: right;5482border-left: 1px solid #f0f0f0;5483padding: 7px 10px;5484}5485.gallery-env article.album footer .album-options a {5486padding: 4px 5px;5487-moz-transition: all 300ms ease-in-out;5488-webkit-transition: all 300ms ease-in-out;5489-o-transition: all 300ms ease-in-out;5490transition: all 300ms ease-in-out;5491}5492.gallery-env article.album footer .album-options a:hover {5493background: #f5f5f5;5494color: #43464b;5495}5496.gallery-env article.image-thumb {5497margin-bottom: 20px;5498}5499.gallery-env article.image-thumb .image {5500position: relative;5501}5502.gallery-env article.image-thumb .image img {5503display: block;5504max-width: 100%;5505height: auto;5506border-radius: 3px;5507width: 100%;5508}5509.gallery-env article.image-thumb .image-options {5510position: absolute;5511top: -10px;5512right: 8px;5513-moz-transform: scale(0);5514-webkit-transform: scale(0);5515-ms-transform: scale(0);5516-o-transform: scale(0);5517transform: scale(0);5518zoom: 1;5519-webkit-opacity: 0;5520-moz-opacity: 0;5521opacity: 0;5522filter: alpha(opacity=0);5523-o-transform-origin: 50% 0%;5524-webkit-transform-origin: 50% 0%;5525-moz-transform-origin: 50% 0%;5526-ms-transform-origin: 50% 0%;5527transform-origin: 50% 0%;5528-moz-transition: all 300ms ease-in-out;5529-webkit-transition: all 300ms ease-in-out;5530-o-transition: all 300ms ease-in-out;5531transition: all 300ms ease-in-out;5532}5533.gallery-env article.image-thumb .image-options a {5534display: inline-block;5535line-height: 1;5536margin-left: 2px;5537background: #737881;5538color: #FFF;5539width: 24px;5540height: 24px;5541line-height: 24px;5542-webkit-border-radius: 12px;5543-webkit-background-clip: padding-box;5544-moz-border-radius: 12px;5545-moz-background-clip: padding;5546border-radius: 12px;5547background-clip: padding-box;5548text-align: center;5549-moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);5550-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);5551box-shadow: 0 2px 5px rgba(0,0,0,.2);5552}5553.gallery-env article.image-thumb .image-options a.delete {5554background: #dd1f26;5555}5556.gallery-env article.image-thumb:hover .image-options {5557-moz-transform: scale(1);5558-webkit-transform: scale(1);5559-ms-transform: scale(1);5560-o-transform: scale(1);5561transform: scale(1);5562zoom: 1;5563-webkit-opacity: 1;5564-moz-opacity: 1;5565opacity: 1;5566filter: alpha(opacity=100);5567}5568.gallery-env div[data-tag] {5569-moz-transition: opacity 350ms ease-in-out;5570-webkit-transition: opacity 350ms ease-in-out;5571-o-transition: opacity 350ms ease-in-out;5572transition: opacity 350ms ease-in-out;5573}5574.gallery-env div[data-tag].not-in-filter {5575zoom: 1;5576-webkit-opacity: 0.3;5577-moz-opacity: 0.3;5578opacity: 0.3;5579filter: alpha(opacity=30);5580}5581.gallery-env div[data-tag].no-animation {5582-moz-transition: none;5583-webkit-transition: none;5584-o-transition: none;5585transition: none;5586}5587.gallery-env .image-categories {5588margin-bottom: 20px;5589background: #fafafb;5590position: relative;5591margin-top: -17px;5592padding: 10px;5593}5594.gallery-env .image-categories span {5595color: #80858e;5596}5597.gallery-env .image-categories a {5598display: inline-block;5599margin: 0 5px;5600-moz-transition: all 300ms ease-in-out;5601-webkit-transition: all 300ms ease-in-out;5602-o-transition: all 300ms ease-in-out;5603transition: all 300ms ease-in-out;5604}5605.gallery-env .image-categories a.active {5606font-weight: bold;5607color: #4f5259;5608}5609.modal .croppable-image {5610border: 4px solid rgba(235, 235, 235, 0.5);5611}5612.modal h4 + .croppable-image {5613margin-top: 5px;5614}5615.jcrop-keymgr {5616zoom: 1;5617-webkit-opacity: 0;5618-moz-opacity: 0;5619opacity: 0;5620filter: alpha(opacity=0);5621}5622.gallery-image-edit-env {5623border-bottom: 1px solid #ebebeb;5624position: relative;5625margin-left: -1px;5626margin-right: -1px;5627margin-top: -1px;5628}5629.gallery-image-edit-env img {5630width: 100%;5631}5632.gallery-image-edit-env .close {5633position: absolute;5634right: 10px;5635top: 10px;5636background: rgba(0, 0, 0, 0.8);5637color: #fff;5638font-weight: bold;5639padding: 5px 10px;5640display: block;5641z-index: 1000;5642zoom: 1;5643-webkit-opacity: 0.7;5644-moz-opacity: 0.7;5645opacity: 0.7;5646filter: alpha(opacity=70);5647-webkit-border-radius: 3px;5648-webkit-background-clip: padding-box;5649-moz-border-radius: 3px;5650-moz-background-clip: padding;5651border-radius: 3px;5652background-clip: padding-box;5653-moz-transition: all 300ms ease-in-out;5654-webkit-transition: all 300ms ease-in-out;5655-o-transition: all 300ms ease-in-out;5656transition: all 300ms ease-in-out;5657}5658.gallery-image-edit-env .close:hover {5659zoom: 1;5660-webkit-opacity: 1;5661-moz-opacity: 1;5662opacity: 1;5663filter: alpha(opacity=100);5664}5665.gallery-image-edit-env .jcrop-holder {5666-webkit-border-radius: 3px 3px 0 0;5667-webkit-background-clip: padding-box;5668-moz-border-radius: 3px 3px 0 0;5669-moz-background-clip: padding;5670border-radius: 3px 3px 0 0;5671background-clip: padding-box;5672}5673.profile-env > header {5674position: relative;5675z-index: 20;5676margin-top: 30px;5677}5678.profile-env > header .profile-picture {5679position: relative;5680}5681.profile-env > header .profile-picture img {5682float: right;5683-moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.9);5684-webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.9);5685box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.9);5686-moz-transition: all 300ms ease-in-out;5687-webkit-transition: all 300ms ease-in-out;5688-o-transition: all 300ms ease-in-out;5689transition: all 300ms ease-in-out;5690}5691.profile-env > header .profile-picture:hover img {5692zoom: 1;5693-webkit-opacity: 0.5;5694-moz-opacity: 0.5;5695opacity: 0.5;5696filter: alpha(opacity=50);5697}5698.profile-env > header .profile-info-sections {5699margin: 0;5700padding: 0;5701margin-top: 15px;5702padding-left: 0;5703list-style: none;5704margin-left: -5px;5705}5706.profile-env > header .profile-info-sections > li {5707display: inline-block;5708padding-left: 5px;5709padding-right: 5px;5710}5711.profile-env > header .profile-info-sections .profile-name strong,5712.profile-env > header .profile-info-sections .profile-name span {5713display: block;5714}5715.profile-env > header .profile-info-sections .profile-name strong {5716font-size: 18px;5717font-weight: normal;5718}5719.profile-env > header .profile-info-sections .profile-name span {5720font-size: 12px;5721color: #bbbbbb;5722}5723.profile-env > header .profile-info-sections .profile-name span a {5724color: #bbbbbb;5725-moz-transition: all 300ms ease-in-out;5726-webkit-transition: all 300ms ease-in-out;5727-o-transition: all 300ms ease-in-out;5728transition: all 300ms ease-in-out;5729}5730.profile-env > header .profile-info-sections .profile-name span a:hover {5731color: #888888;5732}5733.profile-env > header .profile-info-sections .profile-name .user-status {5734position: relative;5735display: inline-block;5736background: #575d67;5737top: -2px;5738margin-left: 5px;5739width: 6px;5740height: 6px;5741-webkit-border-radius: 6px;5742-webkit-background-clip: padding-box;5743-moz-border-radius: 6px;5744-moz-background-clip: padding;5745border-radius: 6px;5746background-clip: padding-box;5747-moz-transition: all 300ms ease-in-out;5748-webkit-transition: all 300ms ease-in-out;5749-o-transition: all 300ms ease-in-out;5750transition: all 300ms ease-in-out;5751}5752.profile-env > header .profile-info-sections .profile-name .user-status.is-online {5753background-color: #06b53c;5754}5755.profile-env > header .profile-info-sections .profile-name .user-status.is-offline {5756background-color: #575d67;5757}5758.profile-env > header .profile-info-sections .profile-name .user-status.is-idle {5759background-color: #f7d227;5760}5761.profile-env > header .profile-info-sections .profile-name .user-status.is-busy {5762background-color: #ee4749;5763}5764.profile-env > header .profile-info-sections .profile-stat h3 {5765font-size: 18px;5766margin-bottom: 5px;5767}5768.profile-env > header .profile-info-sections .profile-stat span {5769color: #bbbbbb;5770}5771.profile-env > header .profile-info-sections .profile-stat span a {5772color: #bbbbbb;5773-moz-transition: all 300ms ease-in-out;5774-webkit-transition: all 300ms ease-in-out;5775-o-transition: all 300ms ease-in-out;5776transition: all 300ms ease-in-out;5777}5778.profile-env > header .profile-info-sections .profile-stat span a:hover {5779color: #888888;5780}5781.profile-env > header .profile-info-sections > li {5782padding: 0 40px;5783position: relative;5784}5785.profile-env > header .profile-info-sections > li + li:after {5786content: '';5787display: block;5788position: absolute;5789top: 15px;5790bottom: 0;5791left: 0;5792width: 1px;5793background: #ebebeb;5794margin: 8px 0;5795}5796.profile-env > header .profile-info-sections > li:first-child {5797padding-left: 0;5798}5799.profile-env > header .profile-buttons {5800margin-top: 35px;5801}5802.profile-env > header .profile-buttons a {5803margin: 0 4px;5804-moz-transition: all 300ms ease-in-out;5805-webkit-transition: all 300ms ease-in-out;5806-o-transition: all 300ms ease-in-out;5807transition: all 300ms ease-in-out;5808}5809.profile-env section {5810position: relative;5811z-index: 10;5812}5813.profile-env section.profile-info-tabs {5814position: relative;5815background: #f1f1f1;5816margin-left: -20px;5817margin-right: -20px;5818padding: 20px;5819margin-top: -20px;5820margin-bottom: 30px;5821}5822.profile-env section.profile-info-tabs .user-details {5823padding-left: 0;5824list-style: none;5825}5826.profile-env section.profile-info-tabs .user-details li {5827margin-bottom: 10px;5828}5829.profile-env section.profile-info-tabs .user-details li a {5830color: #a0a0a0;5831-moz-transition: all 300ms ease-in-out;5832-webkit-transition: all 300ms ease-in-out;5833-o-transition: all 300ms ease-in-out;5834transition: all 300ms ease-in-out;5835}5836.profile-env section.profile-info-tabs .user-details li a:hover {5837color: #606060;5838}5839.profile-env section.profile-info-tabs .user-details li a:hover span {5840color: #e72c28;5841}5842.profile-env section.profile-info-tabs .user-details li a i {5843margin-right: 5px;5844}5845.profile-env section.profile-info-tabs .user-details li a span {5846color: #ec5956;5847font-weight: normal;5848-moz-transition: all 300ms ease-in-out;5849-webkit-transition: all 300ms ease-in-out;5850-o-transition: all 300ms ease-in-out;5851transition: all 300ms ease-in-out;5852}5853.profile-env section.profile-info-tabs .nav-tabs {5854position: relative;5855margin-bottom: -20px;5856border-bottom: 0;5857}5858.profile-env section.profile-info-tabs .nav-tabs > li:first-child a {5859margin-left: 0;5860}5861.profile-env section.profile-info-tabs .nav-tabs li {5862margin-bottom: 0;5863}5864.profile-env section.profile-info-tabs .nav-tabs li a {5865border: none;5866padding: 10px 35px;5867font-size: 13px;5868background: #e1e1e1;5869margin-right: 10px;5870}5871.profile-env section.profile-info-tabs .nav-tabs li.active a {5872background: #fff;5873}5874.profile-env section.profile-feed {5875margin-bottom: 15px;5876padding-left: 20px;5877padding-right: 20px;5878}5879.profile-env section.profile-feed .profile-post-form {5880border: 1px solid #ebebeb;5881margin-bottom: 30px;5882-webkit-border-radius: 3px;5883-webkit-background-clip: padding-box;5884-moz-border-radius: 3px;5885-moz-background-clip: padding;5886border-radius: 3px;5887background-clip: padding-box;5888}5889.profile-env section.profile-feed .profile-post-form .form-control {5890border: none;5891-moz-box-shadow: none;5892-webkit-box-shadow: none;5893box-shadow: none;5894margin: 0;5895background: #fff;5896min-height: 80px;5897-webkit-border-radius: 3px;5898-webkit-background-clip: padding-box;5899-moz-border-radius: 3px;5900-moz-background-clip: padding;5901border-radius: 3px;5902background-clip: padding-box;5903}5904.profile-env section.profile-feed .profile-post-form .form-options {5905background: #f3f3f3;5906border-top: 1px solid #ebebeb;5907padding: 10px;5908}5909.profile-env section.profile-feed .profile-post-form .form-options:before,5910.profile-env section.profile-feed .profile-post-form .form-options:after {5911content: " ";5912display: table;5913}5914.profile-env section.profile-feed .profile-post-form .form-options:after {5915clear: both;5916}5917.profile-env section.profile-feed .profile-post-form .form-options .post-type {5918float: left;5919padding-top: 6px;5920}5921.profile-env section.profile-feed .profile-post-form .form-options .post-type a {5922margin-left: 10px;5923font-size: 13px;5924color: #aaaaaa;5925-moz-transition: all 300ms ease-in-out;5926-webkit-transition: all 300ms ease-in-out;5927-o-transition: all 300ms ease-in-out;5928transition: all 300ms ease-in-out;5929}5930.profile-env section.profile-feed .profile-post-form .form-options .post-type a:hover {5931color: #303641;5932}5933.profile-env section.profile-feed .profile-post-form .form-options .post-submit {5934float: right;5935}5936.profile-env section.profile-feed .profile-post-form .form-options .post-submit .btn {5937padding-left: 20px;5938padding-right: 20px;5939}5940.profile-env section.profile-feed .profile-stories article.story {5941margin: 30px 0;5942}5943.profile-env section.profile-feed .profile-stories article.story:before,5944.profile-env section.profile-feed .profile-stories article.story:after {5945content: " ";5946display: table;5947}5948.profile-env section.profile-feed .profile-stories article.story:after {5949clear: both;5950}5951.profile-env section.profile-feed .profile-stories article.story .user-thumb {5952float: left;5953width: 8%;5954}5955.profile-env section.profile-feed .profile-stories article.story .user-thumb a img {5956-moz-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.04);5957-webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.04);5958box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.04);5959}5960.profile-env section.profile-feed .profile-stories article.story .story-content {5961float: right;5962width: 92%;5963}5964.profile-env section.profile-feed .profile-stories article.story .story-content header {5965display: block;5966margin-bottom: 10px;5967}5968.profile-env section.profile-feed .profile-stories article.story .story-content header:before,5969.profile-env section.profile-feed .profile-stories article.story .story-content header:after {5970content: " ";5971display: table;5972}5973.profile-env section.profile-feed .profile-stories article.story .story-content header:after {5974clear: both;5975}5976.profile-env section.profile-feed .profile-stories article.story .story-content header .publisher {5977float: left;5978color: #9b9fa6;5979font-size: 14px;5980}5981.profile-env section.profile-feed .profile-stories article.story .story-content header .publisher a {5982color: #303641;5983}5984.profile-env section.profile-feed .profile-stories article.story .story-content header .publisher em {5985display: block;5986font-style: normal;5987font-size: 12px;5988}5989.profile-env section.profile-feed .profile-stories article.story .story-content header .story-type {5990float: right;5991}5992.profile-env section.profile-feed .profile-stories article.story .story-content .story-main-content {5993font-size: 13px;5994}5995.profile-env section.profile-feed .profile-stories article.story .story-content .story-main-content p {5996font-size: 13px;5997}5998.profile-env section.profile-feed .profile-stories article.story .story-content footer {5999margin-top: 15px;6000}6001.profile-env section.profile-feed .profile-stories article.story .story-content footer .liked i {6002color: #ff4e50;6003}6004.profile-env section.profile-feed .profile-stories article.story .story-content footer > a {6005margin-right: 30px;6006display: inline-block;6007}6008.profile-env section.profile-feed .profile-stories article.story .story-content footer > a span {6009zoom: 1;6010-webkit-opacity: 0.6;6011-moz-opacity: 0.6;6012opacity: 0.6;6013filter: alpha(opacity=60);6014}6015.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments {6016list-style: none;6017margin: 0;6018padding: 0;6019margin-top: 30px;6020border-top: 1px solid #ebebeb;6021padding-top: 20px;6022}6023.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li {6024display: table;6025vertical-align: top;6026}6027.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li:before,6028.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li:after {6029content: " ";6030display: table;6031}6032.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li:after {6033clear: both;6034}6035.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li + li {6036margin-top: 15px;6037}6038.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li .user-comment-thumb,6039.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li .user-comment-content {6040display: table-cell;6041vertical-align: top;6042width: 100%;6043}6044.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li .user-comment-thumb {6045width: 1%;6046padding-right: 20px;6047}6048.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li .user-comment-content {6049border-bottom: 1px solid #ebebeb;6050padding-bottom: 15px;6051}6052.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li .user-comment-content .user-comment-name {6053font-weight: bold;6054}6055.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li .user-comment-content .user-comment-meta {6056font-size: 11px;6057margin-top: 15px;6058color: #9b9fa6;6059}6060.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li .user-comment-content .user-comment-meta a {6061color: #8d929a;6062margin-right: 5px;6063-moz-transition: all 300ms ease-in-out;6064-webkit-transition: all 300ms ease-in-out;6065-o-transition: all 300ms ease-in-out;6066transition: all 300ms ease-in-out;6067}6068.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li .user-comment-content .user-comment-meta a + a {6069margin-left: 5px;6070}6071.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li .user-comment-content .user-comment-meta a i {6072zoom: 1;6073-webkit-opacity: 0.8;6074-moz-opacity: 0.8;6075opacity: 0.8;6076filter: alpha(opacity=80);6077-moz-transition: all 300ms ease-in-out;6078-webkit-transition: all 300ms ease-in-out;6079-o-transition: all 300ms ease-in-out;6080transition: all 300ms ease-in-out;6081}6082.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li .user-comment-content .user-comment-meta a:hover {6083color: #737881;6084}6085.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li .user-comment-content .user-comment-meta a:hover i {6086zoom: 1;6087-webkit-opacity: 1;6088-moz-opacity: 1;6089opacity: 1;6090filter: alpha(opacity=100);6091}6092.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li.comment-form .user-comment-content {6093position: relative;6094border-bottom: 0;6095padding-bottom: 0;6096}6097.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li.comment-form .user-comment-content .form-control {6098background: #eeeeee;6099border: 0;6100}6101.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li.comment-form .user-comment-content .btn {6102position: absolute;6103right: 5px;6104top: 5px;6105border: 0;6106background: transparent;6107color: #737881;6108font-size: 13px;6109zoom: 1;6110-webkit-opacity: 0.7;6111-moz-opacity: 0.7;6112opacity: 0.7;6113filter: alpha(opacity=70);6114-moz-transition: all 300ms ease-in-out;6115-webkit-transition: all 300ms ease-in-out;6116-o-transition: all 300ms ease-in-out;6117transition: all 300ms ease-in-out;6118}6119.profile-env section.profile-feed .profile-stories article.story .story-content footer .comments li.comment-form .user-comment-content .btn:hover {6120zoom: 1;6121-webkit-opacity: 1;6122-moz-opacity: 1;6123opacity: 1;6124filter: alpha(opacity=100);6125}6126.profile-env section.profile-feed .profile-stories article.story .story-content hr {6127margin-top: 40px;6128}6129@media (max-width: 992px) {6130.profile-env > header .profile-picture img {6131width: 90%;6132}6133.profile-env > header .profile-buttons {6134margin-top: 18px;6135}6136.profile-env > header .profile-info-sections .profile-name strong,6137.profile-env > header .profile-info-sections .profile-stat h3 {6138font-size: 16px;6139}6140.profile-env > header .profile-info-sections {6141margin-top: 0;6142}6143.profile-env > header .profile-info-sections > li {6144padding: 0 20px;6145}6146.profile-env section.profile-info-tabs .nav-tabs li a {6147padding-left: 25px;6148padding-right: 25px;6149}6150.profile-env section.profile-feed .profile-stories article.story .user-thumb {6151width: 10%;6152}6153.profile-env section.profile-feed .profile-stories article.story .story-content {6154width: 90%;6155}6156}6157@media (max-width: 768px) {6158.profile-env section.profile-info-tabs {6159margin-top: 30px;6160}6161.profile-env > header .profile-picture img {6162float: none;6163}6164.profile-env > header .profile-buttons a {6165margin-bottom: 5px;6166}6167}6168@media (max-width: 601px) {6169.profile-env > header .profile-info-sections {6170margin-bottom: 10px;6171}6172.profile-env > header .profile-info-sections li {6173padding: 15px;6174}6175.profile-env > header .profile-info-sections > li:first-child {6176padding-left: 0;6177}6178.profile-env > header .profile-buttons {6179margin-top: 0;6180}6181.profile-env > header .profile-picture {6182text-align: center;6183display: block;6184}6185.profile-env > header .profile-picture img {6186width: auto;6187float: none;6188display: inline-block;6189margin-bottom: 15px;6190}6191.profile-env section.profile-feed .profile-stories article.story .user-thumb {6192width: 18%;6193}6194.profile-env section.profile-feed .profile-stories article.story .story-content {6195width: 82%;6196}6197.profile-env section.profile-info-tabs .nav-tabs li a {6198padding-left: 15px;6199padding-right: 15px;6200margin-right: 5px;6201font-size: 12px;6202}6203.profile-env section.profile-feed {6204padding: 0;6205}6206.profile-env .col-sm-7,6207.profile-env .col-sm-3 {6208text-align: center;6209}6210.profile-env .col-sm-7 .profile-info-sections,6211.profile-env .col-sm-3 .profile-info-sections,6212.profile-env .col-sm-7 .profile-buttons,6213.profile-env .col-sm-3 .profile-buttons {6214display: inline-block;6215}6216.profile-env > header .profile-info-sections > li + li:after {6217margin: 18px 0;6218}6219}6220.map-checkin {6221border: 5px solid rgba(235, 235, 235, 0.2);6222-moz-box-shadow: 0px 0px 0px 1px #ebebeb;6223-webkit-box-shadow: 0px 0px 0px 1px #ebebeb;6224box-shadow: 0px 0px 0px 1px #ebebeb;6225background: #fff !important;6226}6227.page-body .main-content .cbp_tmtimeline:before {6228background: #f5f5f6;6229width: 5px;6230margin-left: -6px;6231}6232.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span {6233color: #111;6234font-size: 15px;6235}6236.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:first-child {6237font-weight: bold;6238margin-bottom: 2px;6239}6240.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:last-child {6241color: #303641;6242zoom: 1;6243-webkit-opacity: 0.8;6244-moz-opacity: 0.8;6245opacity: 0.8;6246filter: alpha(opacity=80);6247font-size: 12px;6248}6249.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span.large {6250font-size: 17px;6251}6252.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span.hidden + span {6253margin-top: 8px;6254}6255.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon {6256background: #ffffff;6257color: #d2d2d2;6258-moz-box-shadow: 0px 0px 0px 5px #f5f5f6;6259-webkit-box-shadow: 0px 0px 0px 5px #f5f5f6;6260box-shadow: 0px 0px 0px 5px #f5f5f6;6261}6262.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-primary {6263background-color: #303641;6264color: #fff;6265}6266.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-secondary {6267background-color: #ee4749;6268color: #fff;6269}6270.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-success {6271background-color: #00a651;6272color: #fff;6273}6274.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-info {6275background-color: #21a9e1;6276color: #fff;6277}6278.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-warning {6279background-color: #fad839;6280color: #fff;6281}6282.page-body .main-content .cbp_tmtimeline > li .cbp_tmicon.bg-danger {6283background-color: #cc2424;6284color: #fff;6285}6286.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel {6287background: #f5f5f6;6288color: #737881;6289margin-bottom: 70px;6290padding: 1.7em;6291-webkit-border-radius: 3px;6292-webkit-background-clip: padding-box;6293-moz-border-radius: 3px;6294-moz-background-clip: padding;6295border-radius: 3px;6296background-clip: padding-box;6297}6298.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2,6299.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel p {6300color: #737881;6301font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif;6302font-size: 12px;6303margin: 0;6304line-height: 1.42857143;6305}6306.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel p + p {6307margin-top: 15px;6308}6309.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2 {6310font-size: 16px;6311}6312.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2 a {6313color: #303641;6314}6315.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2 span {6316zoom: 1;6317-webkit-opacity: 0.6;6318-moz-opacity: 0.6;6319opacity: 0.6;6320filter: alpha(opacity=60);6321}6322.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel:after {6323border-right-color: #f5f5f6;6324}6325.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty {6326background: 0;6327padding: 9px 0;6328margin-bottom: 70px;6329}6330.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty:after {6331visibility: hidden;6332}6333@media screen and (max-width: 47.2em) {6334.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel:after {6335border-right-color: transparent;6336border-bottom-color: #f5f5f6;6337left: 10px;6338}6339.page-body .main-content .cbp_tmtimeline > li .large {6340font-weight: bold;6341font-size: 16px !important;6342}6343.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty {6344background: #f5f5f6;6345padding: 1.7em;6346}6347.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel.empty:after {6348visibility: visible;6349}6350}6351.timeline-centered {6352position: relative;6353margin-bottom: 30px;6354}6355.timeline-centered:before,6356.timeline-centered:after {6357content: " ";6358display: table;6359}6360.timeline-centered:after {6361clear: both;6362}6363.timeline-centered:before {6364content: '';6365position: absolute;6366display: block;6367width: 4px;6368background: #f5f5f6;6369left: 50%;6370top: 20px;6371bottom: 20px;6372margin-left: -4px;6373}6374.timeline-centered .timeline-entry {6375position: relative;6376width: 50%;6377float: right;6378margin-bottom: 70px;6379clear: both;6380}6381.timeline-centered .timeline-entry:before,6382.timeline-centered .timeline-entry:after {6383content: " ";6384display: table;6385}6386.timeline-centered .timeline-entry:after {6387clear: both;6388}6389.timeline-centered .timeline-entry.begin {6390margin-bottom: 0;6391}6392.timeline-centered .timeline-entry.left-aligned {6393float: left;6394}6395.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {6396margin-left: 0;6397margin-right: -18px;6398}6399.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {6400text-align: left;6401white-space: nowrap;6402left: auto;6403right: 100%;6404}6405.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {6406float: right;6407}6408.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {6409margin-left: 0;6410margin-right: 70px;6411}6412.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {6413left: auto;6414right: 0;6415margin-left: 0;6416margin-right: -9px;6417-moz-transform: rotate(180deg);6418-webkit-transform: rotate(180deg);6419-ms-transform: rotate(180deg);6420-o-transform: rotate(180deg);6421transform: rotate(180deg);6422}6423.timeline-centered .timeline-entry .timeline-entry-inner {6424position: relative;6425margin-left: -22px;6426}6427.timeline-centered .timeline-entry .timeline-entry-inner:before,6428.timeline-centered .timeline-entry .timeline-entry-inner:after {6429content: " ";6430display: table;6431}6432.timeline-centered .timeline-entry .timeline-entry-inner:after {6433clear: both;6434}6435.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {6436position: absolute;6437left: -100px;6438text-align: right;6439padding: 10px;6440-webkit-box-sizing: border-box;6441-moz-box-sizing: border-box;6442box-sizing: border-box;6443}6444.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {6445display: block;6446}6447.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {6448font-size: 15px;6449font-weight: bold;6450}6451.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {6452font-size: 12px;6453}6454.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {6455background: #fff;6456color: #737881;6457display: block;6458width: 40px;6459height: 40px;6460-webkit-border-radius: 20px;6461-webkit-background-clip: padding-box;6462-moz-border-radius: 20px;6463-moz-background-clip: padding;6464border-radius: 20px;6465background-clip: padding-box;6466text-align: center;6467-moz-box-shadow: 0px 0px 0px 5px #f5f5f6;6468-webkit-box-shadow: 0px 0px 0px 5px #f5f5f6;6469box-shadow: 0px 0px 0px 5px #f5f5f6;6470line-height: 40px;6471font-size: 15px;6472float: left;6473}6474.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {6475background-color: #303641;6476color: #fff;6477}6478.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {6479background-color: #ee4749;6480color: #fff;6481}6482.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {6483background-color: #00a651;6484color: #fff;6485}6486.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {6487background-color: #21a9e1;6488color: #fff;6489}6490.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {6491background-color: #fad839;6492color: #fff;6493}6494.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {6495background-color: #cc2424;6496color: #fff;6497}6498.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {6499position: relative;6500background: #f5f5f6;6501padding: 1.7em;6502margin-left: 70px;6503-webkit-border-radius: 3px;6504-webkit-background-clip: padding-box;6505-moz-border-radius: 3px;6506-moz-background-clip: padding;6507border-radius: 3px;6508background-clip: padding-box;6509}6510.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {6511content: '';6512display: block;6513position: absolute;6514width: 0px;6515height: 0px;6516border-style: solid;6517border-width: 9px 9px 9px 0;6518border-color: transparent #f5f5f6 transparent transparent;6519left: 0;6520top: 10px;6521margin-left: -9px;6522}6523.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,6524.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {6525color: #737881;6526font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif;6527font-size: 12px;6528margin: 0;6529line-height: 1.42857143;6530}6531.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {6532margin-top: 15px;6533}6534.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {6535font-size: 16px;6536margin-bottom: 10px;6537}6538.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {6539color: #303641;6540}6541.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {6542zoom: 1;6543-webkit-opacity: 0.6;6544-moz-opacity: 0.6;6545opacity: 0.6;6546filter: alpha(opacity=60);6547}6548@media screen and (max-width: 47.2em) {6549.timeline-centered {6550margin-top: 20px;6551}6552.timeline-centered:before {6553left: 22px;6554}6555.timeline-centered .timeline-entry,6556.timeline-centered .timeline-entry.left-aligned {6557width: 100%;6558float: none;6559}6560.timeline-centered .timeline-entry .timeline-entry-inner,6561.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {6562margin-left: 0;6563margin-right: 0;6564}6565.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time,6566.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {6567left: 60px;6568right: auto;6569top: -40px;6570width: auto;6571}6572.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time span,6573.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time span {6574display: inline-block;6575}6576.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time span + span,6577.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time span + span {6578margin-left: 10px;6579}6580.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {6581float: left;6582}6583.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {6584margin-left: 70px;6585margin-right: 0;6586}6587.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {6588left: 0;6589right: auto;6590margin-left: -9px;6591margin-right: 0;6592-moz-transform: rotate(0deg);6593-webkit-transform: rotate(0deg);6594-ms-transform: rotate(0deg);6595-o-transform: rotate(0deg);6596transform: rotate(0deg);6597}6598}6599@media screen and (min-width: 1700px) {6600.cbp_tmtimeline > li .cbp_tmtime {6601width: 23% !important;6602}6603}6604.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {6605white-space: nowrap;6606right: auto;6607left: 100%;6608}6609.member-entry {6610border: 1px solid #ebebeb;6611padding: 15px;6612margin-top: 15px;6613margin-bottom: 30px;6614-moz-box-shadow: 1px 1px 1px rgba(0, 1, 1, 0.02);6615-webkit-box-shadow: 1px 1px 1px rgba(0, 1, 1, 0.02);6616box-shadow: 1px 1px 1px rgba(0, 1, 1, 0.02);6617-moz-transition: all 300ms ease-in-out;6618-webkit-transition: all 300ms ease-in-out;6619-o-transition: all 300ms ease-in-out;6620transition: all 300ms ease-in-out;6621-webkit-border-radius: 3px;6622-webkit-background-clip: padding-box;6623-moz-border-radius: 3px;6624-moz-background-clip: padding;6625border-radius: 3px;6626background-clip: padding-box;6627}6628.member-entry:before,6629.member-entry:after {6630content: " ";6631display: table;6632}6633.member-entry:after {6634clear: both;6635}6636.member-entry:hover {6637background: rgba(235, 235, 235, 0.3);6638-moz-box-shadow: 1px 1px 1px rgba(0, 1, 1, 0.06);6639-webkit-box-shadow: 1px 1px 1px rgba(0, 1, 1, 0.06);6640box-shadow: 1px 1px 1px rgba(0, 1, 1, 0.06);6641}6642.member-entry .member-img,6643.member-entry .member-details {6644float: left;6645}6646.member-entry .member-img {6647position: relative;6648display: block;6649width: 10%;6650}6651.member-entry .member-img img {6652width: 100%;6653display: block;6654max-width: 100%;6655height: auto;6656}6657.member-entry .member-img i {6658position: absolute;6659display: block;6660left: 50%;6661top: 50%;6662margin-top: -12.5px;6663margin-left: -12.5px;6664color: #FFF;6665font-size: 25px;6666zoom: 1;6667-webkit-opacity: 0;6668-moz-opacity: 0;6669opacity: 0;6670filter: alpha(opacity=0);6671-moz-transform: scale(0.5);6672-webkit-transform: scale(0.5);6673-ms-transform: scale(0.5);6674-o-transform: scale(0.5);6675transform: scale(0.5);6676-moz-transition: all 300ms ease-in-out;6677-webkit-transition: all 300ms ease-in-out;6678-o-transition: all 300ms ease-in-out;6679transition: all 300ms ease-in-out;6680}6681.member-entry .member-img:hover i {6682-moz-transform: scale(1);6683-webkit-transform: scale(1);6684-ms-transform: scale(1);6685-o-transform: scale(1);6686transform: scale(1);6687zoom: 1;6688-webkit-opacity: 1;6689-moz-opacity: 1;6690opacity: 1;6691filter: alpha(opacity=100);6692}6693.member-entry .member-details {6694width: 89.9%;6695}6696.member-entry .member-details h4 {6697font-size: 18px;6698margin-left: 20px;6699}6700.member-entry .member-details h4 a {6701-moz-transition: all 300ms ease-in-out;6702-webkit-transition: all 300ms ease-in-out;6703-o-transition: all 300ms ease-in-out;6704transition: all 300ms ease-in-out;6705}6706.member-entry .member-details .info-list {6707margin-left: 5px;6708}6709.member-entry .member-details .info-list > div {6710margin-top: 5px;6711font-size: 13px;6712}6713.member-entry .member-details .info-list > div a {6714-moz-transition: all 300ms ease-in-out;6715-webkit-transition: all 300ms ease-in-out;6716-o-transition: all 300ms ease-in-out;6717transition: all 300ms ease-in-out;6718}6719.member-entry .member-details .info-list > div i {6720-moz-transition: all 300ms ease-in-out;6721-webkit-transition: all 300ms ease-in-out;6722-o-transition: all 300ms ease-in-out;6723transition: all 300ms ease-in-out;6724}6725.member-entry .member-details .info-list > div:hover i {6726color: #4f5259;6727}6728@media screen and (max-width: 768px) {6729.member-entry .member-img {6730width: 18%;6731}6732.member-entry .member-details {6733width: 81.9%;6734}6735.member-entry .member-details h4 {6736margin-top: 0;6737}6738}6739@media screen and (max-width: 480px) {6740.member-entry .member-img {6741width: 100%;6742float: none;6743text-align: center;6744position: relative;6745background: #f8f8f8;6746margin-bottom: 15px;6747-webkit-border-radius: 3px;6748-webkit-background-clip: padding-box;6749-moz-border-radius: 3px;6750-moz-background-clip: padding;6751border-radius: 3px;6752background-clip: padding-box;6753}6754.member-entry .member-img img {6755width: auto;6756display: inline-block;6757-webkit-border-radius: 0;6758-webkit-background-clip: padding-box;6759-moz-border-radius: 0;6760-moz-background-clip: padding;6761border-radius: 0;6762background-clip: padding-box;6763}6764.member-entry .member-details {6765width: 100%;6766float: none;6767}6768.member-entry .member-details h4,6769.member-entry .member-details .info-list {6770margin-left: 0;6771}6772.member-entry .member-details h4 > div,6773.member-entry .member-details .info-list > div {6774padding: 0;6775}6776.member-entry .member-details .info-list > div {6777margin-top: 10px;6778}6779}6780.comments-env .comment-filters {6781margin: 15px 0;6782margin-bottom: 30px;6783}6784.comments-env .comment-filters > a {6785position: relative;6786display: inline-block;6787color: #93979e;6788margin: 0 15px;6789font-size: 13px;6790font-weight: 400;6791}6792.comments-env .comment-filters > a.current {6793font-weight: bold;6794}6795.comments-env .comment-filters > a:after {6796content: '';6797display: block;6798position: absolute;6799right: -18px;6800width: 1px;6801height: 12px;6802background: #ebebeb;6803top: 3px;6804}6805.comments-env .comment-filters > a:first-child {6806margin-left: 0;6807}6808.comments-env .comment-filters > a:last-child {6809margin-right: 0;6810}6811.comments-env .comment-filters > a:last-child:after {6812display: none;6813}6814.comments-env .filtering .selectboxit-btn {6815height: 38px;6816}6817.comments-env .filtering .selectboxit-btn span {6818height: 38px;6819line-height: 38px;6820}6821.comments-env .filtering .search-form-full .form-control {6822margin-top: 0;6823}6824.comments-env .filtering .search-form-contaner {6825max-width: 300px;6826width: 32%;6827float: right;6828}6829.comments-env .filtering .search-form-contaner + .pagination-container {6830margin-right: 20px;6831}6832.comments-env .filtering .pagination-container {6833float: right;6834}6835.comments-env .filtering .pagination-container .pagination {6836margin: 0;6837}6838.comments-env .filtering .pagination-container .pagination a {6839position: relative;6840padding-top: 9px;6841padding-bottom: 10px;6842margin-top: -2px;6843}6844.comments-env .filtering .pagination-container + .search-form-contaner {6845margin-right: 20px;6846}6847.comments-env .panel-title h4 {6848padding-top: 5px;6849padding-bottom: 5px;6850}6851.comments-list {6852list-style: none;6853margin: 0;6854padding: 0;6855display: block;6856position: relative;6857}6858.comments-list > li {6859border-bottom: 1px solid #ebebeb;6860padding: 15px;6861}6862.comments-list > li:before,6863.comments-list > li:after {6864content: " ";6865display: table;6866}6867.comments-list > li:after {6868clear: both;6869}6870.comments-list > li:nth-child(even) {6871background: transparent; /*#f5f5f6;*/6872}6873.comments-list > li .comment-checkbox {6874float: left;6875width: 3%;6876padding-top: 3px;6877}6878.comments-list > li .comment-details {6879float: right;6880width: 96.9%;6881}6882.comments-list > li .comment-details a {6883-moz-transition: all 300ms ease-in-out;6884-webkit-transition: all 300ms ease-in-out;6885-o-transition: all 300ms ease-in-out;6886transition: all 300ms ease-in-out;6887}6888.comments-list > li .comment-details .comment-head {6889font-size: 13px;6890}6891.comments-list > li .comment-details .comment-head a {6892font-weight: bold;6893}6894.comments-list > li .comment-details .comment-text {6895margin-top: 15px;6896}6897.comments-list > li .comment-details .comment-footer {6898border-top: 1px solid #ebebeb;6899margin-top: 15px;6900padding-top: 15px;6901}6902.comments-list > li .comment-details .comment-footer:before,6903.comments-list > li .comment-details .comment-footer:after {6904content: " ";6905display: table;6906}6907.comments-list > li .comment-details .comment-footer:after {6908clear: both;6909}6910.comments-list > li .comment-details .comment-footer .comment-time {6911float: right;6912color: #80858e;6913}6914.comments-list > li .comment-details .comment-footer .action-links a {6915font-weight: bold;6916display: inline-block;6917margin-right: 10px;6918}6919.comments-list > li .comment-details .comment-footer .action-links .approve {6920color: #00a651;6921}6922.comments-list > li .comment-details .comment-footer .action-links .delete {6923color: #cc2424;6924}6925.comments-list > li:last-child {6926border-bottom: 0;6927}6928@media screen and (max-width: 768px) {6929.comments-list > li .comment-checkbox {6930width: 5%;6931}6932.comments-list > li .comment-details {6933width: 94.9%;6934}6935.comments-env .filtering .search-form-contaner {6936float: left;6937}6938.search-and-pagination {6939margin-top: 20px;6940}6941}6942@media screen and (max-width: 480px) {6943.comments-env .search-and-pagination .pagination-container,6944.comments-env .search-and-pagination .search-form-contaner {6945float: none !important;6946text-align: left;6947}6948.comments-env .search-and-pagination .search-form-contaner {6949margin-right: 0;6950width: 100%;6951max-width: 1000px;6952}6953.comments-env .search-and-pagination .search-form-contaner .search-form-full {6954margin-top: 10px;6955}6956.comments-list > li .comment-checkbox {6957width: 8%;6958}6959.comments-list > li .comment-details {6960width: 91.9%;6961}6962.comments-list > li .comment-details .comment-footer .action-links {6963float: none;6964width: 100%;6965}6966.comments-list > li .comment-details .comment-footer .action-links a {6967display: block;6968}6969}6970/**6971* Nestable6972*/6973.dd {6974position: relative;6975display: block;6976margin: 0;6977padding: 0;6978list-style: none;6979}6980.dd-list {6981display: block;6982position: relative;6983margin: 0;6984padding: 0;6985list-style: none;6986}6987.dd-list .dd-list {6988padding-left: 30px;6989}6990.dd-collapsed .dd-list {6991display: none;6992}6993.dd-item,6994.dd-empty,6995.dd-placeholder {6996display: block;6997position: relative;6998margin: 0;6999padding: 0;7000min-height: 20px;7001font-size: 13px;7002line-height: 20px;7003}7004.dd-handle,7005.dd-content {7006display: block;7007margin: 0px 0;7008padding: 5px 10px;7009background: #fafafa;7010-webkit-box-sizing: border-box;7011-moz-box-sizing: border-box;7012box-sizing: border-box;7013border: 1px solid #ebebeb;7014-moz-transition: all 300ms ease-in-out;7015-webkit-transition: all 300ms ease-in-out;7016-o-transition: all 300ms ease-in-out;7017transition: all 300ms ease-in-out;7018}7019dd-content,7020.dd-content:hover {7021background: #fff;7022}7023.dd-item > button {7024display: block;7025position: relative;7026cursor: pointer;7027float: left;7028width: 25px;7029height: 20px;7030margin: 5px 0;7031padding: 0;7032text-indent: -9999px;7033white-space: nowrap;7034overflow: visible;7035border: 0;7036background: transparent;7037font-size: 12px;7038line-height: 1;7039text-align: center;7040font-weight: bold;7041margin-right: 10px;7042outline: 0;7043}7044.dd-item > button:after {7045content: '';7046display: block;7047position: absolute;7048right: 0px;7049top: -5px;7050bottom: -6px;7051width: 1px;7052background: #ebebeb;7053}7054.dd-item > button:before {7055content: '+';7056display: block;7057position: absolute;7058width: 100%;7059text-align: center;7060text-indent: 0;7061}7062.dd-item > button[data-action="collapse"]:before {7063content: '-';7064}7065.dd-placeholder,7066.dd-empty {7067margin: 0px 0;7068padding: 0;7069min-height: 30px;7070background: rgba(245, 245, 246, 0.3);7071border: 1px dotted #ebebeb;7072-webkit-box-sizing: border-box;7073-moz-box-sizing: border-box;7074box-sizing: border-box;7075}7076.dd-empty {7077border: 1px dashed #bbb;7078min-height: 100px;7079background-color: #e5e5e5;7080}7081.dd-dragel {7082position: absolute;7083pointer-events: none;7084z-index: 9999;7085}7086.dd-dragel > .dd-item .dd-handle,7087.dd-dragel > .dd-item .dd-content {7088margin-top: 0;7089}7090.dd-dragel .dd-handle,7091.dd-dragel .dd-content {7092-moz-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);7093-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);7094box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);7095}7096.nested-list.with-margins .dd-item .dd-handle,7097.nested-list.with-margins .dd-item .dd-content {7098margin: 5px 0;7099}7100.nested-list.custom-drag-button .dd-handle {7101position: absolute !important;7102margin: 0 !important;7103width: 15px;7104height: 32px;7105padding-left: 5px;7106padding-right: 4px;7107cursor: pointer;7108padding-top: 7px;7109-moz-box-shadow: none;7110-webkit-box-shadow: none;7111box-shadow: none;7112}7113.nested-list.custom-drag-button .dd-handle span {7114display: block;7115line-height: 3px;7116color: rgba(115, 120, 129, 0.7);7117}7118.nested-list.custom-drag-button .dd-content {7119padding-left: 25px;7120}7121.nested-list.custom-drag-button button + .dd-handle {7122left: 24px;7123}7124.nested-list.custom-drag-button button + .dd-handle + .dd-content {7125padding-left: 50px;7126}7127.nested-list.custom-drag-button.drag-button-on-hover .dd-item > .dd-handle {7128zoom: 1;7129-webkit-opacity: 0;7130-moz-opacity: 0;7131opacity: 0;7132filter: alpha(opacity=0);7133}7134.nested-list.custom-drag-button.drag-button-on-hover .dd-item:hover > .dd-handle {7135zoom: 1;7136-webkit-opacity: 1;7137-moz-opacity: 1;7138opacity: 1;7139filter: alpha(opacity=100);7140}7141.custom-handler .dd-item .dd-handle {7142position: absolute !important;7143margin: 0 !important;7144width: 15px;7145height: 32px;7146padding-left: 5px;7147padding-right: 4px;7148cursor: pointer;7149padding-top: 7px;7150-moz-box-shadow: none;7151-webkit-box-shadow: none;7152box-shadow: none;7153}7154.custom-handler .dd-item .dd-handle span {7155display: block;7156line-height: 3px;7157color: rgba(115, 120, 129, 0.7);7158}7159.custom-handler .dd-item .dd-content {7160padding-left: 25px;7161}7162.custom-handler .dd-item button + .dd-handle {7163left: 24px;7164}7165.custom-handler .dd-item button + .dd-handle + .dd-content {7166padding-left: 50px;7167}716871697170