﻿body { padding-top: 0px; }

.headertitle {
	float: left;
	font-family: Arial;
	font-size: 1.50em;
	font-weight: bold;
    font-family: "Droid Sans", sans-serif;
    font-size: 1.5em;
    color: #000;
}

/* Heimdall style black button */
.btn-inverse-heimdall {
	background: rgb(54, 54, 54); padding: 0px 13px; border-radius: 0px; border: 0px currentColor; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-family: Arial,Helvetica,sans-serif; font-size: 14px; font-weight: 700; text-decoration: none; display: inline-block; cursor: pointer;
}
.btn-inverse-heimdall:hover {
	color: rgb(255, 255, 255); background-color: rgb(34, 34, 34);
}

.btn-inverse-heimdall:focus {
	color: rgb(255, 255, 255); background-color: rgb(34, 34, 34);
}

/* Heimdall style blue button */
.btn-primary-heimdall {
	background: rgb(3, 118, 209); padding: 0px 13px; border-radius: 0px; border: 0px currentColor; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-family: Arial,Helvetica,sans-serif; font-size: 14px; font-weight: 700; text-decoration: none; display: inline-block; cursor: pointer;
}
.btn-primary-heimdall:hover {
	background: rgb(3, 136, 242); color: rgb(255, 255, 255);
}

.btn-primary-heimdall:focus {
	background: rgb(3, 136, 242); color: rgb(255, 255, 255);
}

.white, .white a {
  color: #fff;
}

.textnonbold {
    text-decoration:none;
    font-weight: normal;
    font-size: 1em;
}

.textbold {
    text-decoration:none;
    font-weight: bold;
}

@media (min-width: 768px){
.form-horizontal .control-label
{text-align: left; }
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.overlay {
    background: #fff;  
    display: none;       
    position: fixed;   
    top: 0;
      left: 0;
      height:100%;
      width:100%;
    opacity: 0.8;
    z-index: 2147483646;
}

#loading-img {
    background: url(../images/Spinner.gif) center center no-repeat;
    height: 100%;
    z-index: 2147483647;
}

/*default so you don't need this*/
    div[class*="col"]{padding-left:10px; padding-right:10px;}
    .container{padding-left:10px; padding-right:10px;}
    .row {
    margin-left: 0;
    margin-right: 0;
    }