/*lo in css start*/
body, html {
    background: url("../images/bds-main-bg1.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: dimgrey;
    padding-bottom: 30px;
}

h1, h2, h3 {
    color: #419641;
    font-weight: 600;
}

hr {
    border-color: #333;
}

body .mb-20 {margin-bottom: 20px;}
body .mt-20 {margin-top: 20px;}
body .mb-30 {margin-bottom: 30px;}
body .mt-30 {margin-top: 30px;}

body .pt-10 {padding-top: 10px;}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}
.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

a {
    color: #aaa;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.btn {
    cursor: pointer;
}

label {
    color: #ddd;
}

/*
* Card component
*/
.card {
    background-color: #ffffff;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 106px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */

    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding-top: 10px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}
.log_in{
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    margin-top: 11px;
    font-size: 44px;;
}

.advance_option {
    display: none;
}

.block-listing {
    overflow-wrap: break-word;
    background: rgba(255, 255, 255, .6);
    border-radius: 5px;
    padding: 15px;
    color: #000;
    margin-bottom: 30px;
    min-height: 75px;
}

.block-listing b {
    display: block;
}

.top-action-btn {
    text-align: right;
    padding-top: 20px;
}

.left-in-device {
    text-align: right;
}

.comment-box-bottom label, .count {
    color: #fff;
}

.count {
    background: #666;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
}

.count strong {
    font-size: 16px;
}

.by-client {
    padding-top: 6px;
}

.comment-box-bottom select.form-control {
    width: auto;
    margin-left: 10px;
    margin-right: 15px;
    display: inline-block;
}

.comments-area {
    color: #fff;
}

.table-responsive {
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.table {
    /*background: #2C2C2C;*/
    /*color: #fff;*/
    margin-bottom: 0;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    /*background: #444;*/
}

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    /*border-color: #666;*/
    color: #444;
    vertical-align: top;
}

.table a {
    color: #419641;
}

.table a:hover {
    color: #333;
}

.table td a.btn {
    color: #fff;
}

.table th {
    color: #fff;
    font-size: 16px;
}

.pagination {
    margin-top: 0;
}

.pagination > span:first-child > a, .pagination > span.current:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.pagination > span:last-child > a, .pagination > span.current:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 0;
}

.pagination span a, .pagination span.current {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #777;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination span a:focus, .pagination span a:hover, .pagination span.current {
    background-color: #eee;
    border-color: #ddd;
    color: #333;
    z-index: 2;
}

#ajax-results, .filter_result {
    display: block;
    vertical-align: top;
}

#ajax-results .form-control, .filter_result .form-control {
    margin-bottom: 15px;
    width: 100%;
}

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.chat li {
    margin-bottom: 25px;
}

.chat li.left {
    float: left;
    width: 90%;
}

.chat li.right {
    text-align: right;
    float: right;
    width: 90%;
}

.chat li .chat-body p {
    margin: 0 0 10px;
    color: #fff;
    padding: 15px;
    position: relative;
    background: rgba(0, 0, 0, .8);
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 2px #666;
}

.chat li.left .chat-body p {
    padding-right: 60px;
}

.chat li.right .chat-body p {
    padding-left: 60px;
}

.channel-type {
    color: #419641;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}

.panel-body {
    overflow-y: scroll;
    height: 250px;
}
.display-inline {
    display: inline-block;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}


.widget-area.blank {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.widget-area {
    background-color: #fff;
    float: left;
    padding: 0 0 30px;
    position: relative;
    width: 100%;
}
.status-upload {
    background: none repeat scroll 0 0 #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    float: left;
    width: 100%;
}
.status-upload form {
    float: left;
    width: 100%;
}
.status-upload textarea {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #777777;
    float: left;
    font-size: 14px;
    padding: 20px;
    width: 100%;
    resize:vertical;
    min-height: 125px;
    margin-bottom: 15px;
    outline:none;
}

.status-upload ul {
    list-style: none outside none;
    margin: 0;
    padding: 5px 0 15px;
}
.status-upload ul > li {
    display: block;
    margin-right: 15px;
    margin-top: 10px;
}

.status-upload ul > li:last-child {
    margin-right: 0;
}

.status-upload ul > li label, .status-upload label {
    color: #777;
    font-weight: 400;
}

.status-upload ul > li label:first-child {
    display: block;
    font-weight: 600;
}

.status-upload ul > li label.right-space, .right-space {
    margin-right: 15px;
}


.channel-from {
    width: 60px;
    height: 60px;
    background: #419641;
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    border-radius: 30px;
    display: block;
    text-align: center;
}


.chat li.left .chat-body p span.msg-status, .chat li.right .chat-body p span.msg-status {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 51px;
    color: #fff;
    width: 50px;
    height: 100%;
    background: #666;
    font-size: 18px;
}

.chat li.right .chat-body p span.msg-status {
    left: 0;
    right: auto;
}

.chat li .chat-body p i.fa-check {
    color: #91ed00;
}

.chat li .chat-body p i.fa-exclamation-triangle {
    color: #ff4848;
}

.ajax:hover {
    cursor: pointer;
}

.description-data {background: rgba(0, 0, 0, 0.6); padding: 15px 15px 10px; color: #ddd; border-radius: 5px;}

.action-btn {
    width: 115px;
}

.un-read {
    background: rgba(65, 150, 65, 0.3);
    font-weight: 600;
}

.leave-bg {
    background-color: #c9c9c9;
}

.day-data .day-info {
    font-size: 20px;
    font-weight: 600;
    background-color: #e9e9e9;
    color: #444;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    float: right;
    line-height:50px;
}

.day-data .day-detail .badge {
    box-shadow: 0 1px 1px #666;
    font-size: 14px;
    margin-bottom: 7px;
}

.day-data .day-detail .badge a {
    color: #fff;
    font-weight: 400;
    text-shadow: none;
    text-decoration: none;
}

.popover-content{
    padding: 5px 10px;
}

@media (min-width: 768px) and (max-width: 991px) {

}


@media (max-width: 767px) {
    .left-in-device {
        text-align: left;
    }
    .top-action-btn {
        text-align: left;
        padding-bottom: 20px;
    }
    #ajax-results {
        display: block;
        margin-top: 15px;
    }
    .chat li.left, .chat li.right {
        width: 100%;
    }
    .top-action-btn {
        padding-top: 0;
    }
    .comment-box-bottom select.form-control {
        width: 170px;
        margin-bottom: 15px;
    }
}