﻿/* Desktop and Mobile */
:root {
	--main-color: #7367f0;
	--second-color: #4017a9;
}
.desktop .mobile-only {
    display: none
}

.mobile .desktop-only, .tablet .desktop-only {
    display: none
}

body {
    font-family: 'Microsoft YaHei', SimHei, 'Open Sans', sans-serif;
    color: #444;
    line-height: 24px;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    background-color: #f1f2f2;
}
.en {font-size: 14px;}
ul {
    /*
    margin  : 0;
    padding : 0;
    */
}

ul ul {
    padding-left: 20px;
}

ol, ul {
    padding-left: 20px;
}

.white-box li {
    margin-top: 5px;
    margin-bottom: 5px;
}

a {
    color: var(--main-color);
}

a:focus, a:active, a:hover {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--main-color);
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    color: var(--main-color);
    letter-spacing: 1px;
}

.mtop10 {
    margin-top: 10px;
}

hr {
    border-color: #DDD;
}


/*--------------------------------------------*/

/*   Helper clasess
/*--------------------------------------------*/

.clear {
    clear: both;
}

.p-0 {
    padding: 0px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-l-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.m-0 {
    margin: 0px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}
.m-l-20 {
    margin-left: 20px !important;
}
.m-l-25 {
    margin-left: 25px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}
.m-t-50 {
    margin-top: 50px !important;
    }
.m-t-60 {
    margin-top: 60px !important;
    }

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-r-5 {
    margin-right: 5px;
}

/*--------------------------------------------*/

/*  Page titles
/*--------------------------------------------*/

.page-title-box {
    margin: -20px -15px 20px -15px;
    padding: 20px;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    background-color: #FFF;
}

.page-title-box .page-title {
    margin: 0;
    float: left;
    font-size: 20px;
}

.page-title-box .breadcrumb {
    background-color: transparent !important;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    border-radius: 0;
    float: right;
}

/* Helper clasess*/

.white-box {
    background: #FFF;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.popover-content {
    display: inline-block;
}

/* ----------------------------
   Header Layout
 ----------------------------*/

header {
    display: block;
    width: 100%;
    height: 78px;
    /*background-image: url(../img/common/bg_header.jpg);*/
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fff;
}

@media screen and (max-width:1186px) {
    header {
        width: 1170px;
        background-position: -376px top
    }
}

header .container {
    display: block;
    height: 100%;
}

header .language {
    float: right;
    margin: 0;
    padding: 0;
    border-right: 1px solid #e96b6b;
}

header .language li {
    float: left;
    list-style: none;
}

header .language li a {
    width: 66px;
    /*height:78px;*/
    line-height: 39px;
    text-align: center;
    display: block;
    border-left: 1px solid #e96b6b;
    text-decoration: none;
    -webkit-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -o-transition: all .1s easet 0s;
    transition: all .1s easet 0s;
}

header .language li a:hover {
    background-color: #e96b6b
}

header .language li:first-child a, header .language li:first-child+li a, header .language li:first-child+li+li a {
    height: 39px
}

header .language li:first-child+li+li {
    clear: both;
    width: 100%
}

header .language li:first-child+li+li a {
    width: 100%;
    height: 39px;
    text-transform: uppercase;
    border-top: 1px solid #e96b6b
}

i.icon-phone {
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/icon_phone.png) no-repeat;
}

header .language li.visited a {
    cursor: default;
    color: #f69896
}

header .language li.visited a:hover {
    background-color: transparent;
}

.navigation .navbar-nav {
    margin-top: -80px;
    margin-left: 0;
    color: #fff;
    padding-left: 270px;
}

.navigation .navbar-nav a {
    color: #fff;
}

.navbar {
    letter-spacing: 1px;
}

.navbar-nav>li>a {
    margin-top: 1px;
    padding-top: 0!important;
    padding-bottom: 0!important;
    height: 47px;
    line-height: 47px;
}

.ie .header-inner .logo, .ie10 .header-inner .logo {
    position: absolute;
}

.header-inner .logo {
    position : absolute;
    top: 6px;
    width: 260px;
    height: 80px;
}

.header-inner .logo, .header-fixed .logo {
    background-image: url(../img/common/logo.svg);
    background-position: center;
}
.header-inner .logo-en, .header-fixed .logo {
    background-image: url(../img/common/enlogo.svg);
}

.header-inner .logo {
    /*position: relative;*/
    margin: 0;
    padding: 0;
    display: block;
    text-indent: -99999px;
    background-repeat: no-repeat;
    -webkit-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
    zoom:85%;
    -ms-zoom: 0.85;
    -webkit-zoom: 0.85;
    -moz-transform: scale(0.85,0.85);
}

.BacktoYSB {
    float:right;
    margin-top: 19px;
    padding:8px 15px;
    color:#fff;
    font-size:15px;
    border-radius:5px;
    background-color: #fb6567;
    }
.BacktoYSB:hover,
.BacktoYSB:active {
    color:#fff;
    background-color: #ff7879;
    }
