
@import url('font-awesome.css');

/* GLOBALS */
html { height: 100%; }
img{
    max-width:100%; width:auto; height:auto;
}
body {
    font-family:'Roboto', sans-serif;
    /*background: #e1c192 url(../images/homepage-study-image.jpg);*/
    /*background: #e1c192 url(../images/MediaERP-logo1.jpg);*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
    font-weight: 300;
    font-size: 15px;
    background-color:gray;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;
}

a {
	color: #555;
	text-decoration: none;
}

.container {
	width: 100%;
	position: relative;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.container > header {
	margin: 10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}

.container > header h1 {
	font-family:'verdana';
	font-size: 30px;
	line-height: 38px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color:white;
	/*text-shadow: 0 1px 1px rgba(255,255,255,0.6);*/
}

.container > header h2 {
	font-family:"Times New Roman", serif;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0 5px 0;
color:white;
	font-style: italic;
	/*text-shadow: 0 1px 1px rgba(255,255,255,0.6);*/
}


*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/* Demo 2 */

.form-2 {
    /* Size and position */
    width: 340px;
    margin: 30px auto 30px;
    padding: 15px;
    position: relative;

    /* Styles */
    background: #fafafa;
    border-radius: 4px;
    color: #000;
    box-shadow:0 12px rgba(0,0,0,0.5),        

	border:1px solid #eaeaea;       
}

.form-2 h1 {
   
    font-size: 15px;
    font-weight: 600;
    color:white;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-2 h1 .log-in,
.form-2 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
	
}

.form-2 h1 .log-in {
    color: #000;
    padding-right: 2px;
}

.form-2 h1 .sign-up {
    color: #000;
    padding-left: 2px;
}

.form-2 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-2 .float:first-of-type {
    padding-right: 5px;
}

.form-2 .float:last-of-type {
    padding-left: 5px;
}

.form-2 label {
	font-family:"Roboto", sans-serif;
    display: block;
    padding: 0 0 15px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 12px;
}	
.form-group .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}
.form-2 label i {
    margin-right: 5px; /* Gap between icon and text */
    display:inline-block;
    width: 10px;
}
input[type=text] {
background:#fff;
}

input[type=text],
input[type=password] {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    margin-top:5px;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

input[type=text]:hover,
input[type=password]:hover {
    border-color: #CCC;
}

.form-2 label:hover ~ input {
    border-color: #CCC;
}

.form-2 input[type=text]:focus,
.form-2 input[type=password]:focus {
    border-color: #BBB;
    outline: none; /* Remove Chrome's outline */
}

.form-2 input[type=submit],
.form-2 input[type=reset] {
    /* Size and position */
    width: 49%;
    height: 30px;
    float: left;
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 5px;
    cursor: pointer;

    /* Font styles */
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.form-2 input[type=submit] {
    
    background: #9e9e9e; /* Fallback */
    background: -moz-linear-gradient(#fcfcfc, #9e9e9e);
    background: -ms-linear-gradient(#fcfcfc, #9e9e9e);
    background: -o-linear-gradient(#fcfcfc, #9e9e9e);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#9e9e9e));
    background: -webkit-linear-gradient(#fcfcfc, #9e9e9e);
    background: linear-gradient(#fcfcfc, #9e9e9e);
    border: 1px solid #aeaeae;
    color: #000;
    text-shadow: 0 1px rgba(255,255,255,0.3);
    
 
   
}


.form-2 input[type=reset] {
    margin-right: 1%;
    background: #e1e1e1; /* Fallback */
    background: -moz-linear-gradient(#fcfcfc, #9e9e9e);
    background: -ms-linear-gradient(#fcfcfc, #9e9e9e);
    background: -o-linear-gradient(#fcfcfc, #9e9e9e);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#9e9e9e));
    background: -webkit-linear-gradient(#fcfcfc, #9e9e9e);
    background: linear-gradient(#fcfcfc, #9e9e9e);
    border: 1px solid #aeaeae;
    color: #000;
    text-shadow: 0 1px rgba(255,255,255,0.3);
    text-decoration: none;
}

.form-2 input[type=submit]:hover,
.form-2 input[type=reset]:hover {
    background: #b5f0ff; /* Fallback */
	background: -moz-linear-gradient(#f4fdff, #b1f1fd);
	background: -ms-linear-gradient(#f4fdff, #b1f1fd);
	background: -o-linear-gradient(#f4fdff, #b1f1fd);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f4fdff), to(#b1f1fd));
	background: -webkit-linear-gradient(#f4fdff, #b1f1fd);
	background: linear-gradient(#f4fdff, #b1f1fd);
}

.form-2 input[type=submit]:active,
.form-2 .log-twitter:active{
    top: 1px;
}



.form-2 p:last-of-type {
    clear: both;    
}

.form-2 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-2 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-2 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}

#ibtnReg{float:right !important;
         margin-left:0% !important;
         margin-top:10px;
         width:49.5%;

}
#ibtnLogin{float:left;
           margin-left:0% !important;
           margin-top:10px;
           width:48.5%;
}
.ajax__calendar_container{
    position:relative;
    z-index:99999;
}

.form-control {
background-color: rgb(255, 255, 255) !important;
background-image: none;
color: rgb(0, 0, 0);
}
.disable_btn{
    background:#E8E8E8 !important;
    color:#808080 !important;
}

