/* Minification failed. Returning unminified contents.
(451,22): run-time error CSS1030: Expected identifier, found ','
(451,35): run-time error CSS1031: Expected selector, found ')'
(451,35): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/**
	This is only the structural base CSS, include 1+ skin CSS files also.
*/

/* master wrapper; emulate select positioning */
.sdd {
	display: -moz-inline-stack;
	display: inline-block;
    position: relative;
    white-space: nowrap;
    text-align: right;
}

/*Width 100% when use in smart grid*/
.SmartGridCell .sdd {
    width:100% !important;
}

.sdd,
.sdd input,
.sdd button,
#sdd-container div.list-scroll,
#sdd-container div.list-wrapper,
#sdd-container ul,
#sdd-container li  {
    border: 0;
    margin: 0;
    padding: 0;
}

.sdd,
.sdd button,
#sdd-container div.list-scroll,
#sdd-container div.list-wrapper,
#sdd-container ul,
#sdd-container li 
{
}

.sdd select,
#sdd-container .invisible,
.sdd.invisible {
	display: none !important;
}

.sdd input,
.sdd button {
	position: relative;
	float: left;
}

.sdd button.disabled {
	cursor: default;
}

.sdd input.disabled {
    color: graytext;
}

#sdd-container div.list-wrapper {
    position: absolute;
}

#sdd-container ul {
    list-style-type: none;
}

#sdd-container li {
    cursor: pointer;
    height: 20px;
    display: block;
    white-space: nowrap;
}

/**
 =====================================================================
  This is the default skin, a plain but attractive dropdown.  [Plain]
 =====================================================================
**/
span.sdd.plain {
    height: 22px;
     /*background-color: #B5B8C8; http://blog.toolman.geek.nz/2009/12/annoying-ie6-bug-of-day.html */

}

span.sdd.plain-focus {
}

.sdd.plain input {
    line-height: 16px !important;
    height: 22px;
     padding: 1px 3px;
    border: 0;
    font-size: 11px;
	font-weight: normal;
	border: 1px solid #7B9EBD;
	border-right:none;
}
 
.sdd.plain input.disabled {
    background-color: #DCDCDC !important;
    border-color:#7B9EBD;
}

.sdd.plain input.focus {
}

.sdd.plain button {
    width: 19px;
    height: 22px;
    margin-left: 0; /* for divider */
    background: url('../../images/SearchDropdownIcon.png') no-repeat 0 -0px;
    border:1px solid #7B9EBD;
}

.sdd.plain button.focus {
}


.sdd.plain button.hover {
	background-position: -18px -0px;
}

.sdd.plain button.mouseDown {
	background-position: -36px 0;
}

/* background-position: -54px 0px !important;    >> for disabled icon */  
.sdd.plain button.disabled {
	background-position: 0 0 !important;
}

/* dropdown */

#sdd-container .plain div.list-scroll 
{
    margin-top: 3px;
    border: 1px solid #7B9EBD;
    border-top-width: 1px;
    background-color: #FFF;
}

#sdd-container .plain div.list-wrapper-up div.list-scroll {
    border-top-width: 1px;
    border-bottom-width: 0;
}

#sdd-container .plain li {
    padding-left: 5px;
}

#sdd-container .plain li em {
	font-weight: bold;
	font-style: normal;
}


#sdd-container .plain li.active {
	background-color: highlight;
	color: highlighttext;
}


.skin-blue {
    /*.NormalSmartGrid:after{
    content: " ";
    display: block;
    top: auto;
    width: 100%;
    bottom: auto;
    border-bottom: #ff0000 1px solid;
    padding-bottom: 5px;
  }*/
}

    .skin-blue .headerFolder {
        background-color: #4f9300 !important;
    }

    .skin-blue .TopMenu10 {
        background-color: #454545 !important;
    }

    .skin-blue .TopMenu10ItemStyle {
        border: 1px solid #454545 !important;
    }


    .skin-blue .headerTitle {
        font-size: 16px;
    }

    .skin-blue .headerTitleFolder {
        background-color: #4f9300;
    }

        .skin-blue .headerTitleFolder .headerTitle {
            background-color: #4f9300 !important;
            color: #FFFFFF;
            font-size: 16px;
        }

    .skin-blue .inconItem {
        background-color: #0e70b1 !important;
    }


    .skin-blue .iconItemSel {
        color: #fff !important;
        background-color: #555 !important;
        border-color: #555 !important;
    }

    .skin-blue .ListbarHeader {
        background-color: #999999;
        color: #fff;
        border-bottom: 1px solid #e5e5e5;
    }

    .skin-blue .ListbarDefaultItem {
        color: #616161;
    }

    .skin-blue .ListbarDefaultItemSelect {
        background-color: #e5f8fd;
        color: #2b7dbc;
        border-left: 3px solid #0E70B0;
    }

    .skin-blue .ListbarDefaultItemHover {
        /*background-color: #efecca !important;*/
        background-color: #f5f7fa !important;
        color: #2b7dbc;
        border-left: 3px solid #629CC9;
    }

    .skin-blue .sidebar-mini .ListbarDefaultItem {
        color: #fff;
    }

    .skin-blue .sidebar-mini .ListbarDefaultItemSelect {
        color: #454545;
    }

    .skin-blue .sidebar-mini .ListbarDefaultItemHover {
        color: #efecca !important;
    }

@media (max-width:540px) {
    .skin-blue .navbar-toolbar .navbar-menu.in {
        border-top: 2px solid #e5e5e5;
    }
}

.skin-blue .multipage-content {
    background-color: transparent;
}

