﻿#body table.dataTable thead th,
#body table.dataTable thead td {
    text-align: left;
    border-bottom: 1px solid #ccd7e0;
}

#body table.dataTable tfoot th,
#body table.dataTable tfoot td {
    text-align: left;
    border-top: 1px solid #ccd7e0;
}

#body table.dataTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.user-listing .actions {
    text-align: left;
    margin-top: 1rem;
}

#body .company-info {
    margin-bottom: 2rem;
}

.cards {
    display: flex;
    flex-direction: column;
}

.company-details-wrapper .actions {
    text-align: left;
}


.card {
    background-color: #fff;
    margin-bottom: 2rem;
    max-width: 50rem;
    padding: 1rem;
    border: solid 2px #ccd7e0;
}

    .card h2 {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.1rem;
        margin-bottom: 1rem;
    }




.card-row {
    display: flex;
    margin-bottom: .8rem;
    align-items: center;
}

    .card-row .card-row--item {
        position: relative;
    }

        .card-row .card-row--item .postal {
            display: flex;
            flex-direction: row;
            width: 70%;
        }

            .card-row .card-row--item .postal .zipcode {
                flex: 1;
                margin-right: 1rem;
            }

            .card-row .card-row--item .postal .city {
                flex: 6;
            }


        .card-row .card-row--item .input-help {
            position: absolute;
            cursor: pointer;
        }

        .card-row .card-row--item span {
            display: block;
            font-weight: 200;
            font-style: italic;
            font-size: 10px;
            position: absolute;
            bottom: 4px;
            left: 42%;
        }


        .card-row .card-row--item label span {
            display: block;
        }

        .card-row .card-row--item .radio-button-list label {
            position: relative;
            margin-bottom: 1rem;
        }

            .card-row .card-row--item .radio-button-list label span {
                position: absolute;
                left: 30px;
                top: -3px;
                font-style: normal;
                font-size: inherit;
                display: block;
                height: 18px;
            }



        .card-row .card-row--item:first-child {
            width: 30%;
        }

        .card-row .card-row--item:last-child {
            width: 70%;
        }

        .card-row .card-row--item label {
            font-size: 12px;
        }


        .card-row .card-row--item input,
        .card-row .card-row--item select {
            width: 100%;
            display: block;
            font-size: 12px;
            padding: 4px;
        }

            .card-row .card-row--item input[type="checkbox"] {
                width: 15px;
            }

        .card-row .card-row--item .input__small {
            width: 40%;
        }

        .card-row .card-row--item .input__medium {
            width: 70%;
        }

.input-helper-wrapper {
    max-width: 40rem;
    min-height: 4rem;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
}
