html {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: Arial;
    padding: 0px;
    margin: 0px;
    font-size: 11pt;
}

a {
    color: #0428DD;
}

a:hover {
    color: #4675E2;
}

p {
    padding: 10px;
    margin: 10px;
}

input {
    padding: 8px;
}

input[type='submit'] {
    cursor: pointer;
    margin: 5px;
}

select {
    cursor: pointer;
    padding: 8px;
}

#message_box {
    background: #f1f1f1;
}

#send {
    border: none;
}

#message {
    display: inline-block;
    border: solid 1px #f1f1f1;
    min-height: 100px;
    width: 100%;
    background: #FFF;
    text-align: left;
    box-sizing: border-box;
}

#guide_search_box {
    width: 100%;
    padding: 0px !important;
    margin: 0px 0px 5px !important;
}

#guide_search_term {
    width: 90%;
    margin: 0px !important;
    box-sizing: border-box;
}

#guide_search {
    width: 9.5%;
    margin-left: 0.5%;
    box-sizing: border-box;
    height: 36px;
    font-size: 10pt;
    padding: 10px;
    padding-top: 5px;
}

#guide_search image {
    padding-top: 1px;
    margin-right: 47px;
}

.padding {
    padding: 5px;
}

.alignLeft {
    text-align: left;
}

.p_hide {
    display: none;
}

.req {
    color: #cc0000;
}

.fixed {
    padding: 5px;
    background: #000000;
    position: fixed;
    bottom: 10%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

li {
    margin-bottom: 15px;
}

h1 {
    font-size: 14pt;
    margin: 0px;
    padding: 0px;
}

.countContact {
    background: #758486;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding: 7px;
    border-radius: 7px;
    padding: 7px 10px;
}

.countContactLink {
    text-decoration: none;
    font-weight: bold;
}

.actionbutton a {
    display: block;
    margin: 10px 150px;
    background: url('images/button-bg.png') repeat-x;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: none;
    color: #151515;
    padding: 15px 3px;
    text-align: center;
    border: 1px solid #F7C90C;
}

.actionbutton a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#F7C90C), to(#F2AB07));
    background: -moz-linear-gradient(top, #F7C90C, #F2AB07);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#F7C90C, endColorstr=#F2AB07);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F7C90C, endColorstr=#F2AB07)";
}

.red {
    color: #CC0000;
}

.proper {
    text-transform: capitalize;
}

.maindiv {
    text-align: center;
}

.step {
    text-align: center;
    font-size: 16pt;
    color: #FFF;
    background: #CCC;
    width: 88px;
    height: 24px;
    padding: 5px 0px;
    text-transform: uppercase;
    float: left;
}

.header {
    background: #000;
}

.menu {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.menu li {
    margin: 0px;
    padding: 10px 0px;
    display: inline-block;
    margin-left: -4px;
}

.menu li:hover {
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.menu a {
    color: #FFF;
    text-decoration: none;
}

.menu span {
    padding: 30px;
}

.content {
    background: #FFF;
    text-align: left;
    margin: 0px auto;
    padding: 15px;
    min-height: 400px;
}

.content table {
    background: #FFF;
}

.footer {
    background: #000;
    color: #3A3A3A;
    margin: 0px auto;
    font-size: 8pt;
    min-height: 300px;
    text-align: center;
    padding: 15px;
}

.footer a {
    color: #3A3A3A;
}

.footer li {
    display: inline;
}

.footer li:after {
    content: "  |  ";
}

#registration_form input {
    float: right;
    margin-right: 350px;
}

#registration_form div {
    float: left;
    margin-top: 10px;
    width: 100%;
}

#registration_form {
    clear: both;
    height: 950px;
    width: 1000px;
    margin: 0px auto;
}

.error {
    color: red;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #EFF298;
    background-color: #FAFCC4;
    padding: 10px;
    margin: 10px;
    opacity: 0.85;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#tooltip h3,
#tooltip div {
    margin: 0;
}

.tt_item {
    cursor: pointer;
    color: blue;
}

#pr12 input {
    padding: 0 !important;
}

