
/*NEW ADMIN*/
#bodyLogin, .navbar{
    background-color: #fff;
}


h1{
}
h2{
    margin-left: 0;
    font-size: 18px;
}

textarea.form-control{
    height:250px;
}

.dvLogin .logo{
    margin:20px 0 10px 0;
}

#messageBox {
	color: #f00;
	margin: 10px 0 0 0;
	padding: 0;
}
.btn-default, .ui-button, .ui-widget-content .ui-state-default {
    color: #fff;
    background: initial;
    background-color: maroon;
    border-color: maroon;
}
.btn-default:hover, .btn:focus, .ui-button:hover, .ui-button:focus {
    color: #fff;
    background-color: #f3003d;
    border-color: #f3003d;
}
.btn .fa{
    color:#fff;
}



body .ui-autocomplete .ui-menu-item .ui-state-focus {
    color:White;
    background:#f3003d;
    outline:none;
}
 .ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
     border-color: maroon;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 150px;
  }

.ui-widget-overlay{
    z-index: 1000;
}
.ui-dialog{
    z-index: 1001;
}
.ui-corner-all, .ui-tabs-nav{
    border-radius: 3px;
}
.ui-tabs .ui-tabs-nav .ui-corner-top{
    border-top-right-radius:3px;
    border-top-left-radius:3px;
}
.ui-tabs .ui-tabs-nav .ui-state-default a{
    color:#aaa;
}
.ui-tabs .ui-state-active a, .ui-tabs .ui-state-active a:link, .ui-tabs .ui-state-active a:visited{
    color:#fff;
}
.ui-tabs .ui-tabs-nav .ui-state-active{
    color:#fff;
    background-color: #f3003d;
    border-color: #f3003d;
}
.ui-tabs .ui-tabs-nav{
    padding: .2em .2em 1px;
    border:initial;
    background: initial;
    background-color: initial;
    border-bottom: 1px solid #9999cc;
    border-radius: 0;
}
.ui-tooltip{
    background: initial;
    background-color: black;
    padding:5px;
    color:#fff;
}


.navbar-default {
    border-color: #e7e7e7;
}
.navbar-default .navbar-toggle {
    background-color: #fff;
}
.navbar-brand>img{
    height: 30px;
    display: inline-block;
    position: relative;    
}
.navbar-default .navbar-brand{
    color:maroon;
    position: relative;
    top: -5px;    
}
.navbar-default .navbar-brand:hover{
    color:#ff0000;
}

.navbar-top-links{
    margin:0;
    background-color: #fff;
}
.navbar-top-links li:last-child {
    margin-right: 0px;
}
.custom-search-form .btn-default{
    margin-top:4px;
}

#mainMenu {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 10px;
}

ul li .fa{
    font-size: 18px;
    color:#555;
    top:2px;
    position: relative;
}

a, a .fa, li a .fa {
    color:maroon;
}
a:hover, a .fa:hover, li a .fa:hover {
    color: #f3003d;
}



.sidebar .nav-second-level li a{
    padding-left: 27px;
}
.sidebar .nav-third-level li a{
    padding-left: 39px;
}
.sidebar .nav-fourth-level li a{
    padding-left: 51px;
}
.sidebar .nav-fifth-level li a{
    padding-left: 63px;
}
.sidebar .nav-sixth-level li a{
    padding-left: 75px;
}
.collapse.in {
    background-color: #fff;
}
#side-menu{
    margin-top:8px;
}
.sidebar #side-menu li:first-child{
    border-top: 1px solid #e7e7e7;
}




#page-wrapper {
    padding-top: 15px;
    padding-bottom: 50px;
    color:#888;
}
.container-fluid {
    padding-right: 0; 
    padding-left: 0;
}
.bc{
    font-family: Arial;
    font-size: 11px;
    color:#aaa;
}
.col-lg-12 > .bc:first-child  {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    
}
.bc>div{
    display: inline-block;
}

.bc .breadcrumb{
    display: inline-block;
    margin-bottom: 5px;
}
.bc strong{
    display: inline-block;
    padding: 8px 15px;
    background-color: #fbfbfb;
}

