@font-face {
    font-family: 'Franklin';
    font-weight: 400;
    font-style: normal;
    src: local('Franklin'), local('Franklin'), url('../storage/fonts/franklin-gothic-book.ttf') format('truetype');
}


/*
@font-face {
	font-family: 'Garamond';
	font-weight: 400;
	font-style: normal;
	src: local('Garamond'),
			 local('Garamond'),
			 url('../storage/fonts/Garamond.ttf') format('truetype');
}
*/

@font-face {
    font-family: 'RobotoCondensed';
    font-weight: 400;
    font-style: normal;
    src: local('RobotoCondensed'), local('RobotoCondensed'), url('../storage/fonts/RobotoCondensed.ttf') format('truetype');
}

html {
    margin: 0;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto !important;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    margin: 0;
}

:root {
    overflow-y: scroll;
}

.centerFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#app {
    display: flex;
    flex-direction: column;
}

#app>header,
#app>footer {
    margin-top: 0;
}

.mainContentDiv {
    flex: 1 0 auto;
    display: block;
}

a[href^=tel],
.footerTelLinks {
    color: #fff !important;
    text-decoration: none;
    outline: none;
    pointer-events: none;
    cursor: default;
}

.invisibleBtn {
    opacity: 0;
}

.browserInfo {
    text-align: left;
    color: #000;
    padding: 0;
    margin-bottom: 1.5rem;
    font-size: 13px;
    width: fit-content;
    /*margin: 0 6.3rem 1.5rem;*/
}

.ie .browserInfo {
    width: auto;
}

.browserInfo a {
    text-decoration: underline;
    /*outline: none !important;*/
    /*color: #000;*/
}

.browserInfo p {
    margin-bottom: 0;
}

.ml {
    margin-left: 11.02rem;
}

.footerLeftContent {
    padding-left: 5px;
}


/*LOADER*/

.loaderModals {
    animation: spin 0.75s infinite linear;
    border: 2px solid #0cf;
    border-radius: 50%;
    display: inline-block;
    /*margin: 0 12.5% 100px;*/
    height: 13px;
    position: relative;
    right: -12%;
    ;
    /*top: 25.1%;*/
    width: 13px;
    z-index: 9999;
}

#mergeDataModal .loaderModals {
    height: 123px;
    background-color: #0000001c;
    /*left: 46.8%;*/
    /* transform: translate(-50%, 0); */
    /* text-align: left; */
    position: fixed;
    /*top: 42.6%;*/
    right: 48%;
    top: 25.1%;
    width: 123px;
}

.loaderModals::before,
.loaderModals::after {
    /*	left: 50% !important;
	top: 24% !important;*/
    /*	right: 48%;
    top: 25.1%;*/
    display: none;
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
}


/*
 * LOADER 1
 */

.loader-1 {
    border-top-width: 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    background: rgba(34, 34, 34, 0.28);
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.hideLoader {
    display: none !important;
}


/*General*/

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

.custom_main_div {
    /*border: 1px solid #3d78d8;*/
    padding: 30px;
    width: 100%;
    margin: 0 auto;
}

.error {
    color: #cd3c2e;
    font-weight: 700;
    text-align: center;
}

#header-login-form .error {
    text-align: left !important;
}

#header-login-form .loginBtn {
    text-align: center !important;
}

.divider {
    display: none;
}

.root0 .dropdown:first-child {
    line-height: 2.2;
}

.close {
    outline: none;
    text-decoration: none;
}

.dropdown-backdrop {
    position: initial !important;
}


/*IE - Get rid of <select> highlight*/

select::-ms-value {
    background: transparent !important;
}


/*bugfix IE #5725 on redmine */

.text-filter-box.input-group.selectCategory:before {
    z-index: 999;
}

.centerDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullWidth {
    width: 100%;
}

#app-header-collapse {
    float: right;
    /*margin-right: 10px;*/
}

.header-top-dropdown .dropdown>button:hover {
    background-color: #3d78d8;
    color: #fff !important;
}

.dropdown-menu {
    top: 100%;
}

#app-header-collapse .dropdown>a:before {
    display: none;
}

