html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.frame_table {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 85px;
    background: #AEC59B;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00BFFF', endColorstr='#1E90FF', GradientType=0);
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    border-bottom: 1px solid #b2beb5
}

.timer {
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .9);
    font-weight: 400;
    font-family: Tahoma, sans-serif;
    font-size: 25px;
    text-align: center;
    box-sizing: content-box
}

.btn_capt {
    background: #608ab9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00BFFF', endColorstr='#1E90FF', GradientType=0);
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 35px;
    line-height: 35px;
    border: 3px solid gray;
    box-shadow: 0 0 6px rgba(0, 0, 0, .9);
    font-size: 25px;
    text-align: center
}

.btn_capt:hover {
    background: #4a76a8;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E90FF', endColorstr='#00BFFF', GradientType=0);
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 35px;
    line-height: 35px;
    border: 3px solid gray;
    box-shadow: 0 0 6px rgba(0, 0, 0, .9);
    font-size: 25px;
    text-align: center
}

a,
a:link,
a:visited {
    color: #fff;
    text-decoration: none;
    font-family: Tahoma, sans-serif
}

a:hover {
    color: #333;
    text-decoration: none;
    font-family: Tahoma, sans-serif
}

.text-time {
    display: inline-block;
    text-align: center;
    width: 200px;
    padding: 3px 0
}

.start-time {
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    width: 150px;
    padding: 3px 0;
    background: #d00;
    color: #fff
}

.success_new {
    padding: 30px;
    font-size: 20px;
    color: #2e86c3;
}

.error_new {
    padding: 30px;
    font-size: 20px;
    color: #e52222;
}

*,
*:before,
*:after {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial
}

table#start-video,
table#start-video tr,
table#start-video td {
    vertical-align: middle
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 1000;
    width: 100%;
    height: 100%
}

.no-scroll {
    overflow: hidden
}

.modal-wrapper__container {
    height: auto;
    margin: 0 auto;
    z-index: 1000;
    padding: 0 0 20px;
    min-height: 100%
}

#load {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 999;
    display: none
}

#popup {
    min-width: 400px;
    font-size: 12px
}

#popup table {
    font-size: 12px
}

#popup .title-popup {
    background: #4a76a8;
    color: #fff;
    line-height: 40px;
    padding: 0;
    padding-left: 10px;
    font-size: 14px;
    border-radius: 2px 2px 0 0
}

#popup .closed-popup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    width: 70px;
    cursor: pointer;
    color: #fff;
    cursor: pointer;
    opacity: .6
}

#popup .closed-popup:hover {
    opacity: .9
}

#popup .text-popup {
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    border-radius: 0 0 2px 2px
}

#popup .text-popup .load-popup {
    display: block;
    width: 128px;
    height: 15px;
    margin: 20px auto
}

.pop-up-footer {
    background: silver;
    text-align: center;
    padding: 10px 0
}

.sf_button, .button{
    background: #5D8AA8;
}
.sf_button_red{
    background: #ff3e6b;
}
.sf_button_green{
    background: #00cc99;
}
.sf_button_orange{
    background: #ff9966;
}
.sf_button_gray{
    background: #848482;
}
.sf_button_purple{
    background: #9966cc;
}
.sf_button_yellow {
    background: #ffbf00f0;
}
.sf_button, .sf_button_red, .sf_button_green, .sf_button_orange, .sf_button_gray, .sf_button_purple, .sf_button_yellow, .button{
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    margin: 2px;
    padding: 5px;
    text-align: center;
    display: inline-block;
    font-size: x-large;
}
.sf_button:hover, .sf_button:active, .sf_button_orange:hover, .button:hover, .button:active{
    background: #4e7591;
    color: #FFFFFF;
}
.sf_button_red:hover, .sf_button_red:active{
    background: #ff033e;
    color: #FFFFFF;
}
.sf_button_gray:hover, .sf_button_gray:active{
    background: #5d5d5b;
    color: #FFFFFF;
}
.sf_button_green:hover, .sf_button_green:active, .sf_button_orange:active{
    background: #00a57c;
    color: #FFFFFF;
}
.sf_button_purple:hover, .sf_button_purple:active{
    background: #7c3eb9;
    color: #FFFFFF;
}
.sf_button_yellow:hover, .sf_button_yellow:active{
    background: rgba(210, 192, 140, 0.7);
    color: #FFFFFF;
}