
body {
    background-color: #eee;
    color: #888;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
*:focus {
    outline: none;
}
.white-bg {
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 15px;
}
header {
    background-color: #000;
}
header ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px !important;
    text-shadow: none !important;
}
.navbar-brand {
    color: #fff;
    float: left;
    font-size: 40px;
    font-weight: 500;
    height: auto;
    line-height: 30px;
    padding: 15px 0;
}
.navbar-brand:hover {
    color: #fff;
}
.navbar {
    border: 0 none;
    margin-bottom: 0;
}
strong {
    font-weight: 500;
}
a, a:hover, a:focus {
    color: #222;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
h1, h2 {
    color: #555;
    font-size: 38px;
    font-weight: 100;
    margin: 0;
    padding: 0;
}
h3 {
    color: #555;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}
h4 {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
}
table {
    font-size: 15px;
    margin-bottom: 0;
}
table th {
    color: #222;
    font-size: 13px;
    font-weight: 500;
}
table td {
    vertical-align: middle;
}
img {
    max-width: 100%;
}
*::-moz-selection {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}
.btn-link-1 {
    background: #4aaf51 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    line-height: 16px;
    margin: 5px;
    padding: 16px 20px 0;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
    color: #fff;
    opacity: 0.6;
    outline: 0 none;
}
.btn-link-1 i {
    font-size: 20px;
    line-height: 20px;
    padding-right: 5px;
    vertical-align: middle;
}
.btn-link-2 {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    line-height: 16px;
    margin: 5px;
    padding: 15px 20px 0;
}
.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
    opacity: 0.6;
    outline: 0 none;
}
.inner-bg {
    padding: 100px 0 170px;
}
.top-content .description {
    margin: 20px 0 10px;
}
.top-content .description p {
    opacity: 0.8;
}
.top-content .description a {
    color: #fff;
}
.top-content .description a:hover, .top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}
.form-box {
    margin-top: 35px;
}
.form-top {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    padding: 0 25px 15px;
    text-align: left;
}
.form-top-left {
    float: left;
    padding-top: 25px;
    width: 75%;
}
.form-top-left h3 {
    margin-top: 0;
}
.form-top-right {
    color: #ddd;
    float: left;
    font-size: 66px;
    line-height: 100px;
    padding-top: 5px;
    text-align: right;
    width: 25%;
}
.form-bottom {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    padding: 25px 25px 30px;
    text-align: left;
}
.form-bottom form textarea {
    height: 100px;
}
.form-bottom form button.btn {
    width: 100%;
}
.form-bottom form .input-error {
    border-color: #4aaf51;
}
input[type="text"], input[type="password"], textarea, textarea.form-control, select.form-control {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 3px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    color: #888;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 20px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}
textarea, textarea.form-control, select.form-control {
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, textarea.form-control:focus, select.form-control:focus {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #ccc;
    box-shadow: none;
    outline: 0 none;
}
input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder {
    color: #888;
}
button.btn.btn-black {
    background: #000000 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    margin: 0;
    padding: 0 20px;
    text-shadow: none;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}
button.btn.btn-black:hover {
    color: #fff;
    opacity: 0.6;
}
button.btn.btn-black:active {
    box-shadow: none;
    color: #fff;
    opacity: 0.6;
    outline: 0 none;
}
button.btn.btn-black:focus {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    opacity: 0.6;
    outline: 0 none;
}
button.btn.btn-black:active:focus, button.btn.btn-black.active:focus {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    opacity: 0.6;
    outline: 0 none;
}
.btn.black {
    background: #000000 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    margin: 0;
    padding: 0 20px;
    text-shadow: none;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}
.btn.black:hover {
    color: #fff;
    opacity: 0.6;
}
.btn.black:active {
    box-shadow: none;
    color: #fff;
    opacity: 0.6;
    outline: 0 none;
}
.btn.black:focus {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    opacity: 0.6;
    outline: 0 none;
}
.btn.black:active:focus{
    background: #222 none repeat scroll 0 0;
    color: #fff;
    opacity: 0.6;
    outline: 0 none;
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
    .inner-bg {
        padding: 60px 0 110px;
    }
}
@media (max-width: 415px) {
    h1, h2 {
        font-size: 32px;
    }
}
.dashboard-stat {
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.03);
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.dashboard-stat::before, .dashboard-stat::after {
    content: " ";
    display: table;
}
.dashboard-stat::after {
    clear: both;
}
.portlet .dashboard-stat:last-child {
    margin-bottom: 0;
}
.dashboard-stat .visual {
    display: block;
    float: left;
    font-size: 35px;
    height: 80px;
    line-height: 35px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-top: 10px;
    width: 80px;
}
.dashboard-stat .visual > i {
    font-size: 110px;
    line-height: 110px;
    margin-left: -35px;
}
.dashboard-stat .details {
    padding-right: 15px;
    position: absolute;
    right: 0;
}
.dashboard-stat .details.fullWidth {
    width: 100%;
}
.dashboard-stat .details.fullWidth a {
    color: #fff;
    display: block;
}
.dashboard-stat .details .number {
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 36px;
    margin-bottom: 0;
    padding-top: 25px;
    text-align: right;
}
.dashboard-stat .details .desc {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    text-align: right;
}
.dashboard-stat .more {
    clear: both;
    display: block;
    font-size: 11px;
    font-weight: 300;
    opacity: 0.7;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
}
.dashboard-stat .more:hover {
    opacity: 0.9;
    text-decoration: none;
}
.dashboard-stat .more > i {
    display: inline-block;
    float: right;
    margin-top: 1px;
}
.dashboard-stat.dashboard-stat-v2 .visual {
    margin-bottom: 40px;
    padding-top: 35px;
}
.dashboard-stat.white {
    background-color: #ffffff;
}
.dashboard-stat.white.dashboard-stat-light:hover {
    background-color: whitesmoke;
}
.dashboard-stat.white .visual > i {
    color: #666;
    opacity: 0.1;
}
.dashboard-stat.white .details .number {
    color: #666;
}
.dashboard-stat.white .details .desc {
    color: #666;
    opacity: 1;
}
.dashboard-stat.white .more {
    background-color: whitesmoke;
    color: #666;
}
.dashboard-stat.default {
    background-color: #e1e5ec;
}
.dashboard-stat.default.dashboard-stat-light:hover {
    background-color: #d5dae4;
}
.dashboard-stat.default .visual > i {
    color: #666;
    opacity: 0.1;
}
.dashboard-stat.default .details .number {
    color: #666;
}
.dashboard-stat.default .details .desc {
    color: #666;
    opacity: 1;
}
.dashboard-stat.default .more {
    background-color: #d5dae4;
    color: #666;
}
.dashboard-stat.dark {
    background-color: #2f353b;
}
.dashboard-stat.dark.dashboard-stat-light:hover {
    background-color: #262b30;
}
.dashboard-stat.dark .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.dark .details .number {
    color: #ffffff;
}
.dashboard-stat.dark .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.dark .more {
    background-color: #262b30;
    color: #ffffff;
}
.dashboard-stat.blue {
    background-color: #3598dc;
}
.dashboard-stat.blue.dashboard-stat-light:hover {
    background-color: #258fd7;
}
.dashboard-stat.blue .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.blue .details .number {
    color: #ffffff;
}
.dashboard-stat.blue .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.blue .more {
    background-color: #258fd7;
    color: #ffffff;
}
.dashboard-stat.blue-madison {
    background-color: #578ebe;
}
.dashboard-stat.blue-madison.dashboard-stat-light:hover {
    background-color: #4884b8;
}
.dashboard-stat.blue-madison .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.blue-madison .details .number {
    color: #ffffff;
}
.dashboard-stat.blue-madison .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.blue-madison .more {
    background-color: #4884b8;
    color: #ffffff;
}
.dashboard-stat.blue-chambray {
    background-color: #2c3e50;
}
.dashboard-stat.blue-chambray.dashboard-stat-light:hover {
    background-color: #253443;
}
.dashboard-stat.blue-chambray .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.blue-chambray .details .number {
    color: #ffffff;
}
.dashboard-stat.blue-chambray .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.blue-chambray .more {
    background-color: #253443;
    color: #ffffff;
}
.dashboard-stat.blue-ebonyclay {
    background-color: #22313f;
}
.dashboard-stat.blue-ebonyclay.dashboard-stat-light:hover {
    background-color: #1b2732;
}
.dashboard-stat.blue-ebonyclay .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.blue-ebonyclay .details .number {
    color: #ffffff;
}
.dashboard-stat.blue-ebonyclay .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.blue-ebonyclay .more {
    background-color: #1b2732;
    color: #ffffff;
}
.dashboard-stat.blue-hoki {
    background-color: #67809f;
}
.dashboard-stat.blue-hoki.dashboard-stat-light:hover {
    background-color: #5e7694;
}
.dashboard-stat.blue-hoki .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.blue-hoki .details .number {
    color: #ffffff;
}
.dashboard-stat.blue-hoki .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.blue-hoki .more {
    background-color: #5e7694;
    color: #ffffff;
}
.dashboard-stat.blue-steel {
    background-color: #4b77be;
}
.dashboard-stat.blue-steel.dashboard-stat-light:hover {
    background-color: #416db4;
}
.dashboard-stat.blue-steel .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.blue-steel .details .number {
    color: #ffffff;
}
.dashboard-stat.blue-steel .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.blue-steel .more {
    background-color: #416db4;
    color: #ffffff;
}
.dashboard-stat.blue-soft {
    background-color: #4c87b9;
}
.dashboard-stat.blue-soft.dashboard-stat-light:hover {
    background-color: #447dad;
}
.dashboard-stat.blue-soft .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.blue-soft .details .number {
    color: #ffffff;
}
.dashboard-stat.blue-soft .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.blue-soft .more {
    background-color: #447dad;
    color: #ffffff;
}
.dashboard-stat.blue-dark {
    background-color: #5e738b;
}
.dashboard-stat.blue-dark.dashboard-stat-light:hover {
    background-color: #56697f;
}
.dashboard-stat.blue-dark .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.blue-dark .details .number {
    color: #ffffff;
}
.dashboard-stat.blue-dark .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.blue-dark .more {
    background-color: #56697f;
    color: #ffffff;
}
.dashboard-stat.blue-sharp {
    background-color: #5c9bd1;
}
.dashboard-stat.blue-sharp.dashboard-stat-light:hover {
    background-color: #4c91cd;
}
.dashboard-stat.blue-sharp .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.blue-sharp .details .number {
    color: #ffffff;
}
.dashboard-stat.blue-sharp .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.blue-sharp .more {
    background-color: #4c91cd;
    color: #ffffff;
}
.dashboard-stat.blue-oleo {
    background-color: #94a0b2;
}
.dashboard-stat.blue-oleo.dashboard-stat-light:hover {
    background-color: #8895a9;
}
.dashboard-stat.blue-oleo .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.blue-oleo .details .number {
    color: #ffffff;
}
.dashboard-stat.blue-oleo .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.blue-oleo .more {
    background-color: #8895a9;
    color: #ffffff;
}
.dashboard-stat.green {
    background-color: #32c5d2;
}
.dashboard-stat.green.dashboard-stat-light:hover {
    background-color: #2bb8c4;
}
.dashboard-stat.green .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.green .details .number {
    color: #ffffff;
}
.dashboard-stat.green .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.green .more {
    background-color: #2bb8c4;
    color: #ffffff;
}
.dashboard-stat.green-meadow {
    background-color: #1bbc9b;
}
.dashboard-stat.green-meadow.dashboard-stat-light:hover {
    background-color: #18aa8c;
}
.dashboard-stat.green-meadow .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.green-meadow .details .number {
    color: #ffffff;
}
.dashboard-stat.green-meadow .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.green-meadow .more {
    background-color: #18aa8c;
    color: #ffffff;
}
.dashboard-stat.green-seagreen {
    background-color: #1ba39c;
}
.dashboard-stat.green-seagreen.dashboard-stat-light:hover {
    background-color: #18918b;
}
.dashboard-stat.green-seagreen .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.green-seagreen .details .number {
    color: #ffffff;
}
.dashboard-stat.green-seagreen .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.green-seagreen .more {
    background-color: #18918b;
    color: #ffffff;
}
.dashboard-stat.green-turquoise {
    background-color: #36d7b7;
}
.dashboard-stat.green-turquoise.dashboard-stat-light:hover {
    background-color: #29cfae;
}
.dashboard-stat.green-turquoise .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.green-turquoise .details .number {
    color: #ffffff;
}
.dashboard-stat.green-turquoise .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.green-turquoise .more {
    background-color: #29cfae;
    color: #ffffff;
}
.dashboard-stat.green-haze {
    background-color: #44b6ae;
}
.dashboard-stat.green-haze.dashboard-stat-light:hover {
    background-color: #3ea7a0;
}
.dashboard-stat.green-haze .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.green-haze .details .number {
    color: #ffffff;
}
.dashboard-stat.green-haze .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.green-haze .more {
    background-color: #3ea7a0;
    color: #ffffff;
}
.dashboard-stat.green-jungle {
    background-color: #26c281;
}
.dashboard-stat.green-jungle.dashboard-stat-light:hover {
    background-color: #23b176;
}
.dashboard-stat.green-jungle .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.green-jungle .details .number {
    color: #ffffff;
}
.dashboard-stat.green-jungle .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.green-jungle .more {
    background-color: #23b176;
    color: #ffffff;
}
.dashboard-stat.green-soft {
    background-color: #3faba4;
}
.dashboard-stat.green-soft.dashboard-stat-light:hover {
    background-color: #3a9c96;
}
.dashboard-stat.green-soft .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.green-soft .details .number {
    color: #ffffff;
}
.dashboard-stat.green-soft .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.green-soft .more {
    background-color: #3a9c96;
    color: #ffffff;
}
.dashboard-stat.green-dark {
    background-color: #4db3a2;
}
.dashboard-stat.green-dark.dashboard-stat-light:hover {
    background-color: #46a595;
}
.dashboard-stat.green-dark .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.green-dark .details .number {
    color: #ffffff;
}
.dashboard-stat.green-dark .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.green-dark .more {
    background-color: #46a595;
    color: #ffffff;
}
.dashboard-stat.green-sharp {
    background-color: #2ab4c0;
}
.dashboard-stat.green-sharp.dashboard-stat-light:hover {
    background-color: #26a4af;
}
.dashboard-stat.green-sharp .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.green-sharp .details .number {
    color: #ffffff;
}
.dashboard-stat.green-sharp .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.green-sharp .more {
    background-color: #26a4af;
    color: #ffffff;
}
.dashboard-stat.green-steel {
    background-color: #29b4b6;
}
.dashboard-stat.green-steel.dashboard-stat-light:hover {
    background-color: #25a4a5;
}
.dashboard-stat.green-steel .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.green-steel .details .number {
    color: #ffffff;
}
.dashboard-stat.green-steel .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.green-steel .more {
    background-color: #25a4a5;
    color: #ffffff;
}
.dashboard-stat.grey {
    background-color: #e5e5e5;
}
.dashboard-stat.grey.dashboard-stat-light:hover {
    background-color: #dbdbdb;
}
.dashboard-stat.grey .visual > i {
    color: #333333;
    opacity: 0.1;
}
.dashboard-stat.grey .details .number {
    color: #333333;
}
.dashboard-stat.grey .details .desc {
    color: #333333;
    opacity: 1;
}
.dashboard-stat.grey .more {
    background-color: #dbdbdb;
    color: #333333;
}
.dashboard-stat.grey-steel {
    background-color: #e9edef;
}
.dashboard-stat.grey-steel.dashboard-stat-light:hover {
    background-color: #dde3e6;
}
.dashboard-stat.grey-steel .visual > i {
    color: #80898e;
    opacity: 0.1;
}
.dashboard-stat.grey-steel .details .number {
    color: #80898e;
}
.dashboard-stat.grey-steel .details .desc {
    color: #80898e;
    opacity: 1;
}
.dashboard-stat.grey-steel .more {
    background-color: #dde3e6;
    color: #80898e;
}
.dashboard-stat.grey-cararra {
    background-color: #fafafa;
}
.dashboard-stat.grey-cararra.dashboard-stat-light:hover {
    background-color: #f0f0f0;
}
.dashboard-stat.grey-cararra .visual > i {
    color: #333333;
    opacity: 0.1;
}
.dashboard-stat.grey-cararra .details .number {
    color: #333333;
}
.dashboard-stat.grey-cararra .details .desc {
    color: #333333;
    opacity: 1;
}
.dashboard-stat.grey-cararra .more {
    background-color: #f0f0f0;
    color: #333333;
}
.dashboard-stat.grey-gallery {
    background-color: #555555;
}
.dashboard-stat.grey-gallery.dashboard-stat-light:hover {
    background-color: #4b4b4b;
}
.dashboard-stat.grey-gallery .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.grey-gallery .details .number {
    color: #ffffff;
}
.dashboard-stat.grey-gallery .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.grey-gallery .more {
    background-color: #4b4b4b;
    color: #ffffff;
}
.dashboard-stat.grey-cascade {
    background-color: #95a5a6;
}
.dashboard-stat.grey-cascade.dashboard-stat-light:hover {
    background-color: #8a9c9d;
}
.dashboard-stat.grey-cascade .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.grey-cascade .details .number {
    color: #ffffff;
}
.dashboard-stat.grey-cascade .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.grey-cascade .more {
    background-color: #8a9c9d;
    color: #ffffff;
}
.dashboard-stat.grey-silver {
    background-color: #bfbfbf;
}
.dashboard-stat.grey-silver.dashboard-stat-light:hover {
    background-color: #b5b5b5;
}
.dashboard-stat.grey-silver .visual > i {
    color: #fafcfb;
    opacity: 0.1;
}
.dashboard-stat.grey-silver .details .number {
    color: #fafcfb;
}
.dashboard-stat.grey-silver .details .desc {
    color: #fafcfb;
    opacity: 1;
}
.dashboard-stat.grey-silver .more {
    background-color: #b5b5b5;
    color: #fafcfb;
}
.dashboard-stat.grey-salsa {
    background-color: #acb5c3;
}
.dashboard-stat.grey-salsa.dashboard-stat-light:hover {
    background-color: #a0aaba;
}
.dashboard-stat.grey-salsa .visual > i {
    color: #fafcfb;
    opacity: 0.1;
}
.dashboard-stat.grey-salsa .details .number {
    color: #fafcfb;
}
.dashboard-stat.grey-salsa .details .desc {
    color: #fafcfb;
    opacity: 1;
}
.dashboard-stat.grey-salsa .more {
    background-color: #a0aaba;
    color: #fafcfb;
}
.dashboard-stat.grey-salt {
    background-color: #bfcad1;
}
.dashboard-stat.grey-salt.dashboard-stat-light:hover {
    background-color: #b3c0c8;
}
.dashboard-stat.grey-salt .visual > i {
    color: #fafcfb;
    opacity: 0.1;
}
.dashboard-stat.grey-salt .details .number {
    color: #fafcfb;
}
.dashboard-stat.grey-salt .details .desc {
    color: #fafcfb;
    opacity: 1;
}
.dashboard-stat.grey-salt .more {
    background-color: #b3c0c8;
    color: #fafcfb;
}
.dashboard-stat.grey-mint {
    background-color: #525e64;
}
.dashboard-stat.grey-mint.dashboard-stat-light:hover {
    background-color: #495359;
}
.dashboard-stat.grey-mint .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.grey-mint .details .number {
    color: #ffffff;
}
.dashboard-stat.grey-mint .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.grey-mint .more {
    background-color: #495359;
    color: #ffffff;
}
.dashboard-stat.red {
    background-color: #e7505a;
}
.dashboard-stat.red.dashboard-stat-light:hover {
    background-color: #e53e49;
}
.dashboard-stat.red .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.red .details .number {
    color: #ffffff;
}
.dashboard-stat.red .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.red .more {
    background-color: #e53e49;
    color: #ffffff;
}
.dashboard-stat.red-pink {
    background-color: #e08283;
}
.dashboard-stat.red-pink.dashboard-stat-light:hover {
    background-color: #dc7273;
}
.dashboard-stat.red-pink .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.red-pink .details .number {
    color: #ffffff;
}
.dashboard-stat.red-pink .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.red-pink .more {
    background-color: #dc7273;
    color: #ffffff;
}
.dashboard-stat.red-sunglo {
    background-color: #e26a6a;
}
.dashboard-stat.red-sunglo.dashboard-stat-light:hover {
    background-color: #df5959;
}
.dashboard-stat.red-sunglo .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.red-sunglo .details .number {
    color: #ffffff;
}
.dashboard-stat.red-sunglo .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.red-sunglo .more {
    background-color: #df5959;
    color: #ffffff;
}
.dashboard-stat.red-intense {
    background-color: #e35b5a;
}
.dashboard-stat.red-intense.dashboard-stat-light:hover {
    background-color: #e04a49;
}
.dashboard-stat.red-intense .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.red-intense .details .number {
    color: #ffffff;
}
.dashboard-stat.red-intense .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.red-intense .more {
    background-color: #e04a49;
    color: #ffffff;
}
.dashboard-stat.red-thunderbird {
    background-color: #d91e18;
}
.dashboard-stat.red-thunderbird.dashboard-stat-light:hover {
    background-color: #c71b16;
}
.dashboard-stat.red-thunderbird .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.red-thunderbird .details .number {
    color: #ffffff;
}
.dashboard-stat.red-thunderbird .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.red-thunderbird .more {
    background-color: #c71b16;
    color: #ffffff;
}
.dashboard-stat.red-flamingo {
    background-color: #ef4836;
}
.dashboard-stat.red-flamingo.dashboard-stat-light:hover {
    background-color: #ed3723;
}
.dashboard-stat.red-flamingo .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.red-flamingo .details .number {
    color: #ffffff;
}
.dashboard-stat.red-flamingo .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.red-flamingo .more {
    background-color: #ed3723;
    color: #ffffff;
}
.dashboard-stat.red-soft {
    background-color: #d05454;
}
.dashboard-stat.red-soft.dashboard-stat-light:hover {
    background-color: #cc4444;
}
.dashboard-stat.red-soft .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.red-soft .details .number {
    color: #ffffff;
}
.dashboard-stat.red-soft .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.red-soft .more {
    background-color: #cc4444;
    color: #ffffff;
}
.dashboard-stat.red-haze {
    background-color: #f36a5a;
}
.dashboard-stat.red-haze.dashboard-stat-light:hover {
    background-color: #f25947;
}
.dashboard-stat.red-haze .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.red-haze .details .number {
    color: #ffffff;
}
.dashboard-stat.red-haze .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.red-haze .more {
    background-color: #f25947;
    color: #ffffff;
}
.dashboard-stat.red-mint {
    background-color: #e43a45;
}
.dashboard-stat.red-mint.dashboard-stat-light:hover {
    background-color: #e22834;
}
.dashboard-stat.red-mint .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.red-mint .details .number {
    color: #ffffff;
}
.dashboard-stat.red-mint .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.red-mint .more {
    background-color: #e22834;
    color: #ffffff;
}
.dashboard-stat.yellow {
    background-color: #c49f47;
}
.dashboard-stat.yellow.dashboard-stat-light:hover {
    background-color: #bb953c;
}
.dashboard-stat.yellow .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.yellow .details .number {
    color: #ffffff;
}
.dashboard-stat.yellow .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.yellow .more {
    background-color: #bb953c;
    color: #ffffff;
}
.dashboard-stat.yellow-gold {
    background-color: #e87e04;
}
.dashboard-stat.yellow-gold.dashboard-stat-light:hover {
    background-color: #d47304;
}
.dashboard-stat.yellow-gold .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.yellow-gold .details .number {
    color: #ffffff;
}
.dashboard-stat.yellow-gold .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.yellow-gold .more {
    background-color: #d47304;
    color: #ffffff;
}
.dashboard-stat.yellow-casablanca {
    background-color: #f2784b;
}
.dashboard-stat.yellow-casablanca.dashboard-stat-light:hover {
    background-color: #f16a38;
}
.dashboard-stat.yellow-casablanca .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.yellow-casablanca .details .number {
    color: #ffffff;
}
.dashboard-stat.yellow-casablanca .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.yellow-casablanca .more {
    background-color: #f16a38;
    color: #ffffff;
}
.dashboard-stat.yellow-crusta {
    background-color: #f3c200;
}
.dashboard-stat.yellow-crusta.dashboard-stat-light:hover {
    background-color: #dfb200;
}
.dashboard-stat.yellow-crusta .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.yellow-crusta .details .number {
    color: #ffffff;
}
.dashboard-stat.yellow-crusta .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.yellow-crusta .more {
    background-color: #dfb200;
    color: #ffffff;
}
.dashboard-stat.yellow-lemon {
    background-color: #f7ca18;
}
.dashboard-stat.yellow-lemon.dashboard-stat-light:hover {
    background-color: #f2c308;
}
.dashboard-stat.yellow-lemon .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.yellow-lemon .details .number {
    color: #ffffff;
}
.dashboard-stat.yellow-lemon .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.yellow-lemon .more {
    background-color: #f2c308;
    color: #ffffff;
}
.dashboard-stat.yellow-saffron {
    background-color: #f4d03f;
}
.dashboard-stat.yellow-saffron.dashboard-stat-light:hover {
    background-color: #f3cb2c;
}
.dashboard-stat.yellow-saffron .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.yellow-saffron .details .number {
    color: #ffffff;
}
.dashboard-stat.yellow-saffron .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.yellow-saffron .more {
    background-color: #f3cb2c;
    color: #ffffff;
}
.dashboard-stat.yellow-soft {
    background-color: #c8d046;
}
.dashboard-stat.yellow-soft.dashboard-stat-light:hover {
    background-color: #c3cc36;
}
.dashboard-stat.yellow-soft .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.yellow-soft .details .number {
    color: #ffffff;
}
.dashboard-stat.yellow-soft .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.yellow-soft .more {
    background-color: #c3cc36;
    color: #ffffff;
}
.dashboard-stat.yellow-haze {
    background-color: #c5bf66;
}
.dashboard-stat.yellow-haze.dashboard-stat-light:hover {
    background-color: #bfb957;
}
.dashboard-stat.yellow-haze .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.yellow-haze .details .number {
    color: #ffffff;
}
.dashboard-stat.yellow-haze .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.yellow-haze .more {
    background-color: #bfb957;
    color: #ffffff;
}
.dashboard-stat.yellow-mint {
    background-color: #c5b96b;
}
.dashboard-stat.yellow-mint.dashboard-stat-light:hover {
    background-color: #bfb25c;
}
.dashboard-stat.yellow-mint .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.yellow-mint .details .number {
    color: #ffffff;
}
.dashboard-stat.yellow-mint .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.yellow-mint .more {
    background-color: #bfb25c;
    color: #ffffff;
}
.dashboard-stat.purple {
    background-color: #8e44ad;
}
.dashboard-stat.purple.dashboard-stat-light:hover {
    background-color: #823e9e;
}
.dashboard-stat.purple .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.purple .details .number {
    color: #ffffff;
}
.dashboard-stat.purple .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.purple .more {
    background-color: #823e9e;
    color: #ffffff;
}
.dashboard-stat.purple-plum {
    background-color: #8775a7;
}
.dashboard-stat.purple-plum.dashboard-stat-light:hover {
    background-color: #7c699f;
}
.dashboard-stat.purple-plum .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.purple-plum .details .number {
    color: #ffffff;
}
.dashboard-stat.purple-plum .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.purple-plum .more {
    background-color: #7c699f;
    color: #ffffff;
}
.dashboard-stat.purple-medium {
    background-color: #bf55ec;
}
.dashboard-stat.purple-medium.dashboard-stat-light:hover {
    background-color: #b843ea;
}
.dashboard-stat.purple-medium .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.purple-medium .details .number {
    color: #ffffff;
}
.dashboard-stat.purple-medium .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.purple-medium .more {
    background-color: #b843ea;
    color: #ffffff;
}
.dashboard-stat.purple-studio {
    background-color: #8e44ad;
}
.dashboard-stat.purple-studio.dashboard-stat-light:hover {
    background-color: #823e9e;
}
.dashboard-stat.purple-studio .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.purple-studio .details .number {
    color: #ffffff;
}
.dashboard-stat.purple-studio .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.purple-studio .more {
    background-color: #823e9e;
    color: #ffffff;
}
.dashboard-stat.purple-wisteria {
    background-color: #9b59b6;
}
.dashboard-stat.purple-wisteria.dashboard-stat-light:hover {
    background-color: #924dae;
}
.dashboard-stat.purple-wisteria .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.purple-wisteria .details .number {
    color: #ffffff;
}
.dashboard-stat.purple-wisteria .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.purple-wisteria .more {
    background-color: #924dae;
    color: #ffffff;
}
.dashboard-stat.purple-seance {
    background-color: #9a12b3;
}
.dashboard-stat.purple-seance.dashboard-stat-light:hover {
    background-color: #8a10a0;
}
.dashboard-stat.purple-seance .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.purple-seance .details .number {
    color: #ffffff;
}
.dashboard-stat.purple-seance .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.purple-seance .more {
    background-color: #8a10a0;
    color: #ffffff;
}
.dashboard-stat.purple-intense {
    background-color: #8775a7;
}
.dashboard-stat.purple-intense.dashboard-stat-light:hover {
    background-color: #7c699f;
}
.dashboard-stat.purple-intense .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.purple-intense .details .number {
    color: #ffffff;
}
.dashboard-stat.purple-intense .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.purple-intense .more {
    background-color: #7c699f;
    color: #ffffff;
}
.dashboard-stat.purple-sharp {
    background-color: #796799;
}
.dashboard-stat.purple-sharp.dashboard-stat-light:hover {
    background-color: #6f5f8d;
}
.dashboard-stat.purple-sharp .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.purple-sharp .details .number {
    color: #ffffff;
}
.dashboard-stat.purple-sharp .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.purple-sharp .more {
    background-color: #6f5f8d;
    color: #ffffff;
}
.dashboard-stat.purple-soft {
    background-color: #8877a9;
}
.dashboard-stat.purple-soft.dashboard-stat-light:hover {
    background-color: #7d6ba1;
}
.dashboard-stat.purple-soft .visual > i {
    color: #ffffff;
    opacity: 0.1;
}
.dashboard-stat.purple-soft .details .number {
    color: #ffffff;
}
.dashboard-stat.purple-soft .details .desc {
    color: #ffffff;
    opacity: 1;
}
.dashboard-stat.purple-soft .more {
    background-color: #7d6ba1;
    color: #ffffff;
}
.dashboard-stat-light {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.dashboard-stat-light .details {
    margin-bottom: 5px;
}
.dashboard-stat-light .details .number {
    font-weight: 300;
    margin-bottom: 0;
}
.dashboard-stat2 {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    padding: 15px 15px 30px;
}
.dashboard-stat2.bordered {
    border: 1px solid #e7ecf1;
}
.dashboard-stat2 .display {
    margin-bottom: 20px;
}
.dashboard-stat2 .display::before, .dashboard-stat2 .display::after {
    content: " ";
    display: table;
}
.dashboard-stat2 .display::after {
    clear: both;
}
.dashboard-stat2 .display .number {
    display: inline-block;
    float: left;
}
.dashboard-stat2 .display .number h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 2px;
    padding: 0;
}
.dashboard-stat2 .display .number h3 > small {
    font-size: 23px;
}
.dashboard-stat2 .display .number small {
    color: #aab5bc;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.dashboard-stat2 .display .icon {
    display: inline-block;
    float: right;
    padding: 7px 0 0;
}
.dashboard-stat2 .display .icon > i {
    color: #cbd4e0;
    font-size: 26px;
}
.dashboard-stat2 .progress-info {
    clear: both;
}
.dashboard-stat2 .progress-info .progress {
    clear: both;
    display: block;
    height: 4px;
    margin: 0;
}
.dashboard-stat2 .progress-info .status {
    color: #aab5bc;
    font-size: 11px;
    font-weight: 600;
    margin-top: 5px;
    text-transform: uppercase;
}
.dashboard-stat2 .progress-info .status .status-title {
    display: inline-block;
    float: left;
}
.dashboard-stat2 .progress-info .status .status-number {
    display: inline-block;
    float: right;
}
.form .form-bordered.form-body .form-group {
    border-bottom: 1px solid #efefef;
    margin: 0;
}
.form .form-bordered.form-body {
    margin: 0;
    padding: 0;
}
.form .form-bordered .form-group > div {
    border-left: 1px solid #efefef;
    padding: 15px;
}
.form-horizontal .form-group::after, .form-horizontal .form-group::before {
    content: " ";
    display: table;
}
.control-label {
    font-weight: normal;
    margin-top: 1px;
}
.form .form-bordered .form-group .control-label {
    padding-top: 25px;
    position: relative;
}
.required .control-label:not(span)::before, td.required::before {
    color: #f00;
    content: "*";
    font-size: 14px;
    position: relative;
    left: -2px;
    top: -4px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 7px;
        text-align: right;
    }
}
.btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all) {
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    padding: 8px 14px 7px;
    position: relative;
    text-transform: uppercase;
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.btn.red:not(.btn-outline) {
    color: #ffffff;
    background-color: #e7505a;
    border-color: #e7505a;
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 25px;
    right: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #888;
    line-height: 44px;
}
.select2-container--default .select2-selection--single {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 3px solid #ddd;
    border-radius: 4px;
    height: 50px;
    padding: 0 13px;
    color: #888;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

/* Alert */
.alert {
    letter-spacing: .05em;
    border-color: transparent !important;
    border-radius: 0 !important;
}

.alert .icon {
    display: inline-block;
    margin-right: 18px;
    font-size: 16px;
    vertical-align: middle;
}

.alert__inner {
    padding-left: 70px;
}

.alert .close {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -9px;
    font-size: 18px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: .3;
    color: #222;
}

.alert .close:hover {
    opacity: 1;
}

.alert-default {
    color: #666;
    background-color: #f1f1f1;
}

.alert-default .alert-icon .icon {
    color: #444;
}

.alert-1 {
    background-color: #ffbc3a;
}

.alert-2 {
    color: #fff;
    background-color: #9160ff;
}

.alert-3 {
    background-color: #fff5e1;
}

.alert-3 .alert-icon .icon {
    color: #ffbc3a;
}

.alert-danger {
    background-color: #ffe7e4 !important;
    background-image: none !important;
}

.alert-danger .alert-icon .icon {
    color: #ff523a;
}

.alert-success {
    background-color: #d5ffe3 !important;
    background-image: none !important;;
}

.alert-success .alert-icon .icon {
    color: #00d547;
}

.alert-block {
    margin-bottom: 21px;
    padding: 22px 50px 30px;
    text-shadow: none;
    position: relative;
}

.alert-title {
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #333;
    margin-top: 15px;
}

.alert-text {
    letter-spacing: .025em;
    color: #333;
    font-size: 15px;
}

.alert-icon {
    float: left;
    margin-top: 20px;
}

.alert-icon .icon {
    font-size: 30px;
}

#orders_datatable tr td{
    vertical-align: middle;
}
#orders_datatable_wrapper label{
    font-weight: 500;
}
#orders_datatable_filter label input{
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 35px;
    padding: 0 13px;
    color: #888;
    margin-left:10px;
}
@media print {
    .hideOnPrint{
        display:none;
    }
    .printButtons {display:none;}
    .voucherResult {
        padding: 0px 0;
        background-color: #eee;
    }
}

