@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');


body {
    font-family: 'Open Sans';
    margin:0;
    padding:0;

    min-height:100%;
    background:#f4f4f7;

    overflow-x: hidden;
}

#LoginBox {
    /*box-shadow: 0px 0px 1px rgba(0,0,0,0.2);*/
    /*background: #fff;*/
    padding: 25px;
    border-radius: 10px;
    width: 400px;
    height: 330px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -190px;
    margin-left: -200px;
    text-align: center;
}

#LoginBox::before {
    content: " ";
    display: block;
    background: url(/static/img/videoreach-logo-b-v2.svg) no-repeat;
    width: 180px;
    height: 75px;
    background-size: 100%;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -90px;
}

.LoginTitle {
    font-weight: 300;
    margin-top: 75px;
    color: #777;
    font-size: 13px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#LoginBox input {
    width:290px;
}

.Submit {
    background: #2196f3;
    border-radius: 3px;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 300;
    border: 0;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-family:'Open Sans';
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.Submit:hover {
    background: #2187e3;
}

.C-Box {
    background: #fff;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 1px;
    margin-bottom:15px;
}

.C-Box input {
    width:100%;
}

.C-Box-Title {
    font-size: 22px;
    font-weight: 300;
    border-bottom: 1px solid #efefef;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    padding: 20px;
    margin-bottom: 20px;
}

.C-Width {
    width:1000px;
    margin:0 auto;
}

#PublisherHeader {
    height:65px;
    background: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.05), 0px 0px 1px 0px rgba(0,0,0,0.12);
    margin-bottom:25px;
}

#PublisherHeaderLogo {
    display: inline-block;
    background: url(/static/img/videoreach-logo-b-v2.svg) no-repeat;
    width: 162px;
    height: 45px;
    background-size: 100%;
    background-position: 0;
    padding-top: 16px;
}


#container {
    min-width: 310px;
    max-width: 960px;
    height: 350px;
    margin: 0 auto;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.DashRow {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    height: 104px;
}

.DashBox {
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #f9f9f9;
    padding: 30px 0;
    float: left;
    width: 20%;
    height: 125px;
    box-sizing: border-box;
    text-align: center;
    font-size: 30px;
    font-weight:300;
}

.DashRow>.DashBox:last-child {
    border-right:0 !important;
}

.DashTitle {
    font-size: 11px;
    color: #999;
    font-weight: 300;
    margin-top: 12px;
    text-transform: uppercase;
}

.DashWebsites {
    margin-top: -20px;
    margin-bottom: -20px;
}

.DashWebsites>.Row-Website:last-child {
    border-bottom:0 !important;
}

.NoLink {
    cursor: default!important;
}
.Row-Website {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    border-bottom: 1px solid #f9f9f9;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.Row-Website:hover {
    background: #fefcf8;
}

.Col-Website {
    font-weight:300;
    float:left;
    width:25%;
    text-align: center;
}
.Col-Website-Name {
    text-align: left !important;
    line-height: 40px;
}
.Col-Website-Detail {
    font-size: 9px;
    color: #999;
    text-transform: uppercase;
    margin-top:5px;
}

#HeaderNavi {
    list-style: none;
    padding:0;
    margin:0;
}
#HeaderNavi>li {
    float:right;
}
#HeaderNavi>li>a {
    text-decoration: none;
    font-weight: 400;
    font-size:16px;
    display: inline-block;
    margin-left: 30px;
    line-height: 67px;
    color:#666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#HeaderNavi>li>a:hover {
    color:#333;
}


#main {
    margin:0 auto;
    min-height: 500px;
    box-sizing: border-box;
}

#header {
    margin: 0 auto;
    padding: 35px 0;
    height: 50px;
}
#logo {
    margin-bottom:-20px;
}

h1 {
    font-size:26px;
    font-weight: 300;
    color: #444;
}

h2 {
    font-size:20px;
    font-weight: 400;
    color:#444;
}

