﻿.SVG {
    width: 32px;
    padding: 3px;
    cursor: pointer;
    background: white;
}

/*.SVGMediaSmaller {
    width: 18px; 
    cursor: pointer;
}*/
.SVGMenu {
    width: 23px;
    padding: 0px;
    cursor: pointer;
    margin-top: -3px;
}
@font-face {
    font-family: "Yeon Sung";
    src: url("YeonSung-Regular.ttf");
}

.disable-div {
    pointer-events: none;
}
.arrowSetMargin {
    float: right;
}
.ImageSizeLineHeight {
    height: 54px;
}
.icon-background {
    color: white;
}
.ImageSizeDescription {
    float: right;
    width: 100% !important;
    text-align: left;
}
.ClipDetailButtons {
    color: red;
    width: auto;
    float: right;
    margin-top: -6px;
}

.ClipDetailButton {
    float: left;
    width: 45px;
    margin-right: 4px !important;
}
.dark {
    background-color: #222;
    color: #e6e6e6;
}
.circleButton {
    border-radius: 50%;
}
.ShowMotion {
    /*float: right;*/
    bottom: 3px;
    padding-right: 10px;
    position: fixed;
    right: 0;
 
}
/*.CameraStatus {
    font-size: 1.2rem;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
}
*/
.CameraStatus {
    position: absolute;
    /*font-weight: bold !important;*/
    bottom: 60px;
    left: 0;
    right: 0;
    /*color: red !important;*/
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;

}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.MyViewScroller {
    height: 375px;
    text-align: left;
    overflow-y: scroll;
}
.ParentPages {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    display: none;
  /*  background-color: white;*/
    bottom: 0;
    margin-top: 70px;
}
.PageTopOnPortrait {
    margin-left: auto;
    margin-right: auto;
    /*bottom: 70px;*/
    right: 0;
    left: 0;
    max-width: 300px;
    width: 300px;
}
select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* below you can add your style */
    height: 30px;
    width: 100px;
    padding: 5px;
}

.close {
    float: right;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}
.ShowModalErrorStyle {
    margin-top: -11px;
    padding-top: 5px;
    color: white;
    font-size: 1.4em !important;
    font-family: arial !important;
    padding-bottom: 1.4em;
    padding-left: 1.4em;
    box-shadow: inset 5px 5px 5px 0 #c95930, inset -5px -5px 5px #733118 !important;
    background: #a64b29 !important;
    margin-bottom: 8px !important;
    -moz-box-shadow: inset 5px 5px 5px 0 #c95930, inset -5px -5px 5px #733118 !important;
    -webkit-box-shadow: inset 5px 5px 5px 0 #c95930, inset -5px -5px 5px #733118 !important;
    box-shadow: inset 5px 5px 5px 0 #c95930, inset -5px -5px 5px #733118 !important;
}
.ShowModalOKStyle {
    margin-top: -11px;
    padding-top: 5px;
    color: white !important;
    font-size: 1.4em !important;
    font-family: arial !important;
    padding-bottom: 1.4em;
    padding-left: 1.4em;
    box-shadow: inset 5px 5px 5px 0 #2ec785, inset -5px -5px 5px #346614 !important;
    background: #008f45 !important;
    margin-bottom: 8px !important;
    -moz-box-shadow: inset 5px 5px 5px 0 #2ec785, inset -5px -5px 5px #346614 !important;
    -webkit-box-shadow: inset 5px 5px 5px 0 #2ec785, inset -5px -5px 5px #346614 !important;
    box-shadow: inset 5px 5px 5px 0 #2ec785, inset -5px -5px 5px #346614 !important;
}


.ClipMenuParentHolder {
    position: fixed;
    bottom: 75px;
    width: 100%;
    overflow: hidden;
    margin-top: 2px;
    text-align: center;
}
.BackButton {
    position: fixed;
    right: 13px;
    top: 50px;
}
.BackButtonLink {
    max-height: 30px;
    min-height: 30px;
    margin: 0 !important;
    max-width: 50px;
    min-width: 50px;
    padding: 2px;
}
.ScreenConfigButton {
    max-height: 30px;
    min-height: 30px;
    margin: 0 !important;
    max-width: 50px;
    min-width: 50px;
    padding: 2px;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
body {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
}
html {
    height: -webkit-fill-available;
}
