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