body {
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-size: 13px;
}

.slider.slider-horizontal {
    /*width: 190px;*/
    width: 99%;
    height: 20px;
}

.selectCategoryFilter button {
    background: #dedede !important;
    border: none;
    color: #000000 !important;
    /*height: 3.5vh;*/
    height: 35px;
    outline: none;
    padding-left: .5vw;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    user-select: none; /* Standard syntax */
}

html.safari .selectCategoryFilter button {
    background: #dedede !important;
    border:none;
    color:#fff;
}

.selectCategoryFilter .dropdown-menu {
    margin: 0 !important;
}

select::-ms-value {background: #2e6dad !important;}

.selectCategoryFilter::-ms-expand {
    display: none;
}

.selectCategory {
    position: relative;
    margin: 0 0 6px 18px;
}

#templatesSection .selectCategory {
    position: relative;
    /*margin: 6px 10px 6px 34px;*/
    margin: 6px 10px 6px 44px;
}

html.ie #templatesSection .selectCategory {
    position: relative;
    margin: 6px 0 6px 18px;
}

.selectCategoryFilter option {
	padding:.5vw;
}

.selectCategoryFilter li {
	display: inherit;
}

.searchDiv {
    align-content: center;
    display: flex;
    float: right;
    height: 35px;
    justify-content: center;
    margin: 6px 45px 6px 10px;
    /*height: 3.5vh;*/
    vertical-align: middle;
    width: 30%;
}

html.ie .searchDiv {
    display: flex !important;
    float: right;
    height: 35px;
    width: auto;
}


.searchDiv input {
	height: inherit;
}

.searchDiv span {
	height: inherit;
    width: 3vw;	
}

html.ie .searchDiv span {
    width: 65px;
}

.noResults {
    font-size: 1.5rem;
	text-align: center;
}

/* general search box*/
#search {
	height: 40px !important;
}

.customizeBtn:hover {
	background: #5471a1 !important;
}

.pagination.pagination-top {
	padding: 30px 0px 10px;
}
.pagination.pagination-bottom {
	margin: 12px 0px 17px;
}
.productsListContainer .projectItemInnerContainer {
	background: #eff6fd;
}
ul.pagination li > a, 
.pagination > li:first-child > a, 
.pagination > li:last-child > a, 
ul.pager li > a  {
    background-color: #dedede;
}

.unselectedIcon {
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    margin: 0 4px;
    padding: 0;
}

.selectedIcon {
    -webkit-box-shadow: rgba(134, 134, 134, 0.75) 1px 1px 4px 0px;
    -moz-box-shadow:    rgba(134, 134, 134, 0.75) 1px 1px 4px 0px;
    box-shadow:         rgba(134, 134, 134, 0.75) 1px 1px 4px 0px;
    margin: 0 .2vw;
    padding: 0.1rem;
}

@media screen and (max-width: 1680px) {
    .bootsidemenu-right > .toggler {
        left: -40px !important;
    }

    .toggler {
        width: 40px !important;
        height: 75px !important;
        top: 42% !important;
    }

    .glyphicon {
        font-size: 21px !important;
    }
    .bootsidemenu-right > .toggler > span {
        margin: 25px 8px !important;
    }

    .bootsidemenu-left > .toggler {
        right: -40px !important;
    }

    .bootsidemenu-left > .toggler > span {
        margin: 25px 8px !important;
    }
}

@media (width: 1680px) and (height: 1050px) {
    .selectCategory {
        margin: 6px 0 6px 16px;
    }

    #templatesSection .selectCategory {
        margin: 6px 10px 6px 41px;
    }

    html.ie .anchor-arrow {
        left: 817px;
        top: 65px;
    }

    html.ie .zoomSlider {
        left: 41.05vw;
        top: 4.1vw;
    }
}

@media (width: 1600px) and (height: 900px) {
    #templatesSection .selectCategory {
        margin: 6px 10px 6px 40px;
    }

    .searchDiv {
        margin: 6px 40px 6px 10px;
    }

    .minMaxValueOpacity {
        margin-bottom: 8px;
        width: 96%;
    }

}

@media (max-width: 1536px) and (min-width: 1440px) {
    .searchDiv {
        margin: 6px 38px 6px 10px;
    }

    #templatesSection .selectCategory {
        margin: 6px 10px 6px 38px;
    }

    .selectCategory {
        margin: 6px 0 6px 10px;
    }

    .minMaxValueOpacity {
        margin-bottom: 8px;
        width: 96%;
    }

    #ruler button {
        padding: .1rem .1vw 0 .3vw;
    }

    html.ie .anchor-arrow {
        left: 748px;
        top: 57px;
    }

    html.ie .zoomSlider {
        left: 41.2vw;
        top: 4vw;
    }
}

@media (max-width: 1440px) and (min-width: 1366px) {
    .selectCategory {
        margin: 6px 10px 6px 15px;
    }

    .searchDiv {
        margin: 6px 34px 6px 10px;
    }
}

@media (max-width: 1366px) and (min-width: 1280px) {
    .selectCategory {
        margin: 6px 10px 6px 15px;
    }

    .searchDiv {
        margin: 6px 35px 6px 10px;
    }
}

@media (max-width: 1280px) and (min-width: 1024px) {
    #templatesSection .selectCategory {
        margin: 6px 10px 6px 34px;
    }

    .selectCategory {
        margin: 6px 10px 6px 15px;
    }

    .searchDiv {
        margin: 6px 34px 6px 10px;
    }

    html.ie .minMaxValueOpacity {
        width: 73% !important;
    }

}

@media (width: 1280px) and (height: 800px) {
    html.ie .anchor-arrow {
        left: 623px !important;
        top: 51px !important;
    }

    html.ie .zoomSlider {
        top: 4.4vw !important;
    }
}

@media (width: 1280px) and (height: 1024px) {
    html.ie .anchor-arrow {
        left: 614px;
        top: 58px;
    }

    html.ie .zoomSlider {
        left: 39.3vw;
        top: 4.9vw;
    }

}

@media (max-width: 1024px) and (min-width: 980px) {
    .selectCategory {
        margin: 6px 10px 6px 30px;
    }

    .searchDiv {
        margin: 6px 46px 6px 10px;
    }

    #ruler button {
        line-height: 1rem;
    }

    #ruler button {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-flow: row;
        justify-content: center;
        padding: .2rem .1vw .2rem .3vw;
    }

    html.ie .minMaxValueOpacity {
        width: 96% !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {

}

/*----------------------------------------------------*/

/*.col-inline-sm {
    display: inline-block;
    width: 28%;
}

.col-inline-sm-op2 {
    display: inline-block;
    width: 28%;
}

.col-inline-md-op2 {
    display: inline-block;
    width: 33%;
}

.col-inline-lg-op2 {
    display: inline-block;
    width: 44%;
}

.categoryContentDiv label {
    font-size: .66vw;
    font-weight: 100;
    margin-right: .2rem;
}

#selectEditable {
    margin-top: 1px;
    width: 2.4vw;
    height: 27px;
    outline: none;
    padding: 0 0 0 .3vw;
    cursor: auto;
}

#ruler .fontOpt {
    height: auto;
    margin-left: .1vw;
    width: 4vw;
}

.lineSpacingDiv span {
    display: inline-block;
    font-size: 0.69vw;
    margin-right: .1rem;
    width: 4.5vw;
}

.viewOpt span {
    font-size: 0.61vw;
}*/