@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: 'Radio Canada Big', Arial, sans-serif;
    font-size: 12px;
    background-color: #E0E0E0;
}
strong{
    font-weight: 900;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}
@media print {
    a[href]:after {
        content: none !important;
    }
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tol_hader img{
    max-height: 45px;
    transition: all 200ms ease-out;
}
.affix .container .navbar-header .tol_hader img{
    height: 40px;
    margin: 5px;
}
.affix-top .container .navbar-header .tol_hader img{
    height: 45px;
}
.nohover:hover,.nohover:visited,.nohover:active,.nohover:focus{
    text-decoration: none !important;
}
.relative_position{
    position: relative;
}
.text-ecelipse{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.alert-small-padding{
    margin: 10px 0 !important;
    padding: 10px !important;
    font-weight: bold !important;
}
@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}
@keyframes hue {
    from {
        filter: hue-rotate(0deg);
    }
    to {
        filter: hue-rotate(-360deg);
    }
}
.infinite_rotor_div {
    -webkit-animation: infiniteRotate 2s linear infinite;
    animation: infiniteRotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.rtrBox {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: spinRtr 1.5s ease-in-out infinite;
    animation: spinRtr 1.5s ease-in-out infinite;
    stroke-linecap: round
}
@-webkit-keyframes infiniteRotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes infiniteRotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@-webkit-keyframes spinRtr {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}
@keyframes spinRtr {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.navbar-fixed-top + section{
    padding-top: 70px;
}
.appear{
    visibility: hidden;
}
.animated{
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
}
.navbar{
    border: none;
    -webkit-transition: padding ease-in-out 0.2s;
    transition: padding ease-in-out 0.2s;
}
.navbar.affix-top{
    padding: 10px 0;
}
.navbar-nav > li > a{
    font-weight: 700;
    font-size: 12px;
}
.navbar-nav .dropdown-submenu .dropdown-menu{
    left: 0;
    top: 100%;
    border: none;
    background-color: #f5f5f5;
    min-width: 220px;
}
/*phone*/
@media (max-width: 767px) {
    .navbar-fixed-top + section{
        padding-top: 50px;
    }
    .navbar.affix-top{
        padding: 0;
    }
    .navbar-brand{
        float: left !important;
    }
    .h1{
        font-size: 20px
    }
}
.b-light {
    border-color: #e4e4e4;
}

.box-shadow {
    box-shadow: 0 0px 8px rgba(56, 56, 56, 0.26);
}
.bg-white {
    background-color: #fff;
    color: #717171;
}
.footer{
    background: #1b252e;
    color: #929292;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.footer a{
    color: #929292;
}
.page_uc_cont{
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #EEE;
    margin: 20px 0 20px 0;
    min-height: 400px;
    text-align: center;
}
.page_uc_cont h1{
    margin: 0;
}
.all_content_wrapper{
    margin: 0px 0 80px 0;
}
.all_content_wrapper_head{
    background: #FFF;
    padding: 15px;
    border-top: 5px solid #03a9f4;
    color: #0e8cc5;
    margin-bottom: 0px;
}
.navbar-header .btn{
    float: right;
    margin: 8px;
    padding: 7px 12px !important;
    background-color: #2196F3 !important;
    background-image: none;
    border-color: #064d86;
}
.tol_hader{
    padding: 0 !important;
}
.navbar-brand{
    font-size: 20px
}
.nav > li > a.active{
    background-color: #506c6f;
    color: #FFF;
    text-shadow: none;
}
.checkbox label span{
    color: #333;
}
.disabled label span{
    color: #009688 !important;
}
.m-t-b-n{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#rt_std_dth{
    transition: all 300ms ease-out;
}
#error_inofs span{
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 400
}
.has-error{
    color: red
}
#bootomMenu{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}
#bootomMenu ul{
    margin: 0;
    padding: 0;
    text-align: left;
}
#bootomMenu ul li{
    display: inline-block;
    list-style: none;
    border-right: 1px solid #FFF;
    padding: 0 10px 0 10px;
    font-size: 12px;
    font-weight: 400;
}
#bootomMenu ul li:first-child{
    padding: 0 10px 0 0px;
}
#bootomMenu ul li ul{
    display: none;
}
#bootomMenu ul li:last-child{
    border-right: none;
}
#bootomMenu ul li a{
    color: #FFF;
    display: block;
    line-height: 12px;
    text-decoration: none;
    transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -webkit-transition: color 300ms ease-out;
}
#bootomMenu ul li a:hover{
    color: #FFB7B7;
}
.foot_txt{
    text-align: right;
    margin: 15px 0;
}
.foot_txt a{
    color: #CCC
}
#content{
   min-height: 92vh;
}
.panel-body {
    transition: height 500ms ease-out;
}
@media screen and (orientation: portrait) and (min-width: 320px) and (max-width: 960px) {
    .tol_hader img {
        height: 30px !important;
        margin: 10px !important;
    }
    .all_content_wrapper_head{
        font-size: 13px;
    }
    #bootomMenu ul{
        margin: 0;
        padding: 0 0 0px 0;
        text-align: center
    }
    #bootomMenu ul li{
        display: inline-block;
        list-style: none;
        border-right: none;
        /* padding: 0% 5px; */
        font-size: 10px;
        font-weight: 400;
        border-right: 1px solid #CCC;
    }
    #bootomMenu ul li ul{
        display: none;
    }
    #bootomMenu ul li:last-child{
        border-right: none;
    }
    #bootomMenu ul li a{
        color: #FFF;
        display: block;
        line-height: 10px;
        text-decoration: none;
        transition: color 300ms ease-out;
        -moz-transition: color 300ms ease-out;
        -webkit-transition: color 300ms ease-out;
        padding: 0 5px;
    }
    #bootomMenu ul li a:hover{
        color: #FFB7B7;
    }
    .pager li>a, .pager li>span{
        margin-bottom: 4px;
    }
    .m-b-sm{
        margin-bottom: 2px
    }
    .m-b-mob-sm{
        margin-bottom: 10px !important;
    }
    .m-t-mob-none{
        margin-top: 0px !important;
    }
    .m-b-mob-none{
        margin-bottom: 0px !important;
    }
    .m-b-mob-xs{
        margin-bottom: 5px !important;
    }
    .m-b-mob-md{
        margin-bottom: 20px !important;
    }
    .m-t-mob-sm{
        margin-top: 10px !important;
    }
    .m-t-mob-xs{
        margin-top: 5px !important;
    }
    .form-control{
        border-radius: 0px !important;
    }
    .m-t-mob-md{
        margin-top: 20px !important;
    }
    .footer{
        position: relative !important;
    }
    .foot_txt{
        text-align: center;
        font-size: 9px
    }
    #bootomMenu ul li:first-child {
        padding: 0 10px 0 0px;
    }
}
.due_flag{
    position: absolute;
    top: -7px;
    font-size: 14px;
    margin-left: 7px;
    font-weight: 700;
    background-image: -webkit-linear-gradient(360deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 1s infinite linear;
    -moz-animation: hue 1s infinite linear;
}
#student_dtl_cont .label, #student_dtlreceipt_cont .label{
    font-size: 100%;
    font-weight: 400
}
.payenable_rs{
    border: 1px solid #f35626;
    padding: 10px;
    margin: 30px 0px 10px 0px;
    font-size: 20px;
    text-align: center;
    background: rgba(255, 87, 34, 0.11);
}
.student_details_basic{
    font-size: 16px
}
.fn_head{
    font-size: 16px;
    color: #FFF;
}
.fhwrapper-md-lm{
    padding: 15px 10px;
}
.feecst{
    position: absolute;
    right: 25px;
    bottom: 10px;
    font-size: 26px;
    font-weight: 500
}
.monthhead_txt{
    margin-top: 5px;
}
/* For Checkbox */
.md-checkbox {
    position: relative;
    text-align: left;
    padding: 5px;
    border: 2px solid #337ab7;
    border-radius: 7px;
    background-color: #ffe4e3;
    color: #000;
}
.md-checkbox.md-checkbox-inline {
    display: inline-block;
}
.md-checkbox label {
    cursor: pointer;
    display: inline;
    line-height: 20px;
    vertical-align: top;
    clear: both;
    padding-left: 1px;
    font-weight: 700;
}
.md-checkbox label:not(:empty) {
    padding-left: 5px;
}
.md-checkbox label:before, .md-checkbox label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
}
.md-checkbox label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    cursor: pointer;
    transition: background .3s;
}
.md-checkbox input[type="checkbox"] {
    outline: 0;
    visibility: hidden;
    width: 20px;
    margin: 0;
    display: block;
    float: left;
    font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
    background: #337ab7;
    border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
    transform: translate(4px, 5px) rotate(-45deg);
    width: 12px;
    height: 6px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
    background: rgba(0, 0, 0, 0.26);
}
.div_14{
    font-size: 12px
}
.all_content_wrapper_page {
    background: #FFF;
    padding: 15px;
    border-top: 5px solid #03a9f4;
    color: #333;
}
@media print{
    .hidden-print{
        display: none !important;
    }
    .bback, body{
        background: none !important;
    }
    .navbar-fixed-top + section{
        padding-top: 0px
    }
}
@media screen and (orientation: landscape) and (min-width: 320px) and (max-width: 960px) {
    .bot_logos{
        display: none
    }
}
@media screen and (orientation: portrait) and (min-width: 280px) and (max-width: 320px) {
    .header-title{
        font-size: 12px !important
    }
    .jconfirm-box-container{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .jconfirm-box-container{

    }
}
.panel-title{
    font-weight: 700 !important;
}

/*  Extra Button CSS */
/*---Button Reset---*/
.btn:focus {
    box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.25);
}

