12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517 |
- /**
- Colors:
- - Header: #333333
- - Subheader: #e8edf1
- - Subheader border: #a4acb9
- - Highlight buttons/text: #36a7c4
- - Text color: #1a1a1a
- - Filter color: #373e48
- - Dark highlight: #606b7d
- */
- .form-control {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- padding: 4px 8px;
- }
- body {
- font-family: 'Lato', sans-serif;
- }
- .label {
- font-size: 18px;
- font-weight: normal;
- margin-bottom: 0;
- color: #1a1a1a;
- }
- .subtle {
- color: #999999;
- font-size: 13px;
- }
- .simple-list {
- list-style: none inside;
- padding: 0;
- margin: 5px 0;
- }
- .simple-list.pack {
- max-height: 250px;
- overflow: auto;
- }
- .simple-list li {
- padding: 6px;
- position: relative;
- }
- .simple-list li > .icon {
- padding-right: 5px;
- }
- .simple-list li:hover {
- background-color: #f8f8f9;
- }
- .simple-list li.nothing-to-see:hover {
- background-color: transparent;
- }
- .simple-list li.active {
- background-color: #eeeeee;
- }
- .simple-list li >.actions {
- visibility: hidden;
- position: absolute;
- top: 3px;
- right: 5px;
- font-size: 20px;
- background-color: #f8f8f9;
- padding: 0 0 0 4px;
- }
- .simple-list li >.actions a {
- padding: 4px 4px 0 4px;
- }
- .simple-list li >.actions a:hover {
- background-color: #ffffff;
- }
- .simple-list li:hover >.actions {
- visibility: visible;
- }
- .simple-list.grid li {
- border-bottom: 1px solid #eeeeee;
- }
- .simple-list.grid li:first-child {
- border-top: 1px solid #eeeeee;
- }
- .simple-list li .subtle {
- color: #999999;
- font-size: 13px;
- }
- .simple-list.selectable li {
- cursor: pointer;
- }
- .simple-list .loading {
- position: absolute;
- left: 50%;
- margin-left: -15px;
- line-height: 30px;
- top: 8px;
- z-index: 1030;
- }
- .lt-ie9 .container {
- display: none !important;
- visibility: hidden !important;
- }
- .unsupported-browser {
- margin: 60px 20px 20px 20px;
- }
- a {
- cursor: pointer;
- }
- a:hover {
- text-decoration: none;
- }
- label {
- font-weight: normal;
- color: #636363;
- font-size: 14px;
- }
- [ng\:cloak], [ng-cloak], .ng-cloak { display: none; }
- .nothing-to-see {
- padding: 5px 0 20px 0;
- cursor: default;
- }
- .nothing-to-see span {
- font-size: 14px;
- color: #aaaaaa;
- }
- .fixed-container {
- max-width: 1400px;
- min-width: 1000px;
- margin: 0 auto;
- }
- .well {
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- }
- /** Buttons **/
- button.btn, a.btn {
- background-color: #36a7c4;
- color: #ffffff;
- border-color: #ffffff;
- font-size: 15px;
- }
- button.btn-subtle, a.btn-subtle {
- background-color: #fafafb;
- color: #1a1a1a;
- font-size: 15px;
- }
- .btn-xs {
- padding: 1px 8px;
- }
- button.btn.btn-danger {
- background-color: #d35f5f;
- }
- .btn.btn-danger:hover, .btn.btn-danger.active, .btn.btn-danger:focus {
- background-color: #c83737;
- }
- .btn:hover, .btn.active, .btn:focus {
- background-color: #2a8198;
- border-color: #ffffff;
- color: #ffffff;
- }
- .btn.disabled, .btn[disabled], .btn[disabled]:active, .btn[disabled]:hover {
- background-color: #668b94;
- border-color: #668b94;
- color: #ffffff;
- }
- .btn-subtle:hover, .btn-subtle.active, .btn-subtle:focus {
- background-color: #f6f6f7;
- border-color: #ffffff;
- color: #000000;
- }
- .btn-subtle[disabled] {
- background-color: #f6f6f7;
- color: #555555;
- }
- .modal-header .btn, .header .btn {
- border-color: #e8edf1;
- }
- .content {
- padding: 0 10px;
- overflow: auto;
- }
- .content.split {
- background: transparent url('../../images/line-1px.png') repeat-y 60% 0;
- }
- .content .split-left {
- float: left;
- width: 60%;
- padding: 0 10px 0 5px;
- }
- .content .split-right {
- float: right;
- width: 40%;
- padding: 0 0 0 15px;
- }
- .form-group .pull-right {
- margin: 10px 0 0 5px;
- }
- .form-group.box {
- padding-bottom: 10px;
- margin-bottom: 5px;
- border-bottom: 1px dotted #eeeeee;
- }
- .form-group .marker {
- font-size: 15px;
- color: #666666;
- }
- /** Dropdowns and dropdown triggers */
- .dropdown-menu {
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- box-shadow: none;
- }
- .dropdown-menu:focus {
- outline: none;
- }
- .dropdown-menu > li > a:hover, .dropdown-menu > ul > li > a:hover {
- background: #36a7c4;
- color: #ffffff;
- }
- .dropdown-menu > li.active > a, .dropdown-menu > li.active > a:hover {
- background: #e8edf1;
- color: #1a1a1a;
- }
- .dropdown-menu > ul > li > a {
- display: block;
- text-decoration: none;
- color: #1a1a1a;
- padding: 5px;
- cursor: pointer;
- }
- .dropdown-menu > ul {
- padding: 10px;
- }
- .dropdown-menu.large-width {
- min-width: 300px;
- }
- a.dropdown-toggle {
- color: #1a1a1a;
- text-decoration: none;
- }
- .open a.dropdown-toggle, a.dropdown-toggle:hover {
- color: #36a7c4;
- }
- .btn-group.open .dropdown-toggle {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- /** Subtle dropdown (eg. sort) */
- .dropdown-subtle {
- margin-right: 5px;
- color: #606b7d;
- }
- .dropdown-subtle .btn {
- background: transparent;
- line-height: 36px;
- color: #606b7d;
- padding: 0;
- font-size: 14px;
- border: none;
- box-shadow: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- }
- .dropdown-subtle .btn-group.open .dropdown-toggle {
- box-shadow: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- }
- .dropdown-subtle .btn:hover, .dropdown-subtle .btn:focus {
- background: transparent;
- color: #333333;
- }
- .dropdown-subtle a {
- cursor: pointer;
- }
- /** Popovers */
- .popover {
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- max-width: 400px;
- min-width: 300px;
- padding: 0px;
- }
- .popover.bottom-left, .popover.bottom-right {
- margin-top: 10px;
- }
- .popover>.arrow, .popover>.arrow {
- margin-left: -11px;
- border-top-width: 0;
- border-bottom-color: #999;
- border-bottom-color: rgba(0,0,0,.25);
- top: -11px;
- }
- .popover.bottom-left>.arrow {
- left: 40px;
- }
- .popover.bottom-right>.arrow {
- right: 40px;
- }
- .popover.bottom-left>.arrow:after, .popover.bottom-right>.arrow:after, .popover.bottom>.arrow:after {
- content: " ";
- top: 1px;
- margin-left: -10px;
- border-top-width: 0;
- border-bottom-color: #e8edf1;
- }
- .popover-wrapper {
- padding: 10px;
- }
- .popover-header {
- position: relative;
- background-color: #e8edf1;
- min-height: 30px;
- font-size: 18px;
- color: #a4acb9;
- padding: 10px 0;
- }
- .popover-footer {
- overflow: hidden;
- clear: both;
- padding: 5px 10px 10px 10px;
- }
- .popover-header .actions {
- position: absolute;
- top: 6px;
- right: 5px;
- font-size: 12px;
- }
- .popover-header .actions a{
- display: inline-block;
- padding: 8px 5px;
- }
- .popover-header span {
- padding: 0 10px;
- }
- .popover-wrapper .form-group {
- margin-bottom: 10px;
- }
- .popover.wide {
- max-width: 1000px;
- min-width: 1000px;
- }
- .popover.wide .popover-wrapper {
- max-height: 400px;
- overflow: auto;
- }
- .popover.medium {
- max-width: 600px;
- min-width: 250px;
- }
- .popover .section {
- border-top: 1px solid #eeeeee;
- }
- .center {
- text-align: center;
- }
- .popover .center .btn, .popover .center .btn-group > .btn:hover, .popover .center .btn-group > .btn:focus {
- border-color: #ffffff;
- }
- /* Navigation */
- .navbar {
- background-color: #333333;
- border: none;
- min-height: 40px;
- }
- .navbar .btn-group .btn-default {
- border: none;
- color: #ffffff;
- background-color: transparent;
- padding-top: 0px;
- padding-bottom: 0px;
- line-height: 40px;
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- font-size: 13px;
- }
- .navbar .btn-group .btn-default:hover, .navbar .btn-group .btn-default:focus {
- background-color: #121212;
- }
- .navbar .btn-group .btn-default {
- border: none;
- color: #ffffff;
- background-color: transparent;
- }
- .navbar .btn-group .btn-icon {
- font-size: 22px;
- }
- .navbar-header .navbar-brand {
- padding-top: 0px;
- line-height: 40px;
- height: 40px;
- background: url(../images/logo.png) no-repeat 10px center;
- width: 180px;
- }
- .navbar-nav {
- height: 40px;
- }
- .navbar-nav > li > a {
- line-height: 20px;
- padding: 10px;
- font-size: 17px;
- padding: 10px 35px 10px 35px;
- color: #ffffff;
- }
- .navbar-nav > li.active:after {
- top: 100%;
- left: 50%;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- border-color: rgba(0, 0, 0, 0);
- border-top-color: #000000;
- border-width: 6px;
- margin-left: -6px;
- }
- .navbar-nav > li.active {
- background-color: #000000;
- position: relative;
- }
- .navbar-nav > li.active > a {
- color: #36a7c4;
- }
- /* Sub header */
- .subheader {
- background-color: #e8edf1;
- min-height: 60px;
- border-bottom: 1px solid #a4acb9;
- }
- .subheader > div > .btn-group {
- margin: 12px 15px 0px 0px;
- }
- .subheader h2 {
- font-family: 'Lato', sans-serif;
- color: #1a1a1a;
- font-size: 20px;
- font-weight: normal;
- padding: 19px 0px 5px 10px;
- margin-top: 0px;
- }
- .subheader .version {
- font-weight: bold;
- color: #36a7c4;
- font-size: 110%;
- padding-left: 5px;
- line-height: 1;
- padding-right: 5px;
- border-right: 1px solid #a4acb9;
- margin-right: 5px;
- }
- .subheader .btn {
- border-color: #e8edf1;
- }
- .subheader a.btn:hover, .subheader a.btn:focus {
- border-color: #e8edf1;
- color: #ffffff;
- }
- .subheader .dropdown-menu .detail {
- vertical-align:middle;
- color: #1a1a1a;
- }
- .subheader p {
- font-size: 14px;
- color: #1a1a1a;
- word-wrap:break-word;
- }
- .subheader p.hint a {
- cursor: pointer;
- color: #1a1a1a;
- }
- .subheader .details.subheader .details {
- margin-bottom: 5px;
- margin-left: -1px;
- border-right: 1px solid #a4acb9;
- border-left: 1px solid #a4acb9;
- padding: 0px 15px 5px 15px;
- }
- .subheader .details:first-child {
- border-left: none;
- }
- .subheader .details:last-child {
- border-right: none;
- }
- .subheader .details > span, span.detail {
- font-size: 13px;
- display: block;
- padding-bottom: 5px;
- }
- .subheader .details p {
- font-size: 13px;
- }
- .subheader .related {
- float: right;
- margin: 0 -10px 10px 10px;
- }
- .subheader .details span i, span.detail i {
- font-size: 90%;
- padding-right: 8px;
- }
- .subheader >div>.pull-right {
- margin-top: 12px;
- margin-right: 5px;
- }
- .subheader a.action {
- color: #1a1a1a;
- margin-right: 10px;
- line-height: 36px;
- text-decoration: underline;
- font-size: 14px;
- }
- .subheader a.action i {
- text-decoration: none;
- font-style: normal;
- }
- .subheader a:hover {
- color: #606b7d;
- }
- .subheader .highlight {
- color: #ffeeaa;
- }
- /** Custom icons **/
- .icon {
- position: relative;
- top: 1px;
- display: inline-block;
- font-family: 'cherokeeregular';
- font-style: normal;
- font-weight: 400;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-user-add:before {
- content: "\e008";
- }
- .icon-comment-add:before {
- content: "\e111";
- }
- .icon-diagram:before {
- content: "\e011";
- }
- .icon-caret-down:before {
- content: "\e114";
- }
- .icon-caret-left:before {
- content: "\e115";
- }
- .icon-caret-right:before {
- content: "\e116";
- }
- .icon-remove:before {
- content: "\e117";
- }
- .icon-pencil:before {
- content: "\270f";
- }
- .icon-caret-up:before {
- content: "\e118";
- }
- .icon-user:before {
- content: "\e119";
- }
- .icon-choice:before {
- content: "\e120";
- }
- .icon-move:before {
- content: "\e121";
- }
- .icon-mail:before {
- content: "\e122";
- }
- .icon-clock:before {
- content: "\e123";
- }
- .icon-download:before {
- content: "\e124";
- }
- .icon-word:before {
- content: "\e125";
- }
- .icon-excel:before {
- content: "\e126";
- }
- .icon-powerpoint:before {
- content: "\e127";
- }
- .icon-pdf:before {
- content: "\e128";
- }
- .icon-content:before {
- content: "\e129";
- }
- .icon-folder:before {
- content: "\e130";
- }
- .icon-image:before {
- content: "\e131";
- }
- .icon-bpmn-stencil:before {
- content: "\e132";
- }
- .icon-kickstart-stencil:before {
- content: "\e133";
- }
- .icon-form-stencil:before {
- content: "\e134";
- }
- .simple-list .icon-image, .related-content .icon-image {
- color: #484b84;
- }
- .simple-list .icon-pdf, .related-content .icon-pdf {
- color: #ac2020;
- }
- .simple-list .icon-powerpoint, .related-content .icon-powerpoint {
- color: #dc5b31;
- }
- .simple-list .icon-excel, .related-content .icon-excel {
- color: #13743d;
- }
- .simple-list .icon-word, .related-content .icon-word {
- color: #2974b8;
- }
- .simple-list .icon-content, .related-content .icon-content {
- color: #666666;
- }
- .loading {
- margin: 0px 15px;
- text-align: center;
- line-height: 34px;
- }
- .loading > div {
- width: 10px;
- height: 10px;
- background-color: #9fd7e5;
- margin: 1px;
- border-radius: 100%;
- display: inline-block;
- -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
- animation: bouncedelay 1.4s infinite ease-in-out;
- /* Prevent first frame from flickering when animation starts */
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- .loading .l1 {
- -webkit-animation-delay: -0.32s;
- animation-delay: -0.32s;
- }
- .loading .l2 {
- -webkit-animation-delay: -0.16s;
- animation-delay: -0.16s;
- }
- .loading-box {
- text-align: center;
- margin: 50px auto 10px auto;
- padding: 20px 50px;
- max-width: 400px;
- }
- .loading-box span {
- font-size: 16px;
- color: #333333;
- }
- @-webkit-keyframes bouncedelay {
- 0%, 80%, 100% { -webkit-transform: scale(0.0) }
- 40% { -webkit-transform: scale(1.0) }
- }
- @keyframes bouncedelay {
- 0%, 80%, 100% {
- transform: scale(0.0);
- -webkit-transform: scale(0.0);
- } 40% {
- transform: scale(1.0);
- -webkit-transform: scale(1.0);
- }
- }
- /** Alerts */
- .alert-wrapper {
- }
- .alert-wrapper {
- position: fixed;
- top: 40px;
- left: 0;
- right: 0;
- z-index: 1010;
- }
- .alert-wrapper.no-header {
- top: 0px;
- }
- .alert {
- text-align: center;
- width: 100%;
- min-height: 20px;
- background-color: #eef4d7;
- background-color: rgba(238, 244, 215, .7);
- padding: 8px 10px;
- cursor: pointer;
- border: none;
- border-bottom: 1px solid #bcd35f;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- .alert.ng-hide-remove {
- opacity: 1;
- display:block!important;
- }
- .alert.ng-hide {
- opacity: 0;
- }
- .alert .badge {
- background-color: #bcd35f;
- color: #ffffff;
- font-size: 12px;
- margin-top: 2px;
- margin-left: 10px;
- }
- .alert .glyphicon {
- padding-right: 8px;
- color: #bcd35f;
- }
- .alert span {
- color: #445016;
- font-size: 15px;
- }
- .alert.error {
- background-color: #e9af9f;
- border-color: #e4593d;
- background-color: rgba(228, 89, 61, .7);
- }
- .alert.error .glyphicon {
- color: #e4593d;
- }
- .alert.error span {
- color: #471313;
- }
- .alert.error .badge {
- background-color: #e4593d;
- color: #ffffff;
- }
- .wrapper {
- padding: 55px 15px 15px 15px;
- max-width: 1400px;
- min-width: 1024px;
- margin: 0 auto;
- }
- .wrapper.full {
- padding: 40px 0px 0px 0px;
- overflow: hidden;
- max-width: 100%;
- min-width: 100%;
- }
- .wrapper.no-header {
- padding-top: 10px;
- }
- /** Main list **/
- .main-list {
- position: relative;
- float: left;
- width: 400px;
- border: 1px solid #cccccc;
- background-color: #ffffff;
- margin-right: 20px;
- -webkit-box-shadow: 2px 2px 2px 0px rgba(220,220,220,0.50);
- -moz-box-shadow: 2px 2px 2px 0px rgba(220,220,220,0.50);
- box-shadow: 2px 2px 2px 0px rgba(220,220,220,0.50);
- }
- .main-list .sort {
- position: absolute;
- top: 12px;
- right: 5px;
- }
- .list-header {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- background-color: #ffffff;
- background-color: rgba(255, 255, 255, .9);
- border-bottom: 1px solid #cccccc;
- -webkit-box-shadow: 0px 1px 1px 0px rgba(220,220,220,0.65);
- -moz-box-shadow: 0px 1px 1px 0px rgba(220,220,220,0.65);
- box-shadow: 0px 1px 1px 0px rgba(220,220,220,0.65);
- z-index: 2;
- }
- .list-header .loading {
- position: absolute;
- left: 50%;
- margin-left: -15px;
- line-height: 30px;
- }
- .list-header .summary {
- cursor: pointer;
- padding: 10px 10px 10px 10px;
- min-height: 30px;
- }
- .list-header .summary > span {
- color: #373e48;
- }
- .list-header .summary .divider {
- content: '&bull';
- font-size: 70%;
- line-height: 1;
- font-style: normal;
- padding: 0 5px;
- }
- .list-header .form-group {
- margin-bottom: 10px;
- position: relative;
- }
- .selection {
- position: relative;
- margin: 0;
- padding: 6px 8px;
- border: 1px solid #cccccc;
- -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
- background-color: #ffffff;
- font-size: 14px;
- cursor: pointer;
- }
- .selection .glyphicon, .selection .icon {
- padding-right: 5px;
- }
- .selection .actions {
- float: right;
- }
- .selection .actions.no-upload {
- float: left;
- margin-right: 10px;
- }
- .selection.narrow {
- padding: 0;
- }
- .selection .pull-right {
- margin: 4px 4px 4px 0;
- }
- .selection.narrow .simple-list {
- margin-bottom: 0;
- padding-bottom: 0;
- }
- .selection.narrow .simple-list li {
- border-top: 1px dotted #eeeeee;
- }
- .selection.narrow .simple-list li:first-child {
- border-top: none;
- }
- .selection.narrow .no-results {
- padding: 6px 0 0 5px;
- }
- .selection.narrow .details {
- margin: 5px;
- border: none;
- }
- .selection.narrow .label {
- font-size: 13px;
- padding:0 10px 0 0;
- margin: 0;
- color: #666666;
- }
- .selection > .icon-caret-down {
- visibility: hidden;
- position: absolute;
- top: 8px;
- right: 5px;
- }
- .selection .empty {
- color: #666666;
- }
- .selection:hover > .icon-caret-down, button.selection:active > .icon-caret-down, button.selection:focus > .icon-caret-down {
- visibility: visible;
- }
- .selection[disabled]:hover > .icon-caret-down, button.selection[disabled]:active > .icon-caret-down, button[disabled].selection:focus > .icon-caret-down {
- visibility: hidden;
- }
- .selection[disabled] {
- background-color: #f6f6f7;
- color: #999999;
- }
- .selection+.dropdown-menu {
- width: 100%;
- }
- button.selection:active, button.selection:focus {
- outline: none;
- border-color: #acacac;
- }
- .selection.toggle {
- overflow: hidden;
- clear: both;
- padding: 0;
- }
- .selection.toggle .toggle-2 {
- width: 50%;
- float: left;
- }
- .selection.toggle .toggle-3 {
- width: 33.333%;
- float: left;
- }
- .selection.toggle .toggle-4 {
- width: 25%;
- float: left;
- }
- .selection.toggle .btn {
- border: none;
- border-right: 1px solid #bbbbbb;
- width: 100%;
- background-color: #eeeeee;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- color: #666666;
- -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
- }
- .selection.toggle .btn:active, .selection.toggle .btn:focus {
- outline: none;
- color: #1a1a1a;
- background-color: #f8f8f8;
- }
- .selection.toggle > .active .btn {
- background-color: #ffffff;
- color: #1a1a1a;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .selection.toggle > div:last-child .btn {
- border: none;
- }
- .subtle-select {
- padding: 6px 8px;
- background-color: transparent;
- color: #1a1a1a;
- text-decoration: none;
- }
- .subtle-select .icon {
- visibility: hidden;
- }
- .subtle-select:hover .icon {
- visibility: visible;
- }
- .subtle-select:hover, .header .detail a.subtle-select:hover {
- background-color: #ffffff;
- text-decoration: none;
- color:#1a1a1a;
- }
- .list-header .summary label, .list-header .summary .filter-action {
- font-size: 11px;
- font-weight: normal;
- text-transform: uppercase;
- margin-bottom: 0;
- color: #1a1a1a;
- }
- .list-wrapper {
- overflow: auto;
- }
- .main-list {
- height: 100%;
- overflow: hidden;
- }
- .main-list .nothing-to-see {
- text-align: center;
- padding:50px 20px;
- }
- .main-list .nothing-to-see span {
- font-size: 17px;
- }
- .main-list .popover {
- width: 375px;
- }
- .list-header .summary .filter-action:hover {
- color: #36a7c4;
- }
- .main-list .list-subheader {
- margin-top: 40px;
- position: relative;
- z-index: 1;
- border-bottom: 1px solid #f2f2f2;
- }
- .main-list .list-subheader > .btn-group {
- margin: 10px 5px 10px 10px;
- }
- .full-list li.more {
- padding: 10px 15px;
- background-color: #ffffff;
- color: #666666;
- }
- .full-list li.more i.icon {
- font-size: 70%;
- }
- .full-list {
- list-style: none;
- padding: 0;
- margin-bottom: 0;
- }
- .full-list li {
- position: relative;
- display: block;
- border-bottom: 1px solid #f5f5f5;
- cursor: pointer;
- padding: 2px 0px 2px 0px;
- }
- .full-list li .badge, .simple-list li .badge{
- font-size: 12px;
- line-height: 12px;
- padding-right: 0;
- border-radius: 3px;
- background-color: #e8edf1;
- color: #36a7c4;
- background-color: transparent;
- font-weight: normal;
- }
- .full-list li.active {
- background-color: #fafafb;
- }
- .full-list li:hover {
- background-color: #fafafb;
- }
- .full-list li > div:hover {
- border-color: #d8dde1;
- }
- .full-list li > div {
- margin: 0 6px 0 4px;
- border-left: 4px solid #e8edf1;
- min-height: 50px;
- padding: 5px 5px 5px 5px;
- }
- .full-list li.active > div {
- border-left-color: #36a7c4;
- }
- .full-list li .title {
- font-size: 16px;
- margin: 0 0 0 5px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .full-list li .summary {
- clear: both;
- margin: 3px 5px 0px 5px;
- font-size: 13px;
- color: #1a1a1a;
- white-space: nowrap;
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .full-list li .detail {
- margin: 0 5px;
- font-size: 12px;
- color: #999999;
- white-space: nowrap;
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .main-content {
- border: 1px solid #cccccc;
- height: 100%;
- max-height: 100%;
- overflow: hidden;
- padding-bottom: 10px;
- }
- .main-content-wrapper {
- height: 100%;
- max-height: 100%;
- overflow: hidden;
- -webkit-box-shadow: 2px 2px 2px 0px rgba(220,220,220,0.50);
- -moz-box-shadow: 2px 2px 2px 0px rgba(220,220,220,0.50);
- box-shadow: 2px 2px 2px 0px rgba(220,220,220,0.50);
- }
- .main-content > .header {
- background-color: #e8edf1;
- min-height: 60px;
- border-bottom: 1px solid #a4acb9;
- padding: 15px 15px;
- }
- .main-content > .header h2 {
- margin: 0 0 5px 0;
- font-size: 26px;
- }
- .main-content > .header .btn:hover, .main-content > .header .btn:focus {
- border-color: #e8edf1;
- color: #ffffff;
- }
- .modal-header .label, .header .label {
- padding: 0 3px 0 15px;
- color: #1a1a1a;
- font-weight: normal;
- font-size: 13px;
- color: #666666;
- }
- .header > .detail >.label:first-child {
- padding-left: 0;
- }
- .header .detail a {
- color: #1a1a1a;
- }
- .header .detail a:hover {
- color: #36a7c4;
- text-decoration: underline;
- }
- .jumpers {
- list-style: none inside;
- padding: 0 10px 10px 10px;
- margin: 5px 0px 0 0px;
- border-bottom: 1px solid #eeeeee;
- }
- .jumpers li {
- display: inline-block;
- border: 1px solid #e8edf1;
- margin: 5px 0 0 2px;
- padding: 5px 25px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- cursor: pointer;
- }
- .jumpers li.pending {
- border: 1px dotted #d8dde1;
- }
- .jumpers li:hover {
- background-color: #f8f8f9;
- }
- .jumpers li.selected {
- color: white;
- background-color: #36a7c4;
- }
- .jumpers li span {
- background-color: #f2f2f2;
- padding: 1px 5px;
- margin-left: 5px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- color: #999999;
- }
- .jumpers li:hover span {
- background-color: #e2e2e2;
- }
- .section {
- margin: 10px 0;
- padding: 10px 0 0px 0;
- min-height: 120px;
- }
- .section.pack {
- min-height: inherit;
- }
- .col-xs-12.seperator {
- height: 1px;
- border-top: 1px solid #eeeeee;
- margin: 5px 0;
- }
- .section > h3 {
- position: relative;
- margin: 0px;
- font-size: 18px;
- cursor: pointer;
- }
- .section > h3 .action > a {
- font-weight: bold;
- padding-left: 5px;
- color: #999999;
- }
- .section > .form-group, .section > div > .form-group {
- margin: 5px 0;
- }
- .modal-backdrop {
- background-color: #999999; /** Non alpha-supporting browser fallback */
- background-color: rgba(100, 100, 100, .75);
- }
- .modal-content {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- border: none;
- }
- .modal-dialog.wide {
- margin-left: auto;
- margin-right: auto;
- width: 80%;
- max-width: 1200px;
- }
- .modal-body {
- }
- .modal .modal-header {
- position: relative;
- background-color: #e8edf1;
- min-height: 60px;
- border-bottom: 1px solid #a4acb9;
- padding: 15px 15px;
- }
- .modal-header .actions {
- margin-right: 20px;
- }
- .modal-body .form-actions {
- border-top: 1px solid #eeeeee;
- margin: 0 -30px;
- padding: 10px 10px 10px 10px;
- }
- .modal-body.includes-footer {
- padding-bottom: 0px;
- }
- .fullscreen .modal-header h3 {
- margin: 0 0 5px 0px;
- font-size: 22px;
- }
- .fullscreen .modal-header h3 .summary {
- font-size: 13px;
- }
|