﻿@font-face {
    font-family: 'ProximaNova';
    src: url('/assets/fonts/ProximaNova-regular.otf');
}

@media (min-width: 768px) {
    #main-wrapper, .mme #main-wrapper {
        padding-left: inherit;
    }
}
@media (min-width: 480px) {
    #main-wrapper {
        padding-left: inherit;
    }
}
#main-wrapper {
    padding-top: 1px;
}
.buttons-container
{
    min-height:40px;
}

.highlight {
    background-color: #c91100;
    padding: 5px;
    color: white;
    opacity: 0.8;
    margin-bottom:10px;
}
    .highlight a {
        color: white;
        font-weight: bold;
    }

.support {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    width: 160px;
    padding: 8px;
    font-size: 9px;
    opacity: 0.7;
}
    .support .h4 {
        font-size: 22px;
        margin: 0px;
        margin-bottom: 10px;
    }
    .support > div {
        padding-bottom: 6px;
    }
    .support a {
        color: white;
    }
/* Bootstrap Fix */
.dashguage,
.dashguageSpace {
    border:0px;
    margin:0px;
    box-sizing:border-box;
    width: 4%;
    display: inline-block;
    position: relative;
}
.dashguage {
    background-color: white;
    padding: 15px;
    height: 110px;
    width: 30%;
}
    .dashguage p {
        color: #58636f;
        font-weight:bold;
    }
    .dashguage .count {
        color: #318bf2;
        font-size:16px;
        font-weight:bold;
    }
    .dashguage .date {
        position: absolute;
        font-weight:bold;
        left: 15px;
        bottom:15px;
    }
    .dashguage .time {
        position: absolute;
        font-weight:bold;
        right: 10px;
        bottom: 10px;
    }
        .dashguage .time p,
        .dashguage .date p {
            color: #30c476;
            font-weight:bold;
            margin:0px;
        }
    .dashguage .time div,
    .dashguage .date div {
        color: black;
        font-weight: bold;
    }

   

/* Bootstrap Fix */
.pl-5, .px-5 {
    padding-left: 3rem!important;
}
.pr-5, .px-5 {
    padding-right: 3rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
    display: -ms-flexbox;
    display: flex;
}
    .card-deck .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
    .card-deck .card.active
    {
        border: 1px solid #318bf2;
    }

.panel {
    border: 0px;
}
    .panel .panel-heading {
        padding: 15px 15px 15px 15px;
        height:auto;
        border-bottom: 0px;
        font-weight: bold;
        color: black;
        background-color: #e5e5e5;
        padding-left: 19px;
    }
        .panel .panel-heading .panel-title {
            font-size: 13px;
            font-weight: bold;
            color: #000000;
            text-align: left;
        }
    .panel .panel-body {
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        flex-direction: column;
        min-width: 0;
        position: relative;
        color: #868686;
        padding: 20px 20px 20px 20px !important;
    }
        .panel .panel-body label {
            font-size: 13px;
        }

.form-control {
    margin: 2px 0;
    height: 40px;
}

.subscritioninfo,
.subscritionwarning {
    width: 100%;
    background-color: #c91100;
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 1000;
    position: fixed;
}
    .subscritioninfo button,
    .subscritionwarning button {
        position: absolute;
        left: 10px;
        color: white;
    }
    .subscritioninfo a,
    .subscritionwarning a {
        color: white;
        font-weight: bold;
    }
.subscritioninfo {
    background-color: #318bf2;
}


.table
{
    font-size:13px;
}
    .table thead {
        background-color: #f7f7f7;
    }
    .table th {
        color: #34313f;
        font-weight: bold;
    }
    .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > th {
        font-weight: bold;
    }
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: white;
}
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #f9f9f9;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    font-size: 13px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th,
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    font-size: 13px;
}
.table th:empty {
    width: 140px;
}
.table td select {
    width: 100%;
     height: 30px;
}
    .table td select[disabled] {
        background-color: #f1f4f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-overflow: '';
        padding-left: 3px;
        padding-right: 3px;
    }

