.nav.nav-tabs .nav-item .nav-link.active, .nav.nav-pills .nav-item .nav-link.active {
	box-shadow: none;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #FFFFFF;
	background-color: #897a47;
	border-color: transparent;
}

.nav-tabs .nav-link.active small {
    color:#FFF;
}

.nav-tabs .nav-link, .nav-pills .nav-link {
	background-color: #ececec;
	color: #2b2a27;
}

.boxedup {
    border: 1px solid #ccc;
    padding: 10px;
    padding-right:20px;
    padding-left:15px;
    border-radius: 3px;
}

ul.radiochecks {
    margin-top:10px;
}

ul.radiochecks li {
    margin-right:10px !important;
}

h4.nexus-heading {
	font-size: 21px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.btn-light-focus {
    background-color:#897a47;
    color: #FFFFFF;
}

.btn-light-focus:hover {
    background-color:#9f8c4d;
    color: #FFFFFF;
}

.text-info {
    -webkit-transition: opacity 0.7s; /* Safari prior 6.1 */
    transition: opacity 0.7s;
    opacity:0;
}

.text-info.focus {
    opacity:1;
}

.upload-image { 
    width: 160px;
    float:left;
    margin-right:10px;
}

.upload-image img {
    width:100%;
}

.upload-image a.btn {
    display:block;
    margin-top:5px;
    margin-bottom:5px;
}

.upload-image input[type="file"] {
    display: none;
}

.tab-content ul.actions {
    width:100%;
    border-top: 1px solid #DFE3E7;
    padding-top: 12px;
    margin-top: 20px;
}


/* CROPPER SPECIFIC */

.alert {
display: none;
}

.img-container img {
max-width: 100%;
}


/* WAVESURFER SPECIFIC*/

.wavesurfer-region {
    background-color:rgba(255,161,51,0.5) !important;
    border-radius: 5px !important;
    border-left: 5px solid #ff8a00; 
    border-right: 5px solid #ff8a00; 
}

.wave-container {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.wave-col1 { grid-area: 1 / 1 / 2 / 3; }
.wave-col2 { grid-area: 1 / 2 / 2 / 3; } 

.btn-play {
    width:80px;
    height:80px;
    border-radius: 9999px;
    margin-top:10px;
    margin-left:10px;
}

.btn-play i {
	color: #FFF;
	font-size: 63px;
    margin-left: -9px;
    margin-top:-2px;
}

.wave-container {
    margin-bottom: 10px;
}

.image-preview img {
    position: absolute;
    top: 40px;
    left: 40px;
    box-shadow: 2px 2px 0px rgba(0,0,0,0.5);
    transform: scale3d(1, 1, 1);
    transition: box-shadow 0.5s, left 0.5s, top 0.5s, transform 0.5s;
    transition-timing-function: ease-in-out;
}



.image-preview img.photo2-summary {
    position: absolute;
    top: 30px;
    left: 30px;
    
}

.image-preview img.photo1-summary {
    position: absolute;
    top: 20px;
    left: 20px; 
}

.image-preview:hover img.photo2-summary {
	position: absolute;
	top: 0px;
	left: 0px;
    box-shadow: 4px 4px 3px rgba(0,0,0,0.3);
    transform: scale3d(1.06, 1.06, 1.06) rotate(10deg);
}

.image-preview:hover img.photo1-summary {
	position: absolute;
	top: -40px;
	left: -40px;
    box-shadow: 8px 8px 4px rgba(0,0,0,0.2);
    transform: scale3d(1.1, 1.1, 1.1) rotate(24deg);
}

div.tocs {
  width:100%;
  height:150px;
  display:block;
  overflow-y:scroll;  
} 

span.error {
    color: #970000;
}