﻿
/* GENERAL */

/*[class*='col-'].input-group {
    float:left!important;
    padding:15px!important;
}*/

@media (max-width: 576px) {
    .loginPlugin_Label {
        display: inline-block;
        width: 125px !important;
    }

    #loginPlugin_MainContainer {
        padding: 0px 0px 20px 0px !important;
    }

    #loginPlugin_MainContainer {
        margin-top: 20px;
    }
}

#loginPlugin_MainContainer {
    width:100% !important;
    max-width: 600px !important;
    min-width: 300px !important;
    box-sizing: border-box !important;
}

#loginPlugin_LoginButtonContainer, #loginPlugin_ChangePwdButtonContainer {
    background-color: rgba(231, 101, 101, 1);
    border-color: rgb(0, 0, 0);
}

.loginPlugin_Label {
    width: 225px;
}


#confirmationRevertNo {
    color: black;
    margin-left: 10px;
}

#getAllIndice {
    margin-top: 10px;
}

.dx-radiobutton-checked .dx-radiobutton-icon-dot {
    background-color: #d9534f !important;
    border: 1px solid rgba(121, 30, 27, 1) !important;
}

.dx-radiobutton-icon::before {
    border: 1px solid rgba(121, 30, 27, 1) !important;
}

label {
    font-weight: normal;
}

#iconDownload {
    font-size: 16px;
}

.dataExtColumn {
    vertical-align: top;
    text-align: left;
    background-color: rgba(237, 237, 237, 1);
    border: 1px solid #ccc;
    min-height: 620px !important;
    padding: 20px !important;
    margin: 10px;
    float: unset !important;
    display: inline-block;
}

#lblCanInd {
    display: inline-block;
}


#downloadAllBoard {
    margin: auto;
    margin-top: -5px;
}

#tail {
    display: none;
    position: absolute;
    float: left;
    background-color: white;
    border: 1px solid grey;
    z-index: 6;
    padding: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.75);
}

#lstMessages ul {
    text-align: left;
}

#showMessages .modal-body {
    text-align: left;
}

.tooltip {
    background-color: white;
    /*border: 1px solid #7EABCD;
        border-radius: 4px 4px 4px 4px;*/
    font-size: 9pt;
    padding: 5px;
    position: absolute;
    /*width: 100px;*/
    z-index: 9999;
}

#exTab3 .nav-pills > li > a {
    border-radius: 4px;
    background-color: white;
    color: black !important;
}

#MapRefreshAreaSearch {
    float: none;
}

#exTab3 .nav-pills > li.active > a {
    background-color: #d9534f;
    color: white !important;
}

#exTab3 .nav-pills > li > a:hover {
    background-color: rgba(188, 46, 41, 1);
    color: white !important;
}

#exTab3 .tab-content {
    margin-bottom: 50px;
}

    #exTab3 .tab-content .active {
        color: black !important;
        background-color: white !important;
        padding: 5px;
        border: 1px solid black;
    }

li.active {
    /*border-bottom: 6px solid red !important;*/
}

#inputConnect {
    padding: 5px;
}



#alwaysHidden {
    height: 0;
}

