/* @import url(http://fonts.googleapis.com/css?family=Droid+Sans); */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    height: 100%;
    overflow: hidden !important;
    width: 100%;
}

header{
    height: 75px;
}

/* #Basic Styles
================================================== */

@font-face {
    font-family: 'Conv_Alternate Gothic No3 D Regular';
    src: url('../fonts/Alternate Gothic No3 D Regular.eot');
    src: local('☺'), url('../fonts/Alternate Gothic No3 D Regular.woff') format('woff'), url('../fonts/Alternate Gothic No3 D Regular.ttf') format('truetype'), url('../fonts/Alternate Gothic No3 D Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html body {
    background: #fff;
    font: 14px/21px 'Source Sans Pro' !important;
    color: #444;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */
h5 {
    font-weight: bold !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro' !important;
    color: #181818;
    /*font-family:;*/
    font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

/*----------*/
b {
    font-weight: bold;
}

/*----------*/
em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 80%;
}

/*	Blockquotes  */
blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

.flex {
    display: flex;
}

.flex.direction-column {
    flex-direction: column;
}

.flex-grow {
    flex-grow: 1;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.p-none {
    padding: 0;
}

.p-sm {
    padding: 10px;
}

.p-md {
    padding: 30px;
}

.p-lg {
    padding: 45px;
}

.p-bn {
    padding-bottom: 0;
}

.scrollable-y {
    overflow-y: auto
}

.scrollable-hidden-x {
    overflow-x: hidden
}

/*input[type="text"],*/
/* #Misc
================================================== */
.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

::selection {
    background: #333;
    color: #FFF;
}

::-moz-selection {
    background: #333;
    color: #FFF;
}

::-webkit-input-placeholder {
    font-style: normal;
    color: #d9d9d9;
}

:-moz-placeholder {
    font-style: normal;
    color: #d9d9d9;
}

.hidden {
    display: none;
}

.vspacer {
    height: 20px;
}

.align_right {
    text-align: right !important;
}

.margin_right {
    margin-right: 10px;
}

.j,
.justify {
    text-align: justify !important;
}

.zindex {
    position: relative;
    z-index: 1;
}

.lh {
    line-height: 1.9;
}

.margin_top {
    margin-top: 30px;
}

a {
    text-decoration: none;
    color: #FFF;
}

a:hover {
    text-decoration: underline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

* {
    box-sizing: border-box;
}

/*--------------------------------------------------
			BODY BACKGROUND START Mahendra Kathiriya
---------------------------------------------------*/



/*--------------------------------------------------
			BODY BACKGROUND END
---------------------------------------------------*/


/*--------------------------------------------------
			HEADER CSS START
---------------------------------------------------*/


/* 01 Desktop Logon */

.body_desktop {
    background: #494949;
}

.body_desktop #root {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.body_desktop .home-container {
    background: #2d2d2d;
    min-height: 100%;
    display: flex;
    align-items: center;
}

.desktop_logo_wrapper {
    width: 690px;
    margin: auto;
}

.desktop_logo {
    text-align: center;
    background: #2D2D2D;
    padding: 150px 0 70px;
}

.desktop_logo h2 {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    line-height: 23px;
}

.desktop_logo_titel {
    padding: 0 0 40px;
}

.desktop_form {
    background: #141414;
    padding: 70px 0 150px;
}


.desktop_form_label {
    width: 330px;
    position: relative;
    margin: auto auto 20px;
}

.desktop_form_label label {
    font-family: 'Conv_Alternate Gothic No3 D Regular';
    display: block;
    color: #828282;
    text-transform: uppercase;
    margin: 0px;
}

input:focus::-webkit-input-placeholder,
input:focus::placeholder {
    color: transparent;
}

input.desktop_form_input {
    background-color: #282828 !important;
    border: none;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    position: relative;
}

.desktop_form_submit .type_submit {
    font-family: 'Conv_Alternate Gothic No3 D Regular';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: url(../images/submit_button.png) no-repeat center center;
    padding: 10px;
    display: block;
    margin: auto;
    letter-spacing: 0.5;
    border: none;
    padding: 10px 55px;
    cursor: pointer;
}

.desktop_form_submit {
    padding: 30px 0 0 0;
}

span.deleteicon {
    position: absolute;
    display: none;
    top: 30px;
    right: 15px;
    width: 17px;
    height: 17px;
    background: url(../images/deletable.png) center center no-repeat;
    cursor: pointer;
}

#root {
    width: 100%;
    height: 100%;
}

#root>div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#root>div>section {
    flex-grow: 1;
    position: absolute;
    width: 100%;
    top: 76px;
    bottom: 0;
    height: auto;
}

.desktop_form_input::-ms-clear {
    /* Remove IE default X */
    display: none;
}

.header {
    position: relative;
    z-index: 9;
    border-bottom: 3px solid #636363;
    display: block;
    background: rgb(48, 49, 50);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(48, 49, 50, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(48, 49, 50, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(48, 49, 50, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303132', endColorstr='#000000', GradientType=1);
    display: flex;
    padding: 0 10px;
    flex-direction: row;
    justify-content: space-between;
}

.header_logo img {
    width: 130px;
    padding: 13px 0 0 0;
}

a.header_logo {
    display: block;
}

.header_right {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}

.header_right_menu {
    float: left;
    margin: 0 180px 0 0;
}

.header_logout {
    float: right;
    margin: 12px 20px 12px 0;
}

.header_right_menu ul {
    margin: 0px;
    overflow: hidden;
    padding: 10px 0;
}

.header_right_menu ul li a {
    text-decoration: none !important;
    color: #fff;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

.header_right_menu ul li a span {
    display: block;
    color: #838383;
}


.header_right_menu ul li {
    float: left;
    display: table;
    height: 45px;
    border-right: 2px solid #1E79C4;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
}

.header_right_menu ul li:last-child {
    margin: 0px;
    padding: 0px;
    border: none;
}


.button_gray span {
    background: #333333;
    border-top: 3px solid #6D6D6D;
    border-bottom: 3px solid #6D6D6D;
    font-size: 18px;
    font-family: 'Conv_Alternate Gothic No3 D Regular';
    color: #fff;
    text-transform: uppercase;
    padding: 8px 15px 9px;
    display: block;
}


.button_gray {
    text-decoration: none !important;
    position: relative;
    display: block;
}

.button_gray:after,
.button_gray:before {
    right: 100%;
    top: 4px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.button_gray:after {
    border-color: rgba(51, 51, 51, 0);
    border-right-color: #333333;
    border-width: 18px;
}

.button_gray:before {
    border-color: rgba(109, 109, 109, 0);
    border-right-color: #6D6D6D;
    border-width: 22px;
    margin-top: -4px;
}

.button_gray span:after,
.button_gray span:before {
    left: 100%;
    top: 4px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.button_gray span:after {
    border-color: rgba(51, 51, 51, 0);
    border-left-color: #333333;
    border-width: 18px;
}

.button_gray span:before {
    border-color: rgba(109, 109, 109, 0);
    border-left-color: #6D6D6D;
    border-width: 22px;
    margin-top: -4px;
}

.home_landing_content {
    position: absolute;
    z-index: 5;
}

.home_landing_menuleft {
    float: left;
    padding: 155px 0 0 80px;
}

.home_landing_menuleft ul {
    margin: 0;
    display: block;
}

.home_landing_menuleft ul li {
    position: relative;
    margin: 0 0 40px 0;
    background: #1E79C4;
    display: block;
}

.home_landing_menuleft ul li a {
    z-index: 1;
    position: relative;
    line-height: normal;
    font-size: 32px;
    color: #fff;
    display: block;
    border-top: 3px solid #1E79C4;
    border-left: 3px solid #1E79C4;
    border-bottom: 3px solid #1E79C4;
    background: linear-gradient(270deg, #000000 69.76%, rgba(0, 0, 0, 0) 124.29%);
    font-family: 'Conv_Alternate Gothic No3 D Regular';
    text-decoration: none !important;
    text-transform: uppercase;
}

.home_landing_menuleft ul li a .menu_span_icon {
    padding: 23px 0 23px 100px;
    display: block;
    width: 355px;
}

.home_landing_menuleft ul li.landing_menusessionicon a .menu_span_icon {
    background: url(../images/landing_icon1.png)no-repeat 15px 7px;
}

.home_landing_menuleft ul li.landing_menubuildicon a .menu_span_icon {
    background: url(../images/landing_icon2.png)no-repeat 19px 7px;
}

.home_landing_menuleft ul li.landing_menupasticon a .menu_span_icon {
    background: url(../images/landing_icon3.png)no-repeat 23px 14px;
}

.home_landing_menuleft ul li.landing_menumanageicon a .menu_span_icon {
    background: url(../images/landing_icon4.png)no-repeat 19px 22px;
}

.home_landing_menuleft ul li.landing_menusettingsicon a .menu_span_icon {
    background: url(../images/landing_icon5.png)no-repeat 15px 11px;
}


.home_landing_menuleft ul li a:after,
.home_landing_menuleft ul li a:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.home_landing_menuleft ul li a:after {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000;
    border-width: 39px;
    margin-top: -39px;
}

.home_landing_menuleft ul li a:before {
    border-color: rgba(30, 121, 196, 0);
    border-left-color: #1E79C4;
    border-width: 43px;
    margin-top: -43px;
}

.home_landing {
    background: #000;
}

.home_landing .menu .toolbar-actions {
    display: none;
}

.home_landing_menuleft ul li.active .menu_span_hover {
    left: 100%;
}

.home_landing_menuleft ul li:hover .menu_span_hover {
    left: 100%;
}


.home_landing_menuleft ul li .menu_span_hover {
    position: absolute;
    background: #1E79C4;
    line-height: normal;
    font-size: 32px;
    color: #fff;
    font-family: 'Conv_Alternate Gothic No3 D Regular';
    text-transform: uppercase;
    padding: 23px 23px 23px 70px;
    left: 175px;
    top: 1px;
    bottom: 0;
    transition: all 0.5s;
}


.home_landing_menuleft ul li .menu_span_hover:before {
    left: 100%;
    top: 0;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(30, 121, 196, 0);
    border-left-color: #1E79C4;
    border-width: 39px;
}



.left_sidebar_border {
    display: flex;
    flex-direction: column;
    border-right: 2px solid #636363;
    background: #0E0E0E;
    position: relative;
    height: 100%;
}

.sidebar_panel_titel {
    padding: 5px 0 0 0;
    border-bottom: 2px solid #636363;
}

.sidebar_panel_titel h2 {
    margin: auto;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #828282;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    text-transform: uppercase;
    display: table;
    line-height: normal;
    background: #333;
}

.sidebar_panel_titel h2 span{
    padding: 7px;
    display: inline-block;
}
.sidebar_panel_titel h2:after,
.sidebar_panel_titel h2:before {
    right: -36px;
    top: 0;
    content: "";
    height: 100%;
    width: 37px;
    position: absolute;
    pointer-events: none;
    background: #333;
    border-left: 0;
    clip-path: polygon(0 0, 100% 135%, 0 100%);
}

.tab-header{
    text-align: center;
    margin-top:10px;
}

.tab-header .inner-container{
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 0 25px;
}

.tab-header .inner-container svg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width:100%;
}
.tab-header .inner-container .text{
    padding: 10px 25px;
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    color: #828282;
    font-size: 20px;
}

/* .sidebar_panel_titel h2:after,
.sidebar_panel_titel h2:before {
	right: -19px;
	top: -1px; 
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
} */
/**
 *  Trapezoids
 */
/* 
.sidebar_panel_titel h2:after {
    border-top: 31px solid transparent;
    border-left: 20px solid #636363;
    right: -20px;
    left: auto;
}
.sidebar_panel_titel h2:before {
    border-top: 31px solid transparent;
    border-left: 20px solid #333333;
    z-index: 9;
} */

/* .sidebar_panel_titel h2 span:after {
    border-top: 31px solid transparent;
    border-right: 20px solid #636363;
    left: -20px;
    right: auto;
}
.sidebar_panel_titel h2 span:before {
    border-top: 31px solid transparent;
    border-right: 20px solid #333333;
    z-index: 9;
} */


.sidebar_panel_titel h2 span:after,
.sidebar_panel_titel h2 span:before {
    top: 0;
    content: "";
    height: 100%;
    width: 37px;
    position: absolute;
    pointer-events: none;
    background: #333;
    border-left: 0;
    clip-path: polygon(0 0, 100% 135%, 0 100%);
    transform: scaleX(-1);
    left: -37px;
}

.sidebar_pane2_titel h2 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: normal;
}

.sidebar_pane3_content {
    padding: 0 20px;
    margin: 0 0 80px 0;
}

.sidebar_pane3_content label {
    text-transform: uppercase;
    font-size: 16px;
    color: #828282;
    font-weight: normal !important;
    margin: 0 0 5px;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
}

.sidebar_pane3_content p {
    font-size: 14px;
    color: #fff;
}



.sidebar_pane4_content {
    padding: 0 40px 10px 20px;
    display: inline-block;
    width: 100%;
}

.sidebar_pane4_content h3 {
    text-transform: uppercase;
    float: left;
    font-size: 16px;
    color: #828282;
    font-weight: normal !important;
    margin: 6px 0 0;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
}

.sidebar_pane4_button {
    float: right;
}


.sidebar_pane5_table table {
    width: 100%;
}


.sidebar_pane5_tableheader th {
    padding: 8px 5px;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}


.sidebar_pane5_table {
    padding: 0 20px;
    position: relative;
    height: 395px;
    overflow-y: auto;
}

.sidebar_pane5_table td {
    position: relative;
    font-size: 14px;
    color: #fff;
    padding: 8px 5px;
}

.sidebar_pane5_table hr {
    border: none;
    background: #636363;
    height: 3px;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 38px;
}

.sidebar_pane5_tabletd1 img {
    padding: 0 10px 0 0;
}

.sidebar_pane5_table td span {
    font-size: 12px;
    color: #00FF00;
    text-transform: uppercase;
    font-weight: 700;
    width: 64px;
    display: block;
    text-align: center;
}

.sidebar_pane6 {
    border-top: 3px solid #636363;
    padding: 20px 20px 30px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sidebar_pane6 h2 {
    padding: 0 0 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    margin: 0px;
    text-transform: uppercase;
    font-weight: normal !important;
}

.sidebar_pane6_loading1 {
    height: 11px;
    position: relative;
    width: 100%;
    background: #333333;
    display: block;
}

.sidebar_pane6_loading2 {
    width: 30%;
    height: 11px;
    display: block;
    background: #1E79C4;
}


.sidebar_pane6_spectator {
    bottom: 0;
    width: 100%;
    background: #0E0E0E;
}

.sidebar_pane6_spectatorbutton {
    display: table;
    margin: auto;
}

.sidebar_pane6_spectator h2 {
    padding: 15px 0 15px;
    margin: 15px 0 0 0;
    text-align: center;
    border-top: 2px solid #636363;
    font-size: 18px;
    color: #fff;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    text-transform: uppercase;
    font-weight: normal !important;
}

.sidebar_pane6_spectatorblue {
    display: flex;
    margin: 0 0 20px;
    justify-content: space-between;
}

.sidebar_pane6_spectatorblue>* {
    display: flex;
    align-items: center;
}

.sidebar_pane6_spectatorblue .btnArrow {
    padding-right: 20px;
}

.button_blue {
    text-decoration: none !important;
    position: relative;
    display: block;
}

.button_blue:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(109, 109, 109, 0);
    border-right-color: #1E79C4;
    border-width: 21.5px;
    margin-top: -22px;
}

.button_blue span {
    background: #1E79C4;
    font-size: 18px;
    font-family: 'Conv_Alternate Gothic No3 D Regular';
    color: #fff;
    text-transform: uppercase;
    padding: 11px 15px;
    display: block;
}

.button_blue span:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(109, 109, 109, 0);
    border-left-color: #1E79C4;
    border-width: 21.5px;
    margin-top: -22px;
}

.sidebar_pane6_spectator a.button_gray {
    width: 150px;
    text-align: center;
}

.sidebar_pane6_spectator a.button_blue {
    width: 150px;
    text-align: center;
    margin-left: 39px;
    margin-bottom: 0;
}

.spectator_content_right {
    position: relative;
}

.positionscene_rightbottom {
    position: absolute;
    right: 40px;
    bottom: 40px;
}


.positionscene_buttonbottom a {
    float: left;
    margin: 0 35px;
}

.positionscene_buttonbottom .button_blue span {
    width: 185px;
    text-align: center;
}

.spectator_content_toptitel {
    margin: auto;
    display: table;
}

.spectator_content_top {
    padding: 70px 0 0 0;
}

.spectator_content_toptitel1 {
    position: relative;
    border: 3px solid #888888;
    background: linear-gradient(180deg, #353535 0%, #636363 100%);
}

.spectator_content_toptitel1 h3 {
    background: url(../images/position_icon4.png) no-repeat 98% center;
    color: #fff;
    margin: 0;
    line-height: normal;
    font-size: 21px;
    padding: 18px 80px 18px 25px;
}

.spectator_content_toptitel1:before {
    left: -17px;
    top: -2px;
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    background: url(../images/position_icon1.png) no-repeat center center;
}

.spectator_content_toptitel1:after {
    left: -17px;
    top: 59px;
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    background: url(../images/position_icon1.png) no-repeat center center;
}


.spectator_content_toptitel1 h3:before {
    right: -17px;
    top: -2px;
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    background: url(../images/position_icon1.png) no-repeat center center;
}

.spectator_content_toptitel1 h3:after {
    right: -17px;
    top: 59px;
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    background: url(../images/position_icon1.png) no-repeat center center;
}

ul.spectator_content_topmenu {
    margin: auto;
    display: table;
    padding: 15px 0 0 0;
}

.spectator_content_topbutton a {
    background: #313131 url(../images/position_icon3.png) no-repeat 10px center;
    border: 3px solid #888888;
    display: block;
    padding: 12px 0px 12px 75px;
    font-size: 18px;
    color: #fff !important;
    height: 74px;
    text-decoration: none !important;
    width: 175px;
    font-family: 'Conv_Alternate Gothic No3 D Regular';
}

.spectator_content_topbutton a span {
    display: block;
    color: #1E79C4;
}

.spectator_content_topmenu li {
    float: left;
    margin: 0 10px;
}

.spectator_content_topmenu li.spectator_content_topcancel {
    margin: 16px 0 0 40px;
}

li.spectator_content_topcancel.disabled {
    opacity: 0.3;
}

.spectator_content_topbutton.active a {
    border: 3px solid #1E79C4;
    background: #313131 url(../images/position_icon2.png) no-repeat 10px center;
}

.header_right_menu .header_leave {
    float: left;
    padding: 13px 40px 0 0px;
}



.pwa26_content_top h3 {
    font-size: 24px;
    color: #fff;
    margin: 0px;
    background: #1A1A1A;
    border: 1px solid #3D3D3D;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 25px;
    margin: 25px auto auto auto;
    display: table;
}

#button-1 .knobs:before {
    content: 'OFF';
    position: absolute;
    top: 2px;
    left: 3px;
    width: 26px;
    height: 25px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 8px 2px;
    background-color: #BD2025;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked+.knobs:before {
    content: 'ON';
    left: 40px;
    background-color: #528D2D;
}

#button-1 .checkbox:checked~.layer {
    background-color: #C4C4C4;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
    transition: 0.3s ease all;
}

.toggle-button-cover {
    display: block;
    position: relative;
    width: 70px;
    height: 30px;
    box-sizing: border-box;
    float: right;
}



.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button_checkbox {
    position: relative;
    top: 0;
    width: 70px;
    height: 30px;
    margin: 0;
    overflow: hidden;
}

.button.r,
.button.r .layer {
    border-radius: 100px;
}

.button.b2 {
    border-radius: 2px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #C4C4C4;
    transition: 0.3s ease all;
    z-index: 1;
    border-radius: 150px;
}


.sidebar_pane6_checkbox {
    display: block;
    overflow: hidden;
}

.sidebar_pane6_checkbox h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    float: left;
}

.sidebar_pane6_checkbox {
    display: block;
    overflow: hidden;
    padding: 0 30px;
}

.sidebar_pane6_checkbox {
    display: block;
    overflow: hidden;
    padding: 0 30px;
    margin: 10px 0;
}


.toolbar-actions ul {
    margin: 0;
    padding: 0 20px 0 ;
    display: flex;
}

.toolbar-actions ul li:not(:first-child) {
    margin-left: 55px;
}

.toolbar-actions ul li a {
    position: relative;
    display: block;
}

.toolbar-actions ul li a span {
    display: table;
    height: 43px;
    width: 45px;
}

.toolbar-actions ul li a span font {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.toolbar-actions ul li a:after,
.toolbar-actions ul li a:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.toolbar-actions ul li a:before {
    border-color: rgba(109, 109, 109, 0);
    border-right-color: #6D6D6D;
    border-width: 21.5px;
    margin-top: -22px;
}

.toolbar-actions ul li a:after {
    border-color: rgba(51, 51, 51, 0);
    border-right-color: #333333;
    border-width: 18px;
    margin-top: -17.5px;
}

.toolbar-actions ul li a span {
    background: #333333;
    border-top: 2px solid #6D6D6D;
    border-bottom: 2px solid #6D6D6D;
}

.toolbar-actions ul li a span:after,
.toolbar-actions ul li a span:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.toolbar-actions ul li a span:after {
    border-color: rgba(51, 51, 51, 0);
    border-left-color: #333333;
    border-width: 18px;
    margin-top: -17.5px;
}

.toolbar-actions ul li a span:before {
    border-color: rgba(109, 109, 109, 0);
    border-left-color: #6D6D6D;
    border-width: 21.5px;
    margin-top: -22px;
}

.toolbar-actions ul li.active a:before {
    border-right-color: #1E79C4;
}

.toolbar-actions ul li.active a:after {
    border-right-color: #1E79C4;
}

.toolbar-actions ul li.active a span {
    background: #1E79C4;
    border-top: 3px solid #1E79C4;
    border-bottom: 3px solid #1E79C4;
}

.toolbar-actions ul li.active a span:before {
    border-left-color: #1E79C4;
}

.toolbar-actions ul li.active a span:after {
    border-left-color: #1E79C4;
}



.leftsidebar_settings {
    background: #999999;
    height: calc(100vh - 19px);
    margin: -51px 0 0 0;
    padding: 51px 0 0 0;
}

.leftsidebar_settings ul {
    margin: 0;
    padding: 15px 0 0 15px;
}

.leftsidebar_settings ul li a {
    color: #000;
    background: url(../images/settings_menu.png) no-repeat 93% center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px;
    display: block;
}

.leftsidebar_settings ul li:hover a {
    text-decoration: none;
    color: #fff;
    background: #2C2C2C url(../images/settings_menu_hover.png) no-repeat 93% center;
}

.leftsidebar_settings ul li.active a {
    text-decoration: none;
    color: #fff;
    background: #2C2C2C url(../images/settings_menu_hover.png) no-repeat 93% center;
}

.pwa18_settings_server {
    background: #CECECE;
}

.settings18_pagecontent {
    width: 419px;
    margin: 35px 0 0 70px;
}

.settings18_pagebox1 h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.settings18_pageboxinput {
    font-size: 18px;
    width: 100%;
    margin: 8px 0 0 0;
    color: #000;
    font-weight: normal;
    padding: 10px;
    border: none;
}

.settings18_pageboxinput::placeholder {
    color: #000;
}

.settings18_pageboxinput:-ms-input-placeholder {
    color: #000;
}

.settings18_pageboxinput::-ms-input-placeholder {
    color: #000;
}

.settings18_pagebox1 .toggle-button-cover .layer {
    border: 1px solid #000;
}


.settings18_pageboxcheckbox h3 {
    margin: 0;
}

.settings18_pageaudio {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 0 7px;
}

.settings18_pageaudio span {
    float: left;
    font-size: 18px;
    color: #000;
    padding: 16px 0 0 0;
    width: 35px;
}

.settings18_pageaudio p {
    float: left;
    font-size: 18px;
    color: #000;
    margin: 0;
    padding: 7px 0 12px 0;
}

.settings18_pageaudio input.settings18_pageboxinput {
    width: 384px;
}



.settings19_pagecontent {
    width: 90%;
    margin: 35px 35px 0 70px;
}

.settings19_pagetitel h3 {
    float: left;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin: 7px 0 0 0;
    text-transform: uppercase;
}


.button_blueborder {
    text-decoration: none !important;
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.button_blueborder:after,
.button_blueborder:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.button_blueborder:before {
    border-color: rgba(109, 109, 109, 0);
    border-right-color: #1E79C4;
    border-width: 21px;
    margin-top: -21px;
}

.button_blueborder:after {
    border-color: rgba(51, 51, 51, 0);
    border-right-color: #BABABA;
    border-width: 18px;
    margin-top: -18px;
}

.button_blueborder span {
    background: #BABABA;
    border-top: 3px solid #1E79C4;
    border-bottom: 3px solid #1E79C4;
    font-size: 18px;
    font-family: 'Conv_Alternate Gothic No3 D Regular';
    color: #1E79C4;
    text-transform: uppercase;
    padding: 8px 15px;
    display: block;
}

.button_blueborder span:after,
.button_blueborder span:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.button_blueborder span:before {
    border-color: rgba(109, 109, 109, 0);
    border-left-color: #1E79C4;
    border-width: 21px;
    margin-top: -21px;
}

.button_blueborder span:after {
    border-color: rgba(51, 51, 51, 0);
    border-left-color: #BABABA;
    border-width: 18px;
    margin-top: -18px;
}

.settings19_pagebuttonright {
    float: right;
    margin: 0 25px 0 40px;
}

.settings19_pagetitel {
    overflow: hidden;
    display: block;
    margin: 0 0 50px 0;
}

.settings19_pagetable table th {
    padding: 15px 0;
    border-bottom: 1px solid #646464;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.settings19_pagetable table {
    width: 100%;
}

.settings19_pagetable table td {
    padding: 15px 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    vertical-align: middle;
}



.settings19_pagetable_button .button_blueborder {
    padding: 2px 0 1px;
    width: 75px;
    text-align: center;
    float: left;
    margin: 0 0 0 40px;
}

.settings19_pagetable_button .button_blueborder span {
    padding: 2px 0 1px;
}

.settings19_pagetable_button .button_blueborder:after {
    border-width: 12px;
    margin-top: -12px;
}

.settings19_pagetable_button .button_blueborder:before {
    border-width: 15px;
    margin-top: -15px;
}

.settings19_pagetable_button .button_blueborder span:after {
    border-width: 12px;
    margin-top: -12px;
}

.settings19_pagetable_button .button_blueborder span:before {
    border-width: 15px;
    margin-top: -15px;
}

.settings19_pagetable_button {
    overflow: hidden;
    float: right;
    display: flex;
    padding: 0 20px 0 0;
}


.manage15_pagecontent {
    padding: 35px 80px 0 35px;
}

.manage15_pagetitel h3 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    margin: 0;
}

.manage15_pagetitel {
    display: block;
    overflow: hidden;
}

input.manage15_inputsearch {
    width: 258px;
    padding: 3px 10px;
    color: #000;
    border: none;
}

.manage15_pagesearch {
    float: right;
    position: relative;
}

input.manage15_buttonsearch {
    position: absolute;
    z-index: 99;
    background: url(../images/Subtract.png) no-repeat center center;
    right: 0;
    border: none;
    width: 35px;
    height: 27px;
}

.manage15_pagebuttonright a.button_blueborder {
    float: left;
    margin: 0 30px 0 25px;
}

.manage15_pagebuttonright {
    display: block;
    overflow: hidden;
    padding: 25px 0 20px;
}

.manage15_pagetable table th {
    padding: 15px 10px;
    border-bottom: 1px solid #646464;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.manage15_pagetable table td {
    padding: 15px 10px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}


.manage15_pagetable table {
    width: 810px;
}

.manage15_pagetable_button a.button_blueborder {
    width: 60px;
    text-align: center;
}

.manage15_pagetable_button .button_blueborder span {
    padding: 2px 0 1px;
}

.manage15_pagetable_button .button_blueborder:after {
    border-width: 12px;
    margin-top: -12px;
}

.manage15_pagetable_button .button_blueborder:before {
    border-width: 15px;
    margin-top: -15px;
}

.manage15_pagetable_button .button_blueborder span:after {
    border-width: 12px;
    margin-top: -12px;
}

.manage15_pagetable_button .button_blueborder span:before {
    border-width: 15px;
    margin-top: -15px;
}

.tabs {
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #000;
    padding-right: 0;
    margin-top: 20px;
    padding-left: 15px;
}


.tabs li {
    float: left;
    list-style: none;

    margin-right: 5px;
}

.tabs li a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-top: 10px;
    text-transform: uppercase;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 8px;
    display: block;
    cursor: pointer;
    text-decoration: none !important;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background: none;
}

.tabs li.ui-state-active a {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: #999999;
}

.tabs_container_padding {
    padding: 0 25px;
}


.tabs li a.inactive {
    background: no-repeat;
}



.manageusers15_pagecheckbox {
    overflow: hidden;
    display: block;
    width: 100%;
}


/* The container */
.manageusers15_pagecheckbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    color: #575757;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}

/* Hide the browser's default checkbox */
.manageusers15_pagecheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #A4A4A4;
    border: 1px solid #636363;
}

/* On mouse-over, add a grey background color */
.manageusers15_pagecheckbox:hover input~.checkmark {
    background-color: #ccc;
}



/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.manageusers15_pagecheckbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.manageusers15_pagecheckbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #1E79C4;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.settings-actions a[class^="button_blue"] {
    width: 100%;
    text-align: center;
}

.settings18_pagebox1>* {
    margin-bottom: 10px;
}

.manage16_usersstats_pagebox1 h3 {
    display: block;
    width: 100%;
    margin: 0 0 20px !important;
}

.manage16_usersstats_pagebox1 p {
    color: #000;
    font-size: 18px;
}

h3.manage17_pagetitel {
    padding: 9px 0 9px 60px;
    background: url(../images/manage_usersicon.png) no-repeat left center;
}

.manage15_pagetable.past13_sessionstable table {
    width: 100%;
}

ul.pwa13_tabledropdownul {
    margin: 0;
    border: 1px solid #1E79C4;
    padding: 5px 10px !important;
    position: absolute;
    width: 110px !important;
    top: 43px;
    background: #E9E9E9;
    right: 10px;
    display: none;
    z-index: 9;
}

.pwa13_tabledropdownul li a {
    font-size: 14px;
    display: block;
    color: #1E79C4;
    padding: 4px 0;
}

img.pwa13_tabledropdownicon {
    float: right;
}

td.pwa13_tabledropdown {
    position: relative;
}

.pwa13_tabledropdownul li a:hover {
    color: #000;
    text-decoration: none !important;
}


.highlight ul.pwa13_tabledropdownul {
    display: block;
}


.past13_sessionstable label.manageusers15_pagecheckbox {
    height: 18px;
    padding: 0;
    margin: 0 20px 5px 0;
    width: 18px;
}

.past13_sessionstable table td {
    vertical-align: middle;
}

.past13_sessionstableicon1 {
    height: 28px;
    width: 28px;
    display: block;
    background: #8F8F8F;
    float: left;
    margin: -4px 10px 0 -40px;
}

label.manageusers15_pagecheckbox.past13_sessionslabel1 {
    margin: 0;
}

.sidebar_13pastsessions {
    padding: 35px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.sidebar_13pastbox1 h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0px;
}

.sidebar_13pastbox1 p {
    margin: 0;
    font-size: 14px;
    color: #000;
    padding: 10px 0 0 0;
}

.sidebar_13pastmarginb {
    margin-bottom: 25px;
}

.sidebar_13pastname1 p img {
    margin: 0 0 0 5px;
}


.sidebar_13pastselect1 select {
    background: none;
    border: none;
    width: 205px;
    float: right;
    font-size: 14px;
    color: #000;
}

.sidebar_13pastselect1 {
    border-bottom: 1px solid #000;
    overflow: hidden;
    display: block;
    padding: 0 0 6px;
    margin: 0 0 10px;
}

.sidebar_13pastselect1 h3 {
    float: left;
    padding: 5px 0 0 0;
}

.sidebar_13pastname1 p {
    margin: 0 0 5px;
    font-size: 14px;
    color: #000;
}

.sidebar_13pastname1 {
    padding: 0 0 10px;
}

.past13_sessionstableicon1.active {
    background: #C0C098;
}


a.search14_pagesearchback {
    display: inline-block;
    margin: 0 10px 0 0;
}

a.button_blueborder.btn_disable {
    opacity: 0.5;
    cursor: context-menu;
}

.sidebar_pwa08run_padding {
    padding: 15px;
}

.sidebar_pwa08run_padding .pointer {
    color: white;
    padding: 5px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
    border-radius: 5px;

}

.sidebar_pwa08run_padding .pointer:hover {
    background: rgba(30, 121, 196, 0.25);
    border: 1px solid #1E79C4;
    border-radius: 5px;
}

.sidebar_pwa08run_padding .pointer img {
    margin-right: 10px;
}

.sidebar_pwa08run {
    display: block;
    overflow: hidden;
    padding: 0 0 10px;
}

.sidebar_pwa08run1_left {
    float: left;
}

.sidebar_pwa08run1_right {
    float: right;
    padding: 10px 20px 0 0;
}

.sidebar_pwa08run1_left h2 {
    font-size: 16px;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    color: #828282;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.sidebar_pwa08run1_left p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.sidebar_pwa08run_form h2 {
    font-size: 16px;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    color: #828282;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.sidebar_pwa08run_form {
    display: block;
    margin: 0 0 10px;
}

.sidebar_pwa08run_forminput {
    width: 100%;
    background: #282828;
    border: none;
    padding: 8px 10px;
    font-size: 14px;
    color: #fff;
}

.sidebar_pwa08run_menu1 li {
    float: left;
    padding: 0 2px;
    width: 16.6%;
    margin: 0;
}

.sidebar_pwa08run_menu1 li a {
    display: block;
    border: 1px solid #1E79C4;
    background: #333;
    padding: 10px 0;
    text-align: center;
}

ul.sidebar_pwa08run_menu1 {
    overflow: hidden;
    display: block;
    margin: 0 -2px;
}


.gridLoader{
    padding: 150px 20px;
    text-align: center;
    font-weight:bold;
    font-size:25px
}



a.room_panedropdown {
    display: block;
    text-decoration: none !important;
    font-size: 14px;
    color: #fff !important;
    background: #282828 url(../images/room_icon1.png) no-repeat 30px center;
    padding: 1px 7px;
}

ul.room_panedropdown_menu {
    position: absolute;
    background: #333333;
    width: 176px;
    padding: 10px;
    right: 0px;
    z-index: 9;
    top: 21px;
    display: none;
}

.room_panedropdown_menu li a {
    font-size: 14px;
    color: #fff;
}

.highdropdown ul.room_panedropdown_menu {
    display: block;
}

.sidebar_panedropdown {
    position: relative;
}



.sidebar_pwa08run_label .past13_sessionslabel1 {
    display: table;
    margin: auto !important;
    width: 231px;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.sidebar_pwa08run_label {
    border-top: 2px solid #636363;
    border-bottom: 2px solid #636363;
    padding: 15px 0;
    margin: 0 0 15px;
}

.pwa08_iconmenubox a:before {
    display: none;
}

.pwa08_iconmenubox a:after {
    display: none;
}

.fancybox_popup h3 {
    font-size: 32px;
    border-bottom: 1px solid #696969;
    color: #fff;
    margin: 0px;
    line-height: normal;
    padding: 15px 25px;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    text-transform: uppercase;
}

.fancybox_popup_width {
    padding: 25px;
}

.fancybox_popup_width p {
    font-size: 21px;
    color: #fff;
}

.fancybox_popup_width td {
    color: #fff;
    padding-left: 10px;
}

.fancybox_popup_width label.manageusers15_pagecheckbox.past13_sessionslabel1 {
    font-size: 18px;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    margin: 0 0 13px;
}

.fancybox_popup_width img {
    margin: -3px 7px 0 0;
    width: 21px;
}

.sidebar_pwa09activedown h2 img {
    margin: -5px 0 0 8px;
}

.sidebar_pwa09activebutton a {
    display: block;
    float: left;
    margin: 0 0 0 52px;
}

img.pwa09throughicon {
    position: absolute;
    left: -16px;
    top: 10px;
}

.sidebar_panel_titel.active h2 {
    color: #00FF00;
}

.select09active_dropdown {
    position: absolute;
    background: #333333;
    right: -20px;
    width: 80px;
    display: none;
    top: 44px;
    z-index: 9;
}

.sidebar_pwa09activebutton {
    position: relative;
}

.select09active_dropdown h4 {
    border-bottom: 1px solid #636363;
    font-size: 12px;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
}

.select09active_dropdown ul {
    margin: 0;
    padding: 5px 15px;
}

select.select09active_option {
    width: 100%;
    background: #282828 url(../images/room_icon1.png) no-repeat 27px center;
    ;
    border: none;
    color: #fff;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 2px 0 2px 7px;
}

.select09active_dropdown ul li {
    margin: 0 0 10px;
}

.select09active_dropdown.highdropdown {
    display: block;
}

.pwa09_active_border1 {
    border-top: 2px solid #636363;
    padding-top: 10px;
}

.pwa09_active_border2 {
    display: inline-block;
    width: 100%;
    padding: 0 0 10px;
}

.pwa09_active_border2 h3 {
    font-size: 12px;
    color: #fff;
}

.pwa09_active_through h4 {
    font-size: 14px;
    color: #fff;
    float: left;
    background: url(../images/through_icon.png) no-repeat left center;
    padding: 12px 0 10px 20px;
    margin: 0 0 0 -15px;
}

.pwa09_active_through .pwa09_active_throughicon {
    float: right;
}

.pwa09_active_through {
    display: inline-block;
    width: 100%;
}

ul.filter_pwa09dropdownnul {
    position: absolute;
    background: #333333;
    z-index: 9;
    padding: 10px 15px;
    width: 205px;
    right: -15px;
    display: none;
}

.filter_pwa09dropdownn {
    position: relative;
}

.filter_pwa09dropdownnul li .manageusers15_pagecheckbox {
    color: #fff;
    font-size: 14px;
}

.filter_pwa09dropdownnul.highdropdown {
    display: block;
}

ul.object_pwa09dropdownul {
    position: absolute;
    background: #333333;
    z-index: 9;
    padding: 10px 35px 0;
    width: 195px;
    right: -15px;
    display: none;
}

.object_pwa09dropdown {
    position: relative;
}

ul.object_pwa09dropdownul li {
    margin: 0 0 10px;
    text-align: center;
}

.highdropdown .object_pwa09dropdownul {
    display: block;
}

.sidebar_pwa09active {
    overflow: hidden;
    display: block;
}

.sidebar_pwa09active h3 {
    font-size: 18px;
    color: #BD2025;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    padding: 10px 0 0 0;
}

.sidebar_pwa09active a.button_gray {
    float: left;
    width: 66px;
    margin: 0 30px;
}

.sidebar_pwa09active h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    float: left;
    padding: 10px 0 0 0;
}

.sidebar_pwa09active {
    overflow: hidden;
    display: table;
    margin: auto;
}

.fancybox_endsession {
    background: #282828;
    padding: 55px 0;
    text-align: center;
}

.fancybox_endsession h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    margin: 0 0 25px;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    font-weight: normal;
}