.BacktoYSB:visited {color:#fff;}

.helpmenu-link {
    display:flex;
    width:100%;
    border-bottom: 1px solid #162b3e;
    }
.directory {
    flex:auto;
    padding: 20px 10px 20px 30px;
    }
.directory .title {
    margin:10px 0;
    text-align:left;
    color: #84919c;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    }
.directory a {
    display:block;
    text-align:left;
    color:#4c5c6f;
    }
.directory a:hover {
    color:#5686b4
    }

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #f45b5d;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: #c72c2c;
}

.nav>li>a:hover, .nav>li>a:focus {
    color: #fff;
    text-decoration: none;
    /*background-color: #45a2ff;*/
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

i.icon-phone {
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/common/icon_phone.png) no-repeat;
}

.icon-phone:before {
    content: none
}

/* ----------------------------
   Footer Layout
 ----------------------------*/

/*footer {
    position: relative;
    z-index: 40;
    min-width: 1170px;
    min-height: 200px;
    background-image: url(../img/common/bg_footer.png);
    background-repeat: repeat-x;
    background-color: #0f2030
}

.footer-bg {
    padding: 0!important;
    display: block;
    background-image: url(../img/common/bg_footer_light.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.footer-copyright {
    float: left;
    padding-left: 90px;
    padding-right: 0;
    width: 390px;
    height: 135px;
    color: #4C5C6F;
    border-bottom: 1px solid #162B3E;
    background-image: url(../img/common/bg_logo.png);
    background-position: 10px center;
    background-repeat: no-repeat
}

.footer-contact {
    float: left;
    padding-top: 30px;
    height: 135px;
    color: #3D4B5A;
    border-bottom: 1px solid #162B3E;
}

.footer-contact .online {
    float: left;
    margin-top: -1px
}

.footer-contact .online a {
    width: 140px;
    font-size: 12px;
    display: block;
    text-align: center;
    color: #4C5C6F
}

.footer-contact .online a:hover {
    color: #46586B
}

.footer-contact .online a:hover span {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.footer-contact .online span {
    margin: 0 auto;
    width: 100px;
    height: 50px;
    display: block;
    padding-top: 52px;
}

.footer-contact ul.list {
    margin: 0;
    padding: 0;
    float: left;
}

.footer-contact ul.list li {
    height: 22px;
    line-height: 22px;
    list-style: none
}

.footer-contact ul.list li a {
    height: 27px;
    line-height: 27px;
    color: #4C5C6F
}

.footer-contact ul.list li a:hover {
    color: #46586B
}

.footer-contact ul.list li a:hover span {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.footer-contact ul.list li span {
    margin-top: 0;
    text-indent: -9999px
}

.footer-contact .icon {
    width: 25px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/common/mixed.png);
    background-repeat: no-repeat
}

.footer-contact .icon-qq {
    background-position: -100px -775px
}

.footer-contact .icon-skype {
    background-position: -125px -775px
}

.footer-contact .icon-email {
    background-position: -150px -775px
}

.footer-contact .icon-yahoo {
    background-position: -175px -775px
}

.footer-contact .icon-CustomerService {
    background-position: -100px -700px
}

.footer-gicc {
    float: left;
    padding-right: 0;
    height: 135px;
    color: #4C5C6F;
    border-bottom: 1px solid #162B3E;
    background-image: url(../img/common/bg_logo_gicc.png);
    background-position: 10px center;
    background-repeat: no-repeat
}

.footer-logo {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 1170px;
    height: 103px;
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat
}

.footer-copyright {
    padding-top: 35px;
    line-height: 22px;
    font-size: 13px;
    width: 50%;
    background-position: 120px center;
    padding-left: 200px
}

.footer-contact {
    padding-top: 33px;
    padding-left: 140px;
    width: 50%
}

.footer-gicc {
    padding-top: 35px;
    padding-left: 90px;
    width: 390px;
    line-height: 22px
}

.footer-logo {
    background-image: url(../img/common/bg_teamwork.png);
    background-position: 0 15px
}*/

/* class: footer-menu */

ul.footer-menu {
    margin: 0;
    padding: 0
}

ul.footer-menu>li {
    float: left;
    list-style: none;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
    text-align: center
}

ul.footer-menu>li:first-child {
    color: #8795A3;
    font-size: 15px;
    background-color: #26394b
}

ul.footer-menu>li:first-child a {
    width: 155px;
    height: 65px;
    line-height: 65px;
    display: block
}

ul.footer-menu>li:first-child a:hover {
    background-color: #293d50
}

ul.footer-menu>li:first-child+li+li+li+li+li+li+li+li+li {
    /*support IE8*/
    float: right;
    width: 230px;
    color: #8795A3;
    font-size: 15px;
    background-color: #26394b
}

ul.footer-menu>li:first-child+li {
    margin-left: 14px
}

ul.footer-menu>li:first-child+li+li+li+li+li+li+li+li:after, ul.footer-menu>li:first-child+li+li+li+li+li+li+li+li+li:after {
    /*support IE8*/
    content: ''
}

ul.footer-menu>li>a {
    padding: 0 15px;
    color: #a3afbc;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s easet 0s;
    transition: all .2s easet 0s
}

ul.footer-menu>li>a:hover {
    color: #5686b4
}

ul.footer-menu>li+li:after {
    content: '/';
    color: #2c4659
}

ul.footer-menu>li:first-child:after {
    content: ''
}

/*--------------------------------------------*/

/*   Left Side
/*--------------------------------------------*/

.left-side {
    min-width: 240px;
    max-width: 360px;
    /*position   : absolute;*/
    /*top        : 0;*/
    /*left       : 0;*/
    background: var(--main-color);
}

.sticky-left-side {
    /*position   : fixed;*/
    flex: 1;
    min-height: 100%;
    overflow-y: auto;
    z-index: 100;
}

/*
.left-side-collapsed .sticky-left-side {
    overflow-y : visible;
    }
*/

.logo {
    padding-top: 5px;
    height: 50px;
}

.logo a {
    font-size: 24px;
    color: #FFF;
    margin: 16px 0 0 0px;
    text-decoration: none;
    display: inline-block;
	font-weight: normal !important;
}

.logo-icon {
    display: none;
}

/*
.left-side-collapsed .logo-icon {
    height     : 45px;
    margin-top : -48px;
    display    : block !important;
    }
*/

.left-side-inner {
    padding: 0px;
    margin-bottom: 50px;
}

.left-side .searchform {
    display: none;
}

.left-side .searchform::after {
    content: '';
    display: block;
    clear: both;
}

.left-side .searchform input {
    padding: 10px;
    width: 90%;
    margin: 0 0 20px 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
}

.left-side .logged-user {
    padding: 0 0 15px 12px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
}

.left-side .logged-user .media-object {
    width: 45px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

.left-side .logged-user .media-body {
    margin-left: 60px;
    color: #D7D7D7;
}

.left-side .logged-user .media-body h4 {
    font-size: 15px;
    margin: 5px 0 0 0;
}

.left-side .logged-user .media-body h4 a {
    color: #FFF;
}

.left-side .logged-user .media-body span {
    font-style: italic;
    font-size: 11px;
    opacity: 0.5;
}

.custom-nav {
    margin-bottom: 10px;
}

.custom-nav>li>a {
    color: #f8f6ff;
    padding: 12px 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
	font-weight: normal;
}

.custom-nav>li.nav-active>a:first-child {}

.custom-nav>li>a:hover {
    background-color: #d2c2ff !important;
    color: #FFF;
    border-radius: 0;
    -webkit-border-radius: 0;
}

/*.custom-nav > li.menu-list > a {
	background: transparent url(../images/plus-white.png) no-repeat 93% center;
}*/

.custom-nav>li.menu-list>a:after {
    content: "\f067";
    font-family: FontAwesome;
    right: 30px;
    position: absolute;
    top: 10px;
    color: #f8f6ff;
    font-size: 12px;
}

.custom-nav>li.menu-list.nav-active>a:after {
    content: "\f068";
    font-family: FontAwesome;
    right: 30px;
    position: absolute;
    top: 12px;
}

/*
.left-side-collapsed .custom-nav > li.menu-list > a:after {
    display : none;
    }
*/

/*.custom-nav > li.menu-list > a:hover {
	background-color: #232F3A;
	background-image: url(../images/plus.png);
}

.custom-nav > li.nav-active > a {
	background-color: #1D2833;
	background-image: url(../images/minus.png);
	color: #FFF;
}*/

.custom-nav>li.nav-active>ul {
    display: block;
}

/*.custom-nav > li.nav-active > a:hover {
	background-image: url(../images/minus.png);
}*/

.custom-nav>li.active>a, .custom-nav>li.active>a:hover, .custom-nav>li.active>a:focus {
    background-color: #232F3A;
    color: #D8D4D4;
}

/*.custom-nav > li.menu-list.active > a {
	background-image: url(../images/plus.png);
}

.custom-nav > li.nav-active.active > a {
	background-image: url(../images/minus.png);
}*/

/*.custom-nav > li.nav-active.active > a:hover {
	background-image: url(../images/minus.png);
}*/

.custom-nav li i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.custom-nav .sub-menu-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.custom-nav .sub-menu-list>li>a {
    color: #444;
    font-size: 13px;
    display: block;
    cursor: pointer;
    padding: 8px 5px 8px 38px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    border-bottom: 1px solid var(--main-color);
	font-weight: normal;
}

.custom-nav .sub-menu-list>li>a:hover, .custom-nav .sub-menu-list>li>a:active, .custom-nav .sub-menu-list>li>a:focus {
    text-decoration: none;
    color: #FFF;
    background: #d2c2ff;
}

.sub-menu-list>li>a.visited {
    background-color: var(--second-color)!important;
    color: #fff!important;
    font-size: 14px;
}

.sub-menu-list>li>a:hover.visited {
    color: #444;
    cursor: default;
}

.custom-nav .sub-menu-list>li .fa {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline;
}

.custom-nav .sub-menu-list>li.active>a {
    /*
    color            : #666;
    background-color : #EDECEE;
    */
}

.custom-nav .sub-menu-list ul {
    margin-left: 12px;
    border: 0;
}

.custom-nav .menu-list.active ul {
    display: block;
}

.navbar-default {
    margin: 0 auto;
    width: 1170px;
}

/*--------------------------------------------*/

/*   Left Side Collapse
/*--------------------------------------------*/

/*
.left-side-collapsed .logo {
    display : none;
    }

.left-side-collapsed .header-section {
    margin-left : 0px;
    }

.left-side-collapsed .left-side {
    width : 52px;
    top   : 50px;
    }

.left-side-collapsed .left-side-inner {
    padding : 0;
    }

h5.left-nav-title {
    margin-left : 10px;
    color       : #FFF;
    }

.left-side-collapsed .custom-nav {
    margin : 2px 0 20px 0;
    }

.left-side-collapsed .custom-nav li a {
    text-align : center;
    padding    : 10px;
    position   : relative;
    }

.left-side-collapsed .custom-nav > li.menu-list > a {
    background-image : none;
    }

.left-side-collapsed .custom-nav li a span {
    position   : absolute;
    background : #283541;
    padding    : 10px;
    left       : 52px;
    top        : 0;
    min-width  : 220px;
    text-align : left;
    z-index    : 100;
    display    : none;
    }

.left-side-collapsed .custom-nav li.active a span {
    -moz-border-radius    : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
    }

.left-side-collapsed .custom-nav ul, .left-side-collapsed .custom-nav .menu-list.nav-active ul {
    display : none;
    }

.left-side-collapsed .custom-nav .menu-list.nav-hover ul {
    display : block;
    }

.left-side-collapsed .custom-nav li.nav-hover a span {
    display : block;
    color   : #FFF;
    }

.left-side-collapsed .custom-nav li.nav-hover.active a span {
    background : #232F3A;
    color      : #FFF;
    }

.left-side-collapsed .custom-nav li.nav-hover ul {
    display               : block;
    position              : absolute;
    top                   : 40px;
    left                  : 52px;
    margin                : 0;
    min-width             : 220px;
    background            : #353F4F;
    z-index               : 100;
    -moz-border-radius    : 0 0 2px 0;
    -webkit-border-radius : 0 0 2px 0;
    border-radius         : 0 0 2px 0;
    overflow-y            : auto;
    }

.left-side-collapsed .custom-nav ul a {
    text-align   : left;
    padding      : 6px 10px;
    padding-left : 10px;
    }

.left-side-collapsed .custom-nav ul a:hover {
    background : #2A323F;
    }

.left-side-collapsed .custom-nav li a i {
    margin-right : 0;
    }

.left-side-collapsed .main-content {
    margin-left : 53px;
    }

.left-side-collapsed .left-side {
    overflow : visible !important;
    }
*/

/*--------------------------------------------*/

/*   Header Section
/*--------------------------------------------*/

.header-section {
    background: transparent;
}

.header-section::after {
    clear: both;
    display: block;
    content: '';
}

.toggle-btn {
    width: 52px;
    height: 50px;
    font-size: 20px;
    padding: 15px;
    cursor: pointer;
    float: left;
    color: #212121;
    text-align: center;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

/*
.left-side-collapsed .toggle-btn {
    margin-left : -52px;
    }
*/

.toggle-btn:hover {
    background: #F2F2F2;
    color: #141313;
}

.toggle-title {
    line-height: 41px;
    margin: 0;
    background-color: var(--main-color);
    color: #fff;
    text-indent: 38px;
    font-size: 14px;
}

.searchform input {
    box-shadow: none;
    float: left;
    font-size: 14px;
    height: 35px;
    margin: 7px 0 0 10px;
    padding: 10px;
    width: 220px;
}

.searchform input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #DDD;
}

.menu-right {
    float: right;
    margin-right: 15px;
}

.notification-menu {
    list-style: none;
}

.notification-menu>li {
    display: inline-block;
    float: left;
    position: relative;
}

.notification-menu>li>a>i {
    margin-top: 6px;
}

.notification-menu .dropdown-toggle {
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    background: #d73639;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0 0 10px 10px;
    border: none;
    opacity: .90;
}

.notification-menu .dropdown-toggle:hover, .notification-menu .dropdown-toggle:focus, .notification-menu .dropdown-toggle:active, .notification-menu .dropdown-toggle.active, .notification-menu .open .dropdown-toggle.dropdown-toggle {
    background: #d73639;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.notification-menu .dropdown-toggle img {
    vertical-align: middle;
    margin-right: 5px;
    width: 26px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.notification-menu .dropdown-toggle .caret {
    margin-left: 5px;
}

.notification-menu .dropdown-menu {
    border: 0;
    margin-top: 0px;
    -moz-border-radius: 2px 0 2px 2px;
    -webkit-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
}

.notification-menu .dropdown-menu li {
    display: block;
    margin: 0;
    float: none;
    background: none;
    padding: 0px;
}

.notification-menu .dropdown-menu-usermenu li {
    padding: 0;
}

.notification-menu .dropdown-menu li a {
    font-size: 13px;
    padding: 7px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.notification-menu .dropdown-menu li a:hover {
    background: #F5F5F5;
    color: #3C3A3A;
}

.notification-menu .dropdown-menu li i {
    font-size: 11px;
    margin-right: 5px;
}

.notification-menu .dropdown-menu-head {
    padding: 0;
    min-width: 300px;
}

.notification-menu .info-number {
    padding: 12px 15px;
    height: 50px;
    font-size: 16px;
    background: #FFF;
    color: #333;
    border-color: #FFF;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.notification-menu .dropdown-menu-head ul {
    border: 1px solid #DDD;
    border-top: 0;
    padding: 0;
}

.notification-menu .dropdown-menu-head li a {
    color: #333;
    padding: 10px 15px;
    opacity: 1;
}

.notification-menu .dropdown-menu-head li a:hover {
    background: none;
    color: #000 !important;
    text-decoration: none;
}

.notification-menu .btn-group {
    margin-bottom: 0;
}

.dropdown-menu .last {
    background-color: #F8F8F8 !important;
    border-bottom: 0 none;
}

.dropdown-list li {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #EEE;
}

.dropdown-list li:last-child {
    border-bottom: 0;
}

.dropdown-list .thumb {
    width: 36px;
    float: left;
}

.dropdown-list .thumb img {
    width: 100%;
    display: block;
    vertical-align: middle;
}

.dropdown-list .desc {
    margin-left: 45px;
    display: block;
}

.dropdown-list .desc h5 {
    font-size: 13px;
    margin-top: 7px;
}

.dropdown-list li:last-child {
    padding: 10px 15px;
}

.dropdown-list li .badge {
    float: right;
}

.user-list {
    width: 300px;
}

.user-list .progress {
    margin-bottom: 0;
}

.normal-list li a .label i {
    margin-right: 0;
}

.normal-list li a span.label {
    float: left;
    margin-right: 10px;
    padding: 5px;
    width: 20px;
}

.normal-list li a:hover {
    color: #65CEA7 !important;
    text-decoration: none;
}

.normal-list li .name {
    font-size: 13px;
    font-family: 'Arial' Helvetica, sans-serif;
    line-height: 21px;
}

.normal-list li .msg {
    font-size: 12px;
    line-height: normal;
    color: #999;
    display: block;
}

.info-number .badge {
    background: #F86A5E;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 5px;
    position: absolute;
    right: 4px;
    top: 10px;
}

.notification-list {
    max-height: 230px;
}

.notification-list em {
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    margin-top: 4px;
}

.notification-list .media-body {
    display: inherit;
    width: auto;
    overflow: hidden;
    margin-left: 50px;
}

.notification-list .media-body h5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    font-size: 13px;
}

.notification-list .media-body p {
    font-size: 14px;
}

.notifi-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 20px 15px;
    color: #4C5667;
}

.noti-primary {
    color: #FFF;
    border: 1px solid #03A9F3;
    background: #03A9F3;
}

.noti-success {
    color: #FFF;
    border: 1px solid #81C868;
    background: #81C868;
}

.noti-info {
    color: #FFF;
    border: 1px solid #34D3EB;
    background: #34D3EB;
}

.noti-warning {
    color: #FFF;
    border: 1px solid #FFBD4A;
    background: #FFBD4A;
}

.noti-danger {
    color: #FFF;
    border: 1px solid #F05050;
    background: #F05050;
}

.noti-dark {
    color: #FFF;
    border: 1px solid #36404A;
    background: #36404A;
}

.noti-purple {
    color: #7266BA;
    border: 1px solid #7266BA;
    background: #7266BA;
}

.noti-pink {
    color: #FFF;
    border: 2px solid #FB6D9D;
    background: #FB6D9D;
}

.noti-custom {
    color: #FFF;
    border: 1px solid #5FBEAA;
    background: #5FBEAA;
}

.noti-inverse {
    color: #FFF;
    border: 1px solid #4C5667;
    background: #4C5667;
}

.notifications.dropdown .dropdown-menu li {
    border-bottom: 1px solid #E3E1E1;
    display: block;
    font-size: 12px;
}

.notifications.dropdown .dropdown-menu .external-last {
    background-color: #F8F8F8;
    border-bottom: 0 none;
}

.message-list a {
    color: #7A7777;
    font-size: 13px;
    padding: 10px 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #F3F3F3;
}

.message-list a:hover {
    background: #F3F3F380;
}

.message-list span.photo {
    width: 45px;
    height: 45px;
    float: left;
}

.message-list span.photo img {
    width: 45px;
    height: 45px;
}

.message-list span.subject {
    display: block;
    margin-left: 60px;
    font-weight: 600;
    font-size: 13px;
}

.message-list span.message {
    display: block;
    margin-left: 60px;
    white-space: initial;
}

.message-list span.time {
    margin-left: 60px;
    color: #AEAAAA;
    display: block;
}

/*--------------------------------------------*/

/*   Sticky Header
/*--------------------------------------------*/

.sticky-header .header-section {
    position: fixed;
    top: 0;
    left: 240px;
    width: 100%;
    z-index: 100;
}

.sticky-header .main-content {
    /*padding-top : 50px;*/
}

.sticky-header .menu-right {
    margin-right: 270px;
}

/*
.sticky-header.left-side-collapsed .header-section {
    left : 53px;
    }

.sticky-header.left-side-collapsed .menu-right {
    margin-right : 67px;
    }
*/

.dropdown-menu-head {
    background: #FFF
}

.dropdown-menu-head .title {
    background: #F2F2F2;
    color: #292626;
    padding: 15px;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    font-size: 13px;
}

/*--------------------------------------------*/

/*   Main content
/*--------------------------------------------*/

.main-content {
    position: relative;
    /*margin: 0 auto;*/
    display: flex;
    /*width: 1170px;*/
    background: #f2f2f2;
}

.header-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.wrapper {
    flex: 4;
    padding: 15px 30px;
    min-width: 930px;
    max-width: 930px;
	/* background: #f2f2f2; */
}

.wrapper::after {
    clear: both;
    display: block;
    content: '';
    margin-bottom: 30px;
}

.wrapper-content>.panelbox {
    display: none;
}

.wrapper-content>.active {
    display: block
}

/*--------------------------------------------*/

/*  White Panel & Popover
/*--------------------------------------------*/

.white-box {
    background: #eaeaea;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
}

.popover-content {
    display: inline-block;
}

.Popovers-wrap .btn, .tooltip-wrap .btn {
    margin-bottom: 10px;
}

/*--------------------------------------------*/

/*  Button
/*--------------------------------------------*/

.button-wrap .btn {
    margin-bottom: 12px;
    margin-right: 8px;
}

.btn {
    border-radius: 0px;
}

.btn.round {
    border-radius: 25px;
}

.btn.outline-btn {
    background: transparent;
}

.btn-label {
    background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin: -6px 12px -6px -14px;
    padding: 7px 15px;
}

.round .btn-label {
    border-radius: 15px 0px 0px 15px;
}

.btn-default {
    background: #F8F8F8;
    border: 1px solid #E4E7EA;
}

.btn-default:hover, .btn-default:focus, .btn-default.disabled:hover, .btn-default.disabled:focus {
    opacity: 0.8;
    background: #E4E7EA;
    border-color: #E4E7EA !important;
}

.btn-primary {
    background: #03A9F3;
    border: 1px solid #03A9F3;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.disabled:hover, .btn-primary.disabled:focus {
    opacity: 0.8;
    background: #03A9F3 !important;
    border-color: #03A9F3 !important;
}

.btn-primary.outline-btn {
    color: #03A9F3;
}

.btn-primary.outline-btn:hover, .btn-primary.outline-btn:focus, .btn-success.outline-btn:hover {
    background: #03A9F3;
    color: #FFF;
    opacity: 1;
}

.btn-success {
    background: #81C868;
    border: 1px solid #81C868;
}

.btn-success:hover, .btn-success:focus, .btn-success.disabled:hover, .btn-success.disabled:focus {
    opacity: 0.8;
    background: #81C868;
    border-color: #81C868 !important;
}

.btn-success.outline-btn {
    color: #81C868;
}

.btn-success.outline-btn:hover, .btn-success.outline-btn:focus, .btn-success.outline-btn:hover {
    background: #81C868;
    color: #FFF;
    opacity: 1;
}

.btn-info {
    background: #34D3EB;
    border: 1px solid #34D3EB;
}

.btn-info:hover, .btn-info:focus, .btn-info.disabled:hover, .btn-info.disabled:focus {
    opacity: 0.8;
    background: #34D3EB;
    border-color: #34D3EB !important;
}

.btn-info.outline-btn {
    color: #34D3EB;
}

.btn-info.outline-btn:hover, .btn-info.outline-btn:focus, .btn-info.outline-btn:hover {
    background: #34D3EB;
    color: #FFF;
    opacity: 1;
}

.btn-danger {
    background: #F05050;
    border: 1px solid #F05050;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.disabled:hover, .btn-danger.disabled:focus {
    opacity: 0.8;
    background: #F05050;
    border-color: #F05050 !important;
}

.btn-danger.outline-btn {
    color: #F05050;
}

.btn-danger.outline-btn:hover, .btn-danger.outline-btn:focus, .btn-danger.outline-btn:hover {
    background: #F05050;
    color: #FFF;
    opacity: 1;
}

.btn-warning {
    background: #FFBD4A;
    border: 1px solid #FFBD4A;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.disabled:hover, .btn-warning.disabled:focus {
    opacity: 0.8;
    background: #FFBD4A;
    border-color: #FFBD4A !important;
}

.btn-warning.outline-btn {
    color: #FFBD4A;
}

.btn-warning.outline-btn:hover, .btn-warning.outline-btn:focus, .btn-warning.outline-btn:hover {
    background: #FFBD4A;
    color: #FFF;
    opacity: 1;
}

.btn-white {
    background: #FFF;
    border: 1px solid #EAEAEA;
    color: #4C5667;
}

.btn-white:hover, .btn-white:focus, .btn-white.disabled:hover, .btn-white.disabled:focus {
    opacity: 0.8;
    background: #F9F9F9;
    border-color: #EAEAEA !important;
}

.btn-white.outline-btn {
    background: transparent;
    border: 1px solid #A49F9F;
    color: #4C5667;
}

.btn-white:hover, .btn-white:focus, .btn-white.disabled:hover, .btn-white.disabled:focus {
    opacity: 1;
    background: #F9F9F9;
    color: #4C5667;
}

.btn-purple {
    background: #7266BA;
    border: 1px solid #7266BA;
    color: #FFF;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple.disabled:hover, .btn-purple.disabled:focus {
    opacity: 0.8;
    background: #7266BA;
    border-color: #7266BA !important;
    color: #FFF;
}

.btn-purple.outline-btn {
    color: #7266BA;
}

.btn-purple.outline-btn:hover, .btn-purple.outline-btn:focus, .btn-purple.outline-btn:hover {
    background: #7266BA;
    color: #FFF;
    opacity: 1;
}

.btn-inverse {
    color: #FFF;
    background-color: #12AFCB;
    border-color: #12AFCB;
}

.btn-inverse:hover, .btn-inverse.disabled:hover, .btn-inverse:focus, .btn-inverse.disabled:focus {
    background: #03A9F3;
    opacity: 0.8;
    border: 1px solid #03A9F3 !important;
    color: #FFF;
}

.btn-inverse.outline-btn {
    color: #03A9F3;
}

.btn-inverse.outline-btn:hover, .btn-inverse.outline-btn:focus, .btn-inverse.outline-btn:hover {
    background: #03A9F3;
    color: #FFF;
    opacity: 1;
}

.btn-pink {
    color: #FFF;
    background-color: #FB6D9D;
    border-color: #FB6D9D;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink.disabled:hover, .btn-pink.disabled:focus {
    opacity: 0.8;
    background: #FB6D9D;
    border-color: #FB6D9D !important;
    color: #FFF;
}

.btn-pink.outline-btn {
    color: #FB6D9D;
}

.btn-pink.outline-btn:hover, .btn-pink.outline-btn:focus, .btn-pink.outline-btn:hover {
    background: #FB6D9D;
    color: #FFF;
    opacity: 1;
}

.fileupload {
    overflow: hidden;
    position: relative;
}

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.btn-facebook {
    color: #FFF !important;
    background-color: #3B5998 !important;
}

.btn-twitter {
    color: #FFF !important;
    background-color: #00ACED !important;
}

.btn-linkedin {
    color: #FFF !important;
    background-color: #007BB6 !important;
}

.btn-dribbble {
    color: #FFF !important;
    background-color: #EA4C89 !important;
}

.btn-googleplus {
    color: #FFF !important;
    background-color: #DD4B39 !important;
}

.btn-instagram {
    color: #FFF !important;
    background-color: #517FA4 !important;
}

.btn-pinterest {
    color: #FFF !important;
    background-color: #CB2027 !important;
}

.btn-dropbox {
    color: #FFF !important;
    background-color: #007EE5 !important;
}

.btn-flickr {
    color: #FFF !important;
    background-color: #FF0084 !important;
}

.btn-tumblr {
    color: #FFF !important;
    background-color: #32506D !important;
}

.btn-skype {
    color: #FFF !important;
    background-color: #00AFF0 !important;
}

.btn-youtube {
    color: #FFF !important;
    background-color: #B00 !important;
}

.btn-github {
    color: #FFF !important;
    background-color: #171515 !important;
}

/*--------------------------------------------*/

/*   label
/*--------------------------------------------*/

.label-warning {
    background-color: #F0A015;
}

.label {
    display: inline-block;
    padding: 5px 16px 6px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 20px;
    min-width: 100px;
}

/*--------------------------------------------*/

/*   Progressbars
/*--------------------------------------------*/

.progress {
    -webkit-box-shadow: none !important;
    background-color: #E1E1E1;
    box-shadow: none !important;
    height: 10px;
    margin-bottom: 18px;
    overflow: hidden;
}

.progress-bar {
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
}

.progress.progress-sm {
    height: 5px !important;
}

.progress.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px;
}

.progress.progress-md {
    height: 15px !important;
}

.progress.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px;
}