#main-menu {
    margin-top: 0px;
    margin-bottom: 25px;
    background-color: whitesmoke;
}

.header-top .navbar-default .navbar-nav>li>a {
    padding: 5.5px 10px;
}

.modal-dialog .navbar-default .navbar-nav>li>a {
    padding: 12px 17px 12px 6px !important;
}

#logout-menu {
    /*min-width: 100px;*/
    width: auto;
    z-index: 999;
}

hr,
.form-block {
    border-color: #dcdcdc;
}

.user-profile-label {
    padding-top: 10px;
    margin-bottom: 0px;
    min-width: 150px;
}

#preview-profile .user-profile-label {
    padding-top: 5px;
}

.user-profile-info {
    padding: 5px 15px;
}

.user-profile #update-profile-form .control-label,
.user-profile #change-password-form .control-label {
    text-align: left;
}

.main-navigation.header-top>.navbar.navbar-default {
    padding: 0px 35px;
}

label.error,
label.ajax-error {
    position: absolute;
    font-size: 12px;
    color: red;
    /*font-weight: 500;*/
}

.form-group {
    margin-bottom: 25px;
}

i.fa.form-control-feedback {
    position: absolute;
    top: 0px;
}

#header-login-form i.fa.form-control-feedback {
    top: 25px;
}

.dropdown-menu.user-menu {
    left: initial;
    right: 0;
    min-width: 125px;
}

#session-message {
    position: absolute;
    width: 100%;
    max-width: 1170px;
    top: 0px;
}

#session-message .alert {
    margin: 15px 0px;
}

.stationery {
    width: fit-content !important;
    min-width: 400px !important;
    /*top:45px !important;*/
    padding-top: 0px;
    top: 0 !important;
}

.projButton .btn {
    /*margin: 2px 0px 0px 0px;*/
    margin: 1px -12px 0px 0px;
    padding: 10px 2px;
    min-width: 145px;
}

.projButton a {
    padding: 0px !important;
}

.projButton {
    margin-left: 0px;
}

.projButton button:active {
    background-color: #4c85e2 !important;
    border-color: #4c81d8 !important;
}

.loading-gif {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 12px;
}

.menuDropdownList {
    width: 100% !important;
    min-height: 250px;
}

.geographicsBtn,
.geographicsBtn:hover,
.geographicsBtn:active {
    background-color: transparent !important;
    border: none;
    color: #666666 !important;
    margin: 0;
    padding: 7px 12px;
}

.geographicsBtn a {
    color: #666666;
    font-weight: 600;
    text-transform: none;
}


/*Page Orientation Modal*/

.imgContainer {
    padding: 0 28px 28px 28px;
    text-align: center;
}

.caption {
    width: auto;
    bottom: 3.3rem;
    left: 0;
    top: 0;
    position: relative;
    padding: 0px !important;
    /*    background:#000;
    background: -webkit-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}

.caption button,
.caption button:active,
.caption button:focus,
.caption button:hover {
    color: #000 !important;
    background: transparent !important;
    border: none;
    box-shadow: none;
    /*padding: 0;*/
    margin: 0;
    outline: none !important;
    margin-bottom: 40px;
}

.thumbnail {
    border: 0 none;
    box-shadow: none;
    margin: 0;
    /*padding:0;*/
    padding: 2rem;
    width: 100%;
}

.caption h4 {
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.selectedOrientation {
    border: 5px solid #ae050a !important;
}

.rotate90 {
    /*margin-top: 40px;*/
    margin-bottom: 20px;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.rotate0 {
    /*margin-top: 40px;*/
    margin-bottom: 20px;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.pageOrientationImg {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    height: auto;
    max-width: 65% !important;
    object-fit: contain;
    width: 100%;
}


/* ========== BEGIN POPOVER 1 ========== */

.popover {
    color: #000;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 250px !important;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    content: "";
    border-width: 10px;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #2a4254;
}


/* ========== END POPOVER 1 ========== */

.previewCell {
    text-align: center;
}


/*404 ERROR*/

.errorContainer {
    /*margin-top: 15.69rem;*/
    width: 100%;
}

#wrap_404 {
    border: 1px solid #ccc;
    width: 55rem;
    padding: 15px;
    background-color: #fff;
    min-width: 30rem;
}

.errorPageTitle {
    border-bottom: 1px solid #e3e3e3;
}

#wrap_404 a {
    color: #1069fb;
    font-size: 18px;
    text-decoration: underline;
}

#wrap_404 h4 {
    margin: 18px 0;
    font-size: 18px;
}

