/*--------Global style-------------*/
.osm-container {
    text-align: left;
    padding: 10px 0;
}

.osm-container img {
    border: 0 none;
    margin: 0;
}

.osm-container h1, .osm-container h2 {
    width: auto;
    margin: 5px 0 5px 0;
    padding: 0;
    float: none;
}

h1.osm-page-title {
    margin: 0 0 10px 0 !important;
}

.osm-container .osm-item-wrapper {
    margin-bottom: 20px;
}

.osm-container .osm-item-heading-box {
    -webkit-border-radius: 5px 5px 0 0;
       -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 4px 8px 4px;
    margin: 0;
    background: #f2f2f2 url(../images/background.png) repeat-x 0 0;
    border: 1px solid #DBDEE1;
}

.osm-container .osm-item-heading-box h2 {
    margin: 0;
}

.osm-container h2.osm-item-title {
    margin: 6px 0 !important;
}

.osm-container .osm-item-description {
    background: #fff;
    -webkit-border-radius: 0 0 7px 7px;
       -moz-border-radius: 0 0 7px 7px;
            border-radius: 0 0 7px 7px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #DBDEE1;
    border-left: 1px solid #DBDEE1;
    border-right: 1px solid #DBDEE1;
}

.osm-container .osm-item-wrapper img {
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}

.osm-container img.osm-thumb-left {
    margin: 0 15px 0 0 !important;
    float: left !important;
    max-width: 120px;
}

.osm-container img.osm-thumb-right {
    margin: 0 0 0 15px !important;
    float: right !important;
}

/* ---------- Category styles --------------------------------------- */
.osm-container .osm-plan-properties {
    width: 290px;
    background: #ECF4FB;
    padding: 5px 5px 5px 10px;
    margin: 0 5px 5px;
    float: right;
}

td.osm-plan-property-label {
    width: 110px;
    text-align: left;
    font-weight: bold;
}

/* ---------- Taskbar styles ---------------------------------------- */
.osm-taskbar {
    padding: 0 0 6px 0;
    margin: 0 0 6px 0;
    list-style-type: none;
}

.osm-taskbar ul {
    margin: 0 !important;
    padding: 0 !important;
}

.osm-taskbar li {
    float: left !important;
    list-style-type: none !important;
    background-image: none !important;
    padding: 0 5px 0 0 !important;
    margin: 0.5em 0 2px 0 !important;
}

.osm-taskbar li a:link, .osm-taskbar li a:visited, .osm-taskbar li a:hover {
    text-decoration: none;
}

.osm-taskbar li a:hover {

}

/**Plan detail style**/
#osm-plan {
    padding: 0 15px 15px 15px;
}

#osm-plan-details {
    padding: 10px 0;
}

#osm-plan h1.osm-page-title {
    margin: 0 0 10px 0 !important;
}

.heading {
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}

span.error {
    color: red;
}

.col_container {
    min-height: 150px;
}

table.os_table {
    margin-bottom: 20px;
    word-break: break-word;
}

table.os_table td.title_cell {
    width: 50%;
    font-weight: bold;
    padding-top: 10px;
}

/*** Css for displaying inputbox td **/
table.os_table td.field_cell {
    width: 50%;
    padding-top: 10px;
}

/*** Css for display '*' next to required field ***/
.required {
    padding-left: 5px;
    color: red;
}

span.star {
    color: red;
}

.formError {
    z-index: 10 !important;
}

.invalid, .error {
    color: red;
}

#restricted_info {
    background-color: #83CC00;
    min-height: 40px;
    margin: 0;
    padding: 5px;
    font-weight: bold;
}

.text-error {
    color: #B94A48;
    font-size: 14px;
    font-weight: bold;
}

.inline-display {
    display: inline;
}

.explain-text {
    margin-left: 10px;
}

#ajax-loading-animation {
    vertical-align: bottom;
}

form.form-horizontal .control-label, form.form-horizontal .control-label label {
    text-align: left;
    font-weight: bold;
}

/**Form CSSS**/

