@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    margin-left: 0px;
    margin-top: 0px;
}
::-o-scrollbar {
    width: 12px;
}
::-moz-scrollbar {
    width: 12px;
}
::-ms-scrollbar {
    width: 12px;
}
::-o-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
::-o-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-ms-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
::-ms-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
::-moz-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
::-xwebkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-xwebkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
::-xwebkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
::-xwebkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, 0.5);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(80, 80, 80, 0.5);
    background-color: rgba(150, 150, 150, 1.0)
}
.unselectable {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
body {
    width: 100%;
    height: 100%
}
tr.hidden {
    display: none
}
/*CSS FOR THE LOGINPAGE*/

div.loginlogo {
    background-image: url(orebroll_logo3.png);
    background-size: cover;
    width: 250px;
    height: 250px;
    margin-bottom: 20px;
    margin-left: 5px;
}
/*body {background:rgb(51,51,51);}*/

.coloring {
    background: rgba(224, 224, 224, 1);
    height: 100%;
    width: 100%;
}
p {
    margin: 5px 0 10px 0;
    /*text-align: center;*/
}
.centerh {
    height: 100%;
    max-width: 250px;
    width: 90%;
    margin: 0 auto;
    display: table;
}
.centerv {
    padding-bottom: 20%;
    vertical-align: middle;
    display: table-cell;
}
.container {} form input {
    padding: 10px;
    border-radius: 0px;
    border: 0;
    width: 240px;
    size: 0.8em;
}
form input.button {
    cursor: pointer;
    text-align: center;
    position: relative !important;
    padding: 5px;
    background: #F19300;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 1em;
    width: 260px;
}
/*...BELOW IS CSS FOR EVERYTHING ELSE*/

span.welcome {
    font-family: 'Montserrat';
    font-size: 34px;
    color: #2f2f2f;
}
span.welcometext {
    font-size: 18px;
    color: black;
    font-family: 'Helvetica', sans-serif;
    font-weight: 100;
}
#lightboxbackground {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1100;
    position: absolute;
}
.lightboxbackground1 {
    background-color: #333333;
    border: 3px solid grey;
    filter: alpha(opacity=40);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.lightboxbackground {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.95)));
    /* Chrome,Safari4+ */
    
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    /* Opera 12+ */
    
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    /* IE10+ */
    
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
div.semitransparentpanel {
    background-imagew: url(../images/gradient01.png);
    background-color: #2F2F2F;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #222222;
}
div.hidden {
    visibility: hidden;
}
div.invisible {
    opacity: 0;
}
input:disabled {
    background-color: white
}
#v0,
#v1,
#v2,
#v3,
#v4 {
    visibility: hidden;
    width: 1px;
    background-color: #0080EE;
    position: absolute;
    display: none;
}
#h0,
#h1,
#h2,
#h3,
#h4 {
    visibility: hidden;
    height: 1px;
    background-color: #0080EE;
    position: absolute;
    display: none;
    font-size: 0;
    line-height: 0;
}
#v3:hover,
#v4:hover {
    width: 5px;
    margin-left: -2px;
    background-color: #FF80EE;
}
#h3:hover,
#h4:hover {
    height: 5px;
    margin-top: -2px;
    background-color: #FF80EE;
}
div.cellsam {
    font-size: 11px;
    color: black;
    position: absolute;
    display: none;
    overflow: auto;
    overflow-x: hidden;
}
div.nicepanel_content {
    /*left: 40px;*/
}
.titletable {
    font-size: 11px;
    font-weight: normal;
    color: white;
    font-family: Trebuchet MS, Helvetica, Verdana, Arial;
    position: absolute;
    background-color: rgba(30, 30, 30, 0.7);
}
#titletable b {
    color: #00CC00;
    font-weight: bold
}
#titletable td {
    overflow-x: hidden;
    text-overflow: ellipsis;
}
div.menulayerbackgroundOLD {
    padding-top: 8px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
/*
div.menulayerbackground{left:0px; top:0px; width:172px;height:100%; background-color:#2F2F2F; position:absolute;
background-image:url(../images/qccreatelogo.png); background-repeat:no-repeat; padding-top:150px;}
div.menulayerbackground_play{left:0px; top:0px; width:172px;height:100%; background-color:#2F2F2F; position:absolute;
background-image:url(../images/qcplaylogo.png); background-repeat:no-repeat; padding-top:150px;}
div.menulayerbackground_create{left:0px; top:0px; width:172px;height:100%; background-color:#2F2F2F; position:absolute;
background-image:url(../images/qccreatelogo.png); background-repeat:no-repeat; padding-top:150px;}
div.menulayerbackground_broadcast{left:0px; top:0px; width:172px;height:100%; background-color:#2F2F2F; position:absolute;
background-image:url(../images/qcbroadcastlogo.png); background-repeat:no-repeat; padding-top:150px;}
*/

div.menulayerbackground {
    left: 0px;
    top: 0px;
    width: 172px;
    background-color: #2F2F2F;
    position: absolute;
    background-image: url(../images/qcpanellogo.png);
    background-repeat: no-repeat;
    padding-top: 150px;
}
div.menulayerbackground_play {
    left: 0px;
    top: 0px;
    width: 172px;
    background-color: #2F2F2F;
    position: absolute;
    background-image: url(../images/qcplaylogo.png);
    background-repeat: no-repeat;
    padding-top: 150px;
}
div.menulayerbackground_create {
    left: 0px;
    top: 0px;
    width: 172px;
    background-color: #2F2F2F;
    position: absolute;
    background-image: url(../images/qccreatelogo.png);
    background-repeat: no-repeat;
    padding-top: 150px;
}
div.menulayerbackground_broadcast {
    left: 0px;
    top: 0px;
    width: 172px;
    background-color: #2F2F2F;
    position: absolute;
    background-image: url(../images/qcbroadcastlogo.png);
    background-repeat: no-repeat;
    padding-top: 150px;
}
div.menulayerbackground_bridge {
    left: 0px;
    top: 0px;
    width: 172px;
    background-color: #2F2F2F;
    position: absolute;
    background-image: url(../images/qcbridgelogo.png);
    background-repeat: no-repeat;
    padding-top: 150px;
}
div.menulayerbackground_meeting {
    left: 0px;
    top: 0px;
    width: 172px;
    background-color: #2F2F2F;
    position: absolute;
    background-image: url(../images/qcmeetinglogo.png);
    background-repeat: no-repeat;
    padding-top: 150px;
}
#cell01 {
    background-color: #2F2F2F;
}
div.menugroupOLD {
    padding-left: 17px;
    width: 90px;
    height: 25px;
    font-size: 18px;
    color: white;
    font-family: Trebuchet MS, Helvetica, Verdana, Arial;
    margin-bottom: 1px;
    margin-left: 8px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
div.menugroup {
    cursor: pointer;
    padding-left: 17px;
    width: 101px;
    height: 25px;
    font-size: 14px;
    color: white;
    font-family: Montserrat, Helvetica, Arial, Trebuchet MS, Verdana;
    font-weight: normal;
    margin-bottom: 1px;
    margin-left: 8px;
    background-image: url(../images/qcmenuclosed.png);
    background-repeat: no-repeat;
    background-position: 7 3;
}
#menugroup01OLD {
    background-color: #FF4053;
}
/* falck
#menugroup01{background-color:rgba(255,64,83,0.5);}
#menugroup02{background-color:rgba(255,130,64,0.5);}
#menugroup03{background-color:rgba(255,254,64,0.5);}
#menugroup04{background-color:rgba(64,255,86,0.5);}
#menugroup05{background-color:rgba(64,201,255,0.5);}
#menugroup06{background-color:rgba(64,118,255,0.5);}
#menugroup07{background-color:rgba(184,64,255,0.5);}
#menugroup08{background-color:rgba(255,77,121,0.5);}
*/

