/*style for site speed & analysis*/
/*style for site speed & analysis*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
    src: url('fonts/MaterialIcons-Regular.woff2') format('woff2'),
    url('fonts/MaterialIcons-Regular.woff') format('woff'),
    url('fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    cursor: pointer;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

#wpsol-speed-analysis {
    margin-left: -20px;
    font-family: Roboto, sans-serif;
}

/*BUTTON*/

.btn,
.btn-large,
.btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.btn.disabled,
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-large:disabled,
.btn-floating:disabled {
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}

.btn.disabled *,
.disabled.btn-large *,
.btn-floating.disabled *,
.btn-large.disabled *,
.btn:disabled *,
.btn-large:disabled *,
.btn-large:disabled *,
.btn-floating:disabled * {
    pointer-events: none;
}

.btn.disabled:hover,
.disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover {
    background-color: #DFDFDF;
    color: #9F9F9F;
}

.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
    font-size: 1.3rem;
    line-height: inherit;
}

.btn,
.btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #ff8726;
    text-align: center;
    letter-spacing: 0.5px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none;
    color: #fff;
    width: 100%;
    height: 100%;
}

label {
    font-size: 0.8rem;
    color: #9e9e9e;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}


.notice {
    margin: 0;
    padding : 15px;
}

/*ANALYSIS TAB*/
.tab-analysis-content {
    margin: 50px 100px;
}
.ju-top-tabs-wrapper .tab a{
    font-size: 14px !important;
    letter-spacing: 2px;
}

.tab-analysis-content .message {
    margin-bottom: 50px;
}
/*launch analysis*/

.header-analysis {
    width: 100%;
    margin-bottom: 40px;
}

.header-analysis .title {
    text-transform: capitalize;
    font-size: 40px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
    width: 310px;
    float: left;
    cursor: default;
    margin-bottom: 20px;
}
.header-analysis .panel {
    max-width: 1296px;
    float: right;
}

.header-analysis .panel-content {
    height: auto;
}

.header-analysis .panel-input {
    position: relative;
    float: left;
}
.header-analysis label.insert-url {
    font-size: 14px;
    padding-right: 10px;
    font-weight: bold;
    float: left;
    margin-top: 20px;
}

.header-analysis input[type="text"] {
    width: 298px;
    height: 54px;
    border-radius: 40px;
    box-sizing: unset;
    margin: 0;
    padding: 0 50px 0 20px;
    margin-bottom: 20px;
    vertical-align: baseline;
    margin-right: 199px;
}

.header-analysis input[type="text"]::placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0.5;
}

.header-analysis input[type="text"]:focus {
    box-shadow : none;
}

.header-analysis input[type="button"]:focus {
    outline: none;
}

.header-analysis .btn-analysis {
    width: 228px;
    height: 54px;
    line-height: 54px;
    border: 1px solid transparent;
    border-radius: 40px;
    padding: 0 10px;
    box-shadow: none;
    vertical-align: top;
    margin-bottom: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.header-analysis .btn-analysis input {
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 15px;
}


/*BOX RESULT*/

.box-result ul {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    display: flex;
}

.box-result ul li {
    border: none;
    height: 180px;
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    padding: 30px;
    border-radius: 5px;
    transition: box-shadow 0.25s ease 0s;
    margin-bottom: 20px;
    text-align: left;
    margin-right: 40px;
    padding-bottom: 0;
    flex : 1;
}

.box-result ul li:last-child {
    margin: 0;
}


@media only screen and (max-width: 1100px){
    .box-result ul li{
        flex: none;
        width: 50%;
    }
    .box-result ul {
        display: block;
    }
}
/*.box-result ul li:last-child {*/
    /*margin-right: 0;*/
/*}*/

.box-result .material-icons {
    font-size: 20px;
    line-height: 38px;
}

.box-result .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    float: left;
    margin-right: 20px;
}