form.form-horizontal ul, form.form-horizontal ul {
    list-style: inherit;
}

form.form-horizontal ul li label, form.form-horizontal ul li label {
    display: inline;
}

.table td.right, th.right {
    text-align: right;
}

.table td.left, th.right {
    text-align: left;
}

#password1, #password2 {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}

/**Pricing table*/
#osm-plans-list-columns .osm-pricing-table {
    padding: 0;
    margin: 0 0 25px 0;
    width: auto;
}

.osm-pricing-table .osm-plan {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    text-align: center;
    background-color: #f3f3f3;
    -moz-box-shadow: 0 0 6px 2px #b0b2ab;
    -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
    box-shadow: 0 0 6px 2px #b0b2ab;
    position: relative;
}

.osm-pricing-table .osm-plan:hover {
    -moz-box-shadow: 0 0 12px 3px #b0b2ab;
    -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
    box-shadow: 0 0 12px 3px #b0b2ab;
}

.osm-pricing-table .osm-plan .osm-plan-short-description {
    padding: 10px;
}

.osm-pricing-table .osm-plan-recommended {
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    overflow: hidden;
}

.osm-pricing-table .osm-plan .osm-plan-header {
    padding: 10px 50px;
    color: #fff;
    display: block;
    background-color: #363948;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.osm-pricing-table .osm-plan .osm-plan-header h2 {
    color: #fff;
    font-size: 22px;
    line-height: normal;
    margin: 0 !important;
    text-transform: uppercase;
}

.osm-pricing-table .osm-plan .osm-plan-header span.osm-plan-price {
    font-size: 20px;
}

.osm-plan-price {
    background: #27ae60;
    color: #fff;
    padding: 20px 0 10px;
}

.osm-plan-recommended .osm-plan-price {
    background: #eb5e4c;
}

.osm-plan-price .price {
    color: #fff;
    display: inline-block;
    margin-bottom: 0.625rem;
    position: relative;
}

.osm-plan-price .price span {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
}

.osm-plan-price .price sup {
    font-size: 1.5rem;
    left: -12px;
    position: absolute;
    top: 12px;
}

.osm-pricing-table .osm-plan ul {
    list-style: none;
    margin: -10px;
    padding: 0;
}

.osm-pricing-table .osm-plan ul.osm-signup-container {
    padding: 10px;
    margin: 0;
}

.osm-pricing-table .osm-plan ul li.plan-feature {
    padding: 15px 10px;
    border-top: 1px solid #c5c8c0;
}

.osm-pricing-table .osm-plan ul li:nth-child(2n+1).plan-feature {
    background: #fff;
}

.osm-pricing-table .btn-singup {
    padding: 8px 25px;
    font-size: 18px;
}

.osm-pricing-table .osm-plan-recommended .plan-recommended {
    background: #27ae60;
    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
    color: white;
    display: block;
    font-size: 12px;
    font-weight: bold;
    left: -35px;
    line-height: 22px;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.05);
    top: 18px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    width: 130px;
}

.osm-container .form-group .radio, .osm-container .form-group .checkbox {
    min-height: 1px !important;
    margin-left: 20px;
}

.osm-container .form-group input.radio, .osm-container .form-group input.checkbox, .osm-container .form-group select {
    display: inline-block !important;
}

#coupon_code {
    display: inline;
}

#coupon_validate_msg {
    display: block;
}

#voucherpayment .fa-check {
    color: #5cb85c;
}

.osm-container .form-group select,
.osm-container .form-group textarea,
.osm-container .form-group input[type="text"],
.osm-container .form-group input[type="password"],
.osm-container .form-group input[type="datetime"],
.osm-container .form-group input[type="datetime-local"],
.osm-container .form-group input[type="date"],
.osm-container .form-group input[type="month"],
.osm-container .form-group input[type="time"],
.osm-container .form-group input[type="week"],
.osm-container .form-group input[type="number"],
.osm-container .form-group input[type="email"],
.osm-container .form-group input[type="url"],
.osm-container .form-group input[type="search"],
.osm-container .form-group input[type="tel"],
.osm-container .form-group input[type="color"] {
    width: 210px !important;
}

