AdminLTE.min.css 100 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935
  1. @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
  2. /*!
  3. * AdminLTE v2.3.0
  4. * Author: Almsaeed Studio
  5. * Website: Almsaeed Studio <http://almsaeedstudio.com>
  6. * License: Open source - MIT
  7. * Please visit http://opensource.org/licenses/MIT for more information
  8. !*/
  9. html, body {
  10. min-height: 100%
  11. }
  12. .layout-boxed html, .layout-boxed body {
  13. height: 100%
  14. }
  15. body {
  16. -webkit-font-smoothing: antialiased;
  17. -moz-osx-font-smoothing: grayscale;
  18. font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  19. font-weight: 400;
  20. overflow-x: hidden;
  21. overflow-y: auto
  22. }
  23. .wrapper {
  24. min-height: 100%;
  25. position: static;
  26. overflow: hidden
  27. }
  28. .wrapper:before, .wrapper:after {
  29. content: " ";
  30. display: table
  31. }
  32. .wrapper:after {
  33. clear: both
  34. }
  35. .layout-boxed .wrapper {
  36. max-width: 1250px;
  37. margin: 0 auto;
  38. min-height: 100%;
  39. box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  40. position: relative
  41. }
  42. .layout-boxed {
  43. background: url('../img/boxed-bg.jpg') repeat fixed
  44. }
  45. .content-wrapper, .right-side, .main-footer {
  46. -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
  47. -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
  48. -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
  49. transition: transform .3s ease-in-out, margin .3s ease-in-out;
  50. margin-left: 230px;
  51. z-index: 820
  52. }
  53. .layout-top-nav .content-wrapper, .layout-top-nav .right-side, .layout-top-nav .main-footer {
  54. margin-left: 0
  55. }
  56. @media (max-width: 767px) {
  57. .content-wrapper, .right-side, .main-footer {
  58. margin-left: 0
  59. }
  60. }
  61. @media (min-width: 768px) {
  62. .sidebar-collapse .content-wrapper, .sidebar-collapse .right-side, .sidebar-collapse .main-footer {
  63. margin-left: 0
  64. }
  65. }
  66. @media (max-width: 767px) {
  67. .sidebar-open .content-wrapper, .sidebar-open .right-side, .sidebar-open .main-footer {
  68. -webkit-transform: translate(230px, 0);
  69. -ms-transform: translate(230px, 0);
  70. -o-transform: translate(230px, 0);
  71. transform: translate(230px, 0)
  72. }
  73. }
  74. .content-wrapper, .right-side {
  75. min-height: 100%;
  76. background-color: #ecf0f5;
  77. z-index: 800
  78. }
  79. .main-footer {
  80. background: #fff;
  81. padding: 15px;
  82. color: #444;
  83. border-top: 1px solid #d2d6de
  84. }
  85. .fixed .main-header, .fixed .main-sidebar, .fixed .left-side {
  86. position: fixed
  87. }
  88. .fixed .main-header {
  89. top: 0;
  90. right: 0;
  91. left: 0
  92. }
  93. .fixed .content-wrapper, .fixed .right-side {
  94. padding-top: 50px
  95. }
  96. @media (max-width: 767px) {
  97. .fixed .content-wrapper, .fixed .right-side {
  98. padding-top: 100px
  99. }
  100. }
  101. .fixed.layout-boxed .wrapper {
  102. max-width: 100%
  103. }
  104. body.hold-transition .content-wrapper, body.hold-transition .right-side, body.hold-transition .main-footer, body.hold-transition .main-sidebar, body.hold-transition .left-side, body.hold-transition .main-header > .navbar, body.hold-transition .main-header .logo {
  105. -webkit-transition: none;
  106. -o-transition: none;
  107. transition: none
  108. }
  109. .content {
  110. min-height: 250px;
  111. padding: 15px;
  112. margin-right: auto;
  113. margin-left: auto;
  114. padding-left: 15px;
  115. padding-right: 15px
  116. }
  117. h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  118. font-family: 'Source Sans Pro', sans-serif
  119. }
  120. a {
  121. color: #3c8dbc
  122. }
  123. a:hover, a:active, a:focus {
  124. outline: none;
  125. text-decoration: none;
  126. color: #72afd2
  127. }
  128. .page-header {
  129. margin: 10px 0 20px 0;
  130. font-size: 22px
  131. }
  132. .page-header > small {
  133. color: #666;
  134. display: block;
  135. margin-top: 5px
  136. }
  137. .main-header {
  138. position: relative;
  139. max-height: 100px;
  140. z-index: 1030
  141. }
  142. .main-header > .navbar {
  143. -webkit-transition: margin-left .3s ease-in-out;
  144. -o-transition: margin-left .3s ease-in-out;
  145. transition: margin-left .3s ease-in-out;
  146. margin-bottom: 0;
  147. margin-left: 230px;
  148. border: none;
  149. min-height: 50px;
  150. border-radius: 0
  151. }
  152. .layout-top-nav .main-header > .navbar {
  153. margin-left: 0
  154. }
  155. .main-header #navbar-search-input.form-control {
  156. background: rgba(255, 255, 255, 0.2);
  157. border-color: transparent
  158. }
  159. .main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active {
  160. border-color: rgba(0, 0, 0, 0.1);
  161. background: rgba(255, 255, 255, 0.9)
  162. }
  163. .main-header #navbar-search-input.form-control::-moz-placeholder {
  164. color: #ccc;
  165. opacity: 1
  166. }
  167. .main-header #navbar-search-input.form-control:-ms-input-placeholder {
  168. color: #ccc
  169. }
  170. .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  171. color: #ccc
  172. }
  173. .main-header .navbar-custom-menu, .main-header .navbar-right {
  174. float: right
  175. }
  176. @media (max-width: 991px) {
  177. .main-header .navbar-custom-menu a, .main-header .navbar-right a {
  178. color: inherit;
  179. background: transparent
  180. }
  181. }
  182. @media (max-width: 767px) {
  183. .main-header .navbar-right {
  184. float: none
  185. }
  186. .navbar-collapse .main-header .navbar-right {
  187. margin: 7.5px -15px
  188. }
  189. .main-header .navbar-right > li {
  190. color: inherit;
  191. border: 0
  192. }
  193. }
  194. .main-header .sidebar-toggle {
  195. float: left;
  196. background-color: transparent;
  197. background-image: none;
  198. padding: 15px 15px;
  199. font-family: fontAwesome
  200. }
  201. .main-header .sidebar-toggle:before {
  202. content: "\f0c9"
  203. }
  204. .main-header .sidebar-toggle:hover {
  205. color: #fff
  206. }
  207. .main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active {
  208. background: transparent
  209. }
  210. .main-header .sidebar-toggle .icon-bar {
  211. display: none
  212. }
  213. .main-header .navbar .nav > li.user > a > .fa, .main-header .navbar .nav > li.user > a > .glyphicon, .main-header .navbar .nav > li.user > a > .ion {
  214. margin-right: 5px
  215. }
  216. .main-header .navbar .nav > li > a > .label {
  217. position: absolute;
  218. top: 9px;
  219. right: 7px;
  220. text-align: center;
  221. font-size: 9px;
  222. padding: 2px 3px;
  223. line-height: .9
  224. }
  225. .main-header .logo {
  226. -webkit-transition: width .3s ease-in-out;
  227. -o-transition: width .3s ease-in-out;
  228. transition: width .3s ease-in-out;
  229. display: block;
  230. float: left;
  231. height: 50px;
  232. font-size: 20px;
  233. line-height: 50px;
  234. text-align: center;
  235. width: 230px;
  236. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  237. padding: 0 15px;
  238. font-weight: 300;
  239. overflow: hidden
  240. }
  241. .main-header .logo .logo-lg {
  242. display: block
  243. }
  244. .main-header .logo .logo-mini {
  245. display: none
  246. }
  247. .main-header .navbar-brand {
  248. color: #fff
  249. }
  250. .content-header {
  251. position: relative;
  252. padding: 15px 15px 0 15px
  253. }
  254. .content-header > h1 {
  255. margin: 0;
  256. font-size: 24px
  257. }
  258. .content-header > h1 > small {
  259. font-size: 15px;
  260. display: inline-block;
  261. padding-left: 4px;
  262. font-weight: 300
  263. }
  264. .content-header > .breadcrumb {
  265. float: right;
  266. background: transparent;
  267. margin-top: 0;
  268. margin-bottom: 0;
  269. font-size: 12px;
  270. padding: 7px 5px;
  271. position: absolute;
  272. top: 15px;
  273. right: 10px;
  274. border-radius: 2px
  275. }
  276. .content-header > .breadcrumb > li > a {
  277. color: #444;
  278. text-decoration: none;
  279. display: inline-block
  280. }
  281. .content-header > .breadcrumb > li > a > .fa, .content-header > .breadcrumb > li > a > .glyphicon, .content-header > .breadcrumb > li > a > .ion {
  282. margin-right: 5px
  283. }
  284. .content-header > .breadcrumb > li + li:before {
  285. content: '>\00a0'
  286. }
  287. @media (max-width: 991px) {
  288. .content-header > .breadcrumb {
  289. position: relative;
  290. margin-top: 5px;
  291. top: 0;
  292. right: 0;
  293. float: none;
  294. background: #d2d6de;
  295. padding-left: 10px
  296. }
  297. .content-header > .breadcrumb li:before {
  298. color: #97a0b3
  299. }
  300. }
  301. .navbar-toggle {
  302. color: #fff;
  303. border: 0;
  304. margin: 0;
  305. padding: 15px 15px
  306. }
  307. @media (max-width: 991px) {
  308. .navbar-custom-menu .navbar-nav > li {
  309. float: left
  310. }
  311. .navbar-custom-menu .navbar-nav {
  312. margin: 0;
  313. float: left
  314. }
  315. .navbar-custom-menu .navbar-nav > li > a {
  316. padding-top: 15px;
  317. padding-bottom: 15px;
  318. line-height: 20px
  319. }
  320. }
  321. @media (max-width: 767px) {
  322. .main-header {
  323. position: relative
  324. }
  325. .main-header .logo, .main-header .navbar {
  326. width: 100%;
  327. float: none
  328. }
  329. .main-header .navbar {
  330. margin: 0
  331. }
  332. .main-header .navbar-custom-menu {
  333. float: right
  334. }
  335. }
  336. @media (max-width: 991px) {
  337. .navbar-collapse.pull-left {
  338. float: none !important
  339. }
  340. .navbar-collapse.pull-left + .navbar-custom-menu {
  341. display: block;
  342. position: absolute;
  343. top: 0;
  344. right: 40px
  345. }
  346. }
  347. .main-sidebar, .left-side {
  348. position: absolute;
  349. top: 0;
  350. left: 0;
  351. padding-top: 50px;
  352. min-height: 100%;
  353. width: 230px;
  354. z-index: 810;
  355. -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  356. -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  357. -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  358. transition: transform .3s ease-in-out, width .3s ease-in-out
  359. }
  360. @media (max-width: 767px) {
  361. .main-sidebar, .left-side {
  362. padding-top: 100px
  363. }
  364. }
  365. @media (max-width: 767px) {
  366. .main-sidebar, .left-side {
  367. -webkit-transform: translate(-230px, 0);
  368. -ms-transform: translate(-230px, 0);
  369. -o-transform: translate(-230px, 0);
  370. transform: translate(-230px, 0)
  371. }
  372. }
  373. @media (min-width: 768px) {
  374. .sidebar-collapse .main-sidebar, .sidebar-collapse .left-side {
  375. -webkit-transform: translate(-230px, 0);
  376. -ms-transform: translate(-230px, 0);
  377. -o-transform: translate(-230px, 0);
  378. transform: translate(-230px, 0)
  379. }
  380. }
  381. @media (max-width: 767px) {
  382. .sidebar-open .main-sidebar, .sidebar-open .left-side {
  383. -webkit-transform: translate(0, 0);
  384. -ms-transform: translate(0, 0);
  385. -o-transform: translate(0, 0);
  386. transform: translate(0, 0)
  387. }
  388. }
  389. .sidebar {
  390. padding-bottom: 10px
  391. }
  392. .sidebar-form input:focus {
  393. border-color: transparent
  394. }
  395. .user-panel {
  396. position: relative;
  397. width: 100%;
  398. padding: 10px;
  399. overflow: hidden
  400. }
  401. .user-panel:before, .user-panel:after {
  402. content: " ";
  403. display: table
  404. }
  405. .user-panel:after {
  406. clear: both
  407. }
  408. .user-panel > .image > img {
  409. width: 100%;
  410. max-width: 45px;
  411. height: auto
  412. }
  413. .user-panel > .info {
  414. padding: 5px 5px 5px 15px;
  415. line-height: 1;
  416. position: absolute;
  417. left: 55px
  418. }
  419. .user-panel > .info > p {
  420. font-weight: 600;
  421. margin-bottom: 9px
  422. }
  423. .user-panel > .info > a {
  424. text-decoration: none;
  425. padding-right: 5px;
  426. margin-top: 3px;
  427. font-size: 11px
  428. }
  429. .user-panel > .info > a > .fa, .user-panel > .info > a > .ion, .user-panel > .info > a > .glyphicon {
  430. margin-right: 3px
  431. }
  432. .sidebar-menu {
  433. list-style: none;
  434. margin: 0;
  435. padding: 0
  436. }
  437. .sidebar-menu > li {
  438. position: relative;
  439. margin: 0;
  440. padding: 0
  441. }
  442. .sidebar-menu > li > a {
  443. padding: 12px 5px 12px 15px;
  444. display: block
  445. }
  446. .sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
  447. width: 20px
  448. }
  449. .sidebar-menu > li .label, .sidebar-menu > li .badge {
  450. margin-top: 3px;
  451. margin-right: 5px
  452. }
  453. .sidebar-menu li.header {
  454. padding: 10px 25px 10px 15px;
  455. font-size: 12px
  456. }
  457. .sidebar-menu li > a > .fa-angle-left {
  458. width: auto;
  459. height: auto;
  460. padding: 0;
  461. margin-right: 10px;
  462. margin-top: 3px
  463. }
  464. .sidebar-menu li.active > a > .fa-angle-left {
  465. -webkit-transform: rotate(-90deg);
  466. -ms-transform: rotate(-90deg);
  467. -o-transform: rotate(-90deg);
  468. transform: rotate(-90deg)
  469. }
  470. .sidebar-menu li.active > .treeview-menu {
  471. display: block
  472. }
  473. .sidebar-menu .treeview-menu {
  474. display: none;
  475. list-style: none;
  476. padding: 0;
  477. margin: 0;
  478. padding-left: 5px
  479. }
  480. .sidebar-menu .treeview-menu .treeview-menu {
  481. padding-left: 20px
  482. }
  483. .sidebar-menu .treeview-menu > li {
  484. margin: 0
  485. }
  486. .sidebar-menu .treeview-menu > li > a {
  487. padding: 5px 5px 5px 15px;
  488. display: block;
  489. font-size: 14px
  490. }
  491. .sidebar-menu .treeview-menu > li > a > .fa, .sidebar-menu .treeview-menu > li > a > .glyphicon, .sidebar-menu .treeview-menu > li > a > .ion {
  492. width: 20px
  493. }
  494. .sidebar-menu .treeview-menu > li > a > .fa-angle-left, .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  495. width: auto
  496. }
  497. @media (min-width: 768px) {
  498. .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
  499. margin-left: 50px !important;
  500. z-index: 840
  501. }
  502. .sidebar-mini.sidebar-collapse .main-sidebar {
  503. -webkit-transform: translate(0, 0);
  504. -ms-transform: translate(0, 0);
  505. -o-transform: translate(0, 0);
  506. transform: translate(0, 0);
  507. width: 50px !important;
  508. z-index: 850
  509. }
  510. .sidebar-mini.sidebar-collapse .sidebar-menu > li {
  511. position: relative
  512. }
  513. .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
  514. margin-right: 0
  515. }
  516. .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
  517. border-top-right-radius: 4px
  518. }
  519. .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
  520. border-bottom-right-radius: 4px
  521. }
  522. .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
  523. padding-top: 5px;
  524. padding-bottom: 5px;
  525. border-bottom-right-radius: 4px
  526. }
  527. .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  528. display: block !important;
  529. position: absolute;
  530. width: 180px;
  531. left: 50px
  532. }
  533. .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
  534. top: 0;
  535. margin-left: -3px;
  536. padding: 12px 5px 12px 20px;
  537. background-color: inherit
  538. }
  539. .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  540. top: 44px;
  541. margin-left: 0
  542. }
  543. .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info, .sidebar-mini.sidebar-collapse .sidebar-form, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span, .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
  544. display: none !important;
  545. -webkit-transform: translateZ(0)
  546. }
  547. .sidebar-mini.sidebar-collapse .main-header .logo {
  548. width: 50px
  549. }
  550. .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
  551. display: block;
  552. margin-left: -15px;
  553. margin-right: -15px;
  554. font-size: 18px
  555. }
  556. .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
  557. display: none
  558. }
  559. .sidebar-mini.sidebar-collapse .main-header .navbar {
  560. margin-left: 50px
  561. }
  562. }
  563. .sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
  564. white-space: nowrap;
  565. overflow: hidden
  566. }
  567. .sidebar-menu:hover {
  568. overflow: visible
  569. }
  570. .sidebar-form, .sidebar-menu > li.header {
  571. overflow: hidden;
  572. text-overflow: clip
  573. }
  574. .sidebar-menu li > a {
  575. position: relative
  576. }
  577. .sidebar-menu li > a > .pull-right {
  578. position: absolute;
  579. top: 50%;
  580. right: 10px;
  581. margin-top: -7px
  582. }
  583. .control-sidebar-bg {
  584. position: fixed;
  585. z-index: 1000;
  586. bottom: 0
  587. }
  588. .control-sidebar-bg, .control-sidebar {
  589. top: 0;
  590. right: -230px;
  591. width: 230px;
  592. -webkit-transition: right .3s ease-in-out;
  593. -o-transition: right .3s ease-in-out;
  594. transition: right .3s ease-in-out
  595. }
  596. .control-sidebar {
  597. position: absolute;
  598. padding-top: 50px;
  599. z-index: 1010
  600. }
  601. @media (max-width: 768px) {
  602. .control-sidebar {
  603. padding-top: 100px
  604. }
  605. }
  606. .control-sidebar > .tab-content {
  607. padding: 10px 15px
  608. }
  609. .control-sidebar.control-sidebar-open, .control-sidebar.control-sidebar-open + .control-sidebar-bg {
  610. right: 0
  611. }
  612. .control-sidebar-open .control-sidebar-bg, .control-sidebar-open .control-sidebar {
  613. right: 0
  614. }
  615. @media (min-width: 768px) {
  616. .control-sidebar-open .content-wrapper, .control-sidebar-open .right-side, .control-sidebar-open .main-footer {
  617. margin-right: 230px
  618. }
  619. }
  620. .nav-tabs.control-sidebar-tabs > li:first-of-type > a, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  621. border-left-width: 0
  622. }
  623. .nav-tabs.control-sidebar-tabs > li > a {
  624. border-radius: 0
  625. }
  626. .nav-tabs.control-sidebar-tabs > li > a, .nav-tabs.control-sidebar-tabs > li > a:hover {
  627. border-top: none;
  628. border-right: none;
  629. border-left: 1px solid transparent;
  630. border-bottom: 1px solid transparent
  631. }
  632. .nav-tabs.control-sidebar-tabs > li > a .icon {
  633. font-size: 16px
  634. }
  635. .nav-tabs.control-sidebar-tabs > li.active > a, .nav-tabs.control-sidebar-tabs > li.active > a:hover, .nav-tabs.control-sidebar-tabs > li.active > a:focus, .nav-tabs.control-sidebar-tabs > li.active > a:active {
  636. border-top: none;
  637. border-right: none;
  638. border-bottom: none
  639. }
  640. @media (max-width: 768px) {
  641. .nav-tabs.control-sidebar-tabs {
  642. display: table
  643. }
  644. .nav-tabs.control-sidebar-tabs > li {
  645. display: table-cell
  646. }
  647. }
  648. .control-sidebar-heading {
  649. font-weight: 400;
  650. font-size: 16px;
  651. padding: 10px 0;
  652. margin-bottom: 10px
  653. }
  654. .control-sidebar-subheading {
  655. display: block;
  656. font-weight: 400;
  657. font-size: 14px
  658. }
  659. .control-sidebar-menu {
  660. list-style: none;
  661. padding: 0;
  662. margin: 0 -15px
  663. }
  664. .control-sidebar-menu > li > a {
  665. display: block;
  666. padding: 10px 15px
  667. }
  668. .control-sidebar-menu > li > a:before, .control-sidebar-menu > li > a:after {
  669. content: " ";
  670. display: table
  671. }
  672. .control-sidebar-menu > li > a:after {
  673. clear: both
  674. }
  675. .control-sidebar-menu > li > a > .control-sidebar-subheading {
  676. margin-top: 0
  677. }
  678. .control-sidebar-menu .menu-icon {
  679. float: left;
  680. width: 35px;
  681. height: 35px;
  682. border-radius: 50%;
  683. text-align: center;
  684. line-height: 35px
  685. }
  686. .control-sidebar-menu .menu-info {
  687. margin-left: 45px;
  688. margin-top: 3px
  689. }
  690. .control-sidebar-menu .menu-info > .control-sidebar-subheading {
  691. margin: 0
  692. }
  693. .control-sidebar-menu .menu-info > p {
  694. margin: 0;
  695. font-size: 11px
  696. }
  697. .control-sidebar-menu .progress {
  698. margin: 0
  699. }
  700. .control-sidebar-dark {
  701. color: #b8c7ce
  702. }
  703. .control-sidebar-dark, .control-sidebar-dark + .control-sidebar-bg {
  704. background: #222d32
  705. }
  706. .control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  707. border-bottom: #1c2529
  708. }
  709. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  710. background: #181f23;
  711. color: #b8c7ce
  712. }
  713. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
  714. border-left-color: #141a1d;
  715. border-bottom-color: #141a1d
  716. }
  717. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
  718. background: #1c2529
  719. }
  720. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  721. color: #fff
  722. }
  723. .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
  724. background: #222d32;
  725. color: #fff
  726. }
  727. .control-sidebar-dark .control-sidebar-heading, .control-sidebar-dark .control-sidebar-subheading {
  728. color: #fff
  729. }
  730. .control-sidebar-dark .control-sidebar-menu > li > a:hover {
  731. background: #1e282c
  732. }
  733. .control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  734. color: #b8c7ce
  735. }
  736. .control-sidebar-light {
  737. color: #5e5e5e
  738. }
  739. .control-sidebar-light, .control-sidebar-light + .control-sidebar-bg {
  740. background: #f9fafc;
  741. border-left: 1px solid #d2d6de
  742. }
  743. .control-sidebar-light .nav-tabs.control-sidebar-tabs {
  744. border-bottom: #d2d6de
  745. }
  746. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  747. background: #e8ecf4;
  748. color: #444
  749. }
  750. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
  751. border-left-color: #d2d6de;
  752. border-bottom-color: #d2d6de
  753. }
  754. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
  755. background: #eff1f7
  756. }
  757. .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
  758. background: #f9fafc;
  759. color: #111
  760. }
  761. .control-sidebar-light .control-sidebar-heading, .control-sidebar-light .control-sidebar-subheading {
  762. color: #111
  763. }
  764. .control-sidebar-light .control-sidebar-menu {
  765. margin-left: -14px
  766. }
  767. .control-sidebar-light .control-sidebar-menu > li > a:hover {
  768. background: #f4f4f5
  769. }
  770. .control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  771. color: #5e5e5e
  772. }
  773. .dropdown-menu {
  774. box-shadow: none;
  775. border-color: #eee
  776. }
  777. .dropdown-menu > li > a {
  778. color: #777
  779. }
  780. .dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .ion {
  781. margin-right: 10px
  782. }
  783. .dropdown-menu > li > a:hover {
  784. background-color: #e1e3e9;
  785. color: #333
  786. }
  787. .dropdown-menu > .divider {
  788. background-color: #eee
  789. }
  790. .navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
  791. width: 280px;
  792. padding: 0 0 0 0;
  793. margin: 0;
  794. top: 100%
  795. }
  796. .navbar-nav > .notifications-menu > .dropdown-menu > li, .navbar-nav > .messages-menu > .dropdown-menu > li, .navbar-nav > .tasks-menu > .dropdown-menu > li {
  797. position: relative
  798. }
  799. .navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  800. border-top-left-radius: 4px;
  801. border-top-right-radius: 4px;
  802. border-bottom-right-radius: 0;
  803. border-bottom-left-radius: 0;
  804. background-color: #ffffff;
  805. padding: 7px 10px;
  806. border-bottom: 1px solid #f4f4f4;
  807. color: #444444;
  808. font-size: 14px
  809. }
  810. .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  811. border-top-left-radius: 0;
  812. border-top-right-radius: 0;
  813. border-bottom-right-radius: 4px;
  814. border-bottom-left-radius: 4px;
  815. font-size: 12px;
  816. background-color: #fff;
  817. padding: 7px 10px;
  818. border-bottom: 1px solid #eeeeee;
  819. color: #444 !important;
  820. text-align: center
  821. }
  822. @media (max-width: 991px) {
  823. .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  824. background: #fff !important;
  825. color: #444 !important
  826. }
  827. }
  828. .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  829. text-decoration: none;
  830. font-weight: normal
  831. }
  832. .navbar-nav > .notifications-menu > .dropdown-menu > li .menu, .navbar-nav > .messages-menu > .dropdown-menu > li .menu, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  833. max-height: 200px;
  834. margin: 0;
  835. padding: 0;
  836. list-style: none;
  837. overflow-x: hidden
  838. }
  839. .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  840. display: block;
  841. white-space: nowrap;
  842. border-bottom: 1px solid #f4f4f4
  843. }
  844. .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  845. background: #f4f4f4;
  846. text-decoration: none
  847. }
  848. .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  849. color: #444444;
  850. overflow: hidden;
  851. text-overflow: ellipsis;
  852. padding: 10px
  853. }
  854. .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  855. width: 20px
  856. }
  857. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  858. margin: 0;
  859. padding: 10px 10px
  860. }
  861. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  862. margin: auto 10px auto auto;
  863. width: 40px;
  864. height: 40px
  865. }
  866. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  867. padding: 0;
  868. margin: 0 0 0 45px;
  869. color: #444444;
  870. font-size: 15px;
  871. position: relative
  872. }
  873. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  874. color: #999999;
  875. font-size: 10px;
  876. position: absolute;
  877. top: 0;
  878. right: 0
  879. }
  880. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  881. margin: 0 0 0 45px;
  882. font-size: 12px;
  883. color: #888888
  884. }
  885. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  886. content: " ";
  887. display: table
  888. }
  889. .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  890. clear: both
  891. }
  892. .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  893. padding: 10px
  894. }
  895. .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  896. font-size: 14px;
  897. padding: 0;
  898. margin: 0 0 10px 0;
  899. color: #666666
  900. }
  901. .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  902. padding: 0;
  903. margin: 0
  904. }
  905. .navbar-nav > .user-menu > .dropdown-menu {
  906. border-top-right-radius: 0;
  907. border-top-left-radius: 0;
  908. padding: 1px 0 0 0;
  909. border-top-width: 0;
  910. width: 280px
  911. }
  912. .navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu > .user-body {
  913. border-bottom-right-radius: 4px;
  914. border-bottom-left-radius: 4px
  915. }
  916. .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  917. height: 175px;
  918. padding: 10px;
  919. text-align: center
  920. }
  921. .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  922. z-index: 5;
  923. height: 90px;
  924. width: 90px;
  925. border: 3px solid;
  926. border-color: transparent;
  927. border-color: rgba(255, 255, 255, 0.2)
  928. }
  929. .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  930. z-index: 5;
  931. color: #fff;
  932. color: rgba(255, 255, 255, 0.8);
  933. font-size: 17px;
  934. margin-top: 10px
  935. }
  936. .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  937. display: block;
  938. font-size: 12px
  939. }
  940. .navbar-nav > .user-menu > .dropdown-menu > .user-body {
  941. padding: 15px;
  942. border-bottom: 1px solid #f4f4f4;
  943. border-top: 1px solid #dddddd
  944. }
  945. .navbar-nav > .user-menu > .dropdown-menu > .user-body:before, .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  946. content: " ";
  947. display: table
  948. }
  949. .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  950. clear: both
  951. }
  952. .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  953. color: #444 !important
  954. }
  955. @media (max-width: 991px) {
  956. .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  957. background: #fff !important;
  958. color: #444 !important
  959. }
  960. }
  961. .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  962. background-color: #f9f9f9;
  963. padding: 10px
  964. }
  965. .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before, .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  966. content: " ";
  967. display: table
  968. }
  969. .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  970. clear: both
  971. }
  972. .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  973. color: #666666
  974. }
  975. @media (max-width: 991px) {
  976. .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
  977. background-color: #f9f9f9
  978. }
  979. }
  980. .navbar-nav > .user-menu .user-image {
  981. float: left;
  982. width: 25px;
  983. height: 25px;
  984. border-radius: 50%;
  985. margin-right: 10px;
  986. margin-top: -2px
  987. }
  988. @media (max-width: 767px) {
  989. .navbar-nav > .user-menu .user-image {
  990. float: none;
  991. margin-right: 0;
  992. margin-top: -8px;
  993. line-height: 10px
  994. }
  995. }
  996. .open:not(.dropup) > .animated-dropdown-menu {
  997. backface-visibility: visible !important;
  998. -webkit-animation: flipInX .7s both;
  999. -o-animation: flipInX .7s both;
  1000. animation: flipInX .7s both
  1001. }
  1002. @keyframes flipInX {
  1003. 0% {
  1004. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  1005. transition-timing-function: ease-in;
  1006. opacity: 0
  1007. }
  1008. 40% {
  1009. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  1010. transition-timing-function: ease-in
  1011. }
  1012. 60% {
  1013. transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  1014. opacity: 1
  1015. }
  1016. 80% {
  1017. transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  1018. }
  1019. 100% {
  1020. transform: perspective(400px)
  1021. }
  1022. }
  1023. @-webkit-keyframes flipInX {
  1024. 0% {
  1025. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  1026. -webkit-transition-timing-function: ease-in;
  1027. opacity: 0
  1028. }
  1029. 40% {
  1030. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  1031. -webkit-transition-timing-function: ease-in
  1032. }
  1033. 60% {
  1034. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  1035. opacity: 1
  1036. }
  1037. 80% {
  1038. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  1039. }
  1040. 100% {
  1041. -webkit-transform: perspective(400px)
  1042. }
  1043. }
  1044. .navbar-custom-menu > .navbar-nav > li {
  1045. position: relative
  1046. }
  1047. .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  1048. position: absolute;
  1049. right: 0;
  1050. left: auto
  1051. }
  1052. @media (max-width: 991px) {
  1053. .navbar-custom-menu > .navbar-nav {
  1054. float: right
  1055. }
  1056. .navbar-custom-menu > .navbar-nav > li {
  1057. position: static
  1058. }
  1059. .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  1060. position: absolute;
  1061. right: 5%;
  1062. left: auto;
  1063. border: 1px solid #ddd;
  1064. background: #fff
  1065. }
  1066. }
  1067. .form-control {
  1068. border-radius: 0;
  1069. box-shadow: none;
  1070. border-color: #d2d6de
  1071. }
  1072. .form-control:focus {
  1073. border-color: #3c8dbc;
  1074. box-shadow: none
  1075. }
  1076. .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  1077. color: #bbb;
  1078. opacity: 1
  1079. }
  1080. .form-control:not(select) {
  1081. -webkit-appearance: none;
  1082. -moz-appearance: none;
  1083. appearance: none
  1084. }
  1085. .form-group.has-success label {
  1086. color: #00a65a
  1087. }
  1088. .form-group.has-success .form-control {
  1089. border-color: #00a65a;
  1090. box-shadow: none
  1091. }
  1092. .form-group.has-warning label {
  1093. color: #f39c12
  1094. }
  1095. .form-group.has-warning .form-control {
  1096. border-color: #f39c12;
  1097. box-shadow: none
  1098. }
  1099. .form-group.has-error label {
  1100. color: #dd4b39
  1101. }
  1102. .form-group.has-error .form-control {
  1103. border-color: #dd4b39;
  1104. box-shadow: none
  1105. }
  1106. .input-group .input-group-addon {
  1107. border-radius: 0;
  1108. border-color: #d2d6de;
  1109. background-color: #fff
  1110. }
  1111. .btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
  1112. border-radius: 0
  1113. }
  1114. .icheck > label {
  1115. padding-left: 0
  1116. }
  1117. .form-control-feedback.fa {
  1118. line-height: 34px
  1119. }
  1120. .input-lg + .form-control-feedback.fa, .input-group-lg + .form-control-feedback.fa, .form-group-lg .form-control + .form-control-feedback.fa {
  1121. line-height: 46px
  1122. }
  1123. .input-sm + .form-control-feedback.fa, .input-group-sm + .form-control-feedback.fa, .form-group-sm .form-control + .form-control-feedback.fa {
  1124. line-height: 30px
  1125. }
  1126. .progress, .progress > .progress-bar {
  1127. -webkit-box-shadow: none;
  1128. box-shadow: none
  1129. }
  1130. .progress, .progress > .progress-bar, .progress .progress-bar, .progress > .progress-bar .progress-bar {
  1131. border-radius: 1px
  1132. }
  1133. .progress.sm, .progress-sm {
  1134. height: 10px
  1135. }
  1136. .progress.sm, .progress-sm, .progress.sm .progress-bar, .progress-sm .progress-bar {
  1137. border-radius: 1px
  1138. }
  1139. .progress.xs, .progress-xs {
  1140. height: 7px
  1141. }
  1142. .progress.xs, .progress-xs, .progress.xs .progress-bar, .progress-xs .progress-bar {
  1143. border-radius: 1px
  1144. }
  1145. .progress.xxs, .progress-xxs {
  1146. height: 3px
  1147. }
  1148. .progress.xxs, .progress-xxs, .progress.xxs .progress-bar, .progress-xxs .progress-bar {
  1149. border-radius: 1px
  1150. }
  1151. .progress.vertical {
  1152. position: relative;
  1153. width: 30px;
  1154. height: 200px;
  1155. display: inline-block;
  1156. margin-right: 10px
  1157. }
  1158. .progress.vertical > .progress-bar {
  1159. width: 100%;
  1160. position: absolute;
  1161. bottom: 0
  1162. }
  1163. .progress.vertical.sm, .progress.vertical.progress-sm {
  1164. width: 20px
  1165. }
  1166. .progress.vertical.xs, .progress.vertical.progress-xs {
  1167. width: 10px
  1168. }
  1169. .progress.vertical.xxs, .progress.vertical.progress-xxs {
  1170. width: 3px
  1171. }
  1172. .progress-group .progress-text {
  1173. font-weight: 600
  1174. }
  1175. .progress-group .progress-number {
  1176. float: right
  1177. }
  1178. .table tr > td .progress {
  1179. margin: 0
  1180. }
  1181. .progress-bar-light-blue, .progress-bar-primary {
  1182. background-color: #3c8dbc
  1183. }
  1184. .progress-striped .progress-bar-light-blue, .progress-striped .progress-bar-primary {
  1185. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1186. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1187. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
  1188. }
  1189. .progress-bar-green, .progress-bar-success {
  1190. background-color: #00a65a
  1191. }
  1192. .progress-striped .progress-bar-green, .progress-striped .progress-bar-success {
  1193. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1194. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1195. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
  1196. }
  1197. .progress-bar-aqua, .progress-bar-info {
  1198. background-color: #00c0ef
  1199. }
  1200. .progress-striped .progress-bar-aqua, .progress-striped .progress-bar-info {
  1201. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1202. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1203. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
  1204. }
  1205. .progress-bar-yellow, .progress-bar-warning {
  1206. background-color: #f39c12
  1207. }
  1208. .progress-striped .progress-bar-yellow, .progress-striped .progress-bar-warning {
  1209. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1210. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1211. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
  1212. }
  1213. .progress-bar-red, .progress-bar-danger {
  1214. background-color: #dd4b39
  1215. }
  1216. .progress-striped .progress-bar-red, .progress-striped .progress-bar-danger {
  1217. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1218. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1219. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
  1220. }
  1221. .small-box {
  1222. border-radius: 2px;
  1223. position: relative;
  1224. display: block;
  1225. margin-bottom: 20px;
  1226. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
  1227. }
  1228. .small-box > .inner {
  1229. padding: 10px
  1230. }
  1231. .small-box > .small-box-footer {
  1232. position: relative;
  1233. text-align: center;
  1234. padding: 3px 0;
  1235. color: #fff;
  1236. color: rgba(255, 255, 255, 0.8);
  1237. display: block;
  1238. z-index: 10;
  1239. background: rgba(0, 0, 0, 0.1);
  1240. text-decoration: none
  1241. }
  1242. .small-box > .small-box-footer:hover {
  1243. color: #fff;
  1244. background: rgba(0, 0, 0, 0.15)
  1245. }
  1246. .small-box h3 {
  1247. font-size: 38px;
  1248. font-weight: bold;
  1249. margin: 0 0 10px 0;
  1250. white-space: nowrap;
  1251. padding: 0
  1252. }
  1253. .small-box p {
  1254. font-size: 15px
  1255. }
  1256. .small-box p > small {
  1257. display: block;
  1258. color: #f9f9f9;
  1259. font-size: 13px;
  1260. margin-top: 5px
  1261. }
  1262. .small-box h3, .small-box p {
  1263. z-index: 5px
  1264. }
  1265. .small-box .icon {
  1266. -webkit-transition: all .3s linear;
  1267. -o-transition: all .3s linear;
  1268. transition: all .3s linear;
  1269. position: absolute;
  1270. top: -10px;
  1271. right: 10px;
  1272. z-index: 0;
  1273. font-size: 90px;
  1274. color: rgba(0, 0, 0, 0.15)
  1275. }
  1276. .small-box:hover {
  1277. text-decoration: none;
  1278. color: #f9f9f9
  1279. }
  1280. .small-box:hover .icon {
  1281. font-size: 95px
  1282. }
  1283. @media (max-width: 767px) {
  1284. .small-box {
  1285. text-align: center
  1286. }
  1287. .small-box .icon {
  1288. display: none
  1289. }
  1290. .small-box p {
  1291. font-size: 12px
  1292. }
  1293. }
  1294. .box {
  1295. position: relative;
  1296. border-radius: 3px;
  1297. background: #ffffff;
  1298. border-top: 3px solid #d2d6de;
  1299. margin-bottom: 20px;
  1300. width: 100%;
  1301. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
  1302. }
  1303. .box.box-primary {
  1304. border-top-color: #3c8dbc
  1305. }
  1306. .box.box-info {
  1307. border-top-color: #00c0ef
  1308. }
  1309. .box.box-danger {
  1310. border-top-color: #dd4b39
  1311. }
  1312. .box.box-warning {
  1313. border-top-color: #f39c12
  1314. }
  1315. .box.box-success {
  1316. border-top-color: #00a65a
  1317. }
  1318. .box.box-default {
  1319. border-top-color: #d2d6de
  1320. }
  1321. .box.collapsed-box .box-body, .box.collapsed-box .box-footer {
  1322. display: none
  1323. }
  1324. .box .nav-stacked > li {
  1325. border-bottom: 1px solid #f4f4f4;
  1326. margin: 0
  1327. }
  1328. .box .nav-stacked > li:last-of-type {
  1329. border-bottom: none
  1330. }
  1331. .box.height-control .box-body {
  1332. max-height: 300px;
  1333. overflow: auto
  1334. }
  1335. .box .border-right {
  1336. border-right: 1px solid #f4f4f4
  1337. }
  1338. .box .border-left {
  1339. border-left: 1px solid #f4f4f4
  1340. }
  1341. .box.box-solid {
  1342. border-top: 0
  1343. }
  1344. .box.box-solid > .box-header .btn.btn-default {
  1345. background: transparent
  1346. }
  1347. .box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover {
  1348. background: rgba(0, 0, 0, 0.1)
  1349. }
  1350. .box.box-solid.box-default {
  1351. border: 1px solid #d2d6de
  1352. }
  1353. .box.box-solid.box-default > .box-header {
  1354. color: #444;
  1355. background: #d2d6de;
  1356. background-color: #d2d6de
  1357. }
  1358. .box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header .btn {
  1359. color: #444
  1360. }
  1361. .box.box-solid.box-primary {
  1362. border: 1px solid #3c8dbc
  1363. }
  1364. .box.box-solid.box-primary > .box-header {
  1365. color: #fff;
  1366. background: #3c8dbc;
  1367. background-color: #3c8dbc
  1368. }
  1369. .box.box-solid.box-primary > .box-header a, .box.box-solid.box-primary > .box-header .btn {
  1370. color: #fff
  1371. }
  1372. .box.box-solid.box-info {
  1373. border: 1px solid #00c0ef
  1374. }
  1375. .box.box-solid.box-info > .box-header {
  1376. color: #fff;
  1377. background: #00c0ef;
  1378. background-color: #00c0ef
  1379. }
  1380. .box.box-solid.box-info > .box-header a, .box.box-solid.box-info > .box-header .btn {
  1381. color: #fff
  1382. }
  1383. .box.box-solid.box-danger {
  1384. border: 1px solid #dd4b39
  1385. }
  1386. .box.box-solid.box-danger > .box-header {
  1387. color: #fff;
  1388. background: #dd4b39;
  1389. background-color: #dd4b39
  1390. }
  1391. .box.box-solid.box-danger > .box-header a, .box.box-solid.box-danger > .box-header .btn {
  1392. color: #fff
  1393. }
  1394. .box.box-solid.box-warning {
  1395. border: 1px solid #f39c12
  1396. }
  1397. .box.box-solid.box-warning > .box-header {
  1398. color: #fff;
  1399. background: #f39c12;
  1400. background-color: #f39c12
  1401. }
  1402. .box.box-solid.box-warning > .box-header a, .box.box-solid.box-warning > .box-header .btn {
  1403. color: #fff
  1404. }
  1405. .box.box-solid.box-success {
  1406. border: 1px solid #00a65a
  1407. }
  1408. .box.box-solid.box-success > .box-header {
  1409. color: #fff;
  1410. background: #00a65a;
  1411. background-color: #00a65a
  1412. }
  1413. .box.box-solid.box-success > .box-header a, .box.box-solid.box-success > .box-header .btn {
  1414. color: #fff
  1415. }
  1416. .box.box-solid > .box-header > .box-tools .btn {
  1417. border: 0;
  1418. box-shadow: none
  1419. }
  1420. .box.box-solid[class*='bg'] > .box-header {
  1421. color: #fff
  1422. }
  1423. .box .box-group > .box {
  1424. margin-bottom: 5px
  1425. }
  1426. .box .knob-label {
  1427. text-align: center;
  1428. color: #333;
  1429. font-weight: 100;
  1430. font-size: 12px;
  1431. margin-bottom: 0.3em
  1432. }
  1433. .box > .overlay, .overlay-wrapper > .overlay, .box > .loading-img, .overlay-wrapper > .loading-img {
  1434. position: absolute;
  1435. top: 0;
  1436. left: 0;
  1437. width: 100%;
  1438. height: 100%
  1439. }
  1440. .box .overlay, .overlay-wrapper .overlay {
  1441. z-index: 50;
  1442. background: rgba(255, 255, 255, 0.7);
  1443. border-radius: 3px
  1444. }
  1445. .box .overlay > .fa, .overlay-wrapper .overlay > .fa {
  1446. position: absolute;
  1447. top: 50%;
  1448. left: 50%;
  1449. margin-left: -15px;
  1450. margin-top: -15px;
  1451. color: #000;
  1452. font-size: 30px
  1453. }
  1454. .box .overlay.dark, .overlay-wrapper .overlay.dark {
  1455. background: rgba(0, 0, 0, 0.5)
  1456. }
  1457. .box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
  1458. content: " ";
  1459. display: table
  1460. }
  1461. .box-header:after, .box-body:after, .box-footer:after {
  1462. clear: both
  1463. }
  1464. .box-header {
  1465. color: #444;
  1466. display: block;
  1467. padding: 10px;
  1468. position: relative
  1469. }
  1470. .box-header.with-border {
  1471. border-bottom: 1px solid #f4f4f4
  1472. }
  1473. .collapsed-box .box-header.with-border {
  1474. border-bottom: none
  1475. }
  1476. .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
  1477. display: inline-block;
  1478. font-size: 18px;
  1479. margin: 0;
  1480. line-height: 1
  1481. }
  1482. .box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
  1483. margin-right: 5px
  1484. }
  1485. .box-header > .box-tools {
  1486. position: absolute;
  1487. right: 10px;
  1488. top: 5px
  1489. }
  1490. .box-header > .box-tools [data-toggle="tooltip"] {
  1491. position: relative
  1492. }
  1493. .box-header > .box-tools.pull-right .dropdown-menu {
  1494. right: 0;
  1495. left: auto
  1496. }
  1497. .btn-box-tool {
  1498. padding: 5px;
  1499. font-size: 12px;
  1500. background: transparent;
  1501. color: #97a0b3
  1502. }
  1503. .open .btn-box-tool, .btn-box-tool:hover {
  1504. color: #606c84
  1505. }
  1506. .btn-box-tool.btn:active {
  1507. box-shadow: none
  1508. }
  1509. .box-body {
  1510. border-top-left-radius: 0;
  1511. border-top-right-radius: 0;
  1512. border-bottom-right-radius: 3px;
  1513. border-bottom-left-radius: 3px;
  1514. padding: 10px
  1515. }
  1516. .no-header .box-body {
  1517. border-top-right-radius: 3px;
  1518. border-top-left-radius: 3px
  1519. }
  1520. .box-body > .table {
  1521. margin-bottom: 0
  1522. }
  1523. .box-body .fc {
  1524. margin-top: 5px
  1525. }
  1526. .box-body .full-width-chart {
  1527. margin: -19px
  1528. }
  1529. .box-body.no-padding .full-width-chart {
  1530. margin: -9px
  1531. }
  1532. .box-body .box-pane {
  1533. border-top-left-radius: 0;
  1534. border-top-right-radius: 0;
  1535. border-bottom-right-radius: 0;
  1536. border-bottom-left-radius: 3px
  1537. }
  1538. .box-body .box-pane-right {
  1539. border-top-left-radius: 0;
  1540. border-top-right-radius: 0;
  1541. border-bottom-right-radius: 3px;
  1542. border-bottom-left-radius: 0
  1543. }
  1544. .box-footer {
  1545. border-top-left-radius: 0;
  1546. border-top-right-radius: 0;
  1547. border-bottom-right-radius: 3px;
  1548. border-bottom-left-radius: 3px;
  1549. border-top: 1px solid #f4f4f4;
  1550. padding: 10px;
  1551. background-color: #fff
  1552. }
  1553. .chart-legend {
  1554. margin: 10px 0
  1555. }
  1556. @media (max-width: 991px) {
  1557. .chart-legend > li {
  1558. float: left;
  1559. margin-right: 10px
  1560. }
  1561. }
  1562. .box-comments {
  1563. background: #f7f7f7
  1564. }
  1565. .box-comments .box-comment {
  1566. padding: 8px 0;
  1567. border-bottom: 1px solid #eee
  1568. }
  1569. .box-comments .box-comment:before, .box-comments .box-comment:after {
  1570. content: " ";
  1571. display: table
  1572. }
  1573. .box-comments .box-comment:after {
  1574. clear: both
  1575. }
  1576. .box-comments .box-comment:last-of-type {
  1577. border-bottom: 0
  1578. }
  1579. .box-comments .box-comment:first-of-type {
  1580. padding-top: 0
  1581. }
  1582. .box-comments .box-comment img {
  1583. float: left
  1584. }
  1585. .box-comments .comment-text {
  1586. margin-left: 40px;
  1587. color: #555
  1588. }
  1589. .box-comments .username {
  1590. color: #444;
  1591. display: block;
  1592. font-weight: 600
  1593. }
  1594. .box-comments .text-muted {
  1595. font-weight: 400;
  1596. font-size: 12px
  1597. }
  1598. .todo-list {
  1599. margin: 0;
  1600. padding: 0;
  1601. list-style: none;
  1602. overflow: auto
  1603. }
  1604. .todo-list > li {
  1605. border-radius: 2px;
  1606. padding: 10px;
  1607. background: #f4f4f4;
  1608. margin-bottom: 2px;
  1609. border-left: 2px solid #e6e7e8;
  1610. color: #444
  1611. }
  1612. .todo-list > li:last-of-type {
  1613. margin-bottom: 0
  1614. }
  1615. .todo-list > li > input[type='checkbox'] {
  1616. margin: 0 10px 0 5px
  1617. }
  1618. .todo-list > li .text {
  1619. display: inline-block;
  1620. margin-left: 5px;
  1621. font-weight: 600
  1622. }
  1623. .todo-list > li .label {
  1624. margin-left: 10px;
  1625. font-size: 9px
  1626. }
  1627. .todo-list > li .tools {
  1628. display: none;
  1629. float: right;
  1630. color: #dd4b39
  1631. }
  1632. .todo-list > li .tools > .fa, .todo-list > li .tools > .glyphicon, .todo-list > li .tools > .ion {
  1633. margin-right: 5px;
  1634. cursor: pointer
  1635. }
  1636. .todo-list > li:hover .tools {
  1637. display: inline-block
  1638. }
  1639. .todo-list > li.done {
  1640. color: #999
  1641. }
  1642. .todo-list > li.done .text {
  1643. text-decoration: line-through;
  1644. font-weight: 500
  1645. }
  1646. .todo-list > li.done .label {
  1647. background: #d2d6de !important
  1648. }
  1649. .todo-list .danger {
  1650. border-left-color: #dd4b39
  1651. }
  1652. .todo-list .warning {
  1653. border-left-color: #f39c12
  1654. }
  1655. .todo-list .info {
  1656. border-left-color: #00c0ef
  1657. }
  1658. .todo-list .success {
  1659. border-left-color: #00a65a
  1660. }
  1661. .todo-list .primary {
  1662. border-left-color: #3c8dbc
  1663. }
  1664. .todo-list .handle {
  1665. display: inline-block;
  1666. cursor: move;
  1667. margin: 0 5px
  1668. }
  1669. .chat {
  1670. padding: 5px 20px 5px 10px
  1671. }
  1672. .chat .item {
  1673. margin-bottom: 10px
  1674. }
  1675. .chat .item:before, .chat .item:after {
  1676. content: " ";
  1677. display: table
  1678. }
  1679. .chat .item:after {
  1680. clear: both
  1681. }
  1682. .chat .item > img {
  1683. width: 40px;
  1684. height: 40px;
  1685. border: 2px solid transparent;
  1686. border-radius: 50%
  1687. }
  1688. .chat .item > .online {
  1689. border: 2px solid #00a65a
  1690. }
  1691. .chat .item > .offline {
  1692. border: 2px solid #dd4b39
  1693. }
  1694. .chat .item > .message {
  1695. margin-left: 55px;
  1696. margin-top: -40px
  1697. }
  1698. .chat .item > .message > .name {
  1699. display: block;
  1700. font-weight: 600
  1701. }
  1702. .chat .item > .attachment {
  1703. border-radius: 3px;
  1704. background: #f4f4f4;
  1705. margin-left: 65px;
  1706. margin-right: 15px;
  1707. padding: 10px
  1708. }
  1709. .chat .item > .attachment > h4 {
  1710. margin: 0 0 5px 0;
  1711. font-weight: 600;
  1712. font-size: 14px
  1713. }
  1714. .chat .item > .attachment > p, .chat .item > .attachment > .filename {
  1715. font-weight: 600;
  1716. font-size: 13px;
  1717. font-style: italic;
  1718. margin: 0
  1719. }
  1720. .chat .item > .attachment:before, .chat .item > .attachment:after {
  1721. content: " ";
  1722. display: table
  1723. }
  1724. .chat .item > .attachment:after {
  1725. clear: both
  1726. }
  1727. .box-input {
  1728. max-width: 200px
  1729. }
  1730. .modal .panel-body {
  1731. color: #444
  1732. }
  1733. .info-box {
  1734. display: block;
  1735. min-height: 90px;
  1736. background: #fff;
  1737. width: 100%;
  1738. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  1739. border-radius: 2px;
  1740. margin-bottom: 15px
  1741. }
  1742. .info-box small {
  1743. font-size: 14px
  1744. }
  1745. .info-box .progress {
  1746. background: rgba(0, 0, 0, 0.2);
  1747. margin: 5px -10px 5px -10px;
  1748. height: 2px
  1749. }
  1750. .info-box .progress, .info-box .progress .progress-bar {
  1751. border-radius: 0
  1752. }
  1753. .info-box .progress .progress-bar {
  1754. background: #fff
  1755. }
  1756. .info-box-icon {
  1757. border-top-left-radius: 2px;
  1758. border-top-right-radius: 0;
  1759. border-bottom-right-radius: 0;
  1760. border-bottom-left-radius: 2px;
  1761. display: block;
  1762. float: left;
  1763. height: 90px;
  1764. width: 90px;
  1765. text-align: center;
  1766. font-size: 45px;
  1767. line-height: 90px;
  1768. background: rgba(0, 0, 0, 0.2)
  1769. }
  1770. .info-box-icon > img {
  1771. max-width: 100%
  1772. }
  1773. .info-box-content {
  1774. padding: 5px 10px;
  1775. margin-left: 90px
  1776. }
  1777. .info-box-number {
  1778. display: block;
  1779. font-weight: bold;
  1780. font-size: 18px
  1781. }
  1782. .progress-description, .info-box-text {
  1783. display: block;
  1784. font-size: 14px;
  1785. white-space: nowrap;
  1786. overflow: hidden;
  1787. text-overflow: ellipsis
  1788. }
  1789. .info-box-text {
  1790. text-transform: uppercase
  1791. }
  1792. .info-box-more {
  1793. display: block
  1794. }
  1795. .progress-description {
  1796. margin: 0
  1797. }
  1798. .timeline {
  1799. position: relative;
  1800. margin: 0 0 30px 0;
  1801. padding: 0;
  1802. list-style: none
  1803. }
  1804. .timeline:before {
  1805. content: '';
  1806. position: absolute;
  1807. top: 0;
  1808. bottom: 0;
  1809. width: 4px;
  1810. background: #ddd;
  1811. left: 31px;
  1812. margin: 0;
  1813. border-radius: 2px
  1814. }
  1815. .timeline > li {
  1816. position: relative;
  1817. margin-right: 10px;
  1818. margin-bottom: 15px
  1819. }
  1820. .timeline > li:before, .timeline > li:after {
  1821. content: " ";
  1822. display: table
  1823. }
  1824. .timeline > li:after {
  1825. clear: both
  1826. }
  1827. .timeline > li > .timeline-item {
  1828. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  1829. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  1830. border-radius: 3px;
  1831. margin-top: 0;
  1832. background: #fff;
  1833. color: #444;
  1834. margin-left: 60px;
  1835. margin-right: 15px;
  1836. padding: 0;
  1837. position: relative
  1838. }
  1839. .timeline > li > .timeline-item > .time {
  1840. color: #999;
  1841. float: right;
  1842. padding: 10px;
  1843. font-size: 12px
  1844. }
  1845. .timeline > li > .timeline-item > .timeline-header {
  1846. margin: 0;
  1847. color: #555;
  1848. border-bottom: 1px solid #f4f4f4;
  1849. padding: 10px;
  1850. font-size: 16px;
  1851. line-height: 1.1
  1852. }
  1853. .timeline > li > .timeline-item > .timeline-header > a {
  1854. font-weight: 600
  1855. }
  1856. .timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
  1857. padding: 10px
  1858. }
  1859. .timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
  1860. width: 30px;
  1861. height: 30px;
  1862. font-size: 15px;
  1863. line-height: 30px;
  1864. position: absolute;
  1865. color: #666;
  1866. background: #d2d6de;
  1867. border-radius: 50%;
  1868. text-align: center;
  1869. left: 18px;
  1870. top: 0
  1871. }
  1872. .timeline > .time-label > span {
  1873. font-weight: 600;
  1874. padding: 5px;
  1875. display: inline-block;
  1876. background-color: #fff;
  1877. border-radius: 4px
  1878. }
  1879. .timeline-inverse > li > .timeline-item {
  1880. background: #f0f0f0;
  1881. border: 1px solid #ddd;
  1882. -webkit-box-shadow: none;
  1883. box-shadow: none
  1884. }
  1885. .timeline-inverse > li > .timeline-item > .timeline-header {
  1886. border-bottom-color: #ddd
  1887. }
  1888. .btn {
  1889. border-radius: 3px;
  1890. -webkit-box-shadow: none;
  1891. box-shadow: none;
  1892. border: 1px solid transparent
  1893. }
  1894. .btn.uppercase {
  1895. text-transform: uppercase
  1896. }
  1897. .btn.btn-flat {
  1898. border-radius: 0;
  1899. -webkit-box-shadow: none;
  1900. -moz-box-shadow: none;
  1901. box-shadow: none;
  1902. border-width: 1px
  1903. }
  1904. .btn:active {
  1905. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  1906. -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  1907. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
  1908. }
  1909. .btn:focus {
  1910. outline: none
  1911. }
  1912. .btn.btn-file {
  1913. position: relative;
  1914. overflow: hidden
  1915. }
  1916. .btn.btn-file > input[type='file'] {
  1917. position: absolute;
  1918. top: 0;
  1919. right: 0;
  1920. min-width: 100%;
  1921. min-height: 100%;
  1922. font-size: 100px;
  1923. text-align: right;
  1924. opacity: 0;
  1925. filter: alpha(opacity=0);
  1926. outline: none;
  1927. background: white;
  1928. cursor: inherit;
  1929. display: block
  1930. }
  1931. .btn-default {
  1932. background-color: #f4f4f4;
  1933. color: #444;
  1934. border-color: #ddd
  1935. }
  1936. .btn-default:hover, .btn-default:active, .btn-default.hover {
  1937. background-color: #e7e7e7
  1938. }
  1939. .btn-primary {
  1940. background-color: #3c8dbc;
  1941. border-color: #367fa9
  1942. }
  1943. .btn-primary:hover, .btn-primary:active, .btn-primary.hover {
  1944. background-color: #367fa9
  1945. }
  1946. .btn-success {
  1947. background-color: #00a65a;
  1948. border-color: #008d4c
  1949. }
  1950. .btn-success:hover, .btn-success:active, .btn-success.hover {
  1951. background-color: #008d4c
  1952. }
  1953. .btn-info {
  1954. background-color: #00c0ef;
  1955. border-color: #00acd6
  1956. }
  1957. .btn-info:hover, .btn-info:active, .btn-info.hover {
  1958. background-color: #00acd6
  1959. }
  1960. .btn-danger {
  1961. background-color: #dd4b39;
  1962. border-color: #d73925
  1963. }
  1964. .btn-danger:hover, .btn-danger:active, .btn-danger.hover {
  1965. background-color: #d73925
  1966. }
  1967. .btn-warning {
  1968. background-color: #f39c12;
  1969. border-color: #e08e0b
  1970. }
  1971. .btn-warning:hover, .btn-warning:active, .btn-warning.hover {
  1972. background-color: #e08e0b
  1973. }
  1974. .btn-outline {
  1975. border: 1px solid #fff;
  1976. background: transparent;
  1977. color: #fff
  1978. }
  1979. .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  1980. color: rgba(255, 255, 255, 0.7);
  1981. border-color: rgba(255, 255, 255, 0.7)
  1982. }
  1983. .btn-link {
  1984. -webkit-box-shadow: none;
  1985. box-shadow: none
  1986. }
  1987. .btn[class*='bg-']:hover {
  1988. -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  1989. box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2)
  1990. }
  1991. .btn-app {
  1992. border-radius: 3px;
  1993. position: relative;
  1994. padding: 15px 5px;
  1995. margin: 0 0 10px 10px;
  1996. min-width: 80px;
  1997. height: 60px;
  1998. text-align: center;
  1999. color: #666;
  2000. border: 1px solid #ddd;
  2001. background-color: #f4f4f4;
  2002. font-size: 12px
  2003. }
  2004. .btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
  2005. font-size: 20px;
  2006. display: block
  2007. }
  2008. .btn-app:hover {
  2009. background: #f4f4f4;
  2010. color: #444;
  2011. border-color: #aaa
  2012. }
  2013. .btn-app:active, .btn-app:focus {
  2014. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2015. -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2016. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
  2017. }
  2018. .btn-app > .badge {
  2019. position: absolute;
  2020. top: -3px;
  2021. right: -10px;
  2022. font-size: 10px;
  2023. font-weight: 400
  2024. }
  2025. .callout {
  2026. border-radius: 3px;
  2027. margin: 0 0 20px 0;
  2028. padding: 15px 30px 15px 15px;
  2029. border-left: 5px solid #eee
  2030. }
  2031. .callout a {
  2032. color: #fff;
  2033. text-decoration: underline
  2034. }
  2035. .callout a:hover {
  2036. color: #eee
  2037. }
  2038. .callout h4 {
  2039. margin-top: 0;
  2040. font-weight: 600
  2041. }
  2042. .callout p:last-child {
  2043. margin-bottom: 0
  2044. }
  2045. .callout code, .callout .highlight {
  2046. background-color: #fff
  2047. }
  2048. .callout.callout-danger {
  2049. border-color: #c23321
  2050. }
  2051. .callout.callout-warning {
  2052. border-color: #c87f0a
  2053. }
  2054. .callout.callout-info {
  2055. border-color: #0097bc
  2056. }
  2057. .callout.callout-success {
  2058. border-color: #00733e
  2059. }
  2060. .alert {
  2061. border-radius: 3px
  2062. }
  2063. .alert h4 {
  2064. font-weight: 600
  2065. }
  2066. .alert .icon {
  2067. margin-right: 10px
  2068. }
  2069. .alert .close {
  2070. color: #000;
  2071. opacity: .2;
  2072. filter: alpha(opacity=20)
  2073. }
  2074. .alert .close:hover {
  2075. opacity: .5;
  2076. filter: alpha(opacity=50)
  2077. }
  2078. .alert a {
  2079. color: #fff;
  2080. text-decoration: underline
  2081. }
  2082. .alert-success {
  2083. border-color: #008d4c
  2084. }
  2085. .alert-danger, .alert-error {
  2086. border-color: #d73925
  2087. }
  2088. .alert-warning {
  2089. border-color: #e08e0b
  2090. }
  2091. .alert-info {
  2092. border-color: #00acd6
  2093. }
  2094. .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
  2095. color: #444;
  2096. background: #f7f7f7
  2097. }
  2098. .nav-pills > li > a {
  2099. border-radius: 0;
  2100. border-top: 3px solid transparent;
  2101. color: #444
  2102. }
  2103. .nav-pills > li > a > .fa, .nav-pills > li > a > .glyphicon, .nav-pills > li > a > .ion {
  2104. margin-right: 5px
  2105. }
  2106. .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  2107. border-top-color: #3c8dbc
  2108. }
  2109. .nav-pills > li.active > a {
  2110. font-weight: 600
  2111. }
  2112. .nav-stacked > li > a {
  2113. border-radius: 0;
  2114. border-top: 0;
  2115. border-left: 3px solid transparent;
  2116. color: #444
  2117. }
  2118. .nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
  2119. background: transparent;
  2120. color: #444;
  2121. border-top: 0;
  2122. border-left-color: #3c8dbc
  2123. }
  2124. .nav-stacked > li.header {
  2125. border-bottom: 1px solid #ddd;
  2126. color: #777;
  2127. margin-bottom: 10px;
  2128. padding: 5px 10px;
  2129. text-transform: uppercase
  2130. }
  2131. .nav-tabs-custom {
  2132. margin-bottom: 20px;
  2133. background: #fff;
  2134. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  2135. border-radius: 3px
  2136. }
  2137. .nav-tabs-custom > .nav-tabs {
  2138. margin: 0;
  2139. border-bottom-color: #f4f4f4;
  2140. border-top-right-radius: 3px;
  2141. border-top-left-radius: 3px
  2142. }
  2143. .nav-tabs-custom > .nav-tabs > li {
  2144. border-top: 3px solid transparent;
  2145. margin-bottom: -2px;
  2146. margin-right: 5px
  2147. }
  2148. .nav-tabs-custom > .nav-tabs > li > a {
  2149. color: #444;
  2150. border-radius: 0
  2151. }
  2152. .nav-tabs-custom > .nav-tabs > li > a.text-muted {
  2153. color: #999
  2154. }
  2155. .nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
  2156. background: transparent;
  2157. margin: 0
  2158. }
  2159. .nav-tabs-custom > .nav-tabs > li > a:hover {
  2160. color: #999
  2161. }
  2162. .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  2163. border-color: transparent
  2164. }
  2165. .nav-tabs-custom > .nav-tabs > li.active {
  2166. border-top-color: #3c8dbc
  2167. }
  2168. .nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
  2169. background-color: #fff;
  2170. color: #444
  2171. }
  2172. .nav-tabs-custom > .nav-tabs > li.active > a {
  2173. border-top-color: transparent;
  2174. border-left-color: #f4f4f4;
  2175. border-right-color: #f4f4f4
  2176. }
  2177. .nav-tabs-custom > .nav-tabs > li:first-of-type {
  2178. margin-left: 0
  2179. }
  2180. .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  2181. border-left-color: transparent
  2182. }
  2183. .nav-tabs-custom > .nav-tabs.pull-right {
  2184. float: none !important
  2185. }
  2186. .nav-tabs-custom > .nav-tabs.pull-right > li {
  2187. float: right
  2188. }
  2189. .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  2190. margin-right: 0
  2191. }
  2192. .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  2193. border-left-width: 1px
  2194. }
  2195. .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  2196. border-left-color: #f4f4f4;
  2197. border-right-color: transparent
  2198. }
  2199. .nav-tabs-custom > .nav-tabs > li.header {
  2200. line-height: 35px;
  2201. padding: 0 10px;
  2202. font-size: 20px;
  2203. color: #444
  2204. }
  2205. .nav-tabs-custom > .nav-tabs > li.header > .fa, .nav-tabs-custom > .nav-tabs > li.header > .glyphicon, .nav-tabs-custom > .nav-tabs > li.header > .ion {
  2206. margin-right: 5px
  2207. }
  2208. .nav-tabs-custom > .tab-content {
  2209. background: #fff;
  2210. padding: 10px;
  2211. border-bottom-right-radius: 3px;
  2212. border-bottom-left-radius: 3px
  2213. }
  2214. .nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom .dropdown.open > a:focus {
  2215. background: transparent;
  2216. color: #999
  2217. }
  2218. .nav-tabs-custom.tab-primary > .nav-tabs > li.active {
  2219. border-top-color: #3c8dbc
  2220. }
  2221. .nav-tabs-custom.tab-info > .nav-tabs > li.active {
  2222. border-top-color: #00c0ef
  2223. }
  2224. .nav-tabs-custom.tab-danger > .nav-tabs > li.active {
  2225. border-top-color: #dd4b39
  2226. }
  2227. .nav-tabs-custom.tab-warning > .nav-tabs > li.active {
  2228. border-top-color: #f39c12
  2229. }
  2230. .nav-tabs-custom.tab-success > .nav-tabs > li.active {
  2231. border-top-color: #00a65a
  2232. }
  2233. .nav-tabs-custom.tab-default > .nav-tabs > li.active {
  2234. border-top-color: #d2d6de
  2235. }
  2236. .pagination > li > a {
  2237. background: #fafafa;
  2238. color: #666
  2239. }
  2240. .pagination.pagination-flat > li > a {
  2241. border-radius: 0 !important
  2242. }
  2243. .products-list {
  2244. list-style: none;
  2245. margin: 0;
  2246. padding: 0
  2247. }
  2248. .products-list > .item {
  2249. border-radius: 3px;
  2250. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  2251. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  2252. padding: 10px 0;
  2253. background: #fff
  2254. }
  2255. .products-list > .item:before, .products-list > .item:after {
  2256. content: " ";
  2257. display: table
  2258. }
  2259. .products-list > .item:after {
  2260. clear: both
  2261. }
  2262. .products-list .product-img {
  2263. float: left
  2264. }
  2265. .products-list .product-img img {
  2266. width: 50px;
  2267. height: 50px
  2268. }
  2269. .products-list .product-info {
  2270. margin-left: 60px
  2271. }
  2272. .products-list .product-title {
  2273. font-weight: 600
  2274. }
  2275. .products-list .product-description {
  2276. display: block;
  2277. color: #999;
  2278. overflow: hidden;
  2279. white-space: nowrap;
  2280. text-overflow: ellipsis
  2281. }
  2282. .product-list-in-box > .item {
  2283. -webkit-box-shadow: none;
  2284. box-shadow: none;
  2285. border-radius: 0;
  2286. border-bottom: 1px solid #f4f4f4
  2287. }
  2288. .product-list-in-box > .item:last-of-type {
  2289. border-bottom-width: 0
  2290. }
  2291. .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  2292. border-top: 1px solid #f4f4f4
  2293. }
  2294. .table > thead > tr > th {
  2295. border-bottom: 2px solid #f4f4f4
  2296. }
  2297. .table tr td .progress {
  2298. margin-top: 5px
  2299. }
  2300. .table-bordered {
  2301. border: 1px solid #f4f4f4
  2302. }
  2303. .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  2304. border: 1px solid #f4f4f4
  2305. }
  2306. .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  2307. border-bottom-width: 2px
  2308. }
  2309. .table.no-border, .table.no-border td, .table.no-border th {
  2310. border: 0
  2311. }
  2312. table.text-center, table.text-center td, table.text-center th {
  2313. text-align: center
  2314. }
  2315. .table.align th {
  2316. text-align: left
  2317. }
  2318. .table.align td {
  2319. text-align: right
  2320. }
  2321. .label-default {
  2322. background-color: #d2d6de;
  2323. color: #444
  2324. }
  2325. .direct-chat .box-body {
  2326. border-bottom-right-radius: 0;
  2327. border-bottom-left-radius: 0;
  2328. position: relative;
  2329. overflow-x: hidden;
  2330. padding: 0
  2331. }
  2332. .direct-chat.chat-pane-open .direct-chat-contacts {
  2333. -webkit-transform: translate(0, 0);
  2334. -ms-transform: translate(0, 0);
  2335. -o-transform: translate(0, 0);
  2336. transform: translate(0, 0)
  2337. }
  2338. .direct-chat-messages {
  2339. -webkit-transform: translate(0, 0);
  2340. -ms-transform: translate(0, 0);
  2341. -o-transform: translate(0, 0);
  2342. transform: translate(0, 0);
  2343. padding: 10px;
  2344. height: 250px;
  2345. overflow: auto
  2346. }
  2347. .direct-chat-msg, .direct-chat-text {
  2348. display: block
  2349. }
  2350. .direct-chat-msg {
  2351. margin-bottom: 10px
  2352. }
  2353. .direct-chat-msg:before, .direct-chat-msg:after {
  2354. content: " ";
  2355. display: table
  2356. }
  2357. .direct-chat-msg:after {
  2358. clear: both
  2359. }
  2360. .direct-chat-messages, .direct-chat-contacts {
  2361. -webkit-transition: -webkit-transform .5s ease-in-out;
  2362. -moz-transition: -moz-transform .5s ease-in-out;
  2363. -o-transition: -o-transform .5s ease-in-out;
  2364. transition: transform .5s ease-in-out
  2365. }
  2366. .direct-chat-text {
  2367. border-radius: 5px;
  2368. position: relative;
  2369. padding: 5px 10px;
  2370. background: #d2d6de;
  2371. border: 1px solid #d2d6de;
  2372. margin: 5px 0 0 50px;
  2373. color: #444
  2374. }
  2375. .direct-chat-text:after, .direct-chat-text:before {
  2376. position: absolute;
  2377. right: 100%;
  2378. top: 15px;
  2379. border: solid transparent;
  2380. border-right-color: #d2d6de;
  2381. content: ' ';
  2382. height: 0;
  2383. width: 0;
  2384. pointer-events: none
  2385. }
  2386. .direct-chat-text:after {
  2387. border-width: 5px;
  2388. margin-top: -5px
  2389. }
  2390. .direct-chat-text:before {
  2391. border-width: 6px;
  2392. margin-top: -6px
  2393. }
  2394. .right .direct-chat-text {
  2395. margin-right: 50px;
  2396. margin-left: 0
  2397. }
  2398. .right .direct-chat-text:after, .right .direct-chat-text:before {
  2399. right: auto;
  2400. left: 100%;
  2401. border-right-color: transparent;
  2402. border-left-color: #d2d6de
  2403. }
  2404. .direct-chat-img {
  2405. border-radius: 50%;
  2406. float: left;
  2407. width: 40px;
  2408. height: 40px
  2409. }
  2410. .right .direct-chat-img {
  2411. float: right
  2412. }
  2413. .direct-chat-info {
  2414. display: block;
  2415. margin-bottom: 2px;
  2416. font-size: 12px
  2417. }
  2418. .direct-chat-name {
  2419. font-weight: 600
  2420. }
  2421. .direct-chat-timestamp {
  2422. color: #999
  2423. }
  2424. .direct-chat-contacts-open .direct-chat-contacts {
  2425. -webkit-transform: translate(0, 0);
  2426. -ms-transform: translate(0, 0);
  2427. -o-transform: translate(0, 0);
  2428. transform: translate(0, 0)
  2429. }
  2430. .direct-chat-contacts {
  2431. -webkit-transform: translate(101%, 0);
  2432. -ms-transform: translate(101%, 0);
  2433. -o-transform: translate(101%, 0);
  2434. transform: translate(101%, 0);
  2435. position: absolute;
  2436. top: 0;
  2437. bottom: 0;
  2438. height: 250px;
  2439. width: 100%;
  2440. background: #222d32;
  2441. color: #fff;
  2442. overflow: auto
  2443. }
  2444. .contacts-list > li {
  2445. border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  2446. padding: 10px;
  2447. margin: 0
  2448. }
  2449. .contacts-list > li:before, .contacts-list > li:after {
  2450. content: " ";
  2451. display: table
  2452. }
  2453. .contacts-list > li:after {
  2454. clear: both
  2455. }
  2456. .contacts-list > li:last-of-type {
  2457. border-bottom: none
  2458. }
  2459. .contacts-list-img {
  2460. border-radius: 50%;
  2461. width: 40px;
  2462. float: left
  2463. }
  2464. .contacts-list-info {
  2465. margin-left: 45px;
  2466. color: #fff
  2467. }
  2468. .contacts-list-name, .contacts-list-status {
  2469. display: block
  2470. }
  2471. .contacts-list-name {
  2472. font-weight: 600
  2473. }
  2474. .contacts-list-status {
  2475. font-size: 12px
  2476. }
  2477. .contacts-list-date {
  2478. color: #aaa;
  2479. font-weight: normal
  2480. }
  2481. .contacts-list-msg {
  2482. color: #999
  2483. }
  2484. .direct-chat-danger .right > .direct-chat-text {
  2485. background: #dd4b39;
  2486. border-color: #dd4b39;
  2487. color: #fff
  2488. }
  2489. .direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before {
  2490. border-left-color: #dd4b39
  2491. }
  2492. .direct-chat-primary .right > .direct-chat-text {
  2493. background: #3c8dbc;
  2494. border-color: #3c8dbc;
  2495. color: #fff
  2496. }
  2497. .direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
  2498. border-left-color: #3c8dbc
  2499. }
  2500. .direct-chat-warning .right > .direct-chat-text {
  2501. background: #f39c12;
  2502. border-color: #f39c12;
  2503. color: #fff
  2504. }
  2505. .direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
  2506. border-left-color: #f39c12
  2507. }
  2508. .direct-chat-info .right > .direct-chat-text {
  2509. background: #00c0ef;
  2510. border-color: #00c0ef;
  2511. color: #fff
  2512. }
  2513. .direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
  2514. border-left-color: #00c0ef
  2515. }
  2516. .direct-chat-success .right > .direct-chat-text {
  2517. background: #00a65a;
  2518. border-color: #00a65a;
  2519. color: #fff
  2520. }
  2521. .direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before {
  2522. border-left-color: #00a65a
  2523. }
  2524. .users-list > li {
  2525. width: 25%;
  2526. float: left;
  2527. padding: 10px;
  2528. text-align: center
  2529. }
  2530. .users-list > li img {
  2531. border-radius: 50%;
  2532. max-width: 100%;
  2533. height: auto
  2534. }
  2535. .users-list > li > a:hover, .users-list > li > a:hover .users-list-name {
  2536. color: #999
  2537. }
  2538. .users-list-name, .users-list-date {
  2539. display: block
  2540. }
  2541. .users-list-name {
  2542. font-weight: 600;
  2543. color: #444;
  2544. overflow: hidden;
  2545. white-space: nowrap;
  2546. text-overflow: ellipsis
  2547. }
  2548. .users-list-date {
  2549. color: #999;
  2550. font-size: 12px
  2551. }
  2552. .carousel-control.left, .carousel-control.right {
  2553. background-image: none
  2554. }
  2555. .carousel-control > .fa {
  2556. font-size: 40px;
  2557. position: absolute;
  2558. top: 50%;
  2559. z-index: 5;
  2560. display: inline-block;
  2561. margin-top: -20px
  2562. }
  2563. .modal {
  2564. background: rgba(0, 0, 0, 0.3)
  2565. }
  2566. .modal-content {
  2567. border-radius: 0;
  2568. -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  2569. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  2570. border: 0
  2571. }
  2572. @media (min-width: 768px) {
  2573. .modal-content {
  2574. -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  2575. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125)
  2576. }
  2577. }
  2578. .modal-header {
  2579. border-bottom-color: #f4f4f4
  2580. }
  2581. .modal-footer {
  2582. border-top-color: #f4f4f4
  2583. }
  2584. .modal-primary .modal-header, .modal-primary .modal-footer {
  2585. border-color: #307095
  2586. }
  2587. .modal-warning .modal-header, .modal-warning .modal-footer {
  2588. border-color: #c87f0a
  2589. }
  2590. .modal-info .modal-header, .modal-info .modal-footer {
  2591. border-color: #0097bc
  2592. }
  2593. .modal-success .modal-header, .modal-success .modal-footer {
  2594. border-color: #00733e
  2595. }
  2596. .modal-danger .modal-header, .modal-danger .modal-footer {
  2597. border-color: #c23321
  2598. }
  2599. .box-widget {
  2600. border: none;
  2601. position: relative
  2602. }
  2603. .widget-user .widget-user-header {
  2604. padding: 20px;
  2605. height: 120px;
  2606. border-top-right-radius: 3px;
  2607. border-top-left-radius: 3px
  2608. }
  2609. .widget-user .widget-user-username {
  2610. margin-top: 0;
  2611. margin-bottom: 5px;
  2612. font-size: 25px;
  2613. font-weight: 300;
  2614. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)
  2615. }
  2616. .widget-user .widget-user-desc {
  2617. margin-top: 0
  2618. }
  2619. .widget-user .widget-user-image {
  2620. position: absolute;
  2621. top: 65px;
  2622. left: 50%;
  2623. margin-left: -45px
  2624. }
  2625. .widget-user .widget-user-image > img {
  2626. width: 90px;
  2627. height: auto;
  2628. border: 3px solid #fff
  2629. }
  2630. .widget-user .box-footer {
  2631. padding-top: 30px
  2632. }
  2633. .widget-user-2 .widget-user-header {
  2634. padding: 20px;
  2635. border-top-right-radius: 3px;
  2636. border-top-left-radius: 3px
  2637. }
  2638. .widget-user-2 .widget-user-username {
  2639. margin-top: 5px;
  2640. margin-bottom: 5px;
  2641. font-size: 25px;
  2642. font-weight: 300
  2643. }
  2644. .widget-user-2 .widget-user-desc {
  2645. margin-top: 0
  2646. }
  2647. .widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
  2648. margin-left: 75px
  2649. }
  2650. .widget-user-2 .widget-user-image > img {
  2651. width: 65px;
  2652. height: auto;
  2653. float: left
  2654. }
  2655. .mailbox-messages > .table {
  2656. margin: 0
  2657. }
  2658. .mailbox-controls {
  2659. padding: 5px
  2660. }
  2661. .mailbox-controls.with-border {
  2662. border-bottom: 1px solid #f4f4f4
  2663. }
  2664. .mailbox-read-info {
  2665. border-bottom: 1px solid #f4f4f4;
  2666. padding: 10px
  2667. }
  2668. .mailbox-read-info h3 {
  2669. font-size: 20px;
  2670. margin: 0
  2671. }
  2672. .mailbox-read-info h5 {
  2673. margin: 0;
  2674. padding: 5px 0 0 0
  2675. }
  2676. .mailbox-read-time {
  2677. color: #999;
  2678. font-size: 13px
  2679. }
  2680. .mailbox-read-message {
  2681. padding: 10px
  2682. }
  2683. .mailbox-attachments li {
  2684. float: left;
  2685. width: 200px;
  2686. border: 1px solid #eee;
  2687. margin-bottom: 10px;
  2688. margin-right: 10px
  2689. }
  2690. .mailbox-attachment-name {
  2691. font-weight: bold;
  2692. color: #666
  2693. }
  2694. .mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
  2695. display: block
  2696. }
  2697. .mailbox-attachment-info {
  2698. padding: 10px;
  2699. background: #f4f4f4
  2700. }
  2701. .mailbox-attachment-size {
  2702. color: #999;
  2703. font-size: 12px
  2704. }
  2705. .mailbox-attachment-icon {
  2706. text-align: center;
  2707. font-size: 65px;
  2708. color: #666;
  2709. padding: 20px 10px
  2710. }
  2711. .mailbox-attachment-icon.has-img {
  2712. padding: 0
  2713. }
  2714. .mailbox-attachment-icon.has-img > img {
  2715. max-width: 100%;
  2716. height: auto
  2717. }
  2718. .lockscreen {
  2719. background: #d2d6de
  2720. }
  2721. .lockscreen-logo {
  2722. font-size: 35px;
  2723. text-align: center;
  2724. margin-bottom: 25px;
  2725. font-weight: 300
  2726. }
  2727. .lockscreen-logo a {
  2728. color: #444
  2729. }
  2730. .lockscreen-wrapper {
  2731. max-width: 400px;
  2732. margin: 0 auto;
  2733. margin-top: 10%
  2734. }
  2735. .lockscreen .lockscreen-name {
  2736. text-align: center;
  2737. font-weight: 600
  2738. }
  2739. .lockscreen-item {
  2740. border-radius: 4px;
  2741. padding: 0;
  2742. background: #fff;
  2743. position: relative;
  2744. margin: 10px auto 30px auto;
  2745. width: 290px
  2746. }
  2747. .lockscreen-image {
  2748. border-radius: 50%;
  2749. position: absolute;
  2750. left: -10px;
  2751. top: -25px;
  2752. background: #fff;
  2753. padding: 5px;
  2754. z-index: 10
  2755. }
  2756. .lockscreen-image > img {
  2757. border-radius: 50%;
  2758. width: 70px;
  2759. height: 70px
  2760. }
  2761. .lockscreen-credentials {
  2762. margin-left: 70px
  2763. }
  2764. .lockscreen-credentials .form-control {
  2765. border: 0
  2766. }
  2767. .lockscreen-credentials .btn {
  2768. background-color: #fff;
  2769. border: 0;
  2770. padding: 0 10px
  2771. }
  2772. .lockscreen-footer {
  2773. margin-top: 10px
  2774. }
  2775. .login-logo, .register-logo {
  2776. font-size: 35px;
  2777. text-align: center;
  2778. margin-bottom: 25px;
  2779. font-weight: 300
  2780. }
  2781. .login-logo a, .register-logo a {
  2782. color: #444
  2783. }
  2784. .login-page, .register-page {
  2785. background: #d2d6de
  2786. }
  2787. .login-box, .register-box {
  2788. width: 360px;
  2789. margin: 7% auto
  2790. }
  2791. @media (max-width: 768px) {
  2792. .login-box, .register-box {
  2793. width: 90%;
  2794. margin-top: 20px
  2795. }
  2796. }
  2797. .login-box-body, .register-box-body {
  2798. background: #fff;
  2799. padding: 20px;
  2800. border-top: 0;
  2801. color: #666
  2802. }
  2803. .login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
  2804. color: #777
  2805. }
  2806. .login-box-msg, .register-box-msg {
  2807. margin: 0;
  2808. text-align: center;
  2809. padding: 0 20px 20px 20px
  2810. }
  2811. .social-auth-links {
  2812. margin: 10px 0
  2813. }
  2814. .error-page {
  2815. width: 600px;
  2816. margin: 20px auto 0 auto
  2817. }
  2818. @media (max-width: 991px) {
  2819. .error-page {
  2820. width: 100%
  2821. }
  2822. }
  2823. .error-page > .headline {
  2824. float: left;
  2825. font-size: 100px;
  2826. font-weight: 300
  2827. }
  2828. @media (max-width: 991px) {
  2829. .error-page > .headline {
  2830. float: none;
  2831. text-align: center
  2832. }
  2833. }
  2834. .error-page > .error-content {
  2835. margin-left: 190px;
  2836. display: block
  2837. }
  2838. @media (max-width: 991px) {
  2839. .error-page > .error-content {
  2840. margin-left: 0
  2841. }
  2842. }
  2843. .error-page > .error-content > h3 {
  2844. font-weight: 300;
  2845. font-size: 25px
  2846. }
  2847. @media (max-width: 991px) {
  2848. .error-page > .error-content > h3 {
  2849. text-align: center
  2850. }
  2851. }
  2852. .invoice {
  2853. position: relative;
  2854. background: #fff;
  2855. border: 1px solid #f4f4f4;
  2856. padding: 20px;
  2857. margin: 10px 25px
  2858. }
  2859. .invoice-title {
  2860. margin-top: 0
  2861. }
  2862. .profile-user-img {
  2863. margin: 0 auto;
  2864. width: 100px;
  2865. padding: 3px;
  2866. border: 3px solid #d2d6de
  2867. }
  2868. .profile-username {
  2869. font-size: 21px;
  2870. margin-top: 5px
  2871. }
  2872. .post {
  2873. border-bottom: 1px solid #d2d6de;
  2874. margin-bottom: 15px;
  2875. padding-bottom: 15px;
  2876. color: #666
  2877. }
  2878. .post:last-of-type {
  2879. border-bottom: 0;
  2880. margin-bottom: 0;
  2881. padding-bottom: 0
  2882. }
  2883. .post .user-block {
  2884. margin-bottom: 15px
  2885. }
  2886. .btn-social {
  2887. position: relative;
  2888. padding-left: 44px;
  2889. text-align: left;
  2890. white-space: nowrap;
  2891. overflow: hidden;
  2892. text-overflow: ellipsis
  2893. }
  2894. .btn-social > :first-child {
  2895. position: absolute;
  2896. left: 0;
  2897. top: 0;
  2898. bottom: 0;
  2899. width: 32px;
  2900. line-height: 34px;
  2901. font-size: 1.6em;
  2902. text-align: center;
  2903. border-right: 1px solid rgba(0, 0, 0, 0.2)
  2904. }
  2905. .btn-social.btn-lg {
  2906. padding-left: 61px
  2907. }
  2908. .btn-social.btn-lg > :first-child {
  2909. line-height: 45px;
  2910. width: 45px;
  2911. font-size: 1.8em
  2912. }
  2913. .btn-social.btn-sm {
  2914. padding-left: 38px
  2915. }
  2916. .btn-social.btn-sm > :first-child {
  2917. line-height: 28px;
  2918. width: 28px;
  2919. font-size: 1.4em
  2920. }
  2921. .btn-social.btn-xs {
  2922. padding-left: 30px
  2923. }
  2924. .btn-social.btn-xs > :first-child {
  2925. line-height: 20px;
  2926. width: 20px;
  2927. font-size: 1.2em
  2928. }
  2929. .btn-social-icon {
  2930. position: relative;
  2931. padding-left: 44px;
  2932. text-align: left;
  2933. white-space: nowrap;
  2934. overflow: hidden;
  2935. text-overflow: ellipsis;
  2936. height: 34px;
  2937. width: 34px;
  2938. padding: 0
  2939. }
  2940. .btn-social-icon > :first-child {
  2941. position: absolute;
  2942. left: 0;
  2943. top: 0;
  2944. bottom: 0;
  2945. width: 32px;
  2946. line-height: 34px;
  2947. font-size: 1.6em;
  2948. text-align: center;
  2949. border-right: 1px solid rgba(0, 0, 0, 0.2)
  2950. }
  2951. .btn-social-icon.btn-lg {
  2952. padding-left: 61px
  2953. }
  2954. .btn-social-icon.btn-lg > :first-child {
  2955. line-height: 45px;
  2956. width: 45px;
  2957. font-size: 1.8em
  2958. }
  2959. .btn-social-icon.btn-sm {
  2960. padding-left: 38px
  2961. }
  2962. .btn-social-icon.btn-sm > :first-child {
  2963. line-height: 28px;
  2964. width: 28px;
  2965. font-size: 1.4em
  2966. }
  2967. .btn-social-icon.btn-xs {
  2968. padding-left: 30px
  2969. }
  2970. .btn-social-icon.btn-xs > :first-child {
  2971. line-height: 20px;
  2972. width: 20px;
  2973. font-size: 1.2em
  2974. }
  2975. .btn-social-icon > :first-child {
  2976. border: none;
  2977. text-align: center;
  2978. width: 100%
  2979. }
  2980. .btn-social-icon.btn-lg {
  2981. height: 45px;
  2982. width: 45px;
  2983. padding-left: 0;
  2984. padding-right: 0
  2985. }
  2986. .btn-social-icon.btn-sm {
  2987. height: 30px;
  2988. width: 30px;
  2989. padding-left: 0;
  2990. padding-right: 0
  2991. }
  2992. .btn-social-icon.btn-xs {
  2993. height: 22px;
  2994. width: 22px;
  2995. padding-left: 0;
  2996. padding-right: 0
  2997. }
  2998. .btn-adn {
  2999. color: #fff;
  3000. background-color: #d87a68;
  3001. border-color: rgba(0, 0, 0, 0.2)
  3002. }
  3003. .btn-adn:hover, .btn-adn:focus, .btn-adn.focus, .btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  3004. color: #fff;
  3005. background-color: #ce563f;
  3006. border-color: rgba(0, 0, 0, 0.2)
  3007. }
  3008. .btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  3009. background-image: none
  3010. }
  3011. .btn-adn .badge {
  3012. color: #d87a68;
  3013. background-color: #fff
  3014. }
  3015. .btn-bitbucket {
  3016. color: #fff;
  3017. background-color: #205081;
  3018. border-color: rgba(0, 0, 0, 0.2)
  3019. }
  3020. .btn-bitbucket:hover, .btn-bitbucket:focus, .btn-bitbucket.focus, .btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  3021. color: #fff;
  3022. background-color: #163758;
  3023. border-color: rgba(0, 0, 0, 0.2)
  3024. }
  3025. .btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  3026. background-image: none
  3027. }
  3028. .btn-bitbucket .badge {
  3029. color: #205081;
  3030. background-color: #fff
  3031. }
  3032. .btn-dropbox {
  3033. color: #fff;
  3034. background-color: #1087dd;
  3035. border-color: rgba(0, 0, 0, 0.2)
  3036. }
  3037. .btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox.focus, .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  3038. color: #fff;
  3039. background-color: #0d6aad;
  3040. border-color: rgba(0, 0, 0, 0.2)
  3041. }
  3042. .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  3043. background-image: none
  3044. }
  3045. .btn-dropbox .badge {
  3046. color: #1087dd;
  3047. background-color: #fff
  3048. }
  3049. .btn-facebook {
  3050. color: #fff;
  3051. background-color: #3b5998;
  3052. border-color: rgba(0, 0, 0, 0.2)
  3053. }
  3054. .btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  3055. color: #fff;
  3056. background-color: #2d4373;
  3057. border-color: rgba(0, 0, 0, 0.2)
  3058. }
  3059. .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  3060. background-image: none
  3061. }
  3062. .btn-facebook .badge {
  3063. color: #3b5998;
  3064. background-color: #fff
  3065. }
  3066. .btn-flickr {
  3067. color: #fff;
  3068. background-color: #ff0084;
  3069. border-color: rgba(0, 0, 0, 0.2)
  3070. }
  3071. .btn-flickr:hover, .btn-flickr:focus, .btn-flickr.focus, .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  3072. color: #fff;
  3073. background-color: #cc006a;
  3074. border-color: rgba(0, 0, 0, 0.2)
  3075. }
  3076. .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  3077. background-image: none
  3078. }
  3079. .btn-flickr .badge {
  3080. color: #ff0084;
  3081. background-color: #fff
  3082. }
  3083. .btn-foursquare {
  3084. color: #fff;
  3085. background-color: #f94877;
  3086. border-color: rgba(0, 0, 0, 0.2)
  3087. }
  3088. .btn-foursquare:hover, .btn-foursquare:focus, .btn-foursquare.focus, .btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  3089. color: #fff;
  3090. background-color: #f71752;
  3091. border-color: rgba(0, 0, 0, 0.2)
  3092. }
  3093. .btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  3094. background-image: none
  3095. }
  3096. .btn-foursquare .badge {
  3097. color: #f94877;
  3098. background-color: #fff
  3099. }
  3100. .btn-github {
  3101. color: #fff;
  3102. background-color: #444;
  3103. border-color: rgba(0, 0, 0, 0.2)
  3104. }
  3105. .btn-github:hover, .btn-github:focus, .btn-github.focus, .btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  3106. color: #fff;
  3107. background-color: #2b2b2b;
  3108. border-color: rgba(0, 0, 0, 0.2)
  3109. }
  3110. .btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  3111. background-image: none
  3112. }
  3113. .btn-github .badge {
  3114. color: #444;
  3115. background-color: #fff
  3116. }
  3117. .btn-google {
  3118. color: #fff;
  3119. background-color: #dd4b39;
  3120. border-color: rgba(0, 0, 0, 0.2)
  3121. }
  3122. .btn-google:hover, .btn-google:focus, .btn-google.focus, .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  3123. color: #fff;
  3124. background-color: #c23321;
  3125. border-color: rgba(0, 0, 0, 0.2)
  3126. }
  3127. .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  3128. background-image: none
  3129. }
  3130. .btn-google .badge {
  3131. color: #dd4b39;
  3132. background-color: #fff
  3133. }
  3134. .btn-instagram {
  3135. color: #fff;
  3136. background-color: #3f729b;
  3137. border-color: rgba(0, 0, 0, 0.2)
  3138. }
  3139. .btn-instagram:hover, .btn-instagram:focus, .btn-instagram.focus, .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  3140. color: #fff;
  3141. background-color: #305777;
  3142. border-color: rgba(0, 0, 0, 0.2)
  3143. }
  3144. .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  3145. background-image: none
  3146. }
  3147. .btn-instagram .badge {
  3148. color: #3f729b;
  3149. background-color: #fff
  3150. }
  3151. .btn-linkedin {
  3152. color: #fff;
  3153. background-color: #007bb6;
  3154. border-color: rgba(0, 0, 0, 0.2)
  3155. }
  3156. .btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin.focus, .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  3157. color: #fff;
  3158. background-color: #005983;
  3159. border-color: rgba(0, 0, 0, 0.2)
  3160. }
  3161. .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  3162. background-image: none
  3163. }
  3164. .btn-linkedin .badge {
  3165. color: #007bb6;
  3166. background-color: #fff
  3167. }
  3168. .btn-microsoft {
  3169. color: #fff;
  3170. background-color: #2672ec;
  3171. border-color: rgba(0, 0, 0, 0.2)
  3172. }
  3173. .btn-microsoft:hover, .btn-microsoft:focus, .btn-microsoft.focus, .btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  3174. color: #fff;
  3175. background-color: #125acd;
  3176. border-color: rgba(0, 0, 0, 0.2)
  3177. }
  3178. .btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  3179. background-image: none
  3180. }
  3181. .btn-microsoft .badge {
  3182. color: #2672ec;
  3183. background-color: #fff
  3184. }
  3185. .btn-openid {
  3186. color: #fff;
  3187. background-color: #f7931e;
  3188. border-color: rgba(0, 0, 0, 0.2)
  3189. }
  3190. .btn-openid:hover, .btn-openid:focus, .btn-openid.focus, .btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  3191. color: #fff;
  3192. background-color: #da7908;
  3193. border-color: rgba(0, 0, 0, 0.2)
  3194. }
  3195. .btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  3196. background-image: none
  3197. }
  3198. .btn-openid .badge {
  3199. color: #f7931e;
  3200. background-color: #fff
  3201. }
  3202. .btn-pinterest {
  3203. color: #fff;
  3204. background-color: #cb2027;
  3205. border-color: rgba(0, 0, 0, 0.2)
  3206. }
  3207. .btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest.focus, .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  3208. color: #fff;
  3209. background-color: #9f191f;
  3210. border-color: rgba(0, 0, 0, 0.2)
  3211. }
  3212. .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  3213. background-image: none
  3214. }
  3215. .btn-pinterest .badge {
  3216. color: #cb2027;
  3217. background-color: #fff
  3218. }
  3219. .btn-reddit {
  3220. color: #000;
  3221. background-color: #eff7ff;
  3222. border-color: rgba(0, 0, 0, 0.2)
  3223. }
  3224. .btn-reddit:hover, .btn-reddit:focus, .btn-reddit.focus, .btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  3225. color: #000;
  3226. background-color: #bcddff;
  3227. border-color: rgba(0, 0, 0, 0.2)
  3228. }
  3229. .btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  3230. background-image: none
  3231. }
  3232. .btn-reddit .badge {
  3233. color: #eff7ff;
  3234. background-color: #000
  3235. }
  3236. .btn-soundcloud {
  3237. color: #fff;
  3238. background-color: #f50;
  3239. border-color: rgba(0, 0, 0, 0.2)
  3240. }
  3241. .btn-soundcloud:hover, .btn-soundcloud:focus, .btn-soundcloud.focus, .btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  3242. color: #fff;
  3243. background-color: #c40;
  3244. border-color: rgba(0, 0, 0, 0.2)
  3245. }
  3246. .btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  3247. background-image: none
  3248. }
  3249. .btn-soundcloud .badge {
  3250. color: #f50;
  3251. background-color: #fff
  3252. }
  3253. .btn-tumblr {
  3254. color: #fff;
  3255. background-color: #2c4762;
  3256. border-color: rgba(0, 0, 0, 0.2)
  3257. }
  3258. .btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr.focus, .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  3259. color: #fff;
  3260. background-color: #1c2d3f;
  3261. border-color: rgba(0, 0, 0, 0.2)
  3262. }
  3263. .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  3264. background-image: none
  3265. }
  3266. .btn-tumblr .badge {
  3267. color: #2c4762;
  3268. background-color: #fff
  3269. }
  3270. .btn-twitter {
  3271. color: #fff;
  3272. background-color: #55acee;
  3273. border-color: rgba(0, 0, 0, 0.2)
  3274. }
  3275. .btn-twitter:hover, .btn-twitter:focus, .btn-twitter.focus, .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  3276. color: #fff;
  3277. background-color: #2795e9;
  3278. border-color: rgba(0, 0, 0, 0.2)
  3279. }
  3280. .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  3281. background-image: none
  3282. }
  3283. .btn-twitter .badge {
  3284. color: #55acee;
  3285. background-color: #fff
  3286. }
  3287. .btn-vimeo {
  3288. color: #fff;
  3289. background-color: #1ab7ea;
  3290. border-color: rgba(0, 0, 0, 0.2)
  3291. }
  3292. .btn-vimeo:hover, .btn-vimeo:focus, .btn-vimeo.focus, .btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  3293. color: #fff;
  3294. background-color: #1295bf;
  3295. border-color: rgba(0, 0, 0, 0.2)
  3296. }
  3297. .btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  3298. background-image: none
  3299. }
  3300. .btn-vimeo .badge {
  3301. color: #1ab7ea;
  3302. background-color: #fff
  3303. }
  3304. .btn-vk {
  3305. color: #fff;
  3306. background-color: #587ea3;
  3307. border-color: rgba(0, 0, 0, 0.2)
  3308. }
  3309. .btn-vk:hover, .btn-vk:focus, .btn-vk.focus, .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  3310. color: #fff;
  3311. background-color: #466482;
  3312. border-color: rgba(0, 0, 0, 0.2)
  3313. }
  3314. .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  3315. background-image: none
  3316. }
  3317. .btn-vk .badge {
  3318. color: #587ea3;
  3319. background-color: #fff
  3320. }
  3321. .btn-yahoo {
  3322. color: #fff;
  3323. background-color: #720e9e;
  3324. border-color: rgba(0, 0, 0, 0.2)
  3325. }
  3326. .btn-yahoo:hover, .btn-yahoo:focus, .btn-yahoo.focus, .btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  3327. color: #fff;
  3328. background-color: #500a6f;
  3329. border-color: rgba(0, 0, 0, 0.2)
  3330. }
  3331. .btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  3332. background-image: none
  3333. }
  3334. .btn-yahoo .badge {
  3335. color: #720e9e;
  3336. background-color: #fff
  3337. }
  3338. .fc-button {
  3339. background: #f4f4f4;
  3340. background-image: none;
  3341. color: #444;
  3342. border-color: #ddd;
  3343. border-bottom-color: #ddd
  3344. }
  3345. .fc-button:hover, .fc-button:active, .fc-button.hover {
  3346. background-color: #e9e9e9
  3347. }
  3348. .fc-header-title h2 {
  3349. font-size: 15px;
  3350. line-height: 1.6em;
  3351. color: #666;
  3352. margin-left: 10px
  3353. }
  3354. .fc-header-right {
  3355. padding-right: 10px
  3356. }
  3357. .fc-header-left {
  3358. padding-left: 10px
  3359. }
  3360. .fc-widget-header {
  3361. background: #fafafa
  3362. }
  3363. .fc-grid {
  3364. width: 100%;
  3365. border: 0
  3366. }
  3367. .fc-widget-header:first-of-type, .fc-widget-content:first-of-type {
  3368. border-left: 0;
  3369. border-right: 0
  3370. }
  3371. .fc-widget-header:last-of-type, .fc-widget-content:last-of-type {
  3372. border-right: 0
  3373. }
  3374. .fc-toolbar {
  3375. padding: 10px;
  3376. margin: 0
  3377. }
  3378. .fc-day-number {
  3379. font-size: 20px;
  3380. font-weight: 300;
  3381. padding-right: 10px
  3382. }
  3383. .fc-color-picker {
  3384. list-style: none;
  3385. margin: 0;
  3386. padding: 0
  3387. }
  3388. .fc-color-picker > li {
  3389. float: left;
  3390. font-size: 30px;
  3391. margin-right: 5px;
  3392. line-height: 30px
  3393. }
  3394. .fc-color-picker > li .fa {
  3395. -webkit-transition: -webkit-transform linear .3s;
  3396. -moz-transition: -moz-transform linear .3s;
  3397. -o-transition: -o-transform linear .3s;
  3398. transition: transform linear .3s
  3399. }
  3400. .fc-color-picker > li .fa:hover {
  3401. -webkit-transform: rotate(30deg);
  3402. -ms-transform: rotate(30deg);
  3403. -o-transform: rotate(30deg);
  3404. transform: rotate(30deg)
  3405. }
  3406. #add-new-event {
  3407. -webkit-transition: all linear .3s;
  3408. -o-transition: all linear .3s;
  3409. transition: all linear .3s
  3410. }
  3411. .external-event {
  3412. padding: 5px 10px;
  3413. font-weight: bold;
  3414. margin-bottom: 4px;
  3415. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  3416. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  3417. border-radius: 3px;
  3418. cursor: move
  3419. }
  3420. .external-event:hover {
  3421. box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2)
  3422. }
  3423. .select2-container--default.select2-container--focus, .select2-selection.select2-container--focus, .select2-container--default:focus, .select2-selection:focus, .select2-container--default:active, .select2-selection:active {
  3424. outline: none
  3425. }
  3426. .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
  3427. border: 1px solid #d2d6de;
  3428. border-radius: 0;
  3429. padding: 6px 12px;
  3430. height: 34px
  3431. }
  3432. .select2-container--default.select2-container--open {
  3433. border-color: #3c8dbc
  3434. }
  3435. .select2-dropdown {
  3436. border: 1px solid #d2d6de;
  3437. border-radius: 0
  3438. }
  3439. .select2-container--default .select2-results__option--highlighted[aria-selected] {
  3440. background-color: #3c8dbc;
  3441. color: white
  3442. }
  3443. .select2-results__option {
  3444. padding: 6px 12px;
  3445. user-select: none;
  3446. -webkit-user-select: none
  3447. }
  3448. .select2-container .select2-selection--single .select2-selection__rendered {
  3449. padding-left: 0;
  3450. padding-right: 0;
  3451. height: auto;
  3452. margin-top: -4px
  3453. }
  3454. .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  3455. padding-right: 6px;
  3456. padding-left: 20px
  3457. }
  3458. .select2-container--default .select2-selection--single .select2-selection__arrow {
  3459. height: 28px;
  3460. right: 3px
  3461. }
  3462. .select2-container--default .select2-selection--single .select2-selection__arrow b {
  3463. margin-top: 0
  3464. }
  3465. .select2-dropdown .select2-search__field, .select2-search--inline .select2-search__field {
  3466. border: 1px solid #d2d6de
  3467. }
  3468. .select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
  3469. outline: none;
  3470. border: 1px solid #3c8dbc
  3471. }
  3472. .select2-container--default .select2-results__option[aria-disabled=true] {
  3473. color: #999
  3474. }
  3475. .select2-container--default .select2-results__option[aria-selected=true] {
  3476. background-color: #ddd
  3477. }
  3478. .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
  3479. color: #444
  3480. }
  3481. .select2-container--default .select2-selection--multiple {
  3482. border: 1px solid #d2d6de;
  3483. border-radius: 0
  3484. }
  3485. .select2-container--default .select2-selection--multiple:focus {
  3486. border-color: #3c8dbc
  3487. }
  3488. .select2-container--default.select2-container--focus .select2-selection--multiple {
  3489. border-color: #d2d6de
  3490. }
  3491. .select2-container--default .select2-selection--multiple .select2-selection__choice {
  3492. background-color: #3c8dbc;
  3493. border-color: #367fa9;
  3494. padding: 1px 10px;
  3495. color: #fff
  3496. }
  3497. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  3498. margin-right: 5px;
  3499. color: rgba(255, 255, 255, 0.7)
  3500. }
  3501. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  3502. color: #fff
  3503. }
  3504. .select2-container .select2-selection--single .select2-selection__rendered {
  3505. padding-right: 10px
  3506. }
  3507. .pad {
  3508. padding: 10px
  3509. }
  3510. .margin {
  3511. margin: 10px
  3512. }
  3513. .margin-bottom {
  3514. margin-bottom: 20px
  3515. }
  3516. .margin-bottom-none {
  3517. margin-bottom: 0
  3518. }
  3519. .margin-r-5 {
  3520. margin-right: 5px
  3521. }
  3522. .inline {
  3523. display: inline
  3524. }
  3525. .description-block {
  3526. display: block;
  3527. margin: 10px 0;
  3528. text-align: center
  3529. }
  3530. .description-block.margin-bottom {
  3531. margin-bottom: 25px
  3532. }
  3533. .description-block > .description-header {
  3534. margin: 0;
  3535. padding: 0;
  3536. font-weight: 600;
  3537. font-size: 16px
  3538. }
  3539. .description-block > .description-text {
  3540. text-transform: uppercase
  3541. }
  3542. .bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
  3543. color: #fff !important
  3544. }
  3545. .bg-gray {
  3546. color: #000;
  3547. background-color: #d2d6de !important
  3548. }
  3549. .bg-gray-light {
  3550. background-color: #f7f7f7
  3551. }
  3552. .bg-black {
  3553. background-color: #111 !important
  3554. }
  3555. .bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
  3556. background-color: #dd4b39 !important
  3557. }
  3558. .bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
  3559. background-color: #f39c12 !important
  3560. }
  3561. .bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
  3562. background-color: #00c0ef !important
  3563. }
  3564. .bg-blue {
  3565. background-color: #0073b7 !important
  3566. }
  3567. .bg-light-blue, .label-primary, .modal-primary .modal-body {
  3568. background-color: #3c8dbc !important
  3569. }
  3570. .bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
  3571. background-color: #00a65a !important
  3572. }
  3573. .bg-navy {
  3574. background-color: #001f3f !important
  3575. }
  3576. .bg-teal {
  3577. background-color: #39cccc !important
  3578. }
  3579. .bg-olive {
  3580. background-color: #3d9970 !important
  3581. }
  3582. .bg-lime {
  3583. background-color: #01ff70 !important
  3584. }
  3585. .bg-orange {
  3586. background-color: #ff851b !important
  3587. }
  3588. .bg-fuchsia {
  3589. background-color: #f012be !important
  3590. }
  3591. .bg-purple {
  3592. background-color: #605ca8 !important
  3593. }
  3594. .bg-maroon {
  3595. background-color: #d81b60 !important
  3596. }
  3597. .bg-gray-active {
  3598. color: #000;
  3599. background-color: #b5bbc8 !important
  3600. }
  3601. .bg-black-active {
  3602. background-color: #000 !important
  3603. }
  3604. .bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer {
  3605. background-color: #d33724 !important
  3606. }
  3607. .bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer {
  3608. background-color: #db8b0b !important
  3609. }
  3610. .bg-aqua-active, .modal-info .modal-header, .modal-info .modal-footer {
  3611. background-color: #00a7d0 !important
  3612. }
  3613. .bg-blue-active {
  3614. background-color: #005384 !important
  3615. }
  3616. .bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer {
  3617. background-color: #357ca5 !important
  3618. }
  3619. .bg-green-active, .modal-success .modal-header, .modal-success .modal-footer {
  3620. background-color: #008d4c !important
  3621. }
  3622. .bg-navy-active {
  3623. background-color: #001a35 !important
  3624. }
  3625. .bg-teal-active {
  3626. background-color: #30bbbb !important
  3627. }
  3628. .bg-olive-active {
  3629. background-color: #368763 !important
  3630. }
  3631. .bg-lime-active {
  3632. background-color: #00e765 !important
  3633. }
  3634. .bg-orange-active {
  3635. background-color: #ff7701 !important
  3636. }
  3637. .bg-fuchsia-active {
  3638. background-color: #db0ead !important
  3639. }
  3640. .bg-purple-active {
  3641. background-color: #555299 !important
  3642. }
  3643. .bg-maroon-active {
  3644. background-color: #ca195a !important
  3645. }
  3646. [class^="bg-"].disabled {
  3647. opacity: .65;
  3648. filter: alpha(opacity=65)
  3649. }
  3650. .text-red {
  3651. color: #dd4b39 !important
  3652. }
  3653. .text-yellow {
  3654. color: #f39c12 !important
  3655. }
  3656. .text-aqua {
  3657. color: #00c0ef !important
  3658. }
  3659. .text-blue {
  3660. color: #0073b7 !important
  3661. }
  3662. .text-black {
  3663. color: #111 !important
  3664. }
  3665. .text-light-blue {
  3666. color: #3c8dbc !important
  3667. }
  3668. .text-green {
  3669. color: #00a65a !important
  3670. }
  3671. .text-gray {
  3672. color: #d2d6de !important
  3673. }
  3674. .text-navy {
  3675. color: #001f3f !important
  3676. }
  3677. .text-teal {
  3678. color: #39cccc !important
  3679. }
  3680. .text-olive {
  3681. color: #3d9970 !important
  3682. }
  3683. .text-lime {
  3684. color: #01ff70 !important
  3685. }
  3686. .text-orange {
  3687. color: #ff851b !important
  3688. }
  3689. .text-fuchsia {
  3690. color: #f012be !important
  3691. }
  3692. .text-purple {
  3693. color: #605ca8 !important
  3694. }
  3695. .text-maroon {
  3696. color: #d81b60 !important
  3697. }
  3698. .link-muted {
  3699. color: #7a869d
  3700. }
  3701. .link-muted:hover, .link-muted:focus {
  3702. color: #606c84
  3703. }
  3704. .link-black {
  3705. color: #666
  3706. }
  3707. .link-black:hover, .link-black:focus {
  3708. color: #999
  3709. }
  3710. .hide {
  3711. display: none !important
  3712. }
  3713. .no-border {
  3714. border: 0 !important
  3715. }
  3716. .no-padding {
  3717. padding: 0 !important
  3718. }
  3719. .no-margin {
  3720. margin: 0 !important
  3721. }
  3722. .no-shadow {
  3723. box-shadow: none !important
  3724. }
  3725. .list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments {
  3726. list-style: none;
  3727. margin: 0;
  3728. padding: 0
  3729. }
  3730. .list-group-unbordered > .list-group-item {
  3731. border-left: 0;
  3732. border-right: 0;
  3733. border-radius: 0;
  3734. padding-left: 0;
  3735. padding-right: 0
  3736. }
  3737. .flat {
  3738. border-radius: 0 !important
  3739. }
  3740. .text-bold, .text-bold.table td, .text-bold.table th {
  3741. font-weight: 700
  3742. }
  3743. .text-sm {
  3744. font-size: 12px
  3745. }
  3746. .jqstooltip {
  3747. padding: 5px !important;
  3748. width: auto !important;
  3749. height: auto !important
  3750. }
  3751. .bg-teal-gradient {
  3752. background: #39cccc !important;
  3753. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
  3754. background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
  3755. background: -moz-linear-gradient(center bottom, #39cccc 0, #7adddd 100%) !important;
  3756. background: -o-linear-gradient(#7adddd, #39cccc) !important;
  3757. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  3758. color: #fff
  3759. }
  3760. .bg-light-blue-gradient {
  3761. background: #3c8dbc !important;
  3762. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  3763. background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  3764. background: -moz-linear-gradient(center bottom, #3c8dbc 0, #67a8ce 100%) !important;
  3765. background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  3766. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  3767. color: #fff
  3768. }
  3769. .bg-blue-gradient {
  3770. background: #0073b7 !important;
  3771. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  3772. background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  3773. background: -moz-linear-gradient(center bottom, #0073b7 0, #0089db 100%) !important;
  3774. background: -o-linear-gradient(#0089db, #0073b7) !important;
  3775. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  3776. color: #fff
  3777. }
  3778. .bg-aqua-gradient {
  3779. background: #00c0ef !important;
  3780. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  3781. background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  3782. background: -moz-linear-gradient(center bottom, #00c0ef 0, #14d1ff 100%) !important;
  3783. background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  3784. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  3785. color: #fff
  3786. }
  3787. .bg-yellow-gradient {
  3788. background: #f39c12 !important;
  3789. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  3790. background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  3791. background: -moz-linear-gradient(center bottom, #f39c12 0, #f7bc60 100%) !important;
  3792. background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  3793. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  3794. color: #fff
  3795. }
  3796. .bg-purple-gradient {
  3797. background: #605ca8 !important;
  3798. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  3799. background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  3800. background: -moz-linear-gradient(center bottom, #605ca8 0, #9491c4 100%) !important;
  3801. background: -o-linear-gradient(#9491c4, #605ca8) !important;
  3802. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  3803. color: #fff
  3804. }
  3805. .bg-green-gradient {
  3806. background: #00a65a !important;
  3807. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  3808. background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  3809. background: -moz-linear-gradient(center bottom, #00a65a 0, #00ca6d 100%) !important;
  3810. background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  3811. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  3812. color: #fff
  3813. }
  3814. .bg-red-gradient {
  3815. background: #dd4b39 !important;
  3816. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  3817. background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  3818. background: -moz-linear-gradient(center bottom, #dd4b39 0, #e47365 100%) !important;
  3819. background: -o-linear-gradient(#e47365, #dd4b39) !important;
  3820. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  3821. color: #fff
  3822. }
  3823. .bg-black-gradient {
  3824. background: #111 !important;
  3825. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;
  3826. background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
  3827. background: -moz-linear-gradient(center bottom, #111 0, #2b2b2b 100%) !important;
  3828. background: -o-linear-gradient(#2b2b2b, #111) !important;
  3829. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  3830. color: #fff
  3831. }
  3832. .bg-maroon-gradient {
  3833. background: #d81b60 !important;
  3834. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
  3835. background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
  3836. background: -moz-linear-gradient(center bottom, #d81b60 0, #e73f7c 100%) !important;
  3837. background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  3838. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  3839. color: #fff
  3840. }
  3841. .description-block .description-icon {
  3842. font-size: 16px
  3843. }
  3844. .no-pad-top {
  3845. padding-top: 0
  3846. }
  3847. .position-static {
  3848. position: static !important
  3849. }
  3850. .list-header {
  3851. font-size: 15px;
  3852. padding: 10px 4px;
  3853. font-weight: bold;
  3854. color: #666
  3855. }
  3856. .list-seperator {
  3857. height: 1px;
  3858. background: #f4f4f4;
  3859. margin: 15px 0 9px 0
  3860. }
  3861. .list-link > a {
  3862. padding: 4px;
  3863. color: #777
  3864. }
  3865. .list-link > a:hover {
  3866. color: #222
  3867. }
  3868. .font-light {
  3869. font-weight: 300
  3870. }
  3871. .user-block:before, .user-block:after {
  3872. content: " ";
  3873. display: table
  3874. }
  3875. .user-block:after {
  3876. clear: both
  3877. }
  3878. .user-block img {
  3879. width: 40px;
  3880. height: 40px;
  3881. float: left
  3882. }
  3883. .user-block .username, .user-block .description, .user-block .comment {
  3884. display: block;
  3885. margin-left: 50px
  3886. }
  3887. .user-block .username {
  3888. font-size: 16px;
  3889. font-weight: 600
  3890. }
  3891. .user-block .description {
  3892. color: #999;
  3893. font-size: 13px
  3894. }
  3895. .user-block.user-block-sm .username, .user-block.user-block-sm .description, .user-block.user-block-sm .comment {
  3896. margin-left: 40px
  3897. }
  3898. .user-block.user-block-sm .username {
  3899. font-size: 14px
  3900. }
  3901. .img-sm, .img-md, .img-lg, .box-comments .box-comment img, .user-block.user-block-sm img {
  3902. float: left
  3903. }
  3904. .img-sm, .box-comments .box-comment img, .user-block.user-block-sm img {
  3905. width: 30px !important;
  3906. height: 30px !important
  3907. }
  3908. .img-sm + .img-push {
  3909. margin-left: 40px
  3910. }
  3911. .img-md {
  3912. width: 60px;
  3913. height: 60px
  3914. }
  3915. .img-md + .img-push {
  3916. margin-left: 70px
  3917. }
  3918. .img-lg {
  3919. width: 100px;
  3920. height: 100px
  3921. }
  3922. .img-lg + .img-push {
  3923. margin-left: 110px
  3924. }
  3925. .img-bordered {
  3926. border: 3px solid #d2d6de;
  3927. padding: 3px
  3928. }
  3929. .img-bordered-sm {
  3930. border: 2px solid #d2d6de;
  3931. padding: 2px
  3932. }
  3933. .attachment-block {
  3934. border: 1px solid #f4f4f4;
  3935. padding: 5px;
  3936. margin-bottom: 10px;
  3937. background: #f7f7f7
  3938. }
  3939. .attachment-block .attachment-img {
  3940. max-width: 100px;
  3941. max-height: 100px;
  3942. height: auto;
  3943. float: left
  3944. }
  3945. .attachment-block .attachment-pushed {
  3946. margin-left: 110px
  3947. }
  3948. .attachment-block .attachment-heading {
  3949. margin: 0
  3950. }
  3951. .attachment-block .attachment-text {
  3952. color: #555
  3953. }
  3954. .connectedSortable {
  3955. min-height: 100px
  3956. }
  3957. .ui-helper-hidden-accessible {
  3958. border: 0;
  3959. clip: rect(0 0 0 0);
  3960. height: 1px;
  3961. margin: -1px;
  3962. overflow: hidden;
  3963. padding: 0;
  3964. position: absolute;
  3965. width: 1px
  3966. }
  3967. .sort-highlight {
  3968. background: #f4f4f4;
  3969. border: 1px dashed #ddd;
  3970. margin-bottom: 10px
  3971. }
  3972. .full-opacity-hover {
  3973. opacity: .65;
  3974. filter: alpha(opacity=65)
  3975. }
  3976. .full-opacity-hover:hover {
  3977. opacity: 1;
  3978. filter: alpha(opacity=100)
  3979. }
  3980. .chart {
  3981. position: relative;
  3982. overflow: hidden;
  3983. width: 100%
  3984. }
  3985. .chart svg, .chart canvas {
  3986. width: 100% !important
  3987. }
  3988. @media print {
  3989. .no-print, .main-sidebar, .left-side, .main-header, .content-header {
  3990. display: none !important
  3991. }
  3992. .content-wrapper, .right-side, .main-footer {
  3993. margin-left: 0 !important;
  3994. min-height: 0 !important;
  3995. -webkit-transform: translate(0, 0) !important;
  3996. -ms-transform: translate(0, 0) !important;
  3997. -o-transform: translate(0, 0) !important;
  3998. transform: translate(0, 0) !important
  3999. }
  4000. .fixed .content-wrapper, .fixed .right-side {
  4001. padding-top: 0 !important
  4002. }
  4003. .invoice {
  4004. width: 100%;
  4005. border: 0;
  4006. margin: 0;
  4007. padding: 0
  4008. }
  4009. .invoice-col {
  4010. float: left;
  4011. width: 33.3333333%
  4012. }
  4013. .table-responsive {
  4014. overflow: auto
  4015. }
  4016. .table-responsive > .table tr th, .table-responsive > .table tr td {
  4017. white-space: normal !important
  4018. }
  4019. }