﻿.cssInst {
    font-weight: bold;
    color: navy;
    text-align: justify;
}

.boxSize {
    width: 100%;
    height: 100px;
    vertical-align: middle;
}

.curHand {
    cursor: pointer !important;
}

.topBot20 {
    padding: 20px 0px;
}

.groupbox {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 4px double blue;
}

    .groupbox .legend {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: -15px;
        margin-bottom: 20px;
        font-size: 21px;
        line-height: inherit;
        color: white;
        border: 1px solid #e5e5e5;
        border-radius: 15px;
        background-color: blue;
        text-align: center;
    }

.cssTick {
    margin-top: 15px;
    font-size: 30px;
    color: green;
    display: flex;
    position: relative;
    padding: 2px;
}

    .cssTick i {
        position: absolute;
    }

.rborder_num label {
    border: 2px solid white;
    border-radius: 50px;
    min-width: 25px;
    background-color: white;
    color: black;
    text-align: center;
}

.success_hand {
    font-size: 24px;
    color: forestgreen;
}

.status_11 {
    min-height: 50px;
    border: 1px solid gray;
    color: black;
    background-color: lightgrey;
    font-weight: bold;
    padding: 10px;
    margin-top: 5px;
}

.status_0 {
    min-height: 50px;
    border: 1px solid gray;
    color: black;
    background-color: lightgrey;
    font-weight: bold;
    padding: 10px;
    margin-top: 5px;
    border-radius: 30px;
}

.status_1 {
    min-height: 50px;
    border: 3px solid gray;
    color: black;
    background-color: orange;
    font-weight: bold;
    padding: 10px;
    margin-top: 5px;
    border-radius: 30px;
    animation: blink 2s step-end infinite alternate;
}

.status_2 {
    min-height: 50px;
    border: 1px solid gray;
    color: white;
    background-color: limegreen;
    font-weight: bold;
    padding: 10px;
    margin-top: 5px;
    border-radius: 30px;
}

.status_m1 {
    min-height: 50px;
    border: 1px solid gray;
    color: white;
    background-color: red;
    font-weight: bold;
    padding: 10px;
    margin-top: 5px;
    border-radius: 30px;
}

.status_btn {
    color: black;
    font-weight: bold;
    animation: blink2 2s step-end infinite alternate;
}

.rborder_pend label {
    border: 2px solid white;
    border-radius: 50px;
    min-width: 25px;
    background-color: red;
    color: white;
    text-align: center;
    animation: blink 2s step-end infinite alternate;
}

.rborder_success label {
    border: 2px solid forestgreen;
    border-radius: 50px;
    min-width: 25px;
    background-color: forestgreen;
    color: white;
    text-align: center;
}

.rborder_pend .vl {
    /*border-left: 6px solid red;
			height: 30px;
			margin: auto;
			max-width: 6px;
			margin-top: -5px;*/
}

.rborder_success .vl {
    /*border-left: 6px solid forestgreen;
			height: 30px;
			margin: auto;
			max-width: 6px;
			margin-top: -5px;*/
}

@keyframes blink {
    50% {
        color: white;
    }
}

@keyframes blink2 {
    0%, 60%, 100% {
        color: white;
    }

    30% {
        color: black;
    }
}

.alerts-borderBlnk {
    border: 3px yellow solid;
    animation: blinkBrdr 1s step-end infinite alternate;
    white-space:normal;
}

@keyframes blinkBrdr {
    50% {
        border-color: #fff;
    }
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

#divMyInfo .form-control{
    min-height:42px;
}