#wrap_404 p {
    margin-bottom: 10px;
}


/*End 404 ERROR*/

@media screen and (min-width: 1200px) {
    .main-container.content.min-height .container {
        min-height: 50.2vh;
    }
    .stationery {
        min-width: 400px !important;
        width: fit-content;
        top: 0 !important;
        /*top: 0px !important;*/
    }
}

@media (max-width: 991px) {
    .geographicsBtn {
        min-width: auto;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        padding: 12px 12px 12px 0px;
    }
}

@media (max-width: 798px) {
    .projButton .btn {
        /*margin: 2px 0px 0px 0px;*/
        margin: -10px -12px 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        padding-left: 9px;
    }
    .user-profile-info {
        padding-left: 0px;
        padding-top: 5px;
    }
    .stationery {
        /*top: 45px !important;*/
        min-width: 400px !important;
        top: 0 !important;
    }
    /*	.footer {
		padding-left: 15px;
		padding-right: 15px;
	}*/
    .pagination-bottom .page-item.last {
        margin: 0px !important;
    }
}

@media screen and (max-width: 430px) {
    .form-group.with-buttons>div {
        width: 100%;
        text-align: left !important;
    }
}


/*MODAL: Open Saved Project*/

#myProjects {
    padding-right: 0;
}

#myProjects .modal-body {
    min-height: 10vh;
    overflow-x: hidden;
    overflow-y: auto;
    /* height: 20vh; */
    max-height: 50vh;
}

.searchInput {
    border: 1px solid #e8e8e8;
}

.projectsItems {
    list-style: none;
    margin-top: 2rem;
    max-height: 43vw;
    padding-left: 0;
}

.projectContent {
    color: #3d78d8;
    padding: .01vw .2vw .01vw .3vw;
    border-radius: 2%;
    font-weight: 400;
    margin-bottom: 0px;
    /*box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19) !important;*/
    border: none;
    border-bottom: 1px solid #b8b8b8;
    font-size: 12px;
}

.projectContent:hover {
    /*    background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgb(85, 148, 251) 0%,rgba(125,185,232,0) 100%);*/
    background-color: #f5f5f5;
    color: #3d78d8 !important;
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=1 );*/
}

.projectContent .projectTitle {
    color: #3d78d8;
    display: block;
    height: inherit;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    width: auto;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.projectContent .projectTitle:hover {
    text-decoration: none;
}

#register-form .form-group>label {
    padding: 2px;
    text-align: left;
}

.searchBtn {
    margin: 0;
    min-width: auto;
    padding: 9px 12px;
    width: 5rem;
}

.openBtn,
.deleteBtn,
.renameBtn {
    background-color: transparent !important;
    border: none;
    margin: 0;
    min-width: auto;
    outline: none !important;
    text-decoration: none !important;
    /*width: 40%;*/
    text-align: center;
    float: right !important;
    color: #008df1;
    box-shadow: none !important;
}

.openBtn {
    width: 100%;
    padding: 0;
}

.openBtn:hover {
    color: yellow !important;
}

.renameBtn:hover {
    color: green !important;
}

.deleteBtn,
.renameBtn {
    padding: 0px;
}

a.fillDiv .openBtn,
.openBtn:active,
a.fillDiv .openBtn:focus {
    text-decoration: none;
    outline: none;
    color: #008df1;
}

a.fillDiv .openBtn:hover {
    color: #f2d70f !important;
    border-color: #f2d70f !important;
}

.deleteBtn:hover,
.deleteBtn:active,
.deleteBtn:focus {
    color: #ae050a !important;
    border-color: #ae050a !important;
}

.projectTitle {
    line-height: 2.4rem;
}

.actionsDiv {
    text-align: right;
    width: 100%;
}

