
#popup_image
{
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 20px;
}

.eplm_popupmodal   .daterangetime
{
    display: none!important;
}
.eplm_popupmodal  .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.eplm_popupmodal
{
    background: white;
    background-position: center  ;
    color: black;
    border-radius: 1em;
    padding: 0px;
    height: auto;
    position: fixed!important;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999!important;
    width: 70%;
    line-height: unset!important;
    background: white;
    border-style: solid;
    border-color: white;
    border: none;


}
.popupmodalfff
{
    background: white;
    background-position: center  ;
    color: black;
    border-radius: 1em;

    height: auto;
    position: fixed!important;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999!important;
    width: 70%;
    line-height: unset!important;
    background: white;
    border-style: solid;
    border-color: white;
    border: none;

}



@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}


@-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}
.popupmodalslide
{
    position: fixed;
    bottom: 0;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    background: white;
    color: black;
    display: none;
    z-index: 9999!important;
    width: 100%;
    border: none;
    border-style: solid;
    border-color: white;
    line-height: unset!important;
}
.popupmodalslidedwon
{
    position: fixed;
    top: 0;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    background: white;
    color: black;
    display: none;
    z-index: 9999!important;
    width: 100%;
border: none;
    border-style: solid;
    border-color: white;
    line-height: unset!important;
}


.me-fn{
    transform: translate(-50%, -50%) !important;
}

.coverpopup{
    width: 100% !important;
    height: 100%!important;
    display: none;
    position: fixed !important;
    background-color: black;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998 !important;
}

.closepopup_icon {

    border-radius: 50%;
    font-size: 50px;
    float: right;
    cursor: pointer;
    color: darkgray;
    text-align: center;
    align-content: center;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    display: inline;

}

