﻿/* Move down content because we have a fixed navbar that is 50px tall */

body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size:15px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.CenterProgress {
    border: 1px solid red;
    background-color: #0060ff;
    font-size: 17px;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    margin: 10px;
    width: 200px;
    height: 40px;
    text-align : center;
}

fieldset {
    border: 1px solid #0060ff;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

legend {
    border: 1px solid #0060ff;
    border-radius: 10px;
    background-color: #0060ff;
    width: 50%;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    text-align: justify;
}

/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
.jumbotron {
    margin-top: 20px;
}

.body-content {
    padding: 0;
}
}*/

.corner {
    border: 2px solid #221f3c;
    border-radius: 10px;
    background-color: #ffffff;
    height: 250px;
    padding: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #0060ff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #0060ff;
    color: #fff;
    width: 250px;
    font-size: 15px;
    font-weight: bold;
}

.btn.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}


.btn2 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #0060ff;
    color: #ffffff;
    width: 200px;
    font-size: 25px;
    font-weight: bold;
}

.btn2:hover,
.btn2.focus {
    color: #fff;
    text-decoration: none;
}

.btn2.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}



.btn3 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: #0060ff;*/
    /*background: rgb(0,85,240);*/
    background: linear-gradient(90deg, rgba(0,85,240,1) 0%, rgba(243,4,12,1) 100%);
    background-repeat: no-repeat;
    color: #ffffff;
    /*width: 200px;*/
    /*    font-size: 25px;*/
    font-weight: bold;
}

.btn3:hover,
.btn3.focus {
    color: #fff;
    text-decoration: none;
}

.btn3.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.CssTextBox {
    width: 100%;
}




.CssImgPct {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 5px solid #0060ff;
}

.container-login {
    text-align: center;
    width: 400px;
    border: 2px solid #0094ff;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.div-form {
    text-align: left;
    margin: 10px;
    padding: 2px;
}


.div-form2 {
    /*text-align:right;*/
    margin: 2px;
    padding: 2px;
}


.label-form {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

.div-gradient {
    width: 385px;
    height: 260px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 2rem;
    background: #fff;
    background-clip: padding-box;
    border-radius: 10px;
}

.div-gradient:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(230.46deg, #0060ff -2.98%, #ffffff 104.54%);
}

.Space label {
    margin-left: 5px;
    margin-right: 5px;
}

span {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.LabelCss {
    color: #be0707;
    font-size: 15px;
}

.GridHeaderStyle {
    padding: 10px;
    background-color: #0060ff;
    font-size:17px;
    color:#fff;
}

.TextShadow 
{
    font-size: 25px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fcedd8;
    background: #d52e3f;
    font-family: 'Niconne', cursive;
    font-weight: bold;
    text-shadow: 5px 5px 0px #eb452b;
}