/* Minification failed. Returning unminified contents.
(192,1): run-time error CSS1019: Unexpected token, found '}'
 */
@charset "utf-8";
/* CSS Document */
/*
Colour chart
Blue        #132891
LightGrey   #f6f6f6
MedGrey     #c5c0bf
DarkGrey    #5c5c5c

InputBorder #dcdcdc
InputBG     #ffffff/f6f6f6
Text        #5c5c5c

Dark Blue   #1a1f71
Gold        #f7b600

Green       #00a651
Red         #ed1c24
Orange      #f26522
*/


@import url("../fonts/styles.css");



*, *:before, *:after {
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
body .ui-widget, body .ui-widget input {
    /*font-family: Arial, Tahoma, sans-serif;*/
    font-family: 'MyriadPro-Light', Arial, Helvetica, sans-serif;
}


body {
    max-width: 1366px;
    background-color: #f6f6f6;
    color: #5c5c5c;
    font-size: 16px;
    line-height: 18px;
    font-family: 'MyriadPro-Light', Arial, Helvetica, sans-serif;
    margin: 0 auto;
}

.container {
}

.wrapper {
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: 0 0 10px #dcdcdc;
    -moz-box-shadow: 0 0 10px #dcdcdc;
    box-shadow: 0 0 10px #dcdcdc;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 30px 30px;
    /*position: relative;*/
    
}

/* ---------------------------------------------------- */
/* GLOBAL STYLES */
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

/*h1, body .h1 {
    font-weight: 900;
    font-size: 22px;
    }*/

    h1, body .h1 {
        font-size: 25px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        /*border-bottom: solid 6px #f7b600;*/
    }

    h2, body .h2 {
        font-weight: 300;
        font-size: 22px;
    }

    h3, body .h3 {
        border-bottom: 1px solid #c5c0bf;
        font-weight: 900;
        font-size: 16px;
        margin-bottom: 15px;
    }

    h4, body .h4 {
        font-weight: 300;
        font-size: 16px;
        margin-bottom: 10px;
    }

    h5, body .h5 {
        font-weight: 900;
        font-size: 14px;
        margin-bottom: 5px;
    }

    h6, body .h6 {
        font-weight: 300;
        font-size: 14px;
        margin-bottom: 5px;
    }


    a, a:link, a:visited {
        color: #1a1f71;
        text-decoration: none;
        cursor: pointer;
        font-size: inherit;
        font-weight: bold;
    }

    a:hover {
        color: #f7b600;
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

    /* Admin */
    a.user-admin, a.user-admin:link, a.user-admin:visited {
        color: #2eac66;
    }

    /* Group owner */
    a.user-owner, a.user-owner:link, a.user-owner:visited {
        color: #192162;
    }

    input {
        box-sizing: border-box;
        font-family: 'MyriadPro-Light', Arial, Helvetica, sans-serif;
    }

    input[type=button], input[type=submit], a.lookup-button, button {
        background: #1a1e5a; /* Old browsers */
        background: -moz-linear-gradient(top,  #122D98 0%, #1a1e5a 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4ca12), color-stop(100%,#1a1e5a)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #122D98 0%,#1a1e5a 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122D98', endColorstr='#1a1e5a',GradientType=0 ); /* IE6-9 */
        border: none;
        color: #fff;
        padding: 10px 15px;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: left;
        font-size: 16px;
        line-height: 1;
    }

    a.lookup-button {
        text-decoration: none;
    }

    input[type=button]:hover, input[type=submit]:hover, a.lookup-button:hover, button:hover {
        color: #fff;
        background-color: #122D98;
    }


    input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number], input[type=file], select {
        background-color: #f6f6f6;
        border: 1px solid #dcdcdc;
        width: 250px;
        height: 39px;
        padding: 10px 8px 8px;
        box-sizing: border-box;
        color: #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size:14px;
    }

    input[type=file] {
        height: auto;
        /*padding: 10px 8px 8px;*/
    }
}

    input[type=number] {
        text-align: right;
        width: 50px;
    }

    input[type=text]::-ms-clear {
        display: none;
    }

    label {
        display: inline;
        font-weight: normal;
        margin: 0px;
        text-transform: capitalize;
    }

    textarea {
        font-family: "MyriadPro-Light" , Arial, Helvetica, sans-serif, !important;
        font-size: 16px !important;
        background-color: #f6f6f6 ;
        color: #000;
        border: 1px solid #c5c0bf;
        height: 80px;
        width: 250px;
        padding: 8px 8px;
        box-sizing: border-box;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    /* ---------------------------------------------------- */
    /* GENERAL STYLES */
    .form-buttons {
        margin: 15px 0px 30px 0px;
    }

    .content-padding, table.content-padding > tbody > tr > td {
        padding: 10px;
        box-sizing: border-box;
    }

    .content-border, .content-border-red {
        background-color: #fff;
        border: 1px solid #c5c0bf;
    }

    .content-border-red {
        border-bottom: 2px solid #132891;
    }

    .font-light {
        font-weight: 300;
    }

    .font-normal {
        font-weight: 400;
    }

    .font-bold {
        font-weight: 900;
    }

    .font-large {
        font-size: 1.4em;
    }

    .heading-black, .bg-black {
        background-color: #000;
    }

    .heading-grey, .bg-grey {
        background-color: #494b4d;
    }

    .heading-red, .bg-red {
        background-color: #132891;
    }

    .heading-red {
        background: #1a1e5a; /* Old browsers */
        background: -moz-linear-gradient(top,  #122D98 0%, #1a1e5a 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4ca12), color-stop(100%,#1a1e5a)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #122D98 0%,#1a1e5a 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122D98', endColorstr='#1a1e5a',GradientType=0 ); /* IE6-9 */

    }

    .heading-red, .heading-black, .heading-grey {
        color: #fff;
        line-height: 1;
        padding: 8px 10px 6px;
        width:100%;
        border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        margin:0;
    }

    .heading-red img, .heading-black img {
        vertical-align: middle;
        display: inline-block;
        margin: 0px 10px;
    }

    .heading-inline {
        display: inline-block;
        white-space: nowrap;
    }

    .heading-red + .heading-red,
    .heading-red + .heading-black,
    .heading-red + .heading-grey,
    .heading-black + .heading-red,
    .heading-black + .heading-black,
    .heading-black + .heading-grey,
    .heading-grey + .heading-red,
    .heading-grey + .heading-black,
    .heading-grey + .heading-grey {
        margin-top: 30px;
    }

    .text-left {
        text-align: left;
    }

    .text-center {
        text-align: center;
    }

    .text-right {
        text-align: right;
    }

    .float-left {
        float: left;
    }

    .float-right {
        float: right;
    }

    .clearfix {
        clear: both;
    }

    /* Margins  */
    .margin-bottom-small {
        margin-bottom: 10px;
    }

    .margin-bottom {
        margin-bottom: 30px;
    }

    .margin-top-small {
        margin-top: 10px;
    }

    .margin-top {
        margin-top: 30px;
    }

    .margin-left {
        margin-left: 30px;
    }

    .margin-left-small {
        margin-left: 10px;
    }

    .no-margin {
        margin: 0px !important;
    }

    .arrow-top {
    /*
    width: 200px;
    background-color: #fff;
    position: relative;
    */
}

.arrow-top:after {
    content: '';
    position: absolute;
    top: -16px;
    left: 92px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.arrow-top:before {
    content: '';
    position: absolute;
    top: -18px;
    left: 91px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom: 9px solid #999;
}



/* ---------------------------------------------------- */
/* TABLES */
/* Generic for all tables */
.table, table.grid-table, table.table-fixed {
    width: 100%;
    margin-bottom: 30px;

    
}
.grid-fixed-width-approval {
    width: 100px !important;
}
input[type=button].table-button {
    padding-top: 4px;
    padding-bottom: 4px;
}

button.table-button{
    padding: 4px 9px 4px 9px;
    margin-left: 2px;
    margin-top: 2px;
}

button em{
    vertical-align:middle;
    margin: 0px 5px 0px 0px;
    display:inline-block;
    width:16px;
    height:16px;
}

em.update{
    background: url(../images/pencil.png) no-repeat;  
    background-size: 16px
}

em.disable{
    background: url(../images/disable.png) no-repeat; 
    background-size: 16px
}

em.delete{
    background: url(../images/red-cross.png) no-repeat; 
    background-size: 16px
}

em.archive{
    background: url(../images/archive.png) no-repeat; 
    background-size: 16px
}

em.view {
    background: url(../images/eye_inv.png) no-repeat; 
    background-size: 16px
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 10px 7px 8px;
    line-height: inherit;
    /* vertical-align: middle; */
    border-top: 0px solid #dddddd;
}

table.grid-table .grid-header {
    border-bottom: 1px solid #cccccc;
    vertical-align: bottom;
    text-transform: capitalize;
    position: static;
}

.table > thead > tr > th, .grid-header {
    border-bottom: 1px solid #cccccc;
    vertical-align: bottom;
    text-transform: capitalize;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #e7e7e8;
}

.table .table {
    background-color: #ffffff;
}

/* Bordered Tables */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
    background-color: #fff;
}

/* Striped Tables */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f6f6f6;
}

.table-striped > thead > tr > th,
.table-striped > tbody > tr > th,
.table-striped > tfoot > tr > th,
.table-striped > thead > tr > td,
.table-striped > tbody > tr > td,
.table-striped > tfoot > tr > td {
    background-color: #fff;
    border-top: 1px solid #e7e7e8;
}

/* Narrow Table */
.table-narrow > thead > tr > th,
.table-narrow > tbody > tr > th,
.table-narrow > tfoot > tr > th,
.table-narrow > thead > tr > td,
.table-narrow > tbody > tr > td,
.table-narrow > tfoot > tr > td {
    padding: 2px 3px;
}

/* Fixed width Table */
.table-fixed {
    table-layout: fixed;
    width: 100%;
}

.table-fixed td {
    padding: 0px;
}

/* Login Table */
table.table-login {
    border-collapse: collapse;
    margin: 0px;
    table-layout: fixed;
    width: 100%;
}

table.table-login td {
    height: 45px;
    padding: 5px 0px 5px 5px;
    vertical-align: middle;
    text-align: right;
}

/* Table First Column width of 30% */
table.table-forms30 > tbody > tr > td:first-child {
    width: 35%;
    vertical-align: middle;
}

/* Table First Column width of 40% */
table.table-forms40 > tbody > tr > td:first-child {
    width: 40%;
}

/* Layout table - verticaly aligns content */
table.table-vertical > tbody > tr > td {
    vertical-align: top;
}

/* Selected Rows */
table.grid-table tr.grid-row-selected td {
    background-color: #f6f6f6 !important; /* Overrides GridMVC */
    color: #5c5c5c;
    border-bottom: solid 1px #f7b600;
    border-top: solid 1px #f7b600;
}

/* Column spacers */
td.column-spacer-left {
    padding-left: 10px;
}

td.column-spacer-right {
    padding-right: 10px;
}


/* ---------------------------------------------------- */
/* JQUERY TABS */
.ui-widget {
    font-size: 11px;
}

.ui-widget-header {
    border: 0px solid #aaaaaa;
    background: transparent none;
    color: #f00;
    font-weight: normal;
}

.ui-tabs {
    padding: 0px;
    clear: both;
}

.ui-widget-content {
    background: #FFFFFF none;
    border: 0px;
}

.ui-widget-content a {
    color: #132891;
}

.ui-widget-content a:hover {
    color: #f7b600;
}

.ui-autocomplete.ui-widget-content, .ui-datepicker.ui-widget-content {
    border: 1px solid #dcdcdc;
    background-color: #fff;
}

ul.ui-autocomplete {
   max-height: 200px;
   overflow: auto;
}

.ui-tabs .ui-tabs-nav {
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0px -1px 0px 0px;
    border-bottom-width: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -2px;
    margin-top: 0px;
    padding-bottom: 2px;
    border-bottom:none;
}

.ui-tabs .ui-tabs-panel {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: 20px;
    margin-bottom: 10px;
}
#client-edit-detail h3 {
    color: #1a1f71;
    padding-bottom: 3px;
    font-size: 22px;
    font-weight: normal;
}



/* Autocomplete states */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #dcdcdc;
    background: #f6f6f6; 
    color: #5c5c5c;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #515050;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #dcdcdc;
    background: #ffffff;
    color: #1a1f71 !important;
    border-bottom: solid 1px #ffffff;
}