.fancybox_endsession h5 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 45px;
    font-weight: 400 !important;
}

ul.fancybox_endsession1 {
    display: table;
    margin: auto;
}

ul.fancybox_endsession1 li {
    float: left;
    margin: 0 25px;
}

ul.fancybox_endsession1 li a {
    width: 85px;
}

.header_left_menu a.header_logo {
    float: left;
}

.header_left_menu {
    display: flex;
}

.header_session_menu {
    float: right;
}

.header_session_menu a {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    padding: 23px 0 0 20px;
    display: block;
    font-weight: 700;
}

.header_session_menu a img {
    margin: -4px 0 0 5px;
}

.header_session_menu a {
    font-size: 14px;
    padding: 15px 0 0 20px;
}


.sidebar_12review_session {
    border-top: 2px solid #636363;
}

.sidebar_12review_session a {
    margin: 15px 0 0 0;
}

.pwa12review_sessionbottom1 {
    position: absolute;
    bottom: 73px;
    width: 100%;
    text-align: center;
}

.pwa12review_playcontrols {
    float: left;
    position: relative;
    margin: 13px 20px 0;
    padding: 0;
    display: block;
    border-top: 3px solid #6D6D6D;
    border-bottom: 3px solid #6D6D6D;
}

.pwa12review_playcontrolsul {
    margin: 0;
    display: block;
    overflow: hidden;
    background: #333333;
}