span.pagetitle {
    font-size: 18px;
    color: white;
    font-family: Trebuchet MS, Helvetica, Verdana, Arial;
}
input {
    color: black;
    margin-left: 10px;
}
ul.menubranch {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-top: 0;
    margin-bottom: 10px;
}
li.menubranch,
li.menubranch_active {
    cursor: pointer;
    background-color: transparent;
    font-size: 11px;
    font-family: Montserrat, Helvetica, Arial, Trebuchet MS, Verdana;
    font-weight: normal;
    color: white;
    list-style-type: none;
    height: 16px;
    text-indent: -2em;
}
li.menubranch:hover {
    text-decoration: underline;
}
span.whiteness {
    opacity: 1.0;
    filter: alpha(opacity=100);
    color: white;
}
div.transparency70 {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-image: url(dialogbg_blue.gif);
}
/*falck
table.fancygrid{font-family:"Trebuchet MS","Lucida Sans Unicode", "Lucida Grande", Sans-Serif,Arial,Helvetica; font-size:12px; width:100%; text-align:left; border-collapse:collapse;}

table.fancygrid th{font-size:13px; font-weight:bold; background:#b9c9fe; background: -webkit-linear-gradient(top,#9FB6FE,#B9C9FE); background: -moz-linear-gradient(top,#9FB6FE,#B9C9FE); background: -ms-linear-gradient(top,#9FB6FE,#B9C9FE); border-top:2px solid #d3ddff; border-bottom:1px solid #fff; color:#039; color:#000; padding:8px;}

table.fancygrid td{cursor:pointer; border-bottom:1px solid #fff; color:#669; color:#000; border-top:1px solid #fff; background:#e8edff; background:-webkit-linear-gradient(top,#D7E0FF,#E8EDFF); background:-moz-linear-gradient(top,#D7E0FF,#E8EDFF); background:-ms-linear-gradient(top,#D7E0FF,#E8EDFF); padding:8px;}

*/

.infotext {
    font-family: Arial, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif, Helvetica;
    font-size: 14px;
}
table.fancygrid {
    font-family: "Helvetica", "Arial", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif, Helvetica;
    font-size: 14px;
    font-weight: 100;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}
table.fancygrid th {
    font-family: 'Arial';
    font-weight: bold;
    border-bottom: 1px solid #C3C1C2;
    color: #2f2f2f;
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 30px;
    text-transform: capitalize;
    width: 100px;
}
table.fancygrid th:before {
    font-family: 'FontAwesome';
    content: '\f0dc';
    margin-right: 5px;
}
table.fancygrid td {
    cursor: pointer;
    border-bottom: 1px solid #C3C1C2;
    color: #000;
    border-top: 1px solid #C3C1C2;
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
b.featurelink {
    cursor: pointer
}
b.featurelink:hover {
    text-decoration: underline;
}
table.fancygrid tbody tr:hover td,
#testmovies tbody tr:hover td {
    cursor: pointer;
    background: #d0dafd;
    background: -webkit-linear-gradient(top, rgba(207, 218, 255, 0.8), rgba(215, 224, 255, 0.8));
    background: -moz-linear-gradient(top, rgba(207, 218, 255, 0.8), rgba(215, 224, 255, 0.8));
    background: -ms-linear-gradient(top, rgba(207, 218, 255, 0.8), rgba(215, 224, 255, 0.8));
    color: #339;
    opacity:0.9;
}
table.fancygrid th:hover {
    cursor: pointer;
    /*background-image: url(../images/qcmenuopen.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;*/
    
    text-decoration: underline;
}
#fancytable td:nth-child(1) {} #fancytable td.footer {
    background-color: #2f2f2f;
}

