/**
  Versipos: Accordian
 */
@font-face {
    font-family: "HalisGR";
    src: url("/assets/css/fonts/HalisGR-Black.eot");
    src: url("/assets/css/fonts/HalisGR-Black.woff") format("woff"),
    url("/assets/css/fonts/HalisGR-Black.svg#filename") format("svg");

    font-family: "HalisGR-SLight";
    src: url("/assets/css/fonts/HalisGR-SLight.eot");
    src: url("/assets/css/fonts/HalisGR-SLight.woff") format("woff"),
    url("/assets/css/fonts/HalisGR-SLight.svg#filename") format("svg");

    font-family: "HalisGR-SThin";
    src: url("/assets/css/fonts/HalisGR-SThin.eot");
    src: url("/assets/css/fonts/HalisGR-SThin.woff") format("woff"),
    url("/assets/css/fonts/HalisGR-SThin.svg#filename") format("svg");

    font-family: "HalisGR-SMedium";
    src: url("/assets/css/fonts/HalisGR-SThin.eot");
    src: url("/assets/css/fonts/HalisGR-SThin.woff") format("woff"),
    url("/assets/css/fonts/HalisGR-SThin.svg#filename") format("svg");
}

body, html {
    height: 90vh;
    margin: 0;
    padding: 0;
}

body {
    /*font-family: "HalisGR" Arial, Helvetica, sans-serif;*/
    font-family: "Open Sans","Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

input, button, textarea, select {
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
}

input:focus {
    border-color: transparent !important;
}

input[type=button] {
    border: none !important;
}

button {
    border: none !important;
}

a:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    cursor: pointer !important;
}

#logo {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 309px;
    height: 70px;
}

.text-login-partner {
    /*font: normal normal normal 20px/22px "HalisGR";*/
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #EEEEEE;
    opacity: 1;
}

.login {
    text-align: left;
    /*font: normal normal medium 16px/21px "HalisGR";*/
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #0D1F43;
    opacity: 1;
}

.container {
    width: 100%;
    height: 50%;
    background-color: #0E1F44;
    font-weight: normal;
    font-size: .75em;
    padding-right: 0;
}

input.predefined-tip-percentage {
    border-width: thin;
    border-color: lightsteelblue;
    background-color: white;
    border-style: solid;
    color: black;
    margin-bottom: 3px;
    padding-bottom: 1px;
    font-weight: lighter;
    font-size: medium;
    width: 75%;
}

input.predefined-tip-percentage:focus {
    border-color: lightsteelblue !important;
}

.predefined-tip-percentages-wrapper {
    float: left;
    clear: both;
    width: 100%;
}

.fill-accordian {
    background-color: #0E1F44;
}

.accordion {
    /*font-family: "HalisGR";*/
}

.accordion .card {
    color: white;
    background-color: #0E1F44;
    border: 0px solid #dddddd;
    padding-left: 0rem;
    font-size: 1em;
    /*font-family: "HalisGR";*/
}

.accordion .card a {
    color: white;
    text-decoration: none;
}

.accordion .card-header {
    background-color: #0E1F44;
    /*padding: .75rem 1rem; */
    position: relative;
    color: white;
    font-weight: lighter;
}

.accordion .card-header:hover {
    background-color: #0E1F44;
    color: white;
    font-weight: bold;
}

.accordion .card-header h2 {
    font-size: 1rem;
}

.accordion .fa {
    width: 25px;
}

.accordion .card-header a {
    float: left;
    width: 100%;
    cursor: pointer;
}

.accordion .toggle {
    font-size: .8rem;
    line-height: .8rem;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 14px;
    margin: 0;
}

.accordion .toggle:hover {
    opacity: 1;
}

.accordion .card-body {
    padding: 0;
    background-color: #0E1F44;
    color: white;
}

.accordion .list-group-item {
    padding-left: 30px;
    font-weight: 200;
    color: white;
    font-size: 1em;
    background-color: #0E1F44;
}