.progress.progress-lg {
    height: 20px !important;
}

.progress.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px;
}

.progress-bar-primary {
    background-color: #6A76FC;
}

.progress-bar-success {
    background-color: #00B19D;
}

.progress-bar-info {
    background-color: #3DDCF7;
}

.progress-bar-warning {
    background-color: #FA0;
}

.progress-bar-danger {
    background-color: #EF5350;
}

.progress-bar-inverse {
    background-color: #4C5667;
}

.progress-bar-purple {
    background-color: #7266BA;
}

.progress-bar-pink {
    background-color: #F76397;
}

.progress-animated {
    -webkit-animation-duration: 5s;
    -webkit-animation-name: animationProgress;
    -webkit-transition: 5s all;
    animation-duration: 5s;
    animation-name: animationProgress;
    transition: 5s all;
}

/*--------------------------------------------*/

/*  Pagination and data table
/*--------------------------------------------*/

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #5F5F5F !important;
    border: 1px solid #EBEBEB;
    background: #F1F1F1 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #5F5F5F !important;
    border: 1px solid transparent;
    background: #F7F7F7 !important;
    box-shadow: none;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid transparent;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #E6E3E3;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #A0AAB5;
}

td, th {
    font-size: .9em;
}

.table>thead>tr>th {
    color: #FFF;
    font-weight: normal;
    background-color: #A0AAB5;
    border-color: #A0AAB5;
    border-bottom-width: 0;
}

