﻿.map {
    height: 600px;
}

#dvTable {
    height: 600px;
    overflow: auto;
}

#global-footer .container {
    width: 100%;
    margin-left: 50px;
    /*margin-right: 50px;*/
    /*padding-left: 50px;*/
}

#MainContent_BtnUpload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    border: 1px solid #124d77;
    background: #007dc1;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
    font-size: 14px;
}

    #MainContent_BtnUpload:hover {
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);*/
        /*background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);*/
        /*background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);*/
        /*background-color: #0061a7;*/
    }

.dialog {
    border: 5px solid #666;
    padding: 0px;
    background: #FFFFFF;
    color: white;
    position: absolute;
    top: 200px;
    left: 200px;
    display: none;
}

.myProviderDiv {
    /* border: 10px outset lightblue;*/
    /*background-color: lightblue;*/
    text-align: center;
    height: 40px;
    border: solid #CCCCCC 2px;
    padding: 0 10px;
    white-space: normal;
    word-break: break-word;
    display: flex;
    align-items: center;
}

#dvTable ol {
    display: inline-block;
    padding-left: 10px;
    padding-right: 1px;
    list-style-type: none;
}

#dvTable ul {
    display: inline-block;
    padding-left: 10px;
    padding-right: 1px;
    list-style-type: none;
}

#dvTable ul > li {
    padding-left: 40px;
    padding-right: 0px;
}

.myPopupDiv {
    color: black;
    display: inline-block;
}

.w-25 {
   width: 25%;
}

.w-half {
    width: 50%;
}

.main-content {
    padding-top: 140px !important;
}

@media only screen and (min-width: 560px) {
    .main-content {
        padding-top: 130px !important;
    }
}

@media only screen and (min-width: 730px) {
    .main-content {
        padding-top: 160px !important;
    }
}

@media only screen and (min-width: 974px) {
    .main-content {
        padding-top: 220px !important;
    }
}


@media only screen and (min-width: 1150px) {
    .main-content {
        padding-top: 210px !important;
    }
}


@media only screen and (min-width: 1250px) {
    .main-content {
        padding-top: 200px !important;
    }
}

@media only screen and (min-width: 1300px) {
    .main-content {
        padding-top: 160px !important;
    }
}

.text-blue {
    color: blue !important;
}

.text-black {
    color:black !important;
}
