#yearly-summary-modal .modal-dialog {
    width: 1200px;
    color: #333;
}
#yearly-summary-modal h3 {
	margin-top: 0px;
	padding: 0 60px;
}
#yearly-summary-modal .table {
    margin-bottom: 0;
}

#yearly-summary-modal .table>tbody>tr>td,
#yearly-summary-modal .table>thead>tr>th {
    vertical-align: middle;
}

#yearly-summary-modal tr.total {
    background: #eef2f5 !important;
    font-weight: 700;
    font-size: 14px;
}
#yearly-summary-modal .table-striped>tbody>tr:nth-of-type(odd) {
    background: #fafafa;
}

#yearly-summary-modal .minus {
    color: red;
}
#yearly-summary-modal .help-block {
	margin-bottom: 0px;
}

#yearly-summary-modal .border-right-0 {
	border-right: 0px;
}

#yearly-summary-modal .border-left-0 {
	border-left: 0px;
}


#yearly-summary-modal .has-error .help-block {
	color: #d20000;
}
#yearly-summary-modal .char-counter {
    position: absolute;
    top: 8px;
    right: 26px;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}
#yearly-summary-modal .orange-btn {
	border-radius: 5px !important;
    background-image: -moz-linear-gradient(90deg, rgb(255, 142, 0) 0%, rgb(255, 172, 69) 100%) !important;
    background-image: -webkit-linear-gradient(90deg, rgb(255, 142, 0) 0%, rgb(255, 172, 69) 100%) !important;
    background-image: -ms-linear-gradient(90deg, rgb(255, 142, 0) 0%, rgb(255, 172, 69) 100%) !important;
    box-shadow: 0px 2px 0px 0px rgba(173, 95, 0, 1) !important;
    color: white;
    width: 100%;
    border: none;
    font-weight: 700;
    font-size: 20px !important;
    padding: 10px;
    margin-top: 10px;
}
#yearly-summary-modal .toggleStyle {
	font-size: 14px;
	font-weight: 700;
}
#yearly-summary-modal .preview-wrapper {
	background-color: #f0f4f7;
	border-radius: 4px;
	padding: 10px;
	border: 1px solid #d6e1ea;
}
#yearly-summary-modal .preview-wrapper .orange-btn {
	margin-top: 0px;
}
#yearly-summary-modal .toggleStyle .samewidthx {
    width: 50% !important;
}
#yearly-summary-modal .toggleStyle .samewidthx span {
	background-image: -moz-linear-gradient(90deg, rgb(240, 244, 247) 0%, rgb(240, 244, 247) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(240, 244, 247) 0%, rgb(240, 244, 247) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(240, 244, 247) 0%, rgb(240, 244, 247) 100%);
    box-shadow: 0px 1px 0px 0px rgba(214, 225, 234, 1);
    display: block;
    color: #aebecb;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 2px;
    text-align: center;
    text-transform: uppercase;
    line-height: 33px;
    height: 33px;
}
#yearly-summary-modal .toggleStyle .samewidthx:first-of-type span {
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 1px;
}
#yearly-summary-modal .toggleStyle .samewidthx:last-of-type span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#yearly-summary-modal .toggleStyle .samewidthx span.active {
	color: #fff;
    background-image: -moz-linear-gradient(90deg, rgb(53, 152, 219) 0%, rgb(64, 164, 232) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(53, 152, 219) 0%, rgb(64, 164, 232) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(53, 152, 219) 0%, rgb(64, 164, 232) 100%);
    box-shadow: 0px 1px 0px 0px rgba(38, 126, 184, 1);
}
#yearly-summary-modal .select-reg-page {
	width: 100%;
	font-weight: 600;
}