.NormalButton, .NormalButton:focus {
    background-color: #428bca !important;
    border-color: #428bca !important;
    color: #fff;
}

    .NormalButton:hover, .NormalButton:active, .open > .NormalButton.dropdown-toggle {
        background-color: #1b6aaa !important;
        border-color: #428bca;
    }

    .NormalButton.no-border:hover, .NormalButton.no-border:active {
        border-color: #1b6aaa;
    }

    .NormalButton.no-hover:hover, .NormalButton.no-hover:active {
        background-color: #428bca !important;
    }

    .NormalButton.active {
        background-color: #2f7bba !important;
        border-color: #27689d;
    }

    .NormalButton.no-border.active {
        background-color: #2b72ae !important;
        border-color: #2b72ae;
    }

    .NormalButton.disabled, .NormalButton[disabled], fieldset[disabled] .NormalButton, .NormalButton.disabled:hover, .NormalButton[disabled]:hover, fieldset[disabled] .NormalButton:hover, .NormalButton.disabled:focus, .NormalButton[disabled]:focus, fieldset[disabled] .NormalButton:focus, .NormalButton.disabled:active, .NormalButton[disabled]:active, fieldset[disabled] .NormalButton:active, .NormalButton.disabled.active, .NormalButton[disabled].active, fieldset[disabled] .NormalButton.active {
        background-color: #428bca !important;
        border-color: #428bca;
    }

.skin-blue .NormalButton[disabled] {
    opacity: .65;
    cursor: not-allowed;
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.skin-blue .BtnLookup {
    color: #FFFFFF;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border: 0px #FFFFFF;
    height: 50px;
}

.skin-blue .WizardHeader {
    background-color: #0e70b1 !important;
}

.skin-blue .autolookup-img-col input {
    border: 1px solid #7B9EBD;
}

.skin-blue .popupDetail {
    /*background-color: #fcfcfc;*/
    background-color: #fff;
}

    .skin-blue .popupDetail .navbar-top {
        background-color: #454545;
    }

.grid-view-btn {
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: none !important;
    border-top: 2px solid #6fb3e0;
    border-right: 5px solid #6fb3e0;
    border-bottom: none;
    border-left: 5px solid #6fb3e0;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: background-color .15s,border-color .15s,opacity .15s;
    -o-transition: background-color .15s,border-color .15s,opacity .15s;
    transition: background-color .15s,border-color .15s,opacity .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    background-color: #fff !important;
    border-color: #fff;
    padding-top: 1px;
    padding-bottom: 0px;
}

.grid-view-icon {
}

/*Multiple lookup*/

.skin-blue .lookup-header {
    color: #fff;
    background-color: #0e70b1 !important;
}

/*------------------*/


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
    table[id $='AllGridContent'] {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}


/*------------------------- Disabled & Read-only input ---------------------------------*/
textarea[disabled],
input[type=text][disabled], input[type=password][disabled],
input[type=datetime][disabled], input[type=datetime-local][disabled],
input[type=date][disabled], input[type=month][disabled], input[type=time][disabled],
input[type=week][disabled], input[type=number][disabled], input[type=email][disabled],
input[type=url][disabled], input[type=search][disabled], input[type=tel][disabled],
input[type=color][disabled], select[disabled], .custom-combobox-input[disabled],
input[type=file][disabled], .ui-state-disabled {
    color: #848484 !important;
    background-color: #eee !important;
    border: solid 1px #d5d5d5 !important;
}

.ui-state-disabled {
    opacity: 1;
}

textarea[readonly],
input[type=text][readonly], input[type=password][readonly],
input[type=datetime][readonly], input[type=datetime-local][readonly],
input[type=date][readonly], input[type=month][readonly], input[type=time][readonly],
input[type=week][readonly], input[type=number][readonly], input[type=email][readonly],
input[type=url][readonly], input[type=search][readonly], input[type=tel][readonly],
input[type=color][readonly], select[readonly] {
    color: #939192;
    background: #f5f5f5 !important;
    border: 1px solid #d5d5d5;
}

    textarea[readonly],
    input[type=text][readonly]:hover, input[type=password][readonly]:hover,
    input[type=datetime][readonly]:hover, input[type=datetime-local][readonly]:hover,
    input[type=date][readonly]:hover, input[type=month][readonly]:hover, input[type=time][readonly]:hover,
    input[type=week][readonly]:hover, input[type=number][readonly]:hover, input[type=email][readonly]:hover,
    input[type=url][readonly]:hover, input[type=search][readonly]:hover, input[type=tel][readonly]:hover,
    input[type=color][readonly]:hover, select[readonly]:hover {
        border-color: #c3c3c3;
    }

.ReadOnlyText {
    color: #939192;
    background: #f5f5f5 !important;
    border: 1px solid #d5d5d5;
}

    .ReadOnlyText:hover {
        border-color: #c3c3c3;
    }

.custom-combobox > input[disabled] + a {
    cursor: not-allowed !important;
    border-color: #c3c3c3 !important;
    color: #939192 !important;
    outline: none;
}
/*-------------------------------------------------------------------------------*/



/*------------------------- Smartgrid -------------------------------*/

*:not([type=checkbox],[type=radio]):focus {
    outline: none !important;
}

/*-------------------------------------------------------------------*/

/*================== bootstrap modal ================================*/

.modal-footer {
    border-top-color: #E4E9EE;
    background-color: #EFF3F8;
}

/* ---  left.css ---  */
BODY.leftBody {
    background-color: #ffffff;
    font-size: 11px;
}

table.areaSel {
}

.trTextIconTab {
    position: relative;
}


.nav-module-th,
.nav-module-th-list {
    background-color: #fafafa;
    color: #555555;
}

.nav-module-th-list {
    position: relative; /* for mCustomScrollbar */
    height: 200px !important;
    outline: 0;
}

    .nav-module-th-list .area {
        margin-bottom: 3px;
        cursor: pointer;
        width: 100%;
        border-radius: 0.5rem;
        background-color: white;
        transition: all 0.3s ease;
    }

        .nav-module-th-list .area .tabImage {
            vertical-align: middle;
            padding: .5rem;
            width: 2.5rem;
            text-align: CENTER;
        }

            .nav-module-th-list .area .tabImage > i {
                font-size: 1rem;
            }

        .nav-module-th-list .area .tabText {
            padding-left: 5px;
        }

        .nav-module-th-list .area:hover {
            background-color: #0075ff;
            color: white;
        }

        .nav-module-th-list .area.active {
            background-color: #0075ff;
            color: white;
        }



/* --- nav.css ------- */
table.NavTable {
    width: 100%;
    height: calc(100% - 37px);
    table-layout: fixed;
}

    table.NavTable.favorite-menu #favoriteContent {
        display: none;
    }

    table.NavTable.favorite-menu .leftBar {
        display: none;
    }

    table.NavTable.favorite-menu #favoriteContent {
        display: block !important;
    }