/*---Buttons Colors---*/
.color-and-background, .btn-red.btn-fill:hover, .btn-green.btn-fill:hover, .btn-dirty-green.btn-fill:hover, .btn-blue.btn-fill:hover, .btn-black.btn-fill:hover, .btn-purple.btn-fill:hover, .btn-orange.btn-fill:hover, .btn-aqua.btn-fill:hover, .btn-primary.btn-fill:hover, .btn-secondary.btn-fill:hover, .btn-success.btn-fill:hover, .btn-danger.btn-fill:hover, .btn-info.btn-fill:hover, .btn-dark.btn-fill:hover {
    color: #fff;
    background-color: transparent;
}

.btn-red {
    background-color: #d31433;
    color: #fff;
}
.btn-red:hover {
    background-color: #C02942;
}

.btn-red-flip {
    background-color: #d31433;
    color: #fff;
}
.btn-red-flip:hover {
    background-color: #fff;
    color: #d31433;
    border-color: #d31433;
}

.btn-yellow {
    background-color: #f9d154;
}
.btn-yellow:hover {
    background-color: #dcb743;
}

.btn-yellow-flip {
    background-color: #f9d154;
    color: #000;
}
.btn-yellow-flip:hover {
    background-color: #000;
    color: #f9d154;
    border-color: #f9d154;
}

