/*start css for controller*/
.ads-unit-search-form {
	width: 90%;
	margin: auto;
}

.searchform {
	padding-bottom: 20px;
}

.col2-first {
    float: left;
    width: 35%;
}

.col2-second {
	padding-top: 12px;
}

/*render img*/
.table-responsive .priority-low img {
	width: 80px;
	border: 1px solid gray;
}

/*End css for controller*/

.ads-unit-form {
	width: 80%;
	margin: auto;
}

.ads-unit-form-content {
	width: 90%;
	margin: auto;
}

.ads-unit-script {	
	display: none;	
}

.ads-unit-script .form-textarea-wrapper {
	display: inline-block;
}

.ads-unit-radio,
.ads-unit-picture,
.ads-unit-picture-mobile {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 12.5%;
}

.ads-unit-picture img,
.ads-unit-picture-mobile img {
	border: 1px solid #CCCCCC;
}

.ads-unit-keyword ul {
	margin-top: -20px;
	margin-left: 12.5%;
	height: 34px;
}

.ads-unit-keyword p {
	margin-left: 12.5%;	
}

.tag-editor {
	border-color: #CCC !important;
	border-radius: 4px;
}


.ads-unit-form-submit {
	padding-top: 20px;	
	margin: 0 auto;
	text-align: center;
}

.control-label {
	width: 12%;
}

/*edit change color hover dropdown*/
.btn-group > ul.dropbutton.dropdown-menu{
    min-width: 78px !important;
}

.btn-group > .dropdown-menu>li>a:focus, .btn-group >.dropdown-menu>li>a:hover{
    background-color: yellow !important;
    background-image: -webkit-linear-gradient(top,yellow 0,yellow 100%) !important;
}