.eplm_popup_footer
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 3px;
}
.eplm_popup_header
{

    padding-left: 5px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.cn {
    vertical-align: middle;
    width: 100%;
}

.innertitle {

    top: 50%;
    position: relative;
font-weight: normal;
    font-size:17px;
    float: left;
    overflow:hidden;
}.innerx {
top: 50%;

    position: relative;
    font-size:26px;
    float: right;
    overflow:hidden;
}

.eplm_popup_content {

    padding: 20px;
}
.eplm_popupmodal h2, .eplm_popupmodal h3, .eplm_popupmodal h4, .eplm_popupmodal h5, .eplm_popupmodal h6{
    padding: 0px!important;
    margin: 0px!important;
    font-weight: normal!important;

}

.eplm_closepopup{
    width: auto;
    height:  30px;
    font : inherit;
    box-shadow: transparent;
    line-height: 10px;
    cursor: pointer;
    background-color: darkgrey;
    color: black;
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    border-radius: 5px;
    border: 0;
    margin: 3px;
    text-align: center;
    bottom:0 ;
    min-width: 100px;
    justify-content: center!important;

}
.d-flex{display:-ms-flexbox!important;display:flex!important}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

@-webkit-keyframes blink {
    0% {
        border-color: #ededed;
    }
    100% {
        border-color: #b94a48;
    }
}
@-moz-keyframes blink {
    0% {
        border-color: #ededed;
    }
    100% {
        border-color: #b94a48;
    }
}
@keyframes blink {
    0% {
        border-color: #ededed;
    }
    100% {
        border-color: #b94a48;
    }
}
.tokenfield {
    height: auto;
    min-height: 34px;
    padding-bottom: 0px;
}
.tokenfield.focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tokenfield .token {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #d9d9d9;
    background-color: #ededed;
    white-space: nowrap;
    margin: -1px 5px 5px 0;
    height: 22px;
    vertical-align: top;
    cursor: default;
}
.tokenfield .token:hover {
    border-color: #b9b9b9;
}
.tokenfield .token.active {
    border-color: #52a8ec;
    border-color: rgba(82, 168, 236, 0.8);
}
.tokenfield .token.duplicate {
    border-color: #ebccd1;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.tokenfield .token.invalid {
    background: none;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px dotted #d9534f;
}
.tokenfield .token.invalid.active {
    background: #ededed;
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tokenfield .token .token-label {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    vertical-align: top;
}
.tokenfield .token .close {
    font-family: Arial;
    display: inline-block;
    line-height: 100%;
    font-size: 1.1em;
    line-height: 1.49em;
    margin-left: 5px;
    float: none;
    height: 100%;
    vertical-align: top;
    padding-right: 4px;
}
.tokenfield .token-input {
    background: none;
    width: 60px;
    min-width: 60px;
    border: 0;
    height: 20px;
    padding: 0;
    margin-bottom: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tokenfield .token-input:focus {
    border-color: transparent;
    outline: 0;
    /* IE6-9 */
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tokenfield.disabled {
    cursor: not-allowed;
    background-color: #eeeeee;
}
.tokenfield.disabled .token-input {
    cursor: not-allowed;
}
.tokenfield.disabled .token:hover {
    cursor: not-allowed;
    border-color: #d9d9d9;
}
.tokenfield.disabled .token:hover .close {
    cursor: not-allowed;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.has-warning .tokenfield.focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-error .tokenfield.focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-success .tokenfield.focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.tokenfield.input-sm,
.input-group-sm .tokenfield {
    min-height: 30px;
    padding-bottom: 0px;
}
.input-group-sm .token,
.tokenfield.input-sm .token {
    height: 20px;
    margin-bottom: 4px;
}
.input-group-sm .token-input,
.tokenfield.input-sm .token-input {
    height: 18px;
    margin-bottom: 5px;
}
.tokenfield.input-lg,
.input-group-lg .tokenfield {
    height: auto;
    min-height: 45px;
    padding-bottom: 4px;
}
.input-group-lg .token,
.tokenfield.input-lg .token {
    height: 25px;
}
.input-group-lg .token-label,
.tokenfield.input-lg .token-label {
    line-height: 23px;
}
.input-group-lg .token .close,
.tokenfield.input-lg .token .close {
    line-height: 1.3em;
}
.input-group-lg .token-input,
.tokenfield.input-lg .token-input {
    height: 23px;
    line-height: 23px;
    margin-bottom: 6px;
    vertical-align: top;
}
.tokenfield.rtl {
    direction: rtl;
    text-align: right;
}
.tokenfield.rtl .token {
    margin: -1px 0 5px 5px;
}
.tokenfield.rtl .token .token-label {
    padding-left: 0px;
    padding-right: 4px;
}

.eplm_hint
{
    margin-top: 10px;
    float: right;
}
.eplm_control_hint
{
    font-size: 12px;
    font-weight: normal;
    color: #aaaaaa;
    width: 90%;
    float: left;
}
.littleNote{
    font-size: 12px;
    margin-bottom: 7px;
    font-weight: normal;
    color: #3c3939;
    width: 90%;
   float: left;
}
.eplm_collabce
{
    font-size: 17px;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
    border-radius: unset!important;
    margin-top: 10px!important;
}
.eplm_template_list
{
    display: inline;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.eplm_form_main_title
{
    font-size: 15px;
    font-weight: bold;
}
.eplm-radio {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px!important;


}
.eplm-radio-slide
{

}
.eplm_inner_panel_body
{
    padding-bottom: 0px!important;
    padding-top:7px!important;
	background-color: #eef0f1;
}

.eplm-panel-body
{
    border-radius: unset!important;

}
.sliderr {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.sliderr:hover {
    opacity: 1;
}

.sliderr::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;

}

.sliderr::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}
.modal-content {
    background-color: #fefefe;

    border: 1px solid #888;
    position: absolute;
    top: 150px;
    left: 600px;


}

.modal-content_hov:hover   {
    opacity: 0.9;
}


.flip {
    padding: 5px;
    text-align: left;
    background-color: #5F93E7;
    border: solid 1px #c3c3c3;
	color:white

}

.eplm_lable_padding{

}
.lpl_title
{
    vertical-align: middle!important;
    font-weight: normal;
    font-size: 15px;
    width: 90%;
}

.modal-content {
    background-color: #fefefe;

    border: 1px solid #888;
    position: absolute;
    top: 150px;
    left: 600px;

}

.theampopup {
    display: none; /* Hidden by default */
    position: center; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    margin: 40px;
    margin-top: 20px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /* //  background-color: rgb(0,0,0); !* Fallback color *!
       background-color: rgba(0,0,0,0.6); !* Black w/ opacity *!*/
}
.switch {
    position: relative;
    display: block;
    width: 42px;
    height: 20px;
    margin-bottom: 5px;
    margin: 10px;
    margin-left: 30px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.badge-success {
      color: color-yiq(#28a745);
       background-color: #28a745;
       }

.badge-danger {
       color: color-yiq(#dc3545);
       background-color: #dc3545;
      }
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.eplm_image_thumbnial
{
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#position_sellect div
{
    width:30%;
    height: 60px;
    border:1px solid gray;
    display: inline;
    float: left;
    position: center;
margin-left: 5px;

}
#position_sellect div:hover{
    background-color: blue;
    outline: 1px solid blue;
}
#position_sellect div:focus{

    outline: 1px solid blue;
    background-color: blue;
}