.btn-green {
    background-color: #34c70f;
    color: #fff;
}
.btn-green:hover {
    background-color: #30b110;
}

.btn-green-flip {
    background-color: #34c70f;
    color: #fff;
}
.btn-green-flip:hover {
    background-color: #fff;
    color: #34c70f;
    border-color: #34c70f;
}

.btn-dirty-green {
    background-color: #147684;
    color: #fff;
}
.btn-dirty-green:hover {
    background-color: #0a95a9;
}

.btn-dirty-green-flip {
    background-color: #147684;
    color: #fff;
}
.btn-dirty-green-flip:hover {
    background-color: #fff;
    color: #147684;
    border-color: #147684;
}

.btn-blue {
    background-color: #1265A8;
    color: #fff;
}
.btn-blue:hover {
    background-color: #1975bf;
}

.btn-blue-flip {
    background-color: #1265A8;
    color: #fff;
}
.btn-blue-flip:hover {
    background-color: #fff;
    color: #1265A8;
    border-color: #1265A8;
}

.btn-black {
    background-color: #222;
    color: #fff;
}
.btn-black:hover {
    background-color: #111;
}

.btn-black-flip {
    background-color: #222;
    color: #fff;
}
.btn-black-flip:hover {
    background-color: #fff;
    color: #222;
    border-color: #222;
}

.btn-purple {
    background-color: #b53399;
    color: #fff;
}
.btn-purple:hover {
    background-color: #8c1573;
}