.channelList ul{
    list-style: none;
    padding:0;
}
.channelList ul li{
    width:33%;
    display: inline-block;
    text-align: center;
    font-size:14px;
    font-weight:500;
    border-bottom:1px dotted #efefef;
}

.btn.btn-xs{
    padding:2px 4px !important;
    font-size: 11px !important;
    text-transform: capitalize !important;
}
table.dashboard-last-orders{
    font-size:14px;
    color: #222;
}
table.dashboard-last-orders tr td{
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
}

.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px; }
.chats li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 12px; }
.chats li .body {
    display: block; }
.chats li .avatar {
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important; }
.chats li.in .avatar {
    float: left;
    margin-right: 10px; }
.chats li.out .avatar {
    float: right;
    margin-left: 10px; }
.chats li .name {
    color: #3590c1;
    font-size: 13px;
    font-weight: 400; }
.chats li .datetime {
    color: #333;
    font-size: 13px;
    font-weight: 400; }
.chats li .message {
    display: block;
    padding: 5px;
    position: relative; }
.chats li.in .message {
    text-align: left;
    border-left: 2px solid #1BBC9B;
    margin-left: 65px;
    background: #fafafa; }
.chats li.in .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #1BBC9B; }
.chats li.out .message {
    border-right: 2px solid #F3565D;
    margin-right: 65px;
    background: #fafafa;
    text-align: right; }
.chats li.out .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #F3565D; }
.chats li.out .name,
.chats li.out .datetime {
    text-align: right; }

.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #e9eff3;
    overflow: hidden;
    clear: both; }
