@charset "utf-8";
/*---------------------------------------------------
  BootStrap Overrides
---------------------------------------------------*/
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #ECF0F1;
    color: #333;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}
.navbar {
    margin-bottom: 20px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #C0392B;
}
.navbar .navbar-inner {
    min-height: 28px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar-inverse .navbar-inner {
    background-color: #2C3E50;
    background-image: none;
    border-color: transparent;
    border: none;
}
.navbar-inverse .nav > li > a {
    text-shadow: none;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #34495E;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 2px;
}
.navbar-inverse .brand {
    color: #ffffff;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-inverse .btn-navbar {
    color: #ffffff;
    text-shadow: none;
    background-color: #34495E;
    *background-color: #34495E;
    background-image: none;
    border: none;
    filter: none;
    margin-top: 15px;
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #C0392B;
    *background-color: #C0392B;
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
    background-color: #C0392B;
}
.navbar-inverse .nav > li > a:hover {
    background-color: #34495E;
}
.navbar-inverse .nav > li > a {
    color: #CCC;
    text-shadow: none;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #ffffff;
    background-color: #C0392B;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    color: #ECF0F1;
    background-color: #C0392B;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .nav ul {
    border-top-left-radius: 4px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #333;
    text-decoration: none;
    background-color: #f4f4f4;
    background-image: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #333;
    text-decoration: none;
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top, #f4f4f4, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #f4f4f4);
    background-image: -o-linear-gradient(top, #f4f4f4, #f4f4f4);
    background-image: linear-gradient(to bottom, #f4f4f4, #f4f4f4);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#f4f4f4', GradientType=0);
}

.btn {
    background: #f5f5f5;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    -webkit-backface-visibility: hidden; 
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.btn:hover, .btn:focus {
    background-color: #e6e6e6;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    -webkit-backface-visibility: hidden; 
}

.btn:active, .btn.active {
    background-color: #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
}

.btn.disabled, .btn[disabled] {
    background-color: #e6e6e6;
}

.btn.btn-xlarge{
    padding: 30px 40px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
}

.btn.btn-large {
    padding-bottom: 13px;
    padding-top: 14px; 
    font-size: 20px;
}

.btn.btn-small{
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.btn.btn-mini{
    font-size: 10px;
    padding-top: 2px;
    padding-bottom: 1px;
}

.btn.btn-primary {
    background-color: #2980b9; 
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #3498DB; 
}

.btn.btn-primary:active{
    background-color: #2980b9; 
}

.btn.btn-primary.active{
    background-color: #2980b9;
}

.btn.btn-primary.disabled, .btn.btn-primary.disabled:hover,
.btn.btn-primary.disabled:active {
    background-color: #3498DB; 
}

.btn.btn-info {
    background-color: #3f93b9;
}

.btn.btn-info:hover, .btn.btn-info:focus {
    background-color: #2a84ae;
}

.btn.btn-info:active{
    background-color: #3498DB; 
}

.btn.btn-info.active{
    background-color: #2a84ae;
}

.btn.btn-info.disabled, .btn.btn-info.disabled:hover,
.btn.btn-info.disabled:active {
    background-color: #2a84ae; 
}

.btn.btn-danger {
    background-color: #E74C3B; 
}

.btn.btn-danger:hover, .btn.btn-danger:focus {
    background-color: #CC3333; 
}

.btn.btn-danger:active{
    background-color: #dc2d1b; 
}

.btn.btn-danger.active{
    background-color: #dc2d1b;
}

.btn.btn-danger.disabled, .btn.btn-danger.disabled:hover,
.btn.btn-danger.disabled:active {
    background-color: #ec7063; 
}

.btn.btn-success {
    background-color: #2cc36b;
}

.btn.btn-success:hover, .btn.btn-success:focus {
    background-color: #2ecc71;
}

.btn.btn-success:active {
    background-color: #25A94F; 
}

.btn.btn-success.disabled, .btn.btn-success.disabled:hover,
.btn.btn-success.disabled:active {
    background-color: #25A94F; 
}

.btn.btn-warning {
    background-color: #FFCC33;
}

.btn.btn-warning:hover, .btn.btn-warning:focus {
    background-color: #FFB310;
}

.btn.btn-warning:active{
    background-color: #f1c40f;
}

.btn.btn-warning.active{
    background-color: #FFB320;
}

.btn.btn-warning.disabled, .btn.btn-warning.disabled:hover,
.btn.btn-warning.disabled:active {
    background-color: #f4d03f; 
}

.btn.btn-inverse{
    background-color: #34495e;
}

.btn.btn-inverse:hover, .btn.btn-inverse:focus {
    background-color: #1C263C;
}

.btn.btn-inverse:active, .btn.btn-inverse.active{
    background-color: #000316;
}

.btn.btn-inverse.disabled, .btn.btn-inverse.disabled:hover,
.btn.btn-inverse.disabled:active {
    background-color: #4e6d8d; 
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    color: #2980b9;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
    color: #3498DB;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none;
}

.btn.btn-green:hover, .btn.btn-green:focus {
    background-color: #16A085;
}

.btn.btn-green:active, .btn.btn-green.active{
    background-color: #12A085;
}

.btn.btn-blue{
    background-color: #74A6BD;
}

.btn.btn-blue:hover, .btn.btn-blue:focus {
    background-color: #447294;
}

.btn.btn-blue:active, .btn.btn-blue.active{
    background-color: #336699;
}

.nav-tabs, .nav-tabs a {
    border-color: #ECF0F1;
}
.table td, .table th, .page-header {
    border-color: #ECF0F1;
}
.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #FFF;
    text-shadow: none;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
}
.label-important, .badge-important {
    background-color: #c0392b;
}
.label-important[href], .badge-important[href] {
    background-color: #c0392b;
}
.label-warning, .badge-warning {
    background-color: #E67E22;
}
.label-warning[href], .badge-warning[href] {
    background-color: #E67E22;
}
.label-success, .badge-success {
    background-color: #27ae60;
}
.label-success[href], .badge-success[href] {
    background-color: #27ae60;
}
.label-info, .badge-info {
    background-color: #2980b9;
}
.label-info[href], .badge-info[href] {
    background-color: #2980b9;
}
.label-inverse, .badge-inverse {
    background-color: #7F8C8D;
}
.label-inverse[href], .badge-inverse[href] {
    background-color: #7F8C8D;
}
.text-info{
    color: #2980B9;
}
.text-success{
    color: #27AE60;
}
.text-warning{
    color: #E67E22;
}
.text-error{
    color: #C0392B;
}
.progress-danger .bar, .progress .bar-danger {
    background-color: #C0392B;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0392B', endColorstr='#C0392B', GradientType=0);
}
.progress-success .bar, .progress .bar-success {
    background-color: #27AE60;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27AE60', endColorstr='#27AE60', GradientType=0);
}
.progress-info .bar, .progress .bar-info {
    background-color: #2980B9;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2980B9', endColorstr='#2980B9', GradientType=0);
}
.progress-warning .bar, .progress .bar-warning {
    background-color: #E67E22;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E67E22', endColorstr='#E67E22', GradientType=0);
}
.modal-backdrop {
    background-color: #FFF;
}
.modal {
    width: 560px;
    margin-left: -280px;
    background-color: #FCFCFC;
    border: 1px solid #EDEDED;
    *border: 1px solid #EDEDED;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #F4F4F4;
    background-color: #2c3e50;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0x;
}
.modal-header h3, .modal-header strong {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #fff;
}
.modal-header .close {
    margin-top: 0px;
    color: #FFF;
    margin-bottom: 20px;
}
.modal-body {
    position: relative;
    max-height: 600px;
    padding: 20px;
    overflow-y: auto;
    background-color: #FFF;
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #FCFCFC;
    border-top: 1px solid #F4F4F4;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    *zoom: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 13px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=1);
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #2c3e50;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #2c3e50;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #2c3e50;
    border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #2c3e50;
    border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #2c3e50;
    border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #2c3e50;
    border-width: 0 5px 5px;
}
.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ECF0F1;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01);
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #FAFAFA;
    border: 1px solid #ECF0F1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.well a {
    color: #444;
    text-decoration: none;
}
.well a:hover {
    color: #333;
}
.nav-tabs {
    border-bottom: 1px solid #ECF0F1;
}

.nav-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

/*---------------------------------------------------
  Color Swatches
---------------------------------------------------*/
.text-lightgrey {
    color: #FAFAFA;
}
.background-lightgrey {
    background-color: #FAFAFA;
}
.text-white {
    color: #FFF;
}
.background-white {
    background-color: #FFF;
}
.text-turquoise {
    color: #1ABC9C;
}
.background-turquoise {
    background-color: #1ABC9C;
}
.text-greensea {
    color: #16A085;
}
.background-greensea {
    background-color: #16A085;
}
.text-emerald {
    color: #2ECC71;
}
.background-emerald {
    background-color: #2ECC71;
}
.text-nephritis {
    color: #27AE60;
}
.background-nephritis {
    background-color: #27AE60;
}
.text-river {
    color: #3498DB;
}
.background-river {
    background-color: #3498DB;
}
.text-belize {
    color: #2980B9;
}
.background-belize {
    background-color: #2980B9;
}
.text-emethyst {
    color: #9B59B6;
}
.background-emethyst {
    background-color: #9B59B6;
}
.text-wisteria {
    color: #8E44AD;
}
.background-wisteria {
    background-color: #8E44AD;
}
.text-asphalt {
    color: #34495E;
}
.background-asphalt {
    background-color: #34495E;
}
.text-midnight {
    color: #2C3E50;
}
.background-midnight {
    background-color: #2C3E50;
}
.text-sunflower {
    color: #F1C40F;
}
.background-sunflower {
    background-color: #F1C40F;
}
.text-orange {
    color: #F39C12;
}
.background-orange {
    background-color: #F39C12;
}
.text-carrot {
    color: #E67E22;
}
.background-carrot {
    background-color: #E67E22;
}
.text-pumpkin {
    color: #D35400;
}
.background-pumpkin {
    background-color: #D35400;
}
.text-alizarin {
    color: #E74C3C;
}
.background-alizarin {
    background-color: #E74C3C;
}
.text-pomegranate {
    color: #C0392B;
}
.background-pomegranate {
    background-color: #C0392B;
}
.text-clouds {
    color: #ECF0F1;
}
.background-clouds {
    background-color: #ECF0F1;
}
.text-silver {
    color: #BDC3C7;
}
.background-silver {
    background-color: #BDC3C7;
}
.text-concrete {
    color: #95A5A6;
}
.background-concrete {
    background-color: #95A5A6;
}
.text-asbestos {
    color: #7F8C8D;
}
.background-asbestos {
    background-color: #7F8C8D;
}
/*---------------------------------------------------
  Spacers
---------------------------------------------------*/
.topmargin40 {
    margin-top: 40px;
}
.topmargin20 {
    margin-top: 20px;
}
.bottommargin40 {
    margin-bottom: 40px;
}
.bottommargin20 {
    margin-bottom: 20px;
}
.nomargins {
    margin: 0px;
}
.no-paddingtop {
    padding-top: 0px;
}
/*---------------------------------------------------
  App Header
---------------------------------------------------*/
.header-app {
    background-color: #2c3e50;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-app .brand {
    color: #FFF;
    font-size: 30px;
    margin: 0px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1px;
}
/*---------------------------------------------------
  Basic Widgets
---------------------------------------------------*/
.widget {
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    margin-bottom: 20px;
}
.widget .header {
    background-color: #ffffff;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-radius-topleft: 4px;
    -webkit-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #ECF0F1;
    height: 40px;
    padding: 0px;
}
.widget .header .title {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.widget .header .title h3 {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #2C3E50;
}
.widget .header-secondary {
    background-color: #fafafa;
    background-image: none;
    border-bottom: 1px solid #ECF0F1;
}
.widget .header .breadcrumb {
    background-color: transparent;
    margin-top: 3px;
}
.widget .header .breadcrumb > li {
    display: inline-block;
    *display: inline;
    text-shadow: none;
    *zoom: 1;
}
.widget .header .breadcrumb a {
    color: #7F8C8D;
    text-shadow: none;
}
.widget .header .breadcrumb .active a {
    color: #333;
    text-shadow: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
}
.widget .header .btn-toolbar, .widget .header .form-inline {
    width: auto;
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.widget .body {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.widget .breadcrumb .divider {
    border-right-width: 0px;
    border-right-style: none;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #999999;
    padding-right: 2px;
    padding-left: 2px;
}
.widget .feeds {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.widget .feeds ul {
    margin: 0px;
    list-style-type: square;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    color: #CCC;
}
.widget .feeds li a {
    color: #666;
    text-decoration: none;
    display: block;
    padding-bottom: 3px;
    padding-top: 3px;
}
.widget .feeds li a:hover {
    color: #333;
    text-decoration: none;
    display: block;
    padding-bottom: 3px;
    padding-top: 3px;
}
.widget .page-header {
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px;
    margin-top: 0px;
}
.widget h1, .widget .page-header h1 {
    font-size: 28px;
    margin: 0px;
    padding: 0px;
}
.widget h2 {
    font-size: 24px;
    margin: 0px;
    padding: 0px;
}
.widget .actions {
    margin: 0px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-radius-bottomleft: 4px;
    -webkit-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #FCFCFC;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f4f4f4;
    padding: 20px;
}
/*---------------------------------------------------
  Custom Table Styles
---------------------------------------------------*/
.table .linked a {
    color: #34495e;
    text-decoration: underline;
}
.table .linked a:hover {
    color: #e74c3c;
}
.table-noborder td {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.pre-table {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
}
.pre-table label {
    font-size: 12px;
}
.post-table {
    margin-top: 10px;
    clear: both;
    height: 35px;
    margin-bottom: 10px;
    font-size: 12px;
}
.pre-table .form-inline {
    margin: 0px;
    padding: 0px;
}
.post-table .entries {
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
}
.post-table .pagination {
    margin: 0px;
    padding: 0px;
}
/*---------------------------------------------------
  Datatables Sorting
---------------------------------------------------*/
.sorting_asc {
    background: url('../../images/sort_asc.png') no-repeat center right;
}
.sorting_desc {
    background: url('../../images/sort_desc.png') no-repeat center right;
}
.sorting {
    background: url('../../images/sort_both.png') no-repeat center right;
}
.sorting_asc_disabled {
    background: url('../../images/sort_asc_disabled.png') no-repeat center right;
}
.sorting_desc_disabled {
    background: url('../../images/sort_desc_disabled.png') no-repeat center right;
}
table.display thead th:active,
table.display thead td:active {
    outline: none;
}
/*---------------------------------------------------
  Custom Form Styles
---------------------------------------------------*/
.form-styled {
    padding: 20px;
    margin: 0px;
}
.form-styled .control-label {
    font-weight: bold;
}
.form-styled {
    margin-top: 0px;
}
.form-styled .help-block {
    color: #666666;
    font-size: 12px;
}
.form-styled legend {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ECF0F1;
}
.form-styled .form-actions {
    padding: 20px;
    margin-top: 0px;
    margin-right: -20px;
    margin-left: -20px;
    border-top-color: #f4f4f4;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-radius-bottomleft: 4px;
    -webkit-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #FCFCFC;
    margin-bottom: -20px;
}
/*---------------------------------------------------
  Stats and Reports
---------------------------------------------------*/
.stats .widget {
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    border: 1px solid #ECF0F1;
}
.stats .widget .header {
    background-color: #f4f4f4;
}
.stats h2 {
    font-size: 14px;
}
.stats .graph {
    padding: 10px;
}
.stats .graph .breadcrumb {
    background-color: transparent;
    margin: 0px;
    padding-top: 10px;
}
.stats .table {
    padding: 0px;
    margin: 0px;
}
.stats .table td, .stats .table th {
    border-color: #ECF0F1;
    font-size: 12px;
}
.stats .table th {
    background-color: #ECF0F1;
    border-color:#ECF0F1;
    padding-left:10px;
    padding-right:10px;
}
.stats .table-bordered {
    border-color: #ECF0F1;}
.nav-stats li a {
    color:#333;}
.nav-stats .active > a,
.nav-stats > .active > a:focus
.nav-stats > .active > a:hover {
    color: #777;
    cursor: default;
    border: 1px solid #ECF0F1;
    background-color:#ECF0F1;
    border-bottom-color: transparent;
}

.nav-substats {
    border-left:1px solid #ECF0F1;
    border-right:1px solid #ECF0F1;
    border-bottom:1px solid #ECF0F1;
    background-color:#ECF0F1;
    padding:5px;
    margin-top:-20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;}

.nav-substats a {
    color:#666;}

.nav-substats li a:hover,
.nav-substats .active a, 
.nav-substats .active a:hover {
    background-color:#fff;
    color:#666;}

/*---------------------------------------------------
  Pricing Tables
---------------------------------------------------*/
.pricing {
    background-color: #ecf0f1;
    text-align: center;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border: 1px solid #ecf0f1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.pricing h3 {
    font-size: 26px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin: 0px;
}
.pricing h6 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    color: #999;
}
.pricing ul {
    clear: both;
    list-style-type: none;
    margin: 0px;
    padding: 10px;
}
.pricing .plan {
    margin-top: 20px;
}
.pricing li {
    list-style-type: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E4EAEA;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.pricing .amount {
    background-color: #E4EAEA;
    font-size: 18px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pricing .amount small {
    text-transform: uppercase;
    color: #666;
    font-size: 11px;
}
.pricing .action {
    background-color: #ecf0f1;
    padding: 20px;
}
.pricing li a {
    color: #7f8c8d;
}
/*---------------------------------------------------
  Footer
---------------------------------------------------*/
.footer {
    padding-top: 20px;
    padding-bottom: 40px;
    color: #7F8C8D;
}
.footer a {
    color: #7F8C8D;
    text-decoration: underline;
}
/*---------------------------------------------------
  Iframe Display
---------------------------------------------------*/
.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.iframe-container iframe, .iframe-container object, .iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*---------------------------------------------------
  Misc
---------------------------------------------------*/
.highlight {
    background-color: #FF6;
    box-shadow: 1px 1px #ccc;
    -moz-box-shadow: 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px #ccc;
    padding: 1px 3px 1px 3px;
}
.login {
    margin-top: 40px;
    margin-bottom: 40px;
}
.login .brand {
    margin-bottom: 20px;
}

/*---------------------------------------------------
  Wizard
---------------------------------------------------*/

ul.nav-wizard {
    background-color: #f9f9f9;
    border: 1px solid #ecf0f1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    *zoom: 1;
    position: relative;
    overflow: hidden;
}
ul.nav-wizard:before {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 46px;
    height: 47px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    z-index: 11;
    content: " ";
}
ul.nav-wizard:after {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 138px;
    height: 47px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    z-index: 11;
    content: " ";
}
ul.nav-wizard li {
    position: relative;
    float: left;
    height: 46px;
    display: inline-block;
    text-align: middle;
    padding: 0 20px 0 30px;
    margin: 0;
    font-size: 14px;
    line-height: 46px;
}
ul.nav-wizard li a {
    color: #468847;
    padding: 0;
}
ul.nav-wizard li a:hover {
    background-color: transparent;
}
ul.nav-wizard li:before {
    position: absolute;
    display: block;
    border: 24px solid transparent;
    border-left: 16px solid #d4d4d4;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -16px;
}
ul.nav-wizard li:after {
    position: absolute;
    display: block;
    border: 24px solid transparent;
    border-left: 16px solid #f9f9f9;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -15px;
}
ul.nav-wizard li.active {
    color: #fff;
    background: #27ae60;
}
ul.nav-wizard li.active:after {
    border-left: 16px solid #27ae60;
}
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
    color: #fff;
    background: #27ae60;
}
ul.nav-wizard .active ~ li {
    color: #999999;
    background: #ededed;
}
ul.nav-wizard .active ~ li:after {
    border-left: 16px solid #ededed;
}
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
    color: #999999;
    background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav li:hover {
    color: #468847;
    background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover:after {
    border-left: 16px solid #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
    color: #468847;
    background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li {
    color: #999999;
    background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
    border-left: 16px solid #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
    color: #999999;
    background: #ededed;
}

/*
    typeahead
*/


.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

.custom-templates .empty-message {
  padding: 5px 10px;
 text-align: center;
}

.perpage .input-mini{
      height: 30px;
}

/*---------------------------------------------------
  Timeline
---------------------------------------------------*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 20px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 79%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left:20px;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  margin-bottom:0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

/*---------------------------------------------------
  Responsive Mods
---------------------------------------------------*/
@media (max-width: 767px) {
    .header-app, .hero-unit, .footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 480px) {
    .hero-unit h1 {
        font-size: 46px;
    }
    .hero-unit h2 {
        font-size: 30px;
    }
    .hero-unit {
        padding-bottom: 20px;
        padding-top: 40px;
        text-align: center;
    }