.noSavedProjects {
    text-align: center;
    margin-top: 3rem;
}

.deleteSingleProject {
    display: inline-block;
    margin: 0;
}

#deleteConfirmationModal .modal-dialog {
    margin-top: 110px;
    width: 470px;
}

#deleteConfirmationModal .modal-body p,
#cantDeleteModal .modal-body p {
    text-align: center;
    margin-bottom: 0;
}

#deleteConfirmationModal .modal-footer button {
    border-radius: 0;
}

.fillDiv {
    display: inline-block !important;
    height: 100% !important;
    /*padding: 1px;*/
    width: 40% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    outline: none;
}


/*Products page*/


/*LOADER*/

.loader {
    -webkit-animation: spin 0.75s infinite linear;
    -moz-animation: spin 0.75s infinite linear;
    -ms-animation: spin 0.75s infinite linear;
    -o-animation: spin 0.75s infinite linear;
    animation: spin 0.75s infinite linear;
    /*animation: spin 0.75s infinite linear;*/
    border: 2px solid #0cf;
    border-radius: 50%;
    display: inline-block;
    margin: 0 12.5% 100px;
    height: 40px;
    position: absolute;
    right: 36%;
    top: 44.1%;
    width: 40px;
    z-index: 9999;
}

.loader::before,
.loader::after {
    left: -2px;
    top: -2px;
    display: none;
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
}


/*
 * LOADER 1
 */

.loader-1 {
    border-top-width: 0;
}

.productItem {
    border: 1px solid #fff;
    box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0 3px;
    margin-bottom: 10px !important;
}

.productItem:hover {
    border: 1px solid #808080;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.1) !important;
}

.productImg {
    filter: drop-shadow(5px 5px 5px #c6c6c6);
    -webkit-filter: drop-shadow(5px 5px 5px #c6c6c6);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*height: 24vh !important;*/
    object-fit: contain;
    /*width: 100%;*/
}

.productImg.demo {
    width: 100%;
}

.mainTitle {
    color: #666666;
    font-size: 1.5vw;
    /*padding: 1vh 0 1vh 0;*/
    text-align: justify;
    /*width: 100%;*/
}

#productsSection {
    background-color: #fff;
}

.header-products {
    /*	background-color: #dedede;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;*/
    background-color: transparent;
    box-shadow: none;
}

.selectProductsCategory {
    float: left !important;
}

.searchContainer {
    float: right !important;
    /*padding: 10px 12px;*/
    /*margin: 1vh 1vw 1vh 0 !important;*/
    /*padding: 7px 12px;*/
    width: 30%;
}

.searchContainer span {
    border: 1px solid #d8d8d8;
    border-left: 0 solid !important;
    background-color: #fff !important;
    padding: 0 .1vw;
}

.categoryBtn {
    background: #3d78d8 !important;
    border: 1px solid #2c5fb3 !important;
    border-radius: 0px;
    color: #fff !important;
    /*height: 4vh !important;*/
    margin: 0 1vw 0 0 !important;
    min-width: inherit;
    padding: 8px 12px;
    text-shadow: 0px 0px 0px #fff !important;
}

.categoryDropDownMenu {
    background-color: #2a5bab;
    top: 100%;
    width: 94%;
}

.categoryItemMenu {
    color: #fff !important;
    border-bottom: 1px solid #3b68b1 !important;
    /*font-size: 1.1vw !important;*/
    /*text-transform: uppercase;*/
}

.categoryItemMenu:hover,
.categoryItemMenu:focus,
.categoryItemMenu:active {
    color: #fff !important;
    background-color: #3b68b1 !important;
    border-bottom: 1px solid #3b68b1 !important;
}

#search {
    border: 1px solid #d8d8d8;
    border-right: none;
    box-shadow: none;
    height: 4vh;
    outline: none;
    /* padding: 0.5vw; */
    text-decoration: none;
    width: 100%;
}

.searchIcon {
    color: #616161 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 16px;
    padding: 0px 15px;
    /* width: 2vw; */
}

.searchIcon:hover {
    color: #fff;
}

.productsListContainer {
    /*	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
	text-align: center;*/
    background-color: transparent;
    box-shadow: none;
    text-align: center;
    padding: 0;
}

