﻿#storeListingAlign {
    float: left;
    width: 320px;
    min-height: 100px;
    padding: 10px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: #F8F8F8;
}

.storeTitle {
    font-size: 25px;
    border-bottom: solid 1px black;
}

.storeInfo {
    margin-top: 12px;
    font-size: 16px;
}

.storeSelect {
    margin-top: 5px;
}

ul.noBullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.todoInComplete {
    background: url('/images/todoincomplete32.png') no-repeat left top;
    height: 32px;
    padding-left: 44px;
    padding-top: 3px;
}

li.todoComplete {
    background: url('/images/todocomplete32.png') no-repeat left top;
    height: 32px;
    padding-left: 44px;
    padding-top: 3px;
}

.dropZoneElement {
    position: relative;
    display: inline-block;
    background-color: #f8f8f8;
    border: 1px solid #c7c7c7;
    width: 230px;
    height: 110px;
    text-align: center;
}

.textWrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 24px;
    line-height: 1.2em;
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
}

.dropFileHereText {
    color: #c7c7c7;
    text-transform: uppercase;
    font-size: 12px;
}



/* BEGIN CLAIM SPECIFIC STYLES */

#NewClaimRow {
    margin-top: 10px;
    padding: 20px 10px;
    border-radius: 10px;
}
#NewClaimGrayRow {
    margin-top: 10px;
    background-color: #f2f2f2;
    padding: 20px 10px;
    border-radius: 10px;
}
.AltRow {
    padding: 10px;
}
.AltRowGray {
    background-color: #f5f5f5;
    padding: 10px;
}
.claim-detail-label {
    padding: 10px;
}
.claim-detail-info {
    padding: 10px;
}
.employment-info {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    max-height:255px;
}
.storecust-info {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    max-height:240px;
}

/* Responsive
==================================== */
@media all and (max-width: 776px) {
    .storecust-info {
        display: inline-block;
        width: 100%;
        vertical-align:top;
    }
    .employment-info {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
}

.providers {

}

.providers .k-grid .k-alt {
    background-color: #f1f1f1;
}

#languageSelect {
    background-color: #00B050;
    padding: 4px 15px 4px 15px;
    color: #FFF;
    border: none;
    font-weight: 600;
    font-size: 20px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}

@media (min-width: 768px) {
    #languageSelect {
        margin-top: 55px;
    }
}

@media (max-width: 767px) {
    #languageSelect {
        margin: 30px;
    }
}