#crumbs {
    text-align: center;
    width: 100%;
}

#crumbs.specDisplay{
    display: none;
}

    #crumbs ul {
        list-style: none;
        display: inline-table;
        padding-left: 0;
        width: 100%;
        margin-top: 8px;
        margin-bottom: 8px;
    }

        #crumbs ul li {
            display: inline;
        }

            #crumbs ul li a {
                display: block;
                float: left;
                text-align: center;
                position: relative;
                text-decoration: none;
                color: #fff;
                height: 14px;
                line-height: 14px;
                margin: 0 15px 0 0;
                font-size: 12px;   /*6-25-17*/
                /*			width: calc(20% - 135px);
			padding: 5px 40px 5px 80px;*/
                width: -webkit-calc(20% - 64px);
                width: -moz-calc(20% - 64px);
                width: calc(20% - 64px);
                padding: 6px 20px 6px 25px;
                /*			height: 50px;
			padding: 30px 40px 0 80px;
			margin: 0 10px 0 0; 
			font-size: 20px;*/
                /*background: #42B4E6;*/
            }

a.arrowSelected {
    background: #42B4E6;
}

a.arrowUnselected {
    background: #d8d8d8;
}

    a.arrowUnselected::after {
        border-left: 20px solid #d8d8d8;
        /*border-left: 20px solid #9FA0A4;*/
    }

a.arrowSelected::after {
    border-left: 20px solid #42B4E6;
}

a.arrowSelected.lockActive{
    background: #009530;
    pointer-events: none;
}

a.arrowSelected.lockActive::after{
    border-left: 20px solid #009530;
    pointer-events: none;
}

#crumbs ul li a:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    /*				border-top: 40px solid transparent;
	 			border-bottom: 40px solid transparent;
	*/
    /*border-left: 40px solid #42B4E6;*/
}

#crumbs ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid #ffffff;
    /*				border-top: 40px solid transparent;
	  			border-bottom: 40px solid transparent;	
					border-left: 40px solid #d4f2ff;*/
}

#crumbs ul li:first-child a {
    /*border-top-left-radius: 10px; border-bottom-left-radius: 10px;*/
}

    #crumbs ul li:first-child a:before {
        display: none;
    }

#crumbs ul li:last-child a {
    padding-right: 55px;
    margin-right: 0;
    /*padding-right: 80px;*/
    /*border-top-right-radius: 10px; border-bottom-right-radius: 10px;*/
}

    #crumbs ul li:last-child a:after {
        display: none;
    }
/*
			#crumbs ul li a:hover {
				background: #fa5ba5;
			}
				#crumbs ul li a:hover:after {
					border-left-color: #fa5ba5;
				}
*/

.splitter_panel {
    position: relative;
}

    .splitter_panel .vsplitter {
        background-color: lightgray;
        cursor: col-resize;
        z-index: 900;
        width: 5px;
    }

    .splitter_panel .hsplitter {
        background-color: #5F5F5F;
        cursor: row-resize;
        z-index: 800;
        height: 7px;
    }

        .splitter_panel .vsplitter.splitter-invisible,
        .splitter_panel .hsplitter.splitter-invisible {
            background: none;
        }

    .splitter_panel .vsplitter, .splitter_panel .left_panel, .splitter_panel .right_panel,
    .splitter_panel .hsplitter, .splitter_panel .top_panel, .splitter_panel .bottom_panel {
        position: absolute;
        overflow: auto;
        box-sizing: border-box;
    }

    @media only screen and (max-width: 800px) {
        .splitter_panel .vsplitter, .splitter_panel .left_panel, .splitter_panel .right_panel,
        .splitter_panel .hsplitter, .splitter_panel .top_panel, .splitter_panel .bottom_panel {
            position: relative;
        }
    }



    .splitter_panel .vsplitter, .splitter_panel .left_panel, .splitter_panel .right_panel {
        height: 100%;
    }

    .splitter_panel .hsplitter, .splitter_panel .top_panel, .splitter_panel .bottom_panel {
        width: 100%;
    }

    .splitter_panel .top_panel, .splitter_panel .left_panel, .splitter_panel .vsplitter {
        top: 0;
    }

    .splitter_panel .top_panel, .splitter_panel .bottom_panel, .splitter_panel .left_panel, .splitter_panel .hsplitter {
        left: 0;
    }

    .splitter_panel .bottom_panel {
        bottom: 0;
    }

    .splitter_panel .right_panel {
        right: 0;
    }

.splitterMask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.ui-iggrid th, .ui-iggrid th.ui-state-default, .ui-iggrid th.ui-state-hover, .ui-iggrid th.ui-state-active {
    white-space: initial;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    /*   padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background: black;
    opacity: .5;
}

/* Modal Content (image) */
.modal-content {
/*    margin: 0;
    height: 15%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);*/
    /*display: block;*/
}

/*searchbox styling*/
div.magnifyContainer {
    width: 30px;
    height: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    cursor: pointer;
    border: solid 1px #e6e6e6;
    border-left: none !important;
    right: 0;
    
}

.search-box:valid ~ .close-icon {
    position: absolute;
    right: -6px;
    top: 23px;
}

div#designTabMagnifyContainer{
    border: solid 1px #eaeaea;
    height: 18.78px;
    border-left: none;
    background: #ffffff;
}

/* add the X for clearing a searchbox  */
form.searchboxForm {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    width: 300px;
}

.close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

    .close-icon:after {
        background-image: url('images/clear-icon-black.png');
        background-size: 16px;
        background-repeat: no-repeat;
        opacity: .5;
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        background-color: white;
        z-index: 1;
        right: 14px;
        top: 50%;
        transform: translate(0, -50%);
        -ms-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        text-align: center;
        color: #626469;
        font-weight: normal;
        font-size: 1em;
        cursor: pointer;
    }

    .search-box:not(:valid) ~ .close-icon {
        display: none;
    }

    .search-box:valid ~ .magnifyContainer{
        visibility: hidden;
    }

    .search-box:valid ~ .searchIcon {
        /*  display: none;*/
    }

    .search-box:valid {
        /* text-indent: 5px;*/
    }

.searchIcon {
    
}

span.searchIcon::after {
    font-family: se-icon;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #626469;
    content: "\F131";
}


/*  style the Search text in the input element*/

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
}

/* 3 line menu*/
ul#subMenuButtons li#threeLineMenu{
        margin-right: 20px;
        padding: 7px 0;
        height: 26px;
        width: 26px;
        display: inline-block;
    }

.threeLineMenuTag{
    background-image: url(images/layoutfast_icons/hamburger_3Line.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px !important;
    background-position: center;
    cursor: pointer;
}

.multifilterHeadingsDivs i {
    display: block;
    text-align: center;
    font-style: normal;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 23.5px;
    width: 23.5px;
    border-radius: 2px;
    cursor: pointer;
    background: #3dcd58;
    -webkit-transition: background linear .3s;
    transition: background linear .3s;
}

.multifilterHeadingsDivs i:before{
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    width: 2px;
    height: 12px;
    left: 0;
    right: 0;
    top: 6px;
    background: white;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: transform linear .5s;
    transition: transform linear .5s;
}

.multifilterHeadingsDivs i:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    height: 2px;
    width: 12px;
    top: 0;
    bottom: 0;
    left: 6px;
    background: white;
}

.multifilterHeadingsDivs:hover i{
    background: #3dcd58;
}

.multifilterHeadingsDivs.retract i{
    background: lightgrey;
}

.multifilterHeadingsDivs.retract i:before{
    margin: auto;
    bottom: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.multifilterHeadingsDivs.retract i:after{
    margin: auto;
    bottom: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