div.leftBar {
    display: block;
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100% !important;
}

.lbItem {
    position: relative;
    display: block;
    cursor: pointer;
    cursor: pointer;
    color: #000000;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    padding-left: 0.625rem;
    padding-right: 1rem;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    overflow-x: hidden;
    line-height: 20px;
    background-color: #fff;
    border-bottom: none;
    outline: 0;
    overflow: hidden;
    border-radius: .325rem;
    margin-left: 2px;
}

    .lbItem:hover {
        color: #0075ff;
        background-color: #f8f8f8;
    }


.lbArea .lbItem {
    border: none;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.lbArea > .lbItem:hover {
    color: #0075ff;
    background-color: #f1f5f9;
}

.submenu-container {
    position: relative;
}

.lbItem + .submenu-container > .lbArea > .lbItem {
    padding-left: 1.925rem;
}

.lbItem + .submenu-container > .lbArea > div > .lbItem {
    padding-left: 1.925rem;
}

    .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > div > .lbItem,
    .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > .lbItem {
        padding-left: 3.3rem;
    }

        .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > .lbItem + .submenu-container > .lbArea > div > .lbItem,
        .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > .lbItem + .submenu-container > .lbArea > .lbItem,
        .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > div > .lbItem,
        .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > .lbItem {
            padding-left: 4.675rem;
        }


            .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > div > .lbItem + .submenu-container > .lbArea > .lbItem {
                padding-left: 6.05rem;
            }


div.renderSpace {
    height: 15px;
    width: 4px;
}

.lbItem.lbOn {
    color: #0075ff;
    font-weight: 700;
    background-color: #fff;
}


.lbArea > .lbItem.lbOn {
    background-color: #f1f5f9;
    font-weight: inherit;
}

div.lbDis {
    cursor: default;
    color: #808080;
}

div.lbTitle {
    height: 15px;
    text-align: left;
    color: #000000;
    padding-left: 0;
    padding-top: 2px;
    font-size: 11px;
    cursor: pointer;
}

NOBR.lbText {
    height: 17px;
    width: 100%;
    text-align: left;
    overflow-x: hidden;
}

NOBR.lbTitle {
    height: 15px;
    text-align: left;
    color: #000000;
    font-size: 11px;
    cursor: pointer;
}

.lbItem .icon-nav {
    text-align: center;
    width: 14px;
    height: 14px;
    border: 0;
    vertical-align: middle;
    transition: all 0.3s ease;
    border-radius: 100%;
    background-color: white;
    line-height: 1.8;
    font-size: .5rem;
    margin-right: 0.5rem;
}

    .lbItem .icon-nav:hover {
        background-color: #0075ff;
        color: white;
    }

    .lbItem .icon-nav::before {
        display: inline-block;
        transition: transform .2s;
    }

.lbItem > .icon {
    width: 1.375rem;
    display: inline-block;
    font-size: 0.875rem;
    vertical-align: middle;
    text-align: center;
}

    .lbItem > .icon > .fa-stack {
        font-size: 0.5em;
        width: 100%;
    }

        /* **IMPORTANT** If you add stack position here, */
        /* you must add to the CoachListPage.css at section Self service as well. */

        .lbItem > .icon > .fa-stack .stack-top-right {
            left: 9px;
            top: -5px;
        }

        .lbItem > .icon > .fa-stack .stack-top-right2 {
            left: 11px;
            top: -5px;
        }

        .lbItem > .icon > .fa-stack .stack-top-right3 {
            left: 9px;
            top: -9px;
        }

        .lbItem > .icon > .fa-stack .stack-top {
            left: 1px;
            top: -12px;
        }

        .lbItem > .icon > .fa-stack .stack-top2 {
            top: -1px;
        }

        .lbItem > .icon > .fa-stack .stack-top3 {
            top: -7px;
            font-size: 1rem;
        }

        .lbItem > .icon > .fa-stack .stack-center {
            font-size: 0.5rem;
        }

        .lbItem > .icon > .fa-stack .stack-center2 {
            top: 2px;
        }

        .lbItem > .icon > .fa-stack .stack-center3 {
            top: -1px;
        }

        .lbItem > .icon > .fa-stack .stack-right {
            left: 8px;
        }

        .lbItem > .icon > .fa-stack .stack-bottom-right {
            left: 12px;
            top: 7px;
        }

        .lbItem > .icon > .fa-stack .stack-center-left {
            left: -12px;
            top: 0px;
        }

        .lbItem > .icon > .fa-stack .stack-center-right3 {
            left: 12px;
            top: 0px;
        }

        .lbItem > .icon > .fa-stack .stack-center4 {
            top: 0px;
        }

        .lbItem > .icon > .fa-stack .stack-top-right4 {
            left: 11px;
            top: -10px;
        }

.lbItem > img.icon,
.lbItem > nobr > img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    /*    max-width: 0.875rem;
    max-height: 0.875rem;
    margin-right: 0.5rem;*/
}

