.button-delete, .button-edit, .button-close {
    float: right;
    cursor: pointer;
}

.button-delete, .button-close {
    background: #AE1F23;
}

.button-delete:hover, .button-close:hover {
    background: #791214;
}

.button-edit {
    background: #414143;
}

.button-edit:hover {
    background: #1A92EC;
}

.edit-application {
    border-radius: 4px;
}

.plus-item {
    background-color: #414143;
}

.plus-item:hover {
    background-color: #1A92EC;
}

.apps-icon {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 47px 47px;
}

.new-app-icon {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 47px 47px;
    background-color: #414143;
}

.new-app-icon:hover {
    background-color: #1A92EC;
}

.apps-icon:hover {
    border: 3px solid #1A92EC;
}

.apps-icon.new-app-icon:hover {
    border: none
}

.main-page {
    height: 100%;
    padding-top: 13px;
    overflow: auto;
}

.new {
    float: right;
    cursor: pointer;
    margin-left: 5px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background-image: url("/img/plus_top_menu.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #414143;
}

.new:hover {
    background-color: #1A92EC;
}

.element-box, .new-item, .new-playlist {
    text-align: center;
    padding: 20px;
    color: #C5C5C5;
}

.new-item {
    padding-bottom: 260px;
}

.new-playlist {
    padding-bottom: 40px;
}

.outter-shell-play {
    background-color: #ffffff;
    height: 450px;
}

.outter-shell-acc {
    background-color: #ffffff;
    height: 472px;
}

.inner-shell {
    padding: 60px 55px 40px 55px;
    margin: auto;
}

.outter-shell-acc label {
    color: #AAAAAA;
    font-weight: 100;
    margin-bottom: 20px;
}

.inner-shell input[type="checkbox"] {
    cursor: pointer;
}

.inner-add-acc {
    background-color: #414143;
    height: 472px;
}

.inner-add-play {
    background-color: #414143;
    height: 450px;
}

.inner-add-play:hover, .inner-add-acc:hover {
    background-color: #1A92EC;
    cursor: pointer;
}

.inner-add-play .white-plus {
    margin-top: 178px;
}

img.white-plus {
    margin-top: 188px;
}

.new-name {
    margin-top: 10px !important;
}

.element-box input[type='text'] {
    margin-top: 25px;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 0 40px 0 40px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #e0e0e0;
    color: #414143;
    margin: auto;
}

.url-playlist {
    display: inline-block;
    float: right;
    margin-top: -28px;
    background-color: white;
}

.url-playlist div {
    background-image: url("/img/link_icon.png");
    background-color: white;
    width: 25px;
    height: 25px;
}

.url-playlist div:hover {
    background-image: url("/img/link_icon_active.png");
}

.element-box a:hover input[type='text'] {
    color: #1A92EC;
}

.element-box input[type='file'] {
    margin-bottom: 25px;
    margin-top: -5px;
    text-align: center;
    width: 90%;
    background-color: transparent;
    border: 0px;
    color: white;
    float: left;
}

input:focus {
    outline: 0px;
}

label {
    display: block;
    color: #C5C5C5;
}


/* BOTTOM BARS*/

.appicon {
    width: 50px;
    height: 80px;
    display: inline-block;
    float: left;
    margin: 0px 14px;
}

.appicon-label {
    font-size: 12px;
    z-index: 1048;
    margin-top: 3px;
    text-align: center;
    font-weight: normal;
    color: black;
}

.label-selected {
    color: #1A92EC;
}

.apps-input:read-only, .action-url:read-only  {
    color: #AAAAAA !important;
}

.appicontop {
    margin: auto;
    width: 50px;
    height: 80px;
    z-index: 1048;
    background-color: white;
    display: inline-block;
    float: left;
    margin-left: 6px;
    margin-right: 6px;
}

.appicontop label {
    width: 100%;
    font-size: 11px;
    z-index: 1048;
    margin-top: 3px;
    text-align: center;
    font-weight: normal;
    color: black;
}

.top-menu {
    width: 250px;
    text-align: center;
    height: 50px;
    margin: auto;
}

.select-app-text {
    margin-bottom: 30px;
    margin-left: 5px;
    color: #AAAAAA;
    display: none;
    font-size: 18px;
}

.app-text {
    margin-bottom: 10px;
    margin-left: 5px;
    color: #AAAAAA;
    font-size: 18px;
}

.animate-icon-bar {
     transition: all 0.8s;
}

.panel-icon-show {
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.8s;
    display: none;
    width: 50px;
    height: 50px;
    background-image: url("/img/apps_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    bottom: 155px;
    cursor: pointer;
    position: fixed;
}

.panel-icon-show:hover {
    background-image: url("/img/apps_icon_active.png");
}

.panel-icon-hide { 
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.8s;
    -moz-transition-property: top, bottom;
    -moz-transition-duration: 0.8s;
    -o-transition-property: top, bottom;
    -o-transition-duration: 0.8s;        
    display: none;
    width: 50px;
    height: 50px;
    background-image: url("/img/close.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #AE1F23;
    right: 0;
    bottom: 230px;
    cursor: pointer;
    position: fixed;
}

.panel-icon-hide:hover {
    background-color: #791214;
}

.icon-bar {
    z-index: 1;
    position: fixed;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 210px;
    padding: 20px 15px 25px 40px;
    background-color: white;
    display: inline-block;
    border-top: 1px solid #E0E0E0;
}

.bottom-panel {
    position: fixed;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 85px;
    padding: 15px 15px 0px 45px;
    background-color: white;
    color: black;
    font-size: 15px;
    text-align: center;
    color: black;
    z-index: 1;
}

#bottom input[type='text'] {
    border-radius: 0;
}

.bottom input[type='text'] {
    border: 0;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #C5C5C5;
}

.bottom-url input[type="text"]:disabled, .bottom input[type="text"]:disabled {
    background: white;
}

.bottom label {
    font-weight: normal;
}

label.label-checkbox {
    float: left;
    margin-top: 9px;
    font-weight: normal;
    color: black;
}

.bottom {
    display: inline-block;
    margin-right: 32px;
    float: left;
}

.bottom-checkbox {
    display: inline-block;
    margin-right: 32px;
    float: left;
}

.url-bottom input[type='text'] {
    min-width: 171px;
    width: 250px;
    max-width: 250px;
}

#fullDuration {
    margin-right: 15px;
    margin-top: 13px;
}

/* ---------- */

.content label {
    color: #AAAAAA !important;
    font-weight: normal;
    margin-bottom: 0px;
    text-align: center;
}

.content input[type='text'] {
    text-align: center;
    display: block;
    margin: auto auto 0 auto;
    width: 80%;
    background-color: transparent;
    border: none;
    border-radius: 0; 
    border-bottom: 1px solid #e0e0e0;
    color: #414143;
}

.popup-information-button-close {
    height: 47px;
    display: block;
}


/* BUTTONS, INPUTS */

.new-button {
    background-color: rgb(65, 65, 67);
    cursor: pointer;
    width: 100%;
    color: white !important;
    padding: 13px 0px 12px 0px;
    font-size: 18px;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.new-button:hover {
    background-color: #1A92EC;
}

.icon-target {
    cursor: pointer;
}

.icon-target:hover {
    border: 3px solid #1A92EC;
}

.icon-target.selected:hover {
    cursor: default;
    border: 0;
}

#upload_icon {
    cursor: pointer;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    margin: auto;
}

.efect-icon {
    background-color: rgb(65, 65, 67);
}

.efect-icon img:hover, .efect-icon:hover, .efect-icon input:hover {
    background-color: #1A92EC;
}

#upload_icon img {
    transition: all 0.6s;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
}