.box-result .icon-1 {
    background-image: linear-gradient(149deg, #a7d878, #43c695);
}

.box-result .icon-2 {
    background-image: linear-gradient(154deg, #a9dcff, #149aff);
}

.box-result .icon-3 {
    background-image: linear-gradient(158deg, #f3c896, #f37382);
}

.box-result .icon-3 .dashicons-wordpress {
    font-size: 20px;
    line-height: 38px;
    cursor: pointer;
}

.box-result .panel {
    width: calc(100% - (45px + 20px));
    float: left;
}

.box-result .panel .title {
    font-size: 18px;
    font-weight: bold;
    width: auto;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 6px;
    letter-spacing: 0.5px;
}

.box-result .panel .number {
    width: auto;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    margin-bottom: 10px;
}

.box-result .panel .number.blue {
    color : #43C288;
}

.box-result .panel .number.green {
    color : #25A2FF;
}

.box-result .panel .number.red {
    color : #F38185;
}

.box-result .panel .note {
    width: auto;
    height: 15px ;
    line-height: 15px;
    font-size: 15px;
    color: #7395A7;
}


/*// TABLE LATEST*/
.loadtime-title {
    font-size: 18px !important;
    height: 27px;
    margin-bottom: 30px;
    color: #4c6482;
    text-transform: capitalize;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.lastest-details {
    margin-bottom: 80px;
}

table.lastest-details-table {
    border-collapse:separate;
    border-spacing: 0 1em;
}

.lastest-details-table tr {
    height: 88px;
    background-color: #ffffff;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.lastest-details-table tr:first-child {
    background-color: transparent;
    color: #7395A7;
    font-size: 15px;
    height: 50px;
}

.lastest-details-table tr td:first-child {
    width: 10%;
}

.lastest-details-table tr td {
    width: 15%;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #EEEEEE;
}

.lastest-details-table tr:not(:first-child):hover {
    border-left: 3px solid #ff8726;
    transition: all 0.2s ease;
}

table.lastest-details-table tbody tr td:first-child img {
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.25s ease 0s;
    border: 1px double #000;
    width:100%;
    max-width:130px;
    height: 108px;
}

.ten-latest-table tr {
    height: 168px;
}

.ten-latest-table tr td a {
    color: #596068;
}

.ten-latest-table .wpsol-more-details {
    border-radius: 20px;
    background-color: #ffffff;
    border:1px solid #ff8726;
    height: 43px;
    box-shadow: none;
    padding: 0 20px;
    color: #ff8727;
}
.ten-latest-table .wpsol-more-details input {
    color: #ff8726 ;
    cursor: pointer;
    padding: 0px 45px;
    font-size: 13px;
    font-weight: 500;
}
.ten-latest-table .wpsol-more-details input:focus {
    outline: 0;
}

.ten-latest-table .clear-test {
    cursor: pointer;
}

/*// QUERY TABBBBBBBBBBBB*/
/*// QUERY TABBBBBBBBBBBB*/
/*// QUERY TABBBBBBBBBBBB*//*// QUERY TABBBBBBBBBBBB*/
/*// QUERY TABBBBBBBBBBBB*/
/*// QUERY TABBBBBBBBBBBB*//*// QUERY TABBBBBBBBBBBB*/
/*// QUERY TABBBBBBBBBBBB*/


/*table plugin*/

/*tab 2*/

.table-queries {
    width: 100%;
}

table#table-sorter-queries {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

#table-sorter-queries tr {
    background-color: #ffffff;
    height: 75px;

}

#table-sorter-queries thead tr {
    background: transparent;
    font-size: 15px;
}
#table-sorter-queries tbody tr {
    font-size: 14px;
}

#table-sorter-queries tr:first-child {
    height: 30px;
    color: #7395A7;
}

#table-sorter-queries tr td {
    text-align: center;
    color: #000000;
}

#table-sorter-queries tr td:first-child {
    text-align: left;
    font-weight: bold;
    color: #02A8F3;
    padding: 26px;
}

#table-sorter-queries th.header {
    background: url(../images/bg.gif) no-repeat center right;
    cursor: pointer;
    font-weight: normal;
    width: 10%;
    padding: 0 20px;
}

