@import 'open-sans-fonts.css';

html {
    overflow: auto;
}

body {
    background: url('../images/admin-portal-background.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
a,
p,
div,
span,
li,
ul,
th,
td,
ol {
    font-family: 'Nunito', sans-serif;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

a {
    color: #00b7ff;
}
.bluedotColor {
    color: #429bd5 !important;
}
.whiteColor {
    color: #fff;
}
.redColor {
    color: #e27175;
}
.signUpCompleteHeading {
    color: darkgreen;
}
.displayBlock {
    display: block;
}
.displayNot {
    display: none;
}
.pointer-cursor {
    cursor: pointer;
}

.portalFooter {
    background-color: #454545;
    padding: 0.5% 0 0.5% 0;
}
.footerStyles,
.footerStyles a {
    font-size: 15px;
    font-weight: normal;
    color: #fff !important;
    margin-top: 10px;
}
.footerStyles li {
    margin-right: 4%;
}
.footerStyles span {
    font-size: 12px;
    margin: 1%;
}

.mainContentBody > h1 {
    margin: 110px 0px 20px 0;
    font-weight: bold;
    font-size: 2em;
}
.test-portal-top-nav li {
    cursor: pointer;
}
.test-portal-top-nav li.col-sm-4 {
    cursor: default;
}
.remove-padding {
    padding: 0 !important;
}

.btn-add {
    border: solid 1px #36a8b5 !important;
    color: #fff;
    background-color: #36a8b5;
}
.btn-add .glyphicon {
    color: #fff;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.btn-add:hover {
    background-color: #23909b;
    color: #fff !important;
    border: solid 1px #23909b !important;
}
.btn-success {
    background-color: #64db94 !important;
    border: none !important;
}
.btn-success:hover {
    background-color: #3cb76e !important;
}

.portalLogo {
    background: url('../images/img-logo.png') no-repeat;
    background-size: 100%;
    position: relative;
    top: 2px;
    width: 140px;
    height: 38px;
    margin: 10px;
    float: left;
}

.app-header {
    float: right;
    position: relative;
    font-family: 'Libre Franklin', sans-serif;
    top: 16px;
    left: 10px;
    font-size: 22px;
    color: #a9a9a9;
    font-weight: 200;
}

@media screen and (max-width: 1400px) {
    .app-header {
        display: none;
    }
}

.navbar-default {
    background-color: #fff !important;
}

.table > tbody > tr > td {
    padding: 15px !important;
}

.user-forms {
    background-color: rgba(255, 255, 255, 0.6);
    width: 45%;
    max-width: 585px;
    margin: 0 auto 75px;
    position: relative;
    padding: 15px 40px;
    top: 50px;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

.user-forms h2 {
    font-size: 2em;
    font-weight: bold;
    color: #545454;
    margin-bottom: 40px;
}
.user-forms .form-group label {
    text-align: left;
    margin-bottom: 4px;
    color: #545454;
    font-weight: normal;
    font-size: 18px;
}
.user-forms button {
    color: #fff;
    margin: 15px 0px;
    background-color: #0091df;
    height: 50px;
    width: 100%;
    border-style: none;
    font-size: 18px;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.user-forms .btn-cancel {
    background-color: #b1b1b1;
}
.user-forms button:hover {
    color: #fff;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.user-forms a > p {
    margin: 15px 0px;
    font-style: italic;
    text-align: center;
    font-size: 16px;
}
.user-forms a > p:hover {
    color: #079ff0;
}
.user-forms input {
    height: 50px;
    font-size: 18px;
}
.editField:hover {
    text-decoration: underline;
    color: #2299dd;
    cursor: pointer;
}

/*Main Div*/
.mainDiv {
    width: 100%;
    background-color: #e7e7e7;
    color: #000;
    min-height: 920px;
    z-index: 1;
    top: 82px;
    right: 0;
    position: absolute; /*overflow-x: hidden;*/
    padding-bottom: 8%;
    overflow-x: initial;
}
.mainDiv h2 {
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 600;
    color: #4f4f4f;
    font-size: 20px;
    display: none;
}
.ssoMainDiv {
    top: -67px;
    z-index: 9;
}
.mainDivHeading {
    padding: 2% 0 2% 2%;
}
.mainDivHeading p {
    font-size: 24px;
    color: #429bd5;
}
.mainDiv span {
    padding-right: 2%;
}
.mainDivBody {
    margin-top: 1%;
}
.content-margin {
    padding: 1%;
}
.dashboard-user {
    width: 97%;
    margin: 0 auto 75px;
    position: relative;
    top: 50px;
}
.dashboard-sso-user {
    top: -50px;
    width: 100%;
    position: relative;
}
.mainDivSubmit {
    float: right; /*color: #fff; background-color: #429bd5; font-size: 16px; padding: 15px;*/
    width: 18%;
}
.questionsDiv {
    float: left;
    width: 100%;
}
.questionLabel {
    display: block;
}
.resource-center-main-label {
    font-weight: 600;
    width: 100%;
}

.errorMessage {
    color: #b22222;
    margin-bottom: 3%;
    text-align: center;
}
.errorMessageSmall {
    font-size: 60%;
}
.noteMessage {
    color: #b22222;
    text-align: center;
}
.successMessage {
    color: #fff;
    background-color: rgba(24, 142, 67, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    text-align: center;
}
.header-button-styles {
    margin-top: 4%;
    margin-right: 8%;
    float: right;
}

.mainContentBody {
    overflow: hidden;
    padding-bottom: 20%;
    margin-top: 2%;
}

.admin-top-nav {
    letter-spacing: 1.5px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #888;
}
.admin-top-nav ul {
    width: 100%;
    padding: 5px;
}
.admin-top-nav span {
    margin-right: 5%;
}
.add-top-margin {
    margin-top: 10px;
}
.no-max-width {
    max-width: none;
}

.centralContent {
    padding-left: 1%;
    padding-right: 1%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    margin-top: 1%;
}

.add-test-div {
    width: 100%;
    float: left;
    vertical-align: middle;
    margin-bottom: 5%;
}
.add-test-div span {
    width: 50%;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    font-weight: 700;
}
.add-test-div button {
    width: 30%;
    vertical-align: middle;
}
.test-instance-list {
    margin-top: 3%;
}
.test-instance-list thead,
.battery-performance-list thead {
    cursor: default;
    border-top: 2px solid #a9a9a9;
    border-bottom: 2px solid #a9a9a9;
    padding: 4px 0;
    color: #555;
}
.highlight-on-hover:hover {
    cursor: pointer;
    color: #777;
}
.test-instance-edit {
    cursor: pointer;
}
.test-instance-edit:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
}
.test-instance-edit:hover {
    color: #ff3761;
    background-color: transparent;
    text-decoration: none;
}

.test-instance-overview-details {
    float: left;
    margin-top: 1%;
    padding-bottom: 2%;
}
.test-instance-overview-details label {
    color: #429bd5;
    margin: 7px 0px;
    font-weight: 600;
}

.test-instance-devices-list {
    float: left;
    width: 100%;
}
.test-instance-devices-list h3 {
    float: left;
    padding-bottom: 15px;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #777;
}
.test-instance-devices-list thead th {
    cursor: default;
}
.test-instance-devices-list thead th:not(:last-child):hover {
    cursor: pointer;
    color: #777;
}
.start-test-instance {
    width: 100%;
}

.add-scenario-div,
.add-test-div {
    width: 100%;
    float: left;
    vertical-align: middle;
    margin-bottom: 3%;
    padding: 1%;
}
.add-scenario-div span,
.add-test-div span {
    width: 50%;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    font-weight: 700;
}
.add-scenario-div button,
.add-test-div button {
    width: 10%;
    vertical-align: middle;
}

.scenarios-list {
    margin-top: 3%;
}
.scenarios-list thead {
    border-bottom: 2px solid #a9a9a9;
    padding: 4px 0;
}
.scenarios-list thead th:hover {
    cursor: pointer;
    color: #777;
}
.scenarios-list tbody tr {
    cursor: pointer;
}

.scenario-edit:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
}
.scenario-edit:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
.scenario-edit:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}

.scenario-overview-head {
    padding: 4px 0;
    float: left;
    width: 100%;
}
.scenario-overview-head label {
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
}
.scenario-overview-head span {
    font-size: 20px;
    padding-bottom: 15px;
}

.scenario-overview-details {
    float: left;
    margin-top: 2%;
}
.scenario-overview-details label {
    color: #429bd5;
    font-weight: 600;
}
.scenario-overview-details span,
.test-instance-overview-details span,
.test-instance-overview-details-pagination span {
    padding-left: 4px;
}

/*Device Management*/
.device-management-main-div {
    width: 60%;
    color: #000;
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #888;
}
.device-management-second-div {
    width: 39%;
    color: #000;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #888;
}

.test-instances-main-div,
.scenario-management-main-div,
.cluster-management-main-div,
.create-cluster-main-div,
.test-devices-main-div {
    width: 60%;
    color: #000;
    margin-right: 1%;
    padding: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 #888;
}
.test-instance-overview,
.scenario-overview,
.cluster-management-overview,
.create-cluster-overview {
    overflow: auto;
    width: 39%;
    color: #000;
    padding: 1.333%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 #888;
}

.device-heading-div {
    width: 100%;
    float: left;
    vertical-align: middle;
    margin-bottom: 2%;
    padding-bottom: 1%;
}
.device-heading-div span {
    width: 50%;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    font-weight: 700;
}
.device-heading-div button {
    width: 18%;
    vertical-align: middle;
}

.search-add-new-device {
    width: 100%;
    float: left;
    vertical-align: middle;
    margin-bottom: 2%;
}
.search-add-new-device input {
    width: 30%;
    vertical-align: middle;
}
.search-add-new-device button {
    width: 18%;
    vertical-align: middle;
}

.devices-list {
    margin-top: 3%;
}
.devices-list thead {
    border-bottom: 2px solid #a9a9a9;
    padding: 4px 0;
}
.devices-list thead th:not(:last-child):hover {
    cursor: pointer;
    color: #777;
}
.device-edit {
    cursor: pointer;
}
.device-edit:link {
    color: #ff3761;
    background-color: transparent;
    text-decoration: none;
}
.device-edit:hover {
    color: #ff3761;
    background-color: transparent;
    text-decoration: none;
}

/*Add New Device*/
.add-new-device-main-div {
    width: 60%;
    color: #000;
    margin: 0 auto;
}

.add-new-device-div {
    width: 100%;
    float: left;
    vertical-align: middle;
    margin-bottom: 1%;
}
.add-new-device-div span {
    width: 50%;
    vertical-align: middle;
    font-size: 24px;
}
.add-new-device-div button {
    width: 10%;
    vertical-align: middle;
}

.add-new-device-form {
    padding: 1.333%;
    float: left;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #888;
    border-radius: 5px;
}
.add-new-device-form thead {
    border-top: 3px solid #a9a9a9;
    border-bottom: 3px solid #a9a9a9;
    padding: 4px 0;
}
.add-new-device-form label {
    color: #429bd5;
}

/*Edit Device*/
.edit-device-main-div,
.edit-scenario-main-div {
    width: 99%;
    color: #000;
    margin-right: 2%;
}

.edit-device-div {
    width: 100%;
    float: left;
    vertical-align: middle;
}
.edit-device-div span {
    width: 50%;
    vertical-align: middle;
    font-size: 24px;
}
.edit-device-div button {
    width: 10%;
    vertical-align: middle;
}

.edit-device-form {
    padding: 1.333%;
    float: left;
    background-color: #f8f8f8;
}
.edit-device-form thead {
    border-top: 3px solid #a9a9a9;
    border-bottom: 3px solid #a9a9a9;
    padding: 4px 0;
}
.edit-device-last-row {
    display: block;
    width: 100%;
    float: left;
}
.edit-device-form label {
    color: #429bd5;
}
.delete-device {
    padding-left: 1%;
    color: red;
}
.edit-device-save {
    margin-right: 1%;
}

.add-cluster-div {
    width: 100%;
    float: left;
    vertical-align: middle;
    margin-bottom: 3%;
}
.add-cluster-div span {
    width: 50%;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    font-weight: 700;
}
.add-cluster-div button {
    width: 30%;
    vertical-align: middle;
}
.cluster-management-list {
    margin-top: 3%;
}
.cluster-management-list thead {
    border-top: 3px solid #a9a9a9;
    border-bottom: 3px solid #a9a9a9;
    padding: 4px 0;
}
.cluster-management-list thead th:hover {
    cursor: pointer;
    color: #777;
}
.cluster-management-edit {
    cursor: pointer;
    color: #777;
}
.cluster-management-edit:hover {
    color: #ff3761;
    background-color: transparent;
    text-decoration: none;
}
.remove-device-cluster {
    color: #777 !important;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    font-style: italic;
    font-weight: 300;
}
.remove-device-cluster:hover {
    color: #ff3761 !important;
    background-color: transparent;
    text-decoration: none !important;
}

.cluster-management-devices-list {
    float: left;
    width: 100%;
}
.cluster-management-devices-list span {
    float: left;
    padding-bottom: 1%;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    font-weight: 700;
}
.cluster-management-devices-list th {
    width: 40%;
}
.cluster-management-devices-list th span {
    color: #000;
    display: inline-block;
    float: inherit;
    width: 45%;
    text-transform: capitalize;
    letter-spacing: 0;
}
.cluster-management-devices-list th span span {
    width: 20%;
    display: inline-block;
}
.cluster-management-devices-list thead th:hover {
    cursor: pointer;
    color: #777;
}
.cluster-comments {
    width: 100%;
}
.clusterRow {
    cursor: pointer;
}
.clusterRow:hover {
    background-color: #e6eaf2;
}

.create-cluster-div {
    width: 100%;
    float: left;
    vertical-align: middle;
    margin-bottom: 3%;
}
.create-cluster-div span {
    width: 50%;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    font-weight: 700;
}
.create-cluster-div input {
    width: 30%;
    vertical-align: middle;
}
.create-cluster-list {
    margin-top: 3%;
}
.create-cluster-list thead {
    border-top: 3px solid #a9a9a9;
    border-bottom: 3px solid #a9a9a9;
    padding: 4px 0;
}
.create-cluster-list thead th:not(:last-child):hover {
    cursor: pointer;
    color: #777;
}
.create-cluster-edit {
    cursor: pointer;
}
.create-cluster-edit:link .create-cluster-edit:hover {
    color: #ff3761;
    background-color: transparent;
    text-decoration: none;
}
.remove-device-cluster {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
}
.remove-device-cluster:hover {
    color: #ff3761;
    background-color: transparent;
}

.create-cluster-devices-list {
    float: left;
    width: 100%;
}
.create-cluster-devices-list span {
    float: left;
    padding-bottom: 1%;
    width: 100%;
    font-size: 20px;
}
.create-cluster-comments {
    width: 100%;
    margin-top: 1%;
    float: left;
}

/*Test Instance Management*/
.add-scenario-main-div {
    width: 43%;
    color: #000;
    margin-right: 2%;
    border: 1px solid #a9a9a9;
    padding: 1%;
}

.add-scenario-div,
.add-test-div {
    width: 100%;
    float: left;
    vertical-align: middle;
    margin-bottom: 3%;
}
.add-scenario-div span,
.add-test-div span {
    width: 50%;
    vertical-align: middle;
}
.add-scenario-div button,
.add-test-div button {
    width: 80px;
    vertical-align: middle;
}
.add-scenario-list {
    margin-top: 3%;
}
.add-scenario-list thead {
    border-top: 3px solid #a9a9a9;
    border-bottom: 3px solid #a9a9a9;
    padding: 4px 0;
}
.add-scenario-edit:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
}
.add-scenario-edit:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

.add-scenario-overview {
    background-color: #fff;
    clear: both;
    overflow: auto;
    margin: 0 auto;
    width: 60%;
    color: #000;
    box-shadow: 0 2px 3px 0 #888;
    border-radius: 5px;
}
.add-scenario-overview-head {
    float: left;
    width: 100%;
}
.add-scenario-overview-head label {
    font-size: 20px;
}
.add-scenario-overview-head h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    font-weight: 700;
    padding-left: 15px;
}

.add-scenario-overview-details {
    float: left;
    margin-top: 1%;
    padding-bottom: 2%;
}
.add-scenario-overview-details label {
    color: #429bd5;
}
.delete-scenario {
    margin-top: 2%;
    float: left;
    width: 100%;
}
.delete-scenario a {
    color: #e27175;
    font-style: italic;
    padding-top: 5px;
    font-size: 16px;
}
.delete-scenario a:hover {
    color: #ff3761;
    text-decoration: none;
}

/*New Test Instance*/
.add-new-instance-div {
    width: 99%;
    float: left;
}
.add-new-instance-div span {
    font-size: 18px;
}
.add-new-instance-div button {
    width: 10%;
}
.add-new-instance-main-div {
    width: 60%;
    color: #000;
    padding: 1.333%;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #888;
    border-radius: 5px;
}
.add-new-instance-main-div label {
    color: #429bd5;
    font-weight: 600;
}
.add-new-instance-device-list {
    width: 39%;
    color: #000;
    padding: 1%;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #888;
    border-radius: 5px;
}
.add-new-instance-device-list thead th:hover {
    cursor: pointer;
    color: #777;
}
.add-new-instance-list thead {
    border-bottom: 2px solid #a9a9a9;
    padding: 4px 0;
}
.remove-device-from-instance {
    color: #777 !important;
    cursor: pointer;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    padding: 5px;
}
.remove-device-from-instance:link {
    color: #ff3761;
    background-color: transparent;
    text-decoration: none;
}
.remove-device-from-instance:hover {
    color: #ff3761 !important;
    background-color: transparent;
    text-decoration: none;
}

.add-new-instance-device-head {
    float: left;
    width: 100%;
    margin: 1% 0%;
    padding-bottom: 15px;
    border-bottom: 1px solid #a9a9a9;
}
.add-new-instance-device-head span {
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    font-weight: 700;
}
.add-new-instance-device-head button {
    width: 18%;
}

.new-test-instance-save {
    margin-top: 1%;
}

/*Add devices to test instance*/
.add-test-devices-main-heading {
    width: 99%;
    float: left;
}
.add-test-devices-main-heading span {
    font-size: 18px;
}
.add-test-devices-main-heading button {
    width: 10%;
}

.test-devices-overview {
    width: 39%;
    color: #000;
    padding: 1.333%;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #888;
    border-radius: 5px;
}

.add-test-devices-div {
    width: 100%;
    float: left;
    vertical-align: middle;
    margin-bottom: 3%;
}
.add-test-devices-div span {
    width: 50%;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 15px;
}
.add-test-devices-div button {
    width: 30%;
    vertical-align: middle;
}
.test-devices-list {
    margin-top: 3%;
}
.test-devices-list thead {
  border-top: 2px solid #a9a9a9;
  padding: 4px 0;
}
.test-devices-list thead th:not(:last-child):hover {
    cursor: pointer;
    color: #777;
}
.test-devices-edit {
    cursor: pointer;
}
.test-devices-edit:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
}
.test-devices-edit:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