img .SmallIcon {
    width: 13px;
    height: 13px;
    border: 0;
}

TD.headerImage {
    vertical-align: middle;
    text-align: left;
    height: 40px;
    top: 0;
    right: 0;
    left: 0;
    padding-left: 4px;
}

IMG.headerImage {
    border: none;
}

IMG.refreshImage {
    /*width: 20px;     height: 20px;*/
    max-height: 20px;
    border: none;
}

TD.refreshImage {
    border: none;
    text-align: right;
    padding-right: 10px;
}


.refreshImage > a {
    font-size: 18px;
    color: #fff;
}

/*.refreshImage > a > .icon-refresh-sidemenu {
}*/

TD.headerTitle {
    height: 34px;
    padding: 4px;
    max-height: 34px; /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#6489D4, EndColorStr=#466094);*/
}

TD.headerTitleFolder {
    height: 34px;
    color: #FFFFFF;
    font-size: 16px;
}

TD.iconArea {
    width: 100%;
    vertical-align: middle; /*background-color: #1964FC;*/
}

.minimize-menu TD.iconArea {
    position: absolute;
    /* high of top bar */
    top: 74px;
    height: calc(100% - 74px);
    overflow: auto;
    width: 41px;
}

TD.iconItem {
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #0e70b1;
    padding: 2px;
}

IMG.IconsTab {
    width: 16px;
    height: 16px;
    padding: 0;
}

TD.tabStyleNormal {
    cursor: pointer;
    text-align: center;
    padding: 0;
}

    TD.tabStyleNormal > i {
        padding: 0 5px;
        background-color: white;
        height: 22px;
        width: 34px;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
        margin-left: -17px;
    }

        td.tabStyleNormal > i::before {
            background-color: white;
            border-radius: 100%;
            width: 22px;
            height: 22px;
            display: inline-block;
            vertical-align: middle;
            line-height: 22px;
            /* PROPERTY | TIME | ANIMATION FUNCTION | DELAY */
            transition: all 0.3s ease;
        }

        td.tabStyleNormal > i:hover::before {
            background-color: #0075ff;
            color: white;
        }

TD.tabStyleHover {
    cursor: pointer;
    text-align: center;
    padding: 0;
}

    TD.tabStyleHover > * {
        vertical-align: top;
    }

span.lbArea, span.lbAreaSel {
    display: none;
    width: 100%;
    margin-bottom: 1px;
    padding-left: 0;
}

#tdAreas {
    background-color: white;
    table-layout: fixed;
}

.leftmenu-body, .leftmenu-from {
    height: 100% !important;
    max-height: 100% !important;
    font-weight: normal;
}

/* line 25, ../../../../ReferencesProject/IEWebControls/IEWebControlsTests/sass/LeftMenu.scss */
.Smart-Nav-Main {
    height: 100% !important;
    min-height: 100% !important;
    border-right: 1px solid #e3ebf6;
    padding-top: 50px;
    position: relative;
    background-color: #fff;
}

    .Smart-Nav-Main .smart-nav-header {
        display: block;
        text-align: center;
        padding-top: .325rem;
        padding-bottom: .325rem;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*border-bottom: 1px solid #e3ebf6;*/
    }

        .Smart-Nav-Main .smart-nav-header .company-logo-header {
            max-height: 2.5rem;
            margin: 0 auto;
        }

        .Smart-Nav-Main .smart-nav-header .btn-search {
            font-size: 1rem;
            position: absolute;
            top: 0;
            right: 0;
            margin: 1rem;
            float: right;
            color: #6e84a3;
            cursor: pointer;
        }

            .Smart-Nav-Main .smart-nav-header .btn-search:hover {
                color: #12263f;
            }

    .Smart-Nav-Main .smart-nav-title {
        /*background-color: #f9fbfd;*/
        background-clip: border-box;
        border-bottom: 1px solid #e3ebf6;
        color: #95aac9;
        text-align: center;
        height: 37px;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
    }

        .Smart-Nav-Main .smart-nav-title > #moduleTitle {
            margin: 0;
            color: #95aac9;
            padding-top: 1rem;
            padding-bottom: 1rem;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: .04em;
            font-weight: 700;
        }

    .Smart-Nav-Main > #search {
        position: absolute;
        top: 65px;
        left: 0;
        width: 80%;
        border: none;
        border: 1px solid #edf2f9;
    }

    .Smart-Nav-Main > #btnClear {
        position: absolute;
        top: 65px;
        right: 0;
        width: 20%;
        height: 40px;
        font-size: 20px;
        padding: 5px 0;
    }

        .Smart-Nav-Main > #btnClear > i {
            margin: 0;
            color: #ccc;
        }


.navbar-divider {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-width: 1px 0 0 0;
    border-top: 1px solid #e3ebf6;
    margin: 12px 0;
    margin: 0px 15px;
}

