
/*
h1{	
	font-size:60px;
}

h2{	
	font-size:30px;
}

h3{	
	font-size:24px;
}


inpusst{
	padding:7px;
	font-size:16px;	
	border:3px solid white;
	//background-color:transparent;
	//color:white;
}*/
.page_contents{
 	//height:100%;
 	//width:960px;
 	margin:0 auto;
	background-color:rgba(220,220,220,0.0);	
 	vertical-align:middle;
 	padding:10px;
 	clear:both;
}
.error-message{
	color:black;
	background-color:rgba(247,247,247,0.4);	
	border:1px solid rgb(200,200,200);
	border-radius:3px;
}

.invisible{
visibility: hidden;	
}

.popup{
	border:1px solid black;	
}

.records-table{
	width:350px !important;
	margin: auto auto !important;
	background-color:rgba(200,200,200,0.4);	
	
}

.records-table tr{
}

th{
	
	//background-color:rgba(150,150,150,0.4);	
}

.entity-mark{
	font-size:21px;
	font-weight:700;
		
}

.list-directories{
	text-align:center;
	font-size:30px;
	list-style: none;
	list-style-type: none;
	//width:350px !important;
	margin:0 auto;
	padding:0px;
}

.list-directories li{
	width:100%;
	margin:5px 0px	;
	border: 1px solid rgb(220,220,220);
	background-color:rgba(160,160,160,0.4);	
	padding:5px;
}

.list-directories li:hover{
	background-color:rgba(160,160,160,0.8);	
	
}
.creates-item{
	border: 2px dashed rgb(170,170,170) !important;
	background-color:rgba(220,220,220,0.8) !important;	
	font-size:16px !important;
	padding:5px;
}

.creates-item:hover{
	border: 2px dashed rgb(170,170,170) !important;
	background-color:rgba(200,200,200,0.99) !important;	
	text-decoration:underline;
	cursor:pointer;
}

.message-box{
	padding:8px;	
}

.header-menu{
	text-align:right;
	padding:10px;	
	height:60px;
	background-color:rgba(240,240,240,1);	
	margin:0px;
	border:2px solid rgb(170,170,170);
	vertical-align:middle;
}

.header-div-left{
	width:30%;
	float:left;
	//border:1px solid red;
	height:100%;
}
.header-div-middle{
	width:40%;
	float:left;
	//border:1px solid green;
	height:100%;
	text-align:center;
	font-size:30px;
}
.header-div-right{
	width:30%;
	float:left;
	height:100%;
}

.header-nick{
	font-size:20px;
	display:inline;
	margin-right:30px;
}

.lesson-header{
	text-align:left;
	//border: 1px solid yellow;	
}

.lesson-header .lesson-header-right{
	float:right;
		
}

.line-div{
	text-align:left;	
}

.line-div-right{
	float:right;	
}	

.cleaaar {
	clear: both !important;
}

.clearing {
	clear: both !important;
}

.nwm{
	//width:300px;	
	//background:green;
	//clear:both;
}

.direct{
	//background:#428bca;
	padding:20px !important;
	text-line:0px;
	margin:0px !important;
}

.direct h3{
	margin:0px;
}

.dir-item{
	border:2px solid gray;
	font-size:30px;
	padding:7px;	
	text-align:center;
}

.my-text-success{
 color: #5cb85c;
}

.my-text-danger{
 color: #d9534f;
}

#footer{
	background-color:rgb(32, 64, 105);
	color:rgb(70, 102, 135);
	text-align:center;
	padding:30px;
	
	
	
}


/*
.btn{
	background-color:rgba(0,0,0,0.6);
	border-width:2px;
	border-color:white;
	color:white;
	transition:0.3s;
}
.btn:hover{
	background-color:white;
	color:black;
	border-color:white;
}


.btn.btn-success{
	background-color:rgba(92, 184, 92,0.1);
	border-width:2px;
	border-color:#5cb85c;
	color:#5cb85c;
	transition:0.3s;
}
.btn.btn-success:hover{
	background-color:#5cb85c;
	color:white;
	border-color:#5cb85c;
}


.btn.btn-default{
	background-color:rgba(140,140,140,0.1);
	border-width:2px;
	border-color:#8c8c8c;
	color:#8c8c8c;
	transition:0.3s;
}
.btn.btn-default:hover{
	background-color:#8c8c8c;
	color:white;
	border-color:#8c8c8c;
}



.btn.btn-danger{
	background-color:rgba(217, 83, 79,0.1);
	border-width:2px;
	border-color:#d9534f;
	color:#d9534f;
	transition:0.3s;
}
.btn.btn-danger:hover{
	background-color:#d9534f;
	color:white;
	border-color:#d9534f;
}


.btn.btn-info{
	background-color:rgba(91, 192, 222,0.1);
	border-width:2px;
	border-color:#5bc0de;
	color:#5bc0de;
	transition:0.3s;
}
.btn.btn-info:hover{
	background-color:#5bc0de;
	color:white;
	border-color:#5bc0de;
}



.btn.btn-warning{
	background-color:rgba(240, 173, 78,0.1);
	border-width:2px;
	border-color: #f0ad4e;
	color: #f0ad4e;
	transition:0.3s;
}
.btn.btn-warning:hover{
	background-color: #f0ad4e;
	color:white;
	border-color: #f0ad4e;
}


.btn.btn-primary{
	background-color:rgba(66, 139, 202,0.1);
	border-width:2px;
	border-color:#428bca;
	color:#428bca;
	transition:0.3s;
}
.btn.btn-primary:hover{
	background-color:#428bca;
	color:white;
	border-color:#428bca;
}
*/



