@charset "utf-8";
/* CSS Document */

/* Header Styling */
.navHeader {
    position: fixed;
    width: 100%;
    height: 56px;
    top: 0;
    z-index: 99;
}

#licenseLabel {
    padding: 10px 10px 5px 10px;
    width: 100%;
    -webkit-box-shadow: 0 0 3px #000000;
    box-shadow: 0 0 3px #000000;
}

#licensingExpirationDate {
    margin-top: -20px;
    text-align: center;
}

.navItem {
    display: block;
}


.edgefinityBorder {
    font-family: Arial, sans-serif;
    /* background-image: url('../images/bluegradient.jpg');
    background-size: 100% auto;
    background-clip: padding-box; */
}

.edgefinityBorderBottom {
    background-color: #000000;
    text-align: right;
    opacity: 0.9;
    font-family: "Arial, Helvetica", sans-serif;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-right: 10px;
    z-index: 99;
    /* background-image: url('../images/bluegradient.jpg');
    background-size: 100% auto;
    background-clip: padding-box; */
}

.paperBackground {
    background: url('../images/paper.gif');
    height: 100%;
}


#alertDiv {
    display: none;
    position: fixed;
    border: solid 2px black;
    left: 40%;
    top: 40%;
    width: 400px;
    height: 220px;
    background-color: white;
    z-index: 100;
}

#disablingDiv {
    display: none;
    z-index:99;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: url('../images/gray-bg.jpg');
    filter: alpha(opacity=00);
}


#introduction {
    display: table
}

.effect8
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}

body, html {
    height: 100%;
}

#footer {
    height: 60px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container {
    padding-top: 60px;
}

.container2 {
    padding: 8px
}
#headerTitle {
    color: lightblue;
    font-size: 20px;
}

#headerVersion {
    color: whitesmoke;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 14px;
    margin-right: 40px;
}
#serverStatus {
  color: red;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* margin-top: 14px; */
  margin-right: 40px;
}
.area {
    float: left;
    /* background: #e2e2e2; */
    height: 100%;
}

.mainContentAreaLeft {
    margin-left: 60px;
}

.mainContentAreaRight {
    margin-left: 250px;
    height: 100%;
}

#ruleTableContainer {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#ruleInfoContainer {
    width: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

#ruleInfoContainer2 {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

#activeInactiveContainer {
    text-align: right;
    font-size: 9px;
}

.table-fixed thead {
    width: 97%;
}
.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
    float: left;
    border-bottom-width: 0;
}

.table-rules thead {
    width: 97%;
}
.table-rules tbody {
    height: 100%;
    overflow-y: auto;
    width: 100%;
}
.table-rules thead, .table-rules tbody, .table-rules tr, .table-rules td, .table-rules th {
    display: block;
}
.table-rules tbody td, .table-rules thead > tr> th {
    float: left;
    border-bottom-width: 0;
}

.edgefinityEvent {
    border-style: solid;
    border-width: thin;
    display: inline-block;
    margin: 6px;
    padding: 4px;
    /* width: 400px; */
}

.edgefinityEvent .eventTools {
    visibility: hidden;
    position: relative;
    left: 300px;
    background-color: transparent;
    color: black;
    border: none;
}

.edgefinityEvent:hover .eventTools {
    visibility:visible;
}

.edgefinityWrapper {
    border-style: solid;
    border-width: thick;
    padding: 4px;
    margin: 4px;
    /* clear: both; */
}

.edgefinityWrapperText {
    background-color: darkblue;
    color: white;
    margin: 2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 120px;
    text-align: center;

}

.edgefinityWrapperText .edgefinityWrapperTextChange {
    visibility: hidden;
    position: relative;
    left: 50%;
    margin-left: -60px;
    background-color: lightyellow;
    color: black;
    border-style: solid;
    border-color: black;
    border-width: thin;
    display: none;
    padding: 4px;
}

.edgefinityWrapperText:hover .edgefinityWrapperTextChange {
    visibility:visible;
    display: block;
}

.ruleImage {
}

.ruleParameters {
    border-style: solid;
    border-width: thin;
    background-color: #ffffff;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: black;
    width: 200px;
    display: inline-block;
    margin: 4px;
}