.productsList {
    list-style: none;
    margin: 0;
    padding: 2vh 0 1vh 0;
    text-align: justify;
    min-height: 100px;
}

.productItemContainer {
    border: 1px solid #e8e8e8;
    box-shadow: none !important;
    /*width: 10vw;*/
}

.projectItemInnerContainer {
    text-align: center;
}

.imgDiv {
    align-items: center;
    display: flex;
    height: 15vh;
    justify-content: center;
    padding: 15px !important;
    width: 100% !important;
}

.ie .productsListContainer .productItemContainer .imgDiv {
    display: inline-block !important;
    text-align: center;
    width: 100% !important;
}

.ie .productsListContainer .productItemContainer .imgDiv img {
    display: inline-block;
}

.productTitle {
    font-size: .8vw;
    font-weight: 700;
    margin: .5vw 0 .5vw 0;
    text-transform: uppercase;
}

#pplist .customizeBtn,
#productsList .customizeBtn {
    padding: .2vw 1vh .4vw;
}

.customizeBtn {
    background: transparent;
    border: none;
    color: #3d78d8 !important;
    /*font-family: 'Garamond';
    border: 1px solid #3d78d8;*/
    font-weight: bold;
    font-size: .7vw;
    margin: 0;
    min-width: 2%;
    outline: none !important;
    padding: 0;
    width: 100%;
}

.customizeBtn:hover {
    color: #ffffff !important;
    background-color: blue !important;
    border-color: none;
    cursor: pointer;
}

.customizeBtn:active,
.customizeBtn:focus {
    color: #2c5fb3 !important;
    background-color: transparent !important;
    border-color: none !important;
}
.btnPod{
  color: #3d78d8 !important;  
}

.btnPod:hover {
    color: #ffffff !important;
    background-color: blue !important;
    border-color: none;
    cursor: pointer;
    padding: .2vw 1vh .4vw;
    display:block;
}

.pagination-top .page-item.last {
    margin: 0px !important;
}

.selectAll {
    padding: 8px 6px !important;
}

#templatesList {
    margin: 0 .8vw;
}

.dropdown-menu.categoryDropDownMenu {
    overflow-y: auto;
    max-height: 49vh;
}

.searchContainer.text-filter-box.input-group {
    margin: 0 -11px 0px 0;
    width: 427px;
}

.ez .searchContainer.text-filter-box.input-group {
    margin: 3px -11px 0px 0;
    ;
    width: 427px;
}

.pageHomeLabel,
.pageHomeLabel:hover,
.pageHomeLabel:focus,
.pageHomeLabel:active {
    color: #ec655a;
    text-decoration: none;
    outline: none;
}

.categoryTitleLabel {
    color: #333333;
}

.breadcrumb {
    /*font-family: 'Garamond';*/
    font-size: 12.5px;
    /*font-size: 15px;*/
}

.tooltip {
    /*border: 0px solid #ccc;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    pointer-events: none;
    z-index: 9999;
}

.tooltip.bottom {
    padding: 0px !important;
}

.tooltip.in {
    opacity: .98 !important;
}

.tooltip1 {
    /*font-family: 'Garamond';*/
    margin: 0 -11px 0 0;
    outline: none !important;
    text-align: right;
    width: auto;
}

.tooltip1 div.tooltip div {
    align-items: center;
    display: flex;
    justify-content: center;
    width: auto;
}

.tooltip1 div.tooltip div img {
    width: 200px;
}

.tooltip1 .tooltip-inner {
    max-width: 600px;
}

.tooltip1>.tooltip.bottom .tooltip-inner {
    width: 300px;
    background-color: #fbfbfb;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    /*border-radius: 50%;*/
}

.tooltip1>.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fbfbfb;
}

.productFindBtn {
    border: medium none;
    background: transparent none repeat scroll 0% 0%;
    color: #ec655a;
    font-size: 12.5px;
    margin-bottom: 3px;
    outline: none !important;
    padding: 0;
    padding-left: 4px !important;
    text-decoration: none;
}

#findItem {
    padding-right: 10px;
    border-right: 1px solid #ec655a;
}