.pwa12review_sessionwidth {
    display: table;
    margin: auto;
}

.pwa12review_playcontrols1 {
    float: left;
}

.pwa12review_playcontrols1 img {
    float: left;
    width: auto;
}

.pwa12review_playcontrols1 p {
    float: right;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0 0 15px;
    color: #fff;
    margin: 0;
}

.pwa12review_playcontrols li {
    float: left;
    padding: 7px 10px 7px 6px;
    border-right: 3px solid #6D6D6D;
}

.pwa12review_playcontrols li a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.pwa12review_playcontrols li a img {
    margin: -4px 0 0 4px;
}

.pwa12review_playcontrols:after,
.pwa12review_playcontrols:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.pwa12review_playcontrols:before {
    border-color: rgba(109, 109, 109, 0);
    border-right-color: #6D6D6D;
    border-width: 22px;
    margin-top: -23px;
}

.pwa12review_playcontrols:after {
    border-color: rgba(51, 51, 51, 0);
    border-right-color: #333333;
    border-width: 18px;
    margin-top: -19px;
}


.pwa12review_playcontrolsul:after,
.pwa12review_playcontrolsul:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.pwa12review_playcontrolsul:before {
    border-color: rgba(109, 109, 109, 0);
    border-left-color: #6D6D6D;
    border-width: 22px;
    margin-top: -23px;
}