html {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    height:100%;
    /*background: radial-gradient(circle, rgba(255,255,255,1) 75%, rgba(122,124,102,1) 100%);*/
    /*background: rgba(122,124,102,1);
    background: -moz-linear-gradient(left, rgba(122,124,102,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(122,124,102,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(122,124,102,1)), color-stop(30%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(70%, rgba(255,255,255,1)), color-stop(100%, rgba(122,124,102,1)));
    background: -webkit-linear-gradient(left, rgba(122,124,102,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(122,124,102,1) 100%);
    background: -o-linear-gradient(left, rgba(122,124,102,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(122,124,102,1) 100%);
    background: -ms-linear-gradient(left, rgba(122,124,102,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(122,124,102,1) 100%);
    background: linear-gradient(to right, rgba(122,124,102,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(122,124,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7c66', endColorstr='#7a7c66', GradientType=1 );*/
    /*background: rgba(122,124,102,0.6);
    background: -moz-linear-gradient(left, rgba(122,124,102,0.6) 0%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.6) 70%, rgba(122,124,102,0.6) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(122,124,102,0.6)), color-stop(30%, rgba(255,255,255,0.6)), color-stop(50%, rgba(255,255,255,0.6)), color-stop(70%, rgba(255,255,255,0.6)), color-stop(100%, rgba(122,124,102,0.6)));
    background: -webkit-linear-gradient(left, rgba(122,124,102,0.6) 0%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.6) 70%, rgba(122,124,102,0.6) 100%);
    background: -o-linear-gradient(left, rgba(122,124,102,0.6) 0%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.6) 70%, rgba(122,124,102,0.6) 100%);
    background: -ms-linear-gradient(left, rgba(122,124,102,0.6) 0%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.6) 70%, rgba(122,124,102,0.6) 100%);
    background: linear-gradient(to right, rgba(122,124,102,0.6) 0%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.6) 70%, rgba(122,124,102,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7c66', endColorstr='#7a7c66', GradientType=1 );
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

body {
    min-width: 100px;
    width: 100%;
    height:100%;
    font-size: 18px;
    padding-right: 0px !important;
    display: inline-table;
    background-color:transparent !important;
}

#container {
    padding: 120px 100px 0 100px;
/*    height: 100%;*/
    background-color: rgba(255, 255, 255, 0.86);
    display: none;
}

#divCannotLogin {
    margin: 10px;
    display: none;
}

.alwaysShown {
    display: block !important;
}

#divResultsAreas {
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}

#AreaInfoUserControl {
    text-align: center;
}

.padding-5 {
    padding: 5px;
}

#MapAreaSpecs {
    margin-top: 10px;
}

#titreModPassw {
    float: left;
}

#dataExtButtons {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#connectionForm .controls, #loginArea .controls {
    text-align: center;
    width: 400px;
    display: block;
}

.dropdown-header {
    background-image: linear-gradient(to top right, rgba(255, 0, 0, 0.06), rgba(255, 51, 51, 0.25), rgba(255, 102, 102, 0.44), rgba(255, 153, 153, 0.62), rgba(255, 204, 204, 0.81), rgb(255, 255, 255), rgb(255, 237, 237), rgb(255, 219, 219), rgb(255, 202, 202), rgb(255, 184, 184), rgb(255, 166, 166), rgb(255, 148, 148));
    border-top: 1px solid grey;
    color: grey;
    padding-right: 20px;
}

#connectionForm th, #loginArea th {
    text-align: center;
}

#forgetPssw {
    display: none;
}


#mapESRI {
    border: 1px solid black;
    margin-bottom: 30px;
    height: 580px;
}




@media(max-height:875px) {
    #mapESRI {
        height: 450px;
    }
}

@media(max-height:450px) {
    #mapESRI {
        height: 350px;
    }
}

@media(max-height:300px) {
    #mapESRI {
        height: 200px;
    }
}

.vertAlignMiddle {
    display: table-cell !important;
    vertical-align: middle !important;
    width: 200px;
}

header {
    width: 100%;
    border-bottom: 1px solid black;
    text-align: center;
    padding: 15px;
    position: absolute;
    z-index: 1000;
    background-color: white;
    box-sizing: border-box;

    /*background: rgba(255, 238, 238, 1.0);
    background: -webkit-linear-gradient(bottom left, rgba(255, 238, 238, 1.0), rgba(255, 1, 1, 0.25));
    background: -moz-linear-gradient(bottom left, rgba(255, 238, 238, 1.0), rgba(255, 1, 1, 1.0));
    background: linear-gradient(to top right, rgba(255, 238, 238, 1.0), rgba(255, 1, 1, 0.25));*/
}


#periodRange {
    display: block;
}