.osm-container .form-group input[type="text"].input-mini,
.osm-container .form-group select.input-mini,
.osm-container .form-group textarea.input-mini {
    width: 60px !important;
}

.osm-container .form-group input[type="text"].input-small,
.osm-container .form-group select.input-small,
.osm-container .form-group textarea.input-small {
    width: 90px !important;
}

.osm-container .form-group input[type="text"].input-medium,
.osm-container .form-group select.input-medium,
.osm-container .form-group textarea.input-medium {
    width: 150px !important;
}

.osm-container .form-group input[type="text"].input-large,
.osm-container .form-group select.input-large,
.osm-container .form-group textarea.input-large {
    width: 210px !important;
}

.osm-container .form-group input[type="text"].input-xlarge,
.osm-container .form-group select.input-xlarge,
.osm-container .form-group textarea.input-xlarge {
    width: 270px !important;
}

.osm-container .form-group input[type="text"].input-xxlarge,
.osm-container .form-group select.input-xxlarge,
.osm-container .form-group textarea.input-xxlarge {
    width: 530px !important;
}

div#osm-plans-list-columns div.row.osm-pricing-table .osm-plan {
    margin: 0 -15px;
}

.osm-active-plans-list {
}

.osm-active-plans-list li {
    margin-top: 5px;
}

/*--------Menbers style-------------*/
.osm-user-profile-wrapper {
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
       -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
}

.osm-user-profile-wrapper .profile-name {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.osm-user-profile-wrapper .table {
    margin-left: 5px;
}

.osm-user-profile-wrapper .table th, .osm-user-profile-wrapper .table td {
    border: none;
    background: none;
    padding: 4px 0;
    text-transform: capitalize;
}

.osm-user-profile-wrapper td.osm-profile-field-title {
    font-weight: bold;
}

#osm-profile-list .osm-user-profile-wrapper img {
    float: inherit !important;
}

.btn-toolbar .btn-wrapper {
    display: inline-block;
    margin: 0 0 5px 5px;
}

.payment-methods-icons li {
    margin-bottom: 12px;
}

.osm-btn-update-card {
    margin-top: 5px;
}

div.avatar-container {
    text-align: center;
}

table.osm-profile-data td.osm-profile-field-title {
    font-weight: bold;
}

table.osm-profile-data tr:first-child td {
    border-top: none;
}

.osm-pricing-table-circle .osm-plan * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.osm-pricing-table-circle .osm-plan {
    background-color: #fff;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.5);
       -moz-box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.5);
            box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.5);
    color: #222;
    margin: 0 auto 20px;
    max-width: 360px;
    min-height: 425px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-box: box-sizing;
}

.osm-pricing-table-circle .osm-plan-header {
    background-color: #00b69c;
    color: #fff;
    height: 165px;
    margin: 0 0 105px;
    padding: 30px 30px 0;
    position: relative;
    line-height: 1.42857143;
}

.osm-pricing-table-circle .osm-plan-header > h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.osm-pricing-table-circle .osm-plan-price {
    background-color: #00b69c;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    bottom: 0;
    color: #222;
    height: 150px;
    left: 50%;
    margin-bottom: -75px;
    margin-left: -75px;
    padding: 30px 0;
    position: absolute;
    width: 150px;
}