.table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #A0AAB5;
}

/*--------------------------------------------*/

/*   Icons
/*--------------------------------------------*/

.icon-list-demo div {
    cursor: pointer;
    line-height: 38px;
    white-space: nowrap;
    color: #75798B;
}

.icon-list-demo {
    margin-bottom: 30px;
}

.icon-list-demo.material i {
    display: block;
}

.icon-list-demo div:hover {
    color: #FFF;
}

.icon-list-ion i {
    font-size: 15px;
    -webkit-transition: all 0.2s;
}

.icon-list-ion div {
    min-height: 100px;
    max-height: 100px;
    padding: 10px;
}

.icon-list-ion div:hover {
    background-color: #03A9F3;
    color: #FFF;
    cursor: pointer;
}

.icon-list-ion div:hover i {
    font-size: 40px;
}

.icon-list-demo div p {
    margin-bottom: 0px;
    line-height: inherit;
}

.icon-list-demo i {
    -webkit-transition: all 0.2s;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    text-align: center;
    transition: all 0.2s;
    vertical-align: middle;
    width: 40px;
}

.icon-list-demo .col-md-4 {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
}

.icon-list-demo .col-md-4:hover {
    background-color: #03A9F3;
}

.icon-list-demo .col-md-4:hover i {
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    moz-transform: scale(2);
    transform: scale(2);
}

.icon-list-demo.material div {
    font-size: 13px !important;
    line-height: 30px;
    margin-bottom: 20px;
}

/*--------------------------------------------*/

/*   Range Slider
/*--------------------------------------------*/

.bg-primary {
    color: #FFF;
    background-color: #337AB7 !important;
    background-image: none !important;
}

.bg-red {
    border-color: #CB5A5E !important;
    background-image: none !important;
    background-color: #CB5A5E !important;
    color: #FFF !important;
}

.bg-blue {
    border-color: #3598DC !important;
    background-image: none !important;
    background-color: #3598DC !important;
    color: #FFF !important;
}

.bg-green {
    border-color: #26A69A !important;
    background-image: none !important;
    background-color: #26A69A !important;
    color: #FFF !important;
}

.bg-purple {
    border-color: #8E5FA2 !important;
    background-image: none !important;
    background-color: #8E5FA2 !important;
    color: #FFF !important;
}

.bg-yellow {
    border-color: #C49F47 !important;
    background-image: none !important;
    background-color: #C49F47 !important;
    color: #FFF !important;
}

.bg-green {
    border-color: #26A69A !important;
    background-image: none !important;
    background-color: #26A69A !important;
    color: #FFF !important;
}

.slider {
    border: 0;
    padding: 0;
    display: block;
    margin: 12px 5px;
    min-height: 11px;
}

/*--------------------------------------------*/

/*   Mail
/*--------------------------------------------*/

.mailbox-nav-main {
    background: #FFF;
    padding: 10px;
    box-shadow: 0px 0px 2px #CBC7C7;
}

.mailbox-nav {
    background: #DDDDDD4D;
}

.mailbox-nav li a {
    display: block;
    padding: 15px 7px 6px 16px;
    color: #353333;
    text-decoration: none;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
}

.mailbox-nav .active a, .mailbox-nav li a:hover {
    background: #ECECEC;
    border-color: #EAEEF1;
}

.mailbox-nav li a i {
    margin-right: 5px
}

.icon-state-warning {
    color: #F6D433;
}

.mailbox-content {
    background: #FFF;
    padding: 15px
}

.mailbox-header {
    margin-bottom: 20px
}

.mailbox-header h2 {
    margin: 3px 0
}

.note-editor {
    border: 1px solid #DCE1E4;
    border-radius: 0;
}

.mail-hidden-options {
    display: inline-block;
}

.mailbox-content {
    overflow: hidden
}

.mailbox-content table thead tr th {
    border-bottom: 1px solid #DDD
}

.mailbox-content table tbody tr td {
    cursor: pointer
}

.mailbox-content table tbody tr:hover {
    background: #FAFAFA
}

.mailbox-content table tbody tr.read {
    background: #F9F9F9;
    color: #7F7F7F
}

.mailbox-content table tbody tr.checked {
    background: #FFC
}

.badge.badge-success {
    background: #03A9F3;
    color: #FFF;
}

.message-header {
    overflow: hidden;
    border-bottom: 1px solid #F1F1F1;
    padding: 5px 0 15px;
    margin-bottom: 10px
}

.message-header h3 {
    float: left;
    font-size: 14px;
    margin: 0;
    color: #2B2B2B;
    font-weight: 600;
}

.message-header p {
    float: right;
    margin: 0
}

.message-sender {
    overflow: hidden;
    border-bottom: 1px solid #F1F1F1;
    padding: 0 0 5px;
    margin-bottom: 10px
}

