
/* 8.5 Dropdown Setting */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
.open .dropdown-menu {
	display: block;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-toggle:after {
	display: none;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar .dropdown-menu {
    max-width: 360px;
    left: 0;
}
.navbar .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu > li.dropdown-header,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 20px 8px;
    border-bottom: 1px solid #EAEDEF;
    font-weight: bold;
}
.dropdown-menu > li.dropdown-footer,
.navbar-nav .open .dropdown-menu .dropdown-footer {
    padding: 10px 20px 5px;
    border-top: 1px solid #EAEDEF;
}
.dropdown-menu > li.dropdown-footer > a,
.navbar-nav .open .dropdown-menu .dropdown-footer > a {
    margin: -10px -20px;
    padding: 10px 20px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 20px;
}
.dropdown-menu > li.divider {
    height: 2px;
    margin: 5px 0;
    background: #EAEDEF;
}
.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}
.dropdown-menu > li > a .badge.pull-left,
.dropdown-menu > li > a .badge.pull-right {
	margin-top: 2px;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
    background: #2184DA;
    color: #fff;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
}


/* 8.6 Dropdown Notification Setting */

.dropdown-notification > li.notification-item {
    position: relative;
}
.dropdown-notification > li.notification-item + li.notification-item {
    border-top: 1px solid #EAEDEF;
}
.dropdown-notification > li.notification-item .media {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #d5d8da;
    color: #000;
    color: rgba(0,0,0,0.6);
}
.dropdown-notification > li.notification-item .media img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.dropdown-notification > li.notification-item .media i {
	font-size: 16px;
}
.dropdown-notification > li.notification-item .option {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    font-size: 12px;
}
.dropdown-notification > li.notification-item .option i:before {
    color: #17B6A4;
}
.dropdown-notification > li.notification-item .option.read i:before {
    content: '\f058';
    color: #333;
    opacity: 0.5;
}
.dropdown-notification > li.notification-item > a,
.navbar-nav .open .dropdown-notification > li.notification-item > a {
    padding: 15px 20px;
}
.dropdown-notification > li.notification-item > a:before,
.dropdown-notification > li.notification-item > a:after {
    content: '';
    display: table;
    clear: both;
}
.dropdown-notification > li.notification-item .media + .message {
    margin-left: 50px;
}
.dropdown-notification > li.notification-item .message {
    padding-right: 20px;
}
.dropdown-notification > li.notification-item .title {
    margin: 0;
    font-size: 14px;
}
.dropdown-notification > li.notification-item .desc {
    font-size: 12px;
    margin-bottom: 3px;
}
.dropdown-notification > li.notification-item .title,
.dropdown-notification > li.notification-item .desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-notification > li.notification-item .time {
    font-size: 12px;
    color: #86939E;
}
@media (max-width: 480px) {
    .navbar .dropdown-menu.dropdown-notification {
        max-width: 300px;
        margin-right: -50px;
    }
}
@media (max-width: 320px) {
    .navbar .dropdown-menu.dropdown-notification {
        max-width: 260px;
        margin-right: -100px;
    }
}


/* 11.4 Widget - Blog Setting */

.widget.widget-blog {
	overflow: hidden;
	padding: 0;
}
.widget-blog-cover {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}
.widget-blog-cover img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    min-height: 100%;
}
.animation-grow-hover { 
    transition: all .1s ease-in-out; 
}
.animation-grow-hover:hover { 
    transform: scale(1.1); 
}
.widget-blog-author {
    margin: 0px;
    padding: 10px 20px;
}
.widget-blog-author-info {
    padding-left: 75px;
}
.widget-blog-author-image {
    float: left;
    margin-top: -30px;
    padding: 5px;
    border-radius: 70px;
    width: 70px;
    height: 70px;
    background: #fff;
    position: relative;
}
.widget-blog-author-image img {
    max-width: 100%;
    border-radius: 70px;
}
.widget-blog-content {
	padding: 0 20px 20px;
}
.widget-blog-content h5 {
    margin: 5px 0;
}
.widget-blog-content p {
    margin: 0;
}
.widget-blog .widget-blog-cover img {
    transition: all .1s ease-in-out; 
}
.widget-blog:hover .widget-blog-cover img { 
    max-width: 110%;
    min-height: 110%;
    margin-left: -5%;
    margin-top: -5%;
}


