.note-editor .note-resizebar{
	border-top:none !important;
}

.note-editor.note-frame .note-editing-area .note-editable{
	border: 1px solid #dfe4ed;
    border-radius: 5px;
}

.inline-flex{
    display: inline-flex;
    width: 100%;
}

.icolor{color:#bd1626;}
.icolor2{color:#8e8e8e;}

.dropzone1{
	border: 2px dashed rgba(0,0,0,0.3);
    padding: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 40px;
}

@media (max-width: 1280px){
	.widget-body h5{font-size: 10px;}
	.counter-count{font-size: 20px;bottom:-5px;}
	.counter-icon{font-size: 20px;}
}

body {
    font-family: 'Poppins', sans-serif;
}

.theme-dark nav.left-menu .left-menu-list li .left-menu-link .left-menu-link-icon {
    color: #caac6a !important;
}

.theme-dark nav.left-menu .left-menu-list li .left-menu-link:hover {
    background: #caac6a !important;
    color: #ffffff;
}

.theme-dark nav.left-menu .left-menu-list li .left-menu-link:hover .left-menu-link-icon {
    color: #eceff4 !important;
}

.theme-dark nav.left-menu {
    background: #160f37  !important;
    border-right-color: #caac6a !important;
}
.theme-dark nav.left-menu .left-menu-list li .left-menu-link{color:#fff !important;}

.theme-dark nav.left-menu .logo-container {
    background: #160f37 !important;
}

.theme-dark nav.left-menu .left-menu-list li.left-menu-list-opened {
    background: #caac6a !important;
}

.btn.btn-primary, .open > .btn.btn-primary {
    background-color: transparent;
    color:black !important;
    border-color: black;
    border-radius: 0;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .open > .btn.btn-primary:hover, .open > .btn.btn-primary:active {
    background-color: #000000;
    border-color: #000000;
    color:white !important;
}

.nav-tabs-horizontal .nav-tabs .nav-item .nav-link.active, .nav-tabs-horizontal .nav-tabs .nav-item .nav-link:focus {
    border-bottom-color: #caac6a !important;
}

.pagination .page-item.active .page-link {
    background: #caac6a;
    border-color: #caac6a;
}

.btn.btn-default, .open > .btn.btn-default {
    background-color: transparent;
    border-color: black;
    color: black !important;
    border-radius: 0;
}

.btn.btn-success, .open > .btn.btn-success {
    background-color: #46be8a;
    border-color: #46be8a;
    border-radius: 0;
}

.form-control{border-radius: 0;border-color: #9b9b9b;}

.form-control:focus {
    border-color: #caac6a;
}
.note-editor{
	border: 1px solid #9b9b9b !important;
}
.note-editor .btn.btn-default{
	border-color: #9b9b9b;
}
.note-editor div.panel-heading{
	
    border-bottom: 1px solid #9b9b9b;
}
.note-editor.note-frame .note-editing-area .note-editable {
    border: 0;
    border-radius: 0;
}

.widget-seven .widget-body{
	color:black;
}

.widget-seven .widget-body .widget-body-icon{
	opacity: 1;
	color:#caac6a;
}

.mode-superclean .page-content {
    padding: 0px;
    background: #ececec;
}

.fileinput-preview.thumbnail img{
	width:100%;
}


.select2.select2-container--default .select2-selection, .select2.select2-container--focus .select2-selection {
    border-color: #9b9b9b;
    border-radius: 0;
}


.select2-dropdown {
    border-color: #9b9b9b;
    border-radius: 0;
}

.select2 .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
    line-height: 25px;
    color: #514d6a;
    background: #dfe4ed;
    border-color: #dfe4ed;
}

.theme-dark nav.left-menu .logo-container .logo img.logo-inverse{
    height: auto !important;
    padding-left: 0 !important;

}

.theme-dark nav.left-menu .left-menu-list li.left-menu-list-disabled > .left-menu-link {
    color: #fff !important;
}

.theme-dark nav.left-menu .left-menu-list li.left-menu-list-separator {
    background: #fff !important;
}

.theme-dark nav.left-menu .left-menu-list li.left-menu-list-submenu .left-menu-list {
    background: #211f18 !important;
}

.theme-dark nav.left-menu .left-menu-list li .left-menu-link:after {
    border-left-color: #fff !important;
}

.note-editable td {
    width: 50%;
    padding: 10px 0;
}

.note-editable table, .note-editable tr {
    width: 100%;
}

.note-editable th {
    border-top: 1px solid #caac6a;
    border-bottom: 1px solid #caac6a;
    padding: 20px 0;
    font-size: 24px;
    font-family: 'Poppins';
}

.fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file, .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    padding: 0px 15px;
}

.app-gallery .app-gallery-item.edit:before{border-bottom-color: #caac6a;}