html, body {
    color: #414042;
    height: 100%;
}

.container {
    min-height: 70% !important;
}

.navbar .container {
    min-height: 0 !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

a {
    cursor: pointer;
}

label {
    font-weight: normal;
}

ul {
    padding-left: 15px;
}

legend {
    font-size: 20px;
}

select {
    border-color: #e6eaee;
}

.no-underline:hover {
    text-decoration: none;
    opacity: 0.6;
}

.response-success {
    color: green;
    font-size: 14px;
}

.paging-align {
    text-align: right;
}

.nice-box {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
}

.nice-table {
    border: 1px solid #e6eaee;
    border-collapse: collapse;
    width: 100%;
}

    .nice-table th {
        border: 1px solid #e6eaee;
        background-color: #192433;
        color: white;
        padding: 3px 10px;
        font-weight: normal;
    }

    .nice-table td {
        border: 1px solid #e6eaee;
        padding: 3px 10px;
        position: relative;
    }

    .nice-table tr:hover {
        background-color: #e6eaee;
        cursor: pointer;
    }

.no-records {
    text-align: center;
    color: green;
}

.grid-summary {
    text-align: right;
}

.image-count {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0395fa;
    color: white;
    width: 20px;
    height: 20px;
}

.relative {
    position: relative;
}

.nowrap {
    white-space: nowrap;
}

.download-image {
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 40px;
}

.small-download-image {
    font-size: 20px;
    position: relative;    
    left: 5px;
}

/* Padding */
.p-0 {
    padding: 0;
}

.p-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-l-0 {
    padding-left: 0;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-r-0 {
    padding-right: 0;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-8 {
    padding-top: 8px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-bt-20 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-bt-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-bt-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-lr-0 {
    padding-left: 0;
    padding-right: 0;
}

/* Margin */

.m-0 {
    margin: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-7 {
    margin-top: 7px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-12 {
    margin-top: 12px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-10-p {
    margin-top: 10%;
}

.m-t-30-p {
    margin-top: 30%;
}

.m-bt-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.m-bt-15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.m-bt-20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.m-bt-40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.m-r-20 {
    margin-right: 20px;
}

.top-2 {
    position: relative;
    top: 2px;
}

/*Font Size*/

.s-16 {
    font-size: 16px;
}

.s-18 {
    font-size: 18px;
}

.s-22 {
    font-size: 22px;
}

.s-60 {
    font-size: 60px;
}

/*Align*/
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.w-90p {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.w-140 {
    width: 140px;
}

.m-w-160 {
    max-width: 160px;
}

.h-35 {
    height: 35px;
}

.h-38 {
    height: 38px;
}

.h-100 {
    height: 100px;
}

.h-165 {
    height: 165px;
}

.h-320 {
    height: 320px;
}

/*Top nav Bar*/
.navbar-header {
    width: 100%;
}

.navbar-inverse {
    background-color: white;
    border: none;
    padding-top: 40px;
    position: relative;
}

    .navbar-inverse .navbar-toggle {
        border: none;
        font-size: 20px;
        float: left;
        padding: 2px 10px 0 10px;
        margin: 0;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: transparent;
        }

.mb-nav {
    display: none;
    width: 100%;
    height: 800px;
    position: absolute;
    z-index: 9;
    color: #fff;
    top: -50px;
    left: 0;
    background-color: rgba(32,40,46,1);
}

    .mb-nav li {
        list-style: none;
        padding: 15px 20px;
        border-bottom: 1px solid #fff;
        text-align: left;
    }

        .mb-nav li:first-child {
            text-align: right;
        }

        .mb-nav li a {
            color: white;
            text-align: left;
        }

        .mb-nav li .btn-link {
            color: white;
            text-align: left;
            padding: 0;
            font-size: 14px;
        }

.close-nav {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}

.brand-gradient {
    background: linear-gradient(to right, #00AAA7, #CCD32B);
    height: 20px;
}

.brand-gradient-footer {
    background: linear-gradient(to right, #00AAA7, #CCD32B);
}

.search-bg {
    background-image: url('/images/search-bg.png');
    background-position: 50% 50%;
    background-size: cover;
    height: 120px;
    color: white;
    font-size: 26px;
    padding-top: 40px;
    text-align: center;
}

.big-title {
    color: #414042;
    font-size: 30px;
}

.hr {
    background-color: #414042;
    height: 5px;
}

.hr-gradient {
    background: linear-gradient(to right, #00AAA7, #CCD32B);
    height: 5px;
}

.offer-arrow {
    text-align: center;
    margin-top: 20px;
}

.arrow {
    height: 150px;
}

.arrow-down {
    height: 20px;
}

.big-title-bold {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.big-title-light {
    font-size: 18px;
    text-align: center;
}

.include {
    background-color: #414042;
    color: white;
    padding: 20px 40px;
}

    .include li {
        font-size: 16px;
    }

.first-cell {
    border: 1px solid #ced0d1;
    border-bottom: none;
    padding: 5px;
    text-align: center;
}

.second-cell {
    border: 1px solid #ced0d1;
    border-left: none;
    border-bottom: none;
    padding: 5px;
    text-align: center;
}

.bb {
    border-bottom: 1px solid #ced0d1;
}

.btn-blue {
    border-radius: 50px;
    background-color: #0395fa;
    color: white;
    text-align: center;
    padding: 15px 30px;
    font-size: 18px;
}

    .btn-blue:hover {
        text-decoration: none;
        color: white;
        opacity: 0.8;
    }

.cm-img-container {
    height: 320px;
}

.cm-img {
    width: 100%;
    max-height: 300px;
}

.float-label label {
    top: 8px;
    color: #014c78;
}

.repsonsive-img {
    width: 100%;
    height: auto;
}

.item-image-review {
    max-width: 100%;
    height: auto;
}

.typeahead-float-right .tt-menu {
    left: inherit !important;
    right: 0;
    text-align: left;
}

.tt-suggestion {
    padding: 3px 0;
    font-size: 14px;
    line-height: 14px;
}

.tt-menu {
    width: 100%;
}

.tt-hint {
    display: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    padding: 3px 10px;
}

.mb-hide {
    display: inline-block;
}

.mb-show {
    display: none;
}

.response-container {
    border: 1px solid #dfe2e5;
    padding: 10px 20px;
    text-align: center;
    color: green;
}

.f-label {    
    padding-top: 12px;
}

.light-blue-btn {
    background-color: #00aaa7;
    width: 100%;
    display: block;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 30px;
    line-height: 0;
}

    .light-blue-btn:hover, .light-blue-btn:focus {
        color: white;
        opacity: 0.8;
    }

.signup-content {
    background-color: #f5f5f5;
    height: 750px;
    padding: 40px;
}

.footer {
    background-color: #f5f5f5;
    padding: 40px;
    font-size: 14px;
    margin-top: 100px;
    line-height: 1.5;
    position: inherit !important;
}

    .footer a {
        color: #171717;
        text-decoration: underline;
    }

    .footer ul {
        padding-left: 0;
    }

        .footer ul li {
            text-align: left;
            list-style: none;
            color: #171717;            
        }

            .footer ul li a {
                color: #171717;
            }

.img-logo {
    height: 45px;
}

    .img-logo:hover, .img-logo:focus {
        text-decoration: none;
    }

.slogan {
    position: relative;
    top: 7px;
    font-size: 18px;
}

.login-container {
    margin-top: 80px;
}

.border-bottom {
    border-bottom: 1px solid #e6eaee;
}

.signup-btn {    
    width: 315px;
}

.red {
    color: red;
}

.green {
    color: green;
}

#dropZoneContainer {
    border: none;
    padding: 0;
    display: inline;
}

.g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0;
    margin: 0px auto !important;
    width: auto !important;
    height: auto !important;
    text-align: -webkit-center;
}

.btn-upload-sample {
    position: relative;
    top:20px;
}

.alert-danger { 
    padding: 10px;
}

.bootstrap-dialog .bootstrap-dialog-message {
    font-size: 14px;
    line-height: 20px;
}

.bold {
    font-weight: bold;
}

.paypal-btn {
    position: relative;
    top: -10px;
}

#multiImageUploaderContainer #dropZoneContainer {
    border: 1px dashed black;
    padding: 20px;
    background-color: lightgray;
    display: block;
    border-radius: 5px;
    overflow-y: auto;
    min-height: 200px;
    max-height: 600px;
}

.form-control-inline {
    display: inline-block;    
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-inline[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.blue{
    color: #0395fa;
}

/*Other Screens*/

@media (min-width: 1300px) {
    .container {
        width: 1280px;
    }
}

@media (max-width: 1200px) {
    .slogan {
        display: block;
        top: -6px;
        left: 10px;
    }

    .navbar-inverse {        
        padding-top: 20px;
    }

    .navbar-header img {
        height: 50px;
    }

    .sm-w-60 {
        width: 60px;
    }
}

@media (max-width: 998px) {
    .navbar-inverse {        
        padding-top: 20px;
    }

    .navbar-header img {
        height: 50px;
    }

    .cm-img-container {
        height: 220px;
    }

    .sm-m-t-10 {
        margin-top: 10px;
    }

    .sm-w-60 {
        width: 60px;
    }
}

@media (max-width: 768px) {

    .slogan {
        display: inline;
    }

    .img-logo {
        height: 35px;
    }

    .slogan {
        top: 5px;
        font-size: 14px;
    }

    .sm-align-right {
        text-align: right;
    }

    .navbar-inverse {        
        padding-top: 20px;
    }

    .navbar-header img {
        height: 50px;
    }

    .navbar-header h2 {
        font-size: 24px;
    }

    .navbar-header .m-t-30 {
        margin-top: 0;
    }

    .navbar {
        margin-bottom: 0;
    }

    .content .p-l-20 {
        padding-left: 10px;
    }

    .search-bg {
        margin-left: -15px;
        margin-right: -15px;
    }

    .how-to img {    
        height: 100px;
    }

    .how-to .arrow-down {
        height: 20px;        
    }

    .sm-m-t-10 {
        margin-top: 10px;
    }

    .sm-m-t-20 {
        margin-top: 20px;
    }

    .sm-h-200 {
        height: 200px;
    }

    .offer-arrow {
        margin-top: 40px;
    }

    .include {
        padding: 20px;
    }

    .signup-content {
        height: 745px;
    }
}

@media (max-width: 767px) {
    .sm-m-t-10 {
        margin-top: 10px;
    }
}

@media (max-width: 414px) {
    .login-container {
        margin-top: 40px;
    }

    .img-logo {
        height: 25px;
    }

    .slogan {
        top: 4px;
    }

    .signup-content {
        height: inherit;
    }

    .navbar-inverse {        
        padding-top: 15px;
    }

    .navbar-header img {
        height: 40px;
    }

    .navbar-header h2 {
        font-size: 18px;
    }

    .navbar-header .m-t-30 {
        margin-top: 0;
    }

    .navbar {
        margin-bottom: 0;
    }

    .content .p-l-20 {
        padding-left: 10px;
    }

    .search-bg {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 20px;
    }

    .mb-p-0 {
        padding: 0;
    }

    .mb-p-t-0 {
        padding-top: 0;
    }

    .mb-p-l-0 {
        padding-left: 0;
    }

    .mb-p-r-0 {
        padding-right: 0;
    }

    .mb-p-lr-10 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .mb-m-t-01 {
        margin-top: -10px;
    }

    .mb-m-t-0 {
        margin-top: 0;
    }

    .mb-m-t-10 {
        margin-top: 10px;
    }

    .mb-m-t-20 {
        margin-top: 20px;
    }

    .mb-m-t-30 {
        margin-top: 30px;
    }

    .mb-m-t-40 {
        margin-top: 40px;
    }

    .mb-m-bt-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mb-m-b-0 {
        margin-bottom: 0;
    }

    .mb-align-center {
        text-align: center;
    }

    .mb-align-right {
        text-align: right;
    }

    .mb-w-80 {
        width: 80px;
    }

    .mb-hide {
        display: none;
    }

    .mb-show {
        display: inline-block;
    }


    .mb-align-left {
        text-align: left;
    }

    .offer-arrow {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .offer .big-title-bold, .offer .big-title-light {
        font-size: 12px;
    }

    .offer .m-bt-20 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .offer .arrow {
        height: 100px;
        margin-top: 15px;
    }

    .include {
        padding: 10px;
        margin-right: -15px;
        margin-left: -15px;
    }

        .include li {
            font-size: 14px;
        }

    .cost .s-16 {
        font-size: 12px;
    }

    .cm-img-container {
        height: inherit;
    }

    .g-recaptcha {
        transform: scale(0.6);     
    }

    .mb-w-72 {
        width: 72px;
    }
}


/* Custom Checkbox and Radio */
.c-checkbox > label {
    cursor: pointer;
}

.c-checkbox label:after,
.c-radio label:after {
    content: '';
    display: table;
    clear: both;
}

.c-checkbox .cr,
.c-radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.c-radio .cr {
    border-radius: 50%;
}

    .c-checkbox .cr .cr-icon,
    .c-radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .c-radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.c-checkbox label input[type="checkbox"],
.c-radio label input[type="radio"] {
    display: none;
}

    .c-checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .c-radio label input[type="radio"] + .cr > .cr-icon {
        /*transform: scale(3) rotateZ(-20deg);*/
        opacity: 0;
        /*transition: all .3s ease-in;*/
    }

    .c-checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .c-radio label input[type="radio"]:checked + .cr > .cr-icon {
        /*transform: scale(1) rotateZ(0deg);*/
        opacity: 1;
    }

    .c-checkbox label input[type="checkbox"]:disabled + .cr,
    .c-radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }