/* Begin Vendor Styles */
@import "font-awesome-4.7.0/css/font-awesome.min.css";
/* End Vendor Styles */

/* Begin VineUI Styles */

.vine-select {
    float: left;
    margin: 0 8px 0 0;
}

.vine-button {
    float: left;
    margin: 0 8px 0 0;
}

/* End VineUI Styles */

/* Begin Rapid Styles */

.hide {
    display: none;
}
.top-padded,
.top-padding {
    padding-top: 20px !important;
}
.right-padded,
.right-padding {
    padding-right: 20px !important;
}
.bottom-padded,
.bottom-padding {
    padding-bottom: 20px !important;
}
.left-padded,
.left-padding {
    padding-left: 20px !important;
}
.bold {
    font-weight: bold !important;
}
.italic {
    font-style: italic !important;
}
.underline,
.underlined {
    text-decoration: underline !important;
}
.line-through {
    text-decoration: line-through !important;
}
.left {
    text-align: left !important;
}
.center {
    text-align: center !important;
}
.vertical-center {
    vertical-align: middle !important;
}
.right {
    text-align: right !important;
}
.justify,
.justified {
    text-align: justify !important;
}
.text-large {
    font-size: 1.1em;
}
.text-small {
    font-size: 0.9em;
}
img.left {
    float: left !important;
    margin-right: 10px !important;
}
img.center {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
img.right {
    float: right !important;
    margin-left: 10px !important;
}
.white {
    color: #fff !important;
}
.black {
    color: #000 !important;
}
.grey,
.gray {
    color: #999 !important;
}
.red {
    color: #e00 !important;
}
.green {
    color: #3a3 !important;
}
.blue {
    color: #2167b2 !important;
}
.orange {
    color: #e50 !important;
}
.yellow {
    color: #e5e500 !important;
}
.purple {
    color: #b2f !important;
}
.pink {
    color: #f0f !important;
}
.flat {
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
}
ul.flat {
    list-style-position: inside;
}
.space {
    padding-top: 20px !important;
}
.break {
    margin-top: 20px !important;
}
.invisible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
        filter: alpha(opacity=0);                                         /* IE 5-7 */
      -moz-opacity: 0;                                                  /* Netscape */
    -khtml-opacity: 0;                                                /* Safari 1.x */
           opacity: 0;                                                       /* Good browsers */
}

/* End Rapid Styles */

/* Begin Error/Success/Notice Messages */

#wsc-success {
    margin: 0 0 20px;
    padding: 10px 32px 10px 10px;
    background: #cfa url("wsc-success.gif");
    background-position: 99% 8px;
    background-repeat: no-repeat;
    border: 1px solid #090;
    color: #060;
    font-weight: bold;
}

#wsc-error {
    margin: 0 0 20px;
    padding: 10px 32px 10px 10px;
    background: #ffe8e8 url("wsc-error.gif");
    background-position: 99% 8px;
    background-repeat: no-repeat;
    border: 1px solid #e11;
    color: #e11;
    font-weight: bold;
}

#wsc-error ul {
    margin: 0;
    padding: 10px 0 0;
    list-style-type: disc;
    list-style-position: inside;
    font-weight: normal;
}

#wsc-error a {
    color: #e11;
}

#wsc-success a {
    color: #060;
}

.wsc-notice {
    margin: 0 0 15px;
    padding: 10px;
    background: #eee;
    border: 1px solid #e11;
    color: #000;
}

.wsc-notice ul {
    margin: 0 !important;
    padding: 10px 0 0 !important;
    list-style-type: disc;
    list-style-position: inside;
}

