﻿

/*** Font face ***/
@font-face {
    font-family: HwMedium;
    src: url('../fonts/HoneywellSans-Medium.otf') format('otf'),url('../fonts/HoneywellSans-Medium.woff') format('woff');
}

@font-face {
    font-family: HWStandard;
    src: url('../fonts/Lato-Regular.otf') format('otf'),url('../fonts/lato-regular.woff') format('woff');
}

@font-face {
    font-family: HwLogo;
    src: url('../fonts/honeywel.otf') format('otf'),url('../fonts/honeywel.woff') format('woff');
}

@font-face {
    font-family: HwBold;
    src: url('../fonts/HoneywellSans-Bold.otf') format('otf'),url('../fonts/HoneywellSans-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Open Sans Regular';
    src: url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url('../fonts/opensans-semibold.woff') format('woff'), url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold.ttf') format('truetype');
}


@font-face {
    font-family: 'Montserrat-Light';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/MontserratAlternates-Light.otf') format('otf'),url('../fonts/MontserratAlternates-Light.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Vendor';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Montserrat-Medium.otf') format('otf'),url('../fonts/Montserrat-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Droid Sans',sans-serif;
    font-style: normal;
    font-weight: bolder;
    src: url(../fonts/droidsans.woff) format('woff');
}

/*** General settings ***/
body {
    font-family: Montserrat-Vendor;
    background-color: var(--Theme-Background-color);
}


#page-body {
    position: absolute;
    top: 75px;
    bottom: 0px;
    width: 100%;
    left: 80px !important;
    background-color: #ffffff;
}

#page-header-Blue {
    position: fixed;
    height: 60px;
    right: 0;
    left: 0;
    top: 0;
    background: #030504;
    z-index: 1000;
    /* box-shadow: -2px 0px 4px 2px #bababb; */
    -o-box-shadow: -2px 0px 4px 2px #bababb;
    -moz-box-shadow: -2px 0px 4px 2px #bababb;
    /* -webkit-box-shadow: -2px 0px 4px 2px #bababb; */
}


#page-header-App {
    position: fixed;
    height: 65px;
    right: 0;
    left: 0;
    top: 0;
    background: #030504;
    z-index: 1000;
    /* box-shadow: -2px 0px 4px 2px #bababb; */
    -o-box-shadow: -2px 0px 4px 2px #bababb;
    -moz-box-shadow: -2px 0px 4px 2px #bababb;
    /* -webkit-box-shadow: -2px 0px 4px 2px #bababb; */
}

#page-header-BlueBay {
    position: fixed;
    height: 55px;
    right: 0;
    left: 0;
    top: 0;
    background: rgba(14, 64, 91,.9);
    background: #0e405b\9;
    z-index: 1000;
    box-shadow: -2px 0px 4px 2px #bababb;
    -o-box-shadow: -2px 0px 4px 2px #bababb;
    -moz-box-shadow: -2px 0px 4px 2px #bababb;
    -webkit-box-shadow: -2px 0px 4px 2px #bababb;
}



#page-header-Red {
    position: fixed;
    height: 55px;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #052c56, #0170ac 25%, #0199c8) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #8b120e), color-stop(1, #dc7470));
    z-index: 1000;
    box-shadow: -2px 0px 4px 2px #bababb;
    -o-box-shadow: -2px 0px 4px 2px #bababb;
    -moz-box-shadow: -2px 0px 4px 2px #bababb;
    -webkit-box-shadow: -2px 0px 4px 2px #bababb;
}


#page-header-Green {
    position: fixed;
    height: 55px;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #052c56, #0170ac 25%, #0199c8) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #277407), color-stop(1, #84d165));
    z-index: 1000;
    box-shadow: -2px 0px 4px 2px #bababb;
    -o-box-shadow: -2px 0px 4px 2px #bababb;
    -moz-box-shadow: -2px 0px 4px 2px #bababb;
    -webkit-box-shadow: -2px 0px 4px 2px #bababb;
}


#page-header-Orange {
    position: fixed;
    height: 55px;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #052c56, #0170ac 25%, #0199c8) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #f19009), color-stop(1, #e9c491));
    z-index: 1000;
    box-shadow: -2px 0px 4px 2px #bababb;
    -o-box-shadow: -2px 0px 4px 2px #bababb;
    -moz-box-shadow: -2px 0px 4px 2px #bababb;
    -webkit-box-shadow: -2px 0px 4px 2px #bababb;
}

