/* custom styles */

body {
    font-family: Arial,Helvetica,sans-serif;
    background-color: #9a9a9a;
}

label {
    margin-top: 6px;
}

div.result {
    font-weight: 700;
}

.navbar {
    margin-bottom: 10px;
}

div.center-align {
    padding-top: 10px;
}

img.headline {
    float:left;
    margin-top: 5px;
}

h1 {
    color: white;
    float:left;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    font-size:30px;
    text-shadow: #000000 0 1px;
    /*text-shadow: #000 0 0 2px;
    -webkit-font-smoothing: antialiased;
    */
}

span.main-menu-link {
    color: #FFF;
    float: right;
    font-size: 16px;
    text-shadow: #000000 0 1px;
    border-radius: 0.3em;
    margin-top: 29px;
    font-weight: 700;
    letter-spacing: 0.01em;
}
span.main-menu-link a{
        color: #FFF;
        font-size: 14px;
    }

span.main-menu-link a:hover {
        color: #FFF;
    }

.container {
    background-color: white;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border: 1px #d4dfe0 solid;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    min-height: 400px;
    /*margin-top: 20px;*/
}

div.errors {
    color: red;
    font-weight: 700;
}

.btn.btn-primary.glyphicon {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn.btn-info {
    margin-top: 15px;
}

.header{
    /*min-height: 60px;*/
    padding: 0;
    border-bottom: 1px solid #000000;
    background-color: #c7e1ed;
    z-index: 4;
    position: relative;
}

.row.advanced-settings, .row.collapse.in {
    /*margin: 10px 15px;*/
    /*padding: 10px 20px;*/
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border: 1px #d4dfe0 solid;
    padding: 3px;
}


.row.settings-button {
    margin-bottom: 10px;
}

.mask{
  display: none; /*This hides the mask*/
}

#mask-container {
    display: inline-block;
    position: relative;/*Keeps the mask within the container*/
}

#mask.loading {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;/*puts on top of everything*/
    background-image: url('http://startific.com/images/loading_icon_photo.gif');
    background-position: center;
    background-repeat: no-repeat;
}

#filtered-table.loading {
    opacity: .5;
}

/*#languages {
  position: absolute;
  right: 325px;
  top: 11px;
}*/

.icon-flag.flag-SE {
    background-position: -48px -44px;
}

.icon-flag.flag-GB {
   background-position: 0 -22px;
   margin-left: 2px;
}

.icon-flag {
    width: 16px;
    height: 11px;
    line-height: 12px;
    display: inline-block;
    text-indent: 20px;
    background: transparent url(../images/sprites_flags.png) no-repeat;
}