.description{
    font-size: 11px;
    font-family: Tahoma;
    color:#999;
    font-style: normal;
}


span.userInstructions{
    font-size: 12px;
    font-family:Arial;
    color:#777;
    font-style: normal;
    display:block;
    margin:0;
    padding:0;
}
.required_field{
    font-size: 12px;
    font-family: sans-serif;
    color:red;
    margin-top: 10px;
}
.required{
    color:red;
}


#photoUploadHolder, #videoUploadHolder, #iconUploadHolder {
     float: initial;
    margin-left: initial;
    min-width: initial;
}
.photoHolder, .videoHolder, .iconHolder {
    float: initial;
    margin-left: initial;
    min-width: initial;
}
.px-widget .ui-button {
     height: initial;
    margin: 2px;
}


#copywrapper_photos{
    font-size: 12px;
    color:#888;
}


.sortable{
    padding-left:20px;
    margin: 0;
}
.sortable li, .sortableRecords li, .sortableIcons li {
	position: relative;
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #aaa;
	list-style-type: decimal;
    cursor:move;
    background-color: #fefefe;
}
#inactiveRecords li:hover,
.sortable li:hover, 
.sortableRecords li:hover, 
.sortablePhotos li:hover, 
.sortableVideos li:hover, 
.sortableIcons li:hover{
    background-color:#eeeeff; 
}

#inactiveRecords ul{
    padding:0;
    margin: 0;
}
#inactiveRecords ul li{
    position: relative;
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #aaa;
	list-style-type: none;
}

#inactiveRecords li.noRecords,
.sortablePhotos li.noRecords, 
.sortableVideos li.noRecords, 
.sortableIcons li.noRecords, 
.sortable li.noRecords  
{
	list-style-type: none;
	border: 0;
    padding-left: 0px;
    background-color: initial;
    cursor: initial;
}

li.noRecords:hover
{
    background-color:initial;
}


.sortablePhotos .mediaDataHolder, 
.sortableVideos .mediaDataHolder, 
.sortableIcons .mediaDataHolder {
    float: initial;
     width: initial;
    overflow-wrap:wrap;
}
.sortablePhotos .photoFileName, 
.sortableVideos .videoFileName {
    left: 0px;
    overflow-wrap: break-word;
}


.dl-menuwrapper li a{
    padding:8px;
    font-size: 13px;
}
.dl-menuwrapper button{
    background-color: #f3003d;
    width: 40px;
    height: 40px;
}
.dl-menuwrapper button:after {
    top: 8px;
}
.dl-menuwrapper {
  min-width: 150px;
  width: 100%;
  max-width: 200px;
  float: left;
  text-align: right;
    right:20px;
}
.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
    line-height: 35px;
}
.dl-menuwrapper ul {
  text-align: left;
}

.mediaDataHolder.edit{
    color:dodgerblue;
    font-family: sans-serif;
    font-size: 13px;
}
.mediaDataHolder.edit form *{
    padding:5px 5px;
    display: block; 
}
.mediaDataHolder .deleteLink.pull-right {
    top: 10px;
    position: absolute;
    right: 5px;
}
.mediaDataHolder .disableLink.pull-right {
    top: 10px;
    position: absolute;
    right: 30px;
}


.dvAssetInfos{
    display: inline-block;
    left: 5px;
    position: relative;
    vertical-align: middle;
    font-size: 12px;
}

.upload-data{
    width: 100%;
}

.progress{
    height: initial;
}

.fa-spinner {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.dvFilter .btn{
    top:2px;
}


.tm .btn-file {
    position: relative;
    overflow: hidden;
}
.tm .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.tm .input-group-btn{
    top:2px;
}
.tmImg {
    margin-top: 5px;
    width:50%;    
}
.addBtn{
    margin:2px;
}



@media (max-width:480px) {
    .ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li.ui-tabs-active  {
        width: 100%;
        margin-bottom: 5px;  
    }
    .ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        display: block;
        width: 100%;
    }
    
    .px-form-input {
        float: initial;
        display: block;
    }
    .px-widget .ui-button {
        width: 125px;
        display: block;
    }
}
}