/* line 30, ../../../../ReferencesProject/IEWebControls/IEWebControlsTests/sass/LeftMenu.scss */
.headerImage img {
    background-color: transparent;
}

.nav-module-th-list,
.nav-module-th {
    padding: .325rem 0;
    position: relative;
    border-top: 3px solid #eeeff3;
}

.nav-module-th-list {
    overflow: auto;
}

.iconItem {
    display: inline-block;
    text-align: center;
    font-size: 0.875rem;
    margin: 0.0625rem;
    height: 1.875rem;
    width: 1.875rem;
    cursor: pointer;
    border-radius: .5rem;
    transition: all 0.3s ease;
}

    .iconItem > i {
        line-height: 1.875rem;
        vertical-align: middle;
    }

    .iconItem:hover {
        background-color: #0075ff;
        color: white;
    }

    .iconItem.iconItemSel {
        background-color: #0075ff;
        color: white;
    }


.ps-menu-tool-group {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-bottom: 1px solid #e3ebf6;
}

    .ps-menu-tool-group > .ps-menu-tool {
        flex: 1 0 0%;
        max-width: 100%;
        width: 100%;
        padding: .75rem 0;
        text-align: center;
        cursor: pointer;
        color: #6e84a3;
        transition: .3s;
    }

        .ps-menu-tool-group > .ps-menu-tool:hover {
            color: #d9705d;
            transform: scale(1.3);
        }

.proxy-add-favorite {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: .875rem;
    color: #f6c343;
}

    .proxy-add-favorite > .fa-stack {
        font-size: 0.5em;
    }

        .proxy-add-favorite > .fa-stack > .fa-circle,
        .proxy-add-favorite > .fa-stack > .fa-plus-circle {
            font-size: 1.5em;
            margin-top: 25%;
            margin-left: 25%;
        }

        .proxy-add-favorite > .fa-stack > .fa-plus-circle {
            color: #2c7be5;
        }

        .proxy-add-favorite > .fa-stack > .fa-circle {
            color: white;
        }

    .proxy-add-favorite:hover > i {
        color: #f4b312;
    }

.favorite-container {
    overflow-y: auto;
    height: 100%;
    min-height: 100%;
}

.navbar-favorite {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    min-width: 100%;
    cursor: pointer;
}

    .navbar-favorite .nav-link, 
    .navbar-favorite .fav-name {
        padding: .25rem;
        align-items: center;
        display: flex;
        justify-content: space-between;
        color: #000000;
        transition: none;
        line-height: 1.7;
        position: relative;
        cursor: pointer;
    }

        .navbar-favorite .nav-link:hover,
        .navbar-favorite .nav-link:focus,
        .navbar-favorite .fav-name:focus,
        .navbar-favorite .fav-name:hover {
            color: #d9705d;
        }

        .navbar-favorite .nav-link > i {
            display: inline-block;
            min-width: 1.75rem;
            font-size: 0.875rem;
        }

            .navbar-favorite .nav-link > i.btn-favorite-delete,
            .navbar-favorite .nav-link > i.btn-favorite-rename {
                min-width: unset;
                border-radius: 100%;
                padding: .3rem;
                color: white;
                font-size: .625rem;
                text-align: center;
                width: 20px;
                height: 20px;
                display: none;
                margin-left: 0.25rem;
                position: absolute;
                top: 0;
                right: .5rem;
                margin: .5rem 0;
            }

            .navbar-favorite .nav-link > i.btn-favorite-rename {
                right: 1.75rem;
                margin-right: .25rem;
            }

            .navbar-favorite .nav-link > i.btn-favorite-delete:hover {
                background-color: #d01a3b !important;
            }

            .navbar-favorite .nav-link > i.btn-favorite-rename:hover {
                background-color: #1862c6 !important;
            }

        .navbar-favorite .nav-link:hover > i.btn-favorite-delete,
        .navbar-favorite .nav-link:hover > i.btn-favorite-rename {
            display: block;
        }

        .navbar-favorite .nav-link[data-toggle=collapse]:before {
            content: "\f054";
            display: block;
            font-family: 'Font Awesome 5 Pro';
            margin-left: auto;
            transition: transform .2s;
            font-size: .5rem;
            margin-right: .5rem;
            width: 14px;
            height: 14px;
            min-width: 14px;
            text-align: center;
            line-height: 1.8;
            font-weight: 900;
            background-color: white;
            border-radius: 100%;
        }

        .navbar-favorite .nav-link[data-toggle=collapse][aria-expanded=true]:before {
            transform: rotate(90deg);
        }

    .navbar-favorite .nav {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
        margin-left: 0;
        min-height: 20px;
    }

        .navbar-favorite .nav .nav-item {
            width: 100%;
        }

        .navbar-favorite .nav .nav-link {
            padding-left: 2.75rem;
        }

.sortable-placeholder {
    background-color: #fff;
    border: 2px dashed #d2ddec;
    border-radius: .375rem;
    margin: 1rem;
    height: 50px;
}

.lighter {
    font-weight: 300;
}

.bolder {
    font-weight: bolder;
}

.inline {
    display: inline-block;
}

.block {
    display: block;
}

.fix-block {
    display: block !important;
}

.center,
.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

@media only screen and (max-width:767px) {
    .block-xs {
        display: block !important;
    }

    .align-right-xs {
        text-align: right !important;
    }
}

@media (min-width: 768px) {
    .center-sm {
        text-align: center;
    }

    .align-right-sm {
        text-align: right !important;
    }
}

.middle {
    vertical-align: middle;
}