.ui-dialog .ui-dialog-buttonpane button
{
    background: #1a1e5a; /* Old browsers */
    background: -moz-linear-gradient(top,  #122D98 0%, #1a1e5a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4ca12), color-stop(100%,#1a1e5a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #122D98 0%,#1a1e5a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122D98', endColorstr='#1a1e5a',GradientType=0 ); /* IE6-9 */
    border: none;
    color: #fff !important;
    padding:2px 0 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
}*/

.ui-widget-header .ui-state-active .ui-state-hover {
    background-color: #ededed;
    color:#5c5c5c;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border: 1px solid #dcdcdc;
    background: #ededed;
    color: #5c5c5c !important; 
}

/*.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #fff;
    text-decoration: none;
}*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br {
    border-radius: 0px;
}

.ui-state-active a.ui-tabs-anchor {
    color:#1a1f71;
}
.ui-state-active:hover {
    background:#ffffff !important;
}

.ui-tabs-active {
    border-top: solid 1px #f7b600 !important;
}


/* ---------------------------------------------------- */
/* PAGINATION */
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #c5c0bf;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #e7e7e8;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #132891;
    border-color: #c5c0bf;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #c5c0bf;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #c5c0bf;
}


/* ---------------------------------------------------- */
/* SITE LAYOUT */
/* ---------------------------------------------------- */
div#site-container {
    position: relative;
    margin: -30px 0px auto 0;
    overflow-x:auto;
    width:100%;
    min-width:700px;
     padding:0 30px; 
     min-height:400px;
     background-color:white;
     
}

