@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(//web-archive.nli.org.il/National_Library/20170827070107oe_///fonts.gstatic.com/s/ptsans/v8/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
}



.ng-cloak {
    display: none;
}

.logoHorizontal {
  background: url(/National_Library/20170827070107oe_/https://team.scribblemaps.com/assets/shared/images/logoteamxh100.png);
  width: 140px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 150px;
  background-position: -90px;
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-bottom: 10px;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.smWrapper {
    width: 100%;
    height: 100%;
}

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

.eduPanel {
    position: absolute;
    background-color: #fff;
    border: 4px solid rgb(128, 128, 128);
    border: 4px solid rgba(128, 128, 128, 0.5);
    -webkit-background-clip: padding-box; /* for Safari */
    -moz-background-clip: padding-box;
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 1000;
    padding: 10px;
}

.eduPanel.assignmentPanel {
    bottom: 30px;
    left: 10px;
    width: 250px;
    height: 275px;
}

.modal-backdrop {
    height: 100%;
    z-index: 10000;
}

#mapTypes {
        position: absolute;
        right: 10px;
        bottom: 80px;
        display: none;
    }

    #mapTypes select {
        font-family: 'Open Sans', Verdana, Arial;
        font-weight: bold;
        font-size: 14px;
        color: #333333;
        height: 25px;
        width: 100px;
        padding: 0;
        margin: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #CCCCCC;

        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .availableOptions .form-group,  .availableOptions .form-group .checkbox {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .edit {
        width: 25px;
        height: 25px;
        cursor: pointer;
        float: right;
    }

     .edit img {
        width: 25px;
        height: 25px;
     }

.logo128 {
    width: 128px;
    height: 128px;
    background: url(/National_Library/20170827070107oe_/https://team.scribblemaps.com/assets/img/logo128.png);
    margin-left: auto;
    margin-right: auto;
}

    
.appBlocker {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    -moz-opacity: 1;
    background-color: #FFFFFF;
    background-image: url(/National_Library/20170827070107oe_/https://team.scribblemaps.com/assets/img/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 100000;
}

.appBlocker.fadeOut {
    opacity: 0;
    -moz-opacity: 0;
}

.animate {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.appBlocker .msgWrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    opacity: 0;
    -moz-opacity: 0;
    margin-top: 55px;
    text-align: center;
    cursor: pointer;
}

.appBlocker .msgWrapper.moveIn {
    opacity: 1;
    -moz-opacity: 1;
    margin-top: 30px;
}

.appBlocker .msg {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 21px;
    color: #999;
    width: 650px;
    display: inline-block;
    text-align: center;
}

.appBlocker .msg a {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 21px;
    color: #2589bc;
}

.appBlocker .msg .qaLabel {
    color: #2589bc;
    font-size: 21px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.appBlocker .msg .qaSpacer {
    width: 100%;
    height: 15px;
}

.appBlocker .logo128 {
    position: absolute;
    left: 50%;
    margin-left: -64px;
    top: 50%;
    margin-top: -180px;
    opacity: 0;
}

.appBlocker .logo128.moveIn {
    margin-top: -160px;
    opacity: 1;
}

.modal {
    z-index: 20000;
}