@font-face {
  font-family: "Geomanist";
  src: url("../fonts/geomanist-regular-webfont.eot");
  src: url("../fonts/geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"),
       url("../fonts/geomanist-regular-webfont.woff") format("woff"),
       url("../fonts/geomanist-regular-webfont.ttf") format("truetype"),
       url("../fonts/geomanist-regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
    font-family: "Geomanist", sans-serif !important;
}

.top-bar-section li.error a {
    background-color: #cf2a0e !important;
}

h1 {
    margin: 1rem 0 0 0;
}

input[type=file] {
    background-color: #FAFAFA;
    padding: 7px 7px 8px 7px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    border: solid 1px #CCC;
    cursor: pointer;
}

input[type=file]:hover {
    background-color: #F3F3F3;
    border-color: #999;
}

select {
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    cursor: pointer;
}

meta.foundation-data-attribute-namespace {
    font-family: false !important;
}

.mce-ico {
    /* Override for the global font style. */
    font-family: 'tinymce', sans-serif !important;
}

form label {
    min-height: 26px;
    font-weight: bold;
}

form .fi-asterisk {
    color: #F04124;
}

form .fi-flag {
    color: #008CBA;
}

form .fi-info {
    color: #43ac6a;
}

form .th {
    margin-bottom: 1rem !important;
    border: 0 none;
    box-shadow: none;
    padding: 4px;
    box-shadow: 0px 1px 3px #AAA;
}

form #div_images .row, form #drop_zone .row {
    border-top: solid 1px #EFEFEF;
    padding-top: 1rem;
}

@media only screen and (max-width: 40em) {
    .cs_buttons .button {
        width: 100%;
    }

    .cs_buttons select,
    .cs_buttons input {
        margin: 0 0 1rem 0 !important;
    }
}

.error .zselect,
.error .mce-tinymce {
    margin-bottom: 0 !important;
}

table thead th {
    border-right: solid 1px white;
}

table thead th:last-child {
    border-right: 0 none;
}

table tbody td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

table .c_icon {
    width: 50px !important;
    text-align: center;
}

table .c_icon .button {
    margin: 0;
}

table .c_date {
    width: 155px !important;
    text-align: center;
}

table tbody input {
    margin: 0;
}

table .subtable-btn {
    text-align: center;
}

.button.cs_panel label {
    color: white;
}

/*
#footer {
  width: 100%;
  background-color: #333;
  position: fixed;
  bottom: 0px;
}

#main_content {
    margin-bottom: 45px;
}

#footer input, #footer select {
    margin-top: 4px;
    margin-bottom: 4px;
}

select[name="lang"] {
    margin-right: 10px;
}
*/

#div_instructions {
    border-radius: 0;
    position: relative;
    top: -20px;
}

#div_message {
    margin: 0;
    z-index: 1006;
    position: fixed;
    width: 100%;
    bottom: 0;
    font-size: 1em;
    border: 0 none;
}

#div_message.info {
    color: #FFF;
    background-color: #008CBA;
}

#div_message a {
    color: #FFF;
}

#div_message i {
    margin-right: 10px;
}

.cs_buttons {
    background-color: #EFEFEF;
    padding: 10px 0;
}

.cs_buttons select,
.cs_buttons input {
    margin: 0;
}

.cs_buttons #lang {
    position: relative;
    top: 8px;
}

/***
****
DataTable Overrides
****
***/
.dataTable {
    width: 100% !important;
    box-shadow: 0px 1px 3px #AAA;
    border: 0 none;
    border-spacing: 0;
    border-collapse: separate;
}

.dataTable thead .sorting {
    background: url('/img/dataTables/sort_both.png') no-repeat center left !important;
    padding-left: 1.25rem;
}

.dataTable thead .sorting_asc {
    background: url('/img/dataTables/sort_asc.png') no-repeat center left !important;
    padding-left: 1.25rem;
}

.dataTable thead .sorting_desc {
    background: url('/img/dataTables/sort_desc.png') no-repeat center left !important;
    padding-left: 1.25rem;
}

.dataTable tbody tr:hover {
    background-color: #EFEFEF;
}

.dataTable .cs_priority {
    width: 70px !important;
    cursor: move;
    text-align: center;
}

.dataTable tbody .cs_priority:before {
    font-family: "foundation-icons";
    font-weight: bold;
    float: left;
    content: "\f120";
    margin: 0 5px 0 0;
}

.dataTables_filter input {
    margin-left: 5px;
}

div.dataTables_length select {
    margin: 0 0.5rem;
}