#redLine {
    background-color: red;
    top: 0px;
    position: absolute;
    height: 5px;
    width: 100%;
    float: left;
    margin: 0 0 10px 0 !important;
    padding: 0px !important;
    left: 0px;
    display: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

#lblAllCanInd {
    display: inline;
}

#AllCanQueries tr {
    border: 2px solid transparent;
}

#BoardQueries tr {
    border: 2px solid transparent;
}

.padding-top-10 {
    margin-top: 10px !important;
}

.allAllCan {
    border-bottom: 1px solid lightgray;
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
}

#waitBackground {
    height: 100%;
    z-index: 20000;
    background-color: rgba(255, 255, 255, 0.20);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

#loadGif {
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    border-radius: 7px;
    width: 190px;
    left: 50%;
    top: 30%;
    z-index: 9999;
    position: absolute;
    border: solid 1px black;
    background-color: white;
    padding: 15px;
    margin-left: -87px;
    text-align: center;
}

#load {
    margin-bottom: 20px;
    max-width: 160px;
}

#percent {
    margin: 0;
}

.loadGif {
    margin-bottom: 20px;
}

    .loadGif img {
        position: absolute;
    }

    .loadGif table {
        top: 30%;
        left: 50%;
        margin-left: -100px;
        z-index: 9999;
        position: absolute;
        border: solid 2px #808080;
        background-color: white;
        padding: 20px;
        font-weight: bold;
    }

    .loadGif div {
        text-align: center;
        width: 100%;
    }




/* END GENERAL */


/* topnav - NAVIGATION - MENU */

header {
    display: inline-block;
    text-align: left;
}

#typePropMonth {
    display: none;
}

header img {
    height: auto;
}

h1, h2, h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#disconnect {
    display: block;
}

#username {
    display: inline-block;
}

#currentEmail {
    display: inline-block;
}

.spaceBottom {
    padding-bottom: 10px !important;
}

#ChangePassword {
    display: none;
}
/*.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
     padding-right: 0!important; 
     padding-left: 0!important;
     margin-bottom:5px;
     margin-right:5px;
}*/
.nav {
    margin-bottom: 10px !important;
}

.slider .tooltip.top {
    margin-top: -50px;
    background-color: transparent;
}

.grid {
    display: inline-grid;
}

#exportPolygons {
float:right;
}

#himg {
    text-align: center;
    max-height: 80px;
    display: inline;
    margin-left: 10px;
}

.toplbl {
    display: block !important;
    margin-top: 10px;
}

#menu .active {
    /*background-color: #d9534f !important;
    color: white !important;
    border-radius: 5px;*/
    /*font-weight: bold;*/
    border-bottom: 6px solid red !important;
}


.ib {
    display: inline-block;
}

.spaceBottom10 {
    margin-bottom: 10px;
}

#menu {
    display: inline-block;
    width:100%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}



#menuConn {
    float: right;
    padding: 5px;
    padding-right: 30px;
}

li.icon {
    display: none;
}

.topnav li:focus {
    color: white;
}

.topnav .rightSideControls {
    display: block;
    width: 50px !important;
    height: 35px !important;
}

.topnav .rightSide {
    margin-bottom: 5px;
    float: right !important;
}


/*div.tab-pane.active {
    background-color: white !important;
}*/

#separation {
    width: 50%;
    border-right: 1px solid red;
}

#divSearch {
    display: inline-block;
}

#search {
    margin-bottom: 5px;
}

.input-group {
    margin-bottom: 5px;
}

.rightSideAreaInfo {
    margin-left: 5px;
}

.line {
    border-bottom: 1px solid Gainsboro;
    padding-bottom: 5px;
}
.topnav li a  {
    border-bottom: 6px solid transparent;
}

#respBurger {
    width: 100px;
}