.chat-form .input-cont {
    margin-right: 40px; }
.chat-form .input-cont .form-control {
    border: 1px solid #ddd;
    width: 100%  !important;
    margin-top: 0;
    background-color: #fff !important; }
.chat-form .input-cont .form-control:focus {
    border: 1px solid #4b8df9 !important; }
.chat-form .btn-cont {
    margin-top: -41px;
    position: relative;
    float: right;
    width: 44px; }
.chat-form .btn-cont .arrow {
    position: absolute;
    top: 17px;
    right: 43px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #4d90fe;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.chat-form .btn-cont .btn {
    margin-top: 7px; }
.chat-form .btn-cont:hover .arrow {
    border-right-color: #0362fd;
    transition: all 0.3s; }
.chat-form .btn-cont:hover .btn {
    background-color: #0362fd;
    transition: all 0.3s; }
.supportTicket {
    overflow: hidden;
    font-size: 14px;
    color: #000;
}

.supportTicket h3 {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 700
}

.supportTicket h3 i {
    color: #a1acb7;
    margin-right: 5px
}

.supportTicket p {
    margin: 0
}

.supportTicket.row {
    margin-bottom: 30px
}

.supportTicket .ticket-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid;
    border-color: #e7ecf1;
    margin-bottom: 30px
}

.supportTicket .ticket-id,
.supportTicket .ticket-title {
    display: inline-block;
    font-size: 16px;
    margin-right: 30px
}

.supportTicket .ticket-cust a:hover {
    text-decoration: none
}

.supportTicket .ticket-reply-msg {
    width: 100%;
    height: 7em;
    border-color: #e7ecf1;
    outline: 0
}

.supportTicket .ticket-assign, .supportTicket .ticket-status {
    padding: 5px;
    border: 1px solid #e7ecf1;
    outline: 0
}

.supportTicket-config .ticket-counter {
    text-align: center
}

.supportTicket-config .ticket-counter > h4 {
    font-size: 24px
}

@media (max-width: 991px) {
    .supportTicket .ticket-margin {
        margin-top: 30px
    }
}

@media (max-width: 480px) {
    .supportTicket-config .ticket-counter {
        margin-bottom: 30px
    }
}
.supportTicket .well{
    border: 0;
    padding: 20px;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    background-image: none;
    background-color: #f1f4f7;
}
.supportTicket .supportTicketHeading li{
    border-bottom:1px solid #efefef;
}
.supportTicket .supportTicketHeading li:last-child{
    border-bottom:0;
}
.supportTicket .supportTicketHeading li span{
    display: inline-block;
    min-width:100px;
    font-weight:500;
}
.modal-content {
    border-radius: 0;
}
#supportticketform textarea.form-control{
    height:auto !important;
}