.align-middle {
    vertical-align: middle !important;
}

.align-top {
    vertical-align: top !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.position-relative,
.pos-rel {
    position: relative;
}

.position-absolute,
.pos-abs {
    position: absolute;
}

.no-float {
    float: none !important;
}

.line-height-normal {
    line-height: normal !important;
}

.line-height-0 {
    line-height: 0 !important;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-125 {
    line-height: 1.25 !important;
}

.line-height-150 {
    line-height: 1.5 !important;
}

@media only screen and (max-width:479px) {
    .no-float-xs {
        float: none !important;
    }
}

@media (max-width: 767px) {
    .pull-right-xs {
        float: right;
    }

    .pull-left-xs {
        float: left;
    }
}

/*---------------------- Size -----------------------------*/
.min-w-0 {
    min-width: 0 !important;
}

.min-w-10 {
    min-width: 10px !important;
}

.min-w-15 {
    min-width: 15px !important;
}

.min-w-20 {
    min-width: 20px !important;
}

.min-w-25 {
    min-width: 25px !important;
}

.min-w-30 {
    min-width: 30px !important;
}

.min-w-40 {
    min-width: 40px !important;
}

.min-w-50 {
    min-width: 50px !important;
}

.min-w-60 {
    min-width: 60px !important;
}

.min-w-70 {
    min-width: 70px !important;
}

.min-w-80 {
    min-width: 80px !important;
}

.min-w-90 {
    min-width: 90px !important;
}

.min-w-100 {
    min-width: 100px !important;
}

.min-w-110 {
    min-width: 110px !important;
}

.min-w-120 {
    min-width: 120px !important;
}

.min-w-130 {
    min-width: 130px !important;
}

.min-w-140 {
    min-width: 140px !important;
}

.min-w-150 {
    min-width: 150px !important;
}

.min-w-160 {
    min-width: 160px !important;
}

.min-w-170 {
    min-width: 170px !important;
}

.min-w-180 {
    min-width: 180px !important;
}

.min-w-200 {
    min-width: 200px !important;
}

.min-w-220 {
    min-width: 220px !important;
}

.min-w-240 {
    min-width: 240px !important;
}

.min-w-300 {
    min-width: 300px !important;
}

.min-w-390 {
    min-width: 390px !important;
}

.max-w-0 {
    max-width: 0 !important;
}

.max-w-10 {
    max-width: 10px !important;
}

.max-w-15 {
    max-width: 15px !important;
}

.max-w-20 {
    max-width: 20px !important;
}

.max-w-25 {
    max-width: 25px !important;
}

.max-w-30 {
    max-width: 30px !important;
}

.max-w-40 {
    max-width: 40px !important;
}

.max-w-50 {
    max-width: 50px !important;
}

.max-w-70 {
    max-width: 70px !important;
}

.max-w-80 {
    max-width: 80px !important;
}

.max-w-90 {
    max-width: 90px !important;
}

.max-w-100 {
    max-width: 100px !important;
}

.max-w-120 {
    max-width: 120px !important;
}

.max-w-130 {
    max-width: 130px !important;
}

.max-w-150 {
    max-width: 150px !important;
}

.max-w-160 {
    max-width: 150px !important;
}

.max-w-180 {
    max-width: 180px !important;
}

.max-w-200 {
    max-width: 200px !important;
}

.max-w-220 {
    max-width: 220px !important;
}

.max-w-240 {
    max-width: 240px !important;
}

.max-w-300 {
    max-width: 300px !important;
}

.bigger-110 {
    font-size: 110% !important;
}

.bigger-120 {
    font-size: 120% !important;
}

.bigger-130 {
    font-size: 130% !important;
}

.bigger-140 {
    font-size: 140% !important;
}

.bigger-150 {
    font-size: 150% !important;
}

.bigger-160 {
    font-size: 160% !important;
}

.bigger-170 {
    font-size: 170% !important;
}

.bigger-180 {
    font-size: 180% !important;
}

.bigger-190 {
    font-size: 190% !important;
}

.bigger-200 {
    font-size: 200% !important;
}

.bigger-210 {
    font-size: 210% !important;
}

.bigger-220 {
    font-size: 220% !important;
}

.bigger-230 {
    font-size: 230% !important;
}

.bigger-240 {
    font-size: 240% !important;
}

.bigger-250 {
    font-size: 250% !important;
}

.bigger-260 {
    font-size: 260% !important;
}

.bigger-270 {
    font-size: 270% !important;
}

.bigger-280 {
    font-size: 280% !important;
}

.bigger-290 {
    font-size: 290% !important;
}

.bigger-300 {
    font-size: 300% !important;
}

.bigger-115 {
    font-size: 115% !important;
}

.bigger-125 {
    font-size: 125% !important;
}

.bigger-175 {
    font-size: 175% !important;
}

.bigger-225 {
    font-size: 225% !important;
}

.bigger-275 {
    font-size: 275% !important;
}

.smaller-90 {
    font-size: 90% !important;
}

.smaller-80 {
    font-size: 80% !important;
}

.smaller-70 {
    font-size: 70% !important;
}

.smaller-60 {
    font-size: 60% !important;
}

.smaller-50 {
    font-size: 50% !important;
}

.smaller-40 {
    font-size: 40% !important;
}

.smaller-30 {
    font-size: 30% !important;
}

.smaller-20 {
    font-size: 20% !important;
}

.smaller-75 {
    font-size: 75% !important;
}

.width-20 {
    width: 20% !important;
}

.width-25 {
    width: 25% !important;
}

.width-30 {
    width: 30% !important;
}

.width-35 {
    width: 35% !important;
}

.width-40 {
    width: 40% !important;
}

.width-45 {
    width: 45% !important;
}

.width-50 {
    width: 50% !important;
}

.width-55 {
    width: 55% !important;
}

.width-60 {
    width: 60% !important;
}

.width-65 {
    width: 65% !important;
}

.width-70 {
    width: 70% !important;
}

.width-75 {
    width: 75% !important;
}

.width-80 {
    width: 80% !important;
}

.width-85 {
    width: 85% !important;
}

.width-90 {
    width: 90% !important;
}

.width-95 {
    width: 95% !important;
}

.width-100 {
    width: 100% !important;
}

.width-auto {
    width: auto !important;
}

.height-auto {
    height: auto !important;
}

/*--------------------- Size ref. Boostrap xs -------------------------*/
@media (max-width: 767px) {
    .width-xs-5 {
        width: 5% !important;
    }

    .width-xs-10 {
        width: 10% !important;
    }

    .width-xs-15 {
        width: 15% !important;
    }

    .width-xs-20 {
        width: 20% !important;
    }

    .width-xs-25 {
        width: 25% !important;
    }

    .width-xs-30 {
        width: 305% !important;
    }

    .width-xs-35 {
        width: 35% !important;
    }

    .width-xs-40 {
        width: 40% !important;
    }

    .width-xs-45 {
        width: 45% !important;
    }

    .width-xs-50 {
        width: 50% !important;
    }

    .width-xs-55 {
        width: 55% !important;
    }

    .width-xs-60 {
        width: 60% !important;
    }

    .width-xs-65 {
        width: 65% !important;
    }

    .width-xs-70 {
        width: 70% !important;
    }

    .width-xs-75 {
        width: 75% !important;
    }

    .width-xs-80 {
        width: 80% !important;
    }

    .width-xs-85 {
        width: 85% !important;
    }

    .width-xs-90 {
        width: 90% !important;
    }

    .width-xs-95 {
        width: 95% !important;
    }

    .width-xs-100 {
        width: 100% !important;
    }

    .min-xs-60 {
        min-width: 60px !important;
    }

    .min-xs-70 {
        min-width: 70px !important;
    }

    .min-xs-80 {
        min-width: 80px !important;
    }

    .min-xs-90 {
        min-width: 90px !important;
    }

    .min-xs-100 {
        min-width: 100px !important;
    }

    .min-xs-110 {
        min-width: 110px !important;
    }

    .min-xs-120 {
        min-width: 120px !important;
    }

    .min-xs-130 {
        min-width: 130px !important;
    }

    .min-xs-140 {
        min-width: 140px !important;
    }

    .min-xs-150 {
        min-width: 150px !important;
    }
}
/*--------------------- Color -------------------------*/
.dark {
    color: #333 !important;
}

.white {
    color: #fff !important;
}

.red {
    color: #dd5a43 !important;
}

.red2 {
    color: #e08374 !important;
}

.red3 {
    color: #D15B47;
}

.red4 {
    color: #ff0000 !important;
}

.light-red {
    color: #f77 !important;
}

.blue {
    color: #478fca !important;
}

.blue2 {
    color: #5090C1;
}

.blue3 {
    color: #6379AA;
}

.blue4 {
    color: #0000ff;
}

.light-blue {
    color: #93cbf9 !important;
}

.midnight-blue {
    color: #191970 !important;
}

.navy-blue {
    color: #000080 !important;
}

.prussian-blue {
    color: #003377 !important;
}

.green {
    color: #69aa46 !important;
}

.green2 {
    color: #2E8965;
}

.green3 {
    color: #5FBC47;
}

.light-green {
    color: #b0d877 !important;
}

.orange {
    color: #ff892a !important;
}

.orange2 {
    color: #feb902 !important;
}

.light-orange {
    color: #fcac6f !important;
}

.purple {
    color: #a069c3 !important;
}

.pink {
    color: #c6699f !important;
}

.pink2 {
    color: #d6487e !important;
}

.brown {
    color: brown !important;
}

.grey {
    color: #777 !important;
}

.light-grey {
    color: #bbb !important;
}

.light-grey2 {
    color: #aaa !important;
}

.dark-grey {
    color: #5f5f5f !important;
}

.gold {
    color: gold !important;
}

.yellow {
    color: yellow !important;
}

.yellow2 {
    color: #b5b500 !important;
}


/*------------------------ Border ---------------------------*/
.border-none {
    border: none !important;
}




/*------------------------ Visible/Hidden ---------------------------*/

@media only screen {
    .visible-desktop {
        display: block !important;
    }

    table.visible-desktop {
        display: table;
    }

    tr.visible-desktop {
        display: table-row !important;
    }

    th.visible-desktop, td.visible-desktop {
        display: table-cell !important;
    }
}

.visible-desktop-block {
    display: none !important;
}

@media only screen {
    .visible-desktop-block {
        display: block !important;
    }
}

.visible-desktop-inline {
    display: none !important;
}

@media only screen {
    .visible-desktop-inline {
        display: inline !important;
    }
}

.visible-desktop-inline-block {
    display: none !important;
}

@media only screen {
    .visible-desktop-inline-block {
        display: inline-block !important;
    }
}

@media only screen {
    .hidden-desktop {
        display: none !important;
    }
}



/*---------------------- Table by div --------------------------*/
.stand-in-table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 10px;
}

    .stand-in-table > .row {
        display: table-row;
    }

        .stand-in-table > .row > .col {
            display: table-cell;
            padding-top: 13px;
        }

    /*.stand-in-table > .row > .col:first-child
{
    padding-top: 0px;
}
*/
    .stand-in-table.caption-detail .row > .col.caption {
        display: block;
        padding-bottom: 5px;
    }

    .stand-in-table.caption-detail .row > .col.detail {
        display: block;
        padding-bottom: 10px;
    }

    .stand-in-table.caption-detail .row:last-of-type > .col.detail {
        padding-bottom: 0px;
    }

@media (min-width: 568px) {
    .stand-in-table {
        margin: 0;
    }

        .stand-in-table.caption-detail .row > .col.caption {
            display: table-cell;
            width: 150px;
        }

        .stand-in-table.caption-detail .row > .col.detail {
            display: table-cell;
            padding-bottom: 5px;
            width: auto;
        }
}


/*HR*/

.hr {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-width: 1px 0 0 0;
    border-top: 1px solid #E3E3E3;
    margin: 12px 0;
    border-top-color: rgba(0, 0, 0, .11);
}

.hr-double {
    height: 3px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    border-top-color: rgba(0, 0, 0, .11);
    border-bottom-color: rgba(0, 0, 0, .11);
}

.hr.dotted,
.hr-dotted {
    border-style: dotted;
}

.hr-32,
.hr32 {
    margin: 32px 0;
}

.hr-30,
.hr30 {
    margin: 30px 0;
}

.hr-28,
.hr28 {
    margin: 28px 0;
}

.hr-26,
.hr26 {
    margin: 26px 0;
}

.hr-24,
.hr24 {
    margin: 24px 0;
}

.hr-22,
.hr22 {
    margin: 22px 0;
}

.hr-20,
.hr20 {
    margin: 20px 0;
}

.hr-18,
.hr18 {
    margin: 18px 0;
}

.hr-16,
.hr16 {
    margin: 16px 0;
}

.hr-14,
.hr14 {
    margin: 14px 0;
}

.hr-12,
.hr12 {
    margin: 12px 0;
}

.hr-10,
.hr10 {
    margin: 10px 0;
}

.hr-8,
.hr8 {
    margin: 8px 0;
}

.hr-6,
.hr6 {
    margin: 6px 0;
}

.hr-4,
.hr4 {
    margin: 4px 0;
}

.hr-2,
.hr2 {
    margin: 2px 0;
}




/*------------------------ Space -------------------*/
.space {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
}

[class*=vspace-] {
    display: none;
}

.space-32 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 32px 0 31px;
}