div#site-container-login {
    background-image: url("../images/sing-in-img.jpg");
    background-size: cover;
    position: relative;    
    overflow-x:auto;
    width: auto;
    min-width:700px;
    padding: 50px 0;
     box-shadow: 0 0 10px #dcdcdc;
}

/* ---------------------------------------------------- */
/* HEADER */
div#header-outer {
    background-color: #fff;
    min-width: 700px
}

header {
    /*height: 110px;*/
    position: relative;
}

/* C-Solve Logo */

a div#site-logo  {
    text-decoration:none;
    font-size:2.4em;
}

.breadcrumb {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: transparent;
    border-radius: 0px;
    list-style: outside none none;
    /*margin-bottom: 20px;*/
    padding: 8px 0px;
}

/* Header Tools */
div#header-tools {
    position: absolute;
    top: 0px;
    right: 0px;
    vertical-align: top;
}

div#header-tools > table > tbody > tr > td {
    vertical-align: top;
}

div.user-messages, div#site-search {
    margin-right: 20px;
}

/* User Notifications */
div.user-messages {
    position: relative;
    height: 42px;
    width: 28px;
}

div.user-messages-bubble {
    background-color: #132891;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    -webkit-box-shadow:1px 1px 1px #c5c0bf;
    -moz-box-shadow:1px 1px 1px #c5c0bf;
    box-shadow: 1px 1px 1px #c5c0bf;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    left: -8px;
    padding: 1px 4px 1px 4px;
    position: absolute;
    top: -3px;
}

