﻿@import url('https://fonts.googleapis.com/css?family=Numans');

html, body li ul {
    font-family: 'Numans', sans-serif;
}
.modal-backdrop {
    display: none;
}

.modal {
    background: rgba(0,0,0,0.5);
}
.container {
    align-content: center;
}

.card {
    height: 420px;
    margin-top: auto;
    margin-bottom: auto;
    width: 500px;
    background-color: rgba(0,0,0,0.5) !important;
    border-radius: 8px;
    box-shadow:8px 8px rgba(0,0,0,0.2);
}
.jumbotron.err {
    background-color: #612d85;
    font-size: 1.5em;
    color: #FFFF66;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #52297e;
}

    .social_icon span:hover {
        color: white;
        cursor: pointer;
    }

.card-header h3 {
    color: white;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}


input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: white;
    background-color: #52297e;
    width: 150px;
}

    .login_btn:hover {
        color: black;
        background-color: #c496dd;
    }

.links {
    color: white;
}

    .links a {
        margin-left: 4px;
    }

#top_Box {
    margin: 20px;
    padding: 20px;
    text-align: center;
}
.slider_01 {
    animation: slide 10s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #52297e 50%, #490f68 50%);
    bottom: 0;
    left: -50%;
    opacity: 0.8;
    position: fixed; 
    right: -50%;
    top: 0;
    z-index: -1;
}

.slider_02 {
    animation-direction: alternate-reverse;
    animation-duration: 7s;
}

.slider_03 {
    animation-duration: 4s;
}
@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}
.css_CheckBox input[type="checkbox"] {
    margin-right: 8px;
}
[data-row-hover="no-hover"]:hover {
    background-color:inherit !important;
}
.txt_Custom{
    display:none;
}
.box {
    width: 100%;
    border: 2px;
    border-style: solid;
    border-color: lightgrey;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}
.img1 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    clear: both;
}
.innerBox{
    border: 2px;
    border-style: solid;
    border-color: lightgrey;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 10px;
    background-color: lightgrey;
    clear: both;
    margin-bottom:20px;
}
.table-light-sfb.table tr:first-child {
    background-color: #F8EDFF;
}

.circ_Red {
    border-radius: 14px;
    width: 32px;
    height: 24px;
    background-color: #d9534f;
    color: white;
    text-align: center;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

.circ_Amber {
    border-radius: 14px;
    width: 32px;
    height: 24px;
    background-color: #f0ad4e;
    color: white;
    text-align: center;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

.circ_Green {
    border-radius: 14px;
    width: 32px;
    height: 24px;
    background-color: #5cb85c;
    color: white;
    text-align: center;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

.alert-sfb-success {
    background-color:#CDB3D5;
    color:#333;
}

.alert-sfb-warning {
    background-color: #D3D5E0;
}
.alert-sfb-danger {
    background-color: #67298E;
    color:white;
}
.box-sfb {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-style: none;
    padding:10px;
}
.box_DashHead {
    border: 2px;
    border-style: solid;
    border-color: #662a8d;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 5px;
    padding-left:10px;
    background-color: #662a8d;
    clear: both;
    text-align: center;
    color: #fff
}

.box_DashBody {
    border: 2px;
    border-style: solid;
    border-color: #662a8d;
    padding: 10px;
    background-color: white;
    clear: both;
    text-align: center;
}

.box_DashBottom {
    border: 2px;
    border-style: solid;
    border-color: #662a8d;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #662a8d;
    clear: both;
    padding: 4px;
    margin-bottom: 20px;
    margin-right: auto;
    text-align: center;
    font-size: 1em;
    color: #fff;
    text-align: right;
}

.box_HeadText {
    font-size: 1.6em;
    color: white;
    padding: 0px;
    margin: 0px;
}