[class*=vspace-32] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 32px 0 31px 0;
}

.space-30 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 30px 0 29px;
}

[class*=vspace-30] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 30px 0 29px 0;
}

.space-28 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 28px 0 27px;
}

[class*=vspace-28] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 28px 0 27px 0;
}

.space-26 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 26px 0 25px;
}

[class*=vspace-26] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 26px 0 25px 0;
}

.space-24 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 24px 0 23px;
}

[class*=vspace-24] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 24px 0 23px 0;
}

.space-22 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 22px 0 21px;
}

[class*=vspace-22] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 22px 0 21px 0;
}

.space-20 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 20px 0 19px;
}

[class*=vspace-20] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 20px 0 19px 0;
}

.space-18 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 18px 0 17px;
}

[class*=vspace-18] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 18px 0 17px 0;
}

.space-16 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 16px 0 15px;
}

[class*=vspace-16] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 16px 0 15px 0;
}

.space-14 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 14px 0 13px;
}

[class*=vspace-14] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 14px 0 13px 0;
}

.space-12 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 12px 0 11px;
}

[class*=vspace-12] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 12px 0 11px 0;
}

.space-10 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 10px 0 9px;
}

[class*=vspace-10] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 10px 0 9px 0;
}

.space-8 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 8px 0 7px;
}