.topnav li a {
    /*border-collapse: separate;*/
    /* float: left; */
    /* color: black; */
    /* background-color: lightgray; */
    /* border-radius: 5px; */
    /* border: 1px solid black; */
    display: table !important;
    width: 150px !important;
    height: 80px !important;
    font-size: large;
    font-weight: bold;
    color: #5a5a5a;
    margin-right: 5px;
    text-align: center !important;
    /* -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    /* box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75); */
    /* padding: 2px; */
    /* margin-bottom: 6px;*/
}


.topnav {
    margin: 0;
    display: none;
    padding: 0 !important;
}

ul.topnav {
    list-style-type: none;
}



a {
    text-decoration: none !important;
}

.topnav li {
    float: left;
    margin-right: 10px;
}

li.responsive:not(.icon) {
    display: inline-block;
}

.topnav li a:hover {
    /*color: white;
    border-radius: 5px;
    background-color: rgba(188, 46, 41, 1);*/
    border-bottom: 6px solid #ff726f;
}


.icon {
    visibility: hidden;
    text-decoration: none;
    width: 40px;
    height: 40px;
    float: left;
    color: black;
    float: left;
    display: none;
    visibility: visible;
    margin: 10px 0px 10px 0;
    padding: 0px 0px 5px 0;
}

#respBurger {
    float: left;
}



@media screen and (max-width:1253px) {
    ul.topnav li {
        display: none;
        width: 100%;
        float: none;
    }

        ul.topnav li.icon {
            float: left;
            display: inline-block;
            color: black;
            visibility: visible;
            width: 40px;
            height: 40px;
            margin: 10px 0px 10px 0;
            padding: 0px 0px 5px 0;
        }
}

@media screen and (max-width:1253px) {
    .topnav li {
        display: inline-block;
        padding: 0px 0px 0px 0px !important;
    }

        .topnav li a {
            width: 100% !important;
            height: 8px !important;
        }

    ul.topnav.responsive {
        position: relative;
    }

        ul.topnav.responsive li.icon {
            float: left;
            display: inline-block;
            color: black;
            visibility: visible;
            width: 40px;
            height: 40px;
            margin: 10px 0px 10px 0;
            padding: 0px 0px 5px 0;
        }

        ul.topnav.responsive li {
            float: left;
            display: block;
            text-align: center;
            margin: 10px 0px 10px 0;
            padding: 0px 0px 5px 0;
        }

            ul.topnav.responsive li a {
                display: block;
                float: none;
                margin: 0px;
                width: 100%;
            }
}


@media (max-width:992px) {

    .select-board {
        padding-top: 20px !important;
        margin-top: 20px !important;
        border-top: 1px solid gray !important;
        border-left: none !important;
        padding-left: 0 !important;
    }
}

.select-board {
    padding-left: 20px !important;
    border-left: 1px dashed lightgray;
    height: 600px;
}

.no-padding-only {
    padding: 0 !important;
}

/* END NAVIGATION */
    #lblBoardInd {
    display: inline-block;
}

#ForgotPssw {
    display: inline-block;
}

h1 {
    text-align: center;
}

#msg {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

table {
    /*display: block;*/
    width: 100%;
}




tbody {
    display: table;
}

.verticalLine {
    border-right: 4px solid lightgrey;
    height: 200px;
}

.verticalCenter {
    text-align: center;
}

#tooMuchTime {
    display: none;
}

#PropMonth {
    display: none;
    padding-top: 10px;
    padding-bottom: 30px;
}

.icon-style {
    background-color: #d9534f !important;
    color: white !important;
}

.darkred {
    color: rgba(134, 33, 29, 1);
}

.slider.slider-horizontal {
    width: 99% !important;
}

.slider-track {
    background-image: linear-gradient(to bottom, grey 0%, grey 100%);
}

.centerIt {
    margin-left: auto;
    margin-right: auto;
}

.slider-handle {
    background-color: black;
    background-image: -webkit-linear-gradient(top, black 0%, black 100%);
    background-image: -o-linear-gradient(top, black 0%, black 100%);
    background-image: linear-gradient(to bottom, black 0%, black 100%);
}

.slider.slider-horizontal .slider-track {
    border: 1px solid;
}

