/**
Template Original: Able Pro Responsive Bootstrap 4 Admin Template
Author: Phoenixcoded

  == Table of Contents==

	- Custom Css
	- Generic classes
		-	Margin, Padding, Font class, text align, position, floating, overflow, background class, text color, display class, boarder class
	- Theme Elements
		-	Icons, Accordion, Button, Redial, floating actions, FAB, tabs, typography, buttons, box shadow, slider page, error page, Breadcrumb, pagination, Basic card, Login card
	- General Elements
		-	Modal, Nestable, Lable & Badges, List, Portlates, Preloader, Calender, To-Do, Materialize general elements, Lables
	- Advance Form Elements
	- Pages
		-	Loader page, Invoice, Tasklist, Task detail, Range-slider, Counter, Maintenance, Color, FAQ, Progress, Panels & wells, Contact card, Auth pages, Flag
		-	Gallery, Products pages, Widget, Email, Social timeline, Datatable, Chat, Blog, Wizard, CRM dashboard, Task board, Issue list, Chartlist, X-editable
		-	Home chat, Dashboard 1-2-3-4
	- Responsive media class

	jels: adaptacion AulaEscolar (no usar para otra cosa)

============= */
@import url('../plugins/waves/css/waves.min.css');
@import url('../plugins/notification/css/animate.min.css');
@import url('../plugins/notification/css/notification.css');
@import url("../plugins/search/css/component.css");
@import url('generic-class.css');
@import url('menu.css');

body {
    font-size: 15px;
    overflow-x: hidden;
    background-color: #DAE5EA;
    font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

* a {
    color: #000;
    transition: all 0.3s 0s;
}

*:focus {
    outline: none !important;
}

a {
    color: #00b9f5;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

a.u-link {
    text-decoration: underline;
}

p {
    font-size: 13px;
    line-height: 1.6;
    color: #666666;
    font-weight: 400;
    margin: 0;
}

.card_main {
    margin-bottom: 30px;
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05), 0 3px 1px -2px rgba(0, 0, 0, .08), 0 1px 5px 0 rgba(0, 0, 0, .08);
}

.sub-title {
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}

capital-txt {
    text-transform: capitalize;
}

label {
    color: rgba(43, 61, 81, 0.8);
    font-weight: 500;
}

h6 {
    color: #757575;
    font-weight: 500;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.counter-txt {
    font-size: 1.4rem;
}

.width-100 {
    width: 100%;
}

.c-both {
    clear: both;
}

.c-pointer {
    cursor: pointer;
}

.breadcrumb-block .breadcrumb:last-child {
    margin-bottom: 0;
}

.breadcrumb-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}

.card-header-text {
    margin-bottom: 0;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.85);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.card-header {
    padding: 20px;
    background-color: transparent;
    color: #757575;
}

.card-header h5 {
    color: #373a3c;
    margin-bottom: 0px;
}

.card {
    margin-bottom: 30px;
    border: none;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
}

textarea {
    resize: none;
}

.txt-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
}

.form-inline label {
    margin-bottom: 5px !important;
}

.able-logo {
    display: inline-block;
    margin-right: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
    background: transparent;
    color: #0275d8;
    text-align: center;
    border-bottom: 1px solid #0275d8;
}

.generic-card-body strong {
    display: block;
}

.generic-card-body code {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.block {
    display: block;
}

.btn.shadow-none {
    box-shadow: none;
}

/**====== Custom css end ======**/


/**  =====================
    Box-layout css start
==========================  **/


.box-layout .main-sidebar {
    left: auto;
}


/**====== Box-layout css end ======**/

/**  =====================
    icon css start
==========================  **/
/*========== font awesome icone ===========*/

.data_table_main.icon-list-demo [class*=col-] {
    margin-bottom: 10px;
}

.icon-list-demo i {
    border: 1px solid #eceeef;
    border-radius: 3px;
    color: rgba(43, 61, 81, 0.7);
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 12px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.icon-list-demo div {
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 10px;
}

.icon-list-demo i:hover {
    color: #64b0f2;
}

.main-header {
    padding: 5px 0 20px 20px;
}

.main-header h4 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
}

.main-header .breadcrumb-title {
    margin-top: 10px;
    margin-bottom: 0;
}

.main-header .breadcrumb-title a {
    font-size: 16px;
    color: #1b8bf9;
}

.main-header .breadcrumb-title .breadcrumb-item:last-child a {
    color: #7e7e7e;
}

/*========== Material Design Icons ===========*/
/**====== icon css end ======**/
/**  =====================
    Accordion css start
==========================  **/
.accordion-msg {
    display: block;
    color: #222222;
    padding: 14px 20px;
    border-top: 1px solid #ddd;
    font-weight: 600;
}

.accordion-msg:hover,
.accordion-msg:focus {
    text-decoration: none;
}

.faq-accordion .accordion-desc {
    padding: 20px;
}

.accordion-desc {
    color: #222222;
    padding: 0px 20px 20px 20px;
}

#color-accordion .accordion-desc {
    margin-top: 14px;
}

.ui-accordion-header-icon {
    float: right;
    font-size: 20px;
}

.accordion-title {
    margin-bottom: 0;
}

.accordion-block {
    padding: 0;
}

/*dropdown*/
.drop.animate {
    -webkit-animation: drop 1s ease-out;
    animation: drop 1s ease-out;
}

@-webkit-keyframes drop {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes drop {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

/**====== Accordion css ends ======**/
/**=====================
    Button-FAB css start
==========================**/

.card-height {
    height: 350px;
}

.fab-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.toolbar-active {
    border-radius: 4px !important;
    width: 208px !important;
}

.fab-icon i {
    line-height: 55px;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    transition: all ease-in 0.3s;
}

#horizontal-fab-button .jfab_btns_wrapper .horizontal-fab {
    display: inline-block;
    float: left;
}

#horizontal-fab-button .jfab_btns_wrapper {
    right: 70px;
    bottom: 15px;
}

/* Radial effect */
.radial {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;
    bottom: 13px;
    background: #ff4081;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.fab {
    border: none;
    color: white;
    background-color: #ff4081;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.fab:hover {
    background-color: #f30053;
}

#fab-expand .icofont-plus {
    position: absolute;
    top: 12.5px;
    left: 12.5px;
}

#plus {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 25px;
}

#fa-1,
#fa-2,
#fa-3,
#fa-4,
#fa-5,
#fa-6 {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: transparent;
    border: none;
    color: white;
}

#fa-1:hover,
#fa-2:hover,
#fa-3:hover,
#fa-4:hover,
#fa-5:hover,
#fa-6:hover {
    transition-delay: 0s;
    color: #ff8db3;
}

.radial.open {
    height: 220px;
    width: 220px;
}

.radial.open .fab {
    position: absolute;
    background-color: #f30053;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.2);
    right: 80px;
    bottom: 81px;
}

.radial.open #plus {
    -webkit-transform: rotateZ(135deg) translate(-1px, 3px);
    transform: rotateZ(135deg) translate(-1px, 3px);
}

.radial.open #fa-1 {
    font-size: 35px;
    margin: 60px 40px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(-110px, 10px);
    transform: translate(-110px, 10px);
}

.radial.open #fa-2 {
    font-size: 35px;
    margin: 27px 64px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate(-85px, -85px);
    transform: translate(-85px, -85px);
}

.radial.open #fa-3 {
    font-size: 35px;
    margin: 45px 90px;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(10px, -110px);
    transform: translate(10px, -110px);
}

.radial.open #fa-4 {
    font-size: 35px;
    margin: 0px 25px;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(10px, -110px);
    transform: translate(10px, -110px);
}

.radial.open #fa-5 {
    font-size: 35px;
    margin: -60px 20px;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(10px, -110px);
    transform: translate(10px, -110px);
}

.radial.open #fa-6 {
    font-size: 35px;
    margin: -105px 90px;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(10px, -110px);
    transform: translate(10px, -110px);
}

/* floating action button */
.popout {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
}

.popout .btn {
    display: inline-block;
    outline: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 32px;
    z-index: 999;
    background: #2196F3;
    color: white;
    border-radius: 50%;
    margin-right: -28px;
    margin-bottom: -35px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: 0.2s opacity ease-in-out;
    -webkit-transition: 0.2s opacity ease-in-out;
}

.popout .btn.active {
    visibility: hidden;
    opacity: 0;
}

.popout .btn:after {
    display: block;
    position: absolute;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: -2;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.popout .btn:active:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.popout .panel {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 340px;
    text-align: left;
    overflow: hidden;
    visibility: hidden;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: transform 0.2s, visibility 0s 0.2s;
    opacity: 0;
}

.popout .icon {
    font-size: 25px;
    margin: 0;
}

.popout .panel.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: transform 0.2s, visibility 0s 0s, opacity 0.2s;
}

.popout .panel-header {
    padding: 20px;
    font-size: 15px;
    background-color: #34495e;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.popout .panel-body {
    padding: 10px 20px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 11px;
    color: #aaa;
}

/* fab-expand animation */
#main-display {
    margin: 200px auto;
}

.fab-expand {
    border: none;
    background-color: #4CAF50;
    border-radius: 100%;
    padding: 25px;
    position: absolute;
    right: 20px;
    top: 80%;
    color: white;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-sizing: border-box;
    width: 60px;
    height: 60px;
}

.fab-expand .fa {
    transform: translate(-50%, -50%);
}

.fab-expand.is-expanding {
    animation: expand 0.5s ease-in;
}

.fab-expand.expanded {
    width: 80%;
    height: 60%;
    border-radius: 3px;
    background-color: #3498db;
    left: 10%;
    top: 20%;
    cursor: auto;
}

.fab-expand.is-closing {
    animation: expand 0.5s ease-out reverse;
}

@keyframes expand {
    33% {
        width: 0;
        height: 0;
        left: 70%;
        top: 70%;
    }

    100% {
        width: 80%;
        height: 60%;
        border-radius: 3px;
        background-color: #3498db;
        left: 10%;
        top: 20%;
    }
}

.expand-close {
    cursor: pointer;
    float: right;
}

.fab-expand-icon {
    font-size: 25px;
    margin: 5px;
}

/**====== Button-FAB css ends ======**/

/**  =====================
      Footer css start
==========================  **/
.footer-fix .footer-bg {
    position: fixed !important;
}

.footer-bg {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    padding: 10px 15px;
    position: fixed;
    border-top: 1px solid #ccc;
}

.sidebar-mini.fixed .footer-bg {
    width: calc(100% - 230px);
}

.sidebar-mini .footer-bg {
    width: calc(100% - 50px);
}

/**====== footer css end ======**/
/**  =====================
      Typography css start
==========================  **/

.text-pink {
    color: #ff7aa3;
}

.text-custom {
    color: #64b0f2;
}

.text-dark {
    color: #2b3d51;
}

.text-purple {
    color: #9261c6;
}

/**====== Typography css end ======**/

/**  =====================
      Tabs css start
==========================  **/
.tab-list p {
    padding: 10px;
}

.tab-with-img i {
    position: absolute;
    padding: 5px;
}

.tab-icon {
    margin-bottom: 30px;
}

.tab-icon i {
    padding-right: 10px;
}

.tab-below.nav-tabs .nav-link.active {
    border-color: transparent #ddd #ddd #ddd;
}

.tab-below {
    border-top: 1px solid #ddd;
    border-bottom: none;
}

.tab-below .nav-item {
    margin-top: -2px;
}

