﻿.iconleft {
    position: relative;
    font-size: 14px;
    color: var(--shs-clr-8);
    float: right;
    padding-right: 9px;
    cursor: pointer;
    /* top: 20.83%;
    bottom: 12.5%;*/
}

#divSmartViewPanel {
    top: 40px !important;
    height: calc(100vh - 110px);
	position: absolute; 
	right: 0px; 
	top: 50px; 
	bottom:5px;
    box-sizing:border-box;
    z-index:10000;
}

@media(min-width:1500px)
{
#divSmartViewPanel {
	position: unset;
	height: calc(100vh - 110px);
	}
}

#SmartViewAnchorButton {
    color: #202020;
    float: right;
    z-index: 5;
    margin: 0 3px 0 0;
}

    #SmartViewAnchorButton :hover {
        box-shadow: -5px 3px 3px 3px #dcdcdc;
        cursor: pointer;
    }


#divsideMenuClose :hover {
    box-shadow: 5px 5px 5px 5px #dcdcdc;
    cursor: pointer;
}
#SmartViewContainer {
    /* background: #e5ebee; */
    background: #FFFFFF;
    height: calc(100vh - 40px);
    padding: 1px;
    position: absolute;
    top: 40px;
    width: 390px;
    z-index: 40000;
    /* border: 1px solid #D6D6D6; */
    right: 0.5%;
    padding-right: 7px;
    padding-left: 7px;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    overflow-y: auto;
}

   .SmartHeading   {
    position: absolute;
    top: 0;
    width:390px;
    right:0.5%;
}
    .SmartHeading > table {
        background-color:white;
        padding:5px;
    }

.ClientPanelTemplate {
    width: 100%;
    background: #f6f8f9;
    color: #212121;
    overflow: hidden;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    /* $small */
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding-bottom: 14.54px;
}

.ClientPanelTemplateContent {
    width: 99.4%;
    border: 1px solid #CED9DF;
    background: #fcfcfc;
    color: #202020;
    margin: 0px;
    min-height: 90px;
    /*height: 90px;*/
    overflow: hidden;
    overflow-y: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.ClientPanelTemplate h1 {
    background: #FFFFFF; /*Redworking*/
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 10px;
    padding-right: 21px;
    border: none;
    border-bottom: solid 1px;
    border-bottom-left-radius: 1px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    height: 20px;
}

/* .ClientPanelTemplate h1 a {
        margin-left: 15px;
        text-decoration: underline;
        color: white;
    }

        .ClientPanelTemplate h1 a:hover {
            color: #3F7FB6;
        }*/

.SmartViewButtonContainer {
    display: inline-block;
    float: right;
    z-index: 5;
    /*right: 10px;*/
    color: #f06060;
    padding: 0px;
}


.ClientPaneltable {
    align-content: center;
    border-width: 1px;
    border-color: #9F9F9F;
    border-collapse: collapse;
    /* $table-text */
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height */
    align-items: center;
    /* $black */
    color: #000000;
}

    .ClientPaneltable th {
        padding: 5px;
        background-color: #EFEFEF;
        height: 14px;
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
    }

    .ClientPaneltable tr:nth-child(odd) {
        background-color: #FFFFFF;
        /*background-color: #FFFFFF;*/
    }

    /* .ClientPaneltable td {
        
        border-style: solid;
        border-color: #9F9F9F;    
    }*/

    .ClientPaneltable tr:nth-child(even) {
        background-color: #F7F7F7;
        /*background-color: #F7F7F7;*/
    }

    .ClientPaneltable td {
        border-width: 1px;
        padding: 3px;
        height: 10px;
        text-align: center;
        border-bottom: 1px solid #D6D6D6;
    }

body,
.dial {
    background-color: #FFFFFF;
    overflow: hidden;
}

.gauge {
    overflow: hidden;
    top: 60%;
    left: 25%;
    max-height:90px;
}

.meter {
    padding:0px;
}

    .meter > li {
        width: 77px;
        height: 77px;
        list-style-type: none;
        position: absolute;
        border-top-left-radius: 250px;
        border-top-right-radius: 0px;
        transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transition-property: -webkit-transform;
        pointer-events: none;
    }

    .meter .low {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        z-index: 7;
        background-color: #FFBD21;
    }

    .meter .normal {
        transform: rotate(47deg);
        -webkit-transform: rotate(47deg);
        -moz-transform: rotate(47deg);
        -ms-transform: rotate(47deg);
        -o-transform: rotate(47deg);
        z-index: 8;
        background-color: #96CD00;
    }

    .meter .high {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        z-index: 6;
        background-color: #FE4445;
    }


.dial,
.dial .inner {
    width: 110px;
    height: 110px;
    position: relative;
    top: 22px;
    left: 22px;
    border-radius: 200px 200px 0 0;
    border-color: purple;
    z-index: 10;
    transition-property: -webkit-transform;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

    .dial .arrow {
        position: absolute;
        top: -35px;
        left: -25px;
    }

/*.gauge .value {
        font-family: 'Arial';
        font-size: 15px;
        position: absolute;
        top: 80%;
        left: 15%;
        z-index: 11;
    }*/


.spanLow {
    left: -8px;
    top: 80px;
    font-size: 8px;
    position: absolute;
    z-index: 10;
    transform: rotate(-65deg);
    color: #FFFFFF;
    font-weight: bold;
}

.spanNormal {
    left: 50px;
    top: 40px;
    font-size: 8px;
    position: absolute;
    z-index: 10;
    color: #FFFFFF;
    font-weight: bold;
}

.spanHigh {
    left: 115px;
    top: 80px;
    font-size: 8px;
    position: absolute;
    z-index: 10;
    transform: rotate(70deg);
    color: #FFFFFF;
    font-weight: bold;
}



#divSmartViewPlaceHolder .ui-icon {
    background-image: url(../../../Modules/SmartView/Images/Accordian_Button_color.png) !important;
    float: right;
}

.smartviewWidth {
    width: 360px;
    height: 150px;
    margin-bottom: 8px;
}

.underline {
    text-decoration: underline !important;
    color: #254a67 !important;
    font-weight: bold;
    cursor: pointer;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 12px;
}

.shs-smart-link-inner-ddl {
    width: 98%;
    box-sizing: border-box;
    background: transparent;
    border: none;
    outline: none;
}
.shs-widgetstaff-container {
    display:flex;
    justify-content: space-between;
}
.shs-widgetstaff-preferencetype {
    display: flex;
    width: 24px;
    overflow: hidden;
    order:1;
}
.shs-widgetstaff-preferencetype:hover {
    width:auto;
    flex-direction: row-reverse;
}
.shs-widgetstaff-preferencetype div.active {
    order:0;
}
.shs-widgetstaff-preferencetype div {
    display: flex;
    order:2;
}
.shs-widgetstaff-preferencetype div:nth-child(4) {
    margin-right:5px;
}

/*The required widget rules were copied from smartcare_styles.css to Smartview.css instead of using smartcare_styles.css*/
.Widgettable {
    border-width: 1px;
    border-color: #9f9f9f;
    border-collapse: collapse;
}

    .Widgettable th {
        border-width: 1px;
        padding: 5px;
        border-style: solid;
        border-color: #9f9f9f;
        background-color: #dbe5eb;
    }

    .Widgettable td {
        border-width: 1px;
        padding: 3px;
        border-style: solid;
        border-color: #9f9f9f;
        background-color: #ffffff;
    }

.title_txt,
.title_txt span {
    font-size: 12px;
    font-family: "IBM-Plex-Sans-Bold", sans-serif;
    color: #2b3d55;
    padding: 3px;
}
