
:root {
    --primary-color: #5B9BD1;
    --dark-color: #323A45;
    --heading-color: #222222;
    --font-color: #555555;
    --font-white: #ffffff;
    --font-light: #888888;
    --font-xlight: #f0f0f0;
    --font-ccc: #cccccc;
    --text-muted: #9A9A9A;
    --border-color: #e2e2e2;
    --card-color: #ffffff;
    --white-color: #ffffff;
    --body-color: #fcfcfc;
    --box-shadow: #c7c1c1;
    --box-shadow-light: #ececec;
    --font-hc-color: #888888;
    --bg-hc-color: #323A45
}

[data-theme="dark"] {
    --dark-color: #ffffff;
    --heading-color: #c0c0c0;
    --font-color: #c7c7c7;
    --font-white: #ffffff;
    --font-light: #888888;
    --font-xlight: #333638;
    --font-ccc: #cccccc;
    --text-muted: #80858a;
    --border-color: #3b3f42;
    --card-color: #26282a;
    --white-color: #000000;
    --body-color: #222426;
    --box-shadow: #585858;
    --box-shadow-light: #323536;
    --font-hc-color: #888888;
    --bg-hc-color: #ffffff
}

[data-theme="high-contrast"] {
    --dark-color: #ffffff;
    --heading-color: #ffffff;
    --font-color: #ffffff;
    --font-white: #ffffff;
    --font-light: #000000;
    --font-xlight: #ffffff;
    --font-ccc: #111111;
    --text-muted: #ffffff;
    --border-color: #ffffff;
    --card-color: #000000;
    --white-color: #000000;
    --body-color: #000000;
    --box-shadow: #333333;
    --box-shadow-light: #333333;
    --font-hc-color: #ffffff;
    --bg-hc-color: #000000
}