table.leads {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.leads tr td,
.leads tr th {
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.leads tr td a {
    color: black;
    text-decoration: none;
}

.leads tr td a:hover {
    text-decoration: underline;
}

.leads tr th {
    background-color: #f1f1f1;
}

div.leads_apn {
    float: left;
    text-align: left;
}

div.leads_update {
    float: right;
    text-align: right;
    margin-bottom: 5px;
}

.date_string {
    text-align: right;
}

#offers-mails div {
    margin-left: 20px;
    margin-right: 20px;
}

.offer_end {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hp_ta {
    height: 90px;
    width: 500px;
    margin-left: 143px !important;
}

#h_pic {
    margin-right: 294px !important;
}

.hp_ta2 {
    height: 90px;
    width: 100% !important;
    margin: 10px 0px 10px 0px !important;
}

div.paginator {
    padding: 15px;
    text-align: center;
    margin: 5px;
}

div.paginator a {
    color: #212121;
    background: #F1F1F1;
    border: 1px solid #CCC;
    padding: 6px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    /*line-height: 250%;*/
}

a.leads_links {
    color: black;
    margin-right: 20px;
}

a.leads_links:hover {
    color: #0000FF;
}

a.leads_links img {
    margin-bottom: -4px;
}

#edit_site_image {
    max-width: 300px;
}

#dislaimer_form {
    display: none;
    background-color: #FFFFDD;
    border: 1px solid black;
    border-radius: 5px 5px 5px 5px;
    height: 170px;
    margin-left: 350px;
    margin-top: -370px;
    padding: 15px;
    position: relative;
    width: 500px;
    z-index: 20;
}

#disclaimer_form_submit {
    text-align: right;
    margin-top: 10px;
}

#disclaimer_button {
    margin-left: 10px;
}

.maindiv {
    z-index: 1;
}

div.lead-offer {
    margin: 0px;
}

#offers-mails {
    overflow: hidden;
    /* fix ie overflow issue */
    position: relative;
    width: 760px;
    height: 1900px;
}


/* remove the list styles, width : item width * total items */

#offers-mails ul {
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}


/* width of the item, in this case I put 250x250x gif */

#offers-mails li {
    width: 760px;
    height: 1750px;
    float: left;
}

.go_big_title {
    font-weight: bold;
    text-align: center;
}

.go_apn_block {
    margin-left: 60px !important;
}

.go_sign1 {
    float: left;
    width: 300px;
    border-top: 1px solid black;
}

.go_sign2 {
    float: left;
    width: 100px;
    border-top: 1px solid black;
    text-align: center;
}

.go_side_title,
.go_side_info {
    float: left;
}

.go_side_title {
    margin: 0px !important;
}

.go_side_info {
    margin-left: 10px !important;
}

.go_sides {
    clear: both;
}

table.go_price {
    margin-left: 20px;
}

.go_price_col1 {
    width: 600px;
}

table.leads-edit-table {
    margin-top: 20px;
}

a.print_link {
    color: black;
    text-decoration: none;
    margin-right: 10px;
}

#tooltip h3,
#tooltip div {
    font-weight: normal;
}

#home_url {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}


/* ADMIN CSS */

.alert {
    color: #21AE07;
}

.red_record {
    background: #F7EAE3;
}

#submenu {
    -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;
    background: #161616;
    height: 38px;
    padding: 0px;
    overflow: hidden;
}

#submenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#submenu li {
    display: inline-block;
    padding: 10px 40px;
    margin-left: -5px;
}

#submenu li:hover {
    background: #2B2B2B;
    cursor: pointer;
}

#submenu a {
    color: #FFF;
    text-decoration: none;
}

.abutton {
    background: #1864AF;
    color: #FFF !important;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 7px 16px;
    border: 1px solid #1862AD;
    cursor: pointer;
    font-size: 12pt;
    white-space: nowrap;
    -webkit-appearance: none;
}

.abutton:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
    color: #FFF;
}

.darkbluebutton {
    background: #032d57;
    color: #FFF !important;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 7px 16px;
    border: 1px solid #011a33;
    cursor: pointer;
    font-size: 12pt;
    white-space: nowrap;
    -webkit-appearance: none;
}

.darkbluebutton:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
    color: #FFF;
}

.greenbutton {
    background: #40b758;
    color: #FFF !important;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 7px 16px;
    border: 1px solid #669c4c;
    cursor: pointer;
    font-size: 12pt;
    white-space: nowrap;
    -webkit-appearance: none;
}