#upload_icon input {
    cursor: pointer;
    opacity: 0;
    width: 100px;
    height: 100px;
    border-radius: 4px;
}

.list-icon-hover {
    cursor: pointer;
    position: absolute;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.list-icon-hover:hover {
    background-color: rgba(1, 1, 1, 0.6);
    background-image: url("/img/edit_item.png");
}

.upload_hover {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

.upload_hover:hover {
    background-color: rgb(65, 65, 67);
    opacity: 0.7;
    background-image: url("/img/edit_icon.png");
}

.labId {
    margin-bottom: 15px;
    margin-top: 3px;
    color: #AAAAAA;
    font-weight: normal;
}

img.image-preview, .video-preview  {
    height: 200px;
}

.new-item-plus {
    background-color: #414143;
    color: #E0E0E0;
    cursor: pointer;
    max-width: 100%;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.new-item-plus:hover {
    background-color: #1A92EC;
}

#upload_image input {
    position: absolute;
    display: none;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 200px;
    border-radius: 4px;
}

.inner-shell input[type=file] {
    display: none;
    cursor: pointer;
}

.edit_image {
    width: 100px;
    height: 100px !important;
    margin: auto;
    border-radius: 4px;
}

.edit_image img {
    display: block;
    width: 100px;
    height: 100px !important;
    border-radius: 4px;
}

.edit_image input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
    width: 100px;
    height: 100px !important;
    border-radius: 4px;
}

.hover-edit {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.hover-edit:hover {
    background-color: black;
    opacity: 0.6;
    background-image: url("/img/edit_item.png");
}

.edit-save {
    font-size: 18px;
    background-color: rgb(65, 65, 67);
    cursor: pointer;
    width: 50%;
    border-radius: 0;
    float: right;
    color: white !important;
    padding: 13px 0px 12px 0px;
    box-shadow: none;
    border: none;
}

.edit-save:hover {
    background-color: #1A92EC;
}

.edit-delete {
    border-radius: 0;
    font-size: 18px;
    background-color: #AE1F23;
    cursor: pointer;
    width: 50%;
    float: left;
    color: white !important;
    padding: 13px 0px 12px 0px;
    box-shadow: none;
    border: 0;
}

.edit-delete:hover {
    background-color: #791214;
}

#edit_hover {
    cursor: pointer;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    width: 100px;
    height: 100px;
    z-index: 0;
}

#edit_hover:hover {
    background-color: rgb(65, 65, 67);
    opacity: 0.7;
    background-image: url("/img/edit_icon.png");
}