.test-devices-overview-details {
    float: left;
    margin-top: 1%;
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 2%;
}
.test-devices-overview-details label {
    color: #429bd5;
}

.add-test-devices-list {
    float: left;
    width: 100%;
}
.add-test-devices-list h3 {
    border-bottom: 1px solid #a9a9a9;
    float: left;
    padding-bottom: 2%;
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    font-weight: 700;
}
.add-test-devices-list thead th:hover {
    cursor: pointer;
    color: #777;
}

.test-instance-devices-button {
    width: 100%;
    float: left;
    margin-bottom: 2%;
}
.test-instance-devices-button button {
    width: 40%;
}

/*Switch Button Starts Here*/
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}
input.cmn-toggle-round + label {
    padding: 2px;
    width: 60px;
    height: 30px;
    background-color: #dddddd;
    border-radius: 30px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: '';
}
input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 30px;
    transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
    width: 30px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
    background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
    margin-left: 30px;
}
/*Switch Button Ends Here*/

/*Breadcrumb*/
.breadcrumb {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}
.breadcrumb a {
    cursor: pointer;
}
.breadcrumb li {
    padding: 5px 0;
}
.breadcrumb > li + li:before {
    content: '> ' !important;
}
.breadcrumb li:last-child {
    font-weight: 600;
}