.accordion .list-group-item:hover {
    background-color: #0E1F44;
    color: white;
    font-weight: bold;
    border-radius: 1px;
    border-width: 0px 1px 0px 1px;
    border-color: white;
}

.accordion .list-group-item:hover a {
    color: white !important;
    background-color: #0E1F44;
}

.accordion .list-group-item:hover .badge {
    background-color: #0E1F44;
    color: white;
}

.accordion .list-group ul {
    background-color: #0E1F44;
    color: white;
}

.accordion .list-group-item a {
    color: white;
    display: block;
}

.accordion .list-group-item .badge {
    float: right;
    min-width: 36px;
}

.accordion .rotate {
    transform: rotate(270deg);
}

.bigRow {
    height: 100%;
}

.vnav-left {
    min-height: 99%;
    height: 100%;
    background-color: #0E1F44;
    padding: 0;
    margin: 0;
}

.vnav-top {
    padding: 1px 1px 1px 0px;
}

.vnav-top div.screen-path {
    background-color: #e3eeff;

}

.vnav-top .disabled {
    color: gray;
    font-weight: lighter;
}

.vnav-top div.screen-name {
    background-color: #6588C0;
    color: white;
    font-size: 1.25em;
}

button.view-merchant {
    color: white;
    background-color: #4E7BBE;
    width: 100%;
}

.vnav-content {
    background-color: white;
    min-height: 99%;
    height: 80vh;
    width: 100%;
}

.topnav, .bottomnav {
    background-color: #6588C0;
    color: white
}

.topnav .row {
    height: 40px;
}

.admin .row {
    color: white;
    background-color: #0E1F44;
}

.admin div.row {
    color: silver;
    /* background-color: white; */
}

.admin div.row bg-white {
    background-color: white;
}

.admin div.logo-row {
    color: white;
    font-size: 1.25em;
}

.admin div.row.ht-50 {
    height: 50px;
}

.admin div.row.ht-75 {
    height: 75px;
}

.admin div.row.ht-100 {
    height: 100px;
}

.admin div.row.ht-125 {
    height: 125px;
}

.admin div.row.ht-250 {
    height: 250px;
}

.gray-box-admin {
    border-radius: 8px;
    background: silver;
    border-width: 1px;
    padding: 20px;
    width: 100%;
    width: 505px;
    height: 315px;
}


.gray-box {
    border-radius: 8px;
    background: silver;
    border-width: 1px;
    padding: 20px;
    width: 100%;
    width: 505px;
    height: 315px;
}

.text-login-please {
    /* font: normal normal medium 30px/39px "HalisGR"; */
    /*font: normal normal bold 30px/39px "HalisGR";*/
    letter-spacing: 0px;
    font-size: 30px;
    line-height: 39px;
    text-align: left;
    color: #F4F4F4;
    opacity: 1;
}

.gray-box div.row {
    color: black;
    background-color: silver;
}

.gray-box .login-text-caption {
    text-align: left;
    /**font: normal normal bold; **/
    /*font-family: "HalisGR";*/
    letter-spacing: 0px;
    color: #0D1F43;
    opacity: 1;
    font-min-size: 16px;
    font-max-size: 21px;
    font-weight: bolder;
}

.gray-box input[type=text], .gray-box input[type=password], .gray-box input[type=submit] {
    /*font-family: "HalisGR";*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 5px;
    opacity: 1;
}

.gray-box input[type=text], .gray-box input[type=password] {
    width: 434px;
    height: 53px;
    /*font: normal normal bold 20px/24px "HalisGR";*/
    font-size: 20px;
    line-height: 24px;
}

.gray-box input[type=submit] {
    background: #4E7BBE 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 5px;
    opacity: 1;
    width: 329px;
    height: 43px;

    text-align: center;
    /*font: normal normal medium 24px/31px "HalisGR";*/
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0px;
    color: #F4F4F4;
}