#fancytable span{
    text-transform: uppercase;
    color:purple;
    padding-left: 5px;
}
b.big {
    font-size: 18px;
    font-family: Trebuchet MS, Arial, Helvetica;
    font-weight: bold;
}
hr.dash {
    background-color: #fff;
    border: #000 1px dashed;
    border-style: none none dashed;
    color: #fff;
}
div.semitransparentpanel {
    background-imagew: url(../images/gradient01.png);
    background-color: #2F2F2F;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px;
    background-color: white;
}
div.hidden {
    visibility: hidden;
}
div.invisible {
    opacity: 0;
}
input:disabled {
    background-color: white
}
span.whiteness {
    opacity: 1.0;
    filter: alpha(opacity=100);
    color: white;
}
div.transparency70 {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-image: url(images/dialogbg_blue.gif);
}
div.panelheader,
div.panelheader2 {
    background-imagew: url(images/panelheader.png);
    background-color: #2f2f2f;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #222222;
}
div.panelheader_DISABLED,
div.semitransparentpanel_DISABLED {
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
span.panelheadercaption,
input.panelheadercaption {
    margin-left: 10px;
    margin-top: 4px;
    font-size: 22px;
    color: #fff;
    font-family: Montserrat, Trebuchet MS, Helvetica, Verdana, Arial;
}
input.panelheadercaption {
    color: black;
    background-color: white;
}
div.content {
    position: absolute;
    visibility: hidden;
}
div.butshadow1,
div.butshadow2,
div.butshadow3 {
    opacity: 0.25;
    filter: alpha(opacity=25);
    position: absolute;
    height: 34px;
}
div.butshadow1 {
    background-image: url(butshadowleft.gif);
    width: 8px;
}
div.butshadow2 {
    background-image: url(butshadowmid.gif);
    background-repeat: repeat-x;
}
div.butshadow3 {
    background-image: url(butshadowright.gif);
    width: 8px;
}
div.butborder1,
div.butborder2,
div.butborder3 {
    position: absolute;
    height: 34px;
}
div.butborder1 {
    background-image: url(butborderleft.png);
    width: 8px;
}
div.butborder2 {
    cursor: pointer;
    background-image: url(butbordermid.png);
    background-repeat: repeat-x;
    font-size: 14px;
    font-family: Trebuchet MS, Helvetica, Verdana, Arial;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
}
div.butborder3 {
    background-image: url(butborderright.png);
    width: 8px;
}
div.butborder2:hover {
    cursor: pointer;
    font-size: 15px;
    text-decoration: underline;
    padding-top: 6px;
}
span.button {
    cursor: pointer;
    font-family: Helvetica, Arial;
    font-size: 18px;
    text-align: center;
    color: #000000;
    background-image: url(../images/knapp.gif);
    width: 104px;
    height: 34px;
    padding-top: 5px;
    background-repeat: no-repeat;
}
span.buttondisabled {
    cursor: default;
    font-family: Helvetica, Arial;
    font-size: 18px;
    text-align: center;
    color: #C0C0C0;
    background-image: url(../images/knapp.gif);
    width: 104px;
    height: 34px;
    padding-top: 5px;
    background-repeat: no-repeat;
}
span.buttondown {
    cursor: pointer;
    font-family: Helvetica, Arial;
    font-size: 18px;
    text-align: center;
    color: #000000;
    background-image: url(../images/knapp_h.gif);
    width: 104px;
    height: 34px;
    padding-top: 5px;
    ;
    background-repeat: no-repeat;
}
span.button:active {
    cursor: pointer;
    font-family: Helvetica, Arial;
    font-size: 18px;
    text-align: center;
    color: #ff0000;
    background-image: url(../images/knapp.gif);
    width: 104px;
    height: 34px;
    padding-top: 5px;
    background-repeat: no-repeat;
}
span.button:hover {
    cursor: pointer;
    font-family: Helvetica, Arial;
    font-size: 18px;
    text-align: center;
    color: #000000;
    background-image: url(../images/knapp_h.gif);
    width: 104px;
    height: 34px;
    padding-top: 5px;
    background-repeat: no-repeat;
}

.izbf_subgrouptitle {
    overflow: hidden;
    cursor: pointer;
    font-family: Montserrat, Trebuchet MS, Helvetica, Verdana, Arial;
    font-size: 20px;
    padding-bottom: 4px;
    /*margin-top: 30px;*/
    
    background-color: #FFFFFF;
    width: 100%;
    padding-top: 20px;
}
.izbf_subgrouptitle:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    margin-right: 5px;
}
.izbf_subgrouptitle_closed:before {
    font-family: 'FontAwesome';
    content: '\f0ab';
    margin-right: 5px;
}
.izbf_subgrouptitle_closed {
    overflow: hidden;
    cursor: pointer;
    width: 95%;
    padding-top: 20px;
    font-family: Montserrat, Trebuchet MS, Helvetica, Verdana, Arial;
    font-size: 20px;
    color: #4e4e4e;
    border: solid 1px #e48c00;
    border: 0;
}
.izbf_subgroup {
    /*overflow: hidden;*/
    
    width: 100%;
}
.izbf_inputframe,
.izbf_inputframeborder {
    float: none;
}
.izbf_inputframeborder {
    background-color: #FFFFFF;
    font-size: 11px;
    font-family: Arial, Helvetica, Verdana;
    margin-top: 30px;
    padding-left: 30px;
    /*
    border-collapse: collapse;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #3E3E3E;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #3E3E3E;
    border-right-style: solid;
    border-right-color: #3E3E3E;
    border-right-width: 1px;
    */
}
.izbf_inputfield,
.izbf_inputfieldright,
.izbf_inputfieldall {
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    height: 60px;
    border: 1px solid #eaeaea;
}
.izbf_label,
.izbf_labelright {
    font-family:helvetica;
    font-weight:lighter;
    font-size:12px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 95%;
    margin-bottom: 10px;
    font-size: 14px;
}
div#A403LABEL {
    font-family: helvetica;
    font-size: 12px;
    position: relative;
    height: 100%;
    border: none;
    font-weight: lighter;
    margin-bottom: 10px;
}
.izbf_textfield {
    float: left;
    position: relative;
    top: 0px;
    background-color: #eaeaea;
    width: 100%;
    height: 22px;
    padding-top: 8px;
}
a.izbf_copylink,span.izbf_copylink {
    background-color: white;
    color: #000000;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: 100;
    font-size: 10pt;
    position: relative;
    float: left;
    padding-left: 5px;
    margin-top: 6px;
}
.izbf_copylinkbutton {
    font-family: montserrat, sans-serif;
    font-weight: 100;
    font-size: 8pt;
    background-color: #f29400;
    color: #fff;
    position: relative;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    width: 50px;
    height: 18px;
    /* padding-left: 5px; */
    border-radius: 2px;
    border: 1px solid #e48c00;
    text-transform: uppercase;
    cursor:pointer;
}
.izbf_text,
.izbf_checkboxtext {
    color: #000000;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    padding-left: 5px;
}
span.izbf_text > b {
    padding-left: 5px;
    color:purple;
}
input.izbf_inputdefinition,
textarea.izbf_inputdefinition,
span.izbf_inputdefinition,
select.izbf_inputdefinition,
input.izbf_inputdefinitionnumber,
div.izbf_outputdefinition {
    resize: none;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: 100;
    font-size: 10pt;
    padding-left: 3px;
    height: 19px;
    border: none;
    border-width: 0px;
    margin: 0px;
    background-color: white;
}

