﻿.content_section_header {
        padding: 35px 0 15px 0;
    }
.input_wrapper.color input{cursor:pointer;}
.hasChildren .menu a
{
font-size:18px !important;	
}

.children
{
	margin-left: 60px !important;
    width: 168px !important;
	padding-left:4px !important;
}
#submenu .children:hover,#submenu .selected-item
{
	margin-left: 56px !important;
	width: 168px !important;
	padding-left:4px !important;
	color:#faf432 !important;
	background-color:#2B2C2E !important;
	border-left-color:#2B2C2E !important;
}
.input_row textarea
{
	/*margin-left: 176px !important;*/
}
.hasChildren::before 
{
content: "";
    background-image: url(../kmsimages/downArrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-size: 10px;
}
.hasChildren a
{
    padding-top: 10px !important;
	text-transform:uppercase;
}

.slider {
	overflow-y: hidden;
	max-height: 1000px; /* approximate max height */

	/*transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);*/
	-webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

.parentMenu.closed .slider {
	max-height: 0;
}

.parentMenu.closed .hasChildren::before 
{
    content: "";
    background-image: url(../kmsimages/upArrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    left: 17px;
    width: 14px;
    height: 28px;
    background-size: 5px;
}
 
div.tagsinput span.tag
{
    direction:ltr;
}
.btn {
    display: inline-block;
    border: none;
    border-radius: 5px;
    padding: 1rem 2rem !important;
    margin: 0;
    text-decoration: none;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.btn.cancel {
    width: auto !important;
    background-image: none;
    margin-left: 12px;
    background-color: #dc3545 !important;
}
.uploader_span tr.template-download {
    width: 100%;
    vertical-align: middle;
}
.uploader_span tr td:last-child {
    text-align: right;
}
.download-tmpl-img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.uploadImg .input_row table {
    width: 100%;
    padding-top: 0 !important;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.upload-label {
    background-color: #5cb85c;
    color: white;
    padding: 0.8rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-bottom: 10px;
    width: fit-content;
    float: right;
    font-size: 15px;
    display: block;
}
.template-upload .progress-bar {
    height: 35px;
    background-color: #faf432;
}