/*MAIN PAGE
---------------------------------------------------------*/
.page-contant {
    margin: 20px 0;
    font-size: 22px;
    text-align: center;
}

.fep-add-publisher-dialog-button {
    height: 40px;
    line-height: 20px;
    background-color: #acd25d;
    color: white;
    font-size: 20px;
}

.fep-wrapper {
    display: inline-block;
    width: 100%;
}

.fep-container {
    display: block;
    width: 100%;
    max-width: 1240px;
    margin: auto;
	padding: 20px;
}

.fep-container-small {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: auto;
}

.publisher-col {
    float: right;
    width: 25%;
    padding: 5px;
	cursor: pointer;
}

.fep-tooltip {
	float: left;
    width: 35px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    font-size: 16px;
}

.words-separator {
    float: left;
}

.fep-approval-publisher-button {
    color: red!important;
}

.relative {
	position: relative;
}

.md-card-content.relative {
    overflow: hidden;
}

.publisher-short-description {
    position: absolute;
    bottom: 0;
    left: 0;
}

.publisher-short-description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
    transition: .5s all;
    transform: translate(0,100%);
}

.publisher-col:hover .publisher-short-description {
	transform: translate(0,0);
}

.top-publisher {
    position: relative;
}

.publisher_name {
    float: right;
    width: calc(100% - 35px);
    line-height: 22px;
    height: 48px;
    overflow: hidden;
}

.open-publisher-blank {
    position: absolute;
    left: 0;
    top: 0;
}

.open-publisher-blank i {
    font-size: 20px;
}

.center-img {
    text-align: center;
}

/*ADD PUBLISHER
---------------------------------------------------------*/

.images-container {
    display: inline-block;
    width: 100%;
}

#files {
    display: none;
}

#pick-images {
    width: 100%;
    height: 200px;
	float: left;
    background-color: #ededed;
    border: 1px dashed gray;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.add-images-icon {
    margin: auto;
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 3px solid grey;
    border-radius: 100px;
}

.add-images-icon:before {
    content: "+";
    font-size: 50px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    vertical-align: super;
}

#images-to-upload {
	margin-bottom: 10px;
}

img.imageThumb {
    width: auto;
	margin: auto;
	max-height: 100%;
}

.pip {
    width: 25%;
    height: 100px;
    display: flex;
    position: relative;
    padding: 5px;
    cursor: pointer;
    float: left;
}

.remove-img {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 15px;
    background-color: rgba(97, 97, 97, 0.5);
    border-radius: 50px;
    color: white;
}

.ycfep-publisher-close-button,
.ycfep-publisher-popup-close-button {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 0;
    left: 0;
    cursor: pointer;
    text-align: center;
}

.md-dialog-title {
    margin-top: 10px;
}

.publisher-info-input {
    width: 100%;
    margin: 5px 0;
}

.fep-add-publisher-button,
.fep-edit-publisher-button {
	float: right;
    height: 40px;
    line-height: 20px;
    background-color: #acd25d;
    color: white;
    font-size: 20px;
}

label.fep_order_item {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}

.fep-order-item {
    cursor: default;
    width: auto;
}

.fep-order-item i {
    vertical-align: text-bottom;
}

input#fep_order_item {
    width: 100px;
    height: 26px;
}

.error-field {
    border: 1px solid red!important;
}

#fep_address {
    display: none;
}

.error-message, .error-terms-of-use-message {
    float: left;
    visibility: hidden;
    font-size: 14px;
    color: red;
}

.terms-of-use-row {
    float: left;
    width: 100%;
    font-weight: normal;
    color: #777;
}

#fep_terms_of_use {
    float: right;
}

.checkbox:before {
    top: 0px;
    right: 0!important;
    width: 17px!important;
    height: 17px!important;
    border: 2px solid red;
}

.checkbox:after {
	right: 0!important;
    width: 17px!important;
    height: 17px!important;
}

.checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem!important;
    border-color: #acd25d;
    border-top-style: none;
    border-right-style: none;
}

/*PUBLISHER POPUP
---------------------------------------------------------*/

.ycfep-publisher-popup-dialog-box {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 50%;
    background-color: white;
    border: none;
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 600px;
    margin: -200px auto;
    padding: 15px;
    z-index: 9999;
}

.publisher_images_info .col-img {
	outline: 0;
	cursor: -webkit-grab;
}

.publisher_images_info img {
    width: auto;
    height: 100%;
    max-height: 300px;
    margin: auto;
	outline: 0;
}

.slick-slide {
    text-align: center;
}

.publisher-popup-description {
    display: inline-block;
    width: 100%;
    height: 60px;
	line-height: 20px;
    overflow: hidden;
    font-size: 14px;
}

.publisher_images_info {
    height: 100%;
    max-height: 400px;
}

.share-botton {
    float: left;
    background-color: #4267b2;
    color: white;
    padding: 0 5px;
	cursor: pointer;
}

.slick-next i:before {
    content: none!important;
}

.slick-prev i:before {
    content: none!important;
}

.images-popup-container .slick-next.slick-arrow {
    left: 0!important;
    background-color: black!important;
    width: 30px!important;
    height: 30px!important;
    border-radius: 100%!important;
    z-index: 9;
	display: block!important;
}

.images-popup-container .slick-next.slick-arrow i {
    width: 30px!important;
    height: 30px!important;
	line-height: 30px;
    color: white;
	text-align: center;
}

.images-popup-container .slick-prev.slick-arrow {
    right: 0!important;
    background-color: black!important;
    width: 30px!important;
    height: 30px!important;
    border-radius: 100%!important;
    z-index: 9;
	display: block!important;
}

.images-popup-container .slick-prev.slick-arrow i {
    width: 30px!important;
    height: 30px!important;
	line-height: 30px;
    color: white;
	text-align: center;
}


/*LOADER
----------------------------------------------------------*/

.fep-loading {
    position: fixed;
    top: 0;
    left: 0;
	display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999999;
}

.fep-loader {
    color: #ffffff;
    font-size: 80px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: -40px auto;
    top: 50%;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*RESPONSIVE
--------------------------------------------------*/

@media (max-width: 991px) {

.publisher-col {
    width: 50%;
}

}

@media (max-width: 600px) {

.publisher-col {
    float: right;
    width: 100%;
    padding: 5px;
}

.ycfep-publisher-popup-dialog-box.md-dialog-box {
    margin-top: 0!important;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    height: 100vh;
}

.ycfep-publisher-popup-close-button {
	position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

.publisher_name {
    text-align: center;
}


}