.tab-below.nav-tabs .nav-link {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.card-header~.tab-icon .tab-with-img .sub-title i {
    right: 10px;
}

.tab-with-img .nav-link {
    position: relative;
}

.tabs-left,
.tabs-right {
    min-width: 120px;
    vertical-align: top;
    width: 150px;
}

.tabs-left,
.tabs-right,
.tabs-left-content,
.tabs-right-content {
    display: table-cell;
}

.nav-tabs.tabs-left .slide {
    height: 35px;
    width: 4px;
    bottom: 15px;
}

.nav-tabs.tabs-right .slide {
    height: 35px;
    width: 4px;
    bottom: 15px;
    right: 0;
}

.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-item.open .nav-link:focus,
.md-tabs .nav-item.open .nav-link:hover,
.md-tabs .nav-link.active,
.md-tabs .nav-link.active:focus,
.md-tabs .nav-link.active:hover {
    color: #1e6bb7;
    border: none;
    background-color: #b7d7f0c6;
    border-radius: 0;
}

.md-tabs .nav-item a {
    padding: 20px 0 20px !important;
}

.product-edit .md-tabs .nav-item a {
    padding: 0 0 20px !important;
}

.md-tabs.tabs-left .nav-item,
.tabs-left .nav-item,
.md-tabs.tabs-right .nav-item,
.tabs-right .nav-item {
    width: 100%;
    position: relative;
}

.md-tabs {
    position: relative;
}

.md-tabs .nav-item+.nav-item {
    margin: 0;
}

.md-tabs .nav-link {
    border: none;
}

.md-tabs .nav-link:focus,
.md-tabs .nav-link:hover {
    border: none;
}

.md-tabs .nav-item {
    background-color: #fff;
    width: calc(100% / 4);
    text-align: center;
}

.md-tabs .nav-link {
    color: #1b8bf9;
}

.nav-tabs .slide {
    background: #d49622;
    width: calc(100% / 4);
    height: 4px;
    position: absolute;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    bottom: 0;
}

.md-tabs .nav-item .nav-link.active~.slide {
    opacity: 1;
    transition: all 0.3s ease-out;
}

.md-tabs .nav-item .nav-link~.slide {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.img-tabs img {
    width: 100px;
    margin: 0 auto;
}

.img-tabs a img {
    border: 3px solid;
}

.img-tabs a.active {
    opacity: 1;
    transition: all ease-in-out 0.3s;
}

.img-tabs a {
    opacity: 0.5;
    transition: all ease-in-out 0.3s;
}

.img-tabs a span i {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    bottom: 10px;
    right: 70px;
}

#pc-left-panel-menu {
    margin-bottom: 20px;
}

/**====== Tabs css end ======**/

/**  =====================
      Button css start
==========================  **/
/* Raised Button css*/
.btn {
    text-transform: uppercase;
    border-radius: 6px !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    font-size: 13px;
    font-weight: 600;
    transition: box-shadow linear 0.4s;
}

.button-list {
    padding-bottom: 10px;
}

.button-list .btn {
    margin-bottom: 10px;
    margin-right: 30px;
}

.btn:hover {
    box-shadow: none;
}

.button-list .btn:last-child {
    margin-right: 0;
}

.btn-page [class*=btn-]:last-child {
    margin-right: 0;
}

.dropdown-split [class*=btn-],
.btn-group [class*=btn-] {
    margin-right: 0;
}

.animation-model button {
    margin-bottom: 10px;
}

/*Alter Bootstrap Button */
.btn-default,
.btn-default:focus,
.btn-default:hover {
    background-color: #FFFFFF;
    color: #757575;
}

.btn-default:active {
    background-color: #FFFFFF !important;
    border-color: #757575 !important;
    transition: background-color 0.3s ease-in-out;
}

.btn-info,
.btn-info:focus,
.btn-info:hover {
    background-color: #40c4ff;
    border-color: #40c4ff;
}

.btn-info:active {
    background-color: #40c4ff !important;
    border-color: #40c4ff !important;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn-primary:active {
    background-color: #2196F3 !important;
    border-color: #2196F3 !important;
}

.btn-success,
.btn-success:focus,
.btn-success:hover {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.btn-success:active {
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
}

.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #ff5252;
    border-color: #ff5252;
}

.btn-danger:active {
    background-color: #ff5252 !important;
    border-color: #ff5252 !important;
}

.btn-warning,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:hover {
    background-color: #f57c00;
    border-color: #f57c00;
}

.btn-warning:active {
    background-color: #f57c00 !important;
    border-color: #f57c00 !important;
}

/*flat button css*/
.btn-flat {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: transparent;
    font-weight: 600;
}

.flat-primary:focus {
    background-color: #81d4fa;
}

.flat-success:focus {
    background-color: #a5d6a7;
}

.flat-warning:focus {
    background-color: #ffe0b2;
}

.flat-danger:focus {
    background-color: #ffcdd2;
}

.flat-info:focus {
    background-color: #b3e5fc;
}

.flat-default:focus {
    background-color: #f5f5f5;
}

/*inverse button css*/
.btn-inverse-default {
    background-color: #FFFFFF;
    border-color: #757575;
    color: #757575;
    box-shadow: none;
    transition: border-color linear 0.4s;
}

.btn-inverse-default:hover {
    border-color: #757575;
    color: #757575;
}

.btn-inverse-primary {
    background-color: #fff;
    border-color: #2196F3;
    color: #2196F3;
    box-shadow: none;
    transition: all ease-in 0.3s;
}

.btn-inverse-primary:hover {
    border-color: #2196F3;
    background-color: #2196F3;
    color: #fff;
}

.btn-inverse-success {
    background-color: #fff;
    border-color: #4CAF50;
    color: #4CAF50;
    box-shadow: none;
    transition: all ease-in 0.3s;
}

.btn-inverse-success:hover {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #fff;
}

.btn-inverse-warning {
    background-color: #fff;
    border-color: #f57c00;
    color: #f57c00;
    box-shadow: none;
    transition: all ease-in 0.3s;
}

.btn-inverse-warning:hover {
    background-color: #f57c00;
    border-color: #f57c00;
    color: #fff;
}

.btn-inverse-danger {
    background-color: #fff;
    border-color: #ff5252;
    color: #ff5252;
    box-shadow: none;
    transition: all ease-in 0.3s;
}

.btn-inverse-danger:hover {
    background-color: #ff5252;
    border-color: #ff5252;
    color: #fff;
}

.btn-inverse-info {
    background-color: #fff;
    border-color: #40c4ff;
    color: #40c4ff;
    box-shadow: none;
    transition: all ease-in 0.3s;
}

.btn-inverse-info:hover {
    background-color: #40c4ff;
    border-color: #40c4ff;
    color: #fff;
}

.btn-inverse-disable {
    background-color: #fff;
    border-color: #757575;
    color: #757575;
    box-shadow: none;
    transition: all ease-in 0.3s;
}

.btn-inverse-disable:hover {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #757575;
}

/*button size css*/
.btn-xlg {
    padding: 14px 20px;
    font-size: 21px;
    line-height: 40px;
}

.btn-lg {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 32px;
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px;
}

.btn-sm {
    padding: 8px 14px;
    line-height: 16px;
    font-size: 11px;
}

.btn-mini {
    padding: 5px 10px;
    line-height: 14px;
    font-size: 10px !important;
}

/*social button*/
.btn-facebook,
.btn-twitter,
.btn-dropbox,
.btn-skype,
.btn-youtube {
    color: #fff;
}

.btn-facebook i,
.btn-twitter i,
.btn-dropbox i,
.btn-skype i,
.btn-youtube i {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px 0 0 3px;
    margin: -7px 0 -7px -13px;
}

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00ACED;
}

.btn-dropbox {
    background-color: #007EE5;
}

.btn-skype {
    background-color: #00AFF0
}

.btn-youtube {
    background-color: #BB0000;
}

/*button round css*/
.btn-icon {
    border-radius: 50%;
    width: 40px;
    line-height: 30px;
    height: 40px;
    padding: 3px;
    text-align: center;
}

.btn-group .btn {
    box-shadow: none;
}

/*dropdown button css*/
.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}

.dropdown-danger,
.dropdown-success,
.dropdown-warning,
.dropdown-info,
.dropdown-warning,
.dropdown-primary {
    display: inline-block;
    vertical-align: center;
    position: relative;
}

.dropdown-primary a:hover {
    background-color: #2196F3;
    color: #fff;
}

.dropdown-danger a:hover {
    background-color: #ff5252;
    color: #fff;
}

.dropdown-warning a:hover {
    background-color: #f57c00;
    color: #fff;
}

.dropdown-success a:hover {
    background-color: #4CAF50;
    color: #fff;
}

.dropdown-info a:hover {
    background-color: #40c4ff;
    color: #fff;
}

.dropdown-split-primary a:hover {
    background-color: #2196F3;
    color: #fff;
}

.dropdown-split-success a:hover {
    background-color: #4CAF50;
    color: #fff;
}

.dropdown-split-danger a:hover {
    background-color: #ff5252;
    color: #fff;
}

.dropdown-split-warning a:hover {
    background-color: #f57c00;
    color: #fff;
}

.dropdown-split-info a:hover {
    background-color: #40c4ff;
    color: #fff;
}

/* ========================
    Start Box Shadow Css
=========================== */