div.clearspeaker{
    font-family: Arial;
    width:50px;
    color:white;
}
div.clearspeaker:before {
    font-family: 'FontAwesome';
    content: '\f096';
    margin-right: 5px;
    font-size:25px;
}
input.izbf_inputcheckboxdefinition {
    margin-top: 9px;
    margin-left: 7px;
    transform: scale(1.2);
    /* Webkit browsers*/
    
    -webkit-transform: scale(1.2);
}
input.izbf_inputdefinition:disabled,
input.izbf_inputdefinitionnumber:disabled {
    cursor: text;
    color: #505050
}
textarea.izbf_inputdefinition {
    border-style: solid;
    border-width: 0px;
    border-color: #d0d0ff;
    word-break: break-all;
}
table.timeline_table {
    height: 160px;
    table-layout: fixed;
    border: 0px none white;
    position: absolute;

}
#timeline_table td {
    white-space: nowrap;
    text-indent: 3px;
    text-overflow: ellipsis;
    border: 1px solid grey;
    height: 30px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: Helvetica, Arial, Trebuchet MS;
    font-size: 11px;
    font-weight: bold;
}
#timeline_table td.timescale {
    height: 45px;
    background-color: white;
    background-image: url(../images/timescale2.png);
    background-position: 0 15;
    background-repeat: repeat-x;
    border: 0px none white;
}
#timeline_table td.track1 {
    background-color: rgba(255, 254, 64, 0.5);
    color: white;
    background-color: #EEF399;
    color: black;
}
#timeline_table td.track2 {
    background-color: rgba(64, 201, 255, 0.5);
    color: white;
    background-color: #C1F2F9;
    color: black;
}
#timeline_table td.track3 {
    background-color: rgba(255, 64, 83, 0.5);
    color: white;
    background-color: #CEF5BC;
    color: black;
}
#timeline_table td.track4 {
    background-color: rgba(64, 255, 86, 0.5);
    color: white;
    background-color: #F9B5B4;
    color: black;
}
#timeline_table span {
    color: white;
    top: 33px;
    position: absolute;
    text-indent: -4px;
    font-size: 10px;
    font-weight: normal;
}
#timeline_table span.tm {
    color: #2F2F2F;
    text-indent: -13px;
    font-weight: bold;
    font-size: 11px;
    position: absolute;
}
div.DEPRECATED_timeline_container {
    top: 0px;
    left: 0px;
    width: 720px;
    height: 180px;
    overflow-y: hidden;
    overflow-x: scroll;
    position: absolute;
    border: 1px solid #B3B3B3;
}
div.DEPRECATED_timeline_addon {
    height: 36px;
    width: 720px;
    position: absolute;
    border: 1px solid #B3B3B3;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    background-color: #2F2F2F;
}
div.timeline_container {
    top: 36px;
    left: 0px;
    width: 720px;
    height: 180px;
    overflow-y: hidden;
    overflow-x: scroll;
    position: absolute;
}
div.timeline_addon {
    height: 36px;
    width: 720px;
    position: absolute;
    background-color: #2F2F2F;
}
div.timeline_clock {
    font-family: Arial, Trebuchet MS, Helvetica, Verdana;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    color: #5DC4ED;
    border: 0px solid white;
}
div.timeline_play {
    background-color: #2F2F2F;
    background-image: url(../images/buttonplay30x30.png);
    border: 0px solid white;
}
div.timeline_play:hover {
    background-color: #2F2F2F;
    background-image: url(../images/buttonplay30x30_over.png);
    border: 0px solid white;
}
div.timeline_pause {
    background-image: url(../images/buttonpause30x30.png);
    border: 0px solid white;
}
div.timeline_pause:hover {
    background-image: url(../images/buttonpause30x30_over.png);
    border: 0px solid white;
}
div.timeline_stop {
    background-image: url(../images/buttonstop30x30.png);
    border: 0px solid white;
}
div.timeline_stop:hover {
    background-image: url(../images/buttonstop30x30_over.png);
    border: 0px solid white;
}
div.timeline_insertaction {
    background-image: url(../images/buttoninsert30x30.png);
    border: 0px solid white;
}
div.timeline_insertaction:hover {
    background-image: url(../images/buttoninsert30x30_over.png);
    border: 0px solid white;
}
div.timeline_zoomin {
    background-image: url(../images/buttonzoomin30x30.png);
    border: 0px solid white;
}
div.timeline_zoomin:hover {
    background-image: url(../images/buttonzoomin30x30_over.png);
    border: 0px solid white;
}
div.timeline_zoomout {
    background-image: url(../images/buttonzoomout30x30.png);
    border: 0px solid white;
}
div.timeline_zoomout:hover {
    background-image: url(../images/buttonzoomout30x30_over.png);
    border: 0px solid white;
}
div.timeline_offset {
    background-image: url(../images/buttonoffset30x30.png);
    border: 0px solid white;
}
div.timeline_offset:hover {
    background-image: url(../images/buttonoffset30x30_over.png);
    border: 0px solid white;
}
div.timeline_render {
    background-image: url(../images/buttonrender30x30.png);
    border: 0px solid white;
}
div.timeline_render:hover {
    background-image: url(../images/buttonrender30x30_over.png);
    border: 0px solid white;
}
img.timeline_marker {
    top: 42px;
    left: 360px;
    width: 13px;
    height: 136px;
    position: absolute;
    z-index: 1000;
}
div.timeline_scrollertime {
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0.7;
    background-color: #404040;
    color: white;
    border: 1px solid white;
    font-family: Trebuchet MS, Arial, Helvetica, Verdana;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}
