﻿/*** DWR style definitions ***/
html, body {
    font-family: Tahoma,Verdana,Calibri,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    padding: 0 0 0 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    /*height: 100%;
    min-height: 100vh;*/
    background-color:white;
    font-size: 13px;
}
.k-dropdown-wrap.k-state-default {
    width:auto !important;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
/*.k-input {
    width: auto !important;
}*/
.k-dropdown-wrap {
    padding-right: 1.5em !important;
    font-size: 0.81rem !important;
}
/*.k-widget.k-grid.k-display-block {
    overflow-x: auto;
}*/
.containerBannerFullWidth {
    /* to extend to the right margin of the banner (equivalent) compensates for 10px left margin in spacer-left */
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.modal-footer {
    padding: 5px
}
.stylewithHelp {
    cursor: help;
    margin-bottom:0 !important;
    /*height: 20px;*/
}

.k-grid-toolbar.kendoGridSettingsToolbar, .kendoGridSettingsToolbar {
    padding-top: 0.5em;
    padding-bottom: 0.58333em;
}

div.bodyContent {
    /*     background-color: #FFFCF8;     background-color: #FFF;     background-color: #EFFFED;
    width: 1000px;
    height: inherit;
     */
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    /*background-color: white;*/
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.jumbotron h1, .jumbotron .h1 {
    color: white !important;
}

#map-popup {
    font-family: Tahoma,Verdana,Calibri,Arial,Helvetica,sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
}

div.ContentMain {
    display: block;
    height: 100%;
    min-height: 75vh;
    margin: 0;
    padding: 0;
}
/*** HEADER ***/
div.header-fixed-top {
       position: fixed; top: 0; border-width: 0 0 1px; border-radius: 0;right: 0;left: 0;z-index: 1030;
}
div.header {
 
    display: block;
    vertical-align: middle;
    border-top: solid 2px #1F2839;
    color: #5c666f;
    letter-spacing: 1px;
    text-align: left;
    background-image: -webkit-linear-gradient(0deg, #d0d2d2 0%, #eee 100%);
    background-image: -moz-linear-gradient(0deg, #d0d2d2 0%, #eee 100%);
    background-image: -ms-linear-gradient(0deg, #d0d2d2 0%, #eee 100%);
    background-image: -o-linear-gradient(0deg, #d0d2d2 0%, #eee 100%);
    background-image: linear-gradient(0deg, #d0d2d2 0%, #eee 100%);
    background-color: #d0d2d2;
    /*padding: 19px 0 19px 19px*/
    /*
    background-color: #ECEEF0;
    background-color: #d0d2d2;
    */
}

table.dwrHeader {
    vertical-align: middle;
    width: 100%;
    min-width: 600px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-collapse: collapse;
    white-space: nowrap;
}

.rightBannerTextMain {
    /*margin: 2px 0 0 0px;
    padding: 0 0 0 15px;*/
    /*border-left: 2px solid #5c666f;*/
}

.titleText1 {
    line-height: .8;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 18pt;
    font-weight: bolder;
    letter-spacing: 5px;
}

    .titleText1 a {
        color: #5c666f;
        text-decoration: none;
    }

        .titleText1 a:hover {
            color: #5c666f;
            text-decoration: none;
        }

.titleText2 {
    line-height: 1.3;
    font-size: 15pt;
    padding-top: 10px;
    font-weight: normal;
}

    .titleText2 a {
        color: #5c666f;
        text-decoration: none;
    }

        .titleText2 a:hover {
            color: #5c666f;
            text-decoration: none;
        }

.titleText3 {
    line-height: 1.1;
    font-size: 11pt;
    padding-top: 10px;
    font-weight: bold;
}

    .titleText3 a {
        color: #5c666f;
        text-decoration: none;
    }

        .titleText3 a:hover {
            color: #5c666f;
            text-decoration: none;
        }

/***ALERT MESSAGE ***/

div.headerAlert {
    display: block;
    margin: 2px auto 2px auto;
    padding: 9px 1em 15px 1em;
    width: 95%;
    border: solid 2px #800;
    text-align: center;
}

span.headerAlertTag {
    font-family: "Lucida Console", "Courier New", "Monotype Corsiva", Monospace;
    text-transform: uppercase;
    color: #B00;
    font-size: 10pt;
    font-weight: 700;
}

span.headerAlertText {
    color: #B00;
    font-size: 8pt;
    font-weight: 600;
}

/*** FOOTER ***/
div.footer {
    display: block;
    /*
    position: absolute;
    bottom: 0px;
    width: 99%;
    */
    text-align: center;
    /*border-top: solid 2px #CCC;
    border-bottom: solid 2px #1F2839;*/
    margin: 0 0 0 0;
    white-space: nowrap;
}

.tableFooter {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-collapse: collapse;
}

    .tableFooter td {
        text-align: center;
        background-color: #356686;
        color: #FFF;
        height: 25px;
        text-decoration: none;
        font-size: 9pt;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

        .tableFooter td a {
            color: #FFF;
            text-decoration: none;
            font-size: 9pt;
        }

/** CONTENT MAIN **/
.contentTitle {
    font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #1C508E;
    text-decoration: none;
    font-size: 14pt;
    margin-left: 25px;
    page-break-before: always;
}

.ApplicationTitle {
    display: table-cell;
    font-family: Impacta,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: White;
    text-align: left;
    vertical-align: middle;
    vertical-align: middle;
    padding: 3px 7px;
}

.hrTitle {
    background-color: #1C508E;
    border-width: 0;
    color: #1C508E;
    height: 2px;
    line-height: 0;
    margin-left: 15px;
    margin-right: 15px;
    page-break-after: always;
}

/** Text, Alignment, Spacing, etc. **/
.center {
    text-align: center;
    display: block;
    margin: 2px 2px 2px 2px;
    width: inherit;
}

.compactText {
    font-family: Calibri,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    background-color: White;
    color: Black;
}

.PayAttention {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: #A00;
    font-size: 10pt;
    font-weight: 600;
}

div.tablewidth {
    width: 60%;
    margin-left: 51px;
    text-align: left;
}

.mobileMenu {
    height: 25px;
    margin: 0 auto;
    text-align: right;
}

.menuMobileContainer {
    float: right;
    margin-right: 7px;
    font-family: Verdana,Tahoma,Helvetica,sans-serif;
}

.dropdown-menu-button-expand {
    position: relative !important;
    background-color: #356686;
    opacity: .8;
}
    .dropdown-menu-button-expand li a:hover, .dropdown-menu-button-expand li a:focus {
        background-color: #394e5c !important;
    }
    .buttonHP:focus, .buttonHP:hover {
        background-color: #356686 !important;
        color: white;
    }
    .pageBack {
        margin-left: 75px;
        margin-right: 25px;
        margin-bottom: 10px;
    }

.RedLabel {
    color: Red;
}
/*
.linkButton
{
    color: #4F95DD;
    text-decoration: none;
}
.linkButton:hover
{
    color: #008;
    text-decoration: none;
}
*/
.confirmLabel {
    color: Green;
    text-align: left;
    font-weight: bold;
}

.divLoading {
    align: center;
    vertical-align: middle;
    position: absolute;
    visibility: visible;
    border-style: none;
    border-color: Gray;
    background-color: transparent;
}

.conditionModalPopup {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    z-index: 10001;
}

.popup_Titlebar {
    background: url('../images/titlepop_bg.jpg') repeat_x;
    height: 29px;
}

.TitlebarLeft {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

.TitlebarRight {
    background: url('../images/cross_pop.png') repeat-x;
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.popupBody {
    padding: 15px 15px 15px 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: Green;
    line-height: 15pt;
    clear: both;
    padding: 20px;
}

.popup_Buttons {
    margin: 10px;
}

.button_sblink {
    margin: 10px;
    font-size: 10px;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    color: #0066FF;
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
}



.btn-rt {
    border-radius: 4px;
    border: solid 1px #20538D;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/    
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background:#4F95DD;
    color: #FFF;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: bold;
    }
.btn-csv {
    width: 55px;
}
.btn-csv[disabled] {
    cursor: default;
    opacity: .6;
}

.button {
    margin: 10px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #4F95DD;
    border: 1px solid #9c9c9c; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
}

    .button:hover {
        opacity: 0.6;
    }

.button_sblink:hover {
    cursor: pointer;
    color: Red;
    opacity: 0.6;
}

.onlinebtn-dwr {
    display: inline-block;
    margin: 5px 1px 7px 1px;
    min-width: 75px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #4F95DD;
    border: 1px solid #9c9c9c; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);
    opacity: 0.9;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
}
.btn-dwr[disabled] {
    cursor: default;
    opacity: .6;
}
.btn-dwr {
    /* display: inline-block;      text-decoration: none;      text-align: center;     color: #fff;     background-color: #4F95DD;     border: 1px solid #9c9c9c; /* Fallback style      border: 1px solid rgba(0, 0, 0, 0.3);     opacity: 0.9;     text-shadow: 0 1px 0 rgba(0,0,0,0.4);     box-shadow: 0 0 .05em rgba(0,0,0,0.4);     -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);     -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4); */
    background: linear-gradient(180deg, #356686 23%, #3c3c3c 63%);
    margin: 5px 1px 7px 1px;
    border: 1px solid #9BABB0;
    color: #fff;
    padding: 2px;
    width: 100px;
    min-width: 75px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
 
 .btn-dwr:hover[disabled] {
    opacity: .6;
    cursor: default;
    border: 1px solid #9BABB0;
}
.btn-dwr:hover, .onlinebtn-dwr:hover {
    opacity: 1;
    background-color: #549AE2;
    cursor: pointer;
    border: 1px solid #049;
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.button, .button span, .btn-dwr, .btn-dwr span, .onlinebtn-dwr, .onlinebtn-dwr span {
    -moz-border-radius: .3em;
    border-radius: .3em;
}

    
.button span, .btn-dwr span, .onlinebtn-dwr span {
        border-top: 1px solid #fff; /* Fallback style */
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        display: block;
        padding: 0.5em 2.5em; /* The background pattern */
        background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
        background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent), -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent), -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%), -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%); /* Pattern settings */
        -moz-background-size: 3px 3px;
        -webkit-background-size: 3px 3px;
        background-size: 3px 3px;
    }

    .button:active, .btn-dwr:active, .onlinebtn-dwr:active {
        /* When pressed, move it down 1px */
        position: relative;
        top: 1px;
    }

.divExpandableHeader {
    background-color: #4F95DD;
    height: 25px;
    vertical-align: middle;
}

.divExpandableHeaderLeft {
    float: left;
    font-weight: bold;
    color: White;
    padding: 5px 5px 0 0;
    text-indent: 5px;
}

.divExpandableHeaderRight {
    float: right;
    color: White;
    vertical-align: middle;
    padding: 5px 5px 0 0;
}

.tab .ajax__tab_header {
    font-family: arial,helvetica,clean,sans-serif;
    font-weight: bold;
    color: #ffffff;
    border-bottom: solid 5px #84aeef;
}

    .tab .ajax__tab_header .ajax__tab_outer {
        background: url(images/tabBlue.jpg) repeat-x;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px 1px 0px;
        vertical-align: middle;
        border: solid 1px #a3a3a3;
        border-bottom-width: 0px;
    }
.myCheckbox  {
   padding-top:2em;
   margin-top:10px;
   width:100px;
}
.tab .ajax__tab_tab {
    color: Black;
    padding: 0.35em 0.75em;
    margin-right: 0.01em;
}

.tab .ajax__tab_hover .ajax__tab_outer {
    background: url(images/tabBlue.jpg) #84aeef repeat-x left -1300px;
}

.tab .ajax__tab_active .ajax__tab_tab {
    color: #fff;
}

.tab .ajax__tab_active .ajax__tab_outer {
    background: url(images/tabBlue.jpg) #84aeef repeat-x left -1400px;
}

.tab .ajax__tab_body {
    font-family: Verdana,Tahoma,Helvetica,sans-serif;
    font-size: 10pt;
    padding: 0.25em 0.5em;
    border: solid 1px #808080;
    border-top-width: 0px;
}

textarea {
    font-family: Tahoma,Verdana,Calibri,Arial,Helvetica,sans-serif;
}
.spacerTopXsm {
    margin-top: 3px;
}
.spacerTopSm {
    margin-top: 7px;
}
.spacerTopXsm {
    margin-top: 3px;
}
.spacerTopMed {
    margin-top: 14px;
}

.spacerTopLg {
    margin-top: 28px;
}

.indentLeft {
    margin-left: 2em;
}

div.FilterSpecCalls {
    background-color: #4F95DD;
    border: 1px solid #000;
    color: #FFF;
    width:90%;
}

    div.FilterSpecCalls td span label {
        color: #FFF;
    }


.ddlRightTight {
    padding-right: 0;
    padding-left: 1px;
}

.FilterLocationPanel select {
    margin: 0;
    padding-right: 0px;
    padding-left: 1px;
    max-width: 130px;
}

    .FilterLocationPanel select option {
        margin: 0;
        padding-right: 0px;
        padding-left: 0px;
    }

.allctr {
    margin: 2px 3px;
}

.waterMeasGroundWaterDivAllCtr {
    margin: 0px 10px;
    width:100%;
}
.margin-top-40{
    margin-top:40px;
}
.margin-top-10{
    margin-top:10px;
}
.margin-top-5{
    margin-top:5px;
}
.margin-left-5{
    margin-left:5px;
}
div.FilterGroundWater {
    background-color: #4F95DD;
    border: 1px solid #000;
    color: #FFF;
    width:100%;
}
 .btn-sm{
        color:white;
}
 .col-width-75{
     width:75px;
 }
 .col-width-125{
     width:125px;
 }
 .col-width-200{
     width:200px;
 }
 .col-width-250{
     width:250px;
 }
 .col-md-1point25{
         width:10%;
     }
 .col-md-1point5{
     width:12.3333%;
 }
 @media {
     .col-md-1point5{
         width:12.3333%;
     }
     .col-md-1point25{
         width:10%;
     }
 }

/*********** filter spacing ************/
.row.extra-bottom-padding{
   margin-bottom: 50px;
}
.row.margin
/*************** Searchbar Fields ***************/
.search-combo {
    height: 21.53px;
    width: 162.22px;
    font-size: 13px !important;
}
.search-height {
    height: 23.53px !important;
    line-height: 1 !important;
    padding: 0 5px 0 5px !important;
    font-size: 13px !important;
}
.search-height-stacked {
    height: 23.53px !important;
    line-height: 1 !important;
    padding: 0 5px 5px 5px !important;
    font-size: 13px !important;
}
.search-input {
    height: 23.53px !important;
    line-height: 1 !important;
    width: 100px;
    padding: 0 12px !important;
    font-size: 13px !important;
}
.search-direction-combo {
    padding: 0 0 !important;
    height: 23.53px;
    width: 47.56px;
    font-size: 13px !important;
}
.search-criteria-combo {
    height: 23.53px;
    width: 95px;
    padding: 0 0 !important;
    font-size: 13px !important;
}
.search-distance-combo {
    height: 23.53px;
    width: 65px;
    padding: 0 0 !important;
    font-size: 13px !important;
}
.search-date {
    height: 23.53px;
    width: 80px;
    padding: 0 0 !important;
}


textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}



/*************** Sets all textbox sizing ***************/
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: 1;/***line-height 1 is equivalent to height: 21.53px****/
}
/*************** Sidebar ***************/
.Sidebar
{
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 200px;
    min-height: 43px;
}

.Sidebar,
.SidebarBackgroundColor
{
    background: #5c666f;
}

.ManagerContainer.HideBlankSidebar .Sidebar
{
    display: none;
}

.SidebarContainer
{
    padding: 10px 10px 10px 10px;
}

body.PageScrolling .SidebarContainer
{
    padding-bottom: 35px;
}

.Sidebar hr
{
    margin: 10px 0;
}

.SidebarHeader
{
    margin: 5px 10px 5px 10px;
    padding: 5px;
    background: #DDDDDD;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#AAAAAA), to(#DDDDDD));
    background: -moz-linear-gradient(270deg, #AAAAAA, #DDDDDD);
    background: -o-linear-gradient(#AAAAAA, #DDDDDD);
    color: black;
    font-weight: bold;
    border: 1px solid #888888;
    clear: both;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.SidebarSection
{
    overflow: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .SidebarSection + .SidebarSection
    {
        margin-top: 10px;
    }

.SidebarSectionDevelopment
{
}

.SidebarGroup
{
    background: white;
    margin: 0;
    padding: 1px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.SidebarHeaderedGroup
{
    margin-top: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.SidebarButtonGroup
{
    padding: 0;
    margin: 0;
}

li.SidebarLink, li.SidebarLinkDisabled, li.SidebarLabel
{
    list-style-type: none;
    margin-left: 7px;
}

a.SidebarLink, span.SidebarLink
{
    color: blue;
    margin: 5px 0;
    font-weight: bold;
    display: block;
}

span.SidebarLink
{
    color: #666;
}

a.SidebarLinkDisabled
{
    color: #666666;
    cursor: default;
}

    a.SidebarLinkDisabled:hover
    {
        text-decoration: none;
    }
a[disabled="disabled"] {
    pointer-events: none;
}
.export-button {
}
@media screen and (max-width: 809px) {
    .leftSectionContent500 {
        width: 100% !important;
    }
}
@media screen and (min-width: 810px) {
    .leftSectionContent500 {
        width: 500px !important;
    }
}

@media screen and (max-width: 991px) {
    .leftSectionContent991 {
        width: 100% !important;
    }
}
@media screen and (min-width: 992px) {
    .leftSectionContent991 {
        width: 550px !important;
        min-height: 400px;
    }
}

    @media screen and (max-width: 710px) {
        .pseudo-mobile {
            display: none;
        }
        .k-widget.k-grid.k-display-block {
            overflow: auto !important;
        }
        .menu-heading {
            padding-left: 0px !important;
            color: white !important;
            font-weight: bolder !important
        }
        .bar1, .bar2, .bar3 {
            width: 30px;
            height: 3px;
            background-color: #e6e6e6;
            margin: 6px;
            transition: 0.4s;
        }

        .change .bar1 {
            -webkit-transform: rotate(-45deg) translate(-9px, 6px);
            transform: rotate(-45deg) translate(-9px, 6px);
        }

        .change .bar2 {
            opacity: 0;
        }

        .change .bar3 {
            -webkit-transform: rotate(45deg) translate(-6px, -5px);
            transform: rotate(45deg) translate(-6px, -5px);
        }

        #leftFormPanel {
            width: 100%;
        }

        .menu-caret {
            float: right;
            margin: 9px 0 0 9px;
        }

        .mainnav-right-submenu > li > a {
            color: #3c3c3c;
        }

        .sub-dropdown-menu > li > a {
            color: white;
        }

        ul.dropdown-menu.sub-dropdown-menu {
            border-top: white 1px solid !important;
        }


        #mainnav > li > a {
            color: white !important;
        }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 3px 0 3px 20px;
        }
        .nav.navbar-nav.navbar-left {
            border-top: transparent solid .01em !important;
        }

        .NavMenuStyling {
            padding-right: 5px;
            padding-left: 0px;
            border-color: rgb(154, 154, 154);
            border-width: thin;
            border-style: solid;
            background-image: linear-gradient(-180deg, rgb(40, 72, 92) 22%, rgb(60, 60, 60) 86%);
        }

        .dropdown-menu-styling {
            background-color: #002544 !important;
        }

        ul.li.dropdown-menu-white a {
            color: white !important;
        }

        .Show-DesktopMenu {
            display: none !important;
        }

        .Show-MobileMenu {
            display: block;
        }

        .leftSectionContent710 {
            width: 100% !important;
        }

        .rightSectionContent710 {
            overflow: auto;
            padding-left: 7px;
            padding-right: 7px;
            padding-bottom: 10px;
            height: auto;
        }

        #RightHandLinks {
            display: none;
        }

        #TitleMobile {
            visibility: visible;
            display: inline !important;
        }

        .nav .open > a,
        .nav .open > a:hover,
        .nav .open > a:focus {
            background-color: transparent !important;
            border-color: white !important;
        }

        .nav > li > a:hover,
        .nav > li > a:focus {
            text-decoration: none;
            /*Removed to fix mobile nav pills / nav tabs*/
            /*background-color: transparent !important;*/
            /*border-color: white !important;*/
        }

        .right-header-links {
            float: right !important;
            font-size: 12px;
        }

        #Sidebar {
            visibility: visible;
            display: auto;
        }

        #bannerheadermobile {
            visibility: visible;
        }

        #RightHandLinksMobile {
            display: inline !important;
        }

        #navMenuContent {
            visibility: hidden;
            display: none;
        }

        #bannerheader {
            visibility: hidden;
            display: none;
        }

        .exportSection {
            width: 100%;
        }

        .exportSectionRight {
            width: 100%;
        }

        .exportSectionRightMobile {
            padding-left: 15px;
        }

        .exportSectionStructures {
            width: 100%;
        }

        .exportSectionStructuresRight {
            width: 100%;
            padding-left: 15px;
        }

        .detailsTopSection {
            width: 100%;
            max-width: 600px;
        }

        #hideBlankTr {
            display: none;
        }

        .Desktop-Only {
            display: none !important;
        }
        .Desktop-Only-Menu {
            display: none !important;
        }
        .Mobile-Only {
            display: inline;
        }

        .pseudo-mobile {
            display: none;
        }
    }

    @media screen and (min-width: 710px) {
        .bar1, .bar2, .bar3 {
            width: 20px;
            height: 2px;
            background-color: #fff;
            margin: .28em;
            transition: 0.4s;
        }
        .menu-heading {
            padding-left: 10px !important;
            color: white !important;
            font-weight: bolder !important
        }
        .dropdown-menu > li > a {
            padding: 3px 30px
        }
        .second-dropdown-menu {
            background: #394d59;
        }
        .change .bar1 {
            -webkit-transform: rotate(-45deg) translate(-4px, 6px);
            transform: rotate(-45deg) translate(-4px, 6px);
        }

        .change .bar2 {
            opacity: 0;
        }

        .change .bar3 {
            -webkit-transform: rotate(45deg) translate(-3px, -5px);
            transform: rotate(45deg) translate(-3px, -5px)
        }

        .dropdown-hover:hover .dropdown-menu {
            /** Show dropdown menu */
            display: block;
        }

        .bottom-right {
            position: absolute;
            top: 90px;
            right: 16px;
        }

        #leftFormPanel {
            width: auto;
        }

        .darkHoverBackground > a:focus, .darkHoverBackground > a:active, .darkHoverBackground > a:visited, .darkHoverBackground > a:hover, .darkHoverBackground > ul > li > a:focus, .darkHoverBackground > ul > li > a:active, .darkHoverBackground > ul > li > a:visited, .darkHoverBackground > ul > li > a:hover {
            background: #375263 !important
        }
        /*.mainnav-right-submenu > li > a {
             color: black !important;
         } 
    #mainnav > li > a {
        color: black !important;
    }*/
        #mainnav-right > li > a, #mainnav-right > li, #mainnav-right {
            height: 40px;
            padding-top: 0;
        }

            #mainnav-right > li > a {
                line-height: 2.3
            }

        .NavMenuStyling {
            padding-right: 5px;
            padding-left: 0px;
            /*border-color: rgb(154, 154, 154);*/
            border-width: thin;
            border-style: solid;
            background-image: linear-gradient(13deg, #356686 23%, #3c3c3c 63%);
        }

        .Show-DesktopMenu {
            display: block;
        }

        .pseudo-mobile {
            display: none;
        }

        .Desktop-Only {
            display: inline;
        }
        .Mobile-Only {
            display: none;
        }

        .Show-MobileMenu {
            display: none !important;
        }

        .leftSectionContent710 {
            width: 334px !important;
            min-height: 500px !important
        }

        .rightSectionContent710 {
            overflow: auto;
            padding-left: 7px;
            padding-right: 7px;
            padding-bottom: 10px;
        }

        #RightHandLinks {
            display: inline !important;
        }

        #RightHandLinksMobile {
            display: none;
            visibility: hidden;
        }

        #TitleMobile {
            display: none;
        }

        #bannerheadermobile {
            visibility: hidden;
            display: none;
        }

        #navMenuContent {
            visibility: visible;
            display: auto;
        }

        .exportSection {
            width: 100%;
            /*min-width: 100px;
        max-width: 400px;*/
        }

        .exportSectionStructures {
            width: 60%;
            min-width: 100px;
        }

        .exportSectionStructuresRight {
            width: 40%;
            min-width: 100px;
            max-width: 400px;
            padding-left: 40px;
        }

        .empty {
            height: 100px;
        }

        .detailsTopSection {
            width: 50%;
            min-width: 300px;
            max-width: 911px;
            line-height: 2;
        }

        .exportSectionRight {
            padding-left: 40px;
        }

        #hideBlankTr {
            display: inline;
        }
    }

    @media screen and (max-width: 550px) {
        #PhysicalLocTop {
            width: 100% !important;
        }

        #PhysicalLocMid {
            width: 100% !important;
        }

        #PhysicalLocBot {
            width: 100% !important;
        }
    }

    @media screen and (min-width: 550px) {
        #PhysicalLocTop {
            width: 50%
        }

        #PhysicalLocMid {
            width: 50%
        }

        #PhysicalLocBot {
            width: 100%
        }
    }

    @media screen and (max-width: 934px) {
        #PhysicalLocTop {
            width: 50%
        }

        #PhysicalLocMid {
            width: 50%
        }

        #PhysicalLocBot {
            width: 100%
        }
    }

    @media screen and (min-width: 934px) {
        #PhysicalLocTop {
            width: 28.15%
        }

        #PhysicalLocMid {
            width: 28.15%
        }

        #PhysicalLocBot {
            width: 43.7%
        }
    }

    @media screen and (max-width: 640px) {
        #GeoPhysicalLocTop {
            width: 100% !important;
        }

        #GeoPhysicalLocMid {
            width: 100% !important;
        }

        #GeoPhysicalLocBot {
            width: 100% !important;
        }
    }

    @media screen and (min-width: 640px) {
        #GeoPhysicalLocTop {
            width: 50%
        }

        #GeoPhysicalLocMid {
            width: 50%
        }

        #GeoPhysicalLocBot {
            width: 100%
        }
    }

    @media screen and (max-width: 1094px) {
        #GeoPhysicalLocTop {
            width: 50%
        }

        #GeoPhysicalLocMid {
            width: 50%
        }

        #GeoPhysicalLocBot {
            width: 100%
        }
    }

    @media screen and (min-width: 1094px) {
        #GeoPhysicalLocTop {
            width: 28.15%
        }

        #GeoPhysicalLocMid {
            width: 28.15%
        }

        #GeoPhysicalLocBot {
            width: 43.7%
        }
    }








    @media screen and (max-width: 730px) {
        #WRPhysicalLocTop {
            width: 100% !important;
        }

        #WRPhysicalLocMid {
            width: 100% !important;
        }

        #WRPhysicalLocBot {
            width: 100% !important;
        }
    }

    @media screen and (min-width: 730px) {
        #WRPhysicalLocTop {
            width: 50%
        }

        #WRPhysicalLocMid {
            width: 50%
        }

        #WRPhysicalLocBot {
            width: 100%
        }
    }

    @media screen and (max-width: 1259px) {
        #WRPhysicalLocTop {
            width: 50%
        }

        #WRPhysicalLocMid {
            width: 50%
        }

        #WRPhysicalLocBot {
            width: 100%
        }
    }

    @media screen and (min-width: 1259px) {
        #WRPhysicalLocTop {
            width: 28.15%
        }

        #WRPhysicalLocMid {
            width: 28.15%
        }

        #WRPhysicalLocBot {
            width: 43.7%
        }
    }

    .wellThreeStack {
        width: 50%;
        min-width: 300px;
        max-width: 911px;
        line-height: 2;
    }

    .k-grid-header th.k-with-icon .k-link {
        margin-right: 0px !important;
    }

    .k-grid-header th.k-header > .k-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /* Below is used to override "display: block" in kendo.bootstrap.min.css and kendo.common-bootstrap.min.css 
    for when the screen width is below a certain size */
    span.k-pager-info.k-label, span.k-pager-sizes.k-label {
        display: inline;
    }


    @-moz-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -moz-transform: translateX(0);
            transform: translateX(0);
        }

        40% {
            -moz-transform: translateX(-30px);
            transform: translateX(-30px);
        }

        60% {
            -moz-transform: translateX(-15px);
            transform: translateX(-15px);
        }
    }

    @-webkit-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        40% {
            -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
        }

        60% {
            -webkit-transform: translateX(-35px);
            transform: translateX(-35px);
        }
    }

    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        40% {
            -moz-transform: translateX(-40px);
            -ms-transform: translateX(-40px);
            -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
        }

        60% {
            -moz-transform: translateX(-65px);
            -ms-transform: translateX(-65px);
            -webkit-transform: translateX(-65px);
            transform: translateX(-15px);
        }
    }

    .arrow {
        position: left;
        bottom: 0;
        left: 50%;
        margin-left: 50px;
        width: 40px;
        height: 60px; /*change with size of arrow to make sit on bottom */
        /*   background-image: url(); */
        /*   background-size: contain; */
    }

    .bounce {
        -moz-animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
    }

    /*.k-input {
        width: 100% !important;
    }*/

    .icon-bar {
        background-color: #fff;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

    #MenuSearchDropDown li > a, #MenuSearchDropDown li > a > ul > li > a {
        color: white
    }

    .panel-default > .panel-heading {
        background: linear-gradient(0deg, #3579a5 0%, #356686 100%)
    }

    .panel-default > .panel-heading-search {
        background: linear-gradient(193deg, #536571 23%, #394c58 63%) !important
    }

    .panel-default > .panel-heading > label {
        color: white
    }

    .panel-default > .panel-heading a {
        color: white
    }

    .btn-dwr {
        display: inline-block;
        border: none;
        color: #FFFFFF;
        border-radius: 3px 3px 3px 3px !important;
        -webkit-border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        font-family: Arial;
        width: auto;
        height: 30px;
        font-size: 13px;
        padding: 6px 30px;
        box-shadow: 0 1px 0 0 #C7C0A1,inset 0 0px 0 0 #0F0D06,inset 0 0px 1px 0 #45708C,0 2px 4px 0 #D4D4D4 !important;
        -moz-box-shadow: 0 1px 0 0 #C7C0A1,inset 0 0px 0 0 #0F0D06,inset 0 0px 1px 0 #45708C,0 2px 4px 0 #D4D4D4;
        -webkit-box-shadow: 0 1px 0 0 #C7C0A1,inset 0 0px 0 0 #0F0D06,inset 0 0px 1px 0 #45708C,0 2px 4px 0 #D4D4D4 !important;
        text-shadow: 0px 0px 0px #212121;
        background-image: linear-gradient(to bottom, #356686, #383833);
        background-color: #726C75;
        margin: 5px;
        border-radius: .4em !important;
    }

        .btn-dwr:hover, .btn-dwr:active {
            border: none;
            color: white;
            background-color: #196F85;
            box-shadow: inset 0px 1px 0 0 #FFFFFF,inset 0 -1px 0 0 #FFFFFF,inset 0 -12px 37px -10px #25A4C4 !important;
            -moz-box-shadow: inset 0px 1px 0 0 #FFFFFF,inset 0 -1px 0 0 #FFFFFF,inset 0 -12px 37px -10px #25A4C4;
            -webkit-box-shadow: inset 0px 1px 0 0 #FFFFFF,inset 0 -1px 0 0 #FFFFFF,inset 0 -12px 37px -10px #25A4C4;
        }

    .btn-dwr-nograd {
        background-image: none;
        background-color: #35617e;
        padding: 6px 25px;
        height: auto;
    }
.btn-dwr-med {
    background-image: none;
    background-color: #35617e;
    width: 80px;
    padding: 6px;
    height: auto;
}
    .btn-dwr[disabled]:hover {
        background: red;
        content: "my tooltip";
    }

    .mobileMenu a:hover, #mobileMenu a:active, #mobileMenu a:focus {
        background-color: #234058;
    }

    .mobileMenu > .active > a:hover,
    .mobileMenu > .active > a:focus {
        color: #fff;
        background-color: #234058;
    }

    #mainnav-right a:hover, #mainnav-right a:active, #mainnav-right a:focus, #mainnav a:hover, #mainnav a:focus, #mainnav a:active, #mainnav a:visited {
        background-color: #234058;
        color: white;
        list-style-type: none;
    }

    #mainnav-right .open > a, #mainnav-right .open > a:hover, #mainnav-right .open > a:focus, #mainnav .open > a, #mainnav .open > a:hover, #mainnav .open > a:focus {
        background-color: #356686;
        list-style-type: none;
    }

    .dropdown-menu .divider {
        background-color: grey;
    }

    #account-information > li, #account-informationa, #account-information ul {
        padding: .1px 12px;
        padding-left: 0;
        padding-right: 0;
    }