.ruleParameters .ruleMenu {
    visibility: hidden;
    position: relative;
    left: 50%;
    margin-left: -60px;
    background-color: lightyellow;
    color: black;
    border-style: solid;
    border-color: black;
    border-width: thin;
    display: none;
    width: 60px;
    padding: 4px;
    border-radius: 8px;
}

.ruleParameters:hover .ruleMenu {
    visibility:visible;
    display: block;
}

#ruleEventsHeader {
    background-color: white;
    color: black;
    font-size: 20px;
    display: inline-block;
    margin: 4px;
}

#ruleEvents {
    display: inline-block;
    margin: 4px;
}

#ruleActionsHeader {
    background-color: white;
    color: black;
    font-size: 20px;
    display: inline-block;
    margin: 4px;
}

#ruleActions {
    display: inline-block;
    margin: 4px;
}

#ruleLocationHeader {
    background-color: white;
    color: black;
    font-size: 20px;
    display: inline-block;
    margin: 4px;
}

#ruleLocation {
    display: inline-block;
    margin: 4px;
}

#ruleZoneHeader {
    background-color: white;
    color: black;
    font-size: 20px;
    display: inline-block;
    margin: 4px;
}

#ruleZone {
    display: inline-block;
    margin: 4px;
}

#ruleConditionalTestHeader {
    background-color: white;
    color: black;
    font-size: 20px;
    display: inline-block;
    margin: 4px;
}

#ruleConditionalTest {
    display: inline-block;
    margin: 4px;
}

.ruleImageDiv {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 76px;
}

.ruleImageDiv .ruleMenu {
    visibility: hidden;
    position: relative;
    left: 65px;
    top: -50px;
    margin-left: -60px;

    background-color: lightyellow;
    color: black;
    border-style: solid;
    border-color: black;
    border-width: thin;
    width: 60px;
    border-radius: 8px;
}

.ruleImageDiv:hover .ruleMenu {
    visibility:visible;
}

.ruleImageSelectionDiv {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 76px;
    opacity: 1;
}

.ruleImageSelectionDiv:hover {
    opacity: 0.7;
}

.caption {
    display: inline-block;
    clear: both;
}

.ruleSheetRow:hover {
    background: lightblue !important;

}

.parametersPopup {
    border-style: solid;
    border-color: black;
    border-width: medium;
    background: #ffffff;
    color: black;
    position: absolute;
    left: 300px;
    top: 100px;
    width: 400px;
    height: 200px;
}

.parametersPopupTemperature {
    border-style: solid;
    border-color: black;
    border-width: medium;
    background: darkblue;
    color: white;
    position: absolute;
    left: 300px;
    top: 100px;
    width: 400px;
    height: 300px;
    background-size: 400px 300px;
    background-image: url('../images/weather/snow.gif');
}

.parametersPopupDate {
    border-style: solid;
    border-color: black;
    border-width: medium;
    background: #ffffff;
    color: black;
    position: absolute;
    left: 300px;
    top: 100px;
    width: 400px;
    height: 300px;
}

#updateParametersLocationAndEmployee {
    display: none;
}

#sliderOuterDiv {
    height: 250px;
    margin: 12px;
}

#updateParametersTime {
    display: none;
}

#updateTemperaturePanel {
    display: none;
}

#updateParametersDate {
    display: none;
}

#updateParametersTag {
    display:  none;
}

#selectEventsWindow {
    display: none;
    width: 400px;
    height: 300px;
    position: absolute;
    left: 300px;
    top: 100px;
    background: white;
    border-color: black;
    border-style: solid;
    border-width: medium;

}

#addEvent {
    border-style: solid;
    border-width: thin;
    background-color: #ffffff;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: black;
    width: 60px;
    display: none;
    position: absolute;
    top: 50px;
    left: 50px;
}

#addAction {
    border-style: solid;
    border-width: thin;
    background-color: #ffffff;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: black;
    width: 60px;
    display: none;
    position: absolute;
    top: 50px;
    left: 50px;
}

#ruleNumberContainer {
    float: left;
}