.pwa12review_playcontrolsul:after {
    border-color: rgba(51, 51, 51, 0);
    border-left-color: #333333;
    border-width: 18px;
    margin-top: -19px;
}

.pwa12review_playcontrols li.pwa12_playcontrols3 {
    border: none;
}

.pwa03_buildertextarea {
    width: 100%;
    background: #282828;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    height: 120px;
    resize:none;
}

.select_pwa03builderbutton {
    display: block;
    width: 100%;
    background: #282828 url(../images/room_icon1.png) no-repeat 97% center;
    border: none;
    padding: 8px 10px;
    font-size: 14px;
    text-decoration: none !important;
    color: #fff !important;
}

.select_pwa03builder {
    position: relative;
}


.select_pwa03builderdropdown {
    background: #333333;
    position: absolute;
    width: 100%;
    padding: 15px;
    display: none;
    z-index: 9;
    z-index: 999
}

.select_pwa03builderdropdown p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 7px;
}

.select_pwa03builderbox1 a {
    text-align: center;
    display: table;
    margin: auto;
}

.select_pwa03builderdropdown.highdropdown {
    display: block;
}



.search_03builder_box1 {
    padding: 20px;
}

.search_03builder_box2 {
    position: relative;
}

.search_03builder_forminput {
    width: 100%;
    background: #282828;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
}

