html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 16px;
    position: relative;
    min-height: 100%;
    background: #fff; /* url(../../img/bg-header.png) top left repeat-x;*/
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

h2 {
    font-size: 34px;
    line-height: 42px;
    font-style: normal;
    font-weight: 600;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

.btn {
    font-weight: 600;
    font-size: 15px;
    border-radius: 3px;
    padding: 16px 30px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: none;
    text-transform: uppercase;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-primary {
    color: #fff;
    background-color: #1273a3;
    border-color: #1273a3;
}

.btn-primary:hover {
    background-color: #3d8bb2;
}

.btn-warning {
    color: #fff;
    background-color: #ffbd10;
    border-color: #ffbd10;
}

.btn-warning:hover {
    background-color: #edb41d;
}

a {
    color: #0073a2;
    text-decoration: none;
}

#topmenu .container {
    border-radius: 0;
    background: none;
    box-shadow: none;
}

#topmenu a {
    color: #000;
}

#supersized-loader {
    display: none;
}

.container {
    background: #fff;
    /*
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
    */
}

.start-box {
    background: rgba(255,255,255,.65);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

    .start-box h3 {
        /*font-weight: bold;*/
    }

    .start-box .btn {
        padding: 8px 85px;
    }

.form-control.dateselect {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
}

.form-control.dateselect:last-child {
    margin-right: 0;
}

textarea {
    resize: vertical;
}

.text-blue {
    color: #337ab7;
}

.alert.small {
    padding: 8px;
}

.well ul {
    margin: 0 0 0 25px;
}

#sidebar {
    padding-top: 70px;
}

#sidebar {
    padding-top: 120px;
}

#content {
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 800px;
}

.text-red {
    color: #a94442;
}

.ff-blue {
    color: #0080c6;
}

.navbar {
    background: #ececec;
    border: none;
    border-radius: 0;
    height: 110px;
}

.navbar-header {
    z-index: 10;
    position: relative;
}

#topmenu {
    margin-bottom: 15px;
    background: #fff;
}

#topmenu .navbar-right .btn {
    margin-top: 20px;
}

#topmenu .nav {
    margin-top: 26px;
}

#topmenu .nav > li {
    margin-right: 18px;
}

#topmenu .nav > li > a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    padding-right: 12px;
    padding-left: 12px;

}

#topmenu .nav > li > a:hover {
    background: none;
}

#topmenu .submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #topmenu .submenu li {
        display: inline-block;
    }

        #topmenu .submenu li a {
            text-transform: uppercase;
            color: #999;
            font-size: 11px;
            display: inline-block;
            padding: 6px 8px 0 0;
        }

.navbar-collapse.collapse.in {
    background: #fff;
    z-index: 20;
}

/*
#topmenu .nav > li > a {
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #ececec 50%, #fff 50%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;

    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;

    padding: 75px 20px 10px 20px;
}

#topmenu .nav > li > a:focus,
#topmenu .nav > li > a:hover {
    background-position: 0 -100%;

    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
}*/

.logoutarea {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 12px;
}

    .logoutarea a {
        margin-left: 20px;
    }

.navbar-brand {
    padding: 0;
    height: 55px;
    margin-top: 24px;
    /*
    background: #fff;

    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);

    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    */
}

.navbar-brand > img {
    height: 55px;
}

.navbar-brand > img.hidden-lg {
    height: 45px;
}

.navbar-toggle {
    border: 1px solid #999;
}

.navbar-toggle .icon-bar {
    background: #333;
}

.checkbox input[type=radio] {
    margin-right: 6px;
}

.checkbox-inline input {
    margin-right: 6px;
}

.checkbox-inline, .radio-inline {
    padding-left: 0;
    padding-right: 20px;
}
/*
input[type=checkbox] {
    margin-top: 12px;
}*/

#contentholder {
    margin-bottom: 200px;
}

.employmentsholder input,
.employmentsholder select {
    margin-bottom: 4px;
}