#table-sorter-queries th.top-header {
    background-image: none !important;
    width: 60%;
    text-align: left;
    color: #7395A7;
    padding-left: 26px;
}

#table-sorter-queries th.top-header.headerSortDown,
#table-sorter-queries th.top-header.headerSortUp {
    padding-left: 26px;
}

#table-sorter-queries tr th {
    text-align: left;
}

#table-sorter-queries th.headerSortDown {
    background-image: url(../images/desc.gif);
    padding: 0 20px;
    font-weight: bold;
}

#table-sorter-queries th.headerSortUp {
    background-image: url(../images/asc.gif);
}



/** Big buttons **/

.wpsol-big-button {
    margin:6px auto auto;
    text-align: center;
}

.wpsol-big-button label {
    margin: 5px;
}

.wpsol-big-button label span {
    font-size: 110%;
    font-weight: bold;
    width: auto;
    min-width: 110px;
    margin: 2px;
}


/** Jack up the font size on the tooltips **/

.ui-tooltip {
    font-size: 120%;
    line-height: 125%;
}

.view-results-button {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: 17px -1px -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

label.view-results {
    margin: 10px;
    padding: 5px;
    border: 1px solid gray;
}


/** Auto scanner frame **/

#wpsol-scan-frame {
    border-width: 0;
    height: 500px;
    width: 100%;
}


/** jQuery UI Dialog overrides **/

.noPadding.ui-dialog .ui-dialog-content {
    padding: 0;
}

.noTitle .ui-dialog-titlebar {
    display: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    text-align: center;
}

.wpsol-dialog {
    display: none;
}


/** Turn "Cancel" button into link **/

button.wpsol-cancel-button {
    border-width: 0 !important;
    background:transparent none !important;
}

.ui-dialog .ui-dialog-buttonpane button.wpsol-cancel-button span {
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1px;
    margin-right: 0;
    color: #21759b;
}

#wpsol-manual-scan-cancel {
    color: #21759b;
}


/** Captions for the scan "This will take several minutes ..." **/

#wpsol-scan-caption {
    margin: 8px auto 0 auto;
    width: 85%;
}


/** Auto scanner display status **/

#wpsol-scanning-caption {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    width: 100%;
    padding-left: 4px;
    height: 18px;
    color: #999999;
    font-style: italic;
}


/** Progress bar **/

#wpsol-progress {
    margin: 5px auto 5px auto;
}


/** Charts and graphs **/

div.wpsol-plugin-graph {
    margin: 10px auto 20px auto;
    width: 750px;
    height: 320px;
}

div.wpsol-graph-holder {
    width: 550px;
    height: 300px;
    margin: auto;
}

div.wpsol-custom-legend {
    float: left;
    width: 200px;
    height: 280px;
    overflow: auto;
}

#wpsol-tabs h2 {
    margin: auto;
    text-align: center;
}

div.wpsol-plugin-graph td {
    vertical-align: top;
}

div.wpsol-plugin-graph td h3 {
    text-align: center;
    margin: auto;
}

div.wpsol-plugin-graph div.yAxis div.tickLabel {
    margin-right: 25px;
    margin-top: -10px;
}


/** http://wordpress.org/support/topic/plugin-broken-with-wp-371?replies=14#post-4976803 **/

.ui-front:first-child {
    z-index: 100 !important;
}


/** Overlay levels, explicitly set for browser compat **/

div[aria-describedby="wpsol-scanner-dialog"],
div[aria-describedby="wpsol-ip-dialog"],
div[aria-describedby="wpsol-email-results-dialog"] {
    z-index: 1 !important;
}

div[aria-describedby="wpsol-scan-name-dialog"] {
    z-index: 2 !important;
}

div[aria-describedby="wpsol-progress-dialog"] {
    z-index: 3 !important;
}

/*progress*/

.progress-rating {
    background-color: rgba(33, 150, 243, 0.22);
}

.progress-rating {
    position: relative;
    height: 5px;
    display: block;
    width: 100%;
    border-radius: 2px;
    margin: 0.5rem 0 0.5rem 0;
    overflow: hidden;
}

