/* TABLE */
.adm_fluid_table thead,
.adm_fluid_table tfoot{
	color:#FFF;
}
.adm_fluid_table th {
  background: #30383d;
  font-size: 14px;
  height: 40px;
  padding: 5px 20px 0 20px;
  text-align: left;
  line-height: 18px;
  font-weight: normal;
}

.adm_fluid_table tfoot th{
	background: #586065;
	font-size: 12px;
	height: 30px;
}

.adm_fluid_table .text_center{
	text-align: center;
}

.adm_fluid_table th:nth-child(2n) {
  background: #293135;
}

.adm_fluid_table tbody td{
	background: url('../../../v4_imgs/ads_sep.png') no-repeat right center;
	font-size: 14px;
	padding:10px 20px;
}

.adm_fluid_table tbody td .table_info_title{
	margin-bottom: 5px;
	display: block;
	color: #2b7ac6;
}

.bundle_listing_info{
	float:left;
	width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}

.adm_fluid_table tbody td .bundle_listing_cover{
	float:left;
	width: 10%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.adm_fluid_table tbody td .bundle_listing_cover img{
	width: 100%;
}

.adm_fluid_table tbody td p{
	line-height: 18px;
}

.adm_fluid_table td:last-child {
	background: none;
}

.adm_fluid_table tbody tr:nth-child(2n) {
	background-color: #e7e7e7;
}

.adm_fluid_table tbody .table_act_button{
	display: inline-block;
	margin-right: 10px;
	line-height: 20px;
}

.adm_fluid_table tbody td.success,
.adm_fluid_table tbody td.enabled{
	color: green;
}

.adm_fluid_table tbody td.in_process{
	color: orange;
}

.adm_fluid_table tbody td.failed,
.adm_fluid_table tbody td.disabled{
	color: red;
}

/* FORM */
.adm_fluid_form{
	width: 100%;
}

.adm_fluid_form .left_side{
	float:left;
	width: 60%;
	min-height: 200px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.adm_fluid_form .right_side{
	float:left;
	width: 40%;	
	min-height: 200px;
	-webkit-box-shadow: -1px 0 0 #dddddd;
	-moz-box-shadow: -1px 0 0 #dddddd;
	box-shadow: -1px 0 0 #dddddd;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adm_fluid_form .left_side.full{
	width: 100%;
}

.adm_fluid_form  .adm_fluid_inp_holder{
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adm_fluid_form  .adm_fluid_inp_holder.half{
	width: 50%;
	float: left;
}

.adm_fluid_form  .adm_fluid_inp_holder.quarter{
	width: 25%;
	float: left;
}

.adm_fluid_form  .left_side .adm_fluid_inp_holder{
	padding-left: 0;
}

.adm_fluid_form  .right_side .adm_fluid_inp_holder{
	padding-right: 0;
}

.adm_fluid_form label{
	display: block;
}

.adm_fluid_form .fluid_text_input{
	width: 100%;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top:10px;
}

.adm_fluid_form select{
	border: 1px solid #e0e0e0;
	width: 100%;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top:10px;
    height: 35px;
    outline:none;
    border-radius: 0;
}

.adm_fluid_form textarea{
	border: 1px solid #e0e0e0;
	width: 100%;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top:10px;
    height: 100px;
    max-height: 200px;
    outline:none;
    border-radius: 0;
    resize:vertical;
}

.adm_fluid_form  input[type="submit"]{
	background:#5C8651;
	border:1px solid #507247;
	color:#FFF;
	height: 35px;
	padding:0 20px;
}

/** ANCORS **/
a.adm_simple_href{
	color: #2b7ac6;
}
a.delete_color{
	color:#A30C08;
}
.mv_videos_container_title a.adm_simple_href{
	color: #2b7ac6;
}

.ac_results_adm {
    background:#FFF;
	padding: 0;
	padding-right: 20px;
	border:1px solid #e0e0e0;
	border-top: 0;
    z-index: 999999;
}

.ac_results_adm ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;	
	padding: 0;
	margin: 0;
}

.ac_results_adm li {
	margin: 0px;
	padding: 10px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	font-family: 'BPGMrgvlovani';
	border-bottom: 1px solid #ececec;
}

.ac_over {
	background-color: #ECECEC;
}

/** SORTABLE MOVIES**/
.sortable_movies_fluid{
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.sortable_movies_fluid.disabled{
	opacity: 0.5;
}

.sortable_movies_fluid li{
	height: 80px;
	padding:10px 0 10px 20px;
	border-bottom: 1px solid #ececec;
	width: 100%;
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.drag_holder{
	background:#1A65AD;
	width: 20px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}

.drag_holder .lines{
	width: 15px;
	height: 2px;
	background: #ecf0f1;
	/* border-radius: 0.28571rem; */
	position: relative;
	margin: 49px auto;
}

.drag_holder .lines:before, .lines:after {
	width: 15px;
	height: 2px;
	background: #ecf0f1;
	border-radius: 0.28571rem;
	position: absolute;
	left: 0;
	content: '';
}

.drag_holder .lines:before {
  top: -4px;
}

.drag_holder .lines:after {
  top: 4px;
}

.sortable_movies_fluid .cover{
	background-repeat:no-repeat;
	width: 8%;
	margin-left: 2px;
	height:100%;
	background-size:cover;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sortable_movies_fluid .info_wrap{
	float:left;
	width: 90%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	position: relative;
}

.sortable_movies_fluid .info_wrap .title{
	display:block;
	margin-bottom: 5px;
}

.sortable_movies_fluid .info_wrap .title.sub{
	opacity: 0.7;
}

.sortable_movies_fluid .info_wrap .desc{
	font-size: 12px;
	line-height: 14px;
}

.sortable_movies_fluid .info_wrap .remove_bundle_movie{
	position: absolute;
	top:0;
	right: 0;
}

.ui-state-highlight{
	background: rgba(92, 134, 81, 0.2)!important;
  	border: 1px solid rgba(80, 114, 71, 0.2)!important;
}


@media screen and (max-width: 1260px){
	.mv_videos_container.fluid {
		padding: 20px 20px 18px;
	}

	.sortable_movies_fluid .cover{
		width: 17%;
	}

	.sortable_movies_fluid .info_wrap{
		width: 82%;
		margin-top: 10px;
	}

	.sortable_movies_fluid .info_wrap .remove_bundle_movie{
		top:-15px;
	}
}


input[type="number"] {
	border: 1px solid #e0e0e0;
}