.slider-selection {
    background: red !important;
}

.slider-handle {
    background: black !important;
}

.slider-tick.in-selection {
    background-image: linear-gradient(to bottom, black 0%, black 100%);
}

.slider-tick {
    background-image: -webkit-linear-gradient(top, black 0%, black 100%);
    background-image: -o-linear-gradient(top, black 0%, black 100%);
    background-image: linear-gradient(to bottom, black 0%, black 100%);
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, red 0%, red 100%);
    background-image: -o-linear-gradient(top, red 0%, red 100%);
    background-image: linear-gradient(to bottom, red 0%, ted 100%);
}






/*CHARTS */


.chart {
    display: inline-block;
    width: 100%;
    min-width: 400px;
}

#mapLevel {
    display: inline-block;
    margin-left: 20px;
}

#chartsIndex {
    border: 1px solid black;
    margin-bottom: 20px;
    padding: 5px;
}

#chartsValue {
    padding: 5px;
    border: 1px solid black;
}

#chart2 {
    width: 100%;
}

chartsValue {
    width: 100%;
    margin-bottom: 50px;
}

.btnLinkCustom {
    margin-top: -7px !important;
}

#MapGenInfoBenchProp {
    background-color: transparent;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    border: 1px solid black;
    margin-right: 10px;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    min-height: 262px;
    border-radius: 3px;
}

#divMapShowPercent label {
    margin-top: -2px;
}

#MapChart2Export {
    max-width: 200px;
}

#MapChart3Export {
    max-width: 200px;
}

#MapGenInfoBenchProp p {
    display: inline-block;
}

#MapGenInfoBenchProp label {
    min-width: 120px;
}

#rangeSelector {
    margin-bottom: 20px;
}

#MapGenInfoBenchData {
    background-color: transparent;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    border: 1px solid black;
    margin-right: 10px;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    min-height: 262px;
    border-radius: 3px;
}

    #MapGenInfoBenchData p {
        display: inline-block;
    }

    #MapGenInfoBenchData label {
        min-width: 150px;
    }

#chartsIndex {
    width: 100%;
    margin-bottom: 50px;
}


/*END CHARTS*/

#submitGetArea {
    margin: 0 0 0 5px;
}

#ToHide {
    display: none;
    padding-bottom: 50px;
}

#ToHideComp {
    display: none;
    padding-bottom: 50px;
}

#tabComp tbody {
    width: 600px;
    text-align: center;
}

#areas {
    padding-top: 0;
    margin-top: 20px;
    display: inline-block;
}

#genInfoBenchProp {
    background-color: transparent;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    border: 1px solid black;
    margin-right: 10px;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    min-height: 230px;
    border-radius: 3px;
}


    #genInfoBenchProp h3 {
        border-bottom: 1px solid lightgray;
        margin-bottom: 5px;
        padding-bottom: 3px;
    }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 300px;
    margin: auto;
    margin-bottom: 10px !important;
}

#areaSpecs {
    display: none;
    max-width: 90%;
    padding-top: 20px;
}

#AreaData {
    text-align: left !important;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-bottom: 5px;
}

#genInfoBenchData {
    margin-right: 20px;
    background-color: transparent;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    border: 1px solid black;
    margin-right: 10px;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    min-height: 230px;
    border-radius: 3px;
}

    #genInfoBenchData h3 {
        border-bottom: 1px solid lightgray;
        margin-bottom: 5px;
        padding-bottom: 3px;
    }

#selectsArea {
    text-align: left;
}

#genInfoBenchData label {
    min-width: 200px;
}

#genInfoBenchProp label {
    min-width: 200px;
}


#genInfoBenchData p {
    display: inline-block;
}

#genInfoBenchProp p {
    display: inline-block;
}



#allBoardsSum, #allPropTypeBenchS, #allMonthsBenchS, #boardsOfMap, #boardAttr, #divBoardAttr, spaceDown {
    margin-bottom: 10px !important;
}