div.livecontrol_container {
    top: 0px;
    left: 0px;
    width: 720px;
    height: 180px;
    overflow-y: hidden;
    overflow-x: hidden;
    position: absolute;
    background-color: #2F2F2F;
    border: 1px solid grey;
}
table.livecontrol_table {} div.livecontrol_addon_DISABLED {
    height: 36px;
    width: 720px;
    position: absolute;
    border: 1px solid #B3B3B3;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    background-color: #2F2F2F;
}
div.livecontrol_addon {
    height: 36px;
    position: absolute;
    background-color: #2F2F2F;
}
div.livecontrol_clock {
    font-family: Arial, Trebuchet MS, Helvetica, Verdana;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    color: #5DC4ED;
    border: 0px solid white;
}
div.livecontrol_play {
    background-image: url(../images/buttonplay30x30.png);
    border: 0px solid white;
}
div.livecontrol_play:hover {
    background-image: url(../images/buttonplay30x30_over.png);
    border: 0px solid white;
}
div.livecontrol_stop {
    background-image: url(../images/buttonstop30x30.png);
    border: 0px solid white;
}
div.livecontrol_stop:hover {
    background-image: url(../images/buttonstop30x30_over.png);
    border: 0px solid white;
}
div.livecontrol_pause {
    background-image: url(../images/buttonpause30x30.png);
    border: 0px solid white;
}
div.livecontrol_pause:hover {
    background-image: url(../images/buttonpause30x30_over.png);
    border: 0px solid white;
}
div.livecontrol_insertaction {
    background-image: url(../images/buttonclear30x30.png);
    border: 0px solid white;
}
div.livecontrol_insertaction:hover {
    background-image: url(../images/buttonclear30x30_over.png);
    border: 0px solid white;
}
div.livecontrol_publishaction {
    background-image: url(../images/buttonvideo30x30.png);
    border: 0px solid white;
}
div.livecontrol_publishaction:hover {
    background-image: url(../images/buttonvideo30x30_over.png);
    border: 0px solid white;
}
div.livecontrol_addonsc {
    height: 36px;
    width: 100%;
    position: absolute;
    border: 1px solid #B3B3B3;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    background-color: #2F2F2F;
}
#livecontrol_div2 {
    padding: 5px;
    font-size: 12px;
}
#livecontrol_div2 b {
    font-size: 18px;
    color: #20EE20;
}
div.errorinfo {
    padding: 5px;
    font-size: 12px;
    color: white;
}
div.errorinfo b {
    font-size: 18px;
    color: #EE2020;
}
div.broadcastinfo {
    padding: 5px;
    font-size: 12px;
    color: white;
}
div.broadcastinfo b {
    font-size: 18px;
    color: #20EE20;
}
div.standbyinfo {
    padding: 5px;
    font-size: 12px;
    color: white;
}
div.standbyinfo b {
    font-size: 18px;
    color: white;
}
div.livecontrol_speakerlabel {
    padding-left: 10px;
    font-family: Montserrat, Arial, Trebuchet MS, Helvetica, Verdana;
    font-size: 22px;
    font-weight: normal;
    color: white;
}
div.livecontrol_speakerlist {
    background-image: url(../images/buttonplay30x30.png);
    border: 0px solid white;
}
div.livecontrol_chapterlist {
    background-image: url(../images/buttonplay30x30.png);
    border: 0px solid white;
}
div.livecontrol_speakerchapter {
    top: 0px;
    left: 0px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    border: 1px solid #B3B3B3;
}
.bigstartbutton {
    cursor: pointer;
    width: 80px;
    height: 80px;
    background-image: url(../images/bigstartbutton.png);
}
.bigstopbutton {
    cursor: pointer;
    width: 80px;
    height: 80px;
    background-image: url(../images/bigstopbutton.png);
}
div.livecontrol_chapterheader {
    height: 36px;
    position: absolute;
    border: 1px solid #B3B3B3;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    background-color: #2F2F2F;
}
div.livecontrol_chapterlabel {
    padding-left: 10px;
    font-family: Montserrat, Arial, Trebuchet MS, Helvetica, Verdana;
    font-size: 22px;
    font-weight: normal;
    color: white;
}
div.livecontrol_chaptercontainer {
    top: 0px;
    left: 0px;
    width: 720px;
    height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    background-color: white;
}
div.livecontrol_speakercontainer {
    top: 0px;
    left: 0px;
    width: 720px;
    height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    background-color: white;
}
ul.ulchapterlist,
ul.ulspeakerlist {
    cursor: pointer;
    list-style-type: none;
    background-color: white;
    font-weight: bold;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 5px;
    font-size: 14px;
    padding-top: 5px;
}
li.ulchapterlist_selected,
li.ulspeakerlist_selected {
    color: white;
    background-color: #4444FF;
}
#ulspeakerlist li:hover {
    color: white;
    background-color: black;
}
#ulchapterlist li:hover {
    color: white;
    background-color: black;
}
#ulspeakerlist li:active {
    color: white;
    background-color: black;
}
#ulchapterlist li:active {
    color: white;
    background-color: black;
}
div.2fancyheader {
    height: 36px;
    width: 100%;
    position: absolute;
    border: 1px solid #B3B3B3;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    background-color: #2F2F2F;
}
div.2fancyheaderlabel {
    padding-left: 10px;
    font-family: Montserrat, Arial, Trebuchet MS, Helvetica, Verdana;
    font-size: 22px;
    font-weight: normal;
    color: white;
}
div.fancyheader {
    height: 36px;
    width: 100%;
    border: 1px solid #B3B3B3;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    background-color: #2F2F2F;
}
div.fancyheaderlabel {
    padding-left: 10px;
    font-family: Montserrat, Arial, Trebuchet MS, Helvetica, Verdana;
    font-size: 22px;
    font-weight: normal;
    color: white;
}
.buttonyes,
.buttonno,
.buttoncancel {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    padding: 5px 5px 5px 5px;
    color: white;
}
.buttonsymbol {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif font-size: 16px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    color: black;
    border: 1px solid #393939;
}
.buttonyes {
    background-color: #f29400;
}
.buttonno {
    background-color: #dd0000;
}
.buttoncancel {
    background-color: #f29400;
}
.buttonyes:hover {
    background-color: #ffa71a;
}
.buttonno:hover {
    background-color: #ef0000;
}
.buttoncancel:hover {
    background-color: #f29400;
}
.buttonsymbol:hover {
    background-color: #ACD725;
    text-decoration: underline;
}
/*Reports old school*/

