// COLORS $main-bg-color: #ECECEC; $text-color: #7A7A7A; $accent-color: rgb(0, 150, 136); $warning-color: #E75753; // VARIABLES $left-sidenav-width: 200px; $widget-height: 310px; $font-weight-bold: 600; $font-size-large: 20px; // LAYOUT body { color: $text-color; } .toolbar-button { min-width: 20px; } .share-label { vert-align: middle; margin-left: 10px; } .page-content { background-color: $main-bg-color; } .widget-progress { width: 95% !important; margin-left: 10px; } // UTILS .capitalize { text-transform: capitalize; } .img-circle { height: 50px; border-radius: 50%; margin: 0 10px; } // COMPONENTS .messages { position: relative; &-content { height: 100vh; } } .notifications-label { width: 16px; height: 16px; line-height: 16px; text-align: center; border-radius: 50%; position: absolute; font-size: 12px; top: 2px; right: 2px; background-color: $warning-color; } // panel-widget .panel-widget { background-color: white; &-toolbar { box-shadow: none; } &-tittle { color: $text-color; } } .options { -webkit-transition:all linear 0.5s; transition:all linear 0.5s; } .options.ng-hide { opacity:0; } .fixed-height-widget { height: $widget-height; } // charts .donut-chart-title{ text-align: center; } .custom-tooltip { font-size: $font-size-large; color: $text-color; text-align: center; } // OVERRIDES // angular material overrides md-radio-group { border: none; } md-icon { height: auto; } md-sidenav.md-locked-open.md-sidenav-left { width: $left-sidenav-width; min-width: $left-sidenav-width; max-width: $left-sidenav-width; } a.md-button.md-warn.md-raised, a.md-button.md-warn.md-fab, .md-button.md-warn.md-raised, .md-button.md-warn.md-fab { color: white; } md-radio-button.md-accent.md-checked .md-label span { color: $accent-color; } .md-toolbar-tools h1 { font-size: $font-size-large; } md-backdrop.md-sidenav-backdrop { position: fixed; } // libs overrides .material-icons { vertical-align: middle; } .material-icons.md-18 { font-size: 18px; } .material-icons.md-24 { font-size: 24px; } .material-icons.md-36 { font-size: 36px; } .material-icons.md-48 { font-size: 48px; } .nvd3.nv-pie .nv-pie-title { fill: rgb(68, 68, 68); font-weight: $font-weight-bold; font-size: $font-size-large !important; } .nvtooltip { background-color: transparent; border: none; font-weight: $font-weight-bold; } .orange .md-bar2 { background-color: orange; } .orange .md-container { background-color: rgb(255, 236, 201) } /* Custom by Anurag */ //variables $sidenav-mobile-width: 190px; md-sidenav { width: $sidenav-mobile-width; } .vertical { padding-right: 5px; border-right-style: groove; } md-toolbar .md-menu { margin: 0 !important; } /*form validation*/ .help-block { color: red; font-size: 11px; } /* Styles go here */ body { font-family: 'Ubuntu', sans-serif; color: orangered; } .fill-height{ display: flex; flex: 1; min-height: 100%; } .fill-height > div{ min-height: 100%; display: flex; } md-sidenav { overflow: visible; } .side-menu, .side-menu ul { list-style: none; padding: 0; margin-top: 0; } .side-menu .md-button.active { color: rgb(30,136,229); } .side-menu .menu-toggle-list a.md-button { display: block; padding: 0 16px 0 32px; text-transform: none; text-rendering: optimizeLegibility; font-weight: 500; } .side-menu .menu-toggle-list .md-button { display: block; padding: 0 16px 0 32px; text-transform: none; } .side-menu > li { border-top: 1px solid rgba(0, 0, 0, 0.12); } .md-button-toggle .md-toggle-icon.toggled { transform: rotateZ(180deg); -webkit-transform: rotateZ(180deg); } .side-menu .md-button-toggle .md-toggle-icon { background-size: 100% auto; display: inline-block; margin: auto 0 auto auto; width: 15px; color: darkgray; transition: transform .3s ease-in-out; -webkit-transition: -webkit-transform .3s ease-in-out; } .menu-toggle-list.ng-hide { max-height: 0; } .side-menu .md-button { border-radius: 0; color: inherit; cursor: pointer; font-weight: 400; line-height: 40px; margin: 0; max-height: 40px; overflow: hidden; padding: 0px 16px; text-align: left; text-decoration: none; white-space: normal; width: 100%; } .menu-toggle-list { background: #fff; max-height: 1300px; overflow: hidden; position: relative; z-index: 1; -webkit-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1); -webkit-transition-property: max-height; -moz-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1); -moz-transition-property: max-height; transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1); transition-property: max-height; } .side-menu menu-toggle span{ padding-top: 12px; padding-bottom: 12px; } .noShadow{ box-shadow:none; } .borderNew{ border-bottom:1px solid; border-color:rgba(128, 128, 128, 0.25); } .noMargin{ margin:0px; } .height25{ height:25px; } .carrierBtn{ width:300px; height:200px; background-color:#fff; box-shadow:0px 0px 10px #666; text-align:center; line-height:200px; font-size:30px; float:left; cursor:pointer; -webkit-transition:0.2s; } .carrierBtn:first-child{ margin-right:50px; } .carrierBtn:hover{ background-color:rgb(30,136,229); color:#fff; } .carrierBtnSelected{ background-color:rgb(30,136,229); color:#fff; } .myWrapper{ min-height:500px; } .popWrapper{ padding:20px; } .popTitle{ color:#333; } .popContent{ color:#333; font-weight:normal; } .myBtnPrimary{ box-shadow:0 2px 5px 0 rgba(0,0,0,.26); color: rgba(255,255,255,0.87); background-color: rgb(16,108,200); float:left; } .myBtnPrimary:hover{ box-shadow:0 2px 5px 0 rgba(0,0,0,.26); color: rgba(255,255,255,0.87); background-color: rgb(16,108,200) !important; float:left; } .myBtnDefault{ box-shadow:0 2px 5px 0 rgba(0,0,0,.26); color:#333; } .cl{clear:both;} .widthstyle{ width: 400px !important; height:200px !important; } .panel-green { border-color: #5cb85c; } .panel-green .panel-heading { border-color: #5cb85c; color: #fff; background-color: #5cb85c; } .panel-green a { color: #5cb85c; } .panel-green a:hover { color: #3d8b3d; } .panel-red { border-color: #d9534f; } .panel-red .panel-heading { border-color: #d9534f; color: #fff; background-color: #d9534f; } .panel-red a { color: #d9534f; } .panel-red a:hover { color: #b52b27; } .panel-yellow { border-color: #f0ad4e; } .panel-yellow .panel-heading { border-color: #f0ad4e; color: #fff; background-color: #f0ad4e; } .panel-yellow a { color: #f0ad4e; } .panel-yellow a:hover { color: #df8a13; } .camelCase { text-transform: none; } background{ z-index: 0; position:absolute; left:0px; right:0px; top:-21px; bottom:0px; background-size: cover; } .panel-Content { padding:0px } .gridListdemoBasicUsage md-grid-list { margin: 8px; } .gridListdemoBasicUsage .orangered { background: #A66866; } .gridListdemoBasicUsage .green { background: #337ab7; } .gridListdemoBasicUsage .yellow { background: #f0ad4e; } .gridListdemoBasicUsage .blue { background: #84ffff; } .gridListdemoBasicUsage .purple { background: #b388ff; } .gridListdemoBasicUsage .red { background: #ff8a80; } .gridListdemoBasicUsage md-grid-tile { transition: all 400ms ease-out 50ms; } /* Custom css */ .gridContent{ width:100%; height:auto; padding:10%; color:#fff; } .fl{ float:left; } .fr{ float:right; } .cl{ clear:both; } .selectFont{ font-size: 17px; } .heading{ color:#757575; position:absolute; z-index:9; left:0; right:0; top:0; }