/*.selectpicker {
    margin-bottom: 10px !important;
}*/

#resultGetAreaComp tr {
    margin-bottom: 10px;
}

#resultGetArea tr {
    margin-bottom: 10px;
}

.dx-row.dx-data-row.dx-column-lines.dx-selection {
    background-color: red;
    margin-right: 199px;
    color: white;
}

.dx-datagrid {
    border: 1px solid black;
}

tbody {
    width: 100%;
}



.state-icon {
    left: -5px;
    float: left;
}

.well .list-group {
    margin-bottom: 0px;
}

.list-group-item {
    padding: 0 0 0 5px;
}

.dx-fieldset.options {
    margin-top: 0;
    margin-bottom: 20px;
}

.options > div {
    max-width: 380px;
    vertical-align: middle;
}

#selectedItems {
    margin-top: 15px;
    padding-left: 10px;
}

#propertyType {
    min-height: 100px;
    text-align: left;
}

#allCanDataExt {
    text-align: center;
}

#asMapBenchmarkProperty {
    border-bottom: 1px solid lightgray;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

#asMapBenchmarkData {
    border-bottom: 1px solid lightgray;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

#periodRange {
    padding-bottom: 20px;
    text-align: center;
}


#getDataExtractor {
}

#getBenchSumReport {
    float: left;
}

#allPropType {
    display: none;
}

#radioBSR {
    margin-top: 15px;
}

/* INPUTS */
#TypeProp {
    padding-left: 0px;
}

.blocked {
    pointer-events: none;
}

.radio-inline {
    padding-bottom: 10px;
}

#boardsSum {
    height: 300px;
}

#selectAllPropType {
    margin: 10px;
}

.noBackGr {
    background-color: transparent;
    border: none;
}

#lblShowPercent {
    margin: 2px 10px 0 0;
}

#lblShowPercent2 {
    margin: 2px 10px 0 0;
}

#MapShowPercent {
    margin: 2px 10px 0 0;
}

/* END CONTROLS */

.floatRight {
    display: inline-block;
    float: right;
}

.noVisible {
    display: none;
}


.dx-radiobutton {
    margin: 5px 0 5px 0;
}

.SumoSelect {
    text-align: left;
    width: 300px !important;
    margin: 10px 0px 20px 0px;
}

#lang {
    padding: 9px;
    margin-top: 5px;
}

#btnUser {
    margin-top: 5px;
}


#dataExt {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media(max-width:1199px) {
    .dataExtColumn {
        background-color: rgba(237, 237, 237, 1);
        border: 1px solid #ccc;
        min-height: unset !important;
        padding: 20px !important;
        margin: 10px;
        width: 100%;
        min-height: 100% !important;
    }
}

@media(max-width:1253px) {
    /*html {
        padding-left: 50px;
        padding-right: 50px;
    }*/

    #lang {
        float: right;
        margin-right: 10px;
    }

    #btnUser {
        float:right;
    }

    #ligneVerticale {
        display: none;
    }

    #allCanDataExt {
        display: block;
    }

    #selectBoard {
        display: block;
    }

    #submitGetArea {
        margin-bottom: 20px;
    }


    label {
        margin-bottom: 0px;
    }


    #prefix {
        width: 100%;
    }

    #resultGetArea {
        margin-top: 0px;
    }

    #resultGetAreaComp {
        margin-top: 0px;
    }

    h3 {
        padding: 0;
    }


    .topnav li.icon {
        width: 40px;
        height: 40px;
        border-radius: 5px;
        border: 0px solid black;
    }
}

@media(max-width:1120px) {
    .no-padding {
        float: none !important;
    }
}

#MapCharts {
    padding-bottom: 20px;
}

.alertStyleMiddle {
    /*
    width:400px;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
    background-color:lightgray;
        */
    width: 200px;
    height: 600px;
    background-color: transparent;
    position: absolute; /*it can be fixed too*/
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    margin: auto;
    /*this to solve "the content will not be cut when the window is smaller than the content": */
    max-width: 100%;
    max-height: 100%;
    border: none;
    margin-top: 200px;
}