/* Drop Down Menus - Bootstrap */
.dropdown-menu {
    background-color: #fff;
    position: absolute;
    top: 42px;
    left: 0;
    display: none;
    font-size: 1em;
    margin: 8px 0px 0px -23px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.175);
    width: 280px;
}

.dropdown-menu > li > a {
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.dropdown-menu > li:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}


/* Login Panel */
div#login-panel {
    line-height: 31px;
    margin-right: 50px;
}

div#login-panel #login-user {
    display: inline-block;
    margin-right: 10px;
}

div#login-panel img {
    vertical-align: top;
}

div#login-panel a {
    display: inline;
    font-size: 12px;
    padding: 6px 10px;
    text-decoration: none;
    background-color: #f7b600;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div#login-panel a:hover{
    color: #fff;
    background-color: #132891;
}

/* Top Navigation */
nav#top-nav {
    /*bottom: 0px;*/
    /*overflow: auto;*/
    position: absolute;
    right: 0px;
    padding-top:10px;
}

nav#top-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

nav#top-nav ul li {
    float: left;
    line-height: 25px;
    padding: 0px;
}

nav#top-nav ul li a {
    border-left: 1px solid #ccc;
    color: #5c5c5c;
    padding: 3px 15px;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
}

nav#top-nav ul li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #f7b600;
    color: #1a1f71;
}

nav#top-nav ul li a.selected {
    color: #1a1f71;
    font-weight: 900;
}

nav#top-nav ul li:first-child a {
    border-left: 0px;
    padding-left: 10px;
}



/* Headertools html snippet */
.header-tool-block {
    background-color: #f6f6f6;
    float:right;
    margin-left: 10px;
    padding:12px 10px 10px;
    font-size: 16px;
    line-height: 1;
    width:auto;
    border-bottom:solid 2px #f7b600;
}
span.blue-bold {
    color: #1a1f71;
    font-weight: bold;
}

h1.blue-bold {
    color: #1a1f71;
    font-weight: bold;
}

.blue-gradient {
    background: #1a1e5a; /* Old browsers */
    background: -moz-linear-gradient(top,  #122D98 0%, #1a1e5a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4ca12), color-stop(100%,#1a1e5a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #122D98 0%,#1a1e5a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122D98', endColorstr='#1a1e5a',GradientType=0 ); /* IE6-9 */
}
a.header-icons {
    height: 32px;
    width: 32px;
    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    line-height: 32px;
    text-align: center;
    float: left; 
    margin-left: 8px; 
}
a.header-icons:hover {
    cursor: pointer;
    background:#1a1f71;
}
.header-icons img {
    outline: none;
    border: none;
    padding-top: 4px;
}
.signout {
    padding-top: 5px !important;
    padding-left: 2px;
}
.change-pw {
    float:left;
    margin: 3px 10px 5px 0;
}
#login-user {
    font-size: 16px;
    line-height: 1;
    float: left;
    text-align: right;
}
.icons {
    float:right;
}

/* MAIN CONTENT AREA */
main {
    padding-bottom: 20px;
    margin-top: 20px;
}

/* Breadcrumbs */
nav.breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
} 
nav.breadcrumb ul{
    list-style: none;
    display: inline-table;
    padding: 0px;
}

nav.breadcrumb ul li {
    display: inline;
}

nav.breadcrumb ul li a {
    display: block;
    float: left;
    height: 12px;
    background: #f6f6f6;
    text-align: left;
    position: relative;
    margin: 0 0 0 0;
    font-size: 13px;
    text-decoration: none;
    color: #5c5c5c;
    font-weight: normal;
    -webkit-box-sizing:content-box;
    box-sizing: content-box;
    -moz-box-sizing:content-box;
    padding: 5px 25px 8px 10px;
    border-bottom: solid 1px #ededed;
}

nav.breadcrumb ul li a:after {
    content: "";  

    border-top: 5px solid transparent;

    border-bottom: 5px solid transparent;

    border-left: 7px solid #5c5c5c;
    position: absolute; 
    right: 7px; 
    top: 8px;
    z-index: 1;
}

nav.breadcrumb ul li a:before {
    content: "";  
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid white;
    position: absolute; 

    left: -14px; 

    top: 8px;
}

nav.breadcrumb ul li:first-child a:before {
    display: none; 
}

nav.breadcrumb ul li a:hover{
    background: #f0f0f0;
    color: #5c5c5c;
    border-bottom: solid 1px #f7b600
}

nav.breadcrumb ul li a:hover:after{
    border-left-color: #132891;
}