/* 11.5 Widget - Gallery List Setting */

.widget-gallery-header {
    margin: -20px -20px 0;
    padding: 20px;
    border-radius: 5px 5px 0 0;
}
.widget-gallery-header h5,
.widget-gallery-header p {
    margin: 0;
}
.widget-gallery-header p {
    font-size: 12px;
}
.widget-gallery-list {
    list-style-type: none;
    margin: -5px -20px -20px;
    padding: 3px 0 0 3px;
}
.widget-gallery-list > li {
    width: 25%;
    position: relative;
    padding-top: 25%;
    overflow: hidden;
    float: left;
}
.widget-gallery-list > li > a,
.widget-gallery-list > li > a div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.widget-gallery-list > li > a {
	right: 3px;
	bottom: 3px;
}
.widget-gallery-list > li > a div {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.widget-gallery-list > li.empty a,
.widget-gallery-list > li.add a {
    position: absolute;
    top: 0;
    left: 0;
    right: 3px;
    bottom: 3px;
    max-height: 100%;
    text-align: center;
}
.widget-gallery-list > li i {
    position: absolute;
    top: 50%;
    line-height: 28px;
    margin-top: -14px;
    font-size: 28px;
    left: 0;
    right: 0;
}
.widget-gallery-list > li img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
}
.widget-gallery-list > li a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    transition: all .2s ease-in-out; 
    background: transparent;
    z-index: 1020;
    border-radius: 50%;
}
.widget-gallery-list > li:hover a:before { 
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/transparent/black-0.3.png);
    background: rgba(0,0,0,0.3);
    border-radius: 0%;
}

.widget-gallery-list > li a {
    background: #EAEDEF;
    color: #8a8f94;
    text-decoration: none;
}


/* 11.6 Widget - Image Setting */