.message-sender img {
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

.message-sender p {
    display: inline-block
}

.message-sender span {
    color: #7F7F7F
}

.message-content {
    overflow: hidden;
    border-bottom: 1px solid #F1F1F1;
    padding: 0 0 5px;
    margin-bottom: 10px
}

.message-attachments {
    overflow: hidden;
    border-bottom: 1px solid #F1F1F1;
    padding: 0 0 15px;
    margin-bottom: 10px
}

.message-attachment {
    position: relative;
    width: 200px;
    float: left;
    margin-right: 10px;
    border: 1px solid #F1F1F1
}

.message-attachment a {
    text-decoration: none
}

.message-attachment img {
    display: block;
    width: 100%
}

.attachment-info {
    background: #F9F9F9;
    padding: 10px
}

.attachment-info p {
    margin: 0
}

.attachment-info span {
    font-size: 11px;
    color: #AAA
}

.compose-message {
    overflow: hidden;
    padding: 0 0 10px;
    float: left;
    width: 100%;
}

.compose-options {
    width: 100%;
    overflow: hidden;
    display: block
}

.note-editor {
    border: 1px solid #DCE1E4;
    border-radius: 0
}

.note-dialog .note-modal-form {
    margin: 0 15px
}

.note-editor .note-toolbar {
    border-bottom: 0;
    background: transparent;
    padding: 10px;
}

.note-popover .popover .popover-content>.btn-group, .note-toolbar>.btn-group {
    margin-top: 0
}

.note-editor .note-editable {
    overflow: auto;
    min-height: 200px;
    outline: 0;
    padding: 10px;
}

.note-editor .note-statusbar {
    background: 0 0
}

.note-editor .note-statusbar .note-resizebar {
    border: 0
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px;
}

/*--------------------------------------------*/

/*  dashboard2
/*--------------------------------------------*/

.analytics-box {}

.analytics-box .analytics-info {}

.analytics-box .analytics-info {
    margin-top: 15px;
}

.analytics-box h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.analytics-box .analytics-info .analytics-stats {
    float: left;
    margin-top: 12px;
    margin-right: 30px;
    font-size: 22px;
    font-weight: 400;
    color: #3E3B3B;
}

.analytics-box .analytics-info span {
    float: right;
}

.progress-main {
    margin-bottom: 20px;
    font-size: 15px;
    float: left;
    width: 100%;
}

.progress-main .progress {
    margin-top: 16px;
    float: left;
    width: 100%;
    font-size: 18px;
}

.progress-main .progress-text {
    float: left;
    color: #2B2B2B;
}

.progress-main .progress-stats {
    float: right;
    color: #2D2C2C;
}

/*Todo list*/

.todo-list li {
    list-style: none;
    margin-bottom: 24px;
}

.list-task .task-done span {
    text-decoration: line-through;
}

.list-task .task-done {
    text-decoration: line-through;
}

/*feeds*/

.bg-primary {
    background-color: #03A9F3 !important;
}

.bg-success {
    background-color: #81C868 !important;
}

.bg-info {
    background-color: #34D3EB !important;
}

.bg-warning {
    background-color: #FFBD4A !important;
}

.bg-danger {
    background-color: #F05050 !important;
}

.feeds-box {
    margin-bottom: 35px;
}

.feeds-box .feeds-icon {
    width: 40px;
    height: 40px;
    background: #CCC;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #FFF;
    position: absolute;
}

.feeds-box .feeds-info {
    margin-left: 56px;
}

.feeds-box .feeds-info h5 {
    margin: 0;
}

.feeds-box .feeds-info span {
    color: #989595;
}

.Browser_stats li {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 26px;
}

.Browser_stats li .browser-info {}

.Browser_stats li .browser-info img {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}

.Browser_stats li .broser-stats {
    float: right;
    color: #8A8F92;
}

/*--------------------------------------------*/

/* dashboardd
/*--------------------------------------------*/

.info-box-main {
    background: #FFF;
    padding: 15px 12px;
    position: relative;
    margin-bottom: 30px;
}

.info-box-main .info-icon {
    width: 50px;
    position: absolute;
    top: 10px;
    right: 0;
    line-height: 50px;
    font-size: 25px;
    color: #575555;
}

.info-box-main .info-stats {
    margin-right: 50px;
}

.info-box-main .info-stats p {
    font-size: 20px;
    margin-bottom: 0;
    color: #3E3B3B;
    font-weight: 400;
}

.info-box-main .info-stats span {
    margin: 5px 0px 13px;
    display: inline-block;
    color: #727070;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.info-box-progress {}

.info-box-progress .progress {
    height: 5px;
    margin-bottom: 0;
}

/*inbox-widget-----*/

.inbox-inner {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 14px;
}

.mailbox-content .table>tbody>tr>td {
    vertical-align: middle;
}

.mailbox-content .checkbox {
    margin-bottom: 0;
}

.inbox-inner:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.inbox-img {
    width: 50px;
    float: left;
}

.inbox-img img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.inbox-item-info {
    margin-left: 60px;
    position: relative;
}

.inbox-item-info .author {
    font-size: 14px;
    color: #2B2B2B;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.inbox-item-info .inbox-message {
    margin-bottom: 0px;
    color: #7E7C7C;
}

.inbox-item-info .inbox-date {
    position: absolute;
    top: -7px;
    right: 0;
    color: #7D7979;
}

.inbox-inner a:hover, .inbox-inner a:focus, .inbox-inner a:visited {
    text-decoration: none !important;
}

/*time line*/

.timeline {
    padding: 0;
    margin: 5px 0 15px;
    list-style: none;
    position: relative;
}

.timeline-compact::after, .timeline-compact::before, .timeline-compact>li.latest::before {
    background-color: #4285F4;
}

.timeline-compact>li {
    padding-bottom: 35px;
}

.timeline>li {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-bottom: 16px;
}

.timeline {
    list-style: none;
}

.timeline-compact>li::before {
    border: 1px solid #F6C163;
}

.timeline>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 16px;
    width: 16px;
    background-color: #FFF;
    border-radius: 50%;
    border: 1px solid #4285F4;
}

.timeline-compact .timeline-date {
    float: right;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 22px;
}

.timeline-compact .timeline-title {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #2B2B2B;
}

.timeline-compact .timeline-description {
    color: #737373;
    margin-top: 4px;
}

.timeline::after, .timeline::before {
    position: absolute;
    background-color: #4285F4;
    content: "";
}

.timeline::before {
    left: 7px;
    top: 2px;
    height: 100%;
    width: 2px;
}

/*chat widget*/

.inbox-scroll-list {
    height: 330px;
}

.chat-scroll-list {
    height: 300px;
}

.chat-widget ul {
    margin: 0px;
    padding: 0px;
}

.chat-widget ul li {
    list-style: none;
    margin-bottom: 20px;
}

.chat-widget ul li.left img {
    float: left;
}

.chat-widget ul li.right img {
    float: right;
}

.chat-widget ul li img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.chat-widget ul li.left .chat-info {
    background: #03A9F3;
    padding: 10px;
    margin-left: 65px;
}

.chat-widget ul li.left .name, .chat-widget ul li.left .chat-info .message, .chat-widget ul li.left .chat-info .name, .chat-widget ul li.left .chat-info .datetime {
    color: #FFF;
}

.chat-widget ul li.right .chat-info {
    background: #F0F0F0;
    padding: 10px;
    margin-right: 65px;
}

.chat-widget ul li .chat-info .name {
    color: #565353;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.chat-widget ul li .chat-info .datetime {
    color: #8F8B8B;
}

.chat-widget ul li .chat-info .message {
    display: inline-block;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #C5BEBE;
}

.form-control:focus {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #969191;
}

/*--------------------------------------------*/

/*   chart
/*--------------------------------------------*/

#flotTip {
    padding: 8px 12px;
    background-color: #36404A;
    z-index: 100;
    color: #FFF;
    opacity: 0.9;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.canvas-chart {
    position: relative;
}

.has-doughnut-legend {
    margin-right: 80px;
}

ul.doughnut-legend {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 30px;
    right: 28px;
    font-size: 13px;
}

ul.doughnut-legend li span {
    display: inline-block;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 8px 2px 0;
}

.jqstooltip {
    background-color: rgba(43, 48, 58, 0.8);
    padding: 3px 5px 5px 5px;
    min-height: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*--------------------------------------------*/

/*   Form
/*--------------------------------------------*/

.form-group {
    float: left;
    width: 100%;
}

.bootstrap-tagsinput input {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: auto !important;
    max-width: inherit;
}

.bootstrap-tagsinput {
    display: block;
    width: 100%;
    min-height: 32px;
    padding: 1px 3px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #262626;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 0;
}

.bootstrap-tagsinput .tag {
    color: #FFF;
    position: relative;
    margin: 3px 0 3px 2px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.bootstrap-tagsinput>span {
    font-weight: 400;
    padding: 4px 28px 4px 8px;
    font-size: 13px;
    border: 1px solid #2DC3E8;
    background: #2DC3E8;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    display: block;
    top: -1px;
    right: 0;
    padding: 3px 4px 3px 5px;
    width: 23px;
    height: 22px;
    position: absolute;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]::after {
    content: "";
    font-family: fontAwesome;
    padding: 2px 1px;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
}

.ms-selectable .search-input, .ms-selection .search-input {
    margin-bottom: 10px;
}

/*--------------------------------------------*/

/*   dropzone
/*--------------------------------------------*/

.dropzone {
    min-height: 230px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: white;
    border-radius: 6px;
}

.dropzone .dz-message {
    font-size: 30px;
}

.dropzone .dz-message {
    text-align: center;
}

.has-success .form-control {
    border-color: #4CAE4C;
    box-shadow: none !important;
}

.has-warning .form-control {
    border-color: #F0AD4E;
    box-shadow: none !important;
}

.has-error .form-control {
    border-color: #F05050;
    box-shadow: none !important;
}

/*--------------------------------------------*/

/*   Wizard
/*--------------------------------------------*/

.wizard>.content {
    background: #FFF;
    min-height: 240px;
}

.wizard>.content>.body {
    padding: 0px;
    position: relative;
}

.wizard>.content>.body input {
    border: 1px solid #E3E3E3;
}

.wizard>.content>.body ul>li {
    display: block;
    line-height: 30px;
}

.wizard>.content>.body label.error {
    color: #F05050;
    margin-left: 0;
}

.wizard>.content>.body label {
    display: inline-block;
    margin-top: 10px;
}

.wizard>.steps .number {
    display: inline-block;
}

.wizard>.steps .disabled a {
    background: #FFF;
    color: #333;
    cursor: default;
    border: 1px solid #EAEAEA;
}

.wizard>.steps .disabled a:hover {
    background: #F9F9F9;
    color: #333;
    cursor: default;
    border: 1px solid #EAEAEA;
}

.wizard>.steps .disabled a:active {
    background: #F9F9F9;
    color: #333;
    cursor: default;
    border: 1px solid #EAEAEA;
}

.wizard>.steps .current a {
    background: #03A9F3;
}

.wizard>.steps .current a:hover {
    background: #139AD7;
}

.wizard>.steps .current a:hover .number {
    color: #FFF;
}

.wizard>.steps .current a:active {
    background: #5FBEAA;
}

.wizard>.steps .current a:active .number {
    color: #FFF;
}

.wizard>.steps .current a .number {
    color: #FFF;
}

.wizard>.steps .done a {
    background: #5D5F62;
}

.wizard>.steps .done a:hover {
    background: #7A8C9A;
}

.wizard>.steps .done a:active {
    background: #7A8C9A;
}

.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active, .wizard>.content {
    border-radius: 2px;
}

.wizard>.actions a {
    background: #03A9F3;
    border-radius: 2px;
    color: #FFF;
}

.wizard>.actions a:hover {
    background: #119CDA;
    border-radius: 2px;
    color: #FFF;
}

.wizard>.actions a:active {
    background: #5FBEAA;
    border-radius: 2px;
    color: #FFF;
}

.wizard>.actions .disabled a {
    background: #FFF;
    color: #333;
    cursor: default;
    border: 1px solid #EAEAEA;
}

.wizard>.actions .disabled a:hover {
    background: #F9F9F9;
    color: #333;
    cursor: default;
    border: 1px solid #EAEAEA;
}

.wizard>.actions .disabled a:active {
    background: #F9F9F9;
    color: #333;
    cursor: default;
    border: 1px solid #EAEAEA;
}

/*--------------------------------------------*/

/*  image crop
/*--------------------------------------------*/

.img-preview {
    height: 150px;
    width: 220px;
    overflow: hidden;
}

/*--------------------------------------------*/

/*   Panel
/*--------------------------------------------*/

.panel-wrap {
    margin-bottom: 30px;
}

.panel {
    margin-bottom: 20px;
}

.panel-color .panel-title {
    color: #FFF;
}

.panel-footer {
    background: #F4F8FB;
    border-top: 0px;
}

.panel-heading, .panel {
    border-radius: 0px;
}

.panel-heading {
    padding: 12px 15px;
}

.panel-primary {
    border-color: #03A9F3;
}

.panel-default {
    border-color: #F4F8FB;
}

.panel-success {
    border-color: #81C868;
}

.panel-danger {
    border-color: #F05050;
}

.panel-info {
    border-color: #34D3EB;
}

.panel-warning {
    border-color: #FFBD4A;
}

.panel-purple {
    border-color: #7266BA;
}

.panel-inverse {
    border-color: #12AFCB;
}

.panel-pink {
    border-color: #D2245C;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #F4F8FB;
    border-color: #DEE2E4;
}

.panel-primary>.panel-heading {
    background-color: #03A9F3;
    border-color: #03A9F3;
}

.panel-success>.panel-heading {
    background-color: #81C868;
}

.panel-info>.panel-heading {
    background-color: #34D3EB;
}

.panel-warning>.panel-heading {
    background-color: #FFBD4A;
}

.panel-danger>.panel-heading {
    background-color: #F05050;
}

.panel-purple>.panel-heading {
    background-color: #7266BA;
}

.panel-pink>.panel-heading {
    background-color: #D2245C;
}

.panel-inverse>.panel-heading {
    background-color: #12AFCB;
}

.panel.panel-border {
    border: none;
}

.panel-border .panel-heading {
    background-color: #FFF;
    border-top: 3px solid #DADFE2 !important;
    padding: 10px 20px 0px;
    border-bottom: 0px;
    border-radius: 0;
}

.panel-border .panel-body {
    padding: 15px 20px 20px 20px;
}

.panel-border.panel-custom .panel-heading {
    border-color: #5FBEAA !important;
    color: #5FBEAA !important;
}

.panel-border.panel-primary .panel-heading {
    border-color: #5D9CEC !important;
    color: #5D9CEC !important;
}

.panel-border.panel-success .panel-heading {
    border-color: #81C868 !important;
    color: #81C868 !important;
}

.panel-border.panel-info .panel-heading {
    border-color: #34D3EB !important;
    color: #34D3EB !important;
}

.panel-border.panel-warning .panel-heading {
    border-color: #FFBD4A !important;
    color: #FFBD4A !important;
}

.panel-border.panel-danger .panel-heading {
    border-color: #F05050 !important;
    color: #F05050 !important;
}

.panel-border.panel-purple .panel-heading {
    border-color: #7266BA !important;
    color: #7266BA !important;
}

.panel-border.panel-pink .panel-heading {
    border-color: #D2245C !important;
    color: #FB6D9D !important;
}

.panel-border.panel-inverse .panel-heading {
    border-color: #4C5667 !important;
    color: #4C5667 !important;
}

/*--------------------------------------------*/

/*   Tabs
/*--------------------------------------------*/

.tab-content {
    background: #FFF;
    padding: 30px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    cursor: default;
    background-color: #FFF;
    border: 1px solid #F8F8F8;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #F8F8F8;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 22px;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 12px 25px;
    color: #4B4A4A;
}

.nav-tabs>li>a:hover {
    border-color: #EEE #EEE #F8F8F8;
}

.nav-tabs.tabs-border {}

.nav-tabs.tabs-border>li>a {
    border-bottom: 2px solid transparent;
    background: transparent !important;
}

.nav-tabs.tabs-border>li.active>a, .nav-tabs.tabs-border>li.active>a:focus, .nav-tabs.tabs-border>li.active>a:hover {
    border: 0;
    border-bottom: 2px solid #03A9F3;
    color: #03A9F3;
    background: transparent !important;
}

.vertical-tabs-main .vertical-tabs {
    display: table-cell;
    min-width: 120px;
    vertical-align: top;
    width: 150px;
    border: 0;
    background: #EBEFF2;
}

.vertical-tabs-main .tab-content {
    background: #FFF;
    display: table-cell;
    margin-bottom: 30px;
    padding: 30px;
    vertical-align: top;
}

.vertical-tabs-main .vertical-tabs.nav-tabs>li {
    float: none;
}

vertical-tabs-main .vertical-tabs. .nav>li>a {
    border: 1px solid transparent !important;
    padding: 12px 12px;
    background: #F5F5F5;
}

.vertical-tabs-main .nav-tabs>li.active>a, .vertical-tabs-main .nav-tabs>li>a:hover, .vertical-tabs-main .nav-tabs>li.active>a:focus, .vertical-tabs-main .nav-tabs>li.active>a:hover {
    background: #FFF;
}

.panel-group .panel-default>.panel-heading {
    color: #333;
    background-color: #FFF;
    border-color: #FFF;
    border-radius: 0;
    padding: 14px 15px;
}

.panel-group .panel .panel-heading a[data-toggle="collapse"] {
    display: block;
}

.panel-group .panel .panel-heading a.collapsed[data-toggle="collapse"]::before {
    content: '\f106';
}

.panel-group .panel .panel-heading a[data-toggle="collapse"]::before {
    content: '\f107';
    display: block;
    float: right;
    font-family: 'FontAwesome';
    font-size: 14px;
    text-align: right;
    width: 25px;
}

/*--------------------------------------------*/

/*   Checkbox and Radio
/*--------------------------------------------*/

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.checkbox, .radio {
    margin-top: 0;
}

.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #FFF;
    border-radius: 1px;
    border: 1px solid #C0BFBF;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important;
}

.checkbox label::after {
    color: #817D7D;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px;
}

.checkbox.primary label::after, .checkbox.success label::after, .checkbox.info label::after, .checkbox.warning label::after, .checkbox.danger label::after, .checkbox.purple label::after, .checkbox.pink label::after, .checkbox.inverse label::after {
    color: #FFF;
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.checkbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline-offset: -2px;
    outline: none;
    outline: thin dotted;
}

.checkbox input[type="checkbox"]:checked+label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

.checkbox input[type="checkbox"]:disabled+label::before {
    background-color: #E4E7EA;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox.checkbox-single label {
    height: 17px;
}

.checkbox.default input[type="checkbox"]:checked+label:before {
    background: #EBECF0;
    border-color: #EBECF0;
    color: #FFF !important;
}

.checkbox.primary input[type="checkbox"]:checked+label:before {
    background: #188AE2;
    border-color: #188AE2;
    color: #FFF !important;
}

.checkbox.success input[type="checkbox"]:checked+label:before {
    background: #00BF4F;
    border-color: #00BF4F;
    color: #FFF;
}

.checkbox.info input[type="checkbox"]:checked+label:before {
    background: #00AEFF;
    border-color: #00AEFF;
    color: #FFF;
}

.checkbox.warning input[type="checkbox"]:checked+label:before {
    background: #FFA000;
    border-color: #FFA000;
    color: #FFF;
}

.checkbox.danger input[type="checkbox"]:checked+label:before {
    background: #F60E0E;
    border-color: #F60E0E;
    color: #FFF;
}

.checkbox.purple input[type="checkbox"]:checked+label:before {
    background: #5B69BC;
    border-color: #5B69BC;
    color: #FFF;
}

.checkbox.pink input[type="checkbox"]:checked+label:before {
    background: #FF8ACC;
    border-color: #FF8ACC;
    color: #FFF;
}

.checkbox.inverse input[type="checkbox"]:checked+label:before {
    background: #212121;
    border-color: #212121;
    color: #FFF;
}

.checkbox.circled label:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

/* Radios */

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #FFF;
    border-radius: 50%;
    border: 1px solid rgba(42, 43, 44, 0.39);
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 17px;
    outline: none !important;
}

.radio label::after {
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #2B2B2B;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 7px;
    left: 5px;
    margin-left: -20px;
    position: absolute;
    top: 5px;
    transform: scale(0, 0);
    transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 7px;
}

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:focus+label::before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted;
}