.productFindBtn u {
    text-decoration: none;
}

.productNumber {
    color: #000;
    font-family: Arial;
    font-size: 18px;
    margin: -13px 0 0;
    margin-bottom: 0;
}

.breadcrumb>li {
    display: inline-block;
    margin-bottom: 3px;
}

.categoryTitle {
    /*display: inline-block;*/
    color: #333333;
    float: left;
    /*font-family: 'Franklin';*/
    font-size: 28px;
    font-weight: 400;
    padding-left: .3vw;
    /* margin: 2px 0px 2px; */
    max-width: 100%;
    float: left;
    padding: 8px 0px 7px 0px; /*ca si in design*/
    /*padding: 5px 0px 0px 4px;*/
    /*centrat pe mijlocul div-ului*/
    text-align: left;
}

.categoryDesc{padding:0px;text-align:left;}
@media (max-width: 1536px) {
    .ez .searchContainer.text-filter-box.input-group {
        margin: 9px -11px 0px 0;
    }
}

@media (max-width: 780px) {
    .productsList {
        float: left;
    }
    .categoryTitle {
        margin: 13px 5px 10px;
        float: none;
        text-align:left;
    }
    .categoryDesc{ padding: 8px 15px 7px 15px;}
    .pagination.pagination-top,
    .pagination.pagination-bottom {
        float: none;
        text-align: center;
    }
    .productItem {
        margin: 0 !important;
    }
    .pagination {
        display: inline-block !important;
        text-align: center;
        width: 100%;
    }
    .productsListContainer .productItemContainer {
        width: 21.98rem !important;
    }
    .categoryTitle {
        margin: 0px 0 -6px 0 !important;
        float: none;
        padding: 15px !important;
    }
    .pagination.pagination-top {
        padding: 12px 3px 9px 0px !important;
    }
    .pagination.pagination-bottom {
        padding: 14px 7px 9px 0px !important;
    }
    .productsListContainer #productsList {
        padding: 0 14px !important;
    }
}

@media (max-width: 720px) {
    .productsList {
        text-align: center;
    }
}

select#selectCategoryFilter option.main-category {
    font-weight: 600;
}

.navbar-right .dropdown-menu {
    padding-top: 6px !important;
    /*top: -1px !important;*/
}


/*FORUM STYLE*/


/*FORUM: GENERAL*/

#chatter {
    min-height: auto !important;
}

#chatter #chatter_hero {
    display: none;
}

#chatter ul.discussions li a.discussion_list .chatter_middle h3.chatter_middle_title,
#chatter ul.discussions li .chatter_posts .chatter_middle h3.chatter_middle_title,
#chatter ul.discussions li a.discussion_list .chatter_middle .chatter_body,
#chatter ul.discussions li .chatter_posts .chatter_middle .chatter_body {
    word-wrap: break-word;
}

#chatter #chatter_header h1 {
    line-height: 40px !important;
    margin-top: 20px !important;
    word-wrap: break-word;
    width: 95%;
}

#chatter ul.discussions li a.discussion_list .chatter_middle,
#chatter ul.discussions li .chatter_posts .chatter_middle {
    margin-left: 108px;
    margin-right: 0 !important;
    word-wrap: break-word;
    width: 76%;
}

#chatter.chatter_home .chatter_middle p {
    color: #414141 !important;
}

@media (max-width: 1200px) {
    #chatter ul.discussions li a.discussion_list .chatter_middle,
    #chatter ul.discussions li .chatter_posts .chatter_middle {
        width: 72% !important;
    }
}

@media (max-width: 1200px) {
    .navbar-default .navbar-nav>li>a {
        padding: 12px 5px 12px 2px;
    }
    #customizeItem a {
        padding: 12px 12px 12px 4px;
    }
}

@media (max-width: 764px) {
    #chatter ul.discussions li a.discussion_list .chatter_middle,
    #chatter ul.discussions li .chatter_posts .chatter_middle {
        width: 69% !important;
    }
    .projButton .btn {
        padding: 6px 2px;
        min-width: 145px;
        margin: 0 !important;
    }
}

