body table th a{
	color:#fff;
}

.app .block > .app-heading {
    padding: 0;
	padding-right: 15px;
}

.app .block > .app-heading:first-child {
	margin-bottom:0;
}

.delgall {
    position: relative;
    width: auto;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.delgall:hover .delabs {
	opacity:1;
}

.delabs{
	position:absolute;
	opacity:0;
	width:100%;
	top:0;
	bottom:0;
	background:rgba(45,51,73,.8);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.delabs span {
    position: absolute;
    left: 44%;
    top: 36%;
}

.delabs span a, .delabs span a:hover {
	color:#fff;
	font-size:30px;
	text-decoration:none;
}

.peditg a{
	position: absolute;
    left: 0;
    top: 4px;
}

.form-group .btn.pull-right{
    margin-right: 15px;
    margin-bottom: 15px;
}

.form-group .control-label {
    margin: 0;
    min-height: 38px;
    padding-top: 8px;
    color: #fff;
    margin-top: 1px;
    background: #2d3349;
	text-align:center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

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

.block ul.side-nav a {
    background: transparent;
    color: #76AB3C;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #76AB3C;
    white-space: nowrap;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.block ul.side-nav a:hover {
    color: #FFF;
    background: #76AB3C;
    border-color: #76AB3C;
}

.ititle{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    padding-top: 15px;
    margin-bottom: 0;
}

.ititle span{
    font-weight: 300;
}

#log{
	background-image:url('/img/bg/bg.jpg');
	background-size:cover;
}

#log.app .app-container {
    background: transparent;
}


.mylog{
	background:rgba(255,255,255,.7);
	border:solid 1px rgba(255,255,255,.9);
	-webkit-box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mylog h1{
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
}

.mylog input{
	width: 100%;
    margin-bottom: 15px;
    padding: 10px 20px;
    border: 0;
	border-radius:3px;
}

.app-login-box-footer{
	text-align: center;
    padding: 15px;
    padding-bottom: 5px;
	font-weight:600;
}

.secaside .app-sidebar{
	height:100% !important;
}

.block h3 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2d3349;
    border-bottom: solid;
    padding-bottom: 15px;
}

.index.block h3 {
    margin-bottom: 15px;
}

.block h3 span{
    font-weight:100;
}

.block td.actions a.btn-warning, .block td.actions a.btn-danger{
    padding: 0px 10px;
    line-height: 2;
    font-size: 11px;
    text-transform: uppercase;
}

.btn.btn-success.btn-glow {
    -webkit-box-shadow: 0 0 0 3px rgba(118,171,60,.3);
    -moz-box-shadow: 0 0 0 3px rgba(118,171,60,.3);
    box-shadow: 0 0 0 3px rgba(118,171,60,.3);
}

.index .actions .btn{
	padding:0;
	width:48%;
	font-size: 60%;
	min-width: 91px;
}

.index .actions .btn:first-child{
	margin-right:1%;
}

.related h4 {
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 25px;
}

ul.editlist{
	list-style: none;
    padding: 10px 0;
}

ul.editlist li{
	padding: 8px 15px;
}

ul.editlist li span{
	margin-right:8px;
}

ul.editlist li a{
	margin-left:8px;
}

.titledesc{
	margin-bottom: 0;
    font-weight: 600;
}

.textblock h3, .textblock .singDesc p{
	margin-bottom:15px;
}

.textblock .singDesc{
	margin-top:15px;
}

.textblock .btn {
    padding: 0px 20px;
	margin-bottom:15px;
}

.delgall .edit{
	z-index: 99;
	position: relative;
	background: #fff;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
