/* video editor */
body { padding: 20px 0; background:  #324F6A; } // Backgroud // url("../img/bg.png") rgb( 204, 209, 217)
@media screen and (max-width: 568px) {
    body { padding: 0; }
    body > .container { margin: 0; padding: 0; }
    body > .container > .card { border: 0; border-radius: 0; font-family: "Montserrat"; }
}
.big { font-size: 120%; }
.small { font-size: 80%; color: #fff; }
.code { max-height: 500px; padding: 5px; overflow: auto; background-color: #eee; }

video,
audio { border: 1px solid #ddd; width: 100%; background-color: #ddd; height: auto; }

/* logo */
.logo { color: white; font-size: 20px; } // #0046ae
.logo img { width: 70px; }
.logo-img { width: 70px; }

.logo a { text-decoration: none; }

/* colors */
.bg-white { background-color: #fff; }
.color-blue { color: #236bf1; }
.color-red { color: #f13d2a; }

/* common */
.no-margin { margin: 0 !important; }
.no-wrap { white-space: nowrap; }
.show-on-hover-parent { position: relative; }
.show-on-hover { position: absolute; top: 10px; right: 10px; display: none; }
.show-on-hover-parent:hover .show-on-hover { display: block; }
.card-default { background-color: #324F6A; } // Backgroud // #F5F5F5
.display-inline-block { display: inline-block; }
.btn { cursor: pointer; }
.text-ellipsis { display: block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.max-height300 { max-height: 300px; overflow: auto; }

/* login */
.card-login { margin-top: 150px; }
.card-login form { margin-bottom: 0; }

/* margins */
.margin-top { margin-top: 1rem; }
.margin-bottom { margin-bottom: 1rem; }
.margin-vert { margin-top: 1rem; margin-bottom: 1rem; }
@media screen and (max-width: 768px) {
    .margin-bottom-md { margin-bottom: 1rem; }
}

/* button */
.btn:not(.btn-link) { transition: box-shadow 0.3s ease; }
.btn:not(.btn-link):hover { box-shadow: 0 0 10px rgba(0,0,0,0.3); }
.btn[class*="-outline"] { transition: background-color 0.3s ease; }
.btn-icon [class^="icon-"] { line-height: 1.4rem; }
.btn-smp { padding: 0.6rem 1.5rem; }

/* form fields */
.form-control[type="text"],
.form-control[type="email"],
.form-control[type="number"],
.form-control[type="password"],
textarea.form-control { background-color: #f1f1f1; box-shadow: inset 0 0 5px rgba(0,0,0,0.1); }
input[type="range"] { width: 100%; padding: 0; }
.input-range { padding: 7px; border: 1px solid #ddd; border-radius: 4px; }

/* dropdown-menu */
.dropdown-menu { box-shadow: 0 0 10px rgba(0,0,0,0.3); }

/* editor-player */
.wve-editor-player { position: relative; background-color: #000; }
.wve-editor-player video { width: 100%; height: 360px; }
.wve-editor-player-panel { position: absolute; left: 0; bottom: 0; width: 100%; padding: 5px 20px; background-color: rgba(0,0,0,0.5); color: rgba(255,255,255,0.7); opacity: 1; transition: opacity 300ms; }
.wve-editor-player .time { float: right; }
.wve-editor-player .time-current { float: left; }
.wve-editor-player:hover .wve-editor-player-panel { opacity: 0; }

/* list-group */
.list-group {  }
.list-group .list-group-item.active .btn-link { color: #fff; }
.list-group .list-group-item .btn-link { max-width: 100%; padding: 0; overflow: hidden; text-overflow: ellipsis; }
.list-group-item a,
.list-group-item .btn-link { text-decoration: none; }

/* editor-timeline */
.editor-timeline-wrapper { position: relative; }
#wve-timeline { position: relative; width: 100%; height: 20px; z-index: 11; overflow: hidden; background: none transparent; border: 0; }
#wve-timeline .ui-slider-handle { z-index: 12; width: 12px; height: 20px; top: 0; margin-left: -6px; margin-top: 0; background: none transparent; border: 0; outline: none; }
#wve-timeline .ui-slider-handle:before { content: ''; display: block; position: absolute; top: 0; left: 50%; margin-left: -5px; width: 0; height: 0; border-style: solid; border-width: 6px 5px 0 5px; border-color: #000000 transparent transparent transparent; }
#wve-timeline .ui-slider-handle:after { content: ''; display: block; position: absolute; bottom: 0; left: 50%; margin-left: -5px; width: 0; height: 0; border-style: solid; border-width: 0 5px 6px 5px; border-color: transparent transparent #000000 transparent; }

#wve-timeline-range { position: absolute; left: 0; top: 0; width: 100%; height: 20px; z-index: 10; border: 1px solid rgba(0,0,0,0.2); background: none #eee; border-radius: 0; }
#wve-timeline-range .ui-slider-range { border-radius: 0; background: none #aaa; }
#wve-timeline-range .ui-slider-handle { width: 17px; height: 20px; margin: 0; top: 0; z-index: 12; border-radius: 0; box-shadow: none; background: none transparent; outline: none; border: 0; }
#wve-timeline-range .ui-slider-handle:before { content: ''; display: block; width: 0; height: 0; position: relative; top: 19px; left: 0; margin: 0; border-color: transparent transparent #777 transparent; border-style: solid; }
#wve-timeline-range span:nth-child(2) { margin-left: -8px; }
#wve-timeline-range span:nth-child(3) { margin-left: -8px; }
#wve-timeline-range span:nth-child(2):before { border-width: 0 17px 17px 0; cursor:ew-resize; left: -9px; transform: rotate(-90deg); }
#wve-timeline-range span:nth-child(3):before { border-width: 0 17px 17px 0; cursor:ew-resize; left: 8px; }

.editor-timeline-wrapper1 { position: relative; }
#wve-timeline1 { position: relative; width: 100%; height: 20px; z-index: 11; overflow: hidden; background: none transparent; border: 0; }
#wve-timeline1 .ui-slider-handle { z-index: 12; width: 12px; height: 20px; top: 0; margin-left: -6px; margin-top: 0; background: none transparent; border: 0; outline: none; }
#wve-timeline1 .ui-slider-handle:before { content: ''; display: block; position: absolute; top: 0; left: 50%; margin-left: -5px; width: 0; height: 0; border-style: solid; border-width: 6px 5px 0 5px; border-color: #000000 transparent transparent transparent; }
#wve-timeline1 .ui-slider-handle:after { content: ''; display: block; position: absolute; bottom: 0; left: 50%; margin-left: -5px; width: 0; height: 0; border-style: solid; border-width: 0 5px 6px 5px; border-color: transparent transparent #000000 transparent; }

.timelinerange1cntr{position:relative; height:40px; width:99%; margin:0 auto;}
#wve-timeline-range1 { position: absolute; left: 0; top: 0; width: 100%; height: 20px; z-index: 10; border: 1px solid rgba(0,0,0,0.2); background: none #eee; border-radius: 0; }
#wve-timeline-range1 .ui-slider-range { border-radius: 0; background: none #aaa; }
#wve-timeline-range1 .ui-slider-handle { width: 17px; height: 20px; margin: 0; top: 0; z-index: 12; border-radius: 0; box-shadow: none; background: none transparent; outline: none; border: 0; }
#wve-timeline-range1 .ui-slider-handle:before { content: ''; display: block; width: 0; height: 0; position: relative; top: 19px; left: 0; margin: 0; border-color: transparent transparent #777 transparent; border-style: solid; }
#wve-timeline-range1 span:nth-child(2) { margin-left: -8px; }
#wve-timeline-range1 span:nth-child(3) { margin-left: -8px; }
#wve-timeline-range1 span:nth-child(2):before { border-width: 0 17px 17px 0; cursor:ew-resize; left: -9px; transform: rotate(-90deg); }
#wve-timeline-range1 span:nth-child(3):before { border-width: 0 17px 17px 0; cursor:ew-resize; left: 8px; }

/* btn-group-justified */
.btn-group-justified { display: flex; width: 100%; }
.btn-group-justified .btn,
.btn-group-justified .btn-group { flex: 1; }
.btn-group-justified .btn { width: 100%; }

/* progress bar */
.progress { border: 1px solid rgba(0,0,0,0.2); }

/* preloader */
.wve-preloader { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1111; background-color: rgba(0,0,0,0.5); }
.wve-preloader-inner { position: absolute; top: 50%; left: 50%; margin: -70px 0 0 -150px; width: 300px; max-width: 100%; z-index: 1112; padding: 15px; background-color: #fff; border-radius: 6px; }
.wve-preloader-caption { padding: 0 0 15px 0; text-align: center; }
.wve-preloader-content { height: 20px; background: url("../img/preloader.gif") center center no-repeat; }
.wve-preloader-progress {  }
.wve-preloader-progress .progress { border: 1px solid #b1b1b1; }
.wve-preloader-progress .progress-bar { width: 0; height: 20px; overflow: hidden; padding: 2px 0 0 0; }
.wve-preloader-progress .progress-bar-empty { padding-top: 20px; }

/* bottom-list-container */
.bottom-list-container { max-height: 338px; overflow: auto; }
.bottom-list-container td { min-width: 150px; }

/* episode-item */
.wve-episode-container { margin: 0; padding: 0; }
.episode-item { float: left; margin: 15px 10px 10px 10px; padding: 15px 5px ; background: url("../img/bg_film2.png") repeat-x; background-size: 100% 100%; }
.episode-item > .card { border-color: rgba(0,0,0,.7); background: url("../img/preloader_circle.gif") no-repeat center center transparent; opacity: 1; overflow: hidden; }
.episode-item .card-block { min-height: 80px; background: none no-repeat center center transparent; background-size: cover; }
.episode-item > .card:hover { background-image: none; }
.episode-item > .card:hover .card-block { opacity: 0.3; }

.editor-timeline-wrapper3 { position: relative; }
#wve-timeline-cuttor { position: relative; width: 100%; height: 24px; z-index: 11; overflow: hidden; background: none; border: 0; margin-top: -23px; }
#wve-timeline-cuttor .ui-slider-handle { z-index: 12; width: 12px; height: 20px; top: 0; margin-left: -6px; margin-top: 0; background:none transparent; border: 0; outline: none; }
#wve-timeline-cuttor .ui-slider-handle:first-child { z-index: 12; width: 24px; height: 24px; top: 0; margin-left: -6px; margin-top: 0; background:url(../img/public-start.png); border: 0; outline: none; }
#wve-timeline-cuttor .ui-slider-handle:last-child { z-index: 12; width: 24px; height: 24px; top: 0; margin-left: -23px; margin-top: 0; background:url(../img/public-end.png); border: 0; outline: none; }

#wve-timeline-cuttor .ui-slider-handle:before { content: ''; display: block; position: absolute; top: 0; left: 50%; margin-left: -5px; width: 0; height: 0; color:#FF0000; border-style: solid; border-width: 20px 10px 0 10px; border-color: #000000 transparent transparent transparent;}
#wve-timeline-cuttor .ui-slider-handle:first-child:before { content: ''; display: block; position: absolute; top: 0; left: 50%; margin-left: -5px; width: 0; height: 0; color:#FF0000; border-style: solid; border-width: 0px 0px 0 0px; border-color: #000000 transparent transparent transparent;}
#wve-timeline-cuttor .ui-slider-handle:last-child:before { content: ''; display: block; position: absolute; top: 0; left: 50%; margin-left: -5px; width: 0; height: 0; color:#FF0000; border-style: solid; border-width: 0px 0px 0 0px; border-color: #000000 transparent transparent transparent;}

#wve-timeline-cuttor-range { position: relative; left: 0; top: -20px; width: 100%; height: 20px; z-index: 10; border: 1px solid rgba(0,0,0,0.2); background: none #eee; border-radius: 0; }
#wve-timeline-cuttor-range .ui-slider-range { border-radius: 0; background: none #aaa; }
#wve-timeline-cuttor-range .ui-slider-handle { width: 17px; height: 20px; margin: 0; top: 0; z-index: 12; border-radius: 0; box-shadow: none; background: none transparent; outline: none; border: 0; }
#wve-timeline-cuttor-range .ui-slider-handle:before { content: ''; display: block; width: 0; height: 0; position: relative; top: 19px; left: 0; margin: 0; border-color: transparent transparent #777 transparent; border-style: solid; }
#wve-timeline-cuttor-range span:nth-child(2) { margin-left: -8px; }
#wve-timeline-cuttor-range span:nth-child(3) { margin-left: -8px; }
#wve-timeline-cuttor-range span:nth-child(2):before { border-width: 0 17px 17px 0; cursor:ew-resize; left: -9px; transform: rotate(-90deg); }
#wve-timeline-cuttor-range span:nth-child(3):before { border-width: 0 17px 17px 0; cursor:ew-resize; left: 8px; }

.video-setting-logo{}
#addclipbox{display:none;}
#privatemoviecntr_id, #texttoclipscntrdiv_id, .public_pieces_hide{display:none;}
.show_pieces{cursor:pointer;}
.episode-item-import-button{background:#FFFFFF;}
.episode-item-import-button .btn-lg{font-size:12px; margin-top:19px; padding:0;}
.output_video_row .sharebtn-cntr{position:relative;}
.output_video_row .sharebutton_cntr{display:none;position:absolute; top:0px; right:30px; height:68px; width:260px; background:#FFFFFF; border:#CCCCCC solid 1px; z-index:1000;}
/*.cuttor_video_row .sharebtn-cntr:hover > .sharebutton_cntr{display:block; }*/
.boxhd{float:left; font-weight:bold; margin-right:5px; cursor:pointer; padding-top: 9px;}
.togglemcpsrow, .privatemovierow, .createpublicrow,.text2cliplsrow{display:none;}
#cuttorInformer{background:#eee; float:left; width:100%; height:20px;}
#movie_category_prefix_suffix_id .card-block, #privatemoviecntr_id .card-block,#texttoclipscntrdiv_id .card-block,#pieces_info_id .card-block{padding:1px;}
.boxhdcntr{padding:1.25rem 0; background:#CCCCCC; margin:0px; float:left; width:100%;}
.togglemcpsrow, .privatemovierow, .text2cliplsrow,.createpublicrow{padding:0.25rem 1.25rem 0 1.25rem;}
.editor-timeline-wrapper{opacity:0; margin-bottom: 10px ;}
.episode-item-cntr{background:#FFFFFF;}
.importbtnpublic{overflow:hidden;}
.hidden-btn{display:none;}
.private-movie-hd{float:left;}
#queinfo{float:left; margin-left:15px; margin-top:5px; color:#FF0000;}
.togglemcpsrow button{font-size:14px;}
.delete-btn{color:#FF0000;}
.PS_btn_cntr{position:relative;}
.PS_btn_cntr .delete-btn{position:absolute; top:6px; right:6px; cursor:pointer;}


/* override */

.card {
	border: none;
	border-radius: 0;
}	

.nav-tabs .nav-link {
	border-radius: 0;
	color: white;
}	

.create_color {
	background-color:  #c9cacb;
    padding-bottom: 15px;
}

.bg-primary {
    background-color: #324F6A !important;
}

.navbar-fixed-top {
    border: none;
    top: 0;
    border-width: 0 0 1px;
    border-radius: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }

.btn-outline-info {
    color: #fff;
    background-image: none;
    background-color: transparent;
    border-color: #fff;
}

.navbar {
    margin: -45px;
    height: 84px; 

}


.logo-img {
    width: 133px;
    margin-top: 26px;
    margin-left: 14px;
}

.dropup, .dropdown {
    position: relative;
    margin-top: 10px;
    margin-right: 30px;
}


.form-control[type="select"], .form-control[type="text"], .form-control[type="email"], .form-control[type="number"], .form-control[type="password"], textarea.form-control, .select.form-control {
    background-color: #f1f1f1;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    height: 57px;
}

.card-block {
    color: #494949;
}

.lSAction > a {
    top: 37%;
}    

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 9px);
    width: 50%;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #D73777;
    border-color: #D73777;
}

.container {
    width: 1240px;
    max-width: 100%;
    padding-bottom: 15px;
}

.card-block {
    color: #292b2c;
    padding: 0px;
}

.card-block-user-edit {
    color: #fff 
}

.form-control {
    height: 59px;
}

.card-defaultuser {
    background-color: #fff;
    padding-bottom: 6px;
}

.btn.btn-block.btn-lg.btn-smp.btn-outline-primary.importbtnpublic {
    margin: 0px;
}

.row.user-edit {
    padding: 25px;
}

.login {
    padding: 15px;
}

.card-header:first-child {
    border-radius: 0;
}

.card-headline {
    padding: 15px;
}

/*
#footer-fixed {
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    height: var(--mobilfooterheight);
} 

.footer-menu {
    float:left;
} 

.footer-menu div {
    float:left;
} 

 
#footer-fixed {
 	display:none;
}


 
@media(max-width: 768px){
 	#footer-fixed {
 		display:block;
 	} 
 	
 	.super-sidebar-visible {
 		display:none;
 	}
 	
 	.my_body {
 	margin-bottom: var(--mobilfooterheight);
 	}
 }

.footer_part_div_fb {
    background: #3b5998;
    color: white;
    //height: 3.125rem;
    width: 33.33333%;
    height: var(--mobilfooterheight);
    text-align: center;
    padding-top: 10px;
}

.footer_part_div_gl {
    background: #E3382F;
    color: white;
    //height: 3.125rem;
    width: 33.33333%;
    height: var(--mobilfooterheight);
    text-align: center;
    padding-top: 10px;
}

.footer_part_div_wa {
    background: #25d366;
    color: white;
    //height: 3.125rem;
    width: 33.33333%;
    height: var(--mobilfooterheight);
    text-align: center;
    padding-top: 10px;
}
*/