.greenbutton:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
    color: #FFF;
}

.blackbutton {
    background: #161616;
    color: #FFF !important;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 7px 16px;
    border: 1px solid #000000;
    cursor: pointer;
    font-size: 12pt;
    white-space: nowrap;
    -webkit-appearance: none;
}

.blackbutton:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
    color: #FFF;
}

.graybutton {
    background: #334455;
    color: #FFF !important;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 7px 16px;
    border: 1px solid #555;
    cursor: pointer;
    font-size: 12pt;
    white-space: nowrap;
    -webkit-appearance: none;
}

.graybutton:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
    color: #FFF;
}

#buttonsContainer button {
    margin: 5%;
}

.wtText {
    color: #FFF;
    font-weight: bold;
}

.inputForm {
    width: 80%;
    margin: 0px auto;
}

#formSection .inputForm {
    width: 95%;
    margin: 0px 15px;
}

.inputForm label {
    float: left;
    width: 50%;
}

.inputForm input,
.inputForm select,
.inputForm textarea {
    float: right;
    width: 50%;
}

.inputForm textarea {
    height: 100px;
}

.inputForm .row {
    clear: both;
    padding: 5px;
    border-bottom: solid #CCC 1px;
    min-height: 35px;
    display: block;
}

.checkbox_public,
.checkboxPublic,
.label_public {
    float: none !important;
    width: auto !important;
}

.checkbox_public,
.checkboxPublic {
    margin-right: 2%;
}

.label_public_title {
    margin-right: 10px !important;
    margin-left: 2% !important;
    float: none !important;
    width: 30% !important;
}

.label_public_check {
    margin-right: 10px !important;
    margin-left: 40% !important;
    float: none !important;
}

.input_public {
    width: 70% !important;
    margin-right: 2% !important;
}

.div_checkinput {
    width: 25%;
    display: inline-block;
}

.docTable td:first-child,
.docTable td:first-child+td,
.docTable td:first-child+td+td,
.docTable td:first-child+td+td+td,
.docTable td:first-child+td+td+td+td {
    width: 19.6%
}

.docTable td:first-child+td+td+td+td+td {
    width: 2%
}

.toggleBox {
    padding: 15px;
}

.toggleBoxHeader {
    background: #F1F1F1;
    border-bottom: solid #CCC 1px;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #212121;
}

.NotoggleBoxHeaderUploadFiles {
    background: #F1F1F1;
    border-bottom: solid #CCC 1px;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #212121;
}

.plus:before {
    content: " + ";
}

.minus:before {
    content: " - ";
}

.fourth {
    width: 25%;
    margin-top: 5%;
}

.uploadImage {
    height: 150px;
}

.uploadImageinput {
    background: none;
    border: 0;
    color: #1241CE;
    float: none !important;
}

.uploadImage img {
    width: 90%;
    max-height: 150px;
    overflow: hidden;
}

.floatLeft {
    float: left;
}

.center {
    text-align: center;
}

.delete {
    margin: -20px 0px 0px -20x;
    display: fixed;
}

.land,
.land ul,
.land ul li {
    background: #40B758;
}

.land ul li:hover {
    background: #35A84C !important;
}

.houses,
.houses ul,
.houses ul li {
    background: #0B7CBA;
}

.houses ul li:hover {
    background: #0671AA !important;
}

.hightlight_red,
.hightlight_red ul,
.hightlight_red ul li {
    background: #f16060;
}

.hightlight_red ul li:hover {
    background: #ef5454 !important;
}

.contact,
.contact ul,
.contact ul li {
    background: #E3A539;
}

.contact ul li:hover {
    background: #D19224 !important;
}

.user,
.user ul,
.user ul li {
    background: #4A5A6A;
}

.user ul li:hover {
    background: #001020 !important;
}

.back {
    float: left;
    width: 100px;
}

.errormessage {
    background: #FC0300;
    color: #FFF;
    padding: 10px;
    width: 100%;
}

.pageHeader {
    float: right;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    text-align: left;
}

.clear {
    clear: both;
}

.pageContainer {
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    padding-top: 20px;
}

.splitField {
    width: 50% !important;
}