#ruleNameContainer {
    float: right;
}

#descriptionContainer {
    padding: 10px;
}

#ruleInfoTopContainer {
    background: black;
    color: white;
    width: 100%;
    height: 32px;
    padding: 10px;
}

.ruleNumber {
    width: 24px;
    background: black;
    color: white;
    height: 24px;
    padding: 4px;
    clear: both;
    display: block;
}


.objectsHeader {
    clear: both;
    width: 100%;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    color: #e65100;
    height: 24px;
    padding: 2px;
    margin-bottom: 4px;
}

#dragTypes {
    background-color: black;
    color: white;
    width: 150px;
    height: 20px;
}

#dragTypes input {
    background-color: darkblue;
    color: white;
}

#ruleSaveButton {
    float: right;
    display: inline-block;
    margin-right: 100px;
}

/* User Configuration Table CSS */

#chooseLocation {
    display: none;
    border-style: solid;
    border-color: black;
    border-width: medium;
    background: #ffffff;
    color: black;
    position: absolute;
    left: 300px;
    top: 100px;
    width: 400px;
    height: 320px;
}

#chooseLocationHeader {

}

#availableLocations {
    width: 200px;
}

#chooseLocationAvailableLocations {
    display: none;
    background: wheat;
    margin-top: 6px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    padding: 4px;
}

#chooseLocationNew {
    border-style: dashed;
    border-color: black;
    border-width: thin;
    background: wheat;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 6px;
    padding: 4px;
}

#chooseLocationHeader {
    color: white;
    background: black;
    padding: 4px;
    width: 100%;
}
#existingLocationsHeader {
    color: red;
}

#newLocationsHeader {
    color: red;
}

#chooseAvailableLocationButton {
    float: right;
}

#chooseNewLocationButton {
    float: right;
}

#canvas {
    display: none;
}

.canvas .wrapper.outer > .background {
    fill: #000000;
}
.canvas .wrapper.inner > .background {
    fill: #CCCCCC;
    cursor: move;
}
.canvas .background {
    fill: #F6F6F6;
    stroke: #333333;
    cursor: move;
}
.canvas .panCanvas {
    cursor: move;
}

.canvas .minimap .frame .background {
    stroke: #111111;
    stroke-width: 4px;
    fill-opacity: 0.4;
    fill: #000000;
    fill: url(#minimapGradient);
    filter: url(#minimapDropShadow);
    cursor: move;
}

#locationName {
    color: #28a4c9;
    font-weight: bold;
}

#allZonesDataPane {
    margin: 4px;
}

.zoneInList, .locationInList {
    color: #28a4c9;
}

.zoneInList:hover, .locationInList:hover {
    color: #0000ff;
}

#locationUpdateButton:hover, #zoneUpdateButton:hover, #zoneDeleteButton:hover,  #placeObjectButton:hover, #removeObjectButton:hover {
    background-color: #3c3c3c;
    color: white;
}

#locationUpdateButton:active, #zoneUpdateButton:active, #zoneDeleteButton:active, #placeObjectButton:active, #removeObjectButton:active {
    background-color: black;
    color: white;
}

.headerMenu {
    width: 100%;
}

.edgefinityHorizontalNav {
}

.horizontalMenu {
    position:relative;
    display:table-cell;
    vertical-align:middle;
    width:190px;
    color: orange;
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
    background-color: #151b54;
    border-color: black;
    border: 2px;
    margin: 2px;
}

.horizontalMenu:hover {
    color: red;
    background-color: blue;
    border-color: blue;
}

.popupObject {
    border-style: solid;
    border-color: black;
    border-width: medium;
    /* background: #ffffff; */
    /* color: black; */
    position: fixed;
    left: 15%;
    top: 15%;
    right: 15%;
    bottom: 15%;
    margin-left: 0px;
    margin-top: 0px;
    /*width: 70%;
    height: 70%; */
    padding: 6px;
}

#sitePageMenuBar {
    float: right;
}

.locationAlertDataPane {
    display: none;
    position: absolute;
    width: 400px;
}

