
/*/
 *************************************************
 *------4ware stylesheet
 *------4ware php framework (version 1) 2017 all right reserved
 *************************************************
/*/

.forware-body{
	
	margin: 0px;
	font-family: arial;
	
}

.text-white{
	
	color: white !important;
	
}

.text-black{
	
	color: black !important;
	
}

.forware-nav{
	
	border-radius: 0px !important;
	border: 0px !important;
	background: #517398;
	
}

.forware-footer{
	
	border-radius: 0px !important;
	border: 0px !important;
	background: #517398;
	text-align:center;
	margin-bottom: 0px;
	margin-top: 30px;
	height: auto !important;
	padding: 5px;
	width: 100%;
	
}

.forware-nav ul li a{
	
	color: #fff !important;
	
}

.forware-error{
	
	border: none;
	border-radius: 0px;
	text-align: center !important;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

.forware-error-head{
	
	text-align: center !important;
	font-size: 32px;
	
}

.forware-heading-1{
	
	text-align: center;
	font-size: 32px;
	
}

.forware-heading-2{
	
	text-align: center;
	font-size: 28px;
	
}

.forware-main-form{
	
	padding-bottom: 20px;
	
}

.text-center{
	
	text-align: center !important;
	
}

.text-right{
	
	text-align: right !important;
	
}

.text-left{
	
	text-align: left !important;
	
}

.right{
	
	float: right !important;
	
}

.left{
	
	float: left !important;
	
}

.table-btn{
	
	margin-right: 10px;
	
}

.color-btn-small{
	
	padding: 5px;
	display: block;
	float: right;
	margin-left: 5px;
	border: 1px solid #999;
	border-radius: 3px;
	
}

.color-btn-small-active{
	
	padding: 5px;
	display: block;
	float: right;
	margin-left: 5px;
	border: 1px solid #999;
	border-radius: 3px;
	background: #80ced6;
	
}

.showSECColor-default{
	
	width: 40px;
	height: 40px;
	display: block;
	background: #2b424d;
	
}

.showSECColor-blue-shades{
	
	width: 40px;
	height: 40px;
	display: block;
	background: #29C0FF;
	
}

.showSECColor-sun-light{
	
	width: 40px;
	height: 40px;
	display: block;
	background: #ffe4b2;
	
}

.showSECColor-primary{
	
	width: 40px;
	height: 40px;
	display: block;
	background: #f8f8f8;
	
}

.showSECColor-pink-lights{
	
	width: 40px;
	height: 40px;
	display: block;
	background: #f0b8ac;
	
}

.showSECColor-dark{
	
	width: 40px;
	height: 40px;
	display: block;
	background: #483b39;
	
}

.tab-link{
	
	font-size: 18px;
	color: #000000;
	
}

.main-panel-link{
	
	font-size: 24px;
	text-align: center;
	width: %100;
	display: block;
	
}

.main-panel-link:hover{
	
	text-decoration: none;
	
}
.panel-link-top:hover{
	
	text-decoration: none;
	
}