[class="theme-purple"] {
    --primary-color: #7954AD;
    --primary-color2: #7B54B1;
    --primary-color3: #A37ADB;
    --secondary-color: #E76886;
    --secondary-color2: rgb(223, 126, 148);
    --link-color: #59C4BC;
    --primary-gradient: linear-gradient(45deg, #7B54B1, #E76886)
}

[class="theme-blue"] {
    --primary-color: #2929b9;
    --primary-color2: #4343D3;
    --primary-color3: #6C6CFF;
    --secondary-color: #F99006;
    --secondary-color2: #F92F47;
    --link-color: #87B70A;
    --primary-gradient: linear-gradient(45deg, #2929b9, #87B70A)
}

[class="theme-cyan"] {
    --primary-color: #59C4BC;
    --primary-color2: #33BAB0;
    --primary-color3: #8BCEC9;
    --secondary-color: #637AAE;
    --secondary-color2: #00ACEE;
    --link-color: #E76886;
    --primary-gradient: linear-gradient(45deg, #59C4BC, #637AAE)
}

[class="theme-green"] {
    --primary-color: #38C172;
    --primary-color2: #249D57;
    --primary-color3: #187741;
    --secondary-color: #0957C3;
    --secondary-color2: #5589D2;
    --link-color: #FED500;
    --primary-gradient: linear-gradient(45deg, #38C172, #249D57)
}

[class="theme-orange"] {
    --primary-color: #FFA901;
    --primary-color2: #FF7F00;
    --primary-color3: #FBC200;
    --secondary-color: #600489;
    --secondary-color2: #9439BC;
    --link-color: #38C172;
    --primary-gradient: linear-gradient(45deg, #FFA901, #600489)
}

[class="theme-blush"] {
    --primary-color: #FF6A4A;
    --primary-color2: #F5856D;
    --primary-color3: #FBC200;
    --secondary-color: #87B70A;
    --secondary-color2: #AAD736;
    --link-color: #056CDB;
    --primary-gradient: linear-gradient(45deg, #FF6A4A, #AAD736)
}

[class="theme-red"] {
    --primary-color: #F40000;
    --primary-color2: #F92C2C;
    --primary-color3: #F14F4F;
    --secondary-color: #030886;
    --secondary-color2: #252BCF;
    --link-color: #C7E203;
    --primary-gradient: linear-gradient(45deg, #F40000, #252BCF)
}


/* Add here all your CSS customizations */
.text1
{
    margin-top: -30px;
}
.mylightgrey
{
    background-color: #EDEDED;
    padding:10px;
}
.mywhite
{
    background-color: #fff;
    padding:10px;
}
.sidebar
{	
    background-color: #F1F4D4;
    color:#000;
}
.text2
{
    color:#fff;
    font-size:30px;
    padding-top:20px;
    padding-bottom:20px;
}
.mybody
{
    
    padding-top:0px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.members
{
    background-color: #D3C3A6;
    color: #000099;
    padding-bottom:70px;
    margin-top:-60px;
}
.members1
{
    background-color: #fff;
    color: #000099;
}
.members2
{
    background-color: #F1F4D4;
    color: #000099;
    padding:20px;
}
.alink
{
    font-size:18px;
    font-weight:NORMAL;
    color:#DDA600;
    text-decoration:none;

}
.alink:hover
{
    color:#000;
    text-decoration:none;
}
.blink
{
    font-size:18px;
    font-weight:NORMAL;
    color:#00008A;
    text-decoration:none;

}
.blink:hover
{
    color:#000;
    text-decoration:none;
}
.mypeeps1
{
    background-color:#E1E1E1;
    padding:20px;
}
.mypeeps2
{
    background-color:#efefef;
    padding:20px;
}
.mypeeps3
{
    background-color:#F6F6F6;
    padding:20px;
}
.mypeeps4
{
    background-color:#FBFBFB;
    padding:20px;
}

@media (min-width: 768px) {
#time_widget{
	position:fixed;
	right: 0;
	width:40px;
	top:150px;
	z-index:10000;
	margin-bottom:-80px;
}
.widget_weather
{
	margin-bottom: 10px;
}
}
@media (max-width: 768px) {
#time_widget{
	position:fixed;
	right: 0;
	width:40px;
	top:-550px;
	z-index:10000;
	margin-bottom:-80px;
}
.widget_weather
{
	margin-bottom: 10px;
}
}

.social-icons-facebook
{
	font-size: 30px;
	background-color:#3B5999;
	color:#fff;
	padding:10px;
}
.social-icons-facebook a
{
	color:#fff;
}
.social-icons-facebook a:hover
{
	color:#03C2D4;
}
.social-icons-twitter
{
	font-size: 30px;
	background-color:#1DA1F2;
	color:#fff;
	padding:10px;
	padding-left:10px;
}
.social-icons-twitter a
{
	color:#fff;
}
.social-icons-twitter a:hover
{
	color:#03C2D4;
}
.social-icons-instagram
{
	font-size: 30px;
	background-color:#DE2E77;
	color:#fff;
	padding:10px;
	padding-left:10px;
}
.social-icons-instagram a
{
	color:#fff;
}
.social-icons-instagram a:hover
{
	color:#03C2D4;
}
.social-icons-youtube
{
	font-size: 30px;
	background-color:#FF011D;
	color:#fff;
	padding:10px;
	padding-left:10px;
}
.social-icons-youtube a
{
	color:#fff;
}
.social-icons-youtube a:hover
{
	color:#03C2D4;
}
.social-icons-linkedin
{
	font-size: 30px;
	background-color:#0274B3;
	color:#fff;
	padding:10px;
	padding-left:10px;
}
.social-icons-linkedin a
{
	color:#fff;
}
.social-icons-linkedin a:hover
{
	color:#03C2D4;
}
.social-icons-flickr
{
	font-size: 30px;
	background-color:#0063DC;
	color:#fff;
	padding:10px;
	padding-left:10px;
}
.social-icons-flickr a
{
	color:#fff;
}
.social-icons-flickr a:hover
{
	color:#03C2D4;
}


.nav{
    display: block;
}

.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: #da3731;
    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: #da3731;
    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;
}

.block-header{
    margin-bottom: 20px;
    margin-top: 20px;
}

.block-header h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.block-header .breadcrumb{
    padding: 0 !important;
    margin: 0 !important;
    background: transparent;
    font-size: 13px;
}


.card {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fafafa;
    border: 1px dashed #e2e2e2;
    margin-bottom: 30px;
    position: relative;
    width: 100%
}

.card:hover,
.card:focus-within,
.card:focus {
    border-color: #59C4BC;
}

.card .header {
    color: #637AAE;
    padding: 20px;
    position: relative;
    box-shadow: none;
    margin-bottom: 0
}

.card .header .header-dropdown {
    position: absolute;
    list-style: none;
    top: 11px;
    right: 10px
}

.card .header .header-dropdown li a {
    color: #637AAE;
    padding: 5px 10px
}

.card .header .header-dropdown li .dropdown-menu {
    background: #637AAE;
    border-radius: .1875rem;
    overflow: hidden;
    transform: none !important;
    left: auto !important;
    right: 0;
    padding: 10px;
    box-shadow: 0px 2px 20px 0px var(--box-shadow);
    border: 0
}

.card .header .header-dropdown li .dropdown-menu li {
    display: block !important
}

.card .header .header-dropdown li .dropdown-menu li a {
    color: var(--font-light);
    padding: 10px;
    white-space: nowrap;
    font-size: 14px
}

.card .header .header-dropdown li .dropdown-menu li a:hover {
    color: var(--font-white)
}

.card .header .header-dropdown i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #637AAE;
    font-size: 14px
}

.card .header h2 {
    color: var(--heading-color);
    font-size: 17px;
    position: relative
}

.card .header h2 small {
    color: var(--font-color);
    line-height: 15px;
    font-size: 13px
}

.card .header h2 small a {
    font-weight: 700;
    color: #555
}

.card .p-15 {
    padding: 15px !important
}

.card .body {
    color: #555;
    font-weight: 400;
    padding: 20px
}

.wizard,
.tabcontrol {
    width: 100%;
    overflow: hidden
}

.wizard a,
.tabcontrol a {
    outline: 0
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important
}

.wizard>.steps .current-info,
.tabcontrol>.steps .current-info,
.wizard>.content>.title,
.tabcontrol>.content>.title {
    position: absolute;
    left: -999em
}

.wizard.vertical>.steps {
    float: left;
    width: 30%
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%
}

.wizard.vertical>.steps>ul>li a {
    margin: 0 0 2px 0
}

.wizard.vertical>.content {
    float: left;
    margin: 0 0 0.5em 0;
    width: 70%
}

.wizard.vertical>.actions {
    float: right;
    width: 100%
}

.wizard>.steps {
    position: relative;
    width: 100%;
    margin-bottom: 2px;
    display: block;
}

.wizard>.steps a {
    width: auto;
    margin: 0 2px 0 0;
    padding: 1em 1em;
    text-decoration: none
}

.wizard>.steps a:hover,
.wizard>.steps a:active {
    width: auto;
    margin: 0 2px 0 0;
    padding: 1em 1em;
    text-decoration: none
}

.wizard>.steps .number {
    font-size: 14px
}

.wizard>.steps .disabled a {
    background: var(--font-xlight);
    color: var(--font-ccc);
    cursor: default
}

.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    background: var(--font-xlight);
    color: var(--font-ccc);
    cursor: default
}

.wizard>.steps .current a {
    background: var(--primary-color);
    color: var(--font-white);
    cursor: default
}

.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: var(--primary-color);
    color: var(--font-white);
    cursor: default
}

.wizard>.steps .done a {
    background: var(--primary-color);
    opacity: 0.7
}

.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: var(--primary-color);
    color: var(--font-white);
    opacity: 0.7
}

.wizard>.steps .error a {
    background: #de4848;
    color: var(--font-white)
}

.wizard>.steps .error a:hover,
.wizard>.steps .error a:active {
    background: #de4848;
    color: var(--font-white)
}

.wizard>.steps>ul>li {
    width: 25%;
    float: left;
    padding: 0 !important;
    display: block;
}

.wizard>.content {
    background: var(--white-color);
    margin: 0;
    border: 1px solid var(--border-color);
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto
}

.wizard>.content>.body label.error {
    margin: 0;
    font-size: 12px
}

.wizard>.actions {
    position: relative;
    width: 100%
}

.wizard>.actions>ul>li {
    float: left
}

.wizard>.actions a {
    background: var(--primary-color);
    color: var(--font-white);
    text-decoration: none;
    border-radius: .25rem;
    padding: 5px 10px
}

.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: var(--primary-color);
    color: var(--font-white);
    text-decoration: none
}