/*Alert error messages*/
.alert {
    padding: 10px !important;
    margin-bottom: 10px !important;
}

/*Analytics Test Instance List*/
.analytics-test-instance-list .icon-button {
    color: #c1c1c1;
    padding-top: 10px;
    font-size: 18px;
}
.analytics-test-instance-list .icon-button:hover {
    color: #439cd6;
    text-decoration: none;
    cursor: pointer;
}
.analytics-test-instance-list .btn-stats {
    background: transparent;
    border: solid 1px #777;
    color: #777;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.analytics-test-instance-list .btn-stats:hover {
    border-color: #439cd6;
    color: #439cd6;
}
.test-instance-pagination-main-div {
    width: 60%;
    color: #000;
    margin-right: 1%;
    padding: 0;
    box-shadow: 0 2px 3px 0 #888;
    border-radius: 5px;
}
.test-instance-heading,
.block-heading {
    width: 20%;
    font-size: 24px;
    color: #444;
    margin-left: 15px;
    font-family: 'Open Sans', sans-serif;
}

.test-instance-pagination {
    letter-spacing: 1px;
    border-radius: 0 0 5px 5px;
    background-color: #454545;
    padding: 20px;
}
.pagination-button {
    padding: 5px 14px;
    border: 1px solid #ccc;
    border-radius: 12px;
    color: #ccc;
    text-decoration: none;
    cursor: pointer;
    margin: 0 10px;
}
.pagination-button:hover {
    border-color: #f8f8f8;
    color: #f8f8f8;
    text-decoration: none;
}
.pagination-pages {
    padding: 0 30px;
    color: #fff;
    font-size: 15px;
}
.pagination-pages:hover {
    color: #fff;
}