/* css for z-depth for top only */
.z-depth-top-0 {
    box-shadow: 0 -5px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-top-1 {
    box-shadow: 0 -7px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-top-2 {
    box-shadow: 0 -9px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-top-3 {
    box-shadow: 0 -10px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-top-4 {
    box-shadow: 0 -11px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-top-5 {
    box-shadow: 0 -12px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

/* css for z-depth for bottom only */
.z-depth-bottom-0 {
    box-shadow: 0 5px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-bottom-1 {
    box-shadow: 0 7px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-bottom-2 {
    box-shadow: 0 9px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-bottom-3 {
    box-shadow: 0 10px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-bottom-4 {
    box-shadow: 0 11px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-bottom-5 {
    box-shadow: 0 12px 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

/* css for z-depth left only */
.z-depth-left-0 {
    box-shadow: -5px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-left-1 {
    box-shadow: -7px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-left-2 {
    box-shadow: -9px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-left-3 {
    box-shadow: -10px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-left-4 {
    box-shadow: -11px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-left-5 {
    box-shadow: -12px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

/* css for z-depth right only */
.z-depth-right-0 {
    box-shadow: 5px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-right-1 {
    box-shadow: 7px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-right-2 {
    box-shadow: 9px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-right-3 {
    box-shadow: 10px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-right-4 {
    box-shadow: 11px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-right-5 {
    box-shadow: 12px 0 25px -5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

/* css for z-depth all side */
.z-depth-0 {
    box-shadow: 0 0 25px 5px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-1 {
    box-shadow: 0 0 25px 7px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-2 {
    box-shadow: 0 0 25px 9px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-3 {
    box-shadow: 0 0 25px 10px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-4 {
    box-shadow: 0 0 25px 11px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-5 {
    box-shadow: 0 0 25px 12px #ccc, 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0px rgba(0, 0, 0, 0);
}

.box-list div div {
    margin-bottom: 20px;
}

.box-list {
    padding-bottom: 0;
}

/*=========================
    Slider Page css Start
============================ */

/* css for owl carousel */
.slider-center .owl-carousel .owl-item {
    display: inline-block;
    width: auto;
    border-radius: 50%;
}

.slider-center .card-text,
.swiper-slide .card-text {
    margin-bottom: 20px;
}

.owl-next {
    position: relative;
}

.owl-theme .owl-controls .owl-nav div {
    border-radius: 30px;
    display: inline-block;
    font-size: 0;
    height: 50px;
    margin: 5px;
    padding: 7px;
    width: 50px;
}

.owl-theme .owl-controls .owl-nav div.owl-prev::before,
.owl-theme .owl-controls .owl-nav div.owl-next::before {
    content: "\eb5e";
    font-family: 'IcoFont' !important;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
}

.owl-theme .owl-controls .owl-nav div.owl-next::before {
    content: "\eb61" !important;
}

.owl-theme .owl-controls {
    text-align: center;
}

.slider-center .owl-theme .owl-controls {
    margin-top: 30px;
    position: relative;
    text-align: right;
    z-index: 9;
}

/* ============================
    start error page css
========================== */
/* error page css */
.error-500,
.error-503,
.error-404,
.error-400,
.error-403,
.login {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #2196F3;
}

.error-500 h1,
.error-503 h1,
.error-404 h1,
.error-400 h1,
.error-403 h1 {
    text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.32);
    padding: 70px 0;
    color: #fff;
    font-size: 150px;
    margin-bottom: 40px;
}

.error-500 h5,
.error-503 h5,
.error-404 h5,
.error-400 h5,
.error-403 h5 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #fff;
}

.error-500 p,
.error-503 p,
.error-404 p,
.error-400 p,
.error-403 p {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 400;
    color: #fff;
}

.btn-error {
    background-color: #fff;
    border-color: #fff;
    padding: 10px 20px;
    color: #777;
}

.btn-error:hover {
    color: #777;
}

.error-500 h1 {
    background: url("../images/500@2x.png") no-repeat center;
}

.error-503 h1 {
    background: url("../images/503@2x.png") no-repeat center;
}

.error-404 h1 {
    background: url("../images/404@2x.png") no-repeat center;
}

.error-400 h1 {
    background: url("../images/400@2x.png") no-repeat center;
}

.error-403 h1 {
    background: url("../images/403@2x.png") no-repeat center;
}

/*======================
  Breadcrumb
===================== */

/* css for breadcrumb */
.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item::before {
    content: "\00bb\00a0";
}

.breadcrumb .breadcrumb-item .home::before {
    content: "\f124";
}

.breadcrumb-3 {
    border: solid 1px #ddd;
    background-color: transparent;
}

.icon-folder::before {
    content: "\f124";
}

.breadcrumb>li {
    display: inline-block;
}

/* breadcrumbs */
#breadcrumb-triangle {
    list-style: none;
    display: inline-block;
}

#breadcrumb-triangle .icon {
    font-size: 14px;
}

#breadcrumb-triangle li {
    float: left;
    margin-top: 5px;
}

.breadcrumb-icon-block {
    padding-top: 15px;
}

#breadcrumb-triangle li a {
    color: #FFF;
    display: block;
    background: #2196F3;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    transition: background 0.3s ease-in-out;
}

#breadcrumb-triangle li:nth-child(even) a {
    background-color: #2196F3;
}

#breadcrumb-triangle li:nth-child(even) a:before {
    border-color: #2196F3;
    border-left-color: transparent;
}

#breadcrumb-triangle li:nth-child(even) a:after {
    border-left-color: #2196F3;
}

#breadcrumb-triangle li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

#breadcrumb-triangle li:first-child a:before {
    border: none;
}

#breadcrumb-triangle li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}

#breadcrumb-triangle li:last-child a:after {
    border: none;
}

#breadcrumb-triangle li a:before,
#breadcrumb-triangle li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: solid #2196F3;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}

#breadcrumb-triangle li a:before {
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb-triangle li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #2196F3;
}

#breadcrumb-triangle li a:hover {
    background-color: #40c4ff;
}

#breadcrumb-triangle li a:hover:before {
    border-color: #40c4ff;
    border-left-color: transparent;
}

#breadcrumb-triangle li a:hover:after {
    border-left-color: #40c4ff;
}

#breadcrumb-triangle li a:active {
    background-color: #16a085;
}

#breadcrumb-triangle li a:active:before {
    border-color: #16a085;
    border-left-color: transparent;
}

#breadcrumb-triangle li a:active:after {
    border-left-color: #16a085;
}

/* pagination */
.pager {
    margin-bottom: 1rem;
}

.pager a.prev {
    border-radius: 50px 0 0 50px;
}

.pager a.next {
    border-radius: 0 50px 50px 0;
}

.pager li {
    display: inline;
}

ul.margin-pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.margin-pagination li {
    display: inline;
}

ul.margin-pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

ul.margin-pagination li a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

ul.margin-pagination li a:hover:not(.active) {
    background-color: #ddd;
}

/*====== Pagination CSS ===== */
.pager li a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager .previous a,
.pager .previous span {
    float: left;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.icon-left-thin:before {
    content: "\2190";
}

.icon-right-thin:before {
    content: "\2192";
}

.pagination>li>a,
.pagination>li>span,
.pager>li>a,
.pager>li>span {
    color: #00b8ce;
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.pager li>a:hover,
.pager li>a:focus {
    color: #505050;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span,
.bootpag li.disabled a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.bootpag {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 10px;
    border-radius: 4px;
}

.demo2 .bootpag {
    margin: 0;
}

.bootpag>li {
    display: inline;
}

.bootpag>li>a,
.bootpag>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.bootpag>.active>a,
.bootpag>.active>a:focus,
.bootpag>.active>a:hover,
.bootpag>.active>span,
.bootpag>.active>span:focus,
.bootpag>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8;
}

/*======================
Basic card CSS
======================= */
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.global-cards .card-text {
    margin-bottom: 10px;
}

.color-card footer,
.color-card p {
    color: #fff;
}

.color-card .card-default p,
.color-card .card-default footer {
    color: #222;
}

/* =======================
      Login Card css
 ======================= */
.common-img-bg {
    height: 100%;
    background-size: cover;
    background: url('../images/authentication-bg.jpg')no-repeat;
}

.login-card {
    padding: 30px 20px;
    width: 500px;
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.login-card h1 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}

.login-card i {
    color: #777;
}

.login {
    text-align: left;
}

.login ul li label {
    color: #757575;
    letter-spacing: 1px;
    font-weight: 600;
}

.login h3 {
    color: #666666;
    font-size: 20px;
    margin-top: 25px;
}

.login-card .md-input-wrapper {
    margin-bottom: 30px;
}

.login-card .card-footer {
    background: #fff;
}

.login-card h1 {
    color: #1b8bf9;
}

.btn-signup .btn-md,
.btn-singin1 .btn-md,
.btn-singin2 .btn-md {
    font-size: 22px;
    font-weight: 400;
    width: 400px;
}

.login-card .forget {
    border-bottom: 1px solid #fff;
    font-size: 24px;
    line-height: 0.6;
}

.form-group-main .form-group {
    margin: 30px 0;
}

.login-card .unlock,
.login-card .btn-forgot {
    text-align: center;
}

.imgs-screen .img-circle {
    padding: 4px;
    border: 1px solid #E6E6E4;
}

.sign-in-with {
    /*margin-bottom: 15px;*/
    margin: 24px auto 16px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.sign-in-with .text {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    padding: 0 8px;
    z-index: 9999;
}

.text:after {
    left: 100%;
}

.text:before {
    right: 100%;
}

.sign-in-with .text:after,
.sign-in-with .text:before {
    content: '';
    display: block;
    width: 60px;
    position: absolute;
    top: 8px;
    border-top: 1px solid rgba(0, 0, 0, .28);
}

/**  =====================
      General Elements start
==========================  **/
.multiple-select {
    overflow-y: scroll;
}

.select2-multiple-select {
    overflow-y: scroll;
}

.input-success,
.input-success:focus {
    border: 1px solid #4CAF50;
    box-shadow: none;
}

.input-warning,
.input-warning:focus {
    border: 1px solid #f57c00;
    box-shadow: none;
}

.input-danger,
.input-danger:focus {
    border-bottom: 1px solid #ff5b5b !important;
    box-shadow: none;
}

.input-icon {
    position: absolute;
    top: 10px;
    right: 30px;
}

.addon-btn {
    padding: 8px .75rem;
    font-size: 14px;
    line-height: 1.25;
}

.form-control-label {
    font-weight: 700;
}

.form-group label,
.form-group p,
.form-control {
    font-size: 14px;
}

.input-group-addon {
    padding: 0.28rem .75rem;
    line-height: 1.25;
}

.form-control-lg,
.input-group-lg .form-control,
.input-group-lg .input-group-addon,
.input-group-lg .input-group-btn .btn,
.md-input-lg {
    font-size: 1.25rem;
}

.form-control-sm,
.input-group-sm .form-control,
.input-group-sm .input-group-addon,
.input-group-sm .input-group-btn .btn,
.md-input-sm {
    font-size: .875rem;
}

.inline-forms .card-block .inline-form-style {
    margin-bottom: 0;
}

/**  =====================
      Input Types End
==========================  **/
/**  =====================
      Modal page start
==========================  **/
.sign-in-up {
    display: flex;
    background-color: #1b8bf9;
}

.sign-in-up-left {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.sign-in-up-right {
    width: 60%;
    background-color: #fff;
    padding: 20px;
}

.sign-in-up-right .md-tabs .nav-item a {
    padding: 0 0 20px !important;
}

.sign-in-up-right .md-tabs {
    border-bottom: none;
    margin-bottom: 40px;
}

.login-up button.close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 999;
}

/**====== Modal css end ======**/
/**  =====================
      Nestable css start
==========================  **/
.nestable-menu {
    padding: 0;
    margin: 0;
}

/**====== Nestable css end ======**/
/**  =====================
      Label And badges start
==========================  **/
/*badge on button*/

.btn .badge {
    margin-left: 8px;
}

.btn-default .badge,
.btn-primary .badge,
.btn-warning .badge,
.btn-danger .badge,
.btn-info .badge,
.btn-success .badge {
    background-color: #fff;
    padding: 4px 5px;
    border-radius: 50%;
}

.btn-primary .badge {
    color: #2196F3;
}

.btn-success .badge {
    color: #4CAF50;
}

.btn-warning .badge {
    color: #f57c00;
}

.btn-danger .badge {
    color: #ff5252;
}

.btn-info .badge {
    color: #40c4ff
}

.btn-default .badge {
    background-color: #757575;
    color: #fff;
}

.badge {
    color: #fff;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.badge-md {
    padding: 4px 8px;
    font-size: 14px;
}

.badge-lg {
    padding: 5px 9px;
    font-size: 14px;
}

.label {
    display: inline;
    padding: 2px 7px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: 10px;
}

.label-bagdes .label-icon {
    position: relative;
    font-size: 20px;
}

.label-bagdes .badge {
    margin-bottom: 0;
}

.label-lg {
    padding: 6px 21px;
}

.label-md {
    padding: 4px 14px;
}

.badge-default,
.label-default {
    color: #fff;
    background-color: #757575;
}

.badge-primary,
.label-primary {
    background-color: #2196F3;
}

.badge-success,
.label-success {
    background-color: #4CAF50;
}

.badge-warning,
.label-warning {
    background-color: #f57c00;
}

.badge-danger,
.label-danger {
    background-color: #ff5252;
}

.badge-info,
.label-info {
    background-color: #40c4ff;
}

.badge-inverse-default,
.label-inverse-default {
    color: #757575;
    border: 1px solid #757575;
    padding: 2px 7px;
}

.label-bagdes .card .card-block p {
    margin-bottom: 20px;
}

.group-label {
    display: inline-block;
}

.label-icon label {
    position: absolute;
}

/**====== Label And badges css end ======**/

.badge-inverse-primary,
.label-inverse-primary {
    color: #2196F3;
    border: 1px solid #2196F3;
    padding: 2px 7px;
}

.badge-inverse-success,
.label-inverse-success {
    color: #4CAF50;
    border: 1px solid #4CAF50;
    padding: 2px 7px;
}

.badge-inverse-warning,
.label-inverse-warning {
    color: #f57c00;
    border: 1px solid #f57c00;
    padding: 2px 7px;
}

.badge-inverse-danger,
.label-inverse-danger {
    color: #ff5252;
    border: 1px solid #ff5252;
    padding: 2px 7px;
}

.badge-inverse-info,
.label-inverse-info {
    color: #40c4ff;
    border: 1px solid #40c4ff;
    padding: 2px 7px;
}

.badge-top-left {
    margin-right: -10px;
    right: 100%;
    top: -3px;
}

.badge-top-right {
    margin-left: -10px;
    top: -3px;
}

.badge-bottom-left {
    margin-left: -33px;
    bottom: -4px;
    right: 97%;
}

.badge-bottom-right {
    margin-left: -7px;
    bottom: -3px;
}

.label-bagdes .label-main {
    margin-bottom: 10px;
    display: inline-block;
}

/**====== Label And badges End ======**/
/**  =====================
      List css start
==========================  **/
.basic-list {
    margin-bottom: 15px;
}

.basic-list li {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.basic-list li:last-child {
    border: none;
    padding-bottom: 0;
}

.basic-list.list-icons li,
.basic-list.list-icons-img li {
    margin-left: 50px;
    position: relative;
}

.list-icons i {
    left: -64px;
    top: 0;
    bottom: -1px;
    width: 64px;
    padding: 8px 0;
}

.list-icons-img img {
    left: -60px;
    top: 0;
    bottom: -1px;
    width: 40px;
}

.list-view li button {
    margin-right: 10px;
    margin-bottom: 10px;
}

/**====== List css End ======**/

/* 21. Preloader CSS Starts*/

.btry-loader .btry {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 40px;
    margin: -10px 0 0 -20px;
    border: 1px solid #ff3366;
    border-radius: 3px;
}

.btry-loader .btry:after {
    display: block;
    content: "";
    position: absolute;
    top: -3px;
    height: 2px;
    width: 8px;
    background: #ff3366;
    border-radius: 0 2px 20px 0;
    left: 5px;
}

.btry-loader .btry .btry-charge {
    position: absolute;
    z-index: 100;
    height: 16px;
    width: 16px;
    bottom: 1px;
    left: 1px;
    background: #ff3366;
    border-radius: 1px;
    -webkit-animation: red-btry 2s linear 0s infinite;
    -moz-animation: red-btry 2s linear 0s infinite;
    animation: red-btry 2s linear 0s infinite;
}

@-webkit-keyframes red-btry {
    0% {
        height: 20px;
    }

    100% {
        height: 36px;
    }
}

@keyframes red-btry {
    0% {
        height: 0px;
    }

    100% {
        height: 36px;
    }
}

.btry-loader .radius {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.btry-loader .radius .btry-charge {
    position: absolute;
    z-index: 100;
    height: 20px;
    width: 4px;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -2px;
    border-top: 4px solid #ff3366;
    -webkit-animation: rotation 1s linear 0s infinite;
    -moz-animation: rotation 1s linear 0s infinite;
    animation: rotation 1s linear 0s infinite;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(60deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(60deg);
    }
}

/* bar loader */
.loader-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}

.loader-bar {
    position: fixed;
    height: 5px;
    width: 80%;
    top: 0;
    left: 0;
    background: rgba(33, 150, 243, 1);
    animation: barfiller 2.0s;
}

@keyframes barfiller {
    0% {
        width: 0%;
    }

    25% {
        width: 20%;
    }

    50% {
        width: 40%;
    }

    70% {
        width: 60%;
    }

    100% {
        width: 80%;
    }
}

/*Preloader CSS Ends*/
/*full screen start*/
:-webkit-full-screen #myObject {
    font-size: 20px;
    width: 100%;
}

:-moz-full-screen #myObject {
    font-size: 20px;
    width: 100%;
}

/*full screen end*/
/**====== Portals css end ======**/
/**  =====================
      Full Calender css start
==========================  **/
.fc-left {
    margin-bottom: 10px !important;
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}

#external-events .fc-event {
    background: #f3f3f3 !important;
    color: #000 !important;
    cursor: move !important;
    border-left: none !important;
    padding: 5px 18px !important;
    margin-bottom: 5px !important;
}

#external-events p {
    margin: 1.5em 0 !important;
    font-size: 11px !important;
    color: #666 !important;
}

#external-events .rkmd-checkbox {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#external-events p input {
    margin: 0 !important;
    vertical-align: middle !important;
}

.fc th,
.fc td {
    line-height: 2.5 !important;
}

.fc-state-default {
    background-color: #fff !important;
    color: #272727 !important;
}

tr:first-child>td>.fc-day-grid-event {
    color: #000 !important;
    padding-left: 10px !important;
    background: #f3f3f3 !important;
}

.fc-nonbusiness {
    background-color: #fff !important;
}

.fc-state-active {
    background-color: #1b8bf9 !important;
    color: #fff !important;
}

.fc-toolbar {
    margin-bottom: 8px !important;
}

.fc-toolbar .fc-center {
    display: block !important;
}

.fc-center h2 {
    font-weight: 300 !important;
    font-size: 25px !important;
    margin-top: 10px !important;
}

.fc button {
    height: auto !important;
    padding: 10px !important;
}

.fc-toolbar .fc-left {
    float: right !important;
}

.fc-button-group {
    margin-right: 10px !important;
}

.fc .fc-toolbar>*>* {
    margin-left: 0 !important;
}

.fc-event,
.fc-event-dot {
    background-color: transparent !important;
}

.fc-day-grid-event:hover {
    color: #000 !important;
    opacity: 0.8 !important;
}

.fc-time-grid-event .fc-content {
    color: #fff !important;
}

/**====== Full Calender css end ======**/

/**  =====================
      To-Do css start
==========================  **/
.task-title {
    width: 90%;
}

.task-checkbox {
    margin-right: 10px;
}

.to-do-label .rkmd-checkbox {
    width: 100%;
}

.to-do-label {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.task-panel .to-do-label {
    padding-bottom: 0
}

.to-do-label:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}

.to-do-list {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.to-do-list .input-checkbox~label,
.tasks-widget .input-checkbox~label {
    padding-left: 40px;
}

.to-do-list:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.to-do-list:hover i {
    opacity: 1;
    transition: opacity ease-in 0.3s;
}

.to-do-list i {
    color: #ccc;
    font-size: 24px;
    opacity: 0;
}

.to-do-list p {
    display: inline-block;
}

.done-task~label,
.done-task .captions {
    text-decoration: line-through;
}

/**====== To-Do css end ======**/
/**  =====================
      Materialize General elements css start
==========================  **/
.md-input-wrapper {
    position: relative;
    padding-top: 4px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.md-input-wrapper>label {
    text-transform: initial;
    color: #727272;
    position: absolute;
    top: 16px;
    left: 4px;
    right: 0;
    pointer-events: none;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

input[type=text].md-form-control,
input[type=file].md-form-control,
input[type=password].md-form-control,
input[type=email].md-form-control,
input[type=number].md-form-control,
.md-input-wrapper select,
.md-input-wrapper textarea {
    border-radius: 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .12);
    box-shadow: inset 0 -1px 0 transparent;
    box-sizing: border-box;
    padding: 12px 4px;
    background: 0 0;
    width: 100%;
    display: block;
    max-height: 100px;
}

.md-disable {
    opacity: 0.7;
}

.md-disable input {
    cursor: not-allowed;
}

.checkbox-ripple {
    cursor: pointer;
}

.checkbox-disable,
.fade-in-default label,
.checkbox-default label,
.radio-disable label {
    opacity: 0.6;
    cursor: not-allowed;
}

.md-input-wrapper .md-line {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.md-input-wrapper .md-line:after,
.md-form-control:focus~.md-line:before,
.md-input-wrapper .md-line:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #1976d2;
    -webkit-transition: width .4s cubic-bezier(.4, 0, .2, 1);
    transition: width .4s cubic-bezier(.4, 0, .2, 1);
}

.md-form-control:focus~.md-line:before,
.md-form-control:focus~.md-line:after {
    width: 100%;
    background: #1b8bf9;
}

.md-form-control .md-line:before {
    left: 50%;
}

.md-form-control .md-line:after {
    right: 50%;
}

.md-static~label {
    top: -6px;
    font-size: 13px;
}

.md-form-control:focus~label,
.md-valid~label {
    top: -6px;
    font-size: 13px;
    color: #1b8bf9;
}

.md-group-add-on {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.md-group-add-on .md-input-wrapper {
    margin-bottom: 0;
}

.md-label-file {
    position: absolute;
    top: 12px;
}

.md-add-on {
    padding-right: 20px;
    vertical-align: middle;
    padding-left: 5px;
    display: table-cell;
}

.md-group-add-on .md-input-wrapper {
    display: table-cell;
}

.md-group-add-on .md-add-on {
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    float: left;
    height: 3rem;
    line-height: 3rem;
    padding-top: 2px;
}

.md-group-add-on .md-add-on~.md-input-wrapper {
    display: inline-block;
    width: calc(100% - 40px);
}

.md-input-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.md-input-file {
    overflow: hidden;
    padding-left: 10px;
}

.md-add-on-file {
    float: left;
    height: 3rem;
    line-height: 3rem;
}

.md-form-file~.md-form-control {
    opacity: 0;
    position: absolute;
    top: 0;
}

.md-input-wrapper .md-check {
    padding-left: 0;
    top: 0;
}

/*Primary labels*/
.md-input-primary .md-form-control {
    border-color: #1b8bf9 !important;
}

.md-input-primary .md-line:after,
.md-form-control:focus~.md-line:before,
.md-input-primary .md-line:before,
.md-input-primary .md-form-control:focus~.md-line:before,
.md-input-primary .md-form-control:focus~.md-line:after {
    background: #1b8bf9;
}

.md-input-primary>label,
.md-input-primary .md-form-control:focus~label,
.md-valid~label {
    color: #1b8bf9;
}

/*Success labels*/
.md-input-success .md-form-control {
    border-color: #4CAF50 !important;
}

.md-input-success .md-line:after,
.md-form-control:focus~.md-line:before,
.md-input-success .md-line:before,
.md-input-success .md-form-control:focus~.md-line:before,
.md-input-success .md-form-control:focus~.md-line:after {
    background: #4CAF50;
}

.md-input-success>label,
.md-input-success .md-form-control:focus~label,
.md-valid~label {
    color: #4CAF50;
}

/*Warning inputs*/
.md-input-warning .md-form-control {
    border-color: #f57c00 !important;
}

.md-input-warning .md-line:after,
.md-form-control:focus~.md-line:before,
.md-input-warning .md-line:before,
.md-input-warning .md-form-control:focus~.md-line:before,
.md-input-warning .md-form-control:focus~.md-line:after {
    background: #f57c00;
}

.md-input-warning>label,
.md-input-warning .md-form-control:focus~label,
.md-valid~label {
    color: #f57c00;
}

/*Danger inputs*/
.md-input-danger .md-form-control {
    border-color: #ff5252 !important;
}

.md-input-danger .md-line:after,
.md-form-control:focus~.md-line:before,
.md-input-danger .md-line:before,
.md-input-danger .md-form-control:focus~.md-line:before,
.md-input-danger .md-form-control:focus~.md-line:after {
    background: #ff5252;
}

.md-input-danger>label,
.md-input-danger .md-form-control:focus~label,
.md-valid~label {
    color: #ff5252;
}

/*Info inputs*/
.md-input-info .md-form-control {
    border-color: #40c4ff !important;
}

.md-input-info .md-line:after,
.md-form-control:focus~.md-line:before,
.md-input-info .md-line:before,
.md-input-info .md-form-control:focus~.md-line:before,
.md-input-info .md-form-control:focus~.md-line:after {
    background: #40c4ff;
}

.md-input-info>label,
.md-input-info .md-form-control:focus~label,
.md-valid~label {
    color: #40c4ff;
}

/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #1b8bf9;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar-focus {
    border-bottom: 2px solid #1b8bf9;
}

.bar-warning {
    border-bottom: 2px solid #f57c00;
}

.bar-success {
    border-bottom: 2px solid #4CAF50;
}

.bar-info {
    border-bottom: 2px solid #40c4ff;
}

.bar-danger {
    border-bottom: 2px solid #ff5252;
}

.bar.bar-focus:after,
.bar.bar-focus:before {
    display: none;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/**====== Materialize General elements css end ======**/
/**  =====================
      Advance Form Elements css start
==========================  **/
/**  ======= Swiches css start =========  **/

/*========== iO7 ===========*/

.ios-switch {
    opacity: 0;
    position: absolute;
}

/* Normal Track */
input[type="checkbox"].ios-switch+div {
    vertical-align: middle;
    width: 40px;
    height: 22px;
    border: 1px solid #ccc;
    border-radius: 999px;
    background-color: #fff;
    -webkit-transition-duration: .4s;
    -webkit-transition-property: background-color, box-shadow;
    box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
    margin-right: 20px;
}

/* Checked Track (Blue) */
input[type="checkbox"].ios-switch:checked+div {
    width: 40px;
    background-position: 0 0;
    background-color: #3b89ec;
    border: 1px solid #0e62cd;
    box-shadow: inset 0 0 0 10px rgba(59, 137, 259, 1);
}

/* Tiny Track */
input[type="checkbox"].tinyswitch.ios-switch+div {
    width: 34px;
    height: 18px;
}

/* Big Track */
input[type="checkbox"].bigswitch.ios-switch+div {
    width: 50px;
    height: 27px;
}

/* Color Switch Track */
input[type="checkbox"].primary.ios-switch:checked+div {
    background-color: #2196F3;
    border: 1px solid rgba(0, 162, 63, 1);
    box-shadow: inset 0 0 0 10px #2196F3;
}

input[type="checkbox"].warning.ios-switch:checked+div {
    background-color: #f57c00;
    border: 1px solid rgba(0, 162, 63, 1);
    box-shadow: inset 0 0 0 10px #f57c00;
}

input[type="checkbox"].success.ios-switch:checked+div {
    background-color: #4CAF50;
    border: 1px solid rgba(0, 162, 63, 1);
    box-shadow: inset 0 0 0 10px #4CAF50;
}

input[type="checkbox"].info.ios-switch:checked+div {
    background-color: #40c4ff;
    border: 1px solid rgba(0, 162, 63, 1);
    box-shadow: inset 0 0 0 10px #40c4ff;
}

input[type="checkbox"].danger.ios-switch:checked+div {
    background-color: #ff5252;
    border: 1px solid rgba(0, 162, 63, 1);
    box-shadow: inset 0 0 0 10px #ff5252;
}

/* Normal Knob */
input[type="checkbox"].ios-switch+div>div {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: inherit;
    background: #EEEDED;
    -webkit-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: transform, background-color, box-shadow;
    -moz-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
    -moz-transition-duration: 0.4s;
    -moz-transition-property: transform, background-color;
    pointer-events: none;
    margin-top: 1px;
    margin-left: 1px;
    border: 1px solid #EEEDED;
}

/* Checked Knob (Blue Style) */
input[type="checkbox"].ios-switch:checked+div>div {
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    background-color: #ffffff;
    border: 1px solid #EEEDED;
}

/* Green Knob */
input[type="checkbox"].green.ios-switch:checked+div>div {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 162, 63, 1);
}

/**  =====================
      Checkbox css start
==========================  **/

.rkmd-checkbox {
    color: #818181;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.checkbox-rotate .captions {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    position: relative;
    padding-left: 40px;
}

.rkmd-checkbox .input-checkbox {
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
    top: -5px;
}

.widget-to-do-list .rkmd-checkbox .input-checkbox {
    left: 0;
}

.rkmd-checkbox .input-checkbox input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    left: 7px;
    bottom: 7px;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    opacity: 0;
}

.rkmd-checkbox .input-checkbox input[type="checkbox"]+.checkbox:before {
    position: absolute;
    left: 4px;
    bottom: 8px;
    width: 18px;
    height: 18px;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: -6px;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1;
}

.rkmd-checkbox .input-checkbox input[type="checkbox"]+.checkbox:before {
    content: "\f14a";
    color: #717171;
}

.rkmd-checkbox .input-checkbox input[type="checkbox"]:checked+.checkbox:before {
    content: "\f00c";
}

.rkmd-checkbox .input-checkbox input[type="checkbox"]:active:not(:disabled)+.checkbox:before {
    -webkit-transform: scale3d(0.88, 0.88, 1);
    transform: scale3d(0.88, 0.88, 1);
}

.rkmd-checkbox .input-checkbox input[type="checkbox"]:disabled+.checkbox:before {
    color: rgba(0, 0, 0, 0.157) !important;
}

.rkmd-checkbox.checkbox-light label,
.rkmd-checkbox.checkbox-light .label,
.rkmd-checkbox.checkbox-light input[type="checkbox"]+.checkbox:before {
    color: #FFF;
}

.rkmd-checkbox.checkbox-light input[type="checkbox"]:disabled+.checkbox:before {
    color: #5d5d5d !important;
}

.rkmd-checkbox.checkbox-light.checkbox-rotate input[type="checkbox"]+.checkbox:before {
    border-color: #FFF;
}

.rkmd-checkbox.checkbox-light.checkbox-rotate input[type="checkbox"]:disabled+.checkbox:before {
    border-color: #5d5d5d !important;
}

.rkmd-checkbox label,
.rkmd-checkbox .label {
    cursor: pointer;
}

.rkmd-checkbox.checkbox-rotate .input-checkbox input[type="checkbox"]+.checkbox {
    cursor: pointer;
}

.rkmd-checkbox.checkbox-rotate .input-checkbox input[type="checkbox"]+.checkbox:before {
    content: "";
    position: absolute;
    left: 7px;
    bottom: 7px;
    width: 18px;
    height: 18px;
    border: 2px solid #717171;
    border-radius: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1;
}

.rkmd-checkbox.checkbox-rotate .input-checkbox input[type="checkbox"]:checked+.checkbox:before {
    left: 11px;
    width: 12px;
    height: 20px;
    border-width: 2px;
    border-style: solid;
    border-top: transparent;
    border-left: transparent;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-radius: 1px;
}

.rkmd-checkbox.checkbox-rotate .input-checkbox input[type="checkbox"]:disabled+.checkbox:before {
    border-color: rgba(0, 0, 0, 0.157) !important;
}

.rkmd-checkbox.checkbox-ripple .ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.rkmd-checkbox.checkbox-ripple .ripple.animated {
    display: block;
    -webkit-animation-name: checkbox-ripple;
    animation-name: checkbox-ripple;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes checkbox-ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

@keyframes checkbox-ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

.rkmd-checkbox.checkbox-rotate .checkbox-primary input[type="checkbox"]:checked+.checkbox:before {
    border-color: #2196F3;
}

.rkmd-checkbox.checkbox-rotate .checkbox-warning input[type="checkbox"]:checked+.checkbox:before {
    border-color: #f57c00;
}

.rkmd-checkbox.checkbox-rotate .checkbox-success input[type="checkbox"]:checked+.checkbox:before {
    border-color: #4CAF50;
}

.rkmd-checkbox.checkbox-rotate .checkbox-info input[type="checkbox"]:checked+.checkbox:before {
    border-color: #40c4ff;
}

.rkmd-checkbox.checkbox-rotate .checkbox-danger input[type="checkbox"]:checked+.checkbox:before {
    border-color: #ff5252;
}

/**========= Fade-In Checkbox =========**/
.fade-in-primary,
.fade-in-warning,
.fade-in-success,
.fade-in-info,
.fade-in-default,
.fade-in-danger {
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
}

.checkbox-fade label {
    display: flex;
    align-items: center;
}

.checkbox-fade label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox-fade .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    cursor: pointer;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox-fade .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox-fade label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox-fade label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox-fade label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox-fade label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

.fade-in-primary .cr {
    border: 1px solid #2196f3;
}

.fade-in-warning .cr {
    border: 1px solid #f57c00;
}

.fade-in-success .cr {
    border: 1px solid #4CAF50;
}

.fade-in-info .cr {
    border: 1px solid #40c4ff;
}

.fade-in-danger .cr {
    border: 1px solid #ff5252;
}

/**========= Color Check-box css ======**/
.checkbox-color {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.checkbox-color label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox-color label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-color label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox-color input[type="checkbox"] {
    opacity: 0;
}

.checkbox-color input[type="checkbox"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox-color input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox-color input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.checkbox-color input[type="checkbox"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox-color.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox-color.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #2196f3;
    border-color: #2196f3;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #ff5252;
    border-color: #ff5252;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
    background-color: #40c4ff;
    border-color: #40c4ff;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
    background-color: #f57c00;
    border-color: #f57c00;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #4caf50;
    border-color: #4caf50;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
    color: #fff;
}

/**  =====================
      Radio-Button css start
==========================  **/

.form-radio {
    position: relative;
}

.radio.radiofill input:checked~.helper::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio.radiofill .helper::after {
    border-color: #1b8bf9;
}

.radio-inline {
    display: inline-block;
    margin-right: 20px;
}

.form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}

.form-radio .form-help {
    position: absolute;
    width: 100%;
}

.form-radio label {
    position: relative;
    padding-left: 1.5rem;
    text-align: left;
    color: #333;
    display: block;
}

.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio .helper {
    position: absolute;
    top: -0.15rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.radio .helper::before,
.radio .helper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
}

.radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #1b8bf9;
    border-color: #337ab7;
}

.radio label:hover .helper {
    color: #1b8bf9;
}

.radio input:checked~.helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.radio input:checked~.helper::before {
    color: #1b8bf9;
}

/**  =====================
      Multi-Select css start
==========================  **/
.multiselect-native-select .btn-default,
.multiselect-native-select .btn-default:focus,
.multiselect-native-select .btn-default:active,
.multiselect-native-select .btn-default:hover {
    border-color: rgba(0, 0, 0, .15);
}

.multiselect .caret {
    display: none;
}

.caret {
    color: #666;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.custom-header {
    text-align: center;
    padding: 3px;
    background: #2196f3;
    color: #fff;
}

/**====== Advance Form Elements css end ======**/
/**  =====================
      Loader page css start
==========================  **/
.loaders .card {
    min-height: 200px;
}

/*loader1*/
.loader {
    margin: 18px auto;
    top: 65px;
    left: 65px;
    right: 0;
    width: 100px;
    height: 100px;
    position: relative;
    transform: translate(-50%, -50%);
}

.loader.animation-start .circle {
    animation: rotating 2s ease-in-out infinite;
}

.loader.animation-stop .circle {
    animation-iteration-count: 1;
}

.loader .circle {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    transform-origin: 50% 50%;
    animation-iteration-count: 0;
}

.loader .circle:after {
    content: '';
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #1b8bf9;
}

.loader .circle.delay-1 {
    animation-delay: 0.125s;
}

.loader .circle.size-1:after {
    width: 11px;
    height: 11px;
}

.loader .circle.delay-2 {
    animation-delay: 0.25s;
}

.loader .circle.size-2:after {
    width: 12px;
    height: 12px;
}

.loader .circle.delay-3 {
    animation-delay: 0.375s;
}

.loader .circle.size-3:after {
    width: 13px;
    height: 13px;
}

.loader .circle.delay-4 {
    animation-delay: 0.5s;
}

.loader .circle.size-4:after {
    width: 14px;
    height: 14px;
}

.loader .circle.delay-5 {
    animation-delay: 0.625s;
}

.loader .circle.size-5:after {
    width: 15px;
    height: 15px;
}

.loader .circle.delay-6 {
    animation-delay: 0.75s;
}

.loader .circle.size-6:after {
    width: 16px;
    height: 16px;
}

.loader .circle.delay-7 {
    animation-delay: 0.875s;
}

.loader .circle.size-7:after {
    width: 17px;
    height: 17px;
}

.loader .circle.delay-8 {
    animation-delay: 1s;
}

.loader .circle.size-8:after {
    width: 18px;
    height: 18px;
}

.loader .circle.delay-9 {
    animation-delay: 1.125s;
}

.loader .circle.size-9:after {
    width: 19px;
    height: 19px;
}

.loader .circle.delay-10 {
    animation-delay: 1.25s;
}

.loader .circle.size-10:after {
    width: 20px;
    height: 20px;
}

.loader .circle.delay-11 {
    animation-delay: 1.375s;
}

.loader .circle.size-11:after {
    width: 21px;
    height: 21px;
}

.loader .circle.delay-12 {
    animation-delay: 1.5s;
}

.loader .circle.size-12:after {
    width: 22px;
    height: 22px;
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*loader2*/
#loader2 {
    width: 80px;
    height: 130px;
    display: block;
    transform-origin: 50% 50%;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    animation: spin 1s linear infinite;
}

#circle-loader2 {
    fill: none;
    stroke: #1b8bf9;
    stroke-width: 4;
    animation: draw 3s ease-in-out infinite;
}

@keyframes draw {
    0% {
        stroke-dasharray: 20, 282.6;
    }

    50% {
        stroke-dasharray: 200, 282.6;
    }

    100% {
        stroke-dasharray: 20, 282.6;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*preloader3*/
.preloader3 {
    width: 130px;
    height: 130px;
    text-align: center;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.preloader3>div {
    margin: 2px;
    background-color: #1b8bf9;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out;
}

.preloader3 .circ2 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.preloader3 .circ3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.preloader .circ4 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.preloader3 .circ5 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: translateY(-10px)
    }

    20% {
        -webkit-transform: translateY(-20px)
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}

@keyframes rotateColor {
    0% {
        border-top-color: #1b8bf9;
    }

    12.5% {
        border-bottom-color: rgba(27, 139, 249, 0.8);
    }

    25% {
        border-bottom-color: rgba(27, 139, 249, 0.6);
    }

    37.5% {
        border-bottom-color: rgba(27, 139, 249, 0.4);
    }

    50% {
        border-bottom-color: rgba(27, 139, 249, 0.6);
    }

    50.00001% {
        border-bottom-color: #1b8bf9;
    }

    62.5% {
        border-bottom-color: rgba(27, 139, 249, 0.8);
    }

    75% {
        border-bottom-color: rgba(27, 139, 249, 0.6);
    }

    87.5% {
        border-bottom-color: rgba(27, 139, 249, 0.4);
    }
}

.preloader3 .loader-md {
    height: 13px;
    width: 13px;
}

.preloader3 .loader-lg {
    height: 18px;
    width: 18px;
}

.svg-clock {
    height: 240px;
}


/*loader5*/

.preloader5 {
    margin: 55px 0;
}

.circle-5 {
    display: inline-block;
    padding: 11px;
    margin: 0 0.6em;
    background: #1b8bf9;
    border-radius: 100%;
}

.l {
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
}

.m {
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.r {
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes pulse {
    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    50% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    70% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    50% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    70% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*loader6*/
.preloader6 {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: inherit;
    margin: 18px 0;
}

.preloader6 hr {
    border: 0;
    background: inherit;
    width: 80%;
    height: 80%;
    margin: 10%;
    border-radius: 100%;
}

.preloader6::before,
.preloader6::after,
.preloader6 hr::before,
.preloader6 hr::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    left: 33px;
    border: 17px solid transparent;
    border-bottom: 50px solid #1b8bf9;
    border-top: 50px solid #1b8bf9;
    animation: rotateColor 1000ms infinite;
}

.preloader6::after {
    transform: rotate(45deg);
    animation-delay: 125ms;
}

.preloader6 hr::before {
    transform: rotate(90deg);
    animation-delay: 250ms;
}

.preloader6 hr::after {
    transform: rotate(135deg);
    animation-delay: 375ms;
}

.loader-block,
.loader {
    display: flex;
    align-items: center;
    justify-content: center;
}

/**====== Loader page css end ======**/

/**  =====================
      Animation css start
==========================  **/
#animationSandbox {
    display: block;
}

/**====== Animation css end ======**/

/**  =====================
      Search css start
==========================  **/
.seacrh-header {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.search-content img {
    width: 120px;
}

.search-content {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.search-content:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.search-result i {
    float: right;
}

/**====== Search css end ======**/

/**  =====================
      Task list css start
==========================  **/

.min-date {
    background: transparent;
}

.task-list-table td,
.task-list-table th {
    vertical-align: middle;
}

.task-list-table img {
    width: 40px;
}

.task-list-table i {
    color: #333;
    margin-right: 5px;
}

.btn-add-task #add-btn {
    margin-top: 20px;
}

/* add task list css by kishan removal generic class */
.task-list .table-content {
    padding-left: 20px;
    padding-right: 20px;
}

.task-list input {
    cursor: pointer;
    font-weight: 600;
}

.task-list img {
    margin-right: 5px;
    display: inline-block;
}

.to-list .to-do-list {
    padding: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}

.to-list .to-do-list:last-child {
    border: none;
}

/* end of task list css  */

/**====== Task List css end ======**/
/**  =====================
      Task Detailed css start
==========================  **/

.task-detail-right .counter {
    text-align: center;
    color: #777;
}

.task-detail-right .card-header h5 i,
.task-detail-right .card-block table i {
    margin-right: 5px;
}

.requid-table {
    border: 1px solid #eceeef;
}

.thumb-block {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 3px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumb-img {
    position: relative;
    display: block;
}

.caption-hover {
    top: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.thumb-img:hover .caption-hover {
    background-color: rgba(0, 0, 0, .7);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    width: 100%;
    height: 100%;
}

.caption-hover>span {
    top: 46%;
    width: 100%;
    position: absolute;
    text-align: center;
}

.media .b-2-primary {
    border: 2px solid #1b8bf9;
}

/**====== Task Detailed css end ======**/


/**  =====================
      Range slider css start
==========================  **/
#ex1Slider .slider-selection {
    background: #BABABA;
}

#RGB {
    height: 10px;
    background: rgb(128, 128, 128);
    margin: 10px 0;
}

#RC .slider-selection {
    background: #FF8282;
}

#RC .slider-handle {
    background: red;
}

#GC .slider-selection {
    background: #428041;
}

#GC .slider-handle {
    background: green;
}

#BC .slider-selection {
    background: #8283FF;
}

#BC .slider-handle {
    border-bottom-color: blue;
}

#R,
#G,
#B {
    width: 300px;
}

#ex6SliderVal {
    color: green;
}

#slider12a .slider-track-high,
#slider12c .slider-track-high {
    background: green;
}

#slider12b .slider-track-low,
#slider12c .slider-track-low {
    background: #ff5252;
}

#slider12c .slider-selection {
    background: #f57c00;
}

#slider22 .slider-selection {
    background: #2196F3;
}

#slider22 .slider-rangeHighlight {
    background: #f70616;
}

.range-slider {
    min-height: 200px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.range-slider-contain {
    position: absolute;
    bottom: 15%;
}

.range-well {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**====== Range slider css end ======**/

.card-footer {
    background-color: transparent;
}

/* ====================
    Counter css start
======================= */
.counter p {
    color: #1b8bf9;
}

.contact-user .users {
    left: 0;
    width: inherit;
}

.technical-skill .progress,
.taskboard-right-progress .progress {
    height: 9px;
    width: 90%;
    margin-bottom: 20px;
}

.technical-skill span {
    float: right;
    margin-top: -10px;
}

.general-info .table td,
.project-table .table td,
.general-info .table th,
.project-table .table th {
    border-top: 0;
    border-bottom: 0;
}

.general-info .form-radio .md-add-on {
    line-height: 0;
    height: 0;
}

.general-info .form-radio .md-group-add-on {
    margin-bottom: 0;
}

.chart-percent {
    font-size: 24px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 5px;
    top: calc(100% / 3);
    /*58px;*/
    font-weight: 400;
}

.faq-btn {
    text-align: center;
}

.project-table img {
    height: 50px;
    width: 50px;
}

.project-table .label {
    padding: 5px 20px;
}

.card-questioning .ui-accordion-header-icon,
.card-member .ui-accordion-header-icon {
    float: left;
    margin-right: 15px;
    margin-top: 17px;
    margin-left: 17px;
}

.card-questioning .accordion-msg,
.card-member .accordion-msg {
    font-weight: 400;
}

.card-questioning .acc-msg,
.card-member .acc-msg {
    margin-bottom: 10px;
}

.card-questioning .acc-desc,
.card-member .acc-desc {
    display: block;
    margin-bottom: 10px;
}

.card-questioning .ui-state-active,
.card-member .ui-state-active {
    background-color: #1b8bf9;
    color: #fff;
}

#placeholder3 .legend {
    position: relative;
    top: -80px;
}

/* faq progress bar css */

.faq-progress .progress {
    position: relative;
    background-color: #eeeded;
    height: 10px;
}

.faq-progress .progress .faq-text1,
.faq-progress .progress .faq-text2,
.faq-progress .progress .faq-text3,
.faq-progress .progress .faq-text4,
.faq-progress .progress .faq-text5 {
    font-weight: 600;
    margin-right: -37px;
}

.faq-progress .progress .faq-bar1,
.faq-progress .progress .faq-bar2,
.faq-progress .progress .faq-bar3,
.faq-progress .progress .faq-bar4,
.faq-progress .progress .faq-bar5 {
    background: #29aecc;
    height: 10px;
    border-radius: 0;
    position: absolute;
    top: 0%;
}

.faq-progress .progress .faq-bar1 {
    background-color: #2196F3;
}

.faq-progress .progress .faq-text1 {
    color: #2196F3;
}

.faq-progress .progress .faq-bar2,
.faq-progress .progress .faq-bar5 {
    background-color: #4CAF50;
}

.faq-progress .progress .faq-text2,
.faq-progress .progress .faq-text5 {
    color: #4CAF50;
}

.faq-progress .progress .faq-bar3 {
    background-color: #ff5252;
}

.faq-progress .progress .faq-text3 {
    color: #ff5252;
}

.faq-progress .progress .faq-bar4 {
    background-color: #f57c00;
}

.faq-progress .progress .faq-text4 {
    color: #f57c00;
}

.card-faq h4 {
    color: #2196F3;
}

/* ======================
    Panels and wells css start
========================= */

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body p {
    overflow: hidden;
}

.panels-wells .panel-default {
    border-color: #ddd;
}

.panels-wells .panel-success {
    border-color: #4CAF50;
}

.panels-wells .panel-primary {
    border-color: #2196F3;
}

.panels-wells .panel-danger {
    border-color: #ff5252;
}

.panels-wells .panel-info {
    border-color: #40c4ff;
}

.panels-wells .panel-warning {
    border-color: #f57c00;
}

.panels-wells .panel {
    margin-bottom: 20px;
}

.panels-wells .panel .panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #fafafa;
    border-top: 1px solid #eeeeee;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}



/* ==============================
    Start Contact card css
================================= */

.contact-mobile {
    position: relative;
    display: block;
    background-color: #fff;
    cursor: pointer;
}

.contact-card-info {
    position: relative;
    border-bottom: 1px solid #ccc;
}

.contact-card-info a {
    font-size: 14px;
}

.contact-mobi-front a {
    color: #fff;
}

.contact-mobi-front .front-img img {
    margin-right: 10px;
    height: 50px;
    width: 50px;
}

.contact-card-button {
    text-align: center;
    padding: 15px 0;
}

.contact-card-button i {
    margin-right: 5px;
}

.contact-mobi-front .img-circle {
    width: 150px;
    height: 150px;
    padding: 2px;
    border: 1px solid #757575;
}

.contact-details-front-img {
    text-align: center;
    padding: 20px 0;
}

.contact-details-front-img h4 {
    margin-top: 10px;
}

.contact-mobi-front {
    position: relative;
}

.front-img {
    position: absolute;
    bottom: 15px;
}

.front-img>img {
    margin-left: 17px;
}

.contact-card-info {
    padding: 10px 10px 10px 40px;
}

.contact-card-info i {
    padding: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
}

/* =========================
    Start Signup and Signin Page css
============================ */

.login-profile i {
    margin: 0 auto;
}

.login-profile {
    align-items: center;
    background: #2196F3 none repeat scroll 0 0;
    color: #fff;
    display: flex;
    height: 400px;
}

.login-up {
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
    z-index: -1;
}

.md-float-group label {
    border-bottom: 0;
}

.modal-header ul {
    border-bottom: 0;
}

.login-profile .fa {
    font-size: 80px;
    margin: 0 auto;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: transparent;
    border-bottom: 2px solid #00b9f5;
    border-radius: 0;
    color: #666;
    font-size: 18px;
}

.nav.nav-pills.log_btn a {
    border-radius: 0;
    font-size: 18px;
}

.nav-pills.log_btn a:hover {
    background: transparent none repeat scroll 0 0;
}

.f-password {
    position: absolute;
    right: 0;
    top: -18px;
}

/* ======================
    Flag Page css
======================== */

.flags .f-item {
    padding: 12px;
    border: 1px solid #ddd;
    margin-right: 15px;
    display: inline-block;
}

.data_table_main.flags [class*=col-] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.content-flag label {
    margin-bottom: 0;
    cursor: pointer;
}

.flags .f-item .name,
.flags .f-item .capital {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0;
}

.flags .f-item .code {
    display: block;
    font-size: 90%;
    color: #999;
    padding-bottom: 0;
}

/* ==========================
    Gallery Css
============================== */

.demo-gallery>ul {
    margin-bottom: 0;
}

.demo-gallery>ul>li a {
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

.thumbnail {
    border: 5px solid #fff;
    box-shadow: 7px 7px 7px -7px #ccc;
}

#lightgallery li,
#lightgallery1 {
    margin-bottom: 15px;
}

/* Gallery css end */

.project-table .action-icon a {
    font-size: 18px;
}

.prod-info h6 {
    font-size: 18px;
    font-weight: 600;
}

.prod-info a {
    font-size: 18px;
}

.pro-name span {
    font-size: 12px;
    color: #777;
}

.pro-list-img img {
    display: inline-block;
}

/**====== Product css end ======**/

/**  =====================
      Widget css start
==========================  **/

/*==== Progress-bar css =====*/

.project-process h6,
.project-process h5 {
    margin-bottom: 20px;
}

.widget-clock .bg-primary {
    padding-bottom: 100px;
}

.widget-clock h2 {
    font-weight: 400;
}

.widget-clock h4,
.widget-clock h6 {
    font-weight: 300;
}

.widget-clock i {
    font-size: 35px;
    margin-bottom: 10px;
}

.basic-widget h4 {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
}

.widget-user h4 {
    margin-bottom: 15px;
}

.widget-user h6 {
    font-weight: 300;
}

.widget-user i {
    margin-right: 10px;
}

.widget-user .user-name,
.widget-user .following {
    margin-bottom: 20px;
}

.widget-activities h6 {
    margin: 20px 0;
}

/*.widget-activities p{
    margin-bottom: 10px;
}*/
.widget-activities i {
    display: block;
    font-size: 35px;
    text-align: right;
}

.widget-activities .counter-txt {
    font-weight: 300;
    font-size: 35px;
}

.last-activity-table {
    margin-bottom: 0;
}

.last-activity-table .activity-count {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.last-activity-table .dashboard-msg-send {
    font-size: 12px;
}

.activity-percentage {
    vertical-align: middle;
    font-size: 18px;
    padding-bottom: 0;
}

.activity-percentage span {
    margin-right: 10px;
}

.activity-percentage i {
    vertical-align: middle;
}

.widget-progress .progress {
    position: relative;
    background-color: #eeeded;
    height: 11px;
}

.widget-progress .progress .progress-bar1,
.widget-progress .progress .progress-bar2,
.widget-progress .progress .progress-bar3,
.widget-progress .progress .progress-bar4 {
    background: #29aecc;
    height: 10px;
    border-radius: 0;
    position: absolute;
    top: 0;
}

.widget-progress~div i {
    padding: 0 10px;
}

.widget-progress .progress .progress-text1,
.widget-progress .progress .progress-text2,
.widget-progress .progress .progress-text3,
.widget-progress .progress .progress-text4 {
    position: absolute;
}

.widget-progress .progress .progress-bar1 {
    background: #f57c00;
}

.widget-progress .progress .progress-text1 {
    color: #f57c00;
    font-weight: 600;
}

.widget-progress .progress .progress-bar2 {
    background: #ff5252;
}

.widget-progress .progress .progress-text2 {
    color: #ff5252;
    font-weight: 600;
}

.widget-progress .progress .progress-bar3 {
    background: #4CAF50;
}

.widget-progress .progress .progress-text3 {
    color: #4CAF50;
    font-weight: 600;
}

/*====== Basic widget css ======*/

.basic-widget {
    background: #3f51b5;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.basic-widget i {
    background: #fff;
    height: 25px;
    width: 25px;
    color: #3f51b5;
    border-radius: 50%;
    font-size: 20px;
    line-height: 81px;
    margin: 30px 0;
    padding: 17px 19px;
}

.basic-widget-green {
    background: #4caf50;
}

.basic-widget-green i {
    color: #4caf50;
}

.basic-widget-orange {
    background: #f57c00;
}

.basic-widget-orange i {
    color: #f57c00;
}

.basic-widget-pink {
    background: #ff5252;
}

.basic-widget-pink i {
    color: #ff5252;
}

.img-full {
    width: 100%;
}

.user-block-1 {
    bottom: 75px;
    margin-bottom: -60px;
    text-align: center;
    position: relative;
}

.user-block-1 img,
.user-block-2 img {
    display: inline-block;
    border: 5px solid rgba(128, 128, 128, 0.43);
    border-radius: 50%;
}

.user-block-2 {
    background-image: url(../images/widget/user-block-2.jpg);
    background-size: cover;
    padding: 20px 0;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.user-block-2-activities {
    padding: 0px 20px;
}

.user-block-2-active {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.widget-income-footer {
    background: #eceaea;
    padding: 20px 15px;
}

#widget-product-list_filter {
    float: right;
}

#widget-product-list_filter label {
    display: flex;
    align-items: center;
}

/*===== New widget user css ======*/

/*widget horizontal cards css*/
.rotate-txt {
    float: right;
    bottom: 80px;
    position: relative;
    transform: rotateZ(90deg);
    right: -30px;
}

.horizontal-card-img img {
    width: 130px;
    height: 130px;
    display: inline-block;
    margin-bottom: 20px;
}

.horizontal-card-img h2 {
    margin-bottom: 30px;
    font-weight: 400;
}

.horizontal-card-img ol li {
    color: #777;
    font-weight: 600;
    float: none;
}

.label-primary.menu-arrow-caption {
    position: absolute;
    right: 25px;
}

/* twitter widget  */
.widget-twitter .media {
    padding: 10px;
    /*margin-bottom:20px;*/
    display: flex;
    align-items: center;
}

.widget-twitter .media-body h6 {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

/* video widget */
.widget-video .widget-progress {
    margin: 10px 0;
}

/* user list widget */
.widget-user-list .media {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.widget-user-list .media:nth-child(4),
.widget-user-list .media:last-child {
    border-bottom: none;
}

.widget-user-list .media-body h6 {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
}

/*Last activity widget*/
.last-activity-table tr td:first-child {
    width: auto;
}

.last-activity-table .btn {
    margin-bottom: 5px;
}

/*recent order table*/
.recent-table {
    padding-left: 30px;
    padding-right: 30px;
}

.recent-table .action-icon a {
    color: #818a91;
    font-size: 18px;
}

.recent-table .action-icon a:first-child {
    margin-right: 15px;
}

.recent-table .pro-name span {
    color: #818a91;
    font-size: 12px;
}

/*Photo table */
.photo-table img {
    width: 50px;
    margin-bottom: 5px;
}

/*Quick note css*/
.quick-save-btn {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 40px;
    font-weight: 400;
}

.quick-save-btn:hover {
    border-color: #fff;
    color: #fff;
    box-shadow: none;
}

/*Sparkline chart css*/
.bg-spark-chart {
    background: #3f51b5;
}

.br-bottom {
    border-bottom: 1px solid #ccc;
}

.br-left {
    border-left: 1px solid #ccc;
}

.br-top-white {
    border-top: 1px solid #fff;
}

.chart-sparkline {
    position: absolute;
    top: 0;
    left: 0;

}

/*Online status css*/
.online-dot {
    top: 80%;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px 2px rgba(128, 128, 128, 0.33);
    left: 50%;
    margin-left: 35px;
}

.user-borders-right {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px;
}

.user-borders-right:nth-child(even) {
    border-right: none;
}

.user-borders-right .user-detail {
    display: inline-block;
    margin-left: 20px;
}

.user-borders-right .user-detail h6 {
    margin-bottom: 10px;
    font-weight: 400;
}

.weather-cloud {
    font-size: 92px;
    position: absolute;
    bottom: -10px;
    right: 20px;
}

/*Messages css*/

.message-label {
    float: right;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-top: -5px;
    line-height: 22px;
    border-radius: 100%;
    margin-bottom: 0;
}

.unread-msg {
    background: #fcffe8;
}

.unread-msg i,
.unread-msg h6,
.unread-msg span,
.unread-msg p {
    color: #000 !important;
    font-weight: 600;
}

.messages .media .media-body {
    padding-top: 6px;
}

.messages-content {
    padding: 25px;
    border-right: 1px solid #ccc;
    padding-bottom: 0;
}

.messages-content .media {
    margin-bottom: 40px;
}

.messages-content .media .msg-send,
.messages-content .media .msg-reply {
    padding: 15px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
}

.messages-content .media .media-left {
    padding-right: 25px;
}

.messages-send .form-control {
    padding: 20px;
    border-radius: 0;
}

.messages-send span {
    padding-right: 20px;
    border-radius: 0;
}

.msg-img-h {
    width: 50px;
}


/*Weather block css*/
.widget-timeline i {
    position: absolute;
    top: 40px;
    left: 80%;
}

.widget-timeline .media {
    padding: 20px;
    font-size: 14px;
}

.widget-timeline .media h6 {
    display: inline-block;
    font-size: 14px;
}

/*Checkbox table css*/
.check-table th:first-child {
    width: 1%;
}

.check-table th .fade-in-primary {
    margin-right: 0;
}

/*Donaut chart css*/
.placeholder3 div.legend table {
    top: -71px;
    font-size: smaller;
    color: #545454;
    right: 195px;
}

.placeholder3 {
    margin: 60px auto;
}

.placeholder3>div.legend>table {
    left: -100px;
    margin-right: 0;
    margin-top: 95px;
    position: absolute;
}

.legendLabel {
    padding-left: 12px;
}

/*Owl carousel css*/
.owl-widget .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%;
}

.owl-widget .owl-controls .owl-prev {
    left: 10px;
    position: absolute;
}

.owl-widget .owl-controls .owl-next {
    right: 10px;
    position: absolute;
}

.owl-widget .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, 0.44);
    opacity: 1;
    color: #fff;
}

.owl-widget-bottom {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    bottom: 0;
    z-index: 1;
}

/*Tabs widget css*/
.widget-tab-pane {
    padding: 20px;
}

.widget-tab-pane p {
    padding: 0;
}

.widget-tab-pane .media-body p {
    margin-bottom: 5px;
}

.widget-tab-pane .media {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.widget-tab-pane .media:last-child {
    margin-bottom: 0px;
}

.widget-tab-pane .media-body h6 {
    display: inline-block;
    font-size: 14px;
}

.widget-tabs .nav-item a {
    font-size: 14px;
}

.grid-item #product-list_filter {
    display: none;
}

.widget-tabs .slide {
    height: 2px;
}

.add-tabs i {
    position: absolute;
    right: 15px;
    top: 10px;
}

/*Social block widget css*/
.bg-icon i {
    position: absolute;
    font-size: 72px;
    right: 15px;
    top: 20px;
    color: skyblue;
    opacity: 0.6;
}

.badge-dot {
    right: 5px;
    background: #1b8bf9;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 3px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 11px;
    box-shadow: 0px 0px 2px 2px rgb(255, 255, 255);
}

/*Contact card css*/
.contact-card {
    background-image: url(../images/widget/contact-card.jpg);
    background-size: cover;
    color: #fff;
}


/**====== Widget css end ======**/

/**  =====================
     Contact card css start
==========================  **/
.contact-detail {
    width: calc(100% - 305px);
    float: right;
}

/**====== Contact card css end ======**/

/**  =====================
      Email pages css start
==========================  **/

.compose-list-group {
    margin-top: 20px;
}

.compose-list-group i {
    margin-right: 5px;
}

.compose-list-group a {
    padding-left: 0;
}

.compose-list-group .email-count {
    margin-left: 5px;
}

.email-icon {
    margin-bottom: 30px;
}

.email-icon .btn-group,
.email-icon .dropdown-primary {
    margin-right: 10px;
}

.email-icon i {
    font-size: 16px;
    color: #fff;
}

.email-body .checkbox {
    margin-right: 10px;
    vertical-align: middle;
}

.email-body label {
    margin-bottom: 0;
}

.email-body .icofont-star {
    margin-right: 10px;
}

.email-time {
    text-align: right;
}

.compose-list-group .list-group-item.active {
    background-color: transparent;
    border-color: transparent;
    color: #ff5252;
    font-weight: 600;
}

.compose-list-group .list-group-item {
    border-color: transparent;
}

.email-table tr td {
    vertical-align: middle;
}

.email-table td a {
    color: #333;
}

.email-table .unread td a {
    font-weight: 600;
    color: #333;
}

.email-attch {
    width: 50px;
}

.email-time {
    width: 120px;
}

.email-content {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.email-card {
    border: 1px solid rgba(0, 0, 0, .125);
}

.note-editor.panel {
    border: 1px solid rgba(0, 0, 0, .15);
}

.note-editor .note-toolbar {
    background-color: #2196F3;
    border-bottom: 1px solid #e4e0e0;
}

/* generic class removal email page kishan  */

.email-card .user-name {
    display: inline-block;
    font-weight: 400;
}

.email-card .user-mail {
    font-size: 14px;
    margin-left: 5px;
    font-weight: 400;
}

.email-card .user-mail h6 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

/**====== Email pages css end ======**/

/**  =====================
      Message css start
==========================  **/
.messages-content {
    width: calc(100% - 305px);
}

.message-left {
    width: 300px;
    float: right;
}

.msg-box {
    margin: -30px -15px;
}

.msg-send {
    background-color: #f3f3f3;
}

.new-msg {
    border-right: 0;
}

.msg-ellipsis {
    right: 10px;
    top: 0;
    position: absolute;
}

.msg-ellipsis span {
    margin-top: 10px;
    margin-right: 24px;
    float: right;
    font-size: 26px;
}

.msg-nav {
    top: 18px;
    right: 50px;
    position: absolute;
    font-size: 24px;
}

.new-msg:focus~.input-group-addon {
    background-color: #fff;
    border-color: #66afe9;
}

.msg-elipsis-box a {
    font-size: 15px;
}

/*====== Message css End ======*/
/**  =====================
      chat css start
==========================  **/
#main-chat .chat-single-box.active .chat-header {
    background-color: #2196F3 !important;
}

#main-chat .chat-single-box.active .chat-header a {
    color: #fff !important;
}

#main-chat .chat-single-box .chat-header a {
    color: #666666 !important;
}

#main-chat .chat-box ul.boxs li.chat-single-box .chat-header.custom-collapsed {
    position: absolute;
    bottom: 0;
    width: 300px;
}

