﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. 
 different color start by replacing all instances of
#5c87b2 with new color.

    UFS Pink : #df2c94
    UFS Grey/light : #535a53      / #939598
    Eden Purple/light : #56004e   / #ab80a7
    Optical Pink/light: #dd2892   / #ee93c8

    Logo Pink: #dd2892
    Logo Grey: #4d5b52

----------------------------------------------------------*/
body {
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.pointer {
    cursor: pointer;
}

a:link {
}

a:visited {
}

a:hover {
    text-decoration: underline;
}

a:active {
}

a:focus {
    outline: none;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc !important;
}

/* HEADINGS   
----------------------------------------------------------*/
/*h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}*/

h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

/*h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}*/

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.headerTable {
    width: 100%;
    border-bottom: 1px solid;
}

    .headerTable tr td {
        padding: 0px;
        margin: 0px;
        vertical-align: bottom;
        height: 60px;
        border-width: 0px;
    }

        .headerTable tr td:last-child {
            width: 100px;
            vertical-align: middle;
        }


.logo {
    width: 140px;
    margin: 10px 20px;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    padding: 0;
}


.main {
    padding: 10px 30px;
    min-height: 700px;
}

.main-inner {
    padding: 10px 30px;
    min-height: 350px;
}

footer,
#footer {
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    position: relative;
    margin: 0;
    text-align: left;
    height: 27px;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            font-weight: bold;
            text-decoration: none;
        }

        ul#menu li a {
            padding: 9px 17px;
            text-decoration: none;
            letter-spacing: 1px;
            -webkit-border-radius: 2px 2px 0 0;
            -moz-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
        }

            ul#menu li a:hover {
                text-decoration: none;
            }

            ul#menu li a:active {
                text-decoration: none;
            }




/*SUB TAB MENU   
----------------------------------------------------------*/
ul#submenu {
    position: relative;
    margin: 0;
    text-align: left;
}

    ul#submenu li {
        display: inline;
        list-style: none;
    }

        ul#submenu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#submenu li a {
            padding: 10px 20px;
            text-decoration: none;
            line-height: 2.8em;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

            ul#submenu li a:hover {
                text-decoration: none;
            }

            ul#submenu li a:active {
                text-decoration: none;
            }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 10px 5px 10px;
    margin: 0 0 10px 0;
    border-radius: 2px;
}

legend {
    font-weight: bold;
    width: inherit;
    border-bottom: 0;
    padding: 0 5px;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
}


/* TABLE
----------------------------------------------------------*/


.listTable th, .bordertable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    text-decoration: none;
}

.listTable a {
    text-decoration: none;
}

.listTable td, .bordertable td {
    border-width: 1px;
    padding: 5px 8px;
    border-style: solid;
    border-color: silver;
}

.foot {
    text-align: center;
}


.pageSummary {
    width: 1000px;
}

    .pageSummary td:last-child {
        width: 200px;
        text-align: right;
    }

.compactTable {
    border: none;
}

    .compactTable td {
        border: none;
        padding: 2px;
    }




/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    display: block;
    text-align: right;
    margin: 10px;
}

    #logindisplay a:link {
        text-decoration: underline;
    }

    #logindisplay a:visited {
        text-decoration: underline;
    }

    #logindisplay a:hover {
        text-decoration: none;
    }

.loginTable {
    border: none;
}

    .loginTable td {
        border: none;
        padding: 5px;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 0 0 0 0;
}

.display-field,
.editor-field {
    margin: 0 0 0 0;
}

.recordKeyField {
    font-weight: bold;
    margin-bottom: 5px;
}

.editFormIndent {
    margin-left: 10px;
}


.text-box {
    /*width: 20em;*/
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/* Sub Menu new style */

#page-wrap {
}