.close-icon-bar {
    background: #AE1F23;
    display: none;
    position: absolute;
    right: 0px;
    top: -1px;
    cursor: pointer;
}

.close-icon-bar:hover {
    background: #791214;
}

.place-app {
    position: relative;
    border: 3px solid #1A92EC;
    background-color: white;
    z-index: 1041;
}

.overlay, .backdrop {
    display: none;
    z-index: 1040;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
}

.icon-target.edited, .icon-target.edited:hover {
    cursor: pointer;
    border: 3px solid #1A92EC;
    opacity: 1;
}

.delete-icon {
    background-position: center;
    pointer-events: none;
    background-repeat: no-repeat;
    opacity: 1;
    border-radius: 4px;
    background-image: url("/img/close.png");
    background-color: rgba(1, 1, 1, 0.3);
    width: 50px;
    position: absolute;
    height: 50px;
    display: block;
    background-size: 50px 50px;
    z-index: 200000;
}

.delete-icon:hover {
    background-image: url("/img/close.png");
}

.icon-target.edited + label, .icon-target.edited:hover + label {
    color: #1A92EC;
    opacity: 1;
}

.active, .selected, .selected + label {
    opacity: 0.6;
}


/* ---------------- */


/* PLACEHOLRDER BOTTOM*/

.bottom-panel::-webkit-input-placeholder, .bottom-panel:-moz-placeholder, .bottom-panel::-moz-placeholder, .bottom-panel:-ms-input-placeholder {
    color: black;
}