/* Banners */
div.banner {
    margin-bottom: 10px;
    text-align: center;
    padding-left:20%;
    padding-right:20%;
}


/* ---------------------------------------------------- */
/* SECTIONS - Homepage, Sales catalogue */
div#masonry section.catalogue {
    margin: 0px 0px 10px 0px;
}

section.homepage, section.catalogue {
    width: 350px;
    margin: 0px 20px 20px 0px;
    float: left;
    position: relative;
}

section.homepage {
    height: auto;
    border: 1px solid #ededed;
    padding-bottom: 15px;
    background:#f6f6f6;
    border-bottom: solid 2px #f7b600;

    -moz-box-shadow: 0px 3px 10px #dcdcdc;
    -webkit-box-shadow: 0px 3px 10px #dcdcdc;
    box-shadow: 0px 3px 10px #dcdcdc;

    -webkit-border-top-left-radius: 5px; 
    -moz-border-top-left-radius: 5px; 
    border-top-left-radius: 5px; 
    -webkit-border-top-right-radius: 5px; 
    -moz-border-top-right-radius: 5px; 
    border-top-right-radius: 5px;
}

section.catalogue {
    background-color: #fff;
    border-bottom: 2px solid #132891;
}

section.catalogue .catalogue-icon {
    position: absolute;
    right: 5px;
    top: 5px;
}

section.homepage > h3 {
    text-align: center;
    border: none;
    background: #1a1f71;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    padding: 12px 0 10px;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

section.homepage div.content {
    margin-top: 20px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

/* Image heading in a section */
section.catalogue > img {
    display: block;
}

section.catalogue table.table-fixed.catalogue {
    margin-bottom: 0px;
}

section.catalogue table.table-fixed.catalogue td {
    vertical-align: middle;
    height: 36px;
}

section.catalogue table.table-fixed.catalogue p {
    margin: 0px;
    text-align: right;
}

section.catalogue table.table-fixed.catalogue table {
    margin-bottom: 0px;
}


/* Item based Search */
div.search-items {
    margin-bottom: 15px;
}

div.search-items input[type=text] {
    width: 200px;
    background:#ffffff;
    padding:8px 12px;
    height: auto;
    margin-bottom: 5px;
}

div.search-items input[type=submit], div.search-items input[type=button] {
    padding:8px 12px;
}

div.search-items table {
    background-color: #f6f6f6;
    padding: 20px 10px 19px;
    border-collapse: inherit;
    font-size:14px;
    border-bottom: solid 2px #f7b600;
}



/* Catalogue Detail of product */
div.catalogue-detail {
    position: relative;
}

div.catalogue-detail div.catalogue-content {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    /*border-bottom: 2px solid #f7b600;*/
    margin-right: 285px;
    margin-top: 20px;
}

div.catalogue-detail div.catalogue-links {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 255px;
}

div.catalogue-links aside {
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    border-bottom: 2px solid #f7b600;
    margin-bottom: 20px;
}

div.catalogue-links aside input {
    background-color: #ffffff;
}

div.product_lister_description {
    height: 56px;
    overflow:hidden;
}

/* Catalogue Image */
div.catalogue-image {
    float: left;
    margin: 0px 20px 0px 0px;
    width: 250px;
}

div.catalogue-image img {
    width:100%;
    height:auto;
}
.catalogue-content > h4 {
    margin-top: 20px;
}
ul.list-links, .product-detail-price ul {
    padding-left:20px;
}
.catalogue-links h4 {
    margin-top: 5px;
    color: #1a1f71;
    border-bottom:solid 1px #dcdcdc;
    padding-bottom: 3px;
}


/* Order details */

#OrderDetail h3 {
    font-size: 18px;
    color:#1a1f71;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#OrderDetail textarea {
    background:#f6f6f6;
    border: solid 1px #dcdcdc;
    max-width: 250px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* Datepicker */
.ui-datepicker {
    width:250px;
}
.ui-datepicker-calendar td a {
    border-radius:0px !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
  margin: 0 2%;
}

/* ---------------------------------------------------- */
/* CATALOGUE SEARCH */
section.catalogue-search {
    margin: 25px 0px 0px 0px;
    position: relative;
    clear: both;
}

section.catalogue-search div.buy-product {
    position: absolute;
    top: -29px;
    right: 0px;
    height: 28px;
    overflow: visible;
    font-size: 0px;
}

section.catalogue-search div.buy-product img {
    vertical-align: top;
}

section.catalogue-search div.buy-product a {
    background-color: #fff;
    display: inline-block;
    line-height: 28px;
    font-size: 11px;
    padding: 0px 10px;
}

section.catalogue-search nav.breadcrumb {
    margin-top: 15px;
}

section.catalogue-search nav.breadcrumb a {
    font-size: 12px;
    color: #192162;
}


/* Promoted Product */
div.promoted-product {
    overflow: auto;
    text-align: center;
}

div.gallery {
    float: left;
    margin-right: 10px;
}



/* HOMEPAGE */


/* ---------------------------------------------------- */
/* FOOTER */
div#footer-outer {
    position: relative;
    width: 100%;
    /*border-top: solid 1px #dcdcdc;*/
    /*margin-top: 50px;*/
}

footer {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 0px;
    box-sizing: border-box;
}

footer img.footer-logo {
    margin-right: 20px;
}

/* Call centre support */
div#call-centre {
    background-color: #f7b600;
    float: right;
    margin-top: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 50px;
    font-weight: bold;
}