.test-instance-overview-pagination {
    width: 39%;
    padding: 1.333%;
    clear: right;
}
.test-instance-overview-head-pagination {
    padding: 4px 0;
    float: left;
    width: 100%;
}
.test-instance-overview-head-pagination label {
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
}
.test-instance-overview-head-pagination span {
    font-size: 20px;
    padding-bottom: 15px;
}

.test-instance-overview-details-pagination {
    float: left;
    margin-top: 1%;
    padding-bottom: 2%;
}
.test-instance-overview-details-pagination label {
    color: #429bd5;
    margin: 7px 0px;
    font-weight: 600;
}

.analytics-summary-fields {
    min-height: 30px;
    margin-bottom: 1rem;
}

.analytics-summary-comments {
    margin: 2rem;
}

.analytics-summary-comments--box {
    background-color: #f8f7f6;
    padding: 1rem 2rem;
}

/*Map Analytics*/
.analytics-instance-overview {
    width: 39%;
    padding: 1.3%;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #888;
    border-radius: 5px;
    float: right;
    margin-bottom: 1%;
}
.analytics-instance-overview h4 {
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    font-weight: 700;
}
.analytics-instance-overview label {
    color: #429bd5;
    padding: 0 5px 20px 0;
}

.analytics-main-div table {
    font-size: 12px;
    margin: 0 60px 20px 60px;
    max-width: 93%;
}
.analytics-main-div .table thead th {
    color: #777;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
}
.analytics-main-div .table thead th:first-child {
    text-align: left;
    padding-left: 15px;
}
.analytics-main-div .table tbody tr td {
    padding: 10px 0;
    text-align: center;
}
.analytics-main-div .table tbody tr td:first-child {
    text-align: left;
}
.analytics-main-div .table tbody tr:nth-last-child(1) {
    border-bottom: 3px solid #c8c8c8;
}
.analytics-main-div .table tbody tr td span {
    color: #c1c1c1;
    font-size: 14px;
}
.analytics-main-div .table tbody tr td span:hover {
    color: #439cd6;
    cursor: pointer;
}