.search_03builder_button1 {
    background: url(../images/Subtract.png) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    border: none;
    top: 5px;
    cursor: pointer;
    right: 10px;
}

.search_03builder_box1 ul {
    margin: 0;
    padding: 15px 0 0 10px;
}

.search_03builder_box1 ul li a {
    font-size: 14px;
    color: #fff;
    padding: 0 0 0 25px;
    text-decoration: none !important;
}


.search_03builder_box1 ul li {
    margin: 0 0 5px 0;
}

.pwa03builder_objectlist .sidebar_panel_titel {
    padding: 0;
}

.search_03builder_box4 {
    padding: 20px;
}

.search_03builder_box4 p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-align: right;
    padding: 10px 0 0 0;
}

.pwa03builder_objectlist {
    width: 100%;
}

.tabs_builderobject {
    display: flex;
    flex-direction: column;
}

.header_logo_left a.header_logo {
    display: block;
    float: none;
}

.header_logo_left h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    font-weight: normal;
}

.header_logo_left {
    position: relative;
    padding: 0 40px 0 0;
    margin-right: 60px;
}

a.header_arrow_down {
    position: absolute;
    right: 0;
    top: 28px;
}

ul.header_menu_min {
    margin: 0;
}

.header_menu_min li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none !important;
    padding: 27px 0;
    display: block;
}

.header_menu_min li {
    position: relative;
    float: left;
    margin: 0 30px 0 0;
}

.header_menu_min li:hover ul.header_submenu {
    display: block;
}

ul.header_submenu {
    display: none;
    position: absolute;
    background: #333333;
    padding: 10px 20px;
    width: 285px;
}

.header_menu_min li ul.header_submenu li {
    float: none;
    margin: 0;
}

.header_menu_min li ul.header_submenu li a {
    padding: 8px 0;
}

.header_menu_min li ul.header_submenu li a span {
    float: right;
    color: #999999;
}

.header_menu_min li ul.header_submenu li.header_submenu_edit {
    margin: 0 -20px -10px;
    padding: 0 20px;
    border-top: 2px solid #6D6D6D;
}


.header_submenuview h3 {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
    font-weight: 700;
}

.header_submenuview label.manageusers15_pagecheckbox {
    color: #fff;
}

label.manageusers15_pagecheckbox.pageradio .checkmark {
    border: 1px solid #636363;
    background: #575757;
    border-radius: 100%;
}

label.manageusers15_pagecheckbox.pageradio input:checked~.checkmark:after {
    display: block;
}

label.manageusers15_pagecheckbox.pageradio .checkmark:after {
    border-width: 0;
    height: 10px;
    width: 10px;
    display: none;
    background: #1E79C4;
    border-radius: 10px;
    left: 2px;
    top: 2px;
}


ul.header_dropdownmap {
    position: absolute;
    background: #333333;
    display: none;
    padding: 10px 20px;
    top: 68px;
    width: 235px;
    left: 0;
}

.header_dropdownmap li a {
    font-size: 18px;
    text-decoration: none !important;
    color: #fff;
    background: url(../images/dropdownmap.png) no-repeat left center;
    padding: 13px 0 13px 45px;
    display: block;
}

.header_dropdownmap.highdropdown {
    display: block;
}

