#cast-match-modal, #cast-match-widget {
	text-align: center;
	font-family :'Raleway', Arial, serif;
}

#cast-match-modal {
    background-color: #014E82;
    color: #fff;
}

#cast-match-modal.modal-large {
    margin: 0 50px;
    left: 20%;
    width: 50%;
}

#cast-match-modal .modal-content{
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #014e82 !important;
    color: #ffffff !important;
    // display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#cast-match-modal .modal-body {
    max-height: none;
}

#cast-match-modal .call-us-notification{
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    width: 100%;
    padding: 2px 0;
    background-color: #ecf6ff1f;
    font-size: 13px;
}

#cast-match-modal .row, #cast-match-widget .row {
    margin-left: 0 !important;
}

#cast-match-modal h1, #cast-match-widget h1 {
	font-size: 26px !important;
	font-weight: 400;
}

#cast-match-modal h4, #cast-match-widget h4 {
    font-size: 20px !important;
}

#cast-match-modal .btn-cast-match, #cast-match-widget .btn-cast-match {
	padding: 40px 0;
    font-size: 18px;
    width: 110px;
    height: 110px;
    color: #333;
    background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    border-image: none;
    border-radius: 4px;
    margin-right: 12px;
}

#cast-match-modal .btn-cast-match:hover, #cast-match-widget .btn-cast-match:hover {
	z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    background-position: 0 -150px;
    border-color: #428bca;
}

#cast-match-modal .btn-cast-match.active, #cast-match-widget .btn-cast-match.active {
	z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    background-position: 0 -150px;
    border-color: #428bca;
}

#cast-match-modal .btn-continue, #cast-match-widget .btn-continue {
	padding: 15px 20px;
}

#cast-match-modal .checkbox-inline, #cast-match-widget .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

#cast-match-modal .footer {
    // float: right;
    font-size: 11px;
    padding: 5px;
}

#cast-match-widget .checkbox-inline {
    font-size: 12px;
    margin-left: 10px;
}

#cast-match-widget input[type="checkbox"] {
    width: auto !important;
}

#cast-match-widget label {
    width: auto !important;
}

#cast-match-modal .lighter-green, #cast-match-widget .lighter-green {
    color: #30ea33 !important;
}