.headtitleclass {
    width: 623px;
    border-collapse: collapse;
    border: solid;
    border-style: none;
    border-width: 0px;
    padding: 0px 0px 0px 3px;
    vertical-align: top;
}
.headingclass {
    background-image: URL(../images/report_bg.gif);
    border-collapse: collapse;
    border: solid;
    border-style: none;
    border-width: 0px;
    padding: 10px 0px 10px 10px;
    vertical-align: middle;
    background-color: white;
    padding-left: 10px;
    font-family: Montserrat, Arial, Trebuchet MS, Helvetica, Verdana;
    font-size: 22px;
    font-weight: normal;
    color: white;
}
.heading2class {
    color: #000000;
    padding-left: 10px;
    font-family: Montserrat, Arial, Trebuchet MS, Helvetica, Verdana;
    font-size: 22px;
    font-weight: normal;
}
td.titleclass {
    font-size: 14px;
    color: black;
    font-family: Montserrat, Helvetica, Arial, Trebuchet MS, Verdana;
    font-weight: normal;
}
span.titleclass_selector {
    font-size: 11px;
    font-family: Montserrat, Helvetica, Arial, Trebuchet MS, Verdana;
    font-weight: normal;
    color: black;
}
b.controlheader {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #C3C1C2;
    color: #6F6F6F;
    border-top: 1px solid #C3C1C2;
    background-color: #FFFFFF;
    padding: 8px;
    text-transform: capitalize;
}
select.tds {
    font-family: Arial, Helvetica, Trebuchet MS, Verdana;
    font-weight: bold;
    font-size: 11pt;
}
input.tds {
    font-family: Arial, Helvetica, Trebuchet MS, Verdana;
    font-weight: bold;
    font-size: 11pt;
}
input.submitclass {
    font-family: Arial, Verdana;
    font-size: 11px;
    color: black;
    height: 30px;
}
@keyframes rotater {
    0% {
        transform: rotate(0deg) scale(0.01);
        opacity: 0.2
    }
    50% {
        transform: rotate(240deg) scale(0.2);
        opacity: 0.5
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 1
    }
}
@-webkit-keyframes rotater {
    0% {
        -webkit-transform: rotate(0deg) scale(0.01);
        opacity: 0.2
    }
    50% {
        -webkit-transform: rotate(240deg) scale(0.2);
        opacity: 0.5
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        opacity: 1
    }
}
@-moz-keyframes rotater {
    0% {
        -moz-transform: rotate(0deg) scale(0.01);
        opacity: 0.2
    }
    50% {
        -moz-transform: rotate(240deg) scale(0.2);
        opacity: 0.5
    }
    100% {
        -moz-transform: rotate(360deg) scale(0.5);
        opacity: 1
    }
}
@keyframes blippIn {
    from {
        transform: scaleX(0.01) scaleY(0.01);
    }
    80% {
        transform: scaleX(1) scaleY(0.01);
    }
    100% {
        transform: scaleX(1) scaleY(1);
    }
    to {
        transform: scaleX(1) scaleY(1);
    }
}
@-webkit-keyframes blippIn {
    from {
        -webkit-transform: rotate(-30deg) scaleX(0.01) scaleY(0.01);
        opacity: 0.01
    }
    80% {
        -webkit-transform: scaleX(1) scaleY(0.01);
        opacity: 1
    }
    100% {
        -webkit-transform: scaleX(1) scaleY(1);
        opacity: 1
    }
    to {
        -webkit-transform: scaleX(1) scaleY(1);
        opacity: 1
    }
}
@-moz-keyframes blippIn {
    0% {
        -moz-transform: scaleX(0.01) scaleY(0.01);
    }
    80% {
        -moz-transform: scaleX(1) scaleY(0.01);
    }
    100% {
        -moz-transform: scaleX(1) scaleY(1);
    }
}
@keyframes blippOut {
    from {
        transform: scaleX(1) scaleY(1);
    }
    20% {
        transform: scaleX(1) scaleY(0.01);
    }
    to {
        transform: scaleX(0.01) scaleY(0.01);
    }
}
@-webkit-keyframes blippOut {
    from {
        -webkit-transform: scaleX(1) scaleY(1);
        opacity: 1
    }
    20% {
        -webkit-transform: scaleX(1) scaleY(0.01);
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-30deg) scaleX(0.01) scaleY(0.01);
        opacity: 0.01
    }
}
@-moz-keyframes blippOut {
    from {
        -moz-transform: scaleX(1) scaleY(1);
    }
    20% {
        -moz-transform: scaleX(1) scaleY(0.01);
    }
    to {
        -moz-transform: scaleX(0.01) scaleY(0.01);
    }
}
@keyframes zoomout {
    from {
        transform: scaleX(1) scaleY(1);
        opacity: 1
    }
    to {
        transform: scaleX(0) scaleY(0);
        opacity: 0
    }
}
@-webkit-keyframes zoomout {
    from {
        -webkit-transform: scaleX(1) scaleY(1);
        opacity: 1
    }
    to {
        -webkit-transform: scaleX(0) scaleY(0);
        opacity: 0;
    }
}
@-moz-keyframes zoomout {
    from {
        -moz-transform: scaleX(1) scaleY(1);
        opacity: 1
    }
    to {
        -moz-transform: scaleX(0) scaleY(0);
        opacity: 0
    }
}
.animateBlippIn {
    /* safari / chrome */
    
    -webkit-animation-name: blippIn;
    -webkit-animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    /* mozilla 
-moz-transform:rotate(360deg) scale(2);
-moz-transition-duration:500ms;
-moz-transition-timing-function: ease-out;
*/
    
    -moz-animation-name: blippIn;
    -moz-animation-duration: 800ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    /* opera */
    
    -o-transform: rotate(360deg) scale(0.5);
    -o-transition-duration: 800ms;
    -p-transition-timing-function: ease-out;
    /* ie */
    
    -ms-transform: rotate(360deg) scale(0.5);
    -ms-transform-duration: 800ms;
    -ms-transform-timing-function: ease-out;
}
.animateBlippOut {
    /* safari / chrome */
    
    -webkit-animation-name: blippOut;
    -webkit-animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    /* mozilla 
-moz-transform:rotate(360deg) scale(2);
-moz-transition-duration:500ms;
-moz-transition-timing-function: ease-out;
*/
    
    -moz-animation-name: blippOut;
    -moz-animation-duration: 2500ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    /* opera */
    
    -o-transform: rotate(360deg) scale(0.5);
    -o-transition-duration: 2500ms;
    -p-transition-timing-function: ease-out;
    /* ie */
    
    -ms-transform: rotate(360deg) scale(0.5);
    -ms-transform-duration: 2500ms;
    -ms-transform-timing-function: ease-out;
}
/*Gamla matsqc.css*/