.help {
    position: fixed;
    bottom: 10%;
    left: -1px;
    z-index: 100 !important;
}

.homeButtons {
    width: 250px;
    padding: 100px 0px;
    border: none !important;
    display: block;
}

.login {
    width: 20%;
    margin: 0px auto;
    text-align: center;
}

.login input {
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
}


/* UPLOAD FILES CSS */

.ajax-file-upload-statusbar {
    border: 1px solid #F1F1F1;
    margin-top: 10px;
    width: 95%;
    margin-right: 10px;
    margin: 5px;
    padding: 5px 5px 5px 5px;
}

.ajax-file-upload-filename {
    display: inline-flex;
    width: 24%;
    word-wrap: break-word;
    height: auto;
    margin: 0 5px 5px 10px;
    color: #807579;
}

.ajax-file-upload-progress {
    margin: 0 10px 5px 10px;
    position: relative;
    width: 98%;
    border: 1px solid #F1F1F1;
    padding: 1px;
}

.ajax-file-upload-bar {
    background-color: #40B758;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color: #FFFFFF;
}

.ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%
}

.ajax-file-upload-red {
    background: #E56060;
    color: #FFF;
    width: 20%;
    border-color: #E05959;
    display: inline-block;
}

.ajax-file-upload-red:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
    color: #FFF;
}

.ajax-file-upload {
    display: inline-block;
    width: 30%;
    margin-bottom: 1%;
    margin-right: 25%;
}

.ajax-upload-dragdrop {
    border: 1px dotted #A5A5C7;
    width: 98%;
    color: #DADCE3;
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 0px 10px;
    margin-bottom: 10px;
}

.pager img {
    vertical-align: middle;
    margin-bottom: 5px;
}

#alternatecolor tr th.tablesorter-header:not(.tablesorter-unsort) {
    background-image: url(../images/black16x16/table-bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
    margin-right: -1px;
    border-left: 1px solid #758486;
}

#alternatecolor tr th.tablesorter-header:hover:not(.tablesorter-unsort) {
    opacity: 0.8;
    cursor: pointer;
}

#alternatecolor tr th.tablesorter-headerDesc:not(.tablesorter-unsort) {
    background-image: url(../images/black16x16/table-asc.png);
    background-color: #97A6A8;
}

#alternatecolor tr th.tablesorter-headerAsc:not(.tablesorter-unsort) {
    background-image: url(../images/black16x16/table-desc.png);
    background-color: #97A6A8;
}

#display_block {
    position: absolute;
    z-index: 100;
    padding: 1%;
    display: none;
    line-height: 20px;
    background-color: #1864AF;
    color: #FFF;
}

.podio_container {
    width: 70%;
    margin: 0 auto;
    border: 1px solid #CCC;
}

.podio_container .row p {
    margin: 0px 0px 20px;
    padding: 0px;
}

.podio_container .row>label {
    display: inline-block;
    font-weight: bold;
    width: 40%;
}

.podio_container .row>span,
.podio_container .row>div {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}

.podio-form iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

#iframe1 {
    min-height: 1357px;
}

#iframe2 {
    min-height: 903px;
}

#iframe3 {
    min-height: 677px;
}

@media (max-width:480px) {
    .podio_container,
    .podio_container .row>span,
    .podio_container .row>div {
        width: 100%;
    }
    .podio_container .row>label {
        margin-bottom: 5px;
    }
    #iframe1 {
        min-height: 1443px;
    }
    #iframe2 {
        min-height: 972px;
    }
    #iframe3 {
        min-height: 1068px;
    }
}


/* UPLOAD FILES CSS */

@media (max-width: 1024px) {
    .hideTablet {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
        visibility: collapse !important;
    }
    .login {
        width: 60%;
    }
    .help {
        visibility: hidden !important;
    }
    .fourth {
        width: 50% !important;
    }
    .uploadImage {
        height: 160px !important;
    }
}

