@charset "UTF-8";
@font-face{
    font-family: "wcc-font";
    src:url("../fonts/wcc.eot");
    src:url("../fonts/wcc.eot?#iefix") format("embedded-opentype"),
    url("../fonts/wcc.woff") format("woff"),
    url("../fonts/wcc.ttf") format("truetype"),
    url("../fonts/wcc.svg#wcc-font") format("svg");
    font-weight: normal;
    font-style: normal;
}
.wc-cancel-pro-main{
    display:block;
    width:100%;
}
.wc-cancel-pro-in{
    padding:20px 15px;
    margin:20px 0;
    background:#ffffff;
    display:block;
}
.wc-cancel-pro-in .wcc-pro-row{
    margin-bottom:40px;
}
.wc-cancel-pro-main label{
    font-weight: bold;
    font-size: 13px;
    color: #23282d;
    width: 25%;
    display: inline-block;
    vertical-align:middle;
}
.wc-cancel-pro-main div.wc-cancel-input{
    width:50%;
    display:inline-block;
    vertical-align: middle;
}
.wc-cancel-pro-main div.wc-cancel-input span.select2-container{
    display: block;
    width: 100%!important;
}
.wc-cancel-pro-main div.wc-cancel-input select,
.wc-cancel-pro-main div.wc-cancel-input textarea,
.wc-cancel-pro-main div.wc-cancel-input input[type="text"]{
    width:100%;
    max-width:100%;
    display:block;
    vertical-align:bottom;
}
.wc-cancel-pro-main div.wc-cancel-input input[type="number"].wc-cancel-select-t{
    width:30%;
    display:inline-block;
    vertical-align: bottom;
}
.wc-cancel-pro-main div.wc-cancel-input select.wc-cancel-select-p{
    width:68%;
    display:inline-block;
    vertical-align: bottom;
}
.wc-cancel-pro-main p.description{
    display: block;
    padding-left:25.5%;
}
.wc-cancel-pro-main p.description-in{
    display: inline-block;
    padding-left: 6px;
    vertical-align: baseline;
}
.wc-cancel-pro-main textarea{
    resize:none;
    min-height:142px;
    vertical-align: middle;
}
/** Wc Cancel List Page **/
.wc-cancel-order-list table.wp-list-table tr td.order_status mark.order-status{
    display: inline-flex;
    line-height: 2.5em;
    color: #777;
    background: #e5e5e5;
    border-radius: 4px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin: -.25em 0;
    cursor: inherit!important;
    white-space: nowrap;
    max-width: 100%;
}
.wc-cancel-order-list table.wp-list-table tr td.order_status mark.order-status span{
    margin: 0 1em;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Request status pill badge (matches pro: Pending / Approved / Declined) */
.wc-cancel-order-list table.wp-list-table tr td .wc-cancel-partial-status{
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
}
.wc-cancel-order-list table.wp-list-table tr td .wc-cancel-partial-status.pending{
    background: #dba617;
}
.wc-cancel-order-list table.wp-list-table tr td .wc-cancel-partial-status.approved{
    background: #2e7d32;
}
.wc-cancel-order-list table.wp-list-table tr td .wc-cancel-partial-status.declined{
    background: #c62828;
}
.wc-cancel-order-list table.wp-list-table tr td.order_actions a.wc-cancel-view-req,
.wc-cancel-order-list table.wp-list-table tr td.order_actions a.wc-cancel-approve-req,
.wc-cancel-order-list table.wp-list-table tr td.order_actions a.wc-cancel-decline-req,
.wc-cancel-order-list table.wp-list-table tr td.order_actions a.wc-cancel-loading{
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height:16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	text-indent: -9999px;
	position: relative;
	padding: 0!important;
	height:32px!important;
	width:32px;
	font-size:16px;
	color: #797979;
	border-color: #797979;
	background: none;
}

.wc-cancel-order-list table.wp-list-table tr td.order_actions a.wc-cancel-view-req:before,
.wc-cancel-order-list table.wp-list-table tr td.order_actions a.wc-cancel-approve-req:before,
.wc-cancel-order-list table.wp-list-table tr td.order_actions a.wc-cancel-decline-req:before,
.wc-cancel-order-list table.wp-list-table tr td.order_actions a.wc-cancel-loading:before{
	font-family: "wcc-font" !important;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	width:32px;
	height:32px;
	text-align: center;
	line-height:32px;
}
.wc-cancel-order-list table.wp-list-table tr td.order_actions a.wc-cancel-view-req:before{
	content: "\61";
}
.wc-cancel-order-list table.wp-list-table tr td.order_actions a.wc-cancel-approve-req:before{
	content: "\62";
}
.wc-cancel-order-list table.wp-list-table tr td.order_actions a.wc-cancel-decline-req:before{
	content: "\63";
}
.wc-cancel-order-list table.wp-list-table tr td.order_actions a.wc-cancel-loading:before{
	content: "\64"!important;
	-webkit-animation: wc_cancel_load 1.4s infinite linear;
	animation: wc_cancel_load 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.wc-cancel-order-list table.wp-list-table tr td.order_actions a.wc-cancel-approve-req{
	margin:0 10px;
}
.wc-cancel-pro-main a.rate-link{
    background: #FBBC05;
    color: #1d2327;
    padding: 4px 10px;
    text-decoration: none;
}
.wc-cancel-pro-main a.pro-link{
    background: #4285F4;
    color: #fff;
    padding: 4px 10px;
    text-decoration: none;
    margin-left:10px;
}
@-webkit-keyframes wc_cancel_load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes wc_cancel_load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