@media (max-width: 600px) {
    #chatter ul.discussions li a.discussion_list .chatter_middle,
    #chatter ul.discussions li .chatter_posts .chatter_middle {
        width: 63% !important;
    }
}

@media (max-width: 500px) {
    #chatter ul.discussions li a.discussion_list .chatter_middle,
    #chatter ul.discussions li .chatter_posts .chatter_middle {
        width: 57% !important;
    }
}

@media (max-width: 450px) {
    #chatter ul.discussions li a.discussion_list .chatter_middle,
    #chatter ul.discussions li .chatter_posts .chatter_middle {
        width: 51% !important;
    }
}

.navbar-right .dropdown-menu {
    padding-top: 0px !important;
    /*top: -1px !important;*/
}


/*FORUM: LEFT MENU*/

#chatter .left-column .nav-pills>li>a .chatter-box {
    background-color: rgb(61, 120, 216);
}

#chatter button.btn.btn-primary {
    color: #ffffff !important;
    border: 2px solid #f1f5ff;
    background-color: #0098cb !important;
}

#chatter .chatter_sidebar>a {
    background-color: #12304e;
    color: #fff;
    display: block;
    margin-left: 10px;
    outline: none;
    padding: 15px 10px 15px 13px !important;
    text-decoration: none;
    text-transform: uppercase;
}

#chatter .nav-pills.nav-stacked>li {
    border-bottom: 1px solid #194571;
    background-color: #173f67;
    margin-left: 0;
}

#chatter .left-column .nav-pills>li>a {
    color: #fff;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 30px !important;
    word-wrap: break-word;
}

#chatter #new_discussion .select_color_text,
#new_discussion_in_discussion_view .select_color_text {
    color: #666666 !important;
}


/*@media (max-width: 1024px) {*/


/*#chatter .left-column .nav-pills > li > a {*/


/*padding-right: 30px !important;*/


/*}*/


/*}*/

.nav-pills.nav-stacked>li>a:after {
    top: 10px;
}


/*FORUM: NEW DISCUSSION*/

#chatter #editor #tinymce_placeholder {
    position: absolute;
    top: 162px !important;
    left: 4px !important;
    padding: 8px 14px;
    width: 96%;
    overflow: hidden;
    white-space: pre-wrap;
    color: #ccc;
    font-weight: normal;
    z-index: 9999;
    cursor: text;
    display: none;
}


/*FORUM HOME PAGE: discussions -- content*/

#chatter .discussions>li {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
    margin: 1rem;
}


/*FORUM: PAGE DISCUSSION*/

#chatter.discussion #editor #tinymce_placeholder {
    top: 75px !important;
}

#chatter.discussion #new_response #new_discussion {
    box-shadow: 0 1px 10px rgba(189, 189, 189, 0.3);
}

#chatter ul.discussions li a.discussion_list .chatter_warning_delete .btn,
#chatter ul.discussions li .chatter_posts .chatter_warning_delete .btn {
    top: -16px !important;
}

#chatter ul.discussions li.editing .chatter_update_actions {
    padding: 0 8px 0 0 !important;
}

#loginLink {
    color: #3d78d8;
    font-weight: 400;
}

#loginLink:hover {
    cursor: pointer;
    text-decoration: underline;
}


/*
 * LOADER 1
 */

.loader-1 {
    border-top-width: 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}


/*DEMO PAGE*/

.productsList.demo {
    margin-bottom: 22px;
}

.demoTitle,
.demoName {
    color: #333333;
    float: left;
    /* font-family: 'Franklin'; */
    font-size: 28px;
    font-weight: 400;
    padding-left: .3vw;
    /* margin: 2px 0px 2px; */
    max-width: 100%;
    float: left;
    padding: 21px 0px 23px 4px;
    width: 100%;
}

.demoIframe {
    margin-bottom: 28px;
    min-height: 32vw;
    width: 100%;
}


/*CONTACT US PAGE*/

.contactPageContainer {
    font-family: 'Open Sans', sans-serif;
}

