.btn-toolbar-dark.pressed {
    background-color: #37474f;
}

.toolbar-info .tool-item {
    background: #00bcd4 !important;
}

.toolbar-info .tool-item.selected,
.toolbar-info .tool-item:hover {
    background: #008fa1 !important;
}

.toolbar-info.tool-top .arrow {
    border-color: #00bcd4 transparent transparent;
}

.toolbar-info.tool-bottom .arrow {
    border-color: transparent transparent #00bcd4;
}

.toolbar-info.tool-left .arrow {
    border-color: transparent transparent transparent #00bcd4;
}

.toolbar-info.tool-right .arrow {
    border-color: transparent #00bcd4 transparent transparent;
}

.btn-toolbar-info.pressed {
    background-color: #00bcd4;
}

/*======= Toolbar css ends  ======= */
/*======= Card-Border-Top-color css starts  ======= */
.card-border-primary {
    border-top: 4px solid #448aff;
}

.card-border-warning {
    border-top: 4px solid #ffe100;
}

.card-border-default {
    border-top: 4px solid #d6d6d6;
}

.card-border-danger {
    border-top: 4px solid #ff5252;
}

.card-border-success {
    border-top: 4px solid #11c15b;
}

.card-border-inverse {
    border-top: 4px solid #37474f;
}

.card-border-info {
    border-top: 4px solid #00bcd4;
}

/*======= Card-Border-Top-color css ends  ======= */
/*======= Panels-wells-color css starts  ======= */
.panels-wells .panel-primary {
    border-color: #448aff;
}

.panels-wells .panel-warning {
    border-color: #ffe100;
}

.panels-wells .panel-default {
    border-color: #d6d6d6;
}

.panels-wells .panel-danger {
    border-color: #ff5252;
}

.panels-wells .panel-success {
    border-color: #11c15b;
}

.panels-wells .panel-inverse {
    border-color: #37474f;
}

.panels-wells .panel-info {
    border-color: #00bcd4;
}

/*======= Panels-wells-color css ends  ======= */
/*======= All-Borders-color css starts  ======= */
.b-t-primary {
    border-top: 1px solid #448aff;
}

.b-b-primary {
    border-bottom: 1px solid #448aff;
}

.b-l-primary {
    border-left: 1px solid #448aff;
}

.b-r-primary {
    border-right: 1px solid #448aff;
}

.b-primary {
    border: 1px solid #448aff;
}

.b-t-warning {
    border-top: 1px solid #ffe100;
}

.b-b-warning {
    border-bottom: 1px solid #ffe100;
}

.b-l-warning {
    border-left: 1px solid #ffe100;
}

.b-r-warning {
    border-right: 1px solid #ffe100;
}

.b-warning {
    border: 1px solid #ffe100;
}

.b-t-default {
    border-top: 1px solid #d6d6d6;
}

.b-b-default {
    border-bottom: 1px solid #d6d6d6;
}

.b-l-default {
    border-left: 1px solid #d6d6d6;
}

.b-r-default {
    border-right: 1px solid #d6d6d6;
}

.b-default {
    border: 1px solid #d6d6d6;
}

.b-t-danger {
    border-top: 1px solid #ff5252;
}

.b-b-danger {
    border-bottom: 1px solid #ff5252;
}

.b-l-danger {
    border-left: 1px solid #ff5252;
}

.b-r-danger {
    border-right: 1px solid #ff5252;
}

.b-danger {
    border: 1px solid #ff5252;
}

.b-t-success {
    border-top: 1px solid #11c15b;
}

.b-b-success {
    border-bottom: 1px solid #11c15b;
}

.b-l-success {
    border-left: 1px solid #11c15b;
}

.b-r-success {
    border-right: 1px solid #11c15b;
}

.b-success {
    border: 1px solid #11c15b;
}

.b-t-inverse {
    border-top: 1px solid #37474f;
}

.b-b-inverse {
    border-bottom: 1px solid #37474f;
}

.b-l-inverse {
    border-left: 1px solid #37474f;
}

.b-r-inverse {
    border-right: 1px solid #37474f;
}

.b-inverse {
    border: 1px solid #37474f;
}

.b-t-info {
    border-top: 1px solid #00bcd4;
}

.b-b-info {
    border-bottom: 1px solid #00bcd4;
}

.b-l-info {
    border-left: 1px solid #00bcd4;
}

.b-r-info {
    border-right: 1px solid #00bcd4;
}

.b-info {
    border: 1px solid #00bcd4;
}

.b-t-theme {
    border-top: 1px solid #d6d6d6;
}

.b-b-theme {
    border-bottom: 1px solid #d6d6d6;
}

.b-l-theme {
    border-left: 1px solid #d6d6d6;
}

.b-r-theme {
    border-right: 1px solid #d6d6d6;
}

.b-theme {
    border: 1px solid #d6d6d6;
}

/*======= All-Borders-color css ends  ======= */
/*======= All-color css start  ======= */
.bg-facebook {
    background: #3B5997;
}

.text-facebook {
    color: #3B5997;
}

.bg-twitter {
    background: #42C0FB;
}

.text-twitter {
    color: #42C0FB;
}

.bg-dribbble {
    background: #EC4A89;
}

.text-dribbble {
    color: #EC4A89;
}

.bg-pinterest {
    background: #BF2131;
}

.text-pinterest {
    color: #BF2131;
}

.bg-youtube {
    background: #E0291D;
}

.text-youtube {
    color: #E0291D;
}

.bg-googleplus {
    background: #C73E2E;
}

.text-googleplus {
    color: #C73E2E;
}

.bg-instagram {
    background: #AA7C62;
}

.text-instagram {
    color: #AA7C62;
}

.bg-viber {
    background: #7B519D;
}

.text-viber {
    color: #7B519D;
}

.bg-amazon {
    background: #000;
}

.text-amazon {
    color: #000;
}

.bg-behance {
    background: #0057ff;
}

.text-behance {
    color: #0057ff;
}

.bg-dropbox {
    background: #3380FF;
}

.text-dropbox {
    color: #3380FF;
}

.bg-c-blue {
    background: #448aff;
}

.text-c-blue {
    color: #448aff;
}

.bg-c-red {
    background: #ff5252;
}

.text-c-red {
    color: #ff5252;
}

.bg-c-green {
    background: #11c15b;
}

.text-c-green {
    color: #11c15b;
}

.bg-c-yellow {
    background: #ffe100;
}

.text-c-yellow {
    color: #ffe100;
}

.bg-c-orange {
    background: #FF9800;
}

.text-c-orange {
    color: #FF9800;
}

.bg-c-lite-green {
    background: #8BC34A;
}

.text-c-lite-green {
    color: #8BC34A;
}

.bg-c-purple {
    background: #BA68C8;
}

.text-c-purple {
    color: #BA68C8;
}
.bg-c-teal {
    background: #008080;
}
.text-c-teal {
    color: #008080;
}