.progress-rating .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    -ms-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.progress .indeterminate {
    background-color: #2196F3;
}

.progress {
    position: relative;
    height: 10px;
    display: block;
    width: 100%;
    background-color: transparent;
    border-radius: 2px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    -moz-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    -ms-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -moz-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -ms-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    -moz-animation-delay: 1.15s;
    -ms-animation-delay: 1.15s;
    -o-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-moz-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

.error-message {
    /*color : #000 !important;*/
    font-size: 17px;
    padding: 10px;
}


/*frame more details*/

.wpsol-table-detail tr td,
th {
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
    padding-bottom: 5px;
}

table.wpsol-table-detail tbody tr td img {
    max-width: 150px;
}

.wpsol-table-detail tr {
    transition: all 0.2s ease;
}

.wpsol-table-detail tr:not(:first-child):hover {
    background-color: #fafafa;
}

.wpsol-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.wpsol-modal-content {
    box-sizing: border-box;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
}

.wpsol-close {
    color: #aaaaaa;
    float: right;
    font-size: 35px;
    font-weight: bold;
}

.wpsol-close:hover,
.wpsol-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*result test page*/


/*tool tip*/

.material-tooltip {
    padding: 8px 10px;
    font-size: 12px;
    z-index: 10000;
    background-color: transparent;
    border-radius: 2px;
    color: #fff;
    min-height: 0;
    line-height: 100%;
    opacity: 0;
    display: none;
    position: absolute;
    text-align: center;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left: 0;
    top: 0;
    will-change: top, left;
}

.backdrop {
    position: absolute;
    opacity: 0;
    display: none;
    height: 7px;
    width: 14px;
    border-radius: 0 0 14px 14px;
    background-color: #707070;
    z-index: -1;
    -webkit-transform-origin: 50% 10%;
    -moz-transform-origin: 50% 10%;
    -ms-transform-origin: 50% 10%;
    -o-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
    will-change: transform, opacity;
}

a#register-key:hover {
    text-decoration: none !important;
    color: #fff !important;
}

a#register-key:visited {
    text-decoration: none !important;
    color: #fff !important;
}

#message-scan{
    margin-bottom: 30px;
    padding: 10px 0 10px 10px;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/material-design-icons/Material-Design-Icons.eot'); /* For IE6-8 */
  src: url('fonts/material-design-icons/Material-Design-Icons.woff2') format('woff2'),
       url('fonts/material-design-icons/Material-Design-Icons.woff') format('woff'),
       url('fonts/material-design-icons/Material-Design-Icons.ttf') format('truetype');
}

.mdi-content-clear {
  cursor: pointer;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.mdi-content-clear:before {
  content: "\e705";
}

.tabs.ju-top-tabs .indicator {
    z-index: 1;
}

/*Modal*/
#wpsol_analysis_strategy_modal{
    display: block;
    text-align: center;
    padding: 20px;
    border-radius: 10px;

}
#wpsol_analysis_strategy_modal .icon i{
    font-size: 110px;
    color: #F8BE8C;
}

#wpsol_analysis_strategy_modal .title h2{
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 60px;
    display: block;
}

#wpsol_analysis_strategy_modal .content{
    margin-bottom: 30px;
    padding: 5px 15px 0 15px;
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    float: none;
    line-height: normal;
    color: #555;
}

#wpsol_analysis_strategy_modal .button-field button{
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}

#wpsol_analysis_strategy_modal .button-field .desktop{
    background-color: #FF8726;
    border: 1px solid #ff8726;
}

#wpsol_analysis_strategy_modal .button-field .mobile{
    background-color: #FF0093;
    border: 1px solid #FF0093;
}

.ui-dialog{
    z-index: 2000;
    border-radius: 10px !important;
}

.ui-widget-overlay {
    position: fixed;
}

a.link-to-full-report {
    color: #000000;
}

a.link-to-full-report:focus {
    outline: none;
    box-shadow: none;
}

a.link-to-full-report  .material-icons {
    vertical-align: middle;
}