input, textarea {
    border: 1px solid #dfdfdf;
    font-size: 1rem;
    padding: 1rem;
    color: #444;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    outline: 0;
    margin-bottom: 1rem;
    text-align: left;
    font-weight:300;
    box-sizing: border-box;
}

input:focus, textarea:focus, .ActiveInput {
    border-color: #2196f3 !important;
}

.BlueButton {
    background: #0069ff;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 15px 40px;
    border: 0;
    text-align: center;
    width: auto;
    float: right;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.BlueButton:hover {
    background: #0052ff;
}

.submit {
    background:#0069ff;
    color:#fff;
    font-size:20px;
    font-weight: 300;
    padding:15px 40px;
    border:0;
    text-align: center;
    width: auto;
    float: right;
    margin-top:50px;
    cursor: pointer;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.submit:hover {
    background: #0052ff;
}

#AccountForm {
    width:500px;
    margin:0 auto;
}

.FormTitle {
    font-size:11px;
    font-weight: 300;
    color:#999;
    text-transform: uppercase;
    margin-bottom:5px;
}

.inputlabel {
    font-size: 13px;
    color: #888;
    display: block;
    font-weight: 300;
    margin-bottom: 5px;
}

.FontSelection {
    position: relative;
    padding:10px;
    border:1px solid #ccc;
    border-radius:3px;
    width:200px;
    height: 100px;
    line-height: 100px;
    float:left;
    margin-right: 37px;
    margin-bottom:20px;
    text-align: center;
    cursor: pointer;
}
.FontSelection:nth-child(4n)
{
    margin-right: 0 !important;
}
.FontSelection:hover {
    background:#f9f9f9;
}
.FontSelected {
    background: #f5f9ff !important;
    border-color: #0069ff !important;
}

.ImageSelect {
    position: relative;
    padding:10px;
    border:1px solid #ccc;
    border-radius:3px;
    width:450px;
    min-height: 338px;
    float:left;
    margin-right: 56px;
    margin-bottom:20px;
    cursor: pointer;
}
.ImageSelect:hover {
    background:#f9f9f9;
}

.ImageSelected, .GaleryImageSelected {
    background-color: #f5f9ff !important;
    border-color: #0069ff !important;
}
.ImageSelected::after, .GaleryImageSelected::after {
    content: " ";
    position: absolute;
    top:50%;
    left:50%;
    width:50px;
    height:50px;
    border-radius: 100%;
    margin-left:-25px;
    margin-top:-25px;
    background: url(/static/img/tick.svg) no-repeat;
    background-color: #0069ff !important;
    background-size: 25px;
    background-position: center;
}
.ImageSelect:nth-child(even)
{
    margin-right: 0 !important;
}

.CreateSection {
    margin-bottom:70px;
}

.CreateSection input {
    width:100% !important;
}

.GreenButton {
    color: #fff;
    background: #15CD72;
    border: 1px solid #15CD72;
    padding: 10px 15px;
    float: right;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    border-radius: 3px;
}

.WWWButton {
    color: #777;
    background: #ccc;
    border: 1px solid #ccc;
    padding: 10px 15px;
    float: right;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    border-radius: 3px;
    margin-left:10px;
}

#nav {
    float: left;
    margin-top: 8px;
}

#nav-links {
    list-style: none;
    padding:0;
    margin:0;
}
#nav-links>li {
    float:left;
    margin-right:25px;
}
#nav-links>li>a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #676767;
}
#nav-links>li>a:hover {
    color: #0069ff;
}

table {
    line-height: normal;
    border-radius: 3px;
    border-style: hidden;
    border-collapse: collapse;
    box-shadow: 0 0 0 2px #f1f1f1;
    margin-left: 2px;
    width:100%;
}

table th {
    padding: 5px 0;
    text-align: left;
    padding-left: 15px;
    color: #666;
    font-size: 14px;
}

table thead:first-child tr:first-child {
    background: #fafafa;
    border: 2px solid #f1f1f1;
}