div#call-centre a {
    border-right: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

div#call-centre img {
    margin: 0px 5px 0px 2px;
}

.inner-panel {
    background-color: #f6f6f6;
    padding: 35px 35px 0px;
    text-align: center !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* ---------------------------------------------------- */
/* LOGIN PAGE */

#login-icon {
    width: 34px;
    height: 31px;
    background-image: url('../images/sign-in-icon.png');
    background-repeat: no-repeat;
    display: inline-block;
}

#login-text {
    display:inline-block; 
    top: -10px; 
    position:relative; 
    font-size: 16px
}

div#sign-in-panels {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #f6f6f6;
  border: solid 1px #ededed;
  -moz-box-shadow: 0px 3px 10px #dcdcdc;
  -webkit-box-shadow: 0px 3px 10px #dcdcdc;
  box-shadow: 0px 3px 10px #dcdcdc;
}

    div#sign-in-panels div#sign-up {
        background-color: #f6f6f6;
        padding: 35px 35px 0px;
        text-align: center !important;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    div#sign-in-panels img.icon-headings {
        display: block;
        float: left;
        margin-right: 10px;
    }

    div#sign-in-panels h1 {
        text-align: center;
        margin-bottom: 0px;
        margin-top: 10px;
        font-size: 24px;
        color: #1a1f71;
        padding-bottom: 5px;
    }

    div#sign-in-panels h2 {
        line-height: 15px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 30px;
        color: #1a1f71;
    }

    div#sign-in-panels div.disclaimer {
        color: #5c5c5c;
        padding: 10px 110px;
        text-align: center !important;
        background-color: #f6f6f6;
        border-right: none;
        border-bottom: none;
        border-left: none;
    }

        div#sign-in-panels div.disclaimer p {
            margin: 0;
            border-top: solid 1px #ededed;
            padding: 15px 0;
            text-align: center;
        }

    div#sign-in-panels input[type=text], div#sign-in-panels input[type=password] {
        background: #ffffff;
    }

/* Profile Image */
div.profile-image {
    display: inline-block;
    vertical-align: bottom;
    background-color: #f00;
}

div.profile-image img {
    display: block;
    margin: 0px;
    max-height: 100px;
    max-width: 100px;
}

/* Busy loading modal window */
div#curtain {
    background-color: RGBA(255,255,255,0.8);
}

div#curtain h4 {
    color: #1d1d1b;
    font-weight: 900;
}




/* ---------------------------------------------------- */
/* RESPONSIVE ITEMS */

.site-width {
    margin: 0px auto;
}

div.comment {
    background-color: RGBA(0,0,0,0.7);
    color: #fff;
    display: none !important;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    position: relative;
    margin: 0px auto;
}

/* Mobile view */
@media only screen and (max-width: 785px), (device-width: 320px) {
}

/* 769 + 14 + 17  = 800 */
/* Amended to 768 */
@media only screen and (min-width: 786px) and (max-width: 1006px), (device-width: 768px) {
}

/* 993 + 14 + 17  = 1024 */
/* Amended to 990 */
@media only screen and (min-width: 1007px) and (max-width: 1345px), (device-width: 1024px) {
}

/* 1366 + 17 = 1383 - original */

/* 1329 (1050 + 279) + 17 =  1346 */
/* Calculated width from design 1329px */
@media only screen and (min-width: 1346px) {
}


.autocomplete-find {
    /*cursor: pointer;
    background-color: #f7b600;
    border: none;
    color: #000;
    height:30px;
    width:30px;
    padding:10px 18px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;*/
    /*background-image: url(../images/search-icon.png);*/
    /*background-image: url(http://dev.flintntinder.co.za/visa/testimages/search-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;*/

}

/*.autocomplete-find:hover{
    color: #fff;
    background-color: #1a1f71;
}*/

.order-actions {
  padding: 25px;
  background-color: #f6f6f6;
  text-align: center;
  border-bottom: solid 1px #5c5c5c;
}
.order-actions input[type=button] {
    margin:0 3px;
}




/***********************************************/
/*MVC Grid*/
.grid-cell-align-right {
    text-align: right;
}

/**********************************************/
/*Catalogue Layout*/

#product_results {
    clear: both;
}

.product_list {
    margin: 10px 0 15px;
}

#product_results.product_list .product {
    overflow: hidden;
    padding-bottom: 10px;
}

.product_list .product {
    min-height: 230px;
    padding: 10px 20px 1px 0;
    position: relative;
    width: 50%;
    float: left;
}

.product_list .image {
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 10px;
}

