@font-face {
    font-family: AlexaStd;
    src: url('/assets/css/theme/fonts/fonts-tiny-mce/alexastd.ttf') format('truetype');
}
@font-face {
    font-family: HelveticaNeueStdItalic;
    src: url('/assets/css/theme/fonts/fonts-tiny-mce/HelveticaNeueLTStd-UltLtIt.ttf') format('truetype');
}
@font-face {
    font-family: VincHand;
    src: url('/assets/css/theme/fonts/fonts-tiny-mce/VINCHAND.ttf') format('truetype');
}
@font-face {
    font-family: ProximaNovaAlt;
    src: url('/assets/css/theme/fonts/fonts-tiny-mce/ProximaNovaA-Regular.ttf') format('truetype');
}
@font-face {
    font-family: AlegreyaRegular;
    src: url('/assets/css/theme/fonts/fonts-tiny-mce/Alegreya-Regular.ttf') format('truetype');
}
@font-face {
    font-family: ArimaMaduraiRegular;
    src: url('/assets/css/theme/fonts/fonts-tiny-mce/ArimaMadurai-Regular.ttf') format('truetype');
}
@font-face {
    font-family: HelveticaCondensedRegular;
    src: url('/assets/css/theme/fonts/fonts-tiny-mce/Helvetica-Condensed-Regular.ttf') format('truetype');
}
@font-face {
    font-family: MontserratBold;
    src: url('/assets/css/theme/fonts/fonts-tiny-mce/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
    font-family: MontserratLight;
    src: url('/assets/css/theme/fonts/fonts-tiny-mce/Montserrat-Light.ttf') format('truetype');
}
@font-face {
    font-family: TimesRegular;
    src: url('/assets/css/theme/fonts/fonts-tiny-mce/Times-Regular.ttf') format('truetype');
}

:root {
    --primary: #e33934!important;
    --action: #e33934!important;
    --waiting: #e27443 !important;
    --accepted: #62e376 !important
}


.text-brand
{
    color: #000!important;
}

nav .kt-link-active
{
    border-bottom: 1px solid #e33934!important;
}

.form-control, .form-control:focus {
    background-color: #FFF!important;
}

.kt-badge.kt-badge--unified-info {
    color: #FFF;
    background: #e33934!important;
}

#pikwe-document-tree > ul > li:hover:not(.pikwe-open-tree-mobile):not(.selected) {
    background-color: rgb(242, 242, 242);
    border-left: 2px solid #e33934 !important;
}

#pikwe-document-tree > ul > li.selected {
    background-color: rgb(242, 242, 242);
    border-left: 2px solid #e33934 !important;
}

.pikwe-text-brand {
    color: #e33934 !important;
}

.btn-brand {
    background-color: #e33934!important;
    border-color: #e33934!important;
}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#modal_show_preview .modal-body
{
    background-color:#CCC
}