.mini-menu {
    z-index: 4;
    background: linear-gradient(180deg, rgba(89, 89, 89, 0.4) 9.45%, rgba(89, 89, 89, 0) 100%);
    width: 75px;
    height: 100%;
    position: absolute;
    left: 0;
    transition: 0.2s all ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mini-menu ul {
    margin: 0;
    padding: 20px 0;
}

.mini-menu ul li a {
    display: block;
    text-align: center;
    padding: 0px;
}

.mini-menu ul li {
    padding: 0 0 40px;
}

.mini-menu .bottom-toggle{
    text-align: center;
}
.mini-menu .bottom-toggle a{
    padding: 25px;
    display: block;
}


.builder_object_left1 {
    z-index:20;
    position:relative;
}

.builder_object_left1 a {
    margin: 0 20px 0 0;
    display: inline-block;
}

.builderobject_padding1 {
    padding: 70px 20px 0 20px;
}

ul.builderobject_button1 {
    margin: 0;
    overflow: hidden;
    padding: 5px 0;
}

.builderobject_button1 li {
    float: left;
    width: 33.33%;
    padding: 0 26px;
}

.builderobject_button1 li a {
    display: block;
    text-align: center;
}

ul.tabs_builderobjectul {
    overflow: hidden;
    display: block;
    margin: 0;
}

ul.tabs_builderobjectul li {
    float: left;
    width: 20%;
}

ul.tabs_builderobjectul li {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 12px;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    text-align: center;
    display: block;
    padding: 0 10px;
    line-height: normal;
    position: relative;
}

ul.tabs_builderobjectul {
    overflow: visible;
    display: inline-block;
    margin: 15px 0px 0px 0px;
    border-bottom: 2px solid #636363;
    width: 100%;
    padding: 0 8px;
    height: 26px;
}

.left_sidebar_builderobject {
    border-left: 2px solid #636363;
    border-right: none;
}





ul.tabs_builderobjectul li.ui-tabs-active a:after,
ul.tabs_builderobjectul li.ui-tabs-active a:before {
    right: -9px;
    top: -1px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

ul.tabs_builderobjectul li.ui-tabs-active a:before {
    border-top: 25px solid transparent;
    border-left: 20px solid #333333;
    z-index: 9;
    top: 1px;
}

ul.tabs_builderobjectul li.ui-tabs-active a:after {
    border-top: 26px solid transparent;
    border-left: 20px solid #636363;
    right: -10px;
    left: auto;
}


ul.tabs_builderobjectul li.ui-tabs-active a span:after,
ul.tabs_builderobjectul li.ui-tabs-active a span:before {
    left: -9px;
    top: -1px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

ul.tabs_builderobjectul li.ui-tabs-active a span:before {
    border-top: 25px solid transparent;
    border-right: 20px solid #333333;
    z-index: 9;
    top: 1px;
}

ul.tabs_builderobjectul li.ui-tabs-active a span:after {
    border-top: 26px solid transparent;
    border-right: 20px solid #636363;
    left: -10px;
    right: auto;
}

ul.tabs_builderobjectul li.ui-tabs-active a span {
    background: #333333;
    border-top: 2px solid #636363;
}

ul.tabs_builderobjectul li a span {
    display: block;
    padding: 6px 0;
    border-top: 2px solid transparent;
}

.tabs_builderobject_content {
    padding: 20px;
}

.tabs_builderobject_content1 label.manageusers15_pagecheckbox.past13_sessionslabel1 {
    font-size: 14px;
    color: #fff;
    margin: 0 0 10px 0;
}

ul.tabs_builderobject_content2 {
    margin: 0;
}

.tabs_builderobject_content2 li {
    display: inline-block;
    width: 100%;
    margin: 0 0 8px;
}

.tabs_builderobject_content2 li span {
    float: left;
    font-size: 16px;
    color: #828282;
    text-transform: uppercase;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    padding: 2px 0 0 0;
}

.tabs_builderobject_content2 select.select09active_option {
    float: right;
    width: 70%;
    background-position: 93% center;
}

.tabs_builderobjectradio1 h3 {
    font-size: 16px;
    color: #828282;
    padding: 20px 0 10px;
    text-transform: uppercase;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
}




.tabs_builderobjectradio1 ul li .manageusers15_pagecheckbox {
    color: #fff;
}

.tabs_builderobject_content p {
    color: #fff;
    font-size: 15px;
}

.builder05contnet_popup {
    padding: 40px 20px;
    text-align: center;
}

.builder05contnet_popup h4 {
    font-size: 20px;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    margin: 0;
    text-transform: uppercase;
    padding: 0 0 30px 0;
}

.builder05contnet_popup p {
    font-size: 18px;
    margin: 0 0 25px;
}

.builder05contnet_popup font {
    display: block;
    margin: 0;
    font-size: 18px;
    color: #828282;
    line-height: 25px;
}

.builder05contnet_popup a.button_blue {
    margin: 0 auto 21px;
    display: table;
}

.boder_left_poup1 {
    position: relative;
}

.boder_left_poup1:before {
    position: absolute;
    content: "";
    display: block;
    height: 80%;
    top: 10%;
    right: 0px;
    background: #6D6D6D;
    width: 1px;
}



.newspatialmapname {
    text-decoration: underline;
    color: #1E79C4;
    font-size: 18px;
    margin: 0 0 25px;
    font-weight: 700;
    display: block;
}




.sidebar_pane5_table.sidebar_pane5_table1.sidebar_page10_table1 {
    height: 255px;
}


.settings18_pagebox1 .settings18_pageaudio span.settings18_pageaudiospan {
    padding: 4px 0 0 0;
}



.builder30left_popup {
    padding: 25px;
}

.builder30left_popup h4 {
    font-size: 17px;
    font-family: 'Conv_Alternate Gothic No3 D Regular' !important;
    text-transform: uppercase;
}

.builder30left_popup .sidebar_pane6_checkbox {
    margin: 0;
    padding: 0 0px 10px 0;
}


.builder30left_popup .sidebar_pane6_checkbox h3 {
    font-family: 'Source Sans Pro' !important;
    border: none;
    font-size: 14px;
    text-transform: none;
    padding: 5px 0 0 0;
    width: 170px;
}


.builder30left_popup .toggle-button-cover {
    float: left;
}

.builder30left_popup ul.fancybox_endsession1 {
    padding: 25px 0 0 0;
    text-align: center;
}

.builder30left_popup .sidebar_pane6_checkbox.sidebar_builder30left_checkbox {
    padding-bottom: 35px;
}

input.input_text1 {
    width: 68px;
    color: #000;
    border: 1px solid #696969;
    background: none;
    padding: 2px 5px;
}





/*--------------------------------------------------
			HEADER CSS END
---------------------------------------------------*/




/*--------------------------------------------------
			CONTAINER CSS START
---------------------------------------------------*/


/*--------------------------------------------------
			CONTAINER CSS END
---------------------------------------------------*/




/*--------------------------------------------------
			FOOTER CSS START
---------------------------------------------------*/


/*--------------------------------------------------
			FOOTER CSS END
---------------------------------------------------*/



/*--------------------------------------------------
            RESPONSIVE CSS START
---------------------------------------------------*/
@media (min-width:1920px) {

    .sidebar_panel_titel h2 span:after {
        left: -21px;
    }

}

@media only screen and (max-width: 1920px) and (min-width: 1400px) {

    .sidebar_pane6_spectator a.button_gray {
        width: 195px;
    }
}

@media (max-width:1400px) {

    #button-1 .knobs:before {
        top: 3px;
    }

    .sidebar_pane5_table.sidebar_pane5_table1.sidebar_page10_table1 {
        height: 154px;
    }

    .builder05contnet_popup h4 {
        font-size: 16px;
    }

    .builder05contnet_popup p {
        font-size: 15px;
    }

    .tabs_builderobject_content {
        height: 165px;
        overflow-y: auto;
    }

    .newspatialmapname {
        font-size: 15px;
    }

    .builder05contnet_popup font {
        font-size: 14px;
        line-height: 20px;
    }

    .builderobject_button1 li {
        padding: 0 16px;
    }

    .builder_object_left1 a img {
        width: 51px;
    }

    .builder_object_left1 a {
        margin: 0 10px 0 0;
    }

    .mini-menu ul li a img {
        width: 30px;
    }

    .toolbar-actions {
        position: absolute;
        right: 20px;
        top: 65px;
    }

    .pwa08_iconmenubox img {
        width: 55px;
    }

    .toolbar-actions ul.pwa08_iconmenumargin li {
        margin: 11px 0 0 45px;
    }

    .toolbar-actions ul li.pwa08_iconmenubox {
        margin: 0px 0 0 30px !important;
    }

    .builder_object_left1 {
        left: 80px;
        top: 65px;
    }

    .mini-menu ul li {
        padding: 0 0 30px;
    }

    .mini-menu {
        width: 55px;
        height: 450px;
    }

    .header_dropdownmap li a {
        font-size: 14px;
        background: url(../images/dropdownmap.png) no-repeat left center / 20px;
        padding: 6px 0 6px 30px;
    }

    ul.header_dropdownmap {
        top: 51px;
        width: 195px;
    }

    ul.header_submenu {
        width: 200px;
    }

    .header_menu_min li a {
        font-size: 14px;
        padding: 14px 0;
    }

    .header_logo_left h3 {
        font-size: 12px;
    }

    .header_arrow_down img {
        width: 13px;
    }

    .header_logo_left .header_logo img {
        padding: 4px 0 0 0;
    }

    a.header_arrow_down {
        top: 19px;
    }


    .search_03builder_box1 ul li {
        margin: 0 0 0px 0;
    }

    .pwa03_buildertextarea {
        font-size: 12px;
        height: 73px;
        line-height: 15px;
        resize:none;
    }

    .search_03builder_box1 {
        padding: 10px 20px;
    }

    .search_03builder_box4 {
        padding: 10px 20px;
    }

    .select_pwa03builderbutton {
        padding: 2px 7px;
        font-size: 12px;
    }

    .pwa12review_playcontrols li a img {
        margin: -3px 0 0 2px;
        width: 12px;
    }

    .pwa12review_playcontrols li a {
        font-size: 13px;
    }

    .pwa12review_playcontrols li {
        padding: 2px 4px 2px 6px;
        border-right: 2px solid #6D6D6D;
    }

    .pwa12review_playcontrols1 p {
        font-size: 14px;
        padding: 4px 0 0 15px;
    }

    .pwa12review_playcontrols {
        border-top: 2px solid #6D6D6D;
        border-bottom: 2px solid #6D6D6D;
    }


    .pwa12review_playcontrols:before {
        border-width: 15.5px;
        margin-top: -16px;
    }

    .pwa12review_playcontrols:after {
        border-width: 12.6px;
        margin-top: -13px;
    }

    .pwa12review_playcontrolsul:before {
        border-width: 15.5px;
        margin-top: -16px;
    }

    .pwa12review_playcontrolsul:after {
        border-width: 12.6px;
        margin-top: -13px;
    }

    .pwa12review_playcontrols1 img {
        width: 490px;
    }

    .spectator_content_right {
        margin-top: -51px;
        padding: 51px 0 0 0;
    }

    .sidebar_12review_session a {
        margin: 10px 0 0 0;
    }

    .object_pwa09dropdown img {
        width: 31px;
    }

    .header_logo img {
        width: 85px;
        padding: 11px 0 0 0;
    }

    .header_right_menu ul li a {
        line-height: 15px;
        font-size: 13px;
    }

    .header {
        border-bottom: 2px solid #636363;
    }

    .button_gray span {
        border-top: 2px solid #6D6D6D;
        border-bottom: 2px solid #6D6D6D;
        font-size: 13px;
        padding: 3px 10px;
    }

    .button_gray:after {
        border-width: 12.6px;
        margin-top: -13px;
    }

    .button_gray:before {
        border-width: 15.5px;
        margin-top: -16px;
    }

    .button_gray span:before {
        border-width: 15.5px;
        margin-top: -16px;
    }

    .button_gray span:after {
        border-width: 12.6px;
        margin-top: -13px;
    }

    .header_logout {
        margin: 9px 20px 9px 0;
    }

    .header_right_menu ul li {
        height: 37px;
        border-right: 1px solid #1E79C4;
    }

    .header_right_menu {
        margin: 0 110px 0 0;
    }

    .header_right_menu ul {
        padding: 5px 0;
    }

    .home_landing_menuleft ul li a .menu_span_icon {
        padding: 13px 0 13px 50px;
        display: block;
        background-size: 32px !important;
        width: 215px;
    }

    .home_landing_menuleft ul li .menu_span_hover:before {
        border-width: 21.5px;
    }

    .home_landing_menuleft ul li a {
        font-size: 20px;
        border-top: 2px solid #1E79C4;
        border-left: 2px solid #1E79C4;
        border-bottom: 2px solid #1E79C4;
    }


    .home_landing_menuleft ul li a:after {
        border-width: 22.5px;
        margin-top: -23px;
    }

    .home_landing_menuleft ul li a:before {
        border-width: 25.5px;
        margin-top: -26px;
    }

    .home_landing_menuleft ul li .menu_span_hover {
        font-size: 20px;
        padding: 12px 15px 12px 40px;
        left: 105px;
        top: 3px;
        border-width: 21.5px;
    }

    .home_landing_menuleft ul li:hover .menu_span_hover {
        left: 100%
    }

    .home_landing_menuleft ul li.active .menu_span_hover {
        left: 100%
    }

    .home_landing_menuleft {
        padding: 95px 0 0 50px;
    }

    .home_landing_menuleft ul li.landing_menusessionicon a .menu_span_icon {
        background-position: 9px 6px;
    }

    .home_landing_menuleft ul li.landing_menubuildicon a .menu_span_icon {
        background-position: 10px 7px;
    }

    .home_landing_menuleft ul li.landing_menupasticon a .menu_span_icon {
        background-position: 11px 9px;
        background-size: 28px !important;
    }

    .home_landing_menuleft ul li.landing_menumanageicon a .menu_span_icon {
        background-position: 8px 12px;
    }

    .home_landing_menuleft ul li.landing_menusettingsicon a .menu_span_icon {
        background-position: 8px 7px;
    }

    .home_landing_menuleft ul li {
        margin: 0 0 24px 0;
    }


    .sidebar_panel_titel h2 {
        font-size: 14px;
    }

    .sidebar_pane2_titel h2 {
        font-size: 14px;
        padding: 5px 0;
        margin: 0;
    }

    .sidebar_pane3_content label {
        font-size: 13px;
        margin: 0;
    }

    .sidebar_pane3_content p {
        font-size: 12px;
        color: #fff;
        margin: 0 0 4px;
        line-height: 15px;
    }

    .sidebar_pane3_content {
        margin: 0 0 25px 0;
    }

    .sidebar_pane4_content h3 {
        font-size: 14px;
    }


    .sidebar_pane5_tableheader th {
        padding: 3px 3px;
        font-size: 11px;
    }




    .sidebar_pane5_table hr {
        height: 2px;
        top: 25px;
    }

    .sidebar_pane5_tableheader img {
        width: 18px;
    }

    .sidebar_pane5_table td {
        position: relative;
        font-size: 11px;
        color: #fff;
        padding: 2px 3px;
    }

    .sidebar_pane5_tabletd1 img {
        padding: 0 5px 0 0;
        width: 22px;
    }


    .sidebar_pane5_table td span {
        font-size: 9px;
        width: 42px;
    }

    .sidebar_pane5_table tr td .sidebar_icon6 {
        width: 17px;
        margin: 0 0 0 5px;
    }

    .sidebar_pane6 {
        border-top: 2px solid #636363;
        padding: 10px 20px 10px 20px;
    }

    .sidebar_pane6 h2 {
        font-size: 14px;
    }

    .sidebar_pane6_loading1 {
        height: 7px;
    }

    .sidebar_pane6_loading2 {
        height: 7px;
    }

    .left_sidebar_border {
        margin-top: -51px;
    }

    .sidebar_panel_titel {
        padding: 60px 0 0 0;
    }

    .sidebar_panel_titel h2:after {
        border-top: 27px solid transparent;
    }

    .sidebar_panel_titel h2:before {
        border-top: 27px solid transparent;
    }

    .sidebar_panel_titel h2 span:before {
        border-top: 27px solid transparent;
    }

    .sidebar_panel_titel h2 span:after {
        border-top: 27px solid transparent;
    }




    .sidebar_pane5_table {
        height: 195px;
    }


    .button_blue span {
        font-size: 13px;
        padding: 6px 10px;
    }

    .button_blue:before {
        border-width: 16.8px;
        margin-top: -17px;
    }

    .button_blue span:before {
        border-width: 16.5px;
        margin-top: -17px;
    }

    .sidebar_pane6_spectator {
        padding: 0 0 5px 0px;
    }

    .sidebar_pane6_spectator h2 {
        padding: 7px 0 7px;
        font-size: 12px;
        margin: 7px 0 0 0;
    }


    .spectator_content_toptitel1 h3 {
        background: url(../images/position_icon4.png) no-repeat 98% center / 30px;
        color: #fff;
        margin: 0;
        line-height: normal;
        font-size: 12px;
        padding: 12px 46px 12px 10px;
    }


    .spectator_content_toptitel1 {
        border: 2px solid #888888;
    }

    .spectator_content_toptitel1:after {
        top: 35px;
    }

    .spectator_content_toptitel1 h3:after {
        top: 35px;
    }


    .spectator_content_topbutton.active a {
        border: 2px solid #1E79C4;
        background: #313131 url(../images/position_icon2.png) no-repeat 6px center / 40px;
    }

    .spectator_content_topbutton a {
        background: #313131 url(../images/position_icon3.png) no-repeat 6px center / 40px;
        border: 2px solid #888888;
        padding: 3px 0px 3px 50px;
        font-size: 14px;
        height: 50px;
        width: 135px;
    }

    .spectator_content_topmenu li.spectator_content_topcancel {
        margin: 10px 0 0 20px;
    }

    .spectator_content_topmenu li {
        margin: 0 5px;
    }

    .positionscene_buttonbottom .button_blue span {
        width: 145px;
    }

    .positionscene_rightbottom {
        right: 10px;
        bottom: 20px;
    }

    .header_right_menu .header_leave {
        padding: 8px 30px 0 0px;
    }




    .pwa26_content_top h3 {
        font-size: 15px;
        padding: 12px 20px;
    }




    .sidebar_pane6_checkbox h3 {
        font-size: 12px;
        padding: 8px 0 0 0;
    }

    .button_checkbox {
        position: relative;
        top: 0;
        width: 55px;
        height: 26px;
        margin: 0;
        overflow: hidden;
    }

    #button-1 .knobs:before {
        width: 20px;
        height: 20px;
        font-size: 8px;
        padding: 6px 2px;
    }

    #button-1 .checkbox:checked+.knobs:before {
        left: 32px;
    }

    .sidebar_pane6_checkbox {
        margin: 5px 0;
    }

    .toggle-button-cover {
        width: 55px;
    }


    .toolbar-actions ul li a span {
        height: 36px;
        width: 36px;
    }

    .toolbar-actions ul li a span {
        border-top: 2px solid #6D6D6D;
        border-bottom: 2px solid #6D6D6D;
    }


    .toolbar-actions ul li a span:before {
        border-width: 18px;
        margin-top: -18px;
    }

    .toolbar-actions ul li a span:after {
        border-width: 16px;
        margin-top: -16px;
    }

    .toolbar-actions ul li a:before {
        border-width: 18px;
        margin-top: -18px;
    }

    .toolbar-actions ul li a:after {
        border-width: 16px;
        margin-top: -16px;
    }


    .leftsidebar_settings ul li a {
        font-size: 14px;
    }

    .settings18_pagebox1 h3 {
        font-size: 14px;
        margin: 0 0 5px 0;
    }

    .settings18_pagebox1 {
        margin: 0 0 30px 0;
    }

    .settings18_pageboxinput {
        font-size: 14px;
        padding: 5px 10px;
    }

    .settings18_pageaudio span {
        font-size: 14px;
        padding: 11px 0 0 0;
        width: 28px;
    }


    .settings18_pageaudio p {
        font-size: 14px;
        margin: 0;
        padding: 5px 0 5px 0;
    }

    .settings18_pageaudio {
        margin: 0;
    }

    .settings18_pagebox1 {
        margin: 0 0 18px 0;
    }


    .settings19_pagetitel h3 {
        font-size: 18px;
    }


    .button_blueborder span {
        border-top: 2px solid #1E79C4;
        border-bottom: 2px solid #1E79C4;
        font-size: 13px;
        padding: 4px 10px 4.5px;
    }



    .button_blueborder span:after {
        border-width: 14px;
        margin-top: -14px;
    }

    .button_blueborder span:before {
        border-width: 17px;
        margin-top: -17px;
    }

    .button_blueborder:before {
        border-color: rgba(109, 109, 109, 0);
        border-right-color: #1E79C4;
        border-width: 17px;
        margin-top: -17px;
    }

    .button_blueborder:after {
        border-width: 14px;
        margin-top: -14px;
    }

    .settings19_pagetable table th {
        font-size: 14px;
        padding: 10px 0;
    }

    .settings19_pagetable table td {
        padding: 8px 0;
        font-size: 14px;
        line-height: normal;
    }


    .settings19_pagetable_button .button_blueborder:after {
        border-width: 8px;
        margin-top: -8px;
    }

    .settings19_pagetable_button .button_blueborder:before {
        border-width: 10px;
        margin-top: -10px;
    }

    .settings19_pagetable_button .button_blueborder span:after {
        border-width: 8px;
        margin-top: -8px;
    }

    .settings19_pagetable_button .button_blueborder span:before {
        border-width: 10px;
        margin-top: -10px;
    }

    .settings19_pagetable_button .button_blueborder {
        padding: 2px 0 1px;
        width: 50px;
    }

    .settings19_pagecontent {
        width: 530px;
    }

    .manage15_pagetitel h3 {
        color: #000;
        font-size: 18px;
    }

    .manage15_pagetable table th {
        padding: 10px 10px;
        font-size: 14px;
    }

    .manage15_pagetable table td {
        padding: 10px 10px;
        font-size: 14px;
        line-height: normal;
    }

    .manage15_pagetable table {
        width: 640px;
    }

    .manage15_pagetable_button .button_blueborder:after {
        border-width: 9.5px;
        margin-top: -10px;
    }

    .manage15_pagetable_button .button_blueborder:before {
        border-width: 11.5px;
        margin-top: -12px;
    }

    .manage15_pagetable_button .button_blueborder span:before {
        border-width: 11.5px;
        margin-top: -12px;
    }

    .manage15_pagetable_button .button_blueborder span:after {
        border-width: 9.5px;
        margin-top: -10px;
    }

    .manageusers15_pagecheckbox {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .checkmark {
        top: 2px;
    }

    .manage16_usersstats_pagebox1 p {
        font-size: 14px;
    }

    h3.manage17_pagetitel {
        padding: 9px 0 9px 55px;
        background: url(../images/manage_usersicon.png) no-repeat left center / 46px;
    }

    label.manageusers15_pagecheckbox.past13_sessionslabel1 {
        margin: 0px 0 -3px 0;
    }

    .settings18_pagebox1 a.button_blueborder {
        width: 115px;
    }

    .settings18_pagebox1 a.button_blue {
        width: 115px;
    }

    .sidebar_13pastmarginb {
        margin-bottom: 15px;
    }

    a.search14_pagesearchback img {
        width: 39px;
    }

    .sidebar_pwa08run1_left h2 {
        font-size: 13px;
        margin: 0 0 0px;
    }

    .sidebar_pwa08run1_left p {
        font-size: 12px;
        margin: 0;
    }

    .sidebar_pwa08run {
        padding: 0 0 5px;
    }

    .sidebar_pwa08run_form h2 {
        font-size: 12px;
        margin: 0 0 4px;
    }

    input.sidebar_pwa08run_forminput {
        padding: 2px 7px;
        font-size: 12px;
    }

    .sidebar_pwa08run_form {
        margin: 0 0 5px;
    }

    .sidebar_pwa08run_menu1 li a img {
        width: 15px;
    }

    .sidebar_pwa08run_menu1 li a {
        padding: 6px 0;
    }

    .sidebar_pwa08run1_right {
        padding: 3px 20px 0 0;
    }

    a.room_panedropdown {
        display: block;
        text-decoration: none !important;
        font-size: 11px;
        color: #fff !important;
        background: #282828 url(../images/room_icon1.png) no-repeat 30px center / 12px;
        padding: 0px 5px;
    }
















    .room_panedropdown_menu li a {
        font-size: 11px;
    }

    ul.room_panedropdown_menu {
        width: 140px;
        padding: 2px 5px;
    }

    .sidebar_pwa08run_label {
        padding: 7px 0;
        margin: 0px 0 7px;
    }

    .fancybox_popup h3 {
        font-size: 24px;
    }

    a.fancybox-item.fancybox-close {
        background-size: 36px;
        background-repeat: no-repeat;
        background-position: center center;
        top: 5px;
    }

    .fancybox_popup_width p {
        font-size: 16px;
    }

    .fancybox_popup_width label.manageusers15_pagecheckbox.past13_sessionslabel1 {
        font-size: 15px;
    }

    .sidebar_pwa09activedown h2 img {
        width: 13px;
        margin: -2px 0 0 6px;
    }

    .sidebar_pwa09activebutton a {
        margin: 0 0 0 36px;
    }

    img.pwa09throughicon {
        top: 4px;
    }

    .select09active_dropdown {
        top: 31px;
    }

    .pwa09_active_through h4 {
        padding: 4px 0 4px 20px;
    }

    .sidebar_pane5_table1.sidebar_pane5_table {
        height: 147px;
    }

    ul.object_pwa09dropdownul {
        width: 155px;
    }

    .sidebar_pwa09active h3 {
        padding: 5px 0 0 0;
    }

    .sidebar_pwa09active h4 {
        padding: 5px 0 0 0;
    }

}



@media (max-width:1280px) {

    .button_gray span {
        border-top: 2px solid #6D6D6D;
        border-bottom: 2px solid #6D6D6D;
        font-size: 10px;
        padding: 3px 0px;
    }

    ul.tabs_builderobjectul li a {
        font-size: 9px;
    }

    ul.tabs_builderobjectul li a span {
        padding: 7px 0;
    }

    .sidebar_panedropdown {
        width: 47px;
    }

    .sidebar_pwa09active h3 {
        font-size: 11px;
        padding: 8px 0 0 0;
    }

    .sidebar_pwa09active h4 {
        font-size: 11px;
        padding: 8px 0 0 0;
    }

    .pwa12review_playcontrols1 img {
        padding: 5px 0 0 0;
        width: 390px;
    }

    .sidebar_13pastsessions {
        padding: 15px;
    }

    .manage15_pagetable table td {
        padding: 5px 5px;
        font-size: 11px;
    }

    .past13_sessionstableicon1 {
        margin: -4px 10px 0 -25px;
    }
}

@media (max-width:992px) {
    .manage15_pagetable table {
        width: 585px !important;
    }

    .manage15_pagetable {
        overflow-x: auto;
    }

    .row.pwa15_manageusers_row {
        display: block;
    }

    .row.pwa15_manageusers_row .col-md-9.p-0 {
        max-width: 100%;
    }

    .row.pwa15_manageusers_row .col-md-3.p-0 {
        max-width: 100%;
    }

    .pwa15_manageusers_row .rightsidebar_manageusers {
        margin-top: 30px;
        padding-top: 5px;
        height: auto;
        padding-bottom: 1px;
    }

    .settings18_pagecontent {
        width: auto;
        margin: 35px 15px 0 15px;
    }

    .leftsidebar_settings {
        padding-bottom: 15px;
    }

    .settings19_pagecontent {
        width: auto;
        margin: 35px 15px 0 15px;

    }

}

@media (max-width:800px) {
    .desktop_logo_wrapper {
        width: 100%;
    }

    .desktop_logo {
        width: 100%;
        padding: 100px 0 80px;
    }

    .desktop_logo img {
        max-width: 300px;
    }

}

@media (max-width:781px) {
    .button_gray span {
        padding: 2px 0px 2px;
    }

    .button_gray:before {
        border-width: 15px;
        margin-top: -15px;
    }

    .button_gray:after {
        border-width: 12.3px;
        margin-top: -12.1px;
    }

    .button_gray span:before {
        border-width: 15px;
        margin-top: -15px;
    }

    .button_gray span:after {
        border-width: 12.3px;
        margin-top: -12.1px;
    }

    .toolbar-actions ul li a span:after {
        border-width: 15.8px;
        margin-top: -15.5px;
    }

    .toolbar-actions ul li a:after {
        border-width: 15.8px;
        margin-top: -15.5px;
    }
}

@media (max-width:767px) {
    .spectator_content_right {
        height: auto;
        padding-bottom: 55px;
    }

    .pwa12review_sessionbottom1 {
        bottom: 65px;
    }

    .pwa03builder_objectlist {
        position: relative;
    }

    .builder_object_left1 {
        top: 125px;
    }

    .mini-menu {
        position: relative;
    }

    .rightsidebar_manageusers {
        margin-top: 40px;
        padding-top: 10px;
    }

    .manage15_pagecontent {
        padding: 20px 15px 0 15px;
    }

    .manage15_pagebuttonright a.button_blueborder {
        margin-bottom: 15px;
    }

    .leftsidebar_settings {
        height: auto;
    }

    .left_sidebar_border {
        height: auto;
    }

    .sidebar_pane6_spectator {
        position: relative;
    }

    .sidebar_pane5_table {
        height: auto;
    }

    .left_sidebar_border {
        border-right: none;
    }

    .spectator_content_topbutton a {
        width: 120px;
    }

    .spectator_content_right {
        height: auto;
    }

    .positionscene_rightbottom {
        position: relative;
    }

    .positionscene_rightbottom {
        position: relative;
        bottom: 0;
        right: 0;
        display: table;
        margin: 15px auto 20px auto;
    }

    .positionscene_buttonbottom .button_blue span {
        width: 95px;
    }
}

@media (max-width:650px) {
    .header_right_menu ul li {
        margin: 0 20px 0 0;
        padding: 0 20px 0 0;
    }

    .home_landing_menuleft {
        padding: 65px 0 0 15px;
    }

    .home_landing_menuleft ul li a .menu_span_icon {
        width: 200px;
    }

    .home_landing_menuleft ul li .menu_span_hover {
        left: 95px;
    }

    .home_landing_menuleft ul li:hover .menu_span_hover {
        left: 200px;
    }

    .home_landing_menuleft ul li .menu_span_hover:before {
        margin-top: -22px;
    }

    ul.header_menu_min {
        margin: 0;
    }

    .header_logo_left {
        padding: 0 20px 0 0;
    }

    .header_menu_min li {
        margin: 0 10px 0 10px;
    }

    ul.header_dropdownmap {
        z-index: 1;
    }

    ul.header_submenu {
        z-index: 1;
    }

    .fancybox_popup {
        width: 100% !important;
    }

    .boder_left_poup1:before {
        display: none;
    }

    .home_landing_menuleft ul li.active .menu_span_hover {
        left: 200px;
    }

    .spectator_content_toptitel1 h3 {
        width: 295px;
    }
}

@media (max-width:480px) {}

@media (max-width:320px) {}


/*--------------------------------------------------
            RESPONSIVE CSS END
---------------------------------------------------*/