﻿/*body {
    font-family: Arial, Helvetica, sans-serif;
}*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
/*.modal-content {*/
    /*background-color: #fefefe;*/
    /*margin: auto;
    padding: 16px;*/
    /*border: 1px solid #888;*/
    /*width: 90%;
}*/
.modal-content {
    /*background-color: #fefefe;*/
    /*margin: auto;
    padding: 16px;*/
    /*border: 1px solid #888;*/
    /*width: 90%;*/
}

/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 42px;
    font-weight: bold;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 17px;
    border-radius: 100%;
    position: absolute;
    right: -20px;
    top: -23px;
    z-index: 99;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .close span {
        font-size: 21px;
    }

.modal-header {
    position: relative;
}

.form-left-box1 {
    float: left;
    padding: 0 15px 10px 0;
    text-align: left;
    width: 60%;
}

    .form-left-box1 label, .form-right-box label {
        color: #787474;
        display: block;
        font-size: 14px;
        font-weight: 600;
        overflow: hidden;
        padding: 0 0 6px;
        text-align: left;
        text-overflow: clip ellipsis;
        text-transform: capitalize;
        white-space: nowrap;
    }


    .form-left-box1 span, .form-right-box span {
        font-weight: normal;
    }

.ajax-loader {
    visibility: hidden;
    background-color: rgba(255,255,255,0.7);
    position: fixed;
    z-index: 9999999999 !important;
    width: 100%;
    height: 100%;
}

    .ajax-loader img {
        position: relative;
        top: 32%;
        left: 43%;
    }

.content-grid li:last-child {
    width: 3%;
}