.alertStyle {
    width: 400px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: lightgray;
    border: none;
}

.alert {
    background-color: white !important;
    border: none;
}

.btn-group {
    text-align: left;
}

/* END BOOSTRAP MODIFICATIONS */



#optionsExportAttr {
    text-align: left;
}

#optionsExportSum {
    text-align: left;
    display: inline;
}


.dx-selection {
    background-color: red;
}



.aResult {
    border-bottom: thin solid black;
    width: 100%;
    text-align: left;
    padding: 5px;
}

#refreshAreaSearch {
    margin-top: 10px;
}

#resultGetArea {
    cursor: hand;
    cursor: pointer;
    display: none;
    border: 1px solid lightgrey;
    overflow-y: scroll;
    max-height: 300px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    font-size: larger;
    margin-top: 5px;
    margin-bottom: 5px;
}

    #resultGetArea td {
        width: 25px;
    }

#resultGetAreaComp {
    cursor: hand;
    cursor: pointer;
    display: none;
    padding: 5px;
    border: 1px solid lightgrey;
    max-width: 80%;
    overflow-y: scroll;
    max-height: 300px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

    #resultGetAreaComp td {
        width: 300px;
    }

.aResult:hover {
    background-color: lightgray;
}

.SelectBox {
    width: 300px !important;
}



#resultGetAreaComp {
    margin: 0px 0px 20px 0px;
}

#buttonConnection, #buttonForgotPssw {
    margin: 10px;
    color: white !important;
}

/*COLORS*/

.aResult td {
    padding: 5px;
}

.lightItUp {
    background-color: rgba(217, 83, 79, 1);
    color: white;
    font-weight: bold;
}




/* CONNECTION */
#loginArea {
    width: 100%;
    text-align: center;
}

    #connectionForm .controls, #loginArea .controls {
        text-align: center;
        width: 400px;
        margin: 0px auto;
        display: block;
        background-color: rgb(255, 255, 255);
        border: thin solid black;
        border-radius: 9px 9px 0 0;
        -webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.75);
    }

    #connectionForm th, #loginArea th {
        text-align: center;
    }

#connectionForm {
}

#selectsArea {
    display: none;
}

.paddingTop15 {
    padding-top: 15px;
}

.no-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 10px !important;
    margin-left: 0 !important;
}

.connectH3 {
    color: white;
    padding: 10px;
    border-bottom: 1px solid black;
    width: 100%;
    background-color: #d9534f;
    margin-top: 0px;
    border-radius: 8px 8px 0 0;
}

#checkBoxConnect {
    display: block;
}

p.select-all {
    padding-bottom: 30px !important;
}

#getAllCanIndice {
    margin-top: 10px !important;
}

#radioBAR {
    margin-top: 15px;
}

/*@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}*/

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .dropdown-menu .active {
    text-decoration: none !important;
    color: #ffffff !important;
    background-color: #da4f49 !important;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)) !important;
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f) !important;
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f) !important;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0) !important;
    border-color: #bd362f #bd362f #802420 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
}

#divPlugin {
    margin-top: 50px;
    text-align: center;
}


input[type=checkbox], input[type=radio] {
    margin-right: 5px;
}

    input[type=checkbox] + span {
        padding-left: 5px;
    }



#selectedPolygonsExport td {
    margin: 5px;
    padding: 5px;
}

#allSelectedPolygons tbody, #allSelectedPolygons tbody {
    display: table-row-group !important;
}

/*#googlemap {
    height: 500px;
    width: 100%;
}*/


#googlemap {
    height: calc(100vh - 250px);
    min-height:250px;
    width: 100%;
}


#message {
    display:none;
}

#divPlugin {
    padding-top: 120px;
}

@media (max-width: 576px) {
    #googlemap {
        height: calc(100vh - 265px);
    }
}