@media print {
body {-webkit-print-color-adjust: exact;}
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(../fonts/font.woff2) format('woff2');
}

@font-face {
  font-family: 'MSE';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/MSE.ttf);
}

@font-face {
  font-family: 'Manifesto';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/MANIFESTO.ttf);
}

@font-face {
  font-family: 'Dense';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Dense-Regular.otf);
}

@font-face {
  font-family: 'Jaapokkien';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Jaapokkienchance-Regular.otf);
}

@font-face {
  font-family: 'Jaapokki';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Jaapokki-Regular.otf);
}

@font-face {
  font-family: 'Jaapokkisub';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Jaapokkisubtract-Regular.otf);
}

@font-face {
  font-family: 'Slim Joe';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Slim Joe.otf');
}

@font-face {
  font-family: 'BIG JOHN';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/BIG JOHN.otf');
}



#maincontainer {
    margin-bottom: 15px;
}

#sizes {
    position: fixed;
    top:0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.buttonstop {
    position: fixed;
    top:0;
    right: 15px;
    padding-top:15px;
    padding-left: 10px;
    z-index: 100;
}

.nofocushighlight:focus {
    outline: none;
}

#footer {
    display: block;
    position: absolute;
    bottom: 7px;
}

.topmargin {
    margin-top: 20px;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[ng-drag] {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[ng-drag] {
    background: rgba(0, 118, 255, 0.5);
    margin-top: 1px;
    color: white;
    text-align: center;
    cursor: move;
}

.firstInList {
    margin-top: 0;
}

[ng-drag].drag-over {
    border: solid 1px red;
}

[ng-drag].dragging {
    opacity: 0.5;
}

[ng-drop] {
    background: rgb(217, 217, 217);
    text-align: center;
    display: block;
    min-height: 40px;
    position: relative;
}

[ng-drop].drag-enter {
    border: solid 4px #18ce11;
}

[ng-drop] span.title {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 20px;
    margin-left: -100px;
    margin-top: -10px;
}

[ng-drop] div {
    position: relative;
    z-index: 2;
}

.separate {
    margin-top: 10%;
    float: left;
    clear: both;
}

.bottommargin {
    margin-bottom: 10px; 
}

.dnd-list {
    min-height: 100px;
}

.printcard {
    width: 320px;
    border: 2px solid #3b3b3b;
    font-family: 'BIG JOHN';
    color: black;
    border-radius: 7px;
}

.printcardrow {
    height: 40px; /* 200px in total */
}

.printcardrow1 {
    font-size: 16px;
    line-height: 40px;
    color: rgb(0, 0, 186);
    height: 54px;
}

.printcardrow2 {
    font-size: 10px;
    color: rgb(25, 25, 186);
    height: 40px;
}

.printcardrow3 {
    font-size: 8px;
    color: rgb(50, 50, 186);
    height: 46px;
}

.printcardrow4 {
    font-size: 7px;
    color: rgb(50, 186, 71);
    height: 30px;
}

.printcardrow5 {
    font-size: 7px;
    color: rgb(206, 157, 23);
    height: 30px;
}


.number1 {
    color: rgb(0, 0, 150);
}

.number2 {
    color: rgb(50, 50, 150);
}

.number3 {
    color: rgb(100, 100, 150);
}

.number4 {
    color: rgb(0, 190, 206);
}

.number5 {
    color: rgb(46, 210, 224);
}

.number6 {
    color: rgb(95, 218, 229);
}

.number7 {
    color: rgb(0, 226, 69);
}

.number8 {
    color: rgb(80, 222, 123);
}

.number9 {
    color: rgb(255, 147, 0);
}

.number10 {
    color: rgb(255, 169, 52);
}
