@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
html,body{
font-family: 'Open Sans', sans-serif !important;
margin:0;
padding:0;
}
.clear:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
*{
outline:none !important;
box-sizing:border-box;
}
/*:focus,:active{
box-shadow:none !important;
}*/
a{
    text-decoration:none;
}
p {
    word-break: break-all !important;
}
/*Navigation CSS starts here*/
.my-nav {
     background: #06a5cc !important;
     border: 0 !important;
     border-radius: 0 !important;
     min-height: 70px !important;
     margin-bottom: 0 !important;
     padding: 0 !important;
     height: 100vh;
}
.my-nav .navbar-brand>img {
    height: 30px;
    display: inline-block;
    padding: 0 0 0 8px;
}
.my-nav .navbar-brand {
    height: auto;
}
.my-nav .navbar-header {
    background: #fff;
    width: 100%;
    padding: 10px 10px;
        height: 70px;
}
.my-nav .navbar-brand {
    padding: 10px 0;
}
.my-nav .navbar-brand {
    color: #fff !important;
}
.my-nav .navbar-brand b {
    vertical-align: middle;
    font-size: 20px;
    font-weight: normal;
}
.boneleft {padding: 0 !important;height: 100%;}
.my-nav .navbar-nav>li>a {
    color: #fff !important;
}
.my-nav .collapse.navbar-collapse{
    padding:0 !important;
    height: calc(100vh - 70px) !important;
    width: 100%;
    overflow: auto !important;
    background: #0fa5c9;
}
.my-nav-list ul li a img {
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}
.my-nav-list ul li a{
    display: block;
    padding: 22px 10px;
    cursor: pointer;
}
.my-nav-list ul li.mobile-enable-list {
    display: none;
}
.my-nav-list ul li{
    display: block;
    width:100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.my-nav .navbar-nav>li>a b {
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 0;
}
.nav-img {
    display: inline-block;
    width: 35px;
}
.my-nav-list ul li a.nav-active, .my-nav-list ul li a:hover {
    background: rgba(0, 0, 0, 0.11) !important;
    transition: all 0.5s ease !important;
}
.nav-left{
    background: #06a5cc !important;
    position: relative;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent !important;
    vertical-align: middle;
    margin-top: 20px !important;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent !important;
}
.bonelogout ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bonelogout ul li {
    display: inline-block;
}

.bonelogout ul li a {
    display: block;
    padding: 13px 0px 10px 30px;
    font-size: 17px;
    color: #777;
    /* position: relative; */
    vertical-align: middle;
}

.bonelogout ul li a img {
    /* height: 25px; */
    /* position: relative; */
}
.my-body {
    padding: 0 !important;
}
.top-right-nav {
    min-height: 70px;
    background: #ffffff;
}
.bonesearch {
    padding: 10px 10px;
}

.bonesearch input[type="text"] {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #999da9;
    color: #444;
    padding: 10px;
    font-weight: 600;
}

.bonesearch img {
    position: absolute;
    height: 20px;
    top: 10px;
    right: 0;
}
.bonesearch-input{
    position: relative;
}
.bonelogout ul li a span {
    vertical-align: middle;
    padding-left: 10px;
}
.bonelogout ul li a img.user-img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    /* top: -15%; */
}
.bonelogout ul li a span.count {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #19bed4;
    color: #fff;
    border-radius: 50%;
    padding: 0 !important;
    text-align: center;
    font-size: 13px;
    top: 10px;
    right: -10px;
}
.navbar-nav {
    margin: 0 !important;
}
.bonelogout {
    text-align: right;
}
.relative {
    position: relative;
}
.mobile-enable-list{
    display:none;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #212221 !important;
}

/*Right Section Heading CSS starts here*/

.nav-back a img {
    height: 20px;
}