.user-box {
    height: 100%;
}

.close {
    opacity: 1;
}

.write-msg {
    padding: 12px;
}

.chat-box .secondary:active:hover {
    background-color: #fff;
}

#main-chat .minimized {
    background-color: #1e2730 !important;
}

#main-chat .chat-box ul.boxs li.minimized {
    height: 30px;
    width: 30px;
    bottom: 0;
    position: absolute;
    left: -50px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

#main-chat .chat-box ul.boxs li.minimized .count {
    color: #fff;
    text-align: center;
    margin: 5px;
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown {
    list-style: none;
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 8px 0 rgba(5, 5, 5, 0.5);
    -moz-box-shadow: 0 1px 8px 0 rgba(5, 5, 5, 0.5);
    box-shadow: 0 1px 8px 0 rgba(5, 5, 5, 0.5);
    width: 150px;
    z-index: 100;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0;
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li {
    padding: 2px 5px;
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li div {
    display: inline-block;
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .username {
    width: 85%;
    height: 22px;
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .remove {
    width: 13%;
    padding: 2PX 4PX;
    float: right;
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .remove:hover {
    background-color: #c0c0c0 !important;
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li:hover {
    color: black;
}

#main-chat .chat-box ul.boxs li.hidden {
    display: none;
}

.chat-single-box {
    height: 440px;
    float: right;
    width: 300px;
    margin-right: 15px;
    direction: ltr;
    z-index: 999;
    bottom: 0;
}

.box-live-status {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 1px solid;
}

.chat-msg-img {
    height: 50px;
    width: 50px;
}

.header-users {
    right: 0;
    top: 103px;
    width: 300px;
    height: 100%;
}

.users {
    right: 0;
    top: 103px;
    width: 300px;
    height: 100%;
}

.p-chat-user {
    top: 50px;
}

.users-main {
    height: 100%;
    width: 300px;
    position: fixed;
    border-radius: 0px;
}

.friendlist-main {
    padding-left: 20px;
}

.friendlist-main h6 {
    font-size: 14px;
    text-transform: uppercase;
}

.friendlist-box .media-body .friend-header {
    font-size: 13px;
}

.friendlist-box .media-body span {
    font-size: 12px;
}

.userlist-box {
    padding-left: 20px;
    cursor: pointer;
    border-bottom: 1px solid #efefef;

}

.users-main .media {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.chat-menu-content,
.chat-menu-reply {
    background: #f3f3f3;
    position: relative;
    overflow: visible;
    border-radius: 4px;
}

.chat-menu-content:before {
    position: absolute;
    top: 20px;
    left: -14px;
    width: 0;
    height: 0;
    content: '';
    border: 8px solid transparent;
    border-right-color: #f3f3f3;
}

.chat-menu-reply:before {
    position: absolute;
    top: 20px;
    right: -14px;
    width: 0;
    height: 0;
    content: '';
    border: 8px solid transparent;
    border-left-color: #2196f3;
}

.chat-reply-box {
    background-color: #fff;
    position: absolute;
    bottom: 43px;
    width: 100%;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
}

.chat-reply-box .md-input-wrapper {
    margin-bottom: 30px;
}

.chat-inner-header {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.chat-send {
    position: absolute;
    bottom: 5px;
    right: 0;
    border: none;
    background-color: transparent;
    color: #2196f3;
    transform: rotate(45deg);
}

.showChat_inner .chat-messages {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.chat-menu-content .chat-cont,
.chat-menu-reply .chat-cont {
    padding: 10px;
}

.chat-menu-content .chat-time,
.chat-menu-reply .chat-time {
    padding-left: 10px;
    padding-bottom: 10px;
}

.back_chatBox i {
    float: left;
    margin-top: 5px;
}

.designation {
    cursor: pointer;
}

.extra-profile-list {
    display: none;
}

.chat-menu-reply .chat-cont,
.chat-menu-reply .chat-time {
    color: #fff;
}

.chat-menu-reply {
    background: #2196f3;
}

.users-main .media .chat-header {
    font-size: 14px;
    font-weight: 600;
}

.users-main .media-body div+div {
    font-size: 12px;
}

.chat-body {
    overflow-y: auto;
    height: 340px;
}

.users-main-fix {
    height: auto;
    position: fixed;
    bottom: 0px;
    top: 151px;
}

.chat-footer,
.chat-link {
    border-color: #2196F3;
}

.chat-footer .input-group-addon {
    padding: 7px .75rem;
}

.form-control:focus~.chat-send {
    border-color: #2196F3;
}

.minimized-box {
    padding: 5px 10px;
}

.write-msg input {
    border-radius: 0;
    border-right: 0;
}

.write-msg .btn {
    box-shadow: none;
    border-left: 0;
    font-size: 14px;
}

.write-msg .btn-secondary:hover {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-left: 0;
}

.form-control:focus~.input-group-btn .btn-secondary {
    border-color: #66afe9;
    color: #2196F3;
}

.img-chat-profile {
    height: 45px;
    width: 45px;
}

.chat-minimize .chat-body,
.chat-minimize .chat-footer {
    display: none;
}

.chat-box {
    margin-right: 290px;
    height: 440px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}

/*====== chat css End ======*/
/*====== Product-Edit css End ======*/

/**  =====================
      Bootstrap UI css start
==========================  **/

.boot-ui [class*=col-],
.boot-ui [class*=bg-] {
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

/*====== Bootstrap UI css End ======*/

.b-l-primary {
    border-left: 2px solid #2196F3;
}

.b-l-danger {
    border-left: 2px solid #ff5252;
}

.b-l-success {
    border-left: 2px solid #4CAF50;
}

.b-l-warning {
    border-left: 2px solid #f57c00;
}

.b-l-info {
    border-left: 2px solid #40c4ff;
}

/* end of task board css*/


/**  =====================
     Form Validation css start
==========================  **/

form .messages {
    position: absolute;
    left: 0;
    top: 100%;
}

.messages.popover-valid {
    position: absolute;
    right: 18px;
    top: 25px;
    left: auto;
    font-size: 16px;
}

/*======  Form Validation End ======*/

/* ======================================
       Dashboard-1 css start
=========================================== */

.row-table {
    display: table;
    height: 100%;
    width: 100%;
}

.row-table>[class*=col-] {
    display: table-cell;
    table-layout: fixed;
    vertical-align: middle;
}

.row-table>[class*=col-]:first-child {
    border-right: 1px solid #fff;
}

#system-clock {
    opacity: 0.6;
}

.b-t-none {
    border-top: none;
    border: 1px solid #ccc;
}

.side-box {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 60px;
    color: #fff;
    font-size: 26px;
    border-radius: 0px 0px 0px 100px;
    text-align: center;
}

.side-box i {
    position: relative;
    top: 10px;
    left: 5px;
}

/* menus x pagina */
.dashboard-menu-item {
    color: #fff;
    border: 3px solid transparent;
    min-height: 150px !important;
    margin-bottom: 10px;
    border-radius: 10px;
}

.dashboard-menu-item:hover {
    border: 3px solid gray;
}

.dashboard-menu-item:hover a {
    color: yellow !important;
}

.dashboard-menu-item:hover h3,
.dashboard-menu-item:hover i {
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.32);
}

.dashboard-menu-item p {
    color: #fff;
    text-align: right;
    padding: 10px;
    padding-right: 20px;
    clear: both;
}

.dashboard-menu-item span {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.dashboard-menu-item h5 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: -5px;
}

.dashboard-menu-item h8 {
    bottom: -20px;
    text-align: right;
    display: block;
    position: relative;
    font-size: 11px;
}

.dashboard-menu-item p>a,
.dashboard-menu-item a {
    color: #f3f3d3 !important;
    font-size: 14px !important;
    text-decoration: underline;
    padding: 4px;
    border-radius: 10px;

}

.dashboard-menu-item:hover i {
    color: white !important;
}

.dashboard-menu-item p>a:hover,
.dashboard-menu-item a:hover {
    color: #666662 !important;
    text-decoration: underline !important;
    background-color: silver;
}

.dashboard-menu-item-content {
    padding: 15px;
    padding-top: 13px;
    margin-bottom: 0px;
    min-height: 120px;
    max-height: 120px;
}

.dashboard-menu-item-content i {
    font-size: 28px;
    position: relative;
    top: -4px;
}

.dashboard-menu-item-content p {
    text-align: right;
    padding-right: 5px;
    line-height: 1.45;
}

.dashboard-menu-item-content h3 {
    font-weight: 600;
    font-size: 23px !important;
    color: #f3f3d3 !important;
    margin-bottom: 5px;
    text-align: right;
    display: inline-grid;
    position: absolute;
    width: 83% !important;
    right: 0px;
    padding-right: 25px;
}

.dashboard-menu-item-content h5 {
    font-weight: 600;
    font-size: 20px !important;
    color: #f3f3d3 !important;
    margin-bottom: 5px;
    text-align: right;
    display: inline-grid;
    position: absolute;
    width: 83% !important;
    right: 0px;
    top: 20px;
    padding-right: 25px;
}

.tile_style3_medium .dashboard-menu-item-content h3 {
    width: 80% !important;
}

.dashboard-menu-item-content h8 {
    float: right;
    font-weight: 300;
    font-size: 12px;
    margin-top: 15px;
    color: #f1ecec;
}

.dashboard-menu-item-content span {
    display: block;
    text-align: right;
}

.menu-item-small {
    min-height: 120px !important;
}

.menu-item-small .dashboard-menu-item-content {
    padding: 10px;
}

.menu-item-small i {
    /*position:relative; left: -10px; top: -5px; */
    font-size: 22px !important;
}

.menu-item-small h3 {
    font-weight: 200;
    font-size: 17px !important;
    text-align: right;
    min-height: 25px;
    padding-right: 5px;
}

.dashboard-menu-item-footer {
    margin-top: 10px;
    padding: 5px;
    background-color: rgba(0, 0, 5, 0.1);

    color: #ffffff;
    padding-left: 15px;
}

.dashboard-menu-item-footer a {
    color: white;
}

.photo-table img {
    display: inline-block;
}

.photo-table td {
    vertical-align: middle;
}

.photo-table td.col-bt-0 {
    border-top: 0px;
}

.photo-table i {
    margin-right: 5px;
}

.user-block-2 h5,
.user-block-2 img {
    margin-bottom: 20px;
}

.user-block-2 h6 {
    color: #fff;
    font-weight: 300;
}

.user-block-2-active i {
    margin-right: 10px;
}

.user-block-2-active label {
    float: right;
    margin-bottom: 0;
}

/*
 * Info Section
 */

.yearly-change h4 {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
}

.section-info {
    padding: 21px 21px 21px;
    color: #8a786a;
    overflow: hidden;
}

.info-time {
    font-size: 12px;
}

.info-block {
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    width: 120px;
    border-radius: 3px;
    float: left;
    padding: 4px 0;
}

.info-block dt,
.info-block dd {
    margin: 0;
    padding: 0;
}

.info-block dt {
    font-weight: bold;
}

.info-block dd {
    font-size: 12px;
}

.yearly-change {
    width: 94px;
    float: right;
    margin-top: 20px;
}

.yearly-change span {
    display: block;
    height: 40px;
    line-height: 40px;
    color: white;
    background-color: #4eaf7c;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
}

.yearly-change span em {
    color: rgba(255, 255, 255, 0.7);
}

/* ======================================
     x-editable css start
=========================================== */

.dotted-line-theme .no_edit {
    width: 100% !important;
    border-bottom: 1px solid rgba(153, 153, 153, 0.60) !important;
}

.ibtn_container a span i {
    color: #fff !important;
}

.inline-editable label {
    color: #1b8bf9;
}

/*====== x-editable End ======*
/* ======================================
     ace-editable css start
=========================================== */
#wrapper {
    padding: 10px;
}

#editor {
    width: 100%;
    height: 400px;
    position: relative;
}

.controls {
    margin-bottom: 1em;
}

/*====== ace-editable End ======*


/* Dashboard3 css start */
.customTooltipClass {
    position: absolute;
    top: 0;
    left: 0;
}

/*-------------------------*/
/* Secondary Control Styles*/
/*-------------------------*/
#controls {
    display: none;
    text-align: center;
    clear: both;
    margin-top: 60px;

    background: #E4E3D5;
    padding: 20px;
    border: 1px solid #c8c7bb;
}

#controls p {
    display: inline-block;
    color: #666;
    font-style: italic;
}

#controls p:first-child {
    margin-right: 20px;
}

/* === color css starts=== */

.color-1 {
    background: #1b8bf9;
}

.color-2 {
    background: #f57c00;
}

.color-3 {
    background: #ff5252;
}

.color-4 {
    background: #8B4DA5;
}

.color-5 {
    background: #40c4ff;
}

.color-inverse {
    background: #000;
}

.color-inverse img {
    box-shadow: 0px 0px 10px 1px rgba(129, 129, 129, 0.27);
}

.color-picker {
    position: fixed;
    right: 0;
    top: 150px;
    width: 239px;
    background: #fff;
    z-index: 999999;
    -webkit-transition: all .3s ease;
}

.color-picker a.handle {
    border: 1px solid #0e7ae8;
    border-right-color: transperant;
    border-left-color: none;
    position: absolute;
    top: 0;
    right: 239px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff;
    z-index: 9999;
    transition: all ease-in 0.3s;
}

.color-picker a.handle:hover {
    background: #1b8bf9;
    transition: all ease-in 0.3s;
}

.color-picker a.handle:hover i {
    color: #fff;
    transition: all ease-in 0.3s;
}

.color-picker a.handle i {
    color: #1b8bf9;
    font-size: 25px;
    line-height: 50px;
}

.color-picker .settings-header {
    background: #1b8bf9;
    height: 50px;
    padding: 15px 34px 0 34px;
}

.color-picker .settings-header h3 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 0 0 5px;
    margin-top: 0;
}

.color-picker .section:last-child {
    border-bottom: 1px solid rgba(14, 122, 232, 0.55);
}

.color-picker .section {
    padding: 20px 20px;
    border-bottom: 1px dotted rgba(14, 122, 232, 0.55);
    border-left: 1px solid rgba(14, 122, 232, 0.55);
    overflow: hidden;
}

.color-picker .section h3 {
    font-size: 16px;
    text-transform: none;
    color: #3c3c3c;
    line-height: 16px;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}

.color-picker .section i {
    font-size: 16px;
    margin-right: 10px;
}

.color-picker span {
    font-size: 13px;
    color: #9a9a9a;
}

.color-picker .colors a {
    display: block;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
    transition: all ease-in 0.3s;
}

.color-picker .colors a:hover {
    box-shadow: 0 0 2px 1px rgba(247, 54, 121, 0.58);
    transition: all ease-in 0.3s;
}

.color-picker .skin a {
    display: block;
    width: 70px;
    height: 30px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 2px transparent solid;
}

.color-picker .skin a.actt {
    border: 2px #FFF solid;
}

/* color css Ends */

/* Clases nuevas incorporadas HTMexico */
.padding-vacio {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 50px;
    padding-left: 50px;
}

/* HTMex incorporacion de nuevo tamanio de modal */
.modal-dialog a {
    text-decoration: underline;
}

@media (min-width: 1199px) {
    .modal-xlg {
        max-width: 1100px;
    }
}

@media (min-width: 1299px) {
    .modal-xlg {
        max-width: 1150px;
    }
}

@media (min-height: 710px) {
    .modal-body {
        /*  max-height: 570px; */
        overflow-y: auto;
    }
}

/*===== Div de contenedor de un icono redondo ======*/
.wrap_circle_icon i {
    background: #3f51b5;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    font-size: 20px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 20px;
    display: inline-flex;
}

.card-block a {
    font-size: 14px;
    text-decoration: underline;
}

.text-white {
    color: #ffffff !important;
}

/* permiten acotar una imagen dentro de un circulo SIN distorsion */
.image-cropper {
    width: 45px;
    height: 50px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.img-avatar-cropper {
    display: inline;
    margin: 0 auto;
    /*height: 100%;*/
    width: auto;
}

#pre-loader:before {
    left: 0;
    width: 0%;
    opacity: 1;
    top: 0;
    position: fixed;
    display: block;
    content: "";
    background: #fff;
    height: 4px;
    z-index: 2000;
    -webkit-animation: running-line 2s linear 0s infinite;
    -moz-animation: running-line 2s linear 0s infinite;
    animation: running-line 2s linear 0s infinite
}

@keyframes running-line {
    0% {
        width: 0%
    }

    50% {
        width: 100%;
        opacity: 1
    }

    100% {
        width: 100%;
        opacity: 0
    }
}

.href_disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.4;
}

.href_disabled i {
    color: #9a9a9a;
}

.text-decoration-line-through,
.texto-cruzado {
    text-decoration: line-through;
}