AdminLTE.min.css 100 KB

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