html {
    height: 100%;
}

body {
    position: relative;
    background: #ffffff;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    line-height: 1.57143;
    margin: 0;
    min-height: 100%;
    color: #76838f;
}

.gray {
    background-color: rgba(53, 131, 202, 0.04);
}

.row-height {
    height: 40px;
    padding: 3px;
}


.email-section {
    margin: 20px 0px 0px 0;
}

.email-row-format {
    text-align: left;
    margin-top: 10px;
}

.day-row-header-format {
    margin-top:10px;
    background-color: #005825; 
    color: #fff; 
    padding-top: 7px; 
    font-size: 28px; 
    text-align: center;
    margin-top:0px;
}


.day-row-format {
    margin-top:2px; 
    text-align: center;
}

.color-day-row-format {
    margin-top:2px; 
    text-align: center;
    background-color: #788053;
    color: #fff;
}

.margin-bottom {
    margin-bottom: 100px;
}

.mandatory {
    color: red;
    margin-left: 2px;
    margin-right: 2px;
}

a {
    color: #62a8ea;
}

a:hover,
a:focus {
    color: #89bceb;
    outline: none;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    margin: 0;
    font-weight: 400;
}

h1 {
    font-size: 30px;
    line-height: 36px;
}

.h3, h3 {
    font-size: 18px;
    line-height: 27px;
}

.h4, h4 {
    font-size: 16px;
}

input,
button,
select,
textarea,
pre {
    font-family: 'Roboto', sans-serif;
}

label {
    font-weight: 300;
}

/******************************************************************/
/******************        Header         *************************/
/******************************************************************/


.navbar {
    margin-bottom: 0;
    -webkit-box-shadow:0 2px 4px rgba(0,0,0,.08);
    box-shadow:0 2px 4px rgba(0,0,0,.08);
}

.navbar .container {
    position: relative;
}

.navbar-default {
    background-color: #fff;
    border-bottom: none;
}

.navbar-header {
    background-color: #005825;
}

.navbar-fixed-top {
    position: relative;
    border-color: transparent;
}

.navbar .nav a {
    padding: 13px 15px 15px;
}

.navbar .nav > li {
    display: block;
    float: left;
}

.navbar .nav > li > a {
    color: #76838f;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    background-color: rgba(0,0,0,0.1);
    color: #76838f;
}

.navbar .navbar-brand,
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    position: absolute;
    font-weight: 500;
    color: #fff;
}

.navbar-brand img {
    height: 24px;
    display: inline-block;
    margin-right: 6px;
}

.navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}

.navbar-toggle.subnav {
    float: left;
    margin: 11px 0 0 15px;
}

.navbar-toggle .icon-bar {
    width: 18px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}

.navbar-default .navbar-toggle {
    color: #fff;
}

.navbar-collapse {
    border-color: transparent;
    border-top: none;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.nav .dropdown-menu a {
    font-size: 12px;
}

.nav .dropdown-menu {
    left: -50px;
    text-align: left;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav .dropdown-menu::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 65px;
}

.nav .dropdown-menu::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 66px;
}

.nav .open:focus {
    background: none;
}

.navigation .nav {
    float: right;
}

/******************************************************************/
/******************      Subnav       *************************/
/******************************************************************/

.subnavbar {
    padding: 0;
    -webkit-box-shadow:0 2px 4px rgba(0,0,0,.08);
    box-shadow:0 2px 4px rgba(0,0,0,.08);
}

.subnavbar-inner {
    height: auto;
    background: #fff;
}

.subnavbar .container > ul {
    height: 60px;
    padding: 0;
    margin: 0;
}

.subnavbar .container > ul > li {
    float: left;
    min-width: 90px;
    height: 66px;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.subnavbar .container > ul > li > a {
    display: block;
    height: 100%;
    padding: 0 15px;
    font-size: 14px;
    color: rgba(82, 96, 105, 0.9);
}

.subnavbar .container > ul > li > a:hover {
    background-color: rgba(53, 131, 202, 0.04);
    text-decoration: none;
}

.subnavbar .container .badge,
.subnavbar .container > ul > li > a:hover .badge {
    background-color: #57c7d4;
    display: inline-block;
    margin-left: -12px;
    margin-top: -20px;
    padding: 3px 6px;
    font-weight: 400;
}

.subnavbar .container .events-badge,
.subnavbar .container > ul > li > a:hover .events-badge{
    background-color: #f96868;
}

.subnavbar .container > ul > li > a > i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 14px;
    margin-bottom: -3px;
    font-size: 20px;
}