.gray-box input[type=checkbox] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    opacity: 1;
    width: 24px;
    height: 24px;
}

.gray-box #spAlert, #save-alert {
    color: brown;
    font-weight: bold;
}

.save-row {
    height: 72px;
    text-align: center;
    /*font: normal normal normal 16px/21px "HalisGR";*/
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.save-row .show-color {
    background-color: #0E1F44;
}

.save-row input[type=button] {
    height: 50px;
    margin-top: .75em;
    cursor: default;
}
input[type=radio] {
    display: inline-block;
    text-align: center;
}

.save-row .clear-background {
    background-color: white;
}

.save-row .save {
    background-color: #6588C0;
    color: white;
}

.save-row .delete, .delete-vendor-btn .delete {
    background-color: darkred;
    color: white;
}

.save-row .cancel, .delete-vendor-btn .cancel {
    background-color: #6FC1BB;
    color: white;
}

.save-row .cancel, .save-row .save, .save-row .delete {
    width: 8em;
    min-width: 115px;
    height: 50px;
}

.sig-over input {
    border: none;
}

.sig-over input bottom {
    border-bottom: silver;
    border-bottom-width: thin;
    background-color: white;
}

.pay-header label, .pay-text label, .pay-text span {
    font-size: 2.5em;
    /*font-family: "HalisGR-SThin";*/
    font-weight: bolder;
    color: black;
}

.pay-block div {
    display: block;
}

.pay-block label {
    text-align: right;
    display: inline-block;
}

.pay-text label {
    font-size: .95em;
    /*font-family: "HalisGR-SMedium";*/
}

.options input[type=text] {
    border-width: thin;
    border-color: lightsteelblue;
    background-color: white;
    border-style: solid;
    color: black;
    margin-bottom: 3px;
    padding-bottom: 1px;
    font-weight: lighter;
    font-size: medium;
    width: 75%;
}

.search-box-lbl label{
    float: left;
    background-color: blue;
    color: white;
    display: inline-block;
    border: thin solid silver;
}

.search-box-border {
    border: thin solid silver;
    color: black;
    padding-left: 3em;
}

.search-box-input input[type=text]{
    width: 100%;
    margin-bottom: 3px;
    padding-bottom: 1px;
    font-weight: lighter;
    font-size: medium;
    border: none;
    margin-top: 0em;
    height: 3em;
    padding-top: -3em;
}

.search-box-reset  {
    margin-top:0em;
    height: 3em
}

.modal-title {
    font-size: 1.25em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 1px;
}

.med label {
    font-size: .90em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 1px;
    font-weight: normal;
}

.sml label {
    font-size: .90em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 1px;
    font-weight: normal;
    /*font-family: "HalisGR-SThin";*/
    color: black;
}

.sml div div input, .sml div div select {
    font-size: .90em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 1px;
    font-weight: normal;
    /*font-family: "HalisGR-SThin";*/
    color: black;
}

.user table {
    width: 100%;
    table-layout: fixed;
}

.my-custom-scrollbar {
    position: relative;
    height: 80%;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.col_name {
    width: 35%
}

.col_title {
    width: 35%
}

.col_edit {
    width: 10%
}

.col_del {
    width: 10%
}

.btn-file-browse {
    background-color: #e3eeff;
}

.pretend-href :hover {
    cursor: pointer;
}

.link-top a {
    color: white
}

#sticky-sidebar {
    position: fixed;
    max-width: 20%;
}

.delete-vendor, .validate-vendor, .select-vmm {

    color: white;
    border: black;
}

.delete-vendor .title, .validate-vendor .title, .select-vmm .title {
    text-align: center;
    /*font: normal normal bold 18px/24px "HalisGR";*/
    height: 30px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 24px;
}

.delete-vendor .border-title, .validate-vendor .border-title, .select-vmm .border-title {
    border-bottom: black;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.select-vmm {
    padding-bottom: -15px
}
.delete-vendor .text-display, .validate-vendor .text-display, .select-vmm .text-display {
    background-color: white;
    color: black;
}

.delete-vendor .text-footer, .validate-vendor-modal .text-footer, select-vmm-modal .text-footer {
    background-color: #0E1F44;
}


.validate-vendor .lbl {
    text-align: right;
    /*font: normal normal bold 16px/20px "Halis GR";*/
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    font-weight: bolder;
    font-size: 16px;
    line-height: 20px;
}

.validate-vendor .spn {
    text-align: left;
    /*font: normal normal bold 12px/16px "Halis GR";*/
    letter-spacing: 0px;
    color: #0E1F44;
    opacity: 1;
    font-size: 12px;
    line-height: 16px;
}

.input-sm-admin input[type=text] {
    text-align: left;
    /*font: normal normal normal 16px/21px "Halis GR";*/
    letter-spacing: 0px;
    color: #0D1F43;
    opacity: 1;
    border: thin inset lightslategray;
    width: available;
    font-size: 16px;
    line-height: 21px;
}

.label-sm-admin label {
    text-align: right;
    /*font: normal normal normal 16px/22px "Halis GR";*/
    letter-spacing: 0px;
    color: #628CC2;
    opacity: 1;
    font-size: 16px;
    line-height: 22px;
}

.my-custom-scrollbar {
    position: relative;
    height: 60vh;
    overflow: auto;
    border: #0E1F44;
    border-style: inset;
    border-width: thin;
}

.table-wrapper-scroll-y {
    display: block;
}

#mm-content {
    background-color: #e3eeff;
    color: black;
    border: #0E1F44;
    border-width: thin;
}

.vmm-merch .row, .vmm-store-search .row {
    padding-left: 1em;
    padding-right: 1em;
}

.vmm-merch select, .vmm-store-search select {
    min-width: 100%;

    color: red;
    border-style: dotted;
}

.vmm-merch .header label {
    text-align: center;
    /*font: normal normal normal 16px/21px "Halis GR";*/
    letter-spacing: 0px;
    color: black;
    opacity: 1;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
}

#choose-vmm-modal {
    margin: 0;
}

