
.rc-orderform {
    font-size: 15px
}

.rc-orderform__step-flag {
    display: none
}

@media only screen and (min-width: 1025px) {
    .rc-orderform__step-flag {
        border: 2px solid #538395;
        border-right-width: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #538395;
        cursor: default;
        height: 38px;
        line-height: 34px;
        padding: 0 30.4px 0 5px;
        position: relative;
        -webkit-transition: border-color .7s linear, background .7s linear;
        transition: border-color .7s linear, background .7s linear;
        font-weight: 500;
        display: inline-block
    }

    .rc-orderform__step-flag:after, .rc-orderform__step-flag:before {
        background-color: #538395;
        content: "";
        display: block;
        height: 19px;
        position: absolute;
        -webkit-transition: background-color .7s linear;
        transition: background-color .7s linear;
        width: 2px
    }

    .rc-orderform__step-flag:before {
        right: -2px;
        top: -2px;
        -webkit-transform: skew(-45deg) scaleX(1.2);
        transform: skew(-45deg) scaleX(1.2);
        -webkit-transform-origin: top right;
        transform-origin: top right
    }

    .rc-orderform__step-flag:after {
        bottom: -2px;
        right: -2px;
        -webkit-transform: skew(45deg) scaleX(1.2);
        transform: skew(45deg) scaleX(1.2);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right
    }

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

.rc-orderform__step-flag__count {
    margin-right: 5px
}



.rc-orderform__step__body {
    padding-bottom: 1px
}

@media only screen and (min-width: 1025px) {
    .rc-orderform__step__body {
        border-left: 3px dotted rgba(83, 131, 149, .35);
        margin-left: 16px;
        padding-left: 10px;
        padding-top: 20px
    }
}

.rc-orderform__row {
    clear: left;
    margin-bottom: 12px
}

@media only screen and (min-width: 1025px) {
    .rc-orderform__row:after {
        clear: both;
        content: ""
    }
}

.rc-orderform__row .other-value-input-wrapper {
    margin-top: 8px
}

.rc-orderform__feature-heading {
    color: #5e676b;
    font-size: 15px;
    line-height: 120%;
    margin: 0 0 5px
}

@media only screen and (min-width: 1025px) {
    .rc-orderform__feature-heading {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        float: left;
        margin-top: 7px;
        text-align: right;
        width: 150px
    }
}

@media only screen and(min-width: 800px) {
    .control-label {
        text-align: right;
    }
}

@media only screen and (min-width: 1025px) {
    .rc-orderform__feature-body {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 170px
    }
}
.writer_category_title{
    border-bottom: solid;
}
.category_name{
    align-content: left !important;
}
.writer_category_button{
    flex-basis: 250px !important;
    word-wrap: break-spaces;
    white-space: normal !important;
    margin: 3px !important;
}
/*
Hide radio button (the round disc)
we will use just the label to create pushbutton effect
*/
input[type=radio] {
    display:none;
    margin:10px;
}

/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/
input[type=radio] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #e7e7e7;
    border-color: #ddd;
}
/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/
input[type=radio]:checked + label {
    background-image: none;
    background-color:#d0d0d0;
}


input[type=radio] {
    display:none;
}

input[type=radio] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

input[type=radio]:checked + label {
    background-image: none;
    color: white;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgb(0, 3, 8), 0 1px 2px rgba(0, 0, 0, 0.5);
    background-color: #307afc;
}

.order_summary{
    background-color: #f0fcff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,100,.09);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,100,.1), 0 0 5px rgba(0,0,200,.08);
    box-shadow: 0 5px 15px rgba(0,0,100,.1), 0 0 5px rgba(0,0,200,.08);
    -webkit-box-sizing: border-box;
}