.subnavbar .container > ul > li > a > span {
    display: block;
}

.subnavbar .container > ul > li.active > a {
    background-color: rgba(53, 131, 202, 0.04);
    color: rgba(53, 131, 202, 0.9);
}

/******************************************************************/
/*******************        Login         *************************/
/******************************************************************/

.full-page .panel {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 45px;
    width: 400px;
    margin: 0 auto;
}

.full-page .panel .panel-body {
    padding: 50px 40px 40px;
}

.full-page .panel .brand-text {
    margin-top: 8px;
    font-size: 18px;
}

.full-page form {
    margin: 45px 0 30px;
}

.full-page .form-group {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.full-page .form-control, 
.full-page .form-control.focus, 
.full-page .form-control:focus {
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0);
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#62a8ea),to(#62a8ea)),-webkit-gradient(linear,left top,left bottom,from(#e4eaec),to(#e4eaec));
    background-image: -webkit-linear-gradient(#62a8ea,#62a8ea),-webkit-linear-gradient(#e4eaec,#e4eaec);
    background-image: -o-linear-gradient(#62a8ea,#62a8ea),-o-linear-gradient(#e4eaec,#e4eaec);
    background-image: linear-gradient(#62a8ea,#62a8ea),linear-gradient(#e4eaec,#e4eaec);
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    color: #76838f;
    -webkit-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
}

.full-page .form-control.focus,
.full-page .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.full-page .form-control ~ .control-label {
    font-size: 12px;
    top: -12px;
    color: #a3afb7;
    font-weight: 300;
    left: 0;
    position: absolute;
    pointer-events: none;
}

.full-page .login {
    margin-top: 40px;
}

span.custom-checkbox {
    float: left;
}

span.custom-checkbox > input[type="checkbox"] {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0;
}

span.custom-checkbox > input[type="checkbox"] + label {
    background: rgba(0, 0, 0, 0) url("/html/gfx/check.png") no-repeat 0 0;
    clear: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 15px;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 0 20px;
    font-weight: 300;
}

span.custom-checkbox > input[type="checkbox"]:checked + label {
    background-position: 0 -15px;
}

.page-copyright {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 60px;
}

/******************************************************************/
/******************       Table        *************************/
/******************************************************************/
.sort {
    color: #999;
    margin-left: 5px;
}

.sort:hover,
.sort:focus {
    color: #666;
}

.pagination {
    float: right;
    margin: 0;
    text-align: right;
    white-space: nowrap;
}

.form-inline .form-group {
    margin-right: 20px;
    display: inline-block;
    float: left;
}

.btn-outline.btn-primary {
    background-color: transparent;
    color: #62a8ea;
    border-color: #62a8ea;
    text-decoration: none;
}

.btn-outline.btn-primary:hover,
.btn-outline.btn-primary:focus {
    background-color: #62a8ea;
    color: #fff;
}

.btn-outline.btn-warning {
    background-color: transparent;
    color: #f2a654;
    border-color: #f2a654;
    text-decoration: none;
}

.btn-outline.btn-warning:hover,
.btn-outline.btn-warning:focus {
    background-color: #f2a654;
    color: #fff;
}

.btn-outline.btn-danger {
    background-color: transparent;
    color: #f96868;
    border-color: #f96868;
    text-decoration: none;
}

.btn-outline.btn-danger:hover,
.btn-outline.btn-danger:focus {
    background-color: #f96868;
    color: #fff;
}

.btn-outline.btn-info {
    background-color: transparent;
    color: #57c7d4;
    border-color: #57c7d4;
}

.btn-outline.btn-info:hover,
.btn-outline.btn-info:focus {
    background-color: #57c7d4;
    color: #fff;
}

.form-horizontal .control-label {
    padding-top: 2px;
}

.control-label + .form-control {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.control-label + .inputs {
    display: inline-block;
    vertical-align: middle;
}

input.form-control {
    color: #333;
}

select.form-control {
    background: #fff url("/html/gfx/dropdown-arrow.png") no-repeat right center;
    padding-right: 30px;
    color: #333;
}

.input-group-file input[type="text"] {
    background-color: #fff;
}

.input-group-file .btn-file input[type="file"] {
    cursor: pointer;
    display: block;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
}

.nav-tabs-solid > li.active > a, 
.nav-tabs-solid > li.active > a:focus, 
.nav-tabs-solid > li.active > a:hover {
    background-color: #fff;
    color: #76838f;
    border-color: transparent;
}

.nav-tabs-solid {
    border-bottom-color: #fff;
}

.nav-tabs > li > a {
    color: #76838f;
    padding: 10px 20px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: #f3f7f9;
    border-color: transparent;
}

.page-main .nav-tabs {
    margin-bottom: 30px;
    border-bottom: 1px solid #e4eaec;
}

.nav-tabs-line > li > a, 
.nav-tabs-line > li > a:focus {
    color: #76838f;
}

.nav-tabs-line > li > a:hover {
    background: transparent;
    border-bottom: 2px solid #CCD5DB;
}

.nav-tabs-line > li.active > a, 
.nav-tabs-line > li.active > a:focus, 
.nav-tabs-line > li.active > a:hover {
    color: #62a8ea;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #62a8ea;
}

.bg-blue-grey-100 {
    background-color: #f3f7f9;
}

.blue-grey-500 {
    background-color: transparent;
    color: #76838f;
    border: 1px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.075);
    overflow: auto;
}

.blue-grey-500:hover,
.blue-grey-500:focus {
    background-color: rgba(0, 0, 0, 0.075) !important;
    border-color: transparent;
}

.categories td {
    background-color: #e7faf2;
}

.table > thead > tr > th {
    border-bottom: none;
    color: #526069;
    font-weight: 400;
}

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    padding-left: 15px;
}

.table a {
    text-decoration: underline;
}

.dropdown-menu {
    min-width: 140px;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:hover {
    color: #76838f;
}

.page-content-actions .check {
    margin: 6px 15px 0 0;
}

.page-content-actions span.custom-checkbox {
    float: none;
}

.page-content-actions span.custom-checkbox > input[type="checkbox"] + label {
    font-size: 14px;
}

#results-section {
    display: none;
}

/******************************************************************/
/*******************        Public        *************************/
/******************************************************************/
.full-page.full-bg {
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.full-page.grey-bg {
    background: #f1f4f5;
}

.full-bg .page-content {
    bottom: 0;
    color: #fff;
    height: 350px;
    left: 0;
    margin: auto;
    max-width: 360px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.full-bg a {
    color: #000;
}

.grey-bg .page-content {
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.grey-bg .page-copyright {
    color: #37474f;
}

.grey-bg header h1 {
    font-size: 10em;
    font-weight: 400;
    line-height: inherit;
}

.grey-bg header h2 {
    font-size: 3em;
    line-height: inherit;
    margin-top: 50px;
}

.grey-bg header p {
    font-size: 30px;
    margin-bottom: 30px;
}

.grey-bg .p {
    color: #a9afb5;
    margin-bottom: 25px;
}

.logo {
    width: 100%;
    display: inline-block;
    position: relative;
}

.logo img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    width: 100%;
}

/******************************************************************/
/*******************      Summernote      *************************/
/******************************************************************/
.note-editor.note-frame {
    border-color: #ccc !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.note-toolbar .btn-group .btn-default {
    background-color: transparent;
    border: none;
    color: #8c999f;
}

.note-toolbar .btn-group .btn-default:hover,
.note-toolbar .btn-group .btn-default:active {
    color: #383f44;
    box-shadow: none;
}

.note-popover .popover-content, .panel-heading.note-toolbar {
    border-bottom: 1px solid #e4eaec;
}

.note-editor.panel {
    margin-bottom: 0;
}

/******************************************************************/
/*******************        Card        ***************************/
/******************************************************************/
.card-container {
    height: 200px;
    max-width: 100%;
    width: 350px;
}

.card {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
    min-width: 315px;
    width: 100%;
    background: #37474f;
}

.card .card-lower {
    bottom: 30px;
    left: 10%;
    position: absolute;
    width: 80%;
}

.card .card-upper {
    position: absolute;
    font-size: 16px;
    background: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5px;
    top: 8%;
}

.card .card-cardurl {   
    left: 5%;
}

.card .card-printable {
    left: 14%;
}

.card .card-editable {
    left: 23%;
}

.card .card-id {
    position: absolute;
    font-size: 16px;
    top: 8%;
    right: 5%;
    font-family: Consolas,Courier,monospace;
}

.card .card-lower .card-person {
    display: inline-block;
    font-size: 18px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    width: 190px;
    font-weight: normal;
    margin-bottom: 10px;
}

.card .card-lower .card-title {
    display: inline-block;
    font-size: 14px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 58px;
    margin-bottom: 14px;
}

.card .card-lower .card-organisation {
    clear: both;
    font-size: 16px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px;
    margin-bottom: 0;
}

.card .card-display,
.card .card-display a {
    color: #fff;
}

.card .card-display a:hover {
    color: #aaa;
}

/******************************************************************/
/******************        General        *************************/
/******************************************************************/
#prompt {
    position: absolute;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
}

nav {
    display: inline-block;
}

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

.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.content-area {
    position: relative;
    min-height: calc(100% - 44px);
    margin-bottom: 40px;
}

.table-responsive {
    border: none;
}

.full-page {
    height: 100%;
    margin: 0 !important;
    max-width: none;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background: #005825;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62a8ea', endColorstr='#ff3583ca', GradientType=0);
}

.donate {
    background: none;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 20px;
    position: relative;
    text-align: right;
}

.page-header {
    background: none;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px;
    position: relative;
}

.page-header-actions {
    margin: auto;
    position: absolute;
    right: 30px;
    top: 50%;
}

.page-header-actions > * {
    margin-bottom: 0;
}

.page-title {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    color: #00000;
}

.page-content {
    padding: 30px;
}

.page-header + .page-content {
    padding-top: 0;
}

.page-header .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb > li + li::before {
    color: #62a8ea;
}

.panel-bordered > .panel-heading {
    border-bottom: 1px solid #e4eaec;
}

.panel-heading {
    padding: 20px 15px 5px;
}

.panel-footer {
    background-color: transparent;
}

h3.panel-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.label-dark {
    background-color: #526069;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 5px;
    text-align: left;
    white-space: normal;
    width: auto;
}

.badge-info {
    background-color: #57c7d4;
    font-weight: 400;
    padding: 3px 6px;
}

.badge-default {
    background-color: #e4eaec;
    color: #76838f;
    font-weight: 300;
}

.btn {
    font-weight: 300;
}

.btn-primary {
    background-color: #005825;
    border-color: #005825;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #088A08;
    border-color: #088A08;
}

.btn-success {
    background-color: #46be8a;
    border-color: #46be8a;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #5cd29d;
    border-color: #5cd29d;
}

.btn-danger {
    background-color: #f96868;
    border-color: #f96868;
}

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

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

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

.btn-pure,
.btn-pure:hover,
.btn-pure:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #76838f;
}

.pad {
    border: solid 1px #fff;
}

.page-aside {
    background: #fff;
    border-right: 1px solid #e4eaec;
    transform: translate3d(-15px, 0px, 0px);
    position: absolute;
    display: block;
    -webkit-transition: transform 0.25s ease 0s, top 0.35s ease 0s, height 0.35s ease 0s;
    transition: transform 0.25s ease 0s, top 0.35s ease 0s, height 0.35s ease 0s;
    width: 260px;
    z-index: 1000;
    height: auto !important;
}

.page-aside-section:last-child {
    margin-bottom: 22px;
}

.page-aside-section {
    position: relative;
}

.page-aside-section:last-child::after {
    display: none;
}

.page-aside-section::after {
    border-bottom: 1px solid #e4eaec;
    content: "";
    display: block;
    margin: 22px;
    position: relative;
}

.page-aside .list-group {
    margin-bottom: 22px;
}

.page-aside .list-group .list-group-item {
    line-height: 36px;
    padding-bottom: 6px;
    padding-top: 6px;
    background: transparent;
    border: none;
    overflow: hidden;
    padding: 13px 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-aside .list-group a {
    display: block;
    color: #76838f;
}

.page-aside .list-group a:hover {
    background-color: #f3f7f9;
    text-decoration: none;
}

.page-aside .list-group a.active,
.site-menu-item a.active i {
    background-color: #f3f7f9;
    text-decoration: none;
    color: #62a8ea;
}

.page-aside .site-menu-icon {
    margin-right: 10px;
}

.page-aside .site-menu-arrow {
    position: absolute;
    right: 20px;
    top: 13px;
}

.page-aside-title {
    color: #526069;
    font-weight: 500;
    margin: 20px 0 10px;
    overflow: hidden;
    padding: 10px 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-menu-sub {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.site-menu-item a {
    line-height: 38px;
    padding: 0 30px;
    text-decoration: none;
}

.site-menu-item a i {
    margin-left: 14px;
    margin-right: 10px;
    color: #a3afb7;
}

.page-main {
    margin-left: 260px;
}

.panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.page-aside-switch {
    background-color: #fff;
    -webkit-border-radius: 0 100px 100px 0;
    -moz-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: none;
    transform: translate3d(-15px, 0px, 0px);
    line-height: 1;
    padding: 15px 8px 15px 4px;
    position: absolute;
    z-index: 1000;
    -webkit-transition: transform 0.25s ease 0s, top 0.35s ease 0s, height 0.35s ease 0s;
    transition: transform 0.25s ease 0s, top 0.35s ease 0s, height 0.35s ease 0s;
}

.page-aside-switch .fa {
    font-size: 30px;
}

#footer {
    border-top: 1px solid #292929;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #e4eaec;
    -webkit-box-shadow: 0 0 44px rgba(0, 0, 0, 0.02) inset;
    box-shadow: 0 0 44px rgba(0, 0, 0, 0.02) inset;
    padding: 10px 0;
    z-index: 2000;
}

/******************************************************************/
/******************        Partner        *************************/
/******************************************************************/

@font-face {
    font-family: 'Conv_BentonSans-Bold';
    src: url('../fonts/BentonSans-Bold/BentonSans-Bold.eot');
    src: local('☺'), url('../fonts/BentonSans-Bold/BentonSans-Bold.woff') format('woff'), url('../fonts/BentonSans-Bold/BentonSans-Bold.ttf') format('truetype'), url('../fonts/BentonSans-Bold/BentonSans-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.partner-body {
    font-family: 'Conv_BentonSans-Bold';
    background: #F0AB00;
    color: #000;
    min-height: 100vh;
    overflow-x: hidden;
}

.partner-body a {
    color: #000;
}

.partner-body .navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.partner-body .navbar-inner {
    background: transparent;
}

.partner-body .navbar-header {
    background-color: transparent;
    margin: 15px 0;
}

.partner-banner {
    position: relative;
}

.partner-banner .arrow-down {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin: 0 auto;
    width: 10%;
    max-width: 100px;
}

.partner-body .login-box {
    position: relative;
}

.partner-body h2 {
    font-family: 'Conv_BentonSans-Bold';
    text-align: center;
    color: #010101;
}

.partner-body h3 {
    font-family: 'Conv_BentonSans-Bold';
    color: #010101;
    font-size: 22px;
}

.partner-body .login-box form {
    position: absolute;
    right: 0;
    top: 0;
}

.partner-body .partner-login {
    color: #F0AB00;
    background: #040404;
    padding: 5px 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    clear: both;
    margin-top: 10px;
}

.partner-body input.form-control, 
.partner-body select.form-control {
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4) inset;
    border: none;
    float: right;
    width: 220px;
}

.partner-body .form-control::-moz-placeholder {
    color: #000;
}

.partner-body textarea.form-control {
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4) inset;
    border: none;
}

.partner-body input, 
.partner-body button,
.partner-body select, 
.partner-body textarea, 
.partner-body pre {
    font-family: 'Conv_BentonSans-Bold';
}

.partner-body .nav-pills > li.active > a,
.partner-body .nav-pills > li.active > a:focus, 
.partner-body .nav-pills > li.active > a:hover,
.partner-body .nav-pills > li > a:hover {
    background-color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
}

.partner-body .form-control.number {
    width: 70px;
    margin-right: 10px;
}

.partner-body .number-next {
    padding-top: 10px;
}

.partner-body .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fecd5a;
}

.partner-body .panel .btn-black {
    margin-top: 0;
}

.partner-body .table > tbody > tr > td,
.partner-body  .table > thead > tr > th {
    border-top: 1px solid #000;
    padding: 15px;
}

.partner-packages {
    margin-top: 70px;
}

.partner-package {
    margin-bottom: 15px;
    text-align: center;
}

.partner-packages-bg {
    background-color: #fecd5a;
    padding: 30px 15px 15px;
    min-height: 542px;
}

.partner-packages-bg div {
    margin-bottom: 15px;
}

.partner-packages-bg div img {
    width: 22px;
}

.partner-form h2 {
    text-align: left;
    margin: 30px 0 30px 15px;
}

.partner-form .form-group {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.partner-form .form-control ~ .control-label {
    left: 0;
    position: absolute;
    top: -25px;
}

.partner-form input.form-control {
    float: left;
    width: 250px;
    margin: 5px 0 30px;
}

.partner-form .btn-black {
    color: #fff;
    background: #040404;
    padding: 5px 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    clear: both;
    margin-top: 10px;
}

.partner-form .input-group-file .btn-file input[type="file"] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

.partner-form .input-group-btn {
    display: block;
}

.partner-form .uploads .form-group {
    margin-bottom: 0;
}

.partner-form .btn-remove {
    margin-bottom: 10px;
    padding: 2px 6px;
}

.partner-form .warning {
    color: #CB0000;
    font-weight: bold;
    font-size: 16px;
}

.signup {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

@media (max-width: 1000px) {
    .partner-body .login-box h2 {

    }

    .partner-body .login-box form {
        position: relative;
    }

    .partner-body h2 {
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .partner-packages-bg {
        min-height: 0;
    }

    .partner-form .input-group-file .btn-black {
        white-space: normal;
        width: 250px;
        text-align: left;
    }
}


/******************************************************************/
/*****************        Partner END       ***********************/
/******************************************************************/



@media (min-width: 1200px) {

}

@media (max-width: 979px) {
    .navbar-fixed-top {
        position: static;
        margin-bottom: 0;
    }

    .subnavbar .container {		
        width: auto;
    }
}

@media (min-width: 768px) {
    .navbar-inner {
        background-color: #005825;
    }

    .navbar .nav > li > a {
        color: #fff;
    }

    .navbar .nav > li > a:hover,
    .navbar .nav > li > a:focus {
        background-color: rgba(0,0,0,0.1);
        color: #fff;
    }

    .subnavbar .container > ul {
        width: 100%;
        height: 66px;	
        border: none;
    }

    .subnavbar .container > ul > li {
        height: 66px;
        margin-bottom: 0;
        border: none;
    }

    .subnavbar .container > ul > li > a > i {	
        display: inline-block;	
        margin-bottom: 0;
        font-size: 20px;
    }

    .footer-left {
        text-align: left;
    }

    .footer-right {
        text-align: right;
    }     
}

@media (max-width: 767px) {
    .navigation .nav {
        float: none;
    }

    .navbar .navbar-brand {
        left: 45%;
    }

    .nav .dropdown-menu {
        left: 0;
    }

    .nav .dropdown-menu::before {
        left: 14px;
    }

    .nav .dropdown-menu::after {
        left: 15px;
    }

    .subnavbar-inner {
        height: calc(100% - 60px);
        width: 200px;
        position: fixed;
        z-index: 1400;
        -webkit-box-shadow:0 2px 4px rgba(0,0,0,.08);
        box-shadow:0 2px 4px rgba(0,0,0,.08);
        transform: translate3d(-200px, 0px, 0px);
        -webkit-transition: transform 0.25s ease 0s, top 0.35s ease 0s, height 0.35s ease 0s;
        transition: transform 0.25s ease 0s, top 0.35s ease 0s, height 0.35s ease 0s;
    }

    .in .subnavbar-inner {
        transform: translate3d(0px, 0px, 0px);
    }

    .subnav-container {
        padding: 0;
    }

    .subnavbar .container > ul > li {
        width: 100%;
        height: 50px;
    }

    .subnavbar .container > ul > li > a {
        position: relative;
        height: 50px;
        text-align: left;
        padding: 0 30px;
    }

    .subnavbar .container > ul > li > a span {
        display: inline-block !important;
    }

    .site-menu-arrow {
        position: absolute;
        right: 20px;
        top: 13px;
    }

    .content-area {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transition: transform 0.25s ease 0s, top 0.35s ease 0s, height 0.35s ease 0s;
        transition: transform 0.25s ease 0s, top 0.35s ease 0s, height 0.35s ease 0s;
    }

    .in + .content-area {
        transform: translate3d(200px, 0px, 0px);
    }

    .nav-tabs-solid {
        margin: 0 30px;
    } 

    .page-aside-switch {
        display: block;
    }

    .in + .page-aside-switch {
        transform: translate3d(245px, 0px, 0px);
    }

    .page-aside {
        transform: translate3d(-275px, 0px, 0px);
        top: 0;
    }

    .page-aside.in {
        transform: translate3d(-15px, 0px, 0px);
    }

    .page-main {
        margin-left: 0;
    }

    .panel:nth-child(2) {
        margin-bottom: 60px;
    }

    .footer .container {
        padding: 0 20px;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        text-align: center;
    }
}

@media (max-width: 480px) {
    body {
        overflow-x: hidden;
    }

    .full-page .panel {
        padding: 10px;
        width: auto;
    }

    .full-page .panel .panel-body {
        padding: 35px 25px;
    }

    .page-header {
        padding: 30px 0;
    }

    .page-content {
        padding: 0 !important;
    }

    .page-header-actions {
        right: 0;
    }

    .panel-body .nav-tabs-solid {
        margin: 0;
    }
}