// navbar.component.cs
.ul_background {
background-color: #fff;
}
.navbar {
.ul_background;
height: 45px;
border-radius: 0;
}
.logo {
height: 28px;
padding: 0px 0 2px 10px;
}
.appname {
color: #000;
margin: 15px 0 0 15px;
font-size: 16px;
font-weight: 600;
}
.user_menu {
padding-right: 15px;
padding-top: 14px;
}
.user_menu ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.user_menu ul li {
float: left;
margin: 0 10px;
}
.user_menu .glyphicon {
font-size: 20px;
color: #000;
}
.user_menu .dropdown-menu .glyphicon {
// font-size: 20px;
color: #000;
}
.user_menu .dropdown-menu>.dropdown-menu>.active>a {
&,
&:hover,
&:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #5B0428;
}
}
.user_menu .user_img {
width: 30px;
height: 30px;
border-radius: 50%;
margin-top: -3px;
}
.user_menu .dropdown-toggle::after {
display: none;
}
.user_menu .dropdown-menu {
top: 35px;
border-radius: 0px 0px 5px 5px;
right: 0;
left: unset;
min-width: 175px;
}
li.dropdown-item.text-left {
width: 100% !important;
text-align: left !important;
}
.navbar_button_selected {
.ul_background;
}
// left-nav.component.css
.main_menu {
z-index: 5;
background: #ffffff;
padding: 22px 0px 20px;
position: absolute;
left: 20px;
// top: 28%;
top: 13%;
width: 84px;
border-radius: 50px;
bottom: 0px;
margin: 0 auto;
height: 457px !important;
text-align: center;
border: 1px solid #D3D3D3
}
.main_menu ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.main_menu ul li {
font-size: 12px;
margin: 1px -1px 0;
text-align: center;
padding: 4px;
display: block;
border-bottom: 1px solid #D3D3D3;
padding: 11px 0;
}
.main_menu ul li a div img {
filter: brightness(100%) grayscale(100%) opacity(0.3) drop-shadow(0 0 0 #B3B3B3);
}
//To work only chrome
@media screen and (-webkit-min-device-pixel-ratio:0) {
.main_menu ul li a div img {
filter: brightness(100%) grayscale(100%) opacity(0.3) drop-shadow(0 0 0 #B3B3B3)
}
}
.main_menu ul li:hover a p awst-hover-information a,
.main_menu ul li:first-child:hover a p {
color: #5B0428 !important
}
.main_menu ul li:hover {
background-color: #E6D9DE;
}
.main_menu ul li:first-child {
border-radius: 40px 40px 0px 0px;
padding-top: 25px;
margin-top: -22px;
}
.main_menu ul li:last-child {
border-radius: 0px 0px 40px 40px;
padding-bottom: 26px;
border-bottom: transparent;
}
.main_menu ul li p {
margin: 0px;
}
.main_menu ul li a {
color: #000;
text-decoration: none;
padding: 0 5px;
display: block;
font-weight: 600;
}
.main_menu ul li:last-child a p awst-hover-information a.awstHoverInformation {
padding: 0;
}
.main_menu ul li.navbar_button_selected {
background-color: #5B0428;
}
.main_menu ul li.navbar_button_selected:hover, .main_menu ul li.navbar_button_selected:first-child:hover a p {
color: #fff !important;
}
.main_menu ul li.navbar_button_selected p,
.main_menu ul li.navbar_button_selected p span {
color: #fff;
}
.main_menu ul li.navbar_button_selected a img {
filter: invert(100%);
}
/*
.main_menu ul li a:hover {
/* color: #ffffff;
background: #C02032;
}
*/
// grid panel css
.wrap_panel_width {
width: 300px;
}
.wrap_panel_with_close_width {
width: 330px;
}
.wrap_panel {
.wrap_panel_width;
z-index: 6;
background: #f7fafe;
padding: 10px 0px;
position: absolute;
left: 108px;
top: 12%;
width: 460px;
border-radius: 5px 0px 5px 5px;
bottom: 0px;
margin: 0 auto;
height: 525px;
padding-top: 7px;
text-align: center;
overflow-y: auto;
overflow-x: hidden;
}
.wrap_panel .tab_btn {
position: relative;
}
.wrap_panel .tab_btn lable {
background: transparent;
border: none;
}
.alert_yellow {
background-color: #faf3df;
padding: 8px 7px;
text-align: center;
margin-top: 10px;
}
.alert_yellow p {
font-size: 11px;
margin: 0px;
}
/* Grid Panel Styling CSS Start */
.upload_wrb {
position: relative;
}
.upload_wrb button {
background-color: #fff;
opacity: inherit;
border: 1px solid #5b0428;
width: 100%;
height: 35px;
margin-top: 10px;
border-radius: 50px;
font-size: 13px;
text-align: left;
padding: 0px 10px !important;
color: #5b0428;
margin-top: 0px;
}
.upload_wrb .width_75pct {
width: 100%;
}
.upload_wrb button .caret {
float: right;
margin-top: 8px;
}
.upload_wrb button .open>.dropdown-toggle.btn-default {
background-color: #67b1e2;
border: none;
}
.upload_wrb button:hover {
background-color: #5b0428;
color: #ffffff;
}
.permison_font {
margin-top: 10px;
font-size: 12px;
}
.wrb_info {
float: left;
margin-top: 10px;
}
/* Grid Panel Styling CSS End */
.wrap_panel .tabs {
position: relative;
}
.wrap_panel .tabs .simple-label {
width: unset;
text-transform: unset;
}
.wrap_panel .tabs label {
/*width: 33.3%;*/
width: 22.3%;
text-align: center;
font-size: 12px;
color: #333333;
background: transparent;
border: none;
padding-bottom: 6px;
text-transform: uppercase;
border-top: 3px solid transparent
}
.wrap_panel .tabs .btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
color: #000;
/*background-color: transparent;*/
border-top: 3px solid #5B0428;
border-bottom: none;
border-radius: 0;
box-shadow: none;
/*font-weight: bold;*/
background-color: #fff;
padding: 10px 4px;
vertical-align: baseline
}
.wrap_panel .tabs .btn-default.active a.awstHoverInformation {
color: #000;
font-weight: 600;
}
.wrap_panel .tabs .btn-default a.awstHoverInformation {
color: #000;
}
.wrap_panel .tabs label .btn-default.active:hover {
background-color: transparent !important;
}
.layout_yellow_alert {
background-color: #faf3df;
padding: 10px;
float: left;
width: 100%;
}
.layout_yellow_alert p {
font-size: 12px;
color: #333333;
margin: 0px;
width: 90%;
text-align: left;
}
.layout_yellow_alert img {
float: right;
margin-top: -15px;
}
.wrap_panel_top_nav_container {
.wrap_panel_with_close_width;
}
.wrap_panel_top_nav {
width: inherit !important;
float: inherit !important;
}
.wrap_panel_top_nav {
.wrap_panel_width;
// float: left;
}
.wrap_panel_close_button {
.ul_background;
background-color: #fff;
width: 30px;
float: right;
position: absolute;
z-index: 99;
height: 30px;
border-radius: 0px 50px 50px 0px;
margin-top: 6px;
top: 11.3%;
/*left: 458px;*/
left: 568px;
display: flex;
align-items: center;
border: 1px solid #5B0428;
border-left: none;
}
.wrap_panel_close_button img {
margin: 3px;
height: 19px;
// filter: brightness(100%) grayscale(100%)
// /* To change the image color to the white */ opacity(0.1)
// /* To apply the color all over the image */ drop-shadow(0 0 0 #5B0428)
// /* To apply my costum color */ drop-shadow(0 0 0 #5B0428)
// /* To apply my costum color more stronger */ drop-shadow(0 0 0 #5B0428)
// drop-shadow(0 0 0 #5B0428) drop-shadow(0 0 0 #5B0428);
}
// This style is a hack to make a uib-dropdown-toggle look like a glyphicon
.glyphicon_dropdown {
padding: 0 0 0 0;
border-width: 0px;
background-color: white;
}
// this style is a hack to make a glyphicon look like it's in a circle
.glyphicon_circle {
background: #444;
color: #fff;
border-radius: 50%;
padding: 5px 4px 5px 6px;
}
.glyphicon_circle_major {
background: #00518a;
color: #fff;
border-radius: 50%;
padding: 8px 7px 8px 9px;
}
.glyphicon_tiny {
font-size: 10px;
}
.caret_rotate {
transform: rotate(-90deg);
}
div.row_no_gutter_right {
margin-right: 0;
}
div.col_no_gutter_right {
padding-right: 0;
}
.bottom_right_overlay_button {
position: absolute;
bottom: 20px;
right: 20px;
}
.grid_name_elips {
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.no_scrolling {
overflow: hidden !important;
}
// wrap stats panel css
.stats_data {
color: #256b9c; // Pretty sure this color isn't correct - it's a guess
}
// stats panel needs to be a bit bigger
.wrap_stats_panel {
.wrap_panel;
height: 440px;
top: 15%;
}
// wrap site panel
.site_project_row_edit_button {
float: left;
padding-left: 10px;
margin-right: 6px;
}
.site_project_row_right {
margin-top: -32px;
margin-right: 15px;
}
.site_project_row_counter {
padding: 4px 6px 4px 6px;
border-radius: 50%;
background: #444;
color: #fff;
margin-right: 4px;
/*background: #7987a1;*/
background: #000;
width: 25px;
height: 25px;
text-align: center;
color: #ffffff;
border-radius: 50%;
font-size: 13px;
font-weight: bold;
margin-top: 7px;
float: right;
}
.site_row_container {
padding-left: 17%;
margin-bottom: 6px;
}
.site_row_first_background {
background-color: #ddd;
margin-top: 5px;
border-radius: 3px 3px 0px 0px;
font-size: 12px;
height: 20px;
}
.site_row_first_background p {
font-size: 11px;
margin: 0px;
padding: 0px;
font-weight: bold;
margin-top: 2px;
}
.site_row_caret {
margin-top: 9px;
margin-right: -5px;
}
.site_row_background:nth-of-type(odd) {
background-color: #f2f0f0;
padding: 2px 0px;
font-size: 12px;
}
.site_row_background:nth-of-type(even) {
background-color: #fff;
padding: 2px 0px;
font-size: 11px;
}
.site_row_button_container {
height: 14px;
padding-top: 2px;
}
.dropdown_style {
background-color: #fff;
opacity: inherit;
border: 1px solid #c6d1de;
width: 100%;
height: 35px;
margin-top: 10px;
border-radius: 3px;
font-size: 13px;
text-align: left;
padding: 0px 10px;
color: #333;
}
.dropdown_style .caret {
float: right;
margin-top: 8px;
}
.dropdown_result {
left: 15px;
width: 92%;
position: absolute;
top: 100%;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 13px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown_result>li>a {
padding: 7px 10px;
}
.km {
font-size: 12px;
margin: 30px 0px 0px 15px;
float: left;
}
.area {
float: left;
position: relative;
width: 85%;
margin: 0px;
padding: 0px;
display: block;
}
.standrd_text {
font-size: 13px;
font-weight: bold;
color: #333333;
text-align: left;
margin-top: 10px;
float: left;
}
.grids_icon {
background: #6c6d6e;
width: 30px;
height: 30px;
border-radius: 50%;
float: left;
}
.grids_icon img {
margin: 5px 0px 0px 5px;
width: 20px;
height: 20px;
}
.gridlist_border {
border-bottom: 1px solid #dddddd;
padding: 0px 0px 10px 0px;
}
.notice_background {
background-color: #fff8dd;
}
// Original dwms.less
.word-container {
word-wrap: break-word;
overflow-x: hidden;
line-height: normal;
font-weight: normal;
font-size: 13px;
margin-top: 5px;
float: left;
}
.small_pad_bottom {
padding-bottom: 3px;
}
.no_pad_right {
padding-right: 0px;
}
.no_margin_top_imp {
margin-top: 0px !important;
}
.no_margin_top {
margin-top: 0px;
}
.no_margin_bottom {
margin-bottom: 0px;
}
.no_margin_vertical {
.no_margin_top;
.no_margin_bottom;
}
.margin_left {
margin-left: 5px;
}
.margin_right {
margin-right: 5px;
}
// flexbox alignment of things.
.flex_right {
display: flex;
flex-direction: row;
}
.flex_down {
display: flex;
flex-direction: column;
}
.flex_rest {
flex-grow: 1;
}
.flex_rest_pad_left {
.flex_rest;
padding-left: 5px;
}
.flex_rest_margin_left {
.flex_rest;
margin-left: 5px;
}
.pagination-xs &>li &>a,
.pagination-xs &>li &>span {
padding: 2px 6px;
}
.row-hr-above {
border-top: solid #ccc;
border-top-width: 1px;
padding-top: 3px;
margin-top: 3px;
}
.row-no-hr-bottom {
border-bottom-width: 0px !important;
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}
.row-hr-bottom-nospace {
border-bottom: solid #ccc;
border-bottom-width: 1px;
}
.row-hr-bottom {
.row-hr-bottom-nospace;
padding-bottom: 3px;
margin-bottom: 3px;
}
// SHOULD BE PAIRED WITH bootstrap "small"
.container-hr-small {
div.row {
padding-bottom: 1px;
margin-bottom: 1px;
}
div.row:not(:last-child) {
.row-hr-bottom-nospace;
}
}
.container-hr {
div.row:not(:last-child) {
.row-hr-bottom;
}
}
.infobox_location {
height: 60px;
width: 150px;
}
.cursor_move {
cursor: move !important;
}
.allbin {
border: 1px solid #ccc;
border-radius: 3px;
box-sizing: border-box;
width: 100%;
padding: 10px;
line-height: 26px;
}
.grid_structure_display {
width: 170px;
border: 2px solid gray;
border-radius: 4px;
padding: 0px 2px 0px 2px;
}
.alert_small {
padding: 3px;
margin-bottom: 10px;
}
.dwms_basic_data {
height: 86px;
}
/* .turbine_input_width{
// width: 60px !important;
} */
.menu_btn_sm {
padding: 2px 2px;
}
@font-face {
font-family: "icomoon";
src: url("../fonts/icomoon.woff?gj0s0") format("woff");
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/*use !important to prevent issues with browser extensions that change fonts*/
font-family: "icomoon" !important;
/*Better Font Rendering ===========*/
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-iconTower:before {
content: "\e900";
}
.icon-iconTurbine:before {
content: "\e901";
}
.ecoord-panel-info {
border-bottom: 1px solid #ccc;
margin: 0px 0px 3px -12px;
padding: 6px 0px 3px 0px;
}
.ecoord-panel-heading {
color: #333;
background-color: #f5f5f5;
padding: 10px 0px 22px 0px;
border-bottom: 1px solid #ddd;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.ecoord-panel-label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
padding-left: 3px;
padding-right: 3px;
}
.ecoord-panel-result {
padding-left: 0px;
padding-right: 3px;
float: left !important;
}
.ecoord-panel-point-links {
margin: -5px 0px 0px -4px;
}
.ecoord-pad-left-sm {
padding-left: 4px;
}
.ecoord-point-row {
color: #333;
padding: 7px 0px 22px 0px;
border-bottom: 1px solid #ddd;
}
.ecoord-row-noborder-bottom {
border-bottom: 0px;
}
.ecoord-point-row-adj {
margin-right: 0px;
margin-left: -12px;
padding-bottom: 5px;
}
.ecoord-footer {
background-color: #f5f5f5;
}
/* project panel */
/* classApplication > panel-collapse > panel-body */
.panel_body_pull_up>.panel-collapse>.panel-body {
padding-top: 3px;
}
.width_75pct {
width: 75%;
}
.tooltip-250px {
width: 250px;
>div.tooltip-inner {
max-width: 100%;
}
}
.tooltip-350px {
width: 350px;
>div.tooltip-inner {
max-width: 100%;
}
}
.tooltip-500px {
width: 500px;
>div.tooltip-inner {
max-width: 100%;
}
}
.tooltip-150px {
width: 150px;
>div.tooltip-inner {
max-width: 100%;
}
}
.max_height_300 {
max-height: 300px;
overflow-y: auto;
}
.max_height_400 {
max-height: 400px;
overflow-y: auto;
}
/* the bootstrap checkbox class is a little too big. */
div.checkbox-xs {
margin-top: 4px;
margin-bottom: 4px;
}
.project-panel-title-pad-edit {
padding-bottom: 30px;
}
.min_width_100px {
min-width: 100px;
}
.max_width_296px {
max-width: 296px;
}
.min_width_296px {
min-width: 296px;
}
.width_300px {
width: 300px;
}
// do you have a
// sitting next to an ?
// then you'll want to use this to get them to align.
// div.btn-group-xs-align-input-xs {
// margin-top: -3px
// }
.disable-custom {
color: gray;
cursor: not-allowed;
}
div.inline {
display: inline;
}
/* WTG Layout CSS Start */
.well {
padding: 10px !important;
}
.wtg_layout {
position: relative;
}
.wtg_layout .upload-text {
font-size: 12px;
line-height: 20px;
}
.wtg_layout .choose-file {
background-color: transparent;
}
.assign_mast {
position: relative;
padding: 10px;
}
.assign_mast th {
width: 25%;
text-align: center;
color: #00518a;
font-size: 12px;
}
.assign_mast table {
width: 100%;
}
.windfarm_icon {
background: #6c6d6e;
width: 30px;
height: 30px;
border-radius: 50%;
}
.windfarm_icon img {
margin: 6px;
}
.wind_farmdate {
font-size: 11px;
margin: 0px;
}
.wind_farmheading {
font-size: 14px;
font-weight: bold;
margin: 0px;
padding-left: 35px;
text-transform: capitalize;
}
.windfarm_border {
border-bottom: 1px solid #dddddd;
padding-bottom: 10px;
margin-bottom: 10px;
}
.add_widfarm {
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
/*background-color: #00518a;*/
background-color: #5b0428;
box-sizing: border-box;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
outline: none;
border: none;
-webkit-tap-highlight-color: transparent;
display: inline-block;
white-space: nowrap;
text-decoration: none;
vertical-align: baseline;
text-align: center;
margin: 0;
min-width: 64px;
line-height: 36px;
padding: 0 16px;
border-radius: 4px;
overflow: visible;
transform: translate3d(0, 0, 0);
transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
min-width: 0;
border-radius: 50%;
width: 45px;
height: 45px;
padding: 4px;
flex-shrink: 0;
}
.new_mast {
background-color: #67b1e2;
padding: 4px 8px;
border: none;
font-size: 10px;
color: #ffffff;
border-radius: 3px;
margin-top: 6px;
margin-bottom: 5px;
float: left;
}
.small_icons {
margin-top: -3px;
}
.creat_winfarm {
position: relative;
}
.creat_winfarm .heading_bg {
background-color: #5b0428;
padding: 10px;
text-align: left;
margin-top: -10px;
}
.creat_winfarm .heading_bg .heading {
font-size: 13px;
font-weight: bold;
color: #ffffff;
}
.creat_winfarm .heading_bg .heading img {
cursor: pointer;
}
.creat_winfarm .breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 5px 10px;
margin-bottom: 0;
list-style: none;
border-radius: 0;
background: none;
font-size: 11px;
margin-bottom: 2px;
}
.breadcrumb-item+.breadcrumb-item {
padding-left: 2px;
}
.breadcrumb-item.active {
color: #333;
font-weight: bold;
}
.breadcrumb-item a {
color: #7987a1;
text-decoration: none;
background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: 4px;
color: #6c757d;
content: "/";
}
.creat_winfarm .alert {
background-color: #fff8dd;
padding: 5px;
margin-bottom: 10px;
border-radius: 3px;
}
.creat_winfarm .alert p {
margin: 0px;
font-size: 10px;
}
.creat_winfarm label {
font-weight: normal;
font-size: 13px;
}
.primary_btn {
position: relative;
cursor: pointer;
-webkit-transition: 0.3s ease-out;
transition: 0.3s ease-out;
text-decoration: none;
color: #5B0428;
background-color: #fff;
text-align: center;
-webkit-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;
cursor: pointer;
/*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);*/
border-radius: 30px;
display: inline-block;
border: 1px solid #5B0428;
font-size: 12px;
padding: 8px 10px;
width: 100%;
}
.primary_btn:hover {
background-color: #E6D9DE;
}
.btn_small {
font-size: 11px !important;
padding: 5px !important;
}
.alert_yellow {
background-color: #faf3df;
padding: 8px 7px;
text-align: center;
margin-top: 10px;
}
.alert_yellow p {
font-size: 11px;
margin: 0px;
}
.second_btn {
/* background-color: #7987a1;
border-radius: 3px;
padding: 8px;*/
background-color: #ffffff;
border-radius: 30px;
border: 1px solid #5B0428;
width: 100%;
padding: 6px;
display: block;
font-size: 13px;
cursor: pointer;
color: #5b0428;
/*border: none;*/
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
opacity 15ms linear 30ms, transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
/*box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);*/
}
.disable-btn {
/*background-color: gray !important;*/
cursor: not-allowed;
background-color: #d0d0d0;
border-color: #adabab;
color: #505050;
}
.error_message {
font-size: 11px;
}
.wrap_panel label {
font-weight: normal;
font-size: 13px;
}
.font-12 {
font-size: 12px !important;
}
.wrap_panel .windfarms {
position: relative;
}
.wrap_panel .windfarms label {
width: 22.3%;
text-align: center;
font-size: 12px;
color: #333333;
background: transparent;
border: none;
padding-bottom: 6px;
text-transform: uppercase;
/*float: left;*/
border-top: 3px solid transparent;
}
.wrap_panel .windfarms .btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
color: #333;
background-color: transparent;
border-bottom: 2px solid #00518a;
border-radius: 0;
box-shadow: none;
font-weight: bold;
}
.wrap_panel .windfarms label .btn-default.active:hover {
background-color: transparent !important;
}
/* Windfarm CSS End */
.margin-0 {
margin: 0px !important;
}
.padding-10 {
padding: 10px !important;
}
.pt-0 {
padding-top: 0px !important;
}
.pt-6 {
padding-top: 6px !important;
}
.padding-0,
.p0 {
padding: 0px !important;
}
.pr-0 {
padding-right: 0px !important;
}
.mt-5 {
margin-top: 5px !important;
}
.mt-10 {
margin-top: 10px !important;
}
.mt-15 {
margin-top: 15px !important;
}
.ml-20 {
margin-left: 20px !important;
}
.ml-30 {
margin-left: 30px !important;
}
.ml-40 {
margin-left: 40px !important;
}
.ml-10 {
margin-left: 10px;
}
.mb-5 {
margin-bottom: 5px !important;
}
.tubine_pc_border {
border-bottom: 1px solid #dddddd;
padding-bottom: 10px;
}
.tubine_pc_icon {
background: #6c6d6e;
width: 30px;
height: 30px;
border-radius: 50%;
float: left;
}
.tubine_pc_icon img {
margin: 5px;
}
.pl-0 {
padding-left: 0px !important;
}
.pl-8 {
padding-left: 8px !important;
}
.layout_icons {
float: right;
}
.ml-5 {
margin-left: 5px !important;
}
.newlayout_fab {
display: block;
/*background-color: #00518a;*/
background-color: #5B0428;
border-radius: 50%;
font-size: 13px;
cursor: pointer;
color: #ffffff;
width: 45px;
margin: 0 auto;
height: 45px;
margin-top: 30px;
border: none;
opacity: inherit;
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.newlayout_fab img {
margin: 15px 0px;
}
.or_border {
position: relative;
margin-top: 20px;
float: left;
width: 100%;
}
.or_border .border {
border-bottom: 1px solid #dcdfe2;
margin: 0px;
padding: 0px;
}
.or_border p {
margin: 0px;
color: #333333;
font-weight: bold;
text-transform: uppercase;
margin-top: -10px;
}
.layout_dropdown {
padding: 10px;
}
.newlayout_padding {
padding: 10px;
}
.remove_btn {
background-color: #dddddd;
border-radius: 3px;
float: left;
padding: 8px;
width: 100%;
display: block;
font-size: 13px;
cursor: pointer;
color: #333333;
border: none;
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
opacity 15ms linear 30ms, transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
/* WTG Layout CSS End */
.panel_body_scrollable {
height: 358px !important;
}
label {
font-weight: normal;
}
.container-hr div.row:not(:last-child) {
border-bottom: none !important;
}
.mt-0 {
margin-top: 0px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mt-25 {
margin-top: 25px !important;
}
.margin-0 {
margin: 0px !important;
}
.float-left {
float: left !important;
}
.small_denger {
font-size: 12px;
padding: 6px;
margin-top: 0;
}
.font-13 {
font-size: 13px !important;
}
/* EYA CSS Start */
.wrap_panel .tabs {
position: relative;
}
.wrap_panel .tabs label {
// width: 50%;
text-align: center;
font-size: 12px;
color: #333333;
background: transparent;
border: none;
padding-bottom: 6px;
text-transform: uppercase;
}
.wrap_panel .tabs .nav-tabs {
border: none;
}
.wrap_panel .tabs .nav-tabs ul {
list-style: none;
float: left;
width: 100%;
margin: 0px;
padding: 0px;
}
.wrap_panel .tabs .nav-tabs ul li {
float: left;
width: 50%;
}
.wrap_panel .tabs .nav-tabs ul li a {
padding-bottom: 6px;
}
.wrap_panel .tabs .nav-tabs ul li.active {
color: #333;
background-color: transparent;
border-top: 3px solid #5B0428;
border-radius: 0;
box-shadow: none;
float: left;
font-weight: 600;
background-color: #fff;
}
.wrap_panel .tabs .UL-EYA-tabs-new ul li {
width: 22.3%;
padding: 10px 4px;
border-top: 3px solid transparent;
}
.wrap_panel .tabs .nav-tabs ul li a {
text-decoration: none;
}
.wrap_panel .tabs .btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
color: #333;
/*background-color: transparent;*/
/*border-bottom: 2px solid #00518a;*/
border-radius: 0;
box-shadow: none;
/*font-weight: bold;*/
}
.wrap_panel .tabs label .btn-default.active:hover {
background-color: transparent !important;
}
.eya_list {
position: relative;
list-style: none;
padding: 10px;
}
.eya_list li {
border: 1px solid #dddddd;
text-align: left;
float: left;
width: 100%;
margin-bottom: 7px;
padding: 7px 7px;
border-radius: 3px;
}
.eya_list li a {
color: #333333;
text-transform: capitalize;
float: left;
margin: 3px 0px 0px 10px;
text-decoration: none;
}
.eya_list .eya-icon {
background: #6c6d6e;
width: 25px;
height: 25px;
float: left;
padding: 0px;
border-radius: 50%;
margin: 0px;
}
.eya_list .eya-icon img {
margin: 7px;
width: 12px;
height: 12px;
}
.eya_measure_alert {
padding: 8px 10px;
border-radius: 3px;
margin-bottom: 10px;
font-size: 12px;
}
.eya_dropwidth {
width: 100% !important;
}
.eya_dropwidth .select-label {
margin-top: 0px !important;
}
.mt-3 {
margin-top: 3px !important;
}
.panel-info {
padding: 10px;
}
.eya_alert_small {
padding: 3px;
margin-top: 10px;
font-size: 12px;
background-color: #fdd4d8;
border-radius: 3px;
text-align: center;
}
.container-hr div.row:not(:last-child) {
border: none;
}
.well_small {
padding: 5px 10px;
font-size: 12px;
}
.eya_accordian {
position: relative;
text-align: left;
}
.eya_accordian .eya_heading {
float: left;
font-size: 14px;
margin: 0px;
}
.eya-panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
padding: 10px 0px;
height: 35px;
}
.eya-input {
height: 30px;
border: 1px solid #c6d1de;
background-color: #ffffff;
width: 100%;
float: left;
border-radius: 3px;
}
.eya-lable {
font-size: 13px;
font-weight: normal !important;
text-transform: capitalize !important;
margin-bottom: 0px;
text-align: left !important;
width: 100% !important;
}
.mb-0 {
margin-bottom: 0px !important;
}
.mb-10 {
margin-bottom: 10px !important;
}
.eya-form-group {
width: 100%;
}
.panel-title {
font-size: 13px !important;
}
.mt-10 {
margin-top: 10px !important;
}
.panel-default>.panel-heading .badge {
height: 15px;
width: 15px;
font-size: 9px;
padding: 3px !important;
text-align: center;
}
.font-13 {
font-size: 13px !important;
}
.lable_weight {
font-weight: normal !important;
text-transform: capitalize !important;
text-align: left !important;
}
.eya_back {
background-color: #5B0428;
padding: 10px;
}
.pl-0 {
padding-left: 0px !important;
}
.pr-0 {
padding-right: 0px !important;
}
.eya_back p {
font-size: 13px;
color: #ffffff;
margin: 0px;
padding: 0px;
text-transform: capitalize;
line-height: 20px;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 5px 10px;
margin-bottom: 0;
list-style: none;
border-radius: 0;
background: none;
font-size: 11px;
margin-bottom: 2px;
}
.breadcrumb-item+.breadcrumb-item {
padding-left: 2px;
}
.breadcrumb-item.active {
color: #333;
font-weight: bold;
}
.breadcrumb-item a {
color: #7987a1;
text-decoration: none;
background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: 4px;
color: #6c757d;
content: "/";
}
.form-control {
display: block;
width: 100% !important;
height: calc(1.5em + 0.75rem + 2px);
padding: 5px;
font-size: 13px !important;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
height: 30px !important;
border: 1px solid #c6d1de !important;
width: 100%;
float: left;
border-radius: 3px;
text-align: left;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
width: 100%;
}
.text-muted {
color: #777;
font-size: 13px;
}
.padding-8 {
padding: 8px !important;
}
.iec-class {
// width: 20% !important;
height: calc(1.5em + 0.75rem + 2px);
font-size: 13px !important;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff !important;
background-clip: padding-box;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border: 1px solid #c6d1de !important;
float: left;
border-radius: 3px;
text-align: left;
margin-right: 3px;
}
/* Windfarm CSS Start */
.sort_margin {
margin: 10px 0px;
}
.delete_site {
border: none;
margin: 6px 0px 0px 15px;
cursor: pointer;
}
.small_icons {
margin-top: -3px;
}
.creat_winfarm {
position: relative;
}
.creat_winfarm .heading_bg {
background-color: #5b0428;
padding: 10px;
text-align: left;
margin-top: -10px;
}
.creat_winfarm .heading_bg .heading {
font-size: 13px;
font-weight: bold;
color: #ffffff;
}
.creat_winfarm .heading_bg .heading img {
cursor: pointer;
}
.creat_winfarm .breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 5px 10px;
margin-bottom: 0;
list-style: none;
border-radius: 0;
background: none;
font-size: 11px;
margin-bottom: 2px;
}
.breadcrumb-item+.breadcrumb-item {
padding-left: 2px;
}
.breadcrumb-item.active {
color: #333;
font-weight: bold;
}
.breadcrumb-item a {
color: #7987a1;
text-decoration: none;
background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: 4px;
color: #6c757d;
content: "/";
}
.creat_winfarm .alert {
background-color: #fff8dd;
padding: 5px;
margin-bottom: 10px;
border-radius: 3px;
}
.creat_winfarm .alert p {
margin: 0px;
font-size: 10px;
}
.creat_winfarm label {
font-weight: normal;
font-size: 13px;
}
.alert_yellow {
background-color: #faf3df;
padding: 8px 7px;
text-align: center;
margin-top: 10px;
}
.alert_yellow p {
font-size: 11px;
margin: 0px;
}
/*.second_btn {
background-color: #7987a1;
border-radius: 3px;
padding: 8px;
width: 100%;
display: block;
font-size: 12px;
cursor: pointer;
color: #ffffff;
border: none;
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
opacity 15ms linear 30ms, transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}*/
.error_message {
font-size: 11px;
}
.wrap_panel label {
font-weight: normal;
font-size: 13px;
}
.font-12 {
font-size: 12px !important;
}
/* Windfarm CSS End */
/* WTG Layout CSS Start */
.newWrap_panel_position {
padding: 5px 0px;
position: absolute;
left: 108px;
top: 12%;
/*width: 350px;*/
width: 460px;
border-radius: 3px;
height: 565px;
bottom: 0px;
margin: 0 auto;
}
#turbine .newWrap_panel_position {
height: 565px;
}
.newWrap_panel {
z-index: 6;
background: #f7fafe;
text-align: center;
overflow-y: auto;
overflow-x: hidden;
}
.newWrap_panel .nav-tabs.nav-justified>li {
/*width: 24%;*/
width: 15%;
vertical-align: middle;
padding: 4px 0;
}
.newWrap_panel .nav-tabs.nav-justified>li>a {
font-size: 11px;
padding: 2px;
color: #707070;
border: none;
border-radius: 0px;
}
.newWrap_panel .nav-tabs.nav-justified>li>a:hover {
/* background-color: transparent;
border-bottom: 2px solid #00518a;*/
font-weight: 600;
border: none;
}
.newWrap_panel .nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
/*border-top: 3px solid #5B0428;
background-color: transparent;
border-bottom: none;*/
border-right: none;
border-left: none;
color: #000;
font-weight: 600;
}
.newWrap_panel .nav-tabs.nav-justified > li.active {
background: #fff;
border-top: 3px solid #5B0428;
border-bottom: none;
}
.newWrap_panel .nav-tabs.nav-justified > li > a awst-hover-information a.awstHoverInformation,
.newWrap_panel .nav-tabs.nav-justified>.active>a awst-hover-information a.awstHoverInformation,
.UL-EYA-tabs-new li > a awst-hover-information a.awstHoverInformation,
.UL-EYA-tabs-new .active>a awst-hover-information a.awstHoverInformation {
color: #000
}
.newWrap_panel .body {
padding: 10px;
}
.layout_yellow_alert {
background-color: #faf3df;
padding: 10px;
float: left;
width: 100%;
}
.layout_yellow_alert p {
font-size: 12px;
color: #333333;
margin: 0px;
width: 90%;
text-align: left;
}
.layout_yellow_alert img {
float: right;
margin-top: -15px;
}
.wtg_layout {
position: relative;
}
.wtg_layout .upload-text {
font-size: 12px;
line-height: 20px;
}
.wtg_layout .choose-file {
background-color: transparent;
}
.assign_mast {
position: relative;
padding: 10px;
}
.assign_mast th {
width: 25%;
text-align: center;
color: #00518a;
font-size: 12px;
}
.assign_mast table {
width: 100%;
}
.mt-5 {
margin-top: 5px !important;
}
.mt-10 {
margin-top: 10px !important;
}
.mt-15 {
margin-top: 15px !important;
}
/*.second_btn {
background-color: #7987a1;
border-radius: 3px;
float: left;
padding: 8px;
width: 100%;
display: block;
font-size: 13px;
cursor: pointer;
color: #ffffff;
border: none;
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
opacity 15ms linear 30ms, transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}*/
.btn-primary {
/*background-color: #00518a;
border-radius: 3px;*/
background-color: #fff;
border: 1px solid #5B0428;
border-radius: 30px;
// padding: 8px;
padding: 6px;
width: 100%;
float: left;
display: block;
font-size: 13px;
cursor: pointer;
color: #5B0428;
opacity: inherit;
font-weight: 600;
/*box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);*/
}
.btn-primary1 {
/*color: #fff;
background-color: #337ab7;
border-color: #2e6da4;*/
color: #5B0428;
background-color: #fff;
border: 1px solid #5B0428;
}
.btn-primary1:hover, .btn-primary:hover {
/*color: #fff;
background-color: #20619b;
border-color: #20619b;*/
color: #5B0428;
background-color: #E6D9DE;
border: 1px solid #5B0428;
}
.tubine_pc_border {
border-bottom: 1px solid #dddddd;
padding-bottom: 10px;
}
.tubine_pc_icon {
background: #6c6d6e;
width: 30px;
height: 30px;
border-radius: 50%;
float: left;
}
.tubine_pc_icon img {
margin: 5px;
}
.tubine_pc_heading {
font-weight: normal;
margin-top: 6px;
float: left;
margin-left: 10px;
width: 82%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pl-0 {
padding-left: 0px !important;
}
.layout_icons {
float: right;
}
.ml-5 {
margin-left: 5px !important;
}
.newlayout_fab {
display: block;
/*background-color: #00518a;*/
background-color: #5B0428;
border-radius: 50%;
font-size: 13px;
cursor: pointer;
color: #ffffff;
width: 45px;
margin: 0 auto;
height: 45px;
margin-top: 30px;
border: none;
opacity: inherit;
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.newlayout_fab img {
margin: 15px 0px;
}
.or_border {
position: relative;
margin-top: 20px;
float: left;
width: 100%;
}
.or_border .border {
border-bottom: 1px solid #dcdfe2;
margin: 0px;
padding: 0px;
}
.or_border p {
margin: 0px;
color: #333333;
font-weight: bold;
text-transform: uppercase;
margin-top: -10px;
}
.layout_dropdown {
padding: 10px;
}
.newlayout_padding {
padding: 10px;
}
.remove_btn {
background-color: #dddddd;
border-radius: 3px;
float: left;
padding: 8px;
width: 100%;
display: block;
font-size: 13px;
cursor: pointer;
color: #333333;
border: none;
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
opacity 15ms linear 30ms, transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
/* WTG Layout CSS End */
/* Modals CSS Start */
.wrap_modalbox {
position: relative;
background: #fff;
float: left;
width: 100%;
}
.wrap_modalbox .modal-header {
// background-color: #ececec;
// padding: 10px;
background-color: #fff;
padding: 15px 10px;
}
.wrap_modalbox .modal-header h3 {
// font-size: 16px;
margin: 0px;
padding: 0px;
font-weight: bold;
float: left;
text-transform: capitalize;
display: flex;
}
.modal-content {
background-color: #f7fafe !important;
border-radius: 0px;
}
.config_tabs .modal-body {
padding: 0;
}
.modal-body ul.nav-tabs {
border-top: 1px solid #e9e9e9;
background-color: #EBEBEB;
border-bottom: none;
}
.wrap_modalbox .modal-header .close {
float: right;
}
.turbine_modal {
position: relative;
}
.turbine_modal .nav-tabs {
float: left;
width: 100%;
margin-bottom: 20px;
}
.turbine_modal .nav-tabs>li {
width: 50%;
text-align: center;
text-transform: uppercase;
}
.turbine_modal .nav-tabs>li>a {
color: #333333;
}
.wrap_modalbox .nav-tabs>li>a {
color: #000
}
// .turbine_modal .nav-tabs>li.active>a {
// border-bottom: 2px solid #00518a;
// color: #00518a;
// font-weight: bold;
// border-top: 0px;
// border-right: 0px;
// border-left: 0px;
// }
.turbine_modal .nav-tabs>li.active>a {
border-top: 3px solid #5B0428;
border-bottom:none;
color: #000;
font-weight: normal;
border-top: 0px;
border-right: 0px;
border-left: 0px;
}
.wrap_modalbox .refresh_btn {
width: 60px;
padding: 5px;
font-size: 13px;
// margin-right: 5px;
margin-right: 40px;
border: none;
background: transparent;
font-weight: 600;
}
.wrap_modalbox .modal-body {
width: 100%;
float: left;
}
.wrap_modalbox .config_tabs {
position: relative;
}
// these two styles can't be here as they are. they are
// underspecified and so they grab _any_ child ul or li element within
// a wrap_modal/config tab. They then applie their styles to every
// drop down menu selection and completely break them. That's a
// problem. These can not be here as they are.
// .wrap_modalbox
// .config_tabs ul { float: left; width: 100%; background: #fff;
// box-shadow: none; margin-bottom: 20px; }
// .wrap_modalbox .config_tabs ul li {
// width: 20%;
// color: #333333;
// text-align: center;
// }
.wrap_modalbox .config_tabs .nav-tabs>li>a {
color: #000;
border-top: 3px solid transparent;
}
.wrap_modalbox .config_tabs .nav-tabs>li.active>a {
border-top: 3px solid #5B0428;
color: #000;
font-weight: 600;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}
.config_inside_tabs {
position: relative;
float: left;
width: 100%;
}
.config_inside_tabs ul {
float: left;
width: 100%;
background: #fff;
box-shadow: none;
margin-bottom: 20px;
}
.config_inside_tabs ul li {
width: 12.5% !important;
color: #333333;
text-align: center;
}
.config_inside_tabs .nav-tabs>li>a {
padding: 10px 0px;
}
.wrap_modalbox .turbine_tabs {
position: relative;
}
.wrap_modalbox .turbine_tabs ul {
float: left;
width: 100%;
background: #fff;
box-shadow: none;
margin-bottom: 20px;
}
.wrap_modalbox .turbine_tabs li {
width: 25%;
color: #333333;
text-align: center;
float: left;
}
.wrap_modalbox .turbine_tabs li a {
color: #333333;
}
.wrap_modalbox .turbine_tabs .nav-tabs>li.active>a,
.nav-tabs>li.active>a {
border-top: 3px solid #5B0428;
border-bottom: none;
color: #000;
border-right: 0px;
border-left: 0px;
}
.wrap_modalbox .allbin_tabs {
position: relative;
}
.wrap_modalbox .allbin_tabs ul {
float: left;
width: 100%;
background: #fff;
box-shadow: none;
margin-bottom: 20px;
}
.wrap_modalbox .allbin_tabs li {
width: 50% !important;
color: #333333;
text-align: center;
float: left;
}
.wrap_modalbox .allbin_tabs li a {
color: #333333;
}
.wrap_modalbox .allbin_tabs .nav-tabs>li.active>a,
.nav-tabs>li.active>a {
border-top: 3px solid #5B0428;
color: #000;
font-weight: 600;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
border-radius: 0;
}
/* Modals CSS End */
.uib-dropdown-left-ul {
left: -65px !important;
min-width: 90px !important;
font-size: 13px !important;
}
.kw-text {
text-align: center;
padding-left: 0;
margin-top: 5px;
}
.text-area-height {
height: 50px !important;
}
.wtglayout_icon {
background: #6c6d6e;
width: 30px;
height: 30px;
border-radius: 50%;
float: left;
}
.wtglayout_icon img {
margin: 5px;
}
.wtgpolygon_icon {
width: 30px;
height: 30px;
border-radius: 50%;
float: left;
}
.wtgpolygon_icon img {
margin: 5px;
width: 20px;
height: 20px;
}
.wtglayout_heading {
margin-top: 6px;
margin-left: 10px;
float: left;
}
.company_turbine {
position: relative;
}
.company_turbine button {
position: absolute;
top: -4px;
right: 1px;
z-index: 9999;
}
.create-project-custom {
margin-right: 0px !important;
margin-left: 0px !important;
}
/*.disable-btn {
background-color: gray !important;
cursor: not-allowed;
}*/
.mcp_width {
width: 100%;
position: relative;
}
.mcp_width label {
width: 50%;
}
/*.width-90{
width: 90% !important;
}*/
.grid_adj {
width: 100%;
float: left;
border-radius: 0;
}
.mcp_sites {
position: relative;
}
.mcp_sites label {
width: 50% !important;
}
.windfarm_fixed_height {
height: 375px;
overflow-y: auto;
}
.accordion-condensed * div.panel-heading {
padding: 10px !important;
}
.source_file_page {
float: none !important;
width: 50% !important;
}
.source_border {
border: 1px solid #c7cedd;
padding-bottom: 10px;
}
.source_border .well_micro {
background: #f1f1f1;
border-radius: 0px;
padding: 5px 0px !important;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
}
.source_file_name {
font-size: 13px;
margin-top: 5px;
}
.turbine_height {
height: 370px;
overflow-y: scroll;
overflow-x: hidden;
}
.plus-btn {
width: 40px;
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
/*background-color: #00518a;*/
background-color: #5B0428;
z-index: 9;
line-height: 36px;
position: absolute;
border-radius: 50%;
width: 45px;
height: 45px;
padding: 4px;
right: 15px;
bottom: 15px;
cursor: pointer;
}
#turbine .plus-btn {
bottom: 6px;
line-height: 32px;
}
#polygon .turbine_height {
height: 380px
}
#polygon .plus-btn {
bottom: 6px;
}
.tail-select {
width: 100% !important;
}
[typeahead-wrapper] {
margin: 0px !important;
width: 100% !important;
}
.tail-select .select-label {
margin-top: 10px !important;
}
.upload-text {
font-size: 12px;
line-height: 20px;
}
.pb-0 {
padding-bottom: 0px !important;
}
.legend_bg {
background: -webkit-gradient(linear,
left top,
right top,
from(#d005e5),
color-stop(17%, #0f04eb),
color-stop(33%, #01eaef),
color-stop(50%, #0df100),
color-stop(66%, #f6c700),
color-stop(83%, #f00000),
to(rgb(134, 48, 31)));
background: linear-gradient(to right,
#d005e5 0%,
#0f04eb 17%,
#01eaef 33%,
#0df100 50%,
#f6c700 66%,
#f00000 83%,
#8b1800 100%);
width: 250px;
height: 25px;
position: absolute;
right: 15px;
bottom: 5px;
border-radius: 30px;
z-index: 9999;
}
.legend_bg .round {
background-color: #ffffff;
height: 40px;
width: 40px;
border-radius: 50%;
position: absolute;
top: -9px;
left: 0;
}
.legend_bg .select {
margin-right: 10px;
float: left;
position: absolute;
left: 0;
height: 25px;
width: 55px;
border-radius: 25px 0px 0px 25px;
border: none;
}
.legend_bg .numbers {
list-style: none;
position: relative;
margin-top: 3px;
}
.legend_bg .numbers ul {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
}
.legend_bg .numbers ul li {
float: left;
margin-right: 16px;
color: #ffffff;
font-size: 13px;
font-weight: bold;
}
/*----- formating related changes - for eya calculation report ---- */
.eyacalc-format .flex {
display: flex;
}
.eyacalc-format .center_flex {
display: flex;
justify-content: center;
}
.eyacalc-format .hr_border {
height: 1px;
background: black;
}
.eyacalc-format .margin_left {
margin-left: 5px;
}
.eyacalc-format .modal-page {
border: 2px solid black;
border-radius: 5px;
margin-bottom: 5px;
}
.eyacalc-format .modal-page> :not(:last-child) {
border-bottom: 0.1em solid black;
}
.eyacalc-format .modal-field {
display: flex;
padding: 2px 6px;
margin-top: 5px;
border: 1px solid #ccc;
}
.eyacalc-format .modal-field .modal-field-label {
flex: 2;
font-weight: normal;
font-size: 13px;
}
.eyacalc-format .modal-field .modal-field-value {
flex: 1;
text-align: right;
font-size: 13px;
}
.eyacalc-format .modal-lg {
width: 95%;
}
.eyacalc-format .modal-row-separator {
border-bottom: 1pt solid lightgray;
}
.eyacalc-format .modal-section {
padding: 0.25em;
}
.eyacalc-format .modal-section.flex>* {
flex: 1;
}
.eyacalc-format .modal-section.flex> :not(:last-child) {
border-right: 1pt solid black;
margin-right: 0.25em;
padding-right: 0.25em;
}
.eyacalc-format .modal-section.notice {
color: #5b0428;
font-size: 11px;
font-weight: normal;
text-align: left;
margin: 5px 0px;
}
.eyacalc-format .modal-section-title {
font-size: 13px;
font-weight: bold;
text-decoration: underline;
padding: 0px 0px 10px 0px;
}
.eyacalc-format table.table_border_inside tbody tr td:not(:first-child) {
border-left-width: 1px;
border-left-style: solid;
border-left-color: #ddd;
}
.eyacalc-format label.no_style {
/* display: inherit; //inline-block;
max-width: inherit; //100%; */
/* this seems to work?? */
margin-bottom: inherit;
font-weight: inherit;
font-size: 13px;
}
.eyacalc-format .overflow_x_auto {
overflow-x: auto;
}
.eyacalc-format .overflow_y_auto {
overflow-y: auto;
}
.overflow_auto {
overflow: auto;
}
.eyacalc-format div.full_width_overflow {
width: 100%;
overflow: auto;
}
.eyacalc-format .no-resize {
resize: none;
}
.contentlist_width {
float: left;
width: 100% !important;
}
.contentlist_width li {
width: 100% !important;
}
/* WTG CSS Start */
.mfg {
position: relative;
padding-right: 0;
padding-left: 10px;
text-align: left;
}
.mfg label {
font-size: 10px;
}
.mfg .dropdown {
width: 97px;
float: left;
margin-right: 0px;
}
.mfg .mr-0 {
margin-right: 0px !important;
}
.mfg .dropdown button {
font-size: 10px;
margin-top: 0px;
margin-bottom: 10px;
width: 100%;
white-space: unset;
}
.mfg .form-group {
width: 90px;
margin-right: 10px;
margin-bottom: 5px;
}
.mfg .form-group {
float: left !important;
}
.mfg .heading {
font-size: 14px;
font-weight: bold;
color: #333333;
margin: 0px;
}
.mfg .small {
font-size: 10px;
color: #333333;
margin: 5px 0px;
}
.tail-select .select-dropdown ul li.dropdown-option:before {
background-image: none !important;
}
.tail-select .select-label {
padding: 5px 20px 5px 5px !important;
font-size: 12px;
}
.tail-select .select-dropdown ul li {
padding: 5px 5px 5px 10px !important;
}
.tail-select {
margin-bottom: 10px !important;
}
/* WTG CSS End */
.loss_range1 {
float: left;
width: 48% !important;
}
.loss_range2 {
float: left;
width: 48% !important;
margin-left: 4%;
}
.low_cutin {
float: left;
width: 31% !important;
}
.high_cutout {
float: left;
width: 31% !important;
margin-left: 2%;
}
.capacity_width {
width: 84% !important;
float: left;
}
.font-11 {
font-size: 11px !important;
}
.number_value li {
width: 100% !important;
text-align: left;
}
.number_value li a {
text-align: left;
}
.allbins_height {
height: 380px;
overflow-x: hidden;
overflow-y: auto;
}
/* WTG CSS End */
.bold {
font-weight: bold;
}
.mcp_modal_width {
position: relative;
width: 100%;
}
.mcp_modal_width label {
width: 100% !important;
font-size: 13px;
}
.mcp_modal_width button {
height: 28px;
font-size: 12px !important;
width: 140px;
background-color: #67b1e2;
opacity: inherit;
border: none;
border-radius: 3px;
text-align: left;
padding: 0px 10px;
color: #fff;
}
.mcp_modal_width button .caret {
float: right;
margin-top: 8px;
}
.mcp_modal_width .dropdown-menu>li>a {
width: 150px;
text-align: left;
font-size: 13px;
}
.green_alert {
background: #d4edda;
padding: 10px;
border-radius: 5px;
color: #155724;
font-size: 13px;
}
.offsetdata_border {
border: 1px solid #ccc;
margin: 0px;
padding-top: 0 !important;
font-size: 13px;
}
.offsetdata_border .headings {
background: #67b1e2;
padding-top: 5px;
color: #fff;
font-size: 13px;
font-weight: bold;
}
.offsetdata_border .resultdata {
padding: 3px 0px;
border-bottom: 1px solid #ccc;
font-size: 13px;
}
.offsetdata_border .right_border {
border-right: 1px solid #ccc;
}
.predict_messg {
font-size: 13px;
background: #faf3df;
margin-top: 10px;
float: left;
padding: 10px;
border-radius: 5px;
}
.modalrefresh_btn {
width: 80px;
margin-right: 10px;
}
.userjobs_style {
position: relative;
margin-top: 15px;
background: #fff;
}
.userjobs_style .headingborders {
color: #fff;
font-size: 13px;
background-color: #67b1e2;
}
.userjobs_style .tabledata {
border: 1px solid #ccc;
font-size: 13px;
}
.eya_calcmenu {
position: relative;
}
.eyacalc-format .turb_heading {
background: #dedede !important;
font-weight: bold !important;
}
.eya_calcmenu .nav-stacked>li+li {
margin-top: 2px;
margin-left: 0;
border-radius: 2px;
color: #333;
}
.eya_calcmenu .nav-pills>li>a {
padding: 8px 8px;
color: #333;
border: 1px solid #ccc;
font-size: 13px;
margin-bottom: 8px;
border-radius: 2px;
}
.eya_calcmenu .nav-pills>li.active>a {
color: #fff;
background-color: #67b1e2;
}
.eya_calcheight {
height: 510px;
padding: 20px !important;
}
.width_100 {
width: 100% !important;
}
.grid_selclable {
position: relative;
}
.grid_selclable .checkbox label,
.radio label {
min-height: 22px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
line-height: 13px;
}
.showhelp_btn {
width: 80px;
margin-right: 10px;
}
.mcp_next {
width: 150px;
float: right;
}
.graph_btn {
width: 100%;
margin-bottom: 5px;
text-align: left;
}
.ingestion_btn {
width: 100%;
text-align: left;
}
.ingestion_btn .caret {
float: right;
margin-top: 8px;
}
.upload_data {
position: relative;
}
.upload_data ul {
float: left;
width: 100%;
}
.upload_data ul li {
width: 100% !important;
text-align: left !important;
margin-bottom: 5px;
}
.div_adj_height {
padding: 20px;
}
.padding-3 {
padding: 3px !important;
}
.white {
color: white;
}
.wrap_blue {
/*color: #00518a;*/
color: #000;
}
.panel-heading .awstHoverInformation {
color: #000
}
.mini-header-column {
.wrap_blue;
padding-left: 0px;
padding-right: 3px;
font-size: 11px;
/*border-bottom: 1px solid #00518a;*/
border-bottom: 1px solid #5B0428;
}
.close {
float: right;
color: #000 !important;
font-size: 12px !important;
text-shadow: 0 1px 0 #fff !important;
filter: alpha(opacity=20);
opacity: 2 !important;
}
.delDoc>span.glyphicon {
top: 8px !important;
}
.deleteMast {
width: 60px;
float: right;
margin: 15px 20px 0px 0px;
}
.errorMessage {
color: #5b0428;
}
.successMessage {
color: green;
}
.user_guid_bg_hover {
background: #fff;
padding: 0px 0px 10px 0px;
/* width: 330px;
margin-top: 40px; */
color: #fff;
position: relative;
}
.user_guid_bg_hover hr {
background-color: #fff;
margin: 10px 0px;
}
.user_guid_bg_hover .checkbox {
font-size: 13px;
margin-left: 15px;
}
.user_guid_hover_main .heading {
background: #5B0428;
height: 40px;
margin-bottom: 10px;
color: #fff;
}
.user_guid_hover_main .heading .icon {
float: right;
margin-top: 8px;
margin-right: 8px;
}
img.icon.hover_img:hover {
cursor: pointer;
}
.user_guid_hover_main .heading h1 {
font-size: 14px;
margin: 10px 0px 0px 0px;
text-transform: uppercase;
padding-left: 10px;
font-weight: bold;
float: left;
}
.user_guid_bg_hover p,
.user_guid_bg_hover li {
font-size: 13px;
padding: 0px 10px;
text-align: justify;
margin-bottom: 5px;
color: #000;
}
.user_guid_bg_hover ol {
margin: 0px 0px 0px 30px;
padding: 0px;
}
.user_guid_bg_hover ol li {
font-size: 13px;
margin-bottom: 5px;
color: #000;
}
.footer_checkbox {
font-size: 13px;
margin-left: 15px !important;
border-top: 0px !important;
}
.hover_hr {
margin-top: 6px !important;
margin-bottom: 6px !important;
}
div#id-wrGrids {
top: 290px !important;
}
div#id-wrSite {
top: 280px !important;
}
div#id-wrLayout {
top: 325px !important;
}
div#id-eyInfo {
top: 394px !important;
}
div#id-eyComparison {
top: 453px !important;
}
div#id-createGrid,
div#id-mySites,
div#id-layouts,
div#id-firstTab {
top: 88px !important;
left: 0 !important;
}
div#id-uploadWrb {
top: 89px !important;
left: 0 !important;
}
div#id-gridList {
top: 89px !important;
left: 0 !important;
}
div#id-newLayouts {
top: 88px !important;
left: 0 !important;
}
div#id-createSites,
div#id-turbineInfo {
top: 88px !important;
left: 0 !important;
}
div#id-secondTab {
top: 88px !important;
left: 0 !important;
}
.wrap_panel.user_guid_hover_main {
left: 0;
margin-left: -486px;
}
div#id-singleFieldLayouts,
div#id-singleFieldReference {
top: 270px !important;
}
div#id-singleFieldGrid {
top: 320px !important;
}
div#id-singleFieldSites {
top: 370px !important;
}
div#id-singleFieldEnv {
top: 370px !important;
}
div#id-singleFieldWake {
top: 410px !important;
}
div#id-singleFieldLoss {
top: 460px !important;
}
div#id-singleFieldReports {
top: 510px !important;
}
@media only screen and (min-width: 900px) and (max-width: 1600px) {
div#id-wrGrids {
top: 230px !important;
left: 258px !important;
}
div#id-wrSite {
top: 280px !important;
left: 258px !important;
}
div#id-wrLayout {
top: 325px !important;
left: 258px !important;
}
div#id-eyInfo {
top: 350px !important;
left: 258px !important;
}
div#id-eyComparison {
top: 400px !important;
left: 258px !important;
}
div#id-createGrid,
div#id-mySites,
div#id-layouts,
div#id-firstTab {
top: 101px !important;
left: 0 !important;
margin-left: -282px;
}
div#id-gridList,
div#id-newLayouts {
top: 0 !important;
left: 0 !important;
margin-left: -290px;
margin-top: 14rem;
}
.modal-dialog #id-polygoninfo {
margin-top: 4rem
}
.modal-dialog #id-metMast {
margin-top: 14rem;
}
div#id-uploadWrb,
div#id-createSites,
div#id-turbineInfo,
div#id-secondTab {
// top: 110px !important;
top: 0 !important;
left: 0 !important;
margin-left: -290px;
margin-top: 14rem;
}
.wrap_panel.user_guid_hover_main {
left: 0;
margin-left: -286px;
}
div#id-singleFieldLayouts,
div#id-singleFieldReference {
top: 270px !important;
left: 260px !important;
}
div#id-singleFieldGrid {
top: 320px !important;
left: 260px !important;
}
div#id-singleFieldSites {
top: 370px !important;
left: 260px !important;
}
div#id-singleFieldEnv {
top: 410px !important;
left: 260px !important;
}
div#id-singleFieldWake {
top: 450px !important;
left: 260px !important;
}
div#id-singleFieldLoss {
top: 480px !important;
left: 260px !important;
}
div#id-singleFieldReports {
top: 530px !important;
left: 260px !important;
}
}
@media only screen and (min-width: 900px) and (max-width: 1450px) {
div#id-wrGrids {
top: 150px !important;
left: 338px !important;
}
div#id-wrSite {
top: 190px !important;
left: 338px !important;
}
div#id-wrLayout {
top: 250px !important;
left: 338px !important;
}
div#id-eyInfo {
top: 270px !important;
left: 338px !important;
}
div#id-eyComparison {
top: 310px !important;
left: 338px !important;
}
div#id-createGrid,
div#id-mySites,
div#id-layouts,
div#id-firstTab {
top: 78px !important;
left: 0 !important;
margin-left: -123px
}
div#id-gridList,
div#id-newLayouts {
top: 78px !important;
left: 0 !important;
margin-left: -123px
}
.modal-body.user_guid_hover_main {
margin-left: -114px;
top: 5rem;
}
div#id-uploadWrb,
div#id-createSites,
div#id-turbineInfo,
div#id-secondTab {
// top: 78px !important;
top: 15px !important;
left: 0 !important;
margin-left: -123px
}
div#id-singleFieldLayouts,
div#id-singleFieldReference {
top: 260px !important;
left: 350px !important;
}
div#id-singleFieldGrid {
top: 320px !important;
left: 350px !important;
}
div#id-singleFieldSites {
top: 370px !important;
left: 350px !important;
}
div#id-singleFieldEnv {
top: 410px !important;
left: 350px !important;
}
div#id-singleFieldWake {
top: 450px !important;
left: 350px !important;
}
div#id-singleFieldLoss {
top: 480px !important;
left: 350px !important;
}
div#id-singleFieldReports {
top: 530px !important;
left: 350px !important;
}
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
.config-dropdowm {
width: unset !important;
text-align: left !important;
}
.sortby {
border: none;
background: #fff;
font-size: 13px;
text-align: right !important;
}
.sortby-sub {
text-align: right !important;
padding-right: 10px;
}
#sortbyselect {
color: #000000;
background: #fff;
border: 1px solid #ccc;
font-size: 12px;
padding: 3px;
margin: 10px 0px 10px 10px;
}
/* ----- Dashboard css ---- */
.dashboardPagination>ul.pagination {
display: inline-block;
padding-left: 0;
margin: 0px !important;
border-radius: 4px;
}
.dashboardBoxes {
background-color: #fff;
border: 1px solid #eee;
box-shadow: 1px 1px 2px #666;
padding: 10px;
}
.dashboardBoxesSmall {
background-color: #fff;
border: 1px solid #eee;
box-shadow: 1px 1px 2px #666;
padding: 5px;
margin-top: 14px;
}
.sepMargin {
margin-top: 10px;
margin-bottom: 10px;
// margin-right: 10px;
margin-right: 0;
}
.sepPadding {
padding: 10px;
}
.summeryHeader {
/*background-color: #7a87a2;*/
background-color: #EBEBEB;
border: 1px solid #fff;
box-shadow: 1px 1px 1px 1px #666;
padding: 5px;
color: #000;
font-weight: 600;
}
.summeryRowGray {
background-color: #f1f4f6;
border: 1px solid #fff;
box-shadow: 1px 1px 1px 1px #666;
padding: 5px;
cursor: pointer;
}
.summeryRow {
background-color: #fff;
border: 1px solid #fff;
box-shadow: 1px 1px 1px 1px #666;
padding: 5px;
cursor: pointer;
}
.productionTxt {
position: relative;
top: 0px;
}
.boxesCount {
font-size: 20px;
font-weight: bold;
}
// For date range picker
/* .dateRangePicker>.form-control {
// margin-top: 15px !important;
// width: 200px !important;
} */
input[type=checkbox],
input[type=radio] {
accent-color: #5B0428;
}