html, body {
    height: 100%;
}

@font-face{
    font-family:'tondo-regular';
    src:url('../fonts/Tondo_Rg.eot');
    src:url('../fonts/Tondo_Rg.woff2') format('woff2'),
    url('../fonts/Tondo_Rg.woff') format('woff'),
    url('../fonts/Tondo_Rg.ttf') format('truetype'),
    url('../fonts/Tondo_Rg.svg') format('svg');
    font-weight:normal;
    font-style:normal;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/dr-felix-demo/backend/web/images/waiting.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}


/* custome css*/
.tab-content select.input-sm {
    margin: 0 4px;
}
.tab-content label input[type=search].form-control {
    margin-left: 8px;
}
.tab-pane.active .mydata2 tr th:nth-child(2) {
    width: 70px !important;
}
.tab-pane.active .mydata2 tr th:nth-child(6) {
    width: 160px !important;
}
.content-wrapper .mydata2 tbody tr td:last-child span i {
    font-size: 25px;
    cursor: pointer;
}
.content-wrapper .mydata2 tbody tr td:last-child a {
    font-size: 20px;
    padding-left: 5px;
}

#myChatBox.modal, #confirm-delete.modal {
    background: rgba(33,30,94,0.9);
    text-align: center;
}
#myChatBox.modal:before, #confirm-delete.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
#myChatBox .modal-header, #confirm-delete .modal-header {
    border-bottom: 0 !important;
}
#myChatBox .modal-content, #confirm-delete .modal-content {
    border-radius: 30px;
    padding: 14px 24px 20px;
    position: relative;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
}
#myChatBox .modal-dialog, #confirm-delete .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 30px auto;
}
#confirm-delete .modal-dialog {
    text-align: center;
}
#myChatBox .modal-title, #confirm-delete #confirm-delete-title {
    color: #1c2a54;
    margin-bottom: 3px;
    margin-top: 0px;
    font-size: 24px;
    font-weight: 500;
    font-family:'tondo-regular',Sans-Serif;
    line-height: 1.1;
    text-align: center;
    text-transform: capitalize;
}
#confirm-delete #confirm-delete-title {
    display: inline-block;
}
.close, .close:focus, .close:hover {
    opacity: 1;
    outline: none;
}
#myChatBox .my-all-chats {
    padding: 0;
}
#myChatBox .head {
    font-size: 18px;
    color: #1c2a54;
    font-family:'tondo-regular',Sans-Serif;
}
.my-all-chats .head span, #confirm-delete #confirm-delete-body {
    font-size: 15px;
    color: #1c2a54;
    font-family:'tondo-regular',Sans-Serif;
}
#myChatBox .my-all-chats p {
    color: #9e9dac;
    font-size: 14px;
    line-height: 20px;
    font-family:'tondo-regular',Sans-Serif;
}
#myChatBox .custom-input-chat textarea {
    border: 0;
    font-size: 15px;
    padding: 15px;
    border-radius: 4px;
    background-color: #f7f6f9;
    color: #1c2a54;
    font-family:'tondo-regular',Sans-Serif;
}
#myChatBox .custom-input-chat textarea:focus {
    background-color: rgb(232, 240, 254);
}
.chat-btn {
    background-color: #1c2a54;
    color: #fff;
    font-family: 'tondo-regular',Sans-Serif;
    height: 50px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 40px;
    margin: 0 auto 0 10px;
    width: 100%;
    display: block;
    line-height: 45px;
    vertical-align: middle;
}
.chat-btn:hover, .chat-btn:active, .chat-btn.hover{
    background-color: #1c2a54 !important;
}
#confirm-delete .modal-header {
    background-color: transparent;
}
#confirm-delete .modal-body {
    padding: 30px 15px;
}
#confirm-delete .modal-footer {
    text-align: center;
}
#confirm-delete .modal-footer .chat-btn {
    width: auto;
    display: inline-block;
}
#confirm-delete .modal-footer .chat-btn:hover {
    color: #fff;
}

