﻿.marginTop30 {
    margin-top:30px;
}
.tabs .tab a {
    color: grey;
}

    .tabs .tab a:hover, .tabs .tab a.active {
        color: #4caf50;
        font-weight: 500
    }
.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: unset!important;
}

.tabs .indicator {
    background-color: #4caf50;
}



.backdrop {
    background-color: red!important;
}

.fade {
    transition: all linear 800ms;
    opacity: 1;
}

.fade.ng-hide {
    opacity: 0;
}

.pagination li.active {
    background-color: #4CAF50 !important;
}
.switch label input[type=checkbox]:checked + .lever {
    background-color: #66bb6a !important;
}
.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #4CAF50 !important;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
	display: none !important;
}