.widget.widget-image {
    overflow: hidden;
}
.widget.widget-image .widget-header + .widget-image-cover {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin-top: 0;
}
.widget-image-cover {
    margin: -20px;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #3C454D;
    padding-top: 100%;
    position: relative;
}
.widget-image-cover img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    max-width: 100%;
}
.widget-image .widget-image-cover img {
    transition: all .1s ease-in-out; 
}
.widget-image:hover .widget-image-cover img { 
    max-width: 110%;
    min-height: 110%;
    margin-left: -5%;
    margin-top: -5%;
}
.widget-image-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
    padding: 20px;
    color: #fff;
}
.widget-image-info h5 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
}
.widget-image-info p {
    color: #fff;
    color: rgba(255,255,255,0.9);
}
.widget-image-info .sub-title {
    color: #fff;
}
.widget-image-user .widget-image-user-image {
    border-radius: 36px;
    float: left;
    width: 36px;
    background: #fff;
}
.widget-image-user .widget-image-user-image img {
    max-width: 100%;
    border-radius: 36px;
}
.widget-image-user .widget-image-user-info {
    margin-left: 46px;
}
.widget-image-user .widget-image-user-info span {
    color: #fff;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    display: block;
}
.widget-image-rating {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget-image-rating > li {
    display: inline;
}
.widget-image-rating-text {
    color: #fff;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
}
.widget-image-rating > li.active {
    color: #fcaf41;
}


/* 11.7 Widget - Chart Setting */

.widget-chart-placeholder {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget-chart-placeholder.inline > li {
    display: inline;
}
.widget-chart-placeholder.inline > li + li {
    margin-left: 15px;
}
.widget-chart-placeholder > li {
    position: relative;
    padding-left: 18px;
    line-height: 20px;
}
.widget-chart-placeholder  > li .legend-circle {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 5px;
}


/* 11.8 Widget - Chat History Setting */

.widget-chat {
    position: relative;
    overflow: hidden;
}
.widget-chat .widget-header a:hover,
.widget-chat .widget-header a:focus {
    color: #8a8f94;
    text-decoration: none;
}
.widget-body .widget-chat-list {
    margin: -20px;
}
.widget-chat-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget-chat-list li + li {
    margin-top: -1px;
}
.widget-chat-list > li:before,
.widget-chat-list > li:after,
.widget-chat-list > li a:before,
.widget-chat-list > li a:after {
    content: '';
    display: table;
    clear: both;
}
.widget-chat-list a {
    text-decoration: none;
    color: #30373e;
    display: block;
    padding: 0 20px;
    transition: background .1s linear;
}
.widget-chat-list li:last-child a {
    border-radius: 0 0 5px 5px;
}
.widget-chat-list a:hover,
.widget-chat-list a:focus {
    background: #ebeced;
}
.widget-chat-list .chat-image {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    overflow: hidden;
    margin-top: 10px;
}
.widget-chat-list .chat-image img {
    display: block;
    max-width: 100%;
}
.widget-chat-list .chat-info {
    margin-left: 63px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget-chat-list li + li .chat-info {
    border-top: 1px solid #ebeced;
}
.widget-chat-list .chat-info h4 {
    margin: 5px 0;
    font-size: 14px;
    padding-right: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-chat-list .chat-info p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    color: #8a8f94;
}
.widget-chat-list .chat-info .chat-time {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 11px;
    color: #8a8f94;
}
.widget-chat-detail {
    position: absolute;
    left: 100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    transition: all .2s ease-in-out;
    background: #ebeced;
}
.widget-chat-detail-toggled .widget-chat-detail {
    left: 0;
    right: 0;
}
.widget-chat-detail-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget-chat-detail-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 54px;
}
.widget-chat-detail-list > li {
    padding: 20px;
}
.widget-chat-detail-list > li + li {
    padding-top: 0;
}
.widget-chat-detail-list > li.time {
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}
.widget-chat-detail-list > li .time {
    float: right;
    font-size: 11px;
    color: #8a8f94;
    margin-top: 2px;
}
.widget-chat-detail-list > li.time span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff;
    font-size: 11px;
    font-weight: normal;
}
.widget-chat-detail-list > li:before,
.widget-chat-detail-list > li:after {
    content: '';
    display: table;
    clear: both;
}
.widget-chat-detail-list > li .image {
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    overflow: hidden;
}
.widget-chat-detail-list > li .image img {
    display: block;
    max-width: 100%;
}
.widget-chat-detail-list > li .chat-info {
    margin-left: 38px;
}
.widget-chat-detail-list > li .message {
    padding: 7px 10px;
    border-radius: 5px;
    background: #fff;
    margin-top: 3px;
    position: relative;
}
.widget-chat-detail-list > li .message:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 5px;
    border: 5px solid transparent;
    border-right-color: #fff;
}
.widget-chat-detail-list > li.right .image {
    float: right;
}
.widget-chat-detail-list > li.right {
    text-align: right;
}
.widget-chat-detail-list > li.right .chat-info {
    margin-left: 0;
    margin-right: 38px;
}
.widget-chat-detail-list > li.right .message {
    background: #2184DA;
    color: #fff;
    text-align: left;
}
.widget-chat-detail-list > li.right .message:before {
    right: -10px;
    left: auto;
    border-right-color: transparent;
    border-left-color: #2184DA;
}
.widget-chat-detail-list > li.right .time {
    float: left;
}
.widget-chat-input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: #fff;
    z-index: 1020;
    border-radius: 0 0 5px 5px;
}
.widget-chat-detail .widget-header {
    position: absolute;
    left: 0;
    top: -45px;
    right: 0;
    margin: 0;
}
.widget-map-left {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
.widget-map-right {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}
.widget-body .widget-map-left {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.widget-body .widget-map-right {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
@media (max-width: 991px) {
    .widget-map-left {
    	-webkit-border-radius: 5px 5px 0 0;
    	-moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .widget-map-right {
    	-webkit-border-radius: 0 0 5px 5px;
    	-moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }
}


/* 11.9 Widget - Todolist Setting */

.widget-todolist-header-title {
    margin: 0;
}
.widget-todolist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget .widget-todolist {
    margin:  0 -20px -20px -20px;
}
.widget-todolist > li {
    padding: 10px 20px;
    position: relative;
}
.widget-todolist > li.widget-todolist-title + li,
.widget-todolist > li + li.widget-todolist-title {
    border-top: none;
}
.widget-todolist > li + li {
    border-top: 2px solid #ebeced;
}
.widget-todolist > li:last-child {
    border-radius: 0 0 5px 5px;
}
.widget-todolist > li.widget-todolist-title {
    background: #ebeced;
    padding: 5px 20px;
    font-weight: bold;
}
.widget-todolist .checkbox {
    float: left;
    font-size: 18px;
    color: #30373e;
    margin: 0;
    width: 18px;
}
.widget-todolist > li.completed .checkbox i:before {
    content: '\f14a';
}
.widget-todolist > li.completed .info {
    text-decoration: line-through;
}
.widget-todolist > li.completed .info {
    opacity: 0.5;
}
.widget-todolist .checkbox label {
    padding: 0;
    margin: 0;
}
.widget-todolist .checkbox input {
    display: none;
}
.widget-todolist .info {
    margin-left: 28px;
    padding-right: 38px;
}
.widget-todolist .info h4 {
    margin: 4px 0 2px;
    font-size: 13px;
}
.widget-todolist .info p {
    font-size: 12px;
    color: #8a8f94;
    margin-bottom: 0;
}
.widget-todolist .action {
    font-size: 18px;
    width: 28px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #8a8f94;
}
.widget-todolist .action > a {
    display: block;
    text-align: center;
    color: #EBECED;
}
.widget-todolist .action > a:hover,
.widget-todolist .action > a:focus {
    color: #bcbdbe;
}


/* 11.10 Widget - Task List Setting */

.widget-task-list {
    list-style-type: none;
    margin: 0 -20px -20px;
    padding: 0;
}
.widget-task-list > li:before,
.widget-task-list > li:after {
    content: '';
    display: table;
    clear: both;
}
.widget-task-list > li {
    padding: 15px 20px;
}
.widget-task-list > li + li {
    border-top: 2px solid #ebeced;
}
.widget-task-list > li h4 {
    font-size: 14px;
    margin: 0 0 3px;
}
.widget-task-list > li p {
    font-size: 12px;
    color: #8a8f94;
    margin: 0 0 6px;
}
.widget-task-list > li .progress {
    margin: 0;
}
.widget-body .widget-task-list {
    margin: 0;
}


/* 11.11 Widget - Theme Panel Setting */

.theme-panel {
    position: fixed;
    right: -280px;
    top: 0;
    bottom: 0;
    z-index: 10000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.theme-panel.expand {
    right: 0;
}
.theme-panel .theme-collapse-btn {
    width: 36px;
    height: 36px;
    color: #30373e;
    text-align: center;
    line-height: 40px;
    display: block;
    position: absolute;
    left: -36px;
    top: 190px;
    background: #fff;
    background: rgba(255,255,255,0.98);
    border-radius: 6px 0 0 6px;
    font-size: 18px;
}
.theme-panel .horizontal-divider {
    margin: 20px -20px;
}
.theme-panel-content {
    width: 280px;
    border-radius: 6px 0 0 6px;
    background: #fff;
    background: rgba(255,255,255,0.98);
    padding: 20px;
    height: 100%;
    overflow: scroll;
}
.theme-list {
    list-style-type: none;
    margin: 0 -8px -8px 0;
    padding: 0;
}
.theme-list > li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
}
.theme-list > li.active a:after {
    content: '\f00c';
	font-family:"fontawesome";
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 34px;
    top: 0;
    font-size: 18px;
    color: #fff;
    color: rgba(255,255,255,0.8);
    z-index: 1020;
}
.theme-list > li.active a.bg-white:after {
    color: #fff;
    color: rgba(48, 55, 62, 0.8);
}
.theme-list > li > a {
    display: block;
    width: 33px;
    height: 33px;
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    -webkit-transition: opacity ease .1s;
    -moz-transition: opacity ease .1s;
    transition: opacity ease .1s;
}
.theme-list > li > a.bg-white {
    background: #EFF0F1 !important;
}
.theme-list > li > a:hover,
.theme-list > li > a:focus {
    opacity: 0.8;
}
.theme-list > li > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    background: url(images/transparent/black-0.5.png);
    background: rgba(0,0,0,0.5);
}

/* 8.30 Table Setting */

table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    border: none;
}
.table,
.table > thead > tr > th,
.table > tbody > tr > td {
    border-color: #ebeced !important;
    border-width: 1px;
}
.table > thead > tr > th {
    padding: 10px 20px 8px;
    font-weight: bold;
    background-color: #ebeced;
    border-color: #bec3c6 !important;
}
.table.table-bordered {
    border: none;
}
.table > thead > tr > th {
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
}
.table.table-bordered > thead > tr > th:first-child {
    border-left-width: 0 !important;
}
.table.table-bordered > thead > tr > th:last-child {
    border-right-width: 0 !important;
}
.table > tbody > tr > td {
    padding: 10px 20px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.table.table-bordered > tbody > tr:last-child > td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.table.table-bordered > tbody > tr > td + td {
    border-left-width: 1px;
    border-left-style: solid;
}
.table-striped > tbody >  tr:nth-of-type(odd) {
    background: none;
}
.table-striped > tbody > tr:nth-of-type(even),
.table-hover > tbody > tr:hover {
    background: #f9f9f9;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .table > thead > tr > th,
.panel > .table-responsive > .table > thead > tr > th {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: top;
}
.table > caption+thead > tr:first-child > td, 
.table > caption+thead > tr:first-child > th, 
.table > colgroup+thead > tr:first-child > td, 
.table > colgroup+thead > tr:first-child > th, 
.table > thead:first-child > tr:first-child > td, 
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody > tr.danger > td, 
.table > tbody > tr.danger > th, 
.table > tbody > tr > td.danger, 
.table > tbody > tr > th.danger, 
.table > tfoot > tr.danger > td, 
.table > tfoot > tr.danger > th, 
.table > tfoot > tr > td.danger, 
.table > tfoot > tr > th.danger, 
.table > thead > tr.danger > td,
.table > thead > tr.danger > th, 
.table > thead > tr > td.danger, 
.table > thead > tr> th.danger {
    background-color: #F04B46;
    color: #fff;
}
.table-hover > tbody > tr.danger:hover > td, 
.table-hover > tbody > tr.danger:hover > th, 
.table-hover > tbody > tr:hover > .danger, 
.table-hover > tbody > tr > td.danger:hover, 
.table-hover > tbody > tr > th.danger:hover {
    background-color: #c03c38;
}
.table > tbody > tr.info > td, 
.table > tbody > tr.info > th, 
.table > tbody > tr > td.info, 
.table > tbody > tr > th.info, 
.table > tfoot > tr.info > td, 
.table > tfoot > tr.info > th, 
.table > tfoot > tr > td.info, 
.table > tfoot > tr > th.info, 
.table > thead > tr.info > td, 
.table > thead > tr.info > th, 
.table > thead > tr > td.info, 
.table > thead > tr > th.info {
    background-color: #38AFD3;
    color: #fff;
}
.table-hover > tbody > tr.info:hover > td, 
.table-hover > tbody > tr.info:hover > th, 
.table-hover > tbody > tr:hover > .info, 
.table-hover > tbody > tr > td.info:hover, 
.table-hover > tbody > tr > th.info:hover {
    background-color: #2d8ca9;
}
.table > tbody > tr.success > td, 
.table > tbody > tr.success > th, 
.table > tbody > tr > td.success, 
.table > tbody > tr > th.success, 
.table > tfoot > tr.success > td, 
.table > tfoot > tr.success > th, 
.table > tfoot > tr > td.success, 
.table > tfoot > tr > th.success, 
.table > thead > tr.success > td, 
.table > thead > tr.success > th, 
.table > thead > tr > td.success, 
.table > thead > tr > th.success {
    background-color: #65C56F;
    color: #fff;
}
.table-hover > tbody > tr.success:hover > td, 
.table-hover > tbody > tr.success:hover > th, 
.table-hover > tbody > tr:hover > .success, 
.table-hover > tbody > tr > td.success:hover, 
.table-hover > tbody > tr > th.success:hover {
    background-color: #519e59;
}
.table > tbody > tr.warning > td, 
.table > tbody > tr.warning > th, 
.table > tbody > tr > td.warning, 
.table > tbody > tr > th.warning, 
.table > tfoot > tr.warning > td, 
.table > tfoot > tr.warning > th, 
.table > tfoot > tr > td.warning, 
.table > tfoot > tr > th.warning, 
.table > thead > tr.warning > td, 
.table > thead > tr.warning > th, 
.table > thead > tr > td.warning, 
.table > thead > tr > th.warning {
    background-color: #fcaf41;
    color: #fff;
}
.table-hover > tbody > tr.warning:hover > td, 
.table-hover > tbody > tr.warning:hover > th, 
.table-hover > tbody > tr:hover > .warning, 
.table-hover > tbody > tr > td.warning:hover, 
.table-hover > tbody > tr > th.warning:hover {
    background-color: #ca8c34;
}
.table > tbody > tr.active > td, 
.table > tbody > tr.active > th, 
.table > tbody > tr > td.active, 
.table > tbody > tr > th.active, 
.table > tfoot > tr.active > td, 
.table > tfoot > tr.active > th, 
.table > tfoot > tr > td.active, 
.table > tfoot > tr > th.active, 
.table > thead > tr.active > td, 
.table > thead > tr.active > th, 
.table > thead > tr > td.active, 
.table > thead > tr > th.active {
    background: #888f95;
    color: #fff;
}
.table-hover > tbody > tr.active:hover > td, 
.table-hover > tbody > tr.active:hover > th, 
.table-hover > tbody > tr:hover > .active, 
.table-hover > tbody > tr > td.active:hover, 
.table-hover > tbody > tr > th.active:hover {
    background: #717b85;
}
.table > thead > tr.success > th {
    color: #fff;
    background-color: #129283 !important;
    border-color: #094942 !important;
}
.table > thead > tr.lime > th {
    color: #fff;
    background-color: #519e59 !important;
    border-color: #284f2c !important;
}
.table > thead > tr.danger > th {
    color: #fff;
    background-color: #c03c38 !important;
    border-color: #601e1c !important;
}
.table > thead > tr.warning > th {
    color: #fff;
    background-color: #ca8c34 !important;
    border-color: #65461a !important;
}
.table > thead > tr.primary > th {
    color: #fff;
    background-color: #1e77c5 !important;
    border-color: #0d3557 !important;
}
.table > thead > tr.info > th {
    color: #fff;
    background-color: #2d8ca9 !important;
    border-color: #164654 !important;
}
.table > thead > tr.grey > th {
    color: #fff;
    background-color: #888f95 !important;
    border-color: #44484a !important;
}
.table > thead > tr.purple > th {
    color: #fff;
    background-color: #4c409e !important;
    border-color: #3e2449 !important;
}
.table > thead > tr.inverse > th {
    color: #fff;
    background-color: #30373e !important;
    border-color: #181c1f !important;
}
.table > thead > tr.white > th {
    background-color: #fff !important;
    border-color: #bec3c6 !important;
}


/* 8.31 Background Cover Setting */

.bg-cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-cover img {
    max-width: 100%;
}
@media (min-width: 1920px) {
    .bg-cover img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .bg-cover img {
        max-width: inherit;
        min-width: 100%;
        max-height: 100%;
    }
}

/* 8.28 Section Container Setting */

.section-container {
    margin-left: -25px;
    margin-right: -25px;
    padding: 25px;
}
.section-container.section-with-top-border {
    border-top: 2px solid #ebeced;
}
.section-container.section-with-bottom-border {
    border-bottom: 2px solid #ebeced;
}
@media (max-width: 767px) {
    .section-container {
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
    }
}

table.dataTable thead .sorting_asc:after {
	content: '\f0dd' !important;
}
table.dataTable thead .sorting_desc:after {
	content: '\f0de' !important;
}
table.dataTable thead .sorting:after {
    content: '\f0dc';
}
table.dataTable thead tr.success .sorting_asc:after, table.dataTable thead tr.success .sorting_desc:after {
	color:#fff !important;
	opacity:0.5 !important;
}
table.dataTable thead tr.light .sorting_asc:after, table.dataTable thead tr.light .sorting_desc:after {
	color:#2d353c !important;
	opacity:0.5 !important;
}

.btn-group-vertical>.btn-group:after, 
.btn-group-vertical>.btn-group:before, 
.btn-toolbar:after, 
.btn-toolbar:before, 
.clearfix:after, 
.clearfix:before, 
.container-fluid:after,
.container-fluid:before, 
.container:after, 
.container:before, 
.form-horizontal .form-group:after, 
.form-horizontal .form-group:before, 
.modal-footer:after, 
.modal-footer:before, 
.modal-header:after, 
.modal-header:before, 
/* .nav:after,  */
/* .nav:before,  */
/* .navbar-collapse:after,  */
/* .navbar-collapse:before,  */
/* .navbar-header:after,  */
/* .navbar-header:before,  */
/* .navbar:after,  */
/* .navbar:before,  */
.pager:after, 
.pager:before, 
.panel-body:after, 
.panel-body:before, 
.row:after, 
.row:before {
	display: table;
	content: '';
	clear: both;
}

textarea.form-control {
    height: auto;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-horizontal .control-label {
    text-align: right;
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    margin-bottom: 0;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    margin: 0;
}
.input-group-addon,
.input-group-text {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #ebeced;
    border: 2px solid #bec3c6;
    border-radius: 4px;
}
.input-group-addon > i {
	display: inline-block;
	top: 1px;
	position: relative;
	line-height: 16px;
}
.input-group-lg > .form-control, 
.input-group-lg > .input-group-addon, 
.input-group-lg > .input-group-btn > .btn,
.input-group-lg .input-group-text {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child > .btn, 
.input-group-btn:first-child > .btn-group > .btn, 
.input-group-btn:first-child > .dropdown-toggle, 
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, 
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .form-control:last-child, 
.input-group-addon:last-child, 
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, 
.input-group-btn:first-child > .btn:not(:first-child), 
.input-group-btn:last-child > .btn, 
.input-group-btn:last-child > .btn-group>.btn, 
.input-group-btn:last-child > .dropdown-toggle {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* 11.3 Widget - Stat Setting */

.widget.widget-stat {
    text-align: center;
}
.widget-stat-number {
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.widget-stat-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
}
.widget-stat-btn a {
    color: #000;
    opacity: 0.3;
    display: block;
    text-decoration: none;
}
.bg-inverse .widget-stat-btn a,
.bg-inverse-light .widget-stat-btn a,
.bg-inverse-dark .widget-stat-btn a {
	color: #fff;
}
.widget-stat-btn a:hover,
.widget-stat-btn a:focus {
    opacity: 0.5;
}
.widget-stat-btn a .fa {
    display: block;
}
.widget-stat-icon {
    font-size: 96px;
    color: #000;
    opacity: 0.25;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 25%;
    overflow: hidden;
}
.bg-inverse .widget-stat-icon,
.bg-inverse-light .widget-stat-icon,
.bg-inverse-dark .widget-stat-icon {
	color: #fff;
}
.widget-stat-info {
    text-align: left;
    position: relative;
}
.widget-stat-title {
	font-weight: 600;
}
.widget-stat-text {
	font-size: 12px;
}
.widget-stat-text,
.widget-stat-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.widget-stat-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.widget-stat-cover img {
    min-height: 100%;
    max-width: 100%;
}
.widget-stat-cover:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}
.widget-stat-content {
    position: relative;
    text-align: left;
}
.widget-stat-chart {
    margin: 0 -20px -20px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    position: relative;
}
.widget-stat-header {
    margin: -20px -20px 20px;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    position: relative;
}

/* 9.19 Plugin - Bootstrap Wizard Setting */

.bwizard {
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.07);
    box-shadow: 0 2px 0 rgba(0,0,0,0.07);
    margin-bottom: 20px;
}
.bwizard-steps {
    display: table !important;
    width: 100%;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    border-bottom: 3px solid #bec3c6;
}
.bwizard-steps:before,
.bwizard-steps:after {
    display: none;
}
.bwizard-steps > li,
.bwizard-steps > li:first-child,
.bwizard-steps > li:last-child {
    float: none;
    display: table-cell !important;
    text-align: center;
    padding: 10px 20px;
    background: #eff0f1;
}
.bwizard-steps > li {
    width: 20%;
}
.bwizard-steps.clickable > li:hover,
.bwizard-steps.clickable > li:focus,
.bwizard-steps.clickable li:hover:not(.active),
.bwizard-steps.clickable li:focus:not(.active) {
    background: #eff0f1 !important;
}
.bwizard-steps.clickable > li:hover a,
.bwizard-steps.clickable > li:focus a,
.bwizard-steps.clickable li:hover:not(.active) a,
.bwizard-steps.clickable li:focus:not(.active) a {
    color: #30373e !important;
}
.bwizard-steps > li .label {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    margin: 5px auto;
    color: #fff;
    font-weight: normal;
    top: 0;
	background: #636a71;
}
.bwizard-steps a {
    display: block;
    font-size: 16px;
    line-height: 20px;
}
.bwizard-steps a:hover,
.bwizard-steps a:focus {
    text-decoration: none;
}
.bwizard-steps a small {
    font-size: 12px;
    display: block;
    line-height: 16px;
    margin: 1px 0 5px 0;
    color: #8a8f94;
}
.bwizard-steps li:before,
.bwizard-steps li:after {
    border: none !important;
}
.bwizard-steps > li.active,
.bwizard-steps > li.active:hover,
.bwizard-steps > li.active:focus {
    background: #3C454D !important;
}
.bwizard-steps.clickable > li.active:hover a,
.bwizard-steps.clickable > li.active:focus a,
.bwizard-steps.clickable li.active:hover:not(.active) a,
.bwizard-steps.clickable li.active:focus:not(.active) a {
    color: #fff !important;
}
.bwizard-steps.clickable li:hover:not(.active) .label,
.bwizard-steps.clickable li:focus:not(.active) .label {
    color: #1abc9c;
}
.bwizard-steps .active .label {
    border-color: #17B6A4;
    background: #17B6A4;
    color: #fff;
}
.bwizard-steps li.active:after {
    top: 50%;
    margin-top: -20px;
    border-bottom: 20px inset transparent !important;
    border-left: 20px solid #3C454D !important;
    border-top: 20px inset transparent !important;
}
.bwizard-steps li.active:last-child:after {
    border: none !important;
}
.bwizard .well {
    background: #fff;
    margin: 0 !important;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    padding: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bwizard-steps li:first-child {
    -webkit-border-radius: 6px 0 0 0 !important;
    -moz-border-radius: 6px 0 0 0 !important;
    border-radius: 6px 0 0 0 !important;
}
.bwizard-steps li:last-child {
    -webkit-border-radius: 0 6px 0 0 !important;
    -moz-border-radius: 0 6px 0 0 !important;
    border-radius: 0 6px 0 0 !important;
}
.bwizard-buttons {
    padding: 30px;
    margin: 0;
    background: #eff0f1;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    border-top: 3px solid #BEC3C6;
}
@media (min-width: 768px) {
    .bwizard-buttons.pager > li > a {
        font-size: 16px;
        padding: 8px 26px;
        border-radius: 40px;
    }
}
@media (max-width: 1200px) {
    .bwizard-steps > li {
        padding: 10px 10px !important;
    }
    .bwizard-steps a {
        font-size: 13px;
    }
    .bwizard-steps a small {
        display: none;
    }
}
@media (max-width: 767px) {
    .bwizard-steps > li,
    .bwizard-steps > li:first-child,
    .bwizard-steps > li:last-child {
        display: block !important;
        width: auto;
        text-align: left;
    }
    .bwizard-steps > li:first-child {
        -webkit-border-radius: 6px 6px 0 0 !important;
        -moz-border-radius: 6px 6px 0 0 !important;
        border-radius: 6px 6px 0 0 !important;
    }
    .bwizard-steps > li:last-child {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }
    .bwizard-steps > li a {
        line-height: 26px !important;
    }
    .bwizard-steps .label {
        float: left;
        margin: 0 !important;
        margin-right: 10px !important;
        width: 26px !important;
        height: 26px !important;
        line-height: 22px !important;
    }
    .bwizard-steps li:before,
    .bwizard-steps li:after,
    .bwizard-steps li.active:before,
    .bwizard-steps li.active:after  {
        content: '';
        display: table !important;
        border: none !important;
        clear: both !important;
        position: relative !important;
        margin: 0 !important;
    }
    .bwizard .well,
    .bwizard-buttons {
        padding: 20px;
    }
}