.analytics-instance-details {
    width: 80%;
    padding: 20px 0;
}
.analytics-instance-comments {
    width: 20%;
}
.analytics-instance-comments label {
    padding: 0 5px 20px 0;
}

.analytics-sections-nav button {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    border-radius: 10px;
}
.analytics-sections-nav .btn-analytics-nav {
    background-color: #6fb2c2;
    color: #fff;
}
.analytics-sections-nav .btn-analytics-nav-unactivated {
    background-color: #c1c1c1 !important;
    color: #a1a1a1;
    cursor: auto;
}
.analytics-sections-nav .btn-analytics-nav-unactivated:hover {
    color: #a1a1a1;
}

.map-analytics-main-div,
.matrix-analysis-main-div,
.battery-analysis-main {
    width: 60%;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 #888;
    overflow: hidden;
}
.map-analytics-main-div h4 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 0;
}
.map-analytics-options {
    width: 98%;
    float: left;
    background-color: #fff;
    padding: 20px 10px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
}
.map-analytics-options div {
    width: 25%;
    display: inline;
    float: left;
}
.map-analytics-options label,
.matrix-analytics-menu label,
.battery-results-chart label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    padding-right: 10px;
    color: #777;
}

.map-analytics-options input[type='checkbox'] {
    width: 15px;
    height: 15px;
    font-size: 18px;
    cursor: pointer;
    background-color: transparent !important;
}
.map-analytics-options input[type='checkbox']:checked {
    color: #6fb2c2;
}
.google-map-styles {
    height: 750px;
    width: 100%;
    margin-bottom: 1%;
}

.analytics-map {
    width: 98%;
    float: left;
    min-height: 550px;
    margin-right: 1%;
    margin-left: 1%;
}

.matrix-analysis-main-div h4 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 0;
}
.matrix-analysis-options {
    width: 98%;
    float: left;
    background-color: #fff;
    padding: 20px 60px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
}
.matrix-analysis-options label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    padding-right: 20px;
    color: #777;
}
.matrix-analysis-options select {
    height: 30px;
    width: 20%;
    border-radius: 0;
}
.matrix-analysis {
    background-color: #fff;
    width: 98%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
    overflow: scroll;
}
.matrix-analysis label {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 1%;
}

.battery-analysis-main h4 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 0;
}
.battery-results-table {
    width: 100%;
    float: left;
    background-color: #fff;
    padding-bottom: 2%;
    overflow: scroll;
}
.battery-results-table .table tbody tr:nth-last-child(2) {
    border-bottom: 1px solid #c8c8c8;
}
.battery-results-table .survivability {
    background-color: #fdb4b4;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    margin: 0 auto;
}
.battery-results-chart {
    width: 100%;
    float: left;
    background-color: #fff;
    margin-bottom: 1%;
    padding-bottom: 2%;
}
.battery-results-chart .axis path,
.battery-results-chart .axis line {
    fill: none;
    stroke: grey;
    stroke-width: 2;
    shape-rendering: crispEdges;
}
.battery-results-chart path {
    stroke: steelblue;
    stroke-width: 4;
    fill: none;
}
.battery-results-chart .legend {
    font-size: 12px;
}
.battery-results-chart rect {
    stroke-width: 2;
}
.battery-results-chart label {
    float: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    padding: 0 25px 25px 60px;
    color: #777;
}
.battery-results-chart select {
    float: left;
    height: 30px;
    width: 20%;
    border-radius: 0;
}