table tr {
    padding: 1rem;
    border-top: 2px solid #f1f1f1;
}

table tbody tr td {
    padding: 15px 20px;
    font-weight: 300;
}

td a{
    color: #0069ff;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
}

.listaddress {
    font-size:12px;
    color:#777;
    margin-top:5px;
}

#footer {
    margin:0 auto;
    height:100px;
    margin-top:100px;
}
#footer a {
    text-decoration: none;
    color:#333;
    font-weight: 300;
    font-size:14px;
}


/*!
 * Datepicker v1.0.0
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-08-05T03:02:13.513Z
 */

.datepicker-container {
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 210px;
    z-index: -1;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.datepicker-container::before,
.datepicker-container::after {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.datepicker-dropdown {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 1;
}

.datepicker-inline {
    position: static;
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
    border-top: 0;
    left: 10px;
    top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
    border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
    border-bottom-color: #fff;
    top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
    border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
    border-bottom: 0;
    bottom: -5px;
    left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
    border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
    border-top-color: #fff;
    bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
    left: auto;
    right: 10px;
}

.datepicker-panel > ul {
    margin: 0;
    padding: 0;
    width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
    content: " ";
    display: table;
}

.datepicker-panel > ul::after {
    clear: both;
}

.datepicker-panel > ul > li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
}

.datepicker-panel > ul > li:hover {
    background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
    color: #999;
}

.datepicker-panel > ul > li.highlighted {
    background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
    background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
    color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
    background-color: #fff;
    color: #ccc;
    cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
    background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
    font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
    width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
    background-color: #fff;
    cursor: default;
}

.datepicker-hide {
    display: none;
}

.DateGo {
    background: #2196f3;
    width: 50px !important;
    float: right;
    color: #fff;
    border: none !important;
    text-transform: uppercase;
    font-size: 13px;
    height: 35px;
    padding: 0 !important;
    text-align: center;
    cursor: pointer;
}



.C-Box-Filter::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    background-size: 100%;
    background-repeat:no-repeat;
    height: 15px;
    width: 15px;
}

.C-Box-Filter {
    float:right;
    height:18px;
    position: relative;
    cursor: pointer;
    display: block;
    padding:8px 30px 9px 35px;
    max-width: 100%;
    width: auto;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: -0.2px;
    font-weight: normal;
    color: #67788a;
    margin-top:-2px;
    text-decoration: none;
    margin-left:10px;
    min-width: 110px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(6,21,33,0.04),0 0 0 1px rgba(38,55,73,0.05);
    -moz-box-shadow: 0 2px 4px 0 rgba(6,21,33,0.04),0 0 0 1px rgba(38,55,73,0.05);
    -o-box-shadow: 0 2px 4px 0 rgba(6,21,33,0.04),0 0 0 1px rgba(38,55,73,0.05);
    -ms-box-shadow: 0 2px 4px 0 rgba(6,21,33,0.04),0 0 0 1px rgba(38,55,73,0.05);
    box-shadow: 0 2px 4px 0 rgba(6,21,33,0.04),0 0 0 1px rgba(38,55,73,0.05);

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: color .3s ease,background-color .3s ease;
    -moz-transition: color .3s ease,background-color .3s ease;
    -ms-transition: color .3s ease,background-color .3s ease;
    -o-transition: color .3s ease,background-color .3s ease;
    transition: color .3s ease,background-color .3s ease;
    transition-property: box-shadow,background-color,color;
}
.C-Box-Filter:hover,.C-Box-Filter-Open {
    color:#333;
    background: #f9f9f9;
}


.C-Box-Filter::after {
    content: "";
    border: solid rgb(224, 224, 224);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 14px;
    right: 12px;
    transition: all 250ms;
}

.C-Box-Filter-Open::after {
    top:16px !important;
    transform: rotate(-135deg) !important;
    -webkit-transform: rotate(-135deg) !important;
}

