a {
    color: #ff9000;
    text-decoration: none;
    cursor: pointer;
}

a:focus, a:hover {
    text-decoration: none;
}

table > caption {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
label {
    font-weight: 600;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.row.no-gutter{
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutter > div[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.control-label .required {
    color: #e02222;
    padding-left: 2px;
}

input.mage-error, select.mage-error, textarea.mage-error {
    border-color: #ed8380;
}
div.mage-error[generated] {
    color: #e02b27;
    font-size: 1.2rem;
}

.btn {
    padding: 8px 21px;
    margin-right: 9px;
    vertical-align: bottom;
    font-size:14px;
    font-weight: 500;
}

.btn-border{
    border-width: 1px;
    border-style: solid;
    border-radius: 30px;
}

.btn-border.btn-grey {
    border-color: #515b60;
    color: #515b60;
    background-color: transparent;
}
.btn-border.btn-grey:hover,
.btn-border.btn-grey:focus {
    background-color: #515b60;
    color: #fff;
}
.actions-toolbar .primary {
    float: left;
}

.actions-toolbar .secondary {
    display: inline-block;
    padding: 7px 10px;
}
@media  (min-width: 768px) {
    div.col-sm-7.five-three {
        width: 60% !important;
    }

    div.col-sm-5.five-two {
        width: 40% !important;
    }
}