123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311 |
- /*!
- * ZUI user custom theme for - v1.4.0 - 2016-08-31
- * http://zui.sexy
- * GitHub: https://github.com/easysoft/zui.git
- * Copyright (c) 2016 cnezsoft.com; Licensed MIT
- */
- a {
- color: #43a047;
- }
- a:hover,
- a:focus {
- color: #2c6a2f;
- }
- .btn {
- border-radius: 0;
- color: #353535;
- background-color: #fff;
- border-color: #ccc;
- }
- .btn:hover,
- .btn:focus,
- .btn:active,
- .btn.active,
- .open .dropdown-toggle.btn {
- color: #353535;
- background-color: #ebebeb;
- border-color: #adadad;
- -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- }
- .btn:active,
- .btn.active,
- .open .dropdown-toggle.btn {
- background-image: none;
- background-color: #d9d9d9;
- border-color: #b3b3b3;
- -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- }
- .btn.disabled,
- .btn[disabled],
- fieldset[disabled] .btn,
- .btn.disabled:hover,
- .btn[disabled]:hover,
- fieldset[disabled] .btn:hover,
- .btn.disabled:focus,
- .btn[disabled]:focus,
- fieldset[disabled] .btn:focus,
- .btn.disabled:active,
- .btn[disabled]:active,
- fieldset[disabled] .btn:active,
- .btn.disabled.active,
- .btn[disabled].active,
- fieldset[disabled] .btn.active {
- background-color: #fff;
- border-color: #ccc;
- }
- .btn:hover,
- .btn:focus,
- .btn:active,
- .btn.active,
- .open .dropdown-toggle.btn {
- color: #353535;
- background-color: #ebebeb;
- border-color: #adadad;
- -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- }
- .btn.disabled,
- .btn[disabled],
- fieldset[disabled] .btn,
- .btn.disabled:hover,
- .btn[disabled]:hover,
- fieldset[disabled] .btn:hover,
- .btn.disabled:focus,
- .btn[disabled]:focus,
- fieldset[disabled] .btn:focus,
- .btn.disabled:active,
- .btn[disabled]:active,
- fieldset[disabled] .btn:active,
- .btn.disabled.active,
- .btn[disabled].active,
- fieldset[disabled] .btn.active {
- background-color: #fff;
- border-color: #ccc;
- }
- .btn-primary {
- color: #fff;
- background-color: #4caf50;
- border-color: #4aab4e;
- }
- .btn-primary:hover,
- .btn-primary:focus,
- .btn-primary:active,
- .btn-primary.active,
- .open .dropdown-toggle.btn-primary {
- color: #fff;
- background-color: #409343;
- border-color: #38813b;
- -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- }
- .btn-primary:active,
- .btn-primary.active,
- .open .dropdown-toggle.btn-primary {
- background-image: none;
- background-color: #357a38;
- border-color: #3b883e;
- -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- }
- .btn-primary.disabled,
- .btn-primary[disabled],
- fieldset[disabled] .btn-primary,
- .btn-primary.disabled:hover,
- .btn-primary[disabled]:hover,
- fieldset[disabled] .btn-primary:hover,
- .btn-primary.disabled:focus,
- .btn-primary[disabled]:focus,
- fieldset[disabled] .btn-primary:focus,
- .btn-primary.disabled:active,
- .btn-primary[disabled]:active,
- fieldset[disabled] .btn-primary:active,
- .btn-primary.disabled.active,
- .btn-primary[disabled].active,
- fieldset[disabled] .btn-primary.active {
- background-color: #4caf50;
- border-color: #4aab4e;
- }
- .btn-primary:hover,
- .btn-primary:focus,
- .btn-primary:active,
- .btn-primary.active,
- .open .dropdown-toggle.btn-primary {
- color: #fff;
- background-color: #409343;
- border-color: #38813b;
- -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- }
- .btn-primary.disabled,
- .btn-primary[disabled],
- fieldset[disabled] .btn-primary,
- .btn-primary.disabled:hover,
- .btn-primary[disabled]:hover,
- fieldset[disabled] .btn-primary:hover,
- .btn-primary.disabled:focus,
- .btn-primary[disabled]:focus,
- fieldset[disabled] .btn-primary:focus,
- .btn-primary.disabled:active,
- .btn-primary[disabled]:active,
- fieldset[disabled] .btn-primary:active,
- .btn-primary.disabled.active,
- .btn-primary[disabled].active,
- fieldset[disabled] .btn-primary.active {
- background-color: #4caf50;
- border-color: #4aab4e;
- }
- .btn-warning {
- color: #fff;
- background-color: #f0ad4e;
- border-color: #f0ab49;
- }
- .btn-warning:hover,
- .btn-warning:focus,
- .btn-warning:active,
- .btn-warning.active,
- .open .dropdown-toggle.btn-warning {
- color: #fff;
- background-color: #ed9c28;
- border-color: #e89014;
- -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- }
- .btn-warning:active,
- .btn-warning.active,
- .open .dropdown-toggle.btn-warning {
- background-image: none;
- background-color: #df8a13;
- border-color: #ec951a;
- -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- }
- .btn-warning.disabled,
- .btn-warning[disabled],
- fieldset[disabled] .btn-warning,
- .btn-warning.disabled:hover,
- .btn-warning[disabled]:hover,
- fieldset[disabled] .btn-warning:hover,
- .btn-warning.disabled:focus,
- .btn-warning[disabled]:focus,
- fieldset[disabled] .btn-warning:focus,
- .btn-warning.disabled:active,
- .btn-warning[disabled]:active,
- fieldset[disabled] .btn-warning:active,
- .btn-warning.disabled.active,
- .btn-warning[disabled].active,
- fieldset[disabled] .btn-warning.active {
- background-color: #f0ad4e;
- border-color: #f0ab49;
- }
- .btn-warning:hover,
- .btn-warning:focus,
- .btn-warning:active,
- .btn-warning.active,
- .open .dropdown-toggle.btn-warning {
- color: #fff;
- background-color: #ed9c28;
- border-color: #e89014;
- -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- }
- .btn-warning.disabled,
- .btn-warning[disabled],
- fieldset[disabled] .btn-warning,
- .btn-warning.disabled:hover,
- .btn-warning[disabled]:hover,
- fieldset[disabled] .btn-warning:hover,
- .btn-warning.disabled:focus,
- .btn-warning[disabled]:focus,
- fieldset[disabled] .btn-warning:focus,
- .btn-warning.disabled:active,
- .btn-warning[disabled]:active,
- fieldset[disabled] .btn-warning:active,
- .btn-warning.disabled.active,
- .btn-warning[disabled].active,
- fieldset[disabled] .btn-warning.active {
- background-color: #f0ad4e;
- border-color: #f0ab49;
- }
- .btn-danger {
- color: #fff;
- background-color: #d9534f;
- border-color: #d84f4b;
- }
- .btn-danger:hover,
- .btn-danger:focus,
- .btn-danger:active,
- .btn-danger.active,
- .open .dropdown-toggle.btn-danger {
- color: #fff;
- background-color: #d2322d;
- border-color: #bd2d29;
- -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- }
- .btn-danger:active,
- .btn-danger.active,
- .open .dropdown-toggle.btn-danger {
- background-image: none;
- background-color: #b52b27;
- border-color: #c52f2b;
- -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- }
- .btn-danger.disabled,
- .btn-danger[disabled],
- fieldset[disabled] .btn-danger,
- .btn-danger.disabled:hover,
- .btn-danger[disabled]:hover,
- fieldset[disabled] .btn-danger:hover,
- .btn-danger.disabled:focus,
- .btn-danger[disabled]:focus,
- fieldset[disabled] .btn-danger:focus,
- .btn-danger.disabled:active,
- .btn-danger[disabled]:active,
- fieldset[disabled] .btn-danger:active,
- .btn-danger.disabled.active,
- .btn-danger[disabled].active,
- fieldset[disabled] .btn-danger.active {
- background-color: #d9534f;
- border-color: #d84f4b;
- }
- .btn-danger:hover,
- .btn-danger:focus,
- .btn-danger:active,
- .btn-danger.active,
- .open .dropdown-toggle.btn-danger {
- color: #fff;
- background-color: #d2322d;
- border-color: #bd2d29;
- -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- }
- .btn-danger.disabled,
- .btn-danger[disabled],
- fieldset[disabled] .btn-danger,
- .btn-danger.disabled:hover,
- .btn-danger[disabled]:hover,
- fieldset[disabled] .btn-danger:hover,
- .btn-danger.disabled:focus,
- .btn-danger[disabled]:focus,
- fieldset[disabled] .btn-danger:focus,
- .btn-danger.disabled:active,
- .btn-danger[disabled]:active,
- fieldset[disabled] .btn-danger:active,
- .btn-danger.disabled.active,
- .btn-danger[disabled].active,
- fieldset[disabled] .btn-danger.active {
- background-color: #d9534f;
- border-color: #d84f4b;
- }
- .btn-success {
- color: #fff;
- background-color: #4CAF50;
- border-color: #4aab4e;
- }
- .btn-success:hover,
- .btn-success:focus,
- .btn-success:active,
- .btn-success.active,
- .open .dropdown-toggle.btn-success {
- color: #fff;
- background-color: #409343;
- border-color: #38813b;
- -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- }
- .btn-success:active,
- .btn-success.active,
- .open .dropdown-toggle.btn-success {
- background-image: none;
- background-color: #357a38;
- border-color: #3b883e;
- -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- }
- .btn-success.disabled,
- .btn-success[disabled],
- fieldset[disabled] .btn-success,
- .btn-success.disabled:hover,
- .btn-success[disabled]:hover,
- fieldset[disabled] .btn-success:hover,
- .btn-success.disabled:focus,
- .btn-success[disabled]:focus,
- fieldset[disabled] .btn-success:focus,
- .btn-success.disabled:active,
- .btn-success[disabled]:active,
- fieldset[disabled] .btn-success:active,
- .btn-success.disabled.active,
- .btn-success[disabled].active,
- fieldset[disabled] .btn-success.active {
- background-color: #4CAF50;
- border-color: #4aab4e;
- }
- .btn-success:hover,
- .btn-success:focus,
- .btn-success:active,
- .btn-success.active,
- .open .dropdown-toggle.btn-success {
- color: #fff;
- background-color: #409343;
- border-color: #38813b;
- -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- }
- .btn-success.disabled,
- .btn-success[disabled],
- fieldset[disabled] .btn-success,
- .btn-success.disabled:hover,
- .btn-success[disabled]:hover,
- fieldset[disabled] .btn-success:hover,
- .btn-success.disabled:focus,
- .btn-success[disabled]:focus,
- fieldset[disabled] .btn-success:focus,
- .btn-success.disabled:active,
- .btn-success[disabled]:active,
- fieldset[disabled] .btn-success:active,
- .btn-success.disabled.active,
- .btn-success[disabled].active,
- fieldset[disabled] .btn-success.active {
- background-color: #4CAF50;
- border-color: #4aab4e;
- }
- .btn-info {
- color: #fff;
- background-color: #039BE5;
- border-color: #0398e0;
- }
- .btn-info:hover,
- .btn-info:focus,
- .btn-info:active,
- .btn-info.active,
- .open .dropdown-toggle.btn-info {
- color: #fff;
- background-color: #0280bd;
- border-color: #026fa4;
- -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- }
- .btn-info:active,
- .btn-info.active,
- .open .dropdown-toggle.btn-info {
- background-image: none;
- background-color: #026899;
- border-color: #0276ae;
- -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
- }
- .btn-info.disabled,
- .btn-info[disabled],
- fieldset[disabled] .btn-info,
- .btn-info.disabled:hover,
- .btn-info[disabled]:hover,
- fieldset[disabled] .btn-info:hover,
- .btn-info.disabled:focus,
- .btn-info[disabled]:focus,
- fieldset[disabled] .btn-info:focus,
- .btn-info.disabled:active,
- .btn-info[disabled]:active,
- fieldset[disabled] .btn-info:active,
- .btn-info.disabled.active,
- .btn-info[disabled].active,
- fieldset[disabled] .btn-info.active {
- background-color: #039BE5;
- border-color: #0398e0;
- }
- .btn-info:hover,
- .btn-info:focus,
- .btn-info:active,
- .btn-info.active,
- .open .dropdown-toggle.btn-info {
- color: #fff;
- background-color: #0280bd;
- border-color: #026fa4;
- -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
- }
- .btn-info.disabled,
- .btn-info[disabled],
- fieldset[disabled] .btn-info,
- .btn-info.disabled:hover,
- .btn-info[disabled]:hover,
- fieldset[disabled] .btn-info:hover,
- .btn-info.disabled:focus,
- .btn-info[disabled]:focus,
- fieldset[disabled] .btn-info:focus,
- .btn-info.disabled:active,
- .btn-info[disabled]:active,
- fieldset[disabled] .btn-info:active,
- .btn-info.disabled.active,
- .btn-info[disabled].active,
- fieldset[disabled] .btn-info.active {
- background-color: #039BE5;
- border-color: #0398e0;
- }
- .btn-link {
- color: #43a047;
- background-color: transparent;
- }
- .btn-link,
- .btn-link:active,
- .btn-link[disabled],
- fieldset[disabled] .btn-link,
- .btn-link:hover,
- .btn-link:focus {
- border-color: transparent;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .btn-link:hover,
- .btn-link:focus {
- color: #2c6a2f;
- }
- .btn-link[disabled]:hover,
- fieldset[disabled] .btn-link:hover,
- .btn-link[disabled]:focus,
- fieldset[disabled] .btn-link:focus {
- color: #dddddd;
- }
- .popover,
- .tooltip-inner {
- border-radius: 0;
- }
- .label {
- border-radius: 0;
- }
- .label-primary {
- background-color: #4caf50;
- }
- .label-primary[href]:hover,
- .label-primary[href]:focus {
- color: #fff;
- background-color: #3d8b40;
- }
- .label-primary.label-circle {
- background: none;
- border: 1px solid #4caf50;
- color: #4caf50;
- }
- .label-primary[href]:hover,
- .label-primary[href]:focus {
- background-color: #3d8b40;
- }
- .label-success {
- background-color: #4CAF50;
- }
- .label-success[href]:hover,
- .label-success[href]:focus {
- color: #fff;
- background-color: #3d8b40;
- }
- .label-success.label-circle {
- background: none;
- border: 1px solid #4CAF50;
- color: #4CAF50;
- }
- .label-success[href]:hover,
- .label-success[href]:focus {
- background-color: #3d8b40;
- }
- .label-info {
- background-color: #039BE5;
- }
- .label-info[href]:hover,
- .label-info[href]:focus {
- color: #fff;
- background-color: #0279b3;
- }
- .label-info.label-circle {
- background: none;
- border: 1px solid #039BE5;
- color: #039BE5;
- }
- .label-info[href]:hover,
- .label-info[href]:focus {
- background-color: #0279b3;
- }
- .label-warning {
- background-color: #f0ad4e;
- }
- .label-warning[href]:hover,
- .label-warning[href]:focus {
- color: #fff;
- background-color: #ec971f;
- }
- .label-warning.label-circle {
- background: none;
- border: 1px solid #f0ad4e;
- color: #f0ad4e;
- }
- .label-warning[href]:hover,
- .label-warning[href]:focus {
- background-color: #ec971f;
- }
- .label-danger {
- background-color: #d9534f;
- }
- .label-danger[href]:hover,
- .label-danger[href]:focus {
- color: #fff;
- background-color: #c9302c;
- }
- .label-danger.label-circle {
- background: none;
- border: 1px solid #d9534f;
- color: #d9534f;
- }
- .label-danger[href]:hover,
- .label-danger[href]:focus {
- background-color: #c9302c;
- }
- .btn-primary .label-badge,
- .btn-primary .label-dot {
- background-color: #92cf94;
- }
- .text-primary {
- color: #4caf50;
- }
- .text-primary:hover {
- color: #3d8b40;
- }
- .text-warning {
- color: #f0ad4e;
- }
- .text-warning:hover {
- color: #ec971f;
- }
- .text-danger {
- color: #d9534f;
- }
- .text-danger:hover {
- color: #c9302c;
- }
- .text-success {
- color: #4CAF50;
- }
- .text-success:hover {
- color: #3d8b40;
- }
- .text-info {
- color: #039BE5;
- }
- .text-info:hover {
- color: #0279b3;
- }
- .text-important {
- color: #bd7b46;
- }
- .text-important:hover {
- color: #996337;
- }
- .text-special {
- color: #8666b8;
- }
- .text-special:hover {
- color: #6c4aa1;
- }
- .text-muted a:hover,
- .text-muted a:active {
- color: #43a047;
- }
- .text-link:hover,
- .text-link:active {
- color: #43a047;
- }
- .bg-primary {
- background-color: #4caf50;
- }
- a.bg-primary:hover {
- background-color: #3d8b40;
- }
- .hl-primary {
- background-color: #e8f5e9;
- }
- a.hl-primary:hover {
- background-color: #c4e6c7;
- }
- .form-control {
- border-radius: 0;
- }
- .form-control:focus {
- border-color: #43a047;
- outline: 0;
- -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
- }
- .form-control:focus {
- border-color: #43a047;
- -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
- }
- .form-condensed .form-control,
- .form-condensed .btn {
- border-radius: 0;
- }
- .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
- border-radius: 0;
- }
- .btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .btn-group-vertical > .btn:last-child:not(:first-child) {
- border-bottom-left-radius: 0;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- }
- .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
- border-radius: 0;
- }
- .btn-group-vertical > .btn-group:first-child > .btn:last-child,
- .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .btn-group-vertical > .btn-group:last-child > .btn:first-child {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- }
- .input-group-addon {
- background-color: #f1f1f1;
- }
- .input-group-addon:not(:first-child):not(:last-child),
- .input-group-btn:not(:first-child):not(:last-child),
- .input-group .form-control:not(:first-child):not(:last-child) {
- border-radius: 0;
- }
- .input-group-addon {
- border-radius: 0;
- }
- .input-group-btn.fix-border > .btn {
- border-radius: 0;
- }
- .input-group .form-control:first-child,
- .input-group-addon:first-child,
- .input-group-btn:first-child > .btn,
- .input-group-btn:first-child > .btn-group > .btn,
- .input-group-btn:first-child > .dropdown-toggle,
- .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
- .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
- }
- .input-group .form-control:last-child,
- .input-group-addon:last-child,
- .input-group-btn:last-child > .btn,
- .input-group-btn:last-child > .btn-group > .btn,
- .input-group-btn:last-child > .dropdown-toggle,
- .input-group-btn:first-child > .btn:not(:first-child),
- .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
- }
- .list-group-item {
- background-color: #fff;
- border: 1px solid #dddddd;
- }
- .list-group-item:first-child {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- }
- .list-group-item:last-child {
- margin-bottom: 0;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- a.list-group-item {
- color: #555;
- }
- a.list-group-item .list-group-item-heading {
- color: #333;
- }
- a.list-group-item:hover,
- a.list-group-item:focus {
- text-decoration: none;
- background-color: #e8f5e9;
- color: #353535;
- }
- .list-group-item.active,
- .list-group-item.active:hover,
- .list-group-item.active:focus {
- background-color: #4caf50;
- border-color: #4caf50;
- color: #fff;
- }
- .list-group-item.active .list-group-item-heading,
- .list-group-item.active:hover .list-group-item-heading,
- .list-group-item.active:focus .list-group-item-heading {
- color: inherit;
- }
- .list-group-item.active .list-group-item-text,
- .list-group-item.active:hover .list-group-item-text,
- .list-group-item.active:focus .list-group-item-text {
- color: #e6e6e6;
- }
- .list-group-item-heading {
- color: #333333;
- }
- .navbar-toggle {
- border-radius: 0;
- }
- @media (min-width: 768px) {
- .navbar {
- border-radius: 0;
- }
- }
- .navbar-inverse {
- background-color: #43a047;
- border-color: #347c37;
- }
- .navbar-inverse .navbar-nav > li.nav-heading {
- background-color: #3b8e3f;
- }
- .navbar-inverse .navbar-nav > li > a:hover,
- .navbar-inverse .navbar-nav > li > a:focus {
- background-color: #4db552;
- }
- .navbar-inverse .navbar-nav > .active > a,
- .navbar-inverse .navbar-nav > .active > a:hover,
- .navbar-inverse .navbar-nav > .active > a:focus {
- background-color: #5bbb60;
- }
- .navbar-inverse .navbar-toggle {
- border-color: #5bbb60;
- }
- .navbar-inverse .navbar-toggle:hover,
- .navbar-inverse .navbar-toggle:focus {
- background-color: #3b8e3f;
- }
- .navbar-inverse .navbar-collapse,
- .navbar-inverse .navbar-form {
- border-color: #38873c;
- }
- .navbar-inverse .navbar-nav > .open > a,
- .navbar-inverse .navbar-nav > .open > a:hover,
- .navbar-inverse .navbar-nav > .open > a:focus {
- background-color: #5bbb60;
- }
- @media (max-width: 767px) {
- .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
- border-color: #347c37;
- }
- .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
- background-color: #4db552;
- }
- .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
- .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
- .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
- background-color: #5bbb60;
- }
- }
- .navbar-fixed-left.navbar-inverse .navbar-header,
- .navbar-fixed-left.navbar-inverse .navbar-nav {
- border-bottom: 1px solid #5bbb60;
- -moz-box-shadow: inset 0 -1px 0 #347c37;
- -webkit-box-shadow: inset 0 -1px 0 #347c37;
- box-shadow: inset 0 -1px 0 #347c37;
- }
- .navbar-fixed-left.navbar-inverse.navbar-collapsed .navbar-nav > li.nav-heading:hover {
- color: #eaeaea;
- background-color: #37833a;
- }
- .nav > li > a:hover,
- .nav > li > a:focus {
- color: #2c6a2f;
- }
- .nav .open > a,
- .nav .open > a:hover,
- .nav .open > a:focus {
- border-color: #43a047;
- }
- .nav .open > a .caret,
- .nav .open > a:hover .caret,
- .nav .open > a:focus .caret {
- border-top-color: #2c6a2f;
- border-bottom-color: #2c6a2f;
- }
- .nav-pills > li.active > a,
- .nav-pills > li.active > a:hover,
- .nav-pills > li.active > a:focus {
- background-color: #4caf50;
- }
- .nav-primary > li:first-child > a {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
- }
- .nav-primary > li:last-child > a {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
- }
- .nav-primary > li > a {
- border: 1px solid #dddddd;
- }
- .nav-primary > li.active > a,
- .nav-primary > li.active > a:hover,
- .nav-primary > li.active > a:focus {
- background-color: #4caf50;
- border-color: #4caf50;
- color: #fff;
- }
- .nav-primary > li.active > a .caret,
- .nav-primary > li.active > a:hover .caret,
- .nav-primary > li.active > a:focus .caret {
- border-top-color: #fff;
- border-bottom-color: #fff;
- }
- .nav-secondary > li.active > a,
- .nav-secondary > li.active > a:hover,
- .nav-secondary > li.active > a:focus {
- color: #4caf50;
- border-bottom-color: #4caf50;
- }
- .nav-secondary > li.active > a .caret,
- .nav-secondary > li.active > a:hover .caret,
- .nav-secondary > li.active > a:focus .caret {
- border-top-color: #4caf50;
- border-bottom-color: #4caf50;
- }
- .nav-stacked.nav-primary > li,
- .nav-stacked.nav-primary > li > a {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .nav-stacked.nav-primary > li:first-child > a,
- .nav-stacked.nav-primary > li:first-child.nav-heading {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- }
- .nav-stacked.nav-primary > li:last-child > a {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .nav-stacked.nav-primary > li.nav-heading {
- border: 1px solid #dddddd;
- background-color: #f1f1f1;
- }
- .nav-stacked.nav-secondary > li > a {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
- -moz-box-shadow: inset 2px 0 0 #f5f5f5;
- -webkit-box-shadow: inset 2px 0 0 #f5f5f5;
- box-shadow: inset 2px 0 0 #f5f5f5;
- }
- .nav-stacked.nav-secondary > li > a:hover {
- -moz-box-shadow: inset 2px 0 0 #e5e5e5;
- -webkit-box-shadow: inset 2px 0 0 #e5e5e5;
- box-shadow: inset 2px 0 0 #e5e5e5;
- }
- .nav-stacked.nav-secondary > li.active > a,
- .nav-stacked.nav-secondary > li.active > a:hover,
- .nav-stacked.nav-secondary > li.active > a:focus {
- background-color: #f5f5f5;
- -moz-box-shadow: inset 2px 0 0 #4caf50;
- -webkit-box-shadow: inset 2px 0 0 #4caf50;
- box-shadow: inset 2px 0 0 #4caf50;
- }
- .nav-stacked.nav-secondary > li.nav-heading {
- border-bottom: 1px solid #dddddd;
- }
- .nav-tabs > li > a {
- border-radius: 0 0 0 0;
- }
- .nav .caret {
- border-top-color: #43a047;
- border-bottom-color: #43a047;
- }
- .nav a:hover .caret {
- border-top-color: #2c6a2f;
- border-bottom-color: #2c6a2f;
- }
- .pager {
- border-radius: 0;
- }
- .pager > li > a,
- .pager > li > span {
- background-color: #fff;
- border: 1px solid #dddddd;
- }
- .pager > li:first-child > a,
- .pager > li:first-child > span {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
- }
- .pager > li:last-child > a,
- .pager > li:last-child > span {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
- }
- .pager > li > a:hover,
- .pager > li > span:hover,
- .pager > li > a:focus,
- .pager > li > span:focus {
- background-color: #e5e5e5;
- }
- .pager > .active > a,
- .pager > .active > span,
- .pager > .active > a:hover,
- .pager > .active > span:hover {
- color: #fff;
- background-color: #4caf50;
- }
- .pager > .disabled > span,
- .pager > .disabled > span:hover,
- .pager > .disabled > span:focus,
- .pager > .disabled > a,
- .pager > .disabled > a:hover,
- .pager > .disabled > a:focus {
- color: #dddddd;
- background-color: #fff;
- border-color: #dddddd;
- }
- .panel {
- border-radius: 0;
- box-shadow: none;
- border-color: #dddddd;
- }
- .panel > .panel-heading {
- background-image: none;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- }
- .panel > .panel-heading {
- color: #333333;
- background-color: #f1f1f1;
- border-color: #dddddd;
- }
- .panel > .panel-heading + .panel-collapse .panel-body {
- border-top-color: #dddddd;
- }
- .panel > .panel-footer + .panel-collapse .panel-body {
- border-bottom-color: #dddddd;
- }
- .dashboard .panel {
- box-shadow: none;
- }
- .panel-primary {
- border-color: #4caf50;
- }
- .panel-primary > .panel-heading {
- color: #fff;
- background-color: #4caf50;
- border-color: #4caf50;
- }
- .panel-primary > .panel-heading + .panel-collapse .panel-body {
- border-top-color: #4caf50;
- }
- .panel-primary > .panel-footer + .panel-collapse .panel-body {
- border-bottom-color: #4caf50;
- }
- .panel-success > .panel-body,
- .panel-warning > .panel-body,
- .panel-primary > .panel-body,
- .panel-info > .panel-body,
- .panel-danger > .panel-body {
- box-shadow: none;
- }
- .table-hover > tbody > tr:hover > td,
- .table-hover > tbody > tr:hover > th {
- background-color: #e8f5e9;
- }
- .table tr > td.active,
- .table tr > th.active,
- .table tr.active > td,
- .table tr.active > th {
- background-color: #ffe7bc;
- }
- table.tablesorter thead tr .headerSortUp:after,
- table.tablesorter thead tr .headerSortDown:after {
- color: #43a047 !important;
- }
- .chosen-container-single .chosen-search:focus,
- .chosen-container-single .chosen-search input[type="text"]:focus {
- border-color: #43a047 !important;
- }
- .chosen-container-single .chosen-single {
- border-radius: 0 !important;
- }
- .chosen-container-single.chosen-with-drop .chosen-single {
- border-bottom-right-radius: 0 !important;
- border-bottom-left-radius: 0 !important;
- }
- .chosen-container-single.chosen-with-drop.chosen-up .chosen-single {
- border-bottom-right-radius: #43a047 !important;
- border-bottom-left-radius: #43a047 !important;
- border-top-right-radius: 0 !important;
- border-top-left-radius: 0 !important;
- }
- .chosen-container .chosen-results li.highlighted {
- background-color: #4caf50 !important;
- }
- .chosen-container-active .chosen-single {
- border-color: #43a047 !important;
- }
- .chosen-container-active.chosen-with-drop .chosen-single {
- border-color: #cbcbcb !important;
- border-color: rgba(0, 0, 0, 0.15) !important;
- }
- .chosen-container-active .chosen-choices {
- border-color: #43a047 !important;
- }
- .chosen-container-multi .chosen-choices {
- border-radius: 0 !important;
- }
- .chosen-container-multi.chosen-with-drop .chosen-choices {
- border-bottom-right-radius: 0 !important;
- border-bottom-left-radius: 0 !important;
- }
- .chosen-container-multi.chosen-with-drop.chosen-up .chosen-choices {
- border-bottom-right-radius: #43a047 !important;
- border-bottom-left-radius: #43a047 !important;
- border-top-right-radius: 0 !important;
- border-top-left-radius: 0 !important;
- }
- .menu > .nav > li > .nav {
- background-color: #f6f6f6;
- }
- .menu > .nav > li > .nav > li > a {
- border: 1px solid #dddddd;
- }
- .menu > .nav > li > .nav > li > a:hover,
- .menu > .nav > li > .nav > li > a:focus {
- background-color: #e4e4e4;
- }
- .menu > .nav > li > .nav > li.active > a,
- .menu > .nav > li > .nav > li.active > a:hover,
- .menu > .nav > li > .nav > li.active > a:focus {
- background-color: #4caf50;
- border-color: #4caf50;
- color: #fff;
- }
- .menu > .nav > li:first-child > a,
- .menu > .nav > li:first-child.nav-heading {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- }
- .menu > .nav > li:last-child > a {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .menu > .nav > li:first-child > a,
- .menu > .nav > li:first-child.nav-heading {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- }
- .menu > .nav > li.show > a,
- .menu > .nav > li.show > a:hover,
- .menu > .nav > li.show > a:focus {
- color: #353535;
- background-color: #fff;
- border-color: #dddddd;
- }
- .menu > .nav > li.show > a > [class*='icon-'],
- .menu > .nav > li.show > a:hover > [class*='icon-'],
- .menu > .nav > li.show > a:focus > [class*='icon-'] {
- color: #353535;
- }
- .menu > .nav > li.show > a:hover {
- background-color: #f1f1f1;
- }
- .menu > .nav > li.show:last-child > a {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .menu > .nav > li.show:last-child > .nav > li:last-child > a {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
- }
- .menu > .nav > li.nav-heading {
- border: 1px solid #dddddd;
- background-color: #f1f1f1;
- }
- .dropdown-menu {
- border-radius: 0;
- }
- .dropdown-menu > li > a:hover,
- .dropdown-menu > li > a:focus {
- background-color: #4caf50;
- }
- .dropdown-menu > .active > a,
- .dropdown-menu > .active > a:hover,
- .dropdown-menu > .active > a:focus {
- background-color: #4caf50;
- }
- .dropdown-submenu:hover > a,
- .dropdown-submenu:focus > a {
- background-color: #4caf50;
- }
- .dropdown-submenu:hover > a:after {
- border-left-color: #fff;
- }
- .datetimepicker td.day.today {
- background-color: #f0ad4e !important;
- border-color: #f0ad4e !important;
- }
- .datetimepicker td.day.active {
- background-color: #4caf50 !important;
- border-color: #3d8b40 !important;
- }
- .datetimepicker td.day.active:hover {
- background-color: #3d8b40 !important;
- }
- .datetimepicker td.day.today:hover,
- .datetimepicker td.day.today.active:hover {
- background-color: #ec971f !important;
- }
- .ke-container {
- border-radius: 0 !important;
- }
- .ke-container.focus {
- border-color: #43a047 !important;
- -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6)!important;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6)!important;
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6)!important;
- }
- .ke-menu-item-on {
- background-color: #4caf50 !important;
- }
- .ke-colorpicker-cell-on {
- background-color: #4caf50 !important;
- }
- .ke-input-text:focus {
- border-color: #43a047 !important;
- -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6)!important;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6)!important;
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6)!important;
- }
- .messager {
- border-radius: 0;
- }
- .messager-primary {
- background-color: #4caf50;
- }
- .messager-success {
- background-color: #4CAF50;
- }
- .messager-info {
- background-color: #039BE5;
- }
- .messager-warning {
- background-color: #f0ad4e;
- }
- .messager-danger {
- background-color: #d9534f;
- }
- .messager-important {
- background-color: #bd7b46;
- }
- .messager-special {
- background-color: #8666b8;
- }
- .comment:hover > .content > .actions > a {
- color: #43a047;
- }
- .alert:not(.alert-block) {
- border-radius: 0;
- }
- .alert-primary {
- background-color: #e8f5e9;
- color: #282828;
- }
- .alert-primary hr {
- border-top-color: #e8f5e9;
- }
- .alert-primary .alert-link {
- color: #161616;
- }
- .alert-success {
- background-color: #ddf4df;
- color: #449d48;
- }
- .alert-success hr {
- border-top-color: #ddf4df;
- }
- .alert-success .alert-link {
- color: #39843c;
- }
- .alert-info {
- background-color: #ddf3f5;
- color: #038acc;
- }
- .alert-info hr {
- border-top-color: #ddf3f5;
- }
- .alert-info .alert-link {
- color: #0272a9;
- }
- .alert-warning {
- background-color: #fff0d5;
- color: #eea236;
- }
- .alert-warning hr {
- border-top-color: #fff0d5;
- }
- .alert-warning .alert-link {
- color: #eb9316;
- }
- .alert-danger {
- background-color: #ffe5e0;
- color: #d43f3a;
- }
- .alert-danger hr {
- border-top-color: #ffe5e0;
- }
- .alert-danger .alert-link {
- color: #c12e2a;
- }
- .alert-primary-inverse {
- background-color: #4caf50;
- border-color: #4caf50;
- color: #fff;
- }
- .alert-primary-inverse hr {
- border-top-color: #dddddd;
- border-top-color: rgba(221, 221, 221, 0.25);
- }
- .alert-primary-inverse .alert-link {
- color: rgba(255, 255, 255, 0.8);
- }
- .modal-dialog {
- border-radius: 0;
- }
- .card {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- border-radius: 0;
- }
- pre {
- border-radius: 0;
- }
|