[class*=vspace-8] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 8px 0 7px 0;
}

.space-6 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 6px 0 5px;
}

[class*=vspace-6] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 6px 0 5px 0;
}

.space-4 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 4px 0 3px;
}

[class*=vspace-4] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 4px 0 3px 0;
}

.space-2 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 2px 0 1px;
}

[class*=vspace-2] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 2px 0 1px 0;
}

.space-0,
[class*=vspace-0] {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 0;
}

@media only screen and (max-width: 479px) {
    [class*=vspace-][class*="-xs"] {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    [class*=vspace-][class*="-sm"] {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    [class*=vspace-][class*="-md"] {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    [class*=vspace-][class*="-lg"] {
        display: block;
    }
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-border {
    border-width: 0 !important;
}

.no-border-bottom {
    border-bottom-width: 0 !important;
}

.no-border-top {
    border-top-width: 0 !important;
}

.no-border-left {
    border-left-width: 0 !important;
}

.no-border-right {
    border-right-width: 0 !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-scroll {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

.padding-10 {
    padding: 10px;
}

.table-fixed {
    table-layout: fixed;
}

.image-center {
    display: inline-block;
    margin: 0 auto;
}

.no-radius {
    border-radius: 0 !important;
}

/* Margin */
.mr-5 {
    margin-right: 5px;
}

.background-none {
    background: none !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.font-size-lg {
    font-size: 1.0625rem !important;
}

.bg-primary-soft {
    background-color: #e6effc !important;
}

.text-primary {
    color: #2c7be5 !important;
}

.text-gray-700 {
    color: #6e84a3 !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(18,38,63,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(18,38,63,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(18,38,63,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.w-15 {
    width: 15% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.h-15 {
    height: 15% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}
.nowrap {
    white-space: nowrap;
}