#account-information > li > a {
    padding: 2px 20px;
}
    #mainnav-right > li > a:focus {
        background-color: transparent;
    }

    #mainnav > li, mainnav > li > a, mainnav > li > ul > li, #mainnav-right a {
        color: white;
    }

    .dropdown-menu > li, .dropdown-menu a, .dropdown-menu ul {
        padding: 3px 0px;
        list-style-type: none;
    }

.second-dropdown-menu > li, .dropdown-submenu ul {
    padding: 0;
} 

    #main-sub-nav-menu, #main-sub-nav-menu > li, #main-sub-nav-menu, #main-sub-nav-menu > li > a, #main-sub-nav-menu > li > ul, #main-sub-nav-menu > li > ul > li, #main-sub-nav-menu > li > ul > li > a {
        height: 25px;
        padding-top: 0;
        line-height: 1.2em;
        color: white;
    }

        #main-sub-nav-menu > li > a[aria-expanded="true"] {
            background: #009439;
        }

        #main-sub-nav-menu li.active, #main-sub-nav-menu .active {
            background-color: #009439;
        }

            #main-sub-nav-menu .active a {
                background: transparent;
            }

        #main-sub-nav-menu li a:focus {
            background-color: transparent;
        }

        #main-sub-nav-menu li a:hover {
            background-color: #009439;
            border-top-right-radius: 8px;
        }

    .mainnav-submenu-dropdown li a {
        padding-left: 15px;
        padding-right: 0px;
        line-height: 2 !important;
    }

    .mainnav-submenu-dropdown li {
        padding-left: 0px;
        padding-right: 0px;
        letter-spacing: .02em;
        font-size: 12px;
    }
    
    #main-sub-nav-menu > li:not(.mainnav-submenu-dropdown) {
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-top-right-radius: 8px;
    }

    .panel-heading:focus, .panel-heading:hover {
        background: linear-gradient(0deg, #384d59 0%, #356686 100%)
    }

.k-state-selected {
    background: #4e5657 !important;
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 100%) !important;
}
tr.k-state-selected {
    background: #009439 !important;
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 100%) !important;
}
    tr.k-state-selected:hover td {
        background-color: #009439 !important;
    }
    #rightSectionContent {
        overflow-x: hidden !important
    }

    .btn-csv {
        padding-left: 3px;
        padding-right: 3px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:active, .nav-pills > li.active > a:focus {
        background-color: #365971
    }

    .panel-heading label {
        color: white
    }

    .panel-heading[data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: "\e072"; /* "play" icon */
        color: #b0c5d8;
        font-size: 18px;
        float: left;
        line-height: 1.1;
        margin-right: 10px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .panel-heading[data-toggle="collapse"].collapsed:after {
        /* symbol for "collapsed" panels */
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .panel-title-font {
        font-size: 1.1em;
        color: black;
    }

    .modal-header {
        background: #28485c;
        color: white;
    }

        .modal-header > .close {
            color: white;
        }

    .container {
        display: inline-block;
        cursor: pointer;
    }

    #AdditionalResourceDiv > div > div:not(:last-child) {
        padding-bottom: 10px;
    }
@media screen and (max-width: 360px) {
     .shrinkFont360 {
         font-size: 12px;
     }
 }
@media screen and (min-width: 361px) {
     .shrinkFont360 {
         font-size: 14px;
     }
 }
/*.k-animation-container {
    width: 160px !important;

}*/
.k-group.k-menu-group.k-popup.k-reset.k-state-border-left, .k-group.k-menu-group.k-popup.k-reset.k-state-border-right {
    width: 100%
}
.k-picker-wrap.k-state-default {
    width:80%
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}