@media (max-width: 800px) {
    .fourth {
        width: 100%;
    }
    .floatLeft {
        width: 20% !important;
    }
    .floatRight {
        width: 80% !important;
    }
    .menu {
        height: 40px !important;
    }
    .menu ul li {
        width: 50px !important;
        height: 20px !important;
        font-size: 1px !important;
    }
    .menu ul li a span {
        color: transparent !important;
        padding: 18px !important;
    }
    #submenu ul li {
        width: 10px !important;
        height: 40px !important;
    }
    #submenu ul li a {
        color: transparent !important;
    }
    .homeButtons {
        width: 120px !important;
        padding: 50px 0px !important;
    }
    #delete {
        margin-left: 50% !important;
    }
    #line-breaker {
        display: block !important;
    }
}

@media (max-width: 480px) {
    .back {
        float: none;
        width: 100%;
    }
    .floatLeft,
    .floatRight {
        float: none;
        width: 100%;
        padding: 10px 0px;
    }
    .pageHeader {
        float: none;
        width: 100%;
        padding-top: 30px;
    }
    .inputForm {
        width: 90%;
    }
    .inputForm label {
        float: none;
        width: 100%;
    }
    .inputForm input {
        float: none;
        width: 100%;
    }
    .inputForm input,
    .inputForm select,
    .inputForm textarea {
        float: none;
        width: 100%;
    }
    .splitField {
        width: 100% !important;
    }
    .inputForm .row {
        clear: both;
        padding: 5px;
        border-bottom: solid #CCC 1px;
        min-height: 35px;
        display: block;
    }
    .hideMobile {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
        visibility: collapse !important;
    }
    .login {
        width: 90%;
    }
    .fourth {
        float: none !important;
        width: 100% !important;
    }
    .uploadImage {
        height: 200px !important;
    }
}

table.altrowstable {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #333333;
    border-width: 1px;
    border-color: #a9c6c9;
    border-collapse: collapse;
    text-align: center;
}

table.altrowstable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #a9c6c9;
}

table.altrowstable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #a9c6c9;
}

.oddrowcolor,
.odd {
    background-color: #d4e3e5;
}

.evenrowcolor,
.even {
    background-color: #c3dde0;
}

.headerTablecolor {
    background-color: #758486;
}

.hover_div {
    z-index: 100;
    position: absolute;
    display: none;
    min-width: 300px;
    border: 1px solid #a9c6c9;
    padding: 10px;
    background: #FFF;
    color: #333;
    text-align: left;
}

.hover_div span {
    display: inline-block;
    width: 80%;
}


/* popup */

#popup-background {
    display: none;
    opacity: 0.75;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
}

.popup {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: none;
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: 101;
    width: 60%;
    min-height: 60%;
    padding: 1%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #c2c2c2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
}

.popup h2 {
    padding: 0 0 0.1em;
    margin: 0;
    border-bottom: 1px solid #aaaaaa;
}

.popup-body {
    overflow-y: scroll;
    height: 100%;
    padding: 1%;
}

.popup-close-icon {
    position: absolute;
    top: 1%;
    right: 1%;
    width: 30px;
    height: 30px;
    border: 0;
    background: url('../images/black16x16/ic_cancel.png') no-repeat center center;
    text-indent: -999em;
    cursor: pointer;
}

@media screen and (max-width:480px) {
    .popup {
        width: 95% !important;
        left: 2.5% !important;
    }
}


/* toggle-btn */

.toggle-btn-grp {
    margin: 3px 0;
}

.toggle-btn {
    text-align: center;
    text-decoration: none;
    font-size: 12pt;
    white-space: nowrap;
    -webkit-appearance: none;
    border: 1px solid #555;
    border-radius: 3px;
    margin: 5px 2px;
    padding: 0.4em 3em;
    color: #000;
    background-color: #FFF;
    display: inline-block;
    cursor: pointer;
}

.toggle-btn-grp.joint-toggle .toggle-btn {
    margin: 5px 0;
    padding: 0.4em 2em;
    border-radius: 0;
    border-right-color: white;
}

.toggle-btn-grp.joint-toggle .toggle-btn:first-child {
    margin-left: 2px;
    border-radius: 10px 0px 0px 10px;
}

.toggle-btn-grp.joint-toggle .toggle-btn:last-child {
    margin-right: 2px;
    border-radius: 0px 10px 10px 0px;
    border-right: solid 1px #CCC;
}

.toggle-btn:hover {
    border: solid 1px black;
    background: #DDD;
}

.toggle-btn.success {
    background: #DDD;
    border: solid 1px black;
}