.nobody {
    background-colorDISABLED: #7eb6cb
}
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
body {
    /* IE10 Consumer Preview */
    /*background-image: -ms-linear-gradient(bottom, #636363 0%, #DDEEFF 100%);*/
    /* Mozilla Firefox */
    /*background-image: -moz-linear-gradient(bottom, #636363 0%, #DDEEFF 100%);*/
    /* Opera */
    /*background-image: -o-linear-gradient(bottom, #636363 0%, #DDEEFF 100%);*/
    /* Webkit (Safari/Chrome 10) */
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #636363), color-stop(1, #DDEEFF));*/
    /* Webkit (Chrome 11+) */
    /*background-image: -webkit-linear-gradient(bottom, #636363 0%, #DDEEFF 100%);*/
    /* W3C Markup, IE10 Release Preview */
    /*background-image: linear-gradient(to top, #636363 0%, #DDEEFF 100%);*/
    
    background-color: #fff;
}
div.menugroup {
    width: 100%;
    background: none;
    line-height: 30px;
    height: auto;
    margin: 0;
    padding: 0;
    text-indent: 1em;
    border-bottom: #4e4e4e 1px solid;
}
div.menugroup:hover {
    background: #f29400;
}
div.menugroup.selected {
    background: #f29400;
    border-bottom: #2f2f2f 1px solid;
}
div.cellsam hr {
    border: none;
    border-bottom: 1px #4e4e4e solid;
    margin: 0;
    padding: 20px 0 0 0;
}
ul.menubranch {
    border-bottom: 1px #4e4e4e solid;
    margin: 0;
    padding: 5px 0 10px 0;
}
li.menubranch,
li.menubranch_active {
    height: auto;
    line-height: 20px;
    text-indent: -0.2em;
    padding-left: 2em;
}
li.menubranch_active {
    background: #f29400;
}
li.menubranch:hover {
    background: #4e4e4e;
    text-decoration: initial;
}
#menulayerbackground > div:first-of-type {
    margin: 0px !important;
    padding: 5px 10px 0px 10px !important;
    font-size: 0px !important;
}
#label,
#eventnamelabel {
    font-size: 11px;
}
#foldernamelabel:after {
    content: ")";
}
#foldernamelabel:before {
    content: "(";
}
#foldernamelabel {
    font-size: 10px !important;
    color: #aaa !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: none;
}
input[type="button"] {
    cursor: pointer;
    text-align: center;
    position: relative !important;
    background: #f29400;
    border: 0;
    font-family: Montserrat;
    font-weight: bold;
    color: #fff;
    font-size: 9pt;
    -moz-border-radius: 4px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px #e48c00;
    text-transform: uppercase;
    border-radius: 2px;
}
input[type="button"]:hover {
    background-color: #ffa71a;
}
input.buttonchange {
    height: 22px;
    width: 80px;
    padding-top: 3px;
    margin-top: 2px;
    border: 1px solid transparent;
}
input.buttonchange:hover {
    background-color: #ffa71a;
}
#alert_background {
    width: 400px;
    /*height: 200px; Alerten var ful när texten är lång*/
    top: 130px;
    left: 0px;
    z-index: 1110;
    position: absolute;
    /* background-image: url(../images/alertbox02.png); */
    
    background-color: #2f2f2f;
}
div.alert_value {
    width: 370px;
    color: white;
    font-family: Arial;
    font-size: 18px;
}
#googlesigninbutton {
    margin-left: 10px;
    background-color: #dd4b39;
    cursor: pointer;
    text-align: center;
    position: relative !important;
    padding: 5px;
    /* background: #F19300; */
    
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 1em;
    width: 250px;
}
#googlesigninbutton:hover {
    background-color: red;
}
#adfssigninbutton {
	display:none;
    margin-left: 10px;
    background-color: #2196F3;
    cursor: pointer;
    text-align: center;
    position: relative !important;
    padding: 5px;
    /* background: #F19300; */
    
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 1em;
    width: 250px;
}
#adfssigninbutton:hover {
    background-color: blue;
}
.encoderstatusonline,
.encoderstatusoffline {
    color: white;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: 100;
    font-size: 10pt;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 2px;
    line-height: 14pt;
}
.encoderstatusonline {
    background-color: darkgreen;
}
.encoderstatusoffline {
    background-color: red;
}
body.coverpage {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    background: rgb(51, 51, 51);
}
h1.coverpage {
    font-size: 2.5vw;
    color: #fff;
}
p.coverpage {
    color: #fff;
    font-size: 2vw;
}
h1.coverpage,
p.coverpage {
    margin: 5px 0 10px 0;
    margin-left: 15vw;
}
a.coverpage {
    color: #F19300;
}
a.coverpage:hover {
    color: #fff;
}
img.coverpage {
    float: left;
    position: fixed;
    width: 15vw;
    filter: grayscale(100%); //TELIA
}
.coverpagecenterh {
    height: 100%;
    display: table;
    width: 100%;
}
.coverpagecenterv {
    vertical-align: middle;
    display: table-cell;
}
#coverpagevideo {
    width: 100%;
    opacity: 0.8;
}
.coverpageoverlaytext {
    position: absolute;
    z-index: 1;
    top: 20vh;
    right: 17%;
    width: 60%;
    background: #505050;
    opacity: 0.9;
    border: 1px solid white;
    padding: 3%;
    background: #ddd; //TELIA
}
.coverpagecontent {
    background: rgba(51, 51, 51, 0.5);
}
input.coverpage {
    padding: 10px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    width: 250px;
}
input.coverpage[type="submit"],
input.coverpage[type="button"] {
    cursor: pointer;
    padding: 5px;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    border: 2px #f29400 outset;
    background: #f29400
}
div#forgotpassword {
    cursor: pointer;
    text-align: center;
    position: relative !important;
    padding: 5px;
    background: #F19300;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 1em;
    width: 250px;
    margin-left: 10px;
    margin-top: 20px;
}
div#forgotpassword:hover {
    background-color: #ffa71a
}
/*NEWSLETTER STYLING OBS! POSITIONERING FINNS I LANDINGPAGE.CSS*/

