/* Add here all your CSS customizations */
.ourvision
{
	background-color:#000;
	color:#fff;
	font-size: 20px;
	padding:20px;
}
.mygreen
{
	background-color:#FF7F00;
	color:#fff;
	font-size: 18px;
	padding:18px;
}
.mygreen a
{
	color:#fff;
}
.mygreen a:hover
{
	color:#000;
}
.titles
{
	color:#076324;
	font-size:20px;
	line-height:23px;
	font-weight: 300;
}
.titles1
{
	color:#000;
	font-size:20px;
	line-height:23px;
	font-weight: 300;
}
@media (min-width: 992px) {
#time_widget{
	position:fixed;
	right: 0;
	width:40px;
	top:200px;
	z-index:10000;
	margin-bottom:-80px;
}
.widget_weather
{
	margin-bottom: 10px;
}
}
@media (max-width: 992px) {
#time_widget{
	position:fixed;
	left: 0;
	width:40px;
	top:-200px;
	z-index:10000;
	margin-bottom:-80px;
}
.widget_weather
{
	margin-bottom: 10px;
}
}
.mypageby
{
	background-image: url(../images/pagesbg.jpg);
	background-repeat: repeat;
}
.tree-accordion {
    line-height: 1.5;
}
.tree-accordion dt, .tree-accordion dd {}
.tree-accordion dt a {
    display: block;
}
.tree-accordion .fa {
    color: #666666;
}
.tree-accordion dd a {}
.tree-accordion dd span {
    display: block;
}
.tree-accordion dd {
    margin: 0 0 0 20px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color:#E01017;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #920E1A;
}
.headerwithbg
{
	background-color:#3AB34C;
	color:#fff;
	padding:8px;
	font-size: 15px;
	text-transform:uppercase;
}

@media (min-width: 992px) {
.innerheader
{
	position:relative;
	margin-top: -120px;
}
.innertitle
{
	
	position:absolute;
	margin-top: -250px;
	color:#fff;
	font-size: 40px;
	text-shadow: 2px 2px #000;
	font-weight: 700;
	margin-left: 150px;
}
}
@media (max-width: 992px) {
.innerheader
{
	position:relative;
	margin-top: 0px;
}
.innertitle
{
	position:absolute;
	margin-top: -100px;
	color:#fff;
	font-size: 20px;
	text-shadow: 2px 2px #000;
}
}
.myjustify
{
	text-align:justify;
}
@media (min-width: 992px) {
.arbitratorheight
{
	height:auto;
	min-height: 300px;
	padding-top:10px;
	padding-bottom:10px;
}
.greybg
{
	background-color:#efefef;

}
}
@media (max-width: 992px) {
.arbitratorheight
{
	padding-bottom: 20px;
	border-bottom: 1px solid #076324;
}
}

.admin-form p {
    margin: 0 0 9.5px;
}


.member-dashboard{
    background: #f6f9fb;
}

.wrapper {
    display: flex;
    align-items: stretch;
}    

/* Profile container */
.profile {
    margin-top: 10px;
    margin-bottom: 20px;

    display: flex;
    align-items: stretch;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;

    min-width: 263px;
    max-width: 263px;
    min-height: 100vh;
    transition: all 0.3s;

}

.profile-sidebar.active {
    margin-left: -293px;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    /*    width: 50%;
        height: 50%;*/
    /*    -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;*/
}

.profile-usertitle {
    text-align: center;
    margin-top: 10px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-name span{
    font-weight: normal;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}

@media (max-width: 768px) {
    .profile-sidebar {
        margin-left: -293px;
    }
    .profile-sidebar.active {
        margin-left: 0;
    }
}

/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    /*min-height: 504px;*/

    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    margin-left: 30px;
    flex:1;
}

@media print {
    .multiple-print {page-break-after: always;}
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
}

.quickstats{
    color: #5b9bd1;
    background-color: #f6f9fb;
    padding: 5px 10px;
    margin-bottom: 20px;
}