.wizard>.actions .disabled a {
    background: var(--font-xlight);
    color: var(--font-ccc)
}

.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    background: var(--font-xlight);
    color: var(--font-ccc)
}

.wizard .content {
    min-height: 245px;
    overflow-y: auto
}

.wizard .content .body {
    padding: 15px
}

.tabcontrol>.steps {
    position: relative;
    width: 100%
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1
}

.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.tabcontrol>.steps>ul>li:hover {
    background: var(--font-xlight);
    border: 1px solid var(--font-ccc)
}

.tabcontrol>.steps>ul>li.current {
    background: var(--white-color);
    border: 1px solid var(--font-ccc);
    border-bottom: 0 none;
    padding: 0 0 1px 0
}

.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px 30px
}

.tabcontrol>.steps>ul>li>a {
    color: var(--font-color);
    border: 0 none;
    padding: 10px 30px;
    text-decoration: none
}

.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none
}

.tabcontrol>.content {
    position: relative;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid var(--font-ccc)
}

.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%
}

.tabcontrol>.content>.body ul {
    list-style: disc !important
}

.tabcontrol>.content>.body ul>li {
    display: list-item
}

@media only screen and (max-width: 767px) {
    .wizard>.steps>ul>li {
        width: 100%
    }
    .wizard.wizard.vertical>.content,
    .wizard.wizard.vertical>.steps {
        width: 100%
    }
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #da3731 !important;
    border-color: #da3731 !important;
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #ff9a00 !important;
    border-color: #ff9a00 !important;
}
a {
    color: #000066 !important;
}
.footer-area a {
    color: #fff !important;
}
.navbar-area-3 .nav-right-part .btn {
    color: #fff !important;
}
.navbar-top ul li a {
    color: #fff !important;
}