.radio input[type="radio"]:checked+label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio.radio-single label {
    height: 17px;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #AB8CE4;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #AB8CE4;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #AB8CE4;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #FB9678;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #FB9678;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #FB9678;
}

.radio-info input[type="radio"]+label::after {
    background-color: #03A9F3;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #03A9F3;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #03A9F3;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #FEC107;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #FEC107;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #FEC107;
}

.radio-success input[type="radio"]+label::after {
    background-color: #00C292;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #00C292;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #00C292;
}

.radio-purple input[type="radio"]+label::after {
    background-color: #9675CE;
}

.radio-purple input[type="radio"]:checked+label::before {
    border-color: #9675CE;
}

.radio-purple input[type="radio"]:checked+label::after {
    background-color: #9675CE;
}

.radio-red input[type="radio"]+label::after {
    background-color: #FB9678;
}

.radio-red input[type="radio"]:checked+label::before {
    border-color: #FB9678;
}

.radio-red input[type="radio"]:checked+label::after {
    background-color: #FB9678;
}

/*--------------------------------------------*/

/*   alert and notification
/*--------------------------------------------*/

.top-center-fullwidth .jq-toast-wrap {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 0 !important;
}

.bottom-center-fullwidth .jq-toast-wrap {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    bottom: 0 !important;
}

