body {
    background: #354052;
    padding-top: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 50px;
}

body.login {
    padding-top: 100px;
}

.text-red {
    color:red;
}

.text-blue{
    color:#0054a6;
}

h1, h2, h3, h4, p, table, a {
    color: #354052;
}

h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    margin-left: -15px;
}

h3 {
    font-size: 20px;
}

iframe {
    margin-top: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: rgba(255, 255, 255, 0.6);
}

.text-sm{
    font-size: 80%;
}

.text-bold{
    font-weight: bold;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.centered {
    text-align: center;
}

.text-red {
    color:red;
}

.text-black {
    color:black;
}

.text-red {
    color:red;
}

.w-25{
    width: 25%;
}

.w-50{
    width: 50%;
}

.w-75{
    width: 75%;
}

.w-100{
    width: 100%;
}

.p-0{
    padding: 0;
}

.p-1{
    padding: 10px;
}

.p-2{
    padding: 20px;
}

.p-3{
    padding: 30px;
}

.pt-0{
    padding-top: 0;
}

.pt-1{
    padding-top: 10px;
}

.pt-2{
    padding-top: 20px;
}

.pt-3{
    padding-top: 30px;
}

.pl-0{
    padding-left: 0;
}

.pl-1{
    padding-left: 10px;
}

.pr-0{
    padding-right: 0;
}

.pr-1{
    padding-right: 10px;
}

.m-0{
    margin: 0;
}

.mb-0{
    margin-bottom: 0;
}

.mb-1{
    margin-bottom: 10px;
}

.mb-2{
    margin-bottom: 20px;
}

.mb-3{
    margin-bottom: 30px;
}

textarea {
    resize: vertical;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f26522;
    padding: 15px 0;
    /*box-shadow: inset 0 20px 20px -20px #000000;*/
    /*-webkit-box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.1);*/
    /*-moz-box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.1);*/
}

footer p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.content {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
}

.content {
    padding: 30px;
}

.edit-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 50%;
    color: #000;
    text-align: center;
    text-decoration: none;
    background: #9acd91;
    font-size: 14px;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    padding: 0;
    margin: 0 2px;
}

.edit-btn:hover {
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.edit-btn.btn-inline {
    position: relative;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    padding: 20px 30px;
}

.modal-content button.close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 25px;
    color: #ff0000;
    opacity: 0.5;
}

input.red, select.red, textarea.red {
    border-color: #ff0000;
}

.submit-form, input[type='submit'] {
    width: 100%;
    text-align: center;
    background: #9acd91;
    color: #fff;
    transition: background ease-out 500ms;
    border: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}

.submit-form:hover, input[type='submit']:hover {
    background: #67cd5d;
    color: #fff;
}

.table-responsive table td, .table-responsive table th {
    padding: 3px 10px;
}

.table-responsive table thead th {
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

.table-responsive table thead th:first-child {
    border: none;
}

.table-responsive table tbody td {
    color: #354052;
    font-size: 14px;
    font-weight: normal;
}

.table-responsive table tbody td:first-child {
    border-left: none;
}

.table-responsive table tbody tr:last-child td {
    border-bottom: none;
}

.remove-price-group{
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 14px;
}

@media screen and (max-width: 1200px) {
    body {
        padding-top: 100px;
    }

}

@media screen and (max-width: 997px) {
    footer p {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {

    .table-responsive {
        border: solid 1px rgba(53, 64, 82, 0.51);
        border-radius: 5px;
    }

    .modal-dialog {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        border: none;
    }

    .modal-content {
        height: 100%;
        border-radius: 0;
        border: none;
        padding: 0;
    }

    h2 {
        margin-left: 0;
    }

    footer p {
        font-size: 14px;
    }

    footer .footer-col {
        padding: 0;
    }

    footer .footer-col-first {
        padding: 0 0 10px 0;
    }

    footer {
        padding: 8px 0;
    }
}

@media screen and (max-width: 330px) {
    .fa.footer-i {
        display: none;
    }
}