*.medium-text p{
    /*font: normal normal normal 16px/21px "Halis GR";*/
    font-size: 16px;
    line-height: 20px;
}

.display-right-label label{
    text-align-all: right;
    color: #628CC2;
}

.modal {
  position: absolute;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.border-title {
    /*font: normal normal bold 18px/21px "Halis GR";*/
    letter-spacing: 0px;
    color: black;
    opacity: 1;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

#clear {
    cursor: default;
    margin: auto -23px;
}

input::-ms-clear{
    display:none;
}

button {
    cursor: default;
}

*.li, *.a, *.a:hover {
    cursor: default;
}
/*
#alert-modal-title {
    color: #6588C0;
}
*/

#versieats-version_wrapper select {
    font-size: 16px;
}

#versieats-version_wrapper .info_bar {
    float: left;
    width: 66%;
    margin-top: 12px;
}

#versieats-version_wrapper .info_bar #info_bar_success {
    background-color: #6FC1BB;
    color: white;
    text-align: center;
    width: 100%;
}

#versieats-version_wrapper .info_bar #info_bar_error {
    background-color: darkred;
    color: white;
    text-align: center;
    width: 100%;
}

#versieats-version_wrapper .dt_filter {
    float: right;
    margin-top: 12px;
    width: 33%;
}

#versieats-version_wrapper .dt_filter input,
#versieats-merchant-list_wrapper .dt_filter input,
#versieats-merchant-user-list_wrapper .dt_filter input {
    border-color: #aaa !important;
}

#versieats-version_wrapper .btn-sm {
    width: 80px;
}

#versieats-version_wrapper #save-all {
    width: 95px;
}

