﻿/*.content {
    min-height:750px;
}*/

@media only screen and (min-device-width: 768px) {
        .min-height {
        min-height:550px !important;
    }
}

.form-row {
    padding-top: 10px;
}

.second-row {
    margin-top: -10px;
}

.form-box  {
    padding: 10px;
    /*padding: 10px 50px 10px 50px;*/
}

.frmLabel {
    text-align:left;
    /*font-size:larger;*/
    /*padding-left:10px;*/
}


.frmField span {
    color:red;
   
}

.form-heading {
    text-align:center; 
}

.form-heading > h3 {
    font-size:20px;
    color:#f53240;
    padding-right:10px;
    padding-left:10px;
    display:none;
}

.padding-left-20 {
    padding-left:20px;
}

.notice li {
    font-size:small;
    color:red;
    padding:5px;
    line-height:80%;
    display: none;
}

.master-row {
    margin-right:0px !important;
    margin-left: 0px !important;
}

.frmBtn {
    width:100px;
    height:34px;
    margin:10px;
}

/*.single-col-section {
    max-width:80%;
    align-self:center;
}

@media only screen 
  and (max-device-width: 467px) {
    .single-col-section {
        max-width: 100%;
    }
}*/

.ajax__calendar_container { z-index : 1000 !important ; }

#cleAttDate {
    z-index: 50 !important;
}

.sub-section {
    margin-top:5px;
    margin-left:0px;
    margin-right:10px;
    border-bottom: 1px solid red;
}

.sub-section h3,
.sub-section h4 {
    font-size:15px;
}


.upload-page select,
.form-box select
{
    padding-left:5px;
    min-height: 30px;
    /*border-radius: 5px;*/
    border-style:solid;
    border-width:thin;
    border-color :#a9a9a9;
}

.upload-page textarea,
.form-box textarea {
    min-height: 50px;
    padding-left:5px;
    /*border-radius: 5px;*/
    border-style:solid;
    border-width:thin;
    border-color :#a9a9a9;
}

.upload-page {
    padding:20px;
}

.upload-page td {
    /*font-size:20px;
    color:blue;*/
}

.upload-page li {
    font-size:14px;
    color:red;
    padding:5px;
}

/*.right-rounded {
    -webkit-border-radius: 0 5px 5px 0 !important;
    border-radius: 0 5px 5px 0 !important;
}

.left-rounded {
    -webkit-border-radius: 5px 0 0 5px !important;
    border-radius: 5px 0 0 5px !important;
}*/

.upload-page .info-note {
    background-color:#ffc788;
    margin:10px;
}

.frmField input[type=checkbox], input[type=radio] {
    margin-left:15px;
}

.famGrid input[type=text],
.famGrid select {
    border:none !important;
    /*border-radius : 0px !important;*/
}

famGrid-head {
    min-height:20px;
}

.linkCss a, .linkCss {
    color:blue;
}


/*CSS for documents pop-up*/
.custom-pop {
    /*-webkit-box-shadow: 0px 3px 5px 2px rgba(150,150,150,1);
    -moz-box-shadow: 0px 3px 5px 2px rgba(150,150,150,1);
    box-shadow: 0px 3px 5px 2px rgba(150,150,150,1);*/
    border: 3px solid #f39c12 !important;
    /*border: 2px solid red;*/
    max-height:400px;
    overflow-y:scroll;
}

.pop-width {
    width: 40% !important;
}

.upload-page input[type=text],
.form-box input[type=text] { 
    /*background-color:red;*/
    /*border:none;*/
    height:30px;
    padding-left:5px;
    /*border-radius: 5px;*/
    border-style:solid;
    border-width:thin;
    border-color :#a9a9a9;
}

/*please wait overlay*/
/*update progress*/
        #progress {
            z-index: 200;
            background-color: white;
            position: absolute;
            text-align: center;
            vertical-align: middle;
            font-size: 20px;
            top: 20%;
            right: 42%;
        }

        #blur {
            width: 100%;
            height: 100%;
            background-color: #FFFFFF;
            moz-opacity: 0.7;
            khtml-opacity: 0.7;
            opacity: .5;
            filter: alpha(opacity=70);
            z-index: 120;
            position: absolute;
        }

        .position-css {
            position: fixed;
            top: 50%;
            left: 50%;
            margin: -70px 0 0 -170px;
        }

@media only screen and (max-device-width: 480px) {
    .position-css {
        bottom: 800px; 
        right: -150px;
    }

    #blur {
        /*width:100% !important;*/
        width:1366px;
    }
}

@media only screen and (max-device-width: 480px) {
    .frmLabel {
        text-align:left !important;
        padding-left:10px;
    }
}

@media only screen and (max-device-width: 480px) {
        .pop-width {
        width: 95% !important;
    }
}