.C-Box-Filter-Open>.C-Box-Filter-Dropdown {
    opacity: 1!important;
    z-index: 10!important;
}
.C-Box-Filter-Dropdown {
    opacity: 0;
    background: #fff;
    position: absolute;
    top: 37px;
    right: -2px;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0,0,0,0.12);
    transition: all 250ms;
    z-index: -1;
    min-width: 200px;
    cursor: initial;
}

.C-Box-Filter-Dropdown>li{
    padding:10px 15px;
    cursor: pointer;
}
.C-Box-Filter-Dropdown>li:hover{
    background: #fbfbfb;
}

.C-Box-Filter-Open>#DateSelectDropdown {
    opacity: 1;
    z-index: 2;
    top: 38px;
    pointer-events: all !important;
}
.C-Box-Filter-Open::after {
    top:16px !important;
    transform: rotate(-135deg) !important;
    -webkit-transform: rotate(-135deg) !important;
}

.C-Box-Filter-Subtitle {
    color: #999;
    border-top: 1px solid #e0e0e0;
    padding-left: 15px;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 5px;
}




#FilterSelect::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23555555' d='M490.667 405.333h-56.811C424.619 374.592 396.373 352 362.667 352s-61.931 22.592-71.189 53.333H21.333C9.557 405.333 0 414.891 0 426.667S9.557 448 21.333 448h270.144c9.237 30.741 37.483 53.333 71.189 53.333s61.931-22.592 71.189-53.333h56.811c11.797 0 21.333-9.557 21.333-21.333s-9.535-21.334-21.332-21.334zm-128 53.334c-17.643 0-32-14.357-32-32s14.357-32 32-32 32 14.357 32 32-14.358 32-32 32zM490.667 64h-56.811c-9.259-30.741-37.483-53.333-71.189-53.333S300.736 33.259 291.477 64H21.333C9.557 64 0 73.557 0 85.333s9.557 21.333 21.333 21.333h270.144C300.736 137.408 328.96 160 362.667 160s61.931-22.592 71.189-53.333h56.811c11.797 0 21.333-9.557 21.333-21.333S502.464 64 490.667 64zm-128 53.333c-17.643 0-32-14.357-32-32s14.357-32 32-32 32 14.357 32 32-14.358 32-32 32zM490.667 234.667H220.523c-9.259-30.741-37.483-53.333-71.189-53.333s-61.931 22.592-71.189 53.333H21.333C9.557 234.667 0 244.224 0 256c0 11.776 9.557 21.333 21.333 21.333h56.811c9.259 30.741 37.483 53.333 71.189 53.333s61.931-22.592 71.189-53.333h270.144c11.797 0 21.333-9.557 21.333-21.333.001-11.776-9.535-21.333-21.332-21.333zM149.333 288c-17.643 0-32-14.357-32-32s14.357-32 32-32 32 14.357 32 32-14.357 32-32 32z'/%3E%3C/svg%3E");
    background-size: 14px;
    height: 15px;
    width: 15px;
}

.SelectedDate {
    margin-left: 5px;
    color: #444;
}
#DateSelect {
    width:270px !important;
}
#DateSelect::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 10px;
    background-image: url("data:image/svg+xml,%3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M148 288h-40a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12v40a12 12 0 0 1-12 12zm108-12v-40a12 12 0 0 0-12-12h-40a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h40a12 12 0 0 0 12-12zm96 0v-40a12 12 0 0 0-12-12h-40a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h40a12 12 0 0 0 12-12zm-96 96v-40a12 12 0 0 0-12-12h-40a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h40a12 12 0 0 0 12-12zm-96 0v-40a12 12 0 0 0-12-12h-40a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h40a12 12 0 0 0 12-12zm192 0v-40a12 12 0 0 0-12-12h-40a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h40a12 12 0 0 0 12-12zm96-260v352a48 48 0 0 1-48 48H48a48 48 0 0 1-48-48V112a48 48 0 0 1 48-48h48V12a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12v52h128V12a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12v52h48a48 48 0 0 1 48 48zm-48 346V160H48v298a6 6 0 0 0 6 6h340a6 6 0 0 0 6-6z' fill='%23555'/%3E%3C/svg%3E");    background-size: 12px;
    background-size: 13px;
    height: 15px;
    width: 15px;
}
#DateSelect::after {
    content: "";
    border: solid rgba(0,0,0,.7);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 12px;
    right: 15px;
    transition: all 250ms;
}
#DateSelect:hover {
    color:#333;
    background: #f9f9f9;
}
#DateSelectDropdown {
    opacity: 0;
    background: #fff;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    border-radius: 2px;
    z-index: -1;
    margin:0;
    padding:0;
    list-style: none;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border:1px solid rgba(0,0,0,0.12);
    transition: all 250ms;
    pointer-events: none;
}
#DateSelectDropdown>li{
    padding:10px 15px;
}
#DateSelectDropdown>li:hover{
    background: #fbfbfb;
}