.mydata2 button.action-btn {
    display: inline-block;
    box-shadow: none;
    border: 0;
    border-radius: 3px;
    height: 30px;
    width: 30px;
}
.mydata2 button.show-btn img {
    width: 19px
}
.mydata2 button.show-btn {
    float: left;
    margin-left: 0;
    background-color: #00CE4A;
}
.mydata2 button.close-btn{
    background-color: red;
}
.mydata2 button.action-btn i {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}
.mydata2 button.close-btn {
    background-color: #FF040E;
    margin-left: 6px;
}

/* nano Scroll Css */
.chats-modal .chate-nano {max-height: 300px;}
.nano{position:relative;width:100%;height:100%;overflow:hidden;}
.nano > .nano-content{position:absolute;overflow:scroll;overflow-x:hidden;top:0px;right:0px;bottom:0px;left:0px;}
.nano > .nano-content:focus{outline:thin dotted;}
.nano > .nano-content::-webkit-scrollbar{display:none;}
.has-scrollbar > .nano-content::-webkit-scrollbar{display:block;}
.nano > .nano-pane{background:rgba(255,255,255,1);position:absolute;width:10px;right:0px;top:0px;bottom:0px;visibility:hidden\9;opacity:1;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:.2s;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.nano > .nano-pane > .nano-slider{background:#1c2a54;position:relative;margin:0 1px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed{visibility:visible\9;opacity:0.99;}
.nano > .bottom-box-shadow-white{background:rgba(246,246,248,0);background:-moz-linear-gradient(top, rgba(246,246,248,0) 0%, #f6f6f8 100%);background:-webkit-linear-gradient(top, rgba(246,246,248,0) 0%, #f6f6f8 100%);background:-o-linear-gradient(top, rgba(246,246,248,0) 0%, #f6f6f8 100%);background:-ms-linear-gradient(top, rgba(246,246,248,0) 0%, #f6f6f8 100%);background:linear-gradient(to bottom, rgba(246,246,248,0) 0%, #f6f6f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f8', endColorstr='#f6f6f8', GradientType=0);}
.category-scroll .nano-pane{background-color:#f6f6f8;}


/* Media Screen */
@media(max-width:1512px) {
    .mydata2 button.action-btn {
        margin: 3px;
    }
}

@media screen and (min-width:1200px) {
    .content-wrapper .mydata2 tr th:last-child {
        width: 110px !important;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .content-wrapper .mydata2 tr th:last-child {
        width: 150px !important;
    }
    .tab-content label input[type=search].form-control {
        width: 95px;
    }
    .panel-heading .nav>li>a {
        padding: 10px;
    }
    .tab-content select.input-sm {
        width: 58px;
    }
    .box-body .panel-body {
        padding: 0 15px 15px;
    }
}

@media screen and (min-width:992px) {
    .tab-content>.active .row:nth-child(2) {
        margin-top: 10px;
    }
}

@media screen and (max-width:991px) {
    .content-wrapper .mydata2 tr th:last-child {
        width: auto !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .tab-content>.active .row:first-child {
        padding: 40px 0 0;
    }
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    #myChatBox .modal-dialog, #confirm-delete .modal-dialog {
        width: 100%;
    }
    #myChatBox .modal-content, #confirm-delete .modal-content {
        margin: 0 30px;
    }
    .tab-content select.input-sm, .tab-content label input[type=search].form-control{
        float: right;
    }
    .tab-content label input[type=search].form-control {
        width: auto;
    }
}

@media(max-width:480px) {
    #myChatBox .custom-input-chat input {
        position: absolute;
    }
    .input-group-btn .chat-btn {
        position: inherit;
        display: block !important;
        width: 100%;
        margin: 0;
        bottom: -60px;
        z-index: 999;
        left: 50%;
        transform: translateX(-50%);
    }
    #myChatBox .modal-content {
        padding-bottom: 65px;
    }
    #chat-message-form {
        padding: 0;
    }
    .chat-btn {
        padding: 5px 50px;
    }
}

@media(max-width:362px) {
    #confirm-delete .modal-footer .chat-btn {
        margin: 0;
    }
    #confirm-delete .modal-footer .chat-btn.btn-default {
        margin-bottom: 10px;
    }
}

