.logo {
    cursor: pointer;
    display: block;
    width: 320px;
    height: 70px;
    margin: 0px auto;
    margin-bottom: 50px;
    margin-top: 50px;
    background: url(/icons/dago.svg) no-repeat top center;
    background-size: 100% auto;
}

.dropzone {
  background-color: #fafafa !important;
}

@font-face {
    font-family: Web;
    src: url("/fonts/TT Norms Pro Trial Medium.ttf");
}
@font-face {
    font-family: WebExtraBold;
    src: url("/fonts/TT Norms Pro Trial ExtraBold.ttf");
}
@font-face {
    font-family: WebBold;
    src: url("/fonts/TT Norms Pro Trial Bold.ttf");
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 35px !important;
    padding-left: 35px !important;
}
* {
    font-family: Web, sans-serif;
}
.light_on  .light_switch{
	background-image: url('/icons/lamp_on.svg');
}
.light_off .light_switch{
	background-image: url('/icons/lamp_off.svg');
}
.light_switch {
	position: static;
	cursor: pointer;
  background-size: 100% 100%;
  background-repeat: no-repeat;

transform: scale(1, -1);
  text-align: right;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 30px;
  height: 30px;

}
* {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

#preloadedImages
{
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url(/img/box.png);
    background-image: url(/img/box_bw.png);
    background-image: url(/img/box_blur.png);
    background-image: url(/img/box_bwblur.png);
    background-image: url();
}

.hidden {
    display: none !important;
}
.ablolutehidden {
	position: absolute;
	left: -999px;
	top: -999px;
}
.copyButton {
	cursor: pointer;
}


.auth {
    text-align: right;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 175px;
    height: 54px;
    border: 1px transparent solid;
    -webkit-transition: all .2s ease-out;
    background-color: transparent;
    clear: both;

}
.authpopup {
    margin-top: 40px;
    widows: 150px;
    background-color: #909598;
    border: 1px #808080 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px;
}
.authpopup input {
    width: 100%;
    text-align: center;

    border: 0;
    background-color: transparent;
    margin-top: 2px;
    margin-bottom: 2px;
}
#login {
    cursor: pointer;
}
.popup_hide {
    display: none;
}
.popup_show {
    display: block;
}


.auth_yes, .auth_no {
    float: right;
    cursor: pointer;
    display: block;
    background-size: 100% auto;
    background-position: center center;
    width: 30px;
    height: 30px;
    background-image: url('/icons/face.svg');
}
.auth #info {
  display: inline-block;
      font-size: 16px;
      height: 30px;
      line-height: 30px;
      vertical-align: middle;
      text-align: center;
      margin-right: 12px;
      text-transform: uppercase;
      color: #ababab;
}
.auth #info:hover {
    text-decoration: underline;
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: black;
}
