﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 25px;
}
.centered
{
    float: none;
    margin: 0 auto;
}
.login-form
{
    background-color: white;
    border-radius: 28px;
    margin-top: 5%;
    padding: 3%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.inside-bg
{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    background-color: white;
    border-radius: 0px;
    margin: 0;
    padding: 2% 0;
}
.footer
{
    background-color: lightgray;
    border-top: 1px solid gray;
}
.loginh2
{
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: white;
    margin: 3% -7%;
    padding: 7px 0;
    background-color: #8c2a27;
}
.mainh2
{
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: white;
    padding: 7px 0;
    /*background-color: #8c2a27;*/
}
.mainh
{
    font-size: 16px;
    text-align: left;
    color: white;
    padding: 12px 3%;
    background-color: #8c2a27;
}
.ajax__calendar {
    line-height: 12px;
    font-size:small;
}
.login-button
{
    border: 0 none;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 18px;
    text-transform: uppercase;
    background-color: #8c2a27;
}
.selectform select
{
	width:100%;
	padding:7px!important;
	border-radius: 4px;
}
.inputform input
{
	width:100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding:4px!important;
}
.textareaform textarea
{
	width:100%;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.selectwidth select
{
	width:100%;
	padding:7px!important;
	border-radius: 4px;
}
.copyp
{
    text-align: center;
    font-size: 12px;
    margin: 1.5% 0;
}
.login-bg
{
    /*background-image: url(../images/login-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.photo {
    height:100px;
    width:100px;
}
.cert {
    min-height:100px;
    min-width:100px;
    max-height:300px;
    max-width:500px;
}
.home-icon-box span
{
    font-size: 33px;
}
.home-icon-box
{
    background-color: #f1f1f1;
    border: 1px solid #c0c0c0;
    border-radius: 15px;
    font-size: 16px;
    line-height: 25px;
    margin: 0.5%;
    padding: 2% 0;
    text-align: center;
    text-transform: uppercase;
    width: 24%;
	top: 0px;
	left: 0px;
}
.home-icon-box:hover, .home-icon-box:hover a
{
    background-color:#9f9f9f;    /* #8c2a27;*/
    border-color: #555;
    color: white;
}
.home-icon-box a
{
    color: black;
}
.home-icon-box a:hover, .home-icon-box a:active
{
    color: #fff;
    text-decoration: none;
}
.inside-content
{
    text-align: justify;
}

/* ADDED BY DEVELOPER */
.devmenu
{
    text-align: center;
    color: white;
        font-size: 16px;
    padding: 0px 15px 0 15px; /*/background-color: #8c2a27;*/
}

.dmenuleft
{
    float: left;
}
.dmenuright
{
    float: right;
}
.page-button
{
    border: 0 none;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 18px;
    text-transform: uppercase;
    /*background-color: #8c2a27;*/
}
.dhome
{
    float: left;
    color: white;
    text-align: center;
    padding: 0px 15px 0 15px;
}
.dlogout
{
    float: right;
    color: white;
    vertical-align: middle;
}
.subh
{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: white;
    padding: 12px 3%;
    background-color: #8c2a27;
}
.gridheader
{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: white;
    padding: 12px 3%;
    background-color: #b2b2b2;
}

.gridfooter
{
    text-align: left;
    padding: 12px 3%;
    background-color: #C0C0C0;
    height: 30px;
    vertical-align: middle;
}

.dgrid
{
    text-align: left;
    padding: 12px 3%;
    height: 35px;
    vertical-align: middle;
}

.grida
{
    text-align: left;
    padding: 12px 3%;
    height: 30px;
    vertical-align: middle;
    background-color: #ebebeb;
}

.gridpager
{
    text-align: right;
    color: white;
    background-color: #804040;
    height: inherit;
    vertical-align: middle;
}
.dform-control
{
    /*display:block;*/ /*width: 100%;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.whiteborderform1 {
    background-color: white;
    border: 1px solid lightgray;
    padding: 1%;
}
.mainh34
{
    background-color: #8b8b8b;
    color: white;
    font-size: 17px;
    padding: 12px 3%;
    font-weight: bold;
    text-align: left;
    margin-top: 0;
}
.mainh341
{
    color: black;
    font-size: 17px;
    padding: 12px 0;
    font-weight: bold;
    text-align: left;
    margin: 0;
}
/*Added by Designer*/
.mainh3
{
    background-color: #8b8b8b;
    color: white;
    font-size: 17px;
    padding: 12px 3%;
    font-weight: bold;
    text-align: left;
    margin-top: 0;
}
.form-control-label
{
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}
.borderform
{
    background-color: lavenderblush;
    border: 1px solid #9f9f9f;
    border-radius: 20px;
    padding: 2%;
}
.whiteborderform
{
    background-color: white;
    padding: 0;
}
.form-group select
{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 13px;
    line-height: 1.42857;
    padding: 3px 1px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.gridheader td
{
    padding: 1%;
}
.inside-content table td
{
    padding: 1%;
    font-size: 15px;
    color: Black;
}
.starerror {
	color: red;
    margin-top: -34px;
    float: right;
    margin-right: 4px;
}
.mainheaddiv {
    padding: 0 4%;
    width: 100%;
    text-align: center;
    color: white;
    margin-bottom:3%;
    margin-top:1%;
    display: inline-block;
}
.mainheaddiv a, .mainheaddiv ul li a {
    color:white;
    }
.mainheaddiv a .fa {
    padding-right:5px;
    }
    .mainheaddiv a:hover {
        background-color:#f5f5f5;
        color:black;
    }
    .mainheaddiv ul {
    width:100%;
    }
    
@media (max-width: 768px) 
{
    body, .login-bg{background:none!important;}
    .loginh2{margin: 3% -3%;}
}
#myProgress {
    width: 100%;
    background-color: #e1e1e1;
}

#myBar {
    width: 1%;
    height: 1px;
    background-color: #040404;
}