.toggle-btn-grp.cssonly * {
    width: 140px;
    height: 30px;
    line-height: 30px;
}

.toggle-btn-grp.cssonly div {
    display: inline-block;
    position: relative;
    margin: 5px 2px;
}

.toggle-btn-grp.cssonly div label {
    position: absolute;
    z-index: 0;
    padding: 0;
    text-align: center;
}

.toggle-btn-grp.cssonly div input {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.toggle-btn-grp.cssonly div:hover label {
    border: solid 1px black;
    background: #DDD;
}

.toggle-btn-grp.cssonly div input:checked+label {
    background: #334455;
    color: #FFF;
}

.feature {
    background: black;
}

.specific_search {
    padding-right: 20px;
    float: left;
    position: relative;
    top: 30px;
}


/*The SearchBar*/

#overview_search .search_container {
    /* background: white; */
    /* padding: 15px 5px; */
    /*margin-top: 10px;*/
    position: relative;
    left: 15px;
    width: 101%;
    float: left;
}

#overview_search .search_container input[type=text] {
    /* background: #f1f1f1; */
    /* font-size: 15px; */
    border: 1px solid grey;
    float: left;
    /* width: 22%; */
}

#overview_search .search_container button {
    margin-right: 5px;
    float: left;
    padding: 7px;
    background: #1864AF;
    color: white;
    /* font-size: 17px; */
    border: 2px solid grey;
    border-left: none;
}

#overview_search .icon-search {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAYCAYAAAD+vg1LAAACCElEQVRIS63VzYtPcRTH8dcIOw95iligrGQhSggLlBrFQp7Cf4ANxcJCsWClWLERocaCUpQpSaRYkCysPC3kYUoRhgX61PenO9f9zfyYOXUX93zPeXfu53vOuV3+trHYhs1YjMn4ime4jtN405A3wNVVC1iBs5g7SGI/DuMYfrWLq4JT4QWMHqqacn4JO/CzKb4FXoI7iAyxd6Wiq3iN8ViJ/VheAaXqA+3Ao/AE80vAA3SjryEhhUSGQ+Us1S7C43psAjfiSjl4iwVtoNXcc9hZHD3Y0gSOVlvLwW6c6kDj6XhVpMtlTsK3al4qfoHZxTm1g2pb+Textrwsw/06+AfGFGDAndoJ7C3B6ajLdfD38km5rP8FR+No/ccixXPMKZ5p+NBhyb1YM5gUF8sIJ2YPTnYAnlEuLxJm3DP2ucQBFW9ABiGWwUi7DVV1JnR7yTmPXU3tlgFJgwcYe4j1eN9QeaQ7ioOVs+yXu03g+LLF7lVGOhUfL1/yEhOwCvuwtAZ5hNX4WJei9b4J0Tu6/atlDaSnP7US62szjZ61OW8Q8ucCmFmLiRzr8CX+Oji+VJy+zJMFkxbMzT/FNZzBuLINZ9Xgt8oC628CdypDviqrNnujajey2IYDDiyr9jam1OA9wwWHtxCRYGIF3jcS4PDyB8qIR/usz+6RAgeeQTlSnt6RBA+Q+Tc8oGD0Wu7xLgAAAABJRU5ErkJggg==) no-repeat center top;
    background-size: contain;
    color: transparent;
    filter: invert(1);
}

#overview_search .search_container button:hover {
    background: #0b7dda;
}

#overview_search .search_container::after {
    content: "";
    clear: both;
    display: table;
}

.odd_vw {
    background-color: #d4e3e5;
}

.even_vw {
    background-color: #c3dde0;
}

.th_vw {
    color: black !important;
    cursor: pointer;
}

#range_vw {
    font-size: 14px;
    float: left;
    display: none;
    top: 30px;
    position: relative;
}


/*-----popover --------*/

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    -webkit-bg-clip: padding-box;
    -moz-bg-clip: padding;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
    content: " ";
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
    content: " ";
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
    content: " ";
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
    content: " ";
}

.working {
    background-color: #9b109b !important;
}
.fix-progress{
    background-color: #005577 !important;
}

.add_links {
    cursor: pointer;
}

.input-popup-mobile {
    width: 50%;
}