@import url('tla-slideout.required.css');

/* special classes, feel free to change/customize */
.tla-slideout {
    margin: 0px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #D0D2D5;
    
    right: -665px;
    width: 665px;
}
.tla-slideout-header{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}


.tla-close-slideout-button {
    padding: 5px 10px;
    margin-top: 20px;
    color: white;
    border: 0px transparent;
    background-color: #ae0621;
    float: right;
    margin-right: 15px;
}

.tla-close-slideout-button:after {
    content: "X"
}

.tla-slideout:focus {
    outline-style: none;
}

/* junk css, only used to make the demo look nicer than the default styles */
/*button {
    display: inline-block;
    background-color: lightgray;
    padding: 8px;
    border-radius: 5px;
    box-shadow: none;
}*/

/*Map region styling*/
.map-selected-lwda-container{
    margin-left:0px;
}

.map-remove-selections-container{
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.map-add-delete-btn{
    margin-top: 20px;
}

.tla-map-action-clear {
    padding: 5px 10px;
    float: right;
    border: none;
    background-color: #fff;
    color: #ae0621;
    border-radius: 16px;
}

.tla-map-action-clear:hover {
    color: #2e2e2e;
    border-color: #b6b6b6;
    background-color: grey;
}

.map-remove-selections-container .k-icon{
    color:#fff !important;
    margin-left: 5px;
    padding: 10px;
    border-radius: 50%;
    background-color: #ae0621;
}

.tla-selected-lwda{
    list-style:none;
    margin-bottom:10px;
}

#ddlRegionSelector input.k-input{
    padding: 0px;
    /*height: 0px;*/
    width: 25px;
}

.tla-selected-lwda .k-icon.k-i-close {
    color: #ae0621 !important;
    font-size: 1em;
    border: none;
    background: #ae0621;
    border-radius: 50%;
    padding: 9px;
    margin-left: -27px;
}

.tla-selected-lwda .k-i-close:before {
    color: #fff;
}

.tla-active-lwda-name{
    font-weight:bold;
    font-size:1.5em;
}

.tla-lwda-map-container{
    padding:10px;
    margin-top: 5px;
}

.outer {
    width: 665px;
    padding:10px;
}
.inner{
    width:620px;
    background-color:#D0D2D5;
    margin-left: 5px;
    padding-bottom: 20px;
}

.k-button{
    border: 0px solid transparent;
    background-image:none;
    padding: 5px 5px 5px 10px !important;
    line-height: normal !important;
    border-radius: 25px;
}

.tla-selected-lwda .k-button {
    background-color:#fff;
    padding-right: 35px !important;
}

.tla-selected-lwda .k-button:active {
    color: #fff;
    background-color: grey;
    border: 0px solid transparent;
}

.tla-selected-lwda .k-button.k-state-active:hover, .tla-selected-lwda .k-button:active:hover {
    color: #fff;
    background-color: grey;
    border: 0px solid transparent;
}
.tla-selected-lwda .k-button.k-state-hover, .tla-selected-lwda .k-button:hover {
    color: #2e2e2e;
    border-color: #b6b6b6;
    background-color: grey;
}

.hwolInner {
    width:850px;
    background-color: white;
    margin-left: 5px;
    margin-left: 281px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .outer {
        width: 665px;
    }
    .inner{
    width:620px;
    }
    .hwolInner {
        width:624px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
    .outer {
        width: 450px;
    }
    .inner{
        width:420px;
    }
    .hwolInner {
        width: 610px !important; 
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 100px) and (max-width: 766px) {
    .outer {
        width: 320px;
    }
    .inner{
        width:300px;
        overflow-x:scroll;
    }
    .hwolInner {
        width: 340px !important;
        margin-left: 0px !important;
    }
}

/*Map region styling ENDS*/


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
     .tla-lwda-map-container
     {
         height:572px;
     }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #hwolMapContainer
    {
        height:950px !important;
    }
}