.dataTables_empty {
    text-align: center;
    vertical-align: middle;
    font-size: 2em;
    height: 300px;
    background-color: #EFEFEF;
}

/* Foundation Calendar Overrides */
.calendar {
    margin: 0 0 1rem 0;
}

/* Google Maps Overrides */
.coffee_gmaps {
    height: 300px;
    margin: 0 0 1rem 0;
    border: 1px solid #CCC;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.coffee_gmaps img {
    max-width: none;
}

.pac-container {
    z-index: 10000 !important;
}

/* TinyMCE Overrides */
.mce-tinymce {
    margin-bottom: 1rem !important;
}

/***
****
    Zurb Foundation Overrides
****
***/
.top-bar {
    /* Fix for menu expanding when being clicked. */
    height: 45px !important;
    box-shadow: 0px 1px 3px #AAA;
}

.top-bar.expanded {
    height: auto !important;
}

.top-bar .title-area {
    height: 45px;
}

.top-bar .dropdown {
    box-shadow: 0px 1px 3px #AAA;
}

.breadcrumbs {
    border-radius: 0;
    box-shadow: 0px 1px 3px #AAA;
    border: 0 none;
}

textarea {
    min-height: 214px;
}

.tooltip {
    z-index: 1006;
}

.button {
    box-shadow: 0px 1px 3px #AAA;
    transition: box-shadow .25s;
}

.button:active {
    box-shadow: none;
}

.tabs {
    background-color: #EFEFEF;
    border-top: solid 1px #EFEFEF;
    border-left: solid 1px #EFEFEF;
}

.tabs-content {
    border-left: solid 1px #EFEFEF;
    border-right: solid 1px #EFEFEF;
    border-bottom: solid 1px #EFEFEF;
    padding: 0 10px;
}

.reveal-modal .tabs-content {
    margin: 0;
    padding: 0;
}

.accordion {
    margin-bottom: 1.25rem;
}

.accordion .accordion-navigation:first-child {
    border-top: solid 1px #CCC;
}

.accordion .accordion-navigation {
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}

.accordion .accordion-navigation>a:before {
    font-family: "foundation-icons";
    content: "\f199";
    margin-right: 1rem;
}

.accordion .accordion-navigation.active>a:before {
    font-family: "foundation-icons";
    content: "\f176";
    margin-right: 1rem;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    margin: 0;
    position: relative;
    top: -2px;
}

.row.full-width {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: 100%;
}

/* Modal Windows */
.reveal-modal {
    padding: 0;
}

.reveal-modal>h2 {
    background-color: #333;
    color: #FFF;
    padding: 20px;
    margin: 0;
}

.reveal-modal>form {
    margin: 0;
}

.reveal-modal .close-reveal-modal {
    top: 5px;
    right: 15px;
    color: #FFF;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
}

/* Tooltips */
@media only screen and (max-width: 40em) {
    .tooltip .nub {
        display: none;
    }
}

/* Zurb MultiSelect Overrides */
.zselect {
    margin-bottom: 1rem !important;
    padding: 6px 7px 7px 7px !important;
    line-height: 21px !important;
    position: relative;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    cursor: pointer;
}

.zselect:hover {
    background-color: #F3F3F3;
    border-color: #999;
}

.zselect .zmshead {
    font-size: 0.75em !important;
}

.zselect ul {
    overflow: auto;
    max-height: 250px;
    top: 25px;
    left: 11px;
}

.zselect ul li {
    padding: 5px 10px !important;
}

.zselect ul li input[type=checkbox] {
    position: relative;
    top: 1px;
}

.subtable-btn {
    cursor: pointer;
}

.no-img-display {
    cursor: default;
    width: 30px !important;
}
.no-img-display:before {
    content: "" !important;
}

.dataTable td {
    word-wrap: break-word;
}

.display-none {
    display: none;
}

.mce-i-rotateleft:before{content:"\eaa8"}

.coffee_dropzone > .row {
	border: none !important;
	padding-top: 0;
}

.cs_element .progress {
	height: 40px;
	color: #fff;
    margin: 0px;
}

.cs_new_tab_tab i {
	font-size: 40px;
}


.cs_switch-on {
  position: absolute;
  left: -55px;
  top: 10px;
  color: white;
  font-weight: bold;
  font-size: 9px; 
}

.cs_switch-off {
  position: absolute;
  left: -25px;
  top: 10px;
  color: white;
  font-weight: bold;
  font-size: 9px; 
}

div.switch label.input-activator:after {
    height: 1.75rem;
    width: 1.75rem;
}

div.switch label.input-activator {
    width: 100%;
    top: 0px;
    height: 2.3125rem;
}