.tracking-device-color {
    background-color: #c7f0ab !important;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.no-left-padding {
    padding-left: 0;
}
.small-right-padding {
    padding-right: 4px;
}

#table-analytics-test-instance-list td {
    vertical-align: middle;
}

#show-valid-only {
    position: absolute;
    top: 0px;
    color: #666;
}

#show-valid-only-button {
    position: absolute;
    top: -15px;
    right: 0px;
}

#show-valid-only-label {
    position: absolute;
    top: -8px;
    left: 10px;
}

#hide-cancelled {
    position: absolute;
    top: 0px;
    color: #666;
}

#hide-cancelled-button {
    position: absolute;
    top: 25px;
    right: 0px;
}

#hide-cancelled-label {
    position: absolute;
    top: 32px;
    left: 10px;
}

.test-instance-list-row div,
.scenario-list-row div,
.device-list-row div {
    cursor: default;
}

.test-instance-list-message,
.test-instance-list-message:hover,
.table-message,
.table-message:hover {
  text-align: center;
  cursor: default;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.table-message,
.table-message:hover {
    margin-top: 0;
}

#table-test-instance-list {
    margin-bottom: 0;
}

.test-instance-devices-list-pagination {
    float: left;
    width: 100%;
}
.test-instance-devices-list-pagination h3 {
    float: left;
    padding-bottom: 15px;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #777;
}
.table-header {
  cursor: default;
  color: #888;
  font-size: 14px;
  width: 100%;
}
.table-header-clickable,
.test-instance-devices-list-pagination thead th:hover {
    cursor: default;
    font-weight: bold;
}
.table-header-clickable:hover {
    color: #ccc;
}
.analytics-test-instance-list thead th:not(:nth-last-child(-n + 3)):hover,
.test-instance-devices-list-pagination thead th:not(:nth-last-child(-n + 2)):hover {
    cursor: pointer;
    color: #777;
}

.pagination-input {
    width: 50px;
    margin-left: 10px;
    margin-right: -20px;
}
.test-instance-list-row {
    padding: 15px;
}
.table-header {
    padding: 20px;
}
.table-header-clickable {
    cursor: pointer;
}

.off,
.off div {
    cursor: pointer;
}
.off {
    background-color: #fff;
    padding: 10px;
    min-height: 60px;
}
.on {
    background: linear-gradient(90deg, #5c95c5, #68afdd) !important;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 10px 10px 10px;
    position: relative;
    top: -4px;
    left: -0.3%;
    width: 100.5%;
    box-shadow: 0 2px 3px 0 #888;
    font-weight: bold;
    min-height: 60px;
}

.on .glyphicon {
    color: #fff !important;
}

.text-small {
    font-size: 13px;
    top: 2px;
}

.test-instance-details-head,
.scenario-list-head,
.device-list-head,
.cluster-list-head,
.added-device-list-head,
.zone-list-head {
    overflow: auto;
    clear: both;
    background-color: #454545 !important;
    color: #9d9d9d;
    box-shadow: inset 0px 11px 12px -10px #000, inset 0px -11px 12px -10px #000;
    height: 60px;
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.test-instance-list-row .cmn-toggle ~ label {
    top: 5px;
}

.glyphicon-large {
    font-size: 18px;
}

.delete-button,
.remove-button {
  color: #777 !important;
}

.red {
  color: #c77
}

.orange {
    color: #efb03b;
}
.yellow {
    color: #cc7;
}
.green {
    color: #7c7;
}
.blue,
.add-button {
    color: #77c;
}
.grey,
.edit-button {
    color: rgba(0, 0, 0, 0.5);
}
.faint-grey {
    color: rgba(0, 0, 0, 0.1);
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.vertical-align-middle {
    display: table-cell;
    vertical-align: middle;
}

.col-sm-3 {
    height: 100%;
    display: block;
}

.vertical-align-middle-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.navbar-fixed-top {
    border: none;
}

.search-analytics-test-instance,
.search-test-instance,
.search-scenario-list,
.search-device-list,
.search-cluster-list {
    width: 100%;
    float: left;
    background-color: #fff;
    padding-top: 25px;
    border-radius: 5px 5px 0 0;
    padding-bottom: 30px;
}

.button-save .glyphicon {
    margin-right: 4px;
}

.button-save {
    width: 100px;
}

.navbar {
    padding: 5px;
}

.navbar-nav .col-sm-2 {
    margin-top: 10px;
}

.block {
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 #888;
}

.device-list-container {
    margin-top: 20px;
}

.test-portal-top-nav li a:hover {
    color: #454545 !important;
}

.edit-button:hover,
.register-button:hover {
  color: rgb(128, 162, 255);
  cursor: pointer;
}
.delete-button:hover,
.remove-button:hover {
  color: #c77 !important;
  cursor: pointer;
}
.add-button:hover {
    color: #ccf;
    cursor: pointer;
}

#registered-device-list-main-table .off,
#registered-device-list-main-table .off div,
#added-device-list-main-table .off,
#added-device-list-main-table .off div {
    cursor: default;
}

.device-list-row:hover {
    background: linear-gradient(90deg, #5c95c5, #68afdd) !important;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 10px 10px 10px;
    position: relative;
    top: 0px;
    left: -0.3%;
    width: 100.5%;
    box-shadow: 0 2px 3px 0 #888;
    font-weight: bold;
    min-height: 60px;
}

.device-list-row.off:last-child,
.cluster-list-row.off:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.edit-device-form,
.edit-scenario-form {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 #888;
    padding: 0 10px 30px;
    overflow: auto;
}

.dark-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    background-color: rgba(0, 0, 0, 0.5);
}

.edit-device-close-button,
.edit-scenario-close-button {
    cursor: pointer;
    float: right;
    font-size: 24px;
    color: #888;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    margin-top: 10px;
}

.edit-device-form-heading,
.edit-scenario-form-heading {
    font-size: 16px;
    margin: 10px 0 10px 30px;
    position: relative;
}

.btn:focus,
.btn:active {
    outline: none !important;
}

.device-list-row,
.device-list-row:hover,
.test-instance-list-row,
.scenario-list-row,
.cluster-list-row {
    padding: 0;
}

.center-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 50px;
    position: relative;
    top: 4px !important;
}

.added-devices-list-container {
    padding: 0;
    width: 39%;
    margin-top: 2%;
    box-shadow: 0 2px 3px 0 #888;
    border-radius: 5px;
    clear: right;
}

.glyphicon-info-sign,
.glyphicon-save {
    top: -2px;
}

.table-message,
.table-message:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    user-select: none;
}