.form-error {
    color: #a94442;
    font-weight: bold;

    padding: 0;
    margin: 5px 0;
    display: block;
    list-style-type: none;
    background: #f2dede;
    border: 1px solid #ebccd1;
    padding: 5px;
    clear: both;
    border-radius: 4px;
}

footer {
    padding-top: 20px;
    padding-bottom: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 75px;
    background: #4a4a4a;
    color: #fff;
}

    footer a {
        color: #fff;
    }

footer .footer-content {
    padding: 0;
    margin: 0 15px;
}

footer .footer-content p {
    padding-left: 0;
    margin-top: 38px;
}

footer .footer-content img {
    margin-left: 30px;
    max-height: 100px;
}

footer .footer-content p.text-right {
    padding-left: 0;
    padding-right: 0;
}

    footer .footer-content p.logo-before:before {
        content: '';
        width: 58px;
        height: 76px;
        position: absolute;
        top: 18px;
        right: 270px;
        background: url(../../img/footer.png) top left no-repeat;
    }

    /*footer .footer-content p.text-right a {
        display: block;
        margin-right: 45px;
    }*/

footer .footer-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 235px;
    height: 160px;
    margin-left: -117px;
    margin-top: -97px;
    background: url(../../img/footer.png) top left no-repeat;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover,
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #bbb;
}

/***************************/
/* NEWSFEED                */
/***************************/
#newsFeed .carousel-caption {
    left:0;
    right:0;
    bottom:0;
    text-align:left;
    padding:10px;
    background:rgba(0,0,0,0.6);
    text-shadow:none;
}

#newsFeed .list-group {
    position: absolute;
    top: 0;
    right: 0;
}
#newsFeed .list-group-item {
    border-radius:0px;
    cursor:pointer;
}
#newsFeed .list-group .active {
    background-color:#eee;
}

@media (min-width: 992px) {
    #newsFeed {padding-right:33.3333%;}
    #newsFeed .carousel-controls {display:none;}
}
@media (max-width: 991px) {
    .carousel-caption p,
    #newsFeed .list-group {display:none;}
}

/** FORM SIGNIN **/
.form-signin {
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 40px 40px 40px;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.form-signin .form-signin-heading {
    margin: 0 0 10px 0;
}

.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    -moz-box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input {
    border-radius: 0;
}

.form-signin input[type="email"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}

.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}

/***************************/
/* EVENTLIST               */
/***************************/
#content ol, #content ul.event-list,
.event-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 0;
}
.event-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 20px;
}
.event-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(197, 44, 102);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.event-list > li:nth-child(even) > time {
    background-color: #337ab7;
}
.event-list > li > time > span {
    display: none;
}
.event-list > li > time > .day {
    display: block;
    font-size: 33pt;
    font-weight: 100;
    line-height: 1;
    margin-top: 5px;
}
.event-list > li time > .month {
    display: block;
    font-size: 16pt;
    font-weight: 900;
    line-height: 1;
}
.event-list > li time > .year {
    display: block;
    font-size: 18pt;
    font-weight: 900;
    line-height: 1;
    margin-top: 6px;
}
.event-list > li > img {
    width: 100%;
}
.event-list > li > .info {
    padding-top: 5px;
    text-align: center;
}
.event-list > li > .info > .btn {
    margin: 5px 10px 0 0;
}

.event-list > li > .info > .label {
    margin: 5px 10px 0 0;
    font-size: 90%;
    font-weight: normal;
}

.event-list > li > .info > .title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px;
}
.event-list > li > .info > .desc {
    font-size: 13pt;
    font-weight: 300;
    margin: 0px;
}
.event-list > li > .info > ul,
.event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.event-list > li > .social > ul {
    margin: 0px;
}
.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
}
.event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
}
.event-list > li > .social > ul > li {
    padding: 0px;
}
.event-list > li > .social > ul > li > a {
    padding: 3px 0px;
}
.event-list > li > .info > ul > li:hover,
.event-list > li > .social > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
}
.facebook a,
.twitter a,
.google-plus a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important;
}
.twitter a {
    color: rgb(79, 213, 248) !important;
}
.google-plus a {
    color: rgb(221, 75, 57) !important;
}
.facebook:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
}
.twitter:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(79, 213, 248) !important;
}
.google-plus:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(221, 75, 57) !important;
}