/*CUSTOM INPUTS*/

.account-checkbox {
    padding: 0;
    width: 175px;
    height: auto;
    margin: auto;
}

.checkbox-position {
    margin-top: 9px;
    margin-left: 10px;
    padding: 0;
    width: 50px;
    height: auto;
}


/* Base for label styling */

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    cursor: pointer;
    float: left;
    margin-top: -4px;
}

[type="checkbox"]:checked + label +label {
    color: black;
}

[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 27px;
    height: 27px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 0px;
    box-shadow: none;
}

[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    content: '';
    background-image: url("/img/x.png");
    width: 17px;
    height: 17px;
    position: absolute;
    top: 7px;
    font-weight: 100;
    left: 5px;
    font-size: 25px;
    line-height: 1;
    color: black;
    transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

[type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #C5C5C5;
}

label:hover:before {
    border: 1px solid #1A92EC !important;
}


/* CUSTOM NUMERIC UP/DOWN INPUT*/

.interval {
    width: 50px;
    margin-top: 0px;
    padding: 3px;
    text-align: center;
}

.interval-arrow {
    display: inline;
}

.position-num {
    width: 80px;
    float: right;
}

.interval-buttons {
    width: 13px;
    height: 13px;
    margin-bottom: 1px;
    border-radius: none;
    border: 0;
    background-color: #414143;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    padding: 0px;
    line-height: 19px;
    outline: none;
    z-index: 20px;
}

.interval-buttons:hover {
    background-color: #AAAAAA;
}

.interval-up {
    display: block;
    background-position: center;
    background-size: 9px 5px;
    background-repeat: no-repeat;
    background-image: url("/img/white_arrow.png");
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.interval-down {
    display: block;
    background-position: center;
    background-size: 9px 5px;
    background-repeat: no-repeat;
    background-image: url("/img/white_arrow.png");
}

.interval-input input[type="text"] {
    box-shadow: none;
    border-radius: 0;
    width: 35px;
    float: left;
    font-size: 14px;
    height: 27px;
    margin-left: 10px;
}

.interval-input {
    margin-top: 9px;
    display: inline-block;
    float: left;
}

.element-box-response {
    min-width: 33%;
}


/* RESPONSIVE */
@media screen and (min-width: 980px) and (max-width: 1366px) {

      .element-box-response {
        min-width: 33%;
    }

}


@media screen and (min-width: 1024px) and (max-width: 1366px) {

    .outter-shell-play, .inner-add-play{
        height: 380px;
    }

    .outter-shell-acc, .inner-add-acc {
        height: 460px;
    }

    .original-media-preview {
        height: 150px;
    }
    .image-preview.new-item-plus {
        height: 150px;
    }

    img.image-preview, .video-preview {
        height: 150px;
    }

    .inner-shell {
        padding: 70px 20px;
    }
    
    .bottom {
        margin-right: 10px;
    }

    .content {
        margin-top: 100px;
    }

    .bottom-panel {
        height: 50px;
    }

    .icon-bar {
        height: 160px;
    }

    .app-text {
        margin-bottom: 0;
    }

    .appicon-label {
        font-size: 10px;
    }

    .button-delete, .button-edit, .button-close, .new-app-icon, .apps-icon, .new, .list-icon-hover, .delete-icon {
        width: 40px;
        height: 40px;
    }

    .appicontop {
        margin-right: 1px;
        margin-left: 1px;
    }

    .top-menu {
        width: 210px;
    }
    
    .url-playlist div {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }

    [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
        width: 23px;
        height: 23px;
    }

    [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
        width: 14px;
        height: 14px;
        background-size: 14px 14px;
    }

    img.edit-application {
        width: 40px !important;
        height: 40px !important;
    }
    
    .list-icon-hover {
        background-size: 40px 40px;
    }

    .close-beacon {
        width: 40px;
        height: 40px; 
    }

    .footer {
        font-size: 12px;
        padding-top: 10px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    .content {
        margin: auto;
        margin-top: 150px;
        width: 60%;
        height: 53%;
    }

    .popup-information-button-close {
        width: 100%;
        height: 70px;
    }

    .button-close {
        width: 70px;
        height: 70px; 
    }

    .content label {
        font-size: 16px;
    }

    .content input[type='text'] {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .new-button, .edit-delete, .edit-save {
        padding: 22px 0px 20px 0px;
        font-size: 20px;
        margin-top: 25px;
    }   

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .content {
        margin: auto;
        margin-top: 100px;
        width: 50%;
        height: 470px;
    }

    .popup-information-button-close {
        width: 100%;
        height: 70px;
    }

    .button-close {
        width: 70px;
        height: 70px; 
    }

}


@media only screen and (min-width: 991px) and (max-width: 1023px) {

    .element-box-response {
        min-width: 50%;
    }

}

@media only screen and (min-width: 720px) and (max-width: 990px) {

    .element-box-response {
        min-width: 100%;
    }

    .footer {
        padding: 10px 0 10px 0;
        position: fixed;
        font-size: 13px;
        text-align: left;
    }
    
    .version {
        margin-right: 10px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .page-name-device {
        width: 510px;
    }

    .element-box-response {
        min-width: 100%;
    }

    .bottom-panel {
        height: 120px;
    }

    .icon-bar {
        height: 230px;
    }

    .footer {
        z-index: 5;
    }

    .bottom {
        float: none;
        display: inline-block;
        margin: auto;
        margin-right: 8px;
    }

    .url-bottom input[type='text'] {
        min-width: 171px;
        width: 171px;
    }

    .interval-input {
        float: none;
        display: inline-block;
        margin: auto;   
    }

    .bottom-checkbox {
        display: inline-block;
        float: none;
        margin: auto;   
    }

    label.label-checkbox {
        display: inline-block;
        float: none;
        margin: auto;   
    }

}

@media only screen and (min-width: 768px) and (max-width: 1340px) {

    .bottom-panel {
        height: 120px;
    }

    .icon-bar {
        height: 230px;
    }

    .bottom {
        float: none;
        display: inline-block;
        margin: auto;
        margin-right: 8px;
    }

    .url-bottom input[type='text'] {
        min-width: 171px;
        width: 171px;
    }

    .interval-input {
        float: none;
        display: inline-block;
        margin: auto;   
        width: 250px;
    }

    label.label-checkbox {
        display: inline-block;
        float: none;
        margin: auto;   
    }

    .bottom-checkbox {
        display: inline-block;
        float: none;
        margin: auto;
        margin-bottom: 12px; 
        width: 50px;
    }

}

@media only screen and (max-width: 768px) {

    .element-box, .new-item, .new-playlist {
        min-width: 100%;
    }

    .bottom-panel {
        display: none;
    }

    .interval-input {
        display: none;
    }

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1) { 
  
    .new {
        background-image: url("/img/plus_top_menu@2x.png");
        background-size: 50px 50px;
    }

    .url-playlist div {
        background-image: url("/img/link_icon@2x.png");
        background-size: 25px 25px;
    }

    .panel-icon-show {
        background-image: url("/img/apps_icon@2x.png");
        background-size: 50px 50px;  
    }

    .panel-icon-show:hover {
        background-image: url("/img/apps_icon_active@2x.png");
        background-size: 50px 50px;  
    }

    .panel-icon-hide {
        background-image: url("/img/close@2x.png");
        background-size: 50px 50px;    
    }

    .delete-icon {
        background-image: url("/img/close@2x.png");
        background-size: 50px 50px;   
    }

    [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
        background-image: url("/img/x@2x.png");
        background-size: 17px 17px;   
    }

}