/* PRODNS CSS */
.pro-checkbox,.pro-checkbox input{
	width:60px !important;
	padding:0px;
	margin:0px;
}

.app-login-box .title img{
	max-width:100%;
}

.logoz{
	    padding: 15px 0;
}

a:hover, a:focus {
    text-decoration: none;
}

body th a, body th a:hover{
	color:#fff;
}

.logoz img{
	height:95px;
}

textarea {
    overflow: auto;
    width: 100% !important;
    max-width: 100%;
}

nav .side-nav{
	list-style:none;
	padding: 0;	
}

nav h3, fieldset legend {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    padding-top: 15px;
    margin-bottom: 30px;
}

fieldset legend {
    font-size: 24px;
    font-weight: 600;
    padding: 15px 0;
    margin-bottom: 15px;
}

nav .side-nav li{
	width:auto;
	margin-right:15px;
	margin-bottom:15px;
}

.block button{
	margin-right: 30px;
    margin-top: 15px;
}

.form-control textarea {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.mce-btn button {
    margin-right: 0;
    margin-top: 0;
}