﻿[ng:cloak], [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

body {
    width: 100%;
    height: 100%;
    font-family: Open Sans, Segoe UI Light, Helvetica Neue, Segoe UI, Segoe WP, sans-serif;
}

h1 {
    font-family: Open Sans, Segoe UI Light, Helvetica Neue, Segoe UI, Segoe WP, sans-serif !important;
    font-size: 200%;
    color: #920000;
}
h2{
    font-family: Open Sans, Segoe UI Light, Helvetica Neue, Segoe UI, Segoe WP, sans-serif !important;
    font-size: 150%;
}

h3{
    color: #920000;
    font-family: Open Sans, Segoe UI Light, Helvetica Neue, Segoe UI, Segoe WP, sans-serif !important;
    font-size: 100%;
}

a:hover, a:active, a:focus {
     outline: 0;
}

html {
    width: 100%;
    height: 100%;
}

#wrapper {
    min-height: 800px;
    height: 100%;
}

    #wrapper .wrapper-content {
        height: 100%;
    }

   .drop-box {
        background: #F8F8F8;
        border: 5px dashed #DDD;
        width: 100%;
        height: 80px;
        text-align: center;
        padding-top: 25px;
        margin: 10px;
        cursor: pointer;
    }

    .dragover {
        border: 5px dashed blue;
    }