.btn-purple-flip {
    background-color: #b53399;
    color: #fff;
}
.btn-purple-flip:hover {
    background-color: #fff;
    color: #b53399;
    border-color: #b53399;
}

.btn-orange {
    background-color: #F57C02;
    color: #fff;
}
.btn-orange:hover {
    background-color: #d87a1c;
}

.btn-orange-flip {
    background-color: #F57C02;
    color: #fff;
}
.btn-orange-flip:hover {
    background-color: #fff;
    color: #F57C02;
    border-color: #F57C02;
}

.btn-aqua {
    background-color: #30b3be;
    color: #fff;
}
.btn-aqua:hover {
    background-color: #0a6b74;
}

.btn-aqua-flip {
    background-color: #30b3be;
    color: #fff;
}
.btn-aqua-flip:hover {
    background-color: #fff;
    color: #30b3be;
    border-color: #30b3be;
}

.btn-grey {
    background-color: #eee;
    border-color: #eee;
    color: #666;
}
.btn-grey:hover {
    background-color: #d0d0d0;
}

/*---Buttons sizes---*/
.btn.btn-mini {
    padding: 0 10px;
    font-size: 12px;
    height: 29px;
    line-height: 25px;
}

.btn.btn-xlg {
    padding: 0 34px;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
}

