/*!
 * Start Bootstrap - Logo Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background: url('../images/bg.png') no-repeat center 0;
    background-color: #edf8fc;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
}

hr {
    margin: 5px 0 10px 0;
    border: 0;
    border-top: 1px solid #ccc;
}

/* HEADINGS */

h1, h2, h3, h4, h5 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}

h3 {
    font-size: 18pt;
    margin: 3px 0 0 0;
}

h1 small, h2 small {
    margin-left: 10px;
}

h1 > i {
    font-size: 30pt !important;
    padding-right: 15px;
    color: inherit;
}

h2 > i {
    font-size: 21pt !important;
    padding-right: 10px;
    color: inherit;
}

h3 > i {
    font-size: 18pt !important;
    padding-right: 8px;
    color: inherit;
}
h4 {
    font-weight: 500;
}

.badge > a {
    color: #fff;
}

.jumbotron {
    background: none;
    padding: 0 !important;
}

.jumbotron h1 {
    font-size: 30pt;
    color: #fff;
    text-transform: uppercase;
    padding-top: 50px;
    font-weight: 700;
}

.homesection {
    font-size: 21pt;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 25px;
    text-transform: uppercase;
    border-bottom: 3px solid #000;
}

.doc {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.green {
    color: #2ecc71;
}

.homegreen {
    color: #1abd9d;
    border-bottom: 3px solid #1abd9d;
}

.red {
    color: #ed1c24;
}

.homered {
    color: #ed1c24;
    border-bottom: 3px solid #ed1c24;
}

.blue {
    color: #00bafb;
}

.homeblue {
    color: #00bafb;
    border-bottom: 3px solid #00bafb;
}

.darkblue {
    color: #2980b9;
}

.orange {
    color: #e67e22;
}

.turquoise {
    color: #1abd9d;
}

.fb {
    color: #3b5998;
    border-bottom: 3px solid #3b5998;
}

.poll {
    color: #000 !important;
}

.item {
    padding: 0 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.item-img {
    float: left;
    margin: 0 10px 10px 0;
}

@media screen and (max-width: 991px) {
    .jumbotron h1 {
        font-size: 25pt;
        text-align: center;
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 1199px) {
    .skry { display: none; }
    .item h3 { font-size: 16pt; }
}

@media screen and (max-width: 768px) {
    #multi-column {
       -moz-column-count: 1 !important; 
       -webkit-column-count: 1 !important;
       column-count: 1 !important;
       padding: 0 0 15px 0;
    }
}

#multi-column {
    -moz-column-count: 2;
    -moz-column-gap: 5px;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;
    column-count: 2;
    column-gap: 5px;
    padding: 0 0 15px 0;
}

#multi-column ul {
    list-style: square;
}

#multi-column ul li {
    padding: 5px 1px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background: rgba(26, 189, 157, 0.1);
}

.main {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.3);
}

.navbar {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16pt;
    font-weight: 500;
}

.navbar-nav {
    float: right;
    margin: 25px 0;
}

@media(max-width:767px){
    .navbar-nav {
        float: left;
        width: 100%;
    }
}
.dropdown-menu {
    font-size: 18px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: transparent;
}

.navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 0;
}

.navbar-default {
    background-color: #FFFFFF;
}

.navbar-toggle {
    margin-top: 30px;
}

.navbar ul > li > a {
    color: #000;
}

.navbar-fixed-top {
    background: rgba(256, 256, 256, 0.8);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 400px;
}

.navbar-fixed-top .nav {
    padding: 40px 0;
    float: right;
}

nav {
    transition: all 0.6s ease;
}

nav.sticky {
    background: rgb(256, 256, 256);
    padding: 0 !important;
}

.navbar-brand {
    display: inline-table;
    padding: 10px 0;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #FFFFFF;
    border-color: #ddd;
}

/* multilevel menu */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media screen and (max-width: 991px) {
   .sm {
      margin-bottom: 20px;
   }

   .cal_legend {
      padding: 5px 0 0 5px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 10px;
    }
}

.divided-circle {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.divided-circle:before, .divided-circle:after {
    content: '';
    width: 15px;
    height: 30px;
}

.divided-circle:before {
    float: left;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #c0f0d4;
}

.divided-circle:after {
    float: right;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #61d894;
}


.cal_circle {
    float: left;
    width: 30px;
    height: 30px;
    background: green;
    border-radius: 15px;
}

.cal_legend {
    margin: 5px 0 0 40px;
}

.cal_orange { background: #ec9d58; }
.cal_red { background: #ed5a72; }
.cal_grey { background: #aaaaaa; }

.well-footer {
    background-color: #444;
    border-color: transparent;
    margin-top: 90px;
    padding: 25px 0;
}

.well-footer ul {
    list-style: none;
}

.well-footer li, .well-footer p {
    color: #ccc;
}

.form-float {
    float: left;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -230px; /* the bottom margin is the negative value of the footer's height */
}

.text-center {
    text-align: center !important;
}

.thumb {
    padding-left: 15px;
    padding-right: 15px;
}

label.error {
    font-weight: 500;
    font-size: 13px;
    font-style: italic;
    color: #e74c3c;
    text-align: right;
    display: block;
    margin: 5px 5px 0 0;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

label.error {
    font-weight: 500;
    font-size: 13px;
    font-style: italic;
    color: #e74c3c;
    text-align: right;
    display: block;
    margin: 5px 5px 0 0;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.tab-panel .nav-tabs > li > a {
    border-radius: 0;
    border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    background: #f5f5f5;
}

.nav-tabs > li > a {
    padding: 10px 5px;
    font-size: 18px;
}

.panel-iheading {
    padding: 0;
}

.panel-ibody {
    min-height: 350px;
    background: #f5f5f5;
    padding: 25px;
}

.panel-ibody button{
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 5px;
    border: 0;
}

.panel-ibody button {
    font-size: 18px;
    padding: 5px;
    color: #fff;
}

.panel-ibody button.facebook {
    background: #3b5a9a;
}

.panel-ibody button.instagram {
    background: #a77658;
}

.panel-ibody button.google {
    background: #dd4b4b;
}