#wsc-error,
#wsc-success,
.wsc-notice {
            border-radius: 5px;
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* End Error/Success Messages */

/* Begin Form Styles */

form {
    margin: 0;
    padding: 0;
}

.form fieldset {
    display: block;
    margin: -5px 0 20px 0;
    padding: 0 10px 19px;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.form fieldset legend {
    padding: 0 10px;
    margin: 0 0 0 10px;
    color: #555;
    font-weight: bold;
    font-size: 15px;
}

.form .error {
    background: #ffe8e8 !important;
    border: 1px solid #e11 !important;
}

.form .row {
    float: left;
    width: 100%;
    padding: 10px 0 0;
    line-height: 32px;
}

.form .field-left {
    float: left;
    margin: 0 20px 0 0;
    line-height: 32px;
}

.form .row label,
.form .field-left label {
    float: left;
    width: 160px;
    line-height: 32px;
    font-weight: normal;
}

.form .row label.required,
.form .field-left label.required {
    font-weight: bold;
}

.form .row label.small,
.form .field-left label.small {
    width: 115px;
}

.form .row label.medium,
.form .field-left label.medium {
    width: 160px;
}

.form .row label.large,
.form .field-left label.large {
    width: 200px;
}

.form .row label.auto,
.form .field-left label.auto {
    width: auto !important;
    margin-right: 10px;
}

.form .row label span,
.form .field-left label span {
    color: #e11;
    font-weight: bold;
}

.form .row input,
.form .field-left input {
    line-height: 30px;
}

.form .row input[type="file"] {
    left: 190px;
    position: absolute;
    text-align: right;
    width: 292px;
    height: 32px;
}

.form .row input[type="text"],
.form .row input[type="password"],
.form .field-left input[type="text"],
.form .field-left input[type="password"] {
    float: left;
    display: block;
    margin: 0 8px 0 0;
    padding: 0 5px !important;
    height: 30px !important;
    width: 200px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #f5f5fa;
    font-size: 13px;
    font-family: Arial, Helvetica, Verdana;
    line-height: 30px !important;
}

.form .row input[type="text"]:focus,
.form .row input[type="password"]:focus,
.form .field-left input[type="text"]:focus,
.form .field-left input[type="password"]:focus {
    outline: none !important;
    border: 1px solid #bbb;
    background-color: #f2f2f8;
}

.form .row input[type="text"].tiny,
.form .row input[type="password"].tiny,
.form .field-left input[type="text"].tiny,
.form .field-left input[type="password"].tiny {
    width: 58px !important;
}

.form .row input[type="text"].small,
.form .row input[type="password"].small,
.form .field-left input[type="text"].small,
.form .field-left input[type="password"].small {
    width: 122px;
}

.form .row input[type="text"].half,
.form .row input[type="password"].half,
.form .field-left input[type="text"].half,
.form .field-left input[type="password"].half {
    width: 90px;
}

.form .row select.half,
.form .field-left select.half {
    width: 102px;
}

.form .row input[type="text"].medium,
.form .row input[type="password"].medium,
.form .field-left input[type="text"].medium,
.form .field-left input[type="password"].medium {
    width: 200px;
}

.form .row input[type="text"].large,
.form .row input[type="password"].large,
.form .field-left input[type="text"].large,
.form .field-left input[type="password"].large {
    width: 250px;
}

.form .row input[type="text"].auto,
.form .row input[type="password"].auto,
.form .field-left input[type="text"].auto,
.form .field-left input[type="password"].auto {
    width: auto !important;
}

.form .row input[type="text"].date,
.form .field-left input[type="text"].date {
    width: 86px;
}

.form .row input[type="text"][disabled="disabled"],
.form .row input[type="text"][readonly="readonly"] {
    background-color: #eee;
}

.form .row select,
.form .field-left select {
    float: left;
    display: block;
    height: 32px;
    line-height: 30px !important;
    width: 212px;
    padding: 6px 6px 6px 0;
    margin: 0 8px 0 0;
}

.form .row select.tiny,
.form .field-left select.tiny {
    width: 70px;
}

.form .row select.small,
.form .field-left select.small {
    width: 134px;
}

.form .row select.medium,
.form .field-left select.medium {
    width: 202px;
}

.form .row select.large,
.form .field-left select.large {
    width: 252px;
}

.form .row select.auto,
.form .field-left select.auto {
    width: auto !important;
}

.form .row div.small-box {
    float: left;
    width: 100px;
}

.form .row div.medium-box {
    float: left;
    width: 160px;
}

.form .row div.large-box {
    float: left;
    width: 200px;
}

.form .row input[type="radio"] {
    line-height: 30px;
    padding: 0;
    margin: 0;
}

.form .row textarea {
    display: block;
    margin: 0;
    width: 300px;
    height: 100px;
    padding: 5px !important;
    border: 1px solid #ccc !important;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #f5f5fa;
    font-size: 13px;
    font-family: Arial, Helvetica, Verdana;
    line-height: normal;
}

.form .row textarea:focus {
    outline: none !important;
    border: 1px solid #bbb !important;
    background: #f2f2f8;
}

.form .row textarea.small {
    width: 200px;
    height: 70px;
}

.form .row textarea.medium {
    width: 300px;
    height: 100px;
}

.form .row textarea.large {
    width: 400px;
    height: 120px;
}

.form .row textarea.huge {
    width: 600px;
    height: 200px;
}

.form .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    zoom: 1;
}

* html .form .row {
    zoom: 1;
}

*:first-child + html .form .row {
    zoom: 1;
}

.form .row .line {
    float: left;
}

.form .row .label-line {
    line-height: normal;
    font-size: 0.9em;
    font-weight: normal;
}

.form .row label a {
    color: #1754c8;
    text-decoration: underline;
}

.form .row label a:hover {
    text-decoration: none;
}

/* Custom */

.form .fieldset {
    background: #f2f2f2;
    padding: 11px;
}

.form .fieldset .row {
    float: none;
}

.form .fieldset h3,
.table-container > h3 {
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 18px;
    color: #444;
    line-height: 32px;
}
.table-container > h3 {
    margin: 11px 10px 0 10px;
}

.form .fieldset h4 {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 16px;
    color: #444;
    line-height: 28px;
    margin: 16px 0;
}

.form .fieldset .row + h4 {
    margin: 32px 0 16px 0;
}

.form .row input[type="text"],
.form .row input[type="password"],
.form .row input[type="number"],
.form .row input[type="date"],
.form .row textarea,
.form .field-left input[type="text"],
.form .field-left input[type="password"],
.form .field-left input[type="number"],
.form .field-left input[type="date"],
.form .field-left textarea {
    border-radius: 5px;
    float: left;
    display: block;
    padding: 0 5px;
    margin: 0 8px 0 0;
    height: 30px;
    width: 200px;
    border: 1px solid #ccc;
    background: #fff;
}

.form .row input[type="text"]:focus,
.form .row input[type="password"]:focus,
.form .row input[type="number"]:focus,
.form .row input[type="date"]:focus,
.form .row textarea:focus,
.form .field-left input[type="text"]:focus,
.form .field-left input[type="password"]:focus,
.form .field-left input[type="number"]:focus,
.form .field-left input[type="date"]:focus,
.form .field-left textarea:focus {
    outline: none !important;
    border: 1px solid #007ed3;
    background-color: #fff;
}

input,
text,
textarea {
    outline: none !important;
    border: 1px solid #ccc;
    background-color: #fff;
}

input:focus,
text:focus,
textarea:focus,
.dataTables_filter input:focus,
.dataTables_filter text:focus,
.dataTables_filter textarea:focus {
    outline: none !important;
    border: 1px solid #007ed3 !important;
    background-color: #fff !important;
}

.form .row label,
.form .field-left label {
    width: 320px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    display: none;
    margin: 0;
}
input[type=number] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}


