#sca-panel{
	padding: 5px 10px;
	margin: 10px 0;
}

#sca-panel table{
	width: 100%;
}

#sca-panel select{
	font-size: 12px;
	margin-bottom: 10px;
	border: 1px solid #960000;
	padding: 5px;
}

#sca-panel select.postform{
	border: 1px solid #000;
	width: 250px;
}

#sca-panel .alert{
	padding-left: 30px;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 18px;
	border: 1px solid transparent;
	border-radius: 2px;
}

#sca-panel .alert-success{
	background-color: rgba(76, 175, 80, 0.7);
	border-color: transparent;
	color: #ffffff;
}

#sca-panel .alert-danger{
	background-color: rgba(244, 67, 54, 0.7);
	border-color: transparent;
	color: #ffffff;
}

#sca-panel .overlay {
    background: #000;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 100;
    background-image:url('../img/loading.gif');
  	background-repeat:no-repeat;
  	background-position:center;
}

#sca-panel .s-cate {
	max-width: 150px;
}
#sca-panel tr,
#sca-panel td,
#sca-panel th {
	vertical-align: top; 
}

#sca-panel .btn{
	font-size: 16px;
	margin-bottom: 10px;
	border: 1px solid #960000;
	padding: 5px;
}

#sca-panel .msg-error{
	color: red;
}

#sca-panel .img-ads{
	border: 1px solid #ccc;
	padding: 5px;
}

.pull-right{
	float: right;
	position: relative;
	bottom: 10px;
}

.btn {
	float: left;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 4px;
    border: 4px solid #960000;
    color: #FFFFFF;
    background: #960000;
    -webkit-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
    -moz-box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
    box-shadow: inset 0px 17px 56px -13px rgba(91,91,91,1);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    cursor: pointer;	
}

.btn:hover {
	background: red;
	color: #FFFFFF;
}

#image1, #image2, #image3, #image4, #image5, #image6, #image7, #image8, #image9, #image10 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 4px;
    border: 4px solid #960000;
    color: #333;
    border-radius: 5px;
    -webkit-box-shadow: inset -3px 6px 31px -11px rgba(0,0,0,0.24);
    -moz-box-shadow: inset -3px 6px 31px -11px rgba(0,0,0,0.24);
    box-shadow: inset -3px 6px 31px -11px rgba(0,0,0,0.24);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    cursor: pointer;
	font-size: 13px;
}

.img-ad-thumbnail{
	float: left;
	clear: both;
    max-width: 400px;	
}

.img-ad-thumbnail img{
	width: 80px;
	margin: 0 10px 10px 0;
	padding: 3px;
    border: 1px solid #C0C0C0;
	border-radius: 5px;
}

#sca-panel input[type="file"]  {
    padding: 7px;
}

.ad-t {
	word-wrap: break-word;
	width: 120px;
	max-width: 120px;
}

@media screen and (max-width: 1100px) {
	
	.s-mobile {
		display: none;
	}
	
	#sca-panel table {
		font-size: 17px;
	}
}