.DateCustom {
    border-top:1px solid rgba(0,0,0,0.02);
    height: 70px;
    cursor: default;
}
.DateCustom:hover {
    background: transparent !important;
}
.DateCustomInputs {
    margin-top:10px;
}
.DateCustomInputs input {
    width: 118px;
    padding: 8px 15px;
}
#fillrate {
    position: absolute;
    left: 40px;
    top: 10px;
}
#FillratePercent {
    color:#333;
}
#FillrateGauge {
    transition: all 350ms;
}
#FillrateBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    font-size: 13px;
    line-height: 1.5;
    padding-top: 40px;
    color:#777;
    transition: all 350ms;
}
.FillrateCol:hover #FillrateGauge {
    opacity: 0;
}
.FillrateCol:hover #FillrateBox {
    opacity: 1;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight:300;
}
::-moz-placeholder { /* Firefox 19+ */
    font-weight:300;
}
:-ms-input-placeholder { /* IE 10+ */
    font-weight:300;
}
:-moz-placeholder { /* Firefox 18- */
    font-weight:300;
}


.Exp-Devices {
    position: relative;
    cursor: pointer!important;
}
.Exp-Devices::before {
    content: "";
    border: solid rgb(224, 224, 224);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 38px;
    right: 45px;
    transition: all 250ms;
}
.Exp-Devices:hover::before {
    content: "";
    border: solid rgb(100, 100, 100);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
}

.Show-Devices::before {
    content: "";
    border: solid rgb(100, 100, 100);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    top: 38px;
    right: 45px;
    transition: all 250ms;
}

.Show-Devices>.Row-Devices {
    display: block !important;
}

.Row-Devices {
    display: none;
    margin-top:20px;
}


.Row-Med {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px;
    border-bottom: 1px solid #f9f9f9;
    font-weight: 300;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    position: relative;
}

.Row-Sml {
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px 20px;
    border-top:1px solid transparent;
    border-bottom: 1px solid #f9f9f9;
    font-weight: 300;
    line-height:25px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    position: relative;
}

.Row-Clk {
    cursor: pointer;
}

.Row-Sml:hover, .Row-Med:hover {
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.02), 0px 0px 1px 0px rgba(0,0,0,0.2);
    border-bottom: 1px solid #f3f3f3;
    border-color: transparent !important;
    border-radius: 1px;
}

.Col-Rnd-Btn {
    cursor: pointer;
    /*width:50px;*/
    /*height: 50px;*/
    /*z-index: 2;*/
    position: relative;
}
.Col-Rnd-Btn:hover::before {
    content:"";
    width: 68px;
    height: 68px;
    z-index: 2;
    position: absolute;
    -webkit-box-shadow: 0 0 0 1px rgba(38,55,73,0.07);
    -moz-box-shadow,0 0 0 1px rgba(38,55,73,0.07);
    -o-box-shadow,0 0 0 1px rgba(38,55,73,0.07);
    -ms-box-shadow,0 0 0 1px rgba(38,55,73,0.07);
    box-shadow: 0 0 0 1px rgba(38,55,73,0.07);
    top: -14px;
    left: 14px;
    border-radius: 50%;
}
.Col-Rnd-Btn:hover {
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: #ccc;*/
    /*display: block;*/
    /*border-radius: 100%*/
}