.jq-toast-wrap .jq-toast-single {
    color: #FFF;
    border-radius: 0;
    margin: 0;
}

.jq-toast-wrap .jq-toast-single.jq-has-icon {
    padding: 13px 10px 13px 50px;
}

.jq-toast-wrap .jq-toast-single .jq-toast-loader {
    border-radius: 0;
}

.alert-success {
    color: #FFF;
    background-color: #81C868;
    border-color: #81C868;
}

.alert-info {
    color: #FFF;
    background-color: #34D3EB;
    border-color: #34D3EB;
}

.alert-warning {
    color: #FFF;
    background-color: #FFBD4A;
    border-color: #FFBD4A;
}

.alert-danger {
    color: #FFF;
    background-color: #F05050;
    border-color: #F05050;
}

.alert .close {
    filter: alpha(opacity=20);
    opacity: .5;
}

/*--------------------------------------------*/

/*    Sweet Alerts
/*--------------------------------------------*/

.white-box.alert-box {
    text-align: center;
    padding: 56px 20px !important;
}

.white-box.alert-box p {
    margin-bottom: 20px;
}

.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1050;
}

.sweet-alert {
    background-color: #FFF;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000;
}

@media all and (max-width: 767px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box;
}

.sweet-alert .icon.error {
    border-color: #DB5565;
}

.sweet-alert .icon.error .x-mark {
    position: relative;
    display: block;
}

.sweet-alert .icon.error .line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #DB5565;
    display: block;
    top: 37px;
    border-radius: 2px;
}

.sweet-alert .icon.error .line.left {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}

.sweet-alert .icon.error .line.right {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}

.sweet-alert .icon.warning {
    border-color: #F4AD49;
}

.sweet-alert .icon.warning .body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F4AD49;
}

.sweet-alert .icon.warning .dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F4AD49;
}

.sweet-alert .icon.info {
    border-color: #29B6D8;
}

.sweet-alert .icon.info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #29B6D8;
}

.sweet-alert .icon.info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #29B6D8;
}

.sweet-alert .icon.success {
    border-color: #51BF87;
}

.sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .icon.success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sweet-alert .icon.success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    -ms-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