.contactPageContainer .title {
    color: #3d78d8;
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.contactPageContainer .separator {
    background-color: #3d78d829;
    border: 1px solid #3d78d800;
}

.contactPageContainer .separator:after {
    background-color: #4c85e2;
}

.contentDiv {
    margin: 4rem 0;
}

.contentDiv:nth-child(1) {
    padding-right: 9px;
}

.contentDiv:nth-child(2) {
    padding-right: 6px;
}

.contentDiv img {
    width: 100%;
}

.contentDiv iframe {
    width: 100%;
}

.aboutusContent,
.contactusContent {
    margin-top: 2rem;
}

.contactusContent p {
    margin-bottom: 10px;
}


/*END CONTACT US PAGE*/


/* Added for the chat button */

.customChatButton {
    left: 5% !important;
    z-index: 1030 !important;
}

.customChatButton>div {
    width: 6.2vw !important;
}

.customChatButton>div>div {
    width: 96% !important;
}

.customChatButton>div div div:first-child {
    width: 79% !important;
    font-size: 0.94vw !important;
}

.customChatButton>div div div:nth-child(2) {
    width: 79% !important;
}

.customChatButton>div div div:nth-child(3) {
    width: 79% !important;
    font-size: 0.7vw !important;
}

.logoContainer {
    padding: 0;
    margin-top: 14px;
}

@media (max-width: 1280px) {
    .logo {
        /*margin-left: 3rem;*/
        margin-left: 0;
    }
}

@media (width: 1280px) {
    #printerPaperSizeModal .modal-dialog {
        margin: 5px 91px auto !important;
    }
    .modal-lg {
        width: 1089px !important;
    }
    .infoText {
        padding: .2rem 0 !important;
    }
    .modal-header,
    .modal-footer {
        padding: 5px 15px !important;
    }
    .customChatButton>div div div:first-child {
        padding: 2px 1px !important;
        width: 100% !important;
        font-size: 1.1vw !important;
    }
    .customChatButton>div div div:nth-child(3) {
        display: none;
    }
}


/*@media (max-width: 1024px) {
	.customChatButton {
		left: 7% !important;
	}

}*/

@media (max-width: 1024px) {
    .logo {
        /*margin-left: 5rem;*/
        margin-left: 0;
    }
    .customChatButton>div div div:nth-child(3) {
        display: none;
    }
    .customChatButton {
        left: 11.6% !important;
    }
    .customChatButton>div {
        width: 20.2vw !important;
    }
    .customChatButton>div div div:first-child {
        width: 81% !important;
        font-size: 1.94vw !important;
    }
    #helpSection .cd-faq-items {
        width: 102.5%;
    }
}

@media (max-width: 480px) {
    .customChatButton>div {
        width: 23.2vw !important;
    }
    .customChatButton {
        left: 17% !important;
    }
    .customChatButton>div div div:first-child {
        width: 100% !important;
        font-size: 3.94vw !important;
    }
}

#register-form.form-horizontal .form-group {
    margin-left: 0 !important;
}

.supportMail,
.supportMail:hover,
.supportMail:active,
.supportMail:focus {
    color: #fff;
    text-decoration: none;
}


/*CAPCHA*/

.capcha {
    margin-top: 7px;
}

.realperson-challenge {
    margin: 4px 0;
    align-items: center;
    display: flex !important;
    justify-content: flex-start;
}

.realperson-text {
    display: inline-block;
    margin-right: 5px;
    padding-top: 1px;
    cursor: pointer !important;
}

.realperson-regen {
    padding: 4px 8px 2px 8px !important;
    background-color: #1787c5;
    color: #fff;
    width: 100%;
}

#header-login-form .form-group:nth-child(4) {
    margin-bottom: 35px;
}


/*END CAPCHA*/

.loginBtn {
    background-color: #3d78d8;
    color: #fff !important;
    border-color: #2c5fb3;
}

.loginBtn:hover,
.loginBtn:focus,
.loginBtn:active,
.loginBtn.active,
.registerBtn:hover,
.registerBtn:focus,
.registerBtn:active,
.registerBtn.active {
    color: #fff !important;
    background-color: #2c5fb3 !important;
    border-color: #2c5fb3 !important;
}

.secondTollFree {
    margin-left: 9.18rem;
}
