/* 
    Insert your custom CSS overides below
*/
.well {
    background-color: #fff;
    color: #1e1f26;
    padding: 25px;
    border-radius: 10px;
}
.list-group-item.inactive {
	background-color: #999494!important;
	color: #fff!important;
}
.toggle.btn.btn-success.btn-sm,.toggle.btn.btn-sm.btn-light.off {
    width: 80px!important;
}
.toggle.btn.btn-sm.btn-danger,  .toggle.btn.btn-sm.btn-secondary.off{
    width: 95px!important;
    height: auto!important;
}
.form-control2, .form-control2:focus, .form-control2:active{
    background: rgba(0,0,0,0.3);
    border: 1px solid #131829;
    box-shadow: none;
}
body { 
	width: 100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	background: #092756;
	background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top,  rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg,  #670d10 0%, #092756 100%);
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg,  #670d10 0%,#092756 100%);
	background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg,  #670d10 0%,#092756 100%);
	background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg,  #670d10 0%,#092756 100%);
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg,  #670d10 0%,#092756 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
input, textarea { 
	width: 100%!important; 
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.3); */
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
input:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }

.navbar2 {
    background-color: #1e1f26!important;
}

.list-group-item {
    border: 1px solid rgb(0 0 0 / 31%);
}
.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #a4b2d6;
}
/*  */
.status-not-available {
	color: #ff0000;
}
.status-available{
	color: green;
}
fieldset {
    min-width: 0;
    padding: 25;
    margin: 0;
    border: 1px;
    border-color: #26283b;
    border-style: solid;
}
.profileNav {
    border-bottom: 1px solid rgba(28, 30, 35, .5)!important;
}
.verified {
    max-width: 30px;
    max-height: 30px;
    margin: 9px;
    cursor: pointer;
}
#bio {
    height: 114px;
    border: 1px solid rgba(28, 30, 35, .5);
    /* padding: 25px; */
    background: rgba(0,0,0,0.3);
    font-size: 13px;
    color: #fff;
    /* text-shadow: 1px 1px 1px rgb(0 0 0 / 30%); */
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    box-shadow: inset 0 -5px 45px rgb(100 100 100 / 20%), 0 1px 1px rgb(255 255 255 / 20%);
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}
div#bio {
    padding: 25px;
	font-size: inherit;
    height: inherit;
	margin-bottom: 30px;
}
i.fa.fa-exclamation-triangle.fa-2xl {
    font-size: 4em;
}
.p-12 {
    padding-top: 25px;
}
.float-left2 {
    float: left!important;
    position: absolute;
    left: 15px;
}
#modalHeader {
    background-color: #303240;
}