﻿.container-fluid {
    background: #f1f1f1;
    padding: 0 30px !important;
}

.container {
    /*width: 990px !important;*/
}

#naviDiv {
    margin-top: 20px;
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #b3c12c !important;
    border-color: #b3c12c !important;
}

.btn:focus {
    outline: 0 !important;
}

.modal-dialog {
    width: 20% !important;
    min-width: 260px;
    margin: 30px auto;
}

#largeModal.modal-dialog {
    width: 35% !important;
}

.progress {
    height: 29px;
}

.btn-success {
    padding: 8px 17px 6px;
    font-family: proximanova-bold-webfont;
    font-size: 18px;
    border-radius: 3px;
    border-color: #b3c12c;
}

    .bg-success, .btn-success, .btn-success:hover, .btn-success:focus {
        background-color: #d73f09;
        border: 0;
    }

.error-wrapper .error {
    width: 100%;
    font-weight:bold !important;
}

.progress-bar, .ui-widget {
    font-size: 12px !important;
    font-weight: normal;
}

.process-block {
    margin-bottom: 50px;
    height: 70px;
}

.powered-by-container1 {
    margin-top: 20px;
}

.input-group .form-control:first-child {
    border-radius: 5px !important;
}

ul.select2-results__options {
    max-height: 280px !important;
}

@-moz-document url-prefix() {
    .footer-wrapper{
        margin-top: -56px !important;
    }

    #tmm-form-wizard .stage-header {
        padding-top: 0 !important;
    }

    #tmm-form-wizard .stage-title {
        margin: -2px auto 0 !important;
    }
}

@media only screen and (max-width:480px) {
    .tooltip-caption {
        /*margin-top: 20px !important;*/
    }

    .btn-success, .btn-success:hover, .btn-success:focus {
        width: 100%;
        margin-bottom: 10px;
    }

    .text-right {
        /*margin-top: 10px;*/
        text-align: left;
    }

    .col-sm-10.title {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width:997px) {
    #container.details {
        padding-top: 145px;
    }

    #steps li a {
        text-align: left;
    }

    .stage-title {
        width: 100% !Important;
    }

    #tmm-form-wizard .stage {
        width: 100% !Important;
    }
}

@media only screen and (max-width:768px) {
    #container.details {
        padding-top: 135px;
    }

    .big-error h4 {
        font-size: 18px !important;
        font-family: 'Open Sans';
    }

    #ErrorDiv div {
        margin: 0 0 0 54px;
    }

    #ErrorDiv h4 {
        margin: 0 0 0 35px;
        padding: 0 5px 0 25px;
    }
}

@media only screen and (max-width:480px) {
    #container.details {
        padding-top: 120px;
    }

    .heapBox .holder {
        width: 90% !important;
    }
}

@media only screen and (max-width:479px) {
    .powered-by-container1 {
        margin-top: 45px;
    }

    .process-block {
        height: auto !important;
        /*margin-bottom: 10px;*/
    }
}

@media only screen and (max-width:360px) {
    .nav.bootstrap-fix {
        width: 226px;
    }

    .nav li, .nav a, .nav span {
        width: 110px;
    }
}