.sweet-alert .icon.success .placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(81, 191, 135, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sweet-alert .icon.success .fix {
    width: 5px;
    height: 90px;
    background-color: #FFF;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .icon.success .line {
    height: 5px;
    background-color: #51BF87;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sweet-alert .icon.success .line.tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .icon.success .line.long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .icon.custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}

.sweet-alert .btn-default {
    margin-right: 10px;
}

.sweet-alert .btn-default:focus {
    border-color: #E8E8E8;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(232, 232, 232, 0.6);
}

.sweet-alert .btn-success {
    margin-right: 10px;
}

.sweet-alert .btn-success:focus {
    border-color: #51BF87;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(81, 191, 135, 0.6);
}

.sweet-alert .btn-info {
    margin-right: 10px;
}

.sweet-alert .btn-info:focus {
    border-color: #29B6D8;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(41, 182, 216, 0.6);
}

.sweet-alert .btn-danger {
    margin-right: 10px;
}

.sweet-alert .btn-danger:focus {
    border-color: #DB5565;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(219, 85, 101, 0.6);
}

.sweet-alert .btn-warning {
    margin-right: 10px;
}

.sweet-alert .btn-warning:focus {
    border-color: #F4AD49;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(244, 173, 73, 0.6);
}

.sweet-alert button::-moz-focus-inner {
    border: 0;
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

.showSweetAlert {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.hideSweetAlert {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.icon.success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }
    100% {
        border-color: #F8BB86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }
    100% {
        border-color: #F8BB86;
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

.progress {
    position: relative;
}

.progress .progress-bar {
    position: absolute;
    overflow: hidden;
}

.progress .progressbar-back-text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
}

.progress .progressbar-front-text {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.progress.right .progress-bar {
    right: 0;
}

.progress.right .progressbar-front-text {
    position: absolute;
    right: 0;
}

.progress.vertical {
    width: 20px;
    height: 100%;
    float: left;
    margin-right: 20px;
}

.progress.vertical.bottom {
    position: relative;
}

.progress.vertical.bottom .progressbar-front-text {
    position: absolute;
    bottom: 0;
}

.progress.vertical .progress-bar {
    width: 100%;
    height: 0;
    transition: height 0.6s ease;
    transition: all height 0.6s ease ease-out;
}

.progress.vertical.bottom .progress-bar {
    position: absolute;
    bottom: 0;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 0;
}

.progress-bar[aria-valuenow="0"] {
    color: #FFF;
    min-width: 0;
    background-color: #CCC;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-bar[aria-valuenow="0"].progress-bar-success {
    background-color: #51BF87;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar[aria-valuenow="0"].progress-bar-info {
    background-color: #29B6D8;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar[aria-valuenow="0"].progress-bar-warning {
    background-color: #F4AD49;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar[aria-valuenow="0"].progress-bar-danger {
    background-color: #DB5565;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*--------------------------------------------*/

/*   Login page
/*--------------------------------------------*/

.login-wrapper {
    float: none;
    margin: 0px auto;
    max-width: 400px;
}

.login-inner {
    background: #FFF;
    float: left;
    width: 100%;
    padding: 33px 40px;
    margin: 120px 0px 100px;
}

.logo {
    text-align: center;
    margin: 0px 0px 20px;
}

label {
    font-weight: 400;
}

.copy-text {
    float: left;
    width: 100%;
    border-top: 1px solid #E9E4E4;
    padding: 17px 0px 0px;
    text-align: center;
    margin: 4px 0px 0px;
}

.userimage {
    text-align: center;
    margin-bottom: 30px;
}

.userimage img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
}

/*--------------------------------------------*/

/*   Error page
/*--------------------------------------------*/

.error-inner {
    text-align: center;
    padding: 100px 0px 120px;
}

.error-inner h1 {
    font-weight: 700;
    font-size: 182px;
    color: #E3E0E0;
}

.error-inner h3 {
    color: #E3E0E0;
    text-transform: uppercase;
    font-size: 19px;
}

.error-inner p {
    margin-top: 20px;
    color: #E3E0E0;
}

.error-inner .btn {
    margin-top: 22px;
}

/*--------------------------------------------*/

/*   profile page
/*--------------------------------------------*/

.profile-cover {
    background: url('../images/profile-cover.jpg');
    background-size: cover;
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 30px;
}

.profile-inner {
    margin-top: 16px;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    right: 0;
}

.profile-info {
    text-align: center;
}

.overlay-profile {
    background: rgba(0, 0, 0, .4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.profile-media {
    width: 120px;
    height: 120px;
    display: inline-block;
}

.profile-media img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.profile-intro {
    color: #FFF;
}

.profile-intro h4 {
    color: #FFF;
    font-size: 26px;
    font-weight: 400;
}

.profile-intro ul li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 15px;
}

.profile-intro ul li a {}

.profile-stats {
    width: 100%;
    padding: 0px 20px;
    text-align: right;
    margin-top: 20px;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.profile-stats ul li {
    display: inline-block;
    color: #FFF;
    margin-left: 30px;
}

.profile-stats ul li h4 {
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

.post-list li a {
    color: #787878;
}

.post-header {
    float: left;
    width: 100%;
}

.post-author-media {
    width: 80px;
    height: 80px;
    position: absolute;
}

.post-author-media img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.post-author {
    margin-left: 95px;
    margin-top: 20px;
}

.post-author h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.post-author p {
    color: #938E8E;
}

.comment-info {
    background: #F6F6F6;
    padding: 4px 20px;
    margin-top: 8px;
    display: inline-block;
    width: 100%;
}

.comment-info ul {}

.comment-info ul li {
    display: inline-block;
    margin-right: 11px;
}

.comment-info ul li a {
    color: #454545;
    font-size: 13px;
    text-decoration: navajowhite;
}

.post-desc {
    float: left;
    width: 100%;
    margin-top: 28px;
}

.timeline-comment {
    margin-top: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #E3E3E3;
}

.timeline-comment img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
}

.timeline-comment span {
    float: left;
    margin: 10px 0px 0px 20px;
    color: #292727;
}

.timeline-comment span small {
    margin-left: 10px;
}

.text-light {
    color: #938E8E;
}

.timeline-comment .comment-text {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.friend-list {}

.friend-list ul li {
    display: inline-block;
    list-style: none;
    margin: 0px 3px 10px;
}

.friend-list ul li a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/*--------------------------------
      Pricing page
---------------------------------*/

.pricing-table {
    text-align: center;
    margin-bottom: 30px;
    background: #FFF;
    border: 2px solid #F0EFEF;
}

.pricing-table h2 {
    font-size: 21px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pricing-header {
    padding: 25px;
    background: #03A9F3;
}

.pricing-table h3 {
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 4px;
}

.pricing-table h3 span {
    font-weight: 700;
}

.pricing-table p {
    color: #FFF;
}

.pricing-table .feature-list {
    padding: 15px 0;
}

.pricing-table .feature-list ul {
    list-style: none outside none;
    padding: 0px;
}

.pricing-table .feature-list ul li {
    padding: 13px 0px;
    border-bottom: 1px solid #EFEFEF;
    color: #302E2E;
    font-size: 17px;
}

.pricing-table .price-signup {
    padding: 10px 50px 30px;
}

/*-----------------------------------------------------------------*/

/* FAQ
/*-----------------------------------------------------------------*/

.accordion-main {
    margin-bottom: 30px;
}

.panel-group .panel-heading {
    cursor: pointer;
    padding: 15px 15px;
}

.panel-body ul li {
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 300;
}

.panel-body ul li i {
    margin-right: 5px;
}

.panel-title {
    font-size: 15px;
    color: #413F3F;
    text-transform: uppercase;
}

.panel-group .panel {
    background: none;
    box-shadow: none;
    border: 1px solid #A19E9E;
    margin-bottom: 26px;
    border-radius: 0;
}

.panel-group .panel-body {
    border: none;
}

#accordion .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #878585;
}

#accordion .panel-heading.collapsed .accordion-toggle:after {
    content: "\f067";
}

ul.unstyled, ol.unstyled {
    list-style: none outside none;
}

/*--------------------------------
  Typography
---------------------------------*/

.text-danger {
    color: #F05050 !important;
}

.text-muted {
    color: #7B7777 !important;
}

.text-primary {
    color: #03A9F3 !important;
}

.text-warning {
    color: #FFBD4A !important;
}

.text-success {
    color: #81C868 !important;
}

.text-info {
    color: #34D3EB !important;
}

blockquote {
    padding: 15px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 4px solid #03A9F3;
    background: #FBFBFB;
    color: #2F2C2C;
}

/*--------------------------------
  Search Result
---------------------------------*/

.search-box-top {
    padding: 10px 12px;
    background: #F2F2F2;
    border-radius: 2px;
    margin-bottom: 10px;
    border: 1px solid #E1E1E1;
}

.search-item {
    border-bottom: 1px solid #EDEDED;
    padding: 12px 0px;
}

.search-item h3 {
    margin: 0;
}

.search-item h3 a {
    font-size: 17px;
    color: #104CA7;
}

.search-item .search-link {
    color: #119AD1;
    margin: 3px 0px 8px;
    display: inline-block;
}

.search-item a:hover {
    text-decoration: none;
}

/*--------------------------------
     Widget
---------------------------------*/

.card-profile {
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
}

.profile-header {
    background: url(../images/profile-widge-bg.png) no-repeat;
    background-size: cover;
    height: 155px;
    margin: -20px;
    text-align: center;
    position: relative;
}

.profile-header img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    bottom: -55px;
    margin: 0px auto;
    display: inline-block;
    left: 0;
    right: 0;
    border: 2px solid #FFF;
}

.profile-body {
    margin-top: 100px;
    text-align: center;
}

ul.profile-contact {
    margin: 0px;
    padding: 0px;
}

ul.profile-contact li {
    list-style: none;
    display: block;
    position: relative;
}

ul.profile-contact li i {
    margin-right: 8px;
    font-size: 16px;
}

.dash-box {
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
}

.dash-box .dash-icon {
    width: 50px;
    height: 50px;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 21px;
    position: absolute;
}

.dash-box .dash-info {
    margin-left: 67px;
}

.dash-box .dash-info h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
}

.dash-box .dash-info p {}

.user-box {
    background: #FFF;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    padding: 10px;
    position: relative;
}

.user-box .user-img {
    width: 60px;
    height: 60px;
    position: absolute;
}

.user-box .user-img img {
    border-radius: 50%;
    max-width: 100%;
}

.user-box .user-info {
    margin-left: 72px;
    margin-top: 2px;
}

.user-box .user-info h4 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.user-box .user-info p {
    margin: 2px 0px 1px;
}

.user-box .user-info span {
    color: #03A9F3;
}

.card-profile2 {
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.card-profile2 .profile-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

ul.social-info {
    margin: 20px 0px 20px;
}

.card-profile2 ul.social-info li a {
    color: #908F8F;
    font-size: 16px;
}

.card-profile2 .btn {
    margin: 11px 0px 20px;
    padding: 6px 73px;
}

.card-profile3 {
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
}

.card-profile3 .p-header {
    text-align: center;
    margin: -20px -20px 14px;
    padding: 50px 20px;
    background: #476FFC;
}

.card-profile3 .p-header img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.card-profile3 .p-header h4 {
    color: #FFF;
}

.card-profile3 .p-header p {
    color: #FFF;
    margin: 0;
}

.card-profile3 .p-info {
    text-align: center;
}

.card-profile3 .p-info .p-stats {
    margin-bottom: 20px;
}

.card-profile3 .p-info .p-stats h4 {}

.card-profile3 .p-info .p-stats p {
    font-size: 23px;
    font-weight: 600;
    margin-top: 20px;
    color: #504E4E;
}

/*--------------------------------
     TimeLine
---------------------------------*/

.container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.container::after {
    content: '';
    display: table;
    clear: both;
}

#timeline {
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 2em 0;
    position: relative;
}

#timeline::before {
    background: #FFF;
    content: '';
    height: 100%;
    display: inline-block;
    left: 18px;
    position: absolute;
    top: 0;
    width: 4px;
}

.timeline-block {
    margin: 2em 0;
    position: relative;
}

.timeline-block:after {
    clear: both;
    content: "";
    display: table;
}

.timeline-block:first-child {
    margin-top: 0;
}

.timeline-block:last-child {
    margin-bottom: 0;
}

.timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #FFF;
}

.timeline-img.success {
    background: #81C868;
}

.timeline-img.info {
    background: #34D3EB;
}

.timeline-img.pink {
    background: #FB6D9D;
}

.timeline-img.danger {
    background: #F05050;
}

.timeline-img.primary {
    background: #5D9CEC;
}

.timeline-img.warning {
    background: #FFBD4A;
}

.timeline-content {
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 0;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    margin-left: 60px;
    padding: 1em;
    position: relative;
}

.timeline-content img {
    display: block;
    width: 100%;
}

.timeline-content:after {
    clear: both;
    content: "";
    display: table;
}

.timeline-content h2 {
    margin-top: 0;
}

.timeline-content p {
    color: #666;
    font-size: 14px;
    margin: 10px 0px 10px 0px;
}

.timeline-content .read-more {
    background: #ACB7C0;
    border-radius: 0.25em;
    color: white;
    display: inline-block;
    float: right;
    font-size: 14px;
    padding: .8em 1em;
}

.timeline-content .date {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
}

.timeline-content h3 {
    font-size: 18px;
    margin: 0px;
}

.no-touch .timeline-content .read-more:hover {
    background-color: #BAC4CB;
}

.timeline-content .date {
    float: left;
    margin-right: 20px;
    padding: .8em 0;
    opacity: .7;
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

/*--------------------------------------------*/

/*   Google map
/*--------------------------------------------*/

.gmaps, .gmaps-panaroma {
    height: 300px;
}

.gmaps, .gmaps-panaroma {
    height: 300px;
    background: #E4E7EA;
    border-radius: 3px;
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 40px;
    background: #AB8CE4;
    border-radius: 4px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #AB8CE4;
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #AB8CE4;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.jvectormap-zoomout {
    top: 40px;
}

/*--------------------------------------------*/

/*   Footer
/*--------------------------------------------*/

footer {
    color: #7A7676;
    position: static;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

/*--------------------------------------------*/

/*   Customize
/*--------------------------------------------*/

.main-title {
    padding: 20px 0px;
    text-align: center;
    background-color: transparent;
}

.nav-stacked>li+li {
    margin-top: 0;
}

.anchor-set {
    display: block;
    content: "";
    height: 100px;
    margin: -100px 0 0;
}

.vertical-middle {
    vertical-align: middle
}

th {
    text-align: center
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

/* Back to top */

#back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background-color: #6f7586;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='21px' height='16px' viewBox='0 0 21 16' enable-background='new 0 0 21 16' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M19.749,0.02H1.241c-0.568,0-1.027,0.459-1.027,1.025s0.459,1.026,1.027,1.026h18.508 c0.567,0,1.026-0.46,1.026-1.026C20.775,0.481,20.316,0.02,19.749,0.02L19.749,0.02z M11.22,5.525c-0.4-0.4-1.053-0.4-1.453,0 l-8.722,8.712c-0.401,0.4-0.401,1.05,0,1.451c0.401,0.399,1.053,0.399,1.454,0l7.996-7.985l7.996,7.985 c0.397,0.395,1.059,0.395,1.455,0c0.399-0.401,0.399-1.051,0-1.451L11.22,5.525L11.22,5.525z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
}

#back-to-top:hover {
    background-color: #374b61;
}

#back-to-top.show {
    opacity: .85;
}

#content {
    /*height: 2000px;*/
}

.page-submenu {
    margin: 10px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.page-submenu li {
    margin: 2px 2px;
    list-style: none;
    flex: 1;
    flex-basis: auto;
}

.page-submenu a {
    padding: 5px 22px;
    display: block;
    color: #fff;
    font-size: 14px;
    background-color: var(--main-color);
}

.page-submenu a:hover {
    background-color: var(--second-color);
}

/* Desktop and Mobile */

.desktop .mobile-only {
    display: none
}

.mobile .desktop-only, .tablet .desktop-only {
    display: none
}

.bottom_doubleline {
    border-bottom: 3px double #ddd
}

.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    margin-right: 5px;
    vertical-align: middle;
    border-left: 5px dashed;
    border-left: 5px solid \9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.border-list {
    border-left: 6px solid #e0e4e8;
    padding-left: 20px;
    }

ol.terms li{padding-bottom:10px;}