﻿
.metaInfo {
    font-size: 14px;
}
header
	{
	position:fixed;
	z-index: 999;
    width: 100%;
		height:59px !important;
		    background: #1ab394 !important;
	}
	
	

 @media only screen and (max-width: 767px)
{
    #logo {
        width: 60%;
    }
    .form-control 
    {
        margin-bottom: 15px;
        border-radius: 0px;
    }
    
    hr {
    margin-top: 15px;
    margin-bottom: 5px;
    }
 }
 
 .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    
}
.ui-dialog 
{
	top:100px !important;
}


/* used for Popup  */
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
.modalPopup
{
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    width: 75%;
    height: 180px;
}
    
.Popup
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    height: 300px;
    /*left: 131px;*/
    top: 51px;
    width: 90%;
}
    .Background
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
        
.button {
    font-size: 68%;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    background-image: none;   
    border-radius: 4px;
    height: 32px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    background-color: #ed687c;
    font-family:myFont !important;
}
        
div#pnlPopup 
{
    top: 190px !important;
}