.product_list .image a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dcdcdc;
    display: block;
    height: 105px;
    line-height: 105px;
    text-align: center;
    width: 105px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
    margin:0;
}

/* These widths are inline at the moment?? */
.product_list .image a img {
    width: 100%;
    height: auto;
    display: block;
}


.product_list .product_details {
    margin-bottom: 1em;
    margin-left: 120px;
    margin-right: 120px;
    margin-top:15px;
    overflow: hidden;
}

/*.product_list .product_title {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 1.3em;
    }*/

    #product_results.product_list .product_details .pricing {
        padding-left: 15px;
    }

    .product_list .product_details .pricing {
        margin-top: -5px;
    }

    .product-actions {
        margin-top: 15px;
    }

    .enter-merchant-btn {
      background: #f6f6f6 !important;
      color: #1a1f71 !important;
      padding: 4px 20px 3px 0 !important;
      font-weight: bold !important;
      background-color:#f6f6f6;
      background-image: url(../images/merchant-arrow.png); 
      background-repeat: no-repeat !important;
      background-position: right 0px center !important;
      border-bottom: solid 2px #fff;
      outline: none;
      border-radius: 2px !important;
      -moz-border-radius: 2px !important;
      -webkit-border-radius: 2px !important;
      
  }
  .enter-merchant-btn:hover {
    border-bottom:solid 2px #f7b600;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}


#product_results.product_list .product_details .pricing ins {
    display: block;
    font-size: 15px;
}

.product_list .product_details .pricing ins {
    color: #5c5c5c;
    font-size: 15px;
    text-decoration: none;
}

.product_list .product_details .pricing .pricing-blue   {
    color:#5c5c5c;
    padding-left: 12px;
    border-left: solid 1px #ccc;
    margin-left: 8px;
}

.product_list .product_actions ul, .product_list .product_details > .additional_info, .product_list .product .flag {
    /*opacity: 0.7;*/
}

.product_list .product_details > .additional_info, .product_list .product .flag {
    /*opacity: 0.7;*/
}

.product_list .named_pairs {
    font-size: 11px;
}

dl.named_pairs {
    margin: 0 0 1em;
    overflow: hidden;
}

.product .named_pairs dt {
    min-width: 90px;
}