/*
#locationAlertDataPaneHeader {
    background-color: #f1f1f1;
    color: #e65100;
}

#locationAlertDataPaneBody {
    background-color: #202020;
}
*/

.locationAlertDataPanePropertyName {
    font-weight: bold;
    font-size: small;
    width: 75px;
}

.locationAlertDataPanePropertyValue {
    font-size: small;
}

.locationAlertsDataPaneClose {
    float: right;
}

#bottomSpacer {
    height: 100px;
}

body {
    padding-bottom: 40px;
}

#loginBox {
    display: none;
    position: fixed;
    top: 5px;
    left: 30%;
    width: 50%;
    margin: 10%;
    max-width: 330px;
    background-color: none;
    z-index: 100;
}


#forgotPasswordModal, #confirmDeleteEvent, #confirmDeleteAction, #confirmDeleteRule, #cannotDeleteEvent, #cannotDeleteAction {
    display: none;
    background-color: none;
    z-index: 1050;
}

#sessionExpiringModal {
    display: none;
    position: fixed;
    top: 5px;
    border: none;
    margin: auto;
    width: 600px;
    height: 675px;
    z-index: 9999;
    text-align: center;
    font-size: 16px;
}

#sessionExpiredModal {
    display: none;
    position: fixed;
    top: 5px;
    border: none;
    margin: auto;
    width: 600px;
    height: 675px;
    z-index: 9999;
    text-align: center;
    font-size: 16px;
}

#historyRequestError {
  display: none;
  position: fixed;
  top: 5px;
  border: none;
  margin: auto;
  width: 600px;
  height: 675px;
  z-index: 9999;
  text-align: center;
  font-size: 16px;
}

#sessionExpiringModal .modal-content, #sessionExpiredModal .modal-content #historyRequestError .modal-content {
    border-width: 3px;
    border-color: #e65100;
    color: #ffffff;
}

#logoutBox {
    display: none;
    position: fixed;
    border: solid 2px black;
    left: 40%;
    top: 40%;
    background-color: white;
    z-index: 100;
}

.loginForm {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.loginForm .loginBox-heading,
.loginForm .checkbox {
    margin-bottom: 10px;
}
.loginForm .checkbox {
    font-weight: normal;
}
.loginForm .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.loginForm .form-control:focus {
    z-index: 2;
}
.loginForm input[type="email"] {
    margin-bottom: -1px;
}
.loginForm input[type="password"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-header-danger {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#dashboardAlertInfoTable {
    height: 40%;
    overflow: hidden;
}

#dashboardTable {
    height: 80%;
    overflow: auto;
    margin-left: 20px;
    margin-right: 20px;
}

#userTable {
}

#addUserTable {
    height: 40%;
    overflow: auto;
}

#addUserTop {
    height: 32px;
    overflow: hidden;
}

#profileDropDown {
    padding-left: 10px;
    padding-right: 10px;
}

#dashboardLocationPopup {
    display: none;
    position: fixed;
    left: 10%;
    top: 5%;
    width: 650px;
    background-color: white;
    z-index: 1050;
    padding-right: 0px;
}

#userModal {
    z-index: 1050;
}

#siteConfigurationHeader2 {
    display: none;
}

#siteHeaderName, #objectHeaderName {
    padding-left: 20px;
    padding-right: 20px;
}

#newEventPopup {
    display: none;
    position: fixed;
    left: 10%;
    top: 5%;
    z-index: 1050;
}

#newActionPopup {
    display: none;
    position: fixed;
    left: 10%;
    top: 5%;
    z-index: 1050;
}

#newRulePopup {
    display: none;
    position: fixed;
    left: 10%;
    top: 5%;
    z-index: 1050;
}

#ruleConditions {
    display: none;
}

#ruleReactions {
    display: none;
}

#ruleSummary {
    display: none;
}

.modal-header-orange {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f57300;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#cropBlueprintPopup {
    display: none;
    position: fixed;
    left: 10%;
    top: 5%;
    z-index: 1050;
}

#dashboardPopupPeopleInfoDiv {
    display: none;
    position: fixed;
    left: 10%;
    top: 5%;
    z-index: 1050;
}