.ui-tabs {
    zoom: 1;
}

    .ui-tabs .ui-tabs-nav {
        list-style: none;
        position: relative;
        overflow: auto;
        top: 1px;
        z-index: 1000;
    }

        .ui-tabs .ui-tabs-nav li {
            position: relative;
            float: left;
            border: 1px solid #ccc;
            border-bottom-width: 0 !important;
            margin: 0 2px 0px 0;
            background: #ccc;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                text-decoration: none;
                padding: 5px 10px;
                color: black;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
                padding-bottom: 1px;
                border-bottom-width: 0;
                background: white;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active {
                padding-bottom: 1px;
                border-bottom-width: 0;
                background: white;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
            .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                cursor: text;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
            .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                cursor: text;
            }


            .ui-tabs .ui-tabs-nav li a,
            .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
                cursor: pointer;
            }
            /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

            .ui-tabs .ui-tabs-nav li a,
            .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
                cursor: pointer;
            }
    /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */




    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        background: none;
        border-top: 1px solid #ccc;
        position: relative;
        min-height: 400px;
        margin: -20px 0px 0px 0;
    }

    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }




a.mover {
    background: #900;
    padding: 6px 12px;
    position: absolute;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.next-tab {
    bottom: 0;
    right: 0;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
}

.prev-tab {
    bottom: 0;
    left: 0;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}

/* Edit link image*/
a.editLink {
    background: url(/themes/base/Images/EditIcon.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    color: black;
}

/* JQuery Dialog box style */
.ui-dialog {
    position: absolute;
    width: 300px;
    overflow: hidden;
    background-color: white;
    border: solid 1px black;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: 20px;
        position: relative;
        background-color: lightgray;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        top: 50%;
        width: 19px;
        margin-right: 10px;
        padding: 1px;
        height: 18px;
        visibility: collapse;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
        zoom: 1;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin: .5em 0 0 0;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

#commonMessage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #000;
    background: #fff;
    border-bottom: 1px solid #ddd;
    filter: alpha(opacity=92);
    -moz-opacity: 0.92;
    opacity: 0.92;
    display: none; /* LEAVE THIS IN*/
}

.invisible {
    display: none;
}


/*  ----------------------------------------------------------
    Member List Page styles
    ----------------------------------------------------------*/
.memberNoCol {
    width: 74px;
}

.firstnameCol {
    width: 150px;
}

.surnameCol {
    width: 130px;
}

.principalCol {
    width: 16px;
}

.personStatusCol {
    width: 120px;
}

.addressCol {
    width: 180px;
}

.townCol {
    width: 120px;
}

.postcodeCol {
    width: 50px;
    text-align: center;
}

.expiryCol {
    width: 90px;
}

.searchMemberNo {
    width: 83px;
}

.searchFirstname {
    width: 157px;
}

.searchSurname {
    width: 137px;
}

.searchAddress {
    margin-left: 174px;
    width: 300px;
}


/*  ----------------------------------------------------------
    StoreEmployee List Styles
    ----------------------------------------------------------*/
.colStaffName {
    width: 100px;
}

.colStaffSurnameName {
    width: 150px;
}

.colStaffActive {
    text-align: center;
}

.searchStaff {
    width: 180px;
}

.logout-link {
    color: white;
    padding: 5px;
    border: 1px solid white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .logout-link a {
        color: white;
    }

.reportInstructions {
    position: absolute;
    right: 20px;
    border: 1px solid silver;
    border-radius: 2px;
    padding-right: 30px;
    float: right;
    background-color: #FFD7AE;
    margin-top: 40px;
    width: 240px;
}

.reportDefinition {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

/*Loading DIV*/
#loading {
    width: 100%;
    height: 100%;
    z-index: 5000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.1);
}


.m-t-xs {
    margin-top: 5px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-l-xs {
    margin-left: 5px;
}

.m-h-xs {
    margin-left: 5px;
    margin-right: 5px;
}

.m-v-xs {
    margin-top: 5px;
    margin-bottom: 5px;
}

.m-xs {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.p-t-xs {
    padding-top: 5px;
}

.p-r-xs {
    padding-right: 5px;
}

.p-b-xs {
    padding-bottom: 5px;
}

.p-l-xs {
    padding-left: 5px;
}

.p-h-xs {
    padding-left: 5px;
    padding-right: 5px;
}

.p-v-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-xs {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-h-sm {
    margin-left: 10px;
    margin-right: 10px;
}

.m-v-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-sm {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.p-t-sm {
    padding-top: 10px;
}

.p-r-sm {
    padding-right: 10px;
}

.p-b-sm {
    padding-bottom: 10px;
}

.p-l-sm {
    padding-left: 10px;
}

.p-h-sm {
    padding-left: 10px;
    padding-right: 10px;
}

.p-v-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-sm {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.m-t-md {
    margin-top: 15px;
}

.m-r-md {
    margin-right: 15px;
}

.m-b-md {
    margin-bottom: 15px;
}

.m-l-md {
    margin-left: 15px;
}

.m-h-md {
    margin-left: 15px;
    margin-right: 15px;
}

.m-v-md {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-md {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.p-t-md {
    padding-top: 15px;
}

.p-r-md {
    padding-right: 15px;
}

.p-b-md {
    padding-bottom: 15px;
}

.p-l-md {
    padding-left: 15px;
}

.p-h-md {
    padding-left: 15px;
    padding-right: 15px;
}

.p-v-md {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-md {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.m-t-lg {
    margin-top: 20px;
}

.m-r-lg {
    margin-right: 20px;
}

.m-b-lg {
    margin-bottom: 20px;
}

.m-l-lg {
    margin-left: 20px;
}

.m-h-lg {
    margin-left: 20px;
    margin-right: 20px;
}

.m-v-lg {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-lg {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.p-t-lg {
    padding-top: 20px;
}

.p-r-lg {
    padding-right: 20px;
}

.p-b-lg {
    padding-bottom: 20px;
}

.p-l-lg {
    padding-left: 20px;
}

.p-h-lg {
    padding-left: 20px;
    padding-right: 20px;
}

.p-v-lg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-lg {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.m-t-xl {
    margin-top: 25px;
}

.m-r-xl {
    margin-right: 25px;
}

.m-b-xl {
    margin-bottom: 25px;
}

.m-l-xl {
    margin-left: 25px;
}

.m-h-xl {
    margin-left: 25px;
    margin-right: 25px;
}

.m-v-xl {
    margin-top: 25px;
    margin-bottom: 25px;
}

.m-xl {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.p-t-xl {
    padding-top: 25px;
}

.p-r-xl {
    padding-right: 25px;
}

.p-b-xl {
    padding-bottom: 25px;
}

.p-l-xl {
    padding-left: 25px;
}

.p-h-xl {
    padding-left: 25px;
    padding-right: 25px;
}

.p-v-xl {
    padding-top: 25px;
    padding-bottom: 25px;
}

.p-xl {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.m-t-no {
    margin-top: 0px;
}

.m-r-no {
    margin-right: 0px;
}

.m-b-no {
    margin-bottom: 0px;
}

.m-l-no {
    margin-left: 0px;
}

.m-h-no {
    margin-left: 0px;
    margin-right: 0px;
}

.m-v-no {
    margin-top: 0px;
    margin-bottom: 0px;
}

.m-no {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.p-t-no {
    padding-top: 0px;
}

.p-r-no {
    padding-right: 0px;
}

.p-b-no {
    padding-bottom: 0px;
}

.p-l-no {
    padding-left: 0px;
}

.p-h-no {
    padding-left: 0px;
    padding-right: 0px;
}

.p-v-no {
    padding-top: 0px;
    padding-bottom: 0px;
}

.p-no {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}



.panel-primary > .panel-heading {
}

.panel.panel-primary {
}

.row {
    margin-bottom: 10px;
}




/* HOME PAGE FOR MEMBERS PORTAL */


.panel-portal > .panel-heading {
    background-color: #505b53;
    border-color: #505b53;
    color: white;
}

.panel.panel-portal {
    border-color: #505b53;
}

.overview {
    width: 100%;
    height: 40px;
    text-align: center;
}

.portalButton {
    width: 100%;
    height: 80px;
    margin: 10px 0px;
    text-align: center;
}

    .portalButton:hover {
        cursor: pointer;
    }

    .portalButton > .icon > i {
        font-size: 2.5em;
        height: 35px;
        margin-top: 5px;
        margin-bottom: 5px;
    }



.banner {
    height: 70px;
    padding-top: 5px;
}

/* Page Title if we want it inside the header */
.page-title {
    font-size: 30px;
    line-height: 60px;
}

@media screen and (max-width: 768px) {
    .page-title {
        padding-left: 10px;
        font-size: 24px;
    }
}



/*Override Bootstrap margin on the page-header class*/
.page-header {
    display: none;
    margin-top: 0px;
}

@media screen and (max-width: 768px) {
    .page-header > h1 {
        font-size: 24px;
    }
}

/* UFS TABLE STYLING - table-primary*/
table.table-primary > thead > tr > th {
    vertical-align: middle;
}


/* EDIT FORMS */
/*.form-horizontal label {
    margin-top: 15px;
    padding-top: 4px;
    width: 100%;
}*/

.form-horizontal h4, .form-inline h4 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 20px;
}

.form-horizontal .compact label {
    margin-top: 0px;
    padding-top: 0px;
}




/* ANGULAR VALIDATION CLASSES */
.ng-invalid.ng-dirty, .ng-invalid.ng-touched {
    border-color: red;
}

.ng-valid.ng-dirty {
    border-color: green;
}

.welcome-message {
    font-size: 14px;
}

.welcome-message-application-name {
    position: absolute;
    top: 0;
    left: 4%;
    color: #3D97D3;
    min-width: 400px;
    padding-top: 10px;
}
.welcome-message-application-name h3 {
    margin-top: 10px;
    margin-left: 10px;
    display: inline;
}
.label-enviroment {
    vertical-align: super;
    font-size: 100%;
}
.environment-development .label-enviroment {
    background-color: #5cb85c;
}
.environment-test .label-enviroment {
    background-color: #f0ad4e;
}
.environment-production .label-enviroment {
    display: none;
}
.environment-unknown .label-enviroment {
    background-color: #777;
}

.app-logout-link, .app-logout-link:hover {
    text-decoration: none;
}

    .app-logout-link span {
        text-decoration: none;
        padding: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 14px;
    }

.modalProgressMessage {
    padding: 15px;
    position: fixed;
    top: 40%;
    left: 40%;
    z-index: 1001;
    opacity: 1;
    /*background-color: #FFFFFF;*/
    text-align: center;
    width: 400px;
    font-size: 14px;
}



.membertable, .membertable tr, .membertable th, .membertable td {
    padding: 2px;
    border-width: 0px;
    border-spacing: 0px;
    border-style: hidden;
    border-collapse: collapse;
}

.membertable .lastmodified {
    font-style: italic;
    height: 100%;
    display: flex;
    align-items: flex-end;
    float: right;
}

.bordertable, .bordertable tr, .bordertable th, .bordertable td, .bordertable table {
    border-collapse: collapse;
    padding: 2px;
}

.editSection {
    padding: 8px;
}

    .editSection table tr td {
        padding: 2px 2px;
    }

fieldset table tr td {
    padding: 2px 2px;
}


.highlightedSection {
    /*border: solid 1px #cecece;*/
    border-radius: 2px;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"],
input[type="date"] {
    border: 1px solid #ccc;
    padding: 2px;
    /*font-size: 12px;*/
    color: #444;
    /*width: 150px; -- moved to the EditMember.cshtml page as it was affecting inputboxes on other views */
}

input.address {
    width: 350px;
}

input.calendarinput {
    width: 70px;
}

#Member_Address1,
#Member_Address2,
#Member_PostalAddress1,
#Member_PostalAddress2,
#Comment {
    width: 350px;
}


select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 12px;
    color: #444;
}

input[type="submit"] {
    font-size: 12px;
    padding: 5px;
}

/*input[type="button"] {
        border: 1px solid #006;
        background-color: lightgray;
        height: 23px;
        vertical-align: central;
    }*/
.prescription-filter {
    background: #DD2892;
    height: 30px;
    color: white;
    padding-left: 5px;
}

.order-detail-section td:nth-child(1) {
    width: 150px;
    border-bottom: 1px solid white;
}

.order-detail-section td:nth-child(2) {
    padding: 0 5px;
    border: 1px solid #4D5B53;
}

.no-border td {
    border: 0 !important;
}

.no-border .alignRight {
    text-align: right;
}

#details-container {
}

    #details-container table td:first-child {
        font-weight: 600;
        color: white;
        background-color: #4D5B53;
        padding: 10px;
    }

.member-hr {
    margin: 8px 0 4px 0;
    border-top: 1px solid #ccc;
}

.no-margin {
    margin: 0;
}

table tr:first-child td {
    border-top: none;
}
.external-data{
    background-color:#f3e0bd;

}
.internal-data{
    background-color:#cbebcb;

}

.width-80px{
    min-width:80px;
}
.width-100px{
    min-width:100px;
}

.width-120px{
    min-width:120px;
}