.osm-pricing-table-circle .osm-plan-price p {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.osm-pricing-table-circle .osm-plan-price sub {
    bottom: 10px;
    position: relative;
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 1.4;
}

.osm-pricing-table-circle .osm-plan-short-description {
    margin: 30px 30px 0;
}

.osm-pricing-table-circle .osm-plan-short-description li {
    border-top: 1px dotted #ddd;
    padding: 15px;
}

.osm-pricing-table-circle .osm-plan-short-description li:last-child {
    border-bottom: 1px dotted #ddd;
}

.osm-pricing-table-circle .btn-signup {
    background-color: #00b69c;
    color: #fff;
    margin: 10px 0;
    font-size: 16px;
    overflow: hidden;
    padding: 12px 22px;
    text-decoration: none;
    -webkit-box-shadow: 0 0 1px transparent;
    -moz-box-shadow: 0 0 1px transparent;
         box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    -moz-transform: perspective(1px) translateZ(0px);
    -webkit-transform: perspective(1px) translateZ(0px);
    -o-transform: perspective(1px) translateZ(0px);
    -ms-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
         transition-duration: 0.3s;
    -webkit-transition-property: color;
    -o-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    vertical-align: middle;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.osm-pricing-table .btn-signup:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
     -ms-transform-origin: 50%;
      -o-transform-origin: 50%;
         transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
         transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
         transition-timing-function: ease-out;
    z-index: -1;
}

.osm-pricing-table-circle .btn-signup:hover, .osm-pricing-table-circle .btn-signup:active {
    color: #fff;
    border-color: #000;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.osm-pricing-table-circle .btn-signup:hover:before, .osm-pricing-table-circle .btn-signup:focus:before, .osm-pricing-table-circle .btn-signup:active:before {
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* osm-flat */
.osm-pricing-table-flat, .osm-pricing-table-flat * {
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.osm-pricing-table-flat .osm-plan {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    overflow: hidden;
    text-align: center;
    margin: 0 0 50px;
    border: none;
    padding: 40px 20px;
}

.osm-pricing-table-flat h2.osm-plan-title {
    font-size: 25px;
    border-bottom: 2px solid;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.osm-pricing-table-flat .osm-plan-price {
    text-align: left;
}

.osm-pricing-table-flat .osm-plan-price p {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.osm-pricing-table-flat .osm-plan-price sup {
    font-size: 60%;
    top: -0.75em;
}

.osm-pricing-table-flat .osm-plan-price p sub {
    font-size: 14px;
    bottom: 0;
}

.osm-pricing-table-flat .osm-plan-short-description li {
    padding: 10px;
    border-bottom: 1px dotted #ddd;
    color: #fff;
    text-align: left;
}

.osm-pricing-table-flat .btn-signup, .osm-pricing-table-circle .btn-signup {
    background-color: #fff;
    color: #000;
    margin: 10px 0;
    font-size: 16px;
    overflow: hidden;
    padding: 12px 22px;
    text-decoration: none;
    -webkit-box-shadow: 0 0 1px transparent;
    -moz-box-shadow: 0 0 1px transparent;
         box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    -moz-transform: perspective(1px) translateZ(0px);
    -webkit-transform: perspective(1px) translateZ(0px);
    -o-transform: perspective(1px) translateZ(0px);
    -ms-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
         transition-duration: 0.3s;
    -webkit-transition-property: color;
    -o-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    vertical-align: middle;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.osm-pricing-table-circle .btn-signup {
    color: #fff;
}

.osm-pricing-table-flat .osm-signup-container .btn-signup:before, .osm-pricing-table-circle .osm-signup-container .btn-signup:before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
     -ms-transform-origin: 50%;
      -o-transform-origin: 50%;
         transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
         transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
         transition-timing-function: ease-out;
    z-index: -1;
}

.osm-plan .osm-signup-container .btn-signup:hover, .osm-plan .osm-signup-container .btn-signup:active {
    color: #fff;
    border-color: #000;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.osm-plan .osm-signup-container .btn-signup:hover:before, .osm-plan .osm-signup-container .btn-signup:focus:before, .osm-plan .osm-signup-container .btn-signup:active:before {
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.osm-pricing-table-flat .osm-plan .osm-plan-price {
    background: none;
}

.osm-pricing-table-flat .osm-plan .osm-plan-price sup {
    left: 0;
    position: relative;
}

.osm-pricing-table-circle .osm-plan ul, .osm-pricing-table-flat .osm-plan ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.osm-pricing-table-circle .osm-plan .osm-signup-container, .osm-pricing-table-flat .osm-plan .osm-signup-container {
    margin: 20px 0 0;
}

a.download-member-card-link
{
    padding-left: 10px;
}

.osm-privacy-policy-message
{
    margin-top: 5px;
}

.osm-privacy-policy input[type="checkbox"], .osm-terms-and-conditins-container input[type="checkbox"]
{
    margin-top: 0;
}

#osm-delete-avatar-container
{
    margin-left: 100px;
}

#osm-delete-avatar-container label
{
    font-weight: bold;
}

#osm-subscription-information {
    display: none;
}
.osm-heading {
    text-align: left;
}
#btn-submit {
    white-space: normal;
    display: inline-block;
    color: #ffffff;
    background-color: #0092c2;
    border-color: #009acd;
}

#btn-submit:hover, #btn-submit:focus {
    background-color: #0087b3;
    border-color: #006c8f;
}

#paymentMethodUnavailable {
    display: none;
}

.osm-payment-method-item .method-title {
    padding: 0 15px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    font-size: 18px;
}

.osm-payment-method-item .method-title span i {
    margin-right: 10px;
}

.osm-payment-method-item .method-title span img {
    max-width: 100%;
}

.osm-payment-method-item:hover label, .osm-payment-method-item:focus label {
    background: #cccccc;
    border: 1px solid #5cb85c;
}

.osm-payment-method-item:hover .method-title, .osm-payment-method-item:focus .method-title {
    color: #5cb85c;
}

.osm-payment-method-item input[type="radio"] {
    visibility: hidden;
    width: 100%;
    margin: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
}

.osm-payment-method-item label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    width: 100%;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    min-height: 200px;
    margin-bottom: 20px;
    cursor: pointer;
}

.osm-payment-method-item label.disabled,
.osm-payment-method-item label.disabled:hover,
.osm-payment-method-item label.disabled:focus {
    color:#b94a48;
    border: 1px solid #b94a48;
    cursor: not-allowed;
}

.osm-payment-method-item label.disabled .method-title {
    color:#b94a48;
}

label {
    width: 100%;
}


.osm-payment-method-item span {
    padding: 0 6px;
}

.osm-payment-method-item {
    text-align: center;
}

.board{
    background: #fff;
}
.board .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: -10px auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 1px solid transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff;
    border: 2px solid rgb(34, 194, 34);
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff;
    border: 2px solid #febe29;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff;
    border: 2px solid #3e5e9a;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff;
    border: 2px solid #ddd;
    color: #999;
}

