
/*
/Users/asr/Documents/samsung-workspace/crazy-waves-smart-tv/img/ui-icons/enter-text-black.svg
*/

.ico-1 {
    display: inline-block;
    background-color: white;
    position: relative;
    margin: 0 5px;
    border: 1px solid gray;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
}

.ico-2 {
    display: inline-block;
    background-color: black;
    position: relative;
    margin: 0 5px;
    border: 2px solid #03A9F4;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
}

.size-64{
    width: 64px;
    height: 64px;
    top: 26px;
    background-size: 58px;
}

.size-52{
    width: 52px;
    height: 52px;
    top: 23px;
    background-size: 58px;
}

.size-48{
    width: 48px;
    height: 48px;
    top: 21px;
    background-size: 42px;
}

.enter-text-black {
    background-image: url("../img/ui-icons/enter-text-black.svg")
}

.cursor-up {
    background-image: url("../img/ui-icons/cursor-up.svg")
}

.cursor-down {
    background-image: url("../img/ui-icons/cursor-down.svg")
}

.cursor-right {
    background-image: url("../img/ui-icons/cursor-right.svg")
}

.cursor-left {
    background-image: url("../img/ui-icons/cursor-left.svg")
}

.info-autorun{
    border: 2px solid #03A9F4;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 5px;
}

.enter-text-white{
    background-image: url("../img/ui-icons/enter-text-white.svg")
}

.btn-ok {
    max-width: 80px;
    color: white;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    margin-top: 7px;
    border-radius: 12px;
    padding: 6px 30px;
    background-color: #0a74a1;
    border: 2px solid #008eff;
    margin-left: 10px;
    text-shadow: 0 1px 0 #000;
    color: white;
    font-size: 16px;
    background-image: linear-gradient(to bottom,#020b42 0,#12bcb7 100%);
    font-family: arial;
    margin: auto;
    padding: 12px 12px;
    margin-top: 28px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 100;
    border-bottom: 7px solid #14446a;
    border-top: 1px solid #048cf8;
    user-select: none;
    cursor: pointer;
}

.btn-ok:hover {
    color: white;
    background-color: #0a74a1;
    border: 2px solid #00559b;
    text-shadow: 0 1px 0 #000;
    background-image: linear-gradient(to bottom,#000000 0,#00637c 100%);
    border-bottom: 7px solid #0c2e4b;
    border-top: 1px solid #005092;
}