.nav-back label {
    font-size: 15px;
    vertical-align: middle;
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.nav-back {
    padding: 15px 0 20px 20px;
    line-height: 27px;
    color: #9b9fab;
    /* cursor: pointer; */
}
.nav-back label img {
    height: 20px;
    vertical-align: middle;
    padding-right: 20px;
}
.nav-back label span {
    vertical-align: baseline;
}
.top-right-right-head {
    background: #ebecee;
    height: 66px !important;
    /* overflow: hidden; */
}
.nav-btn {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    background: #a8a8a8;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    opacity: 1;
    transition: all 0.3s ease;
}

.nav-btn:hover,.nav-btn:active,.nav-btn:focus {
    opacity: 0.8;
    transition: all 0.3s ease;
    color: #fff;
}
.blue-nav-btn {
    background: #06a5cc;
}
.red-nav-btn {
    background: #f96060;
}
.green-nav-btn {
    background: #04d69d;
}
.nav-back a {
    display: inline-block;
    padding-right: 10px;
    cursor: pointer;
}
.nav-action {
    padding: 8px 20px 11px 0;
}
.navbar-inverse .navbar-toggle {
    margin-top: 8px !important;
}


/*table css starts here*/
.tble_action_btn img {
    display: inline-block;
    height: 22px;
    padding: 0 5px;
}
.col-md-offset-right-2{
    margin-right:16.66666667%
}
.col-md-offset-right-1{
    margin-right:8.33333333%
}
.tble_action_btn {
    display: inline-block;
    border: 0;
    background: transparent;
    padding: 0;
}
.nav-table .table {
    width: 100%;
    border-spacing: 0;
    border: 0;
    margin: 0 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
}

.nav-table table thead tr th {
    border: 0;
    color: #fff;
    padding: 15px 20px;
    background: #06a5cc;
}
.nav-table table thead tr.nav-filter th{
    background: #0293b7;
}
.nav-table table thead tr.nav-filter th input {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 40px;
    font-weight: 400;
    min-width: 140px;
}
.nav-table table thead tr.nav-filter th input::-webkit-input-placeholder {
   color:#fff;
   font-weight: 400;
}
.nav-table table thead tr.nav-filter th input::-moz-placeholder {
   color:#fff;
   font-weight:400;
}
.nav-table table thead tr.nav-filter th input:-ms-input-placeholder {
   color:#fff;
   font-weight: 400;
}
.nav-table table thead tr.nav-filter th input:-moz-placeholder {
   color:#fff;
   font-weight: 400;
}
.nav-table table tbody tr td {
    border: 0;
    padding: 30px 20px 30px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-table table tbody tr:nth-child(even) td {
    background: #f3f3f3;
}

.nav-table table tbody tr:nth-child(odd) td {
    background: #f7f7f7;
}
.nav-table {
    padding: 30px 0px 0px !important;
}
.table-responsive {
    border: 0 !important;
}
.modal-dialog {
    margin: auto !important;
    top: 5% !important;
}
.modal-header {
    border-bottom: 1px solid #06a5cc !important;
    background: #06a5cc !important;
    color: #fff !important;
}
.close {
    font-size: 28px !important;
        font-weight: normal !important;
    color: #fff !important;
    opacity: 1 !important;
}
.modal-backdrop.in {
    opacity: 0.7 !important;
}
form.addform input, form.addform textarea,form.addform input, form.addform select{
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #333;
    color: #777;
}
form.addform .form-control:focus {
    border-color: inherit !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.modal-content {
    border-radius: 0px !important;
}
form.addform label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
form.addform .form-group {
    padding-top: 10px;
    margin-bottom: 30px;
}
form.addform .form-btn-group {
    text-align: center;
    margin: 0;
    padding: 40px 0 10px;
}

.form-btn {
    min-width: 150px;
    margin: 0px 15px;
}
.top-right-right-body {
    height: calc(100% - 70px);
    overflow: auto;
    padding-bottom: 40px;
    width: 100%;
}

.top-right {
    height: calc(100vh - 70px);
}
.nav-pages {
    padding: 10px;
    font-weight: bold;
}

a.page-link {
    min-width: 100px;
    background: #ffffff;
    padding: 10px;
    /* box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.12); */
    display: inline-block;
    color: #777;
    transition: all 0.3s ease;
    transform: translate(0px,0px);
    margin-right: 10px;
}
a.page-link:hover {
    /* box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.12); */
    transition: all 0.3s ease;
    transform: translate(0px,-2px);
    background: #f7f7f7;
}
.nav-table table tbody tr td:nth-child(3) {
    width: 600px;
}
.login_bg {
    background: url(../images/login_bg.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 0px !important;
    position: relative;
}
.login_form {
    padding: 40px 20px;
    background: #0f8eab;
    position: absolute !important;
    top: 5%;
    bottom: 0;
    max-width: 500px !important;
    height: 500px !important;
    background: transparent;
    left: 0;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.15);
    right: 0;
    margin: auto;
    box-shadow: none;
    width: 100% !important;
}
.login_logo img {
    height: 40px;
    margin: auto;
}

.login_logo {
    text-align: center;
    padding-bottom: 50px;
}
.login_form .form-group {
    padding: 0px 5px 20px 0px;
    margin: 0;
}

.login_form .form-group label {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    padding-bottom: 10px;
}

.login_form .form-group input {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #fff;
    background: #fff;
    padding: 30px 10px;
    color: #555;
    font-size: 17px;
}
.login_form form {
    padding: 0px 20px;
}
.login_form .form-btn-group {
    text-align: center;
    padding-top: 30px;
}

.login_form .form-btn-group button {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 20px;
    font-size: 18px;
}
.login_form .has-error.form-group input {
    border-bottom: 2px solid #ff5050;
    box-shadow: none !important;
}

.login_form .has-error.form-group label {
    color: #1e1f1e;
}

.login_form .has-error.form-group p {color: #ffffff;}

.login_form .has-success.form-group input {
    border-bottom: 2px solid #2dd0a1;
    box-shadow: none !important;
}
/*input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
    background-image: none;
    color: rgb(0, 0, 0);
}*/
.bonelogout ul li button img {
    height: 25px;
    padding: 2px;
}

.bonelogout ul li button {
    background: transparent;
    border: 0;
    padding: 0 10px;
}
form.addform .text-center {
    font-size: 19px;
    padding-top: 30px;
}

.nav-pages a img {
    height: 18px;
    vertical-align: middle;
    padding-right: 20px;
}
.addform textarea {
    min-height: 150px;
}
.custom_tabs {
    padding: 0;
}

.custom_tabs .nav-pills ul {
    width: 100%;
}

.custom_tabs .nav-pills ul li {
    display: inline-block;
    width: 50%;
    float: none;
}

.custom_tabs ul {
    width: 100%;
}

.custom_tabs ul li {
    display: inline-block;
    width: 50%;
    margin: 0 !important;
    text-align: center;
    float: left !important;
}

.custom_tabs ul li a {
    border-radius: 0 !important;
    padding: 23px;
    background: #f5f5f5;
    color: #444;
    font-size: 16px;
}

.custom_tabs ul li.active a, .custom_tabs ul li a:hover {
    background: #e0e0e0 !important;
    transition: all 0.2s ease;
    color: #444 !important;
    font-weight: bold;
}
.custom-padding {
    padding: 20px 0px 0px !important;
}
.nav-table table thead tr th:last-child {
    width: 160px;
}
.user-card {
    background: #fbfbfb;
    margin: 0px auto 30px;
    box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.28);
    max-width: 700px;
}

.user-head {
    padding: 20px;
    text-align: center;
    background: url(../images/login_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 250px;
}

.user-head button {
    background: #fd6060;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 16px;
}

.user-head h2 {
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
}

.user-body-tile {
    float: left;
    text-align: center;
    background: rgba(0, 0, 0, 0.01);
    width: 50%;
    padding: 20px;
}

.user-body-tile p img {
    height: 40px;
}

.user-body-tile h3 {
    font-size: 16px;
}
ul.user-body-list ul {
    list-style: none;
}

.user-body-row
 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-body-row
 ul li {
    padding: 20px 40px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
    display: inline-block;
    width: calc(50% - 2px);
}

.user-body-row
 ul li p {
    font-size: 17px;
    font-weight: bold;
}

.user-body-row
 ul li h3 {
    font-size: 16px;
}
.overlay {
    background: rgba(58, 58, 58, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.user-h {
    position: relative;
    z-index: 9;
}
.span_active {
    background: #0ed697;
    padding: 5px 14px;
    color: #fff;
    border-radius: 30px;
    display: none;
}

.span_message {
       display: inline-block !important;
}

.span_block {
    background: #ff5252;
    padding: 5px 15px;
    color: #fff;
    border-radius: 30px;
    display: none;
}
.user-h p {
    color: rgba(255, 255, 255, 0.79);
    font-size: 20px;
    padding-bottom: 30px;
}
.status_btn {
    display: none;
}
.user-head button.grn {
    background: #2bbb7a;
    }
.backstatus_btn {
    display: none !important;
}
.backactive_btn {
    display: inline-block !important;
}
.disable-page-link {
    display: none !important;
}
.backactive_btn {
    display: inline-block !important;
}
.expert_sec {
    padding: 30px 20px;
}
.e_head {}

.e_head {
    padding: 40px 20px;
    text-align: center;
    background: url(../images/login_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100px;
    overflow: hidden;
}

.expert_img img {
    /* height: 100%; */
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -10%;
}

.expert_img {
    height: 100px;
    width: 100px;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    background: #0fa5c9;
    z-index: 9;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.expert_title {
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 25px;
    padding-top: 15px;
}
.e_body {
    padding: 30px 20px;
    background: #f5f5f5;
}

ul.e_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.e_list li label {width: 150px;display: inline-block;vertical-align: middle;}

ul.e_list li input {
    width: calc(100% - 155px);
    background: transparent;
    border: 1px solid #ddd;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
}

ul.e_list li {
    padding: 10px 20px 20px 0;
}
.e_resume {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.e_resume h4 {
    background: rgb(15, 165, 201);
    margin: 0;
    padding: 10px;
    color: #fff;
}

.e_resume a {
    margin: 0;
    padding: 10px 10px 20px;
    display: block;
        cursor: pointer;
}
.e_skills h4 {
    margin: 0;
    padding: 10px;
    background: #0fa5c9;
    color: #fff;
}

.e_skills {
}

.e_s {
    padding: 15px 20px 20px;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    background: #f5f5f5;
}

.e_s
 h3 {
    margin: auto;
    font-size: 20px;
}
.e_s
 p {
    margin: 0;
    padding: 5px 0 10px;
}
.expert_action {
    text-align: center;
    padding: 50px 0 0;
}

.custom-btn {
    background: #0fa5c9;
    border: 0;
    color: #fff;
    min-width: 130px;
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 50px;
}

.blue-bg {
    background: #0fa5c9 !important;
    color: #fff !important;
}
.expert_action button {
    /* display: none; */
}

.approve_btn {
    display: inline-block !important;
}
.green-bg {
    background: #0fc997 !important;
    color: #fff !important;
}
.ta-editor.ta-html, .ta-scroll-window.form-control {
    min-height: 150px !important;
}
.ta-scroll-window > .ta-bind {
    min-height: 150px !important;
}
.modal-dialog {
    max-width: 800px !important;
        width: 100% !important;
}
.thumb_body img {
    height: 50px;
}

.thumb_body {
    text-align: center;
    background: #f9f9f9;
    padding: 32px 20px;
    min-height: 160px;
    display: block;
    transition: all 0.2s ease;
    transform: translate(0px,0px);
    transform-origin: bottom;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.thumb_body h3 {
    font-size: 16px;
    color: #444;
}
.thumb {
    margin-bottom: 30px;
}
.thumb_body:hover {
    transform: translate(0px,-2px);
    transform-origin: bottom;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
}
.padding-30 {
    padding: 30px !important;
}
ul.news-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.news-list li h3 {
    font-size: 21px;
    margin: 0;
    padding-bottom: 0px;
    font-weight: 600;
}

ul.news-list li span {
    opacity: 0.5;
    font-size: 14px;
}

ul.news-list li {
    /* padding: 20px; */
    background: #f7f7f7;
    margin-bottom: 15px;
    border-radius: 10px;
}

ul.news-list li p {
    margin: 0;
    padding-top: 15px;
}
.news-list-head-left {
    float: left;
}

.news-list-head {
    padding: 20px 20px 0px;
}

.news-list-head-right {
    float: right;
    padding-top: 10px;
}

.news-list-body {
    padding: 0px 20px 20px 20px;
}
.dashboard-tile {
    padding: 10px 15px !important;
    text-align: center;
    transition: all 0.5s ease;
    transform: scale(1);
}

.dashboard-tile a {
    display: block;
    color: #fff;
    background: #f1f1f1;
    padding: 15px;
    width: 100%;
    min-height: 150px;
}

.dashboard-tile a h1 {
    color: #a0a1ab;
    font-size: 60px;
    padding-bottom: 20px;
    margin: 0;
}

.dashboard-tile a p {
    margin: 0;
    font-size: 15px;
}
.login_error {
    z-index: 99999;
    display:none;
}

.login_error p {
    padding: 12px;
    font-size: 16px;
}

.float-top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.no_error {
    display: none;
}
.error_block {
    display: none;
}
.error_message {
    display: block;
    padding: 20px 0!important;
    padding-bottom: 40px !important;
}
.error_message p {
    margin: 0;
    padding: 20px;
    background: #d63a2a;
    color: #fff;
    font-size: 17px;
}
.nav-table table tbody tr td p,.nav-table table tbody tr td h1,.nav-table table tbody tr td h2,.nav-table table tbody tr td h3,.nav-table table tbody tr td h4 {
    margin: 0;
}
.padding-all-20{
padding:20px !important;
}
.nav-table table tbody tr td:nth-child(2) {
    min-width: 250px;
}

.nav-table table tbody tr td:nth-child(3) {
    min-width: 250px;
}

.nav-table table tbody tr td:last-child {
    min-width: 150px;
}
.nav-table .sub-table thead tr.nav-filter th {
    background: #1abc9c;
}

.nav-table .sub-table thead tr th {
    background: #1cd2ae;
}
.sub-btn .nav-action button {
    background: #1cd2ae;
}
.sub-btn .nav-back label {
    /* color: #1cd2ae; */
}

.nav-table .sub-sub-table thead tr.nav-filter th {
    background: #e0bc00;
}

.nav-table .sub-sub-table thead tr th {
    background: #ecc704;
}
.sub-sub-btn .nav-action button {
    background: #ecc704;
}

.nav-table .question-table thead tr.nav-filter th {
    background: #e06436;
}

.nav-table .question-table thead tr th {
    background: #F2784B;
}
.question-btn .nav-action button {
    background: #F2784B;
}

.nav-table .answer-table thead tr.nav-filter th {
    background: #af5dd2;
}

.nav-table .answer-table thead tr th {
    background: #bb6ddc;
}
.answer-btn .nav-action button {
    background: #bb6ddc;
}

.nav-table .subanswer-table thead tr.nav-filter th {
    background: #d63a2a;
}

.nav-table .subanswer-table thead tr th {
    background: #e74c3c;
}
.subanswer-btn .nav-action button {
    background: #e74c3c;
}
.non-block {
    display: none;
}

.block {
    display: inline-block !important;
}
.error-details {
    margin: auto;
    text-align: center;
    background: #f55;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    display: none;
}

.error-msg {
    display: block;
}
button:hover,input[type="button"] {
    transition: all 0.2s ease;
    opacity: 0.8;
    transform: scale(0.98);
}
.user-profile {
    display: inline-block;
    height: 45px;
    width: 45px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #bdbdbd;
    position: relative;
    vertical-align: middle;
}
button.error_message {
    display: inline-block;
    padding: 12px 20px !important;
}
.nav-table table tbody tr td div {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.nav-table .subsubanswer-table thead tr th {
    background: #737373;
}
.nav-table .subsubanswer-table thead tr.nav-filter th {
    background: #696969;
}
.subsubanswer-btn .nav-action button {
    background: #737373;
}
.custom_panel .panel-heading {
    background: #0293b7 !important;
    color: #fff !important;
    padding: 20px;
    border-radius: 0px !important;
}

.custom_panel {
    border: 0px !important;
}
.custom_panel .panel-collapse {
    padding: 20px 10px;
    background: #f1f1f1;
    margin-bottom: 20px;
}
.green_custom_panel .panel-heading {
    background: #27ae60 !important;
}
.red_custom_panel .panel-heading {
    background: #e74c3c !important;
}
.purple_custom_panel .panel-heading {
    background: #bb6ddc !important;
}
.inner_tiles .dashboard-tile a {
    padding: 15px 20px;
    min-height: auto;
}

.inner_tiles .dashboard-tile a h1 {
    font-size: 40px;
    padding-bottom: 5px;
}

.inner_tiles .dashboard-tile a p {
    font-size: 14px;
}
.inner_tiles {
    margin: 0;
    padding: 0 !important;
    padding-top: 20px !important;
}
.chat-tile a img {
    height: 60px;
}

.chat-tile a h1 {
    font-size: 20px !important;
    padding-top: 20px;
}
.r-nav {
    background: #0d93b3;
    color: #fff;
    height: 100%;
}

.r-nav input {
    width: 100%;
    border: 0;
    padding: 15px;
    background: #ffffff;
    color: #444;
}

.r-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: calc(100% - 50px);
    overflow: auto;
}

.r-nav ul li {
    padding: 20px 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    cursor: pointer;
    transition: all 0.5s ease;
    background: transparent;
}

.r-nav ul li h3 {
    font-size: 18px;
    margin: 0;
}

.r-nav ul li p {
    font-size: 14px;
    padding-top: 3px;
    opacity: 0.7;
}
.r-chat-search{
    height: 50px;
}
.nopadding {
    padding: 0 !important;
}

.r-nav {
    width: 35%;
}
.r-nav ul li:hover {
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.16);
}
.r-chat {
    width: 65%;
    height: 100%;
    background: #f5f5f5;
}

.r-chat-input textarea {
    width: 100%;
    background: #fff;
    border: 0px;
    color: #777;
    height: 60px;
    font-weight: bold;
    margin: 0 !important;
    padding: 10px;
}

.r-chat-area {
    height: calc(100% - 60px);
    overflow: auto;
}

.r-chat-input {
    height: 60px;
    overflow: hidden;
    position: relative;
}
.nav-action label {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    color: #777;
}
.r-chat-input label img {
    height: 20px;
}

.r-chat-input label {
    position: absolute;
    top: 10px;
    z-index: 99;
    right: 20px;
}
.dashboard-tile:hover {
    transition: all 0.5s ease;
    transform: scale(0.98);
}
.red-bg {
    background: #ff5252 !important;
    color: #fff !important;
}
.e_reason h4 {
    background: #ff6464;
}

.e_reason .e_s {
    margin: 0;
}
.reason_block {
    display: block !important;
}.e_reason {
    display: none;
}
.e_resume ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.e_resume ul li span {
    padding: 5px 0;
}

md-switch {
    margin: 0;
}

.e_resume ul li {
    padding: 15px 10px;
    text-align: left;
}
.flex-100, .layout-column>.flex-100, .layout-row>.flex-100 {
    text-align: left !important;
}
.e_resume ul li input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
    width: 30px;
    height: 20px;
    background: #fff !important;
    border: 0;
    margin-right: 15px;
}
.permission_btns button {
    min-width: 100px;
}

.no_access {
    position: relative;
    text-align: center;
    height: 100%;
    padding: 0 !important;
}

.no_access_card img {
    height: 60px;
        margin-bottom: 20px;
}

.no_access_card {
    padding: 100px 20px;
}
.login_bg_color {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(2, 122, 150, 0.94);
}
.nav-table table tbody tr td.info_num {
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}

.full_table {
    padding: 20px !important;
}
h3.info_head {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #05a6cb !important;
    border-color: #05a6cb !important;
}
.custom_pagination {
    padding-right: 0;
}
md-switch.md-default-theme.md-checked .md-bar, md-switch.md-checked .md-bar {
    background-color: rgb(25, 146, 91) !important;
}
md-switch.md-default-theme.md-checked .md-thumb, md-switch.md-checked .md-thumb {
    background-color: rgb(43, 187, 122) !important;
}
.warning_message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 99999;
    background: rgba(5, 166, 203, 0.98);
    font-size: 22px;
    padding: 300px 40px;
    color: #fff;
    width: 100%;
    height:100%
}
.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999999999;
    background: rgba(6, 165, 204, 0.96);
}
.loader_img {
    top: 30%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.loader_img h3 {
    color: #ffffff;
    font-weight: bold;
}
.loader_img img {
    height: 120px;
}
.dashboard_tile .dashboard-tile a {
    background: #fff;
    color: #444;
}

.dashboard_tile .dashboard-tile a h1 {
    color: #0293b7;
}
.answer_info span {
    background: #01d89e;
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 30px;
}
.red_tiles .dashboard-tile a {
    background: #d24d33;
}

.red_tiles .dashboard-tile a h1 {
    color: #fff;
}
.filter_search input {
    max-width: 500px !important;
    margin-bottom: 20px;
    width: 100%;
    padding: 20px 10px;
}
.checkboxdemoSelectAll .demo-legend {
  color: #3F51B5; }

.checkboxdemoSelectAll .demo-fieldset {
  border-style: solid;
  border-width: 1px;
  height: 100%; }

.checkboxdemoSelectAll .demo-select-all-checkboxes {
  padding-left: 30px; }
  form.addform select {
    height: 150px;
}

form.addform select option {
    padding: 10px 0;
    color: #06a5cc;
}
.category_message {
    color: #d4553c;
    font-weight: 600;
    padding: 6px 0 5px;
    display: block !important;
    font-size: 14px;
}
.graph {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
    padding: 0 !important;
}

.graph_head {
    /* background: #08a7cb; */
    color: #0d93b3;
    padding: 15px 15px 5px;
    font-size: 18px;
    font-weight: bold;
}

.graph_body {
    padding: 20px;
}
.graph_footer a {
    display: inline-block;
    width: calc(33.33% - 3px);
    text-align: center;
}

.graph_footer a h1 {
    font-weight: 600;
    margin: 0;
}

.graph_footer a p {
    color: #5a5a5a;
    font-weight: 600;
    font-size: 13px;
}

.graph_footer {
    padding: 0px 15px 10px;
}
form.addform input[type="file"] {
    width: 100%;
    padding-top: 30px;
}
.approve-action .custom-btn {
    background: #0fa5c9;
    border: 0;
    color: #fff;
    min-width: 100px;
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 50px;
    margin-left:5px;
}
.approve-action {
    padding: 15px 20px 11px 0;
}
.copyclipboard {
    margin-top: 10px;
}
.tooltip{
    width:100px !important;
}
.select-ans {
    height: auto !important;
}
ul.feeds-list li h3 a {
    font-size: 17px;
    color: #3bb9d6;
    line-height: 25px;
    padding-bottom: 10px;
    display: block;
}
.news-list-head-left h3 {
    font-size: 18px !important;
    line-height: 25px;
    padding-bottom: 10px !important;
    color: #444;
}
.user_type_button md-switch {
    margin: 0;
}