/*
    Foundation Override
*/

.row.row-full-width {
    max-width: 100%;
}

.button {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 1);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 1);
}

.close-button,
.close-button span {
    outline: none;
}

/*
    End Foundation Override
*/

/*
    DataTable Override
*/

.dataTables_wrapper * {
    font-size: 11px;
}

.dataTables_wrapper label {
    display: inline-block;
}

.dataTables_wrapper select {
    margin: 0;
    padding: 0;
    padding-right: 10px;
    width: auto;
    height: 20px;
    display: inline-block;
}

.dataTables_wrapper input[type=search] {
    margin: 0;
    width: auto;
    height: 20px;
    display: inline-block;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 4px 6px;
}

.dataTables_wrapper .dataTables_processing {
    top: 5%;
    left: 75%;
    width: 50%;
    padding-top: 12px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 5px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    line-height: 10px;
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {
    background-image: none;
}

.dataTables_wrapper .ui-toolbar {
    padding: 5px;
}

/*
    End DataTable Override
*/


/* Parian Labs Proper */

body {
    font-family: 'Roboto', 'Helvetica', 'Sans-serif';
    background: #f9f9f9;
}

.parian-labs-header {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.50);
}

.parian-labs-header .top-bar a {
    outline: none;
}

.parian-labs-header .top-bar,
.parian-labs-header .top-bar ul {
    background: #1761a0;
}

@media only screen and (max-width: 40.625em) {

    .parian-labs-header .top-bar, .parian-labs-header .top-bar ul {
        background: #022543;
    }
}

.parian-labs-header .top-bar .menu-text a {
    color: #fff;
    padding: 0;
}

.parian-labs-header .top-bar .medium-horizontal.menu > li > a,
.parian-labs-header .top-bar .medium-horizontal.menu .dropdown > li > a {
    color: #fff;
}

.parian-labs-header .top-bar .medium-horizontal.menu .dropdown > li.is-down-arrow > a:after {
    border-color: #fff transparent transparent;
}

.parian-labs-header .top-bar .medium-horizontal.menu > li:not(.readonly):not(.menu-text):hover > a:not(.button),
.parian-labs-header .top-bar .medium-horizontal.menu .dropdown > li:not(.readonly):not(.menu-text):hover > a:not(.button) {
    background: #f9f9f9;
    color: #000;
}

.parian-labs-header .top-bar .medium-horizontal.menu > li.is-down-arrow:hover > a:after,
.parian-labs-header .top-bar .medium-horizontal.menu .dropdown > li.is-down-arrow:hover > a:after {
    border-color: #000 transparent transparent;
}

.parian-labs-header .top-bar ul.medium-horizontal.menu li.readonly a {
    cursor: default;
}

.parian-labs-header .top-bar .submenu.vertical a {
    color: #000;
}

.parian-labs-header .top-bar li.has-submenu.is-left-arrow a::after {
    border-color: transparent #000 transparent transparent;
}

.parian-labs-header .top-bar li.has-submenu.is-right-arrow a::after {
    border-color: transparent transparent transparent #000;
}

.parian-labs-header .top-bar .submenu.vertical li:hover {
    background: #eee;
}

.parian-labs-header .title-bar {
    background: #1761a0;
    color: #fff;
}

.parian-labs-header .title-bar,
.parian-labs-header .title-bar .menu-icon {
    outline: none;
}

.parian-labs-header .title-bar .menu-icon::after {
    background: #fff;
    box-shadow: 0 7px 0 #fff,0 14px 0 #fff;
}

.parian-labs-header .title-bar .title-bar-title a {
    color: #fff;
}

.parian-labs-flash-messages {
    padding-left: 50px;
    padding-right: 50px;
}

.parian-labs-flash-messages .fi-check,
.parian-labs-flash-messages .fi-x-circle {
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 30px;
}

.parian-labs-flash-messages .fi-x-circle {
    color: #e78371;
}

.parian-labs-flash-messages .fi-check {
    color: #72d395;
}

.parian-labs-form-container {
    background: #ffffff;
    border: 1px solid #ddd;
    margin: .7em;
    padding: 0;
}

.parian-labs-fieldset {
    margin: 0.5em;
}

.parian-labs-fieldset legend {
    background: #f9f9f9;
}

.parian-labs-form-container .parian-labs-fieldset legend {
    background: #fff;
}

.parian-labs-fieldset.parian-labs-has-loading,
.parian-labs-has-loading {
    background: url('../images/loading.GIF') center no-repeat;
}

.parian-labs-fieldset.parian-labs-has-loading .parian-labs-fieldset-content {
    display: none;
}

label.required:after {
    content: " *";
    color: #ff0000;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.autocomplete-loading {
    background-image: url('../images/autocomplete-loading.gif') !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 22px 22px !important;
    -moz-background-size: 22px 22px !important;
    -o-background-size: 22px 22px !important;
    -webkit-background-size: 22px 22px !important;
}

.parian-labs-back-to-top-container {
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: none;
}

.parian-labs-back-to-top-container a {
    display: block;
    background: #002646;
    padding: 5px 12px;
    border-radius: 20px;
    color: #ddd;
}

.parian-labs-back-to-top-container a:hover {
    color: #0094FF;
}

.parian-labs-breadcrumps-container {
    padding: 10px 10px 0 10px;
}

.parian-labs-breadcrumps-container ul {
    margin: 0;
}

.parian-labs-breadcrumps-container a,
.parian-labs-breadcrumps-container li {
    text-transform: none;
}

.parian-tabs .tabs-title > a {
    padding: 0.75rem 1rem;
    color: #000;
}

.parian-tabs .tabs-title > a:focus,
.parian-tabs .tabs-title > a:hover,
.parian-tabs .tabs-title > a[aria-selected=true] {
    background: #256398;
    color: #fff;
}

@media only screen and (min-width: 40.625em) {

    .parian-tabs .tabs-title:not(:first-child) {
        border-left: 1px solid #e6e6e6;
    }

    .parian-tabs .tabs-title:last-child {
        border-right: 1px solid #e6e6e6;
    }
}

@media only screen and (max-width: 40.625em) {

    .parian-tabs .tabs-title {
        width: 100%;
    }

    .parian-tabs .tabs-title:not(:first-child) {
        border-top: 1px solid #e6e6e6;
    }
}