#versieats-merchant-list_wrapper th,
#versieats-merchant-list_wrapper td,
#versieats-merchant-user-list_wrapper th,
#versieats-merchant-user-list_wrapper td,
#versieats-version_wrapper th,
#versieats-version_wrapper td {
    padding: 4px;
    font-size: 13px;
    line-height: 16px;
}

#versieats-merchant-list_wrapper table.dataTable tr.odd,
#versieats-merchant-user-list_wrapper table.dataTable tr.odd,
#versieats-version_wrapper table.dataTable tr.odd{
    background-color: #eaeffa !important;
}

#versieats-merchant-list_wrapper .dt_filter,
#versieats-merchant-user-list_wrapper .dt_filter {
    float: right;
    margin-top: 12px;
}

#versieats-merchant-list_wrapper p,
#versieats-merchant-user-list_wrapper p {
    margin-bottom: 2px;
}

#versieats-merchant-list_wrapper span.status,
#versieats-merchant-user-list_wrapper span.status {
    float: left;
    padding: 2px 6px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    color: #FFF;
    background-color: #da314b;
    width: auto;
    margin: 2px 5px 3px;
    font-size: 11px;
}

#versieats-merchant-list_wrapper span.status.active,
#versieats-merchant-user-list_wrapper span.status.active {
    background-color: #31708f;
}

#versieats-merchant-list_wrapper a.auto-login,
#versieats-merchant-user-list_wrapper a.edit-user,
#versieats-merchant-list_wrapper a.edit-merchant,
div.merchant-list a.create-merchant,
div.merchant-user-list a.create-merchant-user {
    float: left;
    background-color: #6588C0;
    color: #FFF;
    width: auto;
    padding: 2px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 2px 5px 3px;
    font-size: 11px;
}

div.merchant-list a.create-merchant,
div.merchant-user-list a.create-merchant-user {
    font-size: 16px;
    margin: 0;
    position: relative;
    z-index: 99;
    top: 30px;
}

#versieats-merchant-user-list_wrapper a.edit-user:hover,
#versieats-merchant-list_wrapper a.edit-merchant:hover,
#versieats-merchant-list_wrapper a.auto-login:hover,
div.merchant-user-list a.create-merchant-user:hover,
div.merchant-list a.create-merchant:hover {
    text-decoration: none !important;
}

div.merchant_user_profile,
div.merchant_profile {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 20px;
}

div.merchant_user_profile div.two-col,
div.merchant_profile div.two-col {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}

div.merchant_user_profile div.two-col div.left,
div.merchant_profile div.two-col div.left {
    float: left;
    width: 65%;
    margin: 0;
    padding: 0;
}

div.merchant_user_profile div.two-col div.right,
div.merchant_profile div.two-col div.right {
    width: 35%;
}

div.merchant_user_profile div.wrapper,
div.merchant_profile div.wrapper {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 12px;
    padding: 0;
}

div.merchant_user_profile div.wrapper label,
div.merchant_profile div.wrapper label {
    float: left;
    width: 50%;
    text-align: right;
    padding: 0 10px 0 0;
}

div.merchant_user_profile div.wrapper input,
div.merchant_user_profile div.wrapper select,
div.merchant_profile div.wrapper input,
div.merchant_profile div.wrapper select {
    float: left;
    width: 50%;
    background: none !important;
    border: 1px solid #707070 !important;
}

div.merchant_user_profile .warning,
div.merchant_profile .warning {
    display: none;
    width: 50%;
    float: left;
}

div.merchant_user_profile .warning p::before,
div.merchant_profile .warning p::before {
    content: "\f071";
    color: #ffa300;
    margin-right: 5px;
}

div.merchant_user_profile .warning i, .warning p,
div.merchant_profile .warning i, .warning p {
    display: inline-block;
    font-size: 16px;
    color: #ffa300 !important;
    line-height: 20px;
}