#headerline {
    height: 10px;
    width: 100%;
}
#contenttable {
    height: 100%;
    max-height: 500px;
}
#newsletterheading {
    /*STYLING HERE*/
}
div.landingheading {
    /*STYLING HERE*/
}
#newsletterbody,
#trialtext {
    font-family: 'Helvetica', sans-serif;
    font-weight: 100;
    font-size: 9pt;
}
.newsletterbody {
    font-family: 'Helvetica', sans-serif;
    font-weight: 100;
    font-size: 9pt;
}
.gdprbody {
    font-family: 'Helvetica', sans-serif;
    font-weight: 100;
    font-size: 14px;
}

ul.gdprbody li{
	padding-top:20px;
}

#newsletterbutton {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 8pt;
}
#currentbody {
    font-family: 'Helvetica', sans-serif;
    font-weight: 100;
    font-size: 12px;
}
#currentbuttonplay,
#currentbuttoninfo,
#currentbuttonlist {
    cursor: pointer;
    background-color: #f29400;
    color: white;
    font-family: 'Montserrat';
    /* font-weight: bold; */
    
    color: #fff;
    font-size: 8pt;
    text-transform: uppercase;
}
#currentbuttonplay,
#button_112 {
    font-family: 'Montserrat';
    background-color: #f29400;
    color: white;
}
#currentbuttoninfo {} #currentbuttonlist {} #currentprogramimagetd {
    /*STYLING HERE*/
}
#currentprogramimage {
    /*STYLING HERE*/
}
#statsregion {
    /*STYLING HERE*/
}
#statsheading {
    /*STYLING HERE*/
}
#statstable {
    border: 1px solid #e9fde9;
}
#statscharttable {
    /*STYLING HERE*/
}
#statschart1label {
    font-size: 10pt;
    font-family: Helvetica;
    font-weight: 100;
}
#statschart2label {
    font-size: 10pt;
    font-family: Helvetica;
    font-weight: 100;
}
#statschart1 {
    /*STYLING HERE*/
}
#statschart2 {
    /*STYLING HERE*/
}
#statsbody {
    font-family: 'Helvetica';
    font-weight: 100;
    font-size: 12px;
}
#statsused {} #statsavailable {} #bottommargin {} div.landingheading {
    color: #000;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}
#reportdatatable {
    /*STYLING HERE*/
}
#reportdatatable tr,
#reportdatatable td,
#reportdatatable th {
    border: 1px solid #eaeaea;
    font-family: 'Helvetica', sans-serif;
    font-weight: 100;
}
#reportdatatable th {
    background: #a4917d;
    border-top: 1px solid #dfdad5;
    border-bottom: 0px solid #816b54;
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
}
#reportdatatable tr:nth-child(odd) td:nth-child(3),
#reportdatatable tr:nth-child(odd) td:nth-child(4),
#reportdatatable tr:nth-child(odd) td:nth-child(5),
#reportdatatable tr:nth-child(odd) td:nth-child(6),
#reportdatatable tr:nth-child(odd) td:nth-child(7),
#reportdatatable tr:nth-child(odd) td:nth-child(8),
#reportdatatable tr:nth-child(odd) td:nth-child(9),
#reportdatatable tr:nth-child(odd) td:nth-child(10) {
    background-color: #f3efec;
}
#reportdatatable tr:last-child td:nth-child(2),
#reportdatatable tr:last-child td:nth-child(3),
#reportdatatable tr:last-child td:nth-child(4) {
    background-color: #fff;
}
#reportdatatable tr td:nth-child(1) {
    background-color: #eaeaea;
    font-size: 13px;
    font-weight: bold;
}
#reportdatatable tr td:nth-child(2),
#reportdatatable tr td:nth-child(3),
#reportdatatable tr td:nth-child(4) {
    font-size: 13px;
}
.overlay {
    color: white;
    font-size: 24px;
    font-family: 'Montserrat';
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#roletable tr td:nth-child(1) {background-color:#f7e6d4}
#roletable tr td:nth-child(2) {background-color:#e1f2c1}
#roletable tr td:nth-child(3) {background-color:#f3ffc6}
#roletable tr td:nth-child(4) {background-color:#d7e8ed}
#roletable tr td:nth-child(5) {background-color:#cec9dd}
#roletable tr td:nth-child(6) {background-color:#e5e3c3}
#roletable tr td:nth-child(7) {background-color:#f0ffce}
#roletable tr td:nth-child(8) {background-color:#dbb6af}
#roletable tr td:nth-child(9) {background-color:#e5bfa7}
#roletable tr td:nth-child(10) {background-color:#edc0c4}
#roletable tr td:nth-child(11) {background-color:#e5bfa7}
#roletable tr td:nth-child(12) {background-color:#dbb6af}
#roletable tr td:nth-child(13) {background-color:#f0ffce}
#roletable tr td:nth-child(14) {background-color:#e5e3c3}
#roletable tr td:nth-child(15) {background-color:#cec9dd}
#roletable tr td:nth-child(16) {background-color:#d7e8ed}
#roletable tr td:nth-child(17) {background-color:#f3ffc6}
#roletable tr td:nth-child(18) {background-color:#e1f2c1}
#roletable tr td:nth-child(19) {background-color:#f7e6d4}
#roletable tr td:nth-child(21) {background-color:#e1f2c1}
#roletable tr td:nth-child(22) {background-color:#f3ffc6}
#roletable tr td:nth-child(23) {background-color:#d7e8ed}
#roletable tr td:nth-child(24) {background-color:#cec9dd}
#roletable tr td:nth-child(25) {background-color:#e5e3c3}
#roletable tr td:nth-child(26) {background-color:#f0ffce}
#roletable tr td:nth-child(27) {background-color:#dbb6af}
#roletable tr td:nth-child(28) {background-color:#e5bfa7}
#roletable tr td:nth-child(29) {background-color:#edc0c4}
#roletable tr td:nth-child(30) {background-color:#e5bfa7}
#roletable tr td:nth-child(31) {background-color:#dbb6af}
#roletable tr td:nth-child(1) {background-color:#f0ffce}
#roletable tr td:nth-child(1) {background-color:#e5e3c3}
#roletable tr td:nth-child(1) {background-color:#cec9dd}
#roletable tr td:nth-child(1) {background-color:#d7e8ed}
#roletable tr td:nth-child(1) {background-color:#f3ffc6}
#roletable tr td:nth-child(1) {background-color:#e1f2c1}