.Col-AdCode {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath fill='%23555555' d='M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: inline-block;
    background-position: 0px 2px;
}

.FixContent {
    position: fixed;
    width: 100%;
}

#Dialog {
    opacity: 1;
    min-width: 1440px;
    height: auto;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 400;
    background: rgba(0,0,0,0.4);
}

#Dialog-Box {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
    font-family: Helvetica, Arial, sans-serif;
    margin: 0 auto 40px;
    position: relative;
    width: 546px;
    margin-top: 70px;
}

#Dialog-Title {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 3px 3px 0 0;
    color: #1d2129;
    font-weight: bold;
    line-height: 1;
    padding: 14px 12px 12px 14px;
}

#Dialog-Content {
    align-items: center;
    justify-content: center;
    min-height: 59px;
    padding: 24px;
}

#Dialog-Bottom {
    align-items: center;
    border-color: #dadcde;
    border-style: solid;
    border-width: 1px 0 0 0;
    display: flex;
    justify-content: flex-end;
    margin: 0 12px 0 12px;
    min-height: 44px;
}

#Dialog-Close {
    float:right;
    background-image: url("data:image/svg+xml,%3Csvg height='512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23a3a5ab' d='M443.6 387.1L312.4 255.4l131.5-130c5.4-5.4 5.4-14.2 0-19.6l-37.4-37.6c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.5-9.8 4L256 197.8 124.9 68.3c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.5-9.8 4L68 105.9c-5.4 5.4-5.4 14.2 0 19.6l131.5 130L68.4 387.1c-2.6 2.6-4.1 6.1-4.1 9.8 0 3.7 1.4 7.2 4.1 9.8l37.4 37.6c2.7 2.7 6.2 4.1 9.8 4.1 3.5 0 7.1-1.3 9.8-4.1L256 313.1l130.7 131.1c2.7 2.7 6.2 4.1 9.8 4.1 3.5 0 7.1-1.3 9.8-4.1l37.4-37.6c2.6-2.6 4.1-6.1 4.1-9.8-.1-3.6-1.6-7.1-4.2-9.7z'/%3E%3C/svg%3E");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 17px;
    cursor: pointer;
    margin-top: -5px;
    padding: 5px;
    opacity: 0.7;
}

#Dialog-Close:hover {
    opacity: 1;
}

.Dialog-Subtitle {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight:bold;
    line-height: 20px;
    letter-spacing: normal;
    overflow-wrap: normal;
    text-align: left;
    color: rgb(96, 103, 112);
}
.Dialog-Mark {
    align-items: center;
    background-color: #f5f7f8;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    margin: auto;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 12px;
    width: 100%;
}
.Dialog-Txt {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    overflow-wrap: normal;
    text-align: left;
    color: rgb(96, 103, 112);
    margin: 0 0 10px 0;
}

.Dialog-Mark p {
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    overflow-wrap: normal;
    text-align: left;
    color: rgb(96, 103, 112);
    margin:0 0 10px 0;
}

.Dialog-Break {
    border-top: 1px solid #dadcde;
    margin: 30px 0;
    width: 100%;
}

.Dialog-Viewability {
    width:100px;
    height:80px;
    border-radius: 3px;
    line-height:80px;
    margin:0 auto 10px auto;
    background: #31c16e;
    color:#fff;
}
.Dialog-Viewability.Warning {
    background: #dd0712!important;
    color:#fff!important;
}
.Dialog-Viewability.None {
    background: #ccc!important;
    color:#fff!important;
}
code {
    background-color: #fff;
    border: 1px solid #dadcde;
    border-radius: 2px;
    color: #444950;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
    padding: 8px 12px;
}