.named_pairs > dt {
    clear: left;
    float: left;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.product_list .product_actions {
    position: absolute;
    right: 0;
    text-align: right;
    top: 120px;
    width: 150px;
}

.product_list .product_actions .button_row {
    padding: 0;
}

.button_row {
    padding: 5px;
    text-align: right;
}

.product_list .product_actions ul, .product_list .product_details > .additional_info, .product_list .product .flag {
    /*opacity: 0.7;*/
}

.product_list .product_actions ul {
    font-size: 11px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.product_actions ul {
    line-height: 1.2;
}


/*Order product form*/

.order-form-quantity {
    background-color: pink;
    width: 30px;
    text-align: right;
}


.order-product-detail-form {
    /*float: left;*/
}

.order-product-detail-form input[type=number] {
    width: 50px;
    margin-right: 2px;
    margin-left: 2px;
    text-align: center;
}


/*Order catalog screen*/

.current-order-header-container {
    background-color: #f6f6f6;
    color: #5c5c5c;
    float:right;
    border-bottom:solid 2px #f7b600;
    height: 102px;
    width:auto;
    min-width: 350px;
}

.current-order-header {
    padding: 8px 10px;
}

.current-order-header h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #1a1f71;
    margin: 0;
}

.current-order-header p {
    text-align:left;
    margin:0;
}


.current-order-header a {
    font-size: 14px;
    margin: 0;
    color: #1a1f71;
    text-decoration: none;
    cursor: pointer;
    padding: 3px 16px 2px 0;
    background-image: url(../images/merchant-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px;

}

.current-order-header a:hover {
    border-bottom: solid 1px #f7b600;
}

.current-order-header .show-detail {
    text-align: left;
    width: 100%;
    margin: 7px 0 0;
    font-size: 14px;
    color: #1a1f71;
    font-weight: bold;
}


.current-order-merchant {
    float: left;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dcdcdc;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    overflow: hidden;
    margin: 0;
}
.current-order-merchant img {
    width: 100%;
    height: auto;
    display: block;
}
.order-details {
    float:left;
    width: auto;
    text-align: left;
    padding:5px 20px;
}



td.quantity, th.quantity, td.amount, th.amount {
    text-align: right;
}

.current-order-detail {
    width: 500px;
}


.product-detail-price {
    /*height: 100px;*/
}

.currency-name {
    font-size: 14px;
}


table.news-table {
    background-color: #ffffff;
    border-collapse: collapse;
    border:solid 1px #ededed;
    margin: 0 auto;
    width: 90%;
}

table.news-table td {
    height: 25px;
    padding: 0px;
    box-sizing: content-box;
}

table.news-table td.news-item {
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    padding: 5px 10px 2px;
    text-align: left;
}

table.news-table td:nth-child(2) {
    text-align:center;
}


h2.session-timeout-popup , h4.session-timeout-popup, p.session-timeout-popup {
    text-align:center;
}

/*Style for validation summary*/
body, div, p, input, select, textarea, li {
    /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
    font-family: 'MyriadPro-Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
}


/*Styles used on textboxes with cross to clear input*/
.clearable
{
  background: #fff url("../images/cross.png") no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;    
  border-radius: 3px;
  transition: background 0.4s;
  -webkit-transition: background 0.4s;
}

.clearable.x  
{ 
    background-position: right 5px center; 
} 
.clearable.onX
{ 
    cursor: pointer; 
}     



 



/* ADDITIONAL STYLES */

/* Sign in button */
.sign-in-btn {
    /*background:linear-gradient(to bottom, #122d98 0%, #1a1e5a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: url("../images/sign-in-icon.png");*/
    background-repeat: no-repeat;
    /*background-position: right 20px top 5px;*/
    float: none;
    margin: 10px auto 20px;
    padding:10px 25px 10px 35px !important;
   
}
.sign-in-btn:hover {
    -moz-box-shadow: 0px 2px 8px #acacac;
    -webkit-box-shadow: 0px 2px 8px #acacac;
    box-shadow: 0px 2px 8px #acacac;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.gold-divider {
    margin: 10px auto 20px;
    width: 58px;
    height: 6px;
    background-color: #f7b600;
}

.content > h1 {
    font-size: 60px;
    margin:30px 0 20px;
    padding:0;
    color: #1a1f71;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em .6em;
    text-decoration: none;
    font-weight: normal;
}
select {
    font-size: 14px;
    font-family: 'MyriadPro-Light', Arial, Helvetica, sans-serif !important;
    font-weight: normal;
    padding:10px 8px 8px;
}
option {
    font-weight: normal;
    display: block;
    padding: 2px 10px 2px;
    white-space: pre;
    min-height: 1.2em;
}

.change-password-form-submit, .change-password-form-cancel {
    padding:8px 12px;
}

.ui-dialog {
    padding:0;
    -moz-box-shadow: 0px 5px 20px #777777;
    -webkit-box-shadow: 0px 5px 20px #777777;
    box-shadow: 0px 5px 20px #777777;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ui-dialog .ui-dialog-title {
    font-size: 20px;
    padding: 5px 0 3px;
}

.ui-dialog .ui-dialog-content {
    padding:20px 1em;
}
.popup-dialog-style .ui-widget-header {
    background: #1a1e5a; /* Old browsers */
    background: -moz-linear-gradient(top,  #122D98 0%, #1a1e5a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4ca12), color-stop(100%,#1a1e5a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #122D98 0%,#1a1e5a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #122D98 0%,#1a1e5a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122D98', endColorstr='#1a1e5a',GradientType=0 ); /* IE6-9 */

}

table.grid-table .grid-header > .grid-header-title {
    font-size: 14px;
    text-transform: capitalize;
}
.grid-header-title span {
    font-weight: bold;
    color: #1a1f71;
    font-size:14px;
}

.grid-cell a {
    font-size:14px;
    font-weight: bold;
}
td.grid-cell {
    font-size: 15px;
}

.form-control {
    height: 39px;
    padding: 8px 12px;
    background:#f6f6f6;
}
.grid-dropdown-arrow {
    height: 8px;
    left: 20px;
    position: absolute;
    top: -8px;
    width: 14px;
}
.grid-dropdown-inner {
    padding: 10px 15px 5px;
}
table.grid-table tr.grid-row-selected a {
    color: #1a1f71;
}
table.grid-table tr.grid-row-selected a:hover {
    color: #f7b600;
}
.current-order-detail .table-bordered > tbody > tr > td {
    vertical-align: middle;
}
.popup-dialog-style .ui-widget-header {
    /*background: none repeat scroll 0 0 #132891;*/
    border: none; 
    color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 5px 0 0;
    padding: 1px;
    height: 20px;
}
.ui-widget-overlay {
    background: #000000 url(../images/overlay.png) 50% 50% repeat;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -12px 5px 0 0;
    padding: 1px;
    height: 20px;
    background: none;
    border: none;
}


/* Make sure 'ui-icon-closethick' class is removed from span */
.ui-state-default .ui-icon {
    /*background-image: url(http://dev.flintntinder.co.za/visa/testimages/ui-close-icon.png);*/
    background-image: url(../images/ui-close-icon.png) no-repeat;
}
.ui-icon {
    width:20px;
    height:20px;
}
.ui-button-icon-only .ui-icon {
    left:0 !important;
    margin-left:0 !important;
}
.process-order-btn {
    background: #00a651 !important;
}
.process-order-btn:hover {
    background: #00923b !important;
}
.cancel-order-btn {
    background: #f26522 !important;
}
.cancel-order-btn:hover {
    background: #f25411 !important;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em .4em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .2em .5em .2em;
    cursor: pointer;
    padding: .4em 1em;
}

.ui-dialog .ui-dialog-buttonpane ui-dialog-buttonset button {
    padding: .4em 1em;
}

.form_button_container {
    text-align: center;
}

.p-b-10 {
    padding-bottom: 10px !important;
}