@media (max-width: 1200px) {
    #topmenu .nav > li > a {
        padding-right: 8px;
        padding-left: 8px;

    }
}

@media (min-width: 768px) {
    .event-list > li {
        position: relative;
        display: block;
        width: 100%;
        height: 120px;
        padding: 0px;
    }
    .event-list > li > time,
    .event-list > li > img  {
        display: inline-block;
    }
    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        float: left;
    }
    .event-list > li > .info {
        background-color: rgb(245, 245, 245);
        overflow: hidden;
    }
    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        height: 120px;
        padding: 0px;
        margin: 0px;
    }
    .event-list > li > .info {
        position: relative;
        height: 120px;
        text-align: left;
        padding-right: 40px;
    }
    .event-list > li > .info > .title,
    .event-list > li > .info > .desc {
        padding: 0px 10px;
    }
    .event-list > li > .info > ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .event-list > li > .social {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 40px;
    }
    .event-list > li > .social > ul {
        border-left: 1px solid rgb(230, 230, 230);
    }
    .event-list > li > .social > ul > li {
        display: block;
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        display: block;
        width: 40px;
        padding: 10px 0px 9px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) {

    .navbar {
        height: 80px;
    }

    .navbar-brand {
        padding: 2px 15px 6px 15px;
        margin-top: 0;
        height: auto;
        background: #fff;
        box-shadow: none;
        border-radius: 0;
    }

    #topmenu {
        margin-bottom: 0;
    }

    #topmenu .navbar-right .btn {
        margin: 0 0 10px 0;
    }

    #topmenu .container {
        padding-top: 15px;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
    }

    #topmenu .nav {
        margin-top: 6px;
        margin-left: 0;
    }

    #topmenu .nav > li {
        margin-right: 0;
    }

    #topmenu .nav > li > a {
        background: none;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        border-radius: 0;
        padding: 8px 20px;
        box-shadow: none;
    }

    #topmenu .nav > li > a:focus,
    #topmenu .nav > li > a:hover {
        background: #fff;
    }

    #topmenu .submenu {
        margin: 50px 0 10px 15px;
    }

    .container {
        border-radius: 0;
    }

    #sidebar {
        padding-top: 20px;
    }

    .btn.pull-right {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .nav-tabs li {
        width: 50%;
        display: inline-block;
    }

    footer .footer-logo {
        display: none;
    }

}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .start-box .btn {
        padding: 8px 0;
        width: 100%;
    }

    footer .footer-content {
        padding: 0px 15px 0 15px;
    }

    footer .footer-content img {
        margin-left: 0;
    }

    footer .footer-content p,
    footer .footer-content p.text-right {
        text-align: left !important;
        margin-top: 20px;
    }

    footer .footer-content p.text-right:before {
        top: -80px;
        left: 15px;
        display: none;
    }

    #contentholder {
        margin-bottom: 380px;
    }
}

#contentholder.login {
    border: none;
    box-shadow: none;
    background: none;
}

/* Spinner Circle Rotation */
.sp {
	width: 32px;
	height: 32px;
	clear: both;
	margin: 20px auto;
}

.sp-circle {
	border: 4px rgba(0,0,0,0.25) solid;
	border-top: 4px rgba(0,0,0,1) solid;
	border-radius: 50%;
	-webkit-animation: spCircRot .6s infinite linear;
	animation: spCircRot .6s infinite linear;
}
@-webkit-keyframes spCircRot {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(359deg); }
}
@keyframes spCircRot {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}