/*---Buttons Helpers---*/
.btn.btn-3d {
    border-radius: 3px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.btn-rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-no-radius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-circle {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.btn.btn-border-1 {
    border-width: 1px;
    font-weight: 600;
    text-shadow: none;
}

.btn.btn-border-2 {
    border-width: 2px;
    font-weight: 600;
    text-shadow: none;
}

.btn.btn-border-dashed-1 {
    border-width: 1px;
    border-style: dashed;
    font-weight: 600;
    text-shadow: none;
}

.btn.btn-border-dashed-2 {
    border-width: 2px;
    border-style: dashed;
    font-weight: 600;
    text-shadow: none;
}

.btn.btn-border-dotted-1 {
    border-width: 1px;
    border-style: dotted;
    font-weight: 600;
    text-shadow: none;
}

.btn.btn-border-dotted-2 {
    border-width: 2px;
    border-style: dotted;
    font-weight: 600;
    text-shadow: none;
}

.btn-icon-overlay {
    position: relative;
}

.btn-icon-overlay i {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.btn-xlg.btn-icon-overlay {
    padding-right: 55px;
}

.btn-xlg.btn-icon-overlay i {
    width: 37px;
    height: 51px;
    line-height: 52px;
}

.btn-lg.btn-icon-overlay {
    padding-right: 35px;
}

.btn-lg.btn-icon-overlay i {
    width: 28px;
    height: 46px;
    line-height: 45px;
}

.btn-sm.btn-icon-overlay {
    padding-right: 25px;
}

.btn-sm.btn-icon-overlay i {
    width: 20px;
    height: 30px;
    line-height: 30px;
}

.btn-mini.btn-icon-overlay {
    padding-right: 22px;
}

.btn-mini.btn-icon-overlay i {
    width: 18px;
    height: 28px;
    line-height: 25px;
}

.btn-icon-overlay:not([class~=btn-xlg]):not([class~=btn-sm]):not([class~=btn-lg]):not([class~=btn-mini]) {
    padding-right: 25px;
}

.btn-icon-overlay:not([class~=btn-xlg]):not([class~=btn-sm]):not([class~=btn-lg]):not([class~=btn-mini]) i {
    width: 20px;
    height: 36px;
    line-height: 36px;
}

/*---Fill Buttons---*/
.btn-fill {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.btn-fill:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.4s ease-in-out;
}

.fill-top:before {
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
}
.fill-top:hover:before {
    transform: translateY(0);
}

.fill-bottom:before {
    -webkit-transform: translateY(105%);
    transform: translateY(105%);
}
.fill-bottom:hover:before {
    transform: translateY(0);
}

.fill-left:before {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}
.fill-left:hover:before {
    transform: translateY(0);
}

.fill-right:before {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
}
.fill-right:hover:before {
    transform: translateY(0);
}

.btn-red.btn-fill {
    color: #d31433;
    border-color: #d31433;
}
.btn-red.btn-fill:hover:before {
    background-color: #d31433 !important;
}

.btn-yellow.btn-fill {
    color: #f9d154;
    border-color: #f9d154;
}
.btn-yellow.btn-fill:hover {
    color: #000;
    background-color: transparent;
}
.btn-yellow.btn-fill:hover:before {
    background-color: #f9d154 !important;
}

.btn-green.btn-fill {
    color: #34c70f;
    border-color: #34c70f;
}
.btn-green.btn-fill:hover:before {
    background-color: #34c70f !important;
}

.btn-dirty-green.btn-fill {
    color: #147684;
    border-color: #147684;
}
.btn-dirty-green.btn-fill:hover:before {
    background-color: #147684 !important;
}

.btn-blue.btn-fill {
    color: #1265A8;
    border-color: #1265A8;
}
.btn-blue.btn-fill:hover:before {
    background-color: #1265A8 !important;
}

.btn-black.btn-fill {
    color: #222;
    border-color: #222;
}
.btn-black.btn-fill:hover:before {
    background-color: #222 !important;
}

.btn-purple.btn-fill {
    color: #b53399;
    border-color: #b53399;
}
.btn-purple.btn-fill:hover:before {
    background-color: #b53399 !important;
}

.btn-orange.btn-fill {
    color: #F57C02;
    border-color: #F57C02;
}
.btn-orange.btn-fill:hover:before {
    background-color: #F57C02 !important;
}

.btn-aqua.btn-fill {
    color: #30b3be;
    border-color: #30b3be;
}
.btn-aqua.btn-fill:hover:before {
    background-color: #30b3be !important;
}

.btn-primary.btn-fill {
    color: #007bff;
    border-color: #007bff;
}
.btn-primary.btn-fill:hover:before {
    background-color: #007bff !important;
}

.btn-secondary.btn-fill {
    color: #868e96;
    border-color: #868e96;
}
.btn-secondary.btn-fill:hover:before {
    background-color: #868e96 !important;
}

.btn-success.btn-fill {
    color: #28a745;
    border-color: #28a745;
}
.btn-success.btn-fill:hover:before {
    background-color: #28a745 !important;
}

.btn-danger.btn-fill {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-danger.btn-fill:hover:before {
    background-color: #dc3545 !important;
}

.btn-warning.btn-fill {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-warning.btn-fill:hover {
    color: #000;
    background-color: transparent;
}
.btn-warning.btn-fill:hover:before {
    background-color: #ffc107 !important;
}

.btn-info.btn-fill {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info.btn-fill:hover:before {
    background-color: #17a2b8 !important;
}

.btn-light.btn-fill {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light.btn-fill:hover {
    color: #000;
    background-color: transparent;
}
.btn-light.btn-fill:hover:before {
    background-color: #f8f9fa !important;
}

.btn-dark.btn-fill {
    color: #1d2124;
    border-color: #1d2124;
}
.btn-dark.btn-fill:hover:before {
    background-color: #1d2124 !important;
}

/*---Social Buttons---*/
.btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}
.btn-facebook:hover {
    background-color: #204592;
}

.btn-twitter {
    background-color: #00aced;
    border-color: #00aced;
    color: #fff;
}
.btn-twitter:hover {
    background-color: #039dd7;
}

.btn-pinterest {
    background-color: #cb2027;
    border-color: #cb2027;
    color: #fff;
}
.btn-pinterest:hover {
    background-color: #b9171e;
}

.btn-dribble {
    background-color: #ea4c89;
    border-color: #ea4c89;
    color: #fff;
}
.btn-dribble:hover {
    background-color: #d1316f;
}

.btn-youtube {
    background-color: #c51e24;
    border-color: #c51e24;
    color: #fff;
}
.btn-youtube:hover {
    background-color: #a7191e;
}

.btn-linkedin {
    background-color: #0084bf;
    border-color: #0084bf;
    color: #fff;
}
.btn-linkedin:hover {
    background-color: #0475a8;
}

.btn-google-plus {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}
.btn-google-plus:hover {
    background-color: #c13e2e;
}
.btn.focus, .btn:focus, .btn:hover{
    color: #FFF !important;
}
.btn-default.focus, .btn-default:focus, .btn-default:hover{
    color: #333 !important;
}