﻿/*** FONTS ***/
@font-face {
    font-family: ProximaNovaRegular;
    src: url("./Fonts/proximanova-regular-webfont.eot");
    src: url("./Fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("./Fonts/proximanova-regular-webfont.woff") format("woff"),
         url("./Fonts/proximanova-regular-webfont.ttf") format("truetype"),
         url("./Fonts/proximanova-regular-webfont.svg#ProximaNovaRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: ProximaNovaBold;
    src: url("./Fonts/proximanova-bold-webfont.eot");
    src: url("./Fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("./Fonts/proximanova-bold-webfont.woff") format("woff"),
         url("./Fonts/proximanova-bold-webfont.ttf") format("truetype"),
         url("./Fonts/proximanova-bold-webfont.svg#ProximaNovaBold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: ProximaNovaBlack;
    src: url("./Fonts/proximanova-black-webfont.eot");
    src: url("./Fonts/proximanova-black-webfont.eot?#iefix") format("embedded-opentype"),
         url("./Fonts/proximanova-black-webfont.woff") format("woff"),
         url("./Fonts/proximanova-black-webfont.ttf") format("truetype"),
         url("./Fonts/proximanova-black-webfont.svg#ProximaNovaBlack") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
}
body, input, textarea, button, select {
    font-family: ProximaNovaRegular, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
}

#logo img {
  height:45px;
}

a, a:hover, a:visited, a:active {
    color: #06c;
    text-decoration: none;
}

a.logout, a.login  {
    color: #00c8ff;
}

input.text {
    height: 16px;
    line-height: 16px;
    padding: 7px 5px;
    margin: 0;
    width: auto;
    font-size: 16px;
    border: 2px solid #a0a0a0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

select {
    line-height: 18px;
    height:40px;
    padding: 5px;
    margin: 0;
    width: 100%;
    font-size: 16px;
    border: 2px solid #a0a0a0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #black;
}

input::-webkit-input-placeholder, /* WebKit browsers */
input:-moz-placeholder, /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder, /* Mozilla Firefox 19+ */
input:-ms-input-placeholder, /* Internet Explorer 10+ */
input.placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder
textarea.placeholder {
    color: #a0a0a0;
}

button {
    cursor: pointer;
}

.calendarButtonAdd {
  float: right !important;
  margin-top: -40px !important;
  margin-right: 10px !important;
}

.emergency_icon
{
  height: 24px;
  white-space: normal;
  float: left;
  display: inline-block;
  vertical-align: middle;
  margin-top:14px;
}

.btn {
    height: 2.375em;
    line-height: 2.375em;
    border-radius: 0.313em;
    -moz-border-radius: 0.313em;
    -webkit-border-radius: 0.313em;
    border: 0 none;
    font-size: 1.143em;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    padding: 0;
    cursor: pointer;
    display: inline-block;
}
.btn.green {
    background-color: #0c8577;
    color: #fff;
}
.btn.blue {
    background-color: #00c8ff;
    color: #fff;
}
.btn.red {
    background-color: #db1f26;
    color: #fff;
}
.btn-pill {
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
    margin: 0;
    cursor: pointer;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background-color: #555;
    border-width: 0;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}
.btn-pill.red {
    background-color: #db1f26;
}
.btn-pill.add {
    padding-left: 30px;
    background-image: url("../Images/icon_plus.png");
    background-position: 10px center;
    background-repeat: no-repeat;
}
.btn-pill:disabled {
    background-color: #aaa;
    color: #eee;
}

.img-middle
{
    vertical-align:middle;
}

#topbar {
    color: #fff;
    height: 24px;
    line-height: 24px;
    background: url("../Images/icon_cfslabs.png") left center no-repeat #000;
    padding: 0 10px 0 36px;
    font-size: 11px;
}
#topbar a {
    color: #fff;
}
#topbar #fontsize {
    float: right;
}

.shadow-left {
    -moz-box-shadow: -2px 0 8px #000;
    -webkit-box-shadow: -2px 0 8px #000;
    box-shadow: -2px 0 8px #000;
}
.shadow-right {
    -moz-box-shadow: 2px 0 8px #000;
    -webkit-box-shadow: 2px 0 8px #000;
    box-shadow: 2px 0 8px #000;
}

.box {
    padding: 15px;
}

.spinner {
    background-image: url("../Images/spinner.gif") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.spinner * {
    visibility: hidden;
}
.spinner.white {
    background-image: url("../Images/spinner_white.gif") !important;
}

#powerTip {
    font-size: 0.857em;
    padding: 5px 10px;
}

.clickable {
    cursor: pointer;
}

.preview {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* COMMON MESSAGES */
.action-message {
    border-width: 2px;
    border-style: solid;
    text-align: center;
    line-height: 2.5em;
    font-weight: bold;
}
.action-message.error {
    border-color: #f22;
    background-color: #fdd;
    color: #f44;
}
.action-message.success {
    border-color: #2c2;
    background-color: #dfd;
    color: #4c4;
}