#page-header-Skyblue {
    position: fixed;
    height: 55px;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #052c56, #0170ac 25%, #0199c8) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #56c0f6), color-stop(1, #add5e1));
    z-index: 1000;
    box-shadow: -2px 0px 4px 2px #bababb;
    -o-box-shadow: -2px 0px 4px 2px #bababb;
    -moz-box-shadow: -2px 0px 4px 2px #bababb;
    -webkit-box-shadow: -2px 0px 4px 2px #bababb;
}


input {
    font-size: 14px;
    height: auto;
    padding-bottom: 8px;
    padding-left: 11px;
    padding-right: 14px;
    color: #6F7074;
    width: 270px;
    -webkit-appearance: none;
    box-shadow: none !important;
    border-radius: 0;
}

.field > input {
    position: absolute;
    padding-top: 0px !important;
    margin-bottom: -2px !important;
    border: none;
    left: 5px;
    font-size: 15px;
    color: #0889C5;
}

    .field > input:focus {
        box-shadow: none !important;
        border: none !important;
        left: 5px;
    }




.invalidError {
    background-image: url(../images/icon_error.png);
    float: right;
    width: 24px;
    height: 24px;
    border: 1px solid #ea2210 !important;
    background-repeat: no-repeat;
    background-position: right top;
}

/* Top Menu */

.row {
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
}

.wrapper {
    width: 100%;
    height: 100%;
}

.view {
    /*display: block;*/
}

.layoutrow,
.layoutcol {
    overflow: hidden;
    position: absolute;
}

.layoutrow {
    left: 0;
    right: 0;
}

.layoutcol {
    top: 0;
    bottom: 0;
}

.scroll-x {
    overflow-x: auto;
}

/*.scroll-x:hover{
  overflow-x: auto;
}*/

.scroll-y {
    overflow-y: auto;
}


::-webkit-scrollbar {
    width: 17px;
    height: 12px !important;
    background-color: var(--Theme-Background-color);
}

    ::-webkit-scrollbar:hover {
        width: 17px;
        border-bottom: 1px solid var(--Theme-border);
    }

::-webkit-scrollbar-track {
    background-color: var(--Theme-Background-color);
    /* border-left: 0.9px solid var(--Theme-border); */
    opacity: 0.5;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    border: 0.9px solid var(--Theme-border);
    background-color: var(--Theme-VPDashBoard-Widget-background) !important;
}



    ::-webkit-scrollbar-thumb:hover {
        background-color: #c1c1c1;
    }


::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

::-webkit-scrollbar-thumb:vertical {
    background: #a8a8aa;
}

::-webkit-scrollbar-thumb:horizontal {
    background: #a8a8aa;
}

.plugin_error {
    color: #bf1313;
    font-size: 16px;
    border: 1px solid #d5d5d5;
    box-shadow: #a8a8aa 10px 10px;
}


.TradeMark {
    left: -45px;
    top: 10px;
}

.BannerLogoColor {
    color: #003f6f;
}



.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-upper {
    text-transform: uppercase;
}

.text-lower {
    text-transform: lowercase;
}


.BannerBGColor {
    background-color: #003f6f;
}

.avatar-rounded-curve {
    width: 60px;
    height: 60px;
    border-radius: 7px !important;
}

.avatar-rounded {
    width: 60px;
    height: 60px;
}

.Dashboard-avatar-rounded {
    width: 50px;
    height: 50px;
}

.DrakColorText {
    color: #3E3A3A;
}

.mhover {
}


    .mhover:hover {
        background-color: #fbfbfb;
        border: 1px solid #e7eaec;
    }


.Logotitle {
    font-size: 20px;
    color: var(--Theme-txt-color);
    font-weight: 500;
}

.Errortitle {
    font-size: 25px;
    color: var(--Theme-txt-color);
    font-weight: 500;
    text-align: center;
}


.Disabledfield {
    color: #D3D3D3 !important;
}