.disabled > span.round-tabs {
    border: 2px solid #ddd;
    color: #ddd;
    cursor: not-allowed;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    -webkit-transition:0.1s ease-in-out;
    -o-transition:0.1s ease-in-out;
    -moz-transition:0.1s ease-in-out;
    transition:0.1s ease-in-out;

}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;

}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 0px auto 20px auto;
   -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
           border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-pane{
   position: relative;
   margin: 15px 0px;
}
.tab-content .head{
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    color: #ffffff;
    white-space: normal;
}

.btn.green:focus, .btn.green:active:focus, .btn.green.active:focus, .btn.green.focus, .btn.green:active.focus, .btn.green.active.focus {
    outline: none;
}

#btn-submit-container span {
    display: inline-block;
    cursor: not-allowed;
}

input#btn-submit[disabled] {
    pointer-events: none !important;
}

#flightPOSLoading img {
    max-width: 100%;
}

#osm-payment-information .tooltip {
    z-index: 10;
}

.securePaymentBtnPadlock:before {
    content: "\f30d";
    font-family: "Font Awesome 5 Pro";
    color: #FFFFFF;
    margin-right: 10px;
}

@media( max-width : 585px ){

    span.round-tabs {
        font-size:16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head {
        font-size:20px;
    }
    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height:50px;
    }

    .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding:12px 20px;
    }
}

@media (max-width: 991px ) {
    .osm-payment-method-item label {
        min-height: 120px;
        line-height: 120px;
    }
    .osm-payment-method-item span {
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    #osm-signup-page-columns-form {
        position: relative;
    }
    #osm-subscription-information {
        width: 100%;
    }
    #osm-payment-information {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
    }
}