diff --git a/src/legacy/css/angular-datatables.css b/src/legacy/css/angular-datatables.css new file mode 100644 index 0000000000000000000000000000000000000000..dd756e6aea6673a463446c01c4a92bb3f2cec32c --- /dev/null +++ b/src/legacy/css/angular-datatables.css @@ -0,0 +1,173 @@ +/*! + * angular-datatables - v0.5.6 + * https://github.com/l-lin/angular-datatables + * License: MIT + */ +/* ---------------------------------------- */ +/* DATATABLE */ +/* ---------------------------------------- */ + +.dataTables_wrapper { + /*border: 1px solid #DDDDDD;*/ + padding: 1rem 0; +} +table.dataTable, +table.dataTable.no-footer{ + margin: 1rem 0; + width: 100% !important; + border-top: 1px solid #DDDDDD;; + border-bottom: 1px solid #DDDDDD; +} +/* -- select box --*/ +.dataTables_length { + margin: 0.2rem 0 0.8rem 0; + float: left; +} +.dataTables_length select{ + border: 1px solid #d5d5d5; + border-radius: 3px; + padding: 2px; +} +.dataTables_length select:focus{ + outline: none; +} +/* -- search box --*/ +.dataTables_filter { + text-align: right; + float: right; + position: relative; +} +.dataTables_filter input[type="search"] { + border: 1px solid #E4E4E4; + border-radius: 3px; + margin: 0 0 10px 5px; + padding: 5px; +} +/* -- table --*/ +table.dataTable thead th, table.dataTable thead td { + border-bottom: 1px solid #DDDDDD;; +} +table.dataTable tbody th, table.dataTable tbody td { + padding: 0px 0px; +} +.dataTables_wrapper .dataTables_length, +.dataTables_wrapper .dataTables_filter, +.dataTables_wrapper .dataTables_info, +.dataTables_wrapper .dataTables_processing, +.dataTables_wrapper .dataTables_paginate { + color: #585858; +} +.dataTables_wrapper .dataTables_info { + margin-left: 1rem; +} + +.gridcell-sort {display: inline-block; width:10px; height:15px; position:relative; top: 3px; margin-left: 3px;cursor:pointer; } +.gridcell-sort.deactivate {background: url("../images/general-icons/sortby_deactivate.png") no-repeat center center; } +.sorting_asc {background: url("../images/general-icons/sortby_active_up.png") no-repeat center center; } +.sorting_asc {background: url("../images/general-icons/sortby_active_down.png") no-repeat center center; } + +/* ---------------------------------------- */ +/* PAGINATION */ +/* ---------------------------------------- */ +.dataTables_wrapper .dataTables_paginate .paginate_button.current, +.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { + color: white !important; + border: none; + background: #671C9D; + /* margin: 0 3px; */ +} + +.dataTables_wrapper .dataTables_paginate .paginate_button { + padding: 0.3em 0.8em; + margin: 0 3px; + background: #fff; + font-weight: 600 !important; + color: #2B262D; + border: 1px solid #d5d5d5; +} +.dataTables_wrapper .dataTables_paginate .paginate_button:hover { + transition: all 0.4s ease; + padding: 0.3em 0.8em; + background: rgba(158,158,158,.2); + border: 1px solid transparent; +} + +.paging_simple_numbers { + float: right; + padding: 10px 0; +} +.dataTables_info{ + float:left; + padding: 10px 0; +} + +/* .disabled { + color: #B3B3B3; + border-color: #d3d1d1; + cursor: not-allowed; + background: #efefef; + border: 1px solid #d5d5d5; + +} */ +.manage-notifications{position:relative;} + +.manage-notifications table{margin-top:51px !important;} +.manage-notifications .dataTables_filter label{ + width: 200px; + position: absolute; + right: 53px; + top: 0; +} + +.manage-notifications .dataTables_filter input[type=search] { + border: 1px solid #d5d5d5;padding-right: 40px;width: 100%;border: 1px solid #d5d5d5;padding-left:5px; font-size: 14px; + border-radius: 2px; height: 30px; line-height: 30px; background: url('../images/sidebar-icons/search_icon.png') no-repeat 98% center !important; +} + +.manage-notifications .dataTables_length select{border: 1px solid #d5d5d5; + padding: 2px 10px; + margin: 0 5px 0 5px;} + +/* ---------------------------------------- */ +/* Select Fav Catalog Pagination Styles */ +/* ---------------------------------------- */ + +.fe-pagination { + display: flex; + align-content: space-between; + list-style: none; +} +.fe-pagination li { + + border: 1px solid #e1e1e1; + margin: 3px 3px; + padding: 0 5px; + min-width: 34px; + text-align: center; + cursor:pointer; + border-radius: 3px; + line-height: 30px; +} + .fe-pagination li a { + text-decoration: none; + color: #2B262D; + text-align:center; + font-weight:600; +} +.fe-pagination li.active{background-color:#671C9D;} +.fe-pagination li.active a{ color:#fff !important;} +.fe-pagination li:hover { + background: rgba(158,158,158,.2); + cursor: pointer; +} +.fe-pagination li.disabled { + color: #B3B3B3; + border-color: #d3d1d1; + cursor: not-allowed; + background: #efefef; +} +.fe-pagination li.disabled a{cursor:not-allowed; opacity:.4;} +.fe-pagination li.active:hover{background-color:#671C9D;} +.fe-pagination li.active:hover a{color:#2B262D;} +.fe-pagination li:first-child, .fe-pagination li:last-child{padding:0 16px;} + diff --git a/src/legacy/css/angular-material.min.css b/src/legacy/css/angular-material.min.css new file mode 100644 index 0000000000000000000000000000000000000000..232a7fa96487e635d97b75d48050b956a908f57f --- /dev/null +++ b/src/legacy/css/angular-material.min.css @@ -0,0 +1,6 @@ +/*! + * AngularJS Material Design + * https://github.com/angular/material + * @license MIT + * v1.1.4 + */body,html{height:100%;position:relative}body{margin:0;padding:0}[tabindex="-1"]:focus{outline:none}.inset{padding:10px}a.md-no-style,button.md-no-style{font-weight:400;background-color:inherit;text-align:left;border:none;padding:0;margin:0}button,input,select,textarea{vertical-align:baseline}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[type=button][disabled],input[type=reset][disabled],input[type=submit][disabled]{cursor:default}textarea{vertical-align:top;overflow:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box;-webkit-box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input:-webkit-autofill{text-shadow:none}.md-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-transform:none;width:1px}.md-shadow{position:absolute;top:0;left:0;bottom:0;right:0;border-radius:inherit;pointer-events:none}.md-shadow-bottom-z-1{box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}.md-shadow-bottom-z-2{box-shadow:0 4px 8px 0 rgba(0,0,0,.4)}.md-shadow-animated.md-shadow{-webkit-transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.md-ripple-container{pointer-events:none;position:absolute;overflow:hidden;left:0;top:0;width:100%;height:100%;-webkit-transition:all .55s cubic-bezier(.25,.8,.25,1);transition:all .55s cubic-bezier(.25,.8,.25,1)}.md-ripple{position:absolute;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;opacity:0;border-radius:50%}.md-ripple.md-ripple-placed{-webkit-transition:margin .9s cubic-bezier(.25,.8,.25,1),border .9s cubic-bezier(.25,.8,.25,1),width .9s cubic-bezier(.25,.8,.25,1),height .9s cubic-bezier(.25,.8,.25,1),opacity .9s cubic-bezier(.25,.8,.25,1),-webkit-transform .9s cubic-bezier(.25,.8,.25,1);transition:margin .9s cubic-bezier(.25,.8,.25,1),border .9s cubic-bezier(.25,.8,.25,1),width .9s cubic-bezier(.25,.8,.25,1),height .9s cubic-bezier(.25,.8,.25,1),opacity .9s cubic-bezier(.25,.8,.25,1),-webkit-transform .9s cubic-bezier(.25,.8,.25,1);transition:margin .9s cubic-bezier(.25,.8,.25,1),border .9s cubic-bezier(.25,.8,.25,1),width .9s cubic-bezier(.25,.8,.25,1),height .9s cubic-bezier(.25,.8,.25,1),opacity .9s cubic-bezier(.25,.8,.25,1),transform .9s cubic-bezier(.25,.8,.25,1);transition:margin .9s cubic-bezier(.25,.8,.25,1),border .9s cubic-bezier(.25,.8,.25,1),width .9s cubic-bezier(.25,.8,.25,1),height .9s cubic-bezier(.25,.8,.25,1),opacity .9s cubic-bezier(.25,.8,.25,1),transform .9s cubic-bezier(.25,.8,.25,1),-webkit-transform .9s cubic-bezier(.25,.8,.25,1)}.md-ripple.md-ripple-scaled{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.md-ripple.md-ripple-active,.md-ripple.md-ripple-full,.md-ripple.md-ripple-visible{opacity:.2}.md-ripple.md-ripple-remove{-webkit-animation:md-remove-ripple .9s cubic-bezier(.25,.8,.25,1);animation:md-remove-ripple .9s cubic-bezier(.25,.8,.25,1)}@-webkit-keyframes md-remove-ripple{0%{opacity:.15}to{opacity:0}}@keyframes md-remove-ripple{0%{opacity:.15}to{opacity:0}}.md-padding{padding:8px}.md-margin{margin:8px}.md-scroll-mask{position:absolute;background-color:transparent;top:0;right:0;bottom:0;left:0;z-index:50}.md-scroll-mask>.md-scroll-mask-bar{display:block;position:absolute;background-color:#fafafa;right:0;top:0;bottom:0;z-index:65;box-shadow:inset 0 0 1px rgba(0,0,0,.3)}.md-no-momentum{-webkit-overflow-scrolling:auto}.md-no-flicker{-webkit-filter:blur(0)}@media (min-width:960px){.md-padding{padding:16px}}body[dir=ltr],body[dir=rtl],html[dir=ltr],html[dir=rtl]{unicode-bidi:embed}bdo[dir=rtl]{direction:rtl}bdo[dir=ltr],bdo[dir=rtl]{unicode-bidi:bidi-override}bdo[dir=ltr]{direction:ltr}body,html{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;min-height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.md-display-4{font-size:112px;font-weight:300;letter-spacing:-.01em;line-height:112px}.md-display-3{font-size:56px;font-weight:400;letter-spacing:-.005em;line-height:56px}.md-display-2{font-size:45px;font-weight:400;line-height:64px}.md-display-1{font-size:34px;font-weight:400;line-height:40px}.md-headline{font-size:24px;font-weight:400;line-height:32px}.md-title{font-size:20px;font-weight:500;letter-spacing:.005em}.md-subhead{font-size:16px;line-height:24px}.md-body-1,.md-subhead{font-weight:400;letter-spacing:.01em}.md-body-1{font-size:14px;line-height:20px}.md-body-2{font-size:14px;font-weight:500;letter-spacing:.01em;line-height:24px}.md-caption{font-size:12px;letter-spacing:.02em}.md-button{letter-spacing:.01em}button,html,input,select,textarea{font-family:Roboto,Helvetica Neue,sans-serif}button,input,select,textarea{font-size:100%}.md-panel-outer-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}._md-panel-hidden{display:none}._md-panel-offscreen{left:-9999px}._md-panel-fullscreen{border-radius:0;left:0;min-height:100%;min-width:100%;position:fixed;top:0}._md-panel-shown .md-panel{opacity:1;-webkit-transition:none;transition:none}.md-panel{opacity:0;position:fixed}.md-panel._md-panel-shown{opacity:1;-webkit-transition:none;transition:none}.md-panel._md-panel-animate-enter{opacity:1;-webkit-transition:all .3s cubic-bezier(0,0,.2,1);transition:all .3s cubic-bezier(0,0,.2,1)}.md-panel._md-panel-animate-leave{opacity:1;-webkit-transition:all .3s cubic-bezier(.4,0,1,1);transition:all .3s cubic-bezier(.4,0,1,1)}.md-panel._md-panel-animate-fade-out,.md-panel._md-panel-animate-scale-out{opacity:0}.md-panel._md-panel-backdrop{height:100%;position:absolute;width:100%}.md-panel._md-opaque-enter{opacity:.48;-webkit-transition:opacity .3s cubic-bezier(0,0,.2,1);transition:opacity .3s cubic-bezier(0,0,.2,1)}.md-panel._md-opaque-leave{-webkit-transition:opacity .3s cubic-bezier(.4,0,1,1);transition:opacity .3s cubic-bezier(.4,0,1,1)}md-autocomplete{border-radius:2px;display:block;height:40px;position:relative;overflow:visible;min-width:190px}md-autocomplete[disabled] input{cursor:default}md-autocomplete[md-floating-label]{border-radius:0;background:transparent;height:auto}md-autocomplete[md-floating-label] md-input-container{padding-bottom:0}md-autocomplete[md-floating-label] md-autocomplete-wrap{height:auto}md-autocomplete[md-floating-label] .md-show-clear-button button{display:block;position:absolute;right:0;top:20px;width:30px;height:30px}md-autocomplete[md-floating-label] .md-show-clear-button input{padding-right:30px}[dir=rtl] md-autocomplete[md-floating-label] .md-show-clear-button input{padding-right:0;padding-left:30px}md-autocomplete md-autocomplete-wrap{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;box-sizing:border-box;position:relative;overflow:visible;height:40px}md-autocomplete md-autocomplete-wrap.md-menu-showing{z-index:51}md-autocomplete md-autocomplete-wrap input,md-autocomplete md-autocomplete-wrap md-input-container{-webkit-box-flex:1;-webkit-flex:1 1 0%;flex:1 1 0%;box-sizing:border-box;min-width:0}md-autocomplete md-autocomplete-wrap md-progress-linear{position:absolute;bottom:-2px;left:0}md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline{bottom:40px;right:2px;left:2px;width:auto}md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate{position:absolute;top:0;left:0;width:100%;height:3px;-webkit-transition:none;transition:none}md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate .md-container{-webkit-transition:none;transition:none;height:3px}md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter.ng-enter-active{opacity:1}md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave.ng-leave-active{opacity:0}md-autocomplete input:not(.md-input){font-size:14px;box-sizing:border-box;border:none;box-shadow:none;outline:none;background:transparent;width:100%;padding:0 15px;line-height:40px;height:40px}md-autocomplete input:not(.md-input)::-ms-clear{display:none}md-autocomplete .md-show-clear-button button{position:relative;line-height:20px;text-align:center;width:30px;height:30px;cursor:pointer;border:none;border-radius:50%;padding:0;font-size:12px;background:transparent;margin:auto 5px}md-autocomplete .md-show-clear-button button:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}md-autocomplete .md-show-clear-button button:focus{outline:none}md-autocomplete .md-show-clear-button button:focus:after{-webkit-transform:scale(1);transform:scale(1);opacity:1}md-autocomplete .md-show-clear-button button md-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9)}md-autocomplete .md-show-clear-button button md-icon path{stroke-width:0}md-autocomplete .md-show-clear-button button.ng-enter{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .15s ease-out;transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out,-webkit-transform .15s ease-out}md-autocomplete .md-show-clear-button button.ng-enter.ng-enter-active{-webkit-transform:scale(1);transform:scale(1)}md-autocomplete .md-show-clear-button button.ng-leave{-webkit-transition:-webkit-transform .15s ease-out;transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out,-webkit-transform .15s ease-out}md-autocomplete .md-show-clear-button button.ng-leave.ng-leave-active{-webkit-transform:scale(0);transform:scale(0)}@media screen and (-ms-high-contrast:active){md-autocomplete input{border:1px solid #fff}md-autocomplete li:focus{color:#fff}}.md-virtual-repeat-container.md-autocomplete-suggestions-container{position:absolute;box-shadow:0 2px 5px rgba(0,0,0,.25);z-index:100;height:100%}.md-virtual-repeat-container.md-not-found{height:48px}.md-autocomplete-suggestions{margin:0;list-style:none;padding:0}.md-autocomplete-suggestions li{font-size:14px;overflow:hidden;padding:0 15px;line-height:48px;height:48px;-webkit-transition:background .15s linear;transition:background .15s linear;margin:0;white-space:nowrap;text-overflow:ellipsis}.md-autocomplete-suggestions li:focus{outline:none}.md-autocomplete-suggestions li:not(.md-not-found-wrapper){cursor:pointer}@media screen and (-ms-high-contrast:active){.md-autocomplete-suggestions,md-autocomplete{border:1px solid #fff}}md-backdrop{-webkit-transition:opacity .45s;transition:opacity .45s;position:absolute;top:0;bottom:0;left:0;right:0;z-index:50}md-backdrop.md-menu-backdrop{position:fixed!important;z-index:99}md-backdrop.md-select-backdrop{z-index:81;-webkit-transition-duration:0;transition-duration:0}md-backdrop.md-dialog-backdrop{z-index:79}md-backdrop.md-bottom-sheet-backdrop{z-index:69}md-backdrop.md-sidenav-backdrop{z-index:59}md-backdrop.md-click-catcher{position:absolute}md-backdrop.md-opaque{opacity:.48}md-backdrop.md-opaque.ng-enter{opacity:0}md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active{opacity:.48}md-backdrop.md-opaque.ng-leave{opacity:.48;-webkit-transition:opacity .4s;transition:opacity .4s}md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active{opacity:0}md-bottom-sheet{position:absolute;left:0;right:0;bottom:0;padding:8px 16px 88px;z-index:70;border-top-width:1px;border-top-style:solid;-webkit-transform:translate3d(0,80px,0);transform:translate3d(0,80px,0);-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}md-bottom-sheet.md-has-header{padding-top:0}md-bottom-sheet.ng-enter{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}md-bottom-sheet.ng-enter-active{opacity:1;display:block;-webkit-transform:translate3d(0,80px,0)!important;transform:translate3d(0,80px,0)!important}md-bottom-sheet.ng-leave-active{-webkit-transform:translate3d(0,100%,0)!important;transform:translate3d(0,100%,0)!important;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2)}md-bottom-sheet .md-subheader{background-color:transparent;font-family:Roboto,Helvetica Neue,sans-serif;line-height:56px;padding:0;white-space:nowrap}md-bottom-sheet md-inline-icon{display:inline-block;height:24px;width:24px;fill:#444}md-bottom-sheet md-list-item{display:-webkit-box;display:-webkit-flex;display:flex;outline:none}md-bottom-sheet md-list-item:hover{cursor:pointer}md-bottom-sheet.md-list md-list-item{padding:0;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48px}md-bottom-sheet.md-grid{padding-left:24px;padding-right:24px;padding-top:0}md-bottom-sheet.md-grid md-list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap}md-bottom-sheet.md-grid md-list,md-bottom-sheet.md-grid md-list-item{-webkit-box-direction:normal;-webkit-transition:all .5s;transition:all .5s;-webkit-box-align:center;-webkit-align-items:center;align-items:center}md-bottom-sheet.md-grid md-list-item{-webkit-box-orient:vertical;-webkit-flex-direction:column;flex-direction:column;height:96px;margin-top:8px;margin-bottom:8px}@media (max-width:960px){md-bottom-sheet.md-grid md-list-item{-webkit-box-flex:1;-webkit-flex:1 1 33.33333%;flex:1 1 33.33333%;max-width:33.33333%}md-bottom-sheet.md-grid md-list-item:nth-of-type(3n+1){-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}md-bottom-sheet.md-grid md-list-item:nth-of-type(3n){-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}}@media (min-width:960px) and (max-width:1279px){md-bottom-sheet.md-grid md-list-item{-webkit-box-flex:1;-webkit-flex:1 1 25%;flex:1 1 25%;max-width:25%}}@media (min-width:1280px) and (max-width:1919px){md-bottom-sheet.md-grid md-list-item{-webkit-box-flex:1;-webkit-flex:1 1 16.66667%;flex:1 1 16.66667%;max-width:16.66667%}}@media (min-width:1920px){md-bottom-sheet.md-grid md-list-item{-webkit-box-flex:1;-webkit-flex:1 1 14.28571%;flex:1 1 14.28571%;max-width:14.28571%}}md-bottom-sheet.md-grid md-list-item:before{display:none}md-bottom-sheet.md-grid md-list-item .md-list-item-content{width:48px;padding-bottom:16px}md-bottom-sheet.md-grid md-list-item .md-grid-item-content,md-bottom-sheet.md-grid md-list-item .md-list-item-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}md-bottom-sheet.md-grid md-list-item .md-grid-item-content{border:1px solid transparent;width:80px}md-bottom-sheet.md-grid md-list-item .md-grid-text{font-weight:400;line-height:16px;font-size:13px;margin:0;white-space:nowrap;width:64px;text-align:center;text-transform:none;padding-top:8px}@media screen and (-ms-high-contrast:active){md-bottom-sheet{border:1px solid #fff}}button.md-button::-moz-focus-inner{border:0}.md-button{display:inline-block;position:relative;cursor:pointer;min-height:36px;min-width:88px;line-height:36px;vertical-align:middle;-webkit-box-align:center;-webkit-align-items:center;align-items:center;text-align:center;border-radius:2px;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;border:0;padding:0 6px;margin:6px 8px;background:transparent;color:currentColor;white-space:nowrap;text-transform:uppercase;font-weight:500;font-size:14px;font-style:inherit;font-variant:inherit;font-family:inherit;text-decoration:none;overflow:hidden;-webkit-transition:box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);transition:box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1)}.md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled),.md-dense>.md-button:not(.md-dense-disabled){min-height:32px;line-height:32px;font-size:13px}.md-button:focus{outline:none}.md-button:focus,.md-button:hover{text-decoration:none}.md-button.ng-hide,.md-button.ng-leave{-webkit-transition:none;transition:none}.md-button.md-cornered{border-radius:0}.md-button.md-icon{padding:0;background:none}.md-button.md-raised:not([disabled]){box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}.md-button.md-icon-button{margin:0 6px;height:40px;min-width:0;line-height:24px;padding:8px;width:40px;border-radius:50%}.md-button.md-icon-button .md-ripple-container{border-radius:50%;background-clip:padding-box;overflow:hidden;-webkit-mask-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC")}.md-button.md-fab{z-index:20;line-height:56px;min-width:0;width:56px;height:56px;vertical-align:middle;box-shadow:0 2px 5px 0 rgba(0,0,0,.26);border-radius:50%;background-clip:padding-box;overflow:hidden;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-property:background-color,box-shadow,-webkit-transform;transition-property:background-color,box-shadow,-webkit-transform;transition-property:background-color,box-shadow,transform;transition-property:background-color,box-shadow,transform,-webkit-transform}.md-button.md-fab.md-fab-bottom-right{top:auto;right:20px;bottom:20px;left:auto;position:absolute}.md-button.md-fab.md-fab-bottom-left{top:auto;right:auto;bottom:20px;left:20px;position:absolute}.md-button.md-fab.md-fab-top-right{top:20px;right:20px;bottom:auto;left:auto;position:absolute}.md-button.md-fab.md-fab-top-left{top:20px;right:auto;bottom:auto;left:20px;position:absolute}.md-button.md-fab .md-ripple-container{border-radius:50%;background-clip:padding-box;overflow:hidden;-webkit-mask-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC")}.md-button.md-fab.md-mini{line-height:40px;width:40px;height:40px}.md-button.md-fab.ng-hide,.md-button.md-fab.ng-leave{-webkit-transition:none;transition:none}.md-button:not([disabled]).md-fab.md-focused,.md-button:not([disabled]).md-raised.md-focused{box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}.md-button:not([disabled]).md-fab:active,.md-button:not([disabled]).md-raised:active{box-shadow:0 4px 8px 0 rgba(0,0,0,.4)}.md-button .md-ripple-container{border-radius:2px;background-clip:padding-box;overflow:hidden;-webkit-mask-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC")}.md-button.md-icon-button md-icon,button.md-button.md-fab md-icon{display:block}.md-toast-open-top .md-button.md-fab-top-left,.md-toast-open-top .md-button.md-fab-top-right{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transform:translate3d(0,42px,0);transform:translate3d(0,42px,0)}.md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused,.md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover,.md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused,.md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover{-webkit-transform:translate3d(0,41px,0);transform:translate3d(0,41px,0)}.md-toast-open-bottom .md-button.md-fab-bottom-left,.md-toast-open-bottom .md-button.md-fab-bottom-right{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transform:translate3d(0,-42px,0);transform:translate3d(0,-42px,0)}.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused,.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover,.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused,.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover{-webkit-transform:translate3d(0,-43px,0);transform:translate3d(0,-43px,0)}.md-button-group{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;width:100%}.md-button-group>.md-button{-webkit-box-flex:1;-webkit-flex:1;flex:1;display:block;overflow:hidden;width:0;border-width:1px 0 1px 1px;border-radius:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.md-button-group>.md-button:first-child{border-radius:2px 0 0 2px}.md-button-group>.md-button:last-child{border-right-width:1px;border-radius:0 2px 2px 0}@media screen and (-ms-high-contrast:active){.md-button.md-fab,.md-button.md-raised{border:1px solid #fff}}md-card{box-sizing:border-box;-webkit-box-orient:vertical;-webkit-flex-direction:column;flex-direction:column;margin:8px;box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12)}md-card,md-card md-card-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-direction:normal}md-card md-card-header{padding:16px;-webkit-box-orient:horizontal;-webkit-flex-direction:row;flex-direction:row}md-card md-card-header:first-child md-card-avatar{margin-right:12px}[dir=rtl] md-card md-card-header:first-child md-card-avatar{margin-right:auto;margin-left:12px}md-card md-card-header:last-child md-card-avatar{margin-left:12px}[dir=rtl] md-card md-card-header:last-child md-card-avatar{margin-left:auto;margin-right:12px}md-card md-card-header md-card-avatar{width:40px;height:40px}md-card md-card-header md-card-avatar .md-user-avatar,md-card md-card-header md-card-avatar md-icon{border-radius:50%}md-card md-card-header md-card-avatar md-icon{padding:8px}md-card md-card-header md-card-avatar md-icon>svg{height:inherit;width:inherit}md-card md-card-header md-card-avatar+md-card-header-text{max-height:40px}md-card md-card-header md-card-avatar+md-card-header-text .md-title{font-size:14px}md-card md-card-header md-card-header-text{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}md-card md-card-header md-card-header-text .md-subhead{font-size:14px}md-card>img,md-card>md-card-header img,md-card md-card-title-media img{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:100%;height:auto}md-card md-card-title{padding:24px 16px 16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}md-card md-card-title+md-card-content{padding-top:0}md-card md-card-title md-card-title-text{-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:flex}md-card md-card-title md-card-title-text .md-subhead{padding-top:0;font-size:14px}md-card md-card-title md-card-title-text:only-child .md-subhead{padding-top:12px}md-card md-card-title md-card-title-media{margin-top:-8px}md-card md-card-title md-card-title-media .md-media-sm{height:80px;width:80px}md-card md-card-title md-card-title-media .md-media-md{height:112px;width:112px}md-card md-card-title md-card-title-media .md-media-lg{height:152px;width:152px}md-card md-card-content{display:block;padding:16px}md-card md-card-content>p:first-child{margin-top:0}md-card md-card-content>p:last-child{margin-bottom:0}md-card md-card-content .md-media-xl{height:240px;width:240px}md-card .md-actions,md-card md-card-actions{margin:8px}md-card .md-actions.layout-column .md-button:not(.md-icon-button),md-card md-card-actions.layout-column .md-button:not(.md-icon-button){margin:2px 0}md-card .md-actions.layout-column .md-button:not(.md-icon-button):first-of-type,md-card md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type{margin-top:0}md-card .md-actions.layout-column .md-button:not(.md-icon-button):last-of-type,md-card md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type{margin-bottom:0}md-card .md-actions.layout-column .md-button.md-icon-button,md-card md-card-actions.layout-column .md-button.md-icon-button{margin-top:6px;margin-bottom:6px}md-card .md-actions md-card-icon-actions,md-card md-card-actions md-card-icon-actions{-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button),md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button){margin:0 4px}md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type,md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type{margin-left:0}[dir=rtl] md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type,[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type{margin-left:auto;margin-right:0}md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type,md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type{margin-right:0}[dir=rtl] md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type,[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type{margin-right:auto;margin-left:0}md-card .md-actions:not(.layout-column) .md-button.md-icon-button,md-card md-card-actions:not(.layout-column) .md-button.md-icon-button{margin-left:6px;margin-right:6px}md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type,md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type{margin-left:12px}[dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type,[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type{margin-left:auto;margin-right:12px}md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type,md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type{margin-right:12px}[dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type,[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type{margin-right:auto;margin-left:12px}md-card .md-actions:not(.layout-column) .md-button+md-card-icon-actions,md-card md-card-actions:not(.layout-column) .md-button+md-card-icon-actions{-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}md-card md-card-footer{margin-top:auto;padding:16px}@media screen and (-ms-high-contrast:active){md-card{border:1px solid #fff}}.md-image-no-fill>img{width:auto;height:auto}.md-inline-form md-checkbox{margin:19px 0 18px}md-checkbox{box-sizing:border-box;display:inline-block;margin-bottom:16px;white-space:nowrap;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;min-width:20px;min-height:20px;margin-left:0;margin-right:16px}[dir=rtl] md-checkbox{margin-left:16px;margin-right:0}md-checkbox:last-of-type{margin-left:0;margin-right:0}md-checkbox.md-focused:not([disabled]) .md-container:before{left:-8px;top:-8px;right:-8px;bottom:-8px}md-checkbox.md-focused:not([disabled]):not(.md-checked) .md-container:before{background-color:rgba(0,0,0,.12)}md-checkbox.md-align-top-left>div.md-container{top:12px}md-checkbox .md-container{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);box-sizing:border-box;display:inline-block;width:20px;height:20px;left:0;right:auto}[dir=rtl] md-checkbox .md-container{left:auto;right:0}md-checkbox .md-container:before{box-sizing:border-box;background-color:transparent;border-radius:50%;content:"";position:absolute;display:block;height:auto;left:0;top:0;right:0;bottom:0;-webkit-transition:all .5s;transition:all .5s;width:auto}md-checkbox .md-container:after{box-sizing:border-box;content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px}md-checkbox .md-container .md-ripple-container{position:absolute;display:block;width:auto;height:auto;left:-15px;top:-15px;right:-15px;bottom:-15px}md-checkbox .md-icon{box-sizing:border-box;-webkit-transition:.24s;transition:.24s;position:absolute;top:0;left:0;width:20px;height:20px;border-width:2px;border-style:solid;border-radius:2px}md-checkbox.md-checked .md-icon{border-color:transparent}md-checkbox.md-checked .md-icon:after{box-sizing:border-box;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:4.66667px;top:.22222px;display:table;width:6.66667px;height:13.33333px;border-width:2px;border-style:solid;border-top:0;border-left:0;content:""}md-checkbox[disabled]{cursor:default}md-checkbox.md-indeterminate .md-icon:after{box-sizing:border-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:table;width:12px;height:2px;border-width:2px;border-style:solid;border-top:0;border-left:0;content:""}md-checkbox .md-label{box-sizing:border-box;position:relative;display:inline-block;vertical-align:middle;white-space:normal;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;margin-left:30px;margin-right:0}[dir=rtl] md-checkbox .md-label{margin-left:0;margin-right:30px}.md-contact-chips .md-chips md-chip{padding:0 25px 0 0}[dir=rtl] .md-contact-chips .md-chips md-chip{padding:0 0 0 25px}.md-contact-chips .md-chips md-chip .md-contact-avatar{float:left}[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-avatar{float:right}.md-contact-chips .md-chips md-chip .md-contact-avatar img{height:32px;border-radius:16px}.md-contact-chips .md-chips md-chip .md-contact-name{display:inline-block;height:32px;margin-left:8px}[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-name{margin-left:auto;margin-right:8px}.md-contact-suggestion{height:56px}.md-contact-suggestion img{height:40px;border-radius:20px;margin-top:8px}.md-contact-suggestion .md-contact-name{margin-left:8px;width:120px}[dir=rtl] .md-contact-suggestion .md-contact-name{margin-left:auto;margin-right:8px}.md-contact-suggestion .md-contact-email,.md-contact-suggestion .md-contact-name{display:inline-block;overflow:hidden;text-overflow:ellipsis}.md-contact-chips-suggestions li{height:100%}.md-chips{display:block;font-family:Roboto,Helvetica Neue,sans-serif;font-size:16px;padding:0 0 8px 3px;vertical-align:middle}.md-chips:after{content:"";display:table;clear:both}[dir=rtl] .md-chips{padding:0 3px 8px 0}.md-chips.md-readonly .md-chip-input-container{min-height:32px}.md-chips:not(.md-readonly){cursor:text}.md-chips.md-removable md-chip{padding-right:22px}[dir=rtl] .md-chips.md-removable md-chip{padding-right:0;padding-left:22px}.md-chips.md-removable md-chip .md-chip-content{padding-right:4px}[dir=rtl] .md-chips.md-removable md-chip .md-chip-content{padding-right:0;padding-left:4px}.md-chips md-chip{cursor:default;border-radius:16px;display:block;height:32px;line-height:32px;margin:8px 8px 0 0;padding:0 12px;float:left;box-sizing:border-box;max-width:100%;position:relative}[dir=rtl] .md-chips md-chip{margin:8px 0 0 8px;float:right}.md-chips md-chip .md-chip-content{display:block;float:left;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}[dir=rtl] .md-chips md-chip .md-chip-content{float:right}.md-chips md-chip .md-chip-content:focus{outline:none}.md-chips md-chip._md-chip-content-edit-is-enabled{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.md-chips md-chip .md-chip-remove-container{position:absolute;right:0;line-height:22px}[dir=rtl] .md-chips md-chip .md-chip-remove-container{right:auto;left:0}.md-chips md-chip .md-chip-remove{text-align:center;width:32px;height:32px;min-width:0;padding:0;background:transparent;border:none;box-shadow:none;margin:0;position:relative}.md-chips md-chip .md-chip-remove md-icon{height:18px;width:18px;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.md-chips .md-chip-input-container{display:block;line-height:32px;margin:8px 8px 0 0;padding:0;float:left}[dir=rtl] .md-chips .md-chip-input-container{margin:8px 0 0 8px;float:right}.md-chips .md-chip-input-container input:not([type]),.md-chips .md-chip-input-container input[type=email],.md-chips .md-chip-input-container input[type=number],.md-chips .md-chip-input-container input[type=tel],.md-chips .md-chip-input-container input[type=text],.md-chips .md-chip-input-container input[type=url]{border:0;height:32px;line-height:32px;padding:0}.md-chips .md-chip-input-container input:not([type]):focus,.md-chips .md-chip-input-container input[type=email]:focus,.md-chips .md-chip-input-container input[type=number]:focus,.md-chips .md-chip-input-container input[type=tel]:focus,.md-chips .md-chip-input-container input[type=text]:focus,.md-chips .md-chip-input-container input[type=url]:focus{outline:none}.md-chips .md-chip-input-container md-autocomplete,.md-chips .md-chip-input-container md-autocomplete-wrap{background:transparent;height:32px}.md-chips .md-chip-input-container md-autocomplete md-autocomplete-wrap{box-shadow:none}.md-chips .md-chip-input-container input{border:0;height:32px;line-height:32px;padding:0}.md-chips .md-chip-input-container input:focus{outline:none}.md-chips .md-chip-input-container md-autocomplete,.md-chips .md-chip-input-container md-autocomplete-wrap{height:32px}.md-chips .md-chip-input-container md-autocomplete{box-shadow:none}.md-chips .md-chip-input-container md-autocomplete input{position:relative}.md-chips .md-chip-input-container:not(:first-child){margin:8px 8px 0 0}[dir=rtl] .md-chips .md-chip-input-container:not(:first-child){margin:8px 0 0 8px}.md-chips .md-chip-input-container input{background:transparent;border-width:0}.md-chips md-autocomplete button{display:none}@media screen and (-ms-high-contrast:active){.md-chip-input-container,md-chip{border:1px solid #fff}.md-chip-input-container md-autocomplete{border:none}}md-content{display:block;position:relative;overflow:auto;-webkit-overflow-scrolling:touch}md-content[md-scroll-y]{overflow-y:auto;overflow-x:hidden}md-content[md-scroll-x]{overflow-x:auto;overflow-y:hidden}@media print{md-content{overflow:visible!important}}md-calendar{font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.md-calendar-scroll-mask{display:inline-block;overflow:hidden;height:308px}.md-calendar-scroll-mask .md-virtual-repeat-scroller{overflow-y:scroll;-webkit-overflow-scrolling:touch}.md-calendar-scroll-mask .md-virtual-repeat-scroller::-webkit-scrollbar{display:none}.md-calendar-scroll-mask .md-virtual-repeat-offsetter{width:100%}.md-calendar-scroll-container{box-shadow:inset -3px 3px 6px rgba(0,0,0,.2);display:inline-block;height:308px;width:346px}.md-calendar-date{height:44px;width:44px;text-align:center;padding:0;border:none;box-sizing:content-box}.md-calendar-date:first-child{padding-left:16px}[dir=rtl] .md-calendar-date:first-child{padding-left:0;padding-right:16px}.md-calendar-date:last-child{padding-right:16px}[dir=rtl] .md-calendar-date:last-child{padding-right:0;padding-left:16px}.md-calendar-date.md-calendar-date-disabled{cursor:default}.md-calendar-date-selection-indicator{-webkit-transition:background-color,color .4s cubic-bezier(.25,.8,.25,1);transition:background-color,color .4s cubic-bezier(.25,.8,.25,1);border-radius:50%;display:inline-block;width:40px;height:40px;line-height:40px}.md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator{cursor:pointer}.md-calendar-month-label{height:44px;font-size:14px;font-weight:500;padding:0 0 0 24px}[dir=rtl] .md-calendar-month-label{padding:0 24px 0 0}md-calendar-month .md-calendar-month-label:not(.md-calendar-month-label-disabled){cursor:pointer}.md-calendar-month-label md-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .md-calendar-month-label md-icon{-webkit-transform:none;transform:none}.md-calendar-month-label span{vertical-align:middle}.md-calendar-day-header{table-layout:fixed;border-spacing:0;border-collapse:collapse}.md-calendar-day-header th{height:40px;width:44px;text-align:center;padding:0;border:none;box-sizing:content-box;font-weight:400}.md-calendar-day-header th:first-child{padding-left:16px}[dir=rtl] .md-calendar-day-header th:first-child{padding-left:0;padding-right:16px}.md-calendar-day-header th:last-child{padding-right:16px}[dir=rtl] .md-calendar-day-header th:last-child{padding-right:0;padding-left:16px}.md-calendar{table-layout:fixed;border-spacing:0;border-collapse:collapse}.md-calendar tr:last-child td{border-bottom-width:1px;border-bottom-style:solid}.md-calendar:first-child{border-top:1px solid transparent}.md-calendar tbody,.md-calendar td,.md-calendar tr{vertical-align:middle;box-sizing:content-box}md-datepicker{white-space:nowrap;overflow:hidden;vertical-align:middle}.md-inline-form md-datepicker{margin-top:12px}.md-datepicker-button{display:inline-block;box-sizing:border-box;background:none;vertical-align:middle;position:relative}.md-datepicker-button:before{top:0;left:0;bottom:0;right:0;position:absolute;content:"";speak:none}.md-datepicker-input{font-size:14px;box-sizing:border-box;border:none;box-shadow:none;outline:none;background:transparent;min-width:120px;max-width:328px;padding:0 0 5px}.md-datepicker-input::-ms-clear{display:none}._md-datepicker-floating-label>md-datepicker{overflow:visible}._md-datepicker-floating-label>md-datepicker .md-datepicker-input-container{border:none}._md-datepicker-floating-label>md-datepicker .md-datepicker-button{float:left;margin-top:-12px;top:9.5px}[dir=rtl] ._md-datepicker-floating-label>md-datepicker .md-datepicker-button{float:right}._md-datepicker-floating-label .md-input{float:none}._md-datepicker-floating-label._md-datepicker-has-calendar-icon>label:not(.md-no-float):not(.md-container-ignore){right:18px;left:auto;width:calc(100% - 84px)}[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon>label:not(.md-no-float):not(.md-container-ignore){right:auto;left:18px}._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation{margin-left:64px}[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation{margin-left:auto;margin-right:64px}._md-datepicker-has-triangle-icon{padding-right:18px;margin-right:-18px}[dir=rtl] ._md-datepicker-has-triangle-icon{padding-right:0;padding-left:18px;margin-right:auto;margin-left:-18px}.md-datepicker-input-container{position:relative;border-bottom-width:1px;border-bottom-style:solid;display:inline-block;width:auto}.md-icon-button+.md-datepicker-input-container{margin-left:12px}[dir=rtl] .md-icon-button+.md-datepicker-input-container{margin-left:auto;margin-right:12px}.md-datepicker-input-container.md-datepicker-focused{border-bottom-width:2px}.md-datepicker-is-showing .md-scroll-mask{z-index:99}.md-datepicker-calendar-pane{position:absolute;top:0;left:-100%;z-index:100;border-width:1px;border-style:solid;background:transparent;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transition:-webkit-transform .2s cubic-bezier(.25,.8,.25,1);transition:-webkit-transform .2s cubic-bezier(.25,.8,.25,1);transition:transform .2s cubic-bezier(.25,.8,.25,1);transition:transform .2s cubic-bezier(.25,.8,.25,1),-webkit-transform .2s cubic-bezier(.25,.8,.25,1)}.md-datepicker-calendar-pane.md-pane-open{-webkit-transform:scale(1);transform:scale(1)}.md-datepicker-input-mask{height:40px;width:340px;position:relative;overflow:hidden;background:transparent;pointer-events:none;cursor:text}.md-datepicker-calendar{opacity:0;-webkit-transition:opacity .2s cubic-bezier(.5,0,.25,1);transition:opacity .2s cubic-bezier(.5,0,.25,1)}.md-pane-open .md-datepicker-calendar{opacity:1}.md-datepicker-calendar md-calendar:focus{outline:none}.md-datepicker-expand-triangle{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid}.md-datepicker-triangle-button{position:absolute;right:0;bottom:-2.5px;-webkit-transform:translateX(45%);transform:translateX(45%)}[dir=rtl] .md-datepicker-triangle-button{right:auto;left:0;-webkit-transform:translateX(-45%);transform:translateX(-45%)}.md-datepicker-triangle-button.md-button.md-icon-button{height:36px;width:36px;position:absolute;padding:8px}md-datepicker[disabled] .md-datepicker-input-container{border-bottom-color:transparent}md-datepicker[disabled] .md-datepicker-triangle-button{display:none}.md-datepicker-open{overflow:hidden}.md-datepicker-open .md-datepicker-input-container,.md-datepicker-open input.md-input{border-bottom-color:transparent}.md-datepicker-open .md-datepicker-triangle-button,.md-datepicker-open.md-input-has-placeholder>label,.md-datepicker-open.md-input-has-value>label,.md-datepicker-pos-adjusted .md-datepicker-input-mask{display:none}.md-datepicker-calendar-pane .md-calendar{-webkit-transform:translateY(-85px);transform:translateY(-85px);-webkit-transition:-webkit-transform .65s cubic-bezier(.25,.8,.25,1);transition:-webkit-transform .65s cubic-bezier(.25,.8,.25,1);transition:transform .65s cubic-bezier(.25,.8,.25,1);transition:transform .65s cubic-bezier(.25,.8,.25,1),-webkit-transform .65s cubic-bezier(.25,.8,.25,1);-webkit-transition-delay:.125s;transition-delay:.125s}.md-datepicker-calendar-pane.md-pane-open .md-calendar{-webkit-transform:translateY(0);transform:translateY(0)}.md-dialog-is-showing{max-height:100%}.md-dialog-container{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:80;overflow:hidden}.md-dialog-container,md-dialog{display:-webkit-box;display:-webkit-flex;display:flex}md-dialog{opacity:0;min-width:240px;max-width:80%;max-height:80%;position:relative;overflow:auto;box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}md-dialog.md-transition-in{opacity:1;-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1)}md-dialog.md-transition-in,md-dialog.md-transition-out{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}md-dialog.md-transition-out{opacity:0;-webkit-transform:translate(0,100%) scale(.2);transform:translate(0,100%) scale(.2)}md-dialog>form{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;overflow:auto}md-dialog .md-dialog-content{padding:24px}md-dialog md-dialog-content{-webkit-box-ordinal-group:2;-webkit-order:1;order:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;overflow:auto;-webkit-overflow-scrolling:touch}md-dialog md-dialog-content:not([layout=row])>:first-child:not(.md-subheader){margin-top:0}md-dialog md-dialog-content:focus{outline:none}md-dialog md-dialog-content .md-subheader{margin:0}md-dialog md-dialog-content .md-dialog-content-body{width:100%}md-dialog md-dialog-content .md-prompt-input-container{width:100%;box-sizing:border-box}md-dialog .md-actions,md-dialog md-dialog-actions{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-ordinal-group:3;-webkit-order:2;order:2;box-sizing:border-box;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-bottom:0;padding-right:8px;padding-left:16px;min-height:52px;overflow:hidden}[dir=rtl] md-dialog .md-actions,[dir=rtl] md-dialog md-dialog-actions{padding-right:16px;padding-left:8px}md-dialog .md-actions .md-button,md-dialog md-dialog-actions .md-button{margin:8px 0 8px 8px}[dir=rtl] md-dialog .md-actions .md-button,[dir=rtl] md-dialog md-dialog-actions .md-button{margin-left:0;margin-right:8px}md-dialog.md-content-overflow .md-actions,md-dialog.md-content-overflow md-dialog-actions{border-top-width:1px;border-top-style:solid}@media screen and (-ms-high-contrast:active){md-dialog{border:1px solid #fff}}@media (max-width:959px){md-dialog.md-dialog-fullscreen{min-height:100%;min-width:100%;border-radius:0}}md-divider{display:block;border-top-width:1px;border-top-style:solid;margin:0}md-divider[md-inset]{margin-left:80px}[dir=rtl] md-divider[md-inset]{margin-left:auto;margin-right:80px}.layout-gt-lg-row>md-divider,.layout-gt-md-row>md-divider,.layout-gt-sm-row>md-divider,.layout-gt-xs-row>md-divider,.layout-lg-row>md-divider,.layout-md-row>md-divider,.layout-row>md-divider,.layout-sm-row>md-divider,.layout-xl-row>md-divider,.layout-xs-row>md-divider{border-top-width:0;border-right-width:1px;border-right-style:solid}md-fab-speed-dial{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;z-index:20}md-fab-speed-dial.md-fab-bottom-right{top:auto;right:20px;bottom:20px;left:auto;position:absolute}md-fab-speed-dial.md-fab-bottom-left{top:auto;right:auto;bottom:20px;left:20px;position:absolute}md-fab-speed-dial.md-fab-top-right{top:20px;right:20px;bottom:auto;left:auto;position:absolute}md-fab-speed-dial.md-fab-top-left{top:20px;right:auto;bottom:auto;left:20px;position:absolute}md-fab-speed-dial:not(.md-hover-full){pointer-events:none}md-fab-speed-dial:not(.md-hover-full) .md-fab-action-item,md-fab-speed-dial:not(.md-hover-full).md-is-open,md-fab-speed-dial:not(.md-hover-full) md-fab-trigger{pointer-events:auto}md-fab-speed-dial ._md-css-variables{z-index:20}md-fab-speed-dial.md-is-open .md-fab-action-item{-webkit-box-align:center;-webkit-align-items:center;align-items:center}md-fab-speed-dial md-fab-actions{display:-webkit-box;display:-webkit-flex;display:flex;height:auto}md-fab-speed-dial md-fab-actions .md-fab-action-item{-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2)}md-fab-speed-dial.md-down{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}md-fab-speed-dial.md-down md-fab-trigger{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}md-fab-speed-dial.md-down md-fab-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}md-fab-speed-dial.md-up{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}md-fab-speed-dial.md-up md-fab-trigger{-webkit-box-ordinal-group:3;-webkit-order:2;order:2}md-fab-speed-dial.md-up md-fab-actions{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}md-fab-speed-dial.md-left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}md-fab-speed-dial.md-left md-fab-trigger{-webkit-box-ordinal-group:3;-webkit-order:2;order:2}md-fab-speed-dial.md-left md-fab-actions{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}md-fab-speed-dial.md-left md-fab-actions .md-fab-action-item{-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2)}md-fab-speed-dial.md-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}md-fab-speed-dial.md-right md-fab-trigger{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}md-fab-speed-dial.md-right md-fab-actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}md-fab-speed-dial.md-right md-fab-actions .md-fab-action-item{-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2)}md-fab-speed-dial.md-fling-remove .md-fab-action-item>*,md-fab-speed-dial.md-scale-remove .md-fab-action-item>*{visibility:hidden}md-fab-speed-dial.md-fling .md-fab-action-item{opacity:1}md-fab-speed-dial.md-fling.md-animations-waiting .md-fab-action-item{opacity:0;-webkit-transition-duration:0s;transition-duration:0s}md-fab-speed-dial.md-scale .md-fab-action-item{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-duration:.14286s;transition-duration:.14286s}md-fab-toolbar{display:block}md-fab-toolbar.md-fab-bottom-right{top:auto;right:20px;bottom:20px;left:auto;position:absolute}md-fab-toolbar.md-fab-bottom-left{top:auto;right:auto;bottom:20px;left:20px;position:absolute}md-fab-toolbar.md-fab-top-right{top:20px;right:20px;bottom:auto;left:auto;position:absolute}md-fab-toolbar.md-fab-top-left{top:20px;right:auto;bottom:auto;left:20px;position:absolute}md-fab-toolbar .md-fab-toolbar-wrapper{display:block;position:relative;overflow:hidden;height:68px}md-fab-toolbar md-fab-trigger{position:absolute;z-index:20}md-fab-toolbar md-fab-trigger button{overflow:visible!important}md-fab-toolbar md-fab-trigger .md-fab-toolbar-background{display:block;position:absolute;z-index:21;opacity:1;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2)}md-fab-toolbar md-fab-trigger md-icon{position:relative;z-index:22;opacity:1;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}md-fab-toolbar.md-left md-fab-trigger{right:0}[dir=rtl] md-fab-toolbar.md-left md-fab-trigger{right:auto;left:0}md-fab-toolbar.md-left .md-toolbar-tools{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child{margin-right:.6rem}[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child{margin-right:auto;margin-left:.6rem}md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child{margin-left:-.8rem}[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child{margin-left:auto;margin-right:-.8rem}md-fab-toolbar.md-left .md-toolbar-tools>.md-button:last-child{margin-right:8px}[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools>.md-button:last-child{margin-right:auto;margin-left:8px}md-fab-toolbar.md-right md-fab-trigger{left:0}[dir=rtl] md-fab-toolbar.md-right md-fab-trigger{left:auto;right:0}md-fab-toolbar.md-right .md-toolbar-tools{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}md-fab-toolbar md-toolbar{background-color:transparent!important;pointer-events:none;z-index:23}md-fab-toolbar md-toolbar .md-toolbar-tools{padding:0 20px;margin-top:3px}md-fab-toolbar md-toolbar .md-fab-action-item{opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-duration:.15s;transition-duration:.15s}md-fab-toolbar.md-is-open md-fab-trigger>button{box-shadow:none}md-fab-toolbar.md-is-open md-fab-trigger>button md-icon{opacity:0}md-fab-toolbar.md-is-open .md-fab-action-item{opacity:1;-webkit-transform:scale(1);transform:scale(1)}md-grid-list{display:block;position:relative}md-grid-list,md-grid-list md-grid-tile,md-grid-list md-grid-tile-footer,md-grid-list md-grid-tile-header,md-grid-list md-grid-tile>figure{box-sizing:border-box}md-grid-list md-grid-tile{display:block;position:absolute}md-grid-list md-grid-tile figure{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%;top:0;bottom:0;padding:0;margin:0}md-grid-list md-grid-tile figure,md-grid-list md-grid-tile md-grid-tile-footer,md-grid-list md-grid-tile md-grid-tile-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:absolute;right:0;left:0}md-grid-list md-grid-tile md-grid-tile-footer,md-grid-list md-grid-tile md-grid-tile-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;height:48px;color:#fff;background:rgba(0,0,0,.18);overflow:hidden}md-grid-list md-grid-tile md-grid-tile-footer h3,md-grid-list md-grid-tile md-grid-tile-footer h4,md-grid-list md-grid-tile md-grid-tile-header h3,md-grid-list md-grid-tile md-grid-tile-header h4{font-weight:400;margin:0 0 0 16px}md-grid-list md-grid-tile md-grid-tile-footer h3,md-grid-list md-grid-tile md-grid-tile-header h3{font-size:14px}md-grid-list md-grid-tile md-grid-tile-footer h4,md-grid-list md-grid-tile md-grid-tile-header h4{font-size:12px}md-grid-list md-grid-tile md-grid-tile-header{top:0}md-grid-list md-grid-tile md-grid-tile-footer{bottom:0}@media screen and (-ms-high-contrast:active){md-grid-tile{border:1px solid #fff}md-grid-tile-footer{border-top:1px solid #fff}}md-icon{margin:auto;background-repeat:no-repeat;display:inline-block;vertical-align:middle;fill:currentColor;height:24px;width:24px;min-height:24px;min-width:24px}md-icon svg{pointer-events:none;display:block}md-icon[md-font-icon]{line-height:24px;width:auto}md-input-container{display:inline-block;position:relative;padding:2px;margin:18px 0;vertical-align:middle}md-input-container:after{content:"";display:table;clear:both}md-input-container.md-block{display:block}md-input-container .md-errors-spacer{float:right;min-height:24px;min-width:1px}[dir=rtl] md-input-container .md-errors-spacer{float:left}md-input-container>md-icon{position:absolute;top:8px;left:2px;right:auto}[dir=rtl] md-input-container>md-icon{left:auto;right:2px}md-input-container input[type=color],md-input-container input[type=date],md-input-container input[type=datetime-local],md-input-container input[type=datetime],md-input-container input[type=email],md-input-container input[type=month],md-input-container input[type=number],md-input-container input[type=password],md-input-container input[type=search],md-input-container input[type=tel],md-input-container input[type=text],md-input-container input[type=time],md-input-container input[type=url],md-input-container input[type=week],md-input-container textarea{-moz-appearance:none;-webkit-appearance:none}md-input-container input[type=date],md-input-container input[type=datetime-local],md-input-container input[type=month],md-input-container input[type=time],md-input-container input[type=week]{min-height:26px}md-input-container textarea{resize:none;overflow:hidden}md-input-container textarea.md-input{min-height:26px;-ms-flex-preferred-size:auto}md-input-container textarea[md-no-autogrow]{height:auto;overflow:auto}md-input-container label:not(.md-container-ignore){position:absolute;bottom:100%;left:0;right:auto}[dir=rtl] md-input-container label:not(.md-container-ignore){left:auto;right:0}md-input-container label:not(.md-container-ignore).md-required:after{content:" *";font-size:13px;vertical-align:top}md-input-container .md-placeholder,md-input-container label:not(.md-no-float):not(.md-container-ignore){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;-webkit-box-ordinal-group:2;-webkit-order:1;order:1;pointer-events:none;-webkit-font-smoothing:antialiased;padding-left:3px;padding-right:0;z-index:1;-webkit-transform:translate3d(0,28px,0) scale(1);transform:translate3d(0,28px,0) scale(1);-webkit-transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);max-width:100%;-webkit-transform-origin:left top;transform-origin:left top}[dir=rtl] md-input-container .md-placeholder,[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore){padding-left:0;padding-right:3px;-webkit-transform-origin:right top;transform-origin:right top}md-input-container .md-placeholder{position:absolute;top:0;opacity:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}md-input-container.md-input-focused .md-placeholder{opacity:1;-webkit-transform:translate3d(0,24px,0);transform:translate3d(0,24px,0)}md-input-container.md-input-has-value .md-placeholder{-webkit-transition:none;transition:none;opacity:0}md-input-container:not(.md-input-has-value) input:not(:focus),md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field{color:transparent}md-input-container .md-input{-webkit-box-ordinal-group:3;-webkit-order:2;order:2;display:block;margin-top:0;background:none;padding:2px 2px 1px;border-width:0 0 1px;line-height:26px;height:30px;-ms-flex-preferred-size:26px;border-radius:0;border-style:solid;width:100%;box-sizing:border-box;float:left}[dir=rtl] md-input-container .md-input{float:right}md-input-container .md-input:focus{outline:none}md-input-container .md-input:invalid{outline:none;box-shadow:none}md-input-container .md-input.md-no-flex{-webkit-box-flex:0!important;-webkit-flex:none!important;flex:none!important}md-input-container .md-char-counter{text-align:right;padding-right:2px;padding-left:0}[dir=rtl] md-input-container .md-char-counter{text-align:left;padding-right:0;padding-left:2px}md-input-container .md-input-messages-animation{position:relative;-webkit-box-ordinal-group:5;-webkit-order:4;order:4;overflow:hidden;clear:left}[dir=rtl] md-input-container .md-input-messages-animation{clear:right}md-input-container .md-input-messages-animation.ng-enter .md-input-message-animation{opacity:0;margin-top:-100px}md-input-container .md-char-counter,md-input-container .md-input-message-animation{font-size:12px;line-height:14px;overflow:hidden;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);opacity:1;margin-top:0;padding-top:5px}md-input-container .md-char-counter:not(.md-char-counter),md-input-container .md-input-message-animation:not(.md-char-counter){padding-right:5px;padding-left:0}[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter),[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter){padding-right:0;padding-left:5px}md-input-container .md-input-message-animation.ng-enter,md-input-container .md-input-message-animation:not(.ng-animate),md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation{opacity:0;margin-top:-100px}md-input-container.md-input-focused label:not(.md-no-float),md-input-container.md-input-has-placeholder label:not(.md-no-float),md-input-container.md-input-has-value label:not(.md-no-float){-webkit-transform:translate3d(0,6px,0) scale(.75);transform:translate3d(0,6px,0) scale(.75);-webkit-transition:width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1)}md-input-container.md-input-has-value label{-webkit-transition:none;transition:none}md-input-container.md-input-focused .md-input,md-input-container.md-input-resized .md-input,md-input-container .md-input.ng-invalid.ng-dirty{padding-bottom:0;border-width:0 0 2px}[disabled] md-input-container .md-input,md-input-container .md-input[disabled]{background-position:bottom -1px left 0;background-size:4px 1px;background-repeat:repeat-x}md-input-container.md-icon-float{-webkit-transition:margin-top .4s cubic-bezier(.25,.8,.25,1);transition:margin-top .4s cubic-bezier(.25,.8,.25,1)}md-input-container.md-icon-float>label{pointer-events:none;position:absolute}md-input-container.md-icon-float>md-icon{top:8px;left:2px;right:auto}[dir=rtl] md-input-container.md-icon-float>md-icon{left:auto;right:2px}md-input-container.md-icon-left>label .md-placeholder,md-input-container.md-icon-left>label:not(.md-no-float):not(.md-container-ignore),md-input-container.md-icon-right>label .md-placeholder,md-input-container.md-icon-right>label:not(.md-no-float):not(.md-container-ignore){width:calc(100% - 36px - 18px)}md-input-container.md-icon-left{padding-left:36px;padding-right:0}[dir=rtl] md-input-container.md-icon-left{padding-left:0;padding-right:36px}md-input-container.md-icon-left>label{left:36px;right:auto}[dir=rtl] md-input-container.md-icon-left>label{left:auto;right:36px}md-input-container.md-icon-right{padding-left:0;padding-right:36px}[dir=rtl] md-input-container.md-icon-right{padding-left:36px;padding-right:0}md-input-container.md-icon-right>md-icon:last-of-type{margin:0;right:2px;left:auto}[dir=rtl] md-input-container.md-icon-right>md-icon:last-of-type{right:auto;left:2px}md-input-container.md-icon-left.md-icon-right{padding-left:36px;padding-right:36px}md-input-container.md-icon-left.md-icon-right>label .md-placeholder,md-input-container.md-icon-left.md-icon-right>label:not(.md-no-float):not(.md-container-ignore){width:calc(100% - 72px)}.md-resize-wrapper{position:relative}.md-resize-wrapper:after{content:"";display:table;clear:both}.md-resize-handle{position:absolute;bottom:-5px;left:0;height:10px;background:transparent;width:100%;cursor:ns-resize}@media screen and (-ms-high-contrast:active){md-input-container.md-default-theme>md-icon{fill:#fff}}md-list{display:block;padding:8px 0}md-list .md-subheader{font-size:14px;font-weight:500;letter-spacing:.01em;line-height:1.2em}md-list.md-dense md-list-item,md-list.md-dense md-list-item .md-list-item-inner{min-height:48px}md-list.md-dense md-list-item .md-list-item-inner:before,md-list.md-dense md-list-item:before{content:"";min-height:48px;visibility:hidden;display:inline-block}md-list.md-dense md-list-item .md-list-item-inner md-icon:first-child,md-list.md-dense md-list-item md-icon:first-child{width:20px;height:20px}md-list.md-dense md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon),md-list.md-dense md-list-item>md-icon:first-child:not(.md-avatar-icon){margin-right:36px}[dir=rtl] md-list.md-dense md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon),[dir=rtl] md-list.md-dense md-list-item>md-icon:first-child:not(.md-avatar-icon){margin-right:auto;margin-left:36px}md-list.md-dense md-list-item .md-avatar,md-list.md-dense md-list-item .md-avatar-icon,md-list.md-dense md-list-item .md-list-item-inner .md-avatar,md-list.md-dense md-list-item .md-list-item-inner .md-avatar-icon{margin-right:20px}[dir=rtl] md-list.md-dense md-list-item .md-avatar,[dir=rtl] md-list.md-dense md-list-item .md-avatar-icon,[dir=rtl] md-list.md-dense md-list-item .md-list-item-inner .md-avatar,[dir=rtl] md-list.md-dense md-list-item .md-list-item-inner .md-avatar-icon{margin-right:auto;margin-left:20px}md-list.md-dense md-list-item .md-avatar,md-list.md-dense md-list-item .md-list-item-inner .md-avatar{-webkit-box-flex:0;-webkit-flex:none;flex:none;width:36px;height:36px}md-list.md-dense md-list-item.md-2-line .md-list-item-text.md-offset,md-list.md-dense md-list-item.md-2-line>.md-no-style .md-list-item-text.md-offset,md-list.md-dense md-list-item.md-3-line .md-list-item-text.md-offset,md-list.md-dense md-list-item.md-3-line>.md-no-style .md-list-item-text.md-offset{margin-left:56px}[dir=rtl] md-list.md-dense md-list-item.md-2-line .md-list-item-text.md-offset,[dir=rtl] md-list.md-dense md-list-item.md-2-line>.md-no-style .md-list-item-text.md-offset,[dir=rtl] md-list.md-dense md-list-item.md-3-line .md-list-item-text.md-offset,[dir=rtl] md-list.md-dense md-list-item.md-3-line>.md-no-style .md-list-item-text.md-offset{margin-left:auto;margin-right:56px}md-list.md-dense md-list-item.md-2-line .md-list-item-text h3,md-list.md-dense md-list-item.md-2-line .md-list-item-text h4,md-list.md-dense md-list-item.md-2-line .md-list-item-text p,md-list.md-dense md-list-item.md-2-line>.md-no-style .md-list-item-text h3,md-list.md-dense md-list-item.md-2-line>.md-no-style .md-list-item-text h4,md-list.md-dense md-list-item.md-2-line>.md-no-style .md-list-item-text p,md-list.md-dense md-list-item.md-3-line .md-list-item-text h3,md-list.md-dense md-list-item.md-3-line .md-list-item-text h4,md-list.md-dense md-list-item.md-3-line .md-list-item-text p,md-list.md-dense md-list-item.md-3-line>.md-no-style .md-list-item-text h3,md-list.md-dense md-list-item.md-3-line>.md-no-style .md-list-item-text h4,md-list.md-dense md-list-item.md-3-line>.md-no-style .md-list-item-text p{line-height:1.05;font-size:12px}md-list.md-dense md-list-item.md-2-line .md-list-item-text h3,md-list.md-dense md-list-item.md-2-line>.md-no-style .md-list-item-text h3,md-list.md-dense md-list-item.md-3-line .md-list-item-text h3,md-list.md-dense md-list-item.md-3-line>.md-no-style .md-list-item-text h3{font-size:13px}md-list.md-dense md-list-item.md-2-line,md-list.md-dense md-list-item.md-2-line>.md-no-style{min-height:60px}md-list.md-dense md-list-item.md-2-line:before,md-list.md-dense md-list-item.md-2-line>.md-no-style:before{content:"";min-height:60px;visibility:hidden;display:inline-block}md-list.md-dense md-list-item.md-2-line .md-avatar-icon,md-list.md-dense md-list-item.md-2-line>.md-avatar,md-list.md-dense md-list-item.md-2-line>.md-no-style .md-avatar-icon,md-list.md-dense md-list-item.md-2-line>.md-no-style>.md-avatar{margin-top:12px}md-list.md-dense md-list-item.md-3-line,md-list.md-dense md-list-item.md-3-line>.md-no-style{min-height:76px}md-list.md-dense md-list-item.md-3-line:before,md-list.md-dense md-list-item.md-3-line>.md-no-style:before{content:"";min-height:76px;visibility:hidden;display:inline-block}md-list.md-dense md-list-item.md-3-line>.md-avatar,md-list.md-dense md-list-item.md-3-line>.md-no-style>.md-avatar,md-list.md-dense md-list-item.md-3-line>.md-no-style>md-icon:first-child,md-list.md-dense md-list-item.md-3-line>md-icon:first-child{margin-top:16px}md-list-item{position:relative}md-list-item.md-proxy-focus.md-focused .md-no-style{-webkit-transition:background-color .15s linear;transition:background-color .15s linear}md-list-item._md-button-wrap{position:relative}md-list-item._md-button-wrap>div.md-button:first-child{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;padding:0 16px;margin:0;font-weight:400;text-align:left;border:medium none}[dir=rtl] md-list-item._md-button-wrap>div.md-button:first-child{text-align:right}md-list-item._md-button-wrap>div.md-button:first-child>.md-button:first-child{position:absolute;top:0;left:0;height:100%;margin:0;padding:0}md-list-item._md-button-wrap>div.md-button:first-child .md-list-item-inner{width:100%;min-height:inherit}md-list-item.md-no-proxy,md-list-item .md-no-style{position:relative;padding:0 16px;-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto}md-list-item.md-no-proxy.md-button,md-list-item .md-no-style.md-button{font-size:inherit;height:inherit;text-align:left;text-transform:none;width:100%;white-space:normal;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:inherit;flex-direction:inherit;-webkit-box-align:inherit;-webkit-align-items:inherit;align-items:inherit;border-radius:0;margin:0}[dir=rtl] md-list-item.md-no-proxy.md-button,[dir=rtl] md-list-item .md-no-style.md-button{text-align:right}md-list-item.md-no-proxy.md-button>.md-ripple-container,md-list-item .md-no-style.md-button>.md-ripple-container{border-radius:0}md-list-item.md-no-proxy:focus,md-list-item .md-no-style:focus{outline:none}md-list-item.md-clickable:hover{cursor:pointer}md-list-item md-divider{position:absolute;bottom:0;left:0;width:100%}[dir=rtl] md-list-item md-divider{left:auto;right:0}md-list-item md-divider[md-inset]{left:72px;width:calc(100% - 72px);margin:0!important}[dir=rtl] md-list-item md-divider[md-inset]{left:auto;right:72px}md-list-item,md-list-item .md-list-item-inner{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:48px;height:auto}md-list-item .md-list-item-inner:before,md-list-item:before{content:"";min-height:48px;visibility:hidden;display:inline-block}md-list-item .md-list-item-inner>div.md-primary>md-icon:not(.md-avatar-icon),md-list-item .md-list-item-inner>div.md-secondary>md-icon:not(.md-avatar-icon),md-list-item .md-list-item-inner>md-icon.md-secondary:not(.md-avatar-icon),md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon),md-list-item>div.md-primary>md-icon:not(.md-avatar-icon),md-list-item>div.md-secondary>md-icon:not(.md-avatar-icon),md-list-item>md-icon.md-secondary:not(.md-avatar-icon),md-list-item>md-icon:first-child:not(.md-avatar-icon){width:24px;margin-top:16px;margin-bottom:12px;box-sizing:content-box}md-list-item .md-list-item-inner>div.md-primary>md-checkbox,md-list-item .md-list-item-inner>div.md-secondary>md-checkbox,md-list-item .md-list-item-inner>md-checkbox,md-list-item .md-list-item-inner md-checkbox.md-secondary,md-list-item>div.md-primary>md-checkbox,md-list-item>div.md-secondary>md-checkbox,md-list-item>md-checkbox,md-list-item md-checkbox.md-secondary{-webkit-align-self:center;-ms-grid-row-align:center;align-self:center}md-list-item .md-list-item-inner>div.md-primary>md-checkbox .md-label,md-list-item .md-list-item-inner>div.md-secondary>md-checkbox .md-label,md-list-item .md-list-item-inner>md-checkbox .md-label,md-list-item .md-list-item-inner md-checkbox.md-secondary .md-label,md-list-item>div.md-primary>md-checkbox .md-label,md-list-item>div.md-secondary>md-checkbox .md-label,md-list-item>md-checkbox .md-label,md-list-item md-checkbox.md-secondary .md-label{display:none}md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon),md-list-item>md-icon:first-child:not(.md-avatar-icon){margin-right:32px}[dir=rtl] md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon),[dir=rtl] md-list-item>md-icon:first-child:not(.md-avatar-icon){margin-right:auto;margin-left:32px}md-list-item .md-avatar,md-list-item .md-avatar-icon,md-list-item .md-list-item-inner .md-avatar,md-list-item .md-list-item-inner .md-avatar-icon{margin-top:8px;margin-bottom:8px;margin-right:16px;border-radius:50%;box-sizing:content-box}[dir=rtl] md-list-item .md-avatar,[dir=rtl] md-list-item .md-avatar-icon,[dir=rtl] md-list-item .md-list-item-inner .md-avatar,[dir=rtl] md-list-item .md-list-item-inner .md-avatar-icon{margin-right:auto;margin-left:16px}md-list-item .md-avatar,md-list-item .md-list-item-inner .md-avatar{-webkit-box-flex:0;-webkit-flex:none;flex:none;width:40px;height:40px}md-list-item .md-avatar-icon,md-list-item .md-list-item-inner .md-avatar-icon{padding:8px}md-list-item .md-avatar-icon svg,md-list-item .md-list-item-inner .md-avatar-icon svg{width:24px;height:24px}md-list-item .md-list-item-inner>md-checkbox,md-list-item>md-checkbox{width:24px;margin-left:3px;margin-right:29px;margin-top:16px}[dir=rtl] md-list-item .md-list-item-inner>md-checkbox,[dir=rtl] md-list-item>md-checkbox{margin-left:29px;margin-right:3px}md-list-item .md-list-item-inner .md-secondary-container,md-list-item .md-secondary-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-shrink:0;flex-shrink:0;margin:auto;margin-right:0;margin-left:auto}[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container,[dir=rtl] md-list-item .md-secondary-container{margin-right:auto;margin-left:0}md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type,md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type,md-list-item .md-secondary-container .md-button:last-of-type,md-list-item .md-secondary-container .md-icon-button:last-of-type{margin-right:0}[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type,[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type,[dir=rtl] md-list-item .md-secondary-container .md-button:last-of-type,[dir=rtl] md-list-item .md-secondary-container .md-icon-button:last-of-type{margin-right:auto;margin-left:0}md-list-item .md-list-item-inner .md-secondary-container md-checkbox,md-list-item .md-secondary-container md-checkbox{margin-top:0;margin-bottom:0}md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child,md-list-item .md-secondary-container md-checkbox:last-child{width:24px;margin-right:0}[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child,[dir=rtl] md-list-item .md-secondary-container md-checkbox:last-child{margin-right:auto;margin-left:0}md-list-item .md-list-item-inner .md-secondary-container md-switch,md-list-item .md-secondary-container md-switch{margin-top:0;margin-bottom:0;margin-right:-6px}[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-switch,[dir=rtl] md-list-item .md-secondary-container md-switch{margin-right:auto;margin-left:-6px}md-list-item .md-list-item-inner>.md-list-item-inner>p,md-list-item .md-list-item-inner>p,md-list-item>.md-list-item-inner>p,md-list-item>p{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;margin:0}md-list-item.md-2-line,md-list-item.md-2-line>.md-no-style,md-list-item.md-3-line,md-list-item.md-3-line>.md-no-style{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}md-list-item.md-2-line.md-long-text,md-list-item.md-2-line>.md-no-style.md-long-text,md-list-item.md-3-line.md-long-text,md-list-item.md-3-line>.md-no-style.md-long-text{margin-top:8px;margin-bottom:8px}md-list-item.md-2-line .md-list-item-text,md-list-item.md-2-line>.md-no-style .md-list-item-text,md-list-item.md-3-line .md-list-item-text,md-list-item.md-3-line>.md-no-style .md-list-item-text{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;margin:auto;text-overflow:ellipsis;overflow:hidden}md-list-item.md-2-line .md-list-item-text.md-offset,md-list-item.md-2-line>.md-no-style .md-list-item-text.md-offset,md-list-item.md-3-line .md-list-item-text.md-offset,md-list-item.md-3-line>.md-no-style .md-list-item-text.md-offset{margin-left:56px}[dir=rtl] md-list-item.md-2-line .md-list-item-text.md-offset,[dir=rtl] md-list-item.md-2-line>.md-no-style .md-list-item-text.md-offset,[dir=rtl] md-list-item.md-3-line .md-list-item-text.md-offset,[dir=rtl] md-list-item.md-3-line>.md-no-style .md-list-item-text.md-offset{margin-left:auto;margin-right:56px}md-list-item.md-2-line .md-list-item-text h3,md-list-item.md-2-line>.md-no-style .md-list-item-text h3,md-list-item.md-3-line .md-list-item-text h3,md-list-item.md-3-line>.md-no-style .md-list-item-text h3{font-size:16px;font-weight:400;letter-spacing:.01em;margin:0;line-height:1.2em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}md-list-item.md-2-line .md-list-item-text h4,md-list-item.md-2-line>.md-no-style .md-list-item-text h4,md-list-item.md-3-line .md-list-item-text h4,md-list-item.md-3-line>.md-no-style .md-list-item-text h4{font-size:14px;letter-spacing:.01em;margin:3px 0 1px;font-weight:400;line-height:1.2em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}md-list-item.md-2-line .md-list-item-text p,md-list-item.md-2-line>.md-no-style .md-list-item-text p,md-list-item.md-3-line .md-list-item-text p,md-list-item.md-3-line>.md-no-style .md-list-item-text p{font-size:14px;font-weight:500;letter-spacing:.01em;margin:0;line-height:1.6em}md-list-item.md-2-line,md-list-item.md-2-line>.md-no-style{height:auto;min-height:72px}md-list-item.md-2-line:before,md-list-item.md-2-line>.md-no-style:before{content:"";min-height:72px;visibility:hidden;display:inline-block}md-list-item.md-2-line .md-avatar-icon,md-list-item.md-2-line>.md-avatar,md-list-item.md-2-line>.md-no-style .md-avatar-icon,md-list-item.md-2-line>.md-no-style>.md-avatar{margin-top:12px}md-list-item.md-2-line>.md-no-style>md-icon:first-child,md-list-item.md-2-line>md-icon:first-child{-webkit-align-self:flex-start;align-self:flex-start}md-list-item.md-2-line .md-list-item-text,md-list-item.md-2-line>.md-no-style .md-list-item-text{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto}md-list-item.md-3-line,md-list-item.md-3-line>.md-no-style{height:auto;min-height:88px}md-list-item.md-3-line:before,md-list-item.md-3-line>.md-no-style:before{content:"";min-height:88px;visibility:hidden;display:inline-block}md-list-item.md-3-line>.md-avatar,md-list-item.md-3-line>.md-no-style>.md-avatar,md-list-item.md-3-line>.md-no-style>md-icon:first-child,md-list-item.md-3-line>md-icon:first-child{margin-top:16px}.md-open-menu-container{position:fixed;left:0;top:0;z-index:100;opacity:0;border-radius:2px}.md-open-menu-container md-menu-divider{margin-top:4px;margin-bottom:4px;height:1px;min-height:1px;max-height:1px;width:100%}.md-open-menu-container md-menu-content>*{opacity:0}.md-open-menu-container:not(.md-clickable){pointer-events:none}.md-open-menu-container.md-active{opacity:1;-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transition-duration:.2s;transition-duration:.2s}.md-open-menu-container.md-active>md-menu-content>*{opacity:1;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-delay:.1s;transition-delay:.1s}.md-open-menu-container.md-leave{opacity:0;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-duration:.25s;transition-duration:.25s}md-menu-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding:8px 0;max-height:304px;overflow-y:auto}md-menu-content.md-dense{max-height:208px}md-menu-content.md-dense md-menu-item{height:32px;min-height:0}md-menu-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;min-height:48px;height:48px;-webkit-align-content:center;align-content:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}md-menu-item>*{width:100%;margin:auto 0;padding-left:16px;padding-right:16px}md-menu-item>a.md-button{padding-top:5px}md-menu-item>.md-button{text-align:left;display:inline-block;border-radius:0;margin:auto 0;font-size:15px;text-transform:none;font-weight:400;height:100%;padding-left:16px;padding-right:16px;width:100%}md-menu-item>.md-button::-moz-focus-inner{padding:0;border:0}[dir=rtl] md-menu-item>.md-button{text-align:right}md-menu-item>.md-button md-icon{margin:auto 16px auto 0}[dir=rtl] md-menu-item>.md-button md-icon{margin:auto 0 auto 16px}md-menu-item>.md-button p{display:inline-block;margin:auto}md-menu-item>.md-button span{margin-top:auto;margin-bottom:auto}md-menu-item>.md-button .md-ripple-container{border-radius:inherit}md-toolbar .md-menu{height:auto;margin:auto;padding:0}@media (max-width:959px){md-menu-content{min-width:112px}md-menu-content[width="3"]{min-width:168px}md-menu-content[width="4"]{min-width:224px}md-menu-content[width="5"]{min-width:280px}md-menu-content[width="6"]{min-width:336px}md-menu-content[width="7"]{min-width:392px}}@media (min-width:960px){md-menu-content{min-width:96px}md-menu-content[width="3"]{min-width:192px}md-menu-content[width="4"]{min-width:256px}md-menu-content[width="5"]{min-width:320px}md-menu-content[width="6"]{min-width:384px}md-menu-content[width="7"]{min-width:448px}}md-toolbar.md-menu-toolbar h2.md-toolbar-tools{line-height:1rem;height:auto;padding:28px;padding-bottom:12px}md-toolbar.md-has-open-menu{position:relative;z-index:100}md-menu-bar{padding:0 20px;display:block;position:relative;z-index:2}md-menu-bar .md-menu{display:inline-block;padding:0;position:relative}md-menu-bar button{font-size:14px;padding:0 10px;margin:0;border:0;background-color:transparent;height:40px}md-menu-bar md-backdrop.md-menu-backdrop{z-index:-2}md-menu-content.md-menu-bar-menu.md-dense{max-height:none;padding:16px 0}md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent{position:relative}md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent>md-icon{position:absolute;padding:0;width:24px;top:6px;left:24px}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent>md-icon{left:auto;right:24px}md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu>.md-button,md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent>.md-button{padding:0 32px 0 64px}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu>.md-button,[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent>.md-button{padding:0 64px 0 32px}md-menu-content.md-menu-bar-menu.md-dense .md-button{min-height:0;height:32px}md-menu-content.md-menu-bar-menu.md-dense .md-button span{float:left}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span{float:right}md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text{float:right;margin:0 8px}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text{float:left}md-menu-content.md-menu-bar-menu.md-dense md-menu-divider{margin:8px 0}md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button,md-menu-content.md-menu-bar-menu.md-dense md-menu-item>.md-button{text-align:left}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button,[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item>.md-button{text-align:right}md-menu-content.md-menu-bar-menu.md-dense .md-menu{padding:0}md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button{position:relative;margin:0;width:100%;text-transform:none;font-weight:400;border-radius:0;padding-left:16px}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button{padding-left:0;padding-right:16px}md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button:after{display:block;content:"\25BC";position:absolute;top:0;speak:none;-webkit-transform:rotate(270deg) scaleY(.45) scaleX(.9);transform:rotate(270deg) scaleY(.45) scaleX(.9);right:28px}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button:after{-webkit-transform:rotate(90deg) scaleY(.45) scaleX(.9);transform:rotate(90deg) scaleY(.45) scaleX(.9);right:auto;left:28px}.md-nav-bar{border-style:solid;border-width:0 0 1px;height:48px;position:relative}._md-nav-bar-list{outline:none;list-style:none;margin:0;padding:0;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.md-nav-item:first-of-type{margin-left:8px}.md-button._md-nav-button{line-height:24px;margin:0 4px;padding:12px 16px;-webkit-transition:background-color .35s cubic-bezier(.35,0,.25,1);transition:background-color .35s cubic-bezier(.35,0,.25,1)}.md-button._md-nav-button:focus{outline:none}.md-button._md-nav-button:hover{background-color:inherit}md-nav-ink-bar{bottom:0;height:2px;left:auto;position:absolute;right:auto;background-color:#000}md-nav-ink-bar._md-left{-webkit-transition:left .125s cubic-bezier(.35,0,.25,1),right .25s cubic-bezier(.35,0,.25,1);transition:left .125s cubic-bezier(.35,0,.25,1),right .25s cubic-bezier(.35,0,.25,1)}md-nav-ink-bar._md-right{-webkit-transition:left .25s cubic-bezier(.35,0,.25,1),right .125s cubic-bezier(.35,0,.25,1);transition:left .25s cubic-bezier(.35,0,.25,1),right .125s cubic-bezier(.35,0,.25,1)}md-nav-ink-bar.ng-animate{-webkit-transition:none;transition:none}md-nav-extra-content{min-height:48px;padding-right:12px}@-webkit-keyframes indeterminate-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes indeterminate-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}md-progress-circular{position:relative;display:block}md-progress-circular._md-progress-circular-disabled{visibility:hidden}md-progress-circular.md-mode-indeterminate svg{-webkit-animation:indeterminate-rotate 1568.63ms linear infinite;animation:indeterminate-rotate 1568.63ms linear infinite}md-progress-circular svg{position:absolute;overflow:visible;top:0;left:0}md-progress-linear{display:block;position:relative;width:100%;height:5px;padding-top:0!important;margin-bottom:0!important}md-progress-linear._md-progress-linear-disabled{visibility:hidden}md-progress-linear .md-container{display:block;position:relative;overflow:hidden;width:100%;height:5px;-webkit-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1)}md-progress-linear .md-container .md-bar{position:absolute;left:0;top:0;bottom:0;width:100%;height:5px}md-progress-linear .md-container .md-dashed:before{content:"";display:none;position:absolute;margin-top:0;height:5px;width:100%;background-color:transparent;background-size:10px 10px!important;background-position:0 -23px}md-progress-linear .md-container .md-bar1,md-progress-linear .md-container .md-bar2{-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}md-progress-linear .md-container.md-mode-query .md-bar1{display:none}md-progress-linear .md-container.md-mode-query .md-bar2{-webkit-transition:all .2s linear;transition:all .2s linear;-webkit-animation:query .8s infinite cubic-bezier(.39,.575,.565,1);animation:query .8s infinite cubic-bezier(.39,.575,.565,1)}md-progress-linear .md-container.md-mode-determinate .md-bar1{display:none}md-progress-linear .md-container.md-mode-indeterminate .md-bar1{-webkit-animation:md-progress-linear-indeterminate-scale-1 4s infinite,md-progress-linear-indeterminate-1 4s infinite;animation:md-progress-linear-indeterminate-scale-1 4s infinite,md-progress-linear-indeterminate-1 4s infinite}md-progress-linear .md-container.md-mode-indeterminate .md-bar2{-webkit-animation:md-progress-linear-indeterminate-scale-2 4s infinite,md-progress-linear-indeterminate-2 4s infinite;animation:md-progress-linear-indeterminate-scale-2 4s infinite,md-progress-linear-indeterminate-2 4s infinite}md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container{-webkit-animation:none;animation:none}md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar1,md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar2{-webkit-animation-name:none;animation-name:none}md-progress-linear .md-container.md-mode-buffer{background-color:transparent!important;-webkit-transition:all .2s linear;transition:all .2s linear}md-progress-linear .md-container.md-mode-buffer .md-dashed:before{display:block;-webkit-animation:buffer 3s infinite linear;animation:buffer 3s infinite linear}@-webkit-keyframes query{0%{opacity:1;-webkit-transform:translateX(35%) scale(.3,1);transform:translateX(35%) scale(.3,1)}to{opacity:0;-webkit-transform:translateX(-50%) scale(0,1);transform:translateX(-50%) scale(0,1)}}@keyframes query{0%{opacity:1;-webkit-transform:translateX(35%) scale(.3,1);transform:translateX(35%) scale(.3,1)}to{opacity:0;-webkit-transform:translateX(-50%) scale(0,1);transform:translateX(-50%) scale(0,1)}}@-webkit-keyframes buffer{0%{opacity:1;background-position:0 -23px}50%{opacity:0}to{opacity:1;background-position:-200px -23px}}@keyframes buffer{0%{opacity:1;background-position:0 -23px}50%{opacity:0}to{opacity:1;background-position:-200px -23px}}@-webkit-keyframes md-progress-linear-indeterminate-scale-1{0%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:linear;animation-timing-function:linear}36.6%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:cubic-bezier(.33473,.12482,.78584,1);animation-timing-function:cubic-bezier(.33473,.12482,.78584,1)}69.15%{-webkit-transform:scaleX(.83);transform:scaleX(.83);-webkit-animation-timing-function:cubic-bezier(.22573,0,.23365,1.37098);animation-timing-function:cubic-bezier(.22573,0,.23365,1.37098)}to{-webkit-transform:scaleX(.1);transform:scaleX(.1)}}@keyframes md-progress-linear-indeterminate-scale-1{0%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:linear;animation-timing-function:linear}36.6%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:cubic-bezier(.33473,.12482,.78584,1);animation-timing-function:cubic-bezier(.33473,.12482,.78584,1)}69.15%{-webkit-transform:scaleX(.83);transform:scaleX(.83);-webkit-animation-timing-function:cubic-bezier(.22573,0,.23365,1.37098);animation-timing-function:cubic-bezier(.22573,0,.23365,1.37098)}to{-webkit-transform:scaleX(.1);transform:scaleX(.1)}}@-webkit-keyframes md-progress-linear-indeterminate-1{0%{left:-105.16667%;-webkit-animation-timing-function:linear;animation-timing-function:linear}20%{left:-105.16667%;-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582)}69.15%{left:21.5%;-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635)}to{left:95.44444%}}@keyframes md-progress-linear-indeterminate-1{0%{left:-105.16667%;-webkit-animation-timing-function:linear;animation-timing-function:linear}20%{left:-105.16667%;-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582)}69.15%{left:21.5%;-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635)}to{left:95.44444%}}@-webkit-keyframes md-progress-linear-indeterminate-scale-2{0%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:cubic-bezier(.20503,.05705,.57661,.45397);animation-timing-function:cubic-bezier(.20503,.05705,.57661,.45397)}19.15%{-webkit-transform:scaleX(.57);transform:scaleX(.57);-webkit-animation-timing-function:cubic-bezier(.15231,.19643,.64837,1.00432);animation-timing-function:cubic-bezier(.15231,.19643,.64837,1.00432)}44.15%{-webkit-transform:scaleX(.91);transform:scaleX(.91);-webkit-animation-timing-function:cubic-bezier(.25776,-.00316,.21176,1.38179);animation-timing-function:cubic-bezier(.25776,-.00316,.21176,1.38179)}to{-webkit-transform:scaleX(.1);transform:scaleX(.1)}}@keyframes md-progress-linear-indeterminate-scale-2{0%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:cubic-bezier(.20503,.05705,.57661,.45397);animation-timing-function:cubic-bezier(.20503,.05705,.57661,.45397)}19.15%{-webkit-transform:scaleX(.57);transform:scaleX(.57);-webkit-animation-timing-function:cubic-bezier(.15231,.19643,.64837,1.00432);animation-timing-function:cubic-bezier(.15231,.19643,.64837,1.00432)}44.15%{-webkit-transform:scaleX(.91);transform:scaleX(.91);-webkit-animation-timing-function:cubic-bezier(.25776,-.00316,.21176,1.38179);animation-timing-function:cubic-bezier(.25776,-.00316,.21176,1.38179)}to{-webkit-transform:scaleX(.1);transform:scaleX(.1)}}@-webkit-keyframes md-progress-linear-indeterminate-2{0%{left:-54.88889%;-webkit-animation-timing-function:cubic-bezier(.15,0,.51506,.40968);animation-timing-function:cubic-bezier(.15,0,.51506,.40968)}25%{left:-17.25%;-webkit-animation-timing-function:cubic-bezier(.31033,.28406,.8,.73372);animation-timing-function:cubic-bezier(.31033,.28406,.8,.73372)}48.35%{left:29.5%;-webkit-animation-timing-function:cubic-bezier(.4,.62703,.6,.90203);animation-timing-function:cubic-bezier(.4,.62703,.6,.90203)}to{left:117.38889%}}@keyframes md-progress-linear-indeterminate-2{0%{left:-54.88889%;-webkit-animation-timing-function:cubic-bezier(.15,0,.51506,.40968);animation-timing-function:cubic-bezier(.15,0,.51506,.40968)}25%{left:-17.25%;-webkit-animation-timing-function:cubic-bezier(.31033,.28406,.8,.73372);animation-timing-function:cubic-bezier(.31033,.28406,.8,.73372)}48.35%{left:29.5%;-webkit-animation-timing-function:cubic-bezier(.4,.62703,.6,.90203);animation-timing-function:cubic-bezier(.4,.62703,.6,.90203)}to{left:117.38889%}}md-radio-button{box-sizing:border-box;display:block;margin-bottom:16px;white-space:nowrap;cursor:pointer;position:relative}md-radio-button[disabled],md-radio-button[disabled] .md-container{cursor:default}md-radio-button .md-container{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);box-sizing:border-box;display:inline-block;width:20px;height:20px;cursor:pointer;left:0;right:auto}[dir=rtl] md-radio-button .md-container{left:auto;right:0}md-radio-button .md-container .md-ripple-container{position:absolute;display:block;width:auto;height:auto;left:-15px;top:-15px;right:-15px;bottom:-15px}md-radio-button .md-container:before{box-sizing:border-box;background-color:transparent;border-radius:50%;content:"";position:absolute;display:block;height:auto;left:0;top:0;right:0;bottom:0;-webkit-transition:all .5s;transition:all .5s;width:auto}md-radio-button.md-align-top-left>div.md-container{top:12px}md-radio-button .md-off{border-style:solid;border-width:2px;-webkit-transition:border-color .28s ease;transition:border-color .28s ease}md-radio-button .md-off,md-radio-button .md-on{box-sizing:border-box;position:absolute;top:0;left:0;width:20px;height:20px;border-radius:50%}md-radio-button .md-on{-webkit-transition:-webkit-transform .28s ease;transition:-webkit-transform .28s ease;transition:transform .28s ease;transition:transform .28s ease,-webkit-transform .28s ease;-webkit-transform:scale(0);transform:scale(0)}md-radio-button.md-checked .md-on{-webkit-transform:scale(.5);transform:scale(.5)}md-radio-button .md-label{box-sizing:border-box;position:relative;display:inline-block;margin-left:30px;margin-right:0;vertical-align:middle;white-space:normal;pointer-events:none;width:auto}[dir=rtl] md-radio-button .md-label{margin-left:0;margin-right:30px}md-radio-group.layout-column md-radio-button,md-radio-group.layout-gt-lg-column md-radio-button,md-radio-group.layout-gt-md-column md-radio-button,md-radio-group.layout-gt-sm-column md-radio-button,md-radio-group.layout-gt-xs-column md-radio-button,md-radio-group.layout-lg-column md-radio-button,md-radio-group.layout-md-column md-radio-button,md-radio-group.layout-sm-column md-radio-button,md-radio-group.layout-xl-column md-radio-button,md-radio-group.layout-xs-column md-radio-button{margin-bottom:16px}md-radio-group.layout-gt-lg-row md-radio-button,md-radio-group.layout-gt-md-row md-radio-button,md-radio-group.layout-gt-sm-row md-radio-button,md-radio-group.layout-gt-xs-row md-radio-button,md-radio-group.layout-lg-row md-radio-button,md-radio-group.layout-md-row md-radio-button,md-radio-group.layout-row md-radio-button,md-radio-group.layout-sm-row md-radio-button,md-radio-group.layout-xl-row md-radio-button,md-radio-group.layout-xs-row md-radio-button{margin:0 16px 0 0}[dir=rtl] md-radio-group.layout-gt-lg-row md-radio-button,[dir=rtl] md-radio-group.layout-gt-md-row md-radio-button,[dir=rtl] md-radio-group.layout-gt-sm-row md-radio-button,[dir=rtl] md-radio-group.layout-gt-xs-row md-radio-button,[dir=rtl] md-radio-group.layout-lg-row md-radio-button,[dir=rtl] md-radio-group.layout-md-row md-radio-button,[dir=rtl] md-radio-group.layout-row md-radio-button,[dir=rtl] md-radio-group.layout-sm-row md-radio-button,[dir=rtl] md-radio-group.layout-xl-row md-radio-button,[dir=rtl] md-radio-group.layout-xs-row md-radio-button{margin-left:16px;margin-right:0}md-radio-group.layout-gt-lg-row md-radio-button:last-of-type,md-radio-group.layout-gt-md-row md-radio-button:last-of-type,md-radio-group.layout-gt-sm-row md-radio-button:last-of-type,md-radio-group.layout-gt-xs-row md-radio-button:last-of-type,md-radio-group.layout-lg-row md-radio-button:last-of-type,md-radio-group.layout-md-row md-radio-button:last-of-type,md-radio-group.layout-row md-radio-button:last-of-type,md-radio-group.layout-sm-row md-radio-button:last-of-type,md-radio-group.layout-xl-row md-radio-button:last-of-type,md-radio-group.layout-xs-row md-radio-button:last-of-type{margin-left:0;margin-right:0}md-radio-group:focus{outline:none}md-radio-group.md-focused .md-checked .md-container:before{left:-8px;top:-8px;right:-8px;bottom:-8px}md-radio-group[disabled] md-radio-button,md-radio-group[disabled] md-radio-button .md-container{cursor:default}.md-inline-form md-radio-group{margin:18px 0 19px}.md-inline-form md-radio-group md-radio-button{display:inline-block;height:30px;padding:2px;box-sizing:border-box;margin-top:0;margin-bottom:0}@media screen and (-ms-high-contrast:active){md-radio-button.md-default-theme .md-on{background-color:#fff}}md-sidenav{box-sizing:border-box;position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;z-index:60;width:320px;max-width:320px;bottom:0;overflow:auto;-webkit-overflow-scrolling:touch}md-sidenav ul{list-style:none}md-sidenav.md-closed{display:none}md-sidenav.md-closed-add,md-sidenav.md-closed-remove{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}md-sidenav.md-closed-add.md-closed-add-active,md-sidenav.md-closed-remove.md-closed-remove-active{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}md-sidenav.md-closed.md-locked-open-add,md-sidenav.md-locked-open,md-sidenav.md-locked-open-add,md-sidenav.md-locked-open-remove,md-sidenav.md-locked-open-remove.md-closed,md-sidenav.md-locked-open.md-closed,md-sidenav.md-locked-open.md-closed.md-sidenav-left,md-sidenav.md-locked-open.md-closed.md-sidenav-right{position:static;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}md-sidenav.md-closed.md-locked-open-add:not(.md-locked-open-add-active){width:0!important;min-width:0!important}md-sidenav.md-closed.md-locked-open-add-active,md-sidenav.md-closed.md-locked-open-add:not(.md-locked-open-add-active),md-sidenav.md-locked-open-remove-active{-webkit-transition:width .3s cubic-bezier(.55,0,.55,.2),min-width .3s cubic-bezier(.55,0,.55,.2);transition:width .3s cubic-bezier(.55,0,.55,.2),min-width .3s cubic-bezier(.55,0,.55,.2)}md-sidenav.md-locked-open-remove-active{width:0!important;min-width:0!important}.md-sidenav-backdrop.md-locked-open{display:none}.md-sidenav-left,md-sidenav{left:0;top:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.md-sidenav-left.md-closed,md-sidenav.md-closed{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.md-sidenav-right{left:100%;top:0;-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}.md-sidenav-right.md-closed{-webkit-transform:translate(0,0);transform:translate(0,0)}@media (min-width:600px){md-sidenav{max-width:400px}}@media (max-width:456px){md-sidenav{width:calc(100% - 56px);min-width:calc(100% - 56px);max-width:calc(100% - 56px)}}@media screen and (-ms-high-contrast:active){.md-sidenav-left,md-sidenav{border-right:1px solid #fff}.md-sidenav-right{border-left:1px solid #fff}}md-input-container:not([md-no-float]) .md-select-placeholder span:first-child{-webkit-transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);-webkit-transform-origin:left top;transform-origin:left top}[dir=rtl] md-input-container:not([md-no-float]) .md-select-placeholder span:first-child{-webkit-transform-origin:right top;transform-origin:right top}md-input-container.md-input-focused:not([md-no-float]) .md-select-placeholder span:first-child{-webkit-transform:translateY(-22px) translateX(-2px) scale(.75);transform:translateY(-22px) translateX(-2px) scale(.75)}.md-select-menu-container{position:fixed;left:0;top:0;z-index:90;opacity:0;display:none;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.md-select-menu-container:not(.md-clickable){pointer-events:none}.md-select-menu-container md-progress-circular{display:table;margin:24px auto!important}.md-select-menu-container.md-active{display:block;opacity:1}.md-select-menu-container.md-active md-select-menu{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transition-duration:.15s;transition-duration:.15s}.md-select-menu-container.md-active md-select-menu>*{opacity:1;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-delay:.1s;transition-delay:.1s}.md-select-menu-container.md-leave{opacity:0;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-duration:.25s;transition-duration:.25s}md-input-container>md-select{margin:0;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}md-input-container:not(.md-input-has-value) md-select.ng-required:not(.md-no-asterisk) .md-select-value span:first-child:after,md-input-container:not(.md-input-has-value) md-select[required]:not(.md-no-asterisk) .md-select-value span:first-child:after{content:" *";font-size:13px;vertical-align:top}md-input-container.md-input-invalid md-select .md-select-value{border-bottom-style:solid;padding-bottom:1px}md-select{display:-webkit-box;display:-webkit-flex;display:flex;margin:20px 0 26px}md-select.ng-required.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after,md-select[required].ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after{content:" *";font-size:13px;vertical-align:top}md-select[disabled] .md-select-value{background-position:0 bottom;background-size:4px 1px;background-repeat:repeat-x;margin-bottom:-1px}md-select:focus{outline:none}md-select[disabled]:hover{cursor:default}md-select:not([disabled]):hover{cursor:pointer}md-select:not([disabled]).ng-invalid.ng-touched .md-select-value{border-bottom-style:solid;padding-bottom:1px}md-select:not([disabled]):focus .md-select-value{border-bottom-width:2px;border-bottom-style:solid;padding-bottom:0}md-select:not([disabled]):focus.ng-invalid.ng-touched .md-select-value{padding-bottom:0}md-input-container.md-input-has-value .md-select-value>span:not(.md-select-icon){-webkit-transform:translate3d(0,1px,0);transform:translate3d(0,1px,0)}.md-select-value{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:2px 2px 1px;border-bottom-width:1px;border-bottom-style:solid;background-color:transparent;position:relative;box-sizing:content-box;min-width:64px;min-height:26px;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.md-select-value>span:not(.md-select-icon){max-width:100%;-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.md-select-value>span:not(.md-select-icon) .md-text{display:inline}.md-select-value .md-select-icon{display:block;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;text-align:end;width:24px;margin:0 4px;-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);font-size:1.2rem}.md-select-value .md-select-icon:after{display:block;content:"\25BC";position:relative;top:2px;speak:none;font-size:13px;-webkit-transform:scaleY(.5) scaleX(1);transform:scaleY(.5) scaleX(1)}.md-select-value.md-select-placeholder{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-ordinal-group:2;-webkit-order:1;order:1;pointer-events:none;-webkit-font-smoothing:antialiased;padding-left:2px;z-index:1}md-select-menu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);max-height:256px;min-height:48px;overflow-y:hidden;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(1);transform:scale(1)}md-select-menu.md-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}md-select-menu:not(.md-overflow) md-content{padding-top:8px;padding-bottom:8px}[dir=rtl] md-select-menu{-webkit-transform-origin:right top;transform-origin:right top}md-select-menu md-content{min-width:136px;min-height:48px;max-height:256px;overflow-y:auto}md-select-menu>*{opacity:0}md-option{cursor:pointer;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:auto;-webkit-transition:background .15s linear;transition:background .15s linear;padding:0 16px;height:48px}md-option[disabled]{cursor:default}md-option:focus{outline:none}md-option .md-text{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}md-optgroup{display:block}md-optgroup label{display:block;font-size:14px;text-transform:uppercase;padding:16px;font-weight:500}md-optgroup md-option{padding-left:32px;padding-right:32px}@media screen and (-ms-high-contrast:active){.md-select-backdrop{background-color:transparent}md-select-menu{border:1px solid #fff}}md-select-menu[multiple] md-option.md-checkbox-enabled{padding-left:40px;padding-right:16px}[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled{padding-left:16px;padding-right:40px}md-select-menu[multiple] md-option.md-checkbox-enabled .md-container{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);box-sizing:border-box;display:inline-block;width:20px;height:20px;left:0;right:auto}[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container{left:auto;right:0}md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:before{box-sizing:border-box;background-color:transparent;border-radius:50%;content:"";position:absolute;display:block;height:auto;left:0;top:0;right:0;bottom:0;-webkit-transition:all .5s;transition:all .5s;width:auto}md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:after{box-sizing:border-box;content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px}md-select-menu[multiple] md-option.md-checkbox-enabled .md-container .md-ripple-container{position:absolute;display:block;width:auto;height:auto;left:-15px;top:-15px;right:-15px;bottom:-15px}md-select-menu[multiple] md-option.md-checkbox-enabled .md-icon{box-sizing:border-box;-webkit-transition:.24s;transition:.24s;position:absolute;top:0;left:0;width:20px;height:20px;border-width:2px;border-style:solid;border-radius:2px}md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon{border-color:transparent}md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after{box-sizing:border-box;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:4.66667px;top:.22222px;display:table;width:6.66667px;height:13.33333px;border-width:2px;border-style:solid;border-top:0;border-left:0;content:""}md-select-menu[multiple] md-option.md-checkbox-enabled[disabled]{cursor:default}md-select-menu[multiple] md-option.md-checkbox-enabled.md-indeterminate .md-icon:after{box-sizing:border-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:table;width:12px;height:2px;border-width:2px;border-style:solid;border-top:0;border-left:0;content:""}md-select-menu[multiple] md-option.md-checkbox-enabled .md-container{margin-left:10.66667px;margin-right:auto}[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container{margin-left:auto;margin-right:10.66667px}@-webkit-keyframes sliderFocusThumb{0%{-webkit-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.7);transform:scale(.7)}}@keyframes sliderFocusThumb{0%{-webkit-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.7);transform:scale(.7)}}@-webkit-keyframes sliderDiscreteFocusThumb{0%{-webkit-transform:scale(.7);transform:scale(.7)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes sliderDiscreteFocusThumb{0%{-webkit-transform:scale(.7);transform:scale(.7)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes sliderDiscreteFocusRing{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes sliderDiscreteFocusRing{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0);transform:scale(0)}}md-slider{height:48px;min-width:128px;position:relative;margin-left:4px;margin-right:4px;padding:0;display:block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}md-slider *,md-slider :after{box-sizing:border-box}md-slider .md-slider-wrapper{outline:none;width:100%;height:100%}md-slider .md-slider-content{position:relative}md-slider .md-track-container{width:100%;position:absolute;top:23px;height:2px}md-slider .md-track{position:absolute;left:0;right:0;height:100%}md-slider .md-track-fill{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transition-property:width,height;transition-property:width,height}md-slider .md-track-ticks{position:absolute;left:0;right:0;height:100%}md-slider .md-track-ticks canvas{width:100%;height:100%}md-slider .md-thumb-container{position:absolute;left:0;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transition-property:left,right,bottom;transition-property:left,right,bottom}[dir=rtl] md-slider .md-thumb-container{left:auto;right:0}md-slider .md-thumb{z-index:1;position:absolute;left:-10px;top:14px;width:20px;height:20px;border-radius:20px;-webkit-transform:scale(.7);transform:scale(.7);-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}[dir=rtl] md-slider .md-thumb{left:auto;right:-10px}md-slider .md-thumb:after{content:"";position:absolute;width:20px;height:20px;border-radius:20px;border-width:3px;border-style:solid;-webkit-transition:inherit;transition:inherit}md-slider .md-sign{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;position:absolute;left:-14px;top:-17px;width:28px;height:28px;border-radius:28px;-webkit-transform:scale(.4) translate3d(0,67.5px,0);transform:scale(.4) translate3d(0,67.5px,0);-webkit-transition:all .3s cubic-bezier(.35,0,.25,1);transition:all .3s cubic-bezier(.35,0,.25,1)}md-slider .md-sign:after{position:absolute;content:"";left:0;border-radius:16px;top:19px;border-left:14px solid transparent;border-right:14px solid transparent;border-top-width:16px;border-top-style:solid;opacity:0;-webkit-transform:translate3d(0,-8px,0);transform:translate3d(0,-8px,0);-webkit-transition:all .2s cubic-bezier(.35,0,.25,1);transition:all .2s cubic-bezier(.35,0,.25,1)}[dir=rtl] md-slider .md-sign:after{left:auto;right:0}md-slider .md-sign .md-thumb-text{z-index:1;font-size:12px;font-weight:700}md-slider .md-focus-ring{position:absolute;left:-17px;top:7px;width:34px;height:34px;border-radius:34px;-webkit-transform:scale(.7);transform:scale(.7);opacity:0;-webkit-transition:all .35s cubic-bezier(.35,0,.25,1);transition:all .35s cubic-bezier(.35,0,.25,1)}[dir=rtl] md-slider .md-focus-ring{left:auto;right:-17px}md-slider .md-disabled-thumb{position:absolute;left:-14px;top:10px;width:28px;height:28px;border-radius:28px;-webkit-transform:scale(.5);transform:scale(.5);border-width:4px;border-style:solid;display:none}[dir=rtl] md-slider .md-disabled-thumb{left:auto;right:-14px}md-slider.md-min .md-sign{opacity:0}md-slider:focus{outline:none}md-slider.md-dragging .md-thumb-container,md-slider.md-dragging .md-track-fill{-webkit-transition:none;transition:none}md-slider:not([md-discrete]) .md-sign,md-slider:not([md-discrete]) .md-track-ticks{display:none}md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper .md-thumb:hover{-webkit-transform:scale(.8);transform:scale(.8)}md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring{-webkit-transform:scale(1);transform:scale(1);opacity:1}md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-thumb{-webkit-animation:sliderFocusThumb .7s cubic-bezier(.35,0,.25,1);animation:sliderFocusThumb .7s cubic-bezier(.35,0,.25,1)}md-slider:not([md-discrete]):not([disabled]).md-active .md-slider-wrapper .md-thumb{-webkit-transform:scale(1);transform:scale(1)}md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring{-webkit-transform:scale(0);transform:scale(0);-webkit-animation:sliderDiscreteFocusRing .5s cubic-bezier(.35,0,.25,1);animation:sliderDiscreteFocusRing .5s cubic-bezier(.35,0,.25,1)}md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb{-webkit-animation:sliderDiscreteFocusThumb .5s cubic-bezier(.35,0,.25,1);animation:sliderDiscreteFocusThumb .5s cubic-bezier(.35,0,.25,1)}md-slider[md-discrete]:not([disabled]).md-active .md-thumb,md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb{-webkit-transform:scale(0);transform:scale(0)}md-slider[md-discrete]:not([disabled]).md-active .md-sign,md-slider[md-discrete]:not([disabled]).md-active .md-sign:after,md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign,md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign:after{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}md-slider[md-discrete][disabled][readonly] .md-thumb{-webkit-transform:scale(0);transform:scale(0)}md-slider[md-discrete][disabled][readonly] .md-sign,md-slider[md-discrete][disabled][readonly] .md-sign:after{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}md-slider[disabled] .md-track-fill{display:none}md-slider[disabled] .md-track-ticks,md-slider[disabled]:not([readonly]) .md-sign{opacity:0}md-slider[disabled] .md-thumb{-webkit-transform:scale(.5);transform:scale(.5)}md-slider[disabled] .md-disabled-thumb{display:block}md-slider[md-vertical]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;min-height:128px;min-width:0}md-slider[md-vertical] .md-slider-wrapper{-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-top:12px;padding-bottom:12px;width:48px;-webkit-align-self:center;align-self:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}md-slider[md-vertical] .md-track-container{height:100%;width:2px;top:0;left:calc(50% - 1px)}md-slider[md-vertical] .md-thumb-container{top:auto;margin-bottom:23px;left:calc(50% - 1px);bottom:0}md-slider[md-vertical] .md-thumb-container .md-thumb:after{left:1px}md-slider[md-vertical] .md-thumb-container .md-focus-ring{left:-16px}md-slider[md-vertical] .md-track-fill{bottom:0}md-slider[md-vertical][md-discrete] .md-sign{left:-40px;top:9.5px;-webkit-transform:scale(.4) translate3d(67.5px,0,0);transform:scale(.4) translate3d(67.5px,0,0)}md-slider[md-vertical][md-discrete] .md-sign:after{top:9.5px;left:19px;border-top:14px solid transparent;border-right:0;border-bottom:14px solid transparent;border-left-width:16px;border-left-style:solid;opacity:0;-webkit-transform:translate3d(0,-8px,0);transform:translate3d(0,-8px,0);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}md-slider[md-vertical][md-discrete] .md-sign .md-thumb-text{z-index:1;font-size:12px;font-weight:700}md-slider[md-vertical][md-discrete].md-active .md-sign:after,md-slider[md-vertical][md-discrete] .md-focused .md-sign:after,md-slider[md-vertical][md-discrete][disabled][readonly] .md-sign:after{top:0}md-slider[md-vertical][disabled][readonly] .md-thumb{-webkit-transform:scale(0);transform:scale(0)}md-slider[md-vertical][disabled][readonly] .md-sign,md-slider[md-vertical][disabled][readonly] .md-sign:after{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}md-slider[md-invert]:not([md-vertical]) .md-track-fill{left:auto;right:0}[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill{left:0;right:auto}md-slider[md-invert][md-vertical] .md-track-fill{bottom:auto;top:0}md-slider-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}md-slider-container>:first-child:not(md-slider),md-slider-container>:last-child:not(md-slider){min-width:25px;max-width:42px;height:25px;-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transition-property:color,max-width;transition-property:color,max-width}md-slider-container>:first-child:not(md-slider){margin-right:16px}[dir=rtl] md-slider-container>:first-child:not(md-slider){margin-right:auto;margin-left:16px}md-slider-container>:last-child:not(md-slider){margin-left:16px}[dir=rtl] md-slider-container>:last-child:not(md-slider){margin-left:auto;margin-right:16px}md-slider-container[md-vertical]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}md-slider-container[md-vertical]>:first-child:not(md-slider),md-slider-container[md-vertical]>:last-child:not(md-slider){margin-right:0;margin-left:0;text-align:center}md-slider-container md-input-container input[type=number]{text-align:center;padding-left:15px;height:50px;margin-top:-25px}[dir=rtl] md-slider-container md-input-container input[type=number]{padding-left:0;padding-right:15px}@media screen and (-ms-high-contrast:active){md-slider.md-default-theme .md-track{border-bottom:1px solid #fff}}.md-sticky-clone{z-index:2;top:0;left:0;right:0;position:absolute!important;-webkit-transform:translate3d(-9999px,-9999px,0);transform:translate3d(-9999px,-9999px,0)}.md-sticky-clone[sticky-state=active]{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.md-sticky-clone[sticky-state=active]:not(.md-sticky-no-effect) .md-subheader-inner{-webkit-animation:subheaderStickyHoverIn .3s ease-out both;animation:subheaderStickyHoverIn .3s ease-out both}@-webkit-keyframes subheaderStickyHoverIn{0%{box-shadow:0 0 0 0 transparent}to{box-shadow:0 2px 4px 0 rgba(0,0,0,.16)}}@keyframes subheaderStickyHoverIn{0%{box-shadow:0 0 0 0 transparent}to{box-shadow:0 2px 4px 0 rgba(0,0,0,.16)}}@-webkit-keyframes subheaderStickyHoverOut{0%{box-shadow:0 2px 4px 0 rgba(0,0,0,.16)}to{box-shadow:0 0 0 0 transparent}}@keyframes subheaderStickyHoverOut{0%{box-shadow:0 2px 4px 0 rgba(0,0,0,.16)}to{box-shadow:0 0 0 0 transparent}}.md-subheader-wrapper:not(.md-sticky-no-effect){-webkit-transition:margin .2s ease-out;transition:margin .2s ease-out}.md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader{margin:0}.md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone{z-index:2}.md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state=active]{margin-top:-2px}.md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state=active] .md-subheader-inner:after{-webkit-animation:subheaderStickyHoverOut .3s ease-out both;animation:subheaderStickyHoverOut .3s ease-out both}.md-subheader{display:block;font-size:14px;font-weight:500;line-height:1em;margin:0;position:relative}.md-subheader .md-subheader-inner{display:block;padding:16px}.md-subheader .md-subheader-content{display:block;z-index:1;position:relative}.md-inline-form md-switch{margin-top:18px;margin-bottom:19px}md-switch{margin:16px 0;white-space:nowrap;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:30px;line-height:28px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;margin-left:inherit;margin-right:16px}[dir=rtl] md-switch{margin-left:16px;margin-right:inherit}md-switch:last-of-type{margin-left:inherit;margin-right:0}[dir=rtl] md-switch:last-of-type{margin-left:0;margin-right:inherit}md-switch[disabled],md-switch[disabled] .md-container{cursor:default}md-switch .md-container{cursor:-webkit-grab;cursor:grab;width:36px;height:24px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:8px;float:left}[dir=rtl] md-switch .md-container,md-switch.md-inverted .md-container{margin-right:0;margin-left:8px}[dir=rtl] md-switch.md-inverted .md-container{margin-right:8px;margin-left:0}md-switch:not([disabled]) .md-dragging,md-switch:not([disabled]).md-dragging .md-container{cursor:-webkit-grabbing;cursor:grabbing}md-switch.md-focused:not([disabled]) .md-thumb:before{left:-8px;top:-8px;right:-8px;bottom:-8px}md-switch.md-focused:not([disabled]):not(.md-checked) .md-thumb:before{background-color:rgba(0,0,0,.12)}md-switch .md-label{border-color:transparent;border-width:0;float:left}md-switch .md-bar{left:1px;width:34px;top:5px;height:14px;border-radius:8px;position:absolute}md-switch .md-thumb-container{top:2px;left:0;width:16px;position:absolute;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:1}md-switch.md-checked .md-thumb-container{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}md-switch .md-thumb{margin:0;outline:none;height:20px;width:20px;box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12)}md-switch .md-thumb,md-switch .md-thumb:before{position:absolute;left:0;top:0;border-radius:50%}md-switch .md-thumb:before{background-color:transparent;content:"";display:block;height:auto;right:0;bottom:0;-webkit-transition:all .5s;transition:all .5s;width:auto}md-switch .md-thumb .md-ripple-container{position:absolute;display:block;width:auto;height:auto;left:-20px;top:-20px;right:-20px;bottom:-20px}md-switch:not(.md-dragging) .md-bar,md-switch:not(.md-dragging) .md-thumb,md-switch:not(.md-dragging) .md-thumb-container{-webkit-transition:all .08s linear;transition:all .08s linear;-webkit-transition-property:background-color,-webkit-transform;transition-property:background-color,-webkit-transform;transition-property:transform,background-color;transition-property:transform,background-color,-webkit-transform}md-switch:not(.md-dragging) .md-bar,md-switch:not(.md-dragging) .md-thumb{-webkit-transition-delay:.05s;transition-delay:.05s}@media screen and (-ms-high-contrast:active){md-switch.md-default-theme .md-bar{background-color:#666}md-switch.md-default-theme.md-checked .md-bar{background-color:#9e9e9e}md-switch.md-default-theme .md-thumb{background-color:#fff}}@-webkit-keyframes md-tab-content-hide{0%{opacity:1}50%{opacity:1}to{opacity:0}}@keyframes md-tab-content-hide{0%{opacity:1}50%{opacity:1}to{opacity:0}}md-tab-data{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;opacity:0}md-tabs{display:block;margin:0;border-radius:2px;overflow:hidden;position:relative;-webkit-flex-shrink:0;flex-shrink:0}md-tabs:not(.md-no-tab-content):not(.md-dynamic-height){min-height:248px}md-tabs[md-align-tabs=bottom]{padding-bottom:48px}md-tabs[md-align-tabs=bottom] md-tabs-wrapper{position:absolute;bottom:0;left:0;right:0;height:48px;z-index:2}md-tabs[md-align-tabs=bottom] md-tabs-content-wrapper{top:0;bottom:48px}md-tabs.md-dynamic-height md-tabs-content-wrapper{min-height:0;position:relative;top:auto;left:auto;right:auto;bottom:auto;overflow:visible}md-tabs.md-dynamic-height md-tab-content.md-active{position:relative}md-tabs[md-border-bottom] md-tabs-wrapper{border-width:0 0 1px;border-style:solid}md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper{top:49px}md-tabs-wrapper{display:block;position:relative;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}md-tabs-wrapper md-next-button,md-tabs-wrapper md-prev-button{height:100%;width:32px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);line-height:1em;z-index:2;cursor:pointer;font-size:16px;background:transparent no-repeat 50%;-webkit-transition:all .5s cubic-bezier(.35,0,.25,1);transition:all .5s cubic-bezier(.35,0,.25,1)}md-tabs-wrapper md-next-button:focus,md-tabs-wrapper md-prev-button:focus{outline:none}md-tabs-wrapper md-next-button.md-disabled,md-tabs-wrapper md-prev-button.md-disabled{opacity:.25;cursor:default}md-tabs-wrapper md-next-button.ng-leave,md-tabs-wrapper md-prev-button.ng-leave{-webkit-transition:none;transition:none}md-tabs-wrapper md-next-button md-icon,md-tabs-wrapper md-prev-button md-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}md-tabs-wrapper md-prev-button{left:0;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==")}[dir=rtl] md-tabs-wrapper md-prev-button{left:auto;right:0}md-tabs-wrapper md-next-button{right:0;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K")}[dir=rtl] md-tabs-wrapper md-next-button{right:auto;left:0}md-tabs-wrapper md-next-button md-icon{-webkit-transform:translate3d(-50%,-50%,0) rotate(180deg);transform:translate3d(-50%,-50%,0) rotate(180deg)}md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}md-tabs-canvas{position:relative;overflow:hidden;display:block;height:48px}md-tabs-canvas:after{content:"";display:table;clear:both}md-tabs-canvas .md-dummy-wrapper{position:absolute;top:0;left:0}[dir=rtl] md-tabs-canvas .md-dummy-wrapper{left:auto;right:0}md-tabs-canvas.md-paginated{margin:0 32px}md-tabs-canvas.md-center-tabs{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;text-align:center}md-tabs-canvas.md-center-tabs .md-tab{float:none;display:inline-block}md-pagination-wrapper{height:48px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transition:-webkit-transform .5s cubic-bezier(.35,0,.25,1);transition:-webkit-transform .5s cubic-bezier(.35,0,.25,1);transition:transform .5s cubic-bezier(.35,0,.25,1);transition:transform .5s cubic-bezier(.35,0,.25,1),-webkit-transform .5s cubic-bezier(.35,0,.25,1);position:absolute;left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}md-pagination-wrapper:after{content:"";display:table;clear:both}[dir=rtl] md-pagination-wrapper{left:auto;right:0}md-pagination-wrapper.md-center-tabs{position:relative;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}md-tabs-content-wrapper{display:block;top:48px;overflow:hidden}md-tab-content,md-tabs-content-wrapper{position:absolute;left:0;right:0;bottom:0}md-tab-content{display:-webkit-box;display:-webkit-flex;display:flex;top:0;-webkit-transition:-webkit-transform .5s cubic-bezier(.35,0,.25,1);transition:-webkit-transform .5s cubic-bezier(.35,0,.25,1);transition:transform .5s cubic-bezier(.35,0,.25,1);transition:transform .5s cubic-bezier(.35,0,.25,1),-webkit-transform .5s cubic-bezier(.35,0,.25,1);overflow:auto;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}md-tab-content.md-no-scroll{bottom:auto;overflow:hidden}md-tab-content.md-no-transition,md-tab-content.ng-leave{-webkit-transition:none;transition:none}md-tab-content.md-left:not(.md-active){-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-animation:1s md-tab-content-hide;animation:1s md-tab-content-hide;opacity:0}[dir=rtl] md-tab-content.md-left:not(.md-active){-webkit-transform:translateX(100%);transform:translateX(100%)}md-tab-content.md-left:not(.md-active) *{-webkit-transition:visibility 0s linear;transition:visibility 0s linear;-webkit-transition-delay:.5s;transition-delay:.5s;visibility:hidden}md-tab-content.md-right:not(.md-active){-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-animation:1s md-tab-content-hide;animation:1s md-tab-content-hide;opacity:0}[dir=rtl] md-tab-content.md-right:not(.md-active){-webkit-transform:translateX(-100%);transform:translateX(-100%)}md-tab-content.md-right:not(.md-active) *{-webkit-transition:visibility 0s linear;transition:visibility 0s linear;-webkit-transition-delay:.5s;transition-delay:.5s;visibility:hidden}md-tab-content>div{-webkit-box-flex:1;-webkit-flex:1 0 100%;flex:1 0 100%;min-width:0}md-tab-content>div.ng-leave{-webkit-animation:1s md-tab-content-hide;animation:1s md-tab-content-hide}md-ink-bar{position:absolute;left:auto;right:auto;bottom:0;height:2px}md-ink-bar.md-left{-webkit-transition:left .125s cubic-bezier(.35,0,.25,1),right .25s cubic-bezier(.35,0,.25,1);transition:left .125s cubic-bezier(.35,0,.25,1),right .25s cubic-bezier(.35,0,.25,1)}md-ink-bar.md-right{-webkit-transition:left .25s cubic-bezier(.35,0,.25,1),right .125s cubic-bezier(.35,0,.25,1);transition:left .25s cubic-bezier(.35,0,.25,1),right .125s cubic-bezier(.35,0,.25,1)}md-tab{position:absolute;z-index:-1;left:-9999px}.md-tab{font-size:14px;text-align:center;line-height:24px;padding:12px 24px;-webkit-transition:background-color .35s cubic-bezier(.35,0,.25,1);transition:background-color .35s cubic-bezier(.35,0,.25,1);cursor:pointer;white-space:nowrap;position:relative;text-transform:uppercase;float:left;font-weight:500;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}[dir=rtl] .md-tab{float:right}.md-tab.md-focused{box-shadow:none;outline:none}.md-tab.md-active{cursor:default}.md-tab.md-disabled{pointer-events:none;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;opacity:.5;cursor:default}.md-tab.ng-leave{-webkit-transition:none;transition:none}md-toolbar+md-tabs{border-top-left-radius:0;border-top-right-radius:0}.md-toast-text{padding:0 6px}md-toast{position:absolute;z-index:105;box-sizing:border-box;cursor:default;padding:8px;opacity:1}md-toast,md-toast .md-toast-content{overflow:hidden;-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}md-toast .md-toast-content{display:-webkit-box;display:-webkit-flex;display:flex;direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;max-height:168px;max-width:100%;min-height:48px;padding:0 18px;box-shadow:0 2px 5px 0 rgba(0,0,0,.26);border-radius:2px;font-size:14px;-webkit-transform:translate3d(0,0,0) rotateZ(0deg);transform:translate3d(0,0,0) rotateZ(0deg);-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}md-toast .md-toast-content:before{content:"";min-height:48px;visibility:hidden;display:inline-block}[dir=rtl] md-toast .md-toast-content{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}md-toast .md-toast-content span{-webkit-box-flex:1;-webkit-flex:1 1 0%;flex:1 1 0%;box-sizing:border-box;min-width:0}md-toast.md-capsule,md-toast.md-capsule .md-toast-content{border-radius:24px}md-toast.ng-leave-active .md-toast-content{-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2)}md-toast.md-swipedown .md-toast-content,md-toast.md-swipeleft .md-toast-content,md-toast.md-swiperight .md-toast-content,md-toast.md-swipeup .md-toast-content{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}md-toast.ng-enter{opacity:0}md-toast.ng-enter .md-toast-content{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}md-toast.ng-enter.md-top .md-toast-content{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}md-toast.ng-enter.ng-enter-active{opacity:1}md-toast.ng-enter.ng-enter-active .md-toast-content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}md-toast.ng-leave.ng-leave-active .md-toast-content{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}md-toast.ng-leave.ng-leave-active.md-top .md-toast-content{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}md-toast .md-action{line-height:19px;margin-left:24px;margin-right:0;cursor:pointer;text-transform:uppercase;float:right}md-toast .md-button{min-width:0;margin-right:0;margin-left:12px}[dir=rtl] md-toast .md-button{margin-right:12px;margin-left:0}@media (max-width:959px){md-toast{left:0;right:0;width:100%;max-width:100%;min-width:0;border-radius:0;bottom:0;padding:0}md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}}@media (min-width:960px){md-toast{min-width:304px}md-toast.md-bottom{bottom:0}md-toast.md-left{left:0}md-toast.md-right{right:0}md-toast.md-top{top:0}md-toast._md-start{left:0}[dir=rtl] md-toast._md-start{left:auto;right:0}md-toast._md-end{right:0}[dir=rtl] md-toast._md-end{right:auto;left:0}md-toast.ng-leave.ng-leave-active.md-swipeleft .md-toast-content{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}md-toast.ng-leave.ng-leave-active.md-swiperight .md-toast-content{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}}@media (min-width:1920px){md-toast .md-toast-content{max-width:568px}}@media screen and (-ms-high-contrast:active){md-toast{border:1px solid #fff}}.md-toast-animating{overflow:hidden!important}md-toolbar{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;position:relative;z-index:2;font-size:20px;min-height:64px;width:100%}md-toolbar._md-toolbar-transitions{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(.35,0,.25,1);transition-timing-function:cubic-bezier(.35,0,.25,1);-webkit-transition-property:background-color,fill,color;transition-property:background-color,fill,color}md-toolbar.md-whiteframe-z1-add,md-toolbar.md-whiteframe-z1-remove{-webkit-transition:box-shadow .5s linear;transition:box-shadow .5s linear}md-toolbar md-toolbar-filler{width:72px}md-toolbar *,md-toolbar :after,md-toolbar :before{box-sizing:border-box}md-toolbar.ng-animate{-webkit-transition:none;transition:none}md-toolbar.md-tall{height:128px;min-height:128px;max-height:128px}md-toolbar.md-medium-tall{height:88px;min-height:88px;max-height:88px}md-toolbar.md-medium-tall .md-toolbar-tools{height:48px;min-height:48px;max-height:48px}md-toolbar>.md-indent{margin-left:64px}[dir=rtl] md-toolbar>.md-indent{margin-left:auto;margin-right:64px}md-toolbar~md-content>md-list{padding:0}md-toolbar~md-content>md-list md-list-item:last-child md-divider{display:none}.md-toolbar-tools{font-size:20px;letter-spacing:.005em;box-sizing:border-box;font-weight:400;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;width:100%;height:64px;max-height:64px;padding:0 16px;margin:0}.md-toolbar-tools h1,.md-toolbar-tools h2,.md-toolbar-tools h3{font-size:inherit;font-weight:inherit;margin:inherit}.md-toolbar-tools a{color:inherit;text-decoration:none}.md-toolbar-tools .fill-height{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.md-toolbar-tools md-checkbox{margin:inherit}.md-toolbar-tools .md-button{margin-top:0;margin-bottom:0}.md-toolbar-tools .md-button,.md-toolbar-tools .md-button.md-icon-button md-icon{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(.35,0,.25,1);transition-timing-function:cubic-bezier(.35,0,.25,1);-webkit-transition-property:background-color,fill,color;transition-property:background-color,fill,color}.md-toolbar-tools .md-button.md-icon-button md-icon.ng-animate,.md-toolbar-tools .md-button.ng-animate{-webkit-transition:none;transition:none}.md-toolbar-tools>.md-button:first-child{margin-left:-8px}[dir=rtl] .md-toolbar-tools>.md-button:first-child{margin-left:auto;margin-right:-8px}.md-toolbar-tools>.md-button:last-child{margin-right:-8px}[dir=rtl] .md-toolbar-tools>.md-button:last-child{margin-right:auto;margin-left:-8px}.md-toolbar-tools>md-menu:last-child{margin-right:-8px}[dir=rtl] .md-toolbar-tools>md-menu:last-child{margin-right:auto;margin-left:-8px}.md-toolbar-tools>md-menu:last-child>.md-button{margin-right:0}[dir=rtl] .md-toolbar-tools>md-menu:last-child>.md-button{margin-right:auto;margin-left:0}@media screen and (-ms-high-contrast:active){.md-toolbar-tools{border-bottom:1px solid #fff}}@media (min-width:0) and (max-width:959px) and (orientation:portrait){md-toolbar{min-height:56px}.md-toolbar-tools{height:56px;max-height:56px}}@media (min-width:0) and (max-width:959px) and (orientation:landscape){md-toolbar{min-height:48px}.md-toolbar-tools{height:48px;max-height:48px}}.md-tooltip{pointer-events:none;border-radius:4px;overflow:hidden;opacity:0;font-weight:500;font-size:14px;white-space:nowrap;text-overflow:ellipsis;height:32px;line-height:32px;padding-right:16px;padding-left:16px}.md-tooltip.md-origin-top{-webkit-transform-origin:center bottom;transform-origin:center bottom;margin-top:-24px}.md-tooltip.md-origin-right{-webkit-transform-origin:left center;transform-origin:left center;margin-left:24px}.md-tooltip.md-origin-bottom{-webkit-transform-origin:center top;transform-origin:center top;margin-top:24px}.md-tooltip.md-origin-left{-webkit-transform-origin:right center;transform-origin:right center;margin-left:-24px}@media (min-width:960px){.md-tooltip{font-size:10px;height:22px;line-height:22px;padding-right:8px;padding-left:8px}.md-tooltip.md-origin-top{margin-top:-14px}.md-tooltip.md-origin-right{margin-left:14px}.md-tooltip.md-origin-bottom{margin-top:14px}.md-tooltip.md-origin-left{margin-left:-14px}}.md-tooltip.md-show-add{-webkit-transform:scale(0);transform:scale(0)}.md-tooltip.md-show{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transform:scale(1);transform:scale(1);opacity:.9}.md-tooltip.md-hide{-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transform:scale(0);transform:scale(0);opacity:0}.md-truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.md-truncate.md-clip{text-overflow:clip}.md-truncate.flex{width:0}.md-virtual-repeat-container{box-sizing:border-box;display:block;margin:0;overflow:hidden;padding:0;position:relative}.md-virtual-repeat-container .md-virtual-repeat-scroller{bottom:0;box-sizing:border-box;left:0;margin:0;overflow-x:hidden;padding:0;position:absolute;right:0;top:0;-webkit-overflow-scrolling:touch}.md-virtual-repeat-container .md-virtual-repeat-sizer{box-sizing:border-box;height:1px;display:block;margin:0;padding:0;width:1px}.md-virtual-repeat-container .md-virtual-repeat-offsetter{box-sizing:border-box;left:0;margin:0;padding:0;position:absolute;right:0;top:0}.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller{overflow-x:auto;overflow-y:hidden}.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter{bottom:16px;right:auto;white-space:nowrap}[dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter{right:auto;left:auto}.md-whiteframe-1dp,.md-whiteframe-z1{box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12)}.md-whiteframe-2dp{box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.md-whiteframe-3dp{box-shadow:0 1px 8px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12)}.md-whiteframe-4dp,.md-whiteframe-z2{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.md-whiteframe-5dp{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.md-whiteframe-6dp{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.md-whiteframe-7dp,.md-whiteframe-z3{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.md-whiteframe-8dp{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-whiteframe-9dp{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.md-whiteframe-10dp,.md-whiteframe-z4{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.md-whiteframe-11dp{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.md-whiteframe-12dp{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.md-whiteframe-13dp,.md-whiteframe-z5{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.md-whiteframe-14dp{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.md-whiteframe-15dp{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.md-whiteframe-16dp{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.md-whiteframe-17dp{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.md-whiteframe-18dp{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.md-whiteframe-19dp{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.md-whiteframe-20dp{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.md-whiteframe-21dp{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.md-whiteframe-22dp{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.md-whiteframe-23dp{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.md-whiteframe-24dp{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}@media screen and (-ms-high-contrast:active){md-whiteframe{border:1px solid #fff}}@media print{[md-whiteframe],md-whiteframe{background-color:#fff}}.ng-cloak,.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important}@-moz-document url-prefix(){.layout-fill{margin:0;width:100%;min-height:100%;height:100%}}.flex-order{-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.flex-order--20{-webkit-box-ordinal-group:-19;-webkit-order:-20;order:-20}.flex-order--19{-webkit-box-ordinal-group:-18;-webkit-order:-19;order:-19}.flex-order--18{-webkit-box-ordinal-group:-17;-webkit-order:-18;order:-18}.flex-order--17{-webkit-box-ordinal-group:-16;-webkit-order:-17;order:-17}.flex-order--16{-webkit-box-ordinal-group:-15;-webkit-order:-16;order:-16}.flex-order--15{-webkit-box-ordinal-group:-14;-webkit-order:-15;order:-15}.flex-order--14{-webkit-box-ordinal-group:-13;-webkit-order:-14;order:-14}.flex-order--13{-webkit-box-ordinal-group:-12;-webkit-order:-13;order:-13}.flex-order--12{-webkit-box-ordinal-group:-11;-webkit-order:-12;order:-12}.flex-order--11{-webkit-box-ordinal-group:-10;-webkit-order:-11;order:-11}.flex-order--10{-webkit-box-ordinal-group:-9;-webkit-order:-10;order:-10}.flex-order--9{-webkit-box-ordinal-group:-8;-webkit-order:-9;order:-9}.flex-order--8{-webkit-box-ordinal-group:-7;-webkit-order:-8;order:-8}.flex-order--7{-webkit-box-ordinal-group:-6;-webkit-order:-7;order:-7}.flex-order--6{-webkit-box-ordinal-group:-5;-webkit-order:-6;order:-6}.flex-order--5{-webkit-box-ordinal-group:-4;-webkit-order:-5;order:-5}.flex-order--4{-webkit-box-ordinal-group:-3;-webkit-order:-4;order:-4}.flex-order--3{-webkit-box-ordinal-group:-2;-webkit-order:-3;order:-3}.flex-order--2{-webkit-box-ordinal-group:-1;-webkit-order:-2;order:-2}.flex-order--1{-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.flex-order-0{-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.flex-order-1{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.flex-order-2{-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.flex-order-3{-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.flex-order-4{-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.flex-order-5{-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.flex-order-6{-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.flex-order-7{-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.flex-order-8{-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.flex-order-9{-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.flex-order-10{-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.flex-order-11{-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.flex-order-12{-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.flex-order-13{-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.flex-order-14{-webkit-box-ordinal-group:15;-webkit-order:14;order:14}.flex-order-15{-webkit-box-ordinal-group:16;-webkit-order:15;order:15}.flex-order-16{-webkit-box-ordinal-group:17;-webkit-order:16;order:16}.flex-order-17{-webkit-box-ordinal-group:18;-webkit-order:17;order:17}.flex-order-18{-webkit-box-ordinal-group:19;-webkit-order:18;order:18}.flex-order-19{-webkit-box-ordinal-group:20;-webkit-order:19;order:19}.flex-order-20{-webkit-box-ordinal-group:21;-webkit-order:20;order:20}.flex-offset-0,.offset-0{margin-left:0}[dir=rtl] .flex-offset-0,[dir=rtl] .offset-0{margin-left:auto;margin-right:0}.flex-offset-5,.offset-5{margin-left:5%}[dir=rtl] .flex-offset-5,[dir=rtl] .offset-5{margin-left:auto;margin-right:5%}.flex-offset-10,.offset-10{margin-left:10%}[dir=rtl] .flex-offset-10,[dir=rtl] .offset-10{margin-left:auto;margin-right:10%}.flex-offset-15,.offset-15{margin-left:15%}[dir=rtl] .flex-offset-15,[dir=rtl] .offset-15{margin-left:auto;margin-right:15%}.flex-offset-20,.offset-20{margin-left:20%}[dir=rtl] .flex-offset-20,[dir=rtl] .offset-20{margin-left:auto;margin-right:20%}.flex-offset-25,.offset-25{margin-left:25%}[dir=rtl] .flex-offset-25,[dir=rtl] .offset-25{margin-left:auto;margin-right:25%}.flex-offset-30,.offset-30{margin-left:30%}[dir=rtl] .flex-offset-30,[dir=rtl] .offset-30{margin-left:auto;margin-right:30%}.flex-offset-35,.offset-35{margin-left:35%}[dir=rtl] .flex-offset-35,[dir=rtl] .offset-35{margin-left:auto;margin-right:35%}.flex-offset-40,.offset-40{margin-left:40%}[dir=rtl] .flex-offset-40,[dir=rtl] .offset-40{margin-left:auto;margin-right:40%}.flex-offset-45,.offset-45{margin-left:45%}[dir=rtl] .flex-offset-45,[dir=rtl] .offset-45{margin-left:auto;margin-right:45%}.flex-offset-50,.offset-50{margin-left:50%}[dir=rtl] .flex-offset-50,[dir=rtl] .offset-50{margin-left:auto;margin-right:50%}.flex-offset-55,.offset-55{margin-left:55%}[dir=rtl] .flex-offset-55,[dir=rtl] .offset-55{margin-left:auto;margin-right:55%}.flex-offset-60,.offset-60{margin-left:60%}[dir=rtl] .flex-offset-60,[dir=rtl] .offset-60{margin-left:auto;margin-right:60%}.flex-offset-65,.offset-65{margin-left:65%}[dir=rtl] .flex-offset-65,[dir=rtl] .offset-65{margin-left:auto;margin-right:65%}.flex-offset-70,.offset-70{margin-left:70%}[dir=rtl] .flex-offset-70,[dir=rtl] .offset-70{margin-left:auto;margin-right:70%}.flex-offset-75,.offset-75{margin-left:75%}[dir=rtl] .flex-offset-75,[dir=rtl] .offset-75{margin-left:auto;margin-right:75%}.flex-offset-80,.offset-80{margin-left:80%}[dir=rtl] .flex-offset-80,[dir=rtl] .offset-80{margin-left:auto;margin-right:80%}.flex-offset-85,.offset-85{margin-left:85%}[dir=rtl] .flex-offset-85,[dir=rtl] .offset-85{margin-left:auto;margin-right:85%}.flex-offset-90,.offset-90{margin-left:90%}[dir=rtl] .flex-offset-90,[dir=rtl] .offset-90{margin-left:auto;margin-right:90%}.flex-offset-95,.offset-95{margin-left:95%}[dir=rtl] .flex-offset-95,[dir=rtl] .offset-95{margin-left:auto;margin-right:95%}.flex-offset-33,.offset-33{margin-left:33.33333%}.flex-offset-66,.offset-66{margin-left:66.66667%}[dir=rtl] .flex-offset-66,[dir=rtl] .offset-66{margin-left:auto;margin-right:66.66667%}.layout-align,.layout-align-start-stretch{-webkit-align-content:stretch;align-content:stretch;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}.layout-align,.layout-align-start,.layout-align-start-center,.layout-align-start-end,.layout-align-start-start,.layout-align-start-stretch{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.layout-align-center,.layout-align-center-center,.layout-align-center-end,.layout-align-center-start,.layout-align-center-stretch{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.layout-align-end,.layout-align-end-center,.layout-align-end-end,.layout-align-end-start,.layout-align-end-stretch{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.layout-align-space-around,.layout-align-space-around-center,.layout-align-space-around-end,.layout-align-space-around-start,.layout-align-space-around-stretch{-webkit-justify-content:space-around;justify-content:space-around}.layout-align-space-between,.layout-align-space-between-center,.layout-align-space-between-end,.layout-align-space-between-start,.layout-align-space-between-stretch{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.layout-align-center-start,.layout-align-end-start,.layout-align-space-around-start,.layout-align-space-between-start,.layout-align-start-start{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.layout-align-center-center,.layout-align-end-center,.layout-align-space-around-center,.layout-align-space-between-center,.layout-align-start-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-align-content:center;align-content:center;max-width:100%}.layout-align-center-center>*,.layout-align-end-center>*,.layout-align-space-around-center>*,.layout-align-space-between-center>*,.layout-align-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-center-end,.layout-align-end-end,.layout-align-space-around-end,.layout-align-space-between-end,.layout-align-start-end{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-webkit-align-content:flex-end;align-content:flex-end}.layout-align-center-stretch,.layout-align-end-stretch,.layout-align-space-around-stretch,.layout-align-space-between-stretch,.layout-align-start-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;align-content:stretch}.flex{-webkit-flex:1;flex:1}.flex,.flex-grow{-webkit-box-flex:1;box-sizing:border-box}.flex-grow{-webkit-flex:1 1 100%;flex:1 1 100%}.flex-initial{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-none{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-noshrink{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-nogrow{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-0{max-width:0;max-height:100%}.flex-0,.layout-column>.flex-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-0{max-width:100%;max-height:0%}.layout-row>.flex-0{max-width:0;max-height:100%;min-width:0}.layout-column>.flex-0,.layout-row>.flex-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-0{max-width:100%;max-height:0%;min-height:0}.flex-5,.layout-row>.flex-5{max-width:5%;max-height:100%}.flex-5,.layout-column>.flex-5,.layout-row>.flex-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-5{max-width:100%;max-height:5%}.flex-10,.layout-row>.flex-10{max-width:10%;max-height:100%}.flex-10,.layout-column>.flex-10,.layout-row>.flex-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-10{max-width:100%;max-height:10%}.flex-15,.layout-row>.flex-15{max-width:15%;max-height:100%}.flex-15,.layout-column>.flex-15,.layout-row>.flex-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-15{max-width:100%;max-height:15%}.flex-20,.layout-row>.flex-20{max-width:20%;max-height:100%}.flex-20,.layout-column>.flex-20,.layout-row>.flex-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-20{max-width:100%;max-height:20%}.flex-25,.layout-row>.flex-25{max-width:25%;max-height:100%}.flex-25,.layout-column>.flex-25,.layout-row>.flex-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-25{max-width:100%;max-height:25%}.flex-30,.layout-row>.flex-30{max-width:30%;max-height:100%}.flex-30,.layout-column>.flex-30,.layout-row>.flex-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-30{max-width:100%;max-height:30%}.flex-35,.layout-row>.flex-35{max-width:35%;max-height:100%}.flex-35,.layout-column>.flex-35,.layout-row>.flex-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-35{max-width:100%;max-height:35%}.flex-40,.layout-row>.flex-40{max-width:40%;max-height:100%}.flex-40,.layout-column>.flex-40,.layout-row>.flex-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-40{max-width:100%;max-height:40%}.flex-45,.layout-row>.flex-45{max-width:45%;max-height:100%}.flex-45,.layout-column>.flex-45,.layout-row>.flex-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-45{max-width:100%;max-height:45%}.flex-50,.layout-row>.flex-50{max-width:50%;max-height:100%}.flex-50,.layout-column>.flex-50,.layout-row>.flex-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-50{max-width:100%;max-height:50%}.flex-55,.layout-row>.flex-55{max-width:55%;max-height:100%}.flex-55,.layout-column>.flex-55,.layout-row>.flex-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-55{max-width:100%;max-height:55%}.flex-60,.layout-row>.flex-60{max-width:60%;max-height:100%}.flex-60,.layout-column>.flex-60,.layout-row>.flex-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-60{max-width:100%;max-height:60%}.flex-65,.layout-row>.flex-65{max-width:65%;max-height:100%}.flex-65,.layout-column>.flex-65,.layout-row>.flex-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-65{max-width:100%;max-height:65%}.flex-70,.layout-row>.flex-70{max-width:70%;max-height:100%}.flex-70,.layout-column>.flex-70,.layout-row>.flex-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-70{max-width:100%;max-height:70%}.flex-75,.layout-row>.flex-75{max-width:75%;max-height:100%}.flex-75,.layout-column>.flex-75,.layout-row>.flex-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-75{max-width:100%;max-height:75%}.flex-80,.layout-row>.flex-80{max-width:80%;max-height:100%}.flex-80,.layout-column>.flex-80,.layout-row>.flex-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-80{max-width:100%;max-height:80%}.flex-85,.layout-row>.flex-85{max-width:85%;max-height:100%}.flex-85,.layout-column>.flex-85,.layout-row>.flex-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-85{max-width:100%;max-height:85%}.flex-90,.layout-row>.flex-90{max-width:90%;max-height:100%}.flex-90,.layout-column>.flex-90,.layout-row>.flex-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-90{max-width:100%;max-height:90%}.flex-95,.layout-row>.flex-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-95{max-height:95%}.flex-100,.layout-column>.flex-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-100{max-height:100%}.layout-column>.flex-100,.layout-row>.flex-100{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%}.layout-row>.flex-33,.layout-row>.flex-66{-webkit-box-flex:1;max-height:100%;box-sizing:border-box}.layout-row>.flex-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%}.layout-column>.flex-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-height:33.33%}.layout-column>.flex-33,.layout-column>.flex-66{-webkit-box-flex:1;max-width:100%;box-sizing:border-box}.layout-column>.flex-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-height:66.66%}.layout-row>.flex-33{max-width:33.33%}.layout-row>.flex-33,.layout-row>.flex-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-66{max-width:66.66%}.layout-row>.flex{min-width:0}.layout-column>.flex-33{max-height:33.33%}.layout-column>.flex-33,.layout-column>.flex-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.layout-column>.flex-66{max-height:66.66%}.layout-column>.flex{min-height:0}.layout,.layout-column,.layout-row{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex}.layout-column{-webkit-box-orient:vertical;-webkit-flex-direction:column;flex-direction:column}.layout-column,.layout-row{-webkit-box-direction:normal}.layout-row{-webkit-box-orient:horizontal;-webkit-flex-direction:row;flex-direction:row}.layout-padding-sm>*,.layout-padding>.flex-sm{padding:4px}.layout-padding,.layout-padding-gt-sm,.layout-padding-gt-sm>*,.layout-padding-md,.layout-padding-md>*,.layout-padding>*,.layout-padding>.flex,.layout-padding>.flex-gt-sm,.layout-padding>.flex-md{padding:8px}.layout-padding-gt-lg>*,.layout-padding-gt-md>*,.layout-padding-lg>*,.layout-padding>.flex-gt-lg,.layout-padding>.flex-gt-md,.layout-padding>.flex-lg{padding:16px}.layout-margin-sm>*,.layout-margin>.flex-sm{margin:4px}.layout-margin,.layout-margin-gt-sm,.layout-margin-gt-sm>*,.layout-margin-md,.layout-margin-md>*,.layout-margin>*,.layout-margin>.flex,.layout-margin>.flex-gt-sm,.layout-margin>.flex-md{margin:8px}.layout-margin-gt-lg>*,.layout-margin-gt-md>*,.layout-margin-lg>*,.layout-margin>.flex-gt-lg,.layout-margin>.flex-gt-md,.layout-margin>.flex-lg{margin:16px}.layout-wrap{-webkit-flex-wrap:wrap;flex-wrap:wrap}.layout-nowrap{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.layout-fill{margin:0;width:100%;min-height:100%;height:100%}@media (max-width:599px){.hide-xs:not(.show-xs):not(.show),.hide:not(.show-xs):not(.show){display:none}.flex-order-xs--20{-webkit-box-ordinal-group:-19;-webkit-order:-20;order:-20}.flex-order-xs--19{-webkit-box-ordinal-group:-18;-webkit-order:-19;order:-19}.flex-order-xs--18{-webkit-box-ordinal-group:-17;-webkit-order:-18;order:-18}.flex-order-xs--17{-webkit-box-ordinal-group:-16;-webkit-order:-17;order:-17}.flex-order-xs--16{-webkit-box-ordinal-group:-15;-webkit-order:-16;order:-16}.flex-order-xs--15{-webkit-box-ordinal-group:-14;-webkit-order:-15;order:-15}.flex-order-xs--14{-webkit-box-ordinal-group:-13;-webkit-order:-14;order:-14}.flex-order-xs--13{-webkit-box-ordinal-group:-12;-webkit-order:-13;order:-13}.flex-order-xs--12{-webkit-box-ordinal-group:-11;-webkit-order:-12;order:-12}.flex-order-xs--11{-webkit-box-ordinal-group:-10;-webkit-order:-11;order:-11}.flex-order-xs--10{-webkit-box-ordinal-group:-9;-webkit-order:-10;order:-10}.flex-order-xs--9{-webkit-box-ordinal-group:-8;-webkit-order:-9;order:-9}.flex-order-xs--8{-webkit-box-ordinal-group:-7;-webkit-order:-8;order:-8}.flex-order-xs--7{-webkit-box-ordinal-group:-6;-webkit-order:-7;order:-7}.flex-order-xs--6{-webkit-box-ordinal-group:-5;-webkit-order:-6;order:-6}.flex-order-xs--5{-webkit-box-ordinal-group:-4;-webkit-order:-5;order:-5}.flex-order-xs--4{-webkit-box-ordinal-group:-3;-webkit-order:-4;order:-4}.flex-order-xs--3{-webkit-box-ordinal-group:-2;-webkit-order:-3;order:-3}.flex-order-xs--2{-webkit-box-ordinal-group:-1;-webkit-order:-2;order:-2}.flex-order-xs--1{-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.flex-order-xs-0{-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.flex-order-xs-1{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.flex-order-xs-2{-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.flex-order-xs-3{-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.flex-order-xs-4{-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.flex-order-xs-5{-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.flex-order-xs-6{-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.flex-order-xs-7{-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.flex-order-xs-8{-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.flex-order-xs-9{-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.flex-order-xs-10{-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.flex-order-xs-11{-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.flex-order-xs-12{-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.flex-order-xs-13{-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.flex-order-xs-14{-webkit-box-ordinal-group:15;-webkit-order:14;order:14}.flex-order-xs-15{-webkit-box-ordinal-group:16;-webkit-order:15;order:15}.flex-order-xs-16{-webkit-box-ordinal-group:17;-webkit-order:16;order:16}.flex-order-xs-17{-webkit-box-ordinal-group:18;-webkit-order:17;order:17}.flex-order-xs-18{-webkit-box-ordinal-group:19;-webkit-order:18;order:18}.flex-order-xs-19{-webkit-box-ordinal-group:20;-webkit-order:19;order:19}.flex-order-xs-20{-webkit-box-ordinal-group:21;-webkit-order:20;order:20}.flex-offset-xs-0,.offset-xs-0{margin-left:0}[dir=rtl] .flex-offset-xs-0,[dir=rtl] .offset-xs-0{margin-left:auto;margin-right:0}.flex-offset-xs-5,.offset-xs-5{margin-left:5%}[dir=rtl] .flex-offset-xs-5,[dir=rtl] .offset-xs-5{margin-left:auto;margin-right:5%}.flex-offset-xs-10,.offset-xs-10{margin-left:10%}[dir=rtl] .flex-offset-xs-10,[dir=rtl] .offset-xs-10{margin-left:auto;margin-right:10%}.flex-offset-xs-15,.offset-xs-15{margin-left:15%}[dir=rtl] .flex-offset-xs-15,[dir=rtl] .offset-xs-15{margin-left:auto;margin-right:15%}.flex-offset-xs-20,.offset-xs-20{margin-left:20%}[dir=rtl] .flex-offset-xs-20,[dir=rtl] .offset-xs-20{margin-left:auto;margin-right:20%}.flex-offset-xs-25,.offset-xs-25{margin-left:25%}[dir=rtl] .flex-offset-xs-25,[dir=rtl] .offset-xs-25{margin-left:auto;margin-right:25%}.flex-offset-xs-30,.offset-xs-30{margin-left:30%}[dir=rtl] .flex-offset-xs-30,[dir=rtl] .offset-xs-30{margin-left:auto;margin-right:30%}.flex-offset-xs-35,.offset-xs-35{margin-left:35%}[dir=rtl] .flex-offset-xs-35,[dir=rtl] .offset-xs-35{margin-left:auto;margin-right:35%}.flex-offset-xs-40,.offset-xs-40{margin-left:40%}[dir=rtl] .flex-offset-xs-40,[dir=rtl] .offset-xs-40{margin-left:auto;margin-right:40%}.flex-offset-xs-45,.offset-xs-45{margin-left:45%}[dir=rtl] .flex-offset-xs-45,[dir=rtl] .offset-xs-45{margin-left:auto;margin-right:45%}.flex-offset-xs-50,.offset-xs-50{margin-left:50%}[dir=rtl] .flex-offset-xs-50,[dir=rtl] .offset-xs-50{margin-left:auto;margin-right:50%}.flex-offset-xs-55,.offset-xs-55{margin-left:55%}[dir=rtl] .flex-offset-xs-55,[dir=rtl] .offset-xs-55{margin-left:auto;margin-right:55%}.flex-offset-xs-60,.offset-xs-60{margin-left:60%}[dir=rtl] .flex-offset-xs-60,[dir=rtl] .offset-xs-60{margin-left:auto;margin-right:60%}.flex-offset-xs-65,.offset-xs-65{margin-left:65%}[dir=rtl] .flex-offset-xs-65,[dir=rtl] .offset-xs-65{margin-left:auto;margin-right:65%}.flex-offset-xs-70,.offset-xs-70{margin-left:70%}[dir=rtl] .flex-offset-xs-70,[dir=rtl] .offset-xs-70{margin-left:auto;margin-right:70%}.flex-offset-xs-75,.offset-xs-75{margin-left:75%}[dir=rtl] .flex-offset-xs-75,[dir=rtl] .offset-xs-75{margin-left:auto;margin-right:75%}.flex-offset-xs-80,.offset-xs-80{margin-left:80%}[dir=rtl] .flex-offset-xs-80,[dir=rtl] .offset-xs-80{margin-left:auto;margin-right:80%}.flex-offset-xs-85,.offset-xs-85{margin-left:85%}[dir=rtl] .flex-offset-xs-85,[dir=rtl] .offset-xs-85{margin-left:auto;margin-right:85%}.flex-offset-xs-90,.offset-xs-90{margin-left:90%}[dir=rtl] .flex-offset-xs-90,[dir=rtl] .offset-xs-90{margin-left:auto;margin-right:90%}.flex-offset-xs-95,.offset-xs-95{margin-left:95%}[dir=rtl] .flex-offset-xs-95,[dir=rtl] .offset-xs-95{margin-left:auto;margin-right:95%}.flex-offset-xs-33,.offset-xs-33{margin-left:33.33333%}.flex-offset-xs-66,.offset-xs-66{margin-left:66.66667%}[dir=rtl] .flex-offset-xs-66,[dir=rtl] .offset-xs-66{margin-left:auto;margin-right:66.66667%}.layout-align-xs,.layout-align-xs-start-stretch{-webkit-align-content:stretch;align-content:stretch;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}.layout-align-xs,.layout-align-xs-start,.layout-align-xs-start-center,.layout-align-xs-start-end,.layout-align-xs-start-start,.layout-align-xs-start-stretch{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.layout-align-xs-center,.layout-align-xs-center-center,.layout-align-xs-center-end,.layout-align-xs-center-start,.layout-align-xs-center-stretch{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.layout-align-xs-end,.layout-align-xs-end-center,.layout-align-xs-end-end,.layout-align-xs-end-start,.layout-align-xs-end-stretch{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.layout-align-xs-space-around,.layout-align-xs-space-around-center,.layout-align-xs-space-around-end,.layout-align-xs-space-around-start,.layout-align-xs-space-around-stretch{-webkit-justify-content:space-around;justify-content:space-around}.layout-align-xs-space-between,.layout-align-xs-space-between-center,.layout-align-xs-space-between-end,.layout-align-xs-space-between-start,.layout-align-xs-space-between-stretch{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.layout-align-xs-center-start,.layout-align-xs-end-start,.layout-align-xs-space-around-start,.layout-align-xs-space-between-start,.layout-align-xs-start-start{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.layout-align-xs-center-center,.layout-align-xs-end-center,.layout-align-xs-space-around-center,.layout-align-xs-space-between-center,.layout-align-xs-start-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-align-content:center;align-content:center;max-width:100%}.layout-align-xs-center-center>*,.layout-align-xs-end-center>*,.layout-align-xs-space-around-center>*,.layout-align-xs-space-between-center>*,.layout-align-xs-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-xs-center-end,.layout-align-xs-end-end,.layout-align-xs-space-around-end,.layout-align-xs-space-between-end,.layout-align-xs-start-end{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-webkit-align-content:flex-end;align-content:flex-end}.layout-align-xs-center-stretch,.layout-align-xs-end-stretch,.layout-align-xs-space-around-stretch,.layout-align-xs-space-between-stretch,.layout-align-xs-start-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;align-content:stretch}.flex-xs{-webkit-flex:1;flex:1}.flex-xs,.flex-xs-grow{-webkit-box-flex:1;box-sizing:border-box}.flex-xs-grow{-webkit-flex:1 1 100%;flex:1 1 100%}.flex-xs-initial{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-xs-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-xs-none{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-xs-noshrink{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-xs-nogrow{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-xs-0,.layout-row>.flex-xs-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-0{min-width:0}.layout-column>.flex-xs-0{max-width:100%;max-height:0%}.layout-column>.flex-xs-0,.layout-xs-row>.flex-xs-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-row>.flex-xs-0{max-width:0;max-height:100%;min-width:0}.layout-xs-column>.flex-xs-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;box-sizing:border-box;min-height:0}.flex-xs-5,.layout-row>.flex-xs-5{max-width:5%;max-height:100%}.flex-xs-5,.layout-column>.flex-xs-5,.layout-row>.flex-xs-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-5{max-width:100%;max-height:5%}.layout-xs-row>.flex-xs-5{max-width:5%;max-height:100%}.layout-xs-column>.flex-xs-5,.layout-xs-row>.flex-xs-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-5{max-width:100%;max-height:5%}.flex-xs-10,.layout-row>.flex-xs-10{max-width:10%;max-height:100%}.flex-xs-10,.layout-column>.flex-xs-10,.layout-row>.flex-xs-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-10{max-width:100%;max-height:10%}.layout-xs-row>.flex-xs-10{max-width:10%;max-height:100%}.layout-xs-column>.flex-xs-10,.layout-xs-row>.flex-xs-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-10{max-width:100%;max-height:10%}.flex-xs-15,.layout-row>.flex-xs-15{max-width:15%;max-height:100%}.flex-xs-15,.layout-column>.flex-xs-15,.layout-row>.flex-xs-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-15{max-width:100%;max-height:15%}.layout-xs-row>.flex-xs-15{max-width:15%;max-height:100%}.layout-xs-column>.flex-xs-15,.layout-xs-row>.flex-xs-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-15{max-width:100%;max-height:15%}.flex-xs-20,.layout-row>.flex-xs-20{max-width:20%;max-height:100%}.flex-xs-20,.layout-column>.flex-xs-20,.layout-row>.flex-xs-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-20{max-width:100%;max-height:20%}.layout-xs-row>.flex-xs-20{max-width:20%;max-height:100%}.layout-xs-column>.flex-xs-20,.layout-xs-row>.flex-xs-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-20{max-width:100%;max-height:20%}.flex-xs-25,.layout-row>.flex-xs-25{max-width:25%;max-height:100%}.flex-xs-25,.layout-column>.flex-xs-25,.layout-row>.flex-xs-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-25{max-width:100%;max-height:25%}.layout-xs-row>.flex-xs-25{max-width:25%;max-height:100%}.layout-xs-column>.flex-xs-25,.layout-xs-row>.flex-xs-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-25{max-width:100%;max-height:25%}.flex-xs-30,.layout-row>.flex-xs-30{max-width:30%;max-height:100%}.flex-xs-30,.layout-column>.flex-xs-30,.layout-row>.flex-xs-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-30{max-width:100%;max-height:30%}.layout-xs-row>.flex-xs-30{max-width:30%;max-height:100%}.layout-xs-column>.flex-xs-30,.layout-xs-row>.flex-xs-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-30{max-width:100%;max-height:30%}.flex-xs-35,.layout-row>.flex-xs-35{max-width:35%;max-height:100%}.flex-xs-35,.layout-column>.flex-xs-35,.layout-row>.flex-xs-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-35{max-width:100%;max-height:35%}.layout-xs-row>.flex-xs-35{max-width:35%;max-height:100%}.layout-xs-column>.flex-xs-35,.layout-xs-row>.flex-xs-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-35{max-width:100%;max-height:35%}.flex-xs-40,.layout-row>.flex-xs-40{max-width:40%;max-height:100%}.flex-xs-40,.layout-column>.flex-xs-40,.layout-row>.flex-xs-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-40{max-width:100%;max-height:40%}.layout-xs-row>.flex-xs-40{max-width:40%;max-height:100%}.layout-xs-column>.flex-xs-40,.layout-xs-row>.flex-xs-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-40{max-width:100%;max-height:40%}.flex-xs-45,.layout-row>.flex-xs-45{max-width:45%;max-height:100%}.flex-xs-45,.layout-column>.flex-xs-45,.layout-row>.flex-xs-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-45{max-width:100%;max-height:45%}.layout-xs-row>.flex-xs-45{max-width:45%;max-height:100%}.layout-xs-column>.flex-xs-45,.layout-xs-row>.flex-xs-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-45{max-width:100%;max-height:45%}.flex-xs-50,.layout-row>.flex-xs-50{max-width:50%;max-height:100%}.flex-xs-50,.layout-column>.flex-xs-50,.layout-row>.flex-xs-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-50{max-width:100%;max-height:50%}.layout-xs-row>.flex-xs-50{max-width:50%;max-height:100%}.layout-xs-column>.flex-xs-50,.layout-xs-row>.flex-xs-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-50{max-width:100%;max-height:50%}.flex-xs-55,.layout-row>.flex-xs-55{max-width:55%;max-height:100%}.flex-xs-55,.layout-column>.flex-xs-55,.layout-row>.flex-xs-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-55{max-width:100%;max-height:55%}.layout-xs-row>.flex-xs-55{max-width:55%;max-height:100%}.layout-xs-column>.flex-xs-55,.layout-xs-row>.flex-xs-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-55{max-width:100%;max-height:55%}.flex-xs-60,.layout-row>.flex-xs-60{max-width:60%;max-height:100%}.flex-xs-60,.layout-column>.flex-xs-60,.layout-row>.flex-xs-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-60{max-width:100%;max-height:60%}.layout-xs-row>.flex-xs-60{max-width:60%;max-height:100%}.layout-xs-column>.flex-xs-60,.layout-xs-row>.flex-xs-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-60{max-width:100%;max-height:60%}.flex-xs-65,.layout-row>.flex-xs-65{max-width:65%;max-height:100%}.flex-xs-65,.layout-column>.flex-xs-65,.layout-row>.flex-xs-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-65{max-width:100%;max-height:65%}.layout-xs-row>.flex-xs-65{max-width:65%;max-height:100%}.layout-xs-column>.flex-xs-65,.layout-xs-row>.flex-xs-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-65{max-width:100%;max-height:65%}.flex-xs-70,.layout-row>.flex-xs-70{max-width:70%;max-height:100%}.flex-xs-70,.layout-column>.flex-xs-70,.layout-row>.flex-xs-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-70{max-width:100%;max-height:70%}.layout-xs-row>.flex-xs-70{max-width:70%;max-height:100%}.layout-xs-column>.flex-xs-70,.layout-xs-row>.flex-xs-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-70{max-width:100%;max-height:70%}.flex-xs-75,.layout-row>.flex-xs-75{max-width:75%;max-height:100%}.flex-xs-75,.layout-column>.flex-xs-75,.layout-row>.flex-xs-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-75{max-width:100%;max-height:75%}.layout-xs-row>.flex-xs-75{max-width:75%;max-height:100%}.layout-xs-column>.flex-xs-75,.layout-xs-row>.flex-xs-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-75{max-width:100%;max-height:75%}.flex-xs-80,.layout-row>.flex-xs-80{max-width:80%;max-height:100%}.flex-xs-80,.layout-column>.flex-xs-80,.layout-row>.flex-xs-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-80{max-width:100%;max-height:80%}.layout-xs-row>.flex-xs-80{max-width:80%;max-height:100%}.layout-xs-column>.flex-xs-80,.layout-xs-row>.flex-xs-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-80{max-width:100%;max-height:80%}.flex-xs-85,.layout-row>.flex-xs-85{max-width:85%;max-height:100%}.flex-xs-85,.layout-column>.flex-xs-85,.layout-row>.flex-xs-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-85{max-width:100%;max-height:85%}.layout-xs-row>.flex-xs-85{max-width:85%;max-height:100%}.layout-xs-column>.flex-xs-85,.layout-xs-row>.flex-xs-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-85{max-width:100%;max-height:85%}.flex-xs-90,.layout-row>.flex-xs-90{max-width:90%;max-height:100%}.flex-xs-90,.layout-column>.flex-xs-90,.layout-row>.flex-xs-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-90{max-width:100%;max-height:90%}.layout-xs-row>.flex-xs-90{max-width:90%;max-height:100%}.layout-xs-column>.flex-xs-90,.layout-xs-row>.flex-xs-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xs-column>.flex-xs-90{max-width:100%;max-height:90%}.flex-xs-95,.layout-row>.flex-xs-95{max-width:95%;max-height:100%}.flex-xs-95,.layout-column>.flex-xs-95,.layout-row>.flex-xs-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xs-95{max-width:100%;max-height:95%}.layout-xs-row>.flex-xs-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-95{max-height:95%}.flex-xs-100,.layout-xs-column>.flex-xs-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-xs-100{max-height:100%}.layout-column>.flex-xs-100,.layout-row>.flex-xs-100,.layout-xs-column>.flex-xs-100,.layout-xs-row>.flex-xs-100{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%}.layout-row>.flex-xs-33,.layout-row>.flex-xs-66{-webkit-box-flex:1;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%}.layout-column>.flex-xs-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-height:33.33%}.layout-column>.flex-xs-33,.layout-column>.flex-xs-66{-webkit-box-flex:1;max-width:100%;box-sizing:border-box}.layout-column>.flex-xs-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-height:66.66%}.layout-xs-row>.flex-xs-33{max-width:33.33%}.layout-xs-row>.flex-xs-33,.layout-xs-row>.flex-xs-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-height:100%;box-sizing:border-box}.layout-xs-row>.flex-xs-66{max-width:66.66%}.layout-xs-row>.flex{min-width:0}.layout-xs-column>.flex-xs-33{max-height:33.33%}.layout-xs-column>.flex-xs-33,.layout-xs-column>.flex-xs-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-66{max-height:66.66%}.layout-xs-column>.flex{min-height:0}.layout-xs,.layout-xs-column,.layout-xs-row{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex}.layout-xs-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.layout-xs-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}}@media (min-width:600px){.flex-order-gt-xs--20{-webkit-box-ordinal-group:-19;-webkit-order:-20;order:-20}.flex-order-gt-xs--19{-webkit-box-ordinal-group:-18;-webkit-order:-19;order:-19}.flex-order-gt-xs--18{-webkit-box-ordinal-group:-17;-webkit-order:-18;order:-18}.flex-order-gt-xs--17{-webkit-box-ordinal-group:-16;-webkit-order:-17;order:-17}.flex-order-gt-xs--16{-webkit-box-ordinal-group:-15;-webkit-order:-16;order:-16}.flex-order-gt-xs--15{-webkit-box-ordinal-group:-14;-webkit-order:-15;order:-15}.flex-order-gt-xs--14{-webkit-box-ordinal-group:-13;-webkit-order:-14;order:-14}.flex-order-gt-xs--13{-webkit-box-ordinal-group:-12;-webkit-order:-13;order:-13}.flex-order-gt-xs--12{-webkit-box-ordinal-group:-11;-webkit-order:-12;order:-12}.flex-order-gt-xs--11{-webkit-box-ordinal-group:-10;-webkit-order:-11;order:-11}.flex-order-gt-xs--10{-webkit-box-ordinal-group:-9;-webkit-order:-10;order:-10}.flex-order-gt-xs--9{-webkit-box-ordinal-group:-8;-webkit-order:-9;order:-9}.flex-order-gt-xs--8{-webkit-box-ordinal-group:-7;-webkit-order:-8;order:-8}.flex-order-gt-xs--7{-webkit-box-ordinal-group:-6;-webkit-order:-7;order:-7}.flex-order-gt-xs--6{-webkit-box-ordinal-group:-5;-webkit-order:-6;order:-6}.flex-order-gt-xs--5{-webkit-box-ordinal-group:-4;-webkit-order:-5;order:-5}.flex-order-gt-xs--4{-webkit-box-ordinal-group:-3;-webkit-order:-4;order:-4}.flex-order-gt-xs--3{-webkit-box-ordinal-group:-2;-webkit-order:-3;order:-3}.flex-order-gt-xs--2{-webkit-box-ordinal-group:-1;-webkit-order:-2;order:-2}.flex-order-gt-xs--1{-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.flex-order-gt-xs-0{-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.flex-order-gt-xs-1{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.flex-order-gt-xs-2{-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.flex-order-gt-xs-3{-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.flex-order-gt-xs-4{-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.flex-order-gt-xs-5{-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.flex-order-gt-xs-6{-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.flex-order-gt-xs-7{-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.flex-order-gt-xs-8{-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.flex-order-gt-xs-9{-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.flex-order-gt-xs-10{-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.flex-order-gt-xs-11{-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.flex-order-gt-xs-12{-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.flex-order-gt-xs-13{-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.flex-order-gt-xs-14{-webkit-box-ordinal-group:15;-webkit-order:14;order:14}.flex-order-gt-xs-15{-webkit-box-ordinal-group:16;-webkit-order:15;order:15}.flex-order-gt-xs-16{-webkit-box-ordinal-group:17;-webkit-order:16;order:16}.flex-order-gt-xs-17{-webkit-box-ordinal-group:18;-webkit-order:17;order:17}.flex-order-gt-xs-18{-webkit-box-ordinal-group:19;-webkit-order:18;order:18}.flex-order-gt-xs-19{-webkit-box-ordinal-group:20;-webkit-order:19;order:19}.flex-order-gt-xs-20{-webkit-box-ordinal-group:21;-webkit-order:20;order:20}.flex-offset-gt-xs-0,.offset-gt-xs-0{margin-left:0}[dir=rtl] .flex-offset-gt-xs-0,[dir=rtl] .offset-gt-xs-0{margin-left:auto;margin-right:0}.flex-offset-gt-xs-5,.offset-gt-xs-5{margin-left:5%}[dir=rtl] .flex-offset-gt-xs-5,[dir=rtl] .offset-gt-xs-5{margin-left:auto;margin-right:5%}.flex-offset-gt-xs-10,.offset-gt-xs-10{margin-left:10%}[dir=rtl] .flex-offset-gt-xs-10,[dir=rtl] .offset-gt-xs-10{margin-left:auto;margin-right:10%}.flex-offset-gt-xs-15,.offset-gt-xs-15{margin-left:15%}[dir=rtl] .flex-offset-gt-xs-15,[dir=rtl] .offset-gt-xs-15{margin-left:auto;margin-right:15%}.flex-offset-gt-xs-20,.offset-gt-xs-20{margin-left:20%}[dir=rtl] .flex-offset-gt-xs-20,[dir=rtl] .offset-gt-xs-20{margin-left:auto;margin-right:20%}.flex-offset-gt-xs-25,.offset-gt-xs-25{margin-left:25%}[dir=rtl] .flex-offset-gt-xs-25,[dir=rtl] .offset-gt-xs-25{margin-left:auto;margin-right:25%}.flex-offset-gt-xs-30,.offset-gt-xs-30{margin-left:30%}[dir=rtl] .flex-offset-gt-xs-30,[dir=rtl] .offset-gt-xs-30{margin-left:auto;margin-right:30%}.flex-offset-gt-xs-35,.offset-gt-xs-35{margin-left:35%}[dir=rtl] .flex-offset-gt-xs-35,[dir=rtl] .offset-gt-xs-35{margin-left:auto;margin-right:35%}.flex-offset-gt-xs-40,.offset-gt-xs-40{margin-left:40%}[dir=rtl] .flex-offset-gt-xs-40,[dir=rtl] .offset-gt-xs-40{margin-left:auto;margin-right:40%}.flex-offset-gt-xs-45,.offset-gt-xs-45{margin-left:45%}[dir=rtl] .flex-offset-gt-xs-45,[dir=rtl] .offset-gt-xs-45{margin-left:auto;margin-right:45%}.flex-offset-gt-xs-50,.offset-gt-xs-50{margin-left:50%}[dir=rtl] .flex-offset-gt-xs-50,[dir=rtl] .offset-gt-xs-50{margin-left:auto;margin-right:50%}.flex-offset-gt-xs-55,.offset-gt-xs-55{margin-left:55%}[dir=rtl] .flex-offset-gt-xs-55,[dir=rtl] .offset-gt-xs-55{margin-left:auto;margin-right:55%}.flex-offset-gt-xs-60,.offset-gt-xs-60{margin-left:60%}[dir=rtl] .flex-offset-gt-xs-60,[dir=rtl] .offset-gt-xs-60{margin-left:auto;margin-right:60%}.flex-offset-gt-xs-65,.offset-gt-xs-65{margin-left:65%}[dir=rtl] .flex-offset-gt-xs-65,[dir=rtl] .offset-gt-xs-65{margin-left:auto;margin-right:65%}.flex-offset-gt-xs-70,.offset-gt-xs-70{margin-left:70%}[dir=rtl] .flex-offset-gt-xs-70,[dir=rtl] .offset-gt-xs-70{margin-left:auto;margin-right:70%}.flex-offset-gt-xs-75,.offset-gt-xs-75{margin-left:75%}[dir=rtl] .flex-offset-gt-xs-75,[dir=rtl] .offset-gt-xs-75{margin-left:auto;margin-right:75%}.flex-offset-gt-xs-80,.offset-gt-xs-80{margin-left:80%}[dir=rtl] .flex-offset-gt-xs-80,[dir=rtl] .offset-gt-xs-80{margin-left:auto;margin-right:80%}.flex-offset-gt-xs-85,.offset-gt-xs-85{margin-left:85%}[dir=rtl] .flex-offset-gt-xs-85,[dir=rtl] .offset-gt-xs-85{margin-left:auto;margin-right:85%}.flex-offset-gt-xs-90,.offset-gt-xs-90{margin-left:90%}[dir=rtl] .flex-offset-gt-xs-90,[dir=rtl] .offset-gt-xs-90{margin-left:auto;margin-right:90%}.flex-offset-gt-xs-95,.offset-gt-xs-95{margin-left:95%}[dir=rtl] .flex-offset-gt-xs-95,[dir=rtl] .offset-gt-xs-95{margin-left:auto;margin-right:95%}.flex-offset-gt-xs-33,.offset-gt-xs-33{margin-left:33.33333%}.flex-offset-gt-xs-66,.offset-gt-xs-66{margin-left:66.66667%}[dir=rtl] .flex-offset-gt-xs-66,[dir=rtl] .offset-gt-xs-66{margin-left:auto;margin-right:66.66667%}.layout-align-gt-xs,.layout-align-gt-xs-start-stretch{-webkit-align-content:stretch;align-content:stretch;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}.layout-align-gt-xs,.layout-align-gt-xs-start,.layout-align-gt-xs-start-center,.layout-align-gt-xs-start-end,.layout-align-gt-xs-start-start,.layout-align-gt-xs-start-stretch{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.layout-align-gt-xs-center,.layout-align-gt-xs-center-center,.layout-align-gt-xs-center-end,.layout-align-gt-xs-center-start,.layout-align-gt-xs-center-stretch{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.layout-align-gt-xs-end,.layout-align-gt-xs-end-center,.layout-align-gt-xs-end-end,.layout-align-gt-xs-end-start,.layout-align-gt-xs-end-stretch{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.layout-align-gt-xs-space-around,.layout-align-gt-xs-space-around-center,.layout-align-gt-xs-space-around-end,.layout-align-gt-xs-space-around-start,.layout-align-gt-xs-space-around-stretch{-webkit-justify-content:space-around;justify-content:space-around}.layout-align-gt-xs-space-between,.layout-align-gt-xs-space-between-center,.layout-align-gt-xs-space-between-end,.layout-align-gt-xs-space-between-start,.layout-align-gt-xs-space-between-stretch{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.layout-align-gt-xs-center-start,.layout-align-gt-xs-end-start,.layout-align-gt-xs-space-around-start,.layout-align-gt-xs-space-between-start,.layout-align-gt-xs-start-start{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.layout-align-gt-xs-center-center,.layout-align-gt-xs-end-center,.layout-align-gt-xs-space-around-center,.layout-align-gt-xs-space-between-center,.layout-align-gt-xs-start-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-align-content:center;align-content:center;max-width:100%}.layout-align-gt-xs-center-center>*,.layout-align-gt-xs-end-center>*,.layout-align-gt-xs-space-around-center>*,.layout-align-gt-xs-space-between-center>*,.layout-align-gt-xs-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-xs-center-end,.layout-align-gt-xs-end-end,.layout-align-gt-xs-space-around-end,.layout-align-gt-xs-space-between-end,.layout-align-gt-xs-start-end{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-webkit-align-content:flex-end;align-content:flex-end}.layout-align-gt-xs-center-stretch,.layout-align-gt-xs-end-stretch,.layout-align-gt-xs-space-around-stretch,.layout-align-gt-xs-space-between-stretch,.layout-align-gt-xs-start-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;align-content:stretch}.flex-gt-xs{-webkit-flex:1;flex:1}.flex-gt-xs,.flex-gt-xs-grow{-webkit-box-flex:1;box-sizing:border-box}.flex-gt-xs-grow{-webkit-flex:1 1 100%;flex:1 1 100%}.flex-gt-xs-initial{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-xs-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-gt-xs-none{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-gt-xs-noshrink{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-gt-xs-nogrow{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-xs-0,.layout-row>.flex-gt-xs-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-0{min-width:0}.layout-column>.flex-gt-xs-0{max-width:100%;max-height:0%}.layout-column>.flex-gt-xs-0,.layout-gt-xs-row>.flex-gt-xs-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-0{max-width:0;max-height:100%;min-width:0}.layout-gt-xs-column>.flex-gt-xs-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;box-sizing:border-box;min-height:0}.flex-gt-xs-5,.layout-row>.flex-gt-xs-5{max-width:5%;max-height:100%}.flex-gt-xs-5,.layout-column>.flex-gt-xs-5,.layout-row>.flex-gt-xs-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-5{max-width:100%;max-height:5%}.layout-gt-xs-row>.flex-gt-xs-5{max-width:5%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-5,.layout-gt-xs-row>.flex-gt-xs-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-5{max-width:100%;max-height:5%}.flex-gt-xs-10,.layout-row>.flex-gt-xs-10{max-width:10%;max-height:100%}.flex-gt-xs-10,.layout-column>.flex-gt-xs-10,.layout-row>.flex-gt-xs-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-10{max-width:100%;max-height:10%}.layout-gt-xs-row>.flex-gt-xs-10{max-width:10%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-10,.layout-gt-xs-row>.flex-gt-xs-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-10{max-width:100%;max-height:10%}.flex-gt-xs-15,.layout-row>.flex-gt-xs-15{max-width:15%;max-height:100%}.flex-gt-xs-15,.layout-column>.flex-gt-xs-15,.layout-row>.flex-gt-xs-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-15{max-width:100%;max-height:15%}.layout-gt-xs-row>.flex-gt-xs-15{max-width:15%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-15,.layout-gt-xs-row>.flex-gt-xs-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-15{max-width:100%;max-height:15%}.flex-gt-xs-20,.layout-row>.flex-gt-xs-20{max-width:20%;max-height:100%}.flex-gt-xs-20,.layout-column>.flex-gt-xs-20,.layout-row>.flex-gt-xs-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-20{max-width:100%;max-height:20%}.layout-gt-xs-row>.flex-gt-xs-20{max-width:20%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-20,.layout-gt-xs-row>.flex-gt-xs-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-20{max-width:100%;max-height:20%}.flex-gt-xs-25,.layout-row>.flex-gt-xs-25{max-width:25%;max-height:100%}.flex-gt-xs-25,.layout-column>.flex-gt-xs-25,.layout-row>.flex-gt-xs-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-25{max-width:100%;max-height:25%}.layout-gt-xs-row>.flex-gt-xs-25{max-width:25%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-25,.layout-gt-xs-row>.flex-gt-xs-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-25{max-width:100%;max-height:25%}.flex-gt-xs-30,.layout-row>.flex-gt-xs-30{max-width:30%;max-height:100%}.flex-gt-xs-30,.layout-column>.flex-gt-xs-30,.layout-row>.flex-gt-xs-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-30{max-width:100%;max-height:30%}.layout-gt-xs-row>.flex-gt-xs-30{max-width:30%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-30,.layout-gt-xs-row>.flex-gt-xs-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-30{max-width:100%;max-height:30%}.flex-gt-xs-35,.layout-row>.flex-gt-xs-35{max-width:35%;max-height:100%}.flex-gt-xs-35,.layout-column>.flex-gt-xs-35,.layout-row>.flex-gt-xs-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-35{max-width:100%;max-height:35%}.layout-gt-xs-row>.flex-gt-xs-35{max-width:35%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-35,.layout-gt-xs-row>.flex-gt-xs-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-35{max-width:100%;max-height:35%}.flex-gt-xs-40,.layout-row>.flex-gt-xs-40{max-width:40%;max-height:100%}.flex-gt-xs-40,.layout-column>.flex-gt-xs-40,.layout-row>.flex-gt-xs-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-40{max-width:100%;max-height:40%}.layout-gt-xs-row>.flex-gt-xs-40{max-width:40%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-40,.layout-gt-xs-row>.flex-gt-xs-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-40{max-width:100%;max-height:40%}.flex-gt-xs-45,.layout-row>.flex-gt-xs-45{max-width:45%;max-height:100%}.flex-gt-xs-45,.layout-column>.flex-gt-xs-45,.layout-row>.flex-gt-xs-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-45{max-width:100%;max-height:45%}.layout-gt-xs-row>.flex-gt-xs-45{max-width:45%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-45,.layout-gt-xs-row>.flex-gt-xs-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-45{max-width:100%;max-height:45%}.flex-gt-xs-50,.layout-row>.flex-gt-xs-50{max-width:50%;max-height:100%}.flex-gt-xs-50,.layout-column>.flex-gt-xs-50,.layout-row>.flex-gt-xs-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-50{max-width:100%;max-height:50%}.layout-gt-xs-row>.flex-gt-xs-50{max-width:50%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-50,.layout-gt-xs-row>.flex-gt-xs-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-50{max-width:100%;max-height:50%}.flex-gt-xs-55,.layout-row>.flex-gt-xs-55{max-width:55%;max-height:100%}.flex-gt-xs-55,.layout-column>.flex-gt-xs-55,.layout-row>.flex-gt-xs-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-55{max-width:100%;max-height:55%}.layout-gt-xs-row>.flex-gt-xs-55{max-width:55%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-55,.layout-gt-xs-row>.flex-gt-xs-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-55{max-width:100%;max-height:55%}.flex-gt-xs-60,.layout-row>.flex-gt-xs-60{max-width:60%;max-height:100%}.flex-gt-xs-60,.layout-column>.flex-gt-xs-60,.layout-row>.flex-gt-xs-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-60{max-width:100%;max-height:60%}.layout-gt-xs-row>.flex-gt-xs-60{max-width:60%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-60,.layout-gt-xs-row>.flex-gt-xs-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-60{max-width:100%;max-height:60%}.flex-gt-xs-65,.layout-row>.flex-gt-xs-65{max-width:65%;max-height:100%}.flex-gt-xs-65,.layout-column>.flex-gt-xs-65,.layout-row>.flex-gt-xs-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-65{max-width:100%;max-height:65%}.layout-gt-xs-row>.flex-gt-xs-65{max-width:65%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-65,.layout-gt-xs-row>.flex-gt-xs-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-65{max-width:100%;max-height:65%}.flex-gt-xs-70,.layout-row>.flex-gt-xs-70{max-width:70%;max-height:100%}.flex-gt-xs-70,.layout-column>.flex-gt-xs-70,.layout-row>.flex-gt-xs-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-70{max-width:100%;max-height:70%}.layout-gt-xs-row>.flex-gt-xs-70{max-width:70%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-70,.layout-gt-xs-row>.flex-gt-xs-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-70{max-width:100%;max-height:70%}.flex-gt-xs-75,.layout-row>.flex-gt-xs-75{max-width:75%;max-height:100%}.flex-gt-xs-75,.layout-column>.flex-gt-xs-75,.layout-row>.flex-gt-xs-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-75{max-width:100%;max-height:75%}.layout-gt-xs-row>.flex-gt-xs-75{max-width:75%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-75,.layout-gt-xs-row>.flex-gt-xs-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-75{max-width:100%;max-height:75%}.flex-gt-xs-80,.layout-row>.flex-gt-xs-80{max-width:80%;max-height:100%}.flex-gt-xs-80,.layout-column>.flex-gt-xs-80,.layout-row>.flex-gt-xs-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-80{max-width:100%;max-height:80%}.layout-gt-xs-row>.flex-gt-xs-80{max-width:80%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-80,.layout-gt-xs-row>.flex-gt-xs-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-80{max-width:100%;max-height:80%}.flex-gt-xs-85,.layout-row>.flex-gt-xs-85{max-width:85%;max-height:100%}.flex-gt-xs-85,.layout-column>.flex-gt-xs-85,.layout-row>.flex-gt-xs-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-85{max-width:100%;max-height:85%}.layout-gt-xs-row>.flex-gt-xs-85{max-width:85%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-85,.layout-gt-xs-row>.flex-gt-xs-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-85{max-width:100%;max-height:85%}.flex-gt-xs-90,.layout-row>.flex-gt-xs-90{max-width:90%;max-height:100%}.flex-gt-xs-90,.layout-column>.flex-gt-xs-90,.layout-row>.flex-gt-xs-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-90{max-width:100%;max-height:90%}.layout-gt-xs-row>.flex-gt-xs-90{max-width:90%;max-height:100%}.layout-gt-xs-column>.flex-gt-xs-90,.layout-gt-xs-row>.flex-gt-xs-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-90{max-width:100%;max-height:90%}.flex-gt-xs-95,.layout-row>.flex-gt-xs-95{max-width:95%;max-height:100%}.flex-gt-xs-95,.layout-column>.flex-gt-xs-95,.layout-row>.flex-gt-xs-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-xs-95{max-width:100%;max-height:95%}.layout-gt-xs-row>.flex-gt-xs-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-95{max-height:95%}.flex-gt-xs-100,.layout-gt-xs-column>.flex-gt-xs-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-gt-xs-100{max-height:100%}.layout-column>.flex-gt-xs-100,.layout-gt-xs-column>.flex-gt-xs-100,.layout-gt-xs-row>.flex-gt-xs-100,.layout-row>.flex-gt-xs-100{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%}.layout-row>.flex-gt-xs-33,.layout-row>.flex-gt-xs-66{-webkit-box-flex:1;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%}.layout-column>.flex-gt-xs-33{-webkit-box-flex:1;-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-xs-66{-webkit-box-flex:1;-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-33{max-width:33.33%}.layout-gt-xs-row>.flex-gt-xs-33,.layout-gt-xs-row>.flex-gt-xs-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-height:100%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-66{max-width:66.66%}.layout-gt-xs-row>.flex{min-width:0}.layout-gt-xs-column>.flex-gt-xs-33{max-height:33.33%}.layout-gt-xs-column>.flex-gt-xs-33,.layout-gt-xs-column>.flex-gt-xs-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-66{max-height:66.66%}.layout-gt-xs-column>.flex{min-height:0}.layout-gt-xs,.layout-gt-xs-column,.layout-gt-xs-row{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex}.layout-gt-xs-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.layout-gt-xs-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}}@media (min-width:600px) and (max-width:959px){.hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show),.hide-sm:not(.show-gt-xs):not(.show-sm):not(.show),.hide:not(.show-gt-xs):not(.show-sm):not(.show){display:none}.flex-order-sm--20{-webkit-box-ordinal-group:-19;-webkit-order:-20;order:-20}.flex-order-sm--19{-webkit-box-ordinal-group:-18;-webkit-order:-19;order:-19}.flex-order-sm--18{-webkit-box-ordinal-group:-17;-webkit-order:-18;order:-18}.flex-order-sm--17{-webkit-box-ordinal-group:-16;-webkit-order:-17;order:-17}.flex-order-sm--16{-webkit-box-ordinal-group:-15;-webkit-order:-16;order:-16}.flex-order-sm--15{-webkit-box-ordinal-group:-14;-webkit-order:-15;order:-15}.flex-order-sm--14{-webkit-box-ordinal-group:-13;-webkit-order:-14;order:-14}.flex-order-sm--13{-webkit-box-ordinal-group:-12;-webkit-order:-13;order:-13}.flex-order-sm--12{-webkit-box-ordinal-group:-11;-webkit-order:-12;order:-12}.flex-order-sm--11{-webkit-box-ordinal-group:-10;-webkit-order:-11;order:-11}.flex-order-sm--10{-webkit-box-ordinal-group:-9;-webkit-order:-10;order:-10}.flex-order-sm--9{-webkit-box-ordinal-group:-8;-webkit-order:-9;order:-9}.flex-order-sm--8{-webkit-box-ordinal-group:-7;-webkit-order:-8;order:-8}.flex-order-sm--7{-webkit-box-ordinal-group:-6;-webkit-order:-7;order:-7}.flex-order-sm--6{-webkit-box-ordinal-group:-5;-webkit-order:-6;order:-6}.flex-order-sm--5{-webkit-box-ordinal-group:-4;-webkit-order:-5;order:-5}.flex-order-sm--4{-webkit-box-ordinal-group:-3;-webkit-order:-4;order:-4}.flex-order-sm--3{-webkit-box-ordinal-group:-2;-webkit-order:-3;order:-3}.flex-order-sm--2{-webkit-box-ordinal-group:-1;-webkit-order:-2;order:-2}.flex-order-sm--1{-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.flex-order-sm-0{-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.flex-order-sm-1{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.flex-order-sm-2{-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.flex-order-sm-3{-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.flex-order-sm-4{-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.flex-order-sm-5{-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.flex-order-sm-6{-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.flex-order-sm-7{-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.flex-order-sm-8{-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.flex-order-sm-9{-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.flex-order-sm-10{-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.flex-order-sm-11{-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.flex-order-sm-12{-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.flex-order-sm-13{-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.flex-order-sm-14{-webkit-box-ordinal-group:15;-webkit-order:14;order:14}.flex-order-sm-15{-webkit-box-ordinal-group:16;-webkit-order:15;order:15}.flex-order-sm-16{-webkit-box-ordinal-group:17;-webkit-order:16;order:16}.flex-order-sm-17{-webkit-box-ordinal-group:18;-webkit-order:17;order:17}.flex-order-sm-18{-webkit-box-ordinal-group:19;-webkit-order:18;order:18}.flex-order-sm-19{-webkit-box-ordinal-group:20;-webkit-order:19;order:19}.flex-order-sm-20{-webkit-box-ordinal-group:21;-webkit-order:20;order:20}.flex-offset-sm-0,.offset-sm-0{margin-left:0}[dir=rtl] .flex-offset-sm-0,[dir=rtl] .offset-sm-0{margin-left:auto;margin-right:0}.flex-offset-sm-5,.offset-sm-5{margin-left:5%}[dir=rtl] .flex-offset-sm-5,[dir=rtl] .offset-sm-5{margin-left:auto;margin-right:5%}.flex-offset-sm-10,.offset-sm-10{margin-left:10%}[dir=rtl] .flex-offset-sm-10,[dir=rtl] .offset-sm-10{margin-left:auto;margin-right:10%}.flex-offset-sm-15,.offset-sm-15{margin-left:15%}[dir=rtl] .flex-offset-sm-15,[dir=rtl] .offset-sm-15{margin-left:auto;margin-right:15%}.flex-offset-sm-20,.offset-sm-20{margin-left:20%}[dir=rtl] .flex-offset-sm-20,[dir=rtl] .offset-sm-20{margin-left:auto;margin-right:20%}.flex-offset-sm-25,.offset-sm-25{margin-left:25%}[dir=rtl] .flex-offset-sm-25,[dir=rtl] .offset-sm-25{margin-left:auto;margin-right:25%}.flex-offset-sm-30,.offset-sm-30{margin-left:30%}[dir=rtl] .flex-offset-sm-30,[dir=rtl] .offset-sm-30{margin-left:auto;margin-right:30%}.flex-offset-sm-35,.offset-sm-35{margin-left:35%}[dir=rtl] .flex-offset-sm-35,[dir=rtl] .offset-sm-35{margin-left:auto;margin-right:35%}.flex-offset-sm-40,.offset-sm-40{margin-left:40%}[dir=rtl] .flex-offset-sm-40,[dir=rtl] .offset-sm-40{margin-left:auto;margin-right:40%}.flex-offset-sm-45,.offset-sm-45{margin-left:45%}[dir=rtl] .flex-offset-sm-45,[dir=rtl] .offset-sm-45{margin-left:auto;margin-right:45%}.flex-offset-sm-50,.offset-sm-50{margin-left:50%}[dir=rtl] .flex-offset-sm-50,[dir=rtl] .offset-sm-50{margin-left:auto;margin-right:50%}.flex-offset-sm-55,.offset-sm-55{margin-left:55%}[dir=rtl] .flex-offset-sm-55,[dir=rtl] .offset-sm-55{margin-left:auto;margin-right:55%}.flex-offset-sm-60,.offset-sm-60{margin-left:60%}[dir=rtl] .flex-offset-sm-60,[dir=rtl] .offset-sm-60{margin-left:auto;margin-right:60%}.flex-offset-sm-65,.offset-sm-65{margin-left:65%}[dir=rtl] .flex-offset-sm-65,[dir=rtl] .offset-sm-65{margin-left:auto;margin-right:65%}.flex-offset-sm-70,.offset-sm-70{margin-left:70%}[dir=rtl] .flex-offset-sm-70,[dir=rtl] .offset-sm-70{margin-left:auto;margin-right:70%}.flex-offset-sm-75,.offset-sm-75{margin-left:75%}[dir=rtl] .flex-offset-sm-75,[dir=rtl] .offset-sm-75{margin-left:auto;margin-right:75%}.flex-offset-sm-80,.offset-sm-80{margin-left:80%}[dir=rtl] .flex-offset-sm-80,[dir=rtl] .offset-sm-80{margin-left:auto;margin-right:80%}.flex-offset-sm-85,.offset-sm-85{margin-left:85%}[dir=rtl] .flex-offset-sm-85,[dir=rtl] .offset-sm-85{margin-left:auto;margin-right:85%}.flex-offset-sm-90,.offset-sm-90{margin-left:90%}[dir=rtl] .flex-offset-sm-90,[dir=rtl] .offset-sm-90{margin-left:auto;margin-right:90%}.flex-offset-sm-95,.offset-sm-95{margin-left:95%}[dir=rtl] .flex-offset-sm-95,[dir=rtl] .offset-sm-95{margin-left:auto;margin-right:95%}.flex-offset-sm-33,.offset-sm-33{margin-left:33.33333%}.flex-offset-sm-66,.offset-sm-66{margin-left:66.66667%}[dir=rtl] .flex-offset-sm-66,[dir=rtl] .offset-sm-66{margin-left:auto;margin-right:66.66667%}.layout-align-sm,.layout-align-sm-start-stretch{-webkit-align-content:stretch;align-content:stretch;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}.layout-align-sm,.layout-align-sm-start,.layout-align-sm-start-center,.layout-align-sm-start-end,.layout-align-sm-start-start,.layout-align-sm-start-stretch{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.layout-align-sm-center,.layout-align-sm-center-center,.layout-align-sm-center-end,.layout-align-sm-center-start,.layout-align-sm-center-stretch{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.layout-align-sm-end,.layout-align-sm-end-center,.layout-align-sm-end-end,.layout-align-sm-end-start,.layout-align-sm-end-stretch{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.layout-align-sm-space-around,.layout-align-sm-space-around-center,.layout-align-sm-space-around-end,.layout-align-sm-space-around-start,.layout-align-sm-space-around-stretch{-webkit-justify-content:space-around;justify-content:space-around}.layout-align-sm-space-between,.layout-align-sm-space-between-center,.layout-align-sm-space-between-end,.layout-align-sm-space-between-start,.layout-align-sm-space-between-stretch{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.layout-align-sm-center-start,.layout-align-sm-end-start,.layout-align-sm-space-around-start,.layout-align-sm-space-between-start,.layout-align-sm-start-start{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.layout-align-sm-center-center,.layout-align-sm-end-center,.layout-align-sm-space-around-center,.layout-align-sm-space-between-center,.layout-align-sm-start-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-align-content:center;align-content:center;max-width:100%}.layout-align-sm-center-center>*,.layout-align-sm-end-center>*,.layout-align-sm-space-around-center>*,.layout-align-sm-space-between-center>*,.layout-align-sm-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-sm-center-end,.layout-align-sm-end-end,.layout-align-sm-space-around-end,.layout-align-sm-space-between-end,.layout-align-sm-start-end{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-webkit-align-content:flex-end;align-content:flex-end}.layout-align-sm-center-stretch,.layout-align-sm-end-stretch,.layout-align-sm-space-around-stretch,.layout-align-sm-space-between-stretch,.layout-align-sm-start-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;align-content:stretch}.flex-sm{-webkit-flex:1;flex:1}.flex-sm,.flex-sm-grow{-webkit-box-flex:1;box-sizing:border-box}.flex-sm-grow{-webkit-flex:1 1 100%;flex:1 1 100%}.flex-sm-initial{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-sm-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-sm-none{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-sm-noshrink{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-sm-nogrow{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-sm-0,.layout-row>.flex-sm-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-0{min-width:0}.layout-column>.flex-sm-0{max-width:100%;max-height:0%}.layout-column>.flex-sm-0,.layout-sm-row>.flex-sm-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-row>.flex-sm-0{max-width:0;max-height:100%;min-width:0}.layout-sm-column>.flex-sm-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;box-sizing:border-box;min-height:0}.flex-sm-5,.layout-row>.flex-sm-5{max-width:5%;max-height:100%}.flex-sm-5,.layout-column>.flex-sm-5,.layout-row>.flex-sm-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-5{max-width:100%;max-height:5%}.layout-sm-row>.flex-sm-5{max-width:5%;max-height:100%}.layout-sm-column>.flex-sm-5,.layout-sm-row>.flex-sm-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-5{max-width:100%;max-height:5%}.flex-sm-10,.layout-row>.flex-sm-10{max-width:10%;max-height:100%}.flex-sm-10,.layout-column>.flex-sm-10,.layout-row>.flex-sm-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-10{max-width:100%;max-height:10%}.layout-sm-row>.flex-sm-10{max-width:10%;max-height:100%}.layout-sm-column>.flex-sm-10,.layout-sm-row>.flex-sm-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-10{max-width:100%;max-height:10%}.flex-sm-15,.layout-row>.flex-sm-15{max-width:15%;max-height:100%}.flex-sm-15,.layout-column>.flex-sm-15,.layout-row>.flex-sm-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-15{max-width:100%;max-height:15%}.layout-sm-row>.flex-sm-15{max-width:15%;max-height:100%}.layout-sm-column>.flex-sm-15,.layout-sm-row>.flex-sm-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-15{max-width:100%;max-height:15%}.flex-sm-20,.layout-row>.flex-sm-20{max-width:20%;max-height:100%}.flex-sm-20,.layout-column>.flex-sm-20,.layout-row>.flex-sm-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-20{max-width:100%;max-height:20%}.layout-sm-row>.flex-sm-20{max-width:20%;max-height:100%}.layout-sm-column>.flex-sm-20,.layout-sm-row>.flex-sm-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-20{max-width:100%;max-height:20%}.flex-sm-25,.layout-row>.flex-sm-25{max-width:25%;max-height:100%}.flex-sm-25,.layout-column>.flex-sm-25,.layout-row>.flex-sm-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-25{max-width:100%;max-height:25%}.layout-sm-row>.flex-sm-25{max-width:25%;max-height:100%}.layout-sm-column>.flex-sm-25,.layout-sm-row>.flex-sm-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-25{max-width:100%;max-height:25%}.flex-sm-30,.layout-row>.flex-sm-30{max-width:30%;max-height:100%}.flex-sm-30,.layout-column>.flex-sm-30,.layout-row>.flex-sm-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-30{max-width:100%;max-height:30%}.layout-sm-row>.flex-sm-30{max-width:30%;max-height:100%}.layout-sm-column>.flex-sm-30,.layout-sm-row>.flex-sm-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-30{max-width:100%;max-height:30%}.flex-sm-35,.layout-row>.flex-sm-35{max-width:35%;max-height:100%}.flex-sm-35,.layout-column>.flex-sm-35,.layout-row>.flex-sm-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-35{max-width:100%;max-height:35%}.layout-sm-row>.flex-sm-35{max-width:35%;max-height:100%}.layout-sm-column>.flex-sm-35,.layout-sm-row>.flex-sm-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-35{max-width:100%;max-height:35%}.flex-sm-40,.layout-row>.flex-sm-40{max-width:40%;max-height:100%}.flex-sm-40,.layout-column>.flex-sm-40,.layout-row>.flex-sm-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-40{max-width:100%;max-height:40%}.layout-sm-row>.flex-sm-40{max-width:40%;max-height:100%}.layout-sm-column>.flex-sm-40,.layout-sm-row>.flex-sm-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-40{max-width:100%;max-height:40%}.flex-sm-45,.layout-row>.flex-sm-45{max-width:45%;max-height:100%}.flex-sm-45,.layout-column>.flex-sm-45,.layout-row>.flex-sm-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-45{max-width:100%;max-height:45%}.layout-sm-row>.flex-sm-45{max-width:45%;max-height:100%}.layout-sm-column>.flex-sm-45,.layout-sm-row>.flex-sm-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-45{max-width:100%;max-height:45%}.flex-sm-50,.layout-row>.flex-sm-50{max-width:50%;max-height:100%}.flex-sm-50,.layout-column>.flex-sm-50,.layout-row>.flex-sm-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-50{max-width:100%;max-height:50%}.layout-sm-row>.flex-sm-50{max-width:50%;max-height:100%}.layout-sm-column>.flex-sm-50,.layout-sm-row>.flex-sm-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-50{max-width:100%;max-height:50%}.flex-sm-55,.layout-row>.flex-sm-55{max-width:55%;max-height:100%}.flex-sm-55,.layout-column>.flex-sm-55,.layout-row>.flex-sm-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-55{max-width:100%;max-height:55%}.layout-sm-row>.flex-sm-55{max-width:55%;max-height:100%}.layout-sm-column>.flex-sm-55,.layout-sm-row>.flex-sm-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-55{max-width:100%;max-height:55%}.flex-sm-60,.layout-row>.flex-sm-60{max-width:60%;max-height:100%}.flex-sm-60,.layout-column>.flex-sm-60,.layout-row>.flex-sm-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-60{max-width:100%;max-height:60%}.layout-sm-row>.flex-sm-60{max-width:60%;max-height:100%}.layout-sm-column>.flex-sm-60,.layout-sm-row>.flex-sm-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-60{max-width:100%;max-height:60%}.flex-sm-65,.layout-row>.flex-sm-65{max-width:65%;max-height:100%}.flex-sm-65,.layout-column>.flex-sm-65,.layout-row>.flex-sm-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-65{max-width:100%;max-height:65%}.layout-sm-row>.flex-sm-65{max-width:65%;max-height:100%}.layout-sm-column>.flex-sm-65,.layout-sm-row>.flex-sm-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-65{max-width:100%;max-height:65%}.flex-sm-70,.layout-row>.flex-sm-70{max-width:70%;max-height:100%}.flex-sm-70,.layout-column>.flex-sm-70,.layout-row>.flex-sm-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-70{max-width:100%;max-height:70%}.layout-sm-row>.flex-sm-70{max-width:70%;max-height:100%}.layout-sm-column>.flex-sm-70,.layout-sm-row>.flex-sm-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-70{max-width:100%;max-height:70%}.flex-sm-75,.layout-row>.flex-sm-75{max-width:75%;max-height:100%}.flex-sm-75,.layout-column>.flex-sm-75,.layout-row>.flex-sm-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-75{max-width:100%;max-height:75%}.layout-sm-row>.flex-sm-75{max-width:75%;max-height:100%}.layout-sm-column>.flex-sm-75,.layout-sm-row>.flex-sm-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-75{max-width:100%;max-height:75%}.flex-sm-80,.layout-row>.flex-sm-80{max-width:80%;max-height:100%}.flex-sm-80,.layout-column>.flex-sm-80,.layout-row>.flex-sm-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-80{max-width:100%;max-height:80%}.layout-sm-row>.flex-sm-80{max-width:80%;max-height:100%}.layout-sm-column>.flex-sm-80,.layout-sm-row>.flex-sm-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-80{max-width:100%;max-height:80%}.flex-sm-85,.layout-row>.flex-sm-85{max-width:85%;max-height:100%}.flex-sm-85,.layout-column>.flex-sm-85,.layout-row>.flex-sm-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-85{max-width:100%;max-height:85%}.layout-sm-row>.flex-sm-85{max-width:85%;max-height:100%}.layout-sm-column>.flex-sm-85,.layout-sm-row>.flex-sm-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-85{max-width:100%;max-height:85%}.flex-sm-90,.layout-row>.flex-sm-90{max-width:90%;max-height:100%}.flex-sm-90,.layout-column>.flex-sm-90,.layout-row>.flex-sm-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-90{max-width:100%;max-height:90%}.layout-sm-row>.flex-sm-90{max-width:90%;max-height:100%}.layout-sm-column>.flex-sm-90,.layout-sm-row>.flex-sm-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-sm-column>.flex-sm-90{max-width:100%;max-height:90%}.flex-sm-95,.layout-row>.flex-sm-95{max-width:95%;max-height:100%}.flex-sm-95,.layout-column>.flex-sm-95,.layout-row>.flex-sm-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-sm-95{max-width:100%;max-height:95%}.layout-sm-row>.flex-sm-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-95{max-height:95%}.flex-sm-100,.layout-sm-column>.flex-sm-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-sm-100{max-height:100%}.layout-column>.flex-sm-100,.layout-row>.flex-sm-100,.layout-sm-column>.flex-sm-100,.layout-sm-row>.flex-sm-100{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%}.layout-row>.flex-sm-33,.layout-row>.flex-sm-66{-webkit-box-flex:1;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%}.layout-column>.flex-sm-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-height:33.33%}.layout-column>.flex-sm-33,.layout-column>.flex-sm-66{-webkit-box-flex:1;max-width:100%;box-sizing:border-box}.layout-column>.flex-sm-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-height:66.66%}.layout-sm-row>.flex-sm-33{max-width:33.33%}.layout-sm-row>.flex-sm-33,.layout-sm-row>.flex-sm-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-height:100%;box-sizing:border-box}.layout-sm-row>.flex-sm-66{max-width:66.66%}.layout-sm-row>.flex{min-width:0}.layout-sm-column>.flex-sm-33{max-height:33.33%}.layout-sm-column>.flex-sm-33,.layout-sm-column>.flex-sm-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-66{max-height:66.66%}.layout-sm-column>.flex{min-height:0}.layout-sm,.layout-sm-column,.layout-sm-row{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex}.layout-sm-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.layout-sm-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}}@media (min-width:960px){.flex-order-gt-sm--20{-webkit-box-ordinal-group:-19;-webkit-order:-20;order:-20}.flex-order-gt-sm--19{-webkit-box-ordinal-group:-18;-webkit-order:-19;order:-19}.flex-order-gt-sm--18{-webkit-box-ordinal-group:-17;-webkit-order:-18;order:-18}.flex-order-gt-sm--17{-webkit-box-ordinal-group:-16;-webkit-order:-17;order:-17}.flex-order-gt-sm--16{-webkit-box-ordinal-group:-15;-webkit-order:-16;order:-16}.flex-order-gt-sm--15{-webkit-box-ordinal-group:-14;-webkit-order:-15;order:-15}.flex-order-gt-sm--14{-webkit-box-ordinal-group:-13;-webkit-order:-14;order:-14}.flex-order-gt-sm--13{-webkit-box-ordinal-group:-12;-webkit-order:-13;order:-13}.flex-order-gt-sm--12{-webkit-box-ordinal-group:-11;-webkit-order:-12;order:-12}.flex-order-gt-sm--11{-webkit-box-ordinal-group:-10;-webkit-order:-11;order:-11}.flex-order-gt-sm--10{-webkit-box-ordinal-group:-9;-webkit-order:-10;order:-10}.flex-order-gt-sm--9{-webkit-box-ordinal-group:-8;-webkit-order:-9;order:-9}.flex-order-gt-sm--8{-webkit-box-ordinal-group:-7;-webkit-order:-8;order:-8}.flex-order-gt-sm--7{-webkit-box-ordinal-group:-6;-webkit-order:-7;order:-7}.flex-order-gt-sm--6{-webkit-box-ordinal-group:-5;-webkit-order:-6;order:-6}.flex-order-gt-sm--5{-webkit-box-ordinal-group:-4;-webkit-order:-5;order:-5}.flex-order-gt-sm--4{-webkit-box-ordinal-group:-3;-webkit-order:-4;order:-4}.flex-order-gt-sm--3{-webkit-box-ordinal-group:-2;-webkit-order:-3;order:-3}.flex-order-gt-sm--2{-webkit-box-ordinal-group:-1;-webkit-order:-2;order:-2}.flex-order-gt-sm--1{-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.flex-order-gt-sm-0{-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.flex-order-gt-sm-1{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.flex-order-gt-sm-2{-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.flex-order-gt-sm-3{-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.flex-order-gt-sm-4{-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.flex-order-gt-sm-5{-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.flex-order-gt-sm-6{-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.flex-order-gt-sm-7{-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.flex-order-gt-sm-8{-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.flex-order-gt-sm-9{-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.flex-order-gt-sm-10{-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.flex-order-gt-sm-11{-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.flex-order-gt-sm-12{-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.flex-order-gt-sm-13{-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.flex-order-gt-sm-14{-webkit-box-ordinal-group:15;-webkit-order:14;order:14}.flex-order-gt-sm-15{-webkit-box-ordinal-group:16;-webkit-order:15;order:15}.flex-order-gt-sm-16{-webkit-box-ordinal-group:17;-webkit-order:16;order:16}.flex-order-gt-sm-17{-webkit-box-ordinal-group:18;-webkit-order:17;order:17}.flex-order-gt-sm-18{-webkit-box-ordinal-group:19;-webkit-order:18;order:18}.flex-order-gt-sm-19{-webkit-box-ordinal-group:20;-webkit-order:19;order:19}.flex-order-gt-sm-20{-webkit-box-ordinal-group:21;-webkit-order:20;order:20}.flex-offset-gt-sm-0,.offset-gt-sm-0{margin-left:0}[dir=rtl] .flex-offset-gt-sm-0,[dir=rtl] .offset-gt-sm-0{margin-left:auto;margin-right:0}.flex-offset-gt-sm-5,.offset-gt-sm-5{margin-left:5%}[dir=rtl] .flex-offset-gt-sm-5,[dir=rtl] .offset-gt-sm-5{margin-left:auto;margin-right:5%}.flex-offset-gt-sm-10,.offset-gt-sm-10{margin-left:10%}[dir=rtl] .flex-offset-gt-sm-10,[dir=rtl] .offset-gt-sm-10{margin-left:auto;margin-right:10%}.flex-offset-gt-sm-15,.offset-gt-sm-15{margin-left:15%}[dir=rtl] .flex-offset-gt-sm-15,[dir=rtl] .offset-gt-sm-15{margin-left:auto;margin-right:15%}.flex-offset-gt-sm-20,.offset-gt-sm-20{margin-left:20%}[dir=rtl] .flex-offset-gt-sm-20,[dir=rtl] .offset-gt-sm-20{margin-left:auto;margin-right:20%}.flex-offset-gt-sm-25,.offset-gt-sm-25{margin-left:25%}[dir=rtl] .flex-offset-gt-sm-25,[dir=rtl] .offset-gt-sm-25{margin-left:auto;margin-right:25%}.flex-offset-gt-sm-30,.offset-gt-sm-30{margin-left:30%}[dir=rtl] .flex-offset-gt-sm-30,[dir=rtl] .offset-gt-sm-30{margin-left:auto;margin-right:30%}.flex-offset-gt-sm-35,.offset-gt-sm-35{margin-left:35%}[dir=rtl] .flex-offset-gt-sm-35,[dir=rtl] .offset-gt-sm-35{margin-left:auto;margin-right:35%}.flex-offset-gt-sm-40,.offset-gt-sm-40{margin-left:40%}[dir=rtl] .flex-offset-gt-sm-40,[dir=rtl] .offset-gt-sm-40{margin-left:auto;margin-right:40%}.flex-offset-gt-sm-45,.offset-gt-sm-45{margin-left:45%}[dir=rtl] .flex-offset-gt-sm-45,[dir=rtl] .offset-gt-sm-45{margin-left:auto;margin-right:45%}.flex-offset-gt-sm-50,.offset-gt-sm-50{margin-left:50%}[dir=rtl] .flex-offset-gt-sm-50,[dir=rtl] .offset-gt-sm-50{margin-left:auto;margin-right:50%}.flex-offset-gt-sm-55,.offset-gt-sm-55{margin-left:55%}[dir=rtl] .flex-offset-gt-sm-55,[dir=rtl] .offset-gt-sm-55{margin-left:auto;margin-right:55%}.flex-offset-gt-sm-60,.offset-gt-sm-60{margin-left:60%}[dir=rtl] .flex-offset-gt-sm-60,[dir=rtl] .offset-gt-sm-60{margin-left:auto;margin-right:60%}.flex-offset-gt-sm-65,.offset-gt-sm-65{margin-left:65%}[dir=rtl] .flex-offset-gt-sm-65,[dir=rtl] .offset-gt-sm-65{margin-left:auto;margin-right:65%}.flex-offset-gt-sm-70,.offset-gt-sm-70{margin-left:70%}[dir=rtl] .flex-offset-gt-sm-70,[dir=rtl] .offset-gt-sm-70{margin-left:auto;margin-right:70%}.flex-offset-gt-sm-75,.offset-gt-sm-75{margin-left:75%}[dir=rtl] .flex-offset-gt-sm-75,[dir=rtl] .offset-gt-sm-75{margin-left:auto;margin-right:75%}.flex-offset-gt-sm-80,.offset-gt-sm-80{margin-left:80%}[dir=rtl] .flex-offset-gt-sm-80,[dir=rtl] .offset-gt-sm-80{margin-left:auto;margin-right:80%}.flex-offset-gt-sm-85,.offset-gt-sm-85{margin-left:85%}[dir=rtl] .flex-offset-gt-sm-85,[dir=rtl] .offset-gt-sm-85{margin-left:auto;margin-right:85%}.flex-offset-gt-sm-90,.offset-gt-sm-90{margin-left:90%}[dir=rtl] .flex-offset-gt-sm-90,[dir=rtl] .offset-gt-sm-90{margin-left:auto;margin-right:90%}.flex-offset-gt-sm-95,.offset-gt-sm-95{margin-left:95%}[dir=rtl] .flex-offset-gt-sm-95,[dir=rtl] .offset-gt-sm-95{margin-left:auto;margin-right:95%}.flex-offset-gt-sm-33,.offset-gt-sm-33{margin-left:33.33333%}.flex-offset-gt-sm-66,.offset-gt-sm-66{margin-left:66.66667%}[dir=rtl] .flex-offset-gt-sm-66,[dir=rtl] .offset-gt-sm-66{margin-left:auto;margin-right:66.66667%}.layout-align-gt-sm,.layout-align-gt-sm-start-stretch{-webkit-align-content:stretch;align-content:stretch;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}.layout-align-gt-sm,.layout-align-gt-sm-start,.layout-align-gt-sm-start-center,.layout-align-gt-sm-start-end,.layout-align-gt-sm-start-start,.layout-align-gt-sm-start-stretch{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.layout-align-gt-sm-center,.layout-align-gt-sm-center-center,.layout-align-gt-sm-center-end,.layout-align-gt-sm-center-start,.layout-align-gt-sm-center-stretch{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.layout-align-gt-sm-end,.layout-align-gt-sm-end-center,.layout-align-gt-sm-end-end,.layout-align-gt-sm-end-start,.layout-align-gt-sm-end-stretch{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.layout-align-gt-sm-space-around,.layout-align-gt-sm-space-around-center,.layout-align-gt-sm-space-around-end,.layout-align-gt-sm-space-around-start,.layout-align-gt-sm-space-around-stretch{-webkit-justify-content:space-around;justify-content:space-around}.layout-align-gt-sm-space-between,.layout-align-gt-sm-space-between-center,.layout-align-gt-sm-space-between-end,.layout-align-gt-sm-space-between-start,.layout-align-gt-sm-space-between-stretch{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.layout-align-gt-sm-center-start,.layout-align-gt-sm-end-start,.layout-align-gt-sm-space-around-start,.layout-align-gt-sm-space-between-start,.layout-align-gt-sm-start-start{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.layout-align-gt-sm-center-center,.layout-align-gt-sm-end-center,.layout-align-gt-sm-space-around-center,.layout-align-gt-sm-space-between-center,.layout-align-gt-sm-start-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-align-content:center;align-content:center;max-width:100%}.layout-align-gt-sm-center-center>*,.layout-align-gt-sm-end-center>*,.layout-align-gt-sm-space-around-center>*,.layout-align-gt-sm-space-between-center>*,.layout-align-gt-sm-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-sm-center-end,.layout-align-gt-sm-end-end,.layout-align-gt-sm-space-around-end,.layout-align-gt-sm-space-between-end,.layout-align-gt-sm-start-end{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-webkit-align-content:flex-end;align-content:flex-end}.layout-align-gt-sm-center-stretch,.layout-align-gt-sm-end-stretch,.layout-align-gt-sm-space-around-stretch,.layout-align-gt-sm-space-between-stretch,.layout-align-gt-sm-start-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;align-content:stretch}.flex-gt-sm{-webkit-flex:1;flex:1}.flex-gt-sm,.flex-gt-sm-grow{-webkit-box-flex:1;box-sizing:border-box}.flex-gt-sm-grow{-webkit-flex:1 1 100%;flex:1 1 100%}.flex-gt-sm-initial{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-sm-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-gt-sm-none{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-gt-sm-noshrink{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-gt-sm-nogrow{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-sm-0,.layout-row>.flex-gt-sm-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-0{min-width:0}.layout-column>.flex-gt-sm-0{max-width:100%;max-height:0%}.layout-column>.flex-gt-sm-0,.layout-gt-sm-row>.flex-gt-sm-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-0{max-width:0;max-height:100%;min-width:0}.layout-gt-sm-column>.flex-gt-sm-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;box-sizing:border-box;min-height:0}.flex-gt-sm-5,.layout-row>.flex-gt-sm-5{max-width:5%;max-height:100%}.flex-gt-sm-5,.layout-column>.flex-gt-sm-5,.layout-row>.flex-gt-sm-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-5{max-width:100%;max-height:5%}.layout-gt-sm-row>.flex-gt-sm-5{max-width:5%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-5,.layout-gt-sm-row>.flex-gt-sm-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-5{max-width:100%;max-height:5%}.flex-gt-sm-10,.layout-row>.flex-gt-sm-10{max-width:10%;max-height:100%}.flex-gt-sm-10,.layout-column>.flex-gt-sm-10,.layout-row>.flex-gt-sm-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-10{max-width:100%;max-height:10%}.layout-gt-sm-row>.flex-gt-sm-10{max-width:10%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-10,.layout-gt-sm-row>.flex-gt-sm-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-10{max-width:100%;max-height:10%}.flex-gt-sm-15,.layout-row>.flex-gt-sm-15{max-width:15%;max-height:100%}.flex-gt-sm-15,.layout-column>.flex-gt-sm-15,.layout-row>.flex-gt-sm-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-15{max-width:100%;max-height:15%}.layout-gt-sm-row>.flex-gt-sm-15{max-width:15%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-15,.layout-gt-sm-row>.flex-gt-sm-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-15{max-width:100%;max-height:15%}.flex-gt-sm-20,.layout-row>.flex-gt-sm-20{max-width:20%;max-height:100%}.flex-gt-sm-20,.layout-column>.flex-gt-sm-20,.layout-row>.flex-gt-sm-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-20{max-width:100%;max-height:20%}.layout-gt-sm-row>.flex-gt-sm-20{max-width:20%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-20,.layout-gt-sm-row>.flex-gt-sm-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-20{max-width:100%;max-height:20%}.flex-gt-sm-25,.layout-row>.flex-gt-sm-25{max-width:25%;max-height:100%}.flex-gt-sm-25,.layout-column>.flex-gt-sm-25,.layout-row>.flex-gt-sm-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-25{max-width:100%;max-height:25%}.layout-gt-sm-row>.flex-gt-sm-25{max-width:25%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-25,.layout-gt-sm-row>.flex-gt-sm-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-25{max-width:100%;max-height:25%}.flex-gt-sm-30,.layout-row>.flex-gt-sm-30{max-width:30%;max-height:100%}.flex-gt-sm-30,.layout-column>.flex-gt-sm-30,.layout-row>.flex-gt-sm-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-30{max-width:100%;max-height:30%}.layout-gt-sm-row>.flex-gt-sm-30{max-width:30%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-30,.layout-gt-sm-row>.flex-gt-sm-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-30{max-width:100%;max-height:30%}.flex-gt-sm-35,.layout-row>.flex-gt-sm-35{max-width:35%;max-height:100%}.flex-gt-sm-35,.layout-column>.flex-gt-sm-35,.layout-row>.flex-gt-sm-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-35{max-width:100%;max-height:35%}.layout-gt-sm-row>.flex-gt-sm-35{max-width:35%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-35,.layout-gt-sm-row>.flex-gt-sm-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-35{max-width:100%;max-height:35%}.flex-gt-sm-40,.layout-row>.flex-gt-sm-40{max-width:40%;max-height:100%}.flex-gt-sm-40,.layout-column>.flex-gt-sm-40,.layout-row>.flex-gt-sm-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-40{max-width:100%;max-height:40%}.layout-gt-sm-row>.flex-gt-sm-40{max-width:40%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-40,.layout-gt-sm-row>.flex-gt-sm-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-40{max-width:100%;max-height:40%}.flex-gt-sm-45,.layout-row>.flex-gt-sm-45{max-width:45%;max-height:100%}.flex-gt-sm-45,.layout-column>.flex-gt-sm-45,.layout-row>.flex-gt-sm-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-45{max-width:100%;max-height:45%}.layout-gt-sm-row>.flex-gt-sm-45{max-width:45%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-45,.layout-gt-sm-row>.flex-gt-sm-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-45{max-width:100%;max-height:45%}.flex-gt-sm-50,.layout-row>.flex-gt-sm-50{max-width:50%;max-height:100%}.flex-gt-sm-50,.layout-column>.flex-gt-sm-50,.layout-row>.flex-gt-sm-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-50{max-width:100%;max-height:50%}.layout-gt-sm-row>.flex-gt-sm-50{max-width:50%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-50,.layout-gt-sm-row>.flex-gt-sm-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-50{max-width:100%;max-height:50%}.flex-gt-sm-55,.layout-row>.flex-gt-sm-55{max-width:55%;max-height:100%}.flex-gt-sm-55,.layout-column>.flex-gt-sm-55,.layout-row>.flex-gt-sm-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-55{max-width:100%;max-height:55%}.layout-gt-sm-row>.flex-gt-sm-55{max-width:55%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-55,.layout-gt-sm-row>.flex-gt-sm-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-55{max-width:100%;max-height:55%}.flex-gt-sm-60,.layout-row>.flex-gt-sm-60{max-width:60%;max-height:100%}.flex-gt-sm-60,.layout-column>.flex-gt-sm-60,.layout-row>.flex-gt-sm-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-60{max-width:100%;max-height:60%}.layout-gt-sm-row>.flex-gt-sm-60{max-width:60%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-60,.layout-gt-sm-row>.flex-gt-sm-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-60{max-width:100%;max-height:60%}.flex-gt-sm-65,.layout-row>.flex-gt-sm-65{max-width:65%;max-height:100%}.flex-gt-sm-65,.layout-column>.flex-gt-sm-65,.layout-row>.flex-gt-sm-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-65{max-width:100%;max-height:65%}.layout-gt-sm-row>.flex-gt-sm-65{max-width:65%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-65,.layout-gt-sm-row>.flex-gt-sm-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-65{max-width:100%;max-height:65%}.flex-gt-sm-70,.layout-row>.flex-gt-sm-70{max-width:70%;max-height:100%}.flex-gt-sm-70,.layout-column>.flex-gt-sm-70,.layout-row>.flex-gt-sm-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-70{max-width:100%;max-height:70%}.layout-gt-sm-row>.flex-gt-sm-70{max-width:70%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-70,.layout-gt-sm-row>.flex-gt-sm-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-70{max-width:100%;max-height:70%}.flex-gt-sm-75,.layout-row>.flex-gt-sm-75{max-width:75%;max-height:100%}.flex-gt-sm-75,.layout-column>.flex-gt-sm-75,.layout-row>.flex-gt-sm-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-75{max-width:100%;max-height:75%}.layout-gt-sm-row>.flex-gt-sm-75{max-width:75%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-75,.layout-gt-sm-row>.flex-gt-sm-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-75{max-width:100%;max-height:75%}.flex-gt-sm-80,.layout-row>.flex-gt-sm-80{max-width:80%;max-height:100%}.flex-gt-sm-80,.layout-column>.flex-gt-sm-80,.layout-row>.flex-gt-sm-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-80{max-width:100%;max-height:80%}.layout-gt-sm-row>.flex-gt-sm-80{max-width:80%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-80,.layout-gt-sm-row>.flex-gt-sm-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-80{max-width:100%;max-height:80%}.flex-gt-sm-85,.layout-row>.flex-gt-sm-85{max-width:85%;max-height:100%}.flex-gt-sm-85,.layout-column>.flex-gt-sm-85,.layout-row>.flex-gt-sm-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-85{max-width:100%;max-height:85%}.layout-gt-sm-row>.flex-gt-sm-85{max-width:85%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-85,.layout-gt-sm-row>.flex-gt-sm-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-85{max-width:100%;max-height:85%}.flex-gt-sm-90,.layout-row>.flex-gt-sm-90{max-width:90%;max-height:100%}.flex-gt-sm-90,.layout-column>.flex-gt-sm-90,.layout-row>.flex-gt-sm-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-90{max-width:100%;max-height:90%}.layout-gt-sm-row>.flex-gt-sm-90{max-width:90%;max-height:100%}.layout-gt-sm-column>.flex-gt-sm-90,.layout-gt-sm-row>.flex-gt-sm-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-90{max-width:100%;max-height:90%}.flex-gt-sm-95,.layout-row>.flex-gt-sm-95{max-width:95%;max-height:100%}.flex-gt-sm-95,.layout-column>.flex-gt-sm-95,.layout-row>.flex-gt-sm-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-sm-95{max-width:100%;max-height:95%}.layout-gt-sm-row>.flex-gt-sm-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-95{max-height:95%}.flex-gt-sm-100,.layout-gt-sm-column>.flex-gt-sm-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-gt-sm-100{max-height:100%}.layout-column>.flex-gt-sm-100,.layout-gt-sm-column>.flex-gt-sm-100,.layout-gt-sm-row>.flex-gt-sm-100,.layout-row>.flex-gt-sm-100{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%}.layout-row>.flex-gt-sm-33,.layout-row>.flex-gt-sm-66{-webkit-box-flex:1;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%}.layout-column>.flex-gt-sm-33{-webkit-box-flex:1;-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-sm-66{-webkit-box-flex:1;-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-33{max-width:33.33%}.layout-gt-sm-row>.flex-gt-sm-33,.layout-gt-sm-row>.flex-gt-sm-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-height:100%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-66{max-width:66.66%}.layout-gt-sm-row>.flex{min-width:0}.layout-gt-sm-column>.flex-gt-sm-33{max-height:33.33%}.layout-gt-sm-column>.flex-gt-sm-33,.layout-gt-sm-column>.flex-gt-sm-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-66{max-height:66.66%}.layout-gt-sm-column>.flex{min-height:0}.layout-gt-sm,.layout-gt-sm-column,.layout-gt-sm-row{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex}.layout-gt-sm-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.layout-gt-sm-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}}@media (min-width:960px) and (max-width:1279px){.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),.hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show){display:none}.flex-order-md--20{-webkit-box-ordinal-group:-19;-webkit-order:-20;order:-20}.flex-order-md--19{-webkit-box-ordinal-group:-18;-webkit-order:-19;order:-19}.flex-order-md--18{-webkit-box-ordinal-group:-17;-webkit-order:-18;order:-18}.flex-order-md--17{-webkit-box-ordinal-group:-16;-webkit-order:-17;order:-17}.flex-order-md--16{-webkit-box-ordinal-group:-15;-webkit-order:-16;order:-16}.flex-order-md--15{-webkit-box-ordinal-group:-14;-webkit-order:-15;order:-15}.flex-order-md--14{-webkit-box-ordinal-group:-13;-webkit-order:-14;order:-14}.flex-order-md--13{-webkit-box-ordinal-group:-12;-webkit-order:-13;order:-13}.flex-order-md--12{-webkit-box-ordinal-group:-11;-webkit-order:-12;order:-12}.flex-order-md--11{-webkit-box-ordinal-group:-10;-webkit-order:-11;order:-11}.flex-order-md--10{-webkit-box-ordinal-group:-9;-webkit-order:-10;order:-10}.flex-order-md--9{-webkit-box-ordinal-group:-8;-webkit-order:-9;order:-9}.flex-order-md--8{-webkit-box-ordinal-group:-7;-webkit-order:-8;order:-8}.flex-order-md--7{-webkit-box-ordinal-group:-6;-webkit-order:-7;order:-7}.flex-order-md--6{-webkit-box-ordinal-group:-5;-webkit-order:-6;order:-6}.flex-order-md--5{-webkit-box-ordinal-group:-4;-webkit-order:-5;order:-5}.flex-order-md--4{-webkit-box-ordinal-group:-3;-webkit-order:-4;order:-4}.flex-order-md--3{-webkit-box-ordinal-group:-2;-webkit-order:-3;order:-3}.flex-order-md--2{-webkit-box-ordinal-group:-1;-webkit-order:-2;order:-2}.flex-order-md--1{-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.flex-order-md-0{-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.flex-order-md-1{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.flex-order-md-2{-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.flex-order-md-3{-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.flex-order-md-4{-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.flex-order-md-5{-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.flex-order-md-6{-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.flex-order-md-7{-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.flex-order-md-8{-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.flex-order-md-9{-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.flex-order-md-10{-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.flex-order-md-11{-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.flex-order-md-12{-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.flex-order-md-13{-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.flex-order-md-14{-webkit-box-ordinal-group:15;-webkit-order:14;order:14}.flex-order-md-15{-webkit-box-ordinal-group:16;-webkit-order:15;order:15}.flex-order-md-16{-webkit-box-ordinal-group:17;-webkit-order:16;order:16}.flex-order-md-17{-webkit-box-ordinal-group:18;-webkit-order:17;order:17}.flex-order-md-18{-webkit-box-ordinal-group:19;-webkit-order:18;order:18}.flex-order-md-19{-webkit-box-ordinal-group:20;-webkit-order:19;order:19}.flex-order-md-20{-webkit-box-ordinal-group:21;-webkit-order:20;order:20}.flex-offset-md-0,.offset-md-0{margin-left:0}[dir=rtl] .flex-offset-md-0,[dir=rtl] .offset-md-0{margin-left:auto;margin-right:0}.flex-offset-md-5,.offset-md-5{margin-left:5%}[dir=rtl] .flex-offset-md-5,[dir=rtl] .offset-md-5{margin-left:auto;margin-right:5%}.flex-offset-md-10,.offset-md-10{margin-left:10%}[dir=rtl] .flex-offset-md-10,[dir=rtl] .offset-md-10{margin-left:auto;margin-right:10%}.flex-offset-md-15,.offset-md-15{margin-left:15%}[dir=rtl] .flex-offset-md-15,[dir=rtl] .offset-md-15{margin-left:auto;margin-right:15%}.flex-offset-md-20,.offset-md-20{margin-left:20%}[dir=rtl] .flex-offset-md-20,[dir=rtl] .offset-md-20{margin-left:auto;margin-right:20%}.flex-offset-md-25,.offset-md-25{margin-left:25%}[dir=rtl] .flex-offset-md-25,[dir=rtl] .offset-md-25{margin-left:auto;margin-right:25%}.flex-offset-md-30,.offset-md-30{margin-left:30%}[dir=rtl] .flex-offset-md-30,[dir=rtl] .offset-md-30{margin-left:auto;margin-right:30%}.flex-offset-md-35,.offset-md-35{margin-left:35%}[dir=rtl] .flex-offset-md-35,[dir=rtl] .offset-md-35{margin-left:auto;margin-right:35%}.flex-offset-md-40,.offset-md-40{margin-left:40%}[dir=rtl] .flex-offset-md-40,[dir=rtl] .offset-md-40{margin-left:auto;margin-right:40%}.flex-offset-md-45,.offset-md-45{margin-left:45%}[dir=rtl] .flex-offset-md-45,[dir=rtl] .offset-md-45{margin-left:auto;margin-right:45%}.flex-offset-md-50,.offset-md-50{margin-left:50%}[dir=rtl] .flex-offset-md-50,[dir=rtl] .offset-md-50{margin-left:auto;margin-right:50%}.flex-offset-md-55,.offset-md-55{margin-left:55%}[dir=rtl] .flex-offset-md-55,[dir=rtl] .offset-md-55{margin-left:auto;margin-right:55%}.flex-offset-md-60,.offset-md-60{margin-left:60%}[dir=rtl] .flex-offset-md-60,[dir=rtl] .offset-md-60{margin-left:auto;margin-right:60%}.flex-offset-md-65,.offset-md-65{margin-left:65%}[dir=rtl] .flex-offset-md-65,[dir=rtl] .offset-md-65{margin-left:auto;margin-right:65%}.flex-offset-md-70,.offset-md-70{margin-left:70%}[dir=rtl] .flex-offset-md-70,[dir=rtl] .offset-md-70{margin-left:auto;margin-right:70%}.flex-offset-md-75,.offset-md-75{margin-left:75%}[dir=rtl] .flex-offset-md-75,[dir=rtl] .offset-md-75{margin-left:auto;margin-right:75%}.flex-offset-md-80,.offset-md-80{margin-left:80%}[dir=rtl] .flex-offset-md-80,[dir=rtl] .offset-md-80{margin-left:auto;margin-right:80%}.flex-offset-md-85,.offset-md-85{margin-left:85%}[dir=rtl] .flex-offset-md-85,[dir=rtl] .offset-md-85{margin-left:auto;margin-right:85%}.flex-offset-md-90,.offset-md-90{margin-left:90%}[dir=rtl] .flex-offset-md-90,[dir=rtl] .offset-md-90{margin-left:auto;margin-right:90%}.flex-offset-md-95,.offset-md-95{margin-left:95%}[dir=rtl] .flex-offset-md-95,[dir=rtl] .offset-md-95{margin-left:auto;margin-right:95%}.flex-offset-md-33,.offset-md-33{margin-left:33.33333%}.flex-offset-md-66,.offset-md-66{margin-left:66.66667%}[dir=rtl] .flex-offset-md-66,[dir=rtl] .offset-md-66{margin-left:auto;margin-right:66.66667%}.layout-align-md,.layout-align-md-start-stretch{-webkit-align-content:stretch;align-content:stretch;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}.layout-align-md,.layout-align-md-start,.layout-align-md-start-center,.layout-align-md-start-end,.layout-align-md-start-start,.layout-align-md-start-stretch{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.layout-align-md-center,.layout-align-md-center-center,.layout-align-md-center-end,.layout-align-md-center-start,.layout-align-md-center-stretch{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.layout-align-md-end,.layout-align-md-end-center,.layout-align-md-end-end,.layout-align-md-end-start,.layout-align-md-end-stretch{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.layout-align-md-space-around,.layout-align-md-space-around-center,.layout-align-md-space-around-end,.layout-align-md-space-around-start,.layout-align-md-space-around-stretch{-webkit-justify-content:space-around;justify-content:space-around}.layout-align-md-space-between,.layout-align-md-space-between-center,.layout-align-md-space-between-end,.layout-align-md-space-between-start,.layout-align-md-space-between-stretch{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.layout-align-md-center-start,.layout-align-md-end-start,.layout-align-md-space-around-start,.layout-align-md-space-between-start,.layout-align-md-start-start{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.layout-align-md-center-center,.layout-align-md-end-center,.layout-align-md-space-around-center,.layout-align-md-space-between-center,.layout-align-md-start-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-align-content:center;align-content:center;max-width:100%}.layout-align-md-center-center>*,.layout-align-md-end-center>*,.layout-align-md-space-around-center>*,.layout-align-md-space-between-center>*,.layout-align-md-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-md-center-end,.layout-align-md-end-end,.layout-align-md-space-around-end,.layout-align-md-space-between-end,.layout-align-md-start-end{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-webkit-align-content:flex-end;align-content:flex-end}.layout-align-md-center-stretch,.layout-align-md-end-stretch,.layout-align-md-space-around-stretch,.layout-align-md-space-between-stretch,.layout-align-md-start-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;align-content:stretch}.flex-md{-webkit-flex:1;flex:1}.flex-md,.flex-md-grow{-webkit-box-flex:1;box-sizing:border-box}.flex-md-grow{-webkit-flex:1 1 100%;flex:1 1 100%}.flex-md-initial{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-md-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-md-none{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-md-noshrink{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-md-nogrow{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-md-0,.layout-row>.flex-md-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-0{min-width:0}.layout-column>.flex-md-0{max-width:100%;max-height:0%}.layout-column>.flex-md-0,.layout-md-row>.flex-md-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-row>.flex-md-0{max-width:0;max-height:100%;min-width:0}.layout-md-column>.flex-md-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;box-sizing:border-box;min-height:0}.flex-md-5,.layout-row>.flex-md-5{max-width:5%;max-height:100%}.flex-md-5,.layout-column>.flex-md-5,.layout-row>.flex-md-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-5{max-width:100%;max-height:5%}.layout-md-row>.flex-md-5{max-width:5%;max-height:100%}.layout-md-column>.flex-md-5,.layout-md-row>.flex-md-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-5{max-width:100%;max-height:5%}.flex-md-10,.layout-row>.flex-md-10{max-width:10%;max-height:100%}.flex-md-10,.layout-column>.flex-md-10,.layout-row>.flex-md-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-10{max-width:100%;max-height:10%}.layout-md-row>.flex-md-10{max-width:10%;max-height:100%}.layout-md-column>.flex-md-10,.layout-md-row>.flex-md-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-10{max-width:100%;max-height:10%}.flex-md-15,.layout-row>.flex-md-15{max-width:15%;max-height:100%}.flex-md-15,.layout-column>.flex-md-15,.layout-row>.flex-md-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-15{max-width:100%;max-height:15%}.layout-md-row>.flex-md-15{max-width:15%;max-height:100%}.layout-md-column>.flex-md-15,.layout-md-row>.flex-md-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-15{max-width:100%;max-height:15%}.flex-md-20,.layout-row>.flex-md-20{max-width:20%;max-height:100%}.flex-md-20,.layout-column>.flex-md-20,.layout-row>.flex-md-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-20{max-width:100%;max-height:20%}.layout-md-row>.flex-md-20{max-width:20%;max-height:100%}.layout-md-column>.flex-md-20,.layout-md-row>.flex-md-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-20{max-width:100%;max-height:20%}.flex-md-25,.layout-row>.flex-md-25{max-width:25%;max-height:100%}.flex-md-25,.layout-column>.flex-md-25,.layout-row>.flex-md-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-25{max-width:100%;max-height:25%}.layout-md-row>.flex-md-25{max-width:25%;max-height:100%}.layout-md-column>.flex-md-25,.layout-md-row>.flex-md-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-25{max-width:100%;max-height:25%}.flex-md-30,.layout-row>.flex-md-30{max-width:30%;max-height:100%}.flex-md-30,.layout-column>.flex-md-30,.layout-row>.flex-md-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-30{max-width:100%;max-height:30%}.layout-md-row>.flex-md-30{max-width:30%;max-height:100%}.layout-md-column>.flex-md-30,.layout-md-row>.flex-md-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-30{max-width:100%;max-height:30%}.flex-md-35,.layout-row>.flex-md-35{max-width:35%;max-height:100%}.flex-md-35,.layout-column>.flex-md-35,.layout-row>.flex-md-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-35{max-width:100%;max-height:35%}.layout-md-row>.flex-md-35{max-width:35%;max-height:100%}.layout-md-column>.flex-md-35,.layout-md-row>.flex-md-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-35{max-width:100%;max-height:35%}.flex-md-40,.layout-row>.flex-md-40{max-width:40%;max-height:100%}.flex-md-40,.layout-column>.flex-md-40,.layout-row>.flex-md-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-40{max-width:100%;max-height:40%}.layout-md-row>.flex-md-40{max-width:40%;max-height:100%}.layout-md-column>.flex-md-40,.layout-md-row>.flex-md-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-40{max-width:100%;max-height:40%}.flex-md-45,.layout-row>.flex-md-45{max-width:45%;max-height:100%}.flex-md-45,.layout-column>.flex-md-45,.layout-row>.flex-md-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-45{max-width:100%;max-height:45%}.layout-md-row>.flex-md-45{max-width:45%;max-height:100%}.layout-md-column>.flex-md-45,.layout-md-row>.flex-md-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-45{max-width:100%;max-height:45%}.flex-md-50,.layout-row>.flex-md-50{max-width:50%;max-height:100%}.flex-md-50,.layout-column>.flex-md-50,.layout-row>.flex-md-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-50{max-width:100%;max-height:50%}.layout-md-row>.flex-md-50{max-width:50%;max-height:100%}.layout-md-column>.flex-md-50,.layout-md-row>.flex-md-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-50{max-width:100%;max-height:50%}.flex-md-55,.layout-row>.flex-md-55{max-width:55%;max-height:100%}.flex-md-55,.layout-column>.flex-md-55,.layout-row>.flex-md-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-55{max-width:100%;max-height:55%}.layout-md-row>.flex-md-55{max-width:55%;max-height:100%}.layout-md-column>.flex-md-55,.layout-md-row>.flex-md-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-55{max-width:100%;max-height:55%}.flex-md-60,.layout-row>.flex-md-60{max-width:60%;max-height:100%}.flex-md-60,.layout-column>.flex-md-60,.layout-row>.flex-md-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-60{max-width:100%;max-height:60%}.layout-md-row>.flex-md-60{max-width:60%;max-height:100%}.layout-md-column>.flex-md-60,.layout-md-row>.flex-md-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-60{max-width:100%;max-height:60%}.flex-md-65,.layout-row>.flex-md-65{max-width:65%;max-height:100%}.flex-md-65,.layout-column>.flex-md-65,.layout-row>.flex-md-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-65{max-width:100%;max-height:65%}.layout-md-row>.flex-md-65{max-width:65%;max-height:100%}.layout-md-column>.flex-md-65,.layout-md-row>.flex-md-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-65{max-width:100%;max-height:65%}.flex-md-70,.layout-row>.flex-md-70{max-width:70%;max-height:100%}.flex-md-70,.layout-column>.flex-md-70,.layout-row>.flex-md-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-70{max-width:100%;max-height:70%}.layout-md-row>.flex-md-70{max-width:70%;max-height:100%}.layout-md-column>.flex-md-70,.layout-md-row>.flex-md-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-70{max-width:100%;max-height:70%}.flex-md-75,.layout-row>.flex-md-75{max-width:75%;max-height:100%}.flex-md-75,.layout-column>.flex-md-75,.layout-row>.flex-md-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-75{max-width:100%;max-height:75%}.layout-md-row>.flex-md-75{max-width:75%;max-height:100%}.layout-md-column>.flex-md-75,.layout-md-row>.flex-md-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-75{max-width:100%;max-height:75%}.flex-md-80,.layout-row>.flex-md-80{max-width:80%;max-height:100%}.flex-md-80,.layout-column>.flex-md-80,.layout-row>.flex-md-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-80{max-width:100%;max-height:80%}.layout-md-row>.flex-md-80{max-width:80%;max-height:100%}.layout-md-column>.flex-md-80,.layout-md-row>.flex-md-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-80{max-width:100%;max-height:80%}.flex-md-85,.layout-row>.flex-md-85{max-width:85%;max-height:100%}.flex-md-85,.layout-column>.flex-md-85,.layout-row>.flex-md-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-85{max-width:100%;max-height:85%}.layout-md-row>.flex-md-85{max-width:85%;max-height:100%}.layout-md-column>.flex-md-85,.layout-md-row>.flex-md-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-85{max-width:100%;max-height:85%}.flex-md-90,.layout-row>.flex-md-90{max-width:90%;max-height:100%}.flex-md-90,.layout-column>.flex-md-90,.layout-row>.flex-md-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-90{max-width:100%;max-height:90%}.layout-md-row>.flex-md-90{max-width:90%;max-height:100%}.layout-md-column>.flex-md-90,.layout-md-row>.flex-md-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-md-column>.flex-md-90{max-width:100%;max-height:90%}.flex-md-95,.layout-row>.flex-md-95{max-width:95%;max-height:100%}.flex-md-95,.layout-column>.flex-md-95,.layout-row>.flex-md-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-md-95{max-width:100%;max-height:95%}.layout-md-row>.flex-md-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-95{max-height:95%}.flex-md-100,.layout-md-column>.flex-md-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-md-100{max-height:100%}.layout-column>.flex-md-100,.layout-md-column>.flex-md-100,.layout-md-row>.flex-md-100,.layout-row>.flex-md-100{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%}.layout-row>.flex-md-33,.layout-row>.flex-md-66{-webkit-box-flex:1;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%}.layout-column>.flex-md-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-height:33.33%}.layout-column>.flex-md-33,.layout-column>.flex-md-66{-webkit-box-flex:1;max-width:100%;box-sizing:border-box}.layout-column>.flex-md-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-height:66.66%}.layout-md-row>.flex-md-33{max-width:33.33%}.layout-md-row>.flex-md-33,.layout-md-row>.flex-md-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-height:100%;box-sizing:border-box}.layout-md-row>.flex-md-66{max-width:66.66%}.layout-md-row>.flex{min-width:0}.layout-md-column>.flex-md-33{max-height:33.33%}.layout-md-column>.flex-md-33,.layout-md-column>.flex-md-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.layout-md-column>.flex-md-66{max-height:66.66%}.layout-md-column>.flex{min-height:0}.layout-md,.layout-md-column,.layout-md-row{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex}.layout-md-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.layout-md-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}}@media (min-width:1280px){.flex-order-gt-md--20{-webkit-box-ordinal-group:-19;-webkit-order:-20;order:-20}.flex-order-gt-md--19{-webkit-box-ordinal-group:-18;-webkit-order:-19;order:-19}.flex-order-gt-md--18{-webkit-box-ordinal-group:-17;-webkit-order:-18;order:-18}.flex-order-gt-md--17{-webkit-box-ordinal-group:-16;-webkit-order:-17;order:-17}.flex-order-gt-md--16{-webkit-box-ordinal-group:-15;-webkit-order:-16;order:-16}.flex-order-gt-md--15{-webkit-box-ordinal-group:-14;-webkit-order:-15;order:-15}.flex-order-gt-md--14{-webkit-box-ordinal-group:-13;-webkit-order:-14;order:-14}.flex-order-gt-md--13{-webkit-box-ordinal-group:-12;-webkit-order:-13;order:-13}.flex-order-gt-md--12{-webkit-box-ordinal-group:-11;-webkit-order:-12;order:-12}.flex-order-gt-md--11{-webkit-box-ordinal-group:-10;-webkit-order:-11;order:-11}.flex-order-gt-md--10{-webkit-box-ordinal-group:-9;-webkit-order:-10;order:-10}.flex-order-gt-md--9{-webkit-box-ordinal-group:-8;-webkit-order:-9;order:-9}.flex-order-gt-md--8{-webkit-box-ordinal-group:-7;-webkit-order:-8;order:-8}.flex-order-gt-md--7{-webkit-box-ordinal-group:-6;-webkit-order:-7;order:-7}.flex-order-gt-md--6{-webkit-box-ordinal-group:-5;-webkit-order:-6;order:-6}.flex-order-gt-md--5{-webkit-box-ordinal-group:-4;-webkit-order:-5;order:-5}.flex-order-gt-md--4{-webkit-box-ordinal-group:-3;-webkit-order:-4;order:-4}.flex-order-gt-md--3{-webkit-box-ordinal-group:-2;-webkit-order:-3;order:-3}.flex-order-gt-md--2{-webkit-box-ordinal-group:-1;-webkit-order:-2;order:-2}.flex-order-gt-md--1{-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.flex-order-gt-md-0{-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.flex-order-gt-md-1{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.flex-order-gt-md-2{-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.flex-order-gt-md-3{-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.flex-order-gt-md-4{-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.flex-order-gt-md-5{-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.flex-order-gt-md-6{-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.flex-order-gt-md-7{-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.flex-order-gt-md-8{-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.flex-order-gt-md-9{-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.flex-order-gt-md-10{-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.flex-order-gt-md-11{-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.flex-order-gt-md-12{-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.flex-order-gt-md-13{-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.flex-order-gt-md-14{-webkit-box-ordinal-group:15;-webkit-order:14;order:14}.flex-order-gt-md-15{-webkit-box-ordinal-group:16;-webkit-order:15;order:15}.flex-order-gt-md-16{-webkit-box-ordinal-group:17;-webkit-order:16;order:16}.flex-order-gt-md-17{-webkit-box-ordinal-group:18;-webkit-order:17;order:17}.flex-order-gt-md-18{-webkit-box-ordinal-group:19;-webkit-order:18;order:18}.flex-order-gt-md-19{-webkit-box-ordinal-group:20;-webkit-order:19;order:19}.flex-order-gt-md-20{-webkit-box-ordinal-group:21;-webkit-order:20;order:20}.flex-offset-gt-md-0,.offset-gt-md-0{margin-left:0}[dir=rtl] .flex-offset-gt-md-0,[dir=rtl] .offset-gt-md-0{margin-left:auto;margin-right:0}.flex-offset-gt-md-5,.offset-gt-md-5{margin-left:5%}[dir=rtl] .flex-offset-gt-md-5,[dir=rtl] .offset-gt-md-5{margin-left:auto;margin-right:5%}.flex-offset-gt-md-10,.offset-gt-md-10{margin-left:10%}[dir=rtl] .flex-offset-gt-md-10,[dir=rtl] .offset-gt-md-10{margin-left:auto;margin-right:10%}.flex-offset-gt-md-15,.offset-gt-md-15{margin-left:15%}[dir=rtl] .flex-offset-gt-md-15,[dir=rtl] .offset-gt-md-15{margin-left:auto;margin-right:15%}.flex-offset-gt-md-20,.offset-gt-md-20{margin-left:20%}[dir=rtl] .flex-offset-gt-md-20,[dir=rtl] .offset-gt-md-20{margin-left:auto;margin-right:20%}.flex-offset-gt-md-25,.offset-gt-md-25{margin-left:25%}[dir=rtl] .flex-offset-gt-md-25,[dir=rtl] .offset-gt-md-25{margin-left:auto;margin-right:25%}.flex-offset-gt-md-30,.offset-gt-md-30{margin-left:30%}[dir=rtl] .flex-offset-gt-md-30,[dir=rtl] .offset-gt-md-30{margin-left:auto;margin-right:30%}.flex-offset-gt-md-35,.offset-gt-md-35{margin-left:35%}[dir=rtl] .flex-offset-gt-md-35,[dir=rtl] .offset-gt-md-35{margin-left:auto;margin-right:35%}.flex-offset-gt-md-40,.offset-gt-md-40{margin-left:40%}[dir=rtl] .flex-offset-gt-md-40,[dir=rtl] .offset-gt-md-40{margin-left:auto;margin-right:40%}.flex-offset-gt-md-45,.offset-gt-md-45{margin-left:45%}[dir=rtl] .flex-offset-gt-md-45,[dir=rtl] .offset-gt-md-45{margin-left:auto;margin-right:45%}.flex-offset-gt-md-50,.offset-gt-md-50{margin-left:50%}[dir=rtl] .flex-offset-gt-md-50,[dir=rtl] .offset-gt-md-50{margin-left:auto;margin-right:50%}.flex-offset-gt-md-55,.offset-gt-md-55{margin-left:55%}[dir=rtl] .flex-offset-gt-md-55,[dir=rtl] .offset-gt-md-55{margin-left:auto;margin-right:55%}.flex-offset-gt-md-60,.offset-gt-md-60{margin-left:60%}[dir=rtl] .flex-offset-gt-md-60,[dir=rtl] .offset-gt-md-60{margin-left:auto;margin-right:60%}.flex-offset-gt-md-65,.offset-gt-md-65{margin-left:65%}[dir=rtl] .flex-offset-gt-md-65,[dir=rtl] .offset-gt-md-65{margin-left:auto;margin-right:65%}.flex-offset-gt-md-70,.offset-gt-md-70{margin-left:70%}[dir=rtl] .flex-offset-gt-md-70,[dir=rtl] .offset-gt-md-70{margin-left:auto;margin-right:70%}.flex-offset-gt-md-75,.offset-gt-md-75{margin-left:75%}[dir=rtl] .flex-offset-gt-md-75,[dir=rtl] .offset-gt-md-75{margin-left:auto;margin-right:75%}.flex-offset-gt-md-80,.offset-gt-md-80{margin-left:80%}[dir=rtl] .flex-offset-gt-md-80,[dir=rtl] .offset-gt-md-80{margin-left:auto;margin-right:80%}.flex-offset-gt-md-85,.offset-gt-md-85{margin-left:85%}[dir=rtl] .flex-offset-gt-md-85,[dir=rtl] .offset-gt-md-85{margin-left:auto;margin-right:85%}.flex-offset-gt-md-90,.offset-gt-md-90{margin-left:90%}[dir=rtl] .flex-offset-gt-md-90,[dir=rtl] .offset-gt-md-90{margin-left:auto;margin-right:90%}.flex-offset-gt-md-95,.offset-gt-md-95{margin-left:95%}[dir=rtl] .flex-offset-gt-md-95,[dir=rtl] .offset-gt-md-95{margin-left:auto;margin-right:95%}.flex-offset-gt-md-33,.offset-gt-md-33{margin-left:33.33333%}.flex-offset-gt-md-66,.offset-gt-md-66{margin-left:66.66667%}[dir=rtl] .flex-offset-gt-md-66,[dir=rtl] .offset-gt-md-66{margin-left:auto;margin-right:66.66667%}.layout-align-gt-md,.layout-align-gt-md-start-stretch{-webkit-align-content:stretch;align-content:stretch;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}.layout-align-gt-md,.layout-align-gt-md-start,.layout-align-gt-md-start-center,.layout-align-gt-md-start-end,.layout-align-gt-md-start-start,.layout-align-gt-md-start-stretch{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.layout-align-gt-md-center,.layout-align-gt-md-center-center,.layout-align-gt-md-center-end,.layout-align-gt-md-center-start,.layout-align-gt-md-center-stretch{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.layout-align-gt-md-end,.layout-align-gt-md-end-center,.layout-align-gt-md-end-end,.layout-align-gt-md-end-start,.layout-align-gt-md-end-stretch{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.layout-align-gt-md-space-around,.layout-align-gt-md-space-around-center,.layout-align-gt-md-space-around-end,.layout-align-gt-md-space-around-start,.layout-align-gt-md-space-around-stretch{-webkit-justify-content:space-around;justify-content:space-around}.layout-align-gt-md-space-between,.layout-align-gt-md-space-between-center,.layout-align-gt-md-space-between-end,.layout-align-gt-md-space-between-start,.layout-align-gt-md-space-between-stretch{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.layout-align-gt-md-center-start,.layout-align-gt-md-end-start,.layout-align-gt-md-space-around-start,.layout-align-gt-md-space-between-start,.layout-align-gt-md-start-start{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.layout-align-gt-md-center-center,.layout-align-gt-md-end-center,.layout-align-gt-md-space-around-center,.layout-align-gt-md-space-between-center,.layout-align-gt-md-start-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-align-content:center;align-content:center;max-width:100%}.layout-align-gt-md-center-center>*,.layout-align-gt-md-end-center>*,.layout-align-gt-md-space-around-center>*,.layout-align-gt-md-space-between-center>*,.layout-align-gt-md-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-md-center-end,.layout-align-gt-md-end-end,.layout-align-gt-md-space-around-end,.layout-align-gt-md-space-between-end,.layout-align-gt-md-start-end{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-webkit-align-content:flex-end;align-content:flex-end}.layout-align-gt-md-center-stretch,.layout-align-gt-md-end-stretch,.layout-align-gt-md-space-around-stretch,.layout-align-gt-md-space-between-stretch,.layout-align-gt-md-start-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;align-content:stretch}.flex-gt-md{-webkit-flex:1;flex:1}.flex-gt-md,.flex-gt-md-grow{-webkit-box-flex:1;box-sizing:border-box}.flex-gt-md-grow{-webkit-flex:1 1 100%;flex:1 1 100%}.flex-gt-md-initial{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-md-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-gt-md-none{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-gt-md-noshrink{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-gt-md-nogrow{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-md-0,.layout-row>.flex-gt-md-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-0{min-width:0}.layout-column>.flex-gt-md-0{max-width:100%;max-height:0%}.layout-column>.flex-gt-md-0,.layout-gt-md-row>.flex-gt-md-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-0{max-width:0;max-height:100%;min-width:0}.layout-gt-md-column>.flex-gt-md-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;box-sizing:border-box;min-height:0}.flex-gt-md-5,.layout-row>.flex-gt-md-5{max-width:5%;max-height:100%}.flex-gt-md-5,.layout-column>.flex-gt-md-5,.layout-row>.flex-gt-md-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-5{max-width:100%;max-height:5%}.layout-gt-md-row>.flex-gt-md-5{max-width:5%;max-height:100%}.layout-gt-md-column>.flex-gt-md-5,.layout-gt-md-row>.flex-gt-md-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-5{max-width:100%;max-height:5%}.flex-gt-md-10,.layout-row>.flex-gt-md-10{max-width:10%;max-height:100%}.flex-gt-md-10,.layout-column>.flex-gt-md-10,.layout-row>.flex-gt-md-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-10{max-width:100%;max-height:10%}.layout-gt-md-row>.flex-gt-md-10{max-width:10%;max-height:100%}.layout-gt-md-column>.flex-gt-md-10,.layout-gt-md-row>.flex-gt-md-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-10{max-width:100%;max-height:10%}.flex-gt-md-15,.layout-row>.flex-gt-md-15{max-width:15%;max-height:100%}.flex-gt-md-15,.layout-column>.flex-gt-md-15,.layout-row>.flex-gt-md-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-15{max-width:100%;max-height:15%}.layout-gt-md-row>.flex-gt-md-15{max-width:15%;max-height:100%}.layout-gt-md-column>.flex-gt-md-15,.layout-gt-md-row>.flex-gt-md-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-15{max-width:100%;max-height:15%}.flex-gt-md-20,.layout-row>.flex-gt-md-20{max-width:20%;max-height:100%}.flex-gt-md-20,.layout-column>.flex-gt-md-20,.layout-row>.flex-gt-md-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-20{max-width:100%;max-height:20%}.layout-gt-md-row>.flex-gt-md-20{max-width:20%;max-height:100%}.layout-gt-md-column>.flex-gt-md-20,.layout-gt-md-row>.flex-gt-md-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-20{max-width:100%;max-height:20%}.flex-gt-md-25,.layout-row>.flex-gt-md-25{max-width:25%;max-height:100%}.flex-gt-md-25,.layout-column>.flex-gt-md-25,.layout-row>.flex-gt-md-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-25{max-width:100%;max-height:25%}.layout-gt-md-row>.flex-gt-md-25{max-width:25%;max-height:100%}.layout-gt-md-column>.flex-gt-md-25,.layout-gt-md-row>.flex-gt-md-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-25{max-width:100%;max-height:25%}.flex-gt-md-30,.layout-row>.flex-gt-md-30{max-width:30%;max-height:100%}.flex-gt-md-30,.layout-column>.flex-gt-md-30,.layout-row>.flex-gt-md-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-30{max-width:100%;max-height:30%}.layout-gt-md-row>.flex-gt-md-30{max-width:30%;max-height:100%}.layout-gt-md-column>.flex-gt-md-30,.layout-gt-md-row>.flex-gt-md-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-30{max-width:100%;max-height:30%}.flex-gt-md-35,.layout-row>.flex-gt-md-35{max-width:35%;max-height:100%}.flex-gt-md-35,.layout-column>.flex-gt-md-35,.layout-row>.flex-gt-md-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-35{max-width:100%;max-height:35%}.layout-gt-md-row>.flex-gt-md-35{max-width:35%;max-height:100%}.layout-gt-md-column>.flex-gt-md-35,.layout-gt-md-row>.flex-gt-md-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-35{max-width:100%;max-height:35%}.flex-gt-md-40,.layout-row>.flex-gt-md-40{max-width:40%;max-height:100%}.flex-gt-md-40,.layout-column>.flex-gt-md-40,.layout-row>.flex-gt-md-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-40{max-width:100%;max-height:40%}.layout-gt-md-row>.flex-gt-md-40{max-width:40%;max-height:100%}.layout-gt-md-column>.flex-gt-md-40,.layout-gt-md-row>.flex-gt-md-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-40{max-width:100%;max-height:40%}.flex-gt-md-45,.layout-row>.flex-gt-md-45{max-width:45%;max-height:100%}.flex-gt-md-45,.layout-column>.flex-gt-md-45,.layout-row>.flex-gt-md-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-45{max-width:100%;max-height:45%}.layout-gt-md-row>.flex-gt-md-45{max-width:45%;max-height:100%}.layout-gt-md-column>.flex-gt-md-45,.layout-gt-md-row>.flex-gt-md-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-45{max-width:100%;max-height:45%}.flex-gt-md-50,.layout-row>.flex-gt-md-50{max-width:50%;max-height:100%}.flex-gt-md-50,.layout-column>.flex-gt-md-50,.layout-row>.flex-gt-md-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-50{max-width:100%;max-height:50%}.layout-gt-md-row>.flex-gt-md-50{max-width:50%;max-height:100%}.layout-gt-md-column>.flex-gt-md-50,.layout-gt-md-row>.flex-gt-md-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-50{max-width:100%;max-height:50%}.flex-gt-md-55,.layout-row>.flex-gt-md-55{max-width:55%;max-height:100%}.flex-gt-md-55,.layout-column>.flex-gt-md-55,.layout-row>.flex-gt-md-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-55{max-width:100%;max-height:55%}.layout-gt-md-row>.flex-gt-md-55{max-width:55%;max-height:100%}.layout-gt-md-column>.flex-gt-md-55,.layout-gt-md-row>.flex-gt-md-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-55{max-width:100%;max-height:55%}.flex-gt-md-60,.layout-row>.flex-gt-md-60{max-width:60%;max-height:100%}.flex-gt-md-60,.layout-column>.flex-gt-md-60,.layout-row>.flex-gt-md-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-60{max-width:100%;max-height:60%}.layout-gt-md-row>.flex-gt-md-60{max-width:60%;max-height:100%}.layout-gt-md-column>.flex-gt-md-60,.layout-gt-md-row>.flex-gt-md-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-60{max-width:100%;max-height:60%}.flex-gt-md-65,.layout-row>.flex-gt-md-65{max-width:65%;max-height:100%}.flex-gt-md-65,.layout-column>.flex-gt-md-65,.layout-row>.flex-gt-md-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-65{max-width:100%;max-height:65%}.layout-gt-md-row>.flex-gt-md-65{max-width:65%;max-height:100%}.layout-gt-md-column>.flex-gt-md-65,.layout-gt-md-row>.flex-gt-md-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-65{max-width:100%;max-height:65%}.flex-gt-md-70,.layout-row>.flex-gt-md-70{max-width:70%;max-height:100%}.flex-gt-md-70,.layout-column>.flex-gt-md-70,.layout-row>.flex-gt-md-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-70{max-width:100%;max-height:70%}.layout-gt-md-row>.flex-gt-md-70{max-width:70%;max-height:100%}.layout-gt-md-column>.flex-gt-md-70,.layout-gt-md-row>.flex-gt-md-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-70{max-width:100%;max-height:70%}.flex-gt-md-75,.layout-row>.flex-gt-md-75{max-width:75%;max-height:100%}.flex-gt-md-75,.layout-column>.flex-gt-md-75,.layout-row>.flex-gt-md-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-75{max-width:100%;max-height:75%}.layout-gt-md-row>.flex-gt-md-75{max-width:75%;max-height:100%}.layout-gt-md-column>.flex-gt-md-75,.layout-gt-md-row>.flex-gt-md-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-75{max-width:100%;max-height:75%}.flex-gt-md-80,.layout-row>.flex-gt-md-80{max-width:80%;max-height:100%}.flex-gt-md-80,.layout-column>.flex-gt-md-80,.layout-row>.flex-gt-md-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-80{max-width:100%;max-height:80%}.layout-gt-md-row>.flex-gt-md-80{max-width:80%;max-height:100%}.layout-gt-md-column>.flex-gt-md-80,.layout-gt-md-row>.flex-gt-md-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-80{max-width:100%;max-height:80%}.flex-gt-md-85,.layout-row>.flex-gt-md-85{max-width:85%;max-height:100%}.flex-gt-md-85,.layout-column>.flex-gt-md-85,.layout-row>.flex-gt-md-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-85{max-width:100%;max-height:85%}.layout-gt-md-row>.flex-gt-md-85{max-width:85%;max-height:100%}.layout-gt-md-column>.flex-gt-md-85,.layout-gt-md-row>.flex-gt-md-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-85{max-width:100%;max-height:85%}.flex-gt-md-90,.layout-row>.flex-gt-md-90{max-width:90%;max-height:100%}.flex-gt-md-90,.layout-column>.flex-gt-md-90,.layout-row>.flex-gt-md-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-90{max-width:100%;max-height:90%}.layout-gt-md-row>.flex-gt-md-90{max-width:90%;max-height:100%}.layout-gt-md-column>.flex-gt-md-90,.layout-gt-md-row>.flex-gt-md-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-90{max-width:100%;max-height:90%}.flex-gt-md-95,.layout-row>.flex-gt-md-95{max-width:95%;max-height:100%}.flex-gt-md-95,.layout-column>.flex-gt-md-95,.layout-row>.flex-gt-md-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-md-95{max-width:100%;max-height:95%}.layout-gt-md-row>.flex-gt-md-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-95{max-height:95%}.flex-gt-md-100,.layout-gt-md-column>.flex-gt-md-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-gt-md-100{max-height:100%}.layout-column>.flex-gt-md-100,.layout-gt-md-column>.flex-gt-md-100,.layout-gt-md-row>.flex-gt-md-100,.layout-row>.flex-gt-md-100{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%}.layout-row>.flex-gt-md-33,.layout-row>.flex-gt-md-66{-webkit-box-flex:1;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%}.layout-column>.flex-gt-md-33{-webkit-box-flex:1;-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-md-66{-webkit-box-flex:1;-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-33{max-width:33.33%}.layout-gt-md-row>.flex-gt-md-33,.layout-gt-md-row>.flex-gt-md-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-height:100%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-66{max-width:66.66%}.layout-gt-md-row>.flex{min-width:0}.layout-gt-md-column>.flex-gt-md-33{max-height:33.33%}.layout-gt-md-column>.flex-gt-md-33,.layout-gt-md-column>.flex-gt-md-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-66{max-height:66.66%}.layout-gt-md-column>.flex{min-height:0}.layout-gt-md,.layout-gt-md-column,.layout-gt-md-row{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex}.layout-gt-md-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.layout-gt-md-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}}@media (min-width:1280px) and (max-width:1919px){.hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show){display:none}.flex-order-lg--20{-webkit-box-ordinal-group:-19;-webkit-order:-20;order:-20}.flex-order-lg--19{-webkit-box-ordinal-group:-18;-webkit-order:-19;order:-19}.flex-order-lg--18{-webkit-box-ordinal-group:-17;-webkit-order:-18;order:-18}.flex-order-lg--17{-webkit-box-ordinal-group:-16;-webkit-order:-17;order:-17}.flex-order-lg--16{-webkit-box-ordinal-group:-15;-webkit-order:-16;order:-16}.flex-order-lg--15{-webkit-box-ordinal-group:-14;-webkit-order:-15;order:-15}.flex-order-lg--14{-webkit-box-ordinal-group:-13;-webkit-order:-14;order:-14}.flex-order-lg--13{-webkit-box-ordinal-group:-12;-webkit-order:-13;order:-13}.flex-order-lg--12{-webkit-box-ordinal-group:-11;-webkit-order:-12;order:-12}.flex-order-lg--11{-webkit-box-ordinal-group:-10;-webkit-order:-11;order:-11}.flex-order-lg--10{-webkit-box-ordinal-group:-9;-webkit-order:-10;order:-10}.flex-order-lg--9{-webkit-box-ordinal-group:-8;-webkit-order:-9;order:-9}.flex-order-lg--8{-webkit-box-ordinal-group:-7;-webkit-order:-8;order:-8}.flex-order-lg--7{-webkit-box-ordinal-group:-6;-webkit-order:-7;order:-7}.flex-order-lg--6{-webkit-box-ordinal-group:-5;-webkit-order:-6;order:-6}.flex-order-lg--5{-webkit-box-ordinal-group:-4;-webkit-order:-5;order:-5}.flex-order-lg--4{-webkit-box-ordinal-group:-3;-webkit-order:-4;order:-4}.flex-order-lg--3{-webkit-box-ordinal-group:-2;-webkit-order:-3;order:-3}.flex-order-lg--2{-webkit-box-ordinal-group:-1;-webkit-order:-2;order:-2}.flex-order-lg--1{-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.flex-order-lg-0{-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.flex-order-lg-1{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.flex-order-lg-2{-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.flex-order-lg-3{-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.flex-order-lg-4{-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.flex-order-lg-5{-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.flex-order-lg-6{-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.flex-order-lg-7{-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.flex-order-lg-8{-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.flex-order-lg-9{-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.flex-order-lg-10{-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.flex-order-lg-11{-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.flex-order-lg-12{-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.flex-order-lg-13{-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.flex-order-lg-14{-webkit-box-ordinal-group:15;-webkit-order:14;order:14}.flex-order-lg-15{-webkit-box-ordinal-group:16;-webkit-order:15;order:15}.flex-order-lg-16{-webkit-box-ordinal-group:17;-webkit-order:16;order:16}.flex-order-lg-17{-webkit-box-ordinal-group:18;-webkit-order:17;order:17}.flex-order-lg-18{-webkit-box-ordinal-group:19;-webkit-order:18;order:18}.flex-order-lg-19{-webkit-box-ordinal-group:20;-webkit-order:19;order:19}.flex-order-lg-20{-webkit-box-ordinal-group:21;-webkit-order:20;order:20}.flex-offset-lg-0,.offset-lg-0{margin-left:0}[dir=rtl] .flex-offset-lg-0,[dir=rtl] .offset-lg-0{margin-left:auto;margin-right:0}.flex-offset-lg-5,.offset-lg-5{margin-left:5%}[dir=rtl] .flex-offset-lg-5,[dir=rtl] .offset-lg-5{margin-left:auto;margin-right:5%}.flex-offset-lg-10,.offset-lg-10{margin-left:10%}[dir=rtl] .flex-offset-lg-10,[dir=rtl] .offset-lg-10{margin-left:auto;margin-right:10%}.flex-offset-lg-15,.offset-lg-15{margin-left:15%}[dir=rtl] .flex-offset-lg-15,[dir=rtl] .offset-lg-15{margin-left:auto;margin-right:15%}.flex-offset-lg-20,.offset-lg-20{margin-left:20%}[dir=rtl] .flex-offset-lg-20,[dir=rtl] .offset-lg-20{margin-left:auto;margin-right:20%}.flex-offset-lg-25,.offset-lg-25{margin-left:25%}[dir=rtl] .flex-offset-lg-25,[dir=rtl] .offset-lg-25{margin-left:auto;margin-right:25%}.flex-offset-lg-30,.offset-lg-30{margin-left:30%}[dir=rtl] .flex-offset-lg-30,[dir=rtl] .offset-lg-30{margin-left:auto;margin-right:30%}.flex-offset-lg-35,.offset-lg-35{margin-left:35%}[dir=rtl] .flex-offset-lg-35,[dir=rtl] .offset-lg-35{margin-left:auto;margin-right:35%}.flex-offset-lg-40,.offset-lg-40{margin-left:40%}[dir=rtl] .flex-offset-lg-40,[dir=rtl] .offset-lg-40{margin-left:auto;margin-right:40%}.flex-offset-lg-45,.offset-lg-45{margin-left:45%}[dir=rtl] .flex-offset-lg-45,[dir=rtl] .offset-lg-45{margin-left:auto;margin-right:45%}.flex-offset-lg-50,.offset-lg-50{margin-left:50%}[dir=rtl] .flex-offset-lg-50,[dir=rtl] .offset-lg-50{margin-left:auto;margin-right:50%}.flex-offset-lg-55,.offset-lg-55{margin-left:55%}[dir=rtl] .flex-offset-lg-55,[dir=rtl] .offset-lg-55{margin-left:auto;margin-right:55%}.flex-offset-lg-60,.offset-lg-60{margin-left:60%}[dir=rtl] .flex-offset-lg-60,[dir=rtl] .offset-lg-60{margin-left:auto;margin-right:60%}.flex-offset-lg-65,.offset-lg-65{margin-left:65%}[dir=rtl] .flex-offset-lg-65,[dir=rtl] .offset-lg-65{margin-left:auto;margin-right:65%}.flex-offset-lg-70,.offset-lg-70{margin-left:70%}[dir=rtl] .flex-offset-lg-70,[dir=rtl] .offset-lg-70{margin-left:auto;margin-right:70%}.flex-offset-lg-75,.offset-lg-75{margin-left:75%}[dir=rtl] .flex-offset-lg-75,[dir=rtl] .offset-lg-75{margin-left:auto;margin-right:75%}.flex-offset-lg-80,.offset-lg-80{margin-left:80%}[dir=rtl] .flex-offset-lg-80,[dir=rtl] .offset-lg-80{margin-left:auto;margin-right:80%}.flex-offset-lg-85,.offset-lg-85{margin-left:85%}[dir=rtl] .flex-offset-lg-85,[dir=rtl] .offset-lg-85{margin-left:auto;margin-right:85%}.flex-offset-lg-90,.offset-lg-90{margin-left:90%}[dir=rtl] .flex-offset-lg-90,[dir=rtl] .offset-lg-90{margin-left:auto;margin-right:90%}.flex-offset-lg-95,.offset-lg-95{margin-left:95%}[dir=rtl] .flex-offset-lg-95,[dir=rtl] .offset-lg-95{margin-left:auto;margin-right:95%}.flex-offset-lg-33,.offset-lg-33{margin-left:33.33333%}.flex-offset-lg-66,.offset-lg-66{margin-left:66.66667%}[dir=rtl] .flex-offset-lg-66,[dir=rtl] .offset-lg-66{margin-left:auto;margin-right:66.66667%}.layout-align-lg,.layout-align-lg-start-stretch{-webkit-align-content:stretch;align-content:stretch;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}.layout-align-lg,.layout-align-lg-start,.layout-align-lg-start-center,.layout-align-lg-start-end,.layout-align-lg-start-start,.layout-align-lg-start-stretch{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.layout-align-lg-center,.layout-align-lg-center-center,.layout-align-lg-center-end,.layout-align-lg-center-start,.layout-align-lg-center-stretch{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.layout-align-lg-end,.layout-align-lg-end-center,.layout-align-lg-end-end,.layout-align-lg-end-start,.layout-align-lg-end-stretch{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.layout-align-lg-space-around,.layout-align-lg-space-around-center,.layout-align-lg-space-around-end,.layout-align-lg-space-around-start,.layout-align-lg-space-around-stretch{-webkit-justify-content:space-around;justify-content:space-around}.layout-align-lg-space-between,.layout-align-lg-space-between-center,.layout-align-lg-space-between-end,.layout-align-lg-space-between-start,.layout-align-lg-space-between-stretch{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.layout-align-lg-center-start,.layout-align-lg-end-start,.layout-align-lg-space-around-start,.layout-align-lg-space-between-start,.layout-align-lg-start-start{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.layout-align-lg-center-center,.layout-align-lg-end-center,.layout-align-lg-space-around-center,.layout-align-lg-space-between-center,.layout-align-lg-start-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-align-content:center;align-content:center;max-width:100%}.layout-align-lg-center-center>*,.layout-align-lg-end-center>*,.layout-align-lg-space-around-center>*,.layout-align-lg-space-between-center>*,.layout-align-lg-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-lg-center-end,.layout-align-lg-end-end,.layout-align-lg-space-around-end,.layout-align-lg-space-between-end,.layout-align-lg-start-end{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-webkit-align-content:flex-end;align-content:flex-end}.layout-align-lg-center-stretch,.layout-align-lg-end-stretch,.layout-align-lg-space-around-stretch,.layout-align-lg-space-between-stretch,.layout-align-lg-start-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;align-content:stretch}.flex-lg{-webkit-flex:1;flex:1}.flex-lg,.flex-lg-grow{-webkit-box-flex:1;box-sizing:border-box}.flex-lg-grow{-webkit-flex:1 1 100%;flex:1 1 100%}.flex-lg-initial{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-lg-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-lg-none{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-lg-noshrink{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-lg-nogrow{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-lg-0,.layout-row>.flex-lg-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-0{min-width:0}.layout-column>.flex-lg-0{max-width:100%;max-height:0%}.layout-column>.flex-lg-0,.layout-lg-row>.flex-lg-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-row>.flex-lg-0{max-width:0;max-height:100%;min-width:0}.layout-lg-column>.flex-lg-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;box-sizing:border-box;min-height:0}.flex-lg-5,.layout-row>.flex-lg-5{max-width:5%;max-height:100%}.flex-lg-5,.layout-column>.flex-lg-5,.layout-row>.flex-lg-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-5{max-width:100%;max-height:5%}.layout-lg-row>.flex-lg-5{max-width:5%;max-height:100%}.layout-lg-column>.flex-lg-5,.layout-lg-row>.flex-lg-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-5{max-width:100%;max-height:5%}.flex-lg-10,.layout-row>.flex-lg-10{max-width:10%;max-height:100%}.flex-lg-10,.layout-column>.flex-lg-10,.layout-row>.flex-lg-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-10{max-width:100%;max-height:10%}.layout-lg-row>.flex-lg-10{max-width:10%;max-height:100%}.layout-lg-column>.flex-lg-10,.layout-lg-row>.flex-lg-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-10{max-width:100%;max-height:10%}.flex-lg-15,.layout-row>.flex-lg-15{max-width:15%;max-height:100%}.flex-lg-15,.layout-column>.flex-lg-15,.layout-row>.flex-lg-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-15{max-width:100%;max-height:15%}.layout-lg-row>.flex-lg-15{max-width:15%;max-height:100%}.layout-lg-column>.flex-lg-15,.layout-lg-row>.flex-lg-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-15{max-width:100%;max-height:15%}.flex-lg-20,.layout-row>.flex-lg-20{max-width:20%;max-height:100%}.flex-lg-20,.layout-column>.flex-lg-20,.layout-row>.flex-lg-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-20{max-width:100%;max-height:20%}.layout-lg-row>.flex-lg-20{max-width:20%;max-height:100%}.layout-lg-column>.flex-lg-20,.layout-lg-row>.flex-lg-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-20{max-width:100%;max-height:20%}.flex-lg-25,.layout-row>.flex-lg-25{max-width:25%;max-height:100%}.flex-lg-25,.layout-column>.flex-lg-25,.layout-row>.flex-lg-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-25{max-width:100%;max-height:25%}.layout-lg-row>.flex-lg-25{max-width:25%;max-height:100%}.layout-lg-column>.flex-lg-25,.layout-lg-row>.flex-lg-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-25{max-width:100%;max-height:25%}.flex-lg-30,.layout-row>.flex-lg-30{max-width:30%;max-height:100%}.flex-lg-30,.layout-column>.flex-lg-30,.layout-row>.flex-lg-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-30{max-width:100%;max-height:30%}.layout-lg-row>.flex-lg-30{max-width:30%;max-height:100%}.layout-lg-column>.flex-lg-30,.layout-lg-row>.flex-lg-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-30{max-width:100%;max-height:30%}.flex-lg-35,.layout-row>.flex-lg-35{max-width:35%;max-height:100%}.flex-lg-35,.layout-column>.flex-lg-35,.layout-row>.flex-lg-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-35{max-width:100%;max-height:35%}.layout-lg-row>.flex-lg-35{max-width:35%;max-height:100%}.layout-lg-column>.flex-lg-35,.layout-lg-row>.flex-lg-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-35{max-width:100%;max-height:35%}.flex-lg-40,.layout-row>.flex-lg-40{max-width:40%;max-height:100%}.flex-lg-40,.layout-column>.flex-lg-40,.layout-row>.flex-lg-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-40{max-width:100%;max-height:40%}.layout-lg-row>.flex-lg-40{max-width:40%;max-height:100%}.layout-lg-column>.flex-lg-40,.layout-lg-row>.flex-lg-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-40{max-width:100%;max-height:40%}.flex-lg-45,.layout-row>.flex-lg-45{max-width:45%;max-height:100%}.flex-lg-45,.layout-column>.flex-lg-45,.layout-row>.flex-lg-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-45{max-width:100%;max-height:45%}.layout-lg-row>.flex-lg-45{max-width:45%;max-height:100%}.layout-lg-column>.flex-lg-45,.layout-lg-row>.flex-lg-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-45{max-width:100%;max-height:45%}.flex-lg-50,.layout-row>.flex-lg-50{max-width:50%;max-height:100%}.flex-lg-50,.layout-column>.flex-lg-50,.layout-row>.flex-lg-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-50{max-width:100%;max-height:50%}.layout-lg-row>.flex-lg-50{max-width:50%;max-height:100%}.layout-lg-column>.flex-lg-50,.layout-lg-row>.flex-lg-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-50{max-width:100%;max-height:50%}.flex-lg-55,.layout-row>.flex-lg-55{max-width:55%;max-height:100%}.flex-lg-55,.layout-column>.flex-lg-55,.layout-row>.flex-lg-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-55{max-width:100%;max-height:55%}.layout-lg-row>.flex-lg-55{max-width:55%;max-height:100%}.layout-lg-column>.flex-lg-55,.layout-lg-row>.flex-lg-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-55{max-width:100%;max-height:55%}.flex-lg-60,.layout-row>.flex-lg-60{max-width:60%;max-height:100%}.flex-lg-60,.layout-column>.flex-lg-60,.layout-row>.flex-lg-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-60{max-width:100%;max-height:60%}.layout-lg-row>.flex-lg-60{max-width:60%;max-height:100%}.layout-lg-column>.flex-lg-60,.layout-lg-row>.flex-lg-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-60{max-width:100%;max-height:60%}.flex-lg-65,.layout-row>.flex-lg-65{max-width:65%;max-height:100%}.flex-lg-65,.layout-column>.flex-lg-65,.layout-row>.flex-lg-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-65{max-width:100%;max-height:65%}.layout-lg-row>.flex-lg-65{max-width:65%;max-height:100%}.layout-lg-column>.flex-lg-65,.layout-lg-row>.flex-lg-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-65{max-width:100%;max-height:65%}.flex-lg-70,.layout-row>.flex-lg-70{max-width:70%;max-height:100%}.flex-lg-70,.layout-column>.flex-lg-70,.layout-row>.flex-lg-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-70{max-width:100%;max-height:70%}.layout-lg-row>.flex-lg-70{max-width:70%;max-height:100%}.layout-lg-column>.flex-lg-70,.layout-lg-row>.flex-lg-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-70{max-width:100%;max-height:70%}.flex-lg-75,.layout-row>.flex-lg-75{max-width:75%;max-height:100%}.flex-lg-75,.layout-column>.flex-lg-75,.layout-row>.flex-lg-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-75{max-width:100%;max-height:75%}.layout-lg-row>.flex-lg-75{max-width:75%;max-height:100%}.layout-lg-column>.flex-lg-75,.layout-lg-row>.flex-lg-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-75{max-width:100%;max-height:75%}.flex-lg-80,.layout-row>.flex-lg-80{max-width:80%;max-height:100%}.flex-lg-80,.layout-column>.flex-lg-80,.layout-row>.flex-lg-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-80{max-width:100%;max-height:80%}.layout-lg-row>.flex-lg-80{max-width:80%;max-height:100%}.layout-lg-column>.flex-lg-80,.layout-lg-row>.flex-lg-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-80{max-width:100%;max-height:80%}.flex-lg-85,.layout-row>.flex-lg-85{max-width:85%;max-height:100%}.flex-lg-85,.layout-column>.flex-lg-85,.layout-row>.flex-lg-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-85{max-width:100%;max-height:85%}.layout-lg-row>.flex-lg-85{max-width:85%;max-height:100%}.layout-lg-column>.flex-lg-85,.layout-lg-row>.flex-lg-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-85{max-width:100%;max-height:85%}.flex-lg-90,.layout-row>.flex-lg-90{max-width:90%;max-height:100%}.flex-lg-90,.layout-column>.flex-lg-90,.layout-row>.flex-lg-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-90{max-width:100%;max-height:90%}.layout-lg-row>.flex-lg-90{max-width:90%;max-height:100%}.layout-lg-column>.flex-lg-90,.layout-lg-row>.flex-lg-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-lg-column>.flex-lg-90{max-width:100%;max-height:90%}.flex-lg-95,.layout-row>.flex-lg-95{max-width:95%;max-height:100%}.flex-lg-95,.layout-column>.flex-lg-95,.layout-row>.flex-lg-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-lg-95{max-width:100%;max-height:95%}.layout-lg-row>.flex-lg-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-95{max-height:95%}.flex-lg-100,.layout-lg-column>.flex-lg-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-lg-100{max-height:100%}.layout-column>.flex-lg-100,.layout-lg-column>.flex-lg-100,.layout-lg-row>.flex-lg-100,.layout-row>.flex-lg-100{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%}.layout-row>.flex-lg-33,.layout-row>.flex-lg-66{-webkit-box-flex:1;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%}.layout-column>.flex-lg-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-height:33.33%}.layout-column>.flex-lg-33,.layout-column>.flex-lg-66{-webkit-box-flex:1;max-width:100%;box-sizing:border-box}.layout-column>.flex-lg-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-height:66.66%}.layout-lg-row>.flex-lg-33{max-width:33.33%}.layout-lg-row>.flex-lg-33,.layout-lg-row>.flex-lg-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-height:100%;box-sizing:border-box}.layout-lg-row>.flex-lg-66{max-width:66.66%}.layout-lg-row>.flex{min-width:0}.layout-lg-column>.flex-lg-33{max-height:33.33%}.layout-lg-column>.flex-lg-33,.layout-lg-column>.flex-lg-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-66{max-height:66.66%}.layout-lg-column>.flex{min-height:0}.layout-lg,.layout-lg-column,.layout-lg-row{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex}.layout-lg-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.layout-lg-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}}@media (min-width:1920px){.flex-order-gt-lg--20{-webkit-box-ordinal-group:-19;-webkit-order:-20;order:-20}.flex-order-gt-lg--19{-webkit-box-ordinal-group:-18;-webkit-order:-19;order:-19}.flex-order-gt-lg--18{-webkit-box-ordinal-group:-17;-webkit-order:-18;order:-18}.flex-order-gt-lg--17{-webkit-box-ordinal-group:-16;-webkit-order:-17;order:-17}.flex-order-gt-lg--16{-webkit-box-ordinal-group:-15;-webkit-order:-16;order:-16}.flex-order-gt-lg--15{-webkit-box-ordinal-group:-14;-webkit-order:-15;order:-15}.flex-order-gt-lg--14{-webkit-box-ordinal-group:-13;-webkit-order:-14;order:-14}.flex-order-gt-lg--13{-webkit-box-ordinal-group:-12;-webkit-order:-13;order:-13}.flex-order-gt-lg--12{-webkit-box-ordinal-group:-11;-webkit-order:-12;order:-12}.flex-order-gt-lg--11{-webkit-box-ordinal-group:-10;-webkit-order:-11;order:-11}.flex-order-gt-lg--10{-webkit-box-ordinal-group:-9;-webkit-order:-10;order:-10}.flex-order-gt-lg--9{-webkit-box-ordinal-group:-8;-webkit-order:-9;order:-9}.flex-order-gt-lg--8{-webkit-box-ordinal-group:-7;-webkit-order:-8;order:-8}.flex-order-gt-lg--7{-webkit-box-ordinal-group:-6;-webkit-order:-7;order:-7}.flex-order-gt-lg--6{-webkit-box-ordinal-group:-5;-webkit-order:-6;order:-6}.flex-order-gt-lg--5{-webkit-box-ordinal-group:-4;-webkit-order:-5;order:-5}.flex-order-gt-lg--4{-webkit-box-ordinal-group:-3;-webkit-order:-4;order:-4}.flex-order-gt-lg--3{-webkit-box-ordinal-group:-2;-webkit-order:-3;order:-3}.flex-order-gt-lg--2{-webkit-box-ordinal-group:-1;-webkit-order:-2;order:-2}.flex-order-gt-lg--1{-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.flex-order-gt-lg-0{-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.flex-order-gt-lg-1{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.flex-order-gt-lg-2{-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.flex-order-gt-lg-3{-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.flex-order-gt-lg-4{-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.flex-order-gt-lg-5{-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.flex-order-gt-lg-6{-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.flex-order-gt-lg-7{-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.flex-order-gt-lg-8{-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.flex-order-gt-lg-9{-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.flex-order-gt-lg-10{-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.flex-order-gt-lg-11{-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.flex-order-gt-lg-12{-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.flex-order-gt-lg-13{-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.flex-order-gt-lg-14{-webkit-box-ordinal-group:15;-webkit-order:14;order:14}.flex-order-gt-lg-15{-webkit-box-ordinal-group:16;-webkit-order:15;order:15}.flex-order-gt-lg-16{-webkit-box-ordinal-group:17;-webkit-order:16;order:16}.flex-order-gt-lg-17{-webkit-box-ordinal-group:18;-webkit-order:17;order:17}.flex-order-gt-lg-18{-webkit-box-ordinal-group:19;-webkit-order:18;order:18}.flex-order-gt-lg-19{-webkit-box-ordinal-group:20;-webkit-order:19;order:19}.flex-order-gt-lg-20{-webkit-box-ordinal-group:21;-webkit-order:20;order:20}.flex-offset-gt-lg-0,.offset-gt-lg-0{margin-left:0}[dir=rtl] .flex-offset-gt-lg-0,[dir=rtl] .offset-gt-lg-0{margin-left:auto;margin-right:0}.flex-offset-gt-lg-5,.offset-gt-lg-5{margin-left:5%}[dir=rtl] .flex-offset-gt-lg-5,[dir=rtl] .offset-gt-lg-5{margin-left:auto;margin-right:5%}.flex-offset-gt-lg-10,.offset-gt-lg-10{margin-left:10%}[dir=rtl] .flex-offset-gt-lg-10,[dir=rtl] .offset-gt-lg-10{margin-left:auto;margin-right:10%}.flex-offset-gt-lg-15,.offset-gt-lg-15{margin-left:15%}[dir=rtl] .flex-offset-gt-lg-15,[dir=rtl] .offset-gt-lg-15{margin-left:auto;margin-right:15%}.flex-offset-gt-lg-20,.offset-gt-lg-20{margin-left:20%}[dir=rtl] .flex-offset-gt-lg-20,[dir=rtl] .offset-gt-lg-20{margin-left:auto;margin-right:20%}.flex-offset-gt-lg-25,.offset-gt-lg-25{margin-left:25%}[dir=rtl] .flex-offset-gt-lg-25,[dir=rtl] .offset-gt-lg-25{margin-left:auto;margin-right:25%}.flex-offset-gt-lg-30,.offset-gt-lg-30{margin-left:30%}[dir=rtl] .flex-offset-gt-lg-30,[dir=rtl] .offset-gt-lg-30{margin-left:auto;margin-right:30%}.flex-offset-gt-lg-35,.offset-gt-lg-35{margin-left:35%}[dir=rtl] .flex-offset-gt-lg-35,[dir=rtl] .offset-gt-lg-35{margin-left:auto;margin-right:35%}.flex-offset-gt-lg-40,.offset-gt-lg-40{margin-left:40%}[dir=rtl] .flex-offset-gt-lg-40,[dir=rtl] .offset-gt-lg-40{margin-left:auto;margin-right:40%}.flex-offset-gt-lg-45,.offset-gt-lg-45{margin-left:45%}[dir=rtl] .flex-offset-gt-lg-45,[dir=rtl] .offset-gt-lg-45{margin-left:auto;margin-right:45%}.flex-offset-gt-lg-50,.offset-gt-lg-50{margin-left:50%}[dir=rtl] .flex-offset-gt-lg-50,[dir=rtl] .offset-gt-lg-50{margin-left:auto;margin-right:50%}.flex-offset-gt-lg-55,.offset-gt-lg-55{margin-left:55%}[dir=rtl] .flex-offset-gt-lg-55,[dir=rtl] .offset-gt-lg-55{margin-left:auto;margin-right:55%}.flex-offset-gt-lg-60,.offset-gt-lg-60{margin-left:60%}[dir=rtl] .flex-offset-gt-lg-60,[dir=rtl] .offset-gt-lg-60{margin-left:auto;margin-right:60%}.flex-offset-gt-lg-65,.offset-gt-lg-65{margin-left:65%}[dir=rtl] .flex-offset-gt-lg-65,[dir=rtl] .offset-gt-lg-65{margin-left:auto;margin-right:65%}.flex-offset-gt-lg-70,.offset-gt-lg-70{margin-left:70%}[dir=rtl] .flex-offset-gt-lg-70,[dir=rtl] .offset-gt-lg-70{margin-left:auto;margin-right:70%}.flex-offset-gt-lg-75,.offset-gt-lg-75{margin-left:75%}[dir=rtl] .flex-offset-gt-lg-75,[dir=rtl] .offset-gt-lg-75{margin-left:auto;margin-right:75%}.flex-offset-gt-lg-80,.offset-gt-lg-80{margin-left:80%}[dir=rtl] .flex-offset-gt-lg-80,[dir=rtl] .offset-gt-lg-80{margin-left:auto;margin-right:80%}.flex-offset-gt-lg-85,.offset-gt-lg-85{margin-left:85%}[dir=rtl] .flex-offset-gt-lg-85,[dir=rtl] .offset-gt-lg-85{margin-left:auto;margin-right:85%}.flex-offset-gt-lg-90,.offset-gt-lg-90{margin-left:90%}[dir=rtl] .flex-offset-gt-lg-90,[dir=rtl] .offset-gt-lg-90{margin-left:auto;margin-right:90%}.flex-offset-gt-lg-95,.offset-gt-lg-95{margin-left:95%}[dir=rtl] .flex-offset-gt-lg-95,[dir=rtl] .offset-gt-lg-95{margin-left:auto;margin-right:95%}.flex-offset-gt-lg-33,.offset-gt-lg-33{margin-left:33.33333%}.flex-offset-gt-lg-66,.offset-gt-lg-66{margin-left:66.66667%}[dir=rtl] .flex-offset-gt-lg-66,[dir=rtl] .offset-gt-lg-66{margin-left:auto;margin-right:66.66667%}.layout-align-gt-lg,.layout-align-gt-lg-start-stretch{-webkit-align-content:stretch;align-content:stretch;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}.layout-align-gt-lg,.layout-align-gt-lg-start,.layout-align-gt-lg-start-center,.layout-align-gt-lg-start-end,.layout-align-gt-lg-start-start,.layout-align-gt-lg-start-stretch{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.layout-align-gt-lg-center,.layout-align-gt-lg-center-center,.layout-align-gt-lg-center-end,.layout-align-gt-lg-center-start,.layout-align-gt-lg-center-stretch{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.layout-align-gt-lg-end,.layout-align-gt-lg-end-center,.layout-align-gt-lg-end-end,.layout-align-gt-lg-end-start,.layout-align-gt-lg-end-stretch{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.layout-align-gt-lg-space-around,.layout-align-gt-lg-space-around-center,.layout-align-gt-lg-space-around-end,.layout-align-gt-lg-space-around-start,.layout-align-gt-lg-space-around-stretch{-webkit-justify-content:space-around;justify-content:space-around}.layout-align-gt-lg-space-between,.layout-align-gt-lg-space-between-center,.layout-align-gt-lg-space-between-end,.layout-align-gt-lg-space-between-start,.layout-align-gt-lg-space-between-stretch{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.layout-align-gt-lg-center-start,.layout-align-gt-lg-end-start,.layout-align-gt-lg-space-around-start,.layout-align-gt-lg-space-between-start,.layout-align-gt-lg-start-start{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.layout-align-gt-lg-center-center,.layout-align-gt-lg-end-center,.layout-align-gt-lg-space-around-center,.layout-align-gt-lg-space-between-center,.layout-align-gt-lg-start-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-align-content:center;align-content:center;max-width:100%}.layout-align-gt-lg-center-center>*,.layout-align-gt-lg-end-center>*,.layout-align-gt-lg-space-around-center>*,.layout-align-gt-lg-space-between-center>*,.layout-align-gt-lg-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-lg-center-end,.layout-align-gt-lg-end-end,.layout-align-gt-lg-space-around-end,.layout-align-gt-lg-space-between-end,.layout-align-gt-lg-start-end{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-webkit-align-content:flex-end;align-content:flex-end}.layout-align-gt-lg-center-stretch,.layout-align-gt-lg-end-stretch,.layout-align-gt-lg-space-around-stretch,.layout-align-gt-lg-space-between-stretch,.layout-align-gt-lg-start-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;align-content:stretch}.flex-gt-lg{-webkit-flex:1;flex:1}.flex-gt-lg,.flex-gt-lg-grow{-webkit-box-flex:1;box-sizing:border-box}.flex-gt-lg-grow{-webkit-flex:1 1 100%;flex:1 1 100%}.flex-gt-lg-initial{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-lg-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-gt-lg-none{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-gt-lg-noshrink{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-gt-lg-nogrow{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-lg-0,.layout-row>.flex-gt-lg-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-0{min-width:0}.layout-column>.flex-gt-lg-0{max-width:100%;max-height:0%}.layout-column>.flex-gt-lg-0,.layout-gt-lg-row>.flex-gt-lg-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-0{max-width:0;max-height:100%;min-width:0}.layout-gt-lg-column>.flex-gt-lg-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;box-sizing:border-box;min-height:0}.flex-gt-lg-5,.layout-row>.flex-gt-lg-5{max-width:5%;max-height:100%}.flex-gt-lg-5,.layout-column>.flex-gt-lg-5,.layout-row>.flex-gt-lg-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-5{max-width:100%;max-height:5%}.layout-gt-lg-row>.flex-gt-lg-5{max-width:5%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-5,.layout-gt-lg-row>.flex-gt-lg-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-5{max-width:100%;max-height:5%}.flex-gt-lg-10,.layout-row>.flex-gt-lg-10{max-width:10%;max-height:100%}.flex-gt-lg-10,.layout-column>.flex-gt-lg-10,.layout-row>.flex-gt-lg-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-10{max-width:100%;max-height:10%}.layout-gt-lg-row>.flex-gt-lg-10{max-width:10%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-10,.layout-gt-lg-row>.flex-gt-lg-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-10{max-width:100%;max-height:10%}.flex-gt-lg-15,.layout-row>.flex-gt-lg-15{max-width:15%;max-height:100%}.flex-gt-lg-15,.layout-column>.flex-gt-lg-15,.layout-row>.flex-gt-lg-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-15{max-width:100%;max-height:15%}.layout-gt-lg-row>.flex-gt-lg-15{max-width:15%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-15,.layout-gt-lg-row>.flex-gt-lg-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-15{max-width:100%;max-height:15%}.flex-gt-lg-20,.layout-row>.flex-gt-lg-20{max-width:20%;max-height:100%}.flex-gt-lg-20,.layout-column>.flex-gt-lg-20,.layout-row>.flex-gt-lg-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-20{max-width:100%;max-height:20%}.layout-gt-lg-row>.flex-gt-lg-20{max-width:20%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-20,.layout-gt-lg-row>.flex-gt-lg-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-20{max-width:100%;max-height:20%}.flex-gt-lg-25,.layout-row>.flex-gt-lg-25{max-width:25%;max-height:100%}.flex-gt-lg-25,.layout-column>.flex-gt-lg-25,.layout-row>.flex-gt-lg-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-25{max-width:100%;max-height:25%}.layout-gt-lg-row>.flex-gt-lg-25{max-width:25%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-25,.layout-gt-lg-row>.flex-gt-lg-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-25{max-width:100%;max-height:25%}.flex-gt-lg-30,.layout-row>.flex-gt-lg-30{max-width:30%;max-height:100%}.flex-gt-lg-30,.layout-column>.flex-gt-lg-30,.layout-row>.flex-gt-lg-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-30{max-width:100%;max-height:30%}.layout-gt-lg-row>.flex-gt-lg-30{max-width:30%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-30,.layout-gt-lg-row>.flex-gt-lg-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-30{max-width:100%;max-height:30%}.flex-gt-lg-35,.layout-row>.flex-gt-lg-35{max-width:35%;max-height:100%}.flex-gt-lg-35,.layout-column>.flex-gt-lg-35,.layout-row>.flex-gt-lg-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-35{max-width:100%;max-height:35%}.layout-gt-lg-row>.flex-gt-lg-35{max-width:35%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-35,.layout-gt-lg-row>.flex-gt-lg-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-35{max-width:100%;max-height:35%}.flex-gt-lg-40,.layout-row>.flex-gt-lg-40{max-width:40%;max-height:100%}.flex-gt-lg-40,.layout-column>.flex-gt-lg-40,.layout-row>.flex-gt-lg-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-40{max-width:100%;max-height:40%}.layout-gt-lg-row>.flex-gt-lg-40{max-width:40%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-40,.layout-gt-lg-row>.flex-gt-lg-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-40{max-width:100%;max-height:40%}.flex-gt-lg-45,.layout-row>.flex-gt-lg-45{max-width:45%;max-height:100%}.flex-gt-lg-45,.layout-column>.flex-gt-lg-45,.layout-row>.flex-gt-lg-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-45{max-width:100%;max-height:45%}.layout-gt-lg-row>.flex-gt-lg-45{max-width:45%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-45,.layout-gt-lg-row>.flex-gt-lg-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-45{max-width:100%;max-height:45%}.flex-gt-lg-50,.layout-row>.flex-gt-lg-50{max-width:50%;max-height:100%}.flex-gt-lg-50,.layout-column>.flex-gt-lg-50,.layout-row>.flex-gt-lg-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-50{max-width:100%;max-height:50%}.layout-gt-lg-row>.flex-gt-lg-50{max-width:50%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-50,.layout-gt-lg-row>.flex-gt-lg-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-50{max-width:100%;max-height:50%}.flex-gt-lg-55,.layout-row>.flex-gt-lg-55{max-width:55%;max-height:100%}.flex-gt-lg-55,.layout-column>.flex-gt-lg-55,.layout-row>.flex-gt-lg-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-55{max-width:100%;max-height:55%}.layout-gt-lg-row>.flex-gt-lg-55{max-width:55%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-55,.layout-gt-lg-row>.flex-gt-lg-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-55{max-width:100%;max-height:55%}.flex-gt-lg-60,.layout-row>.flex-gt-lg-60{max-width:60%;max-height:100%}.flex-gt-lg-60,.layout-column>.flex-gt-lg-60,.layout-row>.flex-gt-lg-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-60{max-width:100%;max-height:60%}.layout-gt-lg-row>.flex-gt-lg-60{max-width:60%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-60,.layout-gt-lg-row>.flex-gt-lg-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-60{max-width:100%;max-height:60%}.flex-gt-lg-65,.layout-row>.flex-gt-lg-65{max-width:65%;max-height:100%}.flex-gt-lg-65,.layout-column>.flex-gt-lg-65,.layout-row>.flex-gt-lg-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-65{max-width:100%;max-height:65%}.layout-gt-lg-row>.flex-gt-lg-65{max-width:65%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-65,.layout-gt-lg-row>.flex-gt-lg-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-65{max-width:100%;max-height:65%}.flex-gt-lg-70,.layout-row>.flex-gt-lg-70{max-width:70%;max-height:100%}.flex-gt-lg-70,.layout-column>.flex-gt-lg-70,.layout-row>.flex-gt-lg-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-70{max-width:100%;max-height:70%}.layout-gt-lg-row>.flex-gt-lg-70{max-width:70%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-70,.layout-gt-lg-row>.flex-gt-lg-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-70{max-width:100%;max-height:70%}.flex-gt-lg-75,.layout-row>.flex-gt-lg-75{max-width:75%;max-height:100%}.flex-gt-lg-75,.layout-column>.flex-gt-lg-75,.layout-row>.flex-gt-lg-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-75{max-width:100%;max-height:75%}.layout-gt-lg-row>.flex-gt-lg-75{max-width:75%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-75,.layout-gt-lg-row>.flex-gt-lg-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-75{max-width:100%;max-height:75%}.flex-gt-lg-80,.layout-row>.flex-gt-lg-80{max-width:80%;max-height:100%}.flex-gt-lg-80,.layout-column>.flex-gt-lg-80,.layout-row>.flex-gt-lg-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-80{max-width:100%;max-height:80%}.layout-gt-lg-row>.flex-gt-lg-80{max-width:80%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-80,.layout-gt-lg-row>.flex-gt-lg-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-80{max-width:100%;max-height:80%}.flex-gt-lg-85,.layout-row>.flex-gt-lg-85{max-width:85%;max-height:100%}.flex-gt-lg-85,.layout-column>.flex-gt-lg-85,.layout-row>.flex-gt-lg-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-85{max-width:100%;max-height:85%}.layout-gt-lg-row>.flex-gt-lg-85{max-width:85%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-85,.layout-gt-lg-row>.flex-gt-lg-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-85{max-width:100%;max-height:85%}.flex-gt-lg-90,.layout-row>.flex-gt-lg-90{max-width:90%;max-height:100%}.flex-gt-lg-90,.layout-column>.flex-gt-lg-90,.layout-row>.flex-gt-lg-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-90{max-width:100%;max-height:90%}.layout-gt-lg-row>.flex-gt-lg-90{max-width:90%;max-height:100%}.layout-gt-lg-column>.flex-gt-lg-90,.layout-gt-lg-row>.flex-gt-lg-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-90{max-width:100%;max-height:90%}.flex-gt-lg-95,.layout-row>.flex-gt-lg-95{max-width:95%;max-height:100%}.flex-gt-lg-95,.layout-column>.flex-gt-lg-95,.layout-row>.flex-gt-lg-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-gt-lg-95{max-width:100%;max-height:95%}.layout-gt-lg-row>.flex-gt-lg-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-95{max-height:95%}.flex-gt-lg-100,.layout-gt-lg-column>.flex-gt-lg-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-gt-lg-100{max-height:100%}.layout-column>.flex-gt-lg-100,.layout-gt-lg-column>.flex-gt-lg-100,.layout-gt-lg-row>.flex-gt-lg-100,.layout-row>.flex-gt-lg-100{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%}.layout-row>.flex-gt-lg-33,.layout-row>.flex-gt-lg-66{-webkit-box-flex:1;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%}.layout-column>.flex-gt-lg-33{-webkit-box-flex:1;-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-lg-66{-webkit-box-flex:1;-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-33{max-width:33.33%}.layout-gt-lg-row>.flex-gt-lg-33,.layout-gt-lg-row>.flex-gt-lg-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-height:100%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-66{max-width:66.66%}.layout-gt-lg-row>.flex{min-width:0}.layout-gt-lg-column>.flex-gt-lg-33{max-height:33.33%}.layout-gt-lg-column>.flex-gt-lg-33,.layout-gt-lg-column>.flex-gt-lg-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-66{max-height:66.66%}.layout-gt-lg-column>.flex{min-height:0}.layout-gt-lg,.layout-gt-lg-column,.layout-gt-lg-row{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex}.layout-gt-lg-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.layout-gt-lg-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.flex-order-xl--20{-webkit-box-ordinal-group:-19;-webkit-order:-20;order:-20}.flex-order-xl--19{-webkit-box-ordinal-group:-18;-webkit-order:-19;order:-19}.flex-order-xl--18{-webkit-box-ordinal-group:-17;-webkit-order:-18;order:-18}.flex-order-xl--17{-webkit-box-ordinal-group:-16;-webkit-order:-17;order:-17}.flex-order-xl--16{-webkit-box-ordinal-group:-15;-webkit-order:-16;order:-16}.flex-order-xl--15{-webkit-box-ordinal-group:-14;-webkit-order:-15;order:-15}.flex-order-xl--14{-webkit-box-ordinal-group:-13;-webkit-order:-14;order:-14}.flex-order-xl--13{-webkit-box-ordinal-group:-12;-webkit-order:-13;order:-13}.flex-order-xl--12{-webkit-box-ordinal-group:-11;-webkit-order:-12;order:-12}.flex-order-xl--11{-webkit-box-ordinal-group:-10;-webkit-order:-11;order:-11}.flex-order-xl--10{-webkit-box-ordinal-group:-9;-webkit-order:-10;order:-10}.flex-order-xl--9{-webkit-box-ordinal-group:-8;-webkit-order:-9;order:-9}.flex-order-xl--8{-webkit-box-ordinal-group:-7;-webkit-order:-8;order:-8}.flex-order-xl--7{-webkit-box-ordinal-group:-6;-webkit-order:-7;order:-7}.flex-order-xl--6{-webkit-box-ordinal-group:-5;-webkit-order:-6;order:-6}.flex-order-xl--5{-webkit-box-ordinal-group:-4;-webkit-order:-5;order:-5}.flex-order-xl--4{-webkit-box-ordinal-group:-3;-webkit-order:-4;order:-4}.flex-order-xl--3{-webkit-box-ordinal-group:-2;-webkit-order:-3;order:-3}.flex-order-xl--2{-webkit-box-ordinal-group:-1;-webkit-order:-2;order:-2}.flex-order-xl--1{-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.flex-order-xl-0{-webkit-box-ordinal-group:1;-webkit-order:0;order:0}.flex-order-xl-1{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.flex-order-xl-2{-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.flex-order-xl-3{-webkit-box-ordinal-group:4;-webkit-order:3;order:3}.flex-order-xl-4{-webkit-box-ordinal-group:5;-webkit-order:4;order:4}.flex-order-xl-5{-webkit-box-ordinal-group:6;-webkit-order:5;order:5}.flex-order-xl-6{-webkit-box-ordinal-group:7;-webkit-order:6;order:6}.flex-order-xl-7{-webkit-box-ordinal-group:8;-webkit-order:7;order:7}.flex-order-xl-8{-webkit-box-ordinal-group:9;-webkit-order:8;order:8}.flex-order-xl-9{-webkit-box-ordinal-group:10;-webkit-order:9;order:9}.flex-order-xl-10{-webkit-box-ordinal-group:11;-webkit-order:10;order:10}.flex-order-xl-11{-webkit-box-ordinal-group:12;-webkit-order:11;order:11}.flex-order-xl-12{-webkit-box-ordinal-group:13;-webkit-order:12;order:12}.flex-order-xl-13{-webkit-box-ordinal-group:14;-webkit-order:13;order:13}.flex-order-xl-14{-webkit-box-ordinal-group:15;-webkit-order:14;order:14}.flex-order-xl-15{-webkit-box-ordinal-group:16;-webkit-order:15;order:15}.flex-order-xl-16{-webkit-box-ordinal-group:17;-webkit-order:16;order:16}.flex-order-xl-17{-webkit-box-ordinal-group:18;-webkit-order:17;order:17}.flex-order-xl-18{-webkit-box-ordinal-group:19;-webkit-order:18;order:18}.flex-order-xl-19{-webkit-box-ordinal-group:20;-webkit-order:19;order:19}.flex-order-xl-20{-webkit-box-ordinal-group:21;-webkit-order:20;order:20}.flex-offset-xl-0,.offset-xl-0{margin-left:0}[dir=rtl] .flex-offset-xl-0,[dir=rtl] .offset-xl-0{margin-left:auto;margin-right:0}.flex-offset-xl-5,.offset-xl-5{margin-left:5%}[dir=rtl] .flex-offset-xl-5,[dir=rtl] .offset-xl-5{margin-left:auto;margin-right:5%}.flex-offset-xl-10,.offset-xl-10{margin-left:10%}[dir=rtl] .flex-offset-xl-10,[dir=rtl] .offset-xl-10{margin-left:auto;margin-right:10%}.flex-offset-xl-15,.offset-xl-15{margin-left:15%}[dir=rtl] .flex-offset-xl-15,[dir=rtl] .offset-xl-15{margin-left:auto;margin-right:15%}.flex-offset-xl-20,.offset-xl-20{margin-left:20%}[dir=rtl] .flex-offset-xl-20,[dir=rtl] .offset-xl-20{margin-left:auto;margin-right:20%}.flex-offset-xl-25,.offset-xl-25{margin-left:25%}[dir=rtl] .flex-offset-xl-25,[dir=rtl] .offset-xl-25{margin-left:auto;margin-right:25%}.flex-offset-xl-30,.offset-xl-30{margin-left:30%}[dir=rtl] .flex-offset-xl-30,[dir=rtl] .offset-xl-30{margin-left:auto;margin-right:30%}.flex-offset-xl-35,.offset-xl-35{margin-left:35%}[dir=rtl] .flex-offset-xl-35,[dir=rtl] .offset-xl-35{margin-left:auto;margin-right:35%}.flex-offset-xl-40,.offset-xl-40{margin-left:40%}[dir=rtl] .flex-offset-xl-40,[dir=rtl] .offset-xl-40{margin-left:auto;margin-right:40%}.flex-offset-xl-45,.offset-xl-45{margin-left:45%}[dir=rtl] .flex-offset-xl-45,[dir=rtl] .offset-xl-45{margin-left:auto;margin-right:45%}.flex-offset-xl-50,.offset-xl-50{margin-left:50%}[dir=rtl] .flex-offset-xl-50,[dir=rtl] .offset-xl-50{margin-left:auto;margin-right:50%}.flex-offset-xl-55,.offset-xl-55{margin-left:55%}[dir=rtl] .flex-offset-xl-55,[dir=rtl] .offset-xl-55{margin-left:auto;margin-right:55%}.flex-offset-xl-60,.offset-xl-60{margin-left:60%}[dir=rtl] .flex-offset-xl-60,[dir=rtl] .offset-xl-60{margin-left:auto;margin-right:60%}.flex-offset-xl-65,.offset-xl-65{margin-left:65%}[dir=rtl] .flex-offset-xl-65,[dir=rtl] .offset-xl-65{margin-left:auto;margin-right:65%}.flex-offset-xl-70,.offset-xl-70{margin-left:70%}[dir=rtl] .flex-offset-xl-70,[dir=rtl] .offset-xl-70{margin-left:auto;margin-right:70%}.flex-offset-xl-75,.offset-xl-75{margin-left:75%}[dir=rtl] .flex-offset-xl-75,[dir=rtl] .offset-xl-75{margin-left:auto;margin-right:75%}.flex-offset-xl-80,.offset-xl-80{margin-left:80%}[dir=rtl] .flex-offset-xl-80,[dir=rtl] .offset-xl-80{margin-left:auto;margin-right:80%}.flex-offset-xl-85,.offset-xl-85{margin-left:85%}[dir=rtl] .flex-offset-xl-85,[dir=rtl] .offset-xl-85{margin-left:auto;margin-right:85%}.flex-offset-xl-90,.offset-xl-90{margin-left:90%}[dir=rtl] .flex-offset-xl-90,[dir=rtl] .offset-xl-90{margin-left:auto;margin-right:90%}.flex-offset-xl-95,.offset-xl-95{margin-left:95%}[dir=rtl] .flex-offset-xl-95,[dir=rtl] .offset-xl-95{margin-left:auto;margin-right:95%}.flex-offset-xl-33,.offset-xl-33{margin-left:33.33333%}.flex-offset-xl-66,.offset-xl-66{margin-left:66.66667%}[dir=rtl] .flex-offset-xl-66,[dir=rtl] .offset-xl-66{margin-left:auto;margin-right:66.66667%}.layout-align-xl,.layout-align-xl-start-stretch{-webkit-align-content:stretch;align-content:stretch;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}.layout-align-xl,.layout-align-xl-start,.layout-align-xl-start-center,.layout-align-xl-start-end,.layout-align-xl-start-start,.layout-align-xl-start-stretch{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.layout-align-xl-center,.layout-align-xl-center-center,.layout-align-xl-center-end,.layout-align-xl-center-start,.layout-align-xl-center-stretch{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.layout-align-xl-end,.layout-align-xl-end-center,.layout-align-xl-end-end,.layout-align-xl-end-start,.layout-align-xl-end-stretch{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.layout-align-xl-space-around,.layout-align-xl-space-around-center,.layout-align-xl-space-around-end,.layout-align-xl-space-around-start,.layout-align-xl-space-around-stretch{-webkit-justify-content:space-around;justify-content:space-around}.layout-align-xl-space-between,.layout-align-xl-space-between-center,.layout-align-xl-space-between-end,.layout-align-xl-space-between-start,.layout-align-xl-space-between-stretch{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.layout-align-xl-center-start,.layout-align-xl-end-start,.layout-align-xl-space-around-start,.layout-align-xl-space-between-start,.layout-align-xl-start-start{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.layout-align-xl-center-center,.layout-align-xl-end-center,.layout-align-xl-space-around-center,.layout-align-xl-space-between-center,.layout-align-xl-start-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-align-content:center;align-content:center;max-width:100%}.layout-align-xl-center-center>*,.layout-align-xl-end-center>*,.layout-align-xl-space-around-center>*,.layout-align-xl-space-between-center>*,.layout-align-xl-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-xl-center-end,.layout-align-xl-end-end,.layout-align-xl-space-around-end,.layout-align-xl-space-between-end,.layout-align-xl-start-end{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;-webkit-align-content:flex-end;align-content:flex-end}.layout-align-xl-center-stretch,.layout-align-xl-end-stretch,.layout-align-xl-space-around-stretch,.layout-align-xl-space-between-stretch,.layout-align-xl-start-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;align-content:stretch}.flex-xl{-webkit-flex:1;flex:1}.flex-xl,.flex-xl-grow{-webkit-box-flex:1;box-sizing:border-box}.flex-xl-grow{-webkit-flex:1 1 100%;flex:1 1 100%}.flex-xl-initial{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-xl-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-xl-none{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-xl-noshrink{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-xl-nogrow{-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-xl-0,.layout-row>.flex-xl-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-0{min-width:0}.layout-column>.flex-xl-0{max-width:100%;max-height:0%}.layout-column>.flex-xl-0,.layout-xl-row>.flex-xl-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-row>.flex-xl-0{max-width:0;max-height:100%;min-width:0}.layout-xl-column>.flex-xl-0{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;box-sizing:border-box;min-height:0}.flex-xl-5,.layout-row>.flex-xl-5{max-width:5%;max-height:100%}.flex-xl-5,.layout-column>.flex-xl-5,.layout-row>.flex-xl-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-5{max-width:100%;max-height:5%}.layout-xl-row>.flex-xl-5{max-width:5%;max-height:100%}.layout-xl-column>.flex-xl-5,.layout-xl-row>.flex-xl-5{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-5{max-width:100%;max-height:5%}.flex-xl-10,.layout-row>.flex-xl-10{max-width:10%;max-height:100%}.flex-xl-10,.layout-column>.flex-xl-10,.layout-row>.flex-xl-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-10{max-width:100%;max-height:10%}.layout-xl-row>.flex-xl-10{max-width:10%;max-height:100%}.layout-xl-column>.flex-xl-10,.layout-xl-row>.flex-xl-10{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-10{max-width:100%;max-height:10%}.flex-xl-15,.layout-row>.flex-xl-15{max-width:15%;max-height:100%}.flex-xl-15,.layout-column>.flex-xl-15,.layout-row>.flex-xl-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-15{max-width:100%;max-height:15%}.layout-xl-row>.flex-xl-15{max-width:15%;max-height:100%}.layout-xl-column>.flex-xl-15,.layout-xl-row>.flex-xl-15{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-15{max-width:100%;max-height:15%}.flex-xl-20,.layout-row>.flex-xl-20{max-width:20%;max-height:100%}.flex-xl-20,.layout-column>.flex-xl-20,.layout-row>.flex-xl-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-20{max-width:100%;max-height:20%}.layout-xl-row>.flex-xl-20{max-width:20%;max-height:100%}.layout-xl-column>.flex-xl-20,.layout-xl-row>.flex-xl-20{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-20{max-width:100%;max-height:20%}.flex-xl-25,.layout-row>.flex-xl-25{max-width:25%;max-height:100%}.flex-xl-25,.layout-column>.flex-xl-25,.layout-row>.flex-xl-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-25{max-width:100%;max-height:25%}.layout-xl-row>.flex-xl-25{max-width:25%;max-height:100%}.layout-xl-column>.flex-xl-25,.layout-xl-row>.flex-xl-25{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-25{max-width:100%;max-height:25%}.flex-xl-30,.layout-row>.flex-xl-30{max-width:30%;max-height:100%}.flex-xl-30,.layout-column>.flex-xl-30,.layout-row>.flex-xl-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-30{max-width:100%;max-height:30%}.layout-xl-row>.flex-xl-30{max-width:30%;max-height:100%}.layout-xl-column>.flex-xl-30,.layout-xl-row>.flex-xl-30{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-30{max-width:100%;max-height:30%}.flex-xl-35,.layout-row>.flex-xl-35{max-width:35%;max-height:100%}.flex-xl-35,.layout-column>.flex-xl-35,.layout-row>.flex-xl-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-35{max-width:100%;max-height:35%}.layout-xl-row>.flex-xl-35{max-width:35%;max-height:100%}.layout-xl-column>.flex-xl-35,.layout-xl-row>.flex-xl-35{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-35{max-width:100%;max-height:35%}.flex-xl-40,.layout-row>.flex-xl-40{max-width:40%;max-height:100%}.flex-xl-40,.layout-column>.flex-xl-40,.layout-row>.flex-xl-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-40{max-width:100%;max-height:40%}.layout-xl-row>.flex-xl-40{max-width:40%;max-height:100%}.layout-xl-column>.flex-xl-40,.layout-xl-row>.flex-xl-40{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-40{max-width:100%;max-height:40%}.flex-xl-45,.layout-row>.flex-xl-45{max-width:45%;max-height:100%}.flex-xl-45,.layout-column>.flex-xl-45,.layout-row>.flex-xl-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-45{max-width:100%;max-height:45%}.layout-xl-row>.flex-xl-45{max-width:45%;max-height:100%}.layout-xl-column>.flex-xl-45,.layout-xl-row>.flex-xl-45{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-45{max-width:100%;max-height:45%}.flex-xl-50,.layout-row>.flex-xl-50{max-width:50%;max-height:100%}.flex-xl-50,.layout-column>.flex-xl-50,.layout-row>.flex-xl-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-50{max-width:100%;max-height:50%}.layout-xl-row>.flex-xl-50{max-width:50%;max-height:100%}.layout-xl-column>.flex-xl-50,.layout-xl-row>.flex-xl-50{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-50{max-width:100%;max-height:50%}.flex-xl-55,.layout-row>.flex-xl-55{max-width:55%;max-height:100%}.flex-xl-55,.layout-column>.flex-xl-55,.layout-row>.flex-xl-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-55{max-width:100%;max-height:55%}.layout-xl-row>.flex-xl-55{max-width:55%;max-height:100%}.layout-xl-column>.flex-xl-55,.layout-xl-row>.flex-xl-55{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-55{max-width:100%;max-height:55%}.flex-xl-60,.layout-row>.flex-xl-60{max-width:60%;max-height:100%}.flex-xl-60,.layout-column>.flex-xl-60,.layout-row>.flex-xl-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-60{max-width:100%;max-height:60%}.layout-xl-row>.flex-xl-60{max-width:60%;max-height:100%}.layout-xl-column>.flex-xl-60,.layout-xl-row>.flex-xl-60{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-60{max-width:100%;max-height:60%}.flex-xl-65,.layout-row>.flex-xl-65{max-width:65%;max-height:100%}.flex-xl-65,.layout-column>.flex-xl-65,.layout-row>.flex-xl-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-65{max-width:100%;max-height:65%}.layout-xl-row>.flex-xl-65{max-width:65%;max-height:100%}.layout-xl-column>.flex-xl-65,.layout-xl-row>.flex-xl-65{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-65{max-width:100%;max-height:65%}.flex-xl-70,.layout-row>.flex-xl-70{max-width:70%;max-height:100%}.flex-xl-70,.layout-column>.flex-xl-70,.layout-row>.flex-xl-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-70{max-width:100%;max-height:70%}.layout-xl-row>.flex-xl-70{max-width:70%;max-height:100%}.layout-xl-column>.flex-xl-70,.layout-xl-row>.flex-xl-70{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-70{max-width:100%;max-height:70%}.flex-xl-75,.layout-row>.flex-xl-75{max-width:75%;max-height:100%}.flex-xl-75,.layout-column>.flex-xl-75,.layout-row>.flex-xl-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-75{max-width:100%;max-height:75%}.layout-xl-row>.flex-xl-75{max-width:75%;max-height:100%}.layout-xl-column>.flex-xl-75,.layout-xl-row>.flex-xl-75{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-75{max-width:100%;max-height:75%}.flex-xl-80,.layout-row>.flex-xl-80{max-width:80%;max-height:100%}.flex-xl-80,.layout-column>.flex-xl-80,.layout-row>.flex-xl-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-80{max-width:100%;max-height:80%}.layout-xl-row>.flex-xl-80{max-width:80%;max-height:100%}.layout-xl-column>.flex-xl-80,.layout-xl-row>.flex-xl-80{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-80{max-width:100%;max-height:80%}.flex-xl-85,.layout-row>.flex-xl-85{max-width:85%;max-height:100%}.flex-xl-85,.layout-column>.flex-xl-85,.layout-row>.flex-xl-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-85{max-width:100%;max-height:85%}.layout-xl-row>.flex-xl-85{max-width:85%;max-height:100%}.layout-xl-column>.flex-xl-85,.layout-xl-row>.flex-xl-85{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-85{max-width:100%;max-height:85%}.flex-xl-90,.layout-row>.flex-xl-90{max-width:90%;max-height:100%}.flex-xl-90,.layout-column>.flex-xl-90,.layout-row>.flex-xl-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-90{max-width:100%;max-height:90%}.layout-xl-row>.flex-xl-90{max-width:90%;max-height:100%}.layout-xl-column>.flex-xl-90,.layout-xl-row>.flex-xl-90{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-xl-column>.flex-xl-90{max-width:100%;max-height:90%}.flex-xl-95,.layout-row>.flex-xl-95{max-width:95%;max-height:100%}.flex-xl-95,.layout-column>.flex-xl-95,.layout-row>.flex-xl-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.layout-column>.flex-xl-95{max-width:100%;max-height:95%}.layout-xl-row>.flex-xl-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-95{max-height:95%}.flex-xl-100,.layout-xl-column>.flex-xl-95{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-xl-100{max-height:100%}.layout-column>.flex-xl-100,.layout-row>.flex-xl-100,.layout-xl-column>.flex-xl-100,.layout-xl-row>.flex-xl-100{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%}.layout-row>.flex-xl-33,.layout-row>.flex-xl-66{-webkit-box-flex:1;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%}.layout-column>.flex-xl-33{-webkit-flex:1 1 33.33%;flex:1 1 33.33%;max-height:33.33%}.layout-column>.flex-xl-33,.layout-column>.flex-xl-66{-webkit-box-flex:1;max-width:100%;box-sizing:border-box}.layout-column>.flex-xl-66{-webkit-flex:1 1 66.66%;flex:1 1 66.66%;max-height:66.66%}.layout-xl-row>.flex-xl-33{max-width:33.33%}.layout-xl-row>.flex-xl-33,.layout-xl-row>.flex-xl-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-height:100%;box-sizing:border-box}.layout-xl-row>.flex-xl-66{max-width:66.66%}.layout-xl-row>.flex{min-width:0}.layout-xl-column>.flex-xl-33{max-height:33.33%}.layout-xl-column>.flex-xl-33,.layout-xl-column>.flex-xl-66{-webkit-box-flex:1;-webkit-flex:1 1 100%;flex:1 1 100%;max-width:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-66{max-height:66.66%}.layout-xl-column>.flex{min-height:0}.layout-xl,.layout-xl-column,.layout-xl-row{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex}.layout-xl-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.layout-xl-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show){display:none}}@media print{.hide-print:not(.show-print):not(.show){display:none!important}} \ No newline at end of file diff --git a/src/legacy/css/design-studio-style.css b/src/legacy/css/design-studio-style.css new file mode 100644 index 0000000000000000000000000000000000000000..7fa1640078357ef46032bc37a0efe47f4df35ce4 --- /dev/null +++ b/src/legacy/css/design-studio-style.css @@ -0,0 +1,19 @@ +/* +===============LICENSE_START======================================================= +Graphene Apache-2.0 +=================================================================================== +Copyright (C) 2017 AT&T Intellectual Property & Tech Mahindra. All rights reserved. +=================================================================================== +This Graphene software file is distributed by AT&T and Tech Mahindra +under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +This file is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +===============LICENSE_END========================================================= +*/ \ No newline at end of file diff --git a/src/legacy/css/design-studio.css b/src/legacy/css/design-studio.css new file mode 100644 index 0000000000000000000000000000000000000000..69d3808bf4301154e3353895250100a4313c0cb7 --- /dev/null +++ b/src/legacy/css/design-studio.css @@ -0,0 +1,439 @@ +/* +===============LICENSE_START======================================================= +Graphene Apache-2.0 +=================================================================================== +Copyright (C) 2017 AT&T Intellectual Property & Tech Mahindra. All rights reserved. +=================================================================================== +This Graphene software file is distributed by AT&T and Tech Mahindra +under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +This file is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +===============LICENSE_END========================================================= +*/ + +/******TAB STYLE start*********/ +span {font-family: 'Open Sans', sans-serif;} +.ds-tab1 {position: relative; margin-top: -30px;} +.ds-tab1 .md-tab {padding: 3px 15px 0px 15px; height: 26px !important;} +.ds-tab1 md-tabs-canvas, .ds-tab1 md-pagination-wrapper {height: 30px;padding-left:10px;top:2px;} +.ds-tab1 md-content {padding-top: 5px} + +.ds-tab2 {position: relative; margin-top: -30px; margin-bottom: 15px;} +.ds-tab2 .md-tab {padding: 5px 10px 3px 10px;} +.ds-tab2 md-tabs-canvas, .ds-tab2 md-pagination-wrapper {height: 30px;} +.ds-tab2 md-content {height: 182px; padding-top: 5px} + +.md-tab.md-active {background: #fff;} +md-content.md-default-theme, md-content {background: #fff;} +md-ink-bar {display:none;} +md-tabs[md-border-bottom] md-tabs-wrapper {border: none;} +md-tabs .md-tab, md-tabs .md-tab.md-active {font-size:14px; font-weight:600; color:#671C9D;text-transform: none;} +md-tabs .md-tab.md-active {border-left:1px solid #C5C5C5; border-top:1px solid #C5C5C5; border-right:1px solid #C5C5C5;} +.md-tab {line-height: 18px;} + +.ds-tab1 md-tabs-content-wrapper {border-bottom: none;} +/******TAB STYLE end*********/ + +/**********Design Studio Page style start *********************/ +a:link {font-size: 13px !important;} + .ds-page-wrapper {min-width: 1000px;/* overflow: auto; */} + +.ds-outer-container {width:100%; display:flex; flex-wrap: nowrap; align-items: stretch; } +.ds-outer-container2 {width:100%; display:flex; flex-wrap: nowrap ;align-items: stretch; height: calc(100% - 39px)} +.ds-leftpanel-title {background: #671C9D; font-size:18px; font-weight: 600; padding: 0 5px 0 10px; display: block;color:#fff; line-height:39px;} + +.ds-grid-bg {background: url("../images/grid.png")} + + +.ds-section-heading {display:flex;flex-wrap: nowrap; justify-content: space-between;align-items: center; +background: #E8E5EC; line-height:34px;height:34px; border-top:1px solid #C5C5C5; border-bottom: 1px solid #C5C5C5} +.ds-section-heading-container {height:34px; border-bottom: 1px solid #C5C5C5;background: #F1F1F1;} + + + +.ds-section-heading2 {display:flex;flex-wrap: nowrap; justify-content: space-between;align-items: center; +background: #F1F1F1; line-height:34px;height:34px; border-bottom: 1px solid #C5C5C5} +.ds-section-content {} +.ds-section-content-right {height: 184px; padding-left: 10px;} +.ds-contentsection1 {display:flex;flex-wrap: nowrap; border-bottom: 1px solid #ccc; padding:5px 5px 5px 5px;} +.ds-contentsection1 .md-errors-spacer { display: none;} +.ds-search-input {margin:0 5px 0 0; border: 1px solid #ccc; height:24px; line-height:24px; border-radius: 3px;} +.ds-search-input input {border:0;height:20px; line-height:20px; padding-left: 8px;} +.ds-search-input md-icon {top:-7px;right:-4px !important;} +.ds-search-input md-icon i {font-size: 20px;color:#959595;} + +.ds-contentsection2 { overflow:auto;} +.ds-section-data-inner {padding:5px 10px;} +.ds-section-data-inner2 {padding:5px 10px; height: 150px; overflow:auto; width: 100%;} +.ds-section-data-inner3 {padding:5px 10px; height: 400px; overflow:auto;width: 100%;} +.ds-section-data-inner4 {padding:5px 10px 5px 0; height: 247px; overflow:auto;width:98%;} +.ds-section-data-inner5 {padding:5px 10px; height: auto; max-height:220px; overflow:auto; width: 100%;} +.ds-section-data-inner md-input-container {margin: 2px 0;} +.ds-section-data {} + +.ds-section-properties {min-height: 400px;} + +.ds-selected-model {color: #0366d6 !important;} + +.ds-btnclose1 {width: 25px; height:25px; border-radius: 3px; z-index: 999;font-size: 12px;background: none;} +.ds-btnclose1 .fa-times {font-size: 12px; color:#c2c2c2;} +.mdl-button.ds-btnclose1.mdl-js-button[disabled] {background: none !important;} + +.ds-btnsearch1 {width: 14px; height:14px; border-radius: 3px; z-index: 999; min-width:10px;} +.ds-btnsearch1 .icon-input-search {top:-10px;} +.ds-btnsearch1:hover {background:none;} + +.ds-list1 {margin:0; padding:0; list-style-type: none;} +.ds-list1 li .mdl-button {padding-left:3px;font-size:13px; font-weight:600; width:100%; text-align:left; height:25px; line-height:25px;text-transform:none;text-transform: initial;} +.ds-list1 li .mdl-button:hover {background: none; color: #3f51b5;} + +.ds-list3 {margin:0; padding:0; list-style-type: none; max-height: 200px;} +.ds-list3 li {border-bottom: 1px dashed #E1E1E1;padding:3px 0;display:flex; justify-content: space-between;align-items:center;} +.ds-list3 li label {font-size: 13px; font-weight:600;} +.ds-list3 li .mdl-button {padding:0;min-width: 10px;font-size:16px; height: 25px; line-height: 25px;} +.ds-list3 li .mdl-button:hover {background: none; color: #3f51b5;} +.ds-list3 li .mdl-button {} + +.ds-list2 {margin:0; padding:0; list-style-type: none;} +.ds-list2 li {margin-bottom: 20px;} +.ds-list2 li label {line-height: 15px; font-size:13px; color:#06000A;} +.ds-list2 li label.ds-label1 {font-size:12px;font-weight:600;color:#5D5D5D;} +.ds-list2 li .mdl-button {padding-left:3px; font-weight:normal; padding-right:5px; min-width:20px;height: 20px; line-height:20px; position:relative; top:-2px;} +.ds-list2 li .mdl-button .material-icons {font-size:15px;color: #671C9D;} +.ds-label2 {position:relative; top:-3px;} + + +.ds-treelist {margin:0; padding:0 0 0 15px; list-style-type: none;} + +.ds-treelist div .mdl-button {padding-left:3px; font-weight:normal; width:100%; text-align:left; height:25px; line-height:25px; text-transform:none;text-transform: initial;font-size:13px;} +.ds-treelist div .mdl-button:hover {background: none; color: #3f51b5;} +.ds-treelist div .mdl-button .material-icons{font-size:16px;} +.ds-treelist > div .mdl-button {font-weight:600;} + +.ds-treelist span {display:inline-block; margin-left: 6px;line-height: 25px;font-size: 13px;font-weight: 600;} +.ds-treelist div:hover {cursor:pointer;} + +.ds-treelist-childtree {margin:0; padding:0 0 0 5px; list-style-type: none;} + +.ds-inner-link {display: block; font-size: 13px; font-family: 'Open Sans', sans-serif;font-weight: 600; white-space: normal; margin-bottom: 7px; word-break: break-all; position: relative; margin-left: 8px; line-height: normal;} +.ds-inner-link:before {left: -7px;position:relative; font-family: Font Awesome\ 5 Free;} + +.ds-treelist-childtree li .mdl-button {padding-left:3px; font-weight:normal; width:100%; text-align:left; height:25px; line-height:25px; text-transform:none;text-transform: initial;} +.ds-treelist-childtree li .mdl-button:hover {background: none; color: #3f51b5;} +.ds-treelist-childtree li .mdl-button .material-icons{font-size:16px;} + + +.ds-container1 {padding: 0; border-bottom: 1px solid #D2D2D2; display:flex; flex-wrap:no-wrap; justify-content: space-between; height:39px;position:relative;z-index:500;} +.ds-section[disabled] {opacity: 0.6; cursor: not-allowed;} +.ds-section[disabled] .ds-section-heading label, .ds-section[disabled] .ds-section-heading2 label {color:#666;} +.ds-section[disabled] button, .ds-section[disabled] button:hover {cursor: not-allowed;color: rgba(0,0,0,.26);} + + +.ds-label-title {position:relative; font-size:12px;margin-left:7px; display:inline-block;} + +.ds-left-section {padding-right:8px;} +.ds-right-section {padding-left:8px;} +/* .ds-right-section .ds-section {margin-bottom: 15px;} */ +.ds-right-section .ds-section-content, .ds-left-section .ds-section-content3 {height: 184px; } + +/* .ds-temp-container {min-height: 150px;} */ + + +.canvas-box { width: 85%; height: 350px; border: 2px dashed #ccc; margin: 50px auto; background:#fff;} +.canvas-para {width:70%; margin: 25px auto;} +.canvas-image {width: 157px; height: 128px; background: url(../images/machine_learning_graphics.jpg) no-repeat center center; margin: 10px auto 30px auto;;} + +.left-drawer-handle {z-index:600; background:#C2C2C2; width:8px; position:absolute; top: 0; height:100%; right:0; cursor:pointer;} +.left-handle { background: #aaa; line-height:80px; height: 80px;position:absolute; top: 50%; margin-top: -40px;width:8px;} +.left-handle i { font-size: 16px; position:relative; margin-left: -3px;} + +.right-handle { background: #aaa; line-height:80px; height: 80px;position:absolute; top: 50%; margin-top: -40px;width:8px;} +.right-handle i { font-size: 16px; position:relative; margin-left: -3px;} +.right-drawer-handle {z-index:1;background:#C2C2C2; width:8px; position:absolute; top: 0; height:100%; left:0; cursor:pointer;} + +.ds-hor-seperator {z-index:50;height: 5px; position:relative; z-index:500; background: #6E6E6E url("../images/ds-icons/panel_dragger_icon.png") no-repeat center center; } +.ds-hor-seperator1 {z-index:50;height: 5px; position:relative; z-index:500; background: #6E6E6E url("../images/ds-icons/panel_dragger_icon.png") no-repeat center center; } +.ds-hor-seperator2 {z-index:50;height: 5px; position:relative; z-index:500; background: #6E6E6E url("../images/ds-icons/panel_dragger_icon.png") no-repeat center center; } +.mdl-mini-footer {padding-top:0; padding-bottom:0; background: #06000A;} +.mdl-mini-footer--link-list a, .mdl-mini-footer__link-list a {color: #81817F;font-size: 12px;} +.mdl-mini-footer .mdl-logo, .mdl-mini-footer__link-list li {color: #81817F; font-size: 12px;} + +.btn-ds-arrow {width: 18px; min-width: 18px; height:23px; padding-left:3px; padding-right:3px; border: 1px solid #B5B5B5; margin: 0 3px;} + +.ds-icon {display: inline-block; background-repeat:no-repeat; background-position: center top;position:relative; vertical-align:middle;} +.icon-input-search { width: 14px; height: 14px; background: url("../images/ds-icons/search_design_studio_icon.png"); } +.icon-up-arrow {width: 7px; height: 12px; background: url("../images/ds-icons/arrow_up_icon.png"); position:relative;top:-7px; } +.icon-down-arrow {width: 7px; height: 12px; background: url("../images/ds-icons/arrow_down_icon.png");position:relative;top:-7px;} +.icon-delete-toggle {width: 10px; height: 12px; background: url("../images/ds-icons/trash_icon.png");position:relative;margin-right: 5px;} +.icon-clear-canvas {width: 13px; height: 12px; background: url("../images/ds-icons/clear_canvas_icon.png"); position:relative;margin-right: 5px;} +/* .icon-validate {width: 19px; height: 19px; background: url("../images/ds-icons/validate_icon.png"); position:relative;top:-2px;margin-right: 5px;} */ +.icon-run {width: 20px; height: 20px; background: url("../images/ds-icons/run_active_icon.png"); position:relative;top:-1px;margin-right: 5px;} +.icon-run-disabled {width: 20px; height: 20px; background: url("../images/ds-icons/run_disabled_icon.png"); position:relative;top:-1px;margin-right: 5px;} +.icon-expand-drawer {width: 14px; height: 11px; background: url("../images/ds-icons/expand_collapse_icon.png");} +.icon-fullscreen {width: 15px; height: 15px; background: url("../images/ds-icons/full_screen_icon.png");} +.icon-download {width: 13px; height: 14px; background: url("../images/download.png"); position:relative;top:-1px;margin-right: 5px;} +.icon-deploy {width: 24px; height: 26px; background: url("../images/ds-icons/deploy.png"); position:relative;top:-1px;margin-right: 5px;} + +.ds-section-content-data { height: 184px;} + +.ds-btnnew {border:1px solid #661B9C; color:#661B9C; font-size:12px; text-transform: none;font-weight:600; +height: 25px; line-height: 25px; padding:0;border-radius:0; min-width:50px; text-align:center;position:relative; left: 5px; top: 5px; } +.ds-btnnew .addnew {width:9px; height:9px; display:inline-block; background: url("../images/ds-icons/plus_icon.png")} + +.ds-delete-icon {width:12px; height:13px; display:inline-block; background: url("../images/ds-icons/mysolution_delete_icon.png")} + +.ds-btn-container {display:flex;justify-content: center; align-items: center;} +.ds-btn-container .mdl-button { text-transform: initial; height: 38px;color: #636363;} +.ds-section-heading label, .ds-section-heading2 label {color:#671C9D; font-weight:600; padding-left:9px; } +.btn-delete-toggle {padding-right:5px;} +.btn-clear-canvas {padding-left:5px; padding-right:8px;} +.btn-download {padding-left:5px !important; padding-right:8px !important;} +.btn-deploy {padding-left:5px !important;} + +.ds-btn-container .mdl-button.btn-validate .icon-validate {background: url("../images/ds-icons/validate_disabled_icon.png") no-repeat;} +.ds-btn-container .mdl-button.btn-validate[disabled] {color: #BDBDBD; background:#EFEFEF; } +.ds-btn-container .mdl-button.btn-validate[disabled] .icon-validate {background: url("../images/ds-icons/validate_disabled_icon.png");position:relative;top:-2px;margin-right: 5px;} + +.ds-btn-container .mdl-button.btn-validate.enabled {color:#671C9D;} +.ds-btn-container .mdl-button.btn-validate.enabled .icon-validate {/*background: url("../images/ds-icons/validate_enable_icon.png");*/} + +.ds-btn-container .mdl-button.btn-validate.active {color: #238f11; } +.ds-btn-container .mdl-button.btn-validate.active .icon-validate {background: url("../images/ds-icons/validate_icon.png");} +.ds-btn-container .mdl-button.btn-run {color: #238f11; } +.ds-btn-container .mdl-button.btn-run[disabled] {color: #BDBDBD;background:#EFEFEF; } +.ds-btn-container .mdl-button.btn-run[disabled] .icon-run {background: url("../images/ds-icons/run_disabled_icon.png");position:relative;top:-2px;margin-right: 5px;} + + +.ds-btn-container .mdl-button.btn-save {color: #671C9D; font-weight:600; } +.ds-btn-container .mdl-button.btn-save i {margin-right: 7px;font-size: 16px } +.ds-btn-container .mdl-button.btn-save[disabled] {color: #BDBDBD;background:#EFEFEF; } +.ds-btn-container .mdl-button.btn-save[disabled] .icon-run {background: url("../images/ds-icons/run_disabled_icon.png");position:relative;top:-2px;margin-right: 5px;} + +.ds-btn-container .mdl-button.btn-delete {color: #671C9D; font-weight:600; padding-left: 8px; padding-right: 8px;} +.ds-btn-container .mdl-button.btn-delete i {margin-right: 7px;font-size: 16px } +.ds-btn-container .mdl-button.btn-delete[disabled] {color: #BDBDBD;background:#EFEFEF; } +.ds-btn-container .mdl-button.btn-delete[disabled] .icon-run {background: url("../images/ds-icons/run_disabled_icon.png");position:relative;top:-2px;margin-right: 5px;} + +.ds-btn-container .mdl-button {border-right: 1px solid #B9B9B9 !important;} +.ds-btn-container .mdl-button:last-child {border-right: none !important;} + +.normaltext-transform { text-transform: none;} +.ds-btn1 {padding-left:0; padding-right:0; min-width:0; text-align:center;text-transform: none; } +.btn-validate {width: 103px;} +.btn-save {width: 70px;} +.btn-run {width: 74px;} +.btn-playlist {width: 34px;} +.btn-fullscreen {width: 35px;} +.btn-divider {display:inline-block; line-height: 38px;} + + +md-tabs-content-wrapper {min-height: 200px !important; } + +/**********Flex Containers end *********************/ + + +#canvas {position:absolute;left:0;right:0;top:0;bottom:0;/* width: 100%; height: 100%; */} + +.ds-grid-bg {position:relative; min-height: 600px;} +.ds-grid-bg section {position: absolute; left:0;right:0;top:0;bottom:0; z-index:6; min-width:100%; min-height:100%;} +.canvas-outer-container {position:absolute; z-index: 5;width:100%} + +.ds-right-width , .ds-left-width{width:7px !important; max-width: 7px !important;overflow:hidden;} + +.ds-treelist-childtree{/* overflow-y:auto; */} + +.ui-link {font-size:600;} + +.ds-header {width:100%;} + +.mdl-button--icon.grid-icon1 {background: #e8d3ff;} +.mdl-button--icon.grid-icon1:hover {background: #d8b5ff;} + + +.deploy-grid > div:first-child {padding-right: 30px;} +.deploy-grid > div:last-child {padding-left: 30px;} +.deploy-cloud-modalfooter {display:flex; flex-wrap: nowrap; justify-content:space-between;} + +.cg-dialog-Deploy-to-cloud {width: 500px;} +#dsgridbg {min-height:600px;} + +.d3-tip.hint-negative { + background: rgba(255, 16, 32, 0.9); +} +.d3-tip.hint-negative:after { + color: rgba(255, 16, 32, 0.9); +} +.d3-tip.hint-positive { + background: rgba(48, 212, 92, 0.9); +} +.d3-tip.hint-positive:after { + color: rgba(48, 212, 92, 0.9); +} + +text.edge-label { + visibility: visible; +} +.readSolutions { + color:black; + font-size:13px; + font-weight:600; + display: inline-block; + max-width: 100%; + margin-bottom: 5px; + cursor:pointer; +} + +/* don't select text in draggable areas */ +#top-content-left, #bottom-content-left, #tab-content-5 { + -moz-user-select: none; + user-select: none; + /* border: 2px; + width: 328px; + resize: vertical; + overflow: auto; */ +} + +/* CSS for data mapper */ +#data-mapper { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; +} +#data-mapper.dc-graph text.node-label { + font: 10px sans-serif; +} + +/* CSS code required for design studio console section: */ + +/******************Console section style start*******************/ +.ds-grid-bg {position:relative; } +.console-outer-container {background: #fff; position:absolute; bottom:0;width:100%;height: 170px;z-index:999;} +.console-section-data {padding: 10px;} +.console-section-data-inner {max-height: 100px; overflow: auto;} +.console-outer-container .ds-section {position:relative; margin-top:8px;} + +.bottom-drawer-handle {background:#C2C2C2; width:100%; position:absolute; top: 0; height:8px; cursor:row-resize;} +.bottom-handle { background: #aaa; line-height:8px; height: 8px;position:absolute; left: 50%; margin-left: -50px;width:100px;text-align:center;} +.bottom-handle i { font-size: 16px; position:relative;margin-top: -3px;} + +.console-errormsg {padding-left:20px; display: block; color: #ff0000; font-size: 13px; margin-bottom: 5px;position:relative;} +.console-errormsg:before {content: "\f057";font: normal normal normal 16px/1 FontAwesome;position: absolute;left:0;top:2px;} + +.console-successmsg {padding-left:20px; display: block; color: #009933; font-size: 13px; margin-bottom: 5px;position:relative;} +.console-successmsg:before {content: "\f058";font: normal normal normal 16px/1 FontAwesome;position: absolute;left:0;top:2px;} + +.console-container-hide {height:8px !important;max-height:8px !important;} +/******************Console section style end*******************/ +.dslist1 {font-family: 'Open Sans', sans-serif;} + +.ds-btn1.btn-deploy[disabled] .ds-icon.icon-deploy {opacity: 0.2;} +.probe-container {border-right: 1px solid #B9B9B9 !important;position:relative; height: 37px; line-height: 37px; } +.inputCheckDisabled{cursor: not-allowed;} +.marginLeft{margin-left: 10px !important;} +.marginBottom{margin-bottom: 6px !important;} + +.canvas-text h5 {line-height: 1.4em;} +.ds-list-icon {position: absolute;left: -19px;top: 3px;} +.ds-treelist span.ds-list-icon2 {margin-left: 0 !important; line-height: normal !important;position: absolute;left: -19px;top: 3px;} + +/******* Data broker modal box style start *********/ +.ds-data-broker-dialog {width: 700px; max-height: 85%;} +.ds-db-row1 {display:flex; justify-content:space-between;} +.ds-db-row1-cell1 {width: 35%;} +.ds-db-row1-cell2 {width: 60%;} +.ds-db-row1-cell md-select {height: 34px;} +.ds-db-row1-cell md-select md-select-value {height: 34px;} +.modal-note {font-size: 12px; line-height: 14px !important;display: inline-block; position:relative;margin-top:4px;} +.ds-data-broker-dialog .md-input-container .md-errors-spacer {min-height: 2px !important;} +.md-errors-spacer {color: #ff0000; float:left !important;display:none;} + +.ds-db-row3 {display:flex; justify-content:space-between; margin-top: 15px;} +.ds-db-row3-cell1 {width: 50%;} +.ds-db-row3-cell2 {width: 45%;} + +.ds-db-row4 {display:flex; justify-content:space-between; margin-top: 15px; margin-bottom: 15px;} +.ds-db-row4-cell md-select {height: 34px;} +.ds-db-row4-cell md-select md-select-value {height: 34px;} +.ds-db-row4-cell1 {width: 50%;} +md-radio-button {margin-bottom: 5px;} +md-radio-button .md-container {transform: scale(0.8);margin-top: -9px;left: -2px;} +md-radio-button .md-label {margin-left: 25px !important;} +.dsreqfield {color: #ff0000; font-size: 20px; position:relative; top:4px;margin-left:2px;} +md-input-container label.md-required:not(.md-container-ignore)::after {font-size: 20px;} + +.upload-control {border: 1px solid #d5d5d5; width: 100%;height: 34px;direction: rtl;} +/******* Data broker modal box style end *********/ + +/******* Mapping Tables modal box style start *********/ +.ds-mapping-tables-dialog {min-width: 95%; max-height: 85%; max-width: 98%;} +.dsmt-container{display: flex; flex-wrap: nowrap; justify-content: space-between;flex-direction: row;} +.dsmt-chitable {border: 1px solid #E8E5EC;} +.dsmt-cell {} +.dsmt-left-cell { width: 37%;} +.dsmt-right-cell {width: 60%;} + +table.dsmt-tbl {width: 100%;} +table.dsmt-tbl thead tr th {text-align: left !important; padding: 7px 5px;} +table.dsmt-tbl tbody tr td { text-align: left !important;padding: 7px 5px; height:60px; font-weight: normal;} +table.dsmt-tbl tbody tr td:first-child { padding: 7px 0 7px 5px; text-align: center;} +table.dsmt-tbl tbody tr:last-child td { border-bottom: none;} +table.dsmt-tbl td:first-of-type, .mdl-data-table th:first-of-type {padding-left: 5px;} +table.dsmt-tbl td:last-of-type, .mdl-data-table th:last-of-type {padding-right: 5px;} + +table.dsmt-tbl tbody tr td .select-control {padding-left: 0; width: 100px; max-width: 100px;} +table.dsmt-tbl tbody tr td p {margin-bottom:0px;} +table.dsmt-tbl tbody tr td .select-control md-select {height:33px !important;} +table.dsmt-tbl tbody tr td .select-control md-select md-select-value {height:31px !important;font-weight: normal;} +table.dsmt-tbl tbody tr td .select-control md-select md-select-value .md-select-icon {width: 18px;} + +table.dsmt-tbl tbody tr td md-checkbox { margin-bottom:0; width: 12px; height: 12px; } +table.dsmt-tbl tbody tr td md-checkbox .md-icon { width: 15px; height: 15px; border-width: 1px;position:relative; top: 3px; } +table.dsmt-tbl tbody tr td md-checkbox.md-checked .md-icon::after {width: 4px; height: 8px;left: 5px;top: 2px;} + +.ds-new-container1 {max-height: 200px;} +.ds-db-row1-cell1 .select-control md-select[required].ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after {content: "";} + +.ds-label-container1 {margin-left: 15px;display: inline-block;height: 30px; position:relative; top: 9px;background: #F1F1F1;border-left: 1px solid #D8D8D8; border-top: 1px solid #D8D8D8;border-right: 1px solid #D8D8D8;} + +.ds-btncontainer1 {text-align: center; padding-top: 8px;} +/* .ds-btncontainer1 button:first-child {margin-bottom: 8px;} */ +/******* Mapping Tables modal box style start *********/ + +/****** split table style start **********/ +table.ds-table1.mdl-data-table {white-space: normal;border-collapse: collapse !important;} +table.ds-table1.mdl-data-table th {line-height: 18px;} +table.mdl-data-table.ds-table1 {width: 100%;border: 1px solid #d7d4db !important} +table.mdl-data-table.ds-table1 thead tr th, table.mdl-data-table.ds-table1 tbody tr td { border: 1px solid #d7d4db !important; position: static;} +table.mdl-data-table.ds-table1 thead tr:first-child th { background: #F6F3FA; text-align:center !important;} +table.mdl-data-table.ds-table1 thead tr:last-child th { padding-top: 5px; padding-bottom: 5px;} +table.mdl-data-table.ds-table1 thead tr th span {margin-bottom: 0;font-weight:600;display: inline-block;} +table.mdl-data-table.ds-table1 tbody tr {position: static;} +/******* Mapping Tables modal box style end *********/ + +.ds-version-container {position: absolute; display: inline-block; right: 15px; margin-top: -27px; color: #656565; font-size: 11px;z-index: 2000;} + +.material-icons.dsicon-true {color: #009900 !important; font-size: 20px;} +.material-icons.dsicon-false {color: #ff0000 !important; font-size: 20px;} + +@media (width: 1024px) and (orientation: landscape) { + .ds-mapping-tables-dialog {min-width: 1000px; max-height: 85%; max-width: 98; + table.dsmt-tbl tbody tr td .select-control {padding-left: 0; width: 86px !important; max-width: 86px !important;} + +}} +@media (min-width: 1350px) { + .ds-mapping-tables-dialog {min-width: 1250px; max-width: 98%;} + +} + +md-select.ng-invalid[required]:not(.md-no-asterisk) .md-select-value span:first-child::after {content: "" !important;} + +input.userprofiletxtbox.uploadtxtbox {box-shadow: none !important;} diff --git a/src/legacy/css/error-page.css b/src/legacy/css/error-page.css new file mode 100644 index 0000000000000000000000000000000000000000..285c80cf9ac1e998f2f9bead04acf19c8f9ac135 --- /dev/null +++ b/src/legacy/css/error-page.css @@ -0,0 +1,26 @@ +/* +===============LICENSE_START======================================================= +Graphene Apache-2.0 +=================================================================================== +Copyright (C) 2017 AT&T Intellectual Property & Tech Mahindra. All rights reserved. +=================================================================================== +This Graphene software file is distributed by AT&T and Tech Mahindra +under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +This file is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +===============LICENSE_END========================================================= +*/ + +market-footer, sidebar-nav, header-nav{ + display:none !important +} +.mdl-layout--fixed-drawer>.mdl-layout__content { + margin-left: 0; +} \ No newline at end of file diff --git a/src/legacy/css/fontawesome-all.min.css b/src/legacy/css/fontawesome-all.min.css new file mode 100644 index 0000000000000000000000000000000000000000..e857f88e1f878b7a4d07b891fe8a5212b3a2bd49 --- /dev/null +++ b/src/legacy/css/fontawesome-all.min.css @@ -0,0 +1,5 @@ +/*! + * Font Awesome Free 5.0.12 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + */ +.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smoking:before{content:"\f48d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(../fonts/fa-brands-400.eot);src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(../fonts/fa-regular-400.eot);src:url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.woff) format("woff"),url(../fonts/fa-regular-400.ttf) format("truetype"),url(../fonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900} \ No newline at end of file diff --git a/src/legacy/css/fonts-materialIcons.css b/src/legacy/css/fonts-materialIcons.css new file mode 100644 index 0000000000000000000000000000000000000000..6febeb9bc6469f790711028efacf18624e97a62e --- /dev/null +++ b/src/legacy/css/fonts-materialIcons.css @@ -0,0 +1,31 @@ +/* fallback */ +@font-face { + font-family: 'Material Icons'; + font-style: normal; + font-weight: 400; + /* src: url(https://fonts.gstatic.com/s/materialicons/v29/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2'); */ + src: url('../fonts/MaterialIcons-Regular.eot'); /* IE9 Compat Modes */ + src: url('../fonts/MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/MaterialIcons-Regular.woff') format('woff'), /* Pretty Modern Browsers */ + url('../fonts/MaterialIcons-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/MaterialIcons-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */ + + +} + +.material-icons { + font-family: 'Material Icons'; + font-weight: normal; + font-style: normal; + font-size: 24px; + line-height: 1; + letter-spacing: normal; + text-transform: none; + display: inline-block; + white-space: nowrap; + word-wrap: normal; + direction: ltr; + -webkit-font-feature-settings: 'liga'; + -webkit-font-smoothing: antialiased; +} \ No newline at end of file diff --git a/src/legacy/css/fonts-opensans.css b/src/legacy/css/fonts-opensans.css new file mode 100644 index 0000000000000000000000000000000000000000..cdb219ce1c6ecbdb907dcb14b2fa06adf73757a7 --- /dev/null +++ b/src/legacy/css/fonts-opensans.css @@ -0,0 +1,168 @@ +/* cyrillic-ext */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); + unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; +} +/* cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); + unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; +} +/* cyrillic-ext */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2'); + unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; +} +/* cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2'); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2'); + unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 600; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; +} +/* cyrillic-ext */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2'); + unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; +} +/* cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2'); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2'); + unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; +} \ No newline at end of file diff --git a/src/legacy/css/fonts.google.css b/src/legacy/css/fonts.google.css new file mode 100644 index 0000000000000000000000000000000000000000..50c4bebf15e253b86c0e177bafa7cff6ecdc1532 --- /dev/null +++ b/src/legacy/css/fonts.google.css @@ -0,0 +1,56 @@ +/* cyrillic-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); + unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; +} +/* cyrillic */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); + unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; +} \ No newline at end of file diff --git a/src/legacy/css/home.css b/src/legacy/css/home.css new file mode 100644 index 0000000000000000000000000000000000000000..6979beff569a48917d576f93224cbd1d08094e65 --- /dev/null +++ b/src/legacy/css/home.css @@ -0,0 +1,420 @@ +/* +===============LICENSE_START======================================================= +Graphene Apache-2.0 +=================================================================================== +Copyright (C) 2017 AT&T Intellectual Property & Tech Mahindra. All rights reserved. +=================================================================================== +This Graphene software file is distributed by AT&T and Tech Mahindra +under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +This file is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +===============LICENSE_END========================================================= +*/ + +*{box-sizing: border-box;} +body{background-color:#FFF; font-size:14px;} +body, h1, h2, h3, h4, h5, h6, p, .mdl-button{font-family: 'Open Sans', sans-serif;} +.hide{display:none;} +.disblock {display:block} +.text-left {text-align:left} +.text-center {text-align:center} +.text-right {text-align:right} +.posrel {position: relative;} +.v-center {align-content: center;} +.text-bold {font-weight: bold;} +.rowcontainer {clear: both;margin-bottom: 15px;} +.pull-left {float:left;} +.pull-right {float:right} +.clearfix{clear:both;} +.disnone{display:none;} +.blue{color:#01adef;} +.brown{color:#FA6137;} +.gray{color:#b9b9b9;} +.disinherit{display:inherit;} +.mdl-layout__header.hide ~ .mdl-layout__drawer{display:none;} +.mdl-layout--fixed-drawer .signoutheader ~ .mdl-layout__content.initialVal, .mdl-layout--fixed-drawer .signinheader.hide ~ .mdl-layout__content.initialVal{margin-left:0;} +.mdl-layout--fixed-drawer .signinheader ~ .mdl-layout__content.initialVal{margin-left:55px;} +.mdl-layout--fixed-drawer .signinheader ~ .mdl-layout__content.initialVal .slide-content{padding:0 60px;} +.mdl-layout--fixed-drawer .signinheader ~ .mdl-layout__content.initialVal .home-footer ul.social-icons li{margin: 0 5px 10px 0;} +.mdl-layout--fixed-drawer .signinheader.hide ~ .mdl-layout__content.initialVal .home-footer ul.social-icons li{margin: 0 8px 10px 0;} +#home-page .mdl-layout__header{background-color:#280e48;} +#home-page .signoutheader .mdl-layout__header .mdl-layout__header-row{background-color:#280e48;} +.graphene-logo{color:#FFF; font-family: 'Open Sans'; /*background-image:url("../images/graphene_logo_navbar.png")*/; font-size:28px; font-weight:bold; background-repeat:no-repeat; line-height:55px; background-position:center; padding:0 30px 0 45px; background-position: left center;} +.mdl-layout__drawer{border-right:0px;} +.mdl-layout__drawer-button{display:none;} +.mdl-layout__header-row{padding: 0 30px; height:55px;} +.mdl-layout__header-row .mdl-navigation__link{line-height:55px; opacity: 1; padding:0 20px;} +.mdl-layout__header-row .mdl-navigation__link.active{color:#ffcc00; opacity: 1;} +.mdl-layout__header-row .mdl-navigation{height:55px;} +.mdl-navigation .mdl-textfield{padding: 10px 0;} +.mdl-layout__header{min-height:55px;} +.search-button{margin-top:-4px;} +.search-icon{font-size: 22px; line-height: 22px;} +.signupnav ul {padding-left:10px;} +.signupnav ul li{font-size:12px; line-height:55px; display:inline; text-transform:uppercase; margin:0; } +.signupnav ul li a{color:#FFF; text-decoration:none;} +.signupnav ul li:first-child::after{content:"|"; padding:0 17px;} + + +.home-screen{ +background-image:url("../images/banner_bg_large.png"); +background-position:center top; +background-repeat:no-repeat; +/* background-color:#F1F1F1; */ +background-color:#681F9F; +min-height: 553px; +position:relative; +} + +.slide-content{color:#FFF; padding:0 101px;} +.slide-content h4{margin: 0 0 7px 0; padding: 30px 0 0 0; font-weight:600; font-size:26px; line-height:30px;} +.slide-content h6{margin-top:0; font-size:18px;} +.slide-content p{margin-bottom:0px; line-height:20px; font-size:16px;} +.slide-content p a{color:#FFF; text-decoration:none;} +.signupnav .mdl-button{color:#FFF;} +.slide-content .mdl-button{border-radius:4px; margin: 70px 15px 10px 0; line-height: 0px;} +.slide-content .mdl-button.active{background-color:#fc0; border:2px solid #fc0; color:#000;} +.slide-content .mdl-button{background-color:transparent; border:2px solid #FFF; color:#FFF; padding:18px 34px; font-size:16px; font-weight:600;} +.slide-content .slide-text{float:left; width:61%;} +.slide-content .image-container, .hasClass.initialVal .slide-content .image-container{/* float:left; */ margin:15px 0 0 17px; /* width: 32% */ max-width: 372px; height: 260px; float:right;} +.hasClass .slide-content .image-container{margin:15px 0 0 17px; width: 35%; float:right;} +.slide-content .image-container img{width:auto; max-height: 260px !important; } + /* discover*/ +.hasClass .discover{background-image:url("../images/graphene_grafik.png"); background-repeat:no-repeat; background-position:center 80px; min-height:560px; position:relative; /* width: 100%; */ width:1280px; margin: 0 auto 20px;} +.hasClass.initialVal .discover, .discover{/* background-image:url("../images/graphene_grafik.png"); */ background-repeat:no-repeat; background-position:center 80px; min-height: 300px; position:relative; /* width: 100%; */ /* width:1280px; */ margin: auto;} +.discover h3, .explore h3{text-align:center; text-align:center; color:#000; margin-bottom:0px; font-size:36px; font-weight:normal;} +.discover > .marketplace, .hasClass.initialVal .discover > .marketplace{color:#f49419; width:395px; position:absolute; right:60px; top: 60px; } +.discover .discover-icon{width:60px; height:59px; float:left; cursor:pointer;} +.discover .discover-icon img{width:100%;} +.discover .discover-description, .hasClass.initialVal .discover .discover-description{float: left; padding: 0 0 0 0;} +.initialVal .discover .discover-description{padding: 0 0 0 15px;} +.discover .discover-description{font-size:15px; line-height:18px;} +.discover h5{margin:10px 0 10px 0; font-size:18px; font-weight:600;} +.discover .marketplace .discover-description, .hasClass.initialVal .discover .marketplace .discover-description {width: 318px; color:#f49419;} +.discover .desingstudio, .hasClass.initialVal .discover .desingstudio{color:#10a6b5; width:362px; position:absolute; right: 0px; top:260px;} +.discover .desingstudio .discover-description, .hasClass.initialVal .discover .desingstudio .discover-description {width: 285px; color: #10a6b5;} +.discover .sdn, .hasClass.initialVal .discover .sdn{color:#8529f5; width:370px; position:absolute; right: 40px; top: 422px;} +.discover .sdn .discover-description, .hasClass.initialVal .discover .sdn .discover-description{width:293px;} +.discover .community, .hasClass.initialVal .discover .community{color:#d5305a; width:355px; position:absolute; left: 8px; top: 164px;} +.discover .community .discover-description, .hasClass.initialVal .discover .community .discover-description {width:278px; padding: 0 0 0 0; float:left; } +.discover .onboard, .hasClass.initialVal .discover .onboard{color:#2968f5; width:412px; position:absolute; left: 30px; top: 403px;} +.discover .onboard .discover-description, .hasClass.initialVal .discover .onboard .discover-description {width:345px; padding: 0 0 0 0; float:left;position:absolute;right:75px; } +.discover .onboard .discover-description p{width:275px; float: right;} +.discover .onboard h5, .discover .community h5{padding-right:0px;} +.discover .marketplace h5, .discover .desingstudio h5, .discover .sdn h5{padding-left:0px;} +.discover .desingstudio h5{color:#10a6b5;} +.discover .marketplace h5{color:#f49419;} +.discover .community .discover-icon, .discover .onboard .discover-icon{float:right;} +.discover .community .discover-icon, .discover .sdn .discover-icon{cursor:default;} +.discover .community h5, .discover .sdn h5{cursor:default;} +.discover .onboard h5{cursor:pointer;} +/*hasClass */ +.hasClass .discover .community{width: 289px;} +.hasClass .discover .community .discover-description{width: 207px;} +.hasClass .discover .onboard{width: 347px;} +.hasClass .discover .onboard .discover-description{width: 265px;} +.hasClass .discover > .marketplace{width:329px;} +.hasClass .discover .marketplace .discover-description{width: 247px; float:right;} +.hasClass .discover .desingstudio{width: 296px;} +.hasClass .discover .desingstudio .discover-description{width: 214px; float:right;} +.hasClass .discover .sdn{width: 303px;} +.hasClass .discover .sdn .discover-description{width: 221px; float:right;} + +.hasClass .discover .community .discover-icon, +.hasClass .discover .onboard .discover-icon, +.hasClass .discover > .marketplace .discover-icon, +.hasClass .discover .desingstudio .discover-icon, +.hasClass .discover .sdn .discover-icon +{margin:0 10px;} + +.hasClass.initialVal .discover .community .discover-icon, +.hasClass.initialVal .discover .onboard .discover-icon, +.hasClass.initialVal .discover > .marketplace .discover-icon, +.hasClass.initialVal .discover .desingstudio .discover-icon, +.hasClass.initialVal .discover .sdn .discover-icon +{margin:0;} + +/* explore */ +.explore{background-color:#F1F1F1;} +.explore h3{margin-top:0; padding-top:10px;} +.explore h6{text-align:center; color:#6822a1; margin: 5px 0 10px; font-size:18px; font-weight:normal;} +.explore .mdl-grid{padding:8px 70px;} +.explore .mdl-grid .mdl-cell{display:flex;} +.explore .mdl-grid .mdl-cell .mdl-card{margin:0 22px 14px 0; min-height: auto;} +.explore .mdl-card__title {padding:10px; width: auto;} +.explore .mdl-card__title img{width:100%; min-height:95px;} +.explore .mdl-card__title img.center{width: auto; margin: 0px auto;} +.explore .mdl-card__supporting-text{width:100%; padding:0px 10px 7px; width: auto; font-size: 16px; color:#252e37; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} +.explore .mdl-card__supporting-text .icons{font-size: 14px; padding: 3px 0;} +.explore .mdl-grid .mdl-cell.last-child{margin-right:-22px;} +.explore .mdl-grid .mdl-cell.first-child{margin-left:8px;} + +/* hackathon */ +.hackathon{width:100%; margin:0 auto; color:#f3f3f3; display: inline-block; background-image:url("../images/hacathon_mountain_large.png" ); background-repeat:no-repeat; background-position:top center; background-color:#443266; padding:178px 0 20px 0; margin-bottom:-5px; } +.hackathon-container{width:74%; margin:0 auto; } +.hackathon-container .hackathon-image{width:160px; margin-right:48px; float:left; display: inline;} +.hackathon-container .hackathon-text{display: inline;} +.hackathon h3{margin-bottom:15px; font-size:36px; font-weight:normal;} +.hackathon p{line-height: 22px; margin-bottom:12px;} + +/* success */ +.success{ background-color:#20162F; color:#FFF; width: 100%; display: inline-block;} +.success h3{text-align:center; font-size:36px; font-weight:normal; } +.success .success-icon {width: 90px; height: 90px; float: left; /*padding-left:0px;*/ margin-top:15px;} +.success .success-description{float: left; padding: 0 0 0 5px; width: 60%; padding-top:15px;} +.success .success-description::before{float: left; display: flex; margin-bottom: 75px; font-size: 100px; content: "\201c"; font-family:Arial; font-weight:bold; line-height:20px;} +.success-description p i{padding-right: 5px;} +.success p{line-height:22px; margin-bottom:12px; margin-left: 50px;} + + + +/* footer */ +.home-footer{position:relative; background-color:#0f0c13; color:#7c7c7c; padding:30px; background-image:url("../images/footer_mountain_large.png"); background-repeat:no-repeat; background-position:bottom center; min-height: 298px;} +.home-footer section > div{float:left;} +.home-footer section > div:nth-child(1){width:35%;} +.home-footer section > div:nth-child(2){width:20%;} +.home-footer section > div:nth-child(3){width:27%;} +.home-footer section> div:nth-child(4){width:18%;} +.home-footer ul{padding:0; font-size:12px; padding-right:60px; line-height:20px; margin-top: 18px;} +.home-footer ul.contact-info{padding-right:0;} +/* .home-footer ul.contact-info span span{margin-left:25px; float:left;} */ +.home-footer ul li{list-style-type:none; margin-left:0;} +.home-footer a{color:#7c7c7c; text-decoration:none;} +.home-footer .heading{height:34px; display:block; border-bottom:1px solid #2e2c32;} +.home-footer .heading span{position:relative; border-bottom:1px solid #8e7919; padding: 7px 0 6px 0; float: left; } +.home-footer .heading.footer-logo{font-size:18px; font-style:uppercase; font-weight:bold; padding-top: 0px; line-height: 35px; padding-bottom: 0px;} +.heading.footer-logo span{padding-bottom:4px;} +.home-footer .heading span.footer-logo{margin-top: -2px; height: 36px;line-height: 18px;font-size: 18px;padding: 14px 0 12px 35px;font-weight: bold;width: 120px; background-repeat: no-repeat;} +.home-footer ul li i{margin-right:10px;} + +ul.social-icons li{display:inline-block; width:35px; height:35px; border-radius:35px; border:2px solid #7c7c7c; text-align:center; float: left; margin:0 10px 10px 0;} +ul.social-icons li:last-child{margin-right: 0px;} +ul.social-icons li i{font-size:15px; line-height: 32px; margin-right:0;} +.home-footer .material-icons{font-size:18px; float: left; padding-top: 3px;} +.contact-info li{margin-bottom: 5px;} +.contact-info li p{ word-wrap: break-word;} +.contact-info .fa{font-size:18px;} +.footer-home-icon::before{content: url("../images/footer_home_icon.png"); float:left; padding:2px 10px 0px 0;} +.explore .mdl-grid:last-child{margin: 0 0px 14px 0;} +.copy-right{width:100%; position:relative; padding-top:20px; padding-bottom: 20px;} +.copy-right ul li{display:inline; float:left;} +.copy-right ul li::after{content:"|"; padding:0 15px;} +.copy-right ul li:last-child::after{content:""; padding:0;} + +/* create new password and forgot password */ +.cg-dialog-forgot{width: 400px; } +.cg-dialog-forgot .md-toolbar-tools { background: #fff;} +.cg-dialog-forgot .md-toolbar-tools h2 { color: #671C9D; text-align: center; width: 100%; max-width: 100%; display: block;} +.cg-dialog-forgot .md-toolbar-tools {min-height:60px; max-height:60px;} +.cg-dialog-forgot .btn-close-dialog {color: #2e2f2f;} +.cg-dialog-forgot .dialog-btn-container{margin-top:0; padding:10px 24px 30px;} +.cg-dialog-forgot .md-dialog-content{padding:0 24px 24px;} +.cg-dialog-forgot .strength-meter{width:100%; padding:0 2px; margin-bottom:21px;} +.cg-dialog-forgot md-input-container{padding:0;} +.cg-dialog-forgot.new-password {z-index:1; box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12); margin:12px auto; border-radius: 4px; +background-color: rgb(255,255,255); color: rgba(0,0,0,0.87); position:relative; background-color:#FFF; position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;width: 400px;margin: auto;height: 325px;} +.cg-dialog-forgot.new-password .md-toolbar-tools { border-radius: 4px 4px 0px 0px;} +.new-password md-toolbar{background:transparent !important;} +.new-password-bg { height:100%; position: relative; background-color:#000;} +.new-password-bg:before { content: ' '; display: block; position: absolute; left: 0; top: 0; width: 100%; min-height: 559px; z-index: 1; opacity: 0.48; background-image: url("../images/banner_bg_large.png"); +background-repeat: no-repeat; background-position: 50% 0; -ms-background-size: auto 559px; -o-background-size: auto 559px; -moz-background-size: auto 559px; -webkit-background-size: auto 559px; background-size: auto 559px; background-color:#f1f1f1; height:100%; +} +/* create new password and forgot password end*/ +.home-footer ul.social-icons{float:left; margin-top:-5px;} +.home-footer .heading span.footer-logo { + margin-top: -2px; + height: 36px; + line-height: 18px; + font-size: 18px; + padding: 0; + font-weight: bold; + width: 120px; + background-repeat: no-repeat; +} +.discover .onboard a .discover-description:hover{color:#0366d6;} +/* banner image left text right */ +.home-screen-lfimg{ /* background-image: url("../images/banner_bg_large.png"); */ + background-position: center top; background-repeat: no-repeat; background-color: #681F9F; min-height: 553px; position: relative; +} +.home-screen-lfimg .slide-content .slide-text{float: right; width: 58%;} +.carousel-item .home-screen-lfimg .slide-content .image-container, .carousel-item .home-screen-lfimg .hasClass.initialVal .slide-content .image-container{ + float: left; margin: 15px 17px 0 0px; /* width: 32%; */ max-width: 372px; height: 260px;} +.home-screen-lfimg .hasClass .slide-content .image-container { margin: 15px 17px 0 0px; width: 35%; float: left;} +.explore .mdl-card__supporting-text .detail-content{text-overflow:ellipsis !important; overflow:hidden; line-height:19px;} +/* ---- media query start ----*/ +@media(max-width:2560px){ +.hasClass .discover .community{left: 87px;} +.hasClass .discover .onboard{left:108px;} +.hasClass .discover > .marketplace{right: 140px;} +.hasClass .discover .desingstudio{right:80px;} +.hasClass .discover .sdn{right:120px;} +} +@media(max-width:1920px){ +.home-screen2{background-position: 89% 8px;} +} +@media(max-width:1600px){ +.home-screen2{background-position: 84% 8px;} +} +@media(max-width:1366px){ +.home-screen2{background-position:87% 8px;} +.hasClass .discover{width:100%;} +.hasClass .discover .community{left: 8px;} +.hasClass .discover .onboard{left:30px;} + +.hasClass .discover > .marketplace{right: 60px;} +.hasClass .discover .desingstudio{right:0px;} +.hasClass .discover .sdn{right:40px;} +} +@media(max-width:1280px){ + .hasClass .discover, .hasClass.initialVal .discover, .discover{background-size: 40%;} + .hasClass .discover{min-height: 495px;} + .discover > .marketplace, .hasClass.initialVal .discover > .marketplace{right: 69px;} + .discover .desingstudio, .hasClass.initialVal .discover .desingstudio{width: 296px; right: 76px; top: 252px;} + .discover .desingstudio .discover-description, .hasClass.initialVal .discover .desingstudio .discover-description{width: 218px;} + .discover .sdn, .hasClass.initialVal .discover .sdn{right: 69px; top: 410px; width:350px; } + .discover .sdn .discover-description, .hasClass.initialVal .discover .sdn .discover-description{width:270px;} + .discover .community, .hasClass.initialVal .discover .community{left:20px;} + .discover .onboard, .hasClass.initialVal .discover .onboard{left: 40px; top: 392px;} + + .hasClass .discover > .marketplace{right: 20px;} + .hasClass .discover > .marketplace{width: 369px;} + .hasClass .discover .marketplace .discover-description{width: 287px;} + .hasClass .discover .desingstudio{right: 19px; top: 218px;} + .hasClass .discover .sdn{right: 50px; top: 348px;} + .hasClass .discover .community{left: 27px; top: 144px;} + .hasClass .discover .onboard{top: 333px;} +} + +@media(max-width:1024px){ +.mdl-layout__header{display:block;} +.home-screen{background-size:2350px 100%;} +.slide-content{padding: 0 70px;} +.slide-content .image-container{width:34%; margin: 40px 0 0 17px;} +.discover{background-size:40%; width:1000px;} +.discover .discover-icon{ width: 45px; height: 45px;} +.discover .discover-description h5{margin: 5px 0 10px 0;} +.discover > .marketplace{right: 19px; width: 350px; top:66px;} + .hasClass.initialVal .discover > .marketplace{width: 350px; right: 5px; top:66px;} +.hasClass .discover > .marketplace{width: 309px; right: 10px; top:65px;} + +.discover .marketplace .discover-description { width: 298px;} +.hasClass .discover .marketplace .discover-description{width: 244px;} +.discover .marketplace .discover-description, .hasClass.initialVal .discover .marketplace .discover-description{width: 295px;} + +.discover .desingstudio{top: 220px; right: 16px; width: 281px;} +.hasClass.initialVal .discover .desingstudio{width: 281px; top: 211px; right:6px;} +.hasClass .discover .desingstudio{width: 239px; top: 194px;} + +.discover .desingstudio .discover-description {width: 228px;} +.hasClass .discover .desingstudio .discover-description{width: 174px;} +.discover .sdn{right: 18px; top: 347px; width: 315px;} +.hasClass.initialVal .discover .sdn{right: 6px; top: 335px; width: 315px;} +.hasClass .discover .sdn{right: 21px; top: 301px; width: 267px;} +.discover .sdn .discover-description, .hasClass.initialVal .discover .sdn .discover-description{width: 260px;} + +.discover .sdn .discover-description {width: 264px;} +.hasClass .discover .sdn .discover-description{width: 202px;} +.discover .community{left: 26px; top: 147px; width: 271px;} + .hasClass.initialVal .discover .community{left: 16px; top: 142px; width: 271px;} +.hasClass .discover .community{left: 19px; top: 134px; width: 240px;} +.discover .community .discover-description, .hasClass.initialVal .discover .community .discover-description{width:216px;} + +/* .discover .community .discover-description{width: 227px;} */ +.hasClass .discover .community .discover-description{width: 175px;} +.discover .onboard{left: 30px; top: 332px; width: 329px;} +.hasClass.initialVal .discover .onboard{left: 16px; top: 321px; width: 329px;} +.hasClass .discover .onboard{left: 23px; top: 289px; width: 288px;} +.hasClass .discover .onboard .discover-description{width: 223px;} +.discover .onboard .discover-description, .hasClass.initialVal .discover .onboard .discover-description{width: 274px;} +.discover .onboard .discover-description p{width:auto;} + +/* .discover .onboard .discover-description{width: 284px;} */ +.home-footer ul{padding-right: 55px; margin-bottom: 35px;} +.home-footer section > div:nth-child(1){width:28%;} +.home-footer section > div:nth-child(2){width:20%;} +.home-footer section > div:nth-child(3){width:31%;} +.home-footer section > div:nth-child(4){width:21%;} +.hasClass.initialVal .discover, .discover{width:100%;} +.discover .discover-description{padding: 0 0 0 0px;} +.hasClass .discover{min-height: 420px;} +.hasClass.initialVal .discover, .discover{min-height: 453px;} +.home-screen-lfimg .slide-content .slide-text{width:100%;} +} + +@media(max-width:768px){ +/* .mdl-layout__header{display:none;} */ +.top-menu{display:none;} +.graphene-logo{margin-left:24px; padding-right: 20px;} +.mdl-layout__drawer-button{color:#FFF;} +.mdl-layout__drawer-button{display:block;} +.discover, .hasClass .discover, .hasClass.initialVal .discover{background-image:none; width:auto; padding:0 15px;} +.discover h3{margin-bottom:30px;} +.discover > .marketplace, .discover .desingstudio, .discover .sdn, .discover .community, .discover .onboard, .hasClass .discover > .marketplace, .hasClass .discover .desingstudio, .hasClass .discover .sdn, .hasClass .discover .community, .hasClass .discover .onboard, +.hasClass.initialVal .discover > .marketplace, .hasClass.initialVal .discover .desingstudio, .hasClass.initialVal .discover .sdn, .hasClass.initialVal .discover .community, .hasClass.initialVal .discover .onboard + {position:relative; width: 100%; float: left; top: 0; display:flex; margin-bottom: 10px; } +.discover .marketplace .discover-description, .discover .desingstudio .discover-description, .discover .sdn .discover-description, .discover .community .discover-description, .discover .onboard .discover-description, .discover .onboard .discover-description p{width: auto;} +.community.text-right, .onboard.text-right, .discover .onboard .discover-description p {text-align:left;} +.discover .community .discover-description, .discover .onboard .discover-description{padding: 0 0 0 15px;} +.discover .community .discover-description, .discover .onboard .discover-description{float:right;} +.discover .community .discover-icon, .discover .onboard .discover-icon{float:left;} +/* .hasClass .discover .community .discover-icon, .hasClass .discover .onboard .discover-icon, .hasClass .discover .sdn .discover-icon{margin:0;} */ +.hasClass .discover .community .discover-icon, .hasClass .discover .onboard .discover-icon, .hasClass .discover > .marketplace .discover-icon, .hasClass .discover .desingstudio .discover-icon, .hasClass .discover .sdn .discover-icon{margin:0;} + +.hackathon{padding:178px 15px 20px;} +.hackathon-container{width:100%;} +.hackathon-container .hackathon-image{width:100%; text-align:center; } +.hackathon-container .hackathon-text{display:inline-block;} +/* .success .success-icon{padding-left: 40px;} */ +.home-footer{padding: 30px 15px;} +.home-footer .heading{padding: 0px 0 4px 0;} +.home-footer{display:inline-block; margin-bottom:-10px;} +.home-footer ul{padding-right: 0px;} +.home-footer div{margin-bottom:10px;} +.home-footer section > div:nth-child(1){width:100%;} +.home-footer section > div:nth-child(2){width:100%;} +.home-footer section > div:nth-child(3){width:100%;} +.home-footer section > div:nth-child(4){width:100%;} +.copy-right{bottom: 5px;} +.slide-content .slide-text{width:100%;} +.slide-content .image-container{display:none;} +.hackathon h3{text-align:center;} +.header-title{background-color:#280e48;} +.headertxtspan { + margin-left: 15px; + font-size: 15px; + position: relative; + top: 2px; +} +#demo-menu-lower-right5 ~ .mdl-menu__container.is-visible{top:56px !important;} +.copy-right{position: static; float: left; width: 100%;} +.home-footer div.copy-right{margin-bottom:0;} +.home-footer div.copy-right ul{float: left; margin-top: 0px; margin-bottom: -10px;} +.discover-description{width: calc(100% - 45px) !important;} +.home-footer ul.social-icons{margin-top: 0px;} +.home-footer ul{margin-bottom: 10px;} +.discover > .marketplace, .discover .desingstudio, .discover .sdn, .hasClass .discover > .marketplace, .hasClass .discover .desingstudio, .hasClass .discover .sdn, .hasClass.initialVal .discover > .marketplace, .hasClass.initialVal .discover .desingstudio, .hasClass.initialVal .discover .sdn{right:0;} +.discover .community, .discover .onboard, .hasClass .discover .community, .hasClass .discover .onboard, .hasClass.initialVal .discover .onboard, .hasClass.initialVal .discover .community{left:0;} +.discover .discover-description, .discover .discover-description, .hasClass.initialVal .discover .discover-description, .hasClass.initialVal .discover .onboard .discover-description, .hasClass.initialVal .discover .community .discover-description{padding: 0 0 0 15px;} + +} +/* wrappable preformatted */ +pre.wrap{ + white-space: pre-wrap; /* css-3 */ + white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ + white-space: -pre-wrap; /* Opera 4-6 */ + white-space: -o-pre-wrap; /* Opera 7 */ + word-wrap: break-word; /* Internet Explorer 5.5+ */ +} + +@media(max-width:767px){ +.explore .mdl-grid{padding: 8px 30px;} +.slide-content .mdl-button{padding: 18px 18px;} +.success .success-icon{padding-left: 0px;} +} \ No newline at end of file diff --git a/src/legacy/css/jquery.dataTables.min.css b/src/legacy/css/jquery.dataTables.min.css new file mode 100644 index 0000000000000000000000000000000000000000..e2f62e4308879f0dd093bb8a480ef3c957833979 --- /dev/null +++ b/src/legacy/css/jquery.dataTables.min.css @@ -0,0 +1,541 @@ +table.dataTable { + width: 100%; + margin: 0 auto; + clear: both; + border-collapse: separate; + border-spacing: 0 +} + +table.dataTable thead th, +table.dataTable tfoot th { + font-weight: bold +} + +table.dataTable thead th, +table.dataTable thead td { + border-bottom: 1px solid #111 +} + +table.dataTable thead th:active, +table.dataTable thead td:active { + outline: none +} + +table.dataTable tfoot th, +table.dataTable tfoot td { + padding: 10px 18px 6px 18px; + border-top: 1px solid #111 +} + +table.dataTable thead .sorting, +table.dataTable thead .sorting_asc, +table.dataTable thead .sorting_desc { + cursor: pointer; + *cursor: hand +} + +table.dataTable thead .sorting, +table.dataTable thead .sorting_asc, +table.dataTable thead .sorting_desc, +table.dataTable thead .sorting_asc_disabled, +table.dataTable thead .sorting_desc_disabled { + background-repeat: no-repeat; + background-position: center right +} + +table.dataTable thead .sorting { + background-image: url("../images/general-icons/sortby_deactivate.png") +} + +table.dataTable thead .sorting_asc { + background-image: url("../images/general-icons/sortby_active_up.png") +} + +table.dataTable thead .sorting_desc { + background-image: url("../images/general-icons/sortby_active_down.png") +} + +table.dataTable thead .sorting_asc_disabled { + background-image: url("../images/general-icons/sortby_deactivate.png") +} + +table.dataTable thead .sorting_desc_disabled { + background-image: url("../images/general-icons/sortby_deactivate.png") +} + +table.dataTable tbody tr { + background-color: #ffffff +} + +table.dataTable tbody tr.selected { + background-color: #B0BED9 +} + +table.dataTable tbody th, +table.dataTable tbody td { + padding: 8px 10px +} + +table.dataTable.row-border tbody th, +table.dataTable.row-border tbody td, +table.dataTable.display tbody th, +table.dataTable.display tbody td { + border-top: 1px solid #ddd +} + +table.dataTable.row-border tbody tr:first-child th, +table.dataTable.row-border tbody tr:first-child td, +table.dataTable.display tbody tr:first-child th, +table.dataTable.display tbody tr:first-child td { + border-top: none +} + +table.dataTable.cell-border tbody th, +table.dataTable.cell-border tbody td { + border-top: 1px solid #ddd; + border-right: 1px solid #ddd +} + +table.dataTable.cell-border tbody tr th:first-child, +table.dataTable.cell-border tbody tr td:first-child { + border-left: 1px solid #ddd +} + +table.dataTable.cell-border tbody tr:first-child th, +table.dataTable.cell-border tbody tr:first-child td { + border-top: none +} + +table.dataTable.stripe tbody tr.odd, +table.dataTable.display tbody tr.odd { + background-color: #f9f9f9 +} + +table.dataTable.stripe tbody tr.odd.selected, +table.dataTable.display tbody tr.odd.selected { + background-color: #acbad4 +} + +table.dataTable.hover tbody tr:hover, +table.dataTable.display tbody tr:hover { + background-color: #f6f6f6 +} + +table.dataTable.hover tbody tr:hover.selected, +table.dataTable.display tbody tr:hover.selected { + background-color: #aab7d1 +} + +table.dataTable.order-column tbody tr>.sorting_1, +table.dataTable.order-column tbody tr>.sorting_2, +table.dataTable.order-column tbody tr>.sorting_3, +table.dataTable.display tbody tr>.sorting_1, +table.dataTable.display tbody tr>.sorting_2, +table.dataTable.display tbody tr>.sorting_3 { + background-color: #fafafa +} + +table.dataTable.order-column tbody tr.selected>.sorting_1, +table.dataTable.order-column tbody tr.selected>.sorting_2, +table.dataTable.order-column tbody tr.selected>.sorting_3, +table.dataTable.display tbody tr.selected>.sorting_1, +table.dataTable.display tbody tr.selected>.sorting_2, +table.dataTable.display tbody tr.selected>.sorting_3 { + background-color: #acbad5 +} + +table.dataTable.display tbody tr.odd>.sorting_1, +table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 { + background-color: #f1f1f1 +} + +table.dataTable.display tbody tr.odd>.sorting_2, +table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 { + background-color: #f3f3f3 +} + +table.dataTable.display tbody tr.odd>.sorting_3, +table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 { + background-color: whitesmoke +} + +table.dataTable.display tbody tr.odd.selected>.sorting_1, +table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 { + background-color: #a6b4cd +} + +table.dataTable.display tbody tr.odd.selected>.sorting_2, +table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 { + background-color: #a8b5cf +} + +table.dataTable.display tbody tr.odd.selected>.sorting_3, +table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 { + background-color: #a9b7d1 +} + +table.dataTable.display tbody tr.even>.sorting_1, +table.dataTable.order-column.stripe tbody tr.even>.sorting_1 { + background-color: #fafafa +} + +table.dataTable.display tbody tr.even>.sorting_2, +table.dataTable.order-column.stripe tbody tr.even>.sorting_2 { + background-color: #fcfcfc +} + +table.dataTable.display tbody tr.even>.sorting_3, +table.dataTable.order-column.stripe tbody tr.even>.sorting_3 { + background-color: #fefefe +} + +table.dataTable.display tbody tr.even.selected>.sorting_1, +table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 { + background-color: #acbad5 +} + +table.dataTable.display tbody tr.even.selected>.sorting_2, +table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 { + background-color: #aebcd6 +} + +table.dataTable.display tbody tr.even.selected>.sorting_3, +table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 { + background-color: #afbdd8 +} + +table.dataTable.display tbody tr:hover>.sorting_1, +table.dataTable.order-column.hover tbody tr:hover>.sorting_1 { + background-color: #eaeaea +} + +table.dataTable.display tbody tr:hover>.sorting_2, +table.dataTable.order-column.hover tbody tr:hover>.sorting_2 { + background-color: #ececec +} + +table.dataTable.display tbody tr:hover>.sorting_3, +table.dataTable.order-column.hover tbody tr:hover>.sorting_3 { + background-color: #efefef +} + +table.dataTable.display tbody tr:hover.selected>.sorting_1, +table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 { + background-color: #a2aec7 +} + +table.dataTable.display tbody tr:hover.selected>.sorting_2, +table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 { + background-color: #a3b0c9 +} + +table.dataTable.display tbody tr:hover.selected>.sorting_3, +table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 { + background-color: #a5b2cb +} + +table.dataTable.no-footer { + border-bottom: 1px solid #111 +} + +table.dataTable.nowrap th, +table.dataTable.nowrap td { + white-space: nowrap +} + +table.dataTable.compact thead th, +table.dataTable.compact thead td { + padding: 4px 17px 4px 4px +} + +table.dataTable.compact tfoot th, +table.dataTable.compact tfoot td { + padding: 4px +} + +table.dataTable.compact tbody th, +table.dataTable.compact tbody td { + padding: 4px +} + +table.dataTable th.dt-left, +table.dataTable td.dt-left { + text-align: left +} + +table.dataTable th.dt-center, +table.dataTable td.dt-center, +table.dataTable td.dataTables_empty { + text-align: center; + background-color: #c6e6ff; + border-color: #138ae9; + color: #002f55; +} + +table.dataTable th.dt-right, +table.dataTable td.dt-right { + text-align: right +} + +table.dataTable th.dt-justify, +table.dataTable td.dt-justify { + text-align: justify +} + +table.dataTable th.dt-nowrap, +table.dataTable td.dt-nowrap { + white-space: nowrap +} + +table.dataTable thead th.dt-head-left, +table.dataTable thead td.dt-head-left, +table.dataTable tfoot th.dt-head-left, +table.dataTable tfoot td.dt-head-left { + text-align: left +} + +table.dataTable thead th.dt-head-center, +table.dataTable thead td.dt-head-center, +table.dataTable tfoot th.dt-head-center, +table.dataTable tfoot td.dt-head-center { + text-align: center +} + +table.dataTable thead th.dt-head-right, +table.dataTable thead td.dt-head-right, +table.dataTable tfoot th.dt-head-right, +table.dataTable tfoot td.dt-head-right { + text-align: right +} + +table.dataTable thead th.dt-head-justify, +table.dataTable thead td.dt-head-justify, +table.dataTable tfoot th.dt-head-justify, +table.dataTable tfoot td.dt-head-justify { + text-align: justify +} + +table.dataTable thead th.dt-head-nowrap, +table.dataTable thead td.dt-head-nowrap, +table.dataTable tfoot th.dt-head-nowrap, +table.dataTable tfoot td.dt-head-nowrap { + white-space: nowrap +} + +table.dataTable tbody th.dt-body-left, +table.dataTable tbody td.dt-body-left { + text-align: left +} + +table.dataTable tbody th.dt-body-center, +table.dataTable tbody td.dt-body-center { + text-align: center +} + +table.dataTable tbody th.dt-body-right, +table.dataTable tbody td.dt-body-right { + text-align: right +} + +table.dataTable tbody th.dt-body-justify, +table.dataTable tbody td.dt-body-justify { + text-align: justify +} + +table.dataTable tbody th.dt-body-nowrap, +table.dataTable tbody td.dt-body-nowrap { + white-space: nowrap +} + +table.dataTable, +table.dataTable th, +table.dataTable td { + -webkit-box-sizing: content-box; + box-sizing: content-box +} + +.dataTables_wrapper { + position: relative; + clear: both; + *zoom: 1; + zoom: 1 +} + +.dataTables_wrapper .dataTables_length { + float: left +} + +.dataTables_wrapper .dataTables_filter { + float: right; + text-align: right +} + +.dataTables_wrapper .dataTables_filter input { + margin-left: 0.5em +} + +.dataTables_wrapper .dataTables_info { + clear: both; + float: left; + padding-top: 0.755em +} + +.dataTables_wrapper .dataTables_paginate { + float: right; + text-align: right; + padding-top: 0.25em +} + +.dataTables_wrapper .dataTables_paginate .paginate_button { + box-sizing: border-box; + display: inline-block; + min-width: 1.5em; + padding: 0.5em 1em; + margin-left: 2px; + text-align: center; + text-decoration: none !important; + cursor: pointer; + *cursor: hand; + color: #333 !important; + border: 1px solid transparent; + border-radius: 2px +} + +.dataTables_wrapper .dataTables_paginate .paginate_button.current, +.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { + color: #333 !important; + border: 1px solid #979797; + background-color: white; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc)); + background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%); + background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%); + background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%); + background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%); + background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%) +} + +.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, +.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, +.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active { + cursor: not-allowed; + border: 1px solid #d5d5d5; + background: #efefef; + color: #B3B3B3 !important; +} + +.dataTables_wrapper .dataTables_paginate .paginate_button:hover { + color: white !important; + border: 1px solid #111; + background-color: #585858; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); + background: -webkit-linear-gradient(top, #585858 0%, #111 100%); + background: -moz-linear-gradient(top, #585858 0%, #111 100%); + background: -ms-linear-gradient(top, #585858 0%, #111 100%); + background: -o-linear-gradient(top, #585858 0%, #111 100%); + background: linear-gradient(to bottom, #585858 0%, #111 100%) +} + +.dataTables_wrapper .dataTables_paginate .paginate_button:active { + outline: none; + background-color: #2b2b2b; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); + background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); + background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); + background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); + background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); + background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); + box-shadow: inset 0 0 3px #111 +} + +.dataTables_wrapper .dataTables_paginate .ellipsis { + padding: 0 1em +} + +.dataTables_wrapper .dataTables_processing { + position: absolute; + top: 50%; + left: 50%; + width: 100%; + height: 40px; + margin-left: -50%; + margin-top: -25px; + padding-top: 20px; + text-align: center; + font-size: 1.2em; + background-color: white; + background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))); + background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); + background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%) +} + +.dataTables_wrapper .dataTables_length, +.dataTables_wrapper .dataTables_filter, +.dataTables_wrapper .dataTables_info, +.dataTables_wrapper .dataTables_processing, +.dataTables_wrapper .dataTables_paginate { + color: #333 +} + +.dataTables_wrapper .dataTables_scroll { + clear: both +} + +.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody { + *margin-top: -1px; + -webkit-overflow-scrolling: touch +} + +.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, +.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td { + vertical-align: middle +} + +.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing, +.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing { + height: 0; + overflow: hidden; + margin: 0 !important; + padding: 0 !important +} + +.dataTables_wrapper.no-footer .dataTables_scrollBody { + border-bottom: 1px solid #111 +} + +.dataTables_wrapper.no-footer div.dataTables_scrollHead table, +.dataTables_wrapper.no-footer div.dataTables_scrollBody table { + border-bottom: none +} + +.dataTables_wrapper:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0 +} + +@media screen and (max-width: 767px) { + .dataTables_wrapper .dataTables_info, + .dataTables_wrapper .dataTables_paginate { + float: none; + text-align: center + } + .dataTables_wrapper .dataTables_paginate { + margin-top: 0.5em + } +} + +@media screen and (max-width: 640px) { + .dataTables_wrapper .dataTables_length, + .dataTables_wrapper .dataTables_filter { + float: none; + text-align: center + } + .dataTables_wrapper .dataTables_filter { + margin-top: 0.5em + } +} \ No newline at end of file diff --git a/src/legacy/css/material.min.css b/src/legacy/css/material.min.css new file mode 100644 index 0000000000000000000000000000000000000000..e2632ca4a7c8879d922b469c72c203ea6487e487 --- /dev/null +++ b/src/legacy/css/material.min.css @@ -0,0 +1,9 @@ +/** + * material-design-lite - Material Design Components in CSS, JS and HTML + * @version v1.3.0 + * @license Apache-2.0 + * @copyright 2015 Google, Inc. + * @link https://github.com/google/material-design-lite + */ +@charset "UTF-8";html{color:rgba(0,0,0,.87)}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.hidden{display:none!important}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}@media print{*,*:before,*:after,*:first-letter{background:transparent!important;color:#000!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href)")"}abbr[title]:after{content:" (" attr(title)")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}a,.mdl-accordion,.mdl-button,.mdl-card,.mdl-checkbox,.mdl-dropdown-menu,.mdl-icon-toggle,.mdl-item,.mdl-radio,.mdl-slider,.mdl-switch,.mdl-tabs__tab{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(255,255,255,0)}html{width:100%;height:100%;-ms-touch-action:manipulation;touch-action:manipulation}body{width:100%;min-height:100%;margin:0}main{display:block}*[hidden]{display:none!important}html,body{font-family:"Helvetica","Arial",sans-serif;font-size:14px;font-weight:400;line-height:20px}h1,h2,h3,h4,h5,h6,p{padding:0}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400;line-height:1.35;letter-spacing:-.02em;opacity:.54;font-size:.6em}h1{font-size:56px;line-height:1.35;letter-spacing:-.02em;margin:24px 0}h1,h2{font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400}h2{font-size:45px;line-height:48px}h2,h3{margin:24px 0}h3{font-size:34px;line-height:40px}h3,h4{font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400}h4{font-size:24px;line-height:32px;-moz-osx-font-smoothing:grayscale;margin:24px 0 16px}h5{font-size:20px;font-weight:500;line-height:1;letter-spacing:.02em}h5,h6{font-family:"Roboto","Helvetica","Arial",sans-serif;margin:24px 0 16px}h6{font-size:16px;letter-spacing:.04em}h6,p{font-weight:400;line-height:24px}p{font-size:14px;letter-spacing:0;margin:0 0 16px}a{color:#ff4081;font-weight:500}blockquote{font-family:"Roboto","Helvetica","Arial",sans-serif;position:relative;font-size:24px;font-weight:300;font-style:italic;line-height:1.35;letter-spacing:.08em}blockquote:before{position:absolute;left:-.5em;content:'“'}blockquote:after{content:'â€';margin-left:-.05em}mark{background-color:#f4ff81}dt{font-weight:700}address{font-size:12px;line-height:1;font-style:normal}address,ul,ol{font-weight:400;letter-spacing:0}ul,ol{font-size:14px;line-height:24px}.mdl-typography--display-4,.mdl-typography--display-4-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:112px;font-weight:300;line-height:1;letter-spacing:-.04em}.mdl-typography--display-4-color-contrast{opacity:.54}.mdl-typography--display-3,.mdl-typography--display-3-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:56px;font-weight:400;line-height:1.35;letter-spacing:-.02em}.mdl-typography--display-3-color-contrast{opacity:.54}.mdl-typography--display-2,.mdl-typography--display-2-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:45px;font-weight:400;line-height:48px}.mdl-typography--display-2-color-contrast{opacity:.54}.mdl-typography--display-1,.mdl-typography--display-1-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:34px;font-weight:400;line-height:40px}.mdl-typography--display-1-color-contrast{opacity:.54}.mdl-typography--headline,.mdl-typography--headline-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:24px;font-weight:400;line-height:32px;-moz-osx-font-smoothing:grayscale}.mdl-typography--headline-color-contrast{opacity:.87}.mdl-typography--title,.mdl-typography--title-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:20px;font-weight:500;line-height:1;letter-spacing:.02em}.mdl-typography--title-color-contrast{opacity:.87}.mdl-typography--subhead,.mdl-typography--subhead-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.04em}.mdl-typography--subhead-color-contrast{opacity:.87}.mdl-typography--body-2,.mdl-typography--body-2-color-contrast{font-size:14px;font-weight:700;line-height:24px;letter-spacing:0}.mdl-typography--body-2-color-contrast{opacity:.87}.mdl-typography--body-1,.mdl-typography--body-1-color-contrast{font-size:14px;font-weight:400;line-height:24px;letter-spacing:0}.mdl-typography--body-1-color-contrast{opacity:.87}.mdl-typography--body-2-force-preferred-font,.mdl-typography--body-2-force-preferred-font-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:14px;font-weight:500;line-height:24px;letter-spacing:0}.mdl-typography--body-2-force-preferred-font-color-contrast{opacity:.87}.mdl-typography--body-1-force-preferred-font,.mdl-typography--body-1-force-preferred-font-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:14px;font-weight:400;line-height:24px;letter-spacing:0}.mdl-typography--body-1-force-preferred-font-color-contrast{opacity:.87}.mdl-typography--caption,.mdl-typography--caption-force-preferred-font{font-size:12px;font-weight:400;line-height:1;letter-spacing:0}.mdl-typography--caption-force-preferred-font{font-family:"Roboto","Helvetica","Arial",sans-serif}.mdl-typography--caption-color-contrast,.mdl-typography--caption-force-preferred-font-color-contrast{font-size:12px;font-weight:400;line-height:1;letter-spacing:0;opacity:.54}.mdl-typography--caption-force-preferred-font-color-contrast,.mdl-typography--menu{font-family:"Roboto","Helvetica","Arial",sans-serif}.mdl-typography--menu{font-size:14px;font-weight:500;line-height:1;letter-spacing:0}.mdl-typography--menu-color-contrast{opacity:.87}.mdl-typography--menu-color-contrast,.mdl-typography--button,.mdl-typography--button-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:0}.mdl-typography--button,.mdl-typography--button-color-contrast{text-transform:uppercase}.mdl-typography--button-color-contrast{opacity:.87}.mdl-typography--text-left{text-align:left}.mdl-typography--text-right{text-align:right}.mdl-typography--text-center{text-align:center}.mdl-typography--text-justify{text-align:justify}.mdl-typography--text-nowrap{white-space:nowrap}.mdl-typography--text-lowercase{text-transform:lowercase}.mdl-typography--text-uppercase{text-transform:uppercase}.mdl-typography--text-capitalize{text-transform:capitalize}.mdl-typography--font-thin{font-weight:200!important}.mdl-typography--font-light{font-weight:300!important}.mdl-typography--font-regular{font-weight:400!important}.mdl-typography--font-medium{font-weight:500!important}.mdl-typography--font-bold{font-weight:700!important}.mdl-typography--font-black{font-weight:900!important}.material-icons{font-family:'Material Icons';font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;word-wrap:normal;-moz-font-feature-settings:'liga';font-feature-settings:'liga';-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased}.mdl-color-text--red{color:#f44336 !important}.mdl-color--red{background-color:#f44336 !important}.mdl-color-text--red-50{color:#ffebee !important}.mdl-color--red-50{background-color:#ffebee !important}.mdl-color-text--red-100{color:#ffcdd2 !important}.mdl-color--red-100{background-color:#ffcdd2 !important}.mdl-color-text--red-200{color:#ef9a9a !important}.mdl-color--red-200{background-color:#ef9a9a !important}.mdl-color-text--red-300{color:#e57373 !important}.mdl-color--red-300{background-color:#e57373 !important}.mdl-color-text--red-400{color:#ef5350 !important}.mdl-color--red-400{background-color:#ef5350 !important}.mdl-color-text--red-500{color:#f44336 !important}.mdl-color--red-500{background-color:#f44336 !important}.mdl-color-text--red-600{color:#e53935 !important}.mdl-color--red-600{background-color:#e53935 !important}.mdl-color-text--red-700{color:#d32f2f !important}.mdl-color--red-700{background-color:#d32f2f !important}.mdl-color-text--red-800{color:#c62828 !important}.mdl-color--red-800{background-color:#c62828 !important}.mdl-color-text--red-900{color:#b71c1c !important}.mdl-color--red-900{background-color:#b71c1c !important}.mdl-color-text--red-A100{color:#ff8a80 !important}.mdl-color--red-A100{background-color:#ff8a80 !important}.mdl-color-text--red-A200{color:#ff5252 !important}.mdl-color--red-A200{background-color:#ff5252 !important}.mdl-color-text--red-A400{color:#ff1744 !important}.mdl-color--red-A400{background-color:#ff1744 !important}.mdl-color-text--red-A700{color:#d50000 !important}.mdl-color--red-A700{background-color:#d50000 !important}.mdl-color-text--pink{color:#e91e63 !important}.mdl-color--pink{background-color:#e91e63 !important}.mdl-color-text--pink-50{color:#fce4ec !important}.mdl-color--pink-50{background-color:#fce4ec !important}.mdl-color-text--pink-100{color:#f8bbd0 !important}.mdl-color--pink-100{background-color:#f8bbd0 !important}.mdl-color-text--pink-200{color:#f48fb1 !important}.mdl-color--pink-200{background-color:#f48fb1 !important}.mdl-color-text--pink-300{color:#f06292 !important}.mdl-color--pink-300{background-color:#f06292 !important}.mdl-color-text--pink-400{color:#ec407a !important}.mdl-color--pink-400{background-color:#ec407a !important}.mdl-color-text--pink-500{color:#e91e63 !important}.mdl-color--pink-500{background-color:#e91e63 !important}.mdl-color-text--pink-600{color:#d81b60 !important}.mdl-color--pink-600{background-color:#d81b60 !important}.mdl-color-text--pink-700{color:#c2185b !important}.mdl-color--pink-700{background-color:#c2185b !important}.mdl-color-text--pink-800{color:#ad1457 !important}.mdl-color--pink-800{background-color:#ad1457 !important}.mdl-color-text--pink-900{color:#880e4f !important}.mdl-color--pink-900{background-color:#880e4f !important}.mdl-color-text--pink-A100{color:#ff80ab !important}.mdl-color--pink-A100{background-color:#ff80ab !important}.mdl-color-text--pink-A200{color:#ff4081 !important}.mdl-color--pink-A200{background-color:#ff4081 !important}.mdl-color-text--pink-A400{color:#f50057 !important}.mdl-color--pink-A400{background-color:#f50057 !important}.mdl-color-text--pink-A700{color:#c51162 !important}.mdl-color--pink-A700{background-color:#c51162 !important}.mdl-color-text--purple{color:#9c27b0 !important}.mdl-color--purple{background-color:#9c27b0 !important}.mdl-color-text--purple-50{color:#f3e5f5 !important}.mdl-color--purple-50{background-color:#f3e5f5 !important}.mdl-color-text--purple-100{color:#e1bee7 !important}.mdl-color--purple-100{background-color:#e1bee7 !important}.mdl-color-text--purple-200{color:#ce93d8 !important}.mdl-color--purple-200{background-color:#ce93d8 !important}.mdl-color-text--purple-300{color:#ba68c8 !important}.mdl-color--purple-300{background-color:#ba68c8 !important}.mdl-color-text--purple-400{color:#ab47bc !important}.mdl-color--purple-400{background-color:#ab47bc !important}.mdl-color-text--purple-500{color:#9c27b0 !important}.mdl-color--purple-500{background-color:#9c27b0 !important}.mdl-color-text--purple-600{color:#8e24aa !important}.mdl-color--purple-600{background-color:#8e24aa !important}.mdl-color-text--purple-700{color:#7b1fa2 !important}.mdl-color--purple-700{background-color:#7b1fa2 !important}.mdl-color-text--purple-800{color:#6a1b9a !important}.mdl-color--purple-800{background-color:#6a1b9a !important}.mdl-color-text--purple-900{color:#4a148c !important}.mdl-color--purple-900{background-color:#4a148c !important}.mdl-color-text--purple-A100{color:#ea80fc !important}.mdl-color--purple-A100{background-color:#ea80fc !important}.mdl-color-text--purple-A200{color:#e040fb !important}.mdl-color--purple-A200{background-color:#e040fb !important}.mdl-color-text--purple-A400{color:#d500f9 !important}.mdl-color--purple-A400{background-color:#d500f9 !important}.mdl-color-text--purple-A700{color:#a0f !important}.mdl-color--purple-A700{background-color:#a0f !important}.mdl-color-text--deep-purple{color:#673ab7 !important}.mdl-color--deep-purple{background-color:#673ab7 !important}.mdl-color-text--deep-purple-50{color:#ede7f6 !important}.mdl-color--deep-purple-50{background-color:#ede7f6 !important}.mdl-color-text--deep-purple-100{color:#d1c4e9 !important}.mdl-color--deep-purple-100{background-color:#d1c4e9 !important}.mdl-color-text--deep-purple-200{color:#b39ddb !important}.mdl-color--deep-purple-200{background-color:#b39ddb !important}.mdl-color-text--deep-purple-300{color:#9575cd !important}.mdl-color--deep-purple-300{background-color:#9575cd !important}.mdl-color-text--deep-purple-400{color:#7e57c2 !important}.mdl-color--deep-purple-400{background-color:#7e57c2 !important}.mdl-color-text--deep-purple-500{color:#673ab7 !important}.mdl-color--deep-purple-500{background-color:#673ab7 !important}.mdl-color-text--deep-purple-600{color:#5e35b1 !important}.mdl-color--deep-purple-600{background-color:#5e35b1 !important}.mdl-color-text--deep-purple-700{color:#512da8 !important}.mdl-color--deep-purple-700{background-color:#512da8 !important}.mdl-color-text--deep-purple-800{color:#4527a0 !important}.mdl-color--deep-purple-800{background-color:#4527a0 !important}.mdl-color-text--deep-purple-900{color:#311b92 !important}.mdl-color--deep-purple-900{background-color:#311b92 !important}.mdl-color-text--deep-purple-A100{color:#b388ff !important}.mdl-color--deep-purple-A100{background-color:#b388ff !important}.mdl-color-text--deep-purple-A200{color:#7c4dff !important}.mdl-color--deep-purple-A200{background-color:#7c4dff !important}.mdl-color-text--deep-purple-A400{color:#651fff !important}.mdl-color--deep-purple-A400{background-color:#651fff !important}.mdl-color-text--deep-purple-A700{color:#6200ea !important}.mdl-color--deep-purple-A700{background-color:#6200ea !important}.mdl-color-text--indigo{color:#3f51b5 !important}.mdl-color--indigo{background-color:#3f51b5 !important}.mdl-color-text--indigo-50{color:#e8eaf6 !important}.mdl-color--indigo-50{background-color:#e8eaf6 !important}.mdl-color-text--indigo-100{color:#c5cae9 !important}.mdl-color--indigo-100{background-color:#c5cae9 !important}.mdl-color-text--indigo-200{color:#9fa8da !important}.mdl-color--indigo-200{background-color:#9fa8da !important}.mdl-color-text--indigo-300{color:#7986cb !important}.mdl-color--indigo-300{background-color:#7986cb !important}.mdl-color-text--indigo-400{color:#5c6bc0 !important}.mdl-color--indigo-400{background-color:#5c6bc0 !important}.mdl-color-text--indigo-500{color:#3f51b5 !important}.mdl-color--indigo-500{background-color:#3f51b5 !important}.mdl-color-text--indigo-600{color:#3949ab !important}.mdl-color--indigo-600{background-color:#3949ab !important}.mdl-color-text--indigo-700{color:#303f9f !important}.mdl-color--indigo-700{background-color:#303f9f !important}.mdl-color-text--indigo-800{color:#283593 !important}.mdl-color--indigo-800{background-color:#283593 !important}.mdl-color-text--indigo-900{color:#1a237e !important}.mdl-color--indigo-900{background-color:#1a237e !important}.mdl-color-text--indigo-A100{color:#8c9eff !important}.mdl-color--indigo-A100{background-color:#8c9eff !important}.mdl-color-text--indigo-A200{color:#536dfe !important}.mdl-color--indigo-A200{background-color:#536dfe !important}.mdl-color-text--indigo-A400{color:#3d5afe !important}.mdl-color--indigo-A400{background-color:#3d5afe !important}.mdl-color-text--indigo-A700{color:#304ffe !important}.mdl-color--indigo-A700{background-color:#304ffe !important}.mdl-color-text--blue{color:#2196f3 !important}.mdl-color--blue{background-color:#2196f3 !important}.mdl-color-text--blue-50{color:#e3f2fd !important}.mdl-color--blue-50{background-color:#e3f2fd !important}.mdl-color-text--blue-100{color:#bbdefb !important}.mdl-color--blue-100{background-color:#bbdefb !important}.mdl-color-text--blue-200{color:#90caf9 !important}.mdl-color--blue-200{background-color:#90caf9 !important}.mdl-color-text--blue-300{color:#64b5f6 !important}.mdl-color--blue-300{background-color:#64b5f6 !important}.mdl-color-text--blue-400{color:#42a5f5 !important}.mdl-color--blue-400{background-color:#42a5f5 !important}.mdl-color-text--blue-500{color:#2196f3 !important}.mdl-color--blue-500{background-color:#2196f3 !important}.mdl-color-text--blue-600{color:#1e88e5 !important}.mdl-color--blue-600{background-color:#1e88e5 !important}.mdl-color-text--blue-700{color:#1976d2 !important}.mdl-color--blue-700{background-color:#1976d2 !important}.mdl-color-text--blue-800{color:#1565c0 !important}.mdl-color--blue-800{background-color:#1565c0 !important}.mdl-color-text--blue-900{color:#0d47a1 !important}.mdl-color--blue-900{background-color:#0d47a1 !important}.mdl-color-text--blue-A100{color:#82b1ff !important}.mdl-color--blue-A100{background-color:#82b1ff !important}.mdl-color-text--blue-A200{color:#448aff !important}.mdl-color--blue-A200{background-color:#448aff !important}.mdl-color-text--blue-A400{color:#2979ff !important}.mdl-color--blue-A400{background-color:#2979ff !important}.mdl-color-text--blue-A700{color:#2962ff !important}.mdl-color--blue-A700{background-color:#2962ff !important}.mdl-color-text--light-blue{color:#03a9f4 !important}.mdl-color--light-blue{background-color:#03a9f4 !important}.mdl-color-text--light-blue-50{color:#e1f5fe !important}.mdl-color--light-blue-50{background-color:#e1f5fe !important}.mdl-color-text--light-blue-100{color:#b3e5fc !important}.mdl-color--light-blue-100{background-color:#b3e5fc !important}.mdl-color-text--light-blue-200{color:#81d4fa !important}.mdl-color--light-blue-200{background-color:#81d4fa !important}.mdl-color-text--light-blue-300{color:#4fc3f7 !important}.mdl-color--light-blue-300{background-color:#4fc3f7 !important}.mdl-color-text--light-blue-400{color:#29b6f6 !important}.mdl-color--light-blue-400{background-color:#29b6f6 !important}.mdl-color-text--light-blue-500{color:#03a9f4 !important}.mdl-color--light-blue-500{background-color:#03a9f4 !important}.mdl-color-text--light-blue-600{color:#039be5 !important}.mdl-color--light-blue-600{background-color:#039be5 !important}.mdl-color-text--light-blue-700{color:#0288d1 !important}.mdl-color--light-blue-700{background-color:#0288d1 !important}.mdl-color-text--light-blue-800{color:#0277bd !important}.mdl-color--light-blue-800{background-color:#0277bd !important}.mdl-color-text--light-blue-900{color:#01579b !important}.mdl-color--light-blue-900{background-color:#01579b !important}.mdl-color-text--light-blue-A100{color:#80d8ff !important}.mdl-color--light-blue-A100{background-color:#80d8ff !important}.mdl-color-text--light-blue-A200{color:#40c4ff !important}.mdl-color--light-blue-A200{background-color:#40c4ff !important}.mdl-color-text--light-blue-A400{color:#00b0ff !important}.mdl-color--light-blue-A400{background-color:#00b0ff !important}.mdl-color-text--light-blue-A700{color:#0091ea !important}.mdl-color--light-blue-A700{background-color:#0091ea !important}.mdl-color-text--cyan{color:#00bcd4 !important}.mdl-color--cyan{background-color:#00bcd4 !important}.mdl-color-text--cyan-50{color:#e0f7fa !important}.mdl-color--cyan-50{background-color:#e0f7fa !important}.mdl-color-text--cyan-100{color:#b2ebf2 !important}.mdl-color--cyan-100{background-color:#b2ebf2 !important}.mdl-color-text--cyan-200{color:#80deea !important}.mdl-color--cyan-200{background-color:#80deea !important}.mdl-color-text--cyan-300{color:#4dd0e1 !important}.mdl-color--cyan-300{background-color:#4dd0e1 !important}.mdl-color-text--cyan-400{color:#26c6da !important}.mdl-color--cyan-400{background-color:#26c6da !important}.mdl-color-text--cyan-500{color:#00bcd4 !important}.mdl-color--cyan-500{background-color:#00bcd4 !important}.mdl-color-text--cyan-600{color:#00acc1 !important}.mdl-color--cyan-600{background-color:#00acc1 !important}.mdl-color-text--cyan-700{color:#0097a7 !important}.mdl-color--cyan-700{background-color:#0097a7 !important}.mdl-color-text--cyan-800{color:#00838f !important}.mdl-color--cyan-800{background-color:#00838f !important}.mdl-color-text--cyan-900{color:#006064 !important}.mdl-color--cyan-900{background-color:#006064 !important}.mdl-color-text--cyan-A100{color:#84ffff !important}.mdl-color--cyan-A100{background-color:#84ffff !important}.mdl-color-text--cyan-A200{color:#18ffff !important}.mdl-color--cyan-A200{background-color:#18ffff !important}.mdl-color-text--cyan-A400{color:#00e5ff !important}.mdl-color--cyan-A400{background-color:#00e5ff !important}.mdl-color-text--cyan-A700{color:#00b8d4 !important}.mdl-color--cyan-A700{background-color:#00b8d4 !important}.mdl-color-text--teal{color:#009688 !important}.mdl-color--teal{background-color:#009688 !important}.mdl-color-text--teal-50{color:#e0f2f1 !important}.mdl-color--teal-50{background-color:#e0f2f1 !important}.mdl-color-text--teal-100{color:#b2dfdb !important}.mdl-color--teal-100{background-color:#b2dfdb !important}.mdl-color-text--teal-200{color:#80cbc4 !important}.mdl-color--teal-200{background-color:#80cbc4 !important}.mdl-color-text--teal-300{color:#4db6ac !important}.mdl-color--teal-300{background-color:#4db6ac !important}.mdl-color-text--teal-400{color:#26a69a !important}.mdl-color--teal-400{background-color:#26a69a !important}.mdl-color-text--teal-500{color:#009688 !important}.mdl-color--teal-500{background-color:#009688 !important}.mdl-color-text--teal-600{color:#00897b !important}.mdl-color--teal-600{background-color:#00897b !important}.mdl-color-text--teal-700{color:#00796b !important}.mdl-color--teal-700{background-color:#00796b !important}.mdl-color-text--teal-800{color:#00695c !important}.mdl-color--teal-800{background-color:#00695c !important}.mdl-color-text--teal-900{color:#004d40 !important}.mdl-color--teal-900{background-color:#004d40 !important}.mdl-color-text--teal-A100{color:#a7ffeb !important}.mdl-color--teal-A100{background-color:#a7ffeb !important}.mdl-color-text--teal-A200{color:#64ffda !important}.mdl-color--teal-A200{background-color:#64ffda !important}.mdl-color-text--teal-A400{color:#1de9b6 !important}.mdl-color--teal-A400{background-color:#1de9b6 !important}.mdl-color-text--teal-A700{color:#00bfa5 !important}.mdl-color--teal-A700{background-color:#00bfa5 !important}.mdl-color-text--green{color:#4caf50 !important}.mdl-color--green{background-color:#4caf50 !important}.mdl-color-text--green-50{color:#e8f5e9 !important}.mdl-color--green-50{background-color:#e8f5e9 !important}.mdl-color-text--green-100{color:#c8e6c9 !important}.mdl-color--green-100{background-color:#c8e6c9 !important}.mdl-color-text--green-200{color:#a5d6a7 !important}.mdl-color--green-200{background-color:#a5d6a7 !important}.mdl-color-text--green-300{color:#81c784 !important}.mdl-color--green-300{background-color:#81c784 !important}.mdl-color-text--green-400{color:#66bb6a !important}.mdl-color--green-400{background-color:#66bb6a !important}.mdl-color-text--green-500{color:#4caf50 !important}.mdl-color--green-500{background-color:#4caf50 !important}.mdl-color-text--green-600{color:#43a047 !important}.mdl-color--green-600{background-color:#43a047 !important}.mdl-color-text--green-700{color:#388e3c !important}.mdl-color--green-700{background-color:#388e3c !important}.mdl-color-text--green-800{color:#2e7d32 !important}.mdl-color--green-800{background-color:#2e7d32 !important}.mdl-color-text--green-900{color:#1b5e20 !important}.mdl-color--green-900{background-color:#1b5e20 !important}.mdl-color-text--green-A100{color:#b9f6ca !important}.mdl-color--green-A100{background-color:#b9f6ca !important}.mdl-color-text--green-A200{color:#69f0ae !important}.mdl-color--green-A200{background-color:#69f0ae !important}.mdl-color-text--green-A400{color:#00e676 !important}.mdl-color--green-A400{background-color:#00e676 !important}.mdl-color-text--green-A700{color:#00c853 !important}.mdl-color--green-A700{background-color:#00c853 !important}.mdl-color-text--light-green{color:#8bc34a !important}.mdl-color--light-green{background-color:#8bc34a !important}.mdl-color-text--light-green-50{color:#f1f8e9 !important}.mdl-color--light-green-50{background-color:#f1f8e9 !important}.mdl-color-text--light-green-100{color:#dcedc8 !important}.mdl-color--light-green-100{background-color:#dcedc8 !important}.mdl-color-text--light-green-200{color:#c5e1a5 !important}.mdl-color--light-green-200{background-color:#c5e1a5 !important}.mdl-color-text--light-green-300{color:#aed581 !important}.mdl-color--light-green-300{background-color:#aed581 !important}.mdl-color-text--light-green-400{color:#9ccc65 !important}.mdl-color--light-green-400{background-color:#9ccc65 !important}.mdl-color-text--light-green-500{color:#8bc34a !important}.mdl-color--light-green-500{background-color:#8bc34a !important}.mdl-color-text--light-green-600{color:#7cb342 !important}.mdl-color--light-green-600{background-color:#7cb342 !important}.mdl-color-text--light-green-700{color:#689f38 !important}.mdl-color--light-green-700{background-color:#689f38 !important}.mdl-color-text--light-green-800{color:#558b2f !important}.mdl-color--light-green-800{background-color:#558b2f !important}.mdl-color-text--light-green-900{color:#33691e !important}.mdl-color--light-green-900{background-color:#33691e !important}.mdl-color-text--light-green-A100{color:#ccff90 !important}.mdl-color--light-green-A100{background-color:#ccff90 !important}.mdl-color-text--light-green-A200{color:#b2ff59 !important}.mdl-color--light-green-A200{background-color:#b2ff59 !important}.mdl-color-text--light-green-A400{color:#76ff03 !important}.mdl-color--light-green-A400{background-color:#76ff03 !important}.mdl-color-text--light-green-A700{color:#64dd17 !important}.mdl-color--light-green-A700{background-color:#64dd17 !important}.mdl-color-text--lime{color:#cddc39 !important}.mdl-color--lime{background-color:#cddc39 !important}.mdl-color-text--lime-50{color:#f9fbe7 !important}.mdl-color--lime-50{background-color:#f9fbe7 !important}.mdl-color-text--lime-100{color:#f0f4c3 !important}.mdl-color--lime-100{background-color:#f0f4c3 !important}.mdl-color-text--lime-200{color:#e6ee9c !important}.mdl-color--lime-200{background-color:#e6ee9c !important}.mdl-color-text--lime-300{color:#dce775 !important}.mdl-color--lime-300{background-color:#dce775 !important}.mdl-color-text--lime-400{color:#d4e157 !important}.mdl-color--lime-400{background-color:#d4e157 !important}.mdl-color-text--lime-500{color:#cddc39 !important}.mdl-color--lime-500{background-color:#cddc39 !important}.mdl-color-text--lime-600{color:#c0ca33 !important}.mdl-color--lime-600{background-color:#c0ca33 !important}.mdl-color-text--lime-700{color:#afb42b !important}.mdl-color--lime-700{background-color:#afb42b !important}.mdl-color-text--lime-800{color:#9e9d24 !important}.mdl-color--lime-800{background-color:#9e9d24 !important}.mdl-color-text--lime-900{color:#827717 !important}.mdl-color--lime-900{background-color:#827717 !important}.mdl-color-text--lime-A100{color:#f4ff81 !important}.mdl-color--lime-A100{background-color:#f4ff81 !important}.mdl-color-text--lime-A200{color:#eeff41 !important}.mdl-color--lime-A200{background-color:#eeff41 !important}.mdl-color-text--lime-A400{color:#c6ff00 !important}.mdl-color--lime-A400{background-color:#c6ff00 !important}.mdl-color-text--lime-A700{color:#aeea00 !important}.mdl-color--lime-A700{background-color:#aeea00 !important}.mdl-color-text--yellow{color:#ffeb3b !important}.mdl-color--yellow{background-color:#ffeb3b !important}.mdl-color-text--yellow-50{color:#fffde7 !important}.mdl-color--yellow-50{background-color:#fffde7 !important}.mdl-color-text--yellow-100{color:#fff9c4 !important}.mdl-color--yellow-100{background-color:#fff9c4 !important}.mdl-color-text--yellow-200{color:#fff59d !important}.mdl-color--yellow-200{background-color:#fff59d !important}.mdl-color-text--yellow-300{color:#fff176 !important}.mdl-color--yellow-300{background-color:#fff176 !important}.mdl-color-text--yellow-400{color:#ffee58 !important}.mdl-color--yellow-400{background-color:#ffee58 !important}.mdl-color-text--yellow-500{color:#ffeb3b !important}.mdl-color--yellow-500{background-color:#ffeb3b !important}.mdl-color-text--yellow-600{color:#fdd835 !important}.mdl-color--yellow-600{background-color:#fdd835 !important}.mdl-color-text--yellow-700{color:#fbc02d !important}.mdl-color--yellow-700{background-color:#fbc02d !important}.mdl-color-text--yellow-800{color:#f9a825 !important}.mdl-color--yellow-800{background-color:#f9a825 !important}.mdl-color-text--yellow-900{color:#f57f17 !important}.mdl-color--yellow-900{background-color:#f57f17 !important}.mdl-color-text--yellow-A100{color:#ffff8d !important}.mdl-color--yellow-A100{background-color:#ffff8d !important}.mdl-color-text--yellow-A200{color:#ff0 !important}.mdl-color--yellow-A200{background-color:#ff0 !important}.mdl-color-text--yellow-A400{color:#ffea00 !important}.mdl-color--yellow-A400{background-color:#ffea00 !important}.mdl-color-text--yellow-A700{color:#ffd600 !important}.mdl-color--yellow-A700{background-color:#ffd600 !important}.mdl-color-text--amber{color:#ffc107 !important}.mdl-color--amber{background-color:#ffc107 !important}.mdl-color-text--amber-50{color:#fff8e1 !important}.mdl-color--amber-50{background-color:#fff8e1 !important}.mdl-color-text--amber-100{color:#ffecb3 !important}.mdl-color--amber-100{background-color:#ffecb3 !important}.mdl-color-text--amber-200{color:#ffe082 !important}.mdl-color--amber-200{background-color:#ffe082 !important}.mdl-color-text--amber-300{color:#ffd54f !important}.mdl-color--amber-300{background-color:#ffd54f !important}.mdl-color-text--amber-400{color:#ffca28 !important}.mdl-color--amber-400{background-color:#ffca28 !important}.mdl-color-text--amber-500{color:#ffc107 !important}.mdl-color--amber-500{background-color:#ffc107 !important}.mdl-color-text--amber-600{color:#ffb300 !important}.mdl-color--amber-600{background-color:#ffb300 !important}.mdl-color-text--amber-700{color:#ffa000 !important}.mdl-color--amber-700{background-color:#ffa000 !important}.mdl-color-text--amber-800{color:#ff8f00 !important}.mdl-color--amber-800{background-color:#ff8f00 !important}.mdl-color-text--amber-900{color:#ff6f00 !important}.mdl-color--amber-900{background-color:#ff6f00 !important}.mdl-color-text--amber-A100{color:#ffe57f !important}.mdl-color--amber-A100{background-color:#ffe57f !important}.mdl-color-text--amber-A200{color:#ffd740 !important}.mdl-color--amber-A200{background-color:#ffd740 !important}.mdl-color-text--amber-A400{color:#ffc400 !important}.mdl-color--amber-A400{background-color:#ffc400 !important}.mdl-color-text--amber-A700{color:#ffab00 !important}.mdl-color--amber-A700{background-color:#ffab00 !important}.mdl-color-text--orange{color:#ff9800 !important}.mdl-color--orange{background-color:#ff9800 !important}.mdl-color-text--orange-50{color:#fff3e0 !important}.mdl-color--orange-50{background-color:#fff3e0 !important}.mdl-color-text--orange-100{color:#ffe0b2 !important}.mdl-color--orange-100{background-color:#ffe0b2 !important}.mdl-color-text--orange-200{color:#ffcc80 !important}.mdl-color--orange-200{background-color:#ffcc80 !important}.mdl-color-text--orange-300{color:#ffb74d !important}.mdl-color--orange-300{background-color:#ffb74d !important}.mdl-color-text--orange-400{color:#ffa726 !important}.mdl-color--orange-400{background-color:#ffa726 !important}.mdl-color-text--orange-500{color:#ff9800 !important}.mdl-color--orange-500{background-color:#ff9800 !important}.mdl-color-text--orange-600{color:#fb8c00 !important}.mdl-color--orange-600{background-color:#fb8c00 !important}.mdl-color-text--orange-700{color:#f57c00 !important}.mdl-color--orange-700{background-color:#f57c00 !important}.mdl-color-text--orange-800{color:#ef6c00 !important}.mdl-color--orange-800{background-color:#ef6c00 !important}.mdl-color-text--orange-900{color:#e65100 !important}.mdl-color--orange-900{background-color:#e65100 !important}.mdl-color-text--orange-A100{color:#ffd180 !important}.mdl-color--orange-A100{background-color:#ffd180 !important}.mdl-color-text--orange-A200{color:#ffab40 !important}.mdl-color--orange-A200{background-color:#ffab40 !important}.mdl-color-text--orange-A400{color:#ff9100 !important}.mdl-color--orange-A400{background-color:#ff9100 !important}.mdl-color-text--orange-A700{color:#ff6d00 !important}.mdl-color--orange-A700{background-color:#ff6d00 !important}.mdl-color-text--deep-orange{color:#ff5722 !important}.mdl-color--deep-orange{background-color:#ff5722 !important}.mdl-color-text--deep-orange-50{color:#fbe9e7 !important}.mdl-color--deep-orange-50{background-color:#fbe9e7 !important}.mdl-color-text--deep-orange-100{color:#ffccbc !important}.mdl-color--deep-orange-100{background-color:#ffccbc !important}.mdl-color-text--deep-orange-200{color:#ffab91 !important}.mdl-color--deep-orange-200{background-color:#ffab91 !important}.mdl-color-text--deep-orange-300{color:#ff8a65 !important}.mdl-color--deep-orange-300{background-color:#ff8a65 !important}.mdl-color-text--deep-orange-400{color:#ff7043 !important}.mdl-color--deep-orange-400{background-color:#ff7043 !important}.mdl-color-text--deep-orange-500{color:#ff5722 !important}.mdl-color--deep-orange-500{background-color:#ff5722 !important}.mdl-color-text--deep-orange-600{color:#f4511e !important}.mdl-color--deep-orange-600{background-color:#f4511e !important}.mdl-color-text--deep-orange-700{color:#e64a19 !important}.mdl-color--deep-orange-700{background-color:#e64a19 !important}.mdl-color-text--deep-orange-800{color:#d84315 !important}.mdl-color--deep-orange-800{background-color:#d84315 !important}.mdl-color-text--deep-orange-900{color:#bf360c !important}.mdl-color--deep-orange-900{background-color:#bf360c !important}.mdl-color-text--deep-orange-A100{color:#ff9e80 !important}.mdl-color--deep-orange-A100{background-color:#ff9e80 !important}.mdl-color-text--deep-orange-A200{color:#ff6e40 !important}.mdl-color--deep-orange-A200{background-color:#ff6e40 !important}.mdl-color-text--deep-orange-A400{color:#ff3d00 !important}.mdl-color--deep-orange-A400{background-color:#ff3d00 !important}.mdl-color-text--deep-orange-A700{color:#dd2c00 !important}.mdl-color--deep-orange-A700{background-color:#dd2c00 !important}.mdl-color-text--brown{color:#795548 !important}.mdl-color--brown{background-color:#795548 !important}.mdl-color-text--brown-50{color:#efebe9 !important}.mdl-color--brown-50{background-color:#efebe9 !important}.mdl-color-text--brown-100{color:#d7ccc8 !important}.mdl-color--brown-100{background-color:#d7ccc8 !important}.mdl-color-text--brown-200{color:#bcaaa4 !important}.mdl-color--brown-200{background-color:#bcaaa4 !important}.mdl-color-text--brown-300{color:#a1887f !important}.mdl-color--brown-300{background-color:#a1887f !important}.mdl-color-text--brown-400{color:#8d6e63 !important}.mdl-color--brown-400{background-color:#8d6e63 !important}.mdl-color-text--brown-500{color:#795548 !important}.mdl-color--brown-500{background-color:#795548 !important}.mdl-color-text--brown-600{color:#6d4c41 !important}.mdl-color--brown-600{background-color:#6d4c41 !important}.mdl-color-text--brown-700{color:#5d4037 !important}.mdl-color--brown-700{background-color:#5d4037 !important}.mdl-color-text--brown-800{color:#4e342e !important}.mdl-color--brown-800{background-color:#4e342e !important}.mdl-color-text--brown-900{color:#3e2723 !important}.mdl-color--brown-900{background-color:#3e2723 !important}.mdl-color-text--grey{color:#9e9e9e !important}.mdl-color--grey{background-color:#9e9e9e !important}.mdl-color-text--grey-50{color:#fafafa !important}.mdl-color--grey-50{background-color:#fafafa !important}.mdl-color-text--grey-100{color:#f5f5f5 !important}.mdl-color--grey-100{background-color:#f5f5f5 !important}.mdl-color-text--grey-200{color:#eee !important}.mdl-color--grey-200{background-color:#eee !important}.mdl-color-text--grey-300{color:#e0e0e0 !important}.mdl-color--grey-300{background-color:#e0e0e0 !important}.mdl-color-text--grey-400{color:#bdbdbd !important}.mdl-color--grey-400{background-color:#bdbdbd !important}.mdl-color-text--grey-500{color:#9e9e9e !important}.mdl-color--grey-500{background-color:#9e9e9e !important}.mdl-color-text--grey-600{color:#757575 !important}.mdl-color--grey-600{background-color:#757575 !important}.mdl-color-text--grey-700{color:#616161 !important}.mdl-color--grey-700{background-color:#616161 !important}.mdl-color-text--grey-800{color:#424242 !important}.mdl-color--grey-800{background-color:#424242 !important}.mdl-color-text--grey-900{color:#212121 !important}.mdl-color--grey-900{background-color:#212121 !important}.mdl-color-text--blue-grey{color:#607d8b !important}.mdl-color--blue-grey{background-color:#607d8b !important}.mdl-color-text--blue-grey-50{color:#eceff1 !important}.mdl-color--blue-grey-50{background-color:#eceff1 !important}.mdl-color-text--blue-grey-100{color:#cfd8dc !important}.mdl-color--blue-grey-100{background-color:#cfd8dc !important}.mdl-color-text--blue-grey-200{color:#b0bec5 !important}.mdl-color--blue-grey-200{background-color:#b0bec5 !important}.mdl-color-text--blue-grey-300{color:#90a4ae !important}.mdl-color--blue-grey-300{background-color:#90a4ae !important}.mdl-color-text--blue-grey-400{color:#78909c !important}.mdl-color--blue-grey-400{background-color:#78909c !important}.mdl-color-text--blue-grey-500{color:#607d8b !important}.mdl-color--blue-grey-500{background-color:#607d8b !important}.mdl-color-text--blue-grey-600{color:#546e7a !important}.mdl-color--blue-grey-600{background-color:#546e7a !important}.mdl-color-text--blue-grey-700{color:#455a64 !important}.mdl-color--blue-grey-700{background-color:#455a64 !important}.mdl-color-text--blue-grey-800{color:#37474f !important}.mdl-color--blue-grey-800{background-color:#37474f !important}.mdl-color-text--blue-grey-900{color:#263238 !important}.mdl-color--blue-grey-900{background-color:#263238 !important}.mdl-color--black{background-color:#000 !important}.mdl-color-text--black{color:#000 !important}.mdl-color--white{background-color:#fff !important}.mdl-color-text--white{color:#fff !important}.mdl-color--primary{background-color:#3f51b5 !important}.mdl-color--primary-contrast{background-color:#fff !important}.mdl-color--primary-dark{background-color:#303f9f !important}.mdl-color--accent{background-color:#ff4081 !important}.mdl-color--accent-contrast{background-color:#fff !important}.mdl-color-text--primary{color:#3f51b5 !important}.mdl-color-text--primary-contrast{color:#fff !important}.mdl-color-text--primary-dark{color:#303f9f !important}.mdl-color-text--accent{color:#ff4081 !important}.mdl-color-text--accent-contrast{color:#fff !important}.mdl-ripple{background:#000;border-radius:50%;height:50px;left:0;opacity:0;pointer-events:none;position:absolute;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px;overflow:hidden}.mdl-ripple.is-animating{transition:transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1);transition:transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1)}.mdl-ripple.is-visible{opacity:.3}.mdl-animation--default,.mdl-animation--fast-out-slow-in{transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdl-animation--linear-out-slow-in{transition-timing-function:cubic-bezier(0,0,.2,1)}.mdl-animation--fast-out-linear-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.mdl-badge{position:relative;white-space:nowrap;margin-right:24px}.mdl-badge:not([data-badge]){margin-right:auto}.mdl-badge[data-badge]:after{content:attr(data-badge);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;top:-11px;right:-24px;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:600;font-size:12px;width:22px;height:22px;border-radius:50%;background:#ff4081;color:#fff}.mdl-button .mdl-badge[data-badge]:after{top:-10px;right:-5px}.mdl-badge.mdl-badge--no-background[data-badge]:after{color:#ff4081;background:rgba(255,255,255,.2);box-shadow:0 0 1px gray}.mdl-badge.mdl-badge--overlap{margin-right:10px}.mdl-badge.mdl-badge--overlap:after{right:-10px}.mdl-button{background:0 0;border:none;border-radius:2px;color:#000;position:relative;height:36px;margin:0;min-width:64px;padding:0 16px;display:inline-block;font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:0;overflow:hidden;will-change:box-shadow;transition:box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);outline:none;cursor:pointer;text-decoration:none;text-align:center;line-height:36px;vertical-align:middle}.mdl-button::-moz-focus-inner{border:0}.mdl-button:hover{background-color:rgba(158,158,158,.2)}.mdl-button:focus:not(:active){background-color:rgba(0,0,0,.12)}.mdl-button:active{background-color:rgba(158,158,158,.4)}.mdl-button.mdl-button--colored{color:#3f51b5}.mdl-button.mdl-button--colored:focus:not(:active){background-color:rgba(0,0,0,.12)}input.mdl-button[type="submit"]{-webkit-appearance:none}.mdl-button--raised{background:rgba(158,158,158,.2);box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.mdl-button--raised:active{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);background-color:rgba(158,158,158,.4)}.mdl-button--raised:focus:not(:active){box-shadow:0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);background-color:rgba(158,158,158,.4)}.mdl-button--raised.mdl-button--colored{background:#3f51b5;color:#fff}.mdl-button--raised.mdl-button--colored:hover{background-color:#3f51b5}.mdl-button--raised.mdl-button--colored:active{background-color:#3f51b5}.mdl-button--raised.mdl-button--colored:focus:not(:active){background-color:#3f51b5}.mdl-button--raised.mdl-button--colored .mdl-ripple{background:#fff}.mdl-button--fab{border-radius:50%;font-size:24px;height:56px;margin:auto;min-width:56px;width:56px;padding:0;overflow:hidden;background:rgba(158,158,158,.2);box-shadow:0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);position:relative;line-height:normal}.mdl-button--fab .material-icons{position:absolute;top:50%;left:50%;-webkit-transform:translate(-12px,-12px);transform:translate(-12px,-12px);line-height:24px;width:24px}.mdl-button--fab.mdl-button--mini-fab{height:40px;min-width:40px;width:40px}.mdl-button--fab .mdl-button__ripple-container{border-radius:50%;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000)}.mdl-button--fab:active{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);background-color:rgba(158,158,158,.4)}.mdl-button--fab:focus:not(:active){box-shadow:0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);background-color:rgba(158,158,158,.4)}.mdl-button--fab.mdl-button--colored{background:#ff4081;color:#fff}.mdl-button--fab.mdl-button--colored:hover{background-color:#ff4081}.mdl-button--fab.mdl-button--colored:focus:not(:active){background-color:#ff4081}.mdl-button--fab.mdl-button--colored:active{background-color:#ff4081}.mdl-button--fab.mdl-button--colored .mdl-ripple{background:#fff}.mdl-button--icon{border-radius:50%;font-size:24px;height:32px;margin-left:0;margin-right:0;min-width:32px;width:32px;padding:0;overflow:hidden;color:inherit;line-height:normal}.mdl-button--icon .material-icons{position:absolute;top:50%;left:50%;-webkit-transform:translate(-12px,-12px);transform:translate(-12px,-12px);line-height:24px;width:24px}.mdl-button--icon.mdl-button--mini-icon{height:24px;min-width:24px;width:24px}.mdl-button--icon.mdl-button--mini-icon .material-icons{top:0;left:0}.mdl-button--icon .mdl-button__ripple-container{border-radius:50%;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000)}.mdl-button__ripple-container{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0;overflow:hidden}.mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple,.mdl-button.mdl-button--disabled .mdl-button__ripple-container .mdl-ripple{background-color:transparent}.mdl-button--primary.mdl-button--primary{color:#3f51b5}.mdl-button--primary.mdl-button--primary .mdl-ripple{background:#fff}.mdl-button--primary.mdl-button--primary.mdl-button--raised,.mdl-button--primary.mdl-button--primary.mdl-button--fab{color:#fff;background-color:#3f51b5}.mdl-button--accent.mdl-button--accent{color:#ff4081}.mdl-button--accent.mdl-button--accent .mdl-ripple{background:#fff}.mdl-button--accent.mdl-button--accent.mdl-button--raised,.mdl-button--accent.mdl-button--accent.mdl-button--fab{color:#fff;background-color:#ff4081}.mdl-button[disabled][disabled],.mdl-button.mdl-button--disabled.mdl-button--disabled{color:rgba(0,0,0,.26);cursor:default;background-color:transparent}.mdl-button--fab[disabled][disabled],.mdl-button--fab.mdl-button--disabled.mdl-button--disabled{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.26)}.mdl-button--raised[disabled][disabled],.mdl-button--raised.mdl-button--disabled.mdl-button--disabled{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.26);box-shadow:none}.mdl-button--colored[disabled][disabled],.mdl-button--colored.mdl-button--disabled.mdl-button--disabled{color:rgba(0,0,0,.26)}.mdl-button .material-icons{vertical-align:middle}.mdl-card{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:16px;font-weight:400;min-height:200px;overflow:hidden;width:330px;z-index:1;position:relative;background:#fff;border-radius:2px;box-sizing:border-box}.mdl-card__media{background-color:#ff4081;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-origin:padding-box;background-attachment:scroll;box-sizing:border-box}.mdl-card__title{-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#000;display:block;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:stretch;-ms-flex-pack:stretch;justify-content:stretch;line-height:normal;padding:16px;-webkit-perspective-origin:165px 56px;perspective-origin:165px 56px;-webkit-transform-origin:165px 56px;transform-origin:165px 56px;box-sizing:border-box}.mdl-card__title.mdl-card--border{border-bottom:1px solid rgba(0,0,0,.1)}.mdl-card__title-text{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:inherit;display:block;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:24px;font-weight:300;line-height:normal;overflow:hidden;-webkit-transform-origin:149px 48px;transform-origin:149px 48px;margin:0}.mdl-card__subtitle-text{font-size:14px;color:rgba(0,0,0,.54);margin:0}.mdl-card__supporting-text{color:rgba(0,0,0,.54);font-size:1rem;line-height:18px;overflow:hidden;padding:16px;width:90%}.mdl-card__supporting-text.mdl-card--border{border-bottom:1px solid rgba(0,0,0,.1)}.mdl-card__actions{font-size:16px;line-height:normal;width:100%;background-color:transparent;padding:8px;box-sizing:border-box}.mdl-card__actions.mdl-card--border{border-top:1px solid rgba(0,0,0,.1)}.mdl-card--expand{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mdl-card__menu{position:absolute;right:16px;top:16px}.mdl-checkbox{position:relative;z-index:1;vertical-align:middle;display:inline-block;box-sizing:border-box;width:100%;height:24px;margin:0;padding:0}.mdl-checkbox.is-upgraded{padding-left:24px}.mdl-checkbox__input{line-height:24px}.mdl-checkbox.is-upgraded .mdl-checkbox__input{position:absolute;width:0;height:0;margin:0;padding:0;opacity:0;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none}.mdl-checkbox__box-outline{position:absolute;top:3px;left:0;display:inline-block;box-sizing:border-box;width:16px;height:16px;margin:0;cursor:pointer;overflow:hidden;border:2px solid rgba(0,0,0,.54);border-radius:2px;z-index:2}.mdl-checkbox.is-checked .mdl-checkbox__box-outline{border:2px solid #3f51b5}fieldset[disabled] .mdl-checkbox .mdl-checkbox__box-outline,.mdl-checkbox.is-disabled .mdl-checkbox__box-outline{border:2px solid rgba(0,0,0,.26);cursor:auto}.mdl-checkbox__focus-helper{position:absolute;top:3px;left:0;display:inline-block;box-sizing:border-box;width:16px;height:16px;border-radius:50%;background-color:transparent}.mdl-checkbox.is-focused .mdl-checkbox__focus-helper{box-shadow:0 0 0 8px rgba(0,0,0,.1);background-color:rgba(0,0,0,.1)}.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper{box-shadow:0 0 0 8px rgba(63,81,181,.26);background-color:rgba(63,81,181,.26)}.mdl-checkbox__tick-outline{position:absolute;top:0;left:0;height:100%;width:100%;-webkit-mask:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");mask:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");background:0 0;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:background}.mdl-checkbox.is-checked .mdl-checkbox__tick-outline{background:#3f51b5 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K")}fieldset[disabled] .mdl-checkbox.is-checked .mdl-checkbox__tick-outline,.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline{background:rgba(0,0,0,.26)url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K")}.mdl-checkbox__label{position:relative;cursor:pointer;font-size:16px;line-height:24px;margin:0}fieldset[disabled] .mdl-checkbox .mdl-checkbox__label,.mdl-checkbox.is-disabled .mdl-checkbox__label{color:rgba(0,0,0,.26);cursor:auto}.mdl-checkbox__ripple-container{position:absolute;z-index:2;top:-6px;left:-10px;box-sizing:border-box;width:36px;height:36px;border-radius:50%;cursor:pointer;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000)}.mdl-checkbox__ripple-container .mdl-ripple{background:#3f51b5}fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container,.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container{cursor:auto}fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container .mdl-ripple,.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple{background:0 0}.mdl-chip{height:32px;font-family:"Roboto","Helvetica","Arial",sans-serif;line-height:32px;padding:0 12px;border:0;border-radius:16px;background-color:#dedede;display:inline-block;color:rgba(0,0,0,.87);margin:2px 0;font-size:0;white-space:nowrap}.mdl-chip__text{font-size:13px;vertical-align:middle;display:inline-block}.mdl-chip__action{height:24px;width:24px;background:0 0;opacity:.54;cursor:pointer;padding:0;margin:0 0 0 4px;font-size:13px;text-decoration:none;color:rgba(0,0,0,.87);border:none;outline:none}.mdl-chip__action,.mdl-chip__contact{display:inline-block;vertical-align:middle;overflow:hidden;text-align:center}.mdl-chip__contact{height:32px;width:32px;border-radius:16px;margin-right:8px;font-size:18px;line-height:32px}.mdl-chip:focus{outline:0;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.mdl-chip:active{background-color:#d6d6d6}.mdl-chip--deletable{padding-right:4px}.mdl-chip--contact{padding-left:0}.mdl-data-table{position:relative;border:1px solid rgba(0,0,0,.12);border-collapse:collapse;white-space:nowrap;font-size:13px;background-color:#fff}.mdl-data-table thead{padding-bottom:3px}.mdl-data-table thead .mdl-data-table__select{margin-top:0}.mdl-data-table tbody tr{position:relative;height:48px;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:background-color}.mdl-data-table tbody tr.is-selected{background-color:#e0e0e0}.mdl-data-table tbody tr:hover{background-color:#eee}.mdl-data-table td{text-align:right}.mdl-data-table th{padding:0 18px 12px 18px;text-align:right}.mdl-data-table td:first-of-type,.mdl-data-table th:first-of-type{padding-left:24px}.mdl-data-table td:last-of-type,.mdl-data-table th:last-of-type{padding-right:24px}.mdl-data-table td{position:relative;height:48px;border-top:1px solid rgba(0,0,0,.12);border-bottom:1px solid rgba(0,0,0,.12);padding:12px 18px;box-sizing:border-box}.mdl-data-table td,.mdl-data-table td .mdl-data-table__select{vertical-align:middle}.mdl-data-table th{position:relative;vertical-align:bottom;text-overflow:ellipsis;font-weight:700;line-height:24px;letter-spacing:0;height:48px;font-size:12px;color:rgba(0,0,0,.54);padding-bottom:8px;box-sizing:border-box}.mdl-data-table th.mdl-data-table__header--sorted-ascending,.mdl-data-table th.mdl-data-table__header--sorted-descending{color:rgba(0,0,0,.87)}.mdl-data-table th.mdl-data-table__header--sorted-ascending:before,.mdl-data-table th.mdl-data-table__header--sorted-descending:before{font-family:'Material Icons';font-weight:400;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;word-wrap:normal;-moz-font-feature-settings:'liga';font-feature-settings:'liga';-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;font-size:16px;content:"\e5d8";margin-right:5px;vertical-align:sub}.mdl-data-table th.mdl-data-table__header--sorted-ascending:hover,.mdl-data-table th.mdl-data-table__header--sorted-descending:hover{cursor:pointer}.mdl-data-table th.mdl-data-table__header--sorted-ascending:hover:before,.mdl-data-table th.mdl-data-table__header--sorted-descending:hover:before{color:rgba(0,0,0,.26)}.mdl-data-table th.mdl-data-table__header--sorted-descending:before{content:"\e5db"}.mdl-data-table__select{width:16px}.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric{text-align:left}.mdl-dialog{border:none;box-shadow:0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2);width:280px}.mdl-dialog__title{padding:24px 24px 0;margin:0;font-size:2.5rem}.mdl-dialog__actions{padding:8px 8px 8px 24px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mdl-dialog__actions>*{margin-right:8px;height:36px}.mdl-dialog__actions>*:first-child{margin-right:0}.mdl-dialog__actions--full-width{padding:0 0 8px}.mdl-dialog__actions--full-width>*{height:48px;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;padding-right:16px;margin-right:0;text-align:right}.mdl-dialog__content{padding:20px 24px 24px;color:rgba(0,0,0,.54)}.mdl-mega-footer{padding:16px 40px;color:#9e9e9e;background-color:#424242}.mdl-mega-footer--top-section:after,.mdl-mega-footer--middle-section:after,.mdl-mega-footer--bottom-section:after,.mdl-mega-footer__top-section:after,.mdl-mega-footer__middle-section:after,.mdl-mega-footer__bottom-section:after{content:'';display:block;clear:both}.mdl-mega-footer--left-section,.mdl-mega-footer__left-section,.mdl-mega-footer--right-section,.mdl-mega-footer__right-section{margin-bottom:16px}.mdl-mega-footer--right-section a,.mdl-mega-footer__right-section a{display:block;margin-bottom:16px;color:inherit;text-decoration:none}@media screen and (min-width:760px){.mdl-mega-footer--left-section,.mdl-mega-footer__left-section{float:left}.mdl-mega-footer--right-section,.mdl-mega-footer__right-section{float:right}.mdl-mega-footer--right-section a,.mdl-mega-footer__right-section a{display:inline-block;margin-left:16px;line-height:36px;vertical-align:middle}}.mdl-mega-footer--social-btn,.mdl-mega-footer__social-btn{width:36px;height:36px;padding:0;margin:0;background-color:#9e9e9e;border:none}.mdl-mega-footer--drop-down-section,.mdl-mega-footer__drop-down-section{display:block;position:relative}@media screen and (min-width:760px){.mdl-mega-footer--drop-down-section,.mdl-mega-footer__drop-down-section{width:33%}.mdl-mega-footer--drop-down-section:nth-child(1),.mdl-mega-footer--drop-down-section:nth-child(2),.mdl-mega-footer__drop-down-section:nth-child(1),.mdl-mega-footer__drop-down-section:nth-child(2){float:left}.mdl-mega-footer--drop-down-section:nth-child(3),.mdl-mega-footer__drop-down-section:nth-child(3){float:right}.mdl-mega-footer--drop-down-section:nth-child(3):after,.mdl-mega-footer__drop-down-section:nth-child(3):after{clear:right}.mdl-mega-footer--drop-down-section:nth-child(4),.mdl-mega-footer__drop-down-section:nth-child(4){clear:right;float:right}.mdl-mega-footer--middle-section:after,.mdl-mega-footer__middle-section:after{content:'';display:block;clear:both}.mdl-mega-footer--bottom-section,.mdl-mega-footer__bottom-section{padding-top:0}}@media screen and (min-width:1024px){.mdl-mega-footer--drop-down-section,.mdl-mega-footer--drop-down-section:nth-child(3),.mdl-mega-footer--drop-down-section:nth-child(4),.mdl-mega-footer__drop-down-section,.mdl-mega-footer__drop-down-section:nth-child(3),.mdl-mega-footer__drop-down-section:nth-child(4){width:24%;float:left}}.mdl-mega-footer--heading-checkbox,.mdl-mega-footer__heading-checkbox{position:absolute;width:100%;height:55.8px;padding:32px;margin:-16px 0 0;cursor:pointer;z-index:1;opacity:0}.mdl-mega-footer--heading-checkbox+.mdl-mega-footer--heading:after,.mdl-mega-footer--heading-checkbox+.mdl-mega-footer__heading:after,.mdl-mega-footer__heading-checkbox+.mdl-mega-footer--heading:after,.mdl-mega-footer__heading-checkbox+.mdl-mega-footer__heading:after{font-family:'Material Icons';content:'\E5CE'}.mdl-mega-footer--heading-checkbox:checked~.mdl-mega-footer--link-list,.mdl-mega-footer--heading-checkbox:checked~.mdl-mega-footer__link-list,.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer--heading+.mdl-mega-footer--link-list,.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer__heading+.mdl-mega-footer__link-list,.mdl-mega-footer__heading-checkbox:checked~.mdl-mega-footer--link-list,.mdl-mega-footer__heading-checkbox:checked~.mdl-mega-footer__link-list,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer--heading+.mdl-mega-footer--link-list,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer__heading+.mdl-mega-footer__link-list{display:none}.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer--heading:after,.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer__heading:after,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer--heading:after,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer__heading:after{font-family:'Material Icons';content:'\E5CF'}.mdl-mega-footer--heading,.mdl-mega-footer__heading{position:relative;width:100%;padding-right:39.8px;margin-bottom:16px;box-sizing:border-box;font-size:14px;line-height:23.8px;font-weight:500;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#e0e0e0}.mdl-mega-footer--heading:after,.mdl-mega-footer__heading:after{content:'';position:absolute;top:0;right:0;display:block;width:23.8px;height:23.8px;background-size:cover}.mdl-mega-footer--link-list,.mdl-mega-footer__link-list{list-style:none;padding:0;margin:0 0 32px}.mdl-mega-footer--link-list:after,.mdl-mega-footer__link-list:after{clear:both;display:block;content:''}.mdl-mega-footer--link-list li,.mdl-mega-footer__link-list li{font-size:14px;font-weight:400;letter-spacing:0;line-height:20px}.mdl-mega-footer--link-list a,.mdl-mega-footer__link-list a{color:inherit;text-decoration:none;white-space:nowrap}@media screen and (min-width:760px){.mdl-mega-footer--heading-checkbox,.mdl-mega-footer__heading-checkbox{display:none}.mdl-mega-footer--heading-checkbox+.mdl-mega-footer--heading:after,.mdl-mega-footer--heading-checkbox+.mdl-mega-footer__heading:after,.mdl-mega-footer__heading-checkbox+.mdl-mega-footer--heading:after,.mdl-mega-footer__heading-checkbox+.mdl-mega-footer__heading:after{content:''}.mdl-mega-footer--heading-checkbox:checked~.mdl-mega-footer--link-list,.mdl-mega-footer--heading-checkbox:checked~.mdl-mega-footer__link-list,.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer__heading+.mdl-mega-footer__link-list,.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer--heading+.mdl-mega-footer--link-list,.mdl-mega-footer__heading-checkbox:checked~.mdl-mega-footer--link-list,.mdl-mega-footer__heading-checkbox:checked~.mdl-mega-footer__link-list,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer__heading+.mdl-mega-footer__link-list,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer--heading+.mdl-mega-footer--link-list{display:block}.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer--heading:after,.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer__heading:after,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer--heading:after,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer__heading:after{content:''}}.mdl-mega-footer--bottom-section,.mdl-mega-footer__bottom-section{padding-top:16px;margin-bottom:16px}.mdl-logo{margin-bottom:16px;color:#fff}.mdl-mega-footer--bottom-section .mdl-mega-footer--link-list li,.mdl-mega-footer__bottom-section .mdl-mega-footer__link-list li{float:left;margin-bottom:0;margin-right:16px}@media screen and (min-width:760px){.mdl-logo{float:left;margin-bottom:0;margin-right:16px}}.mdl-mini-footer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:32px 16px;color:#9e9e9e;background-color:#424242}.mdl-mini-footer:after{content:'';display:block}.mdl-mini-footer .mdl-logo{line-height:36px}.mdl-mini-footer--link-list,.mdl-mini-footer__link-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;list-style:none;margin:0;padding:0}.mdl-mini-footer--link-list li,.mdl-mini-footer__link-list li{margin-bottom:0;margin-right:16px}@media screen and (min-width:760px){.mdl-mini-footer--link-list li,.mdl-mini-footer__link-list li{line-height:36px}}.mdl-mini-footer--link-list a,.mdl-mini-footer__link-list a{color:inherit;text-decoration:none;white-space:nowrap}.mdl-mini-footer--left-section,.mdl-mini-footer__left-section{display:inline-block;-webkit-order:0;-ms-flex-order:0;order:0}.mdl-mini-footer--right-section,.mdl-mini-footer__right-section{display:inline-block;-webkit-order:1;-ms-flex-order:1;order:1}.mdl-mini-footer--social-btn,.mdl-mini-footer__social-btn{width:36px;height:36px;padding:0;margin:0;background-color:#9e9e9e;border:none}.mdl-icon-toggle{position:relative;z-index:1;vertical-align:middle;display:inline-block;height:32px;margin:0;padding:0}.mdl-icon-toggle__input{line-height:32px}.mdl-icon-toggle.is-upgraded .mdl-icon-toggle__input{position:absolute;width:0;height:0;margin:0;padding:0;opacity:0;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none}.mdl-icon-toggle__label{display:inline-block;position:relative;cursor:pointer;height:32px;width:32px;min-width:32px;color:#616161;border-radius:50%;padding:0;margin-left:0;margin-right:0;text-align:center;background-color:transparent;will-change:background-color;transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}.mdl-icon-toggle__label.material-icons{line-height:32px;font-size:24px}.mdl-icon-toggle.is-checked .mdl-icon-toggle__label{color:#3f51b5}.mdl-icon-toggle.is-disabled .mdl-icon-toggle__label{color:rgba(0,0,0,.26);cursor:auto;transition:none}.mdl-icon-toggle.is-focused .mdl-icon-toggle__label{background-color:rgba(0,0,0,.12)}.mdl-icon-toggle.is-focused.is-checked .mdl-icon-toggle__label{background-color:rgba(63,81,181,.26)}.mdl-icon-toggle__ripple-container{position:absolute;z-index:2;top:-2px;left:-2px;box-sizing:border-box;width:36px;height:36px;border-radius:50%;cursor:pointer;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000)}.mdl-icon-toggle__ripple-container .mdl-ripple{background:#616161}.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container{cursor:auto}.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container .mdl-ripple{background:0 0}.mdl-list{display:block;padding:8px 0;list-style:none}.mdl-list__item{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:16px;font-weight:400;letter-spacing:.04em;line-height:1;min-height:48px;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:16px;cursor:default;color:rgba(0,0,0,.87);overflow:hidden}.mdl-list__item,.mdl-list__item .mdl-list__item-primary-content{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.mdl-list__item .mdl-list__item-primary-content{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2;text-decoration:none}.mdl-list__item .mdl-list__item-primary-content .mdl-list__item-icon{margin-right:32px}.mdl-list__item .mdl-list__item-primary-content .mdl-list__item-avatar{margin-right:16px}.mdl-list__item .mdl-list__item-secondary-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;margin-left:16px}.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-action label{display:inline}.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-info{font-size:12px;font-weight:400;line-height:1;letter-spacing:0;color:rgba(0,0,0,.54)}.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-sub-header{padding:0 0 0 16px}.mdl-list__item-icon,.mdl-list__item-icon.material-icons{height:24px;width:24px;font-size:24px;box-sizing:border-box;color:#757575}.mdl-list__item-avatar,.mdl-list__item-avatar.material-icons{height:40px;width:40px;box-sizing:border-box;border-radius:50%;background-color:#757575;font-size:40px;color:#fff}.mdl-list__item--two-line{height:72px}.mdl-list__item--two-line .mdl-list__item-primary-content{height:36px;line-height:20px;display:block}.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-avatar{float:left}.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-icon{float:left;margin-top:6px}.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-secondary-content{height:36px}.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-sub-title{font-size:14px;font-weight:400;letter-spacing:0;line-height:18px;color:rgba(0,0,0,.54);display:block;padding:0}.mdl-list__item--three-line{height:88px}.mdl-list__item--three-line .mdl-list__item-primary-content{height:52px;line-height:20px;display:block}.mdl-list__item--three-line .mdl-list__item-primary-content .mdl-list__item-avatar,.mdl-list__item--three-line .mdl-list__item-primary-content .mdl-list__item-icon{float:left}.mdl-list__item--three-line .mdl-list__item-secondary-content{height:52px}.mdl-list__item--three-line .mdl-list__item-text-body{font-size:14px;font-weight:400;letter-spacing:0;line-height:18px;height:52px;color:rgba(0,0,0,.54);display:block;padding:0}.mdl-menu__container{display:block;margin:0;padding:0;border:none;position:absolute;overflow:visible;height:0;width:0;visibility:hidden;z-index:-1}.mdl-menu__container.is-visible,.mdl-menu__container.is-animating{z-index:999;visibility:visible}.mdl-menu__outline{display:block;background:#fff;margin:0;padding:0;border:none;border-radius:2px;position:absolute;top:0;left:0;overflow:hidden;opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:0 0;transform-origin:0 0;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);will-change:transform;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);z-index:-1}.mdl-menu__container.is-visible .mdl-menu__outline{opacity:1;-webkit-transform:scale(1);transform:scale(1);z-index:999}.mdl-menu__outline.mdl-menu--bottom-right{-webkit-transform-origin:100% 0;transform-origin:100% 0}.mdl-menu__outline.mdl-menu--top-left{-webkit-transform-origin:0 100%;transform-origin:0 100%}.mdl-menu__outline.mdl-menu--top-right{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.mdl-menu{position:absolute;list-style:none;top:0;left:0;height:auto;width:auto;min-width:124px;padding:8px 0;margin:0;opacity:0;clip:rect(0 0 0 0);z-index:-1}.mdl-menu__container.is-visible .mdl-menu{opacity:1;z-index:999}.mdl-menu.is-animating{transition:opacity .2s cubic-bezier(.4,0,.2,1),clip .3s cubic-bezier(.4,0,.2,1)}.mdl-menu.mdl-menu--bottom-right{left:auto;right:0}.mdl-menu.mdl-menu--top-left{top:auto;bottom:0}.mdl-menu.mdl-menu--top-right{top:auto;left:auto;bottom:0;right:0}.mdl-menu.mdl-menu--unaligned{top:auto;left:auto}.mdl-menu__item{display:block;border:none;color:rgba(0,0,0,.87);background-color:transparent;text-align:left;margin:0;padding:0 16px;outline-color:#bdbdbd;position:relative;overflow:hidden;font-size:14px;font-weight:400;letter-spacing:0;text-decoration:none;cursor:pointer;height:48px;line-height:48px;white-space:nowrap;opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mdl-menu__container.is-visible .mdl-menu__item{opacity:1}.mdl-menu__item::-moz-focus-inner{border:0}.mdl-menu__item--full-bleed-divider{border-bottom:1px solid rgba(0,0,0,.12)}.mdl-menu__item[disabled],.mdl-menu__item[data-mdl-disabled]{color:#bdbdbd;background-color:transparent;cursor:auto}.mdl-menu__item[disabled]:hover,.mdl-menu__item[data-mdl-disabled]:hover{background-color:transparent}.mdl-menu__item[disabled]:focus,.mdl-menu__item[data-mdl-disabled]:focus{background-color:transparent}.mdl-menu__item[disabled] .mdl-ripple,.mdl-menu__item[data-mdl-disabled] .mdl-ripple{background:0 0}.mdl-menu__item:hover{background-color:#eee}.mdl-menu__item:focus{outline:none;background-color:#eee}.mdl-menu__item:active{background-color:#e0e0e0}.mdl-menu__item--ripple-container{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0;overflow:hidden}.mdl-progress{display:block;position:relative;height:4px;width:500px;max-width:100%}.mdl-progress>.bar{display:block;position:absolute;top:0;bottom:0;width:0%;transition:width .2s cubic-bezier(.4,0,.2,1)}.mdl-progress>.progressbar{background-color:#3f51b5;z-index:1;left:0}.mdl-progress>.bufferbar{background-image:linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,#3f51b5 ,#3f51b5);z-index:0;left:0}.mdl-progress>.auxbar{right:0}@supports (-webkit-appearance:none){.mdl-progress:not(.mdl-progress--indeterminate):not(.mdl-progress--indeterminate)>.auxbar,.mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate)>.auxbar{background-image:linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,#3f51b5 ,#3f51b5);-webkit-mask:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");mask:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=")}}.mdl-progress:not(.mdl-progress--indeterminate)>.auxbar,.mdl-progress:not(.mdl-progress__indeterminate)>.auxbar{background-image:linear-gradient(to right,rgba(255,255,255,.9),rgba(255,255,255,.9)),linear-gradient(to right,#3f51b5 ,#3f51b5)}.mdl-progress.mdl-progress--indeterminate>.bar1,.mdl-progress.mdl-progress__indeterminate>.bar1{-webkit-animation-name:indeterminate1;animation-name:indeterminate1}.mdl-progress.mdl-progress--indeterminate>.bar1,.mdl-progress.mdl-progress__indeterminate>.bar1,.mdl-progress.mdl-progress--indeterminate>.bar3,.mdl-progress.mdl-progress__indeterminate>.bar3{background-color:#3f51b5;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.mdl-progress.mdl-progress--indeterminate>.bar3,.mdl-progress.mdl-progress__indeterminate>.bar3{background-image:none;-webkit-animation-name:indeterminate2;animation-name:indeterminate2}@-webkit-keyframes indeterminate1{0%{left:0%;width:0%}50%{left:25%;width:75%}75%{left:100%;width:0%}}@keyframes indeterminate1{0%{left:0%;width:0%}50%{left:25%;width:75%}75%{left:100%;width:0%}}@-webkit-keyframes indeterminate2{0%,50%{left:0%;width:0%}75%{left:0%;width:25%}100%{left:100%;width:0%}}@keyframes indeterminate2{0%,50%{left:0%;width:0%}75%{left:0%;width:25%}100%{left:100%;width:0%}}.mdl-navigation{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;box-sizing:border-box}.mdl-navigation__link{color:#424242;text-decoration:none;margin:0;font-size:14px;font-weight:400;line-height:24px;letter-spacing:0;opacity:.87}.mdl-navigation__link .material-icons{vertical-align:middle}.mdl-layout{width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow-y:auto;overflow-x:hidden;position:relative;-webkit-overflow-scrolling:touch}.mdl-layout.is-small-screen .mdl-layout--large-screen-only{display:none}.mdl-layout:not(.is-small-screen) .mdl-layout--small-screen-only{display:none}.mdl-layout__container{position:absolute;width:100%;height:100%}.mdl-layout__title,.mdl-layout-title{display:block;position:relative;font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:20px;line-height:1;letter-spacing:.02em;font-weight:400;box-sizing:border-box}.mdl-layout-spacer{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mdl-layout__drawer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:240px;height:100%;max-height:100%;position:absolute;top:0;left:0;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);box-sizing:border-box;border-right:1px solid #e0e0e0;background:#fafafa;-webkit-transform:translateX(-250px);transform:translateX(-250px);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;will-change:transform;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:transform;transition-property:transform,-webkit-transform;color:#424242;overflow:visible;overflow-y:auto;z-index:5}.mdl-layout__drawer.is-visible{-webkit-transform:translateX(0);transform:translateX(0)}.mdl-layout__drawer.is-visible~.mdl-layout__content.mdl-layout__content{overflow:hidden}.mdl-layout__drawer>*{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.mdl-layout__drawer>.mdl-layout__title,.mdl-layout__drawer>.mdl-layout-title{line-height:64px;padding-left:40px}@media screen and (max-width:1024px){.mdl-layout__drawer>.mdl-layout__title,.mdl-layout__drawer>.mdl-layout-title{line-height:56px;padding-left:16px}}.mdl-layout__drawer .mdl-navigation{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;padding-top:16px}.mdl-layout__drawer .mdl-navigation .mdl-navigation__link{display:block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:16px 40px;margin:0;color:#757575}@media screen and (max-width:1024px){.mdl-layout__drawer .mdl-navigation .mdl-navigation__link{padding:16px}}.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover{background-color:#e0e0e0}.mdl-layout__drawer .mdl-navigation .mdl-navigation__link--current{background-color:#e0e0e0;color:#000}@media screen and (min-width:1025px){.mdl-layout--fixed-drawer>.mdl-layout__drawer{-webkit-transform:translateX(0);transform:translateX(0)}}.mdl-layout__drawer-button{display:block;position:absolute;height:48px;width:48px;border:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;text-align:center;cursor:pointer;font-size:26px;line-height:56px;font-family:Helvetica,Arial,sans-serif;margin:8px 12px;top:0;left:0;color:#fff;z-index:4}.mdl-layout__header .mdl-layout__drawer-button{position:absolute;color:#fff;background-color:inherit}@media screen and (max-width:1024px){.mdl-layout__header .mdl-layout__drawer-button{margin:4px}}@media screen and (max-width:1024px){.mdl-layout__drawer-button{margin:4px;color:rgba(0,0,0,.5)}}@media screen and (min-width:1025px){.mdl-layout__drawer-button{line-height:54px}.mdl-layout--no-desktop-drawer-button .mdl-layout__drawer-button,.mdl-layout--fixed-drawer>.mdl-layout__drawer-button,.mdl-layout--no-drawer-button .mdl-layout__drawer-button{display:none}}.mdl-layout__header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;box-sizing:border-box;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;margin:0;padding:0;border:none;min-height:64px;max-height:1000px;z-index:3;background-color:#3f51b5;color:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:max-height,box-shadow}@media screen and (max-width:1024px){.mdl-layout__header{min-height:56px}}.mdl-layout--fixed-drawer.is-upgraded:not(.is-small-screen)>.mdl-layout__header{margin-left:240px;width:calc(100% - 240px)}@media screen and (min-width:1025px){.mdl-layout--fixed-drawer>.mdl-layout__header .mdl-layout__header-row{padding-left:40px}}.mdl-layout__header>.mdl-layout-icon{position:absolute;left:40px;top:16px;height:32px;width:32px;overflow:hidden;z-index:3;display:block}@media screen and (max-width:1024px){.mdl-layout__header>.mdl-layout-icon{left:16px;top:12px}}.mdl-layout.has-drawer .mdl-layout__header>.mdl-layout-icon{display:none}.mdl-layout__header.is-compact{max-height:64px}@media screen and (max-width:1024px){.mdl-layout__header.is-compact{max-height:56px}}.mdl-layout__header.is-compact.has-tabs{height:112px}@media screen and (max-width:1024px){.mdl-layout__header.is-compact.has-tabs{min-height:104px}}@media screen and (max-width:1024px){.mdl-layout__header{display:none}.mdl-layout--fixed-header>.mdl-layout__header{display:-webkit-flex;display:-ms-flexbox;display:flex}}.mdl-layout__header--transparent.mdl-layout__header--transparent{background-color:transparent;box-shadow:none}.mdl-layout__header--seamed,.mdl-layout__header--scroll{box-shadow:none}.mdl-layout__header--waterfall{box-shadow:none;overflow:hidden}.mdl-layout__header--waterfall.is-casting-shadow{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.mdl-layout__header--waterfall.mdl-layout__header--waterfall-hide-top{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.mdl-layout__header-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:64px;margin:0;padding:0 40px 0 80px}.mdl-layout--no-drawer-button .mdl-layout__header-row{padding-left:40px}@media screen and (min-width:1025px){.mdl-layout--no-desktop-drawer-button .mdl-layout__header-row{padding-left:40px}}@media screen and (max-width:1024px){.mdl-layout__header-row{height:56px;padding:0 16px 0 72px}.mdl-layout--no-drawer-button .mdl-layout__header-row{padding-left:16px}}.mdl-layout__header-row>*{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.mdl-layout__header--scroll .mdl-layout__header-row{width:100%}.mdl-layout__header-row .mdl-navigation{margin:0;padding:0;height:64px;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1024px){.mdl-layout__header-row .mdl-navigation{height:56px}}.mdl-layout__header-row .mdl-navigation__link{display:block;color:#fff;line-height:64px;padding:0 24px}@media screen and (max-width:1024px){.mdl-layout__header-row .mdl-navigation__link{line-height:56px;padding:0 16px}}.mdl-layout__obfuscator{background-color:transparent;position:absolute;top:0;left:0;height:100%;width:100%;z-index:4;visibility:hidden;transition-property:background-color;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdl-layout__obfuscator.is-visible{background-color:rgba(0,0,0,.5);visibility:visible}@supports (pointer-events:auto){.mdl-layout__obfuscator{background-color:rgba(0,0,0,.5);opacity:0;transition-property:opacity;visibility:visible;pointer-events:none}.mdl-layout__obfuscator.is-visible{pointer-events:auto;opacity:1}}.mdl-layout__content{-ms-flex:0 1 auto;position:relative;display:inline-block;overflow-y:auto;overflow-x:hidden;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;z-index:1;-webkit-overflow-scrolling:touch}.mdl-layout--fixed-drawer>.mdl-layout__content{margin-left:240px}.mdl-layout__container.has-scrolling-header .mdl-layout__content{overflow:visible}@media screen and (max-width:1024px){.mdl-layout--fixed-drawer>.mdl-layout__content{margin-left:0}.mdl-layout__container.has-scrolling-header .mdl-layout__content{overflow-y:auto;overflow-x:hidden}}.mdl-layout__tab-bar{height:96px;margin:0;width:calc(100% - 112px);padding:0 0 0 56px;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#3f51b5;overflow-y:hidden;overflow-x:scroll}.mdl-layout__tab-bar::-webkit-scrollbar{display:none}.mdl-layout--no-drawer-button .mdl-layout__tab-bar{padding-left:16px;width:calc(100% - 32px)}@media screen and (min-width:1025px){.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar{padding-left:16px;width:calc(100% - 32px)}}@media screen and (max-width:1024px){.mdl-layout__tab-bar{width:calc(100% - 60px);padding:0 0 0 60px}.mdl-layout--no-drawer-button .mdl-layout__tab-bar{width:calc(100% - 8px);padding-left:4px}}.mdl-layout--fixed-tabs .mdl-layout__tab-bar{padding:0;overflow:hidden;width:100%}.mdl-layout__tab-bar-container{position:relative;height:48px;width:100%;border:none;margin:0;z-index:2;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.mdl-layout__container>.mdl-layout__tab-bar-container{position:absolute;top:0;left:0}.mdl-layout__tab-bar-button{display:inline-block;position:absolute;top:0;height:48px;width:56px;z-index:4;text-align:center;background-color:#3f51b5;color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar-button,.mdl-layout--no-drawer-button .mdl-layout__tab-bar-button{width:16px}.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar-button .material-icons,.mdl-layout--no-drawer-button .mdl-layout__tab-bar-button .material-icons{position:relative;left:-4px}@media screen and (max-width:1024px){.mdl-layout__tab-bar-button{width:60px}}.mdl-layout--fixed-tabs .mdl-layout__tab-bar-button{display:none}.mdl-layout__tab-bar-button .material-icons{line-height:48px}.mdl-layout__tab-bar-button.is-active{color:#fff}.mdl-layout__tab-bar-left-button{left:0}.mdl-layout__tab-bar-right-button{right:0}.mdl-layout__tab{margin:0;border:none;padding:0 24px;float:left;position:relative;display:block;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;text-decoration:none;height:48px;line-height:48px;text-align:center;font-weight:500;font-size:14px;text-transform:uppercase;color:rgba(255,255,255,.6);overflow:hidden}@media screen and (max-width:1024px){.mdl-layout__tab{padding:0 12px}}.mdl-layout--fixed-tabs .mdl-layout__tab{float:none;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0}.mdl-layout.is-upgraded .mdl-layout__tab.is-active{color:#fff}.mdl-layout.is-upgraded .mdl-layout__tab.is-active::after{height:2px;width:100%;display:block;content:" ";bottom:0;left:0;position:absolute;background:#ff4081;-webkit-animation:border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;animation:border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;transition:all 1s cubic-bezier(.4,0,1,1)}.mdl-layout__tab .mdl-layout__tab-ripple-container{display:block;position:absolute;height:100%;width:100%;left:0;top:0;z-index:1;overflow:hidden}.mdl-layout__tab .mdl-layout__tab-ripple-container .mdl-ripple{background-color:#fff}.mdl-layout__tab-panel{display:block}.mdl-layout.is-upgraded .mdl-layout__tab-panel{display:none}.mdl-layout.is-upgraded .mdl-layout__tab-panel.is-active{display:block}.mdl-radio{position:relative;font-size:16px;line-height:24px;display:inline-block;vertical-align:middle;box-sizing:border-box;height:24px;margin:0;padding-left:0}.mdl-radio.is-upgraded{padding-left:24px}.mdl-radio__button{line-height:24px}.mdl-radio.is-upgraded .mdl-radio__button{position:absolute;width:0;height:0;margin:0;padding:0;opacity:0;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none}.mdl-radio__outer-circle{position:absolute;top:4px;left:0;display:inline-block;box-sizing:border-box;width:16px;height:16px;margin:0;cursor:pointer;border:2px solid rgba(0,0,0,.54);border-radius:50%;z-index:2}.mdl-radio.is-checked .mdl-radio__outer-circle{border:2px solid #3f51b5}.mdl-radio__outer-circle fieldset[disabled] .mdl-radio,.mdl-radio.is-disabled .mdl-radio__outer-circle{border:2px solid rgba(0,0,0,.26);cursor:auto}.mdl-radio__inner-circle{position:absolute;z-index:1;margin:0;top:8px;left:4px;box-sizing:border-box;width:8px;height:8px;cursor:pointer;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:scale(0,0);transform:scale(0,0);border-radius:50%;background:#3f51b5}.mdl-radio.is-checked .mdl-radio__inner-circle{-webkit-transform:scale(1,1);transform:scale(1,1)}fieldset[disabled] .mdl-radio .mdl-radio__inner-circle,.mdl-radio.is-disabled .mdl-radio__inner-circle{background:rgba(0,0,0,.26);cursor:auto}.mdl-radio.is-focused .mdl-radio__inner-circle{box-shadow:0 0 0 10px rgba(0,0,0,.1)}.mdl-radio__label{cursor:pointer}fieldset[disabled] .mdl-radio .mdl-radio__label,.mdl-radio.is-disabled .mdl-radio__label{color:rgba(0,0,0,.26);cursor:auto}.mdl-radio__ripple-container{position:absolute;z-index:2;top:-9px;left:-13px;box-sizing:border-box;width:42px;height:42px;border-radius:50%;cursor:pointer;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000)}.mdl-radio__ripple-container .mdl-ripple{background:#3f51b5}fieldset[disabled] .mdl-radio .mdl-radio__ripple-container,.mdl-radio.is-disabled .mdl-radio__ripple-container{cursor:auto}fieldset[disabled] .mdl-radio .mdl-radio__ripple-container .mdl-ripple,.mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple{background:0 0}_:-ms-input-placeholder,:root .mdl-slider.mdl-slider.is-upgraded{-ms-appearance:none;height:32px;margin:0}.mdl-slider{width:calc(100% - 40px);margin:0 20px}.mdl-slider.is-upgraded{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:2px;background:0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0;padding:0;color:#3f51b5;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;z-index:1;cursor:pointer}.mdl-slider.is-upgraded::-moz-focus-outer{border:0}.mdl-slider.is-upgraded::-ms-tooltip{display:none}.mdl-slider.is-upgraded::-webkit-slider-runnable-track{background:0 0}.mdl-slider.is-upgraded::-moz-range-track{background:0 0;border:none}.mdl-slider.is-upgraded::-ms-track{background:0 0;color:transparent;height:2px;width:100%;border:none}.mdl-slider.is-upgraded::-ms-fill-lower{padding:0;background:linear-gradient(to right,transparent,transparent 16px,#3f51b5 16px,#3f51b5 0)}.mdl-slider.is-upgraded::-ms-fill-upper{padding:0;background:linear-gradient(to left,transparent,transparent 16px,rgba(0,0,0,.26)16px,rgba(0,0,0,.26)0)}.mdl-slider.is-upgraded::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;box-sizing:border-box;border-radius:50%;background:#3f51b5;border:none;transition:transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1);transition:transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1)}.mdl-slider.is-upgraded::-moz-range-thumb{-moz-appearance:none;width:12px;height:12px;box-sizing:border-box;border-radius:50%;background-image:none;background:#3f51b5;border:none}.mdl-slider.is-upgraded:focus:not(:active)::-webkit-slider-thumb{box-shadow:0 0 0 10px rgba(63,81,181,.26)}.mdl-slider.is-upgraded:focus:not(:active)::-moz-range-thumb{box-shadow:0 0 0 10px rgba(63,81,181,.26)}.mdl-slider.is-upgraded:active::-webkit-slider-thumb{background-image:none;background:#3f51b5;-webkit-transform:scale(1.5);transform:scale(1.5)}.mdl-slider.is-upgraded:active::-moz-range-thumb{background-image:none;background:#3f51b5;transform:scale(1.5)}.mdl-slider.is-upgraded::-ms-thumb{width:32px;height:32px;border:none;border-radius:50%;background:#3f51b5;transform:scale(.375);transition:transform .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1);transition:transform .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1)}.mdl-slider.is-upgraded:focus:not(:active)::-ms-thumb{background:radial-gradient(circle closest-side,#3f51b5 0%,#3f51b5 37.5%,rgba(63,81,181,.26)37.5%,rgba(63,81,181,.26)100%);transform:scale(1)}.mdl-slider.is-upgraded:active::-ms-thumb{background:#3f51b5;transform:scale(.5625)}.mdl-slider.is-upgraded.is-lowest-value::-webkit-slider-thumb{border:2px solid rgba(0,0,0,.26);background:0 0}.mdl-slider.is-upgraded.is-lowest-value::-moz-range-thumb{border:2px solid rgba(0,0,0,.26);background:0 0}.mdl-slider.is-upgraded.is-lowest-value+.mdl-slider__background-flex>.mdl-slider__background-upper{left:6px}.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-webkit-slider-thumb{box-shadow:0 0 0 10px rgba(0,0,0,.12);background:rgba(0,0,0,.12)}.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-moz-range-thumb{box-shadow:0 0 0 10px rgba(0,0,0,.12);background:rgba(0,0,0,.12)}.mdl-slider.is-upgraded.is-lowest-value:active::-webkit-slider-thumb{border:1.6px solid rgba(0,0,0,.26);-webkit-transform:scale(1.5);transform:scale(1.5)}.mdl-slider.is-upgraded.is-lowest-value:active+.mdl-slider__background-flex>.mdl-slider__background-upper{left:9px}.mdl-slider.is-upgraded.is-lowest-value:active::-moz-range-thumb{border:1.5px solid rgba(0,0,0,.26);transform:scale(1.5)}.mdl-slider.is-upgraded.is-lowest-value::-ms-thumb{background:radial-gradient(circle closest-side,transparent 0%,transparent 66.67%,rgba(0,0,0,.26)66.67%,rgba(0,0,0,.26)100%)}.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-ms-thumb{background:radial-gradient(circle closest-side,rgba(0,0,0,.12)0%,rgba(0,0,0,.12)25%,rgba(0,0,0,.26)25%,rgba(0,0,0,.26)37.5%,rgba(0,0,0,.12)37.5%,rgba(0,0,0,.12)100%);transform:scale(1)}.mdl-slider.is-upgraded.is-lowest-value:active::-ms-thumb{transform:scale(.5625);background:radial-gradient(circle closest-side,transparent 0%,transparent 77.78%,rgba(0,0,0,.26)77.78%,rgba(0,0,0,.26)100%)}.mdl-slider.is-upgraded.is-lowest-value::-ms-fill-lower{background:0 0}.mdl-slider.is-upgraded.is-lowest-value::-ms-fill-upper{margin-left:6px}.mdl-slider.is-upgraded.is-lowest-value:active::-ms-fill-upper{margin-left:9px}.mdl-slider.is-upgraded:disabled:focus::-webkit-slider-thumb,.mdl-slider.is-upgraded:disabled:active::-webkit-slider-thumb,.mdl-slider.is-upgraded:disabled::-webkit-slider-thumb{-webkit-transform:scale(.667);transform:scale(.667);background:rgba(0,0,0,.26)}.mdl-slider.is-upgraded:disabled:focus::-moz-range-thumb,.mdl-slider.is-upgraded:disabled:active::-moz-range-thumb,.mdl-slider.is-upgraded:disabled::-moz-range-thumb{transform:scale(.667);background:rgba(0,0,0,.26)}.mdl-slider.is-upgraded:disabled+.mdl-slider__background-flex>.mdl-slider__background-lower{background-color:rgba(0,0,0,.26);left:-6px}.mdl-slider.is-upgraded:disabled+.mdl-slider__background-flex>.mdl-slider__background-upper{left:6px}.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-webkit-slider-thumb,.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-webkit-slider-thumb,.mdl-slider.is-upgraded.is-lowest-value:disabled::-webkit-slider-thumb{border:3px solid rgba(0,0,0,.26);background:0 0;-webkit-transform:scale(.667);transform:scale(.667)}.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-moz-range-thumb,.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-moz-range-thumb,.mdl-slider.is-upgraded.is-lowest-value:disabled::-moz-range-thumb{border:3px solid rgba(0,0,0,.26);background:0 0;transform:scale(.667)}.mdl-slider.is-upgraded.is-lowest-value:disabled:active+.mdl-slider__background-flex>.mdl-slider__background-upper{left:6px}.mdl-slider.is-upgraded:disabled:focus::-ms-thumb,.mdl-slider.is-upgraded:disabled:active::-ms-thumb,.mdl-slider.is-upgraded:disabled::-ms-thumb{transform:scale(.25);background:rgba(0,0,0,.26)}.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-ms-thumb,.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-thumb,.mdl-slider.is-upgraded.is-lowest-value:disabled::-ms-thumb{transform:scale(.25);background:radial-gradient(circle closest-side,transparent 0%,transparent 50%,rgba(0,0,0,.26)50%,rgba(0,0,0,.26)100%)}.mdl-slider.is-upgraded:disabled::-ms-fill-lower{margin-right:6px;background:linear-gradient(to right,transparent,transparent 25px,rgba(0,0,0,.26)25px,rgba(0,0,0,.26)0)}.mdl-slider.is-upgraded:disabled::-ms-fill-upper{margin-left:6px}.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-fill-upper{margin-left:6px}.mdl-slider__ie-container{height:18px;overflow:visible;border:none;margin:none;padding:none}.mdl-slider__container{height:18px;position:relative;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.mdl-slider__container,.mdl-slider__background-flex{background:0 0;display:-webkit-flex;display:-ms-flexbox;display:flex}.mdl-slider__background-flex{position:absolute;height:2px;width:calc(100% - 52px);top:50%;left:0;margin:0 26px;overflow:hidden;border:0;padding:0;-webkit-transform:translate(0,-1px);transform:translate(0,-1px)}.mdl-slider__background-lower{background:#3f51b5}.mdl-slider__background-lower,.mdl-slider__background-upper{-webkit-flex:0;-ms-flex:0;flex:0;position:relative;border:0;padding:0}.mdl-slider__background-upper{background:rgba(0,0,0,.26);transition:left .18s cubic-bezier(.4,0,.2,1)}.mdl-snackbar{position:fixed;bottom:0;left:50%;cursor:default;background-color:#323232;z-index:3;display:block;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-family:"Roboto","Helvetica","Arial",sans-serif;will-change:transform;-webkit-transform:translate(0,80px);transform:translate(0,80px);transition:transform .25s cubic-bezier(.4,0,1,1);transition:transform .25s cubic-bezier(.4,0,1,1),-webkit-transform .25s cubic-bezier(.4,0,1,1);pointer-events:none}@media (max-width:479px){.mdl-snackbar{width:100%;left:0;min-height:48px;max-height:80px}}@media (min-width:480px){.mdl-snackbar{min-width:288px;max-width:568px;border-radius:2px;-webkit-transform:translate(-50%,80px);transform:translate(-50%,80px)}}.mdl-snackbar--active{-webkit-transform:translate(0,0);transform:translate(0,0);pointer-events:auto;transition:transform .25s cubic-bezier(0,0,.2,1);transition:transform .25s cubic-bezier(0,0,.2,1),-webkit-transform .25s cubic-bezier(0,0,.2,1)}@media (min-width:480px){.mdl-snackbar--active{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}.mdl-snackbar__text{padding:14px 12px 14px 24px;vertical-align:middle;color:#fff;float:left}.mdl-snackbar__action{background:0 0;border:none;color:#ff4081;float:right;padding:14px 24px 14px 12px;font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;line-height:1;letter-spacing:0;overflow:hidden;outline:none;opacity:0;pointer-events:none;cursor:pointer;text-decoration:none;text-align:center;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.mdl-snackbar__action::-moz-focus-inner{border:0}.mdl-snackbar__action:not([aria-hidden]){opacity:1;pointer-events:auto}.mdl-spinner{display:inline-block;position:relative;width:28px;height:28px}.mdl-spinner:not(.is-upgraded).is-active:after{content:"Loading..."}.mdl-spinner.is-upgraded.is-active{-webkit-animation:mdl-spinner__container-rotate 1568.23529412ms linear infinite;animation:mdl-spinner__container-rotate 1568.23529412ms linear infinite}@-webkit-keyframes mdl-spinner__container-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mdl-spinner__container-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mdl-spinner__layer{position:absolute;width:100%;height:100%;opacity:0}.mdl-spinner__layer-1{border-color:#42a5f5}.mdl-spinner--single-color .mdl-spinner__layer-1{border-color:#3f51b5}.mdl-spinner.is-active .mdl-spinner__layer-1{-webkit-animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both}.mdl-spinner__layer-2{border-color:#f44336}.mdl-spinner--single-color .mdl-spinner__layer-2{border-color:#3f51b5}.mdl-spinner.is-active .mdl-spinner__layer-2{-webkit-animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both}.mdl-spinner__layer-3{border-color:#fdd835}.mdl-spinner--single-color .mdl-spinner__layer-3{border-color:#3f51b5}.mdl-spinner.is-active .mdl-spinner__layer-3{-webkit-animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both}.mdl-spinner__layer-4{border-color:#4caf50}.mdl-spinner--single-color .mdl-spinner__layer-4{border-color:#3f51b5}.mdl-spinner.is-active .mdl-spinner__layer-4{-webkit-animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both}@-webkit-keyframes mdl-spinner__fill-unfill-rotate{12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}to{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}}@keyframes mdl-spinner__fill-unfill-rotate{12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}to{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}}@-webkit-keyframes mdl-spinner__layer-1-fade-in-out{from,25%{opacity:.99}26%,89%{opacity:0}90%,100%{opacity:.99}}@keyframes mdl-spinner__layer-1-fade-in-out{from,25%{opacity:.99}26%,89%{opacity:0}90%,100%{opacity:.99}}@-webkit-keyframes mdl-spinner__layer-2-fade-in-out{from,15%{opacity:0}25%,50%{opacity:.99}51%{opacity:0}}@keyframes mdl-spinner__layer-2-fade-in-out{from,15%{opacity:0}25%,50%{opacity:.99}51%{opacity:0}}@-webkit-keyframes mdl-spinner__layer-3-fade-in-out{from,40%{opacity:0}50%,75%{opacity:.99}76%{opacity:0}}@keyframes mdl-spinner__layer-3-fade-in-out{from,40%{opacity:0}50%,75%{opacity:.99}76%{opacity:0}}@-webkit-keyframes mdl-spinner__layer-4-fade-in-out{from,65%{opacity:0}75%,90%{opacity:.99}100%{opacity:0}}@keyframes mdl-spinner__layer-4-fade-in-out{from,65%{opacity:0}75%,90%{opacity:.99}100%{opacity:0}}.mdl-spinner__gap-patch{position:absolute;box-sizing:border-box;top:0;left:45%;width:10%;height:100%;overflow:hidden;border-color:inherit}.mdl-spinner__gap-patch .mdl-spinner__circle{width:1000%;left:-450%}.mdl-spinner__circle-clipper{display:inline-block;position:relative;width:50%;height:100%;overflow:hidden;border-color:inherit}.mdl-spinner__circle-clipper.mdl-spinner__left{float:left}.mdl-spinner__circle-clipper.mdl-spinner__right{float:right}.mdl-spinner__circle-clipper .mdl-spinner__circle{width:200%}.mdl-spinner__circle{box-sizing:border-box;height:100%;border-width:3px;border-style:solid;border-color:inherit;border-bottom-color:transparent!important;border-radius:50%;-webkit-animation:none;animation:none;position:absolute;top:0;right:0;bottom:0;left:0}.mdl-spinner__left .mdl-spinner__circle{border-right-color:transparent!important;-webkit-transform:rotate(129deg);transform:rotate(129deg)}.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle{-webkit-animation:mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;animation:mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both}.mdl-spinner__right .mdl-spinner__circle{left:-100%;border-left-color:transparent!important;-webkit-transform:rotate(-129deg);transform:rotate(-129deg)}.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle{-webkit-animation:mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;animation:mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both}@-webkit-keyframes mdl-spinner__left-spin{from{-webkit-transform:rotate(130deg);transform:rotate(130deg)}50%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(130deg);transform:rotate(130deg)}}@keyframes mdl-spinner__left-spin{from{-webkit-transform:rotate(130deg);transform:rotate(130deg)}50%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(130deg);transform:rotate(130deg)}}@-webkit-keyframes mdl-spinner__right-spin{from{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}50%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}to{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}}@keyframes mdl-spinner__right-spin{from{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}50%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}to{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}}.mdl-switch{position:relative;z-index:1;vertical-align:middle;display:inline-block;box-sizing:border-box;width:100%;height:24px;margin:0;padding:0;overflow:visible;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mdl-switch.is-upgraded{padding-left:28px}.mdl-switch__input{line-height:24px}.mdl-switch.is-upgraded .mdl-switch__input{position:absolute;width:0;height:0;margin:0;padding:0;opacity:0;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none}.mdl-switch__track{background:rgba(0,0,0,.26);position:absolute;left:0;top:5px;height:14px;width:36px;border-radius:14px;cursor:pointer}.mdl-switch.is-checked .mdl-switch__track{background:rgba(63,81,181,.5)}.mdl-switch__track fieldset[disabled] .mdl-switch,.mdl-switch.is-disabled .mdl-switch__track{background:rgba(0,0,0,.12);cursor:auto}.mdl-switch__thumb{background:#fafafa;position:absolute;left:0;top:2px;height:20px;width:20px;border-radius:50%;cursor:pointer;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:left}.mdl-switch.is-checked .mdl-switch__thumb{background:#3f51b5;left:16px;box-shadow:0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12)}.mdl-switch__thumb fieldset[disabled] .mdl-switch,.mdl-switch.is-disabled .mdl-switch__thumb{background:#bdbdbd;cursor:auto}.mdl-switch__focus-helper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-4px,-4px);transform:translate(-4px,-4px);display:inline-block;box-sizing:border-box;width:8px;height:8px;border-radius:50%;background-color:transparent}.mdl-switch.is-focused .mdl-switch__focus-helper{box-shadow:0 0 0 20px rgba(0,0,0,.1);background-color:rgba(0,0,0,.1)}.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper{box-shadow:0 0 0 20px rgba(63,81,181,.26);background-color:rgba(63,81,181,.26)}.mdl-switch__label{position:relative;cursor:pointer;font-size:16px;line-height:24px;margin:0;left:24px}.mdl-switch__label fieldset[disabled] .mdl-switch,.mdl-switch.is-disabled .mdl-switch__label{color:#bdbdbd;cursor:auto}.mdl-switch__ripple-container{position:absolute;z-index:2;top:-12px;left:-14px;box-sizing:border-box;width:48px;height:48px;border-radius:50%;cursor:pointer;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000);transition-duration:.4s;transition-timing-function:step-end;transition-property:left}.mdl-switch__ripple-container .mdl-ripple{background:#3f51b5}.mdl-switch__ripple-container fieldset[disabled] .mdl-switch,.mdl-switch.is-disabled .mdl-switch__ripple-container{cursor:auto}fieldset[disabled] .mdl-switch .mdl-switch__ripple-container .mdl-ripple,.mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple{background:0 0}.mdl-switch.is-checked .mdl-switch__ripple-container{left:2px}.mdl-tabs{display:block;width:100%}.mdl-tabs__tab-bar{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-between;-ms-flex-line-pack:justify;align-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;height:48px;padding:0;margin:0;border-bottom:1px solid #e0e0e0}.mdl-tabs__tab{margin:0;border:none;padding:0 24px;float:left;position:relative;display:block;text-decoration:none;height:48px;line-height:48px;text-align:center;font-weight:500;font-size:14px;text-transform:uppercase;color:rgba(0,0,0,.54);overflow:hidden}.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active{color:rgba(0,0,0,.87)}.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after{height:2px;width:100%;display:block;content:" ";bottom:0;left:0;position:absolute;background:#3f51b5;-webkit-animation:border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;animation:border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;transition:all 1s cubic-bezier(.4,0,1,1)}.mdl-tabs__tab .mdl-tabs__ripple-container{display:block;position:absolute;height:100%;width:100%;left:0;top:0;z-index:1;overflow:hidden}.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple{background:#3f51b5}.mdl-tabs__panel{display:block}.mdl-tabs.is-upgraded .mdl-tabs__panel{display:none}.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active{display:block}@-webkit-keyframes border-expand{0%{opacity:0;width:0}100%{opacity:1;width:100%}}@keyframes border-expand{0%{opacity:0;width:0}100%{opacity:1;width:100%}}.mdl-textfield{position:relative;font-size:16px;display:inline-block;box-sizing:border-box;width:300px;max-width:100%;margin:0;padding:20px 0}.mdl-textfield .mdl-button{position:absolute;bottom:20px}.mdl-textfield--align-right{text-align:right}.mdl-textfield--full-width{width:100%}.mdl-textfield--expandable{min-width:32px;width:auto;min-height:32px}.mdl-textfield--expandable .mdl-button--icon{top:16px}.mdl-textfield__input{border:none;border-bottom:1px solid rgba(0,0,0,.12);display:block;font-size:16px;font-family:"Helvetica","Arial",sans-serif;margin:0;padding:4px 0;width:100%;background:0 0;text-align:left;color:inherit}.mdl-textfield__input[type="number"]{-moz-appearance:textfield}.mdl-textfield__input[type="number"]::-webkit-inner-spin-button,.mdl-textfield__input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.mdl-textfield.is-focused .mdl-textfield__input{outline:none}.mdl-textfield.is-invalid .mdl-textfield__input{border-color:#d50000;box-shadow:none}fieldset[disabled] .mdl-textfield .mdl-textfield__input,.mdl-textfield.is-disabled .mdl-textfield__input{background-color:transparent;border-bottom:1px dotted rgba(0,0,0,.12);color:rgba(0,0,0,.26)}.mdl-textfield textarea.mdl-textfield__input{display:block}.mdl-textfield__label{bottom:0;color:rgba(0,0,0,.26);font-size:16px;left:0;right:0;pointer-events:none;position:absolute;display:block;top:24px;width:100%;overflow:hidden;white-space:nowrap;text-align:left}.mdl-textfield.is-dirty .mdl-textfield__label,.mdl-textfield.has-placeholder .mdl-textfield__label{visibility:hidden}.mdl-textfield--floating-label .mdl-textfield__label{transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label{transition:none}fieldset[disabled] .mdl-textfield .mdl-textfield__label,.mdl-textfield.is-disabled.is-disabled .mdl-textfield__label{color:rgba(0,0,0,.26)}.mdl-textfield--floating-label.is-focused .mdl-textfield__label,.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label{color:#3f51b5;font-size:12px;top:4px;visibility:visible}.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label,.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label,.mdl-textfield--floating-label.has-placeholder .mdl-textfield__expandable-holder .mdl-textfield__label{top:-16px}.mdl-textfield--floating-label.is-invalid .mdl-textfield__label{color:#d50000;font-size:12px}.mdl-textfield__label:after{background-color:#3f51b5;bottom:20px;content:'';height:2px;left:45%;position:absolute;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);visibility:hidden;width:10px}.mdl-textfield.is-focused .mdl-textfield__label:after{left:0;visibility:visible;width:100%}.mdl-textfield.is-invalid .mdl-textfield__label:after{background-color:#d50000}.mdl-textfield__error{color:#d50000;position:absolute;font-size:12px;margin-top:3px;visibility:hidden;display:block}.mdl-textfield.is-invalid .mdl-textfield__error{visibility:visible}.mdl-textfield__expandable-holder{display:inline-block;position:relative;margin-left:32px;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-block;max-width:.1px}.mdl-textfield.is-focused .mdl-textfield__expandable-holder,.mdl-textfield.is-dirty .mdl-textfield__expandable-holder{max-width:600px}.mdl-textfield__expandable-holder .mdl-textfield__label:after{bottom:0}.mdl-tooltip{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:top center;transform-origin:top center;z-index:999;background:rgba(97,97,97,.9);border-radius:2px;color:#fff;display:inline-block;font-size:10px;font-weight:500;line-height:14px;max-width:170px;position:fixed;top:-500px;left:-500px;padding:8px;text-align:center}.mdl-tooltip.is-active{-webkit-animation:pulse 200ms cubic-bezier(0,0,.2,1)forwards;animation:pulse 200ms cubic-bezier(0,0,.2,1)forwards}.mdl-tooltip--large{line-height:14px;font-size:14px;padding:16px}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{-webkit-transform:scale(.99);transform:scale(.99)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1;visibility:visible}}@keyframes pulse{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{-webkit-transform:scale(.99);transform:scale(.99)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1;visibility:visible}}.mdl-shadow--2dp{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.mdl-shadow--3dp{box-shadow:0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12)}.mdl-shadow--4dp{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)}.mdl-shadow--6dp{box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.mdl-shadow--8dp{box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2)}.mdl-shadow--16dp{box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}.mdl-shadow--24dp{box-shadow:0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2)}.mdl-grid{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 auto;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.mdl-grid.mdl-grid--no-spacing{padding:0}.mdl-cell{box-sizing:border-box}.mdl-cell--top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.mdl-cell--middle{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.mdl-cell--bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.mdl-cell--stretch{-webkit-align-self:stretch;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.mdl-grid.mdl-grid--no-spacing>.mdl-cell{margin:0}.mdl-cell--order-1{-webkit-order:1;-ms-flex-order:1;order:1}.mdl-cell--order-2{-webkit-order:2;-ms-flex-order:2;order:2}.mdl-cell--order-3{-webkit-order:3;-ms-flex-order:3;order:3}.mdl-cell--order-4{-webkit-order:4;-ms-flex-order:4;order:4}.mdl-cell--order-5{-webkit-order:5;-ms-flex-order:5;order:5}.mdl-cell--order-6{-webkit-order:6;-ms-flex-order:6;order:6}.mdl-cell--order-7{-webkit-order:7;-ms-flex-order:7;order:7}.mdl-cell--order-8{-webkit-order:8;-ms-flex-order:8;order:8}.mdl-cell--order-9{-webkit-order:9;-ms-flex-order:9;order:9}.mdl-cell--order-10{-webkit-order:10;-ms-flex-order:10;order:10}.mdl-cell--order-11{-webkit-order:11;-ms-flex-order:11;order:11}.mdl-cell--order-12{-webkit-order:12;-ms-flex-order:12;order:12}@media (max-width:479px){.mdl-grid{padding:8px}.mdl-cell{margin:8px;width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell{width:100%}.mdl-cell--hide-phone{display:none!important}.mdl-cell--order-1-phone.mdl-cell--order-1-phone{-webkit-order:1;-ms-flex-order:1;order:1}.mdl-cell--order-2-phone.mdl-cell--order-2-phone{-webkit-order:2;-ms-flex-order:2;order:2}.mdl-cell--order-3-phone.mdl-cell--order-3-phone{-webkit-order:3;-ms-flex-order:3;order:3}.mdl-cell--order-4-phone.mdl-cell--order-4-phone{-webkit-order:4;-ms-flex-order:4;order:4}.mdl-cell--order-5-phone.mdl-cell--order-5-phone{-webkit-order:5;-ms-flex-order:5;order:5}.mdl-cell--order-6-phone.mdl-cell--order-6-phone{-webkit-order:6;-ms-flex-order:6;order:6}.mdl-cell--order-7-phone.mdl-cell--order-7-phone{-webkit-order:7;-ms-flex-order:7;order:7}.mdl-cell--order-8-phone.mdl-cell--order-8-phone{-webkit-order:8;-ms-flex-order:8;order:8}.mdl-cell--order-9-phone.mdl-cell--order-9-phone{-webkit-order:9;-ms-flex-order:9;order:9}.mdl-cell--order-10-phone.mdl-cell--order-10-phone{-webkit-order:10;-ms-flex-order:10;order:10}.mdl-cell--order-11-phone.mdl-cell--order-11-phone{-webkit-order:11;-ms-flex-order:11;order:11}.mdl-cell--order-12-phone.mdl-cell--order-12-phone{-webkit-order:12;-ms-flex-order:12;order:12}.mdl-cell--1-col,.mdl-cell--1-col-phone.mdl-cell--1-col-phone{width:calc(25% - 16px)}.mdl-grid--no-spacing>.mdl-cell--1-col,.mdl-grid--no-spacing>.mdl-cell--1-col-phone.mdl-cell--1-col-phone{width:25%}.mdl-cell--2-col,.mdl-cell--2-col-phone.mdl-cell--2-col-phone{width:calc(50% - 16px)}.mdl-grid--no-spacing>.mdl-cell--2-col,.mdl-grid--no-spacing>.mdl-cell--2-col-phone.mdl-cell--2-col-phone{width:50%}.mdl-cell--3-col,.mdl-cell--3-col-phone.mdl-cell--3-col-phone{width:calc(75% - 16px)}.mdl-grid--no-spacing>.mdl-cell--3-col,.mdl-grid--no-spacing>.mdl-cell--3-col-phone.mdl-cell--3-col-phone{width:75%}.mdl-cell--4-col,.mdl-cell--4-col-phone.mdl-cell--4-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--4-col,.mdl-grid--no-spacing>.mdl-cell--4-col-phone.mdl-cell--4-col-phone{width:100%}.mdl-cell--5-col,.mdl-cell--5-col-phone.mdl-cell--5-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--5-col,.mdl-grid--no-spacing>.mdl-cell--5-col-phone.mdl-cell--5-col-phone{width:100%}.mdl-cell--6-col,.mdl-cell--6-col-phone.mdl-cell--6-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--6-col,.mdl-grid--no-spacing>.mdl-cell--6-col-phone.mdl-cell--6-col-phone{width:100%}.mdl-cell--7-col,.mdl-cell--7-col-phone.mdl-cell--7-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--7-col,.mdl-grid--no-spacing>.mdl-cell--7-col-phone.mdl-cell--7-col-phone{width:100%}.mdl-cell--8-col,.mdl-cell--8-col-phone.mdl-cell--8-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--8-col,.mdl-grid--no-spacing>.mdl-cell--8-col-phone.mdl-cell--8-col-phone{width:100%}.mdl-cell--9-col,.mdl-cell--9-col-phone.mdl-cell--9-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--9-col,.mdl-grid--no-spacing>.mdl-cell--9-col-phone.mdl-cell--9-col-phone{width:100%}.mdl-cell--10-col,.mdl-cell--10-col-phone.mdl-cell--10-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--10-col,.mdl-grid--no-spacing>.mdl-cell--10-col-phone.mdl-cell--10-col-phone{width:100%}.mdl-cell--11-col,.mdl-cell--11-col-phone.mdl-cell--11-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--11-col,.mdl-grid--no-spacing>.mdl-cell--11-col-phone.mdl-cell--11-col-phone{width:100%}.mdl-cell--12-col,.mdl-cell--12-col-phone.mdl-cell--12-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--12-col,.mdl-grid--no-spacing>.mdl-cell--12-col-phone.mdl-cell--12-col-phone{width:100%}.mdl-cell--1-offset,.mdl-cell--1-offset-phone.mdl-cell--1-offset-phone{margin-left:calc(25% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset-phone.mdl-cell--1-offset-phone{margin-left:25%}.mdl-cell--2-offset,.mdl-cell--2-offset-phone.mdl-cell--2-offset-phone{margin-left:calc(50% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset-phone.mdl-cell--2-offset-phone{margin-left:50%}.mdl-cell--3-offset,.mdl-cell--3-offset-phone.mdl-cell--3-offset-phone{margin-left:calc(75% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset-phone.mdl-cell--3-offset-phone{margin-left:75%}}@media (min-width:480px) and (max-width:839px){.mdl-grid{padding:8px}.mdl-cell{margin:8px;width:calc(50% - 16px)}.mdl-grid--no-spacing>.mdl-cell{width:50%}.mdl-cell--hide-tablet{display:none!important}.mdl-cell--order-1-tablet.mdl-cell--order-1-tablet{-webkit-order:1;-ms-flex-order:1;order:1}.mdl-cell--order-2-tablet.mdl-cell--order-2-tablet{-webkit-order:2;-ms-flex-order:2;order:2}.mdl-cell--order-3-tablet.mdl-cell--order-3-tablet{-webkit-order:3;-ms-flex-order:3;order:3}.mdl-cell--order-4-tablet.mdl-cell--order-4-tablet{-webkit-order:4;-ms-flex-order:4;order:4}.mdl-cell--order-5-tablet.mdl-cell--order-5-tablet{-webkit-order:5;-ms-flex-order:5;order:5}.mdl-cell--order-6-tablet.mdl-cell--order-6-tablet{-webkit-order:6;-ms-flex-order:6;order:6}.mdl-cell--order-7-tablet.mdl-cell--order-7-tablet{-webkit-order:7;-ms-flex-order:7;order:7}.mdl-cell--order-8-tablet.mdl-cell--order-8-tablet{-webkit-order:8;-ms-flex-order:8;order:8}.mdl-cell--order-9-tablet.mdl-cell--order-9-tablet{-webkit-order:9;-ms-flex-order:9;order:9}.mdl-cell--order-10-tablet.mdl-cell--order-10-tablet{-webkit-order:10;-ms-flex-order:10;order:10}.mdl-cell--order-11-tablet.mdl-cell--order-11-tablet{-webkit-order:11;-ms-flex-order:11;order:11}.mdl-cell--order-12-tablet.mdl-cell--order-12-tablet{-webkit-order:12;-ms-flex-order:12;order:12}.mdl-cell--1-col,.mdl-cell--1-col-tablet.mdl-cell--1-col-tablet{width:calc(12.5% - 16px)}.mdl-grid--no-spacing>.mdl-cell--1-col,.mdl-grid--no-spacing>.mdl-cell--1-col-tablet.mdl-cell--1-col-tablet{width:12.5%}.mdl-cell--2-col,.mdl-cell--2-col-tablet.mdl-cell--2-col-tablet{width:calc(25% - 16px)}.mdl-grid--no-spacing>.mdl-cell--2-col,.mdl-grid--no-spacing>.mdl-cell--2-col-tablet.mdl-cell--2-col-tablet{width:25%}.mdl-cell--3-col,.mdl-cell--3-col-tablet.mdl-cell--3-col-tablet{width:calc(37.5% - 16px)}.mdl-grid--no-spacing>.mdl-cell--3-col,.mdl-grid--no-spacing>.mdl-cell--3-col-tablet.mdl-cell--3-col-tablet{width:37.5%}.mdl-cell--4-col,.mdl-cell--4-col-tablet.mdl-cell--4-col-tablet{width:calc(50% - 16px)}.mdl-grid--no-spacing>.mdl-cell--4-col,.mdl-grid--no-spacing>.mdl-cell--4-col-tablet.mdl-cell--4-col-tablet{width:50%}.mdl-cell--5-col,.mdl-cell--5-col-tablet.mdl-cell--5-col-tablet{width:calc(62.5% - 16px)}.mdl-grid--no-spacing>.mdl-cell--5-col,.mdl-grid--no-spacing>.mdl-cell--5-col-tablet.mdl-cell--5-col-tablet{width:62.5%}.mdl-cell--6-col,.mdl-cell--6-col-tablet.mdl-cell--6-col-tablet{width:calc(75% - 16px)}.mdl-grid--no-spacing>.mdl-cell--6-col,.mdl-grid--no-spacing>.mdl-cell--6-col-tablet.mdl-cell--6-col-tablet{width:75%}.mdl-cell--7-col,.mdl-cell--7-col-tablet.mdl-cell--7-col-tablet{width:calc(87.5% - 16px)}.mdl-grid--no-spacing>.mdl-cell--7-col,.mdl-grid--no-spacing>.mdl-cell--7-col-tablet.mdl-cell--7-col-tablet{width:87.5%}.mdl-cell--8-col,.mdl-cell--8-col-tablet.mdl-cell--8-col-tablet{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--8-col,.mdl-grid--no-spacing>.mdl-cell--8-col-tablet.mdl-cell--8-col-tablet{width:100%}.mdl-cell--9-col,.mdl-cell--9-col-tablet.mdl-cell--9-col-tablet{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--9-col,.mdl-grid--no-spacing>.mdl-cell--9-col-tablet.mdl-cell--9-col-tablet{width:100%}.mdl-cell--10-col,.mdl-cell--10-col-tablet.mdl-cell--10-col-tablet{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--10-col,.mdl-grid--no-spacing>.mdl-cell--10-col-tablet.mdl-cell--10-col-tablet{width:100%}.mdl-cell--11-col,.mdl-cell--11-col-tablet.mdl-cell--11-col-tablet{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--11-col,.mdl-grid--no-spacing>.mdl-cell--11-col-tablet.mdl-cell--11-col-tablet{width:100%}.mdl-cell--12-col,.mdl-cell--12-col-tablet.mdl-cell--12-col-tablet{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--12-col,.mdl-grid--no-spacing>.mdl-cell--12-col-tablet.mdl-cell--12-col-tablet{width:100%}.mdl-cell--1-offset,.mdl-cell--1-offset-tablet.mdl-cell--1-offset-tablet{margin-left:calc(12.5% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset-tablet.mdl-cell--1-offset-tablet{margin-left:12.5%}.mdl-cell--2-offset,.mdl-cell--2-offset-tablet.mdl-cell--2-offset-tablet{margin-left:calc(25% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset-tablet.mdl-cell--2-offset-tablet{margin-left:25%}.mdl-cell--3-offset,.mdl-cell--3-offset-tablet.mdl-cell--3-offset-tablet{margin-left:calc(37.5% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset-tablet.mdl-cell--3-offset-tablet{margin-left:37.5%}.mdl-cell--4-offset,.mdl-cell--4-offset-tablet.mdl-cell--4-offset-tablet{margin-left:calc(50% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--4-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--4-offset-tablet.mdl-cell--4-offset-tablet{margin-left:50%}.mdl-cell--5-offset,.mdl-cell--5-offset-tablet.mdl-cell--5-offset-tablet{margin-left:calc(62.5% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--5-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--5-offset-tablet.mdl-cell--5-offset-tablet{margin-left:62.5%}.mdl-cell--6-offset,.mdl-cell--6-offset-tablet.mdl-cell--6-offset-tablet{margin-left:calc(75% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--6-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--6-offset-tablet.mdl-cell--6-offset-tablet{margin-left:75%}.mdl-cell--7-offset,.mdl-cell--7-offset-tablet.mdl-cell--7-offset-tablet{margin-left:calc(87.5% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--7-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--7-offset-tablet.mdl-cell--7-offset-tablet{margin-left:87.5%}}@media (min-width:840px){.mdl-grid{padding:8px}.mdl-cell{margin:8px;width:calc(33.3333333333% - 16px)}.mdl-grid--no-spacing>.mdl-cell{width:33.3333333333%}.mdl-cell--hide-desktop{display:none!important}.mdl-cell--order-1-desktop.mdl-cell--order-1-desktop{-webkit-order:1;-ms-flex-order:1;order:1}.mdl-cell--order-2-desktop.mdl-cell--order-2-desktop{-webkit-order:2;-ms-flex-order:2;order:2}.mdl-cell--order-3-desktop.mdl-cell--order-3-desktop{-webkit-order:3;-ms-flex-order:3;order:3}.mdl-cell--order-4-desktop.mdl-cell--order-4-desktop{-webkit-order:4;-ms-flex-order:4;order:4}.mdl-cell--order-5-desktop.mdl-cell--order-5-desktop{-webkit-order:5;-ms-flex-order:5;order:5}.mdl-cell--order-6-desktop.mdl-cell--order-6-desktop{-webkit-order:6;-ms-flex-order:6;order:6}.mdl-cell--order-7-desktop.mdl-cell--order-7-desktop{-webkit-order:7;-ms-flex-order:7;order:7}.mdl-cell--order-8-desktop.mdl-cell--order-8-desktop{-webkit-order:8;-ms-flex-order:8;order:8}.mdl-cell--order-9-desktop.mdl-cell--order-9-desktop{-webkit-order:9;-ms-flex-order:9;order:9}.mdl-cell--order-10-desktop.mdl-cell--order-10-desktop{-webkit-order:10;-ms-flex-order:10;order:10}.mdl-cell--order-11-desktop.mdl-cell--order-11-desktop{-webkit-order:11;-ms-flex-order:11;order:11}.mdl-cell--order-12-desktop.mdl-cell--order-12-desktop{-webkit-order:12;-ms-flex-order:12;order:12}.mdl-cell--1-col,.mdl-cell--1-col-desktop.mdl-cell--1-col-desktop{width:calc(8.3333333333% - 16px)}.mdl-grid--no-spacing>.mdl-cell--1-col,.mdl-grid--no-spacing>.mdl-cell--1-col-desktop.mdl-cell--1-col-desktop{width:8.3333333333%}.mdl-cell--2-col,.mdl-cell--2-col-desktop.mdl-cell--2-col-desktop{width:calc(16.6666666667% - 16px)}.mdl-grid--no-spacing>.mdl-cell--2-col,.mdl-grid--no-spacing>.mdl-cell--2-col-desktop.mdl-cell--2-col-desktop{width:16.6666666667%}.mdl-cell--3-col,.mdl-cell--3-col-desktop.mdl-cell--3-col-desktop{width:calc(25% - 16px)}.mdl-grid--no-spacing>.mdl-cell--3-col,.mdl-grid--no-spacing>.mdl-cell--3-col-desktop.mdl-cell--3-col-desktop{width:25%}.mdl-cell--4-col,.mdl-cell--4-col-desktop.mdl-cell--4-col-desktop{width:calc(33.3333333333% - 16px)}.mdl-grid--no-spacing>.mdl-cell--4-col,.mdl-grid--no-spacing>.mdl-cell--4-col-desktop.mdl-cell--4-col-desktop{width:33.3333333333%}.mdl-cell--5-col,.mdl-cell--5-col-desktop.mdl-cell--5-col-desktop{width:calc(41.6666666667% - 16px)}.mdl-grid--no-spacing>.mdl-cell--5-col,.mdl-grid--no-spacing>.mdl-cell--5-col-desktop.mdl-cell--5-col-desktop{width:41.6666666667%}.mdl-cell--6-col,.mdl-cell--6-col-desktop.mdl-cell--6-col-desktop{width:calc(50% - 16px)}.mdl-grid--no-spacing>.mdl-cell--6-col,.mdl-grid--no-spacing>.mdl-cell--6-col-desktop.mdl-cell--6-col-desktop{width:50%}.mdl-cell--7-col,.mdl-cell--7-col-desktop.mdl-cell--7-col-desktop{width:calc(58.3333333333% - 16px)}.mdl-grid--no-spacing>.mdl-cell--7-col,.mdl-grid--no-spacing>.mdl-cell--7-col-desktop.mdl-cell--7-col-desktop{width:58.3333333333%}.mdl-cell--8-col,.mdl-cell--8-col-desktop.mdl-cell--8-col-desktop{width:calc(66.6666666667% - 16px)}.mdl-grid--no-spacing>.mdl-cell--8-col,.mdl-grid--no-spacing>.mdl-cell--8-col-desktop.mdl-cell--8-col-desktop{width:66.6666666667%}.mdl-cell--9-col,.mdl-cell--9-col-desktop.mdl-cell--9-col-desktop{width:calc(75% - 16px)}.mdl-grid--no-spacing>.mdl-cell--9-col,.mdl-grid--no-spacing>.mdl-cell--9-col-desktop.mdl-cell--9-col-desktop{width:75%}.mdl-cell--10-col,.mdl-cell--10-col-desktop.mdl-cell--10-col-desktop{width:calc(83.3333333333% - 16px)}.mdl-grid--no-spacing>.mdl-cell--10-col,.mdl-grid--no-spacing>.mdl-cell--10-col-desktop.mdl-cell--10-col-desktop{width:83.3333333333%}.mdl-cell--11-col,.mdl-cell--11-col-desktop.mdl-cell--11-col-desktop{width:calc(91.6666666667% - 16px)}.mdl-grid--no-spacing>.mdl-cell--11-col,.mdl-grid--no-spacing>.mdl-cell--11-col-desktop.mdl-cell--11-col-desktop{width:91.6666666667%}.mdl-cell--12-col,.mdl-cell--12-col-desktop.mdl-cell--12-col-desktop{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--12-col,.mdl-grid--no-spacing>.mdl-cell--12-col-desktop.mdl-cell--12-col-desktop{width:100%}.mdl-cell--1-offset,.mdl-cell--1-offset-desktop.mdl-cell--1-offset-desktop{margin-left:calc(8.3333333333% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset-desktop.mdl-cell--1-offset-desktop{margin-left:8.3333333333%}.mdl-cell--2-offset,.mdl-cell--2-offset-desktop.mdl-cell--2-offset-desktop{margin-left:calc(16.6666666667% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset-desktop.mdl-cell--2-offset-desktop{margin-left:16.6666666667%}.mdl-cell--3-offset,.mdl-cell--3-offset-desktop.mdl-cell--3-offset-desktop{margin-left:calc(25% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset-desktop.mdl-cell--3-offset-desktop{margin-left:25%}.mdl-cell--4-offset,.mdl-cell--4-offset-desktop.mdl-cell--4-offset-desktop{margin-left:calc(33.3333333333% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--4-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--4-offset-desktop.mdl-cell--4-offset-desktop{margin-left:33.3333333333%}.mdl-cell--5-offset,.mdl-cell--5-offset-desktop.mdl-cell--5-offset-desktop{margin-left:calc(41.6666666667% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--5-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--5-offset-desktop.mdl-cell--5-offset-desktop{margin-left:41.6666666667%}.mdl-cell--6-offset,.mdl-cell--6-offset-desktop.mdl-cell--6-offset-desktop{margin-left:calc(50% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--6-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--6-offset-desktop.mdl-cell--6-offset-desktop{margin-left:50%}.mdl-cell--7-offset,.mdl-cell--7-offset-desktop.mdl-cell--7-offset-desktop{margin-left:calc(58.3333333333% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--7-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--7-offset-desktop.mdl-cell--7-offset-desktop{margin-left:58.3333333333%}.mdl-cell--8-offset,.mdl-cell--8-offset-desktop.mdl-cell--8-offset-desktop{margin-left:calc(66.6666666667% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--8-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--8-offset-desktop.mdl-cell--8-offset-desktop{margin-left:66.6666666667%}.mdl-cell--9-offset,.mdl-cell--9-offset-desktop.mdl-cell--9-offset-desktop{margin-left:calc(75% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--9-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--9-offset-desktop.mdl-cell--9-offset-desktop{margin-left:75%}.mdl-cell--10-offset,.mdl-cell--10-offset-desktop.mdl-cell--10-offset-desktop{margin-left:calc(83.3333333333% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--10-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--10-offset-desktop.mdl-cell--10-offset-desktop{margin-left:83.3333333333%}.mdl-cell--11-offset,.mdl-cell--11-offset-desktop.mdl-cell--11-offset-desktop{margin-left:calc(91.6666666667% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--11-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--11-offset-desktop.mdl-cell--11-offset-desktop{margin-left:91.6666666667%}} +/*# sourceMappingURL=material.min.css.map */ diff --git a/src/legacy/css/model-workflow.css b/src/legacy/css/model-workflow.css new file mode 100644 index 0000000000000000000000000000000000000000..9ee2f8efdafd2655dab3364e4b4601d494fc104f --- /dev/null +++ b/src/legacy/css/model-workflow.css @@ -0,0 +1,1959 @@ +/* +===============LICENSE_START======================================================= +Graphene Apache-2.0 +=================================================================================== +Copyright (C) 2017 AT&T Intellectual Property & Tech Mahindra. All rights reserved. +=================================================================================== +This Graphene software file is distributed by AT&T and Tech Mahindra +under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +This file is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +===============LICENSE_END========================================================= +*/ + +/********* manage model page*******************/ +/* vertical tab */ +/*Vertical Tabs*/ +.validation-msgs span { + color: #ff0000 !important; + font-size: 12px; +} + +.workflow-leftheader { + /* width: 28%; */ + width:320px; + float: left; + padding: 15px 0; + background-color: rgb(232, 229, 236); + color: #681D9e; +} + +.workflow-leftheader span { + padding: 0 20px; +} + +.workflow-right-header { + float: left; + padding: 15px 20px; + color: #424043; +} + +.workflow-right-header span { + padding: 0 10px; +} + +.workflow-header { + background-color: rgb(246, 243, 250); + border-bottom: 0px; + font-weight: bold; + padding: 0; + float: left; + width: 100%; +} + +.mdl-cell.workflow-left { + width: 320px; + float: left; + background-color: #F1F1F1; +} + +.mdl-cell.workflow-right { + width: calc(100% - 320px) !important; + float: left; + padding: 25px 0; +} + +.tabs-left { + border-bottom: none; + margin: 0; + padding: 0; + width: 100%; + border-right: 0px solid #ddd; +} + +.tabs-left .mdl-tabs__tab { + text-transform: none; +} + +.tabs-left>li { + float: none; + list-style-type: none; + display: inline-block; + width: 100%; + border-bottom: 1px dashed #DFDFDF; + border-top: 1px dashed #fff; + float: left; + margin: 0; +} +.tabs-left>li:first-child{ + border-top: none; +} + +.tabs-left i { + margin-right: 15px; + color: #bbb; + font-size: 23px; + margin-top: 5px; +} + +.tabs-left>li article { + color: rgb(104, 29, 158); + line-height: 18px; + font-weight: bold; +} + +.managelefticon { + width: 35px; + float: left; + padding: 15px 0 0; +} + +.managelefticon-single { + width: 35px; + float: left; + padding: 11px 0 0; + line-height: 48px; +} + +.managelefticon { + width: 35px; + float: left; + padding: 15px 0 0; + line-height: 48px; +} + +.managelefticon i { + margin: 0 auto; +} + +.managelefticon i img { + vertical-align: top; + padding-top: 10px; +} + +.managelefticon-single i img { + vertical-align: top; + padding-top: 10px; +} + +.managelefttext { + margin-left: 35px; + line-height: 15px; + padding: 20px 0; +} + +.managelefttext ul { + margin: 0; + padding: 0; + font-size: 12px; + line-height: 16px; +} + +.managelefttext ul li { + list-style-type: none; +} + +.tabs-left>li>a ul li ul li:first-child { + width: auto; +} + +.tabs-left>li>a ul li.green, .tabs-left i.green, .company-market ul li.progress-status.green, + .green { + color: #009901; +} +/*.tabs-left>li>a ul li.green:after{content:"|"; padding: 0 2px 0 5px;}*/ +.tabs-left>li>a ul li.blue, .blue { + color: #1347c2; +} + +.tabs-left>li>a ul li.orange, .orange { + color: #fb7e03; +} + +.tabs-left>li>a ul li.red, .red { + color: #CD6765; +} + +.tabs-left>li a.graydisable article { + color: #989898; +} +/* .vertical-mdl-tabs { margin-top: 30px;} */ +.vertical-mdl-tabs .mdl-tabs__tab-bar { + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + padding-bottom: 35px; + height: inherit; + border-bottom: none; + margin: 0; +} + +.vertical-mdl-tabs .mdl-tabs__tab { + width: 100%; + box-sizing: border-box; + height: auto; + overflow: initial; + border-bottom: 1px dashed #DFDFDF; + border-top: 1px dashed #fff; +} + +.vertical-mdl-tabs .mdl-tabs__tab:first-child { + border-top: none; +} + +.vertical-mdl-tabs .mdl-tabs__tab:hover { + background: rgba(158, 158, 158, 0.34); + color: black; + text-decoration: none; +} +/* .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {background-color:#FFF;} */ +.vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.isActive, .vertical-mdl-tabs a.mdl-tabs__tab.isActive { + border-right: 5px solid #671C9D; + color: #671C9D; + font-weight: 700; + background: #fff; + -webkit-box-shadow: 1px 0px 14px 4px rgba(0, 0, 0, 0.08); + -moz-box-shadow: 1px 0px 14px 4px rgba(0, 0, 0, 0.1); + box-shadow: 1px 0px 14px 4px rgba(0, 0, 0, 0.1); + position: relative; + /* z-index: 500; */ + z-index: 0; + text-decoration: none; +} + +.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.isActive::before, .vertical-mdl-tabs a.mdl-tabs__tab.isActive::before + { + content: ""; + width: 0; + height: 0; + border-top: 6px solid transparent; + border-bottom: 6px solid transparent; + border-left: 6px solid #671C9D; + position: absolute; + right: -11px; + /* z-index: 1000; */ + z-index: 0; + top: 50%; + margin-top: -6px; +} + +.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.isActive:after { + content: inherit; + height: 0; +} + +.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.isActive, + .mdl-tabs__panel { + padding: 0 30px; +} + +.mdl-tabs.is-upgraded .mdl-tabs__panel.isActive { + display: block; +} + +.vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab { + text-align: left; + height: inherit; +} +/* verticle tabs end */ + +/* timeline */ +.img-responsive { + display: block; + height: auto; + max-width: 100%; +} + +.img-rounded { + border-radius: 3px; +} + +.img-thumbnail { + background-color: #fff; + border: 1px solid #ededf0; + border-radius: 3px; + display: inline-block; + height: auto; + line-height: 1.428571429; + max-width: 100%; + moz-transition: all .2s ease-in-out; + o-transition: all .2s ease-in-out; + padding: 2px; + transition: all .2s ease-in-out; + webkit-transition: all .2s ease-in-out; +} + +.img-circle { + border-radius: 50%; +} + +.timeline-centered { + position: relative; + margin-bottom: 30px; +} + +.timeline-centered:before, .timeline-centered:after { + content: " "; + display: table; +} + +.timeline-centered:after { + clear: both; +} + +.timeline-centered:before, .timeline-centered:after { + content: " "; + display: table; +} + +.timeline-centered:after { + clear: both; +} + +.timeline-centered:before { + content: ''; + position: absolute; + display: block; + width: 1px; + background: #DBCBE8; + top: 20px; + bottom: 20px; + margin-left: 12px; +} + +.timeline-centered .timeline-entry { + position: relative; + margin-top: 5px; + margin-left: 15px; + margin-bottom: 10px; + clear: both; +} + +.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after + { + content: " "; + display: table; +} + +.timeline-centered .timeline-entry:after { + clear: both; +} + +.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after + { + content: " "; + display: table; +} + +.timeline-centered .timeline-entry:after { + clear: both; +} + +.timeline-centered .timeline-entry.begin { + margin-bottom: 0; +} + +.timeline-centered .timeline-entry.left-aligned { + float: left; +} + +.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner { + margin-left: 0; + margin-right: -18px; +} + +.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time + { + left: auto; + right: -100px; + text-align: left; +} + +.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon + { + float: right; +} + +.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label + { + margin-left: 0; + margin-right: 70px; +} + +.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after + { + left: auto; + right: 0; + margin-left: 0; + margin-right: -9px; + -moz-transform: rotate(180deg); + -o-transform: rotate(180deg); + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} + +.timeline-centered .timeline-entry .timeline-entry-inner { + position: relative; + margin-left: -12px; +} + +.timeline-centered .timeline-entry .timeline-entry-inner:before, + .timeline-centered .timeline-entry .timeline-entry-inner:after { + content: " "; + display: table; +} + +.timeline-centered .timeline-entry .timeline-entry-inner:after { + clear: both; +} + +.timeline-centered .timeline-entry .timeline-entry-inner:before, + .timeline-centered .timeline-entry .timeline-entry-inner:after { + content: " "; + display: table; +} + +.timeline-centered .timeline-entry .timeline-entry-inner:after { + clear: both; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time + { + position: absolute; + left: -100px; + text-align: right; + padding: 10px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span + { + display: block; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child + { + font-size: 15px; + font-weight: bold; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child + { + font-size: 12px; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon + { + background: #fff; + color: #212121; + display: block; + width: 18px; + height: 18px; + -webkit-background-clip: padding-box; + -moz-background-clip: padding; + background-clip: padding-box; + -webkit-border-radius: 18px; + -moz-border-radius: 18px; + border-radius: 18px; + text-align: center; + -moz-box-shadow: 0 0 0 2px #671c9d; + -webkit-box-shadow: 0 0 0 2px #671c9d; + box-shadow: 0 0 0 2px #671c9d; + line-height: 18px; + font-size: 12px; + float: left; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary + { + background-color: #303641; + color: #fff; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary + { + background-color: #ee4749; + color: #fff; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success + { + background-color: #fff; + color: #00a651; + box-shadow: 0 0 0 2px #00a651; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info + { + background-color: #21a9e1; + color: #fff; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning + { + background-color: #fad839; + color: #fff; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger + { + background-color: #cc2424; + color: #fff; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label + { + position: relative; + padding: 0 0 20px 0; + margin-left: 40px; + -webkit-background-clip: padding-box; + -moz-background-clip: padding; + background-clip: padding-box; + border-bottom: 1px solid #DBCBE8; + margin-bottom: 15px; + position:relative; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.last + { + border-bottom: 0; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, + .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + { + color: #666; + font-size: 13px; + margin: 0; + line-height: 1.428571429; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p + { + margin-top: 15px; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 + { + font-size: 14px; + margin-bottom: 10px; + font-weight: bold; + color: #424043; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a + { + /*color: #303641;*/ + font-size:14px; + font-weight: bold; + color: #671C9D; + text-decoration:none; + cursor:pointer; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span + { + -ms-filter: alpha(opacity = 60); + filter: alpha(opacity = 60); + font-size: 12px; + font-weight: normal; +} + +.filterlists { + border: 1px solid #DDD; + font-size: 12px; + float: left; + margin: -5px 0px -5px 5px; +} + +.filterlists span { + padding: 5px; + float: left; +} + +.filterlists:after { + content: "X"; + background-color: #333; + color: #fff; + padding: 5px 5px; + float: right; + cursor: pointer; +} + +#cloudtab a.btn input[type="radio"] { + clip: inherit; + left: 15px; + top: 15px; +} + +#cloudtab a.btn-default { + margin: 0 10px 15px 0; + float: left; + width: auto; + padding: 0 15px 0 35px; +} + +#cloudtab a.btn-default.active { + background-color: #fff; + box-shadow: none; +} + +#cloudtab .btn { + border-radius: 0; +} + +.company-market { + margin-top: -5px; +} + +.company-market ul { + margin: 0 0 15px 0; + padding: 0; +} + +.company-market ul li { + list-style-type: none; + display: inline-block; + vertical-align: top; + margin: 0; +} + +.initialVal.hasClass .company-market ul li { + width: 16%; +} + +.company-market ul li:last-child { + width: auto; + margin: 0 4px; +} + +.company-market ul li .imageplace { + /*width: 100%; + float: left;*/ + padding-top: 5px; + /*padding-bottom: 5px;*/ + position: relative; + display:inline-block; + text-align: center; +} + +.company-market ul li .imagecontent { + width: 74px; + height: 74px; + border-radius: 74px; + border: 3px solid #FFF; + background-color: #EBEBEB; + float: left; + position: relative; + text-align: center; + line-height: 68px; +} + +.company-market ul li .imageplace.active .imagecontent { + border: 3px solid #671c9d; + background-color: #FFF; +} + +.company-market ul li .text { + /*width: 68px; + width:79px;*/ + text-align: center; + margin: 0 auto; + /*float:left;*/ +} + +.company-market ul li:last-child .text { + /*width: 148px;*/ + color:#aaa; +} +/* adjustment */ +.company-market ul li.progress-status { + color: #ebebeb; +} + +.progress-status:after { + content: "\2022 \2022 \2022"; + font-size: 30px; /* color: #EBEBEB; */ + line-height: 80px; + margin-left:-4px; +} + +.initialVal.hasClass .company-market ul li.progress-status { + text-align: center; + width: 6.5%; + line-height: 80px; +} + +.hasClass .company-market ul li.progress-status { + text-align: center; + width: 4.3%; + line-height: 80px; +} + +/*.hasClass .company-market ul li { + width: 80px; +}*/ +.hasClass .company-market ul li { + width: 16%; + text-align: center; +} +/* completed section*/ +.company-market ul li .imageplace.completed .imagecontent {border: 3px solid #009901; background-color: #FFF;} +.company-market ul li .imageplace.incomplet .imagecontent {border: 3px solid #ff0000; background-color: #FFF;} +/* .company-market ul li .imageplace.completed ~ .text{color: #009901; font-size:11px;} */ +.company-market ul li:last-child .publshbutton {min-width: 92px;} +.btn-publish{margin: 4px 0; + float: inherit; + padding: 0 10px; + height: auto; + font-size: 12px; + line-height: 17px; + min-height: 24px; + background-color: #FFF; + color: #671C9D; + border:1px solid #671C9D; + text-align:center; + + } +.errorfound{font-size: 11px; color:#FF0000;} + .imageplace.incomplet ~ .errorfound.hide{display:block !important;} + #manage-models .errorfound p{font-size:11px; line-height:13px; margin-bottom:2px;} + .btn-error{ margin: 4px 0; float: inherit; padding: 0 10px; height: 24px; font-size: 12px; line-height: 17px; + min-height: 24px; background-color: #FFF; color: #ff0000; border:1px solid #ff0000; text-align:center; + } + + +/* .hasClass .company-market ul li {list-style-type: none; display: inline-block; vertical-align: top; width: 15.2%;} +.hasClass .company-market ul li .imageplace::after { top: 38%; position: absolute; content: "\2022 \2022"; font-size: 30px; color: #EBEBEB; left: 78%;} +.hasClass .company-market ul li:last-child {width: auto; margin: 0 4px; width: 19%;} */ +/* .company-market ul li .imagecontent.active{border:3px solid #671c9d; background-color:#FFF;} */ +.company-market ul li.text { + padding-top: 20px; +} +/* .company-market ul li .imageplace:after{ top: 38%; position: absolute;content: "\2022 \2022";font-size: 30px; margin: 0 12%; color: #EBEBEB; } +.company-market ul li .imageplace.active:after{color:#009901;} */ +.company-market ul li .btn-primary { + margin: 26px 0; + float: inherit; + padding: 0 40px; + min-height: 38px; +} + +.progress { + height: 5px; + border-radius: 5px; + background-color: #EBEBEB; + float: left; + width: 100%; + margin: 10px 0 25px 0; +} + +.progress-bar { + background-color: #671c9d; + border-radius: 5px; + height: 5px; + cursor: pointer; +} + +.timeline h6 { + font-size: 16px; + padding-bottom: 7px; + text-transform: uppercase; + font-weight: bold; + color: #671c9d; + margin-bottom:22px; + border-bottom:1px solid #DDD; + line-height:24px; +} +.timeline h6 span{ + + font-size:14px; + font-weight: normal; + vertical-align:top; +} + +.timeline-label details { + float: left; + padding-right: 5px; +} + +.timeline-label label { + font-weight: normal; + font-size: 13px; + color: #666; +} + +.timeline-label label a { + text-decoration: none; + padding-left: 5px; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .checkbox label input + { + float: left; + margin-right: 10px; +} + +.timeline h5 { + font-weight: bold; + border-bottom: 1px solid #DDD; + padding: 0 0 10px 0; + margin-bottom: 20px; +} + +.timeline-centered .timeline-entry:last-child:after { + clear: both; + content: ''; + position: absolute; + display: block; + width: 2px; + background: #fff; + left: -4px; + top: 20px; + bottom: 0px; + margin-left: 1px; +} + +.model-detail sup { + background-color: #15afd1; + color: #FFF; + padding: 0px 3px; + margin-top: -5px; + top: -10px; +} + +.user-icon { + color: #777; + border: 1px solid #777; + background-color: #FFF; + padding: 5px 7px; + border-radius: 13px; +} + +.description-content-right { + float: right; + padding: 0px 0px 10px 15px; +} + +.description-content-right.status { + padding-bottom: 0px; + float: right; + font-size: 13px; + color: #2E2F2F; +} + +.description-content-right.status span { + color: #666; + text-align: right; + padding: 0; + font-size: 10px; + display: block; +} + +.description-content-right.status span.green { + color: #009911; + display: inline-block; + font-size: 13px; +} + +.pageheadsection .user_icon i, .user_icon i { + margin: 0 3px 0 0; +} + +.user_icon i img { + border: 1px solid #FFF; + border-radius: 26px; +} + +.user_icon i img:hover { + border: 1px solid #FFF; + border-radius: 26px; 1 px 0px 2px 1px rgba(107,107,107,1); ); + -moz-box-shadow: 1px 0px 2px 1px rgba(107, 107, 107, 1); ); + box-shadow: 1px 0px 2px 1px rgba(107, 107, 107, 1); +} + +.team-user i img:hover { + border: 1px solid #FFF; + border-radius: 30px; 1 px 0px 2px 1px rgba(107,107,107,1); ); + -moz-box-shadow: 1px 0px 2px 1px rgba(107, 107, 107, 1); ); + box-shadow: 1px 0px 2px 1px rgba(107, 107, 107, 1); +} +/* .team-user-close {position: absolute;top: -10px; right: 8px;} */ +.team-user-close { + position: absolute; + top: -8px; + right: 7px; + font-size: 14px; + color: #666; + cursor: pointer; +} + +.team-user .team-user-close i { + width: auto; + height: auto; + position: absolute; + margin: 0; +} + +.team-user i:hover img { + opacity: 0.7; +} +/*.team-user-close::after{ content: "\00d7"; display: block; position: absolute; font-size: 14px;border-radius: 14px;padding: 0px 5px 2px 4px; font-weight:bold;background-color: #fff;border: 1px solid #888; line-height: 14px;text-align: center;float: left;cursor: pointer;} */ +.team-user i { + position: relative; + float: left; + margin-right: 9px; + width: 30px; + height: 30px; +} + +.team-user i img { + width: 100%; + /* height: 30px; */ + border-radius: 30px; + border: 1px solid #FFF; + top: 0; +} + +.pageheadsection .user_icon i.fa-circle { + font-size: 6px; + color: #666; + margin-right: 0; +} + +.cloud-radio div { + height: 40px; + /*margin: 0 7px 10px 0;*/ + padding: 5px 10px; + background-color: #E8E5EC; + border: 3px solid #E8E5EC; +} + +.cloud-radio div.active { + background-color: #fff; + border: 3px solid #671c9d; +} + +.cloud-radio .cloud-radio-btn { + margin-top: 8px; + margin-right: 8px; +} +.cloud-radio span{ + display: flex; + flex-direction: column; + justify-content: center; +} +.cloud-radio .mdl-radio{display:flex} + + +/* share tab*/ +.share-members { + border-top: 1px solid #DBCBE8; + border-bottom: 1px solid #DBCBE8; + padding: 15px 0 20px 0; + margin-bottom: 16px; + width: 100%; + display: inline-block; +} + +.share-members p { + margin-bottom: 7px; +} + +#share .mdl-textfield__label { + color: #424043; + font-family: 'Open Sans', sans-serif; + font-size: 14px; +} + +#share .mdl-textfield__input { + color: #666; + font-family: 'Open Sans', sans-serif; + font-size: 13px; + width: calc(100% - 0px); +} + +/* common class*/ +body { + font-size: 14px; +} + +#manage-models p { + font-size: 14px; + letter-spacing: 0; + margin: 0 0 16px; + line-height: 24px; + /*word-break:break-word;*/ + word-break: break-word; word-wrap: break-word; overflow-wrap: break-word; +-webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; + /* word-break: break-all;*/ + +} + +ul li { + margin-left: 0; +} + +h1, h2, h3, h4, h5, h6 { + margin: 0; +} +.removemargin{margin:0;} +.purple { + color: #671c9d; +} + +.capitalize { + text-transform: uppercase; +} + +.ulinline-dash { + margin: 0 0 16px 0; + padding: 0; +} + +.ulinline-dash li { + list-style-type: none; + display: inline-block; + padding: 0 2px; +} + +.error { + color: #FF2527; + font-size: 16px; +} + +.btn-primary { + background: #671C9D; + color: #fff; + border: 1px solid #671C9D; +} + +.btn-primary:hover { + background: #671C9D !important; + color: #fff; + border: 1px solid #671C9D; +} + +.btn-primary:focus { + background: #671C9D !important; + color: #fff; + border: 1px solid #671C9D; +} + +.btn-secondary { + background: #fff; + color: #2B262D; + border: 1px solid #B1B1B1; +} + +.mdl-button.btn-primary, .mdl-button.btn-secondary { + box-shadow: none; + webkit-box-shadow: none; + min-height: 30px; + height: 30px; + line-height: 30px; +} + +.mdl-tooltip { + background: #fff; + border: 1px solid #ebebeb; + color: #2B262D; + font-style: normal; + font-size: 12px; +} + +.mdl-tooltip:before { + content: url("../images/tooltip_arrow.png"); + position: absolute; + left: 35%; + top: -11px; + color: #FF0000; +} + +.response table { + width: 100%; + border: 0px; +} +.response .mdl-data-table { + white-space: normal; +} +.response .mdl-data-table th { + background-color: #E8E5EC; + color: #671C9D; + font-size: 14px; + text-transform: uppercase; +} + +.response .mdl-data-table th, .response .mdl-data-table td { + text-align: left; + word-break: break-word; +} + +.response .mdl-data-table td:first-of-type, .response .mdl-data-table th:first-of-type + { + padding-left: 15px; +} + +.response .mdl-data-table td:last-of-type, .response .mdl-data-table th:last-of-type + { + padding-right: 15px; +} + +.response .mdl-data-table th { + padding: 11px 15px 12px 15px; +} + +.response i { + padding: 0 6px; +} + +.response i:first-child { + padding-left: 0; +} + +.response table label{font-weight:bold; padding-right:5px;} +.commenttable .mdl-data-table td:last-of-type, .commenttable .mdl-data-table th:last-of-type{width:107px;} +.commenttable .discussion-add-comment{margin-top:20px;} +.response table tbody tr{} +/* first child is the comment part of the table, needs to cap its width if too long*/ +.response table tbody tr td:first-child{max-width:350px;} + +/* ul.c-breadcrumb li{margin-left:16px;} */ + +/* popupbox css */ +.popupbox .md-dialog-content{padding: 15px 0 0px; } +.popupbox .mdl-grid.mdl-grid--no-spacing{padding: 0 24px;} +.popupbox .discussion-container{padding:0; border-bottom:0;} +.popupbox-cloud-modalfooter{display:flex; flex-wrap: nowrap; justify-content:space-between; padding:15px 24px; background-color:#F1F1F1; border-top:1px solid #CCC; margin-top:10px; border-radius: 0px 0px 4px 4px;} +.popupbox .addcomments{margin:-10px 0 20px 0; display:inline-block;} +/* active deactive images*/ +.managelefticon i.launcherimg{background-image:url("../images/sidebar-icons/on_boarding.png"); background-repeat:no-repeat; margin-top:5px; background-size:23px; display:inline-block; width:100%; height:20px;} +.isActive .managelefticon i.launcherimg{background-image:url("../images/sidebar-icons/on_boarding_selected.png"); margin-top:5px; background-size:23px; width:100%; height:20px; display:inline-block; } +.shareimg{background-image:url("../images/share1.png"); background-repeat:no-repeat; width:18px; height:18px; display:inline-block;} +.isActive .shareimg{background-image:url("../images/share2.png");} +.companyimg{background-image:url("../images/Publish1.png"); background-repeat:no-repeat; width:20px; height:18px; display:inline-block;} +.isActive .companyimg{background-image:url("../images/Publish2.png");} +.publicimg{background-image:url("../images/publish-to-public1.png"); background-repeat:no-repeat; width:18px; height:18px; display:inline-block;} +.isActive .publicimg{background-image:url("../images/publish-to-public2.png");} +.cloudimg{background-image:url("../images/export1.png"); background-repeat:no-repeat; width:20px; height:18px; display:inline-block;} +.isActive .cloudimg{background-image:url("../images/export2.png");} +.viewdownimg{background-image:url("../images/view-download-1.png"); background-repeat:no-repeat; width:14px; height:19px; display:inline-block;} +.isActive .viewdownimg{background-image:url("../images/view-download-2.png");} +.commentimg{background-image:url("../images/reply-1.png"); background-repeat:no-repeat; width:20px; height:15px; display:inline-block;} +.isActive .commentimg{background-image:url("../images/reply-2.png");} +.deleteimg{background-image:url("../images/Delete1.png"); background-repeat:no-repeat; width:18px; height:19px; display:inline-block;} +.isActive .deleteimg{background-image:url("../images/Delete2.png");} + +/* popover start*/ +.popovers { + width: 500px; + box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px + rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12); + margin: 12px 0; + border-radius: 4px; + background-color: rgb(255, 255, 255); + color: rgba(0, 0, 0, 0.87); + position: absolute; + z-index: 1; + margin-top: 0px; +} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .popovers h2 + { + font-size: 16px; + font-weight: 600; + color: #FFF; + margin-bottom: 0; +} + +.popovers .md-dialog-content { + padding: 15px 0 0px; +} + +.popovers-cloud-modalfooter { + display: flex; + flex-wrap: nowrap; + justify-content: space-between; + padding: 15px 24px; + background-color: #F1F1F1; + border-top: 1px solid #CCC; + margin-top: 10px; + border-radius: 0px 0px 4px 4px; +} + +.popovers md-toolbar { + border-radius: 4px 4px 0px 0px; +} + +.popovers::before { + content: ""; + width: 0; + height: 0; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-bottom: 12px solid #671C9D; + position: absolute; + z-index: 1000; + top: 0%; + margin-top: -11px; + position: absolute; + left: 20px; +} + +.popovers .mdl-grid.mdl-grid--no-spacing { + padding: 0 18px; +} + +.popovers .deploy-grid>div:first-child { + padding-right: 15px; +} + +.popovers .deploy-grid>div:last-child { + padding-left: 15px; +} + +.popovers .midcontent { + max-height: 400px; + overflow-y: auto; +} + +.fullwidth { + width: 100%; +} + +.removepadd { + padding: 0; +} +/* .popovers.category-popover .fullwidth{margin-left:-8px; margin-right:-8px;} */ +.add-document form, .upload-icon form { + width: 100%; +} + +.add-document .mdl-textfield { + width: 100%; + margin-bottom:10px; +} + +.mdl-button--file input { + cursor: pointer; + height: 100%; + right: 0; + opacity: 0; + position: absolute; + top: 0; + width: 100%; + z-index: 4; +} + +.mdl-textfield--file .mdl-button--file { + right: 0; +} + +.mdl-textfield__input { + box-sizing: border-box; + width: calc(100% - 32px); +} + +.model-description { + width: 700px; +} + +.upload-icon p { + border-bottom: 1px solid #CCC; + padding: 0 0 5px 0; + margin-bottom: 0px; +} + +.upload-icon .iconcontainer { +border: 1px solid rgba(0, 0, 0, 0.12); + margin: 5px auto !important; + height: 60px; + margin: 0 auto; + text-align: center; +} + +.iconboder{ border: 1px solid rgba(0,0,0,0.12);text-align: center; padding:5px; word-break: break-word;} +.upload-icon .iconboder .iconcontainer{border:0px; height:40px; margin:5px auto 0 !important;} +.upload-icon .iconboder .iconcontainer img{} +/* .removespaces{margin:0 -15px} */ + +.upload-icon .iconcontainer img { + height: 100%; +} + +.imageuploader { + padding: 0; + margin-bottom: 5px;} + +.imageuploader .iconcontainer { + height: 75px; + width:100px; +} +.imageuploader .iconcontainer img{max-width: 100%; height: auto; max-height: 100%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; + position: absolute;} +.imageuploader .mdl-textfield { + padding: 20px 0 0px 0; +} + +.imageuploader p { + font-size: 11px; + border: 0px; + line-height: 13px; + padding-top: 3px; +} + +.imageuploader .mdl-textfield .mdl-button { + bottom: 0px; +} +/* popover end*/ +/* animation css */ +@keyframes flashicons { + from { + -webkit-transform:scale(1); + transform:scale(1); + + } + + to { + -webkit-transform:scale(1.1); + transform:scale(1.05); + } +} + +.imageplace.active { + animation-duration: 400ms; + animation-name: flashicons; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +.progress-status:after { + content: "" !important; + background: url("../images/loading_deactive.png") no-repeat left center; + display:inline-block; + width:45px; + height:11px; + transform:scale(0.8); +} + +.progress-status.green:after { + content: "" !important; + background: url("../images/step-progress.gif") no-repeat left center; + display:inline-block; + width:45px; + height:11px; + transform:scale(0.8); +} + + +.company-market ul {display:flex; align-items: inherit; justify-content: space-between;} +.hasClass .progress-status.green:after, .hasClass .progress-status:after{width:32px; height: 12px;} +.hasClass.initialVal .progress-status.green:after, .hasClass.initialVal .progress-status:after{width:45px; height: 12px;} +.fullwidth.md-input-focused .md-select-placeholder span:first-child{visibility:hidden} +/* animation css end */ + +.uploaded-img-des{border:1px solid #DBCBE8; padding:5px; font-size:13px; line-height: 16px; float:left;} +.uploaded-img-des:after{clear:both;} +.uploaded-img-des > .imagecontainer{width:24px; height:24px; margin-right:10px; float:left; border:1px solid #DBCBE8; padding:3px;} +.uploaded-img-des > .imagecontainer img{width:100%;} +.uploaded-img-des .file-name{color:#666; float:left;} +.uploaded-img-des .file-name a{font-size:11px;} +.uploaded-img-des .file-name span{font-size:9px; display:block;} +.uploaded-file md-chips .md-chips{box-shadow: none; } +.uploaded-file .md-chips md-chip{font-size:13px; border-radius: 3px;} +.uploaded-file span{font-size:9px;} +.uploaded-file span:before{content:"|"; font-size: 14px; padding: 0 5px;} +.uploaded-file i{margin:10px -3px 5px 5px; float:right; cursor:pointer; font-size:14px} +.force-disable{ cursor: not-allowed !important} +.version-container button{ top:0; position: relative; font-size: 12px; height: 26px; padding-left: 8px; padding-right: 8px; line-height: 24px;} +.version-container{height: 28px; margin-top: 3px; float:left;} +.version-container button i{font-size:20px;} +.md-vertical-seperator ~ .version-container{margin-left:10px; margin-right: 2px;} +.md-container1.block-container{display:block;} +.md-vertical-seperator{float:left;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a:hover{color:#050009;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a:before{font-family: 'Material Icons'; +content: "edit";-webkit-font-feature-settings: 'liga' 1; -moz-font-feature-settings: 'liga' 1; font-feature-settings: 'liga' 1; +float:left; padding-right:3px} +.timeline button.btn-secondary {margin-right: 4px;} + +/* responsive changes*/ +md-input-container .md-select-value{border-width: 1px; + border-width: 1px; + padding-left: 5px; + border-radius: 2px; + border-color: #d5d5d5; + border-style: solid; + padding-bottom: 4px; + padding-top: 2px; + margin-top: 2px; + line-height: 16px;} +md-select:not([disabled]):focus .md-select-value{border-width: 1px; border-style:solid; border-color:rgb(63,81,181); padding-bottom: 4px; + padding-top: 2px; margin-top: 2px; line-height: 16px;} + .md-chips.md-removable{margin-bottom:0; border:1px solid #d5d5d5;} + .mdl-textfield{font-size:15px;} + .mdl-textfield label{float: left; width:100%; line-height:23px;} +.mdl-textfield__input.profile-txtarea{margin-top:2px} +.user_icon i img { border: 1px solid #FFF; border-radius: 50% !important; width: 30px; height: 30px;} +.team-user i img {height: 30px;} +.model-details-tabwrapper .mdl-tabs__panel { border-top: 1px solid #671C9D;} +.initialPosition{left: 0px !important; top: 0px !important} +.statusbar-btn{margin: 0 10px;} +.statusbar-btn button{padding: 0 5px;margin: 6px 0 0 6px;font-size: 12px;height: 24px;line-height: 20px !important;} +.progress-status.completed:after { content: "" !important; background: url("../images/dashboard/stepper_progress_completed.png") no-repeat left center; + display:inline-block; width:47px; height:11px; transform:scale(0.8); } +.headline{height:25px; max-width:350px;} +/* icons*/ +.model-documentation{background-image: url(../images/ico_model_documentation.png); background-repeat: no-repeat; background-position: center;} +.security-scan{background-image: url(../images/security-scan.png); background-repeat: no-repeat; background-position: center;} +.license-check{background-image: url(../images/license-check.png); background-repeat: no-repeat; background-position: center;} +.text-check{background-image: url(../images/text-check.png); background-repeat: no-repeat; background-position: center;} +.yet-not-publish{background-image: url(../images/icon-yet-not-publish.png); background-repeat: no-repeat; background-position: center;} +.completed .model-documentation{background-image: url(../images/ico-model-documentation-green.png); background-repeat: no-repeat; background-position: center;} +.completed .security-scan{background-image: url(../images/ico-security-scan-green.png); background-repeat: no-repeat; background-position: center;} +.completed .license-check{background-image: url(../images/ico-license-check-green.png); background-repeat: no-repeat; background-position: center;} +.completed .text-check{background-image: url(../images/ico-txtcheck-green.png); background-repeat: no-repeat; background-position: center;} +.completed .yet-not-publish{background-image: url(../images/ico-checkmark.png); background-repeat: no-repeat; background-position: center;} +.incomplet .model-documentation{background-image: url(../images/ico_model_documentation_red.png); background-repeat: no-repeat; background-position: center;} +.incomplet .security-scan{background-image: url(../images/ico_security_scan_red.png); background-repeat: no-repeat; background-position: center;} +.incomplet .license-check{background-image: url(../images/ico_license_check_red.png); background-repeat: no-repeat; background-position: center;} +.incomplet .text-check{background-image: url(../images/ico_text_check_red.png); background-repeat: no-repeat; background-position: center;} +/* .company-market ul li .completed ~ .publshbutton ~ .text{color: #009901; font-size: 11px;} */ +.company-market ul li .completed ~ .publshbutton.hide{display:block !important;} +.imageplace.completed ~ .hide ~ .text, .imageplace ~ .hide ~ .text-completed{display:none;} +.imageplace.completed ~ .hide ~ .text-completed{color: #009901; font-size: 11px; line-height: 13px; padding-top: 3px; display:block;} + /* skip popover */ + .popovers.skippopover{margin-top:10px;} + .skiptext{display:inline-block; line-height: 23px;} +.skiptext:before{content:url(../images/ico_alert_information.png); background-repeat:no-repeat; float:left; margin-right:5px; line-height: 8px;} + /* skip popover end*/ +.mdl-textfield__input.upload-image-input{width: calc(100% - 0px); border: 1px solid rgba(0,0,0,.12); padding:3px 5px; display:inline-block;} + +.iconboder:hover{border:1px solid #671C9D; -webkit-box-shadow: 3px 4px 2px 0px rgba(221,221,221,0.86); +-moz-box-shadow: 3px 4px 2px 0px rgba(221,221,221,0.86); +box-shadow: 3px 4px 2px 0px rgba(221,221,221,0.86);} + +.iconboder.active { + border:1px solid #671C9D; -webkit-box-shadow: 3px 4px 2px 0px rgba(221,221,221,0.86); +-moz-box-shadow: 3px 4px 2px 0px rgba(221,221,221,0.86); +box-shadow: 3px 4px 2px 0px rgba(221,221,221,0.86); +position:relative; +} +.iconboder.active::after{content:url('../images/status.png'); position: absolute; right: 3px; top: 3px;} + +/*---- File upload ----------*/ +.upload-image-input{border: 1px solid rgba(0,0,0,.12); padding:3px 5px; margin-top: 3px; } +.upload-image-input input[type="file"]{ position: absolute; top: 0; left: 0; z-index: 2; width: 70px; height: 100%; opacity: 0; cursor: pointer; } +.upload-image-input input.mdl-textfield__input{box-sizing: border-box; min-height:26px; width: calc(100% - 85px); border:none; line-height:26px; font-size: 14px; padding: 0; color:#666;} +.upload-field { position: relative; cursor: pointer; float: right; height: 26px; line-height: 14px; padding: 5px 10px; border-radius: 3px; + background: #fff; color: #2B262D; border: 1px solid #B1B1B1;} +.icon-folder {background-image: url("../images/icon-folder.png"); height: 30px; width: 30px; background-size: cover; + background-color: transparent; border: none; float: right;} + +/*-- owner-top nav -- */ +.owner-topnav{ + display: inline-block;/* + justify-content: flex-start; + align-content: center; + flex-wrap: nowrap; */ +} +.owner-topnav .userimg{margin-right:0;} +.owner-ver-menu{margin-top: 3px;} + + /* in page*/ + .user_icon i img { border: 1px solid #FFF; border-radius: 50% !important; width: 30px; height: 30px;} +.team-user i img { height: 30px;} +.mdl-button--icon.active { background-color: #ECECEC;} +.disabled-title {cursor: not-allowed; color: red; pointer-events: none;} +.timeline-version label {padding-bottom:15px; line-height:30px;} +.timeline-version select{height: 26px;padding-bottom: 3px; margin-bottom:15px;} +.timeline-version div.error_msg{margin-top:-17px; color:#ff0000; font-size:12px;} +.model-description .md-dialog-content .deploy-grid.midcontent{margin-bottom:20px;} +.waiting{cursor:wait;} +/*drag and drop*/ +.drag-drop{border: 1px dashed #d5d5d5; border-radius: 5px; width:100%; padding:15px; text-align:left;} +.drag-drop img{display:block; margin:auto;} +.drag-drop .destext{text-align:center; font-size: 16px; color: #777; padding: 5px 10px;} +.add-document .upload-image-input{margin-top:5px;} +.add-document .upload-field{margin-top: 9px; margin-right: 5px;} + + .mdl-button.mdl-js-button[disabled] { + background: #e2e0e0; + color: #B3B3B3; + border-color: #d3d1d1; + cursor: not-allowed; +} + +.mdl-transparent-background{background: transparent !important;} + +.popovers .progress-bar {margin: 5px 0 3px;} +.model-detail md-input-container .md-errors-spacer{float:left; color:#FF0000; font-size:12px;} +.ql-size-huge{font-size: 2.5em;} +.cloud-radio{margin:0 -8px;} + +/* -----borker-row --------*/ +.borker-row{align-items: normal; margin-bottom:8px; padding: 2px;} +.borker-row > div:first-child{width:50%;} +.borker-row > div:first-child > div > input:first-child{width:59%; float:left; margin-right:8px;} +.borker-row > div:first-child > div > input:last-child{width:30%;} +.borker-row > div:last-child{width:50%;} +.borker-row > div:last-child label{margin-left:8px;} +.borker-row > div:last-child > div > input{width:50%; margin-left:8px; float:left; width: calc(50% - 8px); } +.imageuploader ~ .mdl-grid{max-height:190px; overflow-x:auto;} + +/***UI editor fonts for model description**/ +.ql-font-monospace{ + font-family: Monaco, Courier New, monospace; +} +.ql-font-serif{ + font-family: Georgia, Times New Roman, serif; +} +.ql-align-center { + text-align: center; +} +.ql-align-right { + text-align: right; +} +.ql-align-justify { + text-align: justify; +} +.timeline .tag-item > span{ text-align: left; float: left; word-break: break-all;} +/* authors */ +.authors ul{padding:0;} +.authors ul li{list-style-type:none; display:inline;} +.authors .mdl-chip{border-radius:3px; background: #f2f2f2; border: 1px solid #ddd; color: #333; height: 30px;} +.authors .mdl-chip i{font-size: 17px; color: #333; opacity: 1;} +.removeformspace{margin:0 -16px;} +.removeformspace .mdl-grid{padding:0 8px;} +.authors .mdl-chip.remove{background: #fff; border: 1px solid #ff0000 ; color: #ff0000;} +.authors .tag-item.remove{background: #fff;} +.authors .mdl-chip.remove i{color:#ff0000;} +.authors .mdl-chip button{opacity: 1;} +.removeformspace button{margin:0 8px;} +.authors ul li:last-child{background: #fff;} +.authors ul + input{display: none;} +.selected_author {background: #a8a8a8 !important;} +.authorsimg { + background-image: url("../images/ico_manage_authors_inactive.png"); + background-repeat: no-repeat; + width: 22px; + height: 22px; + display: inline-block; +} +.isActive .authorsimg{background-image: url("../images/ico_manage_authors_active.png");} + +.authors tags-input .tags{box-shadow: 0 0px;} +.authors .informationtext{ margin-bottom: 0px; padding-left: 2px; padding-top: 10px;} +/* authors end*/ +/* CURRENT DOCUMENTS */ +.managelefticon-single i.man-documentimg{background-image:url("../images/ico_manage_documents_inactive.png"); background-repeat:no-repeat; margin-top:5px; width:18px; height:21px; display:inline-block;} +.isActive .managelefticon-single i.man-documentimg{background-image:url("../images/ico_manage_documents_active.png"); margin-top:5px; } +.manage-document .current-cocument{margin-top:20px;} +.add-document-browse .add-document-browse-left{width:50%; float: left;} +.add-document-browse-left .browse-field{width:calc(100% - 70px); float:left;} +.add-document-browse-left .browse-field ~ div button{button:0;} +.add-document-browse-left .browse-field ~ div button {bottom: 4px; height: 33px; padding: 0 8px; font-weight: normal; + margin-left: 5px; border-color: rgba(0,0,0,.12); border-radius: 0px;} + .anotheropthion {float: left; margin:5px 15px 0;} + .anotheropthion div{ display: inline-block; width: 34px; height: 34px; background: #f1f1f1; border-radius: 50%; + border: 2px solid #671C9D; text-align: center; color: #671C9D; font-size: 13px; float: left; line-height: 29px;} + .mdl-button.attachbtn{margin-top:5px; color: #671C9D; border-color:#671C9D; bottom:4px; height: 34px; border-radius: 0; } + .response md-checkbox{margin-bottom:0px;} + .response md-checkbox .md-icon{border-radius: 1px; border-width: 1px; width: 14px; height: 14px;} + .response md-checkbox .md-container{width:14px; height:14px;} + .response md-checkbox.md-checked .md-icon:after{left: 3px; height:8px;} + .response md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon, md-checkbox:not([disabled]).md-primary.md-checked .md-icon{background-color: #671C9D;} +/* model documents popovers*/ +.dashed-buttons{color: #671C9D;border: 1px solid #671C9D;background-color: white;border-style: dashed;text-transform: none;} +.text-between-buttons{margin : 7px 20px 0px; color: #671C9D;} +.checkBox-bottomMargin{margin-right: 12px;margin-bottom: 10px;} +.heightScroll{max-height: 150px;overflow-y: auto;} +.nestedpopover-padding{padding: 0px !important;} +.nestedpopover-margin{margin-top:0px;} +.nested-popups{width: 444px; margin:12px auto; border-radius: 4px;background-color: rgb(255,255,255);color: rgba(0,0,0,0.87); position:relative; border: 1px solid #CCC;} +.nested-popups-cloud-modalfooter{display:flex; flex-wrap: nowrap; justify-content:space-between; padding:15px 24px; background-color:#F1F1F1; border-top:1px solid #CCC; margin-top:10px; border-radius: 0px 0px 4px 4px;} +.nested-popups md-toolbar{border-radius: 4px 4px 0px 0px;} +.nested-popups::before{content: "";width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 12px solid rgba(222, 220, 220, 0.87); position: absolute;z-index: 1000;top: -1%; margin-top: -11px; position: absolute; left: 20px;} +.nested-popups .mdl-grid.mdl-grid--no-spacing {padding:8px 0px 0px 14px;} +.nested-popups .deploy-grid > div:first-child {padding-right: 15px;} +.nested-popups .deploy-grid > div:last-child {padding-left: 15px;} +.nested-popups .midcontent{max-height:400px; overflow-y:auto;} +.popover-background{background: rgba(245, 245, 245, 0.87) !important;min-height:39px;} +.nestedpopover-font{color:black!important;font-size: 14px;} +.nestedpopover-checkBox{color:#671c9d;} +.nested-popupsLink{width: 444px;margin:12px auto; border-radius: 4px;background-color: rgb(255,255,255);color: rgba(0,0,0,0.87); position:relative; border: 1px solid #CCC;} +.nested-popupsLink .mdl-grid.mdl-grid--no-spacing {padding:8px 0px 0px 14px;} +.nested-popupsLink::before{content: "";width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 12px solid rgba(222, 220, 220, 0.87); position: absolute; z-index: 1000;top: -1%; margin-top: -11px; position: absolute; right: 54px;} +.checkBox-margin{margin-bottom:10px;} +.normal-fontWeight{font-weight: normal;} +.bottom-line{border-bottom: 1px solid #CCC} +.selected-link-file{height:30px;width: 100%; border: 1px solid #CCC;border-radius: 3px;margin: 10px 0px 0px 0px;font-weight: normal;padding:3px 3px 3px 10px;} +.selected-margins{margin:0px 18px 10px} +.closeButton{float: right; margin: -8px -5px 0px 0px !important;} +.closeButtonSize{font-size:20px; color:black;} +.fontColor{color:#0000FF;} +.largeLink{width: 81%;float: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}; +/* model documents popovers end*/ +/* editor changes*/ +.ql-container.ql-snow .ql-editor ul{display:block !important;} +.mdl-tabs__panel.company-market .timeline .popovers .ql-editor ul{flex-wrap: wrap;} +.company-market .ql-editor ul li, .hasClass .company-market .ql-editor ul li{width:100%; margin:0; text-align:left;} +.midcontent.hide-y-scroll{max-height:300px; height:300px; overflow-y:hidden;} +.midcontent .ql-container.ql-snow{height:auto;} +.midcontent .ql-editor, .ql-container.ql-snow .ql-editor{max-height:300px; min-height:150px; padding:15px;} +#manage-models .ql-editor p{word-break: break-word; word-wrap: break-word; overflow-wrap: break-word; +-webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;} +.popovers.model-description .ql-container.ql-snow .ql-editor h2{color: initial;} +.popovers.model-description .ql-container.ql-snow .ql-editor p{display:inline-block !important;} +.popovers .ql-container.ql-snow .ql-editor h1, .popovers .ql-container.ql-snow .ql-editor h2, .popovers .ql-container.ql-snow .ql-editor h3, +.popovers .ql-container.ql-snow .ql-editor h1 a, .popovers .ql-container.ql-snow .ql-editor h2 a, .popovers .ql-container.ql-snow .ql-editor h3 a{font-weight:600;} +.popovers .ql-container.ql-snow .ql-tooltip{margin-top: -10px; padding: 2px 12px;} +/* editor changes end*/ +.response.commenttable{max-height:520px; overflow-y:auto;} + +md-menu-content {webkit-box-shadow: 2px 0px 5px 3px rgba(0,0,0,0.1); + -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1); + box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);} +#solImage{position: absolute; width: 65%;} +#solImage .upload-txtbox{width: 100%;} +.profileimageholder{width:27px; height:27px; display: inline-block;} +.profileimageholder img{width:100%;} +.uploaded-file .md-chip-input-container input.md-input{display:none;} + +.team-user-box{border: 1px solid #e0e0e0; display: inline-block; float: left; min-width: 60px; margin-right:9px; border-radius:3px; width:80px;} +.team-user .team-user-box i{width: 100%; text-align: center; margin:3px 0 0;} +.team-user .team-user-box i img{width: 30px;} +.team-user-box div{padding: 0 5px; overflow: hidden; text-align:center; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; color:666; font-weight:600} + +.timeline-label h2{background:none; font-family: 'Open Sans', sans-serif ;} +input::-webkit-calendar-picker-indicator { + display: none; +} +.catalogList input { margin:15px 0px;} +/*---- media query start ----------*/ +@media(max-width:2560px){ +/*.initialVal.hasClass .company-market ul li{width:80px;} +.company-market ul li .text{width: 80px; float:left;}*/ +/*.initialVal.hasClass .company-market ul li.progress-status{width:19.4%;} +.hasClass .company-market ul li.progress-status{width: 18.9%;} */ +.initialVal.hasClass .company-market ul li.progress-status{width:14.7%;} +.hasClass .company-market ul li.progress-status { width: 14.2%;} +.hasClass .progress-status.green::after, .hasClass .progress-status::after{width:45px;} +} +@media(max-width:1920px){ +/* .initialVal.hasClass .company-market ul li.progress-status{width:17%;} +.hasClass .company-market ul li.progress-status{width: 16%;} */ +.initialVal.hasClass .company-market ul li.progress-status{width:12.4%;} +.hasClass .company-market ul li.progress-status{width: 11.5%;} +} +@media(max-width:1680px){ +/* .initialVal.hasClass .company-market ul li.progress-status{width:14.8%;} +.hasClass .company-market ul li.progress-status{width: 13%;} */ +.initialVal.hasClass .company-market ul li.progress-status{width:11%;} +.hasClass .company-market ul li.progress-status{width: 9.6%;} +} +@media(max-width:1600px){ +/* .initialVal.hasClass .company-market ul li.progress-status{width:14.8%;} +.hasClass .company-market ul li.progress-status{width: 13%;} */ +.initialVal.hasClass .company-market ul li.progress-status{width:10.4%;} +.hasClass .company-market ul li.progress-status{width: 8.7%;} +} +@media(max-width:1440px){ +/* .initialVal.hasClass .company-market ul li.progress-status{width:13%;} +.hasClass .company-market ul li.progress-status{width: 10.6%;} */ +.initialVal.hasClass .company-market ul li.progress-status{width:8.9%;} +.hasClass .company-market ul li.progress-status{width: 6.6%;} +.hasClass .progress-status.green::after, .hasClass .progress-status::after{width:32px;} +} +@media(max-width:1366px){ +/*.hasClass .company-market ul li.progress-status{width: 9%;} +.initialVal.hasClass .company-market ul li.progress-status{width:12%;}*/ + +.hasClass .company-market ul li.progress-status{width: 4.9%;} +.initialVal.hasClass .company-market ul li.progress-status{width:7.74%;} +} + +@media ( max-width :1280px) { + /*.initialVal.hasClass .company-market ul li {width: 80px;}*/ +/* .initialVal.hasClass .company-market ul li.progress-status {width: 10.9%; } + .hasClass .company-market ul li.progress-status {width: 7.3%;} */ + .initialVal.hasClass .company-market ul li.progress-status {width: 6.7%;} + .hasClass .company-market ul li.progress-status {width: 3.4%;} + .company-market ul li .imagecontent {/* width: 60px ;height: 60px; border-radius: 60px; */ } + .initialVal.hasClass .company-market ul li, .company-market ul li .text { /* width: 66px; */} + .initialVal.hasClass .company-market ul li.progress-status {/* width: 3%; */} + .company-market ul li .btn-primary { /* margin: 19px 0; */} + .company-market ul li .imagecontent { /* line-height:60px; */} + .progress-status::after{margin-left: -5px;} + .hasClass.initialVal .progress-status::after{margin-left: -7px;} +} + +@media ( max-width :1024px) { + .initialVal.hasClass .company-market ul li .imagecontent { + width: 62px; + height: 62px; + border-radius: 62px; + } + /*.initialVal.hasClass .company-market ul li { + width: 68px; + }*/ + .initialVal.hasClass.company-market ul li .imagecontent { + line-height: 62px; + } + .initialVal.hasClass .company-market ul li.progress-status { + /* width: 3.4%; */ + display:none; + } + .company-market ul li .btn-primary { + margin: 20px 0; + } + .initialVal.hasClass .progress-status::after { + font-size: 25px; + line-height: 78px; + } + .initialVal.hasClass .company-market ul li .btn-primary { + margin: 20px 0; + } + .hasClass .company-market ul li, .hasClass .company-market ul li.text { + /*width: 58px;*/ + } + .hasClass .company-market ul li .imagecontent { + width: 52px; + height: 52px; + border-radius: 52px; + } + .hasClass .company-market ul li .imagecontent { + line-height: 52px; + } + .hasClass .company-market ul li.progress-status { + /* width: 2.5%; */ + display:none; + } + .progress-status::after { + font-size: 20px; + line-height: 70px; + } + .hasClass .company-market ul li .btn-primary { + padding: 0 33px; + } + .hasClass .company-market ul li.text, .company-market ul li .text { + /*width: 68px;*/ + word-wrap: break-word; + line-height: 18px; + } + .hasClass .company-market ul li:last-child .text { + /*width: 126px;*/ + } + .company-market ul li .btn-primary { + margin: 15px 0; + } + + .progress-status::after{margin-left: -4px;} + .hasClass.initialVal .progress-status::after{margin-left: -4px;} + .headline{max-width: 285px;} + .hasClass .company-market ul li, .initialVal.hasClass .company-market ul li{width:20%;} + .popovers{width:100%;} + .timeline h6{display: inline-block; padding-bottom:0px; width:100%;} + .timeline button.btn-secondary {margin-bottom:3px;} + .imageuploader .iconcontainer{width:75px;} + .initialVal .imageuploader .iconcontainer{width:100px;} + /* resolution changes */ + body, ul, ol{font-size:12px;} + .tabs-left>li article{font-size: 11px;} + .managelefttext ul{font-size: 10px;} + .mdl-cell.workflow-left, .workflow-leftheader{width: 210px;} + .mdl-cell.workflow-right{width: calc(100% - 210px) !important;} + .managelefticon, .managelefticon-single{width: 25px;} + .managelefttext{margin-left: 30px;} + .vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab{padding:0 20px;} + .headline{font-size:16px;} + .workflow-right-header{font-size:13px;} + .version-container button,.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span, .description-content-right.status span.green{ + font-size: 11px; + } + .description-content-right.status, #manage-models p, + .mdl-textfield, .timeline h6 span, .timeline-label label{ + font-size: 12px; + } + .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .popovers h2{font-size:13px;} + #manage-models .md-chips{padding: 0 0 5px 3px; font-size: 13px; } + .timeline h6{font-size:14px;} + #manage-models p{line-height: 20px;} + .timeline button{font-size:13px; margin-bottom:3px;} + .timeline button.btn-primary{margin-bottom:3px;} + .timeline-version select{padding-bottom:0px;} + #manage-models .md-tab, .sectiontitle{font-size: 13px;} + .response .mdl-data-table th{font-size: 12px;} + .response .mdl-data-table td{font-size:12px;} + .cloud-radio div {width:48%;} + /* manage document*/ + .add-document-browse-left .browse-field ~ div button{width: 45px; margin-bottom: 0;} + .attachbuttondiv button{width: 180px; margin-bottom: 0px;} +} + +@media (max-width :768px) { + +.hasClass .company-market ul li .imagecontent {width: 62px; height: 62px; border-radius: 62px;} +.hasClass .company-market ul li.progress-status {width: 4%;} +.hasClass .company-market ul li:last-child .text {width: auto;} +.company-market ul li:last-child{margin:0;} +.description-content-right.status{float:left; padding-left:0;} +.description-content-right.status div,.description-content-right.status span{display:inline;} + .headline{max-width:350px;} + .imageuploader .iconcontainer{width:100px;} + .mdl-layout--fixed-drawer>.mdl-layout__content{margin-left: 0px;} + .imageuploader{margin-bottom:0; margin-left: -8px; margin-right: -8px;} + .cloud-radio div{margin:8px;} + .model-detail .deploy-grid > div:first-child{padding-right:0;} + .model-detail .deploy-grid > div:last-child{padding-left:0;} + .model-detail .borker-row{display:inline; float: left; width: 100%;} + .model-detail .borker-row > div:first-child{width:100%; margin-bottom: 10px;} + .model-detail .borker-row > div:first-child > div > input:first-child{width:68%;} + .model-detail .borker-row > div:last-child{width:100%} + .model-detail .borker-row > div:last-child label, .model-detail .borker-row > div:last-child > div > input:first-child{margin-left:0px;} + .model-detail .borker-row > div:last-child > div > input{width: calc(50% - 4px);} + /* autohor */ + .removeformspace .mdl-cell{margin:0 8px;} + .removeformspace .mdl-cell:first-child{margin-top:8px;} + .removeformspace .mdl-cell:last-child{margin-bottom:8px;} + /* manage document*/ + .add-document-browse{float:left; width:100%;} + .add-document-browse .add-document-browse-left{position:relative;width:100%;} + .add-document-browse-left .browse-field ~ div button{ width: 65px; top: 5px;} + .anotheropthion{width: 100%; margin: 5px auto; display: inline-block;} + .anotheropthion div{margin: auto; float:none; display: block;} + .attachbuttondiv{float: left; width: 100%; position: relative; margin-top: 38px;} + .attachbuttondiv button{width:100%;} + .attachbuttondiv .add-document-browse{width:100%;} +} + +@media (max-width :767px) { + .user_icon i img { + /* margin-bottom: 5px;*/ + } + /* responsive table*/ + table, thead, tbody, th, td, tr { + display: block; + } + thead { + display: none; + } + // + mdl specifics +.autoheight.mdl-data-table tbody tr { + height: auto !important; + } + .mdl-data-table tbody tr { + height: auto !important; + } + .response .mdl-data-table tbody tr:nth-child(even) { + background-color: #eee; + } + .response .mdl-data-table td, .response .mdl-data-table td:first-of-type + { + padding-left: 50%; + white-space: normal; + height: auto; + } + /* .response .mdl-data-table td data-label{color: #671C9D;font-size: 14px;text-transform: uppercase;} */ + .response .mdl-data-table td:before { + position: absolute; + top: 6px; + left: 6px; + width: 45%; + padding: 6px 10px 0; + white-space: nowrap; + content: attr(data-label); + text-align: left; + color: rgba(0, 0, 0, 0.541176); + color: #671C9D; + font-size: 14px; + text-transform: uppercase; + text-overflow: ellipsis; + overflow-y: auto; + } + .response .mdl-data-table td:last-of-type { + padding-right: 18px; + } + .response .mdl-data-table td { + border-bottom: 0px; + } + .response .mdl-data-table tr:last-child { + border-bottom: 1px solid rgba(0, 0, 0, .12); + } + .commenttable .mdl-data-table td:last-of-type, .commenttable .mdl-data-table th:last-of-type{width:auto;} + + .vertical-mdl-tabs .mdl-tabs__tab-bar{padding-bottom:0;} + .mdl-cell.workflow-left{overflow-y: scroll; width: 100%; background-color: transparent;} + .tabs-left{width:1543px; height: 88px;} + .workflow-leftheader{width:100%;} + .workflow-right-header{display:none;} + .tabs-left>li{width:auto; min-height:75px; margin-bottom: 6px; background-color: #F1F1F1;} + + .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.isActive, .vertical-mdl-tabs a.mdl-tabs__tab.isActive{ + border-right: 0; + border-bottom: 5px solid #671C9D; + + } + .vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.isActive::before, .vertical-mdl-tabs a.mdl-tabs__tab.isActive::before{ + border-left: 6px solid transparent; + border-right: 6px solid transparent; + border-top: 6px solid #671C9D; + margin-bottom: -16px; + bottom: 0; + right: 50%; + top: auto; + margin-right:-5px; + } + .managelefticon-single{padding: 11px 0 15px;} + .mdl-cell.workflow-right{width:100% !important;} + .mdl-button{margin-bottom:3px;} + .popovers .deploy-grid>div:last-child{padding-left:0;} + .popovers .deploy-grid>div:first-child{padding-right:0;} + .model-detail .deploy-grid > div:last-child, .model-detail .deploy-grid > div:first-child{padding-right: 0px; padding-left: 0px;} + /*-- owner-top nav -- */ + .md-vertical-seperator ~ .version-container{ margin-bottom: 0px;} + .owner-ver-menu{ margin-bottom:0px;} + .hasClass .company-market ul li.progress-status, .initialVal.hasClass .company-market ul li.progress-status{display:block;} + .hasClass .company-market ul li, .initialVal.hasClass .company-market ul li{width:16%;} + .response .mdl-data-table td, .response .mdl-data-table tr.removebefore td:first-of-type{padding-left:15px;} + +} +@media (max-width :640px){ + .hasClass .company-market ul li{width:20%;} + .hasClass .company-market ul li.progress-status{display:none;} + .company-market ul li .text{text-overflow: ellipsis; overflow-x: hidden;} + .md-vertical-seperator ~ .version-container{margin-left: 0px; margin-right: 0px; width: auto; margin-bottom: 8px;} + .headline{max-width:100%; width:100%;} +} +@media (max-width :414px){ + + .model-detail .borker-row > div:first-child > div > input:first-child{width: 67%;} +} + + +@media (max-width :375px){ + .company-market ul li .imageplace.completed .imagecontent, .company-market ul li .imageplace.incomplet .imagecontent, .company-market ul li .imageplace.active .imagecontent{border:0px;} + .company-market ul li .imagecontent{background-color:transparent; border:0px;} + .btn-publish{padding:0 5px; font-size: 10px;} + .company-market ul{margin: 0 -20px 15px -20px;} + .company-market ul li .text{ font-size: 13px; line-height: 16px; margin-top: -10px;} + .company-market ul li:last-child .publshbutton{min-width:auto; margin-top: -12px;} + .company-market ul li .text{font-size:12px;} + .timeline-version{margin-bottom:15px;} +} +@media (max-width :360px){ + .btn-publish{padding:0 3px; width: 50px; float: right;} + .owner-ver-menu{width: auto; height:30px;} + .model-detail .borker-row > div:first-child > div > input:first-child{width: 66%;} +} \ No newline at end of file diff --git a/src/legacy/css/ng-tags-input.min.css b/src/legacy/css/ng-tags-input.min.css new file mode 100644 index 0000000000000000000000000000000000000000..767a59549d0582038e0e27be955e86650d829796 --- /dev/null +++ b/src/legacy/css/ng-tags-input.min.css @@ -0,0 +1,184 @@ +:after, +:before, +tags-input * { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +tags-input .host { + position: relative; + margin-top: 5px; + margin-bottom: 5px +} + +tags-input .host:active { + outline: 0 +} + +tags-input .tags { + -moz-appearance: textfield; + -webkit-appearance: textfield; + padding: 1px; + overflow: hidden; + word-wrap: break-word; + cursor: text; + background-color: #fff; +/* border: 1px solid #a9a9a9; */ + box-shadow:0 1px rgba(0,0,0,0.12) +} + +tags-input .tags.focused { + -moz-appearance: textfield; + -webkit-appearance: textfield; + padding: 1px; + overflow: hidden; + word-wrap: break-word; + cursor: text; + background-color: #fff; +/* border: 1px solid #a9a9a9; */ + box-shadow: 0 2px rgb(16,108,200) +} + +tags-input .tags .tag-list { + margin: 0; + padding: 0; + list-style-type: none; + display:inline; +} + +tags-input .tags .tag-item { + margin: 2px 2px 6px 2px; + padding: 2px 5px; + display: inline-block; + float: left; + border-radius: 3px; + background: #f2f2f2; + border: 1px solid #ddd; + color: #333; + /* border-radius: 16px; */ + width: auto !important; + /* background: -webkit-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%); + background: linear-gradient(to bottom, #f0f9ff 0, #cbebff 47%, #a1dbff 100%) */ +} +.company-market ul.tag-list li:last-child{margin: 2px 2px 6px 2px;} +.tag-item > span{ + font-size: 14px; + font-weight: 600; + padding: 0 0 0 13px; +} + +tags-input .tags .tag-item.selected { + background: -webkit-linear-gradient(top, #febbbb 0, #fe9090 45%, #ff5c5c 100%); + background: linear-gradient(to bottom, #febbbb 0, #fe9090 45%, #ff5c5c 100%) +} + +tags-input .tags .tag-item .remove-button { + margin: -2px 0 0px 7px; + padding: 1px 5px 0 3px; + border: none; + background: 0 0; + cursor: pointer; + vertical-align: middle; + /* font: 700 16px Arial, sans-serif; */ + color: #585858; + float: right; + font-size: 22px; + font-weight: lighter; +} + +.remove-button:hover { + text-decoration:none; + color: red +} + +tags-input .tags .tag-item .remove-button:active { + color: red +} + +tags-input .tags .input { + border: 0; + outline: 0; + margin: 2px; + padding: 0; + padding-left: 5px; + float: left; + height: 26px; + font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif +} + +tags-input .tags .input.invalid-tag { + color: red; +} + +tags-input .invalid-tag { + color: red; + display:block !important; +} + +tags-input .tags .input::-ms-clear { + display: none +} + +tags-input.ng-invalid .tags { + -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, .6); + -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, .6); + box-shadow: 0 0 3px 1px rgba(255, 0, 0, .6) +} + +tags-input .autocomplete { + margin-top: 5px; + position: absolute; + padding: 5px 0; + z-index: 999; + width: 100%; + background-color: #fff; + border: 1px solid rgba(0, 0, 0, .2); + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); + -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); + box-shadow: 0 5px 10px rgba(0, 0, 0, .2) +} + +tags-input .autocomplete .suggestion-list { + margin: 0; + padding: 0; + list-style-type: none; + display: block; + max-height: 250px; + overflow-y: auto; + overflow-x: hidden; +} + +tags-input .autocomplete .suggestion-item { + padding: 5px 10px; + cursor: pointer; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif; + color: #000; + background-color: #fff; + width: 100% !important; + margin:3px 7px; +} + +tags-input .autocomplete .suggestion-item.selected, +tags-input .autocomplete .suggestion-item.selected em { + color: #fff; + background-color: #0097cf +} + +tags-input .autocomplete .suggestion-item em { + font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif; + color: #000; + background-color: #fff +} + + +md-toast.md-success-toast-theme .md-toast-content { + background-color: rgb(113, 39, 167); /* or #3CC26E for green */ +} + +md-toast.md-error-toast-theme .md-toast-content { + background-color: #CD6765; +} \ No newline at end of file diff --git a/src/legacy/css/onBoardingCSS.css b/src/legacy/css/onBoardingCSS.css new file mode 100644 index 0000000000000000000000000000000000000000..e4b85baf7a49a075613bd08e8ea977768f4bbaf7 --- /dev/null +++ b/src/legacy/css/onBoardingCSS.css @@ -0,0 +1,755 @@ +/* +===============LICENSE_START======================================================= +Graphene Apache-2.0 +=================================================================================== +Copyright (C) 2017 AT&T Intellectual Property & Tech Mahindra. All rights reserved. +=================================================================================== +This Graphene software file is distributed by AT&T and Tech Mahindra +under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +This file is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +===============LICENSE_END========================================================= +*/ + +/********* Common CSS *******************/ + +.mdl-layout__header .mdl-layout__header-row {background: #06000a;} +.md-padding { + padding: 20px 0px 20px 0px; +} +.page-wrapper2 { + padding: 0; +} +.breadcrumb { + font-size: 13px; +} + +.validation-msgs span { + color: #ff0000 !important; + font-size: 12px; +} +/********* Common CSS *******************/ + + +/********* manage model page*******************/ + /* vertical tab */ +/*Vertical Tabs*/ +.workflow-leftheader {width: 240px; float: left; padding: 15px 0; background-color:rgb(232,229,236); color: #681D9e;} +.workflow-leftheader span{padding:0 20px;} +.workflow-right-header {float: left; padding: 15px 20px; color: #424043;} +.workflow-right-header span{padding:0 10px;} +.workflow-header{background-color:rgb(246,243,250); border-bottom:0px; font-weight:bold; padding:0; float:left; width:100%;} +.mdl-cell.workflow-left {width:240px; float: left; background-color:#F1F1F1;} +.mdl-cell.workflow-right {float: left; padding: 22px 0 25px; width: calc(100% - 240px) !important;} +.onboarding .mdl-cell.workflow-right h2{margin-top:0;} +.tabs-left {border-bottom: none; margin:0; padding:0; width: 100%; border-right: 0px solid #ddd;} +.tabs-left .mdl-tabs__tab{text-transform:none;padding: 0 20px;} +.tabs-left>li{float: none; list-style-type:none; display:inline-block; width:100%;border-bottom: 1px dashed #DFDFDF; + border-top: 1px dashed #fff; float:left; margin:0;} +.tabs-left>li:first-child {border-top: none;} +.tabs-left i{margin-right:15px; color:#bbb; font-size: 23px; margin-top:5px;} +.tabs-left>li article{color:rgb(104,29,158); line-height: 18px; font-weight: bold;} +.md-tab {color:#414141 !important;/*font-weight: bold;*/padding: 12px 20px;} +/* .managelefticon{width:35px; float:left; padding: 15px 0 0; } */ +.managelefticon-single{width:35px; float:left; padding: 11px 0 0;} +.managelefticon{width:35px; float:left; padding: 4px 0 0; } +.managelefticon i{margin:0 auto; display: inline-block;} +.managelefticon i img{vertical-align:top; padding-top:10px;} +.managelefticon-single i img{vertical-align:top; padding-top:10px;} +.managelefttext{/*margin-left:35px;*/ line-height:15px; /*padding: 20px 0;*/padding: 15px 0;} +.managelefttext ul{margin:0; padding:0; font-size:12px; line-height: 16px;} +.managelefttext ul li{list-style-type:none;} +.tabs-left>li>a ul li ul li:first-child{width:auto;} +.tabs-left>li>a ul li.green, .tabs-left i.green, .company-market ul li.progress-status.green, .green{color:#009901;} +/*.tabs-left>li>a ul li.green:after{content:"|"; padding: 0 2px 0 5px;}*/ +.tabs-left>li>a ul li.blue, .blue{color:#1347c2;} +.tabs-left>li>a ul li.orange, .orange{color:#fb7e03;} +.tabs-left>li>a ul li.red, .red{color:#cc3333;} +.tabs-left > li a.graydisable article{color:#989898;} +/* .vertical-mdl-tabs { margin-top: 30px;} */ +.vertical-mdl-tabs .mdl-tabs__tab-bar {-webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding-bottom: 35px; height: inherit; border-bottom: none;} +.vertical-mdl-tabs .mdl-tabs__tab {width: 100%; box-sizing: border-box; height: auto; overflow: initial; border-bottom: 1px dashed #DFDFDF; border-top: 1px dashed #fff;} +.vertical-mdl-tabs .mdl-tabs__tab:first-child {border-top: none;} +.vertical-mdl-tabs .mdl-tabs__tab:hover { background: rgba(158, 158, 158, 0.34); color: black;} +/* .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {background-color:#FFF;} */ +.vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active { + border-right: 5px solid #671C9D; + color: #671C9D; + font-weight: 700; + background: #fff; + -webkit-box-shadow: 1px 0px 14px 4px rgba(0,0,0,0.08); + -moz-box-shadow: 1px 0px 14px 4px rgba(0,0,0,0.1); + box-shadow: 1px 0px 14px 4px rgba(0,0,0,0.1); + position: relative; + z-index: 500; +} +.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active::before { + content: ""; + width: 0; + height: 0; + border-top: 6px solid transparent; + border-bottom: 6px solid transparent; + border-left: 6px solid #671C9D; + position: absolute; + right: -11px; + z-index: 1000; + top: 50%; + margin-top: -6px; +} +.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after { content: inherit; height: 0;} +/* .vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active, .mdl-tabs__panel { padding: 0;} */ +.onboarding .vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.isActive, .mdl-tabs__panel { padding: 0 30px !important;} +.vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab {text-align: left;} +.onboarding .mdl-tabs__panel md-content{background-color:#FFF;} +.vertical-mdl-tabs .mdl-tabs__panel md-content{background-color:#FFF;} +/* verticle tabs end */ + + /* timeline */ +.img-responsive {display: block; height: auto; max-width: 100%;} +.img-rounded {border-radius: 3px;} +.img-thumbnail { background-color: #fff; border: 1px solid #ededf0; border-radius: 3px; display: inline-block; height: auto; + line-height: 1.428571429; + max-width: 100%; + moz-transition: all .2s ease-in-out; + o-transition: all .2s ease-in-out; + padding: 2px; + transition: all .2s ease-in-out; + webkit-transition: all .2s ease-in-out; + } +.img-circle { border-radius: 50%;} +.timeline-centered { position: relative; margin-bottom: 30px;} +.timeline-centered:before, .timeline-centered:after {content: " "; display: table;} +.timeline-centered:after {clear: both;} +.timeline-centered:before, .timeline-centered:after {content: " ";display: table;} +.timeline-centered:after {clear: both;} +.timeline-centered:before {content: ''; position: absolute; display: block; width: 1px; background: #DBCBE8;top: 20px; bottom: 20px; margin-left: 12px;} +.timeline-centered .timeline-entry {position: relative;margin-top: 5px;margin-left: 15px;margin-bottom: 10px;clear: both;} +.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {content: " ";display: table;} +.timeline-centered .timeline-entry:after {clear: both;} +.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {content: " ";display: table;} +.timeline-centered .timeline-entry:after {clear: both;} +.timeline-centered .timeline-entry.begin {margin-bottom: 0;} +.timeline-centered .timeline-entry.left-aligned {float: left;} +.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {margin-left: 0;margin-right: -18px;} +.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {left: auto;right: -100px;text-align: left;} +.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {float: right;} +.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {margin-left: 0;margin-right: 70px;} +.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after { left: auto; right: 0;margin-left: 0;margin-right: -9px; -moz-transform: rotate(180deg); + -o-transform: rotate(180deg); + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.timeline-centered .timeline-entry .timeline-entry-inner {position: relative;margin-left: -12px;} +.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {content: " ";display: table;} +.timeline-centered .timeline-entry .timeline-entry-inner:after {clear: both;} +.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {content: " ";display: table;} +.timeline-centered .timeline-entry .timeline-entry-inner:after {clear: both;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {position: absolute;left: -100px;text-align: right;padding: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; +box-sizing: border-box;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {display: block;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {font-size: 15px;font-weight: bold;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child { font-size: 12px;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon, .timeline-icon-ind {background: #fff; color: #212121; display: block; width: 18px;height: 18px;-webkit-background-clip: padding-box; +-moz-background-clip: padding;background-clip: padding-box;-webkit-border-radius: 18px;-moz-border-radius: 18px;border-radius: 18px;text-align: center;-moz-box-shadow: 0 0 0 2px #535353; +-webkit-box-shadow: 0 0 0 2px #535353;box-shadow: 0 0 0 2px #535353;line-height: 18px;font-size: 12px;float: left; +} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {background-color: #303641;color: #fff;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {background-color: #ee4749;color: #fff;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {background-color: #fff;color: #00a651;box-shadow: 0 0 0 2px #00a651;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {background-color: #21a9e1;color: #fff;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {background-color: #fad839;color: #fff;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {background-color: #cc2424;color: #fff;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.errormsg, +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.sucessmsg{-webkit-font-smoothing: antialiased; + display: inline-block; + font-style: normal; + font-variant: normal; + text-rendering: auto; + line-height: 18px;} + + .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.errormsg::before{color:#cc3333; content: "\f00d";} + .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.errormsg{box-shadow: 0 0 0 2px #cc3333;} + + .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.sucessmsg::before{ color:#009901;content: "\f00c";} + .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.sucessmsg{box-shadow: 0 0 0 2px #009901;} + .timeline-centered .timeline-entry.section-disabled{opacity:0.3; cursor:not-allowed;} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {position: relative;padding: 0 0 20px 0;margin-left: 40px;-webkit-background-clip: padding-box; +-moz-background-clip: padding;background-clip: padding-box;border-bottom:1px solid #DBCBE8; margin-bottom:15px; +} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.last{border-bottom:0;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-label-cont h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p { +color: #666;font-size: 13px;margin: 0;line-height: 1.428571429; +} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {margin-top: 15px;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-label-cont h2, .timeline-label-cont h3,.timeline-label-steps h3 {font-size: 14px;margin-bottom: 8px;font-weight:bold;color:#424043;} +.timeline-label-cont h3,.timeline-label-steps h3 {border-bottom: 1px solid #ccc;padding-bottom: 10px;color: #681b9d;} +.timeline-label-cont h2,.timeline-label-cont h3,.timeline-label-steps h3 {margin-top: 25px;text-transform: uppercase;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 .link-heading, .timeline-label-cont h2 .link-heading, .timeline-label-cont h3 .link-heading {font-size: 14px;margin-bottom: 10px;font-weight:bold;color:#671C9D; cursor:pointer;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a, .timeline-label-cont h2 a { color: #303641;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span, .timeline-label-cont h2 span { -ms-filter: alpha(opacity=60);filter: alpha(opacity=60);font-size:12px; font-weight:normal;} +.timeline-label-cont a {color: #0566d9;} +.filterlists{border:1px solid #DDD; font-size:12px; float:left; margin: -5px 0px -5px 5px;} +.filterlists span{padding:5px; float: left;} +.filterlists:after{content:"X"; background-color:#333; color:#fff; padding: 5px 5px; float: right; cursor:pointer;} +#cloudtab a.btn input[type="radio"]{clip:inherit; left: 15px; top:15px;} +#cloudtab a.btn-default{margin: 0 10px 15px 0; float: left; width: auto; padding: 0 15px 0 35px;} +#cloudtab a.btn-default.active{background-color:#fff; box-shadow: none;} +#cloudtab .btn{border-radius:0;} +/* .company-market{margin-top:-5px; } */ +.company-market ul{margin:0 0 15px 0; padding:0;} +.company-market ul li{list-style-type:none; display:inline-block; vertical-align:top; margin:0;} +.initialVal.hasClass .company-market ul li{ /*width:9.1%;*/width:12%;} +.initialVal.hasClass .company-market ul li:last-child{width:18%;} +.company-market ul li:last-child{width:auto; margin:0 4px;} +.company-market ul li .imageplace{width:100%; /*float:left;*/ display: inline-block; padding-top:5px; padding-bottom:5px; position:relative;text-align: center;} +.company-market ul li .imagecontent{width:74px; height:74px; border-radius:74px; border:3px solid #FFF; background-color:#EBEBEB; /*float:left;*/ display: inline-block; position:relative; text-align: center; line-height: 68px;} +.company-market ul li .imageplace.active .imagecontent{border:3px solid #671c9d; background-color:#FFF;} +.company-market ul li .text{/*width: 68px;*/ text-align: center; margin: 0 auto;} +.company-market ul li:last-child .text{/*width:142px;*/ color: #aaa;} + /* adjustment */ + .company-market ul li.progress-status{color:#ebebeb;} +.progress-status:after{ content: "\2022 \2022"; font-size: 30px; /* color: #EBEBEB; */ line-height: 80px;} +.initialVal.hasClass .company-market ul li.progress-status {text-align:center; /*width:6.5%;*/width:3.5%;} +.hasClass .company-market ul li.progress-status{text-align:center; width: 4.3%; line-height: 80px;} +.hasClass .company-market ul li{/*width:80px;*/width:12%;} + +a:focus, a:hover {text-decoration: none;} + +.company-market ul li.text{padding-top:20px;} +/* .company-market ul li .imageplace:after{ top: 38%; position: absolute;content: "\2022 \2022";font-size: 30px; margin: 0 12%; color: #EBEBEB; } +.company-market ul li .imageplace.active:after{color:#009901;} */ +.company-market ul li .btn-primary{margin:26px 0; float:inherit; /*padding:0 40px;*/ padding:0 30px; min-height:38px;} +.progress {height: 5px;border-radius: 5px;background-color: #EBEBEB;float: left;width: 100%;margin: 10px 0 25px 0;} +.progress-bar {background-color: #671c9d; border-radius: 5px; height: 5px; cursor:pointer;} +/* .timeline h6{font-size:16px; padding-bottom:30px; text-transform:uppercase; font-weight:bold; color:#671c9d;} */ +.timeline h6 {line-height:auto;font-size: 16px;/*padding-bottom: 7px;*/padding: 16px 0 16px 10px;text-transform: uppercase; font-weight: bold; color: #671c9d;/*color: #414141;*/ border-bottom: 1px solid #ddd; margin-bottom: 22px;} +.timeline.cont h6 {/* color: #414141; */ font-size: 14px; vertical-align: top;} +.timeline h6 span{font-weight:normal;color: #414141;} +.timeline-label details{float:left; padding-right:5px;} +.timeline-label label{font-weight:normal; font-size:13px; color:#666;} +.timeline-label label a{text-decoration:none; padding-left:5px;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .checkbox label input{float:left; margin-right:10px;} +.timeline h5{font-weight:bold; border-bottom:1px solid #DDD; padding:0 0 10px 0; margin-bottom:20px;} +.timeline-centered .timeline-entry:last-child:after{clear: both;content: '';position: absolute;display: block;width: 2px;background: #fff; left: -4px; top: 20px; bottom: 0px;margin-left: 1px;} +.model-detail sup{background-color: #15afd1; color: #FFF; padding: 0px 3px; margin-top: -5px; top: -10px;} +.user-icon {color: #777; border: 1px solid #777; background-color: #FFF; padding: 5px 7px; border-radius: 13px;} +.description-content-right{float:right; padding:0px 0px 10px 15px;} +.description-content-right.status{padding-bottom: 0px; float:right; font-size:13px; color:#2E2F2F;} +.description-content-right.status span{color:#666; text-align: right; padding: 0; font-size:10px; display:block;} +.description-content-right.status span.green{color:#009911; display:inline-block; font-size:13px;} +.pageheadsection .user_icon i,.user_icon i{margin:0 3px 0 0;} +.user_icon i img{border:1px solid #FFF; border-radius:26px; } +.user_icon i img:hover{border:1px solid #FFF; border-radius:26px; 1px 0px 2px 1px rgba(107,107,107,1););-moz-box-shadow: 1px 0px 2px 1px rgba(107,107,107,1););box-shadow: 1px 0px 2px 1px rgba(107,107,107,1); } +.team-user i img:hover{border:1px solid #FFF; border-radius:30px; 1px 0px 2px 1px rgba(107,107,107,1););-moz-box-shadow: 1px 0px 2px 1px rgba(107,107,107,1););box-shadow: 1px 0px 2px 1px rgba(107,107,107,1); } +/* .team-user-close {position: absolute;top: -10px; right: 8px;} */ +.team-user-close {position: absolute;top: -8px; right: 7px; font-size: 14px;color: #666; cursor:pointer;} +.team-user .team-user-close i{width:auto; height:auto; position: absolute; margin:0;} +.team-user i:hover img{opacity:0.7;} +/*.team-user-close::after{ content: "\00d7"; display: block; position: absolute; font-size: 14px;border-radius: 14px;padding: 0px 5px 2px 4px; font-weight:bold;background-color: #fff;border: 1px solid #888; line-height: 14px;text-align: center;float: left;cursor: pointer;} */ +.team-user i { + position: relative; + float: left; + margin-right: 9px; + width: 30px; + height: 30px; +} +.team-user i img { + width: 100%; + /* height: 30px; */ + border-radius: 30px; + border: 1px solid #FFF; + top: 0; +} + +.purple{color:#671c9d;} +.capitalize {text-transform:uppercase;} +.ulinline-dash{margin: 0 0 16px 0; padding:0;} +.ulinline-dash li{list-style-type:none; display:inline-block; padding:0 2px;} +.error{color:#FF2527; font-size: 16px;} +.error i{float:left} +.error-section{color:#FF2527;} +.btn-primary {background: #671C9D; color: #fff;border:1px solid #671C9D;} +.btn-primary:hover {background: #671C9D !important; color: #fff;border:1px solid #671C9D;} +.btn-primary:focus {background: #671C9D !important; color: #fff;border:1px solid #671C9D;} +.btn-secondary {background: #fff; color: #2B262D;border:1px solid #B1B1B1;} +.mdl-button.btn-primary,.mdl-button.btn-secondary {box-shadow: none; webkit-box-shadow: none; min-height:30px; height:30px;line-height:30px;} +.mdl-tooltip{background: #fff; border: 1px solid #ebebeb; color: #2B262D; font-style:normal; font-size:12px;} +.mdl-tooltip:before{content:url("../images/tooltip_arrow.png"); position:absolute; left:35%; top:-11px; color:#FF0000;} +.response table{width:100%; border: 0px;} +.response .mdl-data-table th{background-color:#E8E5EC; color:#671C9D; font-size:14px; text-transform:uppercase;} +.response .mdl-data-table th, .response .mdl-data-table td{text-align:left;} +.response .mdl-data-table td:first-of-type, .response .mdl-data-table th:first-of-type{padding-left:15px;} +.response .mdl-data-table td:last-of-type, .response .mdl-data-table th:last-of-type{padding-right:15px;} +.response .mdl-data-table th{padding: 0 15px 12px 15px;} +.response i {padding:0 6px;} +.response i:first-child{padding-left:0;} +.response table label{font-weight:bold; padding-right:5px;} +code { + padding: 10px; + font-size: 90%; + /*color: #c7254e; + background-color: #f9f2f4;*/ + color: #060108; + background-color: #F1F1F1; + border-radius: 4px; + display: block; + /*margin-bottom: 15px;*/ + margin-top: 15px; + margin-left: 35px; + -moz-box-shadow: 0 3px 2px #dfdfdf; + -webkit-box-shadow: 0 3px 2px #dfdfdf; + box-shadow: 0 3px 2px #dfdfdf; +} +.timeline.cont p, .timeline-label-steps cont p { + margin-top: 0px; + display: block; + margin-left: 35px; + font-size: 13px; + color: #666; +} +.mrgLtNon { + margin-left: 0px !important; +} +.timelineCont p { + margin-top: 15px !important; + margin-bottom: 10px !important; + display: block; +} +.mrgSpcng { + margin-right: 18px; + margin-top: 30px; +} +.input-group-addon {border:0;} +.drpDwnCont .btn-sort { + right: 0; +} +.popovers{width: 500px; box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12); margin:12px auto; border-radius: 4px; +background-color: rgb(255,255,255);color: rgba(0,0,0,0.87); position:relative;} +.popovers .md-dialog-content{padding: 15px 0 0px; } +.popovers-cloud-modalfooter{display:flex; flex-wrap: nowrap; justify-content:space-between; padding:15px 24px; background-color:#F1F1F1; border-top:1px solid #CCC; margin-top:10px; border-radius: 0px 0px 4px 4px;} +.popovers md-toolbar{border-radius: 4px 4px 0px 0px;} +.popovers::before{content: "";width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 12px solid #671C9D; + position: absolute; z-index: 1000;top: 0%; margin-top: -11px; position: absolute; left: 20px;} +.popovers .mdl-grid.mdl-grid--no-spacing {padding:0 24px;} +.popovers .deploy-grid > div:first-child {padding-right: 15px;} +.popovers .deploy-grid > div:last-child {padding-left: 15px;} +.popovers .midcontent{max-height:400px; overflow-y:auto;} +.fullwidth{width:100%;} +.removepadd{padding:0;} +.add-document form, .upload-icon form{width:100%;} +.add-document .mdl-textfield{width:100%;} +.mdl-button--file input { cursor: pointer; height: 100%; right: 0; opacity: 0; position: absolute; top: 0; width: 100%; z-index: 4;} +.mdl-textfield--file .mdl-button--file {right: 0;} +.mdl-textfield__input { box-sizing: border-box; width: calc(100% - 32px);} +/*.model-description{width:700px;}*/ +.upload-icon p{border-bottom:1px solid #CCC; padding:0 0 5px 0; margin-bottom:0px;} +.upload-icon .iconcontainer{border:1px solid rgba(0,0,0,0.12); height:60px; margin:0 auto; text-align:center;} +.upload-icon .iconcontainer img{height:100%;} +.imageuploader{padding:0; margin-bottom:15px;} +.imageuploader .iconcontainer{height:75px;} +.imageuploader .mdl-textfield{padding:20px 0 0px 0;} +.imageuploader p{font-size: 11px;border: 0px;line-height: 13px;} +.imageuploader .mdl-textfield .mdl-button{bottom: 0px;} + +md-toolbar {background: #671C9D !important;min-height:39px;} +.md-toolbar-tools {min-height:39px; max-height:39px;} + +.mdl-button.btn-primary, +.mdl-button.btn-secondary + {box-shadow: none; webkit-box-shadow: none; min-height:30px; height:30px;line-height:30px;} + +.mdl-button.btn-primary.btn-signin {min-height:45px; height:45px;line-height:45px;} +.md-toolbar-tools h2 {font-size:16px; font-weight: 600;color: #fff !important;margin-bottom: 0px !important;} +md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) { + color: rgba(255,255,255,0.87); +} +.popovers.cont {position: absolute;z-index: 800; margin-top: 2px;} +.popCont {text-align:center;font-weight: bold;margin-bottom: 20px;font-size: 16px;} +.expCollCont {float: left; padding-top: 1px;} +.hdrTxt {background-color: #e8e5ec;} +.hdrTxt article {padding-left: 20px;} +/* .mdl-textfield { + padding: 20px 0 30px 20px; +} */ +.tabs-left li div.managelefttext { + padding: 20px 0; + margin: 4px 0; +} +.tabs-left li div.hdrTxt { + padding: 15px 0; + margin: 0; +} +.timeline-label-cont,.timeline-label-steps { + padding-left: 30px; +} +.timeline-label-steps p { + font-size: 14px !important; +} +.timeline-label-steps h3 {margin-left: 30px;} +md-tabs-content-wrapper { + border-right: 0px solid #ccc; + border-bottom: 0px solid #ccc; + border-left: 0px solid #ccc; +} +/* .mdl-layout__drawer { + -webkit-box-shadow: 5px 61px 10px -1px #e3e3e3; + box-shadow: 5px 61px 10px -1px #e3e3e3; +} */ + +.history-error{color:#ff0000;} +.history-success{color:#009900;} +.history-progress{color:#f86234;} + +.timeline-on-brd-cont {padding-left: 20px;padding-right: 20px;} +.pdgLtRtSml {padding: 0px 10px;} +.pdfLtNon {padding-left: 0px;} +.timeline-label-steps p {margin-top: 30px !important;margin-bottom: 0px;} +.mrgTpNon {margin-top:0px;} +.timeline-label-steps.cont {padding-left: 0px;} +.onboardpeer{font-size: 14px; padding: 20px 20px 0; min-height: auto;} +.onboardpeerinner{font-size:14px; margin:10px 20px 0; min-height: auto;} +.onboardpeerinner .mdl-textfield{padding:10px 0;} +.onboardpeerinner .admin-button-row1{padding-bottom:0px;} +.historypopup ~ .md-dialog-content > .timeline .timeline-centered{margin-bottom:0px;} +.errorul{ padding: 5px 0 0 20px; margin: 0; font-size: 13px; color:#cc3333;} +.btnhistory{margin: 0 0 20px 20px;} +.onboard-history{font-size: 14px; padding: 0 20px 20px 20px; min-height: auto;} +.onboard-history table.admin-tbl1 tbody tr td span{white-space:normal; word-break:break-all;float: left;} +.onboard-history .admin-grid-container table tr td:first-child span{max-width: 218px; text-overflow: ellipsis; overflow: hidden; display: inline-block;} + +md-tabs-canvas md-tab-item.md-tab.md-ink-ripple.md-active{ color: rgb(104, 29, 158) !important;} +.onboarding .timeline h6{padding: } +@keyframes flashicons { + from { + -webkit-transform:scale(1); + transform:scale(1); + + } + + to { + -webkit-transform:scale(1.1); + transform:scale(1.05); + } +} + +.imageplace.active { + animation-duration: 400ms; + animation-name: flashicons; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +.progress-status:after { + content: "" !important; + background: url("../images/loading_deactive.png") no-repeat left center; + display:inline-block; + width:45px; + height:12px; + transform:scale(0.8); +} + +.progress-status.green:after { + content: "" !important; + background: url("../images/step-progress.gif") no-repeat left center; + display:inline-block; + width:45px; + height:12px; + transform:scale(0.8); +} + +.progress-status.completed:after { + content: "" !important; + background: url("../images/dashboard/stepper_progress_completed.png") no-repeat left center; + display:inline-block; + width:47px; + height:11px; + transform:scale(0.8); +} + +.company-market ul {display:flex; align-items: inherit; justify-content: space-between;} +.company-market ul li:first-child {width: 88px;} +.company-market ul li.progress-status{} +.company-market ul li:last-child {/* width: 230px; */ text-align: center;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 .link-heading:hover{color:#050009 ;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 .link-heading:before{font-family: 'Material Icons'; + content: "edit"; + -webkit-font-feature-settings: 'liga' 1; + -moz-font-feature-settings: 'liga' 1; + font-feature-settings: 'liga' 1; float:left; padding-right:3px} +.timeline button.btn-secondary {margin-right: 4px;} +#expCont, #collCont{display:block; margin-top:5px;} +.company-market ul li .imageplace.active .imagecontent.completed{border:3px solid #009911; background-color:#FFF;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label input{margin-top:4px; float:left; margin-right:10px; margin-left:0} +.checkbox{font-size: 13px;margin-top: 7px;margin-bottom:0px;color: #777;} + +/* command line page*/ +.onboarding .workflow-right h3{font-size: 17px; line-height: 32px; margin: 24px 0 5px;} +.onboarding .workflow-right h2, .onboarding .workflow-right h4{font-size: 20px;} + +/* icons*/ +.model-documentation{background-image: url(../images/ico_model_documentation.png); background-repeat: no-repeat; background-position: center;} +.check_compatibility{background-image: url(../images/ico_check_compatibility.png); background-repeat: no-repeat; background-position: center;} +.micro-service{background-image: url(../images/ico_create_micro_service.png); background-repeat: no-repeat; background-position: center;} +.package{background-image: url(../images/ico_package.png); background-repeat: no-repeat; background-position: center;} +.dockerize{background-image: url(../images/ico_dockerize.png); background-repeat: no-repeat; background-position: center;} +.create-tosca{background-image: url(../images/ico_create_tosca.png); background-repeat: no-repeat; background-position: center;} +.add-repository{background-image: url(../images/ico_add_to_repository.png); background-repeat: no-repeat; background-position: center;} +.not-yet-onboarded{background-image: url(../images/ico_not_yet_onboarded.png); background-repeat: no-repeat; background-position: center;} + +.completed .model-documentation{background-image: url(../images/ico-model-documentation-green.png); background-repeat: no-repeat; background-position: center;} +.completed .check_compatibility{background-image: url(../images/ico_check_compatibility_green.png); background-repeat: no-repeat; background-position: center;} +.completed .micro-service{background-image: url(../images/ico_create_micro_service_green.png); background-repeat: no-repeat; background-position: center;} +.completed .package{background-image: url(../images/ico_package_green.png); background-repeat: no-repeat; background-position: center;} +.completed .dockerize{background-image: url(../images/ico_dockerize_green.png); background-repeat: no-repeat; background-position: center;} +.completed .create-tosca{background-image: url(../images/ico_create_tosca_green.png); background-repeat: no-repeat; background-position: center;} +.completed .add-repository{background-image: url(../images/ico_add_to_repository_green.png); background-repeat: no-repeat; background-position: center;} +.completed .not-yet-onboarded{background-image: url(../images/ico-checkmark.png); background-repeat: no-repeat; background-position: center;} +.incomplet .micro-service{background-image: url(../images/ico_create_micro_service_red.png); background-repeat: no-repeat; background-position: center;} +.incomplet .package{background-image: url(../images/ico_package_red.png); background-repeat: no-repeat; background-position: center;} +.incomplet .dockerize{background-image: url(../images/ico_dockerize_red.png); background-repeat: no-repeat; background-position: center;} +.incomplet .create-tosca{background-image: url(../images/ico_create_tosca_red.png); background-repeat: no-repeat; background-position: center;} +.incomplet .add-repository{background-image: url(../images/ico_add_to_repository_red.png); background-repeat: no-repeat; background-position: center;} +.company-market ul li .completed ~ .publshbutton ~ .text{color: #009901; font-size: 11px;} +.company-market ul li .completed ~ .publshbutton.hide{display:block !important;} +.imageplace.completed ~ .hide ~ .text, .imageplace ~ .hide ~ .text-completed{display:none;} +.imageplace.completed ~ .hide ~ .text-completed{color: #009901; font-size: 11px; line-height: 13px; padding-top: 3px; display:block;} +/* completed section*/ +.company-market ul li .imageplace.completed .imagecontent {border: 3px solid #009901; background-color: #FFF;} +.company-market ul li .imageplace.incomplet .imagecontent {border: 3px solid #ff0000; background-color: #FFF;} +.btn-publish{margin: 4px 0; float: inherit; padding: 0 10px; height: 24px; font-size: 12px; line-height: 17px; min-height: 24px; + background-color: #FFF; color: #671C9D; border:1px solid #671C9D; text-align:center;} +.skiptext{display:inline-block; line-height: 23px;} +.skiptext:before{content:url(../images/ico_alert_information.png); background-repeat:no-repeat; float:left; margin-right:5px; line-height: 8px;} +/* .progress-status::after { margin-left: -5px;} */ +.mdl-button--file .material-icons {display: none;} /*hide the clip icon */ +/*drag and drop*/ +.drag-drop{border: 1px dashed #d5d5d5; border-radius: 5px; width:100%; padding:15px; text-align:left;} +.drag-drop img{display:block; margin:auto;} +.drag-drop .destext{text-align:center; font-size: 16px; color: #777; padding: 5px 10px;} +.add-document .upload-image-input{margin-top:5px;} +.add-document .upload-field{margin-top: 9px; margin-right: 5px;} +/*---- File upload ----------*/ +.upload-image-input{border: 1px solid rgba(0,0,0,.12); padding:3px 5px; margin-top: 3px; } +.upload-image-input input[type="file"]{ position: absolute; top: 0; left: 0; z-index: 2; width: 70px; height: 100%; opacity: 0; cursor: pointer; } +.upload-image-input input.mdl-textfield__input{float:none !important; margin-top:0 !important; box-sizing: border-box; width: calc(100% - 85px); border:none; line-height:26px; font-size: 14px; padding: 0 ; color:#666;} +.upload-field { position: relative; cursor: pointer; float: right; height: 26px; line-height: 14px; padding: 5px 10px; border-radius: 3px; + background: #fff; color: #2B262D; border: 1px solid #B1B1B1;} +.icon-folder {background-image: url("../images/icon-folder.png"); height: 30px; width: 30px; background-size: cover; + background-color: transparent; border: none; float: right;} + .mdl-button.mdl-js-button[disabled] { + background: #e2e0e0; + color: #B3B3B3; + border-color: #d3d1d1; + cursor: not-allowed; +} +/* active de-active images*/ +.h2o{background-image:url("../images/ico_h2o_inactive.png"); background-repeat:no-repeat; width:22px; height:13px; display:inline-block;} +.is-active .h2o{background-image:url("../images/ico_h2o_active.png");} +.managelefticon .tensorflow{ margin-top: 17px; background-image:url("../images/ico_tensortflow_inactive.png"); background-repeat:no-repeat; width:20px; height:24px; display:inline-block;} +.is-active .tensorflow{ margin-top: 17px; background-image:url("../images/ico_tensortflow_active.png");} +.scikit-learn{background-image:url("../images/ico_scikit_learn_inactive.png"); background-repeat:no-repeat; width:17px; height:11px; display:inline-block;} +.is-active .scikit-learn{background-image:url("../images/ico_scikit_learn_active.png");} +.R{background-image:url("../images/ico_rcloud_inactive.png"); background-repeat:no-repeat; width:12px; height:15px; display:inline-block;} +.is-active .R{background-image:url("../images/ico_rcloud_active.png");} +.managelefticon .java{ margin-top: 15px; background-image:url("../images/ico_java_inactive.png"); background-repeat:no-repeat; width:20px; height:26px; display:inline-block;} +.is-active .java{margin-top: 15px; background-image:url("../images/ico_java_active.png");} +.R-cloud{ background-image:url("../images/ico_R_inactive.png"); background-repeat:no-repeat; width:20px; height:15px; display:inline-block;} +.is-active .R-cloud{background-image:url("../images/ico_R_active.png");} +.popovers .progress-bar{margin:5px 0 3px;} +.onboardsection{margin-bottom: 0px;} +.onboardsection pre{white-space: normal; word-break: break-word;} +.onboardtabsection{padding-bottom:0;} +.vertical-mdl-tabs .mdl-tabs__tab-bar { + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + padding-bottom: 35px; + height: inherit; + border-bottom: none; + margin: 0; +} +.onboarding .timeline.cont p{margin-left: 0px; word-break: break-word;} + +.md-tooltip{position: relative;} + +#uploadFile {position:relative;} +#uploadFile .upload-txtbox{width: 100%; height:33px;} + +/* Onboarding view error button */ +#webonboarding li{text-align:center;} +#webonboarding .error_found{color: red !important; border: 1px solid red;} + +/* upload-model-bundle */ +.upload-model-bundle .mdl-grid{padding:0;} +.upload-model-bundle-left {/*border-right:1px solid #ccc; padding:0 16px 16px 0px;*/ } +.upload-model-bundle .timeline-label-cont{padding-left:0px;} +.upload-model-bundle .timeline-label-cont h3{margin-top:0; padding-bottom:0px;} +.upload-file-container{float:left; width:100%;} +.upload-file-container .input-div{float:left; width: calc(100% - 87px); } +.input-upload-button{float:left;} +.input-upload-button .mdl-button{position:relative; bottom:0; margin-left:4px; } +.input-upload-button button.btn-secondary{margin-right:0; margin-top:5px; background: #671C9D; color: #fff; height: 34px; border-radius: 0; border: 1px solid rgba(0,0,0,.12);} +.input-div .upload-field{font-size:15px; font-weight:600;} +.progress-bar-div{display: flex; flex-direction: row; flex-wrap: nowrap;position:relative; border: 1px solid rgba(0,0,0,.12); font-size:11px; margin-top: 5px; float: left; width: 100%; padding-bottom: 5px;} +.progress-bar-div div{padding: 1px 2px; margin-top:5px; line-height: 14px;} +.fileclose{float:right; padding: 2px 5px 0; margin: 0; position: absolute; right: 0; cursor:pointer;} +.fileclose i{font-size:12px;} +.onboardbtn{padding-left:8px;} +.timeline h6.onboard-heading{padding-bottom:5px; margin-bottom:0;} +.upload-model-bundle-right{background-color:#F3F3F3; padding:0px;} +.upload-model-bundle-right h5{font-size:14px; color:#671c9d; font-weight:400px; line-height: 19px; margin: 0 -16px 16px; padding: 0px 16px 16px;} +.upload-model-bundle-right-content{padding:16px;} +.upload-model-bundle-right.mdl-cell, .upload-model-bundle-left.mdl-cell{margin-top:0px;} +.upload-model-bundle-left h5{font-size:14px; border-bottom:0px; padding: 15px 10px 12px 0; margin-bottom: 0; font-weight:normal;} +.upload-model-bundle-right-content p{margin-bottom: 10px; line-height: 18px;} +.progress-bar-div .pro-status{width:75px; margin-right:15px; text-align: center;} +.namelength{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width:150px; float:left;} +.progress-bar-div .fileclose{padding-top:3px;} +/* upload-model-bundle */ +#modelName{ margin-top : 20px;} +/* onboard dockerized */ +.onboard-dockerized{ margin-top: 30px; position: relative;} +.dc-row { display: flex; flex-wrap: nowrap; justify-content: flex-start;} +.dc-row > div{margin-right:20px;} +.colloncenter{display:flex; flex-direction:column; text-align:center; justify-content:center;} +/*new onboarding dockerized model */ +.onboard-new-docker{margin-top:10px;} +.update-docker{margin-top:20px;} +.new-docker{position:relative; border-bottom:1px solid #ddd;} +.new-docker h5{padding-bottom:17px;} +.new-docker button{position:absolute; right:0; top:6px;} +#blacktext{color:black;} +.disable-input{background:gainsboro !important;} +.align-btn{display:flex; fles-wrap:nowrap; align-items:flex-start; margin-top:30px;} +.checking-loader{background-image:url(../images/checking-loader.gif); background-repeat:no-repeat;height:16px; width:140px; background-position:10px 7px;} +.available-docker input{color:#009900;border-color:#009900 !important;} +.onboard-new-docker .search-select span.search-icon{ right:7px;top: 5px; } +.available-docker .btn-primary{color:#009900; border-color:#009900; background-color: #fff;} +.available-docker .btn-primary:hover{background-color:#FFF !important;} +.non-available-docker input{border-color:#FF2527 !important;color:#FF2527;} +.non-available-docker .btn-primary{color:#FF2527; border-color:#FF2527; background-color: #fff;} +.non-available-docker .btn-primary:hover{background-color:#FFF !important;} +.notetext{font-size:12px; color:#888; line-height:15px; padding-top:5px;} +.notetext.red{color:#FF2527;} +input::-webkit-calendar-picker-indicator { display: none;} +.btn-or{ width: 30px; height: 30px; border-radius: 30px; background-color: #EBEBEB; border:1px solid #671C9D; text-align: center; line-height:28px; display:inline-block;} +/*new onboarding dockerized model end*/ + +/* license profile onboarding dockerized model start */ +#modelName #create-new-button, #tab7-panel #create-new-button {margin-left: 15px;} +#licenseOption md-radio-button{margin-right: 15px;} + +/* license profile onboarding dockerized model end */ + +/* onboarding dockerized URI protobuf css start */ +.onboardDockerizedUriProtobufFileUpload{ width: 100%; margin: 0px; } +.placeholderClass{ padding: 0px 0px 8px 0px !important; } +.deploy-grid > div:last-child { padding: 0px !important; } +/* onboarding dockerized URI protobuf css end*/ + +/* media query start */ +@media(max-width:1024px){ +body, ul, ol{font-size:12px;} +.headline{font-size:16px;} +.tabs-left>li article, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {font-size: 11px;} +.mdl-cell.workflow-left, .workflow-leftheader{width: 165px;} +.mdl-cell.workflow-right, .workflow-right-header{width: calc(100% - 165px) !important;} +.managelefticon{width: 25px;} +.tabs-left li div.managelefttext{margin-left: 30px;} +.onboarding .vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab { padding: 0 20px;} +.company-market ul li .text{line-height:18px;} +.timeline h6 { font-size: 14px;} +.timeline h6 span, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p{font-size: 12px;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 .link-heading, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2{font-size: 13px;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p{line-height:20px;} +.timeline button{font-size: 13px;} +.mdl-layout__drawer { width: 188px;} +.mdl-layout--fixed-drawer>.mdl-layout__content { margin-left: 188px;} +.headertxtspan { font-size: 11px;} +.company-market ul li .imagecontent{ width: 62px; height: 62px; border-radius: 62px;} +.hasClass .company-market ul li.progress-status, .initialVal.hasClass .company-market ul li.progress-status{display:none;} +.hasClass .company-market ul li, .company-market ul li:first-child, .initialVal.hasClass .company-market ul li, .initialVal.hasClass .company-market ul li:last-child{width:16%;} +} + +@media(max-width:768px){ +.hasClass .company-market ul li {width: 13%; text-align: center;} +.hasClass .company-market ul li.progress-status { width: 4%;} +.hasClass .company-market ul li .imagecontent {width: 62px; height: 62px; border-radius: 62px;} +.hasClass .company-market ul li:last-child .text {width: auto;} +.company-market ul li:last-child{margin:0;} +.progress-status::after { margin-left: -4px;} +.hasClass .progress-status.green::after, .hasClass .progress-status::after{width: 32px;} +.mdl-layout--fixed-drawer>.mdl-layout__content{margin-left: 0px;} +} +@media(max-width:767px){ + .vertical-mdl-tabs .mdl-tabs__tab-bar{padding-bottom:0;} + .mdl-cell.workflow-left{overflow-y: scroll; width: 100%; background-color: transparent;} + /* .tabs-left{width:432px; height: 88px;width:100%; min-width:572px; height: 72px; border-bottom: 6px; background-color: #f1f1f1;} */ + .tabs-left{width: 100%; min-width: 547px; background-image:url("../images/ul_bg.png"); background-repeat:repeat-x;} + .workflow-leftheader{width:100%;} + .workflow-right-header{display:none;} + /* .tabs-left>li{width:auto; min-height:88px; border-bottom:0px; border-top:0;} */ + .tabs-left>li{ width: auto; min-height: 75px; margin-bottom: 6px; background-color: #F1F1F1; border-bottom:0px;} + .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active, .vertical-mdl-tabs a.mdl-tabs__tab.is-active{ + border-right: 0; + border-bottom: 5px solid #671C9D; + } + .vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active::before, .vertical-mdl-tabs a.mdl-tabs__tab.is-active::before{ + border-left: 6px solid transparent; + border-right: 6px solid transparent; + border-top: 6px solid #671C9D; + margin-bottom: -16px; + bottom: 0; + right: 50%; + top: auto; + margin-right:-5px; + } + .managelefticon-single{padding: 11px 0 15px;} + .mdl-cell.workflow-right{width:100% !important;} + .mdl-button{margin-bottom:3px;} + .timeline h6{display: inline-block; padding-bottom:2px;} + .popovers{width:100%;} + .mdl-tabs__panel md-content{overflow: initial;} + .mdl-cell.workflow-left div{/* background-color:#F1F1F1; border-bottom: 1px dashed #DFDFDF; height:82px;*/ } + .tabs-left li div.managelefttext{margin: 0px 0 0 8px; float:left; line-height:15px; padding: 28px 0; } + .workflow-left ul.tabs-left>li a.mdl-tabs__tab.is-active div.managelefttext{background-color:#FFF;} + .onboarding .mdl-tabs__panel md-content{overflow: initial;} + .tabs-left .mdl-tabs__tab{background-color: #f1f1f1;} + .managelefticon{padding: 8px 0 0;} + .managelefticon .h2o{margin-top: 23px; float: left;} + +} +@media ( max-width :640px){ + .hasClass .company-market ul li{width:16.5%; } + .hasClass .company-market ul li.progress-status{display:none;} + .company-market ul li .text{text-overflow: ellipsis; overflow-x: hidden; padding:0 2px;} + +} +@media ( max-width :414px){ + .company-market ul li .imageplace.completed .imagecontent, .company-market ul li .imageplace.incomplet .imagecontent, .company-market ul li .imageplace.active .imagecontent{border:0px;} + .company-market ul li .imagecontent{background-color:transparent; border:0px;} + .company-market ul{margin: 0 -20px 15px -20px;} + .hasClass .company-market ul li .imagecontent{width: 50px; height: 50px; border-radius: 50px;} +} +@media ( max-width :375px){ + + .btn-publish{padding:0 5px; font-size: 9px;} + .company-market ul li .text{ font-size: 13px; line-height: 16px; margin-top: -10px;} + .company-market ul li:last-child .publshbutton{min-width:auto; margin-top: -12px;} + .company-market ul li .text{font-size:12px;} +} +@media ( max-width :360px){ + .btn-publish{padding:0 3px; width: 50px;} + .hasClass .company-market ul li{width:16%;} + .hasClass .company-market ul li:last-child{width:19%;} +} + diff --git a/src/legacy/css/quill.bubble.css b/src/legacy/css/quill.bubble.css new file mode 100644 index 0000000000000000000000000000000000000000..e965fdbd3c6e723a57f7d56c5bd9a90c32ded923 --- /dev/null +++ b/src/legacy/css/quill.bubble.css @@ -0,0 +1,872 @@ +/*! + * Quill Editor v1.2.0 + * https://quilljs.com/ + * Copyright (c) 2014, Jason Chen + * Copyright (c) 2013, salesforce.com + */ +.ql-container { + box-sizing: border-box; + font-family: Helvetica, Arial, sans-serif; + font-size: 13px; + height: 100%; + margin: 0px; + position: relative; +} +.ql-container.ql-disabled .ql-tooltip { + visibility: hidden; +} +.ql-clipboard { + left: -100000px; + height: 1px; + overflow-y: hidden; + position: absolute; + top: 50%; +} +.ql-clipboard p { + margin: 0; + padding: 0; +} +.ql-editor { + box-sizing: border-box; + cursor: text; + line-height: 1.42; + height: 100%; + outline: none; + overflow-y: auto; + padding: 12px 15px; + tab-size: 4; + -moz-tab-size: 4; + text-align: left; + white-space: pre-wrap; + word-wrap: break-word; +} +.ql-editor p, +.ql-editor ol, +.ql-editor ul, +.ql-editor pre, +.ql-editor blockquote, +.ql-editor h1, +.ql-editor h2, +.ql-editor h3, +.ql-editor h4, +.ql-editor h5, +.ql-editor h6 { + margin: 0; + padding: 0; + counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; +} +.ql-editor ol, +.ql-editor ul { + padding-left: 1.5em; +} +.ql-editor ol > li, +.ql-editor ul > li { + list-style-type: none; +} +.ql-editor ul > li::before { + content: '\25CF'; +} +.ql-editor ul[data-checked=true], +.ql-editor ul[data-checked=false] { + pointer-events: none; +} +.ql-editor ul[data-checked=true] > li::before, +.ql-editor ul[data-checked=false] > li::before { + color: #777; + cursor: pointer; + pointer-events: all; +} +.ql-editor ul[data-checked=true] > li::before { + content: '\2611'; +} +.ql-editor ul[data-checked=false] > li::before { + content: '\2610'; +} +.ql-editor li::before { + display: inline-block; + margin-right: 0.3em; + text-align: right; + white-space: nowrap; + width: 1.2em; +} +.ql-editor li:not(.ql-direction-rtl)::before { + margin-left: -1.5em; +} +.ql-editor ol li, +.ql-editor ul li { + padding-left: 1.5em; +} +.ql-editor ol li { + counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; + counter-increment: list-num; +} +.ql-editor ol li:before { + content: counter(list-num, decimal) '. '; +} +.ql-editor ol li.ql-indent-1 { + counter-increment: list-1; +} +.ql-editor ol li.ql-indent-1:before { + content: counter(list-1, lower-alpha) '. '; +} +.ql-editor ol li.ql-indent-1 { + counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; +} +.ql-editor ol li.ql-indent-2 { + counter-increment: list-2; +} +.ql-editor ol li.ql-indent-2:before { + content: counter(list-2, lower-roman) '. '; +} +.ql-editor ol li.ql-indent-2 { + counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; +} +.ql-editor ol li.ql-indent-3 { + counter-increment: list-3; +} +.ql-editor ol li.ql-indent-3:before { + content: counter(list-3, decimal) '. '; +} +.ql-editor ol li.ql-indent-3 { + counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; +} +.ql-editor ol li.ql-indent-4 { + counter-increment: list-4; +} +.ql-editor ol li.ql-indent-4:before { + content: counter(list-4, lower-alpha) '. '; +} +.ql-editor ol li.ql-indent-4 { + counter-reset: list-5 list-6 list-7 list-8 list-9; +} +.ql-editor ol li.ql-indent-5 { + counter-increment: list-5; +} +.ql-editor ol li.ql-indent-5:before { + content: counter(list-5, lower-roman) '. '; +} +.ql-editor ol li.ql-indent-5 { + counter-reset: list-6 list-7 list-8 list-9; +} +.ql-editor ol li.ql-indent-6 { + counter-increment: list-6; +} +.ql-editor ol li.ql-indent-6:before { + content: counter(list-6, decimal) '. '; +} +.ql-editor ol li.ql-indent-6 { + counter-reset: list-7 list-8 list-9; +} +.ql-editor ol li.ql-indent-7 { + counter-increment: list-7; +} +.ql-editor ol li.ql-indent-7:before { + content: counter(list-7, lower-alpha) '. '; +} +.ql-editor ol li.ql-indent-7 { + counter-reset: list-8 list-9; +} +.ql-editor ol li.ql-indent-8 { + counter-increment: list-8; +} +.ql-editor ol li.ql-indent-8:before { + content: counter(list-8, lower-roman) '. '; +} +.ql-editor ol li.ql-indent-8 { + counter-reset: list-9; +} +.ql-editor ol li.ql-indent-9 { + counter-increment: list-9; +} +.ql-editor ol li.ql-indent-9:before { + content: counter(list-9, decimal) '. '; +} +.ql-editor .ql-indent-1:not(.ql-direction-rtl) { + padding-left: 3em; +} +.ql-editor li.ql-indent-1:not(.ql-direction-rtl) { + padding-left: 4.5em; +} +.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right { + padding-right: 3em; +} +.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right { + padding-right: 4.5em; +} +.ql-editor .ql-indent-2:not(.ql-direction-rtl) { + padding-left: 6em; +} +.ql-editor li.ql-indent-2:not(.ql-direction-rtl) { + padding-left: 7.5em; +} +.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right { + padding-right: 6em; +} +.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right { + padding-right: 7.5em; +} +.ql-editor .ql-indent-3:not(.ql-direction-rtl) { + padding-left: 9em; +} +.ql-editor li.ql-indent-3:not(.ql-direction-rtl) { + padding-left: 10.5em; +} +.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right { + padding-right: 9em; +} +.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right { + padding-right: 10.5em; +} +.ql-editor .ql-indent-4:not(.ql-direction-rtl) { + padding-left: 12em; +} +.ql-editor li.ql-indent-4:not(.ql-direction-rtl) { + padding-left: 13.5em; +} +.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right { + padding-right: 12em; +} +.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right { + padding-right: 13.5em; +} +.ql-editor .ql-indent-5:not(.ql-direction-rtl) { + padding-left: 15em; +} +.ql-editor li.ql-indent-5:not(.ql-direction-rtl) { + padding-left: 16.5em; +} +.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right { + padding-right: 15em; +} +.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right { + padding-right: 16.5em; +} +.ql-editor .ql-indent-6:not(.ql-direction-rtl) { + padding-left: 18em; +} +.ql-editor li.ql-indent-6:not(.ql-direction-rtl) { + padding-left: 19.5em; +} +.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right { + padding-right: 18em; +} +.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right { + padding-right: 19.5em; +} +.ql-editor .ql-indent-7:not(.ql-direction-rtl) { + padding-left: 21em; +} +.ql-editor li.ql-indent-7:not(.ql-direction-rtl) { + padding-left: 22.5em; +} +.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right { + padding-right: 21em; +} +.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right { + padding-right: 22.5em; +} +.ql-editor .ql-indent-8:not(.ql-direction-rtl) { + padding-left: 24em; +} +.ql-editor li.ql-indent-8:not(.ql-direction-rtl) { + padding-left: 25.5em; +} +.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right { + padding-right: 24em; +} +.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right { + padding-right: 25.5em; +} +.ql-editor .ql-indent-9:not(.ql-direction-rtl) { + padding-left: 27em; +} +.ql-editor li.ql-indent-9:not(.ql-direction-rtl) { + padding-left: 28.5em; +} +.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right { + padding-right: 27em; +} +.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right { + padding-right: 28.5em; +} +.ql-editor .ql-video { + display: block; + max-width: 100%; +} +.ql-editor .ql-video.ql-align-center { + margin: 0 auto; +} +.ql-editor .ql-video.ql-align-right { + margin: 0 0 0 auto; +} +.ql-editor .ql-bg-black { + background-color: #000; +} +.ql-editor .ql-bg-red { + background-color: #e60000; +} +.ql-editor .ql-bg-orange { + background-color: #f90; +} +.ql-editor .ql-bg-yellow { + background-color: #ff0; +} +.ql-editor .ql-bg-green { + background-color: #008a00; +} +.ql-editor .ql-bg-blue { + background-color: #06c; +} +.ql-editor .ql-bg-purple { + background-color: #93f; +} +.ql-editor .ql-color-white { + color: #fff; +} +.ql-editor .ql-color-red { + color: #e60000; +} +.ql-editor .ql-color-orange { + color: #f90; +} +.ql-editor .ql-color-yellow { + color: #ff0; +} +.ql-editor .ql-color-green { + color: #008a00; +} +.ql-editor .ql-color-blue { + color: #06c; +} +.ql-editor .ql-color-purple { + color: #93f; +} +.ql-editor .ql-font-serif { + font-family: Georgia, Times New Roman, serif; +} +.ql-editor .ql-font-monospace { + font-family: Monaco, Courier New, monospace; +} +.ql-editor .ql-size-small { + font-size: 0.75em; +} +.ql-editor .ql-size-large { + font-size: 1.5em; +} +.ql-editor .ql-size-huge { + font-size: 2.5em; +} +.ql-editor .ql-direction-rtl { + direction: rtl; + text-align: inherit; +} +.ql-editor .ql-align-center { + text-align: center; +} +.ql-editor .ql-align-justify { + text-align: justify; +} +.ql-editor .ql-align-right { + text-align: right; +} +.ql-editor.ql-blank::before { + color: rgba(0,0,0,0.6); + content: attr(data-placeholder); + font-style: italic; + pointer-events: none; + position: absolute; +} +.ql-bubble.ql-toolbar:after, +.ql-bubble .ql-toolbar:after { + clear: both; + content: ''; + display: table; +} +.ql-bubble.ql-toolbar button, +.ql-bubble .ql-toolbar button { + background: none; + border: none; + cursor: pointer; + display: inline-block; + float: left; + height: 24px; + padding: 3px 5px; + width: 28px; +} +.ql-bubble.ql-toolbar button svg, +.ql-bubble .ql-toolbar button svg { + float: left; + height: 100%; +} +.ql-bubble.ql-toolbar button:active:hover, +.ql-bubble .ql-toolbar button:active:hover { + outline: none; +} +.ql-bubble.ql-toolbar input.ql-image[type=file], +.ql-bubble .ql-toolbar input.ql-image[type=file] { + display: none; +} +.ql-bubble.ql-toolbar button:hover, +.ql-bubble .ql-toolbar button:hover, +.ql-bubble.ql-toolbar button.ql-active, +.ql-bubble .ql-toolbar button.ql-active, +.ql-bubble.ql-toolbar .ql-picker-label:hover, +.ql-bubble .ql-toolbar .ql-picker-label:hover, +.ql-bubble.ql-toolbar .ql-picker-label.ql-active, +.ql-bubble .ql-toolbar .ql-picker-label.ql-active, +.ql-bubble.ql-toolbar .ql-picker-item:hover, +.ql-bubble .ql-toolbar .ql-picker-item:hover, +.ql-bubble.ql-toolbar .ql-picker-item.ql-selected, +.ql-bubble .ql-toolbar .ql-picker-item.ql-selected { + color: #fff; +} +.ql-bubble.ql-toolbar button:hover .ql-fill, +.ql-bubble .ql-toolbar button:hover .ql-fill, +.ql-bubble.ql-toolbar button.ql-active .ql-fill, +.ql-bubble .ql-toolbar button.ql-active .ql-fill, +.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill, +.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill, +.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill, +.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill, +.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill, +.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill, +.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill, +.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill, +.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill, +.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill, +.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill, +.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill, +.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, +.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, +.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, +.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, +.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, +.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, +.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, +.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill { + fill: #fff; +} +.ql-bubble.ql-toolbar button:hover .ql-stroke, +.ql-bubble .ql-toolbar button:hover .ql-stroke, +.ql-bubble.ql-toolbar button.ql-active .ql-stroke, +.ql-bubble .ql-toolbar button.ql-active .ql-stroke, +.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke, +.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke, +.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke, +.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke, +.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke, +.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke, +.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, +.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, +.ql-bubble.ql-toolbar button:hover .ql-stroke-miter, +.ql-bubble .ql-toolbar button:hover .ql-stroke-miter, +.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter, +.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter, +.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, +.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, +.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, +.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, +.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, +.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, +.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, +.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { + stroke: #fff; +} +.ql-bubble { + box-sizing: border-box; +} +.ql-bubble * { + box-sizing: border-box; +} +.ql-bubble .ql-hidden { + display: none; +} +.ql-bubble .ql-out-bottom, +.ql-bubble .ql-out-top { + visibility: hidden; +} +.ql-bubble .ql-tooltip { + position: absolute; + transform: translateY(10px); +} +.ql-bubble .ql-tooltip a { + cursor: pointer; + text-decoration: none; +} +.ql-bubble .ql-tooltip.ql-flip { + transform: translateY(-10px); +} +.ql-bubble .ql-formats { + display: inline-block; + vertical-align: middle; +} +.ql-bubble .ql-formats:after { + clear: both; + content: ''; + display: table; +} +.ql-bubble .ql-stroke { + fill: none; + stroke: #ccc; + stroke-linecap: round; + stroke-linejoin: round; + stroke-width: 2; +} +.ql-bubble .ql-stroke-miter { + fill: none; + stroke: #ccc; + stroke-miterlimit: 10; + stroke-width: 2; +} +.ql-bubble .ql-fill, +.ql-bubble .ql-stroke.ql-fill { + fill: #ccc; +} +.ql-bubble .ql-empty { + fill: none; +} +.ql-bubble .ql-even { + fill-rule: evenodd; +} +.ql-bubble .ql-thin, +.ql-bubble .ql-stroke.ql-thin { + stroke-width: 1; +} +.ql-bubble .ql-transparent { + opacity: 0.4; +} +.ql-bubble .ql-direction svg:last-child { + display: none; +} +.ql-bubble .ql-direction.ql-active svg:last-child { + display: inline; +} +.ql-bubble .ql-direction.ql-active svg:first-child { + display: none; +} +.ql-bubble .ql-editor h1 { + font-size: 2em; +} +.ql-bubble .ql-editor h2 { + font-size: 1.5em; +} +.ql-bubble .ql-editor h3 { + font-size: 1.17em; +} +.ql-bubble .ql-editor h4 { + font-size: 1em; +} +.ql-bubble .ql-editor h5 { + font-size: 0.83em; +} +.ql-bubble .ql-editor h6 { + font-size: 0.67em; +} +.ql-bubble .ql-editor a { + text-decoration: underline; +} +.ql-bubble .ql-editor blockquote { + border-left: 4px solid #ccc; + margin-bottom: 5px; + margin-top: 5px; + padding-left: 16px; +} +.ql-bubble .ql-editor code, +.ql-bubble .ql-editor pre { + background-color: #f0f0f0; + border-radius: 3px; +} +.ql-bubble .ql-editor pre { + white-space: pre-wrap; + margin-bottom: 5px; + margin-top: 5px; + padding: 5px 10px; +} +.ql-bubble .ql-editor code { + font-size: 85%; + padding-bottom: 2px; + padding-top: 2px; +} +.ql-bubble .ql-editor code:before, +.ql-bubble .ql-editor code:after { + content: "\A0"; + letter-spacing: -2px; +} +.ql-bubble .ql-editor pre.ql-syntax { + background-color: #23241f; + color: #f8f8f2; + overflow: visible; +} +.ql-bubble .ql-editor img { + max-width: 100%; +} +.ql-bubble .ql-picker { + color: #ccc; + display: inline-block; + float: left; + font-size: 14px; + font-weight: 500; + height: 24px; + position: relative; + vertical-align: middle; +} +.ql-bubble .ql-picker-label { + cursor: pointer; + display: inline-block; + height: 100%; + padding-left: 8px; + padding-right: 2px; + position: relative; + width: 100%; +} +.ql-bubble .ql-picker-label::before { + display: inline-block; + line-height: 22px; +} +.ql-bubble .ql-picker-options { + background-color: #444; + display: none; + min-width: 100%; + padding: 4px 8px; + position: absolute; + white-space: nowrap; +} +.ql-bubble .ql-picker-options .ql-picker-item { + cursor: pointer; + display: block; + padding-bottom: 5px; + padding-top: 5px; +} +.ql-bubble .ql-picker.ql-expanded .ql-picker-label { + color: #777; + z-index: 2; +} +.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill { + fill: #777; +} +.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke { + stroke: #777; +} +.ql-bubble .ql-picker.ql-expanded .ql-picker-options { + display: block; + margin-top: -1px; + top: 100%; + z-index: 1; +} +.ql-bubble .ql-color-picker, +.ql-bubble .ql-icon-picker { + width: 28px; +} +.ql-bubble .ql-color-picker .ql-picker-label, +.ql-bubble .ql-icon-picker .ql-picker-label { + padding: 2px 4px; +} +.ql-bubble .ql-color-picker .ql-picker-label svg, +.ql-bubble .ql-icon-picker .ql-picker-label svg { + right: 4px; +} +.ql-bubble .ql-icon-picker .ql-picker-options { + padding: 4px 0px; +} +.ql-bubble .ql-icon-picker .ql-picker-item { + height: 24px; + width: 24px; + padding: 2px 4px; +} +.ql-bubble .ql-color-picker .ql-picker-options { + padding: 3px 5px; + width: 152px; +} +.ql-bubble .ql-color-picker .ql-picker-item { + border: 1px solid transparent; + float: left; + height: 16px; + margin: 2px; + padding: 0px; + width: 16px; +} +.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg { + position: absolute; + margin-top: -9px; + right: 0; + top: 50%; + width: 18px; +} +.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before, +.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before, +.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before, +.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, +.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, +.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before { + content: attr(data-label); +} +.ql-bubble .ql-picker.ql-header { + width: 98px; +} +.ql-bubble .ql-picker.ql-header .ql-picker-label::before, +.ql-bubble .ql-picker.ql-header .ql-picker-item::before { + content: 'Normal'; +} +.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, +.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before { + content: 'Heading 1'; +} +.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, +.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before { + content: 'Heading 2'; +} +.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, +.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before { + content: 'Heading 3'; +} +.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, +.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before { + content: 'Heading 4'; +} +.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, +.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before { + content: 'Heading 5'; +} +.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, +.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before { + content: 'Heading 6'; +} +.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before { + font-size: 2em; +} +.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before { + font-size: 1.5em; +} +.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before { + font-size: 1.17em; +} +.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before { + font-size: 1em; +} +.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before { + font-size: 0.83em; +} +.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before { + font-size: 0.67em; +} +.ql-bubble .ql-picker.ql-font { + width: 108px; +} +.ql-bubble .ql-picker.ql-font .ql-picker-label::before, +.ql-bubble .ql-picker.ql-font .ql-picker-item::before { + content: 'Sans Serif'; +} +.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, +.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before { + content: 'Serif'; +} +.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, +.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before { + content: 'Monospace'; +} +.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before { + font-family: Georgia, Times New Roman, serif; +} +.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before { + font-family: Monaco, Courier New, monospace; +} +.ql-bubble .ql-picker.ql-size { + width: 98px; +} +.ql-bubble .ql-picker.ql-size .ql-picker-label::before, +.ql-bubble .ql-picker.ql-size .ql-picker-item::before { + content: 'Normal'; +} +.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before, +.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before { + content: 'Small'; +} +.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before, +.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before { + content: 'Large'; +} +.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, +.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before { + content: 'Huge'; +} +.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before { + font-size: 10px; +} +.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before { + font-size: 18px; +} +.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before { + font-size: 32px; +} +.ql-bubble .ql-color-picker.ql-background .ql-picker-item { + background-color: #fff; +} +.ql-bubble .ql-color-picker.ql-color .ql-picker-item { + background-color: #000; +} +.ql-bubble .ql-toolbar .ql-formats { + margin: 8px 12px 8px 0px; +} +.ql-bubble .ql-toolbar .ql-formats:first-child { + margin-left: 12px; +} +.ql-bubble .ql-color-picker svg { + margin: 1px; +} +.ql-bubble .ql-color-picker .ql-picker-item.ql-selected, +.ql-bubble .ql-color-picker .ql-picker-item:hover { + border-color: #fff; +} +.ql-bubble .ql-tooltip { + background-color: #444; + border-radius: 25px; + color: #fff; +} +.ql-bubble .ql-tooltip-arrow { + border-left: 6px solid transparent; + border-right: 6px solid transparent; + content: " "; + display: block; + left: 50%; + margin-left: -6px; + position: absolute; +} +.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow { + border-bottom: 6px solid #444; + top: -6px; +} +.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow { + border-top: 6px solid #444; + bottom: -6px; +} +.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor { + display: block; +} +.ql-bubble .ql-tooltip.ql-editing .ql-formats { + visibility: hidden; +} +.ql-bubble .ql-tooltip-editor { + display: none; +} +.ql-bubble .ql-tooltip-editor input[type=text] { + background: transparent; + border: none; + color: #fff; + font-size: 13px; + height: 100%; + outline: none; + padding: 10px 20px; + position: absolute; + width: 100%; +} +.ql-bubble .ql-tooltip-editor a { + top: 10px; + position: absolute; + right: 20px; +} +.ql-bubble .ql-tooltip-editor a:before { + color: #ccc; + content: "\D7"; + font-size: 16px; + font-weight: bold; +} diff --git a/src/legacy/css/quill.snow.css b/src/legacy/css/quill.snow.css new file mode 100644 index 0000000000000000000000000000000000000000..493638eae062332e54afcee71f5f82e1883984b8 --- /dev/null +++ b/src/legacy/css/quill.snow.css @@ -0,0 +1,904 @@ +/*! + * Quill Editor v1.2.0 + * https://quilljs.com/ + * Copyright (c) 2014, Jason Chen + * Copyright (c) 2013, salesforce.com + */ +.ql-container { + box-sizing: border-box; + font-family: Helvetica, Arial, sans-serif; + font-size: 13px; + height: 100%; + margin: 0px; + position: relative; +} +.ql-container.ql-disabled .ql-tooltip { + visibility: hidden; +} +.ql-clipboard { + left: -100000px; + height: 1px; + overflow-y: hidden; + position: absolute; + top: 50%; +} +.ql-clipboard p { + margin: 0; + padding: 0; +} +.ql-editor { + box-sizing: border-box; + cursor: text; + line-height: 1.42; + height: 100%; + outline: none; + overflow-y: auto; + padding: 12px 15px; + tab-size: 4; + -moz-tab-size: 4; + text-align: left; + white-space: pre-wrap; + word-wrap: break-word; +} +.ql-editor p, +.ql-editor ol, +.ql-editor ul, +.ql-editor pre, +.ql-editor blockquote, +.ql-editor h1, +.ql-editor h2, +.ql-editor h3, +.ql-editor h4, +.ql-editor h5, +.ql-editor h6 { + margin: 0; + padding: 0; + counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; +} +.ql-editor ol, +.ql-editor ul { + padding-left: 1.5em; +} +.ql-editor ol > li, +.ql-editor ul > li { + list-style-type: none; +} +.ql-editor ul > li::before { + content: '\25CF'; +} +.ql-editor ul[data-checked=true], +.ql-editor ul[data-checked=false] { + pointer-events: none; +} +.ql-editor ul[data-checked=true] > li::before, +.ql-editor ul[data-checked=false] > li::before { + color: #777; + cursor: pointer; + pointer-events: all; +} +.ql-editor ul[data-checked=true] > li::before { + content: '\2611'; +} +.ql-editor ul[data-checked=false] > li::before { + content: '\2610'; +} +.ql-editor li::before { + display: inline-block; + margin-right: 0.3em; + text-align: right; + white-space: nowrap; + width: 1.2em; +} +.ql-editor li:not(.ql-direction-rtl)::before { + margin-left: -1.5em; +} +.ql-editor ol li, +.ql-editor ul li { + padding-left: 1.5em; +} +.ql-editor ol li { + counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; + counter-increment: list-num; +} +.ql-editor ol li:before { + content: counter(list-num, decimal) '. '; +} +.ql-editor ol li.ql-indent-1 { + counter-increment: list-1; +} +.ql-editor ol li.ql-indent-1:before { + content: counter(list-1, lower-alpha) '. '; +} +.ql-editor ol li.ql-indent-1 { + counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; +} +.ql-editor ol li.ql-indent-2 { + counter-increment: list-2; +} +.ql-editor ol li.ql-indent-2:before { + content: counter(list-2, lower-roman) '. '; +} +.ql-editor ol li.ql-indent-2 { + counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; +} +.ql-editor ol li.ql-indent-3 { + counter-increment: list-3; +} +.ql-editor ol li.ql-indent-3:before { + content: counter(list-3, decimal) '. '; +} +.ql-editor ol li.ql-indent-3 { + counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; +} +.ql-editor ol li.ql-indent-4 { + counter-increment: list-4; +} +.ql-editor ol li.ql-indent-4:before { + content: counter(list-4, lower-alpha) '. '; +} +.ql-editor ol li.ql-indent-4 { + counter-reset: list-5 list-6 list-7 list-8 list-9; +} +.ql-editor ol li.ql-indent-5 { + counter-increment: list-5; +} +.ql-editor ol li.ql-indent-5:before { + content: counter(list-5, lower-roman) '. '; +} +.ql-editor ol li.ql-indent-5 { + counter-reset: list-6 list-7 list-8 list-9; +} +.ql-editor ol li.ql-indent-6 { + counter-increment: list-6; +} +.ql-editor ol li.ql-indent-6:before { + content: counter(list-6, decimal) '. '; +} +.ql-editor ol li.ql-indent-6 { + counter-reset: list-7 list-8 list-9; +} +.ql-editor ol li.ql-indent-7 { + counter-increment: list-7; +} +.ql-editor ol li.ql-indent-7:before { + content: counter(list-7, lower-alpha) '. '; +} +.ql-editor ol li.ql-indent-7 { + counter-reset: list-8 list-9; +} +.ql-editor ol li.ql-indent-8 { + counter-increment: list-8; +} +.ql-editor ol li.ql-indent-8:before { + content: counter(list-8, lower-roman) '. '; +} +.ql-editor ol li.ql-indent-8 { + counter-reset: list-9; +} +.ql-editor ol li.ql-indent-9 { + counter-increment: list-9; +} +.ql-editor ol li.ql-indent-9:before { + content: counter(list-9, decimal) '. '; +} +.ql-editor .ql-indent-1:not(.ql-direction-rtl) { + padding-left: 3em; +} +.ql-editor li.ql-indent-1:not(.ql-direction-rtl) { + padding-left: 4.5em; +} +.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right { + padding-right: 3em; +} +.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right { + padding-right: 4.5em; +} +.ql-editor .ql-indent-2:not(.ql-direction-rtl) { + padding-left: 6em; +} +.ql-editor li.ql-indent-2:not(.ql-direction-rtl) { + padding-left: 7.5em; +} +.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right { + padding-right: 6em; +} +.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right { + padding-right: 7.5em; +} +.ql-editor .ql-indent-3:not(.ql-direction-rtl) { + padding-left: 9em; +} +.ql-editor li.ql-indent-3:not(.ql-direction-rtl) { + padding-left: 10.5em; +} +.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right { + padding-right: 9em; +} +.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right { + padding-right: 10.5em; +} +.ql-editor .ql-indent-4:not(.ql-direction-rtl) { + padding-left: 12em; +} +.ql-editor li.ql-indent-4:not(.ql-direction-rtl) { + padding-left: 13.5em; +} +.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right { + padding-right: 12em; +} +.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right { + padding-right: 13.5em; +} +.ql-editor .ql-indent-5:not(.ql-direction-rtl) { + padding-left: 15em; +} +.ql-editor li.ql-indent-5:not(.ql-direction-rtl) { + padding-left: 16.5em; +} +.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right { + padding-right: 15em; +} +.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right { + padding-right: 16.5em; +} +.ql-editor .ql-indent-6:not(.ql-direction-rtl) { + padding-left: 18em; +} +.ql-editor li.ql-indent-6:not(.ql-direction-rtl) { + padding-left: 19.5em; +} +.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right { + padding-right: 18em; +} +.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right { + padding-right: 19.5em; +} +.ql-editor .ql-indent-7:not(.ql-direction-rtl) { + padding-left: 21em; +} +.ql-editor li.ql-indent-7:not(.ql-direction-rtl) { + padding-left: 22.5em; +} +.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right { + padding-right: 21em; +} +.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right { + padding-right: 22.5em; +} +.ql-editor .ql-indent-8:not(.ql-direction-rtl) { + padding-left: 24em; +} +.ql-editor li.ql-indent-8:not(.ql-direction-rtl) { + padding-left: 25.5em; +} +.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right { + padding-right: 24em; +} +.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right { + padding-right: 25.5em; +} +.ql-editor .ql-indent-9:not(.ql-direction-rtl) { + padding-left: 27em; +} +.ql-editor li.ql-indent-9:not(.ql-direction-rtl) { + padding-left: 28.5em; +} +.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right { + padding-right: 27em; +} +.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right { + padding-right: 28.5em; +} +.ql-editor .ql-video { + display: block; + max-width: 100%; +} +.ql-editor .ql-video.ql-align-center { + margin: 0 auto; +} +.ql-editor .ql-video.ql-align-right { + margin: 0 0 0 auto; +} +.ql-editor .ql-bg-black { + background-color: #000; +} +.ql-editor .ql-bg-red { + background-color: #e60000; +} +.ql-editor .ql-bg-orange { + background-color: #f90; +} +.ql-editor .ql-bg-yellow { + background-color: #ff0; +} +.ql-editor .ql-bg-green { + background-color: #008a00; +} +.ql-editor .ql-bg-blue { + background-color: #06c; +} +.ql-editor .ql-bg-purple { + background-color: #93f; +} +.ql-editor .ql-color-white { + color: #fff; +} +.ql-editor .ql-color-red { + color: #e60000; +} +.ql-editor .ql-color-orange { + color: #f90; +} +.ql-editor .ql-color-yellow { + color: #ff0; +} +.ql-editor .ql-color-green { + color: #008a00; +} +.ql-editor .ql-color-blue { + color: #06c; +} +.ql-editor .ql-color-purple { + color: #93f; +} +.ql-editor .ql-font-serif { + font-family: Georgia, Times New Roman, serif; +} +.ql-editor .ql-font-monospace { + font-family: Monaco, Courier New, monospace; +} +.ql-editor .ql-size-small { + font-size: 0.75em; +} +.ql-editor .ql-size-large { + font-size: 1.5em; +} +.ql-editor .ql-size-huge { + font-size: 2.5em; +} +.ql-editor .ql-direction-rtl { + direction: rtl; + text-align: inherit; +} +.ql-editor .ql-align-center { + text-align: center; +} +.ql-editor .ql-align-justify { + text-align: justify; +} +.ql-editor .ql-align-right { + text-align: right; +} +.ql-editor.ql-blank::before { + color: rgba(0,0,0,0.6); + content: attr(data-placeholder); + font-style: italic; + pointer-events: none; + position: absolute; +} +.ql-snow.ql-toolbar:after, +.ql-snow .ql-toolbar:after { + clear: both; + content: ''; + display: table; +} +.ql-snow.ql-toolbar button, +.ql-snow .ql-toolbar button { + background: none; + border: none; + cursor: pointer; + display: inline-block; + float: left; + height: 24px; + padding: 3px 5px; + width: 28px; +} +.ql-snow.ql-toolbar button svg, +.ql-snow .ql-toolbar button svg { + float: left; + height: 100%; +} +.ql-snow.ql-toolbar button:active:hover, +.ql-snow .ql-toolbar button:active:hover { + outline: none; +} +.ql-snow.ql-toolbar input.ql-image[type=file], +.ql-snow .ql-toolbar input.ql-image[type=file] { + display: none; +} +.ql-snow.ql-toolbar button:hover, +.ql-snow .ql-toolbar button:hover, +.ql-snow.ql-toolbar button.ql-active, +.ql-snow .ql-toolbar button.ql-active, +.ql-snow.ql-toolbar .ql-picker-label:hover, +.ql-snow .ql-toolbar .ql-picker-label:hover, +.ql-snow.ql-toolbar .ql-picker-label.ql-active, +.ql-snow .ql-toolbar .ql-picker-label.ql-active, +.ql-snow.ql-toolbar .ql-picker-item:hover, +.ql-snow .ql-toolbar .ql-picker-item:hover, +.ql-snow.ql-toolbar .ql-picker-item.ql-selected, +.ql-snow .ql-toolbar .ql-picker-item.ql-selected { + color: #06c; +} +.ql-snow.ql-toolbar button:hover .ql-fill, +.ql-snow .ql-toolbar button:hover .ql-fill, +.ql-snow.ql-toolbar button.ql-active .ql-fill, +.ql-snow .ql-toolbar button.ql-active .ql-fill, +.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, +.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, +.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, +.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, +.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, +.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, +.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, +.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, +.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, +.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, +.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, +.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, +.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, +.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, +.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, +.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, +.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, +.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, +.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, +.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill { + fill: #06c; +} +.ql-snow.ql-toolbar button:hover .ql-stroke, +.ql-snow .ql-toolbar button:hover .ql-stroke, +.ql-snow.ql-toolbar button.ql-active .ql-stroke, +.ql-snow .ql-toolbar button.ql-active .ql-stroke, +.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, +.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, +.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, +.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, +.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, +.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, +.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, +.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, +.ql-snow.ql-toolbar button:hover .ql-stroke-miter, +.ql-snow .ql-toolbar button:hover .ql-stroke-miter, +.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, +.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, +.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, +.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, +.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, +.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, +.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, +.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, +.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, +.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { + stroke: #06c; +} +.ql-snow { + box-sizing: border-box; +} +.ql-snow * { + box-sizing: border-box; +} +.ql-snow .ql-hidden { + display: none; +} +.ql-snow .ql-out-bottom, +.ql-snow .ql-out-top { + visibility: hidden; +} +.ql-snow .ql-tooltip { + position: absolute; + transform: translateY(10px); +} +.ql-snow .ql-tooltip a { + cursor: pointer; + text-decoration: none; +} +.ql-snow .ql-tooltip.ql-flip { + transform: translateY(-10px); +} +.ql-snow .ql-formats { + display: inline-block; + vertical-align: middle; +} +.ql-snow .ql-formats:after { + clear: both; + content: ''; + display: table; +} +.ql-snow .ql-stroke { + fill: none; + stroke: #444; + stroke-linecap: round; + stroke-linejoin: round; + stroke-width: 2; +} +.ql-snow .ql-stroke-miter { + fill: none; + stroke: #444; + stroke-miterlimit: 10; + stroke-width: 2; +} +.ql-snow .ql-fill, +.ql-snow .ql-stroke.ql-fill { + fill: #444; +} +.ql-snow .ql-empty { + fill: none; +} +.ql-snow .ql-even { + fill-rule: evenodd; +} +.ql-snow .ql-thin, +.ql-snow .ql-stroke.ql-thin { + stroke-width: 1; +} +.ql-snow .ql-transparent { + opacity: 0.4; +} +.ql-snow .ql-direction svg:last-child { + display: none; +} +.ql-snow .ql-direction.ql-active svg:last-child { + display: inline; +} +.ql-snow .ql-direction.ql-active svg:first-child { + display: none; +} +.ql-snow .ql-editor h1 { + font-size: 2em; +} +.ql-snow .ql-editor h2 { + font-size: 1.5em; +} +.ql-snow .ql-editor h3 { + font-size: 1.17em; +} +.ql-snow .ql-editor h4 { + font-size: 1em; +} +.ql-snow .ql-editor h5 { + font-size: 0.83em; +} +.ql-snow .ql-editor h6 { + font-size: 0.67em; +} +.ql-snow .ql-editor a { + text-decoration: underline; +} +.ql-snow .ql-editor blockquote { + border-left: 4px solid #ccc; + margin-bottom: 5px; + margin-top: 5px; + padding-left: 16px; +} +.ql-snow .ql-editor code, +.ql-snow .ql-editor pre { + background-color: #f0f0f0; + border-radius: 3px; +} +.ql-snow .ql-editor pre { + white-space: pre-wrap; + margin-bottom: 5px; + margin-top: 5px; + padding: 5px 10px; +} +.ql-snow .ql-editor code { + font-size: 85%; + padding-bottom: 2px; + padding-top: 2px; +} +.ql-snow .ql-editor code:before, +.ql-snow .ql-editor code:after { + content: "\A0"; + letter-spacing: -2px; +} +.ql-snow .ql-editor pre.ql-syntax { + background-color: #23241f; + color: #f8f8f2; + overflow: visible; +} +.ql-snow .ql-editor img { + max-width: 100%; +} +.ql-snow .ql-picker { + color: #444; + display: inline-block; + float: left; + font-size: 14px; + font-weight: 500; + height: 24px; + position: relative; + vertical-align: middle; +} +.ql-snow .ql-picker-label { + cursor: pointer; + display: inline-block; + height: 100%; + padding-left: 8px; + padding-right: 2px; + position: relative; + width: 100%; +} +.ql-snow .ql-picker-label::before { + display: inline-block; + line-height: 22px; +} +.ql-snow .ql-picker-options { + background-color: #fff; + display: none; + min-width: 100%; + padding: 4px 8px; + position: absolute; + white-space: nowrap; +} +.ql-snow .ql-picker-options .ql-picker-item { + cursor: pointer; + display: block; + padding-bottom: 5px; + padding-top: 5px; +} +.ql-snow .ql-picker.ql-expanded .ql-picker-label { + color: #ccc; + z-index: 2; +} +.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { + fill: #ccc; +} +.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { + stroke: #ccc; +} +.ql-snow .ql-picker.ql-expanded .ql-picker-options { + display: block; + margin-top: -1px; + top: 100%; + z-index: 1; +} +.ql-snow .ql-color-picker, +.ql-snow .ql-icon-picker { + width: 28px; +} +.ql-snow .ql-color-picker .ql-picker-label, +.ql-snow .ql-icon-picker .ql-picker-label { + padding: 2px 4px; +} +.ql-snow .ql-color-picker .ql-picker-label svg, +.ql-snow .ql-icon-picker .ql-picker-label svg { + right: 4px; +} +.ql-snow .ql-icon-picker .ql-picker-options { + padding: 4px 0px; +} +.ql-snow .ql-icon-picker .ql-picker-item { + height: 24px; + width: 24px; + padding: 2px 4px; +} +.ql-snow .ql-color-picker .ql-picker-options { + padding: 3px 5px; + width: 152px; +} +.ql-snow .ql-color-picker .ql-picker-item { + border: 1px solid transparent; + float: left; + height: 16px; + margin: 2px; + padding: 0px; + width: 16px; +} +.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg { + position: absolute; + margin-top: -9px; + right: 0; + top: 50%; + width: 18px; +} +.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before, +.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before, +.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before, +.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, +.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, +.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before { + content: attr(data-label); +} +.ql-snow .ql-picker.ql-header { + width: 98px; +} +.ql-snow .ql-picker.ql-header .ql-picker-label::before, +.ql-snow .ql-picker.ql-header .ql-picker-item::before { + content: 'Normal'; +} +.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, +.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before { + content: 'Heading 1'; +} +.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, +.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before { + content: 'Heading 2'; +} +.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, +.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before { + content: 'Heading 3'; +} +.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, +.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before { + content: 'Heading 4'; +} +.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, +.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before { + content: 'Heading 5'; +} +.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, +.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before { + content: 'Heading 6'; +} +.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before { + font-size: 2em; +} +.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before { + font-size: 1.5em; +} +.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before { + font-size: 1.17em; +} +.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before { + font-size: 1em; +} +.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before { + font-size: 0.83em; +} +.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before { + font-size: 0.67em; +} +.ql-snow .ql-picker.ql-font { + width: 108px; +} +.ql-snow .ql-picker.ql-font .ql-picker-label::before, +.ql-snow .ql-picker.ql-font .ql-picker-item::before { + content: 'Sans Serif'; +} +.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, +.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before { + content: 'Serif'; +} +.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, +.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before { + content: 'Monospace'; +} +.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before { + font-family: Georgia, Times New Roman, serif; +} +.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before { + font-family: Monaco, Courier New, monospace; +} +.ql-snow .ql-picker.ql-size { + width: 98px; +} +.ql-snow .ql-picker.ql-size .ql-picker-label::before, +.ql-snow .ql-picker.ql-size .ql-picker-item::before { + content: 'Normal'; +} +.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before, +.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before { + content: 'Small'; +} +.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before, +.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before { + content: 'Large'; +} +.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, +.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before { + content: 'Huge'; +} +.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before { + font-size: 10px; +} +.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before { + font-size: 18px; +} +.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before { + font-size: 32px; +} +.ql-snow .ql-color-picker.ql-background .ql-picker-item { + background-color: #fff; +} +.ql-snow .ql-color-picker.ql-color .ql-picker-item { + background-color: #000; +} +.ql-toolbar.ql-snow { + border: 1px solid #ccc; + box-sizing: border-box; + font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; + padding: 8px; +} +.ql-toolbar.ql-snow .ql-formats { + margin-right: 15px; +} +.ql-toolbar.ql-snow .ql-picker-label { + border: 1px solid transparent; +} +.ql-toolbar.ql-snow .ql-picker-options { + border: 1px solid transparent; + box-shadow: rgba(0,0,0,0.2) 0 2px 8px; +} +.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { + border-color: #ccc; +} +.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { + border-color: #ccc; +} +.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, +.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover { + border-color: #000; +} +.ql-toolbar.ql-snow + .ql-container.ql-snow { + border-top: 0px; +} +.ql-snow .ql-tooltip { + background-color: #fff; + border: 1px solid #ccc; + box-shadow: 0px 0px 5px #ddd; + color: #444; + padding: 5px 12px; + white-space: nowrap; +} +.ql-snow .ql-tooltip::before { + content: "Visit URL:"; + line-height: 26px; + margin-right: 8px; +} +.ql-snow .ql-tooltip input[type=text] { + display: none; + border: 1px solid #ccc; + font-size: 13px; + height: 26px; + margin: 0px; + padding: 3px 5px; + width: 170px; +} +.ql-snow .ql-tooltip a.ql-preview { + display: inline-block; + max-width: 200px; + overflow-x: hidden; + text-overflow: ellipsis; + vertical-align: top; +} +.ql-snow .ql-tooltip a.ql-action::after { + border-right: 1px solid #ccc; + content: 'Edit'; + margin-left: 16px; + padding-right: 8px; +} +.ql-snow .ql-tooltip a.ql-remove::before { + content: 'Remove'; + margin-left: 8px; +} +.ql-snow .ql-tooltip a { + line-height: 26px; +} +.ql-snow .ql-tooltip.ql-editing a.ql-preview, +.ql-snow .ql-tooltip.ql-editing a.ql-remove { + display: none; +} +.ql-snow .ql-tooltip.ql-editing input[type=text] { + display: inline-block; +} +.ql-snow .ql-tooltip.ql-editing a.ql-action::after { + border-right: 0px; + content: 'Save'; + padding-right: 0px; +} +.ql-snow .ql-tooltip[data-mode=link]::before { + content: "Enter link:"; +} +.ql-snow .ql-tooltip[data-mode=formula]::before { + content: "Enter formula:"; +} +.ql-snow .ql-tooltip[data-mode=video]::before { + content: "Enter video:"; +} +.ql-snow a { + color: #06c; +} +.ql-container.ql-snow { + border: 1px solid #ccc; +} diff --git a/src/legacy/css/rating-stars.min.css b/src/legacy/css/rating-stars.min.css new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/src/legacy/css/style_modeler.css b/src/legacy/css/style_modeler.css new file mode 100644 index 0000000000000000000000000000000000000000..7fa1640078357ef46032bc37a0efe47f4df35ce4 --- /dev/null +++ b/src/legacy/css/style_modeler.css @@ -0,0 +1,19 @@ +/* +===============LICENSE_START======================================================= +Graphene Apache-2.0 +=================================================================================== +Copyright (C) 2017 AT&T Intellectual Property & Tech Mahindra. All rights reserved. +=================================================================================== +This Graphene software file is distributed by AT&T and Tech Mahindra +under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +This file is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +===============LICENSE_END========================================================= +*/ \ No newline at end of file diff --git a/src/legacy/css/styles-schedule.css b/src/legacy/css/styles-schedule.css new file mode 100644 index 0000000000000000000000000000000000000000..66ae9b4af1520856e9347806a08b61026b3e5534 --- /dev/null +++ b/src/legacy/css/styles-schedule.css @@ -0,0 +1,87 @@ +/* +===============LICENSE_START======================================================= +Graphene Apache-2.0 +=================================================================================== +Copyright (C) 2017 AT&T Intellectual Property & Tech Mahindra. All rights reserved. +=================================================================================== +This Graphene software file is distributed by AT&T and Tech Mahindra +under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +This file is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +===============LICENSE_END========================================================= +*/ + +/* body.md-default-theme, body, html.md-default-theme, html {background:#fff;} +html,body, button,input, select, textarea,.mdl-button { + font-family: 'Open Sans', sans-serif; + } +p {font-size: 1em;} */ + +/********* Error 404 page style Start ***************/ +/* .error-wrapper {min-height: 600px;background: url("../images/error-page/404_bg.png") no-repeat center center; background-size: cover; position: absolute; width: 100%; height:100%; } +.error-wrapper-inner { } */ +.error-wrapper-inner-bottom-DS {background: url("../images/error-page/404_mountain.png") no-repeat 0 0; position: absolute; background-size: 100%;width:100%; height:130px;bottom:0;} +/* .error-wrapper-inner p {color: #fff;} */ +/* .error-graphene-logo {background: url("../images/error-page/logo_graphene_404.png") no-repeat center center; width: 198px; height: 57px; margin: 15px auto; } */ +.error-graphene-logo2-DS {background: /*url("../images/error-page/Graphene-error-page-logo.png")*/ no-repeat center center; width: 197px; height: 49px; margin: 15px auto; } +/* .error-graphene-img1 {background: url("../images/error-page/404.png") no-repeat center center; width: 354px; height: 204px; margin: 0 auto; background-size: cover;} */ +/* .error-para1 {font-weight:600;font-size: 16px; line-height:16px;} +.error-para2 {font-size: 14px;} +.error-para3 {font-size: 14px;} */ +/* .error-seperator {width: 55%; border:none; border-bottom: 1px dashed #FFCB00;margin: 29px auto;} */ +/* .error-link-container {margin: 10px 0;} +.error-link-container a { color: #fff; font-size: 16px;} +.error-link-container a:hover { color: #fff;} +.error-hor-seperator { border-right: 1px solid #fff; height: 20px; margin: 10px 20px; } */ + +h1.error-heading1-DS {color: #fff; margin-bottom:5px; margin-top:15px; padding-bottom: 8px; text-align:center; font-size: 48px; font-weight: 600;font-family: 'Open Sans', sans-serif;} +/* p.error-m-para1 {margin:0;font-size: 18px;font-family: 'Open Sans', sans-serif; margin-bottom: 50px;} */ +p.error-m-para2 {margin:0 auto 25px auto;font-size: 18px;font-family: 'Open Sans', sans-serif; text-align: center; position:relative; line-height: 28px; max-width: 800px; } +p.error-m-para2 span.author {display: block;font-size: 16px;font-style: italic;color: #c5becc;} + +.error-graphene-maintenance-img-DS {margin: 0 auto; background-size: cover; text-align: center;} +.error-graphene-maintenance-img-DS img {max-width: 100%; height: auto; max-height: 100%;} +/********* Error 404 page style End ***************/ + +/* @media (max-width: 650px) { + h1.error-heading1 {font-size: 24px; } + p.error-m-para2 { + margin: 0 auto 15px auto; + font-size: 14px; + line-height: 20px; + max-width: 80%; +} +p.error-m-para2 span.author {font-size: 12px;} +.error-graphene-maintenance-img {position:relative; top: 30px; } +.error-wrapper-inner-bottom {height: 53px;} +.error-graphene-logo2 {transform: scale(0.7);} +.error-wrapper {min-height: auto;} +} + +@media (max-width: 650px) and (orientation: landscape) +{ + .error-wrapper {min-height: 480px;} + .error-graphene-maintenance-img {max-width: 70%;} + p.error-m-para2 {max-width: 92%;} + } +@media (min-width: 651px) and (max-width: 1100px) { + h1.error-heading1 {font-size: 36px;} + p.error-m-para2 { + margin: 0 auto 15px auto; + font-size: 18px; + line-height: 25px; + max-width: 80%; +} +p.error-m-para2 span.author {font-size: 16px;} +.error-graphene-maintenance-img-DS {position:relative; top: 30px;} +.error-wrapper-inner-bottom-DS {height: 130px;} +.error-graphene-logo2-DS {transform: scale(0.7);} + +} */ diff --git a/src/legacy/css/styles.css b/src/legacy/css/styles.css new file mode 100644 index 0000000000000000000000000000000000000000..b430658e213024644ac33be5ebf6c0b49d116809 --- /dev/null +++ b/src/legacy/css/styles.css @@ -0,0 +1,3229 @@ +/* +===============LICENSE_START======================================================= +Graphene Apache-2.0 +=================================================================================== +Copyright (C) 2017 AT&T Intellectual Property & Tech Mahindra. All rights reserved. +=================================================================================== +This Graphene software file is distributed by AT&T and Tech Mahindra +under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +This file is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +===============LICENSE_END========================================================= +*/ + +body.md-default-theme, body, html.md-default-theme, html {background:#fff;} +html,body, button,input, select, textarea,.mdl-button {font-family: 'Open Sans', sans-serif;} +p {font-size: 1em;} + + + + +h1, h2, h3{font-family: 'Open Sans', sans-serif !important; background:none !important;} +body{color: rgba(0,0,0,0.87) !important; font-family: 'Open Sans', sans-serif !important;} +b{font-family: 'Open Sans', sans-serif !important;} +/*********** Common CSS classes start **********/ +.mobile-msg-wrapper {display: none;} +.validation-msgs span {color:#ff0000 !important; font-size: 12px;} +.disblock {display:block} +.text-left {text-align:left} +.text-center {text-align:center !important;} +.text-right {text-align:right} +.cell-content-right {align-self: flex-end;} +.posrel {position: relative;} +.posstatic {position: static;} +.v-center {align-content: center;} +.pull-left {float:left;} +.pull-right {float:right;} +.clear_both {clear:both;} +.wrap_text {word-break: normal;} +.word_break{word-break:break-all;} +.no_margin{margin:0px !important;} +.no_padding{padding:0px !important;} + +.rowcontainer {clear: both;margin-bottom: 15px;} +.page-wrapper {padding: 10px 20px 15px 20px;} +.page-wrapper2 {padding: 0 15px; margin-bottom: 30px;} +.page-wrapper-terms {padding: 12px 0 0 0; margin-bottom: 30px;} +.license-wrapper {padding: 12px 0 0 0; margin-bottom: 20px;} + +.bdr {border: 1px solid #b1b1b1;} +.bdr-top {border-top: 1px solid #b1b1b1;} +.bdr-right {border-right: 1px solid #b1b1b1;} +.bdr-bottom {border-bottom: 1px solid #b1b1b1;} +.bdr-left {border-left: 1px solid #b1b1b1;} + +.full-grid {width: 100%;} +.backlog-list md-checkbox{margin-top: 10px;} +.margin-b2 {margin-bottom: 25px; clear:both; display:block; width:100%;} +.margin-backlog {margin: 0 0 25px 0 !important; width:100% !important;} +.margin-backlog .c-alert-inner{padding-left: 15px;} +.static-position {position:static !important;} +.gray-bg {background: rgb(242,242,242)} +.pageheadsection {padding: 15px 15px;} +.reqfield {color: #ff0000;} +.a-overlay {display: none; width: 100%; position:absolute; top:0; left:0; height: 100%; z-index: 8500; background: rgba(0,0,0,0.7) url("../images/ajax-loader.gif") no-repeat center center} +.a-overlay1 {width: 100%; position:absolute; top:0; left:0; height: 100%; z-index: 8500; background: rgba(0,0,0,0.7) url("../images/ajax-loader.gif") no-repeat center center} + +.a-overlay-inner-msg {display: inline-block; color: #fff; position: absolute; top:50%; font-size: 14px; left: 50%; margin-top: 30px;margin-left: -40px; } +.a-overlay1-inner-msg {display: inline-block; color: #fff; position: absolute; top:50%; font-size: 14px; left: 50%; margin-top: 30px;margin-left: -40px; } + + +#uploadFile, #publicUploadFile {position:relative;} +#uploadFile .upload-txtbox, #publicUploadFile .upload-txtbox{width: 100%; height:33px;} +.remove-datalist-icon input::-webkit-calendar-picker-indicator {display: none;} +.spacebetween{justify-content:space-between !important;} +.nopadding{padding:0 !important;} +/*********** Common CSS classes end ************/ + +/*********** Icons section start ************/ +.title-icons {display: inline-block; float:right; margin-right: 15px; top: 5px; position:relative;} + +.filter-catagory {width: 20px; height:13px; background: url("../images/sidebar-icons/filter_by_category_icon.png") no-repeat center center;} +.icon-tags {width: 20px; height:20px; background: url("../images/sidebar-icons/path_catalog_icon.png") no-repeat center center;} +.icon-preferred-tags {width: 20px; height:20px; background: url("../images/sidebar-icons/icon_prefered_tags.png") no-repeat center center;} + +.statistics-icons,.tab-icons {display: inline-block; } +.icon-chat {width: 14px; height:14px; background: url("../images/chat.png") no-repeat center center; position:relative; top: 3px;} +.icon-chat-blue {width: 14px; height:14px; background: url("../images/chat_blue.png") no-repeat center center; position:relative; top: 3px;} +.icon-view {width: 16px; height:11px; background: url("../images/views.png") no-repeat center center;} +.icon-download {width: 12px; height:14px; background: url("../images/download.png") no-repeat center center; position:relative; top: 3px;} +.icon-attachment {width: 14px; height:8px; background: url("../images/attachment.png") no-repeat center center;} + +.mdl-tabs__tab .tab-description {width:19px; height:23px;background: url("../images/model_details/description.png") no-repeat center center; } +.mdl-tabs__tab .tab-license {width:26px; height:28px;background: url("../images/model_details/icon_license_inactive.png") no-repeat center center; } +.mdl-tabs__tab .tab-signatures {width:18px; height:12px;background: url("../images/model_details/signature.png") no-repeat center center; } +.mdl-tabs__tab .tab-documents {width:18px; height:22px;background: url("../images/model_details/documents.png") no-repeat center center; } +.mdl-tabs__tab .tab-versionhistory {width:21px; height:18px;background: url("../images/model_details/version_history.png") no-repeat center center; } +.mdl-tabs__tab .tab-author_details {width:18px; height:18px;background: url("../images/model_details/icon_author_publisher_details.png") no-repeat center center;margin-left: 2px;margin-right: 8px; } + +.mdl-tabs__tab .tab-profile {width:19px; height:19px;background: url("../images/userprofile/profile.png") no-repeat center center; } +.mdl-tabs__tab .tab-contact-setting {width:20px; height:18px;background: url("../images/userprofile/contact_settings.png") no-repeat center center; } +.mdl-tabs__tab .tab-social-network-key {width:18px; height:20px;background: url("../images/userprofile/social_network_keys.png") no-repeat center center; } + + +.mdl-tabs__tab.is-active .tab-description {background: url("../images/model_details/description_selected.png") no-repeat center center; } +.mdl-tabs__tab.is-active .tab-license {width:26px; height:28px;background: url("../images/model_details/icon_license_active.png") no-repeat center center; } +.mdl-tabs__tab.is-active .tab-signatures {background: url("../images/model_details/signature_selected.png") no-repeat center center; } +.mdl-tabs__tab.is-active .tab-documents {background: url("../images/model_details/documents_selected.png") no-repeat center center; } +.mdl-tabs__tab.is-active .tab-versionhistory {background: url("../images/model_details/version_history_selected.png") no-repeat center center; } +.mdl-tabs__tab.is-active .tab-author_details {background: url("../images/model_details/icon_author_publisher_details_selected.png") no-repeat center center; } +.mdl-tabs__tab.is-active .tab-box.author-details{width:200px;} +.preview_description p{word-break:break-all;} + +.md-icons1 {margin-right: 5px;} +/*********** Icons section end **************/ +/*********** header style start************/ +.mdl-layout__header {background: none !important; -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.26) !important; -moz-box-shadow: 0 2px 5px rgba(0,0,0,.26) !important; box-shadow: 0 2px 5px rgba(0,0,0,.26) !important; z-index: 50;} + +.mdl-layout__drawer .header-title {margin-left:0; text-align: center !important;} +.c-headerbtn-1 {height: 25px;line-height: 25px; color: #666;font-weight: normal; padding-left:10px; padding-right:10px;} +.header-btncontainer {color: #000;} + +.c-lbl-1 {color: #000;line-height: 25px; padding-left: 8px;float:left; margin-right:8px;} +.header-ddl {color: #fff;text-transform:none;display:flex;align-items: center; padding: 0; min-width: 61px;} +.header-ddl > .material-icons {margin-left:4px;} +.userimg {margin-right: 6px; width: 27px; height: 27px;} + +.header-controls {display:inline-flex;} +.header-controls .mdl-navigation__link {padding-left:12px; padding-right:12px;} +.headertxtspan { font-size: 14px; font-weight:600; color:#2e2f2f;opacity:1; margin-left: 10px; text-transform: uppercase;} +.headerlogospan { width:60px; height: 25px; display: inline-block; float:left; background: url("../images/logo.png") no-repeat; background-size:cover;} + +.graphene-logo {width: 125px; height: 55px; display: inline-block; margin-right: 30px; } +.graphene-logo-inner {width: 125px; height: 55px; display: inline-block; float:left; margin-left: 5px;} + +.mdl-layout__drawer {border-right: none; -webkit-box-shadow: 2px 0px 5px 3px rgba(0,0,0,0.1);-moz-box-shadow: 2px 0px 5px 3px rgba(0,0,0,0.1);box-shadow: 2px 0px 5px 3px rgba(0,0,0,0.1);} + +.default-profile-img {width: 29px; height: 29px; display:block;line-height: 22px; border: 2px solid #fff;text-align:center;margin-right:24px;border-radius:50%;} +.default-profile-img .material-icons{ position:relative; font-size:19px; } + +.tbl-notification-container {overflow-x: auto;padding: 0 20px; } + +.tbl-notification-list {width:100%; margin-bottom: 20px; } +.tbl-notification-list thead tr th {text-align:left;} +.tbl-notification-list tbody tr td {text-align:left;} +.tbl-notification-list tbody tr td i {margin-left: 15px;} +.tbl-notification-list tbody tr td.read-notification {background: #f5f2f8; font-weight: 400;color:#91819d} +.tbl-notification-list tbody tr td.sub-container span {white-space: normal !important;} +.notification-btn-container {display: flex;flex-wrap:nowrap;justify-content: space-between; align-items: center; padding: 20px 0 0 0;} +.notification-btn-container button { margin-right: 15px} +.notification-btn-container button i { font-size: 13px; margin-right: 4px;} +.scroll-table{height:250px; overflow-x:auto; display:block;} + +.notification-search {border: 1px solid #d5d5d5;padding-right: 40px;width: 100%;border: 1px solid #d5d5d5;padding-left:5px; font-size: 14px; +border-radius: 2px; height: 30px; line-height: 30px; background: url('../images/sidebar-icons/search_icon.png') no-repeat 98% center !important;} + +.note-btn-container {display:inline-block;} +.note-btn-container .btn-sort {display: flex;flex-wrap:nowrap;align-items:center; margin-right: 0;} +.note-btn-inner {display: flex;align-items:center;} +.header-search-control {padding-top: 13px; padding-bottom: 13px} + +.header-search-txtbox {position:relative; top:2px;left: 5px;} +.header-search-txtbox::-webkit-input-placeholder {color: #D3D3D1;position:relative; font-size: 14px;} +.header-search-txtbox::-moz-placeholder {color: #D3D3D1;position:relative; font-size: 14px;opacity:1;} +.header-search-txtbox:-ms-input-placeholder {color: #D3D3D1;position:relative; font-size: 14px;} +.header-search-txtbox:-moz-placeholder {color: #D3D3D1;position:relative; font-size: 14px;opacity:1;} + +.header-user-list {padding:0; width:170px;} +.header-user-list li {height: 35px; line-height:35px;} +.header-user-list li a {color: #0366d6;} +.header-user-list li a:hover {text-decoration:none;color: #0366d6;} +#btn_header {height:25px; line-height: 25px;} +.mdl-textfield--expandable.header-search-control .mdl-button--icon { top: 14px;} + +.header-search-control.mdl-textfield.is-focused .mdl-textfield__input {-webkit-transition: width 200ms; transition: width 200ms;} +.icon-header-help {display:inline-block; width: 20px; height: 20px;background: url('../images/general-icons/ico_help.png') no-repeat left center} +.icon-logout {display:inline-block; width: 20px; height: 20px;background: url('../images/general-icons/icon-logout.svg') no-repeat left center} +.icon-logout2 {display:inline-block; width: 21px; height: 21px;background: url('../images/general-icons/icon-logout-black.png') no-repeat 4px 2px} +.helplink-container a {margin-top: 10px; position:relative; line-height: 44px !important;} +.help-not-login a {padding-right:10px !important;} +.mdl-layout__header-row {padding: 0 10px;} + +.header-controls .search-button {margin-top: -2px !important;} +.logout-link {display:flex !important; align-items: center; padding-left: 8px !important;} +.logout-link .icon-logout {position:relative; top: 1px;} +.header-right1 md-menu > button:first-child {margin-right:0 !important;} + +.mpheader-btn-container {display: block;clear:both; margin-left: 15px;} +.mpheader-btn-container button:first-child {margin-left:0 !important;} +.mpheader-btn-container .mdl-button {height: 25px; line-height: 24px; font-size: 12px; padding: 0 10px; min-width: 10px; } + +.mp-header-btn-container {display:flex; } +.Acu-mobile-sidebar {display: none;} +.top-menu .icon-header {display:none;} +.top-menu .mdl-navigation__link .headertxtspan {color: #fff;margin-left: 0;} +.top-menu .mdl-navigation__link.active .headertxtspan {color: #ffcc00;} +.acu-header-search-btn {display:none;} +.a-acc-name {display: inline-block;max-width: 185px; overflow: hidden; position:relative; top: 8px; text-overflow: ellipsis;height: 26px;line-height: 26px;} +.a-acc-container {position:relative; top: -3px;} + +.a-acc-name-mob {display: inline-block;max-width: 150px; overflow: hidden; text-overflow: ellipsis;transform: scale(1) !important; margin-left: 3px;} +.mob-header-menu-list1 li {display: flex; flex-wrap: nowrap; align-items: center; } +.mob-header-menu-list1 li span:first-child {width: 30px; text-align: center;margin-left: 2px;} +.mob-header-menu-list1 li i:first-child {width: 30px;font-size: 21px;text-align: center;margin-right: 4px;} +.note-table {box-shadow: none; border: none;border-collapse: collapse;} +.note-table thead tr th {border: none;padding: 12px 10px; height:47px; background: #E8E5EC;vertical-align:middle; text-transform:uppercase;font-weight:600; font-size: 14px;color:#671c9d;text-align:left;} +.note-table tbody tr td {font-weight:600;color:#671c9d;text-align:left; border-bottom: 1px solid #d5d5d5;padding: 12px 10px;} +.note-table tbody tr:first-child td {border-top: none;} +/*********** header style end ************/ + +/*********** Left side navigation style start************/ +.icon-header {display:inline-block;} + +.mdl-navigation__link .icon-home {width: 25px; height: 19px; background: url("../images/sidebar-icons/home.png") no-repeat center center;} +.mdl-navigation__link .icon-leaderboard {width: 23px; height: 22px; background: url("../images/sidebar-icons/leaderboard.png") no-repeat center center;} +.mdl-navigation__link .icon-marketplace {width: 23px; height: 22px; background: url("../images/sidebar-icons/marketplace.png") no-repeat center center;} +.mdl-navigation__link .icon-manage_model {width: 26px; height: 31px; background: url("../images/sidebar-icons/manage_my_model.png") no-repeat center center;} +.mdl-navigation__link .icon-onboarding-model {width: 25px; height: 24px; background: url("../images/sidebar-icons/on_boarding.png") no-repeat center center;} +.mdl-navigation__link .icon-catalogs {width: 24px; height: 18px; background: url("../images/sidebar-icons/catalogs_inactive.png") no-repeat center center;} +.mdl-navigation__link .icon-design_studio {width: 26px; height: 24px; background: url("../images/sidebar-icons/design_studio.png") no-repeat center center;} +.mdl-navigation__link .icon-site-admin {width: 26px; height: 24px; background: url("../images/sidebar-icons/site_admin.png") no-repeat center center;} +.mdl-navigation__link .icon-license-admin {width:24px; height:28px;background: url("../images/model_details/icon_license_inactive.png") no-repeat center center; } +.mdl-navigation__link .icon-qa {width: 28px; height: 26px; background: url("../images/sidebar-icons/qa.png") no-repeat center center;} +.mdl-navigation__link .icon-documentation {width: 27px; height: 24px; background: url("../images/sidebar-icons/Documentation.png") no-repeat center center;} +.mdl-navigation__link .icon-publish-request {width: 24px; height: 37px; background: url("../images/sidebar-icons/publish_request.png") no-repeat center center;} + +.mdl-navigation__link.active .icon-home {background: url("../images/sidebar-icons/home_selected.png") no-repeat center center;} +.mdl-navigation__link.active .icon-leaderboard {background: url("../images/sidebar-icons/leaderboard_selected.png") no-repeat center center;} +.mdl-navigation__link.active .icon-marketplace {background: url("../images/sidebar-icons/marketplace_selected.png") no-repeat center center;} +.mdl-navigation__link.active .icon-manage_model {background: url("../images/sidebar-icons/manage_my_model_selected.png") no-repeat center center;} +.mdl-navigation__link.active .icon-onboarding-model {background: url("../images/sidebar-icons/on_boarding_selected.png") no-repeat center center;} +.mdl-navigation__link.active .icon-catalogs {width: 24px; height: 18px; background: url("../images/sidebar-icons/catalogs_active.png") no-repeat center center;} +.mdl-navigation__link.active .icon-design_studio {background: url("../images/sidebar-icons/design_studio_selected.png") no-repeat center center;} +.mdl-navigation__link.active .icon-site-admin {background: url("../images/sidebar-icons/site_admin_selected.png") no-repeat center center;} +.mdl-navigation__link.active .icon-qa {background: url("../images/sidebar-icons/qa_selected.png") no-repeat center center;} +.mdl-navigation__link.active .icon-documentation {background: url("../images/sidebar-icons/Documentation_active.png") no-repeat center center;} +.mdl-navigation__link.active .icon-publish-request {background: url("../images/sidebar-icons/publish_request_selected.png") no-repeat center center;} +.mdl-navigation__link.active .icon-license-admin{width:24px; height:28px;background: url("../images/model_details/icon_license_active.png") no-repeat center center; } +.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {padding: 0; height: 54px;} +.cg-sidebar {padding-top:0 !important;} +.cg-sidebar .mdl-navigation__link {opacity:1; display: flex !important; text-shadow:none; align-items: center; border-bottom: 1px solid #D8D8D8;} +.cg-sidebar .mdl-navigation__link span {text-shadow:none;} + +.mdl-layout__drawer .mdl-navigation ul{list-style:none; margin:0; padding:0;} + + +/*********** Left side navigation style end ************/ + +/*********** Breadcrumb style start************/ +.c-breadcrumb {list-style-type: none; clear:both;padding:0; margin:0;} +.c-breadcrumb li {display: inline-block; padding: 0 5px;} +.c-breadcrumb li:first-child {margin-left: 0; padding-left:0;} +.c-breadcrumb li a {color: #2e2f2f; text-decoration: none;font-weight:600; font-size:13px;} +.c-breadcrumb li:before {content:"/"; position: relative; left: -6px; } +.c-breadcrumb li:first-child:before {content:"";} +.c-breadcrumb li:last-child, .c-breadcrumb li:last-child a {font-weight:normal;color:#8f8f8f;font-size:13px;} +.c-breadcrumb li span.md-breadcrumb-item {max-width: 300px; position:relative; text-overflow: ellipsis; overflow: hidden;white-space: nowrap;display:inline-block;float: right;} +.solution_id_top .solution_id_bg{background-color: #f1f1f1; border: 1px solid #ccc; font-size: 10px;border-radius:15px;padding: 0 5px;} +.c-breadcrumb.solution_id_top li:last-child::before{content:'-' !important;} +/*********** Breadcrumb style end************/ + + +/*********** typo style start************/ +label {font-weight: normal; margin-bottom: 5px;} +.text-bold {font-weight: bold;} +h5 {margin:5px 0;padding:0} +h6 {margin:0;padding:0} +.md-subhead {font-weight: 600; margin-bottom: 15px; font-size: 14px;} + +.sectiontitle,.sectiontitle2, .sectiontitle3, .sectiontitle4, .sectiontitle5,.sectiontitle6, +.sectiontitle7,.sectiontitle8,.sectiontitle9 +{font-size: 16px;font-weight: 600;line-height: 30px;border-bottom: 1px solid #E5E5E5;margin-bottom: 8px;padding: 5px 8px 5px 0;} + +.sectiontitle4 {font-size: 14px;margin-bottom:0; padding: 0 15px 0 20px; color:#671C9D;letter-spacing:0.01em;} +.sectiontitle5 {margin-bottom: 0;padding: 5px 0; color: #671C9D; } +.sectiontitle6 {color: #671C9D;} +.sectiontitle7 {margin-bottom: 0;padding: 5px 0; color: #2e2f2f; } +.sectiontitle8 {color: #671C9D; margin-bottom: 0;} +.sectiontitle9 {color: #671C9D;margin-bottom:0; border-bottom: none;} + +.sharetitle {font-weight: 600;font-size: 14px;line-height: 32px; padding: 5px 0 5px 8px; } +.rate-title {padding-bottom:8px; position:relative; word-break: break-all; white-space:nowrap;overflow: hidden; +text-overflow: ellipsis;max-width: 99%; } +.md-rate-grid {display:flex; flex-direction: row;justify-content: space-between;flex-wrap: nowrap;border-bottom: 1px solid #b1b1b1;width: 100%;} +.md-rate-grid > .rate-grid-cell1 {width: calc(100%);min-width: 150px;} +.md-rate-grid > .rate-grid-cell2 {width: auto;min-width: 290px;} + +.txt-black1 {color: #000000;} +.txt-black2 {color: #050009;} +.txt-black3 {color: #2e2f2f;} +.txt-black4 {color: #8f8f8f;} +.txt-black5 {color: #656565;} + +.showing-text {font-size:14px; font-weight: normal; color: #2e2f2f;} +.text-colorgray1 {font-size:14px; font-weight: normal; color: #8f8f8f;} + +.link-blue {color: #0366d6;} +.link-blue:hover, .link-blue:focus {color: #0366d6; text-decoration: none;} + +.md-hr-rule1 {position:relative; margin: 10px -20px;} + +a:hover {color: #671C9D;} +/*********** typo style end ************/ + +/*********** form elements style start************/ +.lbl1 {font-weight: bold;font-size: 14px;line-height: 26px; margin-bottom: 8px;padding: 5px 8px; } +.normallbl {line-height:40px; display: block; margin-bottom: 10px;} + +.mdl-button {text-transform: none; font-weight: 600;} + +.mdl-button.mdl-js-button[disabled] {background: #efefef; color: #c6c5c5; border-color: #efefef; cursor:not-allowed;} +.mdl-button.mdl-js-button[disabled]:hover, .mdl-button.mdl-js-button[disabled]:focus{background: #efefef !important;} + +.btn-sort {padding-right:2px; margin-left: 8px; padding-left: 9px;} +.btn-sorlist1 {width: 150px;} +.btn-sorlist2 {width: 150px;} + +.mdl-button.btn-ddl .material-icons {position:relative; left: 9px;} + +a {cursor:pointer;} +a:hover, button:hover {text-decoration: none;} + +md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon { + background-color: #671C9D !important; +} +.text-tranformnone {text-transform: none;} +.md-select-value .md-select-icon:after {content:"";} +md-select md-select-value .md-select-icon {width:12px; height: 9px;display: inline-block;background: url("../images/admin-dashboard/dropdown_arrow.png") no-repeat center center;margin-right:0;} + +md-select md-select-value span:first-child {color:#2e2f2f; } + +md-select[disabled]{background: #efefef;} +md-select[disabled] md-select-value span:first-child {color:#c6c5c5 !important;} +md-select[disabled] md-select-value .md-select-icon {opacity: 0.3;} + +md-input-container.md-default-theme:not(.md-input-focused):not(.md-input-invalid) label.md-required::after, md-input-container:not(.md-input-focused):not(.md-input-invalid) label.md-required::after +{ color: #ff0000 !important;} + +/******select dropdown box ****/ +.select-control {display: flex; flex-wrap:wrap; flex-direction:column; padding: 0 6px;} +.select-control-leaderboard {display: flex; flex-wrap:wrap; flex-direction:column; padding: 6px 0;} +.select-control-in-row {padding: 0;} +.select-control label {width:100%; display: block;} +.select-control md-select {width: 100%; margin:0;background: #fff; border: 1px solid #d5d5d5; padding-left: 5px;display: block;} +.input-menu-size-config {padding: 2px} + +.select-control md-select md-select-value {border: none;} +.model-box-dropdown-height{height:35px;} +.model-box-dropdown-error-msg{padding-left:6px;} +/*********** form elements style end ************/ + +/********Modal Box Style starts***********/ +.temp-flex {display: flex; flex-wrap: wrap;align-items: center} +.temp-flex-item {width: 200px;} + +.md-dialog-container {height:0;} + +.cg-dialog-medium {width: 600px;} + +.modal-row1 {display: flex; justify-content: space-between; align-items: center; background: #f2f2f2; padding: 8px 12px; margin-bottom:8px;} +.modal-row1 > div {width: 78%;} +.modal-row1 > div > label {display: block} + + +.text-xsmall {font-size: 11px;} +.text-small {font-size: 12px;} +.text-medium {font-size: 13px !important;} +.text-normal {font-size: 14px;} + +.headline, .md-headline, .md-headline2 +{font-size: 20px;height:30px; font-weight: 600;line-height: 24px;letter-spacing: .02em;margin: 3px 0;padding: 0; color: #671C9D; text-overflow: ellipsis; float: left; overflow: hidden;white-space: nowrap;} +.headline {max-width: 730px;} +.md-headline {max-width: 730px;} +.md-headline2 {max-width: 280px;} +.md-headline3 {text-overflow: initial; overflow: initial; max-width: 730px !important;} +.md-headline4 {font-size: 20px;height:30px; max-width: 380px; font-weight: 600;line-height: 24px;letter-spacing: .02em;margin: 3px 0;padding: 0; color: #671C9D; text-overflow: ellipsis; float: left; overflow: hidden;white-space: nowrap;} +.md-headline5 {font-size: 20px;height:30px; max-width: 410px; font-weight: 600;line-height: 24px;letter-spacing: .02em;margin: 3px 0;padding: 0; color: #671C9D; text-overflow: ellipsis; float: left; overflow: hidden;white-space: nowrap;} + +.txt-orange {color: #ff630a;} + +md-dialog .md-actions, md-dialog md-dialog-actions {background:#f1f1f1; padding: 20px;} +.gridlistview-btn.mdl-button.mdl-js-button[disabled]:hover, .mdl-button.mdl-js-button[disabled]:focus {background: #671C9D !important} +md-dialog .md-dialog-content {padding: 20px;} +/********Modal Box Style ends***********/ + +/*********** Grids style start************/ +.grid1 {padding-bottom: 5px !important;} +.gridlistwrapper {} +.gridlistheading {font-size:16px;letter-spacing:0;font-weight: 600; border-bottom: 1px solid #E5E5E5; line-height: 2em; margin-bottom: 10px;color: #671C9D;text-transform: uppercase;} +.mpgridlist .md-grid-tile-header {background: none;} +.md-grid-list.mpgridlist md-grid-tile md-grid-tile-header {height: auto;} + +.mp-grid-list {display: block; clear:both;} +.ranking-row {min-width: 100%; margin:0} +.mp-grid-list-row {display:flex; flex-wrap: nowrap; padding: 10px; border: 1px dashed #d5d5d5; margin: 10px 0;min-height: 158px;} +.mp-grid-list-row.leaderboard { max-width: 100%} +.mp-grid-list-row.browser { max-width: 70%} + +.mp-grid-list-row:last-child {padding-top:10px;} +.mp-grid-list-image-cell { width: 160px;position:relative; margin-right: 30px;max-height: 138px; min-height: 100px; height: 138px;} +.mp-grid-list-details-cell { width: 100%; } +.mp-grid-list-details-cell .detail-content span { margin-right: 8px; margin-left: 9px;} +.mp-grid-list-details-cell .detail-content span:first-child { margin-left:0;} +.detail-content {margin-bottom: 8px; clear:both; max-width: 400px;} +.mp-grid-list-row:hover {box-shadow: 3px 3px 10px rgba(0,0,0,0.15); transform: scale(1.02);transition: all 0.2s ease-in-out;} +.mp-grid-list-row .griditem-title {max-width: 150px;} +.mp-grid-list-row .griditem-title-leaderboard {max-width: 400px;} + +.mp-grid-list-row-inside {display:flex; flex-wrap: nowrap; min-width: 70%; margin:0} + +.mpimgcontainer {width: 94%; height: 100px; display: block; clear:both; position: relative;} +.mpimage1 {width: 100%; height: 100%; display: block;} +.mpimage1 figure {padding:0; margin:0;display:flex;} +.mpimage1 img {max-height: 100%; max-width: 100%;} +.mpimage1 img:hover {cursor: pointer;} +.mpbtncontainer {display:none; width: 100%; height: 100%; border: 1px solid #ccc; background: #9b9b9b; position:absolute; text-align:center;} +.mpbtncontainer .md-button {background: #ccc;} +.mpbtncontainer .md-button:hover {background: #ddd; } +.deletedimgtag {position:absolute; top:7px; left:7px; border: 1px solid #999; border-radius: 50%; z-index:100; display:inline-block; width: 20px; height:20px;text-align:center; line-height:20px;} +.deleted-span {display: block; clear:both;} +.mpdetailscontainer { margin-top: 10px;} +.link-orange {color: rgb(253,134,56);} + +.rating {clear: both;} +.rating span i {font-size: 14px; width: 17px; } +.rating span i:hover {color: rgb(253,134,56);} +.rating span .fa-star {color: #F86132;} +.mp-para {margin-bottom: 6px; margin-top: 3px; font-size:13px;max-width: 200px; width: 100%; text-overflow: ellipsis; + float: left; overflow: hidden; white-space:nowrap;} +.mp-span { margin-left: 20px;} + +.rating button:last-child {float:right; position:relative; top:-6px;} +.rating button:last-child i {font-size:21px;} + +.rating button.rating-list-fav-button:last-child {float:none;margin-left: 10px; position:relative; top:0;} +.rating .mdl-button.mdl-js-button[disabled],.rating .mdl-button.mdl-js-button[disabled]:hover {background: none;} +.mp-grid-list-details-cell .rating {width: 141px;} + +.md-icons {display: flex;justify-content: flex-start; margin-top: 15px; } + + +.md-icons-tiles {display: flex;justify-content: flex-start; margin-top: 0; align-items: center;padding: 0 10px; } +.md-icons-tiles > span {min-width: 45px;} +.md-icons-tiles button {margin-bottom:0; width: 30px; height: 30px;min-width: 30px !important;} + +md-grid-list {margin-bottom: 35px; } +.mpimgcontainer, .mpdetailscontainer{padding:3px !important;} +md-grid-tile:hover { cursor: pointer; box-shadow:1px 1px 3px #eee;border:1px solid #eaeaea;} +.btnseeall {text-transform:none; text-decoration: none; font-weight: normal; font-size: 13px; position: relative; color: #666;} +.btnseeall:hover, .btnseeall:focus {text-decoration: none;} + +.seeall-icons {height: 34px;} +.seeall-icons i {font-size: 34px !important; position: relative; width: 25px; color: #969696;height: 34px; } + +.mp-grid {display: flex; flex-wrap: wrap; justify-content:flex-start;width:100%;padding-top:10px;} +.grid-item { width: 22.5%; max-width:275px; padding: 5px; margin-right:20px; margin-bottom: 20px; min-width:230px; border:1px solid #f1f1f1; position: relative;} +.grid-item:first-child {margin-left:0;} +.grid-item:last-child {margin-left:0;} +.grid-item:hover { box-shadow: 0 5px 10px rgba(0,0,0,0.15); +transform:scale(1.02); +transition: all 0.2s ease-in-out; +position:relavtive; +z-index:2000; +} +.mpimgcontainer:hover .mpbtncontainer {display: block;} + +.griditem-title {font-size: 16px; font-weight: normal; color: #2e2f2f;margin-bottom:0;line-height: 21px;} +.griditem-title span {margin-left: 8px;} +.griditem-text2 {font-size: 11px; font-weight: normal; color: #2e2f2f;height: 15px;} +.griditem-catalog-title {font-size: 16px; font-weight: 600; color: #2e2f2f;margin-bottom:0;line-height: 21px;} +.griditem-title {max-width: 95%; text-overflow: ellipsis; overflow: hidden;white-space: nowrap;float:left;width:95%;} + +.mp-grid-head-buttons-container {display: flex;align-items:center;} +.grid-item-text-container {display: block; margin-bottom: 12px;} +.grid-item-text-container2 {display: flex; align-items: center; clear: both;} +.grid-item-lbl {max-width: 80px; text-overflow: ellipsis; overflow: hidden;width: auto; } +.publisher-title {text-overflow: ellipsis; overflow: hidden;white-space: nowrap;max-width: 123px; display: inline-block; margin-left: 4px;} + +.grid-control-btn-container {display:flex; flex-wrap: nowrap;justify-content: flex-end;} +.grid-view-btn-container { margin-left: 10px; } + +.gridlistview-btnactive[disabled] {border:1px solid #671C9D !important;} +.gridlistview-btnactive i{cursor: no-drop;} +.mdl-button.mdl-js-button.gridlistview-btnactive[disabled]:hover, .gridlistview-btnactive[disabled]:focus {background: #671C9D !important;} +.gridlistview-btnactive img, .gridlistview-btn img{margin-top: -7px;} +.gridlistview-btn{height:30px;background-color:#FFF;width:36px; line-height:30px; border-radius:0; border: 1px solid #d5d5d5;} + +.gridlistview-btn:first-child {border-right:none; border-top-left-radius: 2px !important; border-bottom-left-radius: 2px !important;} +.gridlistview-btn:last-child {border-left:none; position:relative; left:-4px; border-top-right-radius: 2px !important; border-bottom-right-radius: 2px !important;} + +.gridlistview-btnactive{background-color: #671C9D !important; border:1px solid #671C9D;} + +.jk-rating-stars-container a {cursor:pointer; margin-left:3px;} +.jk-rating-stars-container a:first-child {display: none;} +.star-button.star-off .material-icons {color: #b9b9b9;font-size: 18px;} +.star-button.star-on .material-icons {color: #f86234;font-size: 18px;} +.rating-container1 div {justify-content: center;} +.newrating-container {display:flex; justify-content: space-between;} + +.mp-grid-list figure {position: relative; height: 100%;text-align: center;display:grid;} +.mp-grid-list figure img { margin: auto; } + +.grid-item.onap-enabled {position:relative; z-index: 200;} +.grid-item.onap-enabled:after {content: '';width: 86px; height: 90px; top:-1px; right: -5px; position:absolute; z-index: 300; background: url("../images/general-icons/onap_enabled_strip.png") no-repeat center center; } +/*********** Grids style end ************/ + +/************MODEL DETAILS PAGE STYLE START**************/ +.horizontal-list { padding:0; margin:0; list-style-type:none; display: -webkit-flex; display: flex; justify-content:flex-end; -webkit-flex-wrap: nowrap; + flex-wrap: nowrap;} +.horizontal-list li { height:20px; padding: 0 10px; border-right: 1px solid #aaa;} +.horizontal-list li:last-child {border: none; padding-right:0;} +.headerlist i {font-size:16px; position:relative; top:3px;} + +.iconcontainer {margin-bottom: 3px;position:relative; top:-2px;} +.iconcontainer i {font-size:16px; position:relative; top:3px;} +.solutions-img {width: 30px; margin-right: 10px;} + +.horizontal-list2 { padding:0; margin:0; list-style-type:none; display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap;} +.horizontal-list2 li { padding: 0 10px;} + +.model-list { padding:0; margin:0; list-style-type:none;display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap;} +.model-list li {margin-top:0; } +.model-list li:first-child {margin-left:5px;} +.model-list li:last-child {margin-left:7px;} +.model-list li .rating {clear: both; float: none; display: block;} + +.box1 { border: 1px solid #ccc; margin-top:15px; margin-left: 15px;} +.box2 { border: 1px solid #ccc; margin-top:15px;} +.box-inner1 { padding: 8px;} +.box-inner2 { padding: 0 8px;} + +.md-created-label {float: left; overflow:hidden; text-overflow: ellipsis; max-width: 175px; height: 20px;position:relative; top:3px;word-break:keep-all;white-space:nowrap;} +.list-container {border-bottom: 1px solid #DfDfDf; margin-bottom: 10px;} + +.iconspan1 {margin-right: 6px;font-weight: normal;} + +.social-icons {justify-content: flex-end;} +.social-icons span { background: #E0E0E0; width:35px; height:35px; border-radius: 50%; display: inline-block; text-align:center; line-height: 35px; font-size: 18px;position:relative; top:2px;} +.social-icons li {line-height: 35px; padding: 0 5px !important;} + +.discussion-container {display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; padding:8px 0 8px 0; border-bottom: 1px solid #ccc; margin-bottom: 8px; } +.discussion-details {padding: 0 0 0 19px; width:100%;} +.discussion-details p {font-size:14px;margin: 9px 0 14px 0;} +.discussion {margin: 12px 0 10px 0;display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; padding:8px 0 12px 0;} +.md-lbl2 {font-size:14px; color: #050009;font-weight:600;} +.discussion-details > .mdl-button {margin: 10px 0;} +.discussion-details > textarea {margin: 10px 0 0 0;} + +.flex1 {display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap;} + +.discussionformbox { background: #f1f1f1; padding: 10px; align-items: center; width: 100%;position:relative;margin-top: 10px; } +.discussionformbox button { margin-left: 10px;} +.discussionformbox .mdl-textfield {width: 100% !important;padding:0;} +.discussionformbox .mdl-textfield .mdl-textfield__input { background: #fff; padding-left:10px;border:1px solid #d5d5d5;} +.discussion-add-comment .mdl-textfield {width: 100% !important; } + +.reply-btn-container1 {position:relative; margin-top: 10px;} +.reply-btn-container1 button:first-child {margin-right: 5px;} +.btn-reply1 {margin-left: 5px; font-size: 10px; line-height: 18px !important;font-weight: 400; min-width: 50px; height: 22px; padding-left: 4px; padding-right: 4px;background-color: #F1F1F1;} +.btn-trash-icon {width: 10px; height: 12px; background: url("../images/ds-icons/trash_icon.png");position:relative;margin-right: 5px;display: inline-block; background-repeat:no-repeat; background-position: center top;position:relative; vertical-align:middle;top: -2px;} +.btn-reply1 .material-icons {font-size: 11px; position:relative; top: -1px;} + +.marketplace-btn-container {display: inline-block;} +.marketplace-btn-container .mdl-button {color: #414141} + +#tab7-panel .noresult{padding: 15px 0px;} +#tab7-panel .license-change-option button { margin-left: 15px;} +/**licensing template changes */ +#licenseOption md-radio-button{display:inline-block;margin-right: 30px;} +#modelName #create-new-button, #tab7-panel #create-new-button{margin-left: 30px;} + +.tile_icon-catalogs {width: inherit; height: inherit; background: url("../images/general-icons/tile_catalog.png") no-repeat center center;} +.tile_icon-publish-request {width: inherit; height: inherit; background: url("../images/general-icons/tile_publish_request.png") no-repeat center center;} +.tile_icon-federation {width: inherit; height: inherit; background: url("../images/admin-dashboard/federation.png") no-repeat center center;} +.tile-icons {display:flex;} +.tile-icons .a-tooltip {width:26px; height:26px; vertical-align:middle;} +.tile-icons .a-tooltiptext {margin-left: -115px !important;} + +.md-icons .mdl-button.mdl-button--icon.mdl-js-button[disabled], +.md-icons .mdl-button.mdl-button--icon.mdl-js-button[disabled]:hover {background: none !important;} + +.mp-container1 {display:flex; justify-content: space-between; flex-wrap: nowrap;} +.mp-container1 .select-control {margin-right: 5px;} +.statcontainer {position: absolute; top:5px; right: 0;} +.statcontainer > span { display: inline-block; text-align: center; padding: 0 10px;} + +.image-list-container { display: flex;flex-direction: row;flex-wrap: nowrap; justify-content:space-between;align-items:center; margin: 10px 0;} +.image-list {display: flex; max-width: 92%; min-width:92%;} +.image-list-inner { display: flex; max-width:100%;overflow-x: auto;justify-content: flex-start !important; } +.image-list-item { width:85px;height:85px; background: url("../images/img-list-item.png") no-repeat center center; min-width: 85px; flex-grow: 1; margin:0 5px;} + +.header-stats { display: flex; flex-wrap: nowrap;justify-content: flex-end;align-items: center; height:35px; } +.header-stats > div { margin-left: 5px; line-height:25px; } +.header-stats > div > a, .header-stats div {text-decoration: none;display:block;font-size:13px;} +.header-stats > div > a > .material-icons,.header-stats > div > .material-icons{ position: relative; top: 4px; font-size: 18px; } +.header-stats .rating {position:relative; margin-right: 15px;} +.header-stats .header-stat-star .material-icons {width: 25px;} +.header-stat-lg{display: none; } + +/*CSS code for Manage Taglist:*/ +.a-mp-container1 {display:flex; justify-content: space-between;align-items: center;clear: both;} +.manage-taglist {border: 1px solid #e1e1e1; margin-right: 5px; border-left: none;position:relative; padding-right: 10px;height: 16px;max-width: 110px;display: flex; + align-items: center;top: 5px;} +.manage-taglist:before {content:""; border: 1px solid #e1e1e1; display:inline-block; position:absolute; +left: -5px; transform: rotate(45deg); width: 12px; height: 11px;border-top: none;border-right: none;top:2px; } +.mg-tag-circle {border: 1px solid #ccc; width: 8px; height: 8px; display: inline-block; border-radius: 5px; margin-right: 5px; position: relative;} +.mg-tag-text {font-size: 10px; position: relative; text-overflow: ellipsis; overflow: hidden;white-space: nowrap;max-width: 85px; display: inline-block;} +.manage-taglist .icon-showmore {cursor: pointer;position: relative;} +.manage-taglist .icon-showmore .material-icons {font-size: 13px; position:relative;top:1px; margin-left: 3px;} + + +.manage-taglist2 {border: 1px solid #e1e1e1; display:flex; flex-wrap: no-wrap; align-items: center; flex-direction: row; margin-right: 5px; border-left: none;position:relative; padding-right: 5px;} +.manage-taglist2:before {content:""; border: 1px solid #e1e1e1; display:inline-block; position:absolute; +left: -7px; transform: rotate(45deg); width: 14px; height: 14px;top: 2px; border-top: none;border-right: none; } +.mg-tag-circle2 {border: 1px solid #ccc; width: 8px; height: 8px; display: inline-block; border-radius: 5px; margin-right: 5px;} +.mg-tag-text2 {font-size: 10px;line-height: 17px;} + +.manage-tag-list-container {border: 1px solid #e1e1e1;position:absolute; z-index: 5000; background: #fff; margin-top: 5px;} +.manage-tag-list {list-style-type: none; padding-left: 14px; margin: 5px 0;} +.manage-tag-list li { margin-bottom: 5px;} +.tag-icon::after {background: url(../images/general-icons/remove_black.png) no-repeat center center !important; width: 7px !important; height: 7px !important; top: 8px !important;} +.tag-icon1::after {content: ''; background: url(../images/general-icons/add_black.png) no-repeat center center; display: block; width: 9px; height: 9px; position: absolute; top: 6px; background-size: 13px; right: -8px; opacity:0.7;} + +/* Rating */ +.stars-outer {display: inline-block; position: relative;font-family: Font Awesome\ 5 Free; font-weight: 900;margin: 10px 0 0 0;} +.stars-outer:before {content: "\f005 \f005 \f005 \f005 \f005"; color: #b9b9b9;} +.stars-inner {position: absolute;top: 0;left: 0;white-space: nowrap;overflow: hidden; width: 0;} +.stars-inner:before {content: "\f005 \f005 \f005 \f005 \f005"; color: #f86132;} +.attribution {font-size: 12px; color: #444; text-decoration: none; text-align: center; position: fixed; right: 10px; bottom: 10px; z-index: -1;} +.attribution:hover {color: #1fa67a;} + +.fixheightfilter {max-height: 180px; overflow:hidden;} +.autoheightfilter {overflow:hidden;} +.link-write-comments {line-height: 25px;} +.new-rating-container {text-align:center; max-width: 160px;float:right; margin-right: 40px; margin-top: 10px;} + +.tab-box {display:flex;align-items:center; width:200px;} +.tab-box .tab-icons {margin-right: 10px;} +.mdl-tabs__tab .tab-box span {color: #2e2f2f;font-weight: 600;white-space: nowrap;} +.mdl-tabs__tab.is-active .tab-box span {color: #671C9D;} +.mdl-tabs__tab:hover, .mdl-tabs__tab:focus {text-decoration:none;} + +.md-discussion-container {display:flex;flex-wrap:nowrap; justify-content: space-between; padding-bottom:7px;align-items: center;margin-bottom: 12px;} +.md-discussion-title {font-weight:600;font-size: 16px; color: #671C9D;} +.md-discussion-links-container {} +.md-discussion-links-container a {color:#0366d6;} +.md-discussion-links-container a:focused {color:#2e2f2f; font-weight:600;} + +.deploy-cloud-list {width: 170px;padding-top:0; padding-bottom:0;} +.deploy-cloud-list li {height: 55px;border-bottom: 1px solid #d5d5d5;} + +.deploy-cloud-list li:last-child {border-bottom: none;} +.dc-microsoft-azure {background: #fff url("../images/deploy-cloud/microsoft_azure.png") no-repeat 10px center;} +.dc-google-cloud {background: #fff url("../images/deploy-cloud/google_cloud_platform.png") no-repeat 10px center;} +.dc-rackspace {background: #fff url("../images/deploy-cloud/rackspace.png") no-repeat 10px center;} +.dc-amazon-cloud {background: #fff url("../images/deploy-cloud/amazon.png") no-repeat 10px center;} +.dc-att-cloud {background: #fff url("../images/deploy-cloud/at&t_internet_cloud_logo.png") no-repeat 10px center;} + +.deploy-cloud-list li[disabled], .deploy-cloud-list li[disabled]:hover {background-color: #f2f2f2;cursor: not-allowed;} +.dc-microsoft-azure[disabled] {background: url("../images/deploy-cloud/microsoft_azure_disabled.png") no-repeat 10px center;} +.dc-google-cloud[disabled] {background: url("../images/deploy-cloud/google_cloud_platform_disabled.png") no-repeat 10px center;} +.dc-rackspace[disabled] {background: url("../images/deploy-cloud/rackspace_disabled.png") no-repeat 10px center;} +.dc-amazon-cloud[disabled] {background: url("../images/deploy-cloud/amazon_disabled.png") no-repeat 10px center;} +.dc-att-cloud[disabled] {background: url("../images/deploy-cloud/at&t_internet_cloud_logo_disabled.png") no-repeat 10px center;} + + + +.checkmark1 {display:inline-block; width: 55px; height: 55px; background: url("../images/thank_you_popup.png") no-repeat center center; margin: auto; } +.md-key {display: inline-block; padding: 10px 40px; background: #009900; font-size:18px; margin-top: 15px;color: #fff;} +.md-text1 {font-size: 16px; font-weight: 600;} +.md-text2 {font-size: 12px; line-height: 18px;} +.md-text3 {font-size: 14px; font-weight: 600; line-height: 22px;} + +.unpublished-model-container { background:#F1F1F1; padding: 20px; width: 85%; margin: 70px auto auto auto; text-align:center;} +.unpublished-link {text-decoration:none;} +.unpublished-icon-container { width: 70px; height: 70px; display: block; border-radius:50%; border: 2px solid #671C9D; line-height:70px; margin: auto;} +.unpublished-icon-container i {font-size: 40px; line-height: 70px;} +.unpublished-icon-container i.add-icon {font-size: 50px; } +.unpublished-link-text { color: #0366d6;font-size: 12px; text-decoration:none; padding-top: 5px; display: block;} +.unpublished-link-text:hover { color: #0366d6;} +.unpublished-para {font-size: 17px; width: 88%; margin: 20px auto 5px auto;} + +.md-container1 {display:flex; justify-content: flex-start; align-content: center;} +.version-container {position:relative;border: 1px solid #d5d5d5;border-radius:2px;margin-right: 5px;height: 26px;} +.version-container button {position:relative;font-size:12px; line-height: 22px !important; height: 26px; padding-left: 8px; padding-right: 8px} +.version-container button .material-icons {font-size: 20px !important;} +.version-container .mdl-menu { padding-bottom:0; padding-top:0;width: 135px;border:1px solid #c2c2c2; +-webkit-box-shadow: 2px 0px 5px 3px rgba(0,0,0,0.1); +-moz-box-shadow: 2px 0px 5px 3px rgba(0,0,0,0.1); +box-shadow: 2px 0px 5px 3px rgba(0,0,0,0.1);clip: auto !important; } +.version-container .mdl-menu__item {height: 40px; line-height:40px; border-bottom: 1px dashed #d5d5d5;} +.version-container .mdl-menu__item:last-child {border-bottom: none;} +.version-container .mdl-menu__item.selected {background: url("../images/ds-icons/validate_icon.png") no-repeat 95% center;} + +.md-vertical-seperator {line-height: 34px; margin: 0 0 0 10px;} + +.md-intro-container {display: flex; flex-wrap: nowrap; justify-content: flex-start; align-content: center; border-bottom: 1px solid #E5E5E5; margin-bottom: 20px;} +.md-intro-container h6 {margin-right: 30px;} +.md-intro-container button {margin-right: 10px;} + +.md-version-ddl1 {list-style-type: none; margin:0; border:1px solid #e5e5e5; position:absolute; z-index:5555;width: 200px;top: 27px;-webkit-box-shadow: 2px 0px 5px 3px rgba(0,0,0,0.1); +-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1); box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1); background: #fff; padding:0;} +.md-version-ddl1 li {border-bottom: 1px solid #d5d5d5; padding: 8px 5px 8px 10px; margin:0;background: #fff;} +.md-version-ddl1 li:last-child {border-bottom: none;} +.md-version-ddl1 li span.md-cat-txtellipsis {white-space:nowrap; text-overflow: ellipsis; max-width:85%; overflow: hidden; display: inline-block;} +.md-version-ddl1 li:hover {background: rgb(238,238,238);cursor:pointer;} +.md-version-ddl1 li.selected:hover {background-color: rgb(238,238,238);cursor:pointer;} +.md-version-ddl1 li.selected {background: url("../images/ds-icons/validate_icon.png") no-repeat 95% center; background-color: #fff;} +.md-head-container2 > button.max-100 {max-width: 100px;} + +.md-head-container1 {display:flex; justify-content: space-between; align-content: center;flex-wrap: nowrap; } +.md-head-container2 {display:flex; justify-content: space-between; align-content: center;flex-wrap: nowrap; } +.md-head-container2 > button, .md-head-container3 > button { margin:0 0 0 10px;} +.md-head-container3 > button { margin:0 0 0 10px; font-size: 12px; line-height: 22px !important;height: 25px; padding-left: 8px;padding-right: 8px} +.md-head-container3 {display:flex; justify-content: flex-start; align-content: center;flex-wrap: nowrap;margin-left: 10px; } +.md-head-containerinner1 {display:flex; justify-content: space-between; align-content: center;flex-wrap: nowrap;} +.md-head-containerinner-seperator {border-right: 1px solid #5A5A5A; margin-right: 10px; height: 24px;position:relative; top:1px;} +.btn-company {margin-left: 5px !important;} +.btn-company:disabled, .btn-company:disabled:hover {background: #efefef !important; color: #c6c5c5; border-color: #efefef;} + + +.md-share-with-me {display:inline-block; width: 16px; height: 14px; background: url("../images/general-icons/ico_other_peoples_model_share_with_me.png") no-repeat center center;} +.md-share-with-others {display:inline-block; width: 16px; height: 14px; background: url("../images/general-icons/ico_my_model_share_with_others.png") no-repeat center center;} + +.tilecontainer1 {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;} + +.model-details-tabwrapper h2 {font-size: 14px; font-weight: bold; line-height: 1.428571429; margin: 0 0 10px;} +.cataloglist-container .mdl-button {max-width: 175px;text-align:left;display: flex; align-items: center;} +.text-ellipsis {white-space:nowrap; text-overflow:ellipsis; max-width:98%; overflow:hidden; display:inline-block; position:relative; top: -2px;} + +/************MODEL DETAILS PAGE STYLE END**************/ + +/******TAB STYLE start*********/ +md-tabs-content-wrapper {border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; min-height: 300px !important;} +md-tabs-canvas md-tab-item.md-tab.md-ink-ripple.md-active {color: #671C9D !important; font-weight: 600;} +/******TAB STYLE end*********/ + +/**********Flex Containers start *********************/ +.c-flex-container {display: flex; flex-wrap: nowrap;} +.c-flex-end {justify-content: flex-end;} +.c-flex-center {justify-content: center;} +.c-flex-stretch {align-items: stretch;} + +/**********Flex Containers end *********************/ +.mp-btn-container {position:absolute; bottom: 15px;width:100%;} + +/*************Sign in page style *********/ + +.btn-secondary {background: #fff; color: #2B262D;border:1px solid #b1b1b1;} + +.mdl-button {line-height:30px; height:30px;} + +.mdl-button.btn-primary, +.mdl-button.btn-secondary + {box-shadow: none; webkit-box-shadow: none; line-height:27px;text-transform: capitalize;} + +*:focus {outline: 0;} + +.signinseperator { border-right: 1px solid #ccc; position:absolute; top:0; height:100%; left:28px; } +.or_span {display: inline-block; background: #fff; padding: 15px; font-size: 16px; position:absolute; top:42%; left: -21px;} +.socbtn {background: #F1F1F1; display: block; width: 100%; height: 50px; text-align: left; margin-bottom: 10px; padding-left: 0;} +.socbtn .socbtnicon {display: inline-block; width: 65px; height: 45px; position: relative; float: left;} +.soctext {display: inline-block; line-height: 45px; text-transform: none;} + +.socbtn .socbtnicon i {font-size: 20px; position:relative; top: 4px;} +.signintext, .signintext a {font-size: 13px; line-height: 18px;} +.btn-fullwidth { display: block; width: 100%; text-align:center; margin-bottom: 16px;} +.btn-fullwidth2 { display: block; width: 100%;height: 45px; text-align:center;} + +.socbtn[disabled] .socbtnicon {opacity: 0.15;} + +.att-icon, .github-icon, .facebook-icon, .google-icon, .linkedin-icon {display:inline-block; width: 60px; height: 45px;} +.att-icon {background: url(../images/icons-signin/Global_UID.png) no-repeat center center;} +.github-icon {background: url(../images/icons-signin/Github.png) no-repeat center center;} +.facebook-icon {background: url(../images/icons-signin/facebook.png) no-repeat center center;} +.google-icon {background: url(../images/icons-signin/google.png) no-repeat center center;} +.linkedin-icon {background: url(../images/icons-signin/Linkedin.png) no-repeat center center;} + +.icon-user {display:inline-block; width: 26px; height: 24px; background: url(../images/icons-signin/ID.png) no-repeat center center;} +.icon-password {display:inline-block; width: 26px; height: 24px; background: url(../images/icons-signin/password.png) no-repeat center center;} + + +.normalmsg {color: #999; font-size: 12px; line-height: 12px;} + +.mdl-button--icon.grid-icon1 {background: #e8d3ff;} +.mdl-button--icon.grid-icon1:hover {background: #d8b5ff;} + + +.deploy-grid > div:first-child {padding-right: 30px;} +.deploy-grid > div:last-child {padding-left: 30px;} +.deploy-cloud-modalfooter {display:flex; flex-wrap: nowrap; justify-content:space-between;} + +.cg-dialog-Deploy-to-cloud {width: 825px; max-height: 98% !important;} + +md-toolbar {background: #671C9D !important;min-height:39px;} + +.md-toolbar-tools {min-height:39px; max-height:39px;} +.btn-primary {background: #671C9D; color: #fff;border:1px solid #671C9D;} +.btn-primary:hover {background: #4f147a !important; color: #fff;border:1px solid #4f147a;} +.btn-primary:focus {background: #4f147a !important; color: #fff;border:1px solid #4f147a;} + +.md-toolbar-tools h2 {font-size:16px; font-weight: 600;max-width: 85%; text-overflow: ellipsis; overflow: hidden;white-space: nowrap;} + +.browse-section-container {background: #E8E5EC;padding-right:16px;height: 45px;} +.browse-section-container .title {line-height: 27px; padding-left: 10px; color:#671C9D; font-weight:600;} +.browse-section-container a {line-height: 27px;font-size: 13px;} + +.btn-md-edit {position:relative; top: 5px;margin-left:10px;font-size: 12px;font-weight: normal; background:#671c9d; color:#fff; border: 1px solid #671c9d;text-transform: none;line-height: 24px; height: 25px;padding-left: 8px; padding-right: 8px; margin-left: 3px; min-width: 20px;} +.btn-md-edit:hover, .btn-md-edit:focus {background: #4f147a; } +.btn-md-edit i {font-size: 14px;position:relative; top:-1px; } +.createMicroservice { top: 5px; height: 25px; } +.createMicroserviceModel {height:250px;} +.publish-text {position:relative; top:-5px;} + +.signinfooter {display:flex; flex-direction: row; justify-content:space-between;} +/*********Model details page style************/ +.sectiontitle, .sectiontitle3 {color: #2E2F2F;} +.md-social-icons {float:right;} +.md-social-icons span {position:relative; top:3px;background: #fff; border: 2px solid #2e2f2f;width:28px; height:28px; line-height: 28px; border-radius:50%;display:inline-block;} +.md-social-icons span i { color: #2E2F2F; font-size:15px;} +.md-social-icons li{display:inline-block; text-align:center; float: left; margin:0;} +.md-social-icons li:last-child{margin-right: 0px; padding-right:0;} +/**********Model Details New *****************/ + +.c-md-container {display:flex; flex-wrap: nowrap;justify-content:flex-end;} +.c-md-container button {margin-right: 10px; height:30px; line-height:30px; } + +.btn-secondary {background: #fff; color: #2B262D;border:1px solid #d5d5d5;box-shadow: none; webkit-box-shadow:none;font-weight:600; text-transform:none;} +.md-lbl1 { margin-right:3px; margin-top:0; display:inline-block;font-size:11px;} +.mdl-layout__header {min-height:55px;} +.pageheadsection {padding: 10px 15px 10px 20px;} + +.md-container-head1 {display: flex; justify-content: space-between; padding: 18px 0 11px 20px;} +.md-container-head1 > div {margin-right: 5px;} +.md-header2 {border-bottom: 1px solid #DEDEDE; } +.md-header3 {border-bottom: 1px solid #671c9d; } +.md-left-container {background: #F1F1F1; width:250px !important;} +.mdl-grid--no-spacing > .mdl-cell.md-right-container {width: calc(100% - 250px)!important;} +.md-list-container1 {padding-left:15px; margin-top: 19px;} + +.head-stat-left {display:flex;} +.mdchild1 {margin-right: 8px;padding-top: 5px;} + +.md-chips .md-chip-input-container md-autocomplete input{outline:4px solid #ffffff !important; padding:0 0 0 2px;} +.md-chips {padding-left:10px;margin-bottom: 15px;} +md-chips .md-chips {box-shadow: none;} +.md-chips md-chip {border-radius: 3px;font-size:12px;padding: 0 6px; height:30px; line-height:30px; cursor: pointer;} +.md-chips .md-readonly {cursor: default !important;} +.selected-tag {background:#671C9D;color:#fff;} + +.horizontal-list2 li {padding: 0 5px;} + +/*Vertical Tabs*/ +.vertical-mdl-tabs {margin-top: 0;} +.vertical-mdl-tabs .mdl-tabs__tab-bar {-webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;padding-bottom: 5px; height: inherit;border-bottom: none;margin: 20px 0 20px 0;position: relative;z-index: 0;} + +.vertical-mdl-tabs .mdl-tabs__tab { width: 100%; height: 60px;line-height: 60px; box-sizing: border-box;text-transform:none; font-weight:600;overflow: initial; +border-bottom:1px dashed #DFDFDF; border-top:1px dashed #fff;} +.vertical-mdl-tabs .mdl-tabs__tab:last-child {/* height: 2px;line-height: 2px; */border-bottom: none;} +.vertical-mdl-tabs .mdl-tabs__tab:first-child {border-top: none;} + +.vertical-mdl-tabs .mdl-tabs__tab:hover {background: rgba(158, 158, 158, 0.34); color: black;} + +.vertical-mdl-tabs.mdl-tabs a.mdl-tabs__tab.is-active {border-right: 5px solid #671C9D; color:#671C9D;font-weight:700;background:#fff; +-webkit-box-shadow: 1px 0px 14px 4px rgba(0,0,0,0.08); +-moz-box-shadow: 1px 0px 14px 4px rgba(0,0,0,0.1); +box-shadow: 1px 0px 14px 4px rgba(0,0,0,0.1); position:relative;} + +.vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab.is-active:before {content:""; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #671C9D; position:absolute;right:-11px;top:50%; margin-top: -6px;} + +.vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab.is-active:after { content: inherit; height: 0;} +.vertical-mdl-tabs.mdl-tabs .mdl-tabs__panel.is-active, .mdl-tabs__panel {padding: 20px;} + +.vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab {text-align: left;} + + +hr.hor-seperator {border:none; border-bottom: 1px solid #DEDEDE;} + +.font600 {font-weight:600;} +.rel-title {line-height: normal;margin-bottom: 0;display: block;font-weight:600; color: #2e2f2f; float: left; overflow: hidden; text-overflow: ellipsis; + max-width: 165px; height: 20px; position: relative; top: 3px; word-break: keep-all; white-space: nowrap;} + +.md-lower-container1 {padding: 0 20px;} + +.social-icons span {width: 27px; height: 27px; line-height: 27px; font-size: 14px;} + +.c-mgcontainer {background: #F1F1F1; border-bottom: 2px solid #DFDFDF;padding: 8px;margin-bottom:10px;} +.c-mgcontainer label {color: #2e2f2f;} + +.discussion-add-comment {margin-bottom:20px;} +.md-txtarea-container {padding: 5px 0 10px 0;} +.md-txtarea {border: 1px solid #d5d5d5; padding: 7px; height: 82px;font-size: 14px;} +.dis-name {font-weight: 600; color: #671C9D;margin-bottom:0;} +.discussion-container {border-bottom-style: dashed;} +.discussion-container2 {border-bottom:none;} + +.rating-container-left { border-right: 1px solid #dfdfdf; } +.rating-container-right { padding-top:20px; padding-left:20px; } +.rating-container1 {width: 175px;float:right;margin-right:50px;margin-top: 15px; } +.rating-container1 div {margin-bottom: 5px; margin-top: 5px;} +.progress-wrapper {display: flex; margin-bottom: 10px;} +.progress-wrapper span { width: 45px;position:relative; top:-2px;} +.progress-wrapper span:first-child { min-width: 50px;} + +.n-rating1 span, .n-rating1 div, .n-rating1 label {text-align: center;} + +.star-rating-title {font-size:36px; line-height: 41px;font-weight:600;} +.rating span .fa-star1{color: #b9b9b9 !important;} +.des-info-txt{padding: 10px; + border: 1px solid #b1b1b1; + border-top: 0; + width: 100%; + background: #f1f1f1;} + +.des-info-txt span {font-size: 16px; + font-weight: 600; + display: inline-flex; + border: none; + margin: 0; + padding: 0; + text-transform: capitalize; + color:#002f55;} + .des-info-txt span:first-child:after { + content: ''; + width: 1px; + height: 25px; + background: #002f55; + margin: 0 10px; + opacity:0.6; +} +.des-info-txt span:last-child{font-size:12px; font-weight:600; line-height:25px;} +.des-info-txt .info-icon{ display: inline-block; + width: 16px; + height: 16px; + /* background: url(../images/info_small.png) no-repeat center center; */ + position: relative; top:5px; line-height:25px; margin-right:5px;} + +.md-tbl1 {width:100%; border: none; margin: 20px 0 30px 0;} +.md-tbl1 thead tr th {text-align:left;font-weight:600 !important;font-size: 14px;background:#E8E5EC; color: #671C9D; text-transform:uppercase; padding: 0 15px; line-height: 46px;} +.md-tbl1 tbody tr td {text-align:left; border-color: #F2EEEF;padding: 13px 18px;} +.md-tbl1 tbody tr:first-child td {border-top: none;} +.md-tbl1 tbody tr td:last-child {text-align: left;padding-left:15px;} +.md-tbl1 tbody tr td button i {font-size: 15px;} +.file-type {width:30px; height:30px; line-height:30px; display:inline-block; margin-right: 10px;color: #0366d6;} +.md-tbl1 tbody tr td .file-type i {font-size: 16px;} +.btn-view-details { margin-left: 10px;} + +.mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {padding-left: 20px;} + +.model-details-tabwrapper .mdl-tabs__panel {border: 1px solid #671C9D; border-top: none; margin-bottom:20px;} +.model-details-tabwrapper .mdl-tabs__panel .license-pre {overflow: auto;} +.btn-grid-action {color: #0366d6;padding:0; min-width:10px;} +.btn-grid-action i {font-size:14px !important;} +.btn-grid-action:hover {background: none;color: #0366d6;} +.model-details-tabwrapper > .mdl-tabs__panel{min-height:380px;} +.license-detail-modal .upload-file-container{float:left; width:100%;} +.license-detail-modal{width:610px; max-height:80% !Important;} +.license-detail-modal .upload-file-container .input-div{float:left; width: calc(100% - 87px); } +.license-detail-modal .input-upload-button { float: left;} +.license-detail-modal .upload-image-input{border: 1px solid rgba(0,0,0,.12); padding:3px 5px; margin-top: 3px; } +.license-detail-modal .upload-image-input input[type="file"]{ position: absolute; top: 0; left: 0; z-index: 2; width: 70px; height: 100%; opacity: 0; cursor: pointer; } +.license-detail-modal .upload-image-input input.mdl-textfield__input{float:none !important; margin-top:0 !important; box-sizing: border-box; width: calc(100% - 85px); border:none; line-height:26px; font-size: 14px; padding: 0; color:#666;} +.license-detail-modal .upload-field { position: relative; cursor: pointer; float: right; height: 26px; line-height: 14px; padding: 5px 10px; border-radius: 3px; + background: #fff; color: #2B262D; border: 1px solid #B1B1B1;} +.license-detail-modal .upload-file-container .input-div {float: left;} +.license-detail-modal .input-upload-button .mdl-button.mdl-js-button[disabled]{background: #efefef !important; color: #b3b3b3 !important;} +.license-detail-modal .input-upload-button button.btn-secondary{margin-left: 4px; margin-top: 3px !important; background: #671C9D; color: #fff; /* height: 34px; */ border-radius: 0; border: 1px solid rgba(0,0,0,.12);} +.license-detail-modal .input-div .upload-field{margin-top: 7px; margin-right: 5px;} +.license-detail-modal .progress-bar-div{display: flex; flex-direction: row; flex-wrap: nowrap;position:relative; border: 1px solid rgba(0,0,0,.12); font-size:11px; margin-top: 5px; float: left; width: 100%; padding-bottom: 5px;} +.license-detail-modal .progress-bar-div div{padding: 1px 2px; margin-top:5px; line-height: 14px;} +.license-detail-modal .progress-bar-div .fileclose{padding-top:3px; loat: right;margin: 0; position: absolute; right: 0; cursor: pointer;} +.license-detail-modal .progress-bar {background-color: #671c9d; border-radius: 5px; height: 5px; cursor:pointer;} +.license-detail-modal .progress-bar-div .pro-status{width:75px; margin-right:15px; text-align: center;} +a.mdl-tabs__tab.tab5-panel {height:1px;} +.upload-error{ color:red;} +.upload-error dl li{word-break:break-all;} +.model-details-tabwrapper .mdl-data-table.md-tbl1 tbody tr td:first-child {max-width: 350px; text-overflow: ellipsis; overflow: hidden;} + +.btn-comments-edit, .btn-comments-delete {border: 1px solid #b1b1b1; font-size: 10px;line-height: 18px;text-align:right; height: 20px; padding: 0 4px; min-width: 25px; } +.btn-comments-edit {background: #f1f1f1 url('../images/model_details/Comment_edit.png') no-repeat 3px center; width: 40px;margin-left: 2px; } +.btn-comments-delete {background: #f1f1f1 url('../images/model_details/Comment_delete.png') no-repeat 3px center; width: 52px; margin-left: 2px;} + +.supporting-doc td, +.supporting-doc i{ + color: #2e2f2f !important; +} +.supporting-doc a i{color: inherit !important} +.license-detail-form.mdl-grid, .license-detail-form.dc-row {padding-left:0px; /* margin-left: -13px; */} +.remove-marleft6{margin-left:-6px;} +/*************progress bar style start **************/ +/* File upload controller starts */ + +.site-config-uploadfile{position:relative;} +.site-config-uploadfile .upload-btn{position: absolute;top: 0;right: 0;} +.site-config-uploadfile .upload-btn-wrapper {position: relative;overflow: hidden;display: inline-block;border: 1px solid #d5d5d5;width: 408px;} +.site-config-uploadfile .btn {color: #2B262D;background: #fff;padding: 5px 20px;font-size: 14px;float: right;border-left: 1px solid #d5d5d5;border-bottom: 0;border-right: 0;border-top: 0;font-weight: 600;cursor: pointer;} +.site-config-uploadfile .btn[disabled]{color: #B3B3B3;border-color: #d3d1d1;cursor: not-allowed;} +.site-config-uploadfile .upload-btn-wrapper input[type=file] {font-size: 100px;position: absolute;left: 0;top: 0;opacity: 0;} +.site-config-uploadfile .file-name{position: absolute; top: 5px; left: 10px;} +.site-config-uploadfile .btn-disabled{background: #efefef; color: #8f8f8f; cursor:not-allowed;} +.admin-note {font-size: 12px; color: #8f8f8f;line-height: 14px !important;text-align: justify !important;display:block; margin-bottom: 12px;} + +/* File upload controller ends */ + +/* Progress Bar */ +.progress {position: relative; height: 5px; display: block; width: 100%; background-color: #DCDCDC; border-radius: 2px; background-clip: padding-box; margin: 0.5rem 0 1rem 0; overflow: hidden; } +.progress .determinate {position: absolute; top: 0; bottom: 0; transition: width .3s linear; } + +.progress .determinate.progress_greenbg {background-color: #23A052;} +.progress .determinate.progress_orangebg {background-color: #FF731E;} +.progress .determinate.progress_redbg {background-color: #FF1D1E;} + +/*************progress bar style ends **************/ +.header-stats {align-items: flex-start; position:relative; top:-2px; } +.headersearch { padding: 16px 0;} +/****************ALERT MESSAGES STYLE ************/ +.ds-icon {display: inline-block; background-repeat:no-repeat; background-position: center top;position:relative; vertical-align:middle;} +.icon-validate {width: 19px; height: 19px; background: url("../images/ds-icons/validate_icon.png"); position:relative;top:-2px;margin-right: 5px;} +.alert {padding: 9px 10px 9px 20px;} +.c-alert {display: flex; flex-wrap: nowrap;justify-content:space-between;align-items:center; padding: 9px 10px 9px 20px; border-radius:2px; border-width:1px; border-style: solid; margin: 0 20px; +font-size:14px;font-weight: 600; position:absolute; top: 50px; right:50px;width: 85%;z-index: 600 !important;} + +.c-alert-inline-container .c-alert {display: flex; flex-wrap: nowrap;justify-content:space-between;align-items:center; padding: 9px 10px 9px 20px; border-radius:2px; border-width:1px; border-style: solid; margin: 0; +font-size:14px;font-weight: 600; position:relative !important; top: 0; left:0;width: 100%;z-index: 600 !important;} + +.c-alert-inner {display: flex;align-items:center;} +.c-alert .mdl-button .material-icons {font-size: 18px;} +.alert-text {margin-left: 5px;} + +.c-success { background-color: #daf1d6; border-color: #0f9c6d; color:#0f9c6d;} +.c-warning { background-color: #ffefbc; border-color: #ba9a32; color:#ba9a32;} +.c-error { background-color: #f9c8c7; border-color: #e85656; color:#e85656;} +.c-info { background-color: #c6e6ff; border-color: #138ae9; color:#002f55;} +.c-info:hover { background-color: #c6e6ff !important; border-color: #138ae9; color:#002f55;} + +.editmodel-alert-container {padding: 0 20px;} +.editmodel-alert-container .c-alert {margin-bottom: 20px;} +.alert {width: 100%;} + +.c-error .c-alert-inner .material-icons{transform: scaleY(-1);} + +/****************ALERT MESSAGES STYLE END ************/ +.mdl-layout__drawer .header-title {background: #671C9D;} +.mdl-layout__header .mdl-layout__header-row {background: #050009;} +.mdl-badge[data-badge]:after {background: #fff;color: #000; border-radius:3px; width: auto; max-width: 34px; min-width: 14px; height:14px; font-size:10px; top: -4px !important; right: -13px !important;padding: 0 2px;} +.leftbrowse-section { background: #F1F1F1;} +.pageheadsection {background: #fff; +-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1); +-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1); +box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1); +position:relative; z-index:1; +} +.mdl-button--raised.mdl-button--colored{background: #671C9D;} +a {color: #0366d6;} +md-tabs md-ink-bar {background: #671C9D;} +.page-wrapper2 {background: #fff;} + +.selected-fav {color: #671C9D; background-image:url('../images/selected.svg');} +.unselected-fav {color: #8b8b8c;} + +.cloud-radio div{height:40px; margin:0 7px 10px 0; padding: 5px 10px; background-color:#E8E5EC; border:3px solid #E8E5EC;} +.cloud-radio div.active{background-color:#fff; border:3px solid #671c9d;} +.cg-sidebar .mdl-navigation__link{border-left:3px solid #fff;} +.cg-sidebar .mdl-navigation__link:hover{border-left:3px solid #e0e0e0;} +.cg-sidebar .mdl-navigation__link.active{background-color:#F1F1F1; border-left:3px solid #671C9D !important;} +.cg-sidebar .mdl-navigation__link.active .headertxtspan{color: #671C9D;} +.product-image {position:relative;} +.product-image figure {position:relative; padding:0; margin:0;text-align:center; height: 150px;display: flex;align-items:center; } +.product-image img {max-height: 100%; height:auto;max-width: 100%;margin:auto;} +.product-image img:hover {cursor: pointer;} +.img-ctag {position: absolute; top: 15px; left: 15px;} + +.launcher {display:inline-block;width:20px;height:41px; background: url('../images/launcher.png') no-repeat center center;} + +.mdl-button span {text-transform: none;} +.txtspan1 {color: #969696;font-weight: 600;font-size: 13px;} + +.sidebar-search-container {text-align:center;padding: 14px 16px;border-bottom: 1px solid #DEDEDE; margin-bottom:15px; } +.sidebar-search-container .searchicon {padding-right: 40px;padding-left: 10px;border: 1px solid #d5d5d5; border-radius: 20px; height: 40px; line-height: 40px; background: #fff url('../images/sidebar-icons/search_icon.png') no-repeat 93% center !important;width: calc(100%);} +.cg-grid-left-container .md-subhead {padding-left: 15px; color:#671c9d} +.cg-grid-left-container .checkbox {padding-left: 15px; margin-bottom:3px;} +.cg-grid-left-container .checkbox:last-child {margin-bottom:0;} + +.sidebar-checkbox-container md-checkbox .md-icon {width: 15px; height: 15px;border-color: #959595;} +.sidebar-checkbox-container .md-label {position:relative; top: -3px;margin-left: 25px;} +.link-sidebar-showmore {font-size: 12px;padding-left: 15px;position:relative; top: -5px;} + +.sidebar-seperator {border: none; border-bottom:1px solid #DEDEDE; width: 100%; clear:both; display:block;} +md-checkbox.md-checked .md-icon:after {width: 6px; height: 9px; left: 3px;} + +.preferred-tags-list {list-style-type:none; padding:0 0 0 15px;margin: 0;} +.preferred-tags-list li {padding-left: 7px;font-size: 13px; min-height: 35px; } +.preferred-tags-list li:before {height: 16px; width: 16px; display: inline-block;content: url(../images/general-icons/ico_prefered_tags_list.png); position: relative; left: -8px;top: 4px;} +.manage-tags {margin-left: 15px; font-size: 13px;} +/*******User Profile page Style start *********/ +.ud-row {display:flex; flex-wrap:nowrap; justify-content: space-between;} +.ud-row > div {width: auto;flex-grow: 3; } +.ud-row > .mdl-button {position:relative; top: 25px;left: -3px;border-top-left-radius:0 !important; border-bottom-left-radius:0 !important; } +.ud-row input {border-top-right-radius:0;border-bottom-right-radius:0;border-right:none;} + +.account-info img{width:25px;} +.profile-pic img{width:100px} + +.api-token {display: inline-flex; align-items: center; } +.api-token md-input-container input{width:328px;} +.api-token a { width:50px; font-size: 12px; margin-left: 10px; margin-top:21px;} +.api-token a:last-child{width:74px !important;margin-left:5px !important; } + +.userprofiletxtbox {height: 36px !important;} + +.userprofile-dialog-footer {display:flex; flex-wrap: nowrap; justify-content:space-between;width:100%; background: #e5e5e5;align-items: center;padding: 10px 20px;} +.modeldetails-dialog-footer {display:flex; flex-wrap: nowrap; justify-content:space-between;width:100%;} +.userprofilehr-rule {clear:both; display:block; position:relative; margin: 5px -22px 20px -22px; border: none; border-bottom: 1px solid #ccc;} + +.profile-img-container {margin-bottom: 13px;} +.userprofile-img {max-width: 146px; width: 146px; max-height: 146px;padding: 2px; border: 1px solid #d5d5d5;} +.profile-container1 {display:flex; flex-wrap: nowrap;} +.profile-container-inner {display:flex; flex-wrap: nowrap;justify-content: space-between;} +.profile-container1-left { width: 153px; margin-right: 18px;margin-top: 12px;} +.profile-container1-right {width:calc(100% - 160px);margin-top: 5px;} +.profile-container-inner > div { width: 45%;} + +.profile-row-2 {padding-left:2px;} +.profile-row-2 label {display:inline-block;} +.profile-row-2 .mdl-textfield { width: 100%; padding-top:0;} +.profile-txtarea {border: 1px solid #d5d5d5; padding:7px;} +.user-detail-container { border: 1px solid #d5d5d5; padding: 10px 20px 20px 20px; margin-bottom: 20px;} +.user-detail-container hr {display:none} +.user-contact-settings-container {display:flex; flex-wrap: nowrap; justify-content: space-between;} +.user-email {display:flex; align-items: center;} +.userdetail-select-cat{width:40%; min-width:100px} + +.user-email a { width:110px; font-size: 12px; margin-left: 10px;} +.user-location {width:30%;} +.user-location md-input-container {width:100%;} +.user-location2 {width:20%;} +.btn-gap {margin-left: 8px !important;} +.btn-view-icon {color:#8f8f8f;} + +.cp-container1 {padding-left:0;} +.cp-container1 .md-required {padding-left:0 !important;} + +md-input-container .md-placeholder, md-input-container label:not(.md-no-float):not(.md-container-ignore) {color:#050009;} + +.u-note-pref-container {border: 1px solid #d5d5d5; padding: 20px; margin-bottom: 15px;} +.u-note-row1 {display:flex; flex-wrap: nowrap; justify-content: flex-start; align-items: center;} +.u-note-row1 > div { margin-right: 40px;} +.u-note-row1.last-row {margin-bottom: 30px;} +.u-note-row1-inner {display:flex; flex-wrap: nowrap; justify-content: flex-start;align-items: center;width: 270px;} +.u-note-chkbox1 { margin-bottom: 0; width: 150px; } +.u-note-chkbox2 { margin-bottom: 0; margin-left: 8px !important; position:relative; top: 3px;} +.u-note-priority-container {width: 200px;align-self: flex-start;} + +.u-note-chkbox1 .md-icon::after, .u-note-chkbox2 .md-icon::after {width: 6px !important; height: 11px !important;left: 5px !important;} + +.u-note-row2 {display:flex; flex-wrap: nowrap; justify-content: flex-start; align-items: center; } +.u-note-row2 .select-control, .u-note-proority-container .select-control { padding-left:0px;} +.u-note-pref-container .select-control md-select {height: 35px;} +/*******User Profile page Style end *********/ + +/*********SIGN-IN & SIGN-UP page styling ************/ +.cg-dialog-sign_in {height: 84%; max-height: 590px;width: 700px;} +.cg-dialog-sign_up {height: 98%; max-height: 630px;width: 700px;} +.btn-close-dialog {font-size: 20px;} +.cg-dialog-sign_in .md-toolbar-tools, .cg-dialog-sign_up .md-toolbar-tools { background: #fff;} +.cg-dialog-sign_in .md-toolbar-tools h2, .cg-dialog-sign_up .md-toolbar-tools h2 { color: #671C9D; text-align: center; width: 100%; max-width: 100%; display: block;} +.cg-dialog-sign_in .md-dialog-content, .cg-dialog-sign_up .md-dialog-content {padding-top: 0; padding-bottom: 0;} + +.cg-dialog-sign_in .md-toolbar-tools, .cg-dialog-sign_up .md-toolbar-tools {min-height:60px; max-height:60px;} + +.sign-in-lbl1 {margin-bottom: 20px; font-weight: 600;} + +.btn-signup {height: 45px; } +.btn-signin { min-width: 185px; height: 45px;} + +.cg-dialog-sign_in md-checkbox.md-checked .md-icon:after, .cg-dialog-sign_up md-checkbox.md-checked .md-icon:after {width: 7px; height: 12px; left: 4px; top: 0;} +.signupmsg {color: #999; font-size: 12px; line-height: 12px;position:absolute;width:100%;left:5px; display:block; top: -30px; } +.confirm-control {margin-bottom:0;} + +.cg-dialog-sign_in .btn-close-dialog, .cg-dialog-sign_up .btn-close-dialog {color: #2e2f2f;} +input:-webkit-autofill {-webkit-box-shadow: 0 0 0 30px #fff inset;} + +md-input-container {margin:0;} +md-input-container label:not(.md-container-ignore) {display:block; position: static;} +md-input-container label,md-input-container .md-placeholder, md-input-container label:not(.md-no-float):not(.md-container-ignore) {transform:none;transition:none;-webkit-transform:none;-webkit-transition:none;padding-left:0;} +md-input-container .md-input {border-width: 1px;height:35px; padding-left: 10px;border-radius: 2px;border-color:#d5d5d5;cursor:pointer;} +.ud-row input.uploadtxtbox {border-right: 1px solid #d5d5d5 !important;} +md-input-container.md-input-focused .md-input {border-width: 1px;border-color: #671C9D;} +.profile-txtarea:focus {border-color: #671C9D;} +md-input-container.md-icon-float>md-icon {top: 32px;} +md-input-container.md-input-focused .md-input, md-input-container.md-input-resized .md-input, md-input-container .md-input.ng-invalid.ng-dirty{border-width: 1px;} +md-input-container .md-errors-spacer {min-height: 17px;} +md-input-container .md-input[disabled] { border-bottom-color: #d5d5d5;cursor: not-allowed;} + +.mdl-textfield.is-focused .mdl-textfield__input {border: 1px solid #d5d5d5 !important; padding-left:5px;padding-right:5px; } + +.header-search2::-webkit-input-placeholder {color: #D3D3D1;position:relative; font-size: 12px;} +.header-search2::-moz-placeholder {color: #D3D3D1;position:relative; font-size: 12px;opacity:1;} +.header-search2:-ms-input-placeholder {color: #D3D3D1;position:relative; font-size: 12px;} +.header-search2:-moz-placeholder {color: #D3D3D1;position:relative; font-size: 12px;opacity:1;} + +.signup-container1 {display:flex; flex-wrap: nowrap; justify-content: space-between; align-content: center;margin-bottom: 20px;} +.signup-container1-left {width: 48%;} +.signup-container1-right {width: 48%;} +md-input-container.md-icon-left {padding-left: 0;} +md-input-container.md-icon-float>md-icon {left: 5px;} +input.signin-control {padding-left: 35px !important;} + +.btn-forgotpass {color: #0366d6;} +.btn-forgotpass:hover {background: none; } +.signup-control1 {float:right;} + +md-input-container.md-input-focused .password-container1 .md-input + div + .mdl-button {border: 1px solid #671C9D;} +md-input-container.md-input-invalid .password-container1 .md-input + div + .mdl-button {border: 1px solid #ff0000;} + +.password-container1.chng-pass-container .md-input + div + .mdl-button {height: 36px !important;} + +.mdl-button.eyebutton.is-focused i {color:#671C9D;} + +/*************Admin User page style start ***************/ +.cg-dialog-admin1 {width: 650px; max-height:85%;} +.note-btn-container .admin-ddl{padding-left:5px; font-weight:600;} +.note-btn-container .admin-ddl span.md-select-icon{margin-top:5px;} +.admin-ddl {margin:0; border: 1px solid #d5d5d5;} +a {text-decoration: none;} + +.admin-heading .md-left-container { background-color: #E8E5EC;} +.admin-heading .md-right-container {background-color: #F6F3FA;} + +.admin-title { line-height: 45px;text-transform: uppercase;font-weight: 600;color:#671C9D;padding-left:19px; background: #E8E5EC; display:block;} +.admin-title2 { line-height: 45px;text-transform: uppercase;font-weight: 600;color:#2e2f2f;padding-left:19px;} +.admin-title3 { line-height: 45px;text-transform: none;font-weight: 600;color:#2e2f2f;padding-left:19px; font-size: 13px;padding-left:5px;} + +.admin-tab1 .mdl-tabs__tab-bar {margin: 0px 0 20px 0 !important;} +.admin-container-row1 {display: flex;flex-wrap:nowrap;align-items:center; border-bottom: 1px solid #d5d5d5; padding-bottom: 10px;} +.admin-container-row1 span { margin-left: 10px;} +.admin-container-row1 span:first-child { margin-left: 0px;} +.admin-container-row1 a {font-size: 13px;} + +.admin-container-row2 {display: flex;flex-wrap:wrap;align-items:center; border-bottom: 1px solid #d5d5d5; padding-bottom: 10px; } +.admin-container-row2 > span { margin-left: 10px;font-size: 14px; margin-bottom: 5px;} +.admin-container-row2 > span:first-child { margin-left: 0px;} + +.admin-button-row1 {display: flex;flex-wrap:nowrap;align-items:center;padding-bottom: 10px;justify-content:space-between;} + + +.admin-button-row1 .material-icons { font-size: 24px;} +.admin-button-row1 *:first-child { margin-left: 0px;} +.adminsearchicon {padding-right: 40px;padding-left: 10px; border: 1px solid #b1b1b1; border-radius: 2px; height: 31px; line-height: 31px; background: #fff url('../images/sidebar-icons/search_icon.png') no-repeat 98% center !important;} +.mdl-textfield.is-focused .mdl-textfield__input.adminsearchicon {padding-right:40px;padding-left: 10px; border-color: #671C9D !important; } +.mdl-textfield.is-focused .mdl-textfield__input.adminsearchicon + .mdl-textfield__label:after {background: none; transition:none;} + +.cg-dialog-admin1 md-checkbox.md-checked .md-icon:after, .cg-dialog-admin1 md-checkbox.md-checked .md-icon:after {width: 7px; height: 12px; left: 4px; top: 0;} + +.ver-seperator {border-right: 1px solid #d5d5d5;height: 30px; } + +.admin-box1 {display: flex;flex-wrap:nowrap;align-items:center;justify-content: space-between;} +.admin-box1 span, .admin-box1 button { margin: 0 5px;} +.admin-box1 span:first-child {margin-left:0;} + +.admin-box2 {display: flex;flex-wrap:nowrap;align-items:center;justify-content: space-between;} +.admin-box2 span, .admin-box1 button { margin: 0 5px;} +.admin-box2 span:first-child {margin-left:0;} + +.admin-help-link {position:relative; top: 2px; margin-left: 8px;margin-right: 15px;} +.admin-help-link .material-icons { font-size:22px;color: #656565;} + +.admin-row {display: flex;flex-wrap:nowrap;align-items:center;justify-content: space-between;} + +.admin-row1 > div {width: 47%;} +.admin-row2 > div:first-child {width: 50%;} +.admin-row2 > div:last-child {width: 45%;} +.admin-row3 > div {width: 48.5%;} + +/* +.admin-row4 {display: flex; flex-wrap:nowrap; justify-content:space-between;} +.admin-row4 > div {width: 30%;} +.admin-row4 > div:nth-child(2){width:6%;} +.admin-row4 > div.goicon_width{width:68%;} + */ +.admin-row4 {display: flex; flex-wrap:nowrap;} +.admin-row4 > div{width:33.33%; margin-left:2%;} +.admin-row4 > div:first-child{width:33.33%; margin-left:0;} +.rtu-btn-container1 {margin-left:2px !important;} +.rtu-btn-container1 > button[disabled] {cursor:not-allowed;} +.rtu-btn-container1 > button {height: 35px; background-color: #fff; position: relative;top:-1px; border: 1px solid#d5d5d5;} +.rtu-btn-container1 > button > .material-icons {position: relative;top:2px;} +.admin-row4 > div:nth-child(2){width:6%; padding-top:28px; margin-left:1%;} +.admin-row4 > div:nth-child(2)button{background-color: #efefef; border: 1px solid #d5d5d5; border-radius: 3px;margin-top: 27px; margin-left: -8px; + padding: 2px 4px} +.admin-row4 > div {width: 32%;} +.search-control-icon{width: 20px; height: 35px; background: url(../images/sidebar-icons/search_icon.png) no-repeat right center !important; position:absolute; right:10px;cursor:pointer; } + +.admin-text1 {font-size: 12px; line-height: 16px;} +.dialog-btn-container {display: flex;flex-wrap:nowrap;align-items:center;justify-content: space-between; /* background:#f1f1f1; */ position:relative; margin: 24px -24px -24px -24px; padding: 20px;} +.password-count { float: right; position: relative; bottom: 24px; right: 10px;} + +.strength-meter {position: relative; height: 5px; background: #DDD; margin: 0 0 5px 0; width:99.5%;} + +.strength-meter:before, +.strength-meter:after { content: ''; height: inherit; background: transparent; display: block; border-color: #FFF; border-style: solid; border-width: 0 10px 0 10px; position: absolute; width: 25%; z-index: 10;} + +.strength-meter:before { left: 52px;} +.strength-meter:after {right: 52px;} + +.strength-meter-fill { background: transparent; height: inherit; position: absolute; width: 0; border-radius: inherit; transition: width 0.5s ease-in-out, background 0.25s;} +.strength-meter-fill[data-strength='0'] { background: #8B0000; width: 20%;} +.strength-meter-fill[data-strength='1'] { background: #f47742; width: 40%;} +.strength-meter-fill[data-strength='2'] { background: #FFA500; width: 60%;} +.strength-meter-fill[data-strength='3'] { background: #9ACD32; width: 80%;} +.strength-meter-fill[data-strength='4'] { background: #008000; width: 100%;} +.password-note{font-size: 12px;line-height: 14px;} + +.site-monitor-container { border:1px solid #d5d5d5; padding: 10px; margin-bottom: 20px;} +md-content{ background:#fff ;} + +.admin-chart-container1-inner {display: flex;flex-wrap:wrap; position:relative; margin: 0 -10px;} +.admin-chart-container1-inner > div {width: 100px; border: 1px solid #d5d5d5; padding: 5px;margin: 0 10px 10px 10px; min-height: 100px; background-image:url('../images/dashboard/graph_details.png'); background-repeat:repeat-x; background-position:bottom left; /* background-position: calc(100% - 0px) calc(100% - 5px); */} +.admin-chart-container1-inner > div > .countdata{font-size:12px; text-align: left; float: left;} +.admin-chart-container1-inner > div > .countdata span{font-size:16px; font-weight:bold; padding-right:10px; float: left; } +.admin-right-chart-container {padding: 10px;border:1px solid #d5d5d5; min-height: 200px;} + +.admin-chart-container2 {display: flex;flex-wrap:nowrap; justify-content: space-between; margin-bottom: 12px;} +.admin-chart-container2 > div {border: 1px solid #d5d5d5; width: 49%;min-height: 200px;} + +.fed-row1 {display: flex;flex-wrap:nowrap; justify-content: space-between; align-content: center;} +.fed-row2 {display: flex;flex-wrap:nowrap; justify-content: flex-end; align-content: center;width: 60%; } +.fedrow-cell1 {display: flex;flex-wrap:nowrap;} +.fedrow-cell1 > span, .fedrow-cell1 > div { + align-self: center; margin-right: 5px; +} +.fedrow-cell1 > div{ + margin-bottom: 16px; +} + + + + + + + + +.mdl-textfield.admin-search-container, .fed-row2 .mdl-textfield.admin-search-container input.admin-search-control{ width: 200px !important; margin:0 15px 0 0; padding:0 25px 0 5px; height:30px; font-size: 14px; } + +.admin-search-control {border: 1px solid #d5d5d5;padding-right: 40px;width: 75%;border: 1px solid #d5d5d5;padding-left:5px; +border-radius: 2px; height: 20px; line-height: 20px; background: url('../images/sidebar-icons/search_icon.png') no-repeat 98% center !important; } + +.admin-grid-container {clear: both; margin: 20px 0;} +.admin-tbl1 {width:100%;} +table.admin-tbl1 thead tr th {text-align:left; padding-left: 5px; padding-right: 5px;font-size: 14px; font-weight: 600; text-transform: uppercase; } +table.admin-tbl1 tbody tr td {text-align:left;padding-left: 5px; padding-right: 5px;} +table.admin-tbl1 tbody tr td a label{cursor:pointer;} +table.admin-tbl1 tbody tr td label, table.admin-tbl1 tbody tr td a {display: block; text-overflow: ellipsis; float:left; width: 96%; overflow: hidden; max-width: 170px;font-weight: 600;} +table.admin-tbl1 tbody tr td span {white-space: normal;font-weight: 600;} +.admin-action-container {display:flex; flex-wrap: nowrap; justify-content: space-between;} +.admin-action-container button .material-icons {font-size: 14px;} + +.subscriptiontbl{white-space:normal;} +.subscriptiontbl th{padding: 0 10px 12px 10px;} +.subscriptiontbl td {padding: 12px 10px; vertical-align:top;} +.subscriptiontbl button{font-size: 12px;} +.subscriptiontbl button.approve{padding: 0px 6px; color: #009901;} +.subscriptiontbl button.viewnote{padding:0 36px;} + +.admin-add-peer {width: 750px; max-height:95%;} + +.stepper-header-wrapper { background: #E8E5EC; position:relative; margin: 0 -24px 20px -24px; height:53px; padding: 0 20px; } +.stepper-header-inner {display:flex; flex-wrap: nowrap; justify-content: space-between;align-items:center;} +.stepper-header-cell {display:flex; flex-wrap: nowrap;align-items:center; } +.stepper-header-text {font-weight: 600; font-size: 16px; text-transform: uppercase;color: #98989a;} + +.peer-cell.active .stepper-header-text {color: #671C9D;} +.peer-cell.completed .stepper-header-text {color: #009903;} + +.configure-cell.active .stepper-header-text {color: #671C9D;} +.configure-cell.completed .stepper-header-text {color: #009903;} + +.peer-cell .icon-add-peer {display:block;width: 57px; height: 52px; background: url("../images/dashboard/add_peer_details_selected.png"); position:relative;margin-right: 5px;} +.peer-cell.completed .icon-add-peer {display:block;width: 57px; height: 52px; background: url("../images/dashboard/status.png"); position:relative;margin-right: 5px;} + +.icon-progress {display:block;width: 75px; height: 15px; background: url("../images/dashboard/stepper_progress.png"); position:relative; margin-left: 25px;} +.icon-progress.completed {background: url("../images/dashboard/stepper_progress_completed.png");} + +.configure-cell .icon-subscription {display:block;width: 57px; height: 52px; background: url("../images/dashboard/config_subs_deselected.png"); position:relative;margin-right: 5px;} +.configure-cell.active .icon-subscription {display:block;width: 57px; height: 52px; background: url("../images/dashboard/config_subs_selected.png"); position:relative;margin-right: 5px;} +.configure-cell.completed .icon-subscription {display:block;width: 57px; height: 52px; background: url("../images/dashboard/status.png"); position:relative;margin-right: 5px;} + +.admin-peer-row1 {display:flex; flex-wrap: nowrap; align-items:center; margin-bottom: 10px;} +.admin-peer-row1 > span {margin-right: 15px;} +.admin-peer-row1 > div > .admin-search-container {margin-left: 10px;} + +.admin-peer-list-container {border: 1px solid #d5d5d5; max-height: 250px; overflow: auto;} +.admin-peer-list {list-style-type: none;margin:0; padding:0;} +.admin-peer-list li {border-bottom: 1px solid #d5d5d5; padding: 8px 5px 8px 20px;} +.admin-peer-list li:last-child {border-bottom: none;} +.dialog-btn-container button {margin-right: 10px;} +.dialog-btn-container button:last-child {margin-right: 0px;} + +.admin-radio-list md-radio-button {border-bottom: 1px solid #d5d5d5; padding: 8px 10px 8px 15px; margin-bottom: 0px; } +.admin-radio-list md-radio-button:last-child {border-bottom: none; } +.admin-radio-list md-radio-button .md-container {left: 13px; } + +md-radio-button .md-on {background-color: #671C9D;} +md-radio-button.md-checked .md-off {border-color:#671C9D} + +md-radio-group.md-focused:not(:empty) .md-checked .md-container:before, md-checkbox.md-focused:not(:empty) .md-checked .md-container:before, md-checkbox .md-container:before {background: none !important;} +.md-ripple-container, md-checkbox .md-container:before {transition: none !important;left:0 !important; top:0 !important; right:0 !important; bottom:0 !important; background: none;} + + +.admin-tab-heading {background: #F6F3FA; position:relative; margin: -20px -20px 15px -20px; } +.admin-switch-container {display:flex; flex-wrap: nowrap; align-items:center;} +.admin-switch-container md-switch {margin:0;} + +.cg-dialog-admin2 {width: 650px; max-height:80%;} +.cg-dialog-admin2 md-checkbox.md-checked .md-icon:after, .cg-dialog-admin1 md-checkbox.md-checked .md-icon:after {width: 7px; height: 12px; left: 4px; top: 0;} +.admin-row3 {display: flex;flex-wrap:nowrap;justify-content: space-between;} +.permission-list {list-style-type: none; padding:0; margin:0;} +.permission-list li {border-bottom: 1px solid #d5d5d5; padding: 5px 10px; margin-bottom: 0px; } +.permission-list li:last-child {border-bottom: none; } +.permission-list md-checkbox {margin-bottom:0;} + +.mdl-tabs__tab .tab-monitoring {width:26px; height:21px;background: url("../images/admin-dashboard/monitoring.png") no-repeat center center; } +.mdl-tabs__tab .tab-user_management {width:28px; height:20px;background: url("../images/admin-dashboard/user_management.png") no-repeat center center; } +.mdl-tabs__tab .tab-site_content {width:26px; height:20px;background: url("../images/admin-dashboard/site_content.png") no-repeat center center; } +.mdl-tabs__tab .tab-site_configuration {width:22px; height:22px;background: url("../images/admin-dashboard/site_configuration.png") no-repeat center center; } +.mdl-tabs__tab .tab-rtu_configuration {width:26px; height:24px;background: url("../images/admin-dashboard/icon_RTU_inactive.png") no-repeat center center; } +.mdl-tabs__tab .tab-federation {width:23px; height:15px;background: url("../images/admin-dashboard/federation.png") no-repeat center center; } +.mdl-tabs__tab .tab-subscription_requests {width:22px; height:22px;background: url("../images/admin-dashboard/subscription_requests.png") no-repeat center center; } +.mdl-tabs__tab .tab-validation {width:26px; height:29px;background: url("../images/admin-dashboard/validation.png") no-repeat center center; } + +.mdl-tabs__tab.is-active .tab-monitoring {background: url("../images/admin-dashboard/monitoring_selected.png") no-repeat center center; } +.mdl-tabs__tab.is-active .tab-user_management {background: url("../images/admin-dashboard/user_management_selected.png") no-repeat center center; } +.mdl-tabs__tab.is-active .tab-site_content {background: url("../images/admin-dashboard/site_content_selected.png") no-repeat center center; } +.mdl-tabs__tab.is-active .tab-site_configuration {background: url("../images/admin-dashboard/site_configuration_selected.png") no-repeat center center; } +.mdl-tabs__tab.is-active .tab-rtu_configuration {background: url("../images/admin-dashboard/icon_RTU_active.png") no-repeat center center; } +.mdl-tabs__tab.is-active .tab-federation {background: url("../images/admin-dashboard/federation_selected.png") no-repeat center center; } +.mdl-tabs__tab.is-active .tab-subscription_requests {background: url("../images/admin-dashboard/subscription_requests_selected.png") no-repeat center center; } +.mdl-tabs__tab.is-active .tab-validation {background: url("../images/admin-dashboard/validation_selected.png") no-repeat center center; } +.selectModel {position:relative;} +.select-modelname {width: 200px;padding: 0px;} +.selectModel input{font-size:14px; border: 1px solid #d5d5d5; padding-right:30px;padding-left: 10px;} +.selectModel span.search-icon{width: 20px; height: 25px; background: url(../images/sidebar-icons/search_icon.png) no-repeat right center !important; position:absolute; right:10px;} + +md-switch .md-thumb {box-shadow: 0 0 3px 0 rgba(0,0,0,.3),0 0 1px 0 rgba(0,0,0,.22),0 2px 1px -1px rgba(0,0,0,.22);} +md-switch.md-checked.md-warn .md-bar {background:rgba(0,153,3,0.35)} +md-switch.md-default-theme.md-checked.md-warn .md-thumb, md-switch.md-checked.md-warn .md-thumb {background:#009903;} +md-switch.md-focused:not([disabled]):not(.md-checked) .md-thumb:before, .md-checked .md-thumb:before {transition: none !important;left:0 !important; top:0 !important; right:0 !important; bottom:0 !important; background: none;} + +.admin-txtbox1 {border: 1px solid #d5d5d5;padding-left: 5px;} +.admin-ddl1 {border: 1px solid #d5d5d5;padding-left: 5px;} +.admin-sccontainer1 {width: 500px;} + +.admin-container-row1-inner {display: flex;flex-wrap:nowrap;align-items:center;} +.admin-container-row1-inner3 {display: flex;flex-wrap:nowrap;align-items:center;} +.admin-container-row1-inner3 > * {margin:0 5px;} +.admin-container-row1-inner3 > .ver-seperator {margin:0 10px !important;} + +.role-link {white-space:nowrap;} +.role-link:first-child {margin-left: 8px;} +.admin-btn-add {display:inline-block;width:16px; height:16px;background: url("../images/admin-dashboard/add_new_user.png") no-repeat center center;position:relative; top:3px;} +.user-mgmt-search-container {width: 200px;} +.user-mgmt-search-container .adminsearchicon {width:100%;} +.admin-search-lbl {font-weight:600; padding-left: 20px; padding-right: 10px;} + +.admin-selected-link {color:#2e2f2f !important;cursor: default;} +.admin-ddl md-select-value {min-height: 24px !important;} +.admin-right-chart-container img {max-width: 100%;} + +.adminchkbox-container1 .adminchkbox .md-container {top: 13px;} +md-checkbox[disabled] {cursor:not-allowed !important;} +.peerpara1 {margin-bottom:0; line-height:18px;font-size: 13px;} +.adminchkbox.md-checked .md-icon::after {width: 6px;height: 12px;left: 5px; top: 0px;} +.ad-srch-container1 {display:flex; flex-wrap:nowrap;align-items: center;} +.ad-lbl1 {font-size: 14px; font-weight:600; margin-right: 10px; } + +.fed-lbl1 { margin-bottom:0; font-weight:600; margin-right: 8px;} +.fed-srch-container {display:flex; flex-wrap:nowrap;align-items: center; margin-left:15px;} + +.fed-srch-container .mdl-textfield.admin-search-container {margin-right: 5px;} +.admin-lbl-container-1 {display:flex; flex-wrap:nowrap;justify-content: flex-start;} +.admin-lbl-item1 {order:1; width: auto !important;} +.admin-lbl-item2 {order:2; position:relative; top: -2px;} + +.btn-fed1 { height: 35px; position:relative; top: 4px; line-height:35px !important;font-weight:400;} +.btn-fed1:hover {background: none;} +.red-btn, .red-btn:hover {color: #ff0000;} +.green-btn, .green-btn:hover {color: #009900;} + +.btn-fed1[disabled] {pointer-events: none;cursor: not-allowed !important;} +.btn-fed2 { color: #0366d6;position:relative; margin-right: 10px; } +.btn-fed2:hover {background: #fff;color: #0366d6;} +.fed-container1 {display: flex;flex-wrap:nowrap;align-items:center; justify-content: flex-end; margin-right: 0; padding-top: 8px;} + + +.fed-container2 {display:flex; flex-wrap:nowrap;justify-content: flex-end;align-items: center;} +.fed-container2 .mdl-button { width: 100%;} +.fed-container3 {display: flex;flex-wrap:nowrap;align-items:center; justify-content: flex-end; margin-right: 0; padding-top: 1px;} +.fed-err-msg {position:absolute;width: 350px;margin-top: -17px;} +.fed-err-msg span {position:relative; margin-left: 2px; line-height: 15px !important;} +table tbody tr td a[title^="Remove as Self "],table tbody tr td a[title^="Mark as Self "] {width: 100% !important;} + +/************** Grant Peer access table *************************/ +.fed-row2 .fed-srch-container{margin-left:5px;} + + +/********** Admin page Federation modal box style **********/ +.fedration-subscription {max-height: 80%;width: 750px;} +.fedration-subscription .md-dialog-content {min-height: 190px;} + +.admin-grid1 > div:first-child {margin-right: 10px;} +.subscontainerinner2 .admin-search-container {margin-right:0; padding-right: 0;} +.subscontainerinner2 .admin-search-control {height:30px;width: 100%;} +.fedlbl2 {margin-right: 10px;display: inline-block;} +.fedlbl4 {display: block; width: 100%;} +.fedlbl5 {display: inline-block;text-align: center; width: 40px; height: 40px;line-height: 40px; border-radius: 50%; background: #D9D7D8;} +.adminchkbox {margin-bottom:0;} + +.subscontainer {display: flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;} +.subscontainerinner1 {display: flex;flex-wrap:nowrap;align-items:center;} +.subscontainerinner2 {display: flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;} +.btn-with-icon {padding-left: 8px;} +.fedgridcontainer {margin-top: 8px;border: 1px solid #d5d5d5; border-bottom: none;} +.btn-with-icon.btn-primary .admin-btn-add {background: url("../images/admin-dashboard/add_new_user_white_ico.png") no-repeat center center;} + +.filter-container {display: flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start; padding: 10px; margin-top: 8px;background: #f1f1f1;} +.filter-container div {margin-right: 20px;} +.fedcontainer2{background: #f1f1f1; padding: 10px; margin-top: 8px; border-top: 1px solid #E4E4E4; border-bottom: 1px solid #E4E4E4;} +.access-type-sec {width: 18%} +.btn-fedgrid {font-size: 12px; color: #0366d6; font-weight: 600;margin-right: 8px; margin-left: 1px;} +.filter-container div:last-child {display: flex;flex-wrap:nowrap;align-items:center; margin-right:0} +.dialog-btn-container {background:#e5e5e5;} +.filter-container.view-add-sub-popup{justify-content:space-between; padding:10px 0; align-items:flex-end;} +.filter-container.view-add-sub-popup .select-control{padding:0;} +.filter-container.view-add-sub-popup .fed-container1 button{margin-right:0;} + +.admin-select {width: 170px;} +.admin-select md-select {width: 100%; background: #fff; border: 1px solid #d5d5d5} +.fed-search-container {width: 200px;} +.fed-search-container .mdl-textfield.admin-search-container {width: 100% !important;clear:both;padding-left:0;} +.fed-search-container .admin-search-container .admin-search-control {background: #fff; width: 100% !important; height: 30px;border-radius: 4px;} +.admin-img1 {max-width: 150px;} + +.fed-view-link {text-overflow: normal; width: 100px; overflow: auto; white-space: normal;} + + +.logopngContainer{background-color:#F6F3FA;width:100%;margin:5px 0;border: 1px solid #d5d5d5; height:26px;} +.logopngContent{display: inline-block;list-style-type: none;margin: 0;padding: 1px 10px;font-size : 12px;} +.floatLeft{float:left; margin-right:5px;} +.floatRight{float:right} +.closeIcon{float: right; padding-top: 3px !important;margin-right:0px !important;} +.closeIcon .material-icons {font-size: 18px; line-height:10px;} + +.admin-change-role-ddl {max-width: 170px !important;min-width: 150px !important;} +.tbl-overflowscroll {overflow-x: scroll !important;} +.disablecursor {cursor: not-allowed;} +.disablecursor a{pointer-events: none; color: #CCC} + +.co-br_logo_wrapper {border:1px solid #d5d5d5; padding: 8px; position: relative; margin: 10px 0;} +.co-br_logo_inner-wrapper {display: flex;flex-wrap:nowrap;align-items: stretch; line-height:35px;} +.co-br_logo_inner-wrapper > div {flex-grow: 1;} +.co-br-logo {min-width: 10px; height: 40px;margin-right: 8px;} +.co-br-logo img {position: relative;max-width: 100%; max-height: 100%;} +.img-lbl-1 {color: #2f2f2f; font-weight: 600;font-size: 13px;display: block;padding-top:4px;} +.btn-cobr-close {border: none; background: none;position: absolute; top: 5px; right:-2px;} +.btn-cobr-close .material-icons {font-size: 16px;} +.co-br_logo_inner-wrapper md-progress-linear .md-container {border-radius: 3px;background: #EFEFEF;} +.row-main {display: flex;flex-wrap:nowrap; justify-content: space-between; align-content: center;} +.row-cell-left {display: flex;flex-wrap:nowrap; justify-content: space-between; align-content: center;} +.row-cell-right .mdl-textfield.admin-search-container input.admin-search-control { width: 200px !important; margin:0 15px 0 0; padding:0 25px 0 5px; height:30px; font-size: 14px; } +.row-cell-left md-checkbox {margin-bottom:0;} +.row-cell-left .md-label > span {line-height:30px;} +.row-cell-left > div {line-height:30px;padding-left:5px;} +.xlarge-size-dialog {width: 850px;} +.modal-search-container {margin-bottom: 20px;} +.model-search-control {border: 1px solid #d5d5d5;padding:0 5px;height:30px;width: 300px;padding-right: 40px;border-radius: 2px;background: url('../images/sidebar-icons/search_icon.png') no-repeat 98% center !important;} +.fa-times {color: #4f147a; font-size: 1.5em; cursor: pointer;} + +/******** Maintained Backup Logs CSS start *****/ +.large-size-dialog {width: 680px;} +.small-size-dialog {width: 450px;} +.popup-input-container {display: flex;flex-wrap:nowrap; margin-bottom: 20px; } +.popup-input-container > div:not(:last-child) {margin-right: 10px;} +input[type="text"].medium-textbox {width: 300px;} +.popup-input-container .select-control {width:250px;} +.btn-valign-horizontal {position: relative; top:1px;height:35px;} +.btn-valign-horizontal2 {position: relative; top:1px;} +.popup-input-container md-select {height:31px;} +.repo_name_msg{width:300px;} + +.items-align-horizontal {flex-direction: row; flex-wrap: nowrap; justify-content: flex-start;} +.items-align-horizontal *:not(:last-child) {margin-right: 10px;} +.vertical-bottom-alignment {align-self: flex-start; margin-top:28px;} +.margin-left-auto {margin-left: auto;} +.btn-icon-valign-horizontal {height: 33px;padding:0 5px; min-width: 20px;margin-bottom:2px;} +.grid-small-text {font-size: 11px; color:#999;margin-left: 7px;} +.white-overlay {width: 100%; position:absolute; bottom:0; left:0; height: 100%; z-index: 2; background: rgba(255,255,255, 1) url("../images/ajax-loader.gif") no-repeat center center} +.white-overlay-msg{ display: inline-block; color: #000; position: absolute; top: 50%; font-size: 14px; left: 50%; margin-top: 40px; margin-left: -39px; z-index: 3;} +.mdl-tabs__tab .tab-maintained_logs {width:25px; height:16px;background: url("../images/admin-dashboard/mbl_inactive.png") no-repeat center center; margin-right:7px;} +.mdl-tabs__tab.is-active .tab-maintained_logs {background: url("../images/admin-dashboard/mbl_active.png") no-repeat center center; margin-right:7px;} +.mdl-tabs__tab .tab-role_mgt {width:25px; height:26px;background: url("../images/admin-dashboard/role_management.png") no-repeat center center; margin-right:7px;} +.mdl-tabs__tab.is-active .tab-role_mgt {width:25px; height:26px;background: url("../images/admin-dashboard/role_management_active.png") no-repeat center center; margin-right:7px;} + +.create_bkp_inner_tbl{width:100%; border-collapse: seperate; border-spacing:0;} +.create_bkp_inner_tbl td{background-color: #f3f1f5; } +.create_bkp_inner_tbl thead th{font-size:13px !important; font-weight:600 !important;} +.create_bkp_inner_tbl tbody tr td{border:0; border-bottom: 1px solid rgba(0,0,0,.12);} +.create_bkp_inner_tbl tbody tr:last-child td{border-bottom: none;} +/******** Maintained Backup Logs CSS end *****/ + +/*************Admin User page style End ***************/ + +/**** Preview box style start ******/ +.preview-box {background:#fff; border: 1px solid #671C9D; width: 700px; position:absolute;z-index: 5000; left: -705px; top:0; + -webkit-box-shadow: 0 0 7px rgba(103,28,157,.6) !important; -moz-box-shadow: 0 0 7px rgba(103,28,157,.6) !important;box-shadow: 0 0 7px rgba(103,28,157,.6) !important;border-radius: 5px;} + +.preview-box:after {content:""; width: 15px; height: 15px; border-left: 1px solid #671C9D; border-top: 1px solid #671C9D; + border-right: none; border-bottom: none; background: #fff; position: absolute; top: 20px; right: -8px; + transform: rotate(147deg) skew(21deg); -webkit-box-shadow: -4px -4px 3px 0 rgba(103,28,157,.20) !important; -moz-box-shadow: -4px -4px 3px 0 rgba(103,28,157,.20) !important; box-shadow: -4px -4px 3px 0 rgba(103,28,157,.20) !important;z-index: 200;} + +.preview-box-header {height:48px;display: flex;flex-wrap:nowrap;align-items:center;justify-content:space-between; border-bottom: 1px solid #E0E0E0;margin-bottom: 15px; padding:0 20px;} +.preview-title {font-size:16px;font-weight:600;color: #050009;} +.preview-box-content {padding: 0 20px;} +.btn-preview-box {margin-left: 15px;} +.preview-box-content table {margin-top: 10px;} + + +/**** Preview box style ends ******/ +/************** GRID STYLE STARTS************/ +.mdl-data-table {box-shadow: none; border: none;} +.mdl-data-table thead tr th {border: none;padding-top:0;padding-bottom:0; height:47px; background: #E8E5EC;vertical-align:middle; text-transform:uppercase;font-weight:600; font-size: 14px;color:#671c9d;text-align:left; cursor:pointer;} +.mdl-data-table tbody tr td {font-weight:600;text-align:left;} +.mdl-data-table tbody tr:first-child td {border-top: none;} +.admin-action-container button:hover {background: none;} + +.gridicon-activate {display:inline-block; width: 17px; height: 14px; background: url("../images/general-icons/grid_action_activate.png") no-repeat center center;} +.gridicon-deactivate {display:inline-block; width: 17px; height: 14px; background: url("../images/general-icons/grid_action_deactivate.png") no-repeat center center;} +.gridicon-edit {display:inline-block; width: 11px; height: 11px; background: url("../images/general-icons/grid_action_edit.png") no-repeat center center;} +.gridicon-delete {display:inline-block; width: 9px; height: 11px; background: url("../images/general-icons/grid_action_delete.png") no-repeat center center;} +.gridicon-delete.disabled{opacity:0.3;} +.gridicon-edit.disabled{opacity:0.3;} +.gridicon-approve {display:inline-block; width: 19px; height: 19px; background: url("../images/general-icons/grid_action_approveX.png") no-repeat center center;} +.gridicon-deny {display:inline-block; width: 19px; height: 19px; background: url("../images/general-icons/grid_action_denyX.png") no-repeat center center;} +.gridicon-archive {display:inline-block; width: 22px; height: 16px; background: url("../images/general-icons/archive.png") no-repeat center center;} +.gridicon-restore {display:inline-block; width: 19px; height: 15px; background: url("../images/general-icons/restore.png") no-repeat center center;} +.gridicon-access {display:inline-block; width: 19px; height: 19px; background: url("../images/general-icons/User_access.png") no-repeat center center;} + +.gridcell-sort {display: inline-block; width:10px; height:15px; position:relative; top: 3px; margin-left: 3px;cursor:pointer; } +.gridcell-sort.deactivate {background: url("../images/general-icons/sortby_deactivate.png") no-repeat center center; } +.gridcell-sort.ascending {background: url("../images/general-icons/sortby_active_up.png") no-repeat center center; } +.gridcell-sort.descending {background: url("../images/general-icons/sortby_active_down.png") no-repeat center center; } + +#select_container_5.ddl-column md-select-menu md-content { -webkit-column-count: 3; /* Chrome, Safari, Opera */-moz-column-count: 3; /* Firefox */ column-count: 3;column-gap: 20px;} +.ddl-column md-select-menu md-content { -webkit-column-count: 3; /* Chrome, Safari, Opera */ -moz-column-count: 3; /* Firefox */ column-count: 3;column-gap: 20px;} +.menu_notification_container {top: 55px !important;} +md-select-header {padding: 0 16px 8px 16px; text-align:center;display:block;} +md-select-header:first-child {padding: 16px 16px 8px 16px; display:block;} +md-select-header input {width: 100%;height: 30px;padding-left: 10px;} +.md-modellbl1 {display: inline-block;white-space: normal; text-overflow:ellipsis; max-width: 150px; float: left; overflow: hidden;white-space: nowrap;} + +.addslide-select {padding: 0px 1px !important;} +.addslide-select md-select {border-radius: 2px; height: 35px;} +.addslide-select md-select .md-select-value {height: 32px;} +.addslide-container1 .md-errors-spacer { min-height: 1px !important;} +.checkbox_align md-checkbox{margin:10px 0 !important;} +.checkbox_align md-checkbox.md-checked .md-icon:after{width: 6px; height: 11px; left: 5px;} +/************** GRID STYLE ENDS************/ + +/********* Error 404 page style Start ***************/ +.error-wrapper {min-height: 600px;background: url("../images/error-page/404_bg.png") no-repeat center center; background-size: cover; position: absolute; width: 100%; height:100%; } +.error-wrapper-inner { } +.error-wrapper-inner-bottom {background: url("../images/error-page/404_mountain.png") no-repeat 0 0; position: absolute; background-size: 100%;width:100%; height:150px;bottom:0;} +.error-wrapper-inner p {color: #fff;} +.error-graphene-logo {/*background: url("../images/error-page/logo_graphene_404.png") no-repeat center center; width: 198px; height: 57px; margin: 15px auto;*/ } +.error-graphene-logo2 {/*background: url("../images/error-page/Graphene-error-page-logo.png") no-repeat center center; width: 241px; height: 61px; margin: 15px auto;*/ } +.error-graphene-img1 {/*background: url("../images/error-page/404.png") no-repeat center center; width: 354px; height: 204px; margin: 0 auto; background-size: cover;*/} +.error-para1 {font-weight:600;font-size: 16px; line-height:16px;} +.error-para2 {font-size: 14px;} +.error-para3 {font-size: 14px;} +.error-seperator {width: 55%; border:none; border-bottom: 1px dashed #FFCB00;margin: 29px auto;} +.error-link-container {margin: 10px 0;} +.error-link-container a { color: #fff; font-size: 16px;} +.error-link-container a:hover { color: #fff;} +.error-hor-seperator { border-right: 1px solid #fff; height: 20px; margin: 10px 20px; } + +h1.error-heading1 {color: #fff; margin-bottom:5px; padding-bottom: 8px; font-size: 48px; font-weight: 600;font-family: 'Open Sans', sans-serif;} +p.error-m-para1 {margin:0;font-size: 18px;font-family: 'Open Sans', sans-serif; margin-bottom: 50px;} +.error-graphene-maintenance-img {background: url("../images/error-page/under_maintainance.png") no-repeat center center; width: 762px; height: 230px; margin: 0 auto; background-size: cover;} +/********* Error 404 page style End ***************/ + +/********* 403 page style Start ***************/ +.error403-wrapper {min-height: 600px;background: url("../images/error-page/404_bg.png") no-repeat center center; background-size: cover; width: 100%; height:100%;position:absolute;top:0; } +.page403-inner-container {background: url("../images/error-page/light.png") no-repeat center center;text-align: center;position:relative; top: -15px;padding-top:15px;min-height:610px; z-index:1;} +.error-graphene-logoai {/*") no-repeat center center; width: 270px; height: 68px; margin: 15px auto;transform:scale(0.8);*/ } +h1.error-page-heading1 {color: #f5f5f5;margin-bottom: 5px;margin-top: 15px;padding-bottom: 8px;text-align: center;font-size: 45px;font-weight: 600;font-family: "Open Sans",sans-serif;} +p.error-page-para1 {margin: 0 auto 25px auto;color:#f5f5f5;font-size: 16px;font-family: "Open Sans",sans-serif;font-weight: 600;text-align: center;position: relative;line-height: 28px;max-width: 830px;} +.error-page-403-img {background: url("../images/error-page/403.png") no-repeat center center; width: 478px; height: 188px; margin: 0 auto; background-size: cover;} +.error-page-para3 {font-size: 14px; color:#fff;} + +/********* 403 page style End ***************/ + +.mdl-button--icon.req-download-btn{width: auto; font-size: 10px; border: 1px solid #DDD; border-radius: 3px; padding: 1px 5px; line-height: 15px; + height: 25px; margin-top: 3px; color: rgb(253,134,56); +} + +/*--------------------------------------------------*/ +.eyebutton{ position: absolute; right: 2px; min-height: 35px;} +/*--------------------------------------------------*/ + +.subs-message1 {display: flex; justify-content: flex-start; align-items: center; padding: 8px;} +.subs-added {display:inline-block;width: 20px; height: 20px; background: url("../images/dashboard/status.png") no-repeat center center;background-size:cover;} +.subs-message1 span:last-child {color: #0f9c6d; margin-left: 5px;} + +/****** new header and sidebar ***************/ + +.mdl-layout__drawer {top: 55px; height: calc(100% - 55px);} +.mdl-layout__header {margin-left:0 !important; width: calc(100%) !important;} +.mdl-layout__header.initialVal {width: calc(100%) !important;margin-left:0 !important;} + +.header-title {display: none;} + +.a-logo-container {display: flex;height: 55px; justify-content: flex-start; align-items: center; padding-left: 11px; } +.accumos-header-logo img {width: 110px; height: 50px;margin-left: 13px;position:relative;cursor:pointer} +.cobranding-header-logo {margin-left: 25px;position:relative; margin-right: 22px;} +.cobranding-header-logo img {width: auto; height: 27px; margin-left: 27px;position:relative;cursor:pointer;} +.co-branding-logo{position:absolute; top:0; right:-92px;} + +.header-right1 button md-icon {display: none;} + +.md-open-menu-container {box-shadow: none !important;} +md-menu-content.menu-content1 {padding-top:0; padding-bottom:0;position:relative; top: 47px;box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);} +.new-note-container {display: flex; justify-content: space-between; align-items: center; padding-right: 5px;} +.notification-text {max-width: 232px;} +.notification-text, .notification-text span {-ms-word-break: break-all; word-break: break-all;word-break: break-word;-webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;} +.cursor-pointer {cursor: pointer;} + +md-menu-content.notelist_1 {width: 300px;max-height: 400px !important;padding-top:0;padding-bottom:0;position:relative; box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);} +md-menu-content.notelist_1 md-menu-item {border-top: 1px dotted #b1b1b1;margin: 3px 10px; position:relative; height: auto !important; min-height: auto !important;} +md-menu-content.notelist_1 md-menu-item:first-child {border-top: none;} +md-menu-content.notelist_1 md-menu-item.readall-btn-container {position: relative;border-top: 1px dotted #b1b1b1;margin: 3px 0; padding-top: 10px !important; } + +md-menu-item:hover { background-color: #eee;} + +md-menu-content.notelist_1 .mdl-button {min-height: 10px; width:15px; min-width: 15px; background: none;} +md-menu-content.notelist_1 .mdl-button.btn-readall-msg {height: 30px; position:relative; text-align: center; width:175px; margin: 0 auto;text-transform: none; color:#0366d6;font-size: 14px; font-weight: normal;line-height: 28px; } +md-menu-content.notelist_1 .mdl-button.btn-readall-msg:hover { color:#671C9D;} +md-menu-content.notelist_1 .mdl-button .fa {color: #999; font-size: 13px;position:relative; top:-5px;} +md-menu-content.notelist_1:hover .mdl-button, md-menu-content.notelist_1 .mdl-button:hover, md-menu-content.notelist_1 .mdl-button:focus, md-menu-content.notelist_1:focus .mdl-button {background: none; } +md-menu-content.notelist_1 .mdl-button:hover .fa {background: none; color: #000; } +md-menu-content.notelist_1 .notification-text {color: #2e2f2f; font-weight: normal; font-size:13px;} +md-menu-content.read-note {background: #f1f1f1;} +md-menu-content.read-note .notification-text {color: #656565; font-weight: normal;max-height: 30px;} + +#btn_header:hover {background: none; color: #ffcc00; opacity: 1;} +header.header-without-login .mdl-layout__header-row {padding:0;align-items:stretch;} + +.a-logo-container.logo-without-login {background-position: -40px center;} +.logo-without-login .accumos-header-logo img { margin-left:0;} +.terms-condition {display: block; padding: 20px;} +.downloadlbl1 {display: block; max-width: 200px; text-overflow:ellipsis; float: left; overflow: hidden; white-space: nowrap;} +.downloadlbl2 {clear: both; display: block; width: 100%;} +.text-green {color: #009900;} +.text-red {color: #ff0000;} +.req-star {color: #ff0000; margin-right: 4px;} +.disabledLink{pointer-events: none;} + +terms-condition {padding: 0 20px; display:block;} +.termspara1 {padding-bottom: 2px; margin-bottom: 0;} +.terms-list {margin-top: 5px; padding-top:0;} +.terms-list li {margin-bottom: 12px;} + +.a-logo-container.logo-without-login.logo_white_bg {display:inline-flex;min-width: 250px;background: #fff url("../images/general-icons/header_cross_img.png") no-repeat -40px center;} +.a-logo-container.logo_white_bg {display:inline-flex;min-width: 250px;background: #fff url("../images/general-icons/header_cross_img.png") no-repeat left center;} + +md-menu-item.header-ddl a {text-align:left; color: #2e2f2f;} + +/* ---------- validation -------------*/ +.validation-container{padding:0; margin: 0 -8px;} +.validation-container .box-layout{border:1px solid #e0e0e0 ; padding:5px 5px 0 5px;} +.box-layout .box-layout-title{border-bottom: 1px solid #e0e0e0; padding:0 5px; margin: 0 -5px; color:#671c9d; font-weight: 600;} +.box-layout .box-layout-title span{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:90%; display:inline-block;} +.box-layout-title i, .box-layout-title i a {float:right; font-size: 16px; padding: 1px 0; color:#671c9d;} +.list-validation{padding: 5px 0px 0px; min-height: 280px;} +.list-validation-box{border:1px solid #e0e0e0 ; padding:5px; margin-bottom: 5px; position:relative;} +.list-validation-box ul{list-style-type:none; font-size: 10px; padding:0; margin:0; line-height: 18px;} +.list-validation-box ul li{display:inline; } +.list-validation-box ul li:first-child:after { content: "|"; padding: 0 0px 0 3px; } +.timeline-centered .list-validation-box .timeline-entry .timeline-entry-inner .timeline-label p{font-size:10px; line-height: 18px;} +.list-validation .timeline-centered{margin-bottom:0px;} +.box-layout-footer{margin: 0 -5px; border-top: 1px solid #e0e0e0; background-color:#f1f1f1; padding:5px; display: flex; +flex-wrap: nowrap; +justify-content: space-between; } +.box-layout-footer .mdl-button{font-size:12px; padding:0 5px; line-height: 30px; min-height: 30px;} +.list-validation-box.disable{background-color:#efefef; } +.timeline-centered .list-validation-box.disable .timeline-entry .timeline-entry-inner .timeline-icon{ position: absolute; color:#b4b3b3; background-color: #efefef; -moz-box-shadow: 0 0 0 2px #b4b3b3; -webkit-box-shadow: 0 0 0 2px #b4b3b3;} +.timeline-centered .list-validation-box .timeline-entry .timeline-entry-inner .timeline-icon{z-index: 2; position: absolute;} +.list-validation .timeline-centered:before {z-index:1;} +.list-validation .timeline-centered .timeline-entry{padding-right:20px;} +.list-validation-box .removestep {position: absolute; right: 5px; top: 40%;} +.removestepicon{position:absolute; top:50%; right:5px; margin-top:-7px;} +.removestepicon i, .removestepicon i a {color:#8b8b8c; font-size: 16px;} +/* validation timeline*/ +.validation-container .timeline-centered { position: relative; margin-bottom: 0px;} +.validation-container .timeline-centered:before, .validation-container .timeline-centered:after {content: " "; display: table;} +.validation-container .timeline-centered:after {clear: both;} +.validation-container .timeline-centered:before, .timeline-centered:after {content: " ";display: table;} +.validation-container .timeline-centered:after {clear: both;} +.validation-container .timeline-centered:before {content: ''; position: absolute; display: block; width: 1px; background: #DBCBE8;top: 20px; bottom: 20px; margin-left: 18px;} +/* .timeline-centered .timeline-entry */ +.validation-container .timeline-centered .timeline-entry {position: relative;margin-top: 2px; margin-left: 15px; /*margin-bottom: 10px;*/clear: both;} +.validation-container .timeline-centered .timeline-entry:before, .validation-container .timeline-centered .timeline-entry:after {content: " ";display: table;} +.validation-container .timeline-centered .timeline-entry:after {clear: both;} +.validation-container .timeline-centered .timeline-entry:before, .validation-container .timeline-centered .timeline-entry:after {content: " ";display: table;} +.validation-container .timeline-centered .timeline-entry:after {clear: both;} +.validation-container .timeline-centered .timeline-entry.begin {margin-bottom: 0;} +.validation-container .timeline-centered .timeline-entry.left-aligned {float: left;} +.validation-container .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {margin-left: 0;margin-right: -18px;} +.validation-container .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {left: auto;right: -100px;text-align: left;} +.validation-container .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {float: right;} +.validation-container .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {margin-left: 0;margin-right: 70px;} +.validation-container .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after { left: auto; right: 0;margin-left: 0;margin-right: -9px; -moz-transform: rotate(180deg); + -o-transform: rotate(180deg); + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner {position: relative;margin-left: -12px;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {content: " ";display: table;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner:after {clear: both;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {content: " ";display: table;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner:after {clear: both;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {position: absolute;left: -100px;text-align: right;padding: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; +box-sizing: border-box;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {display: block;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {font-size: 15px;font-weight: bold;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child { font-size: 12px;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {background: #fff; color: #671c9d; display: block; width: 18px;height: 18px;-webkit-background-clip: padding-box; +-moz-background-clip: padding;background-clip: padding-box;-webkit-border-radius: 18px;-moz-border-radius: 18px;border-radius: 18px;text-align: center;-moz-box-shadow: 0 0 0 2px #671c9d; +-webkit-box-shadow: 0 0 0 2px #671c9d;box-shadow: 0 0 0 2px #671c9d;line-height: 18px;font-size: 12px;float: left; font-weight: 600; margin-top:9px; +} + +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {background-color: #303641;color: #fff;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {background-color: #ee4749;color: #fff;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {background-color: #fff;color: #00a651; box-shadow: 0 0 0 2px #00a651;} +.validation-container .timeline-centered .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {background-color: #21a9e1;color: #fff;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {background-color: #fad839;color: #fff;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {background-color: #cc2424;color: #fff;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {position: relative; /* padding: 0 0 5px 0; */ margin-left: 30px;-webkit-background-clip: padding-box; +-moz-background-clip: padding;background-clip: padding-box; /* border-bottom:1px solid #DBCBE8; margin-bottom:5px;*/ + + +} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.last{border-bottom:0;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p { +color: #666;font-size: 13px;margin: 0;line-height: 1.428571429; +} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {margin-top: 15px;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {font-size: 13px; font-weight:600; color:#2e2f2f;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a { color: #303641;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span { -ms-filter: alpha(opacity=60);filter: alpha(opacity=60);font-size:12px; font-weight:normal;} +.successclose{position:absolute; top:-2px; right:-8px;} +.successclose .md-icon-button i{font-size:16px;} +.validation-container .alert{position:relative;} +/* validation timeline end */ + +/* validation popup start*/ +.validation-onboarding ul{margin:0 0 15px 0; padding:0;} +.validation-onboarding ul li{list-style-type:none; display:inline-block; vertical-align:top; margin:0;} +.validation-onboarding ul li{ width:11%;} +.validation-onboarding ul li .imageplace{width:100%; display: inline-block; padding-top:5px; padding-bottom:5px; position:relative;text-align: center;} +.validation-onboarding ul li .imagecontent{margin-top: 5px; width:74px; height:74px; border-radius:74px; border:1px solid #e0e0e0; background-color:#FFF; display: inline-block; position:relative; text-align: center; line-height: 68px;} +.validation-onboarding ul li .text{ text-align: center; margin: 0 auto; color: #aaa; line-height: 20px; padding: 0px 5px 10px;} + /* adjustment */ + .validation-onboarding ul li.progress-status{color:#ebebeb;} +.progress-status:after{ content: "\2022 \2022"; font-size: 30px; line-height: 148px;} +.validation-onboarding ul li.progress-status {text-align:center; width:3%;} +.validation-onboarding ul li.text{padding-top:20px;} +.validation-onboarding .steppointer{border:1px solid #e0e0e0; border-radius:3px; min-height:168px;} +.validation-onboarding .steppointer.active{border:1px dashed #671C9D;} +.validation-onboarding .steppointer.active .imagecontent{border:1px solid #671C9D;} +.validation-onboarding .steppointer.active .text, .validation-onboarding .steppointer.removescan .text{color:#2e2f2f;} +.validation-onboarding .steppointer.removescan, .validation-onboarding .steppointer.removescan .imagecontent{border:1px solid #2e2f2f; position:relative;} +.count-circle{height: 30px; width: 30px; border-radius: 30px; border: 1px solid #DDD; margin: 20px auto; text-align: center; line-height: 30px; color:#aaa;} +.validation-onboarding .steppointer.removescan ~ .count-circle, .validation-onboarding .steppointer.active ~ .count-circle{height: 30px; width: 30px; border-radius: 30px; border: 1px solid #671C9D; margin: 20px auto; text-align: center; line-height: 30px; color:#671C9D;} +.validation-onboarding .steppointer.removescan .removestepicon{top: 4px; margin-top:0;} +/* icons*/ +.create-solution{background-image: url(../images/popup/ico_create_solution_object_greyX.png); background-repeat: no-repeat; background-position: center;} +.create-docker{background-image: url(../images/popup/ico_create_docker_micro_service_greyX.png); background-repeat: no-repeat; background-position: center;} +.create-tosca{background-image: url(../images/popup/ico_create_toscaX.png); background-repeat: no-repeat; background-position: center;} +.create-package{background-image: url(../images/popup/ico_package_other_artifacts_greyX.png); background-repeat: no-repeat; background-position: center;} +.add-repository{background-image: url(../images/popup/ico_add_repository_greyX.png); background-repeat: no-repeat; background-position: center;} +.add-security{background-image: url(../images/popup/ico_plus_purpleX.png); background-repeat: no-repeat; background-position: center;} +.create-security{background-image: url(../images/popup/ico_security_scan_greyX.png); background-repeat: no-repeat; background-position: center;} +.not-yet-onboarded{background-image: url(../images/ico_not_yet_onboarded.png); background-repeat: no-repeat; background-position: center;} + +.create-licence-check{background-image: url(../images/popup/ico_licence_check_grey.png); background-repeat: no-repeat; background-position: center;} +.create-manual-text-check{background-image: url(../images/popup/ico_manual_text_check_grey.png); background-repeat: no-repeat; background-position: center;} +.create-model-documentation{background-image: url(../images/popup/ico_model_documentation_grey.png); background-repeat: no-repeat; background-position: center;} +.create-text-check{background-image: url(../images/popup/ico_text_chck_grey.png); background-repeat: no-repeat; background-position: center;} +.create-security-gray{background-image: url(../images/popup/ico_security_scan_grey.png); background-repeat: no-repeat; background-position: center;} + +/* arrow */ +.arrow_box { position: relative; background: #fff; border: 1px solid #e0e0e0;} +.arrow_box:after, .arrow_box:before {top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;} +.arrow_box:after {border-color: rgba(255, 255, 255, 0); border-top-color: #fff; border-width: 20px; margin-left: -20px;} +.arrow_box:before {border-color: rgba(224, 224, 224, 0); border-top-color: #e0e0e0; border-width: 21px; margin-left: -21px;} +/*.active.arrow_box:before{border-top-color: #671C9D;} */ +.removescan.arrow_box:before{border-top-color: #2e2f2f; border-width: 22px; margin-left: -22px;} +.active.arrow_box:before{background-image:url(../images/popup/dotted_triangle.png); background-repeat:no-repeat; position: absolute; width:42px; height:22px; border:0;} +/* validation popup end*/ +/* validation end*/ + +/****** view user profile page style start **********/ +.md-container-head1 {position:relative;} +.user-profile-outer-container {background:#fff; border: 1px solid #671C9D; width: 750px; position:absolute;z-index: 5000; left: 60px; top:70px; + -webkit-box-shadow: 0 0 7px rgba(103,28,157,.6) !important; -moz-box-shadow: 0 0 7px rgba(103,28,157,.6) !important;box-shadow: 0 0 7px rgba(103,28,157,.6) !important;border-radius: 5px;} + +.user-profile-outer-container:before {content:""; width: 15px;height: 15px; border-left: 1px solid #671C9D; border-top: 1px solid #671C9D; + border-right: none; border-bottom: none;background: #fff;position: absolute;top: -9px;left: 20px;transform: rotate(55deg) skew(21deg); + -webkit-box-shadow: -4px -4px 3px 0 rgba(103,28,157,.20) !important;-moz-box-shadow: -4px -4px 3px 0 rgba(103,28,157,.20) !important;box-shadow: -4px -4px 3px 0 rgba(103,28,157,.20) !important;z-index: 200;} + +.user-profile-header-container {height:48px;display: flex;flex-wrap:nowrap;align-items:center;justify-content:space-between; border-bottom: 1px solid #E0E0E0;margin-bottom: 15px;} +.up-title {font-size:16px;font-weight:600;padding-left: 20px;color: #050009;} +.btn-up1, .btn-up3 {font-size:12px;background:#f1f1f1; border:1px solid #D8D8D8; color: #0366d6;margin: 0 0 0 10px;line-height: 24px !important;height: 25px;padding-left: 8px;padding-right: 8px;} +.btn-up1 .material-icons, .btn-up3 .material-icons {font-size:14px !important;position:relative;top: -1px;margin-right:3px;} +.btn-up2 {margin: 0 !important;width: 38px !important;height: 37px; border-radius: 0 !important;} +.btn-up2 .md-ripple-container * {background: none !important;} +.btn-up2 .material-icons {font-size:20px; position:relative; top: 2px; } +.btn-up3 {position:relative; top: 7px;margin-left:20px} + +.up-row1 {display: flex;flex-wrap:nowrap;justify-content:space-between; padding: 5px 20px;} +.up-row1 > div { width: 30%;} +.up-row2 {padding: 5px 20px;} + +.up-grid {display: flex; flex-wrap:wrap;} +.up-grid-item {max-width: 218px; border: 1px solid #f1f1f1; margin-right: 15px; margin-bottom: 15px;padding: 8px;} +.up-grid-item:hover { box-shadow: 0 5px 30px rgba(0,0,0,0.15);transform:scale(1.02);transition: box-shadow 0.3s ease-in-out;} +.up-title-lbl {max-width: 96%;font-size: 16px; color: #2e2f2f; position:relative; text-overflow: ellipsis; overflow: hidden;white-space: nowrap;display:inline-block;float: left;} +.up-grid-image {max-width: 100%; max-height: 100%;} +.up-userimg {width: 30px;max-width: 30px; height: 30px; margin-right: 10px;} +.up-userimg img {max-width: 100%; max-height: 100%;} + +.up-row2 .gridlistheading {margin-top: 8px;} +.up-sidebar-container {padding: 10px 15px;} +.up-para1 {font-size: 13px; color: #656565;} +.up-para1:last-child {margin-bottom:0} + +.up-sociallist {list-style-type: none; padding:0 20px;} +.up-sociallist li {border-bottom: 1px solid #DEDEDE; padding: 10px 0;} +.up-sociallist li a span:first-child {display: inline-block; border:2px solid #7c7c7c; margin-right:15px; width: 35px; height:35px; border-radius: 50%;text-align:center; line-height: 33px;} +.up-sociallist li a span:first-child i {font-size: 16px; color: #7c7c7c;} +.up-sociallist li a span:last-child {font-size: 13px; color: #2e2f2f;font-weight:600;} +/****** view user profile page style end **********/ + +table tbody tr.disabledRow .disabledRowChild {color: #ccc; cursor: not-allowed; pointer-events: none;} +.ds-btn1.btn-deploy[disabled] .ds-icon.icon-deploy {opacity: 0.2;} + +.n-rating1 {display: flex; flex-wrap: wrap;flex-direction:column; justify-content:center;position: relative;} +.n-rating1 .jk-rating-stars-container {position:relative; top: 3px;} +.ratingtxt1 {font-size: 11px;margin-bottom: 0; display: block;} +.ratingtxt2 {display: block; clear:both; width: 100%; margin-bottom: 10px;} +.rating-container-right .progress-wrapper .progress {width: 180px; margin-right: 15px;margin-left: 10px;} + +.discussion-lbl1 {font-size: 11px; margin-bottom: 6px; display:block;} +.reviews-ratings-container {position:relative; left:-5px;} + +.discussion-reviews-tab {position: relative; margin: 0 -20px;} +.discussion-reviews-tab md-tabs-content-wrapper {border-left: none; border-right: none; padding: 0 20px;} +.discussion-reviews-tab md-content {padding: 15px 0;} +.discussion-row {border-bottom: 1px dotted #bcbcbc;} + +.dcl-list {margin-left: 4px; } +.dcl-list md-select {padding-left: 8px;} + +div[id^="select_container_"] {margin-top: 41px;} +div[id^="select_container_"] md-content {padding-top: 0; padding-bottom:0;} + +div[id^="select_container_"] md-option {border-bottom: 1px solid black;} +div[id^="select_container_"] md-option .md-text {/* opacity: 0; */} + +md-select-menu md-content md-option:not([disabled]):focus {background: rgb(255,255,255);} +md-select-menu md-content md-option:not([disabled]):focus[selected]{background: rgb(238,238,238);} + +.md-select-menu-container .dc-microsoft-azure .md-ripple-container {display: none;} +.dcl-list md-option:hover {background-color: none;} + +md-option.dc-microsoft-azure {background: #fff url("../images/deploy-cloud/microsoft_azure.png") no-repeat 10px center !important;} +md-option.dc-microsoft-azure:hover { background: none !important; background: #fff url("../images/deploy-cloud/microsoft_azure.png") no-repeat 10px center !important;} + +md-option.dc-google-cloud {background: #fff url("../images/deploy-cloud/google_cloud_platform.png") no-repeat 10px center !important;} +md-option.dc-google-cloud:hover { background: none !important; background: #fff url("../images/deploy-cloud/google_cloud_platform.png") no-repeat 10px center !important;} + +md-option.dc-rackspace {background: #fff url("../images/deploy-cloud/rackspace.png") no-repeat 10px center !important;} +md-option.dc-rackspace:hover { background: none !important; background: #fff url("../images/deploy-cloud/rackspace.png") no-repeat 10px center !important;} + +md-option.ddc-amazon-cloud {background: #fff url("../images/deploy-cloud/amazon.png") no-repeat 10px center !important;} +md-option.dc-amazon-cloud:hover { background: none !important; background: #fff url("../images/deploy-cloud/amazon.png") no-repeat 10px center !important;} + +md-option.dc-att-cloud {background: #fff url("../images/deploy-cloud/at&t_internet_cloud_logo.png") no-repeat 10px center !important;} +md-option.dc-att-cloud:hover { background: none !important; background: #fff url("../images/deploy-cloud/at&t_internet_cloud_logo.png") no-repeat 10px center !important;} + +.dc-microsoft-azure[disabled], .dc-microsoft-azure[disabled]:hover {background: #f2f2f2 url("../images/deploy-cloud/microsoft_azure_disabled.png") no-repeat 10px center !important; cursor: not-allowed;} +.dc-google-cloud[disabled], .dc-google-cloud[disabled]:hover {background: #f2f2f2 url("../images/deploy-cloud/google_cloud_platform_disabled.png") no-repeat 10px center !important;cursor: not-allowed;} +.dc-rackspace[disabled], .dc-rackspace[disabled]:hover {background: #f2f2f2 url("../images/deploy-cloud/rackspace_disabled.png") no-repeat 10px center !important;cursor: not-allowed;} +.dc-amazon-cloud[disabled], .dc-amazon-cloud[disabled]:hover {background: #f2f2f2 url("../images/deploy-cloud/amazon_disabled.png") no-repeat 10px center !important;cursor: not-allowed;} +.dc-att-cloud[disabled], .dc-att-cloud[disabled]:hover {background: #f2f2f2 url("../images/deploy-cloud/at&t_internet_cloud_logo_disabled.png") no-repeat 10px center !important;cursor: not-allowed;} +.opacityZero .md-text{/* opacity:0 !important; */} + +.deploy-to-cloud[disabled], .deploy-to-cloud[disabled]:hover{opacity:0.3 !important; cursor: not-allowed; pointer-events:none;} +.design-studio .deploy-to-cloud[disabled], .deploy-to-cloud[disabled]:hover{opacity:1 !important;} +.design-studio .deploy-to-cloud[disabled]:after { content: ""; background: white; display: block; height: 100%; width: 100%; opacity: 0.6;} +.design-studio .deploy-to-cloud[disabled] {padding: 0;} + + +.deploy-to-cloud-input input[disabled], .deploy-to-cloud-input input[disabled]:hover, +.deploy-to-cloud-input input[disabled] + span +{opacity:0.3; cursor: not-allowed; } + +.borker-row {display:flex; justify-content: space-between; align-items: center;} +.borker-row .md-input {border: 1px solid #d5d5d5; height: 35px;padding-left: 10px;border-radius: 2px; margin-bottom: 10px;} +.borker-row > div:first-child > div > input:first-child {width: 200px;} +.borker-row > div:first-child > div > input:last-child {width: 100px;} + +.db-csv {display:flex; justify-content: flex-start; align-items: center;} +.db-csv .md-input {border: 1px solid #d5d5d5; height: 35px;padding-left: 10px;padding-right: 10px; margin-right: 10px; border-radius: 2px; margin-bottom: 10px;} +.db-csv > div > div > input {width: 200px;} +.broker-heading {margin-top: 0 !important;} + + +.ratethis-container .jk-rating-stars-container {width: 175px; margin: 5px auto 0 auto;} +.ratethis-container .star-button .material-icons {font-size: 30px;} +.ratethis-container .star-button.star-on .material-icons {color:#358E3C; } + +.dialog-footer-container1 {display:flex; justify-content: space-between;width: 100%;} +.dialog-footer-container1 .mdl-button {margin:0; } + +.ud-change-photo {width: 400px; max-height: 80% !important;} +.ud-deactivate-account {width: 480px; } +.ud-change-password {width: 450px; max-height: 80% !important;} +md-dialog-actions .mdl-button[disabled] {border-color: #dadada !important;} + +.dialog-btn-container-deploy-to-cloud {display: flex;flex-wrap:nowrap;align-items:center; +justify-content: space-between; position:relative; margin: 25px -20px -20px -20px; +padding: 20px;background:#e5e5e5;} +.search-select {position:relative;} +.search-select input{font-size:14px; border: 1px solid #d5d5d5; padding-right:30px;padding-left: 10px;} +.search-select span.search-icon{width: 20px; height: 25px; background: url(../images/sidebar-icons/search_icon.png) no-repeat right center !important; position:absolute; right:10px; top:0;} + +/**** Build for ONAP style starts ****/ +.onap-section {padding: 0 15px !important;} +.onap-title {font-size: 14px; border-bottom:1px solid rgba(0,0,0,0.12);margin-top: 5px;padding-bottom: 10px !important; height: 30px;font-weight: 600;font-family: 'Open Sans', sans-serif;} +.onap-steps-container {display:flex; flex-wrap:nowrap; justify-content: space-around; align-items: flex-start;} +.onap-steps-container > div {text-align:center; max-width: 100px; } +.steps-dots {width: 32px;height:11px; background: url("../images/dashboard/stepper_progress.png") no-repeat left center;position:relative; top: 32px;} +.steps-dots.completed {background-image: url("../images/dashboard/stepper_progress_completed.png") } +.onap-step { width: 75px; height: 75px; margin:0 auto 10px auto; border: 3px solid #fff; background-color: #EBEBEB; border-radius: 50%; } +.onap-step.completed {border-color: #009901; background-color: #fff;} + +.onap-steps-inner-container { padding: 15px 10px;} + +.add-to-catalog-container {padding-left: 40px;} +.onap-link1 {font-size: 13px;position:relative; top: 8px;display:flex; align-items: center;} +.onap-link1 .material-icons { margin-left: 5px;} +/**** Build for ONAP style end ****/ +/**** my model disable arrow ***/ +.disabledClick {pointer-events: none;} + +.listview-btnfav {position:relative; top: -4px; width: 30px; height:30px; min-width: 30px;} + +.listview-title-container {display: flex; justify-content: space-between; align-items: center;width: 340px;} +.listview-title-container .griditem-title {max-width: 340px;text-overflow: clip !important; overflow: visible !important;} +.listview-title-container .griditem-title .griditem-title-text {margin-left:0;text-overflow: ellipsis; overflow: hidden;white-space: nowrap;float: left; max-width: 98%;} + +.tilecontainer1 .griditem-title {max-width: 200px;text-overflow: clip !important; overflow: visible !important;} +.tilecontainer1 .griditem-title .griditem-title-text2 {margin-left:0;text-overflow: ellipsis; overflow: hidden;white-space: nowrap;float: left; max-width: 95%;} + +.fed-search-container .admin-btn-search {display: inline-block; width: 40px; text-align:center; border-radius: 4px; border: 1px solid #d5d5d5; margin-left: 4px;background: #fff; height: 30px; cursor: pointer; } +.fed-search-container .admin-btn-search i {line-height: 30px;} +.fed-search-container .admin-btn-search i:hover { color: #671C9D;} +.fed-search-container .admin-search-control {background: #fff !important;} +.fed-search-container .admin-search-control[disabled] {background: #efefef !important;cursor: not-allowed;} +.admin-btn-search[disabled] {background:#efefef !important;} +.griditem-title-text {margin-left:0px !important;} +.md-icons-tiles {display: flex; justify-content: space-between; align-items: center;padding: 0;} +.md-icons-tiles .mdl-button { height: 30px; width: 30px; margin:0;top:3px;} +.mp-grid-list-details-cell .md-icons .mdl-button {position:relative;top:3px;} +.mp-grid-list-details-cell .tile-icons {margin-top: 10px;} +.mp-grid-list-details-cell .mdl-button--icon .material-icons {font-size: 20px !important;} +.mp-grid-list-details-cell .mdl-button--icon .material-icons.selected-fav {line-height: 20px;width: 20px;-webkit-transform: translate(-10px,-10px); transform: translate(-10px,-10px);} +.grid-item .mdl-button--icon .material-icons {font-size: 20px !important;-webkit-transform: translate(-12px,-12px); transform: translate(-12px,-12px);line-height: 20px;width: 20px;} +.grid-item .mdl-button:active, +.grid-item .mdl-button.mdl-button--colored:focus:not(:active), +.grid-item .mdl-button.mdl-button--icon:hover, +.mp-grid-list-details-cell .mdl-button:active, +.mp-grid-list-details-cell .mdl-button.mdl-button--colored:focus:not(:active), +.mp-grid-list-details-cell .mdl-button.mdl-button--icon:hover{background: none !important;} +.mp-grid-list-details-cell .mdl-button--icon .material-icons {font-size: 20px !important;} +.grid-item .mdl-button--icon .material-icons {font-size: 20px !important;} +.admin-sccontainer1 input{ border: 1px solid #d5d5d5; padding: 5px; margin-bottom: 5px; width: 100%;} +.disabledButton { pointer-events: none; opacity: 0.4; } +/***** Sign-in promt modal start ********/ +.sign-in-promt-modal-box {width: 400px;margin-left: auto; margin-right: auto;} +.sign-in-promt-modal-box .md-dialog-content {min-height: 80px;max-height: 90vh;} + +/***** Sign-in promt modal end ********/ + +.mdl-textfield .mdl-button:active {background: none;} + +/**********Site Content page style start ***********/ +.sc-container1 {display:flex; justify-content: space-between;align-items: flex-start; margin-bottom: 20px;padding-top: 5px;} +.sc-container1-child-left { width: 49%; border: 1px solid #d5d5d5;} +.sc-container1-child-right {width: 49%;} + +.sc-child1 {display:flex; justify-content: space-between;align-items: center; padding: 10px; border-bottom: 1px solid #d5d5d5;} +.sc-child1 span {font-weight: 600;} +.sc-child1 div {display:flex; justify-content: space-between;} +.sc-child1 div .select-control {padding-right:0;} +.sc-child1 div .select-control md-select{font-size: 12px;} +.sc-btn1 {min-width: 40px; width: 90px; padding-left: 8px; padding-right: 8px;font-size: 12px;} +.sc-link-btn1 {min-width: 30px; width: auto; margin:0; padding: 3px;font-size: 12px;color:#0366d6; height: 25px;min-height: 25px; line-height: 20px;text-transform: none;} +.sc-link-btn1:hover {background: none !important;} + +.sc-cell-container {border-bottom: 1px solid #d5d5d5; } +.sc-cell-container:last-child {border-bottom: none; } +.sc-cell-childtop {display:flex; justify-content: space-between;align-items: center;padding: 0 0 0 10px;margin-bottom: 10px;} +.sc-cell-childtop > div {display:flex; align-items: center;} +.sc-cell-childtop md-checkbox {margin-bottom:0; margin-right: 8px;width: 15px;height: 15px;min-width: 15px;min-height: 15px;background: #fff;} +.sc-cell-childtop md-checkbox .md-icon {height: 15px; width: 15px;top: 3px; } +.sc-cell-childmiddle {display:flex; padding: 0 10px;} +.sc-cell-childbottom {background: #f7f7f7;padding: 10px;} +.sc-cell-childbottom > div > span {margin-right: 35px;font-weight: 600;font-size: 12px;} +.sc-cell-childbottom > div > span:last-child {margin-right: 0;} + +.custom-tooltip {position:relative;} +.custom-tooltip .custom-tooltip-text {display: none; position:absolute;z-index:555; top: 30px; min-width: 50px;max-width: 500px; white-space:normal; word-break: break-all; line-height: 14px; font-size: 11px;left:20px;color: #2e2e2e;font-weight:400; background:#fff;padding: 3px 5px; border: 1px solid #767676;} +.custom-tooltip:hover .custom-tooltip-text {display: inline-block;background:#fff;} + + +.sc-counter-container {display: flex; width: 35px; margin-left: 5px; height: 35px;margin-bottom: 0; background: #F2F2F2;align-items: center; justify-content:center;} +.sc-slide-counter {display: inline-block; width: 18px; height: 18px; line-height:14px; background: #fff; border-radius: 50%; border: 2px solid #671C9D;text-align:center;color: #671C9D;font-weight:600; font-size: 13px;} +.sc-img-container { width: 100px; max-height: 100px; position:relative; margin-bottom: 10px;} +.sc-img-container img { max-width: 100%; max-height: 100%; position:relative;} +.sc-text-container { padding-left: 10px; } +.sc-text-container > span {font-size: 14px;font-weight:600;} +.sc-text-container > p {font-size: 13px; line-height: 16px; margin-bottom: 8px; } +.sc-text-container > p:last-child {font-size: 12px;line-height: 14px;} +.sc-bottom-text1 {font-size: 14px; font-weight: 600; margin-bottom: 8px;display: block;} + +.sc-slide-title {font-size: 14px; font-weight: 600; color: #671C9D; margin-right: 12px; text-overflow: ellipsis; overflow: hidden; max-width: 85px;white-space: nowrap;} +.sc-slide-status {font-size: 11px; font-weight: 600;} + +.sc-cell-container.disabled-container {background: #eaeaea;} +.sc-cell-container.disabled-container .sc-cell-childbottom {background: #eaeaea;} +.sc-cell-container.disabled-container .sc-text-container, +.sc-cell-container.disabled-container .sc-cell-childbottom {color: #bababa;} +.sc-cell-container.disabled-container .sc-img-container img {opacity: 0.3;} +.sc-cell-container.disabled-container .sc-counter-container {background: #dbdbdb;} +.sc-cell-container.disabled-container .sc-slide-counter {background: #f2f2f2; border: 2px solid #bababa;text-align:center; color: #bababa;} +.sc-cell-container.disabled-container .sc-slide-title {color: #999;} +.sc-child1 md-switch { margin:0;} +.sc-button-container {border-top: 1px solid #d5d5d5; padding-top: 10px;} +.sc-button-container button {margin-right: 5px;} + +.site-content-wrapper {position: relative; margin-left: -20px; margin-right: -20px;} +.site-content-tabcontrol > md-tabs-content-wrapper {border-right: none; border-bottom: none; border-left: none;} +.sc-container1-child-right md-tabs md-tabs-wrapper {border-top: 1px solid #d5d5d5;border-left: 1px solid #d5d5d5;border-right: 1px solid #d5d5d5;} +.c-alert.site-content-alert-box {position:relative;width: 100%;top: 0;right: 0;margin:0; } +/**********Site Content page style ends ***********/ +/* add slide for top carousel start*/ +/*---- File upload ----------*/ +.top-carousel-admin{/* width:700px; */ width:850px; max-height: 85%;} +.top-carousel-admin .mdl-grid{padding:0;} +.top-carousel-admin .add-document .upload-image-input{margin-top:5px;} +.top-carousel-admin .upload-image-input{border: 1px solid rgba(0,0,0,.12); padding:3px 5px; margin-top: 3px; } +.top-carousel-admin .upload-image-input input[type="file"]{ position: absolute; top: 0; left: 0; z-index: 2; width: 70px; opacity: 0; cursor: pointer; } +.top-carousel-admin .upload-image-input input.mdl-textfield__input{box-sizing: border-box; width: calc(100% - 85px); border:none; line-height:26px; font-size: 14px; padding: 0; color:#666; height:26px;} +.top-carousel-admin .upload-field { position: relative; cursor: pointer; float: right; /* height: 26px; */ line-height: 14px; padding: 5px 10px; border-radius: 3px; + background: #fff; color: #2B262D; border: 1px solid #B1B1B1;} +.top-carousel-admin .modal-note{padding-top:5px; font-size:12px; line-height: 15px;clear:both; display: block;} +/*drag and drop*/ +.drag-drop{border: 1px dashed #d5d5d5; border-radius: 5px; width:auto; padding:15px; text-align:left;} +.drag-drop img{display:block; margin:auto;} +.drag-drop .destext{text-align:center; font-size: 16px; color: #777; padding: 5px 10px;} +.mdl-button.mdl-js-button[disabled] {color: #B3B3B3; border-color: #d3d1d1; cursor: not-allowed;} +.infographics{display:flex; justify-content:space-between;} +.infographics md-input-container label{width:auto;} +.infographics md-switch{margin:0 0 0 5px; float:right; height:20px;} +ul.aligntext{border-radius:2px; border:1px solid #d5d5d5; float:left; padding: 0px; margin:0 0 10px; background-color:#f1f1f1;} +ul.aligntext li{list-style-type:none; display:inline; line-height: 10px; float:left; padding: 3px 10px;} +ul.aligntext li:first-child{border-right:1px solid #d5d5d5; } +ul.aligntext li a{color:#777;} +ul.aligntext li.active{background-color:#FFF; } +ul.aligntext li.active a{color:#4f147a;} +.mdl-button.primary-name-btn, .mdl-button.primary-name-btn:hover, .mdl-button.primary-name-btn:active{ margin-bottom:2px; border-radius: 4px; min-height: 33px; padding: 0 5px; background-color: #fc0; border: 1px solid #fc0; color: #000; font-size:12px; height:25px;} +.mdl-button.primary-name-btn i, .mdl-button.primary-add-name-btn i, .mdl-button.primary-explore-btn i{font-size:15px;} +.mdl-button.primary-add-name-btn, .mdl-button.primary-add-name-btn:hover, .mdl-button.primary-add-name-btn:active{margin-bottom:2px; border-radius: 4px; min-height: 33px; padding: 0 5px; background-color: #fff; border: 1px solid #fff; color: blue; font-size:12px; height:25px;} +.mdl-button.primary-explore-btn, .mdl-button.primary-explore-btn:hover, .mdl-button.primary-explore-btn:active{margin-bottom:2px; border-radius: 4px; min-height: 33px; padding: 0 5px; background-color: #fff; border: 1px solid #000; color: #000; font-size:12px; height:25px;} +.upload-bg-image .upload-image-input{width: calc(100% - 79px); float:left;} +.upload-bg-image .upload-image-input ~ span button.btn-secondary{margin-top:5px; font-size: 14px; min-height: 34px; float: right; font-weight:normal; min-width: auto; padding: 0 10px;} +.modal-note{color:#888;} + +.slid-container{width: 25%; height: 100px;margin-top: 5px;float:left; margin-bottom:15px; background: #efefef;} +.slides{border: 1px solid #adabab;width: 87%;height: 50px;margin: 10px;border-radius: 3px;} +.slid-container .slides .slidesimgholder{height:40px; width:40px; margin:5px; float:left;} +.slid-container .slides .slidesimgholder img{width:100%; height:100%;} +.SlideImage{width: 100%;} +.Order-margin{margin-left:10px;} +.slid-container .image-caption{color:#671c9d; margin-left:3px; padding-top: 15px; float: left;} +.slid-container .order-inputs{width: 20px; height: 20px;float: right;margin-right: 26px;margin-top: 3px;text-align: center;} +.slid-container.active{background: #fff; -webkit-box-shadow: -1px 1px 30px -2px rgba(103,28,157,1); +-moz-box-shadow: -1px 1px 30px -2px rgba(103,28,157,1); +box-shadow: -1px 1px 30px -2px rgba(103,28,157,1);} +.link-button-container{background-color:#DDD; padding:5px; margin-bottom:2px; display:flex; position:relative;} +.link-button-container .select-control label{margin-bottom:0px;} +.link-button-container .buttonlabel{/* width:137px; */} +.link-button-container .select-control md-select{font-size:12px;} +.link-button-container .cancelbox{position:absolute; top:5px; right:5px;} +.link-button-container .cancelbox i{font-size:15px; cursor:pointer;} +#backGround1 ~ .md-errors-spacer{display:none;} + +/* drag-drop-CustomFile */ +.drag-drop-CustomFile img { margin: auto; display: block;} +.drag-drop-CustomFile .destext{ text-align: center; font-size: 16px; color: #777; padding: 5px 10px;} +.drag-drop.infograph{border: 1px dashed #d5d5d5; border-radius: 5px; width:50%; padding:15px; text-align:left;float:left; height:195px;} +.drag-drop.infograph img, .drag-drop-CustomFile img{width:100%; max-height: 125px;} +.drag-drop.infograph .image-Container img{width:100%; height:100%; cursor: pointer;} +.drag-drop-CustomFile{border: 1px dashed #d5d5d5;border-radius: 5px; width: 55%;padding: 15px;height: 195px; text-align: left;float: left;} +.drag-drop-CustomColor{border: 1px dashed #d5d5d5;border-radius: 5px; width: 42%;float:right;height: 195px;} +.Custom-colors{display: block;width: 78% !important;border: 1px solid #d5d5d5;background-color: #10a6b5;margin-bottom: 3px;color: white;height: 30px;padding: 5px;} +.colorChamber{display: block;width: 18%;border: 1px solid #d5d5d5;height: 18px;margin: 0px 3px 3px 0px; float:left;} +.currentColor{height: 129px;padding: 4px 15px 0px 30px; cursor: pointer;} +.currentColor label, .custom-color-chamber label{font-size:12px;} +.custom-color-chamber{height: 45px; padding: 0px 15px 0px 30px; } +.custom-color-chamber .custom-color-textbox{ font-size:12px; text-align:center; padding-left:2px; width: 80%; height: 22px !important; line-height:12px !important; padding-top: 0px !important;} +.spanLeft{float: left;} +.spanOR{display: inline-block;text-align: center;width: 33px;height: 33px;line-height: 31px;border-radius: 50%;background: #fff;border: 1px solid #d5d5d5;color: #671c9d;position: absolute;margin: 85px 0px 0px -10px;} +.hrMargins{margin-top: 5px;margin-bottom: 5px;} +.popupWidth{width:80% !important;} +.background-color-sample1{/* background-image:url("../images/transparent_bg.jpg;"); background-repeat:repeat; */} +.background-color-sample2{background-color: #0366d6;} +.background-color-sample3{background-color: #10A6B5;} +.background-color-sample4{background-color: #8529f5;} +.background-color-sample5{background-color: #7B132A;} +.background-color-sample6{background-color: #D5305A;} +.background-color-sample7{background-color: #F49419;} +.top-carousel-admin1{width: 850px;max-height: 85%;} +.sample{max-height: 100px;height: 100px;overflow-y: auto;} +.sample .image-Container{position:relative; width:60px; height:50px; border: 1px solid #d5d5d5; padding:1px;margin-right: 5px;float:left; margin-bottom: 5px;} +.sample .image-Container .selected{position:absolute; right:2px; top:0px} +.sample .image-Container .selected i{font-size:14px; color:#00a651;} +.image-size{width: 56px;height: 46px;} +.drag-drop.infograph.drag-left{border-right:1px solid #d5d5d5;} +.drag-drop.infograph.drag-right{border-left:1px solid #d5d5d5;} +.buttonlabel input, .buttoninput{width:100%; height: 31px; border: 1px solid #d5d5d5; padding: 0 5px;} +.fullwidth{width:100%;} +.link-button-container.adjmargin{margin-top:-2px;} +.infographics-align md-radio-group{margin-top:5px; display:block;} +.infographics-align md-radio-group md-radio-button{margin-bottom: 5px; font-size: 13px; line-height: 21px;} +.link-button-container .select-control{padding: 0 0px 0 6px;} +.colorChamber.active{border:2px solid #f77204;} +.defaultextinfo{font-size:12px; margin-bottom:10px; line-height:16px;} +.add-top-carousel .ql-tooltip.ql-editing{left: 25% !important; margin-top: -10px; padding: 2px 12px;} +.sa-dragdrop {height: inherit;} +.sa-dragdropimg {max-height: 75%; object-fit: contain; width: 88% !important;} +/*end*/ + +/* partial onboarding related css changes */ +.grid-item-error-container {position: absolute; top:0; left:0; height: 100%; width: 100%; background: rgba(0,0,0,0.55);z-index: 50; cursor:pointer;} +.grid-error-msg {padding: 5px 10px; background: rgba(255,255,255,0.9); color: #ff0000; text-align: center; position: relative; top: 60px; font-size: 13px;z-index: 10;} +.grid-error-icon {display: inline-block; text-align: center; width: 20px; height: 20px; line-height: 17px; border: 1px solid #ff0000; border-radius: 50%; color: #ff0000;position:relative; margin-right: 4px;} + +/******** Pagination style Starts******/ +.pagination-wrapper {display:flex; justify-content: space-between; position:relative; margin-top: 15px;} +.pagination-left-section {display:flex;flex-wrap: nowrap;align-items: center;} +.pagination-right-section {display:flex;flex-wrap: nowrap;align-items: center;} + +.count-btn-container {margin: 0 3px;} +.pagination-ddl {width: 80px;} +.count-btn {min-width: 32px; padding-left:5px;padding-right:5px; margin: 0 1px;} +.page-stats {color: #8f8f8f;} +.count-btn.selected-btn, .count-btn.selected-btn:focus {color: #fff; background: #671C9D;border-color: #671C9D;} + +/******** Pagination style Ends******/ + +/****** text editor style starts*******/ +.ql-size-huge, .model-details-tabwrapper h1 {font-size: 20px !important;} +.ql-size-large, .model-details-tabwrapper h2 {font-size: 17px !important;} +.ql-picker-item[data-value="huge"]:before, .ql-picker-item[data-value="1"]:before {font-size: 20px !important;} +.ql-picker-item[data-value="large"]:before,.ql-picker-item[data-value="2"]:before {font-size: 17px !important;} + +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .popovers .ql-editor h1 {color: #000;} +.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .popovers .ql-editor h2 {color: #000;} +/****** text editor style ends*******/ + + +/****** Custom popover starts******/ +.custom_popover .popovers {width:312px; right:60px; top:50px;} +.custom_popover .popovers-cloud-modalfooter{display:none;} +.custom_popover .popovers::before{left:278px;} +.custom_popover .popovers .md-dialog-content{ padding: 15px 0 0px; max-height: 100px; overflow-x: hidden; overflow-y: auto;} +.custom_popover .popovers .md-dialog-content p {white-space:normal;} +.custom_popover .a-tooltipval{margin-left:0; width:100%;} + +/****** Custom popover ends******/ + +/**** rating style******/ +.read-only-rating1 a.star-button { pointer-events: none;} + +sup.ds-text {font-size: 10px !important;} +sup.ds-text2 {font-size: 12px !important;} +.ds-db-row3-cell .userprofiletxtbox {box-shadow: none !important;border: 1px solid #d5d5d5;font-size: 14px;} +md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {border-bottom: none !important;} + +/**************Tooltip style start**************/ +.a-tooltip {position: relative;display: inline-block;width: 335px;} +.a-tooltip .a-tooltiptext {visibility: hidden; width: 230px; background-color: #2e2f2f; color: #fff; text-align: center; border-radius: 6px; padding: 5px 8px; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -60px; opacity: 0; transition: opacity 0.3s;} +.a-tooltip .a-tooltiptext::after {content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 6px; border-style: solid; border-color: #2e2f2f transparent transparent transparent;} +.a-tooltip:hover .a-tooltiptext {visibility: visible; opacity: 1 !important;} +.a-tooltipval { text-overflow:ellipsis; height: 20px; display: inline-block; overflow: hidden;margin-left: 10px;position:relative; width: 90%;white-space: nowrap;} +table tbody tr td .a-tooltipval {top:5px} +.modal-row1.modal-row-new1 > div > label {border: none !important;} +.modal-row1.modal-row-new1 > div {} +.admin-tbl1 .a-tooltip {width: auto !important;} + +.admin-tbl1 .a-tooltip {width: auto !important;} +.publishreq-tooltip span {pointer-events: all; cursor: pointer;} + +.model-details-tabwrapper .mdl-data-table.md-tbl1 tbody tr td:first-child {overflow: visible !important;} +.model-details-tabwrapper .mdl-data-table.md-tbl1 tbody tr td:first-child .a-tooltip .a-tooltiptext {white-space: normal;} + +.md-tooltip-container {display: flex;} +.md-downloadlbl1 {display: block; white-space: nowrap;} +.a-tooltip .a-tooltiptext.publish-tooltip {max-width: 260px !important;word-break: break-all;} +/**************Tooltip style end****************/ +/* fed table */ +.fedtbl table{display: block; /*overflow: auto;*/} +.fedtbl table.admin-tbl1 thead tr th{min-width: 75px;} + +/**** Comments pagination code start ********/ +.comment-pagination-container-outer {background: #e6e6e6; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;padding: 15px 0;} +.comment-pagination-container-inner {border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;text-align: center;height: 15px;} +.comment-pagination-message {display: inline-block; position:relative; height: 23px; background: #e6e6e6; top: -7px; line-height: 25px; min-width: 140px;font-weight: 600;font-size: 13px;} +/**** Comments pagination code Ends ********/ + +/********* info message style start*********/ +.a-info-message {padding: 20px; background: #f2f2f2; margin: 50px 20px;} +.a-info-message p:last-child {margin:0;} +/********* info message style end*********/ + +/***************** IOT theme dialog box start **********/ +.IOT-theme-dialog1 {width: 825px;max-height: 90%;} +.theme-progress-container { padding: 15px 20px; background: #F5F5F5; border-bottom: 1px solid #d8d8d8; position: relative; margin: -20px -20px 20px -20px;} +.theme-progress-container-inner {display: flex; flex-wrap: nowrap; justify-content: space-between;} +.theme-progress-container-inner > label {font-weight: 600; } + +.theme-progress-container2 {} +.theme-tile-wrapper {display: flex; flex-wrap: wrap;max-height: 265px; overflow-y: auto; position:relative; margin-bottom: 10px; padding-top: 8px;} + +.theme-tile {background: #F5F5F5; border: 1px solid #d5d5d5; border-radius: 3px; width: 85px; height: 70px; position: relative; margin-bottom: 20px; margin-right: 40px; } +.theme-check-container {text-align: right; width: calc(100% + 25px);position: absolute; top: 50%; margin-top: -13px; + background: #fff; border-left: 0; border-top: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; + border-top-right-radius: 12px; border-bottom-right-radius: 12px; padding: 2px 0 3px 0; display: flex; flex-wrap: nowrap; justify-content: space-between; +} +.theme-tile .theme-image-container {position: absolute; top: 0; left: 0; width: 100%;height: 100%; display: flex; justify-content: center; align-items: center; } +.theme-check-container label {text-align: center; margin-bottom:0;width: calc(100% - 19px);overflow: hidden; text-overflow: ellipsis; max-width: 80%;padding-left: 5px;} +.theme-tile md-checkbox {margin-bottom:0;width: 19px; height: 19px; margin-right: 3px; background: url("../images/general-icons/icon_uncheck.png") no-repeat center center;} +.theme-tile md-checkbox .md-icon {border:none;} +.theme-tile md-checkbox.md-checked {background: url("../images/general-icons/icon_checked.png") no-repeat center center;} +.theme-tile md-checkbox.md-checked .md-icon {background:none;} +.theme-tile md-checkbox.md-checked .md-icon:after{border:none;} +.theme-tile .theme-image-container img {border-radius: 3px;position:relative;max-width: 100%; max-height: 100%;} + +.theme-step-container { position:relative; height: 20px; background: #d7d7d7; border-radius: 10px; width: 100%;margin: 0 15px;} +.theme-step-bar { position: absolute; height: 100%; background: #009900; width: 50%;border-radius: 10px;} +.theme-step-bar_100 { position: absolute; height: 100%; background: #009900; width: 100%;border-radius: 10px;} +.theme-progress-container1 {display: flex; justify-content: space-between;align-items: center;margin-bottom: 20px;} +.theme-searchbox {padding-top: 5px; padding-bottom: 5px;} +.theme-valmsg {margin-left: 10px;} +/***************** IOT theme dialog box end **********/ +.popupdeleteicon{position: absolute; top: 67px; right: 5px; z-index: 50; color:#ff0000; cursor:pointer;} +.popupdeleteicon i{font-size: 18px;} +.popup-error-icon-info i{font-size: 19px; color: #ff0000; float: left;} +.popup-error-container{padding-bottom: 10px; float:left; width:100%; margin-bottom: 15px} +.popup-error-msg {color: #ff0000; position: relative; width: 97%; float: right;} +.popup-error-msg strong {font-size: 13px;} +/*********** MEDIA QUERIES SECTION END ************/ + +/****** publish request starts*******/ +.text-small{font-size:12px;} +.text-orange{color:#f86234;} +label.model-name{color:#0366d6;} +.request-tbl label{margin-bottom:0;} + +.request-tbl .disabled > label, +.request-tbl .disabled, +.request-tbl .disabled > .admin-action-container{border-color: #d3d1d1; opacity:0.5; pointer-events: none;} +.request-tbl .disabled > a{ + border-color: #d3d1d1; opacity:1; pointer-events: inherit; +} +.publish-request{padding:20px 20px 15px} +.publishheading{border-bottom: 1px solid #E5E5E5; padding:0 0 10px 0;} +/*for Manage My Model page*/ +.request-approval{background-image: url(../images/dashboard/request_approval.png); background-repeat: no-repeat; background-position: center;} +.completed .request-approval{background-image: url(../images/dashboard/request_approval_selected.png); background-repeat: no-repeat; background-position: center;} +.btn-request{padding: 0 4px;} +.admin-tbl-padding thead tr th{padding-right: 15px !important;} +/****** publish request ends *******/ + +/*** DS menu style starts */ +.ds-side-menu {background: #F4F1F8; display:none;} +.ds-side-sub-menu {background: #F4F1F8; display:none;} +.ds-side-sub-menu1 {background: #F4F1F8; display:none;} +.ds-side-menu .mdl-navigation__link {border-bottom: 1px dashed #B2B2B2;display:flex; flex-wrap: nowrap;justify-content:space-between; } +.ds-side-menu .mdl-navigation__link .material-icons {position: relative;right:5px;} +.ds-nav-indicator1 {position:relative; left: 15px;} +.ds-side-menu div .mdl-navigation__link .headertxtspan {margin-left:3px;font-weight:400; font-size:13px;} +.cg-sidebar .mdl-navigation__link.ds-nav-link.active .ds-nav-indicator1 {transform:rotate(90deg);color: #671C9D;} +.ds-side-menu div .mdl-navigation__link.selected-item > .material-icons {transform:rotate(90deg); } +.ds-side-menu div .mdl-navigation__link.selected-item + .mdl-navigation__link {background: #fff; color: #671C9D;} +.ds-side-menu div .mdl-navigation__link.selected-item + .mdl-navigation__link .headertxtspan {color: #671C9D;} + +.ds-home {text-align:center; display:flex; flex-wrap: wrap; padding: 30px;} +.ds-content-center {text-align: center;} +.ds-content-center img:hover {cursor: default !important;} +.ds-grid-item {padding: 20px; width: 250px; min-width: 0;} +.ds-tile-height {min-height: 120px;} +.ds-griditem-title {color:#671C9D;line-height:30px;float:none;font-weight:600;} +.ds-griditem-span {padding-right:10px;padding-left:10px; text-align:center;} +.ds-iframe {min-height: 1000px; display:none;} +.ds-disable-button {background-color: #d5d5d5 !important; border: 1px solid #d5d5d5 !important;} +/*** DS menu style ends */ + +.btn-secondary-small {background: #fff; color: #2B262D;border:1px solid #B1B1B1;font-size: 12px; padding: 0px 5px; height: 26px; line-height: 26px;} +.truncate-tbltext{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:90%; max-width:150px;} +.revisionrow{color:#000000; } +.revisionrow td{border-top:1px dotted #aaa; border-bottom:1px dotted #aaa;} +.accordianrow p{margin-bottom:0px; font-size:13px; font-weight:600; float:left;} +.dottedborder td{border-bottom:1px dotted #aaa;} +.admin-tbl2{width:100%; background-color:#f1f1f1;} +.admin-tbl2 thead tr th{color: #000; text-transform: uppercase; background-color:#f1f1f1; border-bottom:1px solid #9E9E9E;} +.accordiandata{background-color:#f1f1f1;} +.accordiandata > td{padding-bottom:0px; border-bottom:1px dotted #aaa; border-top: 1px solid #ddd;} +.admin-tbl2 tr:last-child td{border-bottom:0px} +.truncate-tbltext1{white-space:nowrap; text-overflow:ellipsis; max-width:120px; overflow:hidden;} + +/* popup onboarding */ +.historypopup{background-color:#f1f1f1; border-bottom:1px solid rgba(0,0,0,0.12); padding: 10px 20px; display: flex; justify-content: space-between;} +.historypopup label{color:#2B262D; font-weight:600;} +.historypopup .createdon{font-size:11px;} +.historypopup > div{margin-right:5px;} +.detectnum{ border-radius: 50%; background-color: #FFF; border: 1px solid #000; width:48px; height:48px; text-align:center; line-height:48px; font-weight: 600; font-size: 20px;} +/* popup onboarding */ + +/* K8S styling starts */ +.k8s md-select.md-default-theme:not([disabled]):focus.md-no-underline .md-select-value, .k8s md-select:not([disabled]):focus.md-no-underline .md-select-value{border:transparent!important;} +/* K8S styling ends */ + +/*Catalog page style start*/ +.catalog-page-wrapper {padding: 0px 20px 15px 20px;} +.catalog-grid-container {display:flex; flex-direction: row;flex-wrap: wrap; } +.catalog-grid-item {border: 1px solid #d5d5d5;width:230px;margin-right: 30px; margin-bottom: 30px;} +.catalog-grid-top-section {position:relative;} +.catalog-grid-bottom-section {padding: 5px 8px;} +.ct-item-row {display:flex; flex-direction: row; justify-content: space-between;margin-bottom: 15px; position:relative;} +.ct-item-row .ct-lbl1{position:absolute; right:0;} +.ct-item-row:last-child {margin-bottom: 5px;} +.catalog-grid-item > div.ct-item-row{padding:5px 0px 0px 8px;} +.catalog-grid-item .ct-info-container{width:27px;} +.catalog-grid-item .ct-info-container.a-tooltip .a-tooltiptext{margin-left:-110px !important;} + +.ct-lbl1 {padding: 0;color: #f86234;font-size: 10px; font-weight: 600;} +.ct-lbl2 {font-size: 14px; display:block; margin-bottom: 2px; line-height: 1.2em;font-weight:600;} +.ct-lbl3 {font-size: 11px; display:block; margin-top: 15px;margin-bottom: 15px;line-height: 1.2em;position:relative;} +.ct-lbl4 {position:relative; margin-left: 40px;} +.ct-text-ellipsis {white-space:nowrap; text-overflow:ellipsis; max-width:175px; overflow:hidden;} + +.catalog-select1 {padding:2px 0 0 0;} +.catalog-select1 md-select {height: 34px; } +.catlog-select label{padding-top:2px;} +.catlog-select md-select{min-height:35px;border-radius:2px;} +.catlog-select md-select:not([disabled]):focus .md-select-value{border:none;} +.catalog-txtarea {width: 100%; outline: none; border:1px solid #d5d5d5; height: 70px;} +.ct-img1 {position:relative; max-width: 100%; height: auto; margin: auto;} +.ct-info-container {position:relative;align-self: flex-end;} +.ct-info-container .catalog-icon-info {display:inline-block;width: 20px; height:22px; background: url("../images/general-icons/ico_info.png") no-repeat center center; position:relative; vertical-align: middle; } +.ct-info-container:hover {cursor:pointer;} +.catalog-container1 { width: 65%;margin-bottom: 20px;} +.catalog-container2 {display:flex; flex-direction: row;justify-content: space-between;margin-bottom: 15px; padding-top: 15px;} +.catalog-container3 { margin-bottom: 20px;} +.catalog-grid-cell1 md-input-container .md-input {width:98%;} +.catalog-grid-cell2 md-input-container .md-input {width: 100%} + +.catalog-title-container {border-bottom: 1px solid #E5E5E5;padding-top: 15px;margin-bottom: 7px;display:flex; flex-direction: row;justify-content: space-between;align-content: flex-end;} +.catalog-title-heading {font-size:16px;letter-spacing:0;font-weight: 600; color: #671C9D;} +.catalog-sub-heading1 {font-size:13px;text-transform: initial;} +.catalog-sub-heading2 {font-weight:600;} + +.catalog-filter-container {display:flex; flex-direction: row;justify-content: space-between;align-items:center;} +.catalog-filter-inner-container {display:flex; flex-direction: row;justify-content:flex-end;align-items:center;} +.catalog-filter-inner-container > div:last-child {margin-left: 4px;} +.catalog-filter-inner-container > button {margin-right: 5px;} +.catalog-search-txtbox {border: 1px solid #d5d5d5; height: 33px;padding-left: 10px;border-radius: 2px;outline:none;-moz-appearance: none;-webkit-appearance: none;} +.market-search-container{padding: 0 0px 0 5px; height: 31px; font-size: 14px;} +.catalog-para {line-height: 1.2em;} +.selectionActivated{box-shadow: 0px 0px 7.6px 0.4px rgba(143, 45, 213, 0.4); border: 1px solid rgba(143, 45, 213, 0.4);} +.catalogList{margin-bottom:40px;} +.catalogList md-select:not([disabled]):focus .md-select-value{border:none !important;} +.catalogList .md-select-value>span:not(.md-select-icon) .md-text{font-weight:600;} +.view-catalog-dialog {width: 900px; max-height:85%;} +.catalog-details {display:flex; flex-direction: row;justify-content:flex-start;margin-bottom: 20px;} +.catalog-details > div {margin-right: 50px;} +.catalog-details > div:last-child {margin-right: 0px;} +.catalog-details > div > label {font-size: 13px;} +.catalog-details2 > label {font-size: 13px;} +.catalog-small-text {font-size: 11px; color:#666;} +/*Catalog page style end*/ +/*license details*/ +.licence-closebtn{/* margin-right: 15px; */ margin-top: 4px;} + +/* role management */ +.md-checkbox-enabled.md-default-theme[selected] .md-icon, .md-checkbox-enabled[selected] .md-icon {background-color:#6822a1;} +.catalogs-list-container {display: flex;flex-direction: row;flex-wrap: wrap;} +.catalog-item{width: 215px;margin-right: 10px;margin-bottom:10px;} +.custom-dropdown-all{border-bottom: 1px solid #d5d5d5; padding: 10px 11px 0px;} +.cg-dialog-admin-role {width: 780px;max-height: 80%;} +.profile-editor .mat-toolbar.mat-primary{ + background:red !important; +} +.adminrow { + cursor: not-allowed !important; +} +.catalog-item span { + text-overflow: ellipsis; + max-width: 170px; + overflow: hidden; + display: block; + white-space:nowrap; +} + +md-select-menu md-content md-option[selected], md-select-menu md-content md-option[selected]:focus{color:#2f2f2f;} + +/* Model License Profile newly added step */ +.single-upload .mdl-textfield {width:70%;} +.single-upload .input-upload-button{position:absolute; right:-85px; top:0px;} +.single-upload .upload-image-input{border:none !Important; padding:0 4px !important; margin-top:0 !important;} +.single-upload .upload-file-container{border:1px solid rgba(0,0,0,.12); padding:3px 10px 0 0; height:34px;} +.single-upload .upload-model-bundle .mdl-grid{padding:0;} +.single-upload .upload-model-bundle-left {/*border-right:1px solid #ccc; padding:0 16px 16px 0px;*/ } +.single-upload .upload-model-bundle .timeline-label-cont{padding-left:0px;} +.single-upload .upload-model-bundle .timeline-label-cont h3{margin-top:0; padding-bottom:0px;} +.single-upload .upload-file-container{float:left; width:100%;} +.single-upload .upload-file-container .input-div{float:left; width: calc(100% - 0px); } +.single-upload .input-upload-button{float:left;} +.single-upload .input-upload-button .mdl-button{position:relative; bottom:0; margin-left:4px; } +.single-upload .input-upload-button button.btn-secondary{margin-right:0; margin-top:5px; background: #671C9D; color: #fff; height: 34px; border-radius: 0; border: 1px solid rgba(0,0,0,.12);} +.single-upload .input-div .upload-field{font-size:15px; font-weight:600;} +.single-upload .progress-bar-div{display: flex; flex-direction: row; flex-wrap: nowrap;position:relative; border: 1px solid rgba(0,0,0,.12); font-size:11px; margin-top: 5px; float: left; width: 100%; padding-bottom: 5px;} +.single-upload .progress-bar-div div{padding: 1px 2px; margin-top:5px; line-height: 14px;} +.single-upload .fileclose{float:right; padding: 2px 5px 0; margin: 0; position: absolute; right: 0; cursor:pointer;} +.single-upload .fileclose i{font-size:12px;} +.single-upload .onboardbtn{padding-left:8px;} +.single-upload .timeline h6.onboard-heading{padding-bottom:5px; margin-bottom:0;} +.single-upload .upload-model-bundle-right{background-color:#F3F3F3; padding:0px;} +.single-upload .upload-model-bundle-right h5{font-size:14px; color:#671c9d; font-weight:400px; line-height: 19px; margin: 0 -16px 16px; padding: 0px 16px 16px;} +.single-upload .upload-model-bundle-right-content{padding:16px;} +.single-upload .upload-model-bundle-right.mdl-cell, .upload-model-bundle-left.mdl-cell{margin-top:0px;} +.single-upload .upload-model-bundle-left h5{font-size:14px; border-bottom:0px; padding: 15px 10px 12px 0; margin-bottom: 0; font-weight:normal;} +.single-upload .upload-model-bundle-right-content p{margin-bottom: 10px; line-height: 18px;} +.single-upload .progress-bar-div .pro-status{width:75px; margin-right:15px; text-align: center;} +.single-upload .namelength{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width:150px; float:left;} +.single-upload .progress-bar-div .fileclose{padding-top:3px;} +.single-upload .license-detail-form.dc-row{display:flex;} +.single-upload .select-control{padding:0px;} +.single-upload .select-control md-select md-select-value{padding:0px;} +.single-upload md-select:not([disabled]):focus .md-select-value{border-width:0; margin-top:0px !Important; padding:0 !important;} +.isLicensePresentTextBox{width: 50%; color: #B3B3B3; cursor: not-allowed; background: #efefef; border: 1px solid #d3d1d1; padding: 5px 5px 5px 10px; margin-right: 10px;} +/* Model license new added step ends */ + +/* License Profile in human readable format start */ +.licensedisplay {background: #fff; padding: 10px 5px 10px 10px;font-family: 'Open Sans', sans-serif;} +.licensedisplay span { line-height: 1.9em; } +.licensedisplay span strong { color: #4f147a;font-weight:600; } +.model-license-profile{position:relative; width:400px;} +.model-license-profile .link-blue{position: absolute; right: 10px; top: 5px;} +.model-license-profile .isLicensePresentTextBox{width:100%; cursor:context-menu;} +.model-license-profile .link-blue:before { content: '|'; margin-right: 5px; color:#666;} +/* License Profile in human readable format start */ + +/* Publish request table */ +.pub-req .mdl-data-table td:first-of-type label.small,.pub-req .mdl-data-table td:nth-child(2) label.small {max-width:130px;} +.pub-req table.admin-tbl1 thead tr th:nth-child(4), .pub-req table.admin-tbl1 thead tr th:nth-child(5), .pub-req table.admin-tbl1 thead tr th:nth-child(6),.pub-req table.admin-tbl1 thead tr th:nth-child(7){min-width:130px;} +.pub-req table.admin-tbl1 thead tr th:nth-child(8){min-width:120px;} +.pub-req table.dataTable tbody td{padding:1px 18px;} +.pub-req table.admin-tbl1 thead tr th{padding-top:0; padding-bottom:0;} +.pub-req table.admin-tbl1 thead tr th:last-child {text-align: center; min-width:70px;} + + +/* Upload New Dockerized Model starts */ +.new-doc-model .upload-image-input{border:none; margin-top:0px !Important; padding:0px;} +.new-doc-model .upload-file-container{border:1px solid rgba(0,0,0,.12); padding:5px; height:37px;} +.new-doc-model .upload-file-container .input-div{width:100%;} +.new-doc-model .input-upload-button{ position: absolute; right: -100px; top: -4px;} +.new-doc-model .input-div .upload-field{margin:0px;} +.dc-row.posrel small{position:absolute; bottom:0;} + +/* Upload New Dockerized Model ends */ + +/*Favourite Catalogs*/ +md-checkbox{ + margin-bottom:0px !important; +} +md-checkbox.md-checked .md-icon:after { + width: 7px !important; + height: 13px !important; + left: 4px !important; + bottom: 2px !important; +} +.catalogSolutionAlignment{ + display:flex; + flex-wrap: wrap; + justify-content: flex-start; + width: 100%; +} +.catalogSolutionAlignment div{ + padding: 5px 15px; + width: 47%; + margin: 5px; + background: #efefef; +} + +.catalog-icon-alignment{ + position: relative; + align-self: flex-end; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; + width: 100%; +} + +.catalog-icon-alignment label{ + font-weight: normal; + margin-bottom: 5px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + display: block; + width: 88%; +} + +.catalog-icon-info .catalog-icon-tooltip { + visibility: hidden; + width: 200px; + background-color: #2e2f2f; + color: #fff; + text-align: left; + border-radius: 2px; + padding: 4px 5px; + position: absolute; + z-index: 1; + bottom: -356%; + left: -524%; + margin-left: -60px; + opacity: 0; + transition: opacity 0.3s; + font-style: normal; + font-size: 13px; + top: 30px; +} + +.catalog-icon-info .catalog-icon-tooltip::after { + content: ""; + position: absolute; + top: -16%; + left: 87%; + margin-left: -5px; + border-width: 6px; + border-style: solid; + border-color: transparent transparent #2e2f2f transparent; +} + +.catalog-icon-info:hover .catalog-icon-tooltip { + visibility: visible; + opacity: 1 !important; +} + + +.marketplace-btn-tabs{ + display: flex; + flex-wrap: nowrap; + margin-right: 21px; +} +.marketplace-btn-tabs button:first-child{ + border-radius:3px 0px 0px 3px; +} +.marketplace-btn-tabs button:last-child{ + border-radius:0px 3px 3px 0px; +} +.btn-bordered{ + background: #fff; + color: #671C9D; + border: 1px solid #671C9D; +} + +.catalog-grid-wrapper .mdl-button{ + line-height: 34px; +} + +.notification-anchor-format a{ + display: initial !important; + text-overflow: initial !important; + float: none !important; +} + +/*********** MEDIA QUERIES SECTION START************/ + +@media (max-width: 450px) { + html, body, div, span, table, th, td, a, p, label, input, button, ul, li, ol {font-size: 11px;} + .mdl-navigation__link, .mdl-menu__item, .mdl-data-table thead tr th, .mdl-textfield__input, + .mdl-textfield.admin-search-container, + .fed-row2 .mdl-textfield.admin-search-container input.admin-search-control, table.admin-tbl1 thead tr th, + .c-breadcrumb li a, .c-breadcrumb li:last-child, .c-breadcrumb li:last-child a, .headertxtspan, .mp-para, + .signintext, .signintext a {font-size: 11px;} + .griditem-title, .griditem-title-text2 {font-size: 13px;} + .headline, .md-headline {font-size: 16px;line-height: 18px;height: 20px;} + .md-headline2 {font-size: 16px;line-height: 25px;height: 30px;} + .sectiontitle6, .sectiontitle4,.sectiontitle9, .gridlistheading {font-size: 13px; line-height: 18px;} + .md-display-2 {font-size: 13px; line-height: 18px; margin: 8px 0;} + .mdl-button {font-size: 11px;} + .validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {font-size: 11px !important;} + .header-stats > span:first-child {font-size: 11px !important;} + + .mdl-button {width: 100%; max-width: 100%; margin: 0 0 15px 0; height: 35px;} + .user-email {display:block} + .user-email md-input-container.md-block {width:233px !important; } + .user-email a {margin-left: 0;} + .notification-btn-container {display: block; align-items:center; padding-top: 20px;} + .notification-btn-container .mdl-textfield {width: calc(100% - 48px);padding-top: 0px; } + .signup-container2 md-input-container:first-child {padding-top:24px;} + .gridlistview-btn {width: 35px; min-width: 35px;} + .marketplace-btn-container .btn-sort {width: 50px; min-width: 50px;} + + .rating span i {width: 15px;} + .rating-list-fav-button {margin-bottom:0;} + + + .password-container1 { display:flex; flex-wrap: nowrap; justify-content: space-between;} + .password-container1 .eyebutton { width: 50px;} + .mdl-button, input[type="text"], .select-control {height: 25px; line-height: 25px;} + .select-control md-select-value {padding: 0; min-height:24px;line-height: 23px;} + md-select-header input {height: 25px;} + .mdl-button.btn-company {height: 25px; line-height: 25px;} + .select-control md-select {padding-left:0;} + .mdl-button.mdl-button--fab {min-width:25px !important; width: 25px;height: 25px;} + input.signin-control, button.socbtn, .cg-dialog-sign_up input,.btn-signin {height: 35px !important;} + + .page-wrapper {padding: 10px 5px;} + .gridlistview-btn {width: 25px;min-width: 25px;} + .btn-browse1 {min-width: 28px !important;width: 58px !important;font-size: 10px;padding: 0 5px;border:none;} + .mob-actions-container1 .btn-browse1 + .select-control {width: 95px;} + .mob-actions-container1 .btn-browse1 + .select-control + .select-control {width: 88px;} + + .mob-actions-container1 .select-control md-select {padding-right: 0px;} + .mob-actions-container1 .md-select-value > span:not(.md-select-icon) {font-size: 10px;width: 100%;text-overflow: initial;overflow: visible;} + .mob-actions-container1 .md-select-value > .md-select-icon {transform:scale(0.8); top:0;} + .pageheadsection {padding: 10px 5px 5px 5px;} + .lg-v-self-center {display:flex; align-items: center;justify-content: flex-end;} + .btn-company {width: auto !important; min-width: 10px !important; padding:0 8px !important;line-height: 22px !important; font-size: 11px !important; margin-bottom:0px;margin-left: 1px !important;} + .acu-mob-header-container {display: flex; align-items: center;} + .acu-mob-header-container .mdl-textfield { padding: 10px 0;} + .header-controls ul li:last-child a {color: #0366d6; padding:0;} + header .mdl-textfield--expandable .mdl-button--icon {top: 15px; width: auto;} + + .header-right2 .mdl-menu.mdl-menu--bottom-right {padding: 0;} + .header-right2 .mdl-menu.mdl-menu--bottom-right li.mdl-menu__item {border-bottom: 1px solid #d5d5d5;} + .header-right2 .mdl-menu.mdl-menu--bottom-right li.mdl-menu__item.user-profile-details {background:#E8E5EC;pointer-events: none;} + + .top-menu .icon-header {display: none !important;} + .top-menu .headertxtspan {color: #fff;margin-left:0;} + + .mob-top-menu {display:block !important;position: fixed; left: 0;top: 55px; width: 188px; height:100% !important; background: #fff;transform: translateX(-250px);z-index: 7000;transition: all 0.16s ease-in-out;} + .mob-top-menu.visible-top-menu {transform: translateX(0); } + .mob-top-menu .mdl-navigation__link {background: #fff; color: #000; font-weight:600;border-bottom: 1px solid #D8D8D8;display:flex; align-items: center; padding-left: 10px; padding-right: 10px;} + .mob-top-menu .mdl-navigation__link:hover {background: #e0e0e0; color: #000;} + .mob-top-menu .mdl-navigation__link.active {background: #F1F1F1; color: #671C9D;} + .mob-top-menu .mdl-navigation__link .icon-header {display: inline-block !important; margin-right: 10px;} + .mob-top-menu .mdl-navigation__link .headertxtspan {color: #000;margin-left:0;} + .mob-top-menu .mdl-navigation__link.active .headertxtspan {color: #671C9D;} + .cg-sidebar .mdl-navigation__link .icon-header,.mob-top-menu .mdl-navigation__link .icon-header {transform: scale(0.85);} + + .acu-sidebar-overlay {background: rgba(0,0,0,0.7); position:absolute; top:0; left:0; width: 100%; height: 100%;z-index:3;} + .mdl-layout__drawer {z-index: 500;width: 188px;} + + .acu-mob-header-container2 {display: flex; align-items: center;} + .acu-mob-header-container2 .mdl-textfield {padding:0; margin:0;position:static;} + .acu-mob-header-container2 .mdl-textfield .mdl-textfield__expandable-holder {max-width: 100%; left:0; position:absolute; width: 100%; margin-left:0;display:flex; flex-wrap: nowrap;justify-content: space-between;z-index:-1;} + .acu-mob-header-container2 .mdl-textfield.is-upgraded .mdl-textfield__expandable-holder {position:absolute; padding:5px; top: 56px; background: #fff; box-shadow: 0px 1px 2px 2px #ccc; } + .acu-mob-header-container2 .mdl-textfield .mdl-textfield__expandable-holder .mdl-textfield__input {border: 1px solid #d5d5d5; height: 25px;width: 77%; padding-left:5px;} + .acu-mob-header-container2 .mdl-textfield .mdl-textfield__expandable-holder .mdl-button.acu-header-search-btn {display: inline-flex; position:static;height: 25px; line-height: 23px; width: 30px;min-width:30px;margin:0;text-align: center;padding:0;} + .acu-mob-header-container2 .mdl-textfield .mdl-textfield__expandable-holder .mdl-button.acu-header-search-btn .material-icons {font-size: 15px;} + + + .acu-mob-header-container .mdl-menu__container.is-upgraded.is-visible {width: 150px !important;} + .acu-mob-header-container .mdl-menu__container.is-upgraded.is-visible .mdl-menu__outline {width: 150px !important;} + .acu-mob-header-container .mdl-menu.mdl-menu--bottom-right {left:0; right: auto !important;width: 150px;} + + .mp-header-btn-container {justify-content: space-between; padding-right: 8px;} + + .Acu-mobile-sidebar {display: block;} + .Acu-desktop-sidebar {display: none;} + .dcl-list {width: 100%; margin:0; padding: 3px 0;} + .mob-pageheadsection1 {position:static;margin-bottom: 5px;} + .mob-pageheadsection1 .mob-add-button {position: fixed; bottom: 20px; right: 15px; z-index: 5000;} + .login-searchcontrol1 .search-button {right: 38px;} + + + .header-menu-wologin li a, .header-menu-wologin li a.mdl-navigation__link {color: #525252 !important; font-weight: 600;font-size: 12px;} + /*User management responsive Start*/ + .userManagement-addUser{display: block;} + .admin-row1 > div {width: 100%;} + .admin-row2 > div:first-child {width: 100%;} + .admin-row2 > div:last-child {width: 100%;} + /*User Management responsive end*/ + + /* Federation responsive Start*/ + .layout, .layout-column, .layout-row{display : block;} + .flex-40, .layout-row>.flex-40{max-width:100%;} + .admin-grid1 div{margin-right: 0px;} + .fullwidth{width:100%} + .flex-20, .layout-row>.flex-20{max-width:100%;} + .btn-height{height: 35px;} + .displayfull{display: block;} + .button-height{height:30px;} + .grid-scroll{overflow-x:auto;} + .search-button-responsive{width: 100%;padding-left: 0px;margin-bottom: 7px;} + .subscontainerinner2 .mdl-textfield.admin-search-container{width:100% !important; padding-left:0px;margin-bottom: 7px;} + /*Federation responsive End*/ + + .sign-in-promt-modal-box {width: 300px; margin-left: auto; margin-right: auto;} +} + +@media (max-width: 650px) { + .socbtn {display: flex; flex-wrap: nowrap; justify-content: space-between;} + .socbtn .socbtnicon {transform: scale(0.75);top:-4px; width:55px;left:-4px;} + .soctext {line-height:35px;} + .signinfooter {display:flex; flex-direction: column; justify-content:space-between;} + .signinfooter > button:last-child { margin-top: 15px;} + .signinseperator {width: 100%; height: 50px; left: 0; top:-43px;border-right: none; border-bottom: 1px solid #ccc;} + .signinseperator_container {height: 35px;} + .signinseperator_container2 {height: 65px;} + .or_span {left:38%; } + .signup-control1 {float:none;} + .signup-container2 md-input-container {width: 100% !important;} + .strength-meter:after {right: 36px;} + .strength-meter:before {left: 32px;} + .signinseperator_container2 .signinseperator {top:-13px !important;} + .signup-txt-mob {margin-bottom: 15px;} + .grid-item-text-container {display:block; clear:both;} + .rating button:last-child {width: 35px;} + .md-head-container2 {flex-wrap: wrap;} + .c-breadcrumb li span.md-breadcrumb-item {max-width: 118px;} + .c-breadcrumb li:last-child {max-width: 145px;} + .md-head-container1, .md-head-containerinner1, .md-head-container3, .md-head-container2 {flex-wrap: wrap;} + .md-head-container2 {width: 100%;} + .md-head-container2 button {margin: 0 0 10px 0 !important;} + .md-lbl1 {display: block; margin:0;} + .version-container {width: 100%;margin: 20px 0 10px 0; height:35px;} + .md-head-containerinner-seperator {display: none;} + .md-head-container3 {margin: 0;width: 100%;} + .md-head-container3 button {height: 35px; font-size: 14px; margin: 0 0 10px 0 !important;} + .mdl-button--fab {width: 35px;min-width: 35px !important;} + .btn-signup {margin-top: 10px; margin-bottom: 15px;} + .signinseperator {display:none;} + .ud-row > .mdl-button {min-width: 50px; width: 50px;} + .userprofile-dialog-footer > .mdl-button {min-width: 85px; width: 85px;} + + .mdl-layout__header .mdl-layout__header-row {padding: 0 10px;} + #btn_header {width:28px;margin-bottom:0;top:0 !important;min-width: 28px;} + .header-search-control {position:absolute; right: 40px;padding:0;top: -5px;} + .mobheader-icons .mdl-button:first-child {margin-bottom:0;} + .mdl-layout__drawer.initialVal {transform: translateX(0px);} + .cog-header-logo-mob {color: #fff; font-size: 24px; position:relative; top: 4px;} + .mdl-layout__drawer-button {display:none;} + + .md-mob-grid1 {flex-direction: column;} + .md-left-container {width: 100% !important;} + .md-left-container .mdl-tabs__tab-bar {flex-direction: row;justify-content: flex-start !important;overflow-x:auto;height:68px; overflow-y: hidden;margin-bottom:0;} + .md-left-container .mdl-tabs__tab-bar .mdl-tabs__tab .tab-box {display:flex; flex-wrap: nowrap; /* width: 135px; */width: auto;} + + .mdl-grid--no-spacing > .mdl-cell.md-right-container {width: 100% !important;} + .md-left-container .mdl-tabs__tab-bar .mdl-tabs__tab.is-active {border-right: 1px dashed #DFDFDF !important; border-bottom:5px solid #671C9D;} + .md-left-container .mdl-tabs__tab-bar .mdl-tabs__tab.is-active:before { border-top: 6px solid #671C9D !important; border-right: 6px solid transparent !important; border-left: 6px solid transparent !important;border-bottom: none !important; right: 50%; top: 65px; margin-right: -3px;} + .modelimg1 {max-width: 100% !important;} + .md-social-icons li:first-child {text-align: left;padding-left: 0;} + .sharetitle {padding-left: 0;} + .md-container-head1 {flex-direction: column;} + .md-container-head1 {padding-left: 0;} + .btn-md-edit {width: 155px;height: 25px;} + .mdchild-mob1 {display:flex; flex-direction: column;} + .head-stat-left {padding-left: 20px;} + .header-stats { align-items: flex-start; top: 0;justify-content:space-between;padding-right: 20px;} + .mp-grid-list-image-cell { width: 150px;margin-right: 20px;} + .xs-v-self-center {align-self: center;} + .rating-list-fav-button {width: 35px;} + + .mob-actions-container1 {display: flex; justify-content: space-between; align-items: center;} + + .mob-actions-container1 .select-control {width: 85px; min-width: 30px !important; padding: 0 !important;} + .btn-browse1 {padding: 0 !important; min-width: 40px !important;width: 58px !important;border: none;} + + .mob-actions-container1 .mdl-button {margin-bottom: 0;} + .mob-actions-container1 .grid-view-btn-container {margin-left:0;} + .accumos-header-logo {transform:scale(0.95);position: relative; margin-left: -9px;} + .accumos-header-logo img {transform: scale(0.85); margin-left: 0 !important;} + .a-logo-container.logo-without-login {background-position: -49px center !important;} + .cobranding-header-logo img {margin-left: -13px; height: 21px;} + .acu-mob-header-container2 {justify-content: flex-end;} + + .mob-add-button {margin-bottom:0;} + .mob-header-menu-container {margin-bottom: 0;} + .header-controls .search-button.mob-header-search-btn {margin-top: -4px !important;} + .a-logo-container {padding-left:5px;background: url("../images/general-icons/header_cross_img.png") no-repeat -49px center;} + .mp-grid .grid-item .grid-top-section .rating {padding-left: 5px;} + .u-note-row1 {flex-wrap: wrap; flex-direction: column;align-items: left;} + .u-note-row1 > div:first-child {margin-bottom: 4px;} + .u-note-row1 > div { margin-right: 0;width: 100%;} + .u-note-row1 md-input-container {width: 100%;} + .u-note-row1 > div:last-child { margin-bottom: 25px;} + .u-note-pref-container .select-control {width: 100%; padding-right:0 !important;} + .u-note-btn-container .mdl-button {max-width: 100px;line-height:31px;} + .grid-item {width: 100%; margin-right: 0;max-width:100%;} + .listview-title-container .griditem-title .griditem-title-text {max-width: 54%;} + .tilecontainer1 .griditem-title .griditem-title-text2 {max-width: 87%;} + .grid-top-section > div > div .mdl-button {width: 30px; height: 30px; margin:0;} + .mob-actions-container1 .mdl-button {color: #671C9D;} + .confirm-control {margin-bottom: 20px;} + .mdl-textfield--expandable .mdl-button--icon {top: 20px;} + + + +} + + + +@media (min-width: 600px) and (max-width: 699px) { + .signup-container2 {padding-top: 22px;} + .socbtncontainer {padding-top: 30px; position:relative; left: -40px;width: 205px;} + .socbtn .socbtnicon {width: 50px;left: -3px;top: 0px;} + .socbtn .soctext {font-size: 13px;line-height: 41px;} + .socbtncontainer .mdl-button {padding-right: 5px;} + .signintext {position: relative;left: -41px;width: 206px;} + .btn-secondary.btn-signup {width: 160px;} +} + +@media (min-width: 700px) and (max-width: 1023px) { + .btn-signup {width: 250px;} + .socbtn .socbtnicon {transform: scale(0.75);top:0; width:45px;left:-8px;} + .soctext {font-size: 13px;} + .signinseperator {left: 32px;} + .signup-control1 {float:right;} + .signup-txt-mob {margin-bottom: 15px;} + .user-email {width: 65%;} + .user-email a {position:relative; top: 3px;} + .cog-header-logo-mob {color: #fff; font-size: 24px; position:relative; top: 3px;} + .header-search-control {position:absolute; right: 55px;padding:0;top: -3px;} + #btn_header.mdl-button {margin-bottom:0; width: 35px !important; max-width: 35px !important;} + .griditem-title {max-width: 495px;} + .mdl-layout__drawer.initialVal {transform: translateX(0px);} + + .md-headline2 {max-width: 155px;} + .md-head-container3 {margin-left:0;} + .c-breadcrumb li span.md-breadcrumb-item {max-width: 250px;} + .head-stat-left {width: 484px;} + .mdchild-mob1 .btn-md-edit {float: right; padding-left: 3px; padding-right: 3px;margin-left: 5px;top: 3px;} + + .tab-rate-title {width: 98%;} + .rating-container-right {padding-left:0;} + .rating-container-right .progress-wrapper span {width: 85px;} + .rating-container-right .progress-wrapper span + span {margin-right:15px;} + .acu-sidebar-overlay {background: rgba(0,0,0,0.7); position:absolute; top:0; left:0; width: 100%; height: 100%;z-index:3;} + .mdl-layout__drawer {z-index: 500;} + .socbtncontainer .mdl-button.mdl-js-button {margin-bottom: 8px; display:flex; align-items: center;height:45px;} + .mdl-button.btn-signup {max-width: 280px !important;width: 280px;} + .btn-signin, .btn-signup {height: 45px !important;} + .cg-dialog-sign_in {max-height: 515px;} + .eyebutton {max-width: 30px !important;width: 30px !important;} + .a-logo-container.logo-without-login {background-position: -10px center;} + .mdl-textfield--expandable .mdl-button--icon {top: 20px;} + .gridlistview-btnactive img, .gridlistview-btn img {margin-top: -1px;} + +} + +@media (width: 1024px) and (orientation: landscape) { + html,body, button,input, select, textarea,.mdl-button,p, label, span, a, ul li, th, td {font-size: 11px !important; } + .md-headline2 {max-width: 165px;} + .header-search-control {position:absolute; right: 230px;padding:0;top: -1px;} + #btn_header.mdl-button {margin-bottom:0; width: 35px !important; max-width: 35px !important;} + + .mdl-layout--fixed-header.is-upgraded >.mdl-layout__header {margin-left: 227px; width: calc(100% - 227px);} + .mdl-layout--fixed-drawer.has-drawer.is-small-screen .mdl-layout__drawer {transform: translateX(0px) !important;} + .mdl-layout__drawer.initialVal {width: 35px !important;} + .mdl-layout__drawer {width: 188px !important;} + .mdl-layout--fixed-drawer > .mdl-layout__content {margin-left: 188px !important;} + .mdl-layout--fixed-drawer > .mdl-layout__content.initialVal {margin-left: 35px !important;} + + .a-logo-container {height: 55px; padding-left:0 !important;} + .headertxtspan {font-size: 11px !important; margin-left: 5px !important;} + .mdl-navigation__link .icon-header {transform: scale(0.85);} + .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {padding-left: 0px !important;} + .headline {font-size: 15px !important;height: 24px;} + .pageheadsection {padding: 5px 15px 5px 10px;} + + .gridlistheading {font-size: 13px;} + .grid-item {min-width: 180px; max-width: 200px; margin-right: 10px; } + .griditem-title {font-size: 13px !important;} + .mp-grid-list-details-cell {max-width: 400px;} + .cg-grid-left-container {width:155px !important;} + .cg-grid-right-container {width: calc(100% - 155px) !important} + .md-icons-tiles > span {margin-right:0} + .sidebar-search-container {padding: 14px 6px;} + .sidebar-search-container .searchicon {height: 35px;line-height: 35px;background-size: 9% !important;border-radius: 16px;} + .title-icons {transform: scale(0.7);margin-right:5px;top: 4px;} + + .ds-page-wrapper {min-width: auto !important;} + md-menu-content.notelist_1 {width: 220px;} + + .tab-box .tab-icons {transform: scale(0.8);} + .vertical-mdl-tabs.mdl-tabs a.mdl-tabs__tab {padding: 0 12px; } + .tab-box .tab-icons {margin-right: 5px;} + .md-left-container {width: 160px !important;} + .mdl-grid--no-spacing > .mdl-cell.md-right-container {width: calc(100% - 160px) !important;} + .admin-right-chart-container img {max-width: 100%;} + .md-display-2 {font-size: 16px; line-height: 20px; margin: 10px 0} + + .sectiontitle, .sectiontitle2, .sectiontitle3, .sectiontitle5, .sectiontitle6, + .sectiontitle7, .sectiontitle8, .sectiontitle9 {font-size: 14px;} + .sectiontitle4 {font-size: 12px;line-height: 18px;} + .md-toolbar-tools h2 {font-size: 15px;} + .sharetitle {font-size: 11px;} + .rel-title {max-width: 83px;} + .rating span i {font-size: 12px;width: 14px;} + .md-lbl1 {margin-right: 158px;} + .c-breadcrumb li span.md-breadcrumb-item {max-width: 200px;} + + .notification-search {background-size: 5% !important;} + .browse-section-container {padding-left: 10px !important; padding-right: 8px !important;} + .browse-section-container .title {padding-left: 0px !important;} + .md-container-head1 > div {margin-right: 15px;} + .mp-grid-list-image-cell {width: 140px;} + .a-logo-container.logo-without-login {background-position: -10px center;} + .mdl-textfield--expandable .mdl-button--icon {top: 8px;} + .socbtncontainer .mdl-button.mdl-js-button {margin-bottom: 8px; display: flex; align-items: center; height: 45px;} + .mdl-button.btn-signup {max-width: 280px !important; width: 280px;} + .eyebutton {max-width: 30px !important; width: 30px !important;} + .gridlistview-btnactive img, .gridlistview-btn img {margin-top: -1px;} +} +@media (min-width: 700px) { + .gridlistview-btn {width: 36px !important;} + .btn-browseby {max-width: 100px !important;} + + + + + + +} + + + +@media (max-width: 960px) { + .product-image {padding-top:15px;} + .header-grid {width: 100%;} + .header-search-control.mdl-textfield.is-focused .mdl-textfield__input {width:180px;} + + .profile-container1 {flex-direction: column; flex-wrap: wrap;} + .profile-container1-left {width: 100%;} + .profile-container1-right {width: 100%;} + .profile-container-inner {display: flex; flex-wrap: wrap; justify-content: flex-start; flex-direction: column;} + .profile-container-inner > div {width: 100%;} + .profile-img-container {text-align: center;} + .user-email md-input-container.md-block { width:85%;} + .grid-item {min-width: 220px;} + .a-logo-container {height: 55px;} + .mdl-layout__header-row {padding:0 !important;} + + .mobile-msg-wrapper {display :block;background: rgba(0,0,0,0.35); position: fixed; top: 0px; left: 0; width: 100%; height: 100%; z-index: 9999; text-align:center; } + .mobile-msg {display: block; width: 80%; max-width: 285px; height: 120px; margin: auto;background: #fff;position:relative; top: 100px; border-radius: 7px;padding-top: 10px; + -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.6) !important; -moz-box-shadow: 0 2px 5px rgba(0,0,0,.6) !important; box-shadow: 0 2px 5px rgba(0,0,0,.6) !important; z-index: 50;} + .mobile-msg h2 {margin-bottom: 0px;font-size: 26px;margin-top: 5px;} + .mobile-msg h5 {margin-top: 5px;font-size: 18px;line-height: 28px;} + + .acu-mob-header-container2 {display: flex; align-items: center;} +} + + + +@media (min-width: 960px) { + .mdl-layout--fixed-drawer.is-upgraded:not(.is-small-screen)>.mdl-layout__header {margin-left: 227px; width: calc(100% - 227px);} + .mdl-layout__drawer {width:227px;} + .mdl-layout--fixed-drawer>.mdl-layout__content { margin-left: 227px;} + .mdl-layout__drawer.initialVal {width:55px; overflow:hidden;} + .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {padding-left: 10px;} + .mdl-layout__drawer .mdl-navigation .mdl-navigation__link, + .mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover, + .mdl-layout__drawer .mdl-navigation .mdl-navigation__link:focus + {text-decoration: none;} + .mdl-layout--fixed-drawer>.mdl-layout__content.initialVal {margin-left: 55px;} + /* .mdl-layout__header.initialVal {margin-left: 55px !important; width: calc(100% - 55px) !important;} */ + .mdl-layout-title {font-size: 26px;} + .header-right {padding-right: 40px; text-align:right;} + .mdl-layout--fixed-drawer > .mdl-layout__header .mdl-layout__header-row {padding-right: 0;padding-left:0;} + .mdl-layout__drawer>.mdl-layout__title, .mdl-layout__drawer>.mdl-layout-title {} + .lg-v-self-center {align-self: center;} + .leftbrowse-section.ng-hide{display:block !important} + .cog-header-logo-mob {display:none;} + .initialVal .headertxtspan {display: none;} + .header-right1 { width: auto;} + .header-right1 button {height:100%;} + .header-right2 {width: 150px;} + .header-grid {width:100%;} + .headerdiv {position:absolute; right: 0; top:0;} + .cg-grid-layout {} + + .header-search-control.mdl-textfield.is-focused .mdl-textfield__input {width:300px;} + .user-email { width:43%;} + .user-email > md-input-container:first-child {width: calc(100% - 115px);} + .btn-signup {width: 270px;} + .fedration-subscription {width: 1110px; } + .griditem-title {max-width: 450px; } + .acu-sidebar-overlay {display: none !important;} + +} +@media (min-width: 1030px) { + .cg-grid-left-container {width:240px !important;} + .cg-grid-right-container {width: calc(100% - 240px) !important} + + + + + + + + + } + + + + + +@media (min-width: 400px) and (max-width: 1024px) { + div, span, label, button, .mdl-button, a, input, textarea, .md-head-container3 button {font-size: 12px;} + .mdl-button {width: 100%; max-width: 100%; margin: 0; height: 35px;} + .headertxtspan { font-size: 11px;} + .icon-header {margin-left: 5px;} + .mdl-layout__drawer {width: 188px;} + .headline {font-size: 16px;height: 20px;line-height: 18px;} + .md-headline2 {font-size: 16px;height: 27px;line-height: 22px;} + .c-breadcrumb li a, .c-breadcrumb li:last-child, .c-breadcrumb li:last-child a {font-size: 11px;} + .griditem-title {font-size: 14px;} + .gridlistheading, .sectiontitle9, .sectiontitle5, .md-discussion-title {font-size: 14px;} + .solutions-img {width: 26px;} + .md-head-containerinner1 {width: 100%;} + .version-container button span {width:100%; display: block; text-align:left;} + .version-container button span .material-icons {float: right;} + .select-control {width:100%; padding:0;} + .dcl-list {margin-left: 0; margin-bottom: 8px;} + .sectiontitle4 {font-size: 13px;} + .mdl-tabs__tab {padding: 0 15px;} + .mdl-badge {font-size: 24px !important;} + .header-controls .search-button {margin-top: -7px !important;} + +} + +@media (min-width: 1300px) and (max-width: 1500px) { + .catalog-grid-item:nth-child(4n) .ct-info-container.a-tooltip .a-tooltiptext {margin-left: -140px !important;} + .catalog-grid-item:nth-child(4n) .ct-info-container.a-tooltip .a-tooltiptext::after {margin-left: 26px !important;} + } + +/* Mozilla Firefox */ +@-moz-document url-prefix() { + html,body, button,input, select, textarea,.mdl-button {font-family: 'Open Sans', sans-serif !important;} + #btn_header {position: relative;} + .header-controls .search-button{margin-top: -5px !important;} + #account-info.header-ddl {display:block;} + .mdl-badge[data-badge]:after { right: 0px !important;} + .mdl-layout__header-row .mdl-navigation .header-ddl:first-child {margin-right: 10px;} + .admin-button-row1 > div {display: flex;flex-wrap:nowrap;align-items:center;} + .admin-container-row1-inner3 > div {display: flex;flex-wrap:nowrap;align-items:center;} + + .cg-dialog-sign_up {overflow:hidden;} + .mpimage1 figure {display:flex;} + .a-acc-container + .material-icons { top: -3px;position:relative; } + .mdl-textfield__input.loggedin-header-search {width: 90% !important;} +} + + + + +/* IE10+ */ +@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .cg-dialog-sign_up {overflow:hidden;} + #btn_header {top: -4px;} + .header-controls .search-button {top: 10px;} + .header-ddl > .material-icons.mdl-badge {top: 4px;} + .admin-button-row1 > div:last-child {display: flex;align-items:center;} + .fed-container1 {padding-top:0;} + .product-image img {max-width: 200px !important; max-height: 150px !important;} + .mpimage1 img {max-width: 180px !important; max-height: 180px !important;} + .mpimage1 {display: table;} + .mp-grid-list figure {display: table-cell !important; vertical-align: middle;} + .explore .mdl-card__title img{max-width: 185px !important; max-height: 150px;} + .mdl-textfield__input.loggedin-header-search {width: 90% !important;} + +} + +/* Chrome 29+ */ +@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) { + #btn_header {position: relative; top: 1px;} + .header-right1 .mdl-textfield .search-button {top: 12px;} + .header-right1 .mdl-textfield.is-focused {margin-right: 15px !important;} + .header-right1 md-menu > button:first-child {min-width: 47px;} + .header-right1 md-menu > button:first-child span {margin-right: 2px !important;} + .mp-grid-list figure {display:flex;} +} +/*********** MEDIA QUERIES SECTION END ************/ diff --git a/src/legacy/css/ui-carosel.css b/src/legacy/css/ui-carosel.css new file mode 100644 index 0000000000000000000000000000000000000000..8f9838e4087ad5bc3010ca8ac53917eb0441252f --- /dev/null +++ b/src/legacy/css/ui-carosel.css @@ -0,0 +1,331 @@ +/* +===============LICENSE_START======================================================= +Graphene Apache-2.0 +=================================================================================== +Copyright (C) 2017 AT&T Intellectual Property & Tech Mahindra. All rights reserved. +=================================================================================== +This Graphene software file is distributed by AT&T and Tech Mahindra +under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +This file is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +===============LICENSE_END========================================================= +*/ + +.v-middle, .ui-carousel .carousel-btn { + display: block; + position: absolute; + top: 50%; + -webkit-transform: translate(0, -50%); + -ms-transform: translate(0, -50%); + -o-transform: translate(0, -50%); + transform: translate(0, -50%); } + +@font-face { + font-family: "ui-carousel"; +/* + src: url("fonts/ui-carousel.eot"); + src: url("fonts/ui-carousel.eot?#iefix") format("embedded-opentype"), url("fonts/ui-carousel.woff") format("woff"), url("fonts/ui-carousel.ttf") format("truetype"), url("fonts/ui-carousel.svg#ui-carousel") format("svg"); +*/ + font-weight: normal; + font-style: normal; + +[data-icon]:before { + font-family: "ui-carousel" !important; + content: attr(data-icon); + font-style: normal !important; + font-weight: normal !important; + font-variant: normal !important; + text-transform: none !important; + speak: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } + +[class^="ui-icon-"]:before, +[class*=" ui-icon-"]:before { + font-family: "ui-carousel" !important; + font-style: normal !important; + font-weight: normal !important; + font-variant: normal !important; + text-transform: none !important; + speak: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } + +.ui-icon-prev:before { + content: "\61"; } + +.ui-icon-next:before { + content: "\62"; } + +.ui-icon-dot:before { + content: "\63"; } + +.ui-carousel { + display: block; + margin-bottom: 30px; + width:100%; /* border:1px solid #FF0000; */ + } + .ui-carousel .carousel-wrapper { + position: relative; } + .ui-carousel .track-wrapper { + position: relative; + display: block; + overflow: hidden; + margin: 0; + padding: 0; } + .ui-carousel .track { + position: relative; + display: block; + float: left; } + .ui-carousel .slide { + float: left; + height: 100%; + min-height: 1px; + } + .ui-carousel .carousel-btn { + position: absolute; + z-index: 10; + background-color: transparent; + outline: none; + border: none; + font-size: 20px; + opacity: .75; } + .ui-carousel .carousel-btn:hover { + opacity: 1; } + .ui-carousel .carousel-prev .carousel-btn { + left: -25px; } + .ui-carousel .carousel-next .carousel-btn { + right: -25px; } + .ui-carousel .carousel-disable { + opacity: 0.5; } + .ui-carousel .carousel-disable .carousel-btn:hover { + opacity: .75; } + +.carousel-dots { + position: absolute; + /* bottom: -30px; */ + display: block; + width: 100%; + padding: 0; + margin: 0; + list-style: none; + text-align: center; + line-height:0px; + } + .carousel-dots li { + position: relative; + display: inline-block; + width: 17px; + height: 17px; + margin: 0 2px; + padding: 0; + cursor: pointer; } + .carousel-dots li button { + font-size: 0; + line-height: 0; + display: block; + width: 17px; + height: 17px; + padding: 5px; + cursor: pointer; + color: transparent; + border: 0; + outline: none; + background: transparent; } + .carousel-dots li button:before { + /* font-family: ui-carousel; */ + font-family: 'Open Sans', sans-serif; + /* font-size: 9px; */ + font-size: 33px; + line-height: 15px; + position: absolute; + top: 0px; + left: 0px; + width: 17px; + height: 17px; + /* content: "\63"; */ + content: "\25CF"; + text-align: center; + opacity: 0.25; + color: #FFF; + -webkit-font-smoothing: antialiased; } + .carousel-dots li.carousel-active button:before { + opacity: .75; } + + .ui-carousel .carousel-prev { + left: -58px; + position: absolute; + top: 25%; + +} +.ui-carousel .carousel-next { + right: -58px; + position: absolute; + top: 25%; + +} +.ui-carousel figure{width: 100%; position: relative; text-align: center; height: 150px; display: flex; align-items: center; padding: 0px; margin:0;} +.explore .mdl-card{width:auto; min-height:auto; margin: 1px 8%;} +.explore .mdl-card__title img{/* height:95px; */ height:auto; max-height: 100%; max-width: 100%; margin: auto; min-height: auto !important;} +.explore .mdl-card__title{margin:auto;} +.explore .carousel-prev i, .explore .carousel-next i{font-size:50px; color:#373637;} +.explore .ui-carousel .carousel-prev {top: 50%; margin-top: -25px; left:-50px;} +.explore .ui-carousel .carousel-next {top: 50%; margin-top: -25px; right:-50px;} +.explore .ui-carousel .carousel-dots{display:none;} + +.success{padding: 0px 64px 10px;} +.success .success-description{width: 63%;} +.success .ui-carousel .slide .carousel-item{width:auto !important;} +.success .ui-carousel .slide{padding: 0 23px;} +.success .ui-carousel .success-description{width: 80%;} +.success .carousel-prev i, .success .carousel-next i{font-size:50px; color:#FFF;} +.success .ui-carousel .carousel-prev {top: 50%; margin-top: -25px; left:-50px;} +.success .ui-carousel .carousel-next {top: 50%; margin-top: -25px; right:-50px;} + +.mountain { + background-image: url("../images/mountain.png"); + background-position: center bottom; + background-repeat: no-repeat; + min-height: 278px; + position: absolute; + bottom: -1px; + width: 100%; +} + +.hasClass.initialVal .slide-content{padding: 0 101px;} +.hasClass .slide-content{padding: 0 60px;} + +.hasClass.initialVal .home-screen1, .home-screen1{ +background-image:url("../images/banner_02_hand_image.png"); +background-position:left top; +background-repeat:no-repeat; +background-color:#311c9d; +min-height: 553px; +position:relative; +} +.home-screen1 .slide-content, .home-screen1 .slide-content .slide-text{float:right;} +.hasClass.initialVal .home-screen1 .slide-content .slide-text{float:right; width: 53%; } +.hasClass .home-screen1 .slide-content .slide-text{float:right; width: 57%; } +.hasClass .home-screen1{background-position:-100px top;} + +.home-screen2{ +background-image:url("../images/banner_03_right_image.png"); +background-position:95% 8px; +background-repeat:no-repeat; +background-color:#1b033d; +min-height: 553px; +position:relative; +} +.home-screen3{ +background-image:url("../images/banner_04_left_image.png"); +background-position:left top; +background-repeat:no-repeat; +background-color:#10001c; +min-height: 553px; +position:relative; +background-position: -30px top; +} +.home-screen3 .slide-content{float:right;} +.hasClass.initialVal .home-screen3 .slide-content .slide-text, .home-screen3 .slide-content .slide-text{float:right;} +.hasClass.initialVal .home-screen3 .slide-content .slide-text{float:right; width: 65%;} + + +.homemain-carousel .ui-carousel{margin-bottom:0; padding-bottom:30px; background-color:#F1F1F1} +.homemain-carousel .carousel-dots{top:275px;} +.homemain-carousel .ui-carousel .carousel-prev{float:left; left:0; } +.homemain-carousel .ui-carousel .carousel-next{right:0; float:right;} +.homemain-carousel .ui-carousel .material-icons{font-size:50px; color:#000; padding-top:7px;} +.homemain-carousel .ui-carousel .carousel-prev span, .homemain-carousel .ui-carousel .carousel-next span{background-color:#fff; width:45px; height:60px; float:left; opacity:0.5; } +.homemain-carousel .ui-carousel .carousel-prev span i{margin-left:-5px;} +.homemain-carousel .ui-carousel .carousel-prev span{border-bottom-right-radius: 3px; border-top-right-radius: 3px} +.homemain-carousel .ui-carousel .carousel-next span{border-bottom-left-radius: 3px; border-top-left-radius: 3px} + +.homemain-carousel .slide-content .mdl-button{padding: 18px;} +/*.ui-carousel figure{margin:0; }*/ +.img-rounded { border-radius: 6px;} +.ui-carousel .carousel-prev, .ui-carousel .carousel-next{cursor:pointer;} + +/* .carousel-item */ +@media(max-width:1024px){ + .home-screen3, .home-screen2{background-image:none;} + .hasClass.initialVal .home-screen1, .home-screen1{background-position: -200px top; background-image:none;} + .slide-content .image-container, .hasClass.initialVal .slide-content .image-container{display:none;} + .hasClass.initialVal .home-screen1 .slide-content .slide-text{width:100%;} + .slide-content .slide-text{/*width:64%;*/ width:100%;} + .hasClass .home-screen1 .slide-content .slide-text{width:100%;} + .hasClass.initialVal .home-screen3 .slide-content .slide-text{width:100%;} + .home-screen3 .slide-content{float:left;} + .slide-content .image-container, .hasClass.initialVal .slide-content .image-container{display:none;} +} + + +@media(max-width:768px){ + .success{padding: 0px 0px 10px;} + .hasClass.initialVal .home-screen1, .home-screen1, .home-screen2, .home-screen3, .home-screen{background-image:none;} + .mountain{background-position: 100% bottom;} + .hasClass.initialVal .slide-content{padding: 0 60px;} + } + +@media(max-width:767px) { + + .hasClass .home-screen1 .slide-content .slide-text, .hasClass.initialVal .home-screen3 .slide-content .slide-text, .home-screen3 .slide-content .slide-text{width:100%;} + .homemain-carousel .slide-content .mdl-button{padding: 18px 10px;} + .homemain-carousel .slide-content .mdl-button:last-child{margin-right:0px;} + .explore .carousel-prev i{margin-left: 10px;} + .explore .carousel-next i{margin-right: 10px;} + .explore h3{padding:10px 5px 0;} + .explore h6{padding:0 5px;} + +} +@media(max-width:568px){ + .homemain-carousel .slide-content .mdl-button{font-size:14px; } + .slide-content .mdl-button{margin: 50px 15px 10px 0;} +} + +@media(max-width:480px) { + .slide-content, .hasClass .slide-content { padding: 0 50px;} + .homemain-carousel .slide-content .mdl-button{padding: 17px 5px; font-size:14px; margin-right:10px;} + .homemain-carousel .ui-carousel .carousel-prev span, .homemain-carousel .ui-carousel .carousel-next span{background-color:#fff; width:40px; height:60px; float:left; opacity:0.5; } + /* .homemain-carousel .ui-carousel .carousel-prev span i{margin-left:-5px;} */ + .homemain-carousel .ui-carousel .carousel-next span i{margin-left:-5px;} + .slide-content h4{font-size: 22px; line-height: 28px;} + .homemain-carousel .slide-content .mdl-button{font-weight:normal;} +} + +@media(max-width:414px){ + + .slide-content h4 { font-size: 18px; line-height: 24px;} + .slide-content p {line-height: 18px; font-size: 13px;} + .slide-content .mdl-button{margin: 25px 15px 10px 0; width:100%;} + .homemain-carousel .slide-content .mdl-button:last-child{margin-top:10px;} +} + + +@media(max-width:375px){ + + .slide-content h4{font-size: 17px; padding: 20px 0 0 0;} + +} +@media(max-width:360px){ + +.slide-content h4{font-size: 16px; line-height: 22px;} +.slide-content p{font-size:12px;} + +} +@media(max-width:320px){ + +.slide-content h4{font-size: 15px; line-height: 21px; padding: 20px 0 0 0; } +.slide-content .mdl-button{margin: 20px 15px 5px 0; } +.homemain-carousel .slide-content .mdl-button{padding: 16px 5px;} +.homemain-carousel .carousel-dots { top: 280px;} + +} \ No newline at end of file diff --git a/src/legacy/css/validation.css b/src/legacy/css/validation.css new file mode 100644 index 0000000000000000000000000000000000000000..6bbfd6a105b9af6e1cf8bfe1bcf966c1a9fa9219 --- /dev/null +++ b/src/legacy/css/validation.css @@ -0,0 +1,153 @@ +/* +===============LICENSE_START======================================================= +Graphene Apache-2.0 +=================================================================================== +Copyright (C) 2017 AT&T Intellectual Property & Tech Mahindra. All rights reserved. +=================================================================================== +This Graphene software file is distributed by AT&T and Tech Mahindra +under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +This file is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +===============LICENSE_END========================================================= +*/ + +/* ---------- validation -------------*/ +.validation-container{padding:0; margin: 0 -8px;} +.validation-container .box-layout{border:1px solid #e0e0e0 ; padding:5px 5px 0 5px;} +.box-layout .box-layout-title{border-bottom: 1px solid #e0e0e0; padding:2px 5px; margin: 0 -5px; color:#671c9d; font-weight: 600;} +.box-layout .box-layout-title span{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:90%; display:inline-block;} +.box-layout-title i, .box-layout-title i a {float:right; font-size: 16px; padding: 1px 0; color:#671c9d;} +.list-validation{padding: 5px 0px 0px; min-height: 335px;} +.list-validation-box{border:1px solid #e0e0e0 ; padding:5px; margin-bottom: 5px; position:relative;} +.list-validation-box ul{list-style-type:none; font-size: 10px; padding:0; margin:0; line-height: 18px;} +.list-validation-box ul li{display:inline; } +.list-validation-box ul li:first-child:after { content: "|"; padding: 0 0px 0 3px; } +.timeline-centered .list-validation-box .timeline-entry .timeline-entry-inner .timeline-label p{font-size:10px; line-height: 18px;} +.list-validation .timeline-centered{margin-bottom:0px;} +.box-layout-footer{margin: 0 -5px; border-top: 1px solid #e0e0e0; background-color:#F9f9f9; /*background-color:#f1f1f1;*/ padding:5px; display: flex; +flex-wrap: nowrap; +justify-content: space-between; } +.box-layout-footer .mdl-button{font-size:12px; padding:0 5px; line-height: 30px; min-height: 30px;} +.list-validation-box.disable{background-color:#efefef; } +.timeline-centered .list-validation-box.disable .timeline-entry .timeline-entry-inner .timeline-icon{ position: absolute; color:#b4b3b3; background-color: #efefef; -moz-box-shadow: 0 0 0 2px #b4b3b3; -webkit-box-shadow: 0 0 0 2px #b4b3b3;} +.timeline-centered .list-validation-box .timeline-entry .timeline-entry-inner .timeline-icon{z-index: 2; position: absolute;} +.list-validation .timeline-centered:before {z-index:1;} +.list-validation .timeline-centered .timeline-entry{padding-right:20px;} +.list-validation-box .removestep {position: absolute; right: 5px; top: 40%;} +.removestepicon{position:absolute; top:50%; right:5px; margin-top:-7px;} +.removestepicon i, .removestepicon i a {color:#8b8b8c; font-size: 16px;} +/* validation timeline*/ +.validation-container .timeline-centered { position: relative; margin-bottom: 0px;} +.validation-container .timeline-centered:before, .validation-container .timeline-centered:after {content: " "; display: table;} +.validation-container .timeline-centered:after {clear: both;} +.validation-container .timeline-centered:before, .timeline-centered:after {content: " ";display: table;} +.validation-container .timeline-centered:after {clear: both;} +.validation-container .timeline-centered:before {content: ''; position: absolute; display: block; width: 1px; background: #DBCBE8;top: 20px; bottom: 40px; margin-left: 18px;} +/* .timeline-centered .timeline-entry */ +.validation-container .timeline-centered .timeline-entry {position: relative;margin-top: 2px; margin-left: 15px; /*margin-bottom: 10px;*/clear: both;} +.validation-container .timeline-centered .timeline-entry:before, .validation-container .timeline-centered .timeline-entry:after {content: " ";display: table;} +.validation-container .timeline-centered .timeline-entry:after {clear: both;} +.validation-container .timeline-centered .timeline-entry:before, .validation-container .timeline-centered .timeline-entry:after {content: " ";display: table;} +.validation-container .timeline-centered .timeline-entry:after {clear: both;} +.validation-container .timeline-centered .timeline-entry.begin {margin-bottom: 0;} +.validation-container .timeline-centered .timeline-entry.left-aligned {float: left;} +.validation-container .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {margin-left: 0;margin-right: -18px;} +.validation-container .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {left: auto;right: -100px;text-align: left;} +.validation-container .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {float: right;} +.validation-container .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {margin-left: 0;margin-right: 70px;} +.validation-container .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after { left: auto; right: 0;margin-left: 0;margin-right: -9px; -moz-transform: rotate(180deg); + -o-transform: rotate(180deg); + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner {position: relative;margin-left: -12px;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {content: " ";display: table;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner:after {clear: both;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {content: " ";display: table;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner:after {clear: both;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {position: absolute;left: -100px;text-align: right;padding: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; +box-sizing: border-box;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {display: block;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {font-size: 15px;font-weight: bold;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child { font-size: 12px;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {background: #fff; color: #671c9d; display: block; width: 18px;height: 18px;-webkit-background-clip: padding-box; +-moz-background-clip: padding;background-clip: padding-box;-webkit-border-radius: 18px;-moz-border-radius: 18px;border-radius: 18px;text-align: center;-moz-box-shadow: 0 0 0 2px #671c9d; +-webkit-box-shadow: 0 0 0 2px #671c9d;box-shadow: 0 0 0 2px #671c9d;line-height: 18px;font-size: 12px;float: left; font-weight: 600; margin-top:9px; +} + +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {background-color: #303641;color: #fff;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {background-color: #ee4749;color: #fff;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {background-color: #fff;color: #00a651; box-shadow: 0 0 0 2px #00a651;} +.validation-container .timeline-centered .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {background-color: #21a9e1;color: #fff;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {background-color: #fad839;color: #fff;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {background-color: #cc2424;color: #fff;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {position: relative; /* padding: 0 0 5px 0; */ margin-left: 30px;-webkit-background-clip: padding-box; +-moz-background-clip: padding;background-clip: padding-box; /* border-bottom:1px solid #DBCBE8; margin-bottom:5px;*/ +} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.last{border-bottom:0;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p { +color: #666;font-size: 13px;margin: 0;line-height: 1.428571429; +} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {margin-top: 15px;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {font-size: 13px; font-weight:600; color:#2e2f2f;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a { color: #303641;} +.validation-container .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span { -ms-filter: alpha(opacity=60);filter: alpha(opacity=60);font-size:12px; font-weight:normal;} +/* validation timeline end */ +/* validation popup start*/ +.validation-onboarding ul{margin:0 0 15px 0; padding:0;} +.validation-onboarding ul li{list-style-type:none; display:inline-block; vertical-align:top; margin:0;} +.validation-onboarding ul li{ width:11%;} +.validation-onboarding ul li .imageplace{width:100%; display: inline-block; padding-top:5px; padding-bottom:5px; position:relative;text-align: center;} +.validation-onboarding ul li .imagecontent{margin-top: 5px; width:74px; height:74px; border-radius:74px; border:1px solid #e0e0e0; background-color:#FFF; display: inline-block; position:relative; text-align: center; line-height: 68px;} +.validation-onboarding ul li .text{ text-align: center; margin: 0 auto; color: #aaa; line-height: 20px; padding: 0px 5px 10px;} + /* adjustment */ + .validation-onboarding ul li.progress-status{color:#ebebeb;} +.progress-status:after{ content: "\2022 \2022"; font-size: 30px; line-height: 148px;} +.validation-onboarding ul li.progress-status {text-align:center; width:3%;} +.validation-onboarding ul li.text{padding-top:20px;} +.validation-onboarding .steppointer{border:1px solid #e0e0e0; border-radius:3px; min-height:168px;} +.validation-onboarding .steppointer.active{border:1px dashed #671C9D;} +.validation-onboarding .steppointer.active .imagecontent{border:1px solid #671C9D;} +.validation-onboarding .steppointer.active .text, .validation-onboarding .steppointer.removescan .text{color:#2e2f2f;} +.validation-onboarding .steppointer.removescan, .validation-onboarding .steppointer.removescan .imagecontent{border:1px solid #2e2f2f; position:relative;} +.count-circle{height: 30px; width: 30px; border-radius: 30px; border: 1px solid #DDD; margin: 20px auto; text-align: center; line-height: 30px; color:#aaa;} +.validation-onboarding .steppointer.removescan ~ .count-circle, .validation-onboarding .steppointer.active ~ .count-circle{height: 30px; width: 30px; border-radius: 30px; border: 1px solid #671C9D; margin: 20px auto; text-align: center; line-height: 30px; color:#671C9D;} +.validation-onboarding .steppointer.removescan .removestepicon{top: 4px; margin-top:0;} +/* icons*/ +.create-solution{background-image: url(../images/popup/ico_create_solution_object_greyX.png); background-repeat: no-repeat; background-position: center;} +.create-docker{background-image: url(../images/popup/ico_create_docker_micro_service_greyX.png); background-repeat: no-repeat; background-position: center;} +.create-tosca{background-image: url(../images/popup/ico_create_toscaX.png); background-repeat: no-repeat; background-position: center;} +.create-package{background-image: url(../images/popup/ico_package_other_artifacts_greyX.png); background-repeat: no-repeat; background-position: center;} +.add-repository{background-image: url(../images/popup/ico_add_repository_greyX.png); background-repeat: no-repeat; background-position: center;} +.add-security{background-image: url(../images/popup/ico_plus_purpleX.png); background-repeat: no-repeat; background-position: center;} +.create-security{background-image: url(../images/popup/ico_security_scan_greyX.png); background-repeat: no-repeat; background-position: center;} +.not-yet-onboarded{background-image: url(../images/ico_not_yet_onboarded.png); background-repeat: no-repeat; background-position: center;} +/* arrow */ +.arrow_box { position: relative; background: #fff; border: 1px solid #e0e0e0;} +.arrow_box:after, .arrow_box:before {top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;} +.arrow_box:after {border-color: rgba(255, 255, 255, 0); border-top-color: #fff; border-width: 20px; margin-left: -20px;} +.arrow_box:before {border-color: rgba(224, 224, 224, 0); border-top-color: #e0e0e0; border-width: 21px; margin-left: -21px;} +/* validation popup end*/ +/* validation end*/ + +/* media query start */ +@media (max-width:1024px){ + .box-layout{width: calc(50% - 16px);} +} +@media (max-width:768px){ + .box-layout{width: auto;} + .list-validation{min-height:auto;} +} +@media (max-width:360px){ + .box-layout-footer{display:block;} + .box-layout-footer .mdl-button{margin:0; height:auto;} + .box-layout-footer .btn-primary{margin-top:3px;} +} \ No newline at end of file diff --git a/src/legacy/css/xeditable.min.css b/src/legacy/css/xeditable.min.css new file mode 100644 index 0000000000000000000000000000000000000000..451ca233f2e262ecda7be7411695b7ba851c4c9d --- /dev/null +++ b/src/legacy/css/xeditable.min.css @@ -0,0 +1,7 @@ +/*! +angular-xeditable - 0.8.1 +Edit-in-place for angular.js +Build date: 2017-11-14 +*/ + +.editable-wrap{display:inline-block;white-space:pre;margin:0}.editable-wrap .editable-controls,.editable-wrap .editable-error{margin-bottom:0}.editable-wrap .editable-controls>input,.editable-wrap .editable-controls>select,.editable-wrap .editable-controls>textarea{margin-bottom:0}.editable-wrap .editable-input{display:inline-block}.editable-buttons{display:inline-block;vertical-align:top}.editable-buttons button{margin-left:5px}.editable-input.editable-has-buttons{width:auto}.editable-text{white-space:nowrap}.editable-bsdate{white-space:nowrap}.editable-bstime{white-space:nowrap}.editable-bstime .editable-input input[type=text]{width:46px}.editable-bstime .well-small{margin-bottom:0;padding:10px}.editable-range output{display:inline-block;min-width:30px;vertical-align:top;text-align:center}.editable-color input[type=color]{width:50px}.editable-checkbox label span,.editable-checklist label span,.editable-radiolist label span{margin-left:7px;margin-right:10px}.editable-hide{display:none!important}.editable-click,a.editable-click{text-decoration:none;color:#428bca;border-bottom:dashed 1px #428bca}.editable-click:hover,a.editable-click:hover{text-decoration:none;color:#2a6496;border-bottom-color:#2a6496}.editable-empty,.editable-empty:hover,.editable-empty:focus,a.editable-empty,a.editable-empty:hover,a.editable-empty:focus{font-style:italic;color:#D14;text-decoration:none}.ui-popover-wrapper a{display:inline!important}.ui-popover-wrapper form{display:none!important}.popover-wrapper>a{display:inline!important}.popover-wrapper{display:inline;position:relative}.popover-wrapper form{position:absolute;top:-53px;background:#FFF;border:1px solid #AAA;border-radius:5px;padding:7px;width:auto;display:inline-block;left:50%;z-index:101}.popover-wrapper form:before{content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #AAA;position:absolute;bottom:-10px}.popover-wrapper form:after{content:"";width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid #FFF;position:absolute;bottom:-9px}@media screen and (max-width:750px){.popover-wrapper form{margin-left:-60px}.popover-wrapper form:before{left:50px}.popover-wrapper form:after{left:51px}}@media screen and (min-width:750px){.popover-wrapper form{margin-left:-110px}.popover-wrapper form:before{left:100px}.popover-wrapper form:after{left:101px}} \ No newline at end of file