* {
    user-select: none;
}
span:not(.block-heading),
.text-center,
.comments-box:not(.comments-box-heading),
td,
.overview-detail {
    user-select: text;
}
.footer-list span,
th,
th span,
.table-header,
#show-valid-only {
    user-select: none !important;
}

.block-heading {
    color: rgba(0, 0, 0, 0.7);
}
.block-heading .glyphicon {
    top: 2px;
}
.block-heading .glyphicon-asterisk,
.block-heading .glyphicon-phone {
    top: 3px;
}

.shift-left {
    position: relative;
    left: -20px;
}

.battery-analysis-main,
.matrix-analysis-main-div {
    transition: width 0.3s, height 0.3s;
    margin-bottom: 20px;
}
.wide-view {
    width: 100%;
    height: auto;
}

.resize-button {
    cursor: pointer;
    font-size: 24px;
    float: right;
    position: relative;
    right: 30px;
    top: -40px;
}

.resize-button:hover {
    color: rgba(0, 0, 0, 0.5);
}

.comments-box {
    background: #e9e9e9;
    float: left;
    padding: 15px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.comments-box .comments-box-heading {
    padding-bottom: 1%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.comments-box .comments-box-heading span {
    font-size: 14px;
    color: #777;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 1%;
    width: 100%;
    display: block;
}

.edit-comments-save-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.comments-box textarea {
    width: 100%;
    border: solid 1px #cdcdcd;
    resize: none;
    padding: 5px;
}

.test-instance-overview-details {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
}

.overview-main-details {
    font-size: 18px;
    width: 100%;
}
.overview-time-details {
    font-size: 18px;
    width: 100%;
}

.overview-main-details .row .glyphicon:after {
    display: none;
}

.overview-main-details .row,
.overview-time-details .row {
    margin-bottom: 10px;
}

.not-specified {
    color: rgba(0, 0, 0, 0.5);
}

.device-management-main-div .test-instance-list-message,
.device-management-second-div .test-instance-list-message,
.new-devices-list .test-instance-list-message,
.create-cluster-main-div .test-instance-list-message,
.cluster-management-main-div .test-instance-list-message {
    top: 0 !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.device-management-second-div .test-instance-list-message {
    margin-top: 0 !important;
}

.new-devices-list {
    margin-bottom: 0 !important;
}

.test-instance-overview-head {
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
}

.overview-main-details .col-sm-4,
.overview-time-details .col-sm-4 {
    text-align: right;
    color: rgba(0, 0, 0, 0.8);
}

.overview-main-details .glyphicon,
.overview-time-details .glyphicon {
    top: 1px;
}

.overview-main-details .glyphicon-asterisk {
    top: 2px;
}

.character-wrap {
    word-break: break-all;
}

html.no-scroll {
    height: 100%;
    overflow: hidden;
}

input[type='search'],
input[type='search']:focus,
.form-control,
.form-control:focus {
    border: none;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
}

textarea.form-control,
textarea.form-control:focus {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.btn-success {
    background: #4fa070 !important;
}

.text-align-right {
    text-align: right;
}

.block-overview-heading {
    text-align: center;
    color: #999;
    width: 60%;
    font-size: 18px;
    margin: 20px auto;
}

.block-overview-subheading {
    text-align: center;
    color: #999;
    width: 80%;
    font-size: 14px;
    margin: 10px auto;
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.border-top-black {
    border-top: 2px solid #888 !important;
}

.border-left-black {
    border-left: 2px solid #888;
}

.large-text {
    font-size: 18px;
}

.display-as-icons-container,
.show-single-percentage-container {
    margin-bottom: 20px;
    margin-left: 20px;
    width: 150px;
    float: left;
}

.show-single-percentage-container {
    width: 250px;
}

.icons-legend-container {
    width: 40%;
    float: left;
}

.analytics-summary-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-self: center;
    padding: 2rem;
    margin-right: 1rem;
}

.analytics-summary-toggle-btn {
    position: absolute;
    right: 4rem;
}

.matrix-analytics-menu {
    margin-bottom: 80px;
}

.matrix-analysis-info-panel {
    width: 20%;
    height: 574px;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 15px;
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
}

.matrix-analysis-info-panel table {
    table-layout: fixed;
    width: 100%;
}

.matrix-analysis-info-panel td {
    word-wrap: break-word;
}

.matrix-analysis-info-panel td:first-child {
    width: 30%;
}

.clickable {
    cursor: pointer;
}

.not-clickable,
.not-clickable div {
    cursor: default !important;
}

.matrix-analysis-device-info-table td,
.matrix-analysis-zone-info-table td {
    padding: 5px;
}

#available-device-list-table,
#available-zone-list-table {
    width: 39.5%;
    margin-left: 0.5%;
    float: left;
    border: 1px solid #e9e9e9;
    margin-bottom: 40px;
}

#available-device-list-table .main-table,
#available-zone-list-table .main-table {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#available-device-list-table .device-list-head,
#available-zone-list-table .zone-list-head {
    height: 50px;
}

#available-device-list-table .table-header,
#available-zone-list-table .table-header {
    padding: 5px;
    top: 10px;
}

.matrix-device-list-row,
.matrix-zone-list-row {
    padding: 5px;
}

.matrix-device-list-row.on,
.matrix-zone-list-row.on {
    cursor: pointer;
}

.matrix-table {
    width: 100%;
    float: left;
}

.select-all-or-none {
    border-bottom: 1px solid #e9e9e9;
}

.checkbox-center {
    margin: 0 auto !important;
}

.matrix-pie-chart text {
    font-size: 18px;
}

.matrix-pie-chart {
    z-index: 10;
    position: relative;
}

.matrix-bar-graph text {
    fill: white;
    font: 10px sans-serif;
    text-anchor: end;
}

.pagination-button.not-clickable:hover {
    color: #ccc;
    border: 1px solid #ccc;
}

.average-battery-stats {
    font-size: medium;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.battery-stats-graph {
    width: 1300px;
    height: 560px;
    margin: 80px auto 0 200px;
}

.matrix-zone-list-row {
    word-wrap: break-word;
}

.small-margin-top {
    margin-top: 5px;
}

.react-tooltip {
    text-align: center;
    width: 200px;
}

.react-tooltip-small {
    width: 100px;
}

.react-tooltip-small-medium {
    width: 150px;
}

.react-tooltip-large {
    width: 300px;
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}
.lds-dual-ring:after {
    content: ' ';
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #5c95c5 transparent #5c95c5 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-text {
    position: relative;
    top: -24px;
}

#map-analytics-map {
    height: 700px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 20px;
}

.table {
  margin-bottom: 0;
  width: 100%;
}

.analytics-overview {
    margin: 0 auto 1vh;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow: auto;
}

.selectable {
    user-select: text;
}

.map-analytics-options select,
.matrix-analytics-menu select,
.battery-results-chart select {
    width: 180px !important;
}

.comments-box-textarea {
    width: 100%;
}

.scenario-message {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    height: 40px;
}

.add-scenario-save,
.edit-scenario-save {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

.blue-line {
    border-top: 2px solid #429bd5;
    float: left;
    margin-bottom: 5%;
    position: relative;
    width: 100%;
}

.overview-fields {
    float: left;
    margin-bottom: 2%;
    width: 33.3%;
}

.overview-fields label {
    float: left;
    font-size: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 100%;
}

.overview-fields div {
    float: left;
    font-size: 14px;
    min-height: 50px;
    width: 100%;
}

.overview-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 1%;
}

.add-scenario-save, .edit-scenario-save {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

/* --- ROW --- */
.table-row {
  border-left: solid 5px white;
  padding: 2rem 1rem;
  vertical-align: middle;
  font-size: 14px;
  background-color: white;
}

.table-row:hover {
  background-color: #f8f8f8;
  border-left: 5px solid #f8f8f8;
}

.table-row td{
  vertical-align: middle !important;
}

.table-row--active {
  border-left: solid 5px #429bd5;
  background-color: #e6eaf2;

}
.table-row--active:hover {
  border-left: solid 5px #429bd5;
  background-color: #f8f8f8;
}

.table-row__data {
  min-height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.table-row__link {
  color: #429bd5;
  cursor: pointer;
  font-weight: 500;
}

.flex-center {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* --- ROW END --- */

/* No Records Found */
.no-records-found {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 2rem 0;
}
/* No Records Found END*/


/* --- Zones Import --- */
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.zones-import {
    padding: 2rem;
    margin-bottom: 2rem;
}

.zones-import__table-header {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    margin: 2rem 1.3rem;
}

.zones-import__table-header input {
    width: 30rem;
    background-color: #f2f2f2;
    border-radius: 5px;
    border: none;
}

.user-select-all {
    user-select: all;
}

.remote-config {
    float: left;
    margin-top: 8%;
}

/* --- Zones Import END --- */

/* --- React Portal --- */
.modal-root {
    position: relative;
    z-index: 999;
}

.modal {
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.remote-config-details {
    background-color: white;
    padding: 15px 40px;
    position: relative;
    margin: 0 auto 75px;
    max-width: 585px;
    min-height: 500px;
    overflow: auto;
    width: 45%;
}

.common-button{
    background: #429bd5;
    color: white;
    padding: 10px;
}

.react-json-div {
    float: left;
    margin-top: 2%;
    position: absolute;
}

.display-at-bottom {
    position: relative;
}
