﻿.frameDropZone {
    height: 150px;
    width: 150px;
    background-color: white;
    border:dashed;
    border-color:gray;
    border-radius:40px;
    overflow:hidden;
}

#framesIndicator{
    padding:4px;
    border-radius:5px;
    color:white;
    margin-top:10px;
}

#framesInfo {
    position:relative;
    margin: 20px;
    border-radius: 10px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: white;
}

.framesInactive {
    background: #4d4d4d;
    border: solid;
    border-color: #404040;
}

.framesActive {
    background: yellowgreen;
    border: solid;
    border-color: darkolivegreen;
}

.framesOperationButton {
    position: absolute;
    right: 0px;
    border-radius: 8px;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    border-left: solid;
    border-left-width: 2px;
    display: inline;
    text-shadow: -1px 1px 1px rgba(150, 150, 150, 0.4);
}

.framesOperationActivate {
    color: royalblue;   
    background-color: white;
    border-left-color: gray;
}

.framesOperationDeactivate {
    color: dimgray;
    background-color: white;
    border-left-color: dimgray;
    z-index: 3;
}

.framesOperationSettings {
    right: 115px;
    color: cornflowerblue;
    background-color: white;
    visibility: visible;
    z-index: 2;
    padding-right: 17px;
}

    .framesOperationSettings a {
        color: cornflowerblue;
    }

.framesRefreshSettings {
    right: 223px;
    color: yellowgreen;
    background-color: white;
    visibility: visible;
    z-index: 1;
    padding-right: 17px;
}

    .framesRefreshSettings a {
        color: yellowgreen;
    }
.framesSettingsButton{}