/* Loader */
button.loading
{
    background-color:transparent;
}
.loading .data
{
    display:none;
}
.loader {
    display:none;
    margin: auto;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #1a7ab9;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 1s linear infinite; 
    animation: spin 1s linear infinite;
}
.loading .loader
{
    display:block;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Custom */
btn.focus, .btn:focus, .btn:hover {
    color: white;
}
.well {
    margin-top: 0px;
    min-height: auto;
    padding: 0px;
    margin-bottom: 0px;
    border: 0px;
}
.btn {
    border-radius: 2px;
    min-width: 130px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin-left:0px;
}
    .btn span {
        text-transform: uppercase;
        font-weight: bold;
    }
    .btn.del {
        background-color: #c73e20;
    }
    .btn.save {
        background-color: #199c6c;
    }

    .btn.alignwithgrid {
        margin-right: 10px;
        margin-left: 10px;
    }

.header-button-container {
    position: absolute;
    right: 16px;
    top: 18px;
}
    .header-button-container select {
        height: 32px;
        width: 140px;
    }
/* currentplan */
.currentplan {
    width: 60%;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 4px;
    margin: auto;
}
    .currentplan.warning {
        background-color: #c91100;
        color: white;
    }
    .currentplan hr {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .currentplan ul {
        list-style-type: none;
        padding:0px;
    }

    /********/
.status .btn_container {
    clear: both;
    margin-bottom: 20px;
}
.status .button {
    display: inline-block;
    background: #1a7dbd;
    padding: 5px 15px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 5px;
}
    .status .button:hover {
        background: #12547e;
    }
.status .button:first-child{
    margin-left:0px;
}
.status .link {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    margin: 10px 0 0 0;
    color: #e3503e;
}
.status .link:hover{
    text-decoration: underline;
}
.status a.btn-success {
    padding: 1px 5px;
}

    /*~~~~ Packages ~~~~*/
.bigWraper {
    background-color: #f9f9f9;
}

.title p {
    font-size: 22px;
    font-weight: bold;
    color: #318bf2;
    text-align: center;
    text-transform: uppercase;
}
.blackTitle p {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}
.packages .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: .75rem 1.25rem;
}
.packages .card {
    min-height: 560px;
}
.packages .card-header h4 {
    font-size: 20px;
    font-weight: bold !important;
    color: #000000;
    text-transform: uppercase;
}
.packages .card-body {
    padding: 0;
}
.packages .fa-check {
    color: #318bf2;
}
.packages .fa-times {
    color: red;
}
    .packages .fa-times:before,
    .packages .fa-check:before {
        line-height: 1.9;
    }
.packages .list-unstyled {
    width: 70%;
    margin: auto;
    text-align: left;
    margin-bottom: 115px;
}
    .packages .list-unstyled li {
        padding: 5px 0;
        font-size: 14px;
        position: relative;
    }
        .packages .list-unstyled li p {
            margin: 0;
            padding-left: 20px;
        }
.packages .btn {
    float: none;
}
.packages .fa-times,
.packages .fa-check {
    position:absolute;
    top:8px;
    left:0px;

}
.packages .buttonHolder {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 27px;
}
    .packages .buttonHolder p {
        color: black;
        font-size: 16px;
    }
    .packages .buttonHolder button, #payway #formPayway .btn {
        width: 80%;
        border-radius: 2px;
        background-color: #318bf2;
        font-size: 15px;
    }
    .packages .buttonHolder .pricing-card-title {
        font-size: 30px;
        font-weight: bold;
        color: #318bf2;
        margin:10px;
    }
.packages .pricing-card-title small {
    font-size: 14px;
    color: #b1b1b1;
    padding-bottom: 10px;
}
/*For loading modal popup*/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../img/loading.gif') 50% 50% no-repeat;
}

body.loading .modal {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}

Jquery dialog
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    background: #1a7dbd;
    color: #fff;
}

    button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover {
        background: #12547e;
    }

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
    color: #fff;
    background: #1a7dbd;
}

span#ui-id-2{color:#fff;}

/*Payway Style*/
#payway #formPayway{ max-width: 400px; margin: 0 auto; text-align: center;}
    #payway #formPayway iframe .payway-card {
        border-radius: 0;
        width: 100% !important;
    }
    #payway #formPayway .btn{
        width: 23em;
        margin: 20px 0 0 0;
    }

/*Steps Style*/
.steps .list-title p {
    font-size: 15px;
    font-weight: bold;
}
.steps ol {
    width: 50%;
    margin-left: 0;
    padding-left: 0;
    counter-reset: item;
}
    .steps ol > li {
        margin-left: 0;
        padding-left: 0;
        counter-increment: item;
        list-style: none inside;
        margin-bottom: 10px;
    }
        .steps ol > li:before {
            content: counter(item);
            padding: 2px 15px 21px 7px;
            margin-right: 0.5em;
            background: #318bf2;
            width: 20px;
            height: 20px;
            float: left;
            border-radius: 50%;
            color: white;
        }

/*Steps on homepage style*/
.superheader
{
    width:100%;
}
.superheader h1,
.superheader h4
{
    text-align:center;
}

.panel-group.steps-collapsable {
}
    .panel-group.steps-collapsable a.accordion-toggle,
    .panel-group.steps-collapsable a.accordion-toggle:hover {
        color: #000000;
        text-decoration: none;
        position: relative;
        display: block;
    }

    .panel-group.steps-collapsable a.accordion-toggle.collapsed:after {
        content: "\f067";

    }
        .panel-group.steps-collapsable a.accordion-toggle:after {
            color: #000000;
            content: "\f068";
            display: block;
            font-family: FontAwesome;
            font-size: 15px;
            line-height: 21px;
            position: absolute;
            top: 0px;
            right: 5px;
        }


    .panel-group.steps-collapsable .panel {
        background-color: inherit;
        -webkit-box-shadow: 0 0 0 rgba(0,0,0,.05);
        box-shadow: 0 0 0 rgba(0,0,0,.05);
        border-top: 1px solid #868686 !important;
        border-bottom: 1px solid #868686!important;
        border-left: 0px;
        border-right: 0px;
        border-radius:0px !important;
        margin-top:-1px;
    }

        .panel-group.steps-collapsable .panel .panel-heading {
            padding: 10px 0px 10px 0;
            background-color: inherit;
        }

        .panel-group.steps-collapsable .panel .panel-body {
            background-color: inherit;
            padding-top: 0px !important;
            padding-right: 0px !important;
            padding-left: 0px !important;
            border:0px !important;
        }

        /* Payment Gateway */
.paymentgatesway .billing-info {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 25px;
}
.paymentgatesway .align-left {
    text-align: left;
}
.paymentgatesway .info {
    color: #318bf2;
}
.paymentgatesway hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.note
{
    border: 1px dashed #ddd;
    padding:10px;
    margin-bottom:10px;
}
    .note span {
        color: #318bf2;
        font-weight:bold;
    }