﻿/*** Custom styles ***/
#nav-mobile-menu {
    display: none;
}
#nav-mobile-menu a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.voucher-form tbody {
  display:block;
  max-height:500px;
  overflow-y:auto;
}
.voucher-form thead, .voucher-form tbody tr {
  display:table;
  width:100%;
  table-layout:fixed;
}
.voucher-form thead {
  width: calc( 100% - 1em )
} 

.action-spacer {
    padding:0px 5px 0px 5px;
}

.mb-35 {
    margin-bottom: 35px;
}

.preview-img-container {
    border:1px solid #e5e5e5;
    padding:10px;
}

.preview-img-container img {
    max-width:100%;
}

.label {
    font-size: 100%;
}

/*** Over rides ***/
.fa-small {
    position: relative;
    top: -3px;
    font-size: 8px !important;
}

.btn-success {
    background-color: #8bc540;
    border: 1px solid #8bc540;
}

.text-success {
    color: #8bc540;
}

.bg-table-header {
    background-color: #425567;
    border: 1px solid #3b4e60;
    color: #fff;
}

.table-bordered > thead > tr > th {
    border-bottom-width: 0px !important;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
    padding: 6px;
    vertical-align: middle;
}

td span {
    line-height: 0px;
}

h2 {
    font-size: 30px;
    font-weight: 400;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.input-group-addon, .input-group-addon-sm {
    border-radius: 0 !important;    
}

.x_panel {
    padding: 10px !important;
    -webkit-box-shadow: 0 8px 13px -6px #5a5a5a;
    -moz-box-shadow: 0 8px 13px -6px #5a5a5a;
    box-shadow: 0 8px 13px -6px #5a5a5a;
}

.right_col {
    padding: 5px !important;
    margin-left: 230px;
}

.form-control {
    border-radius: 0 !important;
}

.form-control-feedback {
    margin-top: 5px;
}

/*** Bread Crumb ***/

.breadcrumb {
    margin-bottom: 10px;
}

.breadcrumb-arrow {
    height: 30px;
    padding: 0;
    line-height: 30px;
    list-style: none;
    background-color: #e6e9ed
}

    .breadcrumb-arrow li:first-child a {
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px
    }

    .breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
        display: inline-block;
        vertical-align: top
    }

        .breadcrumb-arrow li:not(:first-child) {
            margin-left: -5px
        }

        .breadcrumb-arrow li + li:before {
            padding: 0;
            content: ""
        }

        .breadcrumb-arrow li span {
            padding: 0 10px
        }

        .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
            height: 30px;
            padding: 0 10px 0 25px;
            line-height: 30px
        }

        .breadcrumb-arrow li:first-child a {
            padding: 0 10px
        }

        .breadcrumb-arrow li a {
            position: relative;
            color: #fff;
            text-decoration: none;
            background-color: #324A5C;
            border: 1px solid #324A5C
        }

        .breadcrumb-arrow li:first-child a {
            padding-left: 10px
        }

        .breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent
        }

        .breadcrumb-arrow li a:before {
            right: -10px;
            z-index: 3;
            border-left-color: #324A5C;
            border-left-style: solid;
            border-left-width: 11px
        }

        .breadcrumb-arrow li a:after {
            right: -11px;
            z-index: 2;
            border-left: 11px solid #3e5c72
        }

        .breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
            background-color: #3e5c72;
            border: 1px solid #3e5c72
        }

            .breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
                border-left-color: #3e5c72
            }

        .breadcrumb-arrow li a:active {
            background-color: #3e5c72;
            border: 1px solid #3e5c72
        }

            .breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
                border-left-color: #3e5c72
            }

        .breadcrumb-arrow li span {
            color: #434a54
        }