/* * {
    box-sizing: border-box;
}
*/
.locateInput {
    background-image: url('/css/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.locateTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 18px;
}

.locateTable th, .locateTable td {
    text-align: left;
    padding: 12px;
}

.locateTable tr {
    border-bottom: 1px solid #ddd;
}

.locateTable tr.header, .locateTable tr:hover {
    background-color: #000000;
}

.edgefinityButton {
    background-color: #1a1a1a;
    cursor: pointer;
    padding: 20px;
}

.edgefinityButton:hover {
    background-color: #303030;
}

.edgefinityHeader {
    margin-left: 5px;
}

#infrastructureHeader2 {
    display: none;
    clear: both;
}

.eftextarea {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 118px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 400px;
}

.additionalInfoButton {
    color: black;
    background-color: orange;
    border: 1px;
    border-color: darkorange;
    margin: 2px;
    border-radius: 4px;
    padding: 2px;
}

#passwordResetPopup {
    visibility: hidden;
    min-width: 250px;
    margin-left: -202px;
    background-color: #171717;
    color: #e65100;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 2000;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#passwordResetPopup.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
    animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

#objectContentPane {
    padding: 25px;
}

.objectParameterDiv {
  border: 2px;
  border-color: white;
  margin: 4px;
}
.loader {
    border: 5px solid #000000; /* Black */
    border-top: 5px solid #e65100; /* Orange */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#locateZoomSlider::-webkit-slider-thumb {
     color: #f1a417;
     background: #f1a417;
     height: 14px;
     width : 16px;
     border-radius: 13px;
     cursor: pointer;
     -webkit-appearance: none;
     margin-left: 5px;
     padding-left: 5px;

 }

#locateZoomSlider::-moz-range-thumb {
    color: #f1a417;
    background: #f1a417;
    height: 14px;
    width : 16px;
    border-radius: 13px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-left: 5px;
    padding-left: 5px;

}


#locateZoomSlider::-webkit-slider-runnable-track {
    background: none;
    color: #f1a417;
    border-radius: 0px;
    border: 0px;
    width: 100%;
    height: 0px;
}

#dialogZoomSlider::-webkit-slider-thumb {
    color: #f1a417;
    background: #f1a417;
    height: 14px;
    width : 16px;
    border-radius: 13px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-left: 5px;
    padding-left: 5px;

}

#dialogZoomSlider::-moz-range-thumb {
    color: #f1a417;
    background: #f1a417;
    height: 14px;
    width : 16px;
    border-radius: 13px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-left: 5px;
    padding-left: 5px;

}

#dialogZoomSlider::-webkit-slider-runnable-track {
    background: none;
    color: #f1a417;
    border-radius: 0px;
    border: 0px;
    width: 100%;
    height: 0px;
}

.orange {
    color: #e65100;
}

.moreButton.collapsed .fa-minus,
.moreButton .fa-plus {
  display: none;
}

.moreButton.collapsed .fa-plus,
.moreButton .fa-minus {
  display: inline-block;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #e3e3e3;
  }

  ::-webkit-scrollbar-thumb {
    background: #3c3c3c;
    border: 1px solid #000000;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #2d2d2d;
    border: 1px solid #000000;
  }

  ::-moz-scrollbar-track {
  scrollbar-width: thin;
  scrollbar-color: #3c3c3c #e3e3e3;
  }

/* Rules Styling */
.rules-nav {
  margin: 5px 15px 15px 15px;
}

.rules-nav-body {
  height: 335px;
  overflow-y: auto;
}

.rule-item {
  cursor: pointer;
}

 .rules-panel {
  text-align: center;
  cursor: pointer;
  margin-top: 25px 0 25px 0;
  padding: 20px;
  min-height: 130px;
}

 .rules-panel:hover {
  background-color: #343434;
}

.rules-panel:active {
    background-color: #171717;
  }

.container {
  height: 100vh;
}

.pulse {
  overflow: visible;
  position: relative;
}
.pulse:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.btn-floating{
  position:fixed;
  width:150px;
  height:22px;
  /* top:10px; */
  left:275px;
  /* background-color:#0C9; */
  color:#FFF;
  border-radius:200px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
}