.theme {
    background: linear-gradient(to right, #7EAEE1, #08415F 55%, #0199c8) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #052c56), color-stop(1, #0199c8));
}



.HomeIconcolor {
    color: #666666 !important;
}


.btn-primary:hover {
    color: #ffffff;
    background-color: #006d91 !important;
    border-color: #004b63;
}

.BaseColor {
    background-color: #2CC3F2;
}

.ActionPaneColor {
    background-color: #f5f5f5;
}

.DefaultCursor {
    cursor: default !important;
}

.cursor {
    cursor: pointer !important;
}


.BorderShadow {
    border-color: #E4E6E6;
    box-shadow: 7px 7px 5px #888888;
    border-width: 3px;
    border-style: solid;
}

.highlighted {
    color: #0866c6;
}


.theme-icon-color {
    color: #094c5d !important
}


.fss {
    font-size: 10px !important;
}


.fs {
    font-size: 12px !important;
}


.fsm {
    font-size: 13px;
}

.fm {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fmd {
    font-size: 16px;
}

.fl {
    font-size: 20px;
    color: var(--Theme-txt-color);
}

.fml {
    font-size: 25px;
}

.fxl {
    font-size: 32px;
}

.fxxl {
    font-size: 6em;
}


.fxxxl {
    font-size: 9em;
}


.fd {
    font-size: 14px;
}

.RowHeight1 {
    height: 1px;
}

.RowHeight2 {
    height: 5px;
}


.RowHeight3 {
    height: 3px;
}


.RowHeight4 {
    height: 4px;
}


.RowHeight5 {
    height: 5px;
}

.RowHeight6 {
    height: 6px;
}

.RowHeight7 {
    height: 7px;
}


.RowHeight8 {
    height: 8px;
}


.RowHeight9 {
    height: 9px;
}

.RowHeight10 {
    height: 10px;
}

.RowHeight18 {
    height: 18px;
}

.RowHeight20 {
    height: 20px;
}

.RowHeight25 {
    height: 25px;
}

.RowHeight30 {
    height: 30px;
}

.RowHeight40 {
    height: 40px;
}

.RowHeight50 {
    height: 50px;
}

.RowHeight60 {
    height: 60px !important;
}

.RowHeight70 {
    height: 70px;
}

.RowHeight80 {
    height: 80px;
}

.RowHeight90 {
    height: 90px;
}

.RowHeight100 {
    height: 100px;
}


.RowHeight200 {
    height: 200px;
}


.RowHeight220 {
    height: 200px;
}

.RowHeight300 {
    height: 300px;
}

.RowHeight320 {
    height: 320px;
}

.RowHeight400 {
    height: 400px;
}

.RowHeight500 {
    height: 500px;
}


.s8 {
    font-size: 8px !important;
}

.s10 {
    font-size: 10px !important;
}

.s12 {
    font-size: 12px !important;
}

.s14 {
    font-size: 14px !important;
}

.s16 {
    font-size: 16px !important;
}

.s20 {
    font-size: 20px !important;
}

.s24 {
    font-size: 24px !important;
}

.s32 {
    font-size: 32px !important;
}

.s64 {
    font-size: 64px !important;
}
/* ------------------ Vertical align --------------------*/
.vat {
    vertical-align: top !important;
}

.vam {
    vertical-align: middle !important;
}

.vab {
    vertical-align: bottom !important;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* ------------------ Margins --------------------*/
.row.no-padding {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-padding [class^="col-"] {
        padding: 0;
    }


.m-b-xs {
    margin-bottom: 5px;
}

.m0 {
    margin: 0 !important;
}

.m1 {
    margin: 1px !important;
}

.m2 {
    margin: 2px !important;
}

.m3 {
    margin: 3px !important;
}

.m4 {
    margin: 4px !important;
}

.m5 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.mt-1 {
    margin-top: -1px !important;
}

.mt-2 {
    margin-top: -2px !important;
}

.mt-3 {
    margin-top: -3px !important;
}

.mt-5 {
    margin-top: -5px !important;
}

.mt-8 {
    margin-top: -8px !important;
}

.mt-10 {
    margin-top: -10px !important;
}

.mt-12 {
    margin-top: -12px !important;
}

.mt-20 {
    margin-top: -20px !important;
}

.mt-25 {
    margin-top: -25px !important;
}

.mt-30 {
    margin-top: -30px !important;
}

.mt-40 {
    margin-top: -40px !important;
}

.mt-45 {
    margin-top: -45px !important;
}


.mt-50 {
    margin-top: -50px !important;
}


.mt-60 {
    margin-top: -60px !important;
}

.mt-70 {
    margin-top: -70px !important;
}

.mt-50 {
    margin-top: -50px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt3 {
    margin-top: 3px !important;
}


.mt5 {
    margin-top: 5px !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt8 {
    margin-top: 8px !important;
}


.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}


.mt125 {
    margin-top: 125px !important;
}

.mt150 {
    margin-top: 150px !important;
}


.mt200 {
    margin-top: 200px !important;
}


.mt60 {
    margin-top: 60px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 110px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml11 {
    margin-left: 11px !important;
}

.ml12 {
    margin-left: 12px !important;
}

.ml13 {
    margin-left: 13px !important;
}

.ml14 {
    margin-left: 14px !important;
}


.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}


.ml40 {
    margin-left: 40px !important;
}


.ml45 {
    margin-left: 45px !important;
}


.ml50 {
    margin-left: 50px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.ml85 {
    margin-left: 85px !important;
}

.ml95 {
    margin-left: 95px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.ml105 {
    margin-left: 105px !important;
}

.ml125 {
    margin-left: 125px !important;
}


/* Minus margins */
.mlm5 {
    margin-top: -5px !important;
}

.mlm10 {
    margin-top: -10px !important;
}

.mlm15 {
    margin-top: -15px !important;
}

.mlm20 {
    margin-top: -20px !important;
}

.mlm25 {
    margin-top: -25px !important;
}

.mtm5 {
    margin-top: -5px !important;
}

.mtm10 {
    margin-top: -10px !important;
}

.mtm15 {
    margin-top: -15px !important;
}

.mtm20 {
    margin-top: -20px !important;
}

.mtm25 {
    margin-top: -25px !important;
}

.mrm5 {
    margin-top: -5px !important;
}

.mrm10 {
    margin-top: -10px !important;
}

.mrm15 {
    margin-top: -15px !important;
}

.mrm20 {
    margin-top: -20px !important;
}

.mrm25 {
    margin-top: -25px !important;
}

.mbm5 {
    margin-top: -5px !important;
}

.mbm10 {
    margin-top: -10px !important;
}

.mbm15 {
    margin-top: -15px !important;
}

.mbm20 {
    margin-top: -20px !important;
}

.mbm25 {
    margin-top: -25px !important;
}
/* ------------------ Paddings --------------------*/
.p0 {
    padding: 0 !important;
}

.p2 {
    padding: 2px !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}


.p30 {
    padding: 30px !important;
}

.p40 {
    padding: 40px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

/* ------------------ Percent widths --------------------*/
.per5 {
    width: 5% !important;
}

.per10 {
    width: 10% !important;
}

.per15 {
    width: 15% !important;
}

.per20 {
    width: 20% !important;
}

.per25 {
    width: 25% !important;
}

.per30 {
    width: 30% !important;
}

.per35 {
    width: 35% !important;
}

.per40 {
    width: 40% !important;
}

.per45 {
    width: 45% !important;
}

.per50 {
    width: 50% !important;
}

.per55 {
    width: 55% !important;
}

.per60 {
    width: 60% !important;
}

.per65 {
    width: 65% !important;
}

.per70 {
    width: 70% !important;
}

.per75 {
    width: 75% !important;
}

.per80 {
    width: 80% !important;
}

.per85 {
    width: 85% !important;
}

.per89 {
    width: 89% !important;
}

.per90 {
    width: 90% !important;
}

.per92 {
    width: 92% !important;
}


.per95 {
    width: 95% !important;
}


.per98 {
    width: 98% !important;
}

.per99 {
    width: 99% !important;
}


.per100 {
    width: 100% !important;
}


/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.p-w-xs {
    padding: 0 10px;
}

.p-w-sm {
    padding: 0 15px;
}

.p-w-m {
    padding: 0 20px;
}

.p-w-md {
    padding: 0 25px;
}

.p-w-lg {
    padding: 0 30px;
}

.p-w-xl {
    padding: 0 40px;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 10px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}


/* ------------------ Borders --------------------*/
.b {
    border: 1px solid #e3e3e3 !important;
}

.bt {
    border-top: 1px solid #e3e3e3 !important;
}

.br {
    border-right: 1px solid #e3e3e3 !important;
}

.bb {
    border-bottom: 1px solid #e3e3e3 !important;
}

.bl {
    border-left: 1px solid #e3e3e3 !important;
}

.btlr {
    border-top-left-radius: 3px !important;
}

.btrr {
    border-top-right-radius: 3px !important;
}

.bblr {
    border-bottom-left-radius: 3px !important;
}

.bbrr {
    border-bottom-right-radius: 3px !important;
}

.brall {
    border-radius: 3px !important;
}

.bn {
    border: none !important;
}

.bnt {
    border-top: none !important;
}

.bnb {
    border-bottom: none !important;
}

.bnl {
    border-left: none !important;
}

.bnr {
    border-right: none !important;
}

.brad0 {
    border-radius: 0 !important;
}

.btlr0 {
    border-top-left-radius: 0 !important;
}

.btrr0 {
    border-top-right-radius: 0 !important;
}

.bblr0 {
    border-bottom-left-radius: 0 !important;
}

.bbrr0 {
    border-bottom-right-radius: 0 !important;
}

.brad {
    border-radius: 3px !important;
}

.bbdashed {
    border-bottom: 1px dashed #e3e3e3 !important;
}
/* ------------------ Colors --------------------*/
.color-red {
    color: #db5565 !important;
}

.color-red-light {
    color: #df6a78 !important;
}

.color-red-dark {
    color: #c04b59 !important;
}

.color-blue {
    color: #0bacd3 !important;
}

.color-blue-light {
    color: #29b6d8 !important;
}

.color-blue-dark {
    color: #094c5d !important;
}

.color-green {
    color: #51bf87 !important;
}

.color-green-light {
    color: #66c796 !important;
}

.color-green-dark {
    color: #137d48 !important;
}

.color-yellow {
    color: #f4ad49 !important;
}

.color-yellow-light {
    color: #e4982c !important;
}

.color-yellow-dark {
    color: #d69840 !important;
}

.color-white {
    color: #ffffff !important;
}

.BGcolor-white {
    color: #ffffff !important;
}

.color-dark {
    color: #262d37 !important;
}

.color-dark-light {
    color: #303946 !important;
}

.color-dark-dark {
    color: #1c2128 !important;
}

.color-gray {
    color: #555555 !important;
}

.color-gray-light {
    color: #777777 !important;
}

.color-gray-dark {
    color: #333333 !important;
}
/* ------------------ Backgrounds --------------------*/
.white-bg {
    color: #333333 !important;
    background-color: #ffffff !important;
}

.red-bg {
    color: #ffffff !important;
    background-color: #db5565 !important;
}

.red-light-bg {
    color: #ffffff !important;
    background-color: #df6a78 !important;
}

.red-dark-bg {
    color: #ffffff !important;
    background-color: #c04b59 !important;
}

.blue-bg {
    color: #ffffff !important;
    background-color: #0bacd3 !important;
}

.blue-light-bg {
    color: #ffffff !important;
    background-color: #29b6d8 !important;
}

.blue-dark-bg {
    color: #ffffff !important;
    background-color: #0a97b9 !important;
}

.green-bg {
    color: #ffffff !important;
    background-color: #51bf87 !important;
}

.green-light-bg {
    color: #ffffff !important;
    background-color: #66c796 !important;
}

.green-dark-bg {
    color: #ffffff !important;
    background-color: #47a877 !important;
}

.yellow-bg {
    color: #ffffff !important;
    background-color: #f4ad49 !important;
}

.yellow-light-bg {
    color: #ffffff !important;
    background-color: #f5b75f !important;
}

.yellow-dark-bg {
    color: #ffffff !important;
    background-color: #d69840 !important;
}

.gray-bg {
    color: #333333 !important;
    background-color: #555555 !important;
}

.gray-light-bg {
    color: #333333 !important;
    background-color: #777777 !important;
}

.gray-lighter-bg {
    color: #333333 !important;
    background-color: #eeeeee !important;
}

.gray-dark-bg {
    color: #333333 !important;
    background-color: #333333 !important;
}

.gray-darker-bg {
    color: #333333 !important;
    background-color: #222222 !important;
}

.dark-bg {
    color: #ffffff !important;
    background-color: #262d37 !important;
}

.dark-light-bg {
    color: #ffffff !important;
    background-color: #303946 !important;
}

.dark-dark-bg {
    color: #ffffff !important;
    background-color: #1c2128 !important;
}
/* ------------------ Opacity --------------------*/
.opacity {
    opacity: 1 !important;
}

.opacity0 {
    opacity: 0 !important;
}
/* ------------------ Typo --------------------*/
.strong {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.normal {
    font-weight: normal;
}

.text-ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-actual {
    text-transform: none !important;
}

p {
    color: var(--Theme-txt-color);
}


/* ------------------ Contextual colors --------------------*/
.text-muted {
    color: #777777;
}

.text-primary {
    color: #0bacd3;
}

a.text-primary:hover {
    color: #0884a3;
}

.text-success {
    color: #51bf87;
}

a.text-success:hover {
    color: #3ba26e;
}

.text-info {
    color: #29b6d8;
}

a.text-info:hover {
    color: #2093ae;
}

.text-warning {
    color: #f4ad49;
}

a.text-warning:hover {
    color: #f19719;
}

.text-danger {
    color: #db5565;
}

a.text-danger:hover {
    color: #d12c40;
}

.text-yellow {
    color: #f4ad49;
}

a.text-yellow:hover {
    color: #f19719;
}

.text-dark {
    color: #262d37;
}

a.text-dark:hover {
    color: #111419;
}
/* ------------------ Positions --------------------*/
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}
/* ------------------ Rotate helpers --------------------*/
.rotate0 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.rotate15 {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.rotate30 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.rotate45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate60 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.rotate75 {
    -webkit-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    transform: rotate(75deg);
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate105 {
    -webkit-transform: rotate(105deg);
    -ms-transform: rotate(105deg);
    transform: rotate(105deg);
}

.rotate120 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.rotate135 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.rotate150 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.rotate165 {
    -webkit-transform: rotate(165deg);
    -ms-transform: rotate(165deg);
    transform: rotate(165deg);
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotateM15 {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.rotateM30 {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.rotateM45 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rotateM60 {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.rotateM75 {
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg);
}

.rotateM90 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rotateM105 {
    -webkit-transform: rotate(-105deg);
    -ms-transform: rotate(-105deg);
    transform: rotate(-105deg);
}

.rotateM120 {
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.rotateM135 {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.rotateM150 {
    -webkit-transform: rotate(-150deg);
    -ms-transform: rotate(-150deg);
    transform: rotate(-150deg);
}

.rotateM165 {
    -webkit-transform: rotate(-165deg);
    -ms-transform: rotate(-165deg);
    transform: rotate(-165deg);
}

.rotateM180 {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/* ------------------ Other --------------------*/
.bshadowNone {
    box-shadow: none !important;
}

.di {
    display: inline !important;
}

.dib {
    display: inline-block !important;
}

.db {
    display: block !important;
}

.vcenter {
    float: left;
    left: 10px;
    margin: 6px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sm-hamburg-icon {
    display: none;
}

.center-text {
    text-align: center;
}

.workflow-sidebar-icon {
    background-image: url('../images/icons/workflow-icon.png');
    top: 20px;
    display: inline-block;
    width: 43px;
    height: 40px;
    background-size: 50px;
    background-repeat: no-repeat;
    position: absolute;
    align-content: center;
    left: 5px !important;
}

.workflow-header-icon {
    background-image: url('../images/icons/workflow-icon.png');
    display: inline-block;
    width: 43px;
    height: 40px;
    background-repeat: no-repeat;
    left: 17px !important;
    align-content: center;
    filter: invert(50%);
    background-size: 33px;
    top: 3px;
    position: fixed;
    margin: 0px;
}



@media only screen and (min-device-width: 1367px) and (max-device-width: 1920px) {
    .workflow-sidebar-icon {
        left: 17px !important;
    }
}

span.plugin-text:empty::before {
    content: 'Loading...';
}

span.msgContent:empty::before {
    content: 'Loading...';
}