.boxed {
    background: #f2f2f2;
    padding: 11px;
}
.boxed p {
    margin-top: 1em;
}

.fieldset > p {
    margin: 1em 0;
}

/* End Form Styles */

/* Begin Button Styles */

.button-grey,
.button-gray {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:    -moz-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top, #fff 0%,#f6f6f6 47%,#ededed 100%);
    background:      -o-linear-gradient(top, #fff 0%,#f6f6f6 47%,#ededed 100%);
    background:     -ms-linear-gradient(top, #fff 0%,#f6f6f6 47%,#ededed 100%);
    background:         linear-gradient(to bottom, #fff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed',GradientType=0);
    cursor: pointer;
}

.button-grey span,
.button-gray span {
    display: block;
    padding: 10px 12px 9px;
    color: #000;
    border-top: 1px solid transparent;
}

.button-grey:hover,
.button-gray:hover {
    background: #eee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:    -moz-linear-gradient(top, #eee 0%, #ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#ccc));
    background: -webkit-linear-gradient(top, #eee 0%,#ccc 100%);
    background:      -o-linear-gradient(top, #eee 0%,#ccc 100%);
    background:     -ms-linear-gradient(top, #eee 0%,#ccc 100%);
    background:         linear-gradient(to bottom, #eee 0%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0);
    text-decoration: none;
}

.button-blue {
    display: inline-block;
    border: 1px solid #0084c1;
    background: #16c8f9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2YzhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdlZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:    -moz-linear-gradient(top, #16c8f9 0%, #007ed3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16c8f9), color-stop(100%,#007ed3));
    background: -webkit-linear-gradient(top, #16c8f9 0%,#007ed3 100%);
    background:      -o-linear-gradient(top, #16c8f9 0%,#007ed3 100%);
    background:     -ms-linear-gradient(top, #16c8f9 0%,#007ed3 100%);
    background:         linear-gradient(to bottom, #16c8f9 0%,#007ed3 100%);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16c8f9', endColorstr='#007ed3',GradientType=0);
    cursor: pointer;
}

.button-blue span {
    display: block;
    padding: 10px 12px 9px;
    border-top: 1px solid #80e2ff;
    text-shadow: 0 -1px 0 #0084c1;
}

.button-blue:hover {
    background: #00b5f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjVmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDczZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:    -moz-linear-gradient(top, #00b5f7 0%, #0073d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b5f7), color-stop(100%,#0073d1));
    background: -webkit-linear-gradient(top, #00b5f7 0%,#0073d1 100%);
    background:      -o-linear-gradient(top, #00b5f7 0%,#0073d1 100%);
    background:     -ms-linear-gradient(top, #00b5f7 0%,#0073d1 100%);
    background:         linear-gradient(to bottom, #00b5f7 0%,#0073d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5f7', endColorstr='#0073d1',GradientType=0);
    text-decoration: none;
    color: #fff !important;
}

.button-turquoise {
    display: inline-block;
    border: 1px solid #0084c1;
    background: #16c8f9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2YzhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdlZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:    -moz-linear-gradient(top, #16c8f9 0%, #007ed3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16c8f9), color-stop(100%,#007ed3));
    background: -webkit-linear-gradient(top, #16c8f9 0%,#007ed3 100%);
    background:      -o-linear-gradient(top, #16c8f9 0%,#007ed3 100%);
    background:     -ms-linear-gradient(top, #16c8f9 0%,#007ed3 100%);
    background:         linear-gradient(to bottom, #16c8f9 0%,#007ed3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16c8f9', endColorstr='#007ed3',GradientType=0);
    cursor: pointer;
}

.button-turquoise span {
    display: block;
    padding: 10px 12px 9px;
    border-top: 1px solid #80e2ff;
    color: #fff;
    text-shadow: 0 -1px 0 #0084c1;
}

.button-turquoise:hover {
    background: #00b5f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjVmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDczZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:    -moz-linear-gradient(top, #00b5f7 0%, #0073d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b5f7), color-stop(100%,#0073d1));
    background: -webkit-linear-gradient(top, #00b5f7 0%,#0073d1 100%);
    background:      -o-linear-gradient(top, #00b5f7 0%,#0073d1 100%);
    background:     -ms-linear-gradient(top, #00b5f7 0%,#0073d1 100%);
    background:         linear-gradient(to bottom, #00b5f7 0%,#0073d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5f7', endColorstr='#0073d1',GradientType=0);
    text-decoration: none;
}

.button-orange {
    display: inline-block;
    border: 1px solid #d76200;
    background: #ffa84c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:    -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d));
    background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
    background:      -o-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
    background:     -ms-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
    background:         linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0);
    cursor: pointer;
}

.button-orange span {
    display: block;
    padding: 10px 12px 9px;
    border-top: 1px solid #ffc18e;
    color: #fff;
    text-shadow: 0 -1px 0 #d76200;
}

.button-orange:hover {
    background: #ff9226;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTIyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjcyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:    -moz-linear-gradient(top, #ff9226 0%, #ff7200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9226), color-stop(100%,#ff7200));
    background: -webkit-linear-gradient(top, #ff9226 0%,#ff7200 100%);
    background:      -o-linear-gradient(top, #ff9226 0%,#ff7200 100%);
    background:     -ms-linear-gradient(top, #ff9226 0%,#ff7200 100%);
    background:         linear-gradient(to bottom, #ff9226 0%,#ff7200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9226', endColorstr='#ff7200',GradientType=0);
    text-decoration: none;
}

.button-red {
    display: inline-block;
    border: 1px solid #6d0019;
    background: #c4032d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0MDMyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:    -moz-linear-gradient(top, #c4032d 0%, #6d0019 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4032d), color-stop(100%,#6d0019));
    background: -webkit-linear-gradient(top, #c4032d 0%,#6d0019 100%);
    background:      -o-linear-gradient(top, #c4032d 0%,#6d0019 100%);
    background:     -ms-linear-gradient(top, #c4032d 0%,#6d0019 100%);
    background:         linear-gradient(to bottom, #c4032d 0%,#6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4032d', endColorstr='#6d0019',GradientType=0);
    cursor: pointer;
}

.button-red span {
    display: block;
    padding: 10px 12px 9px;
    border-top: 1px solid #f53c64;
    color: #fff;
    text-shadow: 0 -1px 0 #4b0011;
}

.button-red:hover {
    background: #a90329;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:    -moz-linear-gradient(top, #a90329 0%, #6d0019 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(100%,#6d0019));
    background: -webkit-linear-gradient(top, #a90329 0%,#6d0019 100%);
    background:      -o-linear-gradient(top, #a90329 0%,#6d0019 100%);
    background:     -ms-linear-gradient(top, #a90329 0%,#6d0019 100%);
    background:         linear-gradient(to bottom, #a90329 0%,#6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019',GradientType=0);
    text-decoration: none;
}

.button-green {
    display: inline-block;
    border: 1px solid #398235;
    background: #9acc45;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhY2M0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTgyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:    -moz-linear-gradient(top, #9acc45 0%, #398235 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9acc45), color-stop(100%,#398235));
    background: -webkit-linear-gradient(top, #9acc45 0%,#398235 100%);
    background:      -o-linear-gradient(top, #9acc45 0%,#398235 100%);
    background:     -ms-linear-gradient(top, #9acc45 0%,#398235 100%);
    background:         linear-gradient(to bottom, #9acc45 0%,#398235 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9acc45', endColorstr='#398235',GradientType=0);
    cursor: pointer;
}

.button-green span {
    display: block;
    padding: 10px 12px 9px;
    color: #fff;
    text-shadow: 0 -1px 0 #2b7527;
}

.button-green:hover {
    background: #85b73e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1YjczZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTgyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:    -moz-linear-gradient(top, #85b73e 0%, #398235 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85b73e), color-stop(100%,#398235));
    background: -webkit-linear-gradient(top, #85b73e 0%,#398235 100%);
    background:      -o-linear-gradient(top, #85b73e 0%,#398235 100%);
    background:     -ms-linear-gradient(top, #85b73e 0%,#398235 100%);
    background:         linear-gradient(to bottom, #85b73e 0%,#398235 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85b73e', endColorstr='#398235',GradientType=0);
    text-decoration: none;
}

.button-grey,
.button-gray,
.button-blue,
.button-turquoise,
.button-orange,
.button-red,
.button-green {
    text-decoration: none !important;
    margin-right: 20px;
}

/* Custom */

.button-blue.narrow span {
    line-height: 29px;
    padding: 0 9px;
}
.row .button-blue.narrow {
    margin-top: 0;
}

.button-blue {
    margin-top: 20px;
}

.button-blue.disabled span {
    background: rgba(150,150,150,0.75);
}
.button-blue.disabled:hover span {
    cursor: normal;
}

/* End Button Styles */
