@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300);
body { background: #2c3d4b; font-size: 14px; }

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

.modal {
    overflow-y: auto;
}

.btn-default .badge, .btn-primary .badge, .btn-success .badge, .btn-info .badge, .btn-warning .badge, .btn-danger .badge {text-shadow: none; border:1px solid #fff; }
.btn:active, .btn.active {background-image: none; }
.btn-default {background: #f5f5f5; background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); }
.btn-default:hover, .btn-default:focus {background-color: #e6e6e6; border:1px solid #dadada; }
.btn-default:active, .btn-default.active {background-color: #e0e0e0; border:1px solid #e0e0e0; }
.btn-default:disabled, .btn-default[disabled] {background-color: #e0e0e0; background-image: none; }
.btn-primary {background: #68A8F9; border:1px solid #68A8F9; }
.btn-primary:hover, .btn-primary:focus {background-color: #5392E3; border:1px solid #5392E3; }
.btn-primary:active, .btn-primary.active {background-color: #5392E3; border-color: #5392E3; }
.btn-primary:disabled, .btn-primary[disabled] {background-color: #00496d; background-image: none; }

.thumbnail, .img-thumbnail {-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #0072aa 0%, #006190 100%);
  background-image: -o-linear-gradient(top, #0072aa 0%, #006190 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0072aa), to(#006190));
  background-image: linear-gradient(to bottom, #0072aa 0%, #006190 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0072aa', endColorstr='#ff006190', GradientType=0);
  background-color: #006190;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #0072aa 0%, #006190 100%);
    background-image: -o-linear-gradient(top, #0072aa 0%, #006190 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0072aa), to(#006190));
    background-image: linear-gradient(to bottom, #0072aa 0%, #006190 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0072aa', endColorstr='#ff006190', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}

/* Results search */
.result-search { overflow: hidden; background: #fff; border: 1px solid #f3f3f3; border-radius: 0 0 4px 4px; }
.result { border-bottom: 1px solid #f3f3f3; padding: 6px; }
.result:hover { background: #f3f3f3; }
.result .icon { font-size: 0; float: left; margin-right: 10px; color: #68A8F9;}

/*.result-text {}*/
.result-text .title { font-size: 12px; font-weight: 700; color: #444; }
.result-text .description { font-size: 12px; color: #A8A9A8;}

/*.result-type {}*/

.current {  background: #f3f3f3; }

/* List group*/
.list-group {border-radius: 3px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {text-shadow: none; background: #d9dee2 !important; border-color: #d9dee2 !important; color: #444; font-weight: 600; }
.list-group-item.active .badge, .list-group-item.active:hover .badge, .list-group-item.active:focus .badge {text-shadow: none; }
.panel {-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #0072aa 0%, #006190 100%);
  background-image: -o-linear-gradient(top, #0072aa 0%, #006190 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0072aa), to(#006190));
  background-image: linear-gradient(to bottom, #0072aa 0%, #006190 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0072aa', endColorstr='#ff006190', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {background-color: #f5f5f5; border-color: #dcdcdc; }

/*  Ruben */
.form-signin {max-width: 330px; padding: 15px; margin: 40px auto; color: #8f9fa7; }
.form-signin  a { color: #fff; text-decoration: underline; }
.form-signin .form-signin-heading,
.form-signin .checkbox {margin-bottom: 10px; } .form-signin .checkbox {font-weight: normal; } .form-signin .form-control {  position: relative; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; font-size: 16px; }
.form-signin .form-control:focus {  z-index: 2;}
.form-signin input[type="email"] {margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.form-signin input[type="password"] {margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; }


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {text-shadow: none; background-image: none; background: #0072aa; border-color: #0072aa; }

/* Tabs */
.nav-tabs>li>a { color: #8f9fa7; font-weight: 700; font-size: 14px; border-radius: 5px 5px 0 0;  border:none;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {color: #555; background-color: #fff; border: none; border-bottom-color: transparent; cursor: default; }

/* Header */
.header  a { color:#8F9FA7; }
.header  a:hover { color:#fff;  }

.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {background: none; }
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background: none !important; 
  border: none;
  text-decoration: none;
}

h1 { font-size: 45px; font-weight: 300; margin:0 0 25px 0;}

@media (max-width: 425px) {
  /* Reduced size for small screens */
  h1 { font-size: 35px; font-weight: 300; margin:0 0 25px 0;}
}

/* Alertas*/
.alert-message {margin: 10px 0; padding: 10px; border-left: 3px solid #eee; }
.alert-message h4 {margin-top: 0; margin-bottom: 5px; }
.alert-message p:last-child {margin-bottom: 0; }
.alert-message code {background-color: #fff; border-radius: 3px; }
.alert-message-success {background-color: #F4FDF0; border-color: #3C763D; }
.alert-message-success h4, .alert-message-danger h4, .alert-message-warning h4,
.alert-message-info h4, .alert-message-default h4, .alert-message-notice h4 { font-weight: 700; font-size: 1em;  } 
.alert-message p { font-size: .865em; }
.alert-message-success h4 {color: #3C763D; } 
.alert-message-danger {background-color: #fdf7f7; border-color: #d9534f; } 
.alert-message-danger h4 {color: #d9534f; } 
.alert-message-warning {background-color: #fcf8f2; border-color: #f0ad4e; }
.alert-message-warning h4 {color: #f0ad4e; }
.alert-message-info {background-color: #f4f8fa; border-color: #5bc0de; }
.alert-message-info h4 {color: #5bc0de; }
.alert-message-default {background-color: #EEE; border-color: #B4B4B4; }
.alert-message-default h4 {color: #000; }
.alert-message-notice {background-color: #FCFCDD; border-color: #BDBD89; }
.alert-message-notice h4 {color: #444; }

/* Margins */
.mb5 {margin-bottom:5px;} .mb10 {margin-bottom:10px;} .mb15 {margin-bottom:15px;}.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}.mb40 {margin-bottom:40px;}

.mt5 {margin-top:5px;} .mt7 {margin-top:7px;} .mt10 {margin-top:10px;}.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}.mt40 {margin-top:40px;}

.md5 { margin-right:5px;} .md10 { margin-right:10px;} .md15 { margin-right:15px;} .md20 { margin-right:20px;}
.mi5 { margin-left:5px;} .mi10 { margin-left:10px;} .mi15 { margin-left:15px;} .mi20 { margin-left:20px;}

/* Jaime */
[ng-controller=MainCtrl] > div:last-child { background: #fff; padding: 35px; }

@media(max-width: 425px) {
  /* We reduce the left and right padding for small screens */
  [ng-controller=MainCtrl] > div:last-child { background: #fff; padding: 35px 12px; }
}


ul#tabs { margin: 0 0 0 15px; } 
.nav-tabs { border-bottom: none; padding-top: 20px; display: block;}
.popover-markup { margin-top:8px; }
.popover-markup a:hover, .popover-markup a:active, .popover-markup a:focus { text-decoration: none; }

textarea {overflow:scroll; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

/* This fixes the footer overlaping some content inside body */
@media (min-width: 426px) {
  body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
  }
}

@media(max-width: 425px) {
  body {
    /* Margin bottom by footer height */
    margin-bottom: 80px;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  padding: 14px 20px;
  background-color: #172125;
  font-size: 12px; 
  color: #64717B;
}

.footer a { color: #6B7E89; }
.footer p {margin: 0;}
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { float: left; margin: 0 20px 0 0; height: 26px; line-height: 26px; }

.form-search { margin-top: 16px; }


.well-home {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
min-height: 20px;
padding: 10px;
margin-bottom: 20px;
background-color: #fff;
border: 1px solid #ebebeb;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.well-home:hover {
background-color: #f3f3f3;
}

.well-home a:hover { text-decoration: none; }
#calendar h2 { font-size: 20px; }

/* From: http://codepen.io/shshaw/pen/gEiDt */
.Absolute-Center {
  margin: auto;
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 999;
}

.appointment-box {
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 20px 15px 15px;
  font-size: 13px;
  width:450px;
  height:400px;
}

.appointment-box h4 { font-size: 16px; font-weight: 700;color: #333; margin:0 0 10px 0;  }

/*.appointment-box:after, .appointment-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.appointment-box:after {
  border-color: rgba(200, 200, 200, 0);
  border-top-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
}*/
.appointment-box:before {
  border-color: rgba(200, 200, 200, 0);
  border-top-color: #c8c8c8;
  border-width: 13px;
  margin-left: -13px;
}
.appointment-box p { line-height: 1.2; }
.appointment-box label  { color: #000 }
.appointment-box .form-group {margin-bottom: 5px;}

ul.appointment-tools, .consulta-tools { list-style: none; margin: 0; padding: 0; text-align: center; }
ul.appointment-tools li, ul.consulta-tools li { display: inline-block;}
ul.appointment-tools a{ font-size: 12px;   padding: 5px;  border-radius: 3px; display: block; width: 70px;  text-align: center; -webkit-transition: all 0.2s ease;
transition: all 0.2s ease;}
ul.appointment-tools a:hover, ul.consulta-tools a:hover { background: #f3f3f3; text-decoration: none; }

ul.consulta-tools a { font-size: 12px;   padding: 5px 8px;  border-radius: 3px; display: block; width: 80px;  text-align: center; -webkit-transition: all 0.2s ease;
transition: all 0.2s ease;}
ul.consulta-tools img { margin-bottom: 5px; }

small { font-size: 12px; color: #333; font-family: Arial, "Helvetica Neue", Sans-serif; }

@media(max-width:767px){
  .add { margin-top:20px; float: left !important; }
  .addcitas { margin-top:0;  }
}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) 
{ 
    /*div[class^="col"]{padding-left:10px; padding-right:10px;}*/
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) 
{   
    /*div[class^="col"]{padding-left:10px; padding-right:10px;}*/
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) 
{   
    /*default so you don't need this*/
    /*div[class^="col"]{padding-left:15px; padding-right:15px;}*/
}


/* Callout Bootstrap documentation style */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}



.loading-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  /*opacity: .85;*/
  /*background: rgba(180, 180, 180, 0.7);*/
  background: rgba(70, 70, 70, 0.7);
  color: whitesmoke;
  border-radius: 25px;
  padding: 10px 15px;
}

.hide-tabs .nav-tabs {
    display: none;
}


/* Invalid form inputs */
input.form-control.ng-invalid.ng-touched, input:focus.form-control.ng-invalid.ng-touched {
  border-color: darkred;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}


/* Main tabs on mobile */

.main-nav-tab {
    display: block;
}
  
.main-mobile-dropdown {
    display: none;
}

@media (max-width: 767px) {
  .main-nav-tab {
    display: none;
  }
  
  .main-mobile-dropdown {
    display: block;
  }
}

.fc-state-highlight {
  background-color:#d9d9d9;
}

.uppercase {
    text-transform: uppercase;
}
