﻿body {
    /*color:black;*/
}

.clear {
    clear: both;
}

.menuHeading {
    font-size: 45px;
    padding: 10px 30px 10px 30px;
    font-weight: bold;
    text-transform: lowercase;
}

    .menuHeading a {
        color: gray;
    }
/*
.menu {
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
}
	.menu a {
		color: gray;
	}
.menu:hover {
	background-color: blue;
}
.menu:hover {
	color: white;
}
*/
/*hr {
	height: 1px;
	
	color: #333;
	background-color: #333; 
}*/

.topNavi a {
    text-decoration: none;
    
}

.alignCenter {
    padding-left: 400px;
    padding-top: 175px;
    padding-bottom: 250px;
}

.txtboxClass {
    width: 300px;
}
/*
.btn {
	background-color: blue;
	color: white;
	font-weight: bold;
	border-color: blue;
	border-radius: 10px;
	margin-right:5px;
	margin-left:5px;
	
}

.menu:hover a {
	color:white;
}

	.btn:hover {
		background-color: lightblue;
		color: blue;
		font-weight: bold;
		border-color: lightblue;
	}*/

.signout {
    /*display: none;*/
}

#wrapper {
    max-width: 1110px;
    margin: 0 auto;
    font-family: Arial;
    background-color: #f8fdff;
}

.linkClass {
    font-size: 12px;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.error {
    border-color: red !important;
    border-style: dashed !important;
}

.RTEerror {
    border-color: red !important;
    border-style: dashed !important;
}

.success {
    display: none;
    left: 40%;
    top: 45%;
    width: 20%;
    height: 15%;
    padding-top: 26px;
    padding-left: 10px;
    position: absolute;
    background-color: lightgray;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001 !important;
    cursor: pointer;
    z-index: 9999;
    opacity: 0.9;
}

.loaderImg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: auto;
    margin: -43px 0 0 -30px;
}


/*MSGBOX by Raj
.msgBox {
    background-color: lightgreen;
    width: 20%;
    border-radius: 10px;
    padding: 10px 15px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 20%;
    display: none;
    position: fixed;
    z-index: 10001;
    color: #111;
    line-height: 1.2;
}
*/
.msgBox {
    background-color: #1e88e5;
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    height: 70px;
    position: absolute;
    bottom: 0px;
    /* top: 20%; */
    display: none;
    position: fixed;
    z-index: 10001;
    color: white;
    font-size:25px;
    font-weight:bold;
    line-height: 1.2;
    text-align: center;
}
.closeTag {
    float: right;
}

    .closeTag a {
        cursor: default;
    }

.ppClass {
    background-color: #f3f3f3;
    padding: 5px;
    width: 315px;
    display: none;
    cursor: default;
    height: 100px;
    overflow-y: scroll;
}

.userClass:hover {
    background-color: #1aadec;
    color: white;
}

.msgBox {
}
.dropdown-menu {
    min-width: 8rem;
}

#txtSearchbox {
    margin-right: 1rem;
    height: 41px;
    font-size:14px;
}

#drpSchType {
    font-size: 14px;
    border-radius: 5px;
    height:41px;
    margin-top:0;
}

.bootstrap-tagsinput{
    height:auto !important;
}

@media only screen and (min-width: 400px) {
    #txtSearchbox {
        max-width:55%;
    }
}