﻿/* ==========================
Written by: Ashtonio Walsh
Written for: TCG Gemini Reporting System
Date: 31/08/2016
Theme Used: AdminDesigns

Swatch Colors:
Green: 70ca63
Green Darker: 5bc24c

Fix modal scroll:
.modal-body {
     max-height: calc(100vh - 212px);
     overflow-y: auto;
}
========================== */
@import url('https://fonts.googleapis.com/css?family=Courgette');
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Reem+Kufi');
@import url('https://fonts.googleapis.com/css?family=Raleway');


/* ========== Resets & Overrides : Start ========== */
#topbar {
    padding: 15px 21px;
}

#content-footer {
    position: relative;
    margin: 0 auto;
}

body {
    font-size: 14px;
    line-height: 1.75;
}

/*.footer {
    position: relative;
    width: 700px;
    margin: 0 auto;
    background: url(images/footer.jpg) no-repeat;
}*/

/* ========== Resets & Overrides : End ========== */


/* ========== Links & Typography : Start ========== */
.par-text-indent-30 {
    text-indent: 30px !important;
}
/* ========== Links & Typography : End ========== */

.font-courgette {
    font-family: 'Courgette', cursive;
}

.font-anton {
    font-family: 'Anton', sans-serif;
}

.font-reem {
    font-family: 'Reem Kufi', sans-serif;
}

.font-raleway {
    font-family: 'Raleway', sans-serif;
}

.fs15 {
    font-size: 15px;
}

/* ========== Main Layout : Start ========== */
.middle {
    float: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1080px !important;
}

.middle-sm {
    float: none;
    margin: 0 auto;
    padding: 0;
    max-width: 600px !important;
}

.crumb-trail a {
    text-decoration: none !important;
    color: #888 !important;
}

.crumb-active {
    text-transform: uppercase;
    font-weight: 600;
    color: #3b3f4f;
}

.breadcrumb .octicon {
    color: #777;
}

/*Error Block for validation*/
.haserror {
    border-style: solid;
    border-width: thin;
    border-color: red !important;
}

/* ========== Main Layout : End ========== */


/* ========== Secondary Layout Structures : Start ========== */
/* Table Fix */
/* fix table responsive issues */
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
    overflow-y: hidden;
}

/* Table Actions Column */
.minw300 {
    min-width: 300px;
}

.w300 {
    width: 300px;
}

.minw250 {
    min-width: 250px;
}

.w250 {
    width: 250px;
}

.minw200 {
    min-width: 200px;
}

.w200 {
    width: 200px;
}

.minw150 {
    min-width: 150px;
}

.w150 {
    width: 150px;
}

.minw110 {
    min-width: 110px;
}

.w110 {
    width: 110px;
}

.minw100 {
    min-width: 100px;
}

.w100 {
    width: 100px;
}

.w85 {
    width: 85px;
}

.minw85 {
    min-width: 85px;
}

.minw80 {
    min-width: 80px;
}

.w80 {
    width: 80px;
}

.minw70 {
    min-width: 70px;
}

.minw50 {
    min-width: 50px;
}

.br-end {
    border-right: 2px solid #70ca63 !important;
}

.charset {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .charset.px140 {
        max-width: 140px;
    }

/* ========== Secondary Layout Structures : End ========== */


/* ========== Form Elements : Start ========== */


/* ========== Form Elements : End ========== */


/* ========== Miscellaneous : Start ========== */
/* Margin
==================== */
.mn {
    margin: 0;
}

.mtn {
    margin-top: 0;
}

.mbn {
    margin-bottom: 0;
}

.mln {
    margin-left: 0;
}

.mrn {
    margin-right: 0;
}

.mrln {
    margin-right: 0;
    margin-left: 0;
}

.mtbn {
    margin-top: 0;
    margin-bottom: 0;
}

/* Padding
==================== */
.pn {
    padding: 0;
}

.ptn {
    padding-top: 0;
}

.pbn {
    padding-bottom: 0;
}

.pln {
    padding-left: 0;
}

.prn {
    padding-right: 0;
}

.prln {
    padding-right: 0;
    padding-left: 0;
}

.ptbn {
    padding-top: 0;
    padding-bottom: 0;
}

/* Borders
==================== */

/* ========== Miscellaneous : End ========== */


/* ========== Datatable : Start ========== */

/* no results Pane make row smaller done by Clement for datatables*/
table.dataTable td.dataTables_empty {
    padding: 5px !important;
}
/* ========== Datatable : End ========== */

.error-red {
    color: red !important;
}
