﻿.footer {
    background-color: #008080;
    color: #fff;
    /*height: 40px;*/
    width: 100%;
    padding: 8px;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.td-bg-color {
    background-color: #ECECEC;
}

.td-label-200 {
    width: 200px;
}

.commandrow {
    margin: 10px 0px 10px 0px;
    text-align: center;
}

.cantentarea {
    background-color: #ADD8E6;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px;
}


.contentheader {
    padding-left: 10px;
    font-weight: bold;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/


textarea {
    min-height: 75px;
}

input[type="text"],
input[type="datetime"],
input[type="password"] {
    border: 1px solid #293852;
    font-size: 1.1em;
    color: #000;
    width: 120px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.1em;
    color: #000;
}

/*input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}*/
.flt-left {
    float: left;
}

.form-control {
    border: 1px solid #293852 !important;
}

.button_default {
    background-color: #005082 !important;
    color: #fff !important;
}

.heading_blue_bg {
    font-size: 19px !important;
    color: #fff !important;
    font-weight: normal !important;
    background: #005082 !important;
    padding: 5px !important;
}

.width-50 {
    width: 50% !important;
}

.download_format {
    padding: 8px;
    display: inline-block;
    background: #005082;
    margin: 10px;
}

    .download_format a {
        color: #fff !important;
    }

    .download_format img {
        width: 16px;
        margin-right: 8px;
        /* top: 8px; */
        /* display: inline-block; */
        vertical-align: text-bottom;
    }

@media screen and (max-width: 1000px) {
    .landing_image {
        max-width: 90% !important;
        height: auto;
        text-align: center;
        float: none !important;
    }

    .heading {
        font-size: 32px !important;
        float: initial !important;
        margin-top: 60px;
    }

    .res_width-100 {
        width: 100% !important;
    }

    .res_width-100p {
        width: 100% !important;
        margin: 8px 0px !important;
    }

    .flt-left {
        float: none;
    }

    .plugin-area {
        height: auto !important;
    }

    .main-tile {
        width: auto !important;
    }

    fieldset {
        width: auto !important;
    }

    .res_width_auto {
        width: auto !important;
    }

    .res_ml-0 {
        margin-left: 0 !important;
    }

    .res_mt-4 {
        margin-top: 1.5rem !important;
    }

    .res_text-center {
        text-align: center !important;
    }

    .modal {
        min-width: auto !important;
        width: auto !important;
        margin-left: 15%;
    }

    .header_modal {
        width: auto !important;
    }

    .btndesign {
        height: auto !important;
        width: auto !important;
        line-height: normal !important;
        padding: 16px 8px !important;
        min-width: 150px;
        margin: 8px;
    }
}