div.merchant_user_profile .warning span,
div.merchant_profile .warning span {
    font-family: "Open Sans","Roboto", Arial, Helvetica, sans-serif;
    color: #ffa300 !important;
}

div.merchant_user_profile button,
div.merchant_profile button {
    background-color: #6588C0;
    padding: 5px 10px;
    color: #FFF;
    font-size: 14px;
    margin: 15px 0 0;
}

div.merchant_user_profile button.disabled,
div.merchant_profile button.disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

div.merchant_user_profile a.delete-merchant-user,
div.merchant_profile a.delete-merchant,
div.merchant_profile a.enable-merchant {
    float: right;
    background-color: red;
    color: #FFF !important;
    padding: 5px 10px;
    font-size: 14px;
    margin: 15px 0 0;
    text-decoration: none !important;
}

div.merchant_profile a.enable-merchant {
    background-color: #6588C0;
}

div.merchant_user_profile a.delete-merchant-user:hover,
div.merchant_profile a.delete-merchant:hover,
div.merchant_profile a.enable-merchant {
    text-decoration: none !important;
    color: #FFF !important;
}

div.merchant_user_profile a.delete-merchant-user.disabled,
div.merchant_profile a.delete-merchant.disabled,
div.merchant_profile a.enable-merchant.disabled {
    opacity: 0.5;
    pointer-events: none !important;
}

div.merchant_user_profile div.permissions-container {
    float: left;
    width: 50%;
    border: 1px solid #707070;
    padding: 3px;
    margin: 0;
}

div.merchant_user_profile div.select-unselect,
div.merchant_profile div.select-unselect {
    float: right;
    margin: 0;
    padding: 0;
}

div.merchant_user_profile a,
div.merchant_profile a.select-all-portfolio,
div.merchant_profile a.unselect-all-portfolio {
    text-decoration: underline !important;
    color: #6588C0 !important;
}

div.merchant_profile a#generate-merchant-password {
    float: right;
    color: #6588C0 !important;
    font-size: 12px;
}

div.merchant_profile a#generate-merchant-password:hover {
    text-decoration: none;
    cursor: pointer;
}

div.merchant_user_profile a:hover,
div.merchant_profile a.select-all-portfolio:hover,
div.merchant_profile a.unselect-all-portfolio:hover {
    text-decoration: underline !important;
    color: #6588C0 !important;
}

div.merchant_user_profile div.permissions-container div.permission {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 3px;
}

div.merchant_user_profile div.permissions-container div.permission p {
    float: left;
    margin: 0;
    width: 50%;
    line-height: 16px;
    padding: 0 2% 0 0;
    font-size: 13px;
}

div.merchant_user_profile div.permissions-container div.permission input[type=checkbox] {
    float: left;
    width: 15px;
    height: 15px;
    margin: 1px 2% 0 0;
    font-size: 13px;
}

div.merchant_user_profile div.permissions-container div.permission span {
    float: left;
    width: auto;
    margin: 0;
    padding: 0 2% 0 0;
    line-height: 16px;
    font-size: 13px;
}

div.merchant_profile a.show-password,
div.merchant_profile a.hide-password {
    color: #6588C0;
    font-size: 12px;
    text-decoration: none;
    float: left;
}

div.merchant_profile a.show-password:hover,
div.merchant_profile a.hide-password:hover {
    color: #6588C0;
    cursor: pointer;
    text-decoration: none;
}

div.merchant_profile ul.portfolio-container {
    float: left;
    width: 50%;
    border: 1px solid #707070;
    padding: 3px;
    margin: 0;
}

div.merchant_profile ul.portfolio-container li {
    list-style: none;
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    height: 15px;
    line-height: 15px;
    font-size: 13px;
}

div.merchant_profile ul.portfolio-container li input.portfolio {
    height: 15px;
    width: 15px;
    line-height: 15px;
    margin: 0 5px 0 0;
}
