@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Noto+Sans:400,700');
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
:root {
    --light_color_shade:#00A5FB;
    --dark_color_shade:#0A97E0;
    --questionText_color:#004358;
    --faint_color_shade:#F0FBFF;
    --lighter_color_shade:#4BCAFF;
    --medium_color_shade:#004358;
    --darker_color_shade:#075491;
  }
html {
}
body {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 14px;
    color: #444;
    padding: 0;
    height: 95%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #f5f8fa;
    overflow-y: auto;

}
* {
    outline: none
}

.form-control:focus{
     border-color: #DDD;
    -webkit-animation: background 0.55s ease-in;
    animation: background 0.55s ease-in;
 /*   background-color: #e1f5fe; */
}

.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width:500px;
  height:350px;
}

.feedback-style {
    font-style: italic;
    white-space: normal;
    color: #666 !important;
}

.progress-bar {
    overflow-x: visible;
    white-space: nowrap;
}
.fa-caret-up {
    color: green;
}
.fa-caret-down {
    color: #fd7400;
}
.caret {
    border: solid black;
    border-width: 0 3px 3px 0;
    border-color: var(--light_color_shade);
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.caret2 {
    border: solid black;
    border-width: 3px 0px 0px 3px;
    border-color: var(--light_color_shade);
    display: inline-block;
    padding: 3px;
    margin-top: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.caretholder{
    min-width: 20px;
    width: 100px;
    background:red;
}

.selected {
     box-shadow: 0px 5px 100px rgba(0, 0, 0,1) !important;
     -webkit-transition:box-shadow 0.5s ease-in-out;
     transition: box-shadow 0.5s ease-in-out;
}

#toasty.toasty-position-top-right{
    top: 120px !important;
}

.selected:: after {

     -webkit-transition:box-shadow 0.5s ease-in-out;

     transition: box-shadow 0.5s ease-in-out;
}


a {
    color: var(--light_color_shade);
    outline: none;
    text-decoration: none !important;
    cursor : pointer;
}
a img {
    border: none;
    outline: none;
}
a:hover {
    color: var(--questionText_color);
    text-decoration: underline;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    outline: none;
}
/*a:focus {
    color: inherit;
    outline: none;
}*/
p {
    color: #000;
}
strong {
    font-weight: normal;
    font-family: 'Poppins', 'Lato', sans-serif;
}
::-moz-selection {
    background: var(--questionText_color); /****** WebKit/Blink Browsers *********/
    color: #fff;
}
::selection {
    background: var(--questionText_color); /****** WebKit/Blink Browsers *********/
    color: #fff;
}
::-moz-selection {
    background: var(--questionText_color); /****** Gecko Browsers *********/
    color: #fff;
}
.clear {
    clear: both;
}
.hidden-item {
    visibility: hidden;
}
.relative {
    position: relative;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

/*ng-show animation for expert text slide*/
.animate-show {
    line-height: 20px;
    opacity: 1;
    padding: 10px;
    z-index:1;
 /*   background: #f5f8fa;
    overflow: auto;*/

}

/*.fa-envelope:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: all 1.2s ease-in-out;
    transform: rotate(360deg) scale(1.5);

}*/

.toggle-icon {
    -webkit-animation: shake 1.0s;
            animation: shake 1.0s;
    /* When the animation is finished, start again */
    -webkit-animation-iteration-count: 2;
            animation-iteration-count: 2;

}

.togglethis {
    -webkit-animation: shake .5s;
            animation: shake .5s;
    /* When the animation is finished, start again */
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

}

.copy-button {
    float: right;
    margin-top: -25px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

.copy-button:hover {
    background: #f1f1f1;
}


@keyframes shake {
    0% { -webkit-transform: translate(1px, 1px) rotate(10deg) scale(1.0); transform: translate(1px, 1px) rotate(10deg) scale(1.0); }
    10% { -webkit-transform: translate(-1px, -2px) rotate(-11deg) scale(1.0); transform: translate(-1px, -2px) rotate(-11deg) scale(1.0); }
    20% { -webkit-transform: translate(-3px, 0px) rotate(11deg) scale(1.0); transform: translate(-3px, 0px) rotate(11deg) scale(1.0); }
    30% { -webkit-transform: translate(3px, 2px) rotate(10deg) scale(1.0); transform: translate(3px, 2px) rotate(10deg) scale(1.0); }
    40% { -webkit-transform: translate(1px, -1px) rotate(11deg) scale(1.0); transform: translate(1px, -1px) rotate(11deg) scale(1.0); }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-11deg) scale(1.0); transform: translate(-1px, 2px) rotate(-11deg) scale(1.0); }
    60% { -webkit-transform: translate(-3px, 1px) rotate(10deg) scale(1.0); transform: translate(-3px, 1px) rotate(10deg) scale(1.0); }
    70% { -webkit-transform: translate(3px, 1px) rotate(-11deg) scale(1.0); transform: translate(3px, 1px) rotate(-11deg) scale(1.0); }
    80% { -webkit-transform: translate(-1px, -1px) rotate(11deg) scale(1.0); transform: translate(-1px, -1px) rotate(11deg) scale(1.0); }
    90% { -webkit-transform: translate(1px, 2px) rotate(10deg) scale(1.0); transform: translate(1px, 2px) rotate(10deg) scale(1.0); }
    100% { -webkit-transform: translate(1px, -2px) rotate(-11deg) scale(1.0); transform: translate(1px, -2px) rotate(-11deg) scale(1.0); }
}

.animatedisapper {
    opacity: 0.01 !important;
    background: #ea9625 -webkit-radial-gradient(circle, transparent 1%, #ea9625 1%) center/15000%;
    background: #ea9625 radial-gradient(circle, transparent 1%, #ea9625 1%) center/15000%;
}

.ripple {
  background-position: center;
  -webkit-transition:background 0.5s;
  transition: background 0.5s;
}
.ripple:hover {
  background: var(--focus-color) -webkit-radial-gradient(circle, transparent 1%, var(--focus-color) 1%) center/15000%;
  background: var(--focus-color) radial-gradient(circle, transparent 1%, var(--focus-color) 1%) center/15000%;
}
.ripple:active {
  background-color: var(--active-color);
  background-size: 100%;
  -webkit-transition:background 0s;
  transition: background 0s;
}

.animate-show.ng-hide-add.ng-hide-add-active {
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
}
.animate-show.ng-hide-remove.ng-hide-remove-active {
    -webkit-transition: all linear 0s;
    transition: all linear 0s;
}
.animate-show.ng-hide {
    line-height: 0;
    margin-top: -160px !important;
    z-index: 0;
    opacity: 0;
    padding: 0 10px;
    overflow: hidden;
    -webkit-transition:0s !important;
    transition: 0s !important;
}

hr{
     border-color: #CCCCCC;
     border-width: 1px;
}

/* Needed for hiding scrollbars when pushing */
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    width: 10px;
    height: 10px;
    border: none;
    background-color: green;
}

/*Pageslide*/
.ng-pageslide {
    background: #eee;
    position: relative;
    overflow: scroll;
    z-index: -1;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
table.statisticsTable td {
    margin-left: 10px;
    text-overflow: auto;
    width: 33%;
}

.rowStyle {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    margin-top: 100px;
    background: #fff;
    color: var(--questionText_color);
    padding: 20px;
}

.rowStyle .user-stats ul {
    margin-bottom: 0px;
}

.rowStyle .user-stats li {
    display: inline-block;
    width: 300px;
    /* margin-right: 30px; */
    /* border-right: 1px solid #ccc; */
    padding-bottom: 10px;
    width : 100%;
}

.statlow {
    color: #fd7400;
    font-size: 22px;
}

.wowe {
    padding-bottom: 30px;
}

.stathigh {
    color: green;
    font-size: 22px;
}

.statcarat {
    font-size:25px;
    float: right;
    padding-right: 10px;
    margin-top: 10px;
}

.statlevel {
    float: right;
    padding-right: 50px;
    margin-top: 10px;
}

.statsub {
    color: #aaa;
    font-size: 25px;
}

.statNum {
    color: var(--light_color_shade);
    float:left;
}

.statrating {
    pointer-events: none;
    margin-bottom: 15px;
    padding: 0px 10px 0px 8px;
}

.inline-block li {
    display: inline-block;
}

.progress-bar {
    background-color: #efd31a;
}

/*profile divs*/
.profilecontainer {
    margin-top: 50px;
}
.profileEditValue {

    /*display: inline-block;*/
    margin-bottom: 10px;
}
.profileEditValue strong {
    text-align: left;
    margin-right: 10px;
}
.profileEditValue input {
    float: right;
}
.profileEditValue select {
    float: right;
    width:
}

/*text*/
.text-info {
    color: var(--light_color_shade);
}
.text-red {
    color: red;
}
.text-green {
    color: green;
}
.text-yellow {
    color: #FFE11A;
}
.text-orange {
    color: #ff9300;
}

.rz-ceil, .rz-floor {
    display: none !important;
}

.rzslider .rz-pointer {
    top: -9px;
    z-index: 3;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background-color: #0db9f0;
    border-radius: 15px;
}

.rzslider .rz-pointer:after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 13px;
    height: 13px;
    background: #ffffff;
    border-radius: 11px;
    content: '';
}

.rzslider .rz-pointer.rz-active:after {
  background-color: #eee !important;
}

.timesliderDiv {
    position: absolute;
    top: -33px;
    left: 0;
    height: 27px;
    margin-left: -35px;
    /* font-family: Bpreplay; */
    font-size: 15px;
    line-height: 25px;
    color: #444;
    text-align: center;
    background-color: #ddd;
    /* border: 1px solid #5d5c58; */
    border-radius: 3px;
    -webkit-transition: opacity .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s;
    padding: 0 5px;
}

.timesliderDiv:before {
    position: absolute;
    bottom: -4px;
    left: 50%;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: -3px;
    content: "";
    background-color: #ddd;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* File upload buttons */
.btn-file, .file-upload {
    position: relative;
    overflow: hidden;
    padding: 6px 12px;
}
.btn-file input[type=file], .file-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
    height: 30px;
}
input[readonly] {
    background-color: white !important;
    cursor: text !important;
}
.gotop {
    position: fixed;
    bottom: 75px;
    right: 15px;
    z-index: 999;
    color: #bedb39;
    cursor: pointer;
    font-size: 40px;
    outline: none;
    display: none;
    line-height: 1em;
    text-align: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-animation-name: topScroll;
    -webkit-animation-duration: .75s;
    -webkit-animation-origin: 0 0;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-name: topScroll;
    animation-duration: .75s;
    animation-origin: 0 0;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}
.gotop:hover {
    color: var(--light_color_shade);
    text-decoration: none;
}
.gotop2 {
    position: fixed;
    bottom: 120px;
    right: 8px;
    z-index: 1;
    color: #bedb39;
    cursor: pointer;
    font-size: 40px;
    outline: none;
    display: block;
    line-height: 0.5em;
    text-align: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-animation-name: bottomScroll;
    -webkit-animation-duration: .75s;
    -webkit-animation-origin: 0 0;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-name: bottomScroll;
    animation-duration: .75s;
    animation-origin: 0 0;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}
.gotop2:hover {
    color: var(--light_color_shade);
    text-decoration: none;
}

@-webkit-keyframes bottomScroll {
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
    }
    0% {
        opacity: 0;
        -webkit-transform: none;
    }
}
@keyframes bottomScroll {
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
    0% {
        opacity: 0;
        -webkit-transform: none;
                transform: none;
    }
}

@-webkit-keyframes topScroll {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}
@keyframes topScroll {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}


/* Text */
.text-uppercase {
    text-transform: uppercase;
}

/* tooltip */
.tooltip {
    font-family: 'Poppins', 'Lato', sans-serif;
}

/* buttons */
.btn {
    font-family: 'Poppins', 'Lato', sans-serif;
    color: #fff;
    border-radius: 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
.btn-sm {
    border-radius: 2px;
}
.btn-lg {
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 2px;
}
.btn-info, .btn-info:focus {
    background: var(--light_color_shade);
    /*background: linear-gradient(90deg, #007ff1, var(--light_color_shade));*/
    border-color: var(--light_color_shade);
    color: #fff;
    font-weight: 600;
    /*text-shadow: 0px 1px 6px #555;*/
    border-radius: 2px;
}

.btn-refresh-records {
    background: #fff;
    -webkit-transition:0.5s;
    transition: 0.5s;
    color: #333;
    border-radius: 25px;
}

.btn-refresh-records:hover {
    background: #eee;
}

.multiselectDiv .btn {
    color: #000;
    border-radius: 3px;
}

.multiselectDiv .close {
    color: #424242;
    font-size: 36px;
    padding-top: 1px;
    font-weight: bold;
    opacity: 0.6;
}

.multiselectDiv .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    color: black;
    margin: 4px;
    padding: 5px 15px;
    border-radius: 16px;
    display: inline-block !important;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
    background-color: #fff;
    border-color: var(--light_color_shade);
    color: gray;
}

.btn-success,
.btn-success:focus,
.btn-success:visited,
.btn-success:active:focus {
    background-color: #bedb39;
    border-color: #bedb39;
    color: #fff;
    border-radius: 3px;
    margin: 0px 3px;
}
.btn-success:active{
    background-color: #fff;
    border-color: #bedb39;
    color: #bedb39;
}

.btn-verify,
.btn-verify:hover,
.btn-verify:focus,
.btn-verify:active,
.btn-verify:visited,
.btn-verify:active:focus {
    color: #fff;
    background-color: #fd7400e8;
    border-radius: 3px;
    border-color: #fd7400e8;
    margin: 0px 3px;
}
.btn-verify:hover {
    background-color: #fff;
    border-color: #fd7400e8;
    color: #fd7400e8;
    border-radius: 3px;
    margin: 0px 3px;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    background-color: #fff;
    border-color: var(--light_color_shade);
    color: gray;
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #fff;
    border-color: var(--light_color_shade);
    color: gray;
}

.btn-warning {
    color: #fff;
    background-color: var(--light_color_shade);
    border-color: var(--light_color_shade);
}
.btn-warning:hover, .btn-warning:active {
    background-color: #fff;
    border-color: var(--light_color_shade);
    color: var(--light_color_shade);
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:active:focus {
    color: #fff;
    background-color: var(--light_color_shade);
    border-radius: 3px;
    border-color: var(--light_color_shade);
    margin: 0px 3px;
}
.btn-primary:hover {
    background-color: #fff !important;
    border-color: var(--questionText_color);
    color: var(--questionText_color);
    border-radius: 3px;
    margin: 0px 3px;
}

.btn-success:hover{
    background-color: #fff !important;
    border-color: #5cb85c;
    color: #5cb85c;
    border-radius: 3px;
    margin: 0px 3px;
}

#fadeout {
    opacity: 1;
    transition: 1s opacity;
    text-align: center;
    display: block;
  }


.btn-choose, .btn-choose:focus  {
    color: #bedb39;
    background-color: #fff;
    border-color: #bedb39;
    border-radius: 3px;
    margin: 0px 3px;
}
.btn-choose:hover, .btn-choose:active {
    background-color: #fff;
    border-color: #bedb39;
    color: #bedb39;
}

.btn-chosen, .btn-chosen:focus  {
    color: #fff;
    background-color: #bedb39;
    border-color: #bedb39;
    border-radius: 3px;
    margin: 0px 3px;
}
.btn-chosen:hover, .btn-chosen:active {
    background-color: #bedb39;
    border-color: #bedb39;
    color: #fff;
}

.btn-sleek {
    padding: 6px 25px;
}

.btn-sleek2 {
    padding: 3px 25px;
    width: 100px;
}

.btn-link {
    color: var(--light_color_shade);
}

.btn-accept,
.btn-accept:hover,
.btn-accept:focus,
.btn-accept:active,
.btn-accept:visited,
.btn-accept:active:focus {
    color: #fff;
    border-color: var(--lighter_color_shade);
    background: var(--lighter_color_shade);
    border-radius: 3px;
    margin: 0px 3px;
}

.btn-accept:hover {
    background-color: #fff;
    border-color: var(--lighter_color_shade);
    color: var(--lighter_color_shade);
}

/* form elements */
label {
    font-weight: normal;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
select {
    position: relative;
    background-color: #f5f8fa;
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-radius: 4px;
    background: url("https://i.imgur.com/FVliIVy.png");
}
.form-control, .form-group-lg .form-control, .form-group-sm .form-control, .form-group-xs .form-control, input-group > .form-control, .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-group-xs>.form-control, .input-group-xs>.input-group-addon, .input-group-xs>.input-group-btn>.btn {
    border-radius: 0;
}
.form-control {
    /*box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);*/
    font-family: 'Poppins', 'Lato', sans-serif;
    color: #000;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    border-radius: 3px;
}

/*modal*/
.app-modal-window .modal-dialog {
    width: 500px;
}
.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}
.modal-content {
    border-radius: 10px;
}
.modal-content .close {

    padding-right:10px;
    padding-bottom: 10px;
    background: #fff;
    opacity: 1;
    font-size: 33px;
    color: #fd7400;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    border-radius: 10px;
}
.modal-content .close:hover {
    font-size: 43px;
}

.modal-content .minimize {
    float: right;
    padding: 7px 15px;
    margin-top: -6px;
    opacity: 1;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    border-radius: 5px;
}

.modal-content .minimize:hover {
    background: #eee;
    color: #1e6b95;
}

.modal-content .minimize > i {
    padding-left: 5px;
}

.modal-header {
    border-bottom: 0;
    margin-top: 30px;
}
.modal-title {
    /*padding-top: 50px;*/
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 22px;
    text-align: center;
    color: var(--questionText_color);
    position: relative;
    margin-bottom: 30px;
}
.modal-footer {
    background: #f4f4f4;
    padding: 15px 25px;
}
.well-info {
    background-color: #EFFAFF;
    border: 1px solid #88DCFF;
    box-shadow: inset 2px 2px 0px #fff;
}

/* tabs */
.tab-nav {
    position: relative;
}
.nav-tabs>li {
    margin-bottom: -4px;
}
.nav-tabs>li>a {
    margin-right: 0;
    border-radius: 0;
    color: #aaa;
    font-size: 18px;
    border-bottom: 3px solid transparent;
    padding-bottom: 7px;
}
.nav-tabs>li>a .ans-counter {
    background: #7f7f7f;
    padding: 3px;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fd7400;
    border: none;
    background: inherit;
    border-bottom: 1px solid #fd7400;
    font-family: 'Poppins', 'Lato', sans-serif;
}
.nav-tabs>li.active>a .ans-counter, .nav-tabs>li.active>a:focus .ans-counter, .nav-tabs>li.active>a:hover .ans-counter {
    color: #fd7400;
}
.tab-content {
    margin-top: 20px;
}

/* dropdowns*/
.dropdown .dropdown-toggle {
    position: relative;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 4px;
    color: #b4c6cc;

}
.dropdown .dropdown-label {
    font-size: 20px;
    text-align: center;
    position: relative;
    display: none;
}

.tab-search-box {
    height: 27px;
    padding : 0px 5px;
    width: 200px;
    background : white !important;
    margin: 0px 10px !important;
    text-align: left;
}

.sort-dropbox {
    margin:0px !important;
    width: 150px !important;
    height: 26px;
    color: #444444;
    font-size: 12px;
    padding: 0px 6px !important;
}

.sort-dropbox-2 {
    /* margin:0px !important; */
    width: 150px !important;
    height: 26px;
    color: #444444;
    font-size: 12px;
    padding: 0px 6px !important;
}

.sort-dropbox .btn.dropdown-toggle.ng-binding.btn-block.btn-default {
    margin:0px !important;
    width: 150px !important;
    height: 26px;
    line-height: 25px;
    overflow: hidden;
    font-size: 12px;
    padding: 0px 6px !important;
}


.sort-dropboxFil .btn.dropdown-toggle.ng-binding.btn-block.btn-default {
    margin:0px !important;
    width: 150px !important;
    height: 35px;
    line-height: 20px;
    overflow: hidden;
    font-size: 16px;
    padding: 6px !important;
    border-radius: 3px;
}

.sort-dropbox-2 .btn.dropdown-toggle.ng-binding.btn-block.btn-default {
    margin:0px !important;
    width: 150px !important;
    height: 26px;
    line-height: 25px;
    overflow: hidden;
    font-size: 12px;
    padding: 0px 6px !important;
}


.sort-dropbox-2Fil .btn.dropdown-toggle.ng-binding.btn-block.btn-default {
    margin:0px !important;
    width: 150px !important;
    height: 35px;
    line-height: 20px;
    overflow: hidden;
    font-size: 16px;
    padding: 6px !important;
    border-radius: 3px;
}


.dropdown .dropdown-label span {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;

}
.dropdown .dropdown-menu {

    border: 1px solid #CCC;
    border-radius: 3px;
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
    width: 300px;

}

.dropdown .dropdown-menu li {
      border-bottom: 1px solid #e4e4e4;

}

.dropdown-menu:after, .dropdown-menu:before {

    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;

}

.dropdown-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 19px;
        left: 45%;
        margin-left: -35px;
}

.dropdown-menu.admin:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #1D1F22;
        border-width: 19px;
        left: 40%;
}

/* titles */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.h4, h4 {
    font-size: 14px;
}

.title {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 44px;
    text-align: center;
    color: var(--questionText_color);
    position: relative;
    margin-bottom: 30px;
}
.title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    background: #fd7400;
    width: 96px;
    height: 3px;
    margin: 0 auto;
}
h1 {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 32px;
    text-align: center;
    color: var(--questionText_color);
    position: relative;
    margin-bottom: 20px;
}
.navbar {
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    border: 0px;
}
.navbar-nav > li {
    position: relative;
    padding: 20px 0px 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}
.navbar-nav > li .u-m {
    display: none;
}

/* dropdown menus */
.notification .dropdown-toggle > span {
    font-size: 22px;
    cursor: pointer;
    position: relative;
}
.notification .dropdown-toggle > span .counter {
    /*position: absolute;
    top: -12px;
    right: -15px;
    border-radius: 25px;
    background-color: #fd7400;
    color: #fff;
    font-size: 13px;
    line-height: 1em;
    min-width: 24px;
    height: 24px;
    padding: 5px 5px;
    text-align: center;*/
    position: absolute;
    top: -8px;
    right: -12px;
    border-radius: 25px;
    border: 2px solid #fff;
    background-color: #fd7400;
    text-shadow: 0px 2px #cc5d00;
    color: #fff;
    font-size: 11px;
    line-height: 1em;
    min-width: 20px;
    height: 20px;
    padding: 2px 4px;
    text-align: center;

}
.notification .dropdown-menu ul {
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.notification .dropdown-menu li {
    padding: 4px 10px;
    font-size: 12px;
}

.notification .dropdown-menu li hr {
    color: #AAA;

}

/*.notification .dropdown-menu li:nth-child(odd) {
border-left: 3px solid var(--light_color_shade);
background-color: #f6fbfd;
}
.notification .dropdown-menu li:nth-child(even) {
border-left: 3px solid #bedb39;
background-color: #fff;
}*/
.unreadNotification {
    background-color:var(--faint_color_shade);
}

.handpointer {
    cursor: pointer;
}

.hoverchange:hover {
    background: #EEF0F2;
}

.notification .dropdown-menu li p, .notification .dropdown-menu li a {
    margin: 0;
    color: #000;
}
.user-menu .dropdown-toggle {
    top: 4px;
}
.user-menu.dropdown:after {
    /*content: "";*/
    height: 25px;
    width: 1px;
    background: #aaa;
    position: absolute;
    left: -5px;
    top: 30%;
    z-index: 1;
    margin-top: -10px;
}
.user-menu .dropdown-menu {
    right: 0;
}
.user-menu .user-avatar-sm {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 45px;
    overflow: hidden;
}
.user-menu .user-avatar-sm img {
    width: 40px;
    height: 40px
}
.user-menu #user-menu > div {
    display: inline-block;
    vertical-align: middle;
}
.user-menu .username {
    float: left;
    margin-right: 10px;
    /*min-width: 87px;*/
}
.user-menu .username h4 {
    margin: 0px 0;
    margin-bottom: -4px;
    font-size: 14px;
    color: var(--questionText_color);
    font-family: 'Poppins', 'Lato', sans-serif;
    padding: 0px 0px 0px 0px;
}
.user-menu .username h5 {
    margin: 4px 0;
    float: left;
    padding: 0px 0px;
    text-transform: capitalize;
    color: #999;
}
.user-menu .username h6 {
    margin: 0;
}

.dropdown-menu i {
    padding-right: 5px;
    width: 20px;
    color: #19556896;
}

.user-menu .dropdown-menu {
    background-color: #fff;
    max-width: 200px;
    border: 0px;
    margin-top: 20px;
    -webkit-transition:all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.user-menu .dropdown-menu>li {
    border-bottom: 1px solid #e4e4e4;
}
.user-menu .dropdown-menu>li:last-child {
    border-bottom: 0;
}
.user-menu .dropdown-menu>li>a, .user-menu .dropdown-menu>ul>li {
    padding: 5px 15px;
    font-size: 0.9em;
    font-family:'Poppins', 'Lato', sans-serif;
    color: var(--questionText_color);
}
/* .user-menu .dropdown-menu>li>a:hover, .user-menu .dropdown-menu>ul>li:hover  {
    background-color: var(--light_color_shade) !important;
    color: #fff !important;
} */

.user-menu .dropdown-menu.admin>li>a:hover, .user-menu .dropdown-menu.admin>ul>li:hover  {
    color: #1784c7 !important;
    background-color: #1D1F22;
}
.aside ul li .user-info, .user-menu .user-info {
    background-color: #f4f4f4;
    padding: 20px;
    text-align: center;
    display: table;
    width: 100%;
}
.aside ul li .user-info {
    padding: 10px;
}
.aside ul li .user-info .username, .user-menu .user-info .username {
    display: inline-block;
    float: none;
    width: auto;
    margin-right: 0;
    text-align: left;
    vertical-align: middle;
}
.aside ul li .user-info .username h3, .user-menu .user-info .username h3 {
    margin: 9px 0;
    font-size: 16px;
    color: var(--questionText_color);
    font-family: 'Poppins', 'Lato', sans-serif;
}
.aside ul li .user-info .user-avatar, .user-menu .user-avatar {
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    height: 80px;
    border-radius: 85px;
    overflow: hidden;
    vertical-align: middle;
}
.aside ul li .user-info .user-avatar img, .user-menu .user-avatar img {
    width: 80px;
    height: 80px
}
.aside ul li .expert-info {
    padding-top: 20px;
    text-align: left;
}
.user-menu .expert-info {
    padding: 5px 20px 0;
}
.aside ul li .expert-info .text-label, .user-menu .expert-info .text-label {
    font-size: 13px;
    color: var(--questionText_color);
    font-family: 'Poppins', 'Lato', sans-serif;
    float: left;
    width: 120px;
    clear: left;
    margin-bottom: 5px;
}

.expert-score {
    color: var(--dark_color_shade);
    font-weight: bolder;
    font-family: 'Poppins', 'Lato', sans-serif;
}
.expert-score i {
    color: #b4c6cc;
}


.aside ul li .expert-info .expert-score, .aside ul li .expert-info .domains, .user-menu .expert-info .expert-score, .user-menu .expert-info .domains {
    margin-left: 120px;
    margin-bottom: 5px;
}
.aside ul li .expert-info .expert-score, .user-menu .expert-info .expert-score {
    color: #fd7400;
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.2em;
}
.aside ul li .expert-info .domains, .user-menu .expert-info .domains {
    font-size: 13px;
    color: var(--dark_color_shade);
}
.manager.dropdown .dropdown-menu {
    top: 52px;
}

.form-horizontal .control-label{
    text-align: left !important;
    font-size: 14px;
}

/*side menu*/
.sideMenu.side-menu-active, .user_side_menu.user-menu-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.user_side_menu, .sideMenu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 270px;
    z-index: 1030;
    background: var(--questionText_color);
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.sideMenu {
    left: 0;
    transform: translateX(-102%);
    -webkit-transform: translateX(-102%);
}
.user_side_menu {
    right: 0;
    transform: translateX(102%);
    -webkit-transform: translateX(102%);
}
.aside ul li:first-child {
    border-top: 0;
}
.aside ul li:last-child {
    border-bottom: 0;
}
.aside ul li {
    border-top: 1px solid #035A75;
    border-bottom: 1px solid #011921;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.aside ul li a {
    display: block;
    padding: 15px 35px;
    color: #fff;
}
.aside ul li a:hover {
    text-decoration: none;
}

.chart-back {
    cursor: pointer;
    float: left;
    color: #20a8d8;
    background: white;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 2px 10px;
    font-weight: 600;
    font-size: .9em;
}

/* Home */
.home {
    background-image: url("https://i.imgur.com/06VZmco.png");
    background-position: bottom;
    background-repeat: no-repeat;
    /*height: calc(100vh - 60px);*/
    background-size: 100% 100%;
}
.home .navbar-nav > li {
    padding: 0;
    float: left;
    padding-left: 15px;
}

.home .navbar-nav > li + li:after {
    content: normal;
}
.navbar {
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    background-color: #fff;
}
.navbar .navbar-brand {
    font-family: 'Nato', sans-serif;
    font-weight: bolder;
    font-size: 25px;
    color: var(--light_color_shade);
    margin-top: 5px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.navbar .navbar-brand span {
    color: #fd7400;
}


.img-circle{
    width : 40px;
    height : 40px;
}

.img-circle-sub{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.user_score_num {
    color: var(--questionText_color);
    font-weight: bold;
    font-size: 1.1em;
}

.navbar-header-menu {
    float: right;

}

.btn-tabs-hollow {
    /*padding: 15px 20px 15px 20px;*/
    border-bottom: 2px solid #fff;
    background-color: #fff;
    color: var(--darker_color_shade);
    font-weight: bolder;
    border: 0 thin #333;
    box-shadow: 0px;
    font-size: 16px;

}

.search-model-search-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: -30px -30px 0px -30px;
    font-weight: bold;
    background: -webkit-linear-gradient(top, #1592d2 0%, #1e6b95);
    padding: 16px 15px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 1px solid #ccc;
}

.model-title-top {
    font-weight: bold;
    padding: 16px 15px;
    font-size: 1.2em;
    background: #eee;
    margin: -30px -10px 0px -10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #ccc;
}

.btn-tabs-hollow h5,.btn-tabs-hollow-selected h5{
    margin:0px;
}
.btn-tabs-hollow:hover, .btn-tabs-hollow:focus {
    border-bottom: 2px solid #fd7400;
    background: #fff;
    /*color: #fd7400;*/
    color: var(--darker_color_shade);
    font-size: 16px;
}


.btn-tabs-hollow-selected {
    /*padding: 15px 20px 15px 20px;*/
    background-color: #fff;
    /*color: #fd7400;*/
    color: var(--darker_color_shade);
    border-bottom: 2px solid #fd7400;
    font-weight: bolder;
    font-size: 16px;

}

.btn-tabs-hollow-selected.focus, .btn-tabs-hollow-selected:focus, .btn-tabs-hollow-selected:hover {
    color : var(--darker_color_shade)
}

.btn-tabs-hollow-selected span {
    background-color: #fd7400 !important;
    text-shadow: 2px 2px #c55a00 !important;
}


.stat-tabs {
    background-color: transparent !important;
    height: 50px;
    white-space: normal;
    margin-bottom: -2px;
}

.stat-tabs span {
    border-radius: 12px;
    border-color: black;
    color: white;
    padding : 2px 6px 3px;
    text-shadow: 2px 2px #aaa;
    background-color : #c8c8c8;
}

.stat-tabs-selected span {
	border-radius: 12px;
    border-color: black;
    color: white;
    padding : 2px 6px 3px;
    text-shadow: 2px 2px #c55a00;
    background-color:#fd7400;
}

.stat-tabs-selected {
    padding: 10px;
    background-color: #fff;
    /*color: #fd7400;*/
    color: var(--dark_color_shade);
    border-bottom: 2px solid #fd7400;
    font-weight: bolder;
    font-size: 14px;
    background-color: rgba(253, 116, 0, 0.05) !important;
}

.home .navbar-active-top, .navbar-active-top {
    background: #fff;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
}
.nav-toggle {
    float: left;
    padding: 15px 10px 0 15px;
    margin-top: 10px;
    font-size: 25px;
    cursor: pointer;
    display: none;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.expert_info {
    padding: 10px !important;
    height: 65px;
}

.expert_info h4, .expert_info h6 span{
    color: var(--questionText_color);
    font-family: 'Noto', sans-serif;
}

.expert_info h6 {
    font-weight: bolder;
    color: #b4c6cc;
      font-family: 'Noto', sans-serif;
}


.expert-overview {
    float: left;

    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    margin-left: 30px;
}
.expert-overview ul {
    margin: 0;
}
.expert-overview ul li {
    font-size: 16px;
}
.expert-overview ul li span :nth-child(2) {
    font-family: 'Poppins', 'Lato', sans-serif;
    color: var(--light_color_shade);
}
.expert-overview ul li span.expert-score {
    color: #fd7400;
}
.navbar-active-top .navbar-brand {
    font-family: 'Latobold', sans-serif;
    margin-top: 0;
}
.navbar-active-top .expert-overview {
    margin-top: 14px;
}
.navbar-nav>li>.btn-white-hollow {
    padding: 10px 18px 13px 20px;
    background-color: #fff;
    color: var(--dark_color_shade);
    font-weight: bolder;
    border: 0 thin #333;
    box-shadow: 0px;
    font-size: 16px;
}
 .navbar-nav>li>.btn-white-hollow:hover,  .navbar-nav>li>.btn-white-hollow:focus {

    padding: 10px 18px 13px 20px;
    background-color: #fff;
    color: #fd7400 !important;
    border-bottom: 2px solid #fd7400;
    font-weight: bolder;
    font-size: 16px;


}

.notActive {
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: 0.2;
    display: none;
}

.suggestion-box{
    min-height: 200px;
    max-height: 250px;

    z-index: 50;
    top: -40px;
}

.suggestion-box .ul{
    max-height: 250px;
    width:inherit;
    overflow-y: overlay;
    box-sizing:border-box;
    display:table;
}

.angular-input-stars {
    margin-left: 5px;
}

.angular-input-stars > li {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
}


.activetab-button {
    border: 1px solid #fd7400;
    background: #fd7400;
    color: #fff;


}

.record-right-info {
    float: right;
    text-align: right;
    font-size: 14px;
}

.record-right-info > .info-source {
    padding-left: 1px;
}

.record-right-info > .info-source > span {
}

.record-right-info > .info-source > span > i {
    font-size: 22px;
}

.record-right-info > .info-source > span > img {
    padding-left: 2px;
    width: 22px;
    vertical-align: -3px;
}

.headernavspacing {
    height: 52px;
    width: 100%;
    background: #FFF;
}

.home .navbar-active-top .navbar-nav > li {
    padding: 0;
    padding-left: 15px;
}
.navbar-active-top .navbar-nav > li {
    padding: 9px 14px 0;
}
.home-content {
    position: relative;
    z-index: 3;
    text-align: center;
    min-height: calc(100vh - 150px);
}
.home-content .title {
    margin-bottom: 60px;
}
.home-content  h1 {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 40px;
    color: #FD7400;
    font-weight: bolder;
    padding-top: 15%;
}
.home-content  h1 span {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 40px;
    color: var(--light_color_shade);
}

.lnr{
    color: var(--darker_color_shade);
}

.home-content .features.lnr-img-icon .feature-icon .lnr-img img {
    width: 26px;
    position: relative;
    top: -6px;
}
.home-content .features .feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid var(--light_color_shade);
    background-color: #FFF;
    border-radius: 100px;
    color: var(--light_color_shade);
    display: table;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.home-content .features .feature-icon i {
    font-size: 32px;
    display: table-cell;
    vertical-align: middle;
}
.home-content .features h3 {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 22px;
    text-align: center;
    color: var(--questionText_color);
    margin-bottom: 22px;
    font-weight: 600;
}
.home-content .features p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 450;
}
.home-content .features:hover .feature-icon {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    background-color: #FFF;
}
.infocontent {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    vertical-align: bottom;
    margin-top: 40px;
}

.unread_count_box {
    position: absolute;
    line-height: 12px;
    padding: 1px 4px;
    background: #ee792a;
    color: white;
    font-size: 10px;
    border-radius: 10px;
    margin-left: -7px;
    margin-top: -3px;
}

.unread_dot_circle {
    position: absolute;
    line-height: 12px;
    padding: 0px 2px;
    background: #ee792a;
    color: white;
    font-size: 8px;
    font-weight: bold;
    border-radius: 10px;
    margin-left: -11px;
    margin-top: -2px;
}

#ticketDeleteCheckbox .checkbox-custom:checked + .checkbox-custom-label:before {
    background: #ededed;
}

.ticket_loading {
    background: #5d995d;
    color: #fff;
    padding: 0px 5px;
    height: 20px;
    position: fixed;
    z-index: 1;
    padding-left: 12px;
    left: 49%;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0px 0px 5px 5px;
}

footer {
    background: -webkit-linear-gradient(left, #00232e, var(--medium_color_shade));
    background: linear-gradient(90deg, #00232e, var(--medium_color_shade));
    padding: 25px 0;
    z-index: 1000 !important;
}
footer p {
    color: #fff;
    text-align: center;
    margin: 0;
}

#footer {
    position: fixed;
    left: 5px;
    bottom: 75px;
    z-index: 1;
}
#footerback,
#footernext {
    line-height: 25px;
    -webkit-transition:0.1s;
    transition: 0.1s;
    width: 145px;
    height: 35px;
    float: left;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 10px;
    color: #ffffff;
    cursor: pointer;
    background: -webkit-linear-gradient(top, #1592d2 0%, #1e6b95);
}


.btn-search {
    height: 34px;
    border: 1px solid #0d638e;
    border-radius: 3px;
    font-size: 14px;
    padding: 4px 10px;
    color: #ffffff;
    background: #1292d2;
    cursor: pointer;
    background: -webkit-linear-gradient(top, #1292d2 0%, #136b96);
    background: linear-gradient(top, #1292d2 0%, #136b96);
}

.btn-search:hover {    
    border: 1px solid #0d638e;
    border-radius: 3px;
    color: #ffffff;
    background: #1292d2;
    background: -webkit-linear-gradient(top, #1180b7 0%, #0d5273);
    background: linear-gradient(top, #1292d2 0%, #136b96);
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
}
.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom-label{
    outline:0 !important;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #FFF;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    outline: none;
    border: 1px solid #cacaca;
    border-radius: 4px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    border: 1px solid #cacaca;
    border-radius: 4px;
    background: #fff;
    color: var(--light_color_shade);
}
.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {

    /* focus style */
}
.customCheckbox label {
    margin-bottom: 0;
    color: #999;
    font-size: 14px;
    font-family: 'Noto', sans-serif;
     -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.curationMessageBanner {
    background: #ffedcd;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-bottom: 3px;
}

.modal-sign{
    max-width: 500px;
}
.login-form {
    padding: 0 15px 15px;
}
.login-form button {
    margin-top: 20px;
    background: #ff5858;
    color: #fff;
    text-shadow: 0px 1px 6px #555;
    font-size: 18px;
    border-radius: 3px;
    padding: 10px 18px;
}
.login-form .form-group {
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.login-form .form-group:last-child {
    margin-bottom: 0;
}
.login-form .form-group > label {
    color: var(--questionText_color);
    font-size: 15px;
    font-weight: bold;
    padding: 7px 10px 4px;
}
.login-form .form-group.active > label {
    background: #fd7400;
}
.login-form .form-group.active > .form-control {
    border-color: #fd7400;
}
.login-form .form-group .btn-login {
    text-align: right;
}

.login-form .left-floater
{
    list-style: none;
    cursor: pointer;
    width: 200px;
    float: right;
    text-align: right;
    margin-top: 10px;
}

#topics {
    display: none;
}
.topic-container {
    max-height: 450px;
}
.topic-grid {
    display: table;
    width: 100%;
    margin-left: -2%;
}
.topic-grid li {
    float: left;
    width: 29%;
    margin-left: 4%;
    margin-bottom: 4%;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}
.topic-grid li h5 {
    text-align: center;
    color: #fff;
    background: var(--light_color_shade);
    margin: 0;
    padding: 7px 10px;
}
.topic-grid li .thumbnail {
    padding: 2px;
    border-radius: 0;
    border-color: var(--light_color_shade);
    margin: 0;
}
.topic-grid li .thumbnail img {
    max-width: 100%;
}
.topic-grid li.checked .thumbnail {
    border-color: #fd7400;
}
.topic-grid li.checked:after {
    content: "\f058";
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 2;
    font-size: 25px;
    font-family: FontAwesome;
    display: block;
    color: #fd7400;
}
.topic-grid li.checked h5 {
    background: #fd7400;
}
.spacing-container {
    height: 50px;
}
.mid-container {
    margin: 0 auto;
    padding: 5px;

}

.mid-subcontainer {
    padding: 5px;
}

.hint {
    font-family: 'Poppins', 'Lato', sans-serif;
    color: #bedb39;
    text-align: center;
    margin-bottom: 20px;
}



/* profile */


.profilecontainer {
    max-width: 800px;
}

.profileinfo{
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    background: #FEFEFE;
    overflow: auto;
    padding: 25px;
}



/* Question form*/
.seekerhead {
    padding-top: 5px !important;
    -webkit-transition:2s;
    transition: 2s;
}
.seekerhead .btn {
    padding: 4px 10px;
    margin-top: 0px !important;
    /*background-color: #fff !important;*/
}
.seekerhead span, .sidenav > a > span {
    border-radius: 12px;
    border-color: black;
    /*background-color: #FD7400;*/
    color: white;
    background-color: #c8c8c8;
    text-shadow: 2px 2px #aaa;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 3px;
}
.inquestion {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #eef0f2;
}
.inquestion .mid-container {
    padding-bottom: 0px;
    padding-top: 50px !important;
    min-height: 150px;
}

.tab-header {
    margin: 0px;
    font-weight: 600;
}

.padded-header {
    position: absolute;
    bottom: 0;
    top: 35%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;

}

.unpadded-header {
    vertical-align: middle;
    padding-top: 50px;

    position: absolute;
    bottom: 0;
    top: 35%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
}


.queston-form h1 {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 40px;
    color: #EC7C2B;
}

.question-form .btn {
    margin-top: 10px;
}
.queston-form  h1  span {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    color: var(--light_color_shade);
}
.queston-form input {
    resize: none;
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
    margin-bottom: 40px;
    border-radius: 2px 0px 0px 2px;
    margin-right: 10px;
    width: 100%;
}
.queston-form .searched_question {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.queston-form .form-left {
    float: left;
}
.queston-form .form-right {
    float: right;
    padding-right: 30px;
}
.queston-form .form-right #char_remaining {
    color: #999;
    font-size: 14px;
}
.queston-form .form-right .btn {
    margin-left: 10px;
}
.filter {
    margin: 0px 0px;
    right: 0;
    top: 5px;
}
.filter label {
    display: inline-block;
    margin-right: 5px;
}

.filter label i{
     color: #FD7400;
     font-size: 20px;
}

.filter .form-control {
    display: inline-block;
    width: 180px;
    border-radius: 3px;
    -webkit-appearance: none;
    background-image: url(/images/caret-down.png);
    background-position: calc(100% - 4px) 50%;
    background-repeat: no-repeat;
    background-size: 13px 19px;
    background-color: white;
    margin: 10px;
    box-shadow: none;
}

.filter span, .bottomindex{
     white-space:nowrap;
}

.tab-headings h3 {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-weight: bold;
    color: var(--light_color_shade);

}

.question-editor p, .popupmsg{
    width: 100%;
    background: var(--light_color_shade);
    color: #f5f8fa;
    border-radius: 5px;
    padding: 10px;
    font-weight: bolder;
    font-size: 16px;
}

.popupmsgdiv {
    /* opacity: 0; */
    /* display: none; */
    padding: 0px !important;
    margin-bottom: -25px;
    -webkit-transition:1s;
    transition: 1s;
}

/* question list*/

.tabheading-count {
    color: #fff;
    background: var(--lighter_color_shade);
    border-radius: 5px;
    padding: 0px 5px 0px 5px;
    margin-left: 8px;
    font-size: 15px;
    float: left;
}

.icon-button {
    font-size: 16px;
    padding: 6px;
}

.icon-button:hover {
    background: #efefef;
    border-radius: 2px;
}

.question-list > li {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 20px;
    /* cursor: pointer; */
    padding: 10px 30px 10px 40px;
    /* pointer-events: none; */
    overflow: auto;
    background: #fff;
    -webkit-transition:0s !important;
    transition: 0s !important;
    overflow: hidden;
}

.question-suggestion > li {
    -webkit-transition:0s !important;
    transition: 0s !important;
}

.question-list > li > .row{
  display: -webkit-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}

.question-list > li > .row [class*="col-"] {
    vertical-align: middle;
}

.question-list > li .update_notify {
    width: 20px;
    height: 20px;
    background-color: #fd7400;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
.question-list > li h2 {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 20px;
    color: var(--questionText_color);

    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.question-list > li h3 {
    font-family: 'Poppins', 'Lato', sans-serif;
    color: #a3a3a3;
    font-size: 20px;
    /*margin-bottom: 20px;*/
}
.question-list > li.active p {
    font-family: 'Poppins', 'Lato', sans-serif;
}
.question-list > li:hover .a strong {
    color: #fd7400;
}
.question-list > li p {
    /* font-size: 17px; */
    /* margin-bottom: 20px; */
}
.question-list > li .q {
    font-family: 'Poppins', 'Lato', sans-serif;
}
.question-list > li .q strong {
    color: var(--questionText_color);
}
.question-list > li .a {
    margin: 0;
}
.question-list > li .a strong {
    color: var(--light_color_shade);
}
.question-list > li .q-status {
    margin: 0 auto;
}

.question-list .row .col-sm-2{
    vertical-align: middle;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.privatecmflag {
    color: #1391d1;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    right: 100px;
    font-size: 17px;
    line-height: 40px;
}

.variheightdiv{
    top: 0px;
    left: 0px;
    word-break: break-word;
   overflow: hidden;
   -webkit-transition: 1s linear all;
  transition: 1s linear all;

  max-height: 67px;

}

.variheightdivexpanded{
    top: 0px;
    left: 0px;
    max-height: none;
    word-break: break-word;
}

.ans-box {
    min-height: 103px;
}

.ans-box1 {
    min-height: 50px;
}

.variheightdivCM{
    top: 0px;
    left: 0px;
    word-break: break-word;
   overflow: hidden;
   -webkit-transition: 1s linear all;
  transition: 1s linear all;

  max-height: 35px;

}

.variheightdivexpandedCM{
    top: 0px;
    left: 0px;
    max-height: none;
    word-break: break-word;
}

.ans-box-cm {
    min-height: 70px;
}

.feedback_row_hide{
    display: none;
}

.feedback_row{
    display: block;
}

.feedback_span {
    white-space: normal;
    font-size: 16px;
    color: #000 !important;
    font-weight: normal;
}

.feedback_button {
    cursor: pointer;
    color: var(--questionText_color);
    font-size: 0.9em;
}

.feedback_button:hover {
    text-decoration: underline;
}

.feedback_button_caret {
    color:var(--questionText_color);
    float: right;
    margin-top: 2px;
    padding-left: 6px;
}

.fader {
    margin-top: -30px;
    left: 0px;
    width: 100%;
    height: 30px;
    opacity: 0.99;
    background: -webkit-linear-gradient(bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.sugestionfader {
    margin-top: -18px;
    left: 0px;
    width: 100%;
    height: 18px;
    opacity: 0.99;
    background: -webkit-linear-gradient(bottom, var(--faint_color_shade), rgba(255, 255, 255, 0));
    background: linear-gradient(to top, var(--faint_color_shade), rgba(255, 255, 255, 0));
}

.hiddenfader {
    margin-top: -77px;
    left: 0px;
    width: 100%;
    height: 77px;
    opacity: 0.99;
    background: -webkit-linear-gradient(bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

/* .hiddenfader:hover {
    background: #fff !important;
} */

.question-open  li > h2 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
    font-size: 24px;
    margin: 0px 0px 5px 0px;
}
.question-open  li .domain-al {
    color: #949494;
    font-size: 15px;
}

.usertype {
    background: #1592d2;
    color: #fff;
    padding: 2px 10px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 12px;
    vertical-align: 1px;
    margin-left: 10px;
}

.question-open  li .domain-al span {
    background-color: var(--lighter_color_shade);
}
.question-open  li .tags-al {
    color: #949494;
    font-size: 15px;
}
.question-open  li .tags-al span {
    background-color: #aaa;
    font-weight: 400;
}

.question-open li .asked-al {
    padding-right: 50px;
}

.question-open li .asked-al h3 {
    color: #949494;
    font-size: 14px;
}

.question-open  li .pull-left h3 {
    color: #949494;
    font-size: 12px;
    margin-top: 0px !important;
}

.question-open  .domain-al {
    color: #949494;
    font-size: 14px;
    padding-right: 20px;
    padding-top: 2px;
}

.question-open  .domain-al span {
    background-color: var(--lighter_color_shade);
}

.question-open  .pull-left h3 {
    color: #949494;
    font-size: 15px;
    margin-top: 0px !important;
}

.nocontentfound{
    min-height: 300px;
}

.floater {
    position: relative;
    top: 25%;
}

.unavailable {
  position: absolute;
  top: -5px;
  left: -5px;
  font-size: 174%;
  color: rgba(205, 205, 205, 0.7);
}

.footing-buttons{
    background: #f5f8fa;
    padding: 10px 0;
    border-radius: 0px;
    width: 104%;
    position: -webkit-sticky;
    position: sticky;
    /* z-index: 10; */
    bottom: 0px;
    box-shadow: 5px -11px 11px -16px #333;
    margin-left: -2%;
}

.footing-buttons h3{
    cursor: pointer;

}


.ng-wig{
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}


/*question in modal */
.question-full-view-modal .modal-body {
    padding: 0;
}
.question-full-view p {
    font-size: 16px;
    margin-bottom: 20px;
}
.question-full-view .q {
    font-family: 'Poppins', 'Lato', sans-serif;
}
.question-full-view-modal .reviews .user-ratings {
    width: 55%;
}
.question-full-view-modal .reviews .user-ratings:before {
    border-left: 45px solid #f4f4f4;
    border-top: 41px solid transparent;
    border-bottom: 40px solid transparent;
}

/*modal reviews*/
.reviews {
    display: table;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0;
}
.reviews .expert-ranking {
    display: table-cell;
    vertical-align: middle;
    width: 220px;
}
.reviews .expert-ranking .avatar {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 45px;
    border: 1px solid #E4E4E4;
    box-shadow: 0 0 0 1px #fff;
}
.reviews .expert-ranking .avatar img {
    width: 50px;
    height: 50px;
}
.reviews .expert-ranking .expert-score {
    float: left;
    margin-left: 10px;
    text-align: left
}
.reviews .expert-ranking .expert-score h5 {
    margin: 10px 0 2px;
    color: #000;
    font-family: 'Poppins', 'Lato', sans-serif;
}
.reviews .expert-ranking .expert-score span {
    color: #FD7400;
}
.reviews .vote-wrap {
    display: table-cell;
    border: 2px solid var(--light_color_shade);
    border-radius: 2px;
    vertical-align: middle;
    width: 245px;
}
.reviews .vote-wrap .vote {
    float: left;
    vertical-align: middle;
    padding: 8px 15px 8px;
}
.reviews .vote-wrap .vote .label {
    font-size: 22px;
    color: #000;
    font-weight: normal;
    padding: 0;
    padding-right: 12px;
}
.reviews .vote-wrap .vote .vote-up, .reviews .vote-wrap .vote .vote-down {
    cursor: pointer;
}
.reviews .vote-wrap .vote .vote-up {
    font-size: 22px;
    color: #fd7400;
    margin-right: 10px
}
.reviews .vote-wrap .vote .vote-down {
    font-size: 22px;
    color: var(--light_color_shade);
}
.reviews .vote-wrap .voting-score {
    float: right;
    vertical-align: middle;
    font-size: 20px;
    color: #fd7400;
    font-family: 'Poppins', 'Lato', sans-serif;
    border-left: 2px solid var(--light_color_shade);
    padding: 10px 20px;
    text-align: center;
    padding: 10px 5px;
    text-align: center;
    float: right;
    min-width: 85px;
}
.reviews .follow-btn {
    float: right;
    margin-left: 20px;
}
.reviews .question_status {
    display: table-cell;
    width: 180px;
    vertical-align: middle;
    text-align: center;
}
.reviews .question_status h5 {
    color: #9b9b9b;
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 16px;
}
.reviews .question_status .q-status {
    margin: 0 auto;
}
.reviews .user-ratings {
    background: var(--questionText_color);
    padding: 15px;
    display: table-cell;
    width: 260px;
    position: absolute;
    top: -16px;
    bottom: -15px;
    right: -25px;
    padding-left: 10%;
}
.reviews .user-ratings:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    border-top: 42px solid transparent;
    border-bottom: 42px solid transparent;
    border-left: 45px solid #F8F8F8;
    border-right: 0 solid transparent;
    z-index: 1;
}
.reviews .user-ratings p {
    margin-bottom: 2px;
    color: #fff;
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 16px;
}

/****** Style Star Rating Widget *****/
.rating {
    float: left;
    margin-left: -5px;
}
.rating > input {
    display: none;
}
.rating > label:before {
    margin-left: 5px;
    font-size: 2em;
    line-height: 1em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f006";
}
.rating > label {
    color: #ddd;
    float: right;
    cursor: pointer;
    margin-bottom: 0;
}
.rating > input:checked ~ label, .rating > input:checked ~ label:before,

/* show checked star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */ .rating:not(:checked) > label:hover ~ label {
    color: #FFE11A;
    content: "\f005";
}

/* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */ .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, /* lighten current selection */ .rating > input:checked ~ label:hover ~ label {
    color: #FFEC6D;
    content: "\f005"
}

.answer_area {
    padding-bottom: 0px;
    min-height: 100px;
}

.ratingtag {
    margin: 0px;
    padding-top: 2px;
    font-size: 13px;
    color: var(--questionText_color);
    margin-top: 5px;
    padding-left: 120px;
    font-size: 0.8em;
}

.feedback_window {
    margin-left: -5px;
    background: var(--faint_color_shade);
    border-radius: 5px;
}

.feedback_span{
    color: #333;
    font-weight: normal;
    white-space: pre-wrap;
}

.viz_dark_blue {
    color: var(--questionText_color) !important;
}

/* Question open*/
.q-status {
    width: 140px;
}
.q-status ul {
    position: relative;
}
.q-status ul:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    height: 2px;
    background: var(--light_color_shade);
}
.q-status ul > li {
    display: inline-block;
    margin: 0 2px;
    position: relative;
    z-index: 2;
}
.q-status ul > li.c-filled, .q-status ul > li.c-blank {
    width: 20px;
    height: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    border: 1px solid var(--light_color_shade);
}
.q-status ul > li.c-filled {
    background: var(--light_color_shade);
}
.q-status ul > li.c-blank {
    background: #fff;
    border: 1px solid var(--light_color_shade)
}

/* Searched questions*/
.notify, .search-counter {
    margin: 40px 0;
    text-align: center;
    font-size: 18px;
    position: relative;
}
.notify:before, .search-counter:before {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e86f";
    color: #bedb39;
    font-size: 53px;
    vertical-align: middle;
}
.search-counter b {
    color: var(--light_color_shade);
}
.notify:before {
    content: "\f005";
    font-family: FontAwesome;
    padding-right: 7px;
    color: #FFE11A;
}
.search-listing ul > li {
    margin-bottom: 30px;
}
.list-box, .question-wrap {
    border: 1px solid #cecece;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    position: relative;
}
.search-listing ul > li .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    padding: 3px 6px;
    font-size: 25px;
    color: #fff;
    background-color: #000;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.search-listing ul > li .close:focus, .search-listing ul > li .close:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.question-full-view .question-header, .list-box .question-header {
    padding: 20px 38px 10px 25px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #fff;
}
.question-full-view .question-header h4, .list-box .question-header h4 {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 26px;
    margin: 0 0 5px;
}
.question-full-view .question-header h5, .list-box .question-header h5 {
    color: #a3a3a3;
}
.question-full-view .answer, .list-box .answer {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 25px 25px 35px;
    position: relative;
}
.all-answers li .answer-right .answer article, .question-full-view .answer article, .list-box .answer article {
    height: 45px;
    overflow: hidden;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.all-answers li .answer-right .answer article.open, .question-full-view .answer article.open, .list-box .answer article.open {
    height: auto;
    overflow: visible;
}
.all-answers li .answer-right .answer article p, .question-full-view .answer p, .list-box .answer p {
    font-size: 16px;
}
.all-answers li .answer-right .answer .toggle_answer, .question-full-view .answer .toggle_answer, .list-box .answer .toggle_answer {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 25px;
}
.list-box .list-footer {
    background-color: #f8f8f8;
    border-top: 1px solid #fff;
}
.list-box .list-footer .reviews {
    padding: 10px 25px 10px 0;
}
.list-box .list-footer .reviews .expert-ranking {
    padding-left: 25px;
    width: 38%;
}
.list-box .list-footer .reviews .user-ratings {
    width: 45%;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
}

.draft-option {
    float: right;
    padding: 7px;
    font-style: italic;
    color: #888;
}

.verification-option {
    float: right;
    padding: 7px;
    font-weight: bold;
    color: #fd7400e8;
}

.choose-option {
    display: table;
    width: 100%;
    margin: 50px 0;
}
.choose-option.active {
    display: table !important;
}
.choose-option a {
    position: relative;
    min-width: 329px;
}
.choose-option a:first-child {
    float: left;
    padding-left: 18px;
    padding-right: 35px;
}
.choose-option a:last-child {
    float: right;
    padding-left: 35px;
    padding-right: 18px;
}
.choose-option a .right-icon, .choose-option a .left-icon {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    font-size: 32px;
    text-align: center;
    margin-top: -25px;
}
.choose-option a .right-icon {
    left: -25px;
    border: 1px solid var(--light_color_shade);
    color: var(--light_color_shade);
    padding-top: 5px;
}
.choose-option a .left-icon {
    right: -25px;
    border: 1px solid #bedb39;
    color: #bedb39;
}
.choose-option .or {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100px;
    text-align: center;
}
.choose-option .or b {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-family: 'Poppins', 'Lato', sans-serif;
    background: #fff;
    padding: 0px 8px;
}
.choose-option .or em {
    position: absolute;
    width: 100%;
    height: 1px;
    z-index: 1;
    top: 50%;
    background: #000;
    left: 0;
    right: 0;
}

.bottomindex{
    color: #949494;
    font-size: 12px;
}

.bottomindex span{
    color: #949494;
    font-size: 12px;
}
/* expert*/

.q-expert {
    margin-top: 30px;
}
.q-expert > li {
    padding: 25px;
    cursor: auto;
}
.q-expert > li .q-status, .q-manager > li .q-status {
    margin: 0;
}
.q-manager > li p, .q-expert > li p {
    font-size: 26px;
    line-height: 1.4em;
    font-family: 'Poppins', 'Lato', sans-serif;
    color: var(--questionText_color);
}
.q-expert > li .media-body .media-heading {
    font-size: 18px;
    color: #a3a3a3;
    margin: 0;
}
.q-expert > li .media-body .media-heading span {
    color: #000;
    margin-right: 10px;
}
.q-expert > li .media-body h4 {
    margin: 5px 0 15px;
}
.q-expert > li h4 {
    color: #a3a3a3;
    font-size: 18px;
    margin: 0 0 10px
}

/*Chat window*/
.chat-wrapper {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.chat-wrapper .chat-window {
    border: 1px solid var(--light_color_shade);
    border-bottom: 0;
    background: #fff;
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 1020;
    width: 327px;
}
.chat-wrapper .chat-window .chat-header {
    background: var(--light_color_shade);
    padding: 0px 8px;
    height: 41px;
}
.chat-wrapper .chat-window .chat-header .header-left {
    float: left;
}
.chat-wrapper .chat-window .chat-header .header-right {
    float: right;
    margin-top: 3px;
}
.chat-wrapper .chat-window .chat-header .header-left span {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
    display: inline-block;
    vertical-align: middle;
}
.chat-wrapper .chat-window .chat-header .chat-min, .chat-wrapper .chat-window .chat-header .chat-max {
    display: inline-block;
    cursor: pointer;
    padding: 7px 0px;
}
.chat-wrapper .chat-window .chat-header .chat-min .min-icon, .chat-wrapper .chat-window .chat-header .chat-max .min-icon {
    background: #fff;
    width: 18px;
    height: 2px;
    display: inline-block;
    cursor: pointer;
}

/* add class window-max,or window-min to minimize or maximize chat window*/
.chat-wrapper .chat-window.window-max .chat-header .chat-min {
    display: inline-block;
}
.chat-wrapper .chat-window.window-min .chat-header .chat-max {
    display: inline-block;
    position: relative;
    top: -15px;
}
.chat-wrapper .chat-window.window-min .chat-header .chat-min {
    display: none;
}
.chat-wrapper .chat-window.window-max .chat-header .chat-max {
    display: none;
}
.chat-wrapper .chat-window .chat-footer {
    height: 34px;
}
.chat-wrapper .chat-window .chat-footer .form-control {
    border-width: 1px 0 0 0;
}
.chat-wrapper .chat-window .chat-header .chat-close {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.chat-wrapper .chat-window .chat-body {
    padding: 4px 10px;
    height: 350px;
}
.chat-wrapper .chat-window .chat-body .reciever .chat-text, .chat-wrapper .chat-window .chat-body .sender .chat-text {
    font-size: 12px;
    padding: 10px;
    position: relative;
}
.chat-wrapper .chat-window .chat-body .reciever .chat-text {
    border: 1px solid var(--light_color_shade);
    background: #eaf6f8;
    margin-left: 20px;
}
.chat-wrapper .chat-window .chat-body .sender .chat-text {
    border: 1px solid #bedb39;
    background: #faffe4;
    margin-right: 20px;
}
.chat-wrapper .chat-window .chat-body .reciever .chat-text:after {
    content: "";
    position: absolute;
    left: -16px;
    top: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 0 solid transparent;
    border-right: 15px solid var(--light_color_shade);
}
.chat-wrapper .chat-window .chat-body .reciever .chat-text:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 0 solid transparent;
    border-right: 15px solid #eaf6f8;
    z-index: 1;
}
.chat-wrapper .chat-window .chat-body .sender .chat-text:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #bedb39;
    border-right: 0 solid transparent;
}
.chat-wrapper .chat-window .chat-body .sender .chat-text:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #faffe4;
    border-right: 0 solid transparent;
    z-index: 1;
}
.chat-wrapper .chat-window .chat-body .reciever small, .chat-wrapper .chat-window .chat-body .sender small {
    color: #aaa;
    display: block;
    margin-top: 3px;
}
.chat-wrapper .chat-window .chat-body .reciever small {
    margin-left: 30px;
}
.chat-wrapper .chat-window .chat-body .sender small {
    text-align: right;
    margin-right: 30px;
}

/* custom scrollbar edited*/
.mCSB_inside>.mCSB_container {
    margin-right: 20px;
}
.mCSB_scrollTools {
    width: 10px;
}

/* answer time estimation*/
.req_time {
    display: table;
    width: 100%;
    padding: 10px;
}
.req_time h3 {
    font-size: 26px;
    line-height: 1.4em;
    font-family: 'Poppins', 'Lato', sans-serif;
    color: var(--questionText_color);
    margin: 0 0 30px;
    text-align: center;
}
.req_time .time-slider {
    display: table;
    width: 100%;
    margin: 20px 0 30px;
}
.req_time .time-slider .text-label, .req_time .time-slider .time-slide {
    display: table-cell;
    vertical-align: middle;
}
.req_time .time-slider .text-label {
    font-size: 16px;
    font-family: 'Poppins', 'Lato', sans-serif;
    color: var(--questionText_color);
    line-height: 1em;
}
.req_time .time-slider .max-time {
    text-align: right;
}
.req_time .time-slider .time-slide {
    width: 70%;
}
.req_time .time-inputs {
    margin: 30px auto 50px;
    margin-top: -35px;
    margin-bottom: 80px;
    text-align: center;
}
.req_time .time-inputs .inputs {
    width: 50px;
    border-color: #a2a2a2;
    text-align: center;
    font-family: 'Poppins', 'Lato', sans-serif;
}
.req_time .time-inputs label {
    padding: 0 10px;
}

/* range slider */
.req_time .slider-wrap {
    width: 100%;
}
.req_time .slider-wrap .slider-path {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 15px;
    background-color: #bedb39;
}
.req_time .slider-wrap .slider-path .slider-seek {
    height: 30px;
    width: 30px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
    background: #ffffff; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    border: 1px solid #ddd;
    border-radius: 40px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    margin-top: -11px;
    cursor: pointer;
    left: 45%;
}
.reply-question {
    margin: 30px 0;
    border: 0;
    box-shadow: none;
    display: none;
}
.reply-question .question-header {
    border: 1px solid #cecece;
    border-bottom: 0;
    padding: 20px 25px
}
.reply-question .answer {
    padding: 0;
    border: 0;
}
.reply-question .footer-btns {
    margin: 30px 0;
    text-align: right;
}
.write_answer_wrap {
    font-family: 'Poppins', 'Lato', sans-serif;
}
.q-expert .user-ratings {
    margin-left: 10px;
}
.q-expert .user-ratings i {
    color: #FFE11A;
}
.q-expert .user-ratings i+i {
    margin-left: 3px;
}
.q-expert > li .media-body .heading-left {
    float: left;
}
.q-expert > li .media-body .btns-right {
    float: right;
}
.back-btn {
    margin: 20px 0 40px;
    font-size: 16px;
    font-family: 'Poppins', 'Lato', sans-serif;
}

/* all answers */
.all-answers li {
    background-color: #f1f1f1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    margin-bottom: 40px;
}
.all-answers li .expert-thumb {
    margin-right: -30px;
}
.all-answers li .expert-thumb .thumb {
    padding: 30px;
    text-align: center;
}
.all-answers li .expert-thumb .expert-score {
    color: #fd7400;
    margin: 15px 0;
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 18px;
}
.all-answers li .answer-right {
    background: #fff;
    padding: 25px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.all-answers li .answer-right .answer {
    position: relative;
    padding-bottom: 10px;
}
.all-answers li .answer-right .answer .toggle_answer {
    bottom: -10px;
    right: 0;
}
.all-answers li .answer-right .answer article {
    display: block;
    height: auto;
    word-wrap: break-word;
    width: auto;
}

/*.all-answers li .answer-right .answer article p {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
overflow-wrap: break-all;
margin: 0;
font-size: 18px;
}*/
.all-answers li .answer-right .answer article.open p {
    white-space: normal;
}
.ratings {
    padding: 5px 25px;
    background: #f5f5f5;
    border-top: 1px solid #FFF;
    border-left: 1px solid #ddd;
}
.ratings h4 {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 16px;
}
.ratings .text-label {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 16px;
    float: left;
    clear: left;
    margin-right: 11px
}
.ratings p {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 16px;
    margin-left: 109px;
    clear: both;
}
.rating ul li {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    box-shadow: none;
}
.angular-input-stars > li .active {
    color: #FFE11A;
    text-shadow: none;
}
.angular-input-stars > li .active.angular-input-stars-hover {
    text-shadow: none;
}





/* all records conversation manager */
.record-wrapper .filters ul {
    display: table;
    width: 100%;
}
.record-wrapper .filters ul li {
    display: table-cell;
    vertical-align: middle;
}
.record-wrapper .filters ul li:last-child {
    text-align: right;
}
.record-wrapper .filters ul li .customCheckbox {
    text-align: center;
}
.record-wrapper .content {
    background: var(--questionText_color);
}
.record-wrapper aside {
    float: left;
    width: 20%;
}
.tab-nav > .title, .record-wrapper aside > .title {
    display: none;
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 16px;
    color: var(--questionText_color);
    padding: 10px 10px 0;
    margin: 0 0 25px;
}
.record-wrapper aside ul li:first-child {
    border-top: 0;
}
.record-wrapper aside ul li:last-child {
    border-bottom: 0;
}
.record-wrapper aside ul li {
    border-top: 1px solid #035A75;
    border-bottom: 1px solid #011921;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.record-wrapper aside ul li a {
    display: block;
    padding: 15px 35px;
    color: #fff;
}
.record-wrapper aside ul li:hover, .record-wrapper aside ul li.active {
    border-left: 5px solid #FD7400;
}
.record-wrapper aside ul li.active a {
    background: var(--light_color_shade);
    font-family: 'Poppins', 'Lato', sans-serif;
}
.record-wrapper aside ul li a:hover {
    background: var(--light_color_shade);
    text-decoration: none;
}
.record-wrapper .right_container {
    background: #f5f5f5;
    float: left;
    width: 80%;
}
.record-wrapper .right_container .data-container {
    padding: 10px;
}
.record-wrapper .right_container .data-container .table > thead {
    background: #fff;
}
.record-wrapper .right_container .data-container .table > thead>tr>th {
    vertical-align: top;
}
.record-wrapper .right_container .data-container .table>tbody>tr>td, .record-wrapper .right_container .data-container .table>tbody>tr>th, .record-wrapper .right_container .data-container .table>tfoot>tr>td, .record-wrapper .right_container .data-container .table>tfoot>tr>th, .record-wrapper .right_container .data-container .table>thead>tr>td, .record-wrapper .right_container .data-container .table>thead>tr>th {
    white-space: nowrap;
}
.record-wrapper .right_container .data-container .table>tbody>tr:nth-child(even) {
    background: #fff;
}
.record-wrapper .right_container .data-container .table>tbody>tr:hover {
    background: #f5f5f5;
}
.record-wrapper .right_container .data-container .table .question {
    white-space: nowrap;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.record-wrapper .right_container .data-container .table .user-ratings {
    color: #FFE11A;
}
.record-wrapper .right_container .data-container .table .q-status ul {
    margin: 0;
}

.record-wrapper .right_container .data-container .record-ful-view {
    padding: 15px;
}
.record-wrapper .right_container .data-container .record-ful-view .full-question {
    font-size: 18px;
    font-family: 'Poppins', 'Lato', sans-serif;
    padding-right: 75px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
}
.record-wrapper .right_container .data-container .record-ful-view .full-question .back-btn {
    position: absolute;
    right: 0;
    top: 15px;
    margin: 0;
}
.record-wrapper .right_container .data-container .record-ful-view .action {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
    font-family: 'Poppins', 'Lato', sans-serif;
}
.record-wrapper .right_container .data-container .records {
    margin-bottom: 20px;
}
.record-wrapper .right_container .data-container .records > li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.record-wrapper .right_container .data-container .records > li .column-head {
    float: left;
    width: 40%;
    font-family: 'Poppins', 'Lato', sans-serif;
    padding: 7px 0;
}
.record-wrapper .right_container .data-container .records > li .column-content {
    float: left;
    width: 60%;
    font-family: 'Poppins', 'Lato', sans-serif;
    position: relative;
}
.record-wrapper .right_container .data-container .records > li .column-content .chat-btn {
    margin-left: 10px;
}
.record-wrapper .right_container .data-container .records > li .column-content .edit-btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
}
.record-wrapper .right_container .data-container .record-ful-view .footer-btns {
    text-align: center;
    margin-top: 20px;
}
.asked-ques {
    margin-bottom: 20px;
}
.asked-ques p {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 25px;
    line-height: 1.2em;
}
.asked-ques h4 {
    font-family: 'Poppins', 'Lato', sans-serif;
    color: #a3a3a3;
}
.asked-ques h4:first-child {
    float: left;
}
.asked-ques h4:last-child {
    float: right;
}
.matched-questions-wrapper > li {
    border: 1px dashed #eee;
    margin-bottom: 20px;
    padding: 0 10px;
}
.matched-questions li {
    border: 1px solid #ddd;
    position: relative;
    padding: 20px 15px 15px 35px;
    margin-bottom: 20px;
}
.matched-questions li.selected {
    border-color: #bedb39;
}
.matched-questions li.selected .active_check {
    color: #fff;
    background-color: #bedb39;
}
.matched-questions li .active_check {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    line-height: 1;
    color: #fff;
    font-size: 20px;
    background-color: #ddd;
    width: 30px;
    height: 30px;
    padding: 4px;
}
.matched-questions li h4 {
    margin: 0 0 10px;
    color: var(--questionText_color);
}
.matched-questions li h5 {
    line-height: 1.5em;
    color: #383838;
    margin: 0;
}
.flash-message {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 999999;
}
.text-editor .btn {
    color: #333;
}
.btn-ans {
    float: right;
}
.seekerdiv {
    margin-top: auto;
    margin-bottom: auto;
    top: 50%;
}
.nav>li>a,.nav-tabs {
 display: none;
}

#demo-right .nav>li>a{
    display: none;
    padding: 20px;
    box-shadow: 0px;
    font-size: 16px;
}

 #demo-right .nav-tabs {
    display: block;
 }

.progressbartext{
    position: absolute;
    color: #AAA;
    font-weight: 700;
    line-height: 1;
    z-index: 2;
    top: 35%;
    left: 30%;
    bottom: auto;
    font-size: 14px;
    width: 40%;
}

.sidenav {
    height: 100vh; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 3; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #FFF; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: scroll;
    padding-top: 60px; /* Place content 60px from the top */
    -webkit-transition:0.5s;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    box-shadow:  10px 0px 50px 4px rgba(0,0,0,0.2) ;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #999;
    display: block;
    -webkit-transition:0.3s;
    transition: 0.3s;
    cursor: pointer;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, a:active, a:focus {
    /*background-color: #eee !important;*/
}

.sidenav a:hover, .offcanvas a:focus {
    color: #aaa;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    -webkit-transition:margin-left .5s;
    transition: margin-left .5s;
    padding: 20px;
}
.navbar-toggle {
    left: 15px;
}


/* .editor .nw-editor {
    max-height: 150px;
} */

.ng-wig .nw-editor {
    min-height: 150px;
    height: 250px;
    display: block;
    overflow-y: scroll;
    resize: vertical;
}



/* :not(:required) hides this rule from IE9 and below */

.whirly-loader:not(:required) {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 100%;
  box-shadow: #e66 0px 26px 0 6px, #e66 0.90971px 26.05079px 0 5.93333px, #e66 1.82297px 26.06967px 0 5.86667px, #e66 2.73865px 26.05647px 0 5.8px, #e66 3.65561px 26.01104px 0 5.73333px, #e66 4.57274px 25.93327px 0 5.66667px, #e66 5.48887px 25.8231px 0 5.6px, #e66 6.40287px 25.68049px 0 5.53333px, #e66 7.31358px 25.50548px 0 5.46667px, #e66 8.21985px 25.2981px 0 5.4px, #e66 9.12054px 25.05847px 0 5.33333px, #e66 10.01448px 24.78672px 0 5.26667px, #e66 10.90054px 24.48302px 0 5.2px, #e66 11.77757px 24.1476px 0 5.13333px, #e66 12.64443px 23.78072px 0 5.06667px, #e66 13.5px 23.38269px 0 5px, #e66 14.34315px 22.95384px 0 4.93333px, #e66 15.17277px 22.49455px 0 4.86667px, #e66 15.98776px 22.00526px 0 4.8px, #e66 16.78704px 21.48643px 0 4.73333px, #e66 17.56953px 20.93855px 0 4.66667px, #e66 18.33418px 20.36217px 0 4.6px, #e66 19.07995px 19.75787px 0 4.53333px, #e66 19.80582px 19.12626px 0 4.46667px, #e66 20.5108px 18.468px 0 4.4px, #e66 21.1939px 17.78379px 0 4.33333px, #e66 21.85416px 17.07434px 0 4.26667px, #e66 22.49067px 16.34043px 0 4.2px, #e66 23.10251px 15.58284px 0 4.13333px, #e66 23.68881px 14.80241px 0 4.06667px, #e66 24.24871px 14.0px 0 4px, #e66 24.7814px 13.1765px 0 3.93333px, #e66 25.28607px 12.33284px 0 3.86667px, #e66 25.76198px 11.46997px 0 3.8px, #e66 26.2084px 10.58888px 0 3.73333px, #e66 26.62462px 9.69057px 0 3.66667px, #e66 27.01001px 8.77608px 0 3.6px, #e66 27.36392px 7.84648px 0 3.53333px, #e66 27.68577px 6.90284px 0 3.46667px, #e66 27.97502px 5.94627px 0 3.4px, #e66 28.23116px 4.97791px 0 3.33333px, #e66 28.4537px 3.99891px 0 3.26667px, #e66 28.64223px 3.01042px 0 3.2px, #e66 28.79635px 2.01364px 0 3.13333px, #e66 28.91571px 1.00976px 0 3.06667px, #e66 29px 0.0px 0 3px, #e66 29.04896px -1.01441px 0 2.93333px, #e66 29.06237px -2.03224px 0 2.86667px, #e66 29.04004px -3.05223px 0 2.8px, #e66 28.98185px -4.07313px 0 2.73333px, #e66 28.88769px -5.09368px 0 2.66667px, #e66 28.75754px -6.1126px 0 2.6px, #e66 28.59138px -7.12863px 0 2.53333px, #e66 28.38926px -8.14049px 0 2.46667px, #e66 28.15127px -9.1469px 0 2.4px, #e66 27.87755px -10.1466px 0 2.33333px, #e66 27.56827px -11.1383px 0 2.26667px, #e66 27.22365px -12.12075px 0 2.2px, #e66 26.84398px -13.09268px 0 2.13333px, #e66 26.42956px -14.05285px 0 2.06667px, #e66 25.98076px -15.0px 0 2px, #e66 25.49798px -15.93291px 0 1.93333px, #e66 24.98167px -16.85035px 0 1.86667px, #e66 24.43231px -17.75111px 0 1.8px, #e66 23.85046px -18.63402px 0 1.73333px, #e66 23.23668px -19.49789px 0 1.66667px, #e66 22.5916px -20.34157px 0 1.6px, #e66 21.91589px -21.16393px 0 1.53333px, #e66 21.21024px -21.96384px 0 1.46667px, #e66 20.4754px -22.74023px 0 1.4px, #e66 19.71215px -23.49203px 0 1.33333px, #e66 18.92133px -24.2182px 0 1.26667px, #e66 18.10379px -24.91772px 0 1.2px, #e66 17.26042px -25.58963px 0 1.13333px, #e66 16.39217px -26.23295px 0 1.06667px, #e66 15.5px -26.84679px 0 1px, #e66 14.58492px -27.43024px 0 0.93333px, #e66 13.64796px -27.98245px 0 0.86667px, #e66 12.69018px -28.50262px 0 0.8px, #e66 11.7127px -28.98995px 0 0.73333px, #e66 10.71663px -29.4437px 0 0.66667px, #e66 9.70313px -29.86317px 0 0.6px, #e66 8.67339px -30.2477px 0 0.53333px, #e66 7.6286px -30.59666px 0 0.46667px, #e66 6.57001px -30.90946px 0 0.4px, #e66 5.49886px -31.18558px 0 0.33333px, #e66 4.41643px -31.42451px 0 0.26667px, #e66 3.32401px -31.6258px 0 0.2px, #e66 2.22291px -31.78904px 0 0.13333px, #e66 1.11446px -31.91388px 0 0.06667px, #e66 0.0px -32px 0 0px, #e66 -1.11911px -32.04713px 0 -0.06667px, #e66 -2.24151px -32.05506px 0 -0.13333px, #e66 -3.36582px -32.02361px 0 -0.2px, #e66 -4.49065px -31.95265px 0 -0.26667px, #e66 -5.61462px -31.84212px 0 -0.33333px, #e66 -6.73634px -31.69198px 0 -0.4px, #e66 -7.8544px -31.50227px 0 -0.46667px, #e66 -8.9674px -31.27305px 0 -0.53333px, #e66 -10.07395px -31.00444px 0 -0.6px, #e66 -11.17266px -30.69663px 0 -0.66667px, #e66 -12.26212px -30.34982px 0 -0.73333px, #e66 -13.34096px -29.96429px 0 -0.8px, #e66 -14.4078px -29.54036px 0 -0.86667px, #e66 -15.46126px -29.07841px 0 -0.93333px, #e66 -16.5px -28.57884px 0 -1px, #e66 -17.52266px -28.04212px 0 -1.06667px, #e66 -18.52792px -27.46878px 0 -1.13333px, #e66 -19.51447px -26.85936px 0 -1.2px, #e66 -20.48101px -26.21449px 0 -1.26667px, #e66 -21.42625px -25.53481px 0 -1.33333px, #e66 -22.34896px -24.82104px 0 -1.4px, #e66 -23.2479px -24.07391px 0 -1.46667px, #e66 -24.12186px -23.29421px 0 -1.53333px, #e66 -24.96967px -22.48279px 0 -1.6px, #e66 -25.79016px -21.64052px 0 -1.66667px, #e66 -26.58223px -20.76831px 0 -1.73333px, #e66 -27.34477px -19.86714px 0 -1.8px, #e66 -28.07674px -18.938px 0 -1.86667px, #e66 -28.7771px -17.98193px 0 -1.93333px, #e66 -29.44486px -17.0px 0 -2px, #e66 -30.07908px -15.99333px 0 -2.06667px, #e66 -30.67884px -14.96307px 0 -2.13333px, #e66 -31.24325px -13.91039px 0 -2.2px, #e66 -31.7715px -12.83652px 0 -2.26667px, #e66 -32.26278px -11.74269px 0 -2.33333px, #e66 -32.71634px -10.63018px 0 -2.4px, #e66 -33.13149px -9.5003px 0 -2.46667px, #e66 -33.50755px -8.35437px 0 -2.53333px, #e66 -33.84391px -7.19374px 0 -2.6px, #e66 -34.14px -6.0198px 0 -2.66667px, #e66 -34.39531px -4.83395px 0 -2.73333px, #e66 -34.60936px -3.63759px 0 -2.8px, #e66 -34.78173px -2.43218px 0 -2.86667px, #e66 -34.91205px -1.21916px 0 -2.93333px, #e66 -35px 0.0px 0 -3px, #e66 -35.04531px 1.22381px 0 -3.06667px, #e66 -35.04775px 2.45078px 0 -3.13333px, #e66 -35.00717px 3.6794px 0 -3.2px, #e66 -34.92345px 4.90817px 0 -3.26667px, #e66 -34.79654px 6.13557px 0 -3.33333px, #e66 -34.62643px 7.36007px 0 -3.4px, #e66 -34.41316px 8.58016px 0 -3.46667px, #e66 -34.15683px 9.79431px 0 -3.53333px, #e66 -33.85761px 11.001px 0 -3.6px, #e66 -33.5157px 12.19872px 0 -3.66667px, #e66 -33.13137px 13.38594px 0 -3.73333px, #e66 -32.70493px 14.56117px 0 -3.8px, #e66 -32.23675px 15.72291px 0 -3.86667px, #e66 -31.72725px 16.86968px 0 -3.93333px, #e66 -31.17691px 18px 0 -4px, #e66 -30.58627px 19.11242px 0 -4.06667px, #e66 -29.95589px 20.2055px 0 -4.13333px, #e66 -29.28642px 21.27783px 0 -4.2px, #e66 -28.57852px 22.32799px 0 -4.26667px, #e66 -27.83295px 23.35462px 0 -4.33333px, #e66 -27.05047px 24.35635px 0 -4.4px, #e66 -26.23192px 25.33188px 0 -4.46667px, #e66 -25.37819px 26.27988px 0 -4.53333px, #e66 -24.49018px 27.1991px 0 -4.6px, #e66 -23.56888px 28.0883px 0 -4.66667px, #e66 -22.6153px 28.94626px 0 -4.73333px, #e66 -21.6305px 29.77183px 0 -4.8px, #e66 -20.61558px 30.56385px 0 -4.86667px, #e66 -19.57168px 31.32124px 0 -4.93333px, #e66 -18.5px 32.04294px 0 -5px, #e66 -17.40175px 32.72792px 0 -5.06667px, #e66 -16.27818px 33.37522px 0 -5.13333px, #e66 -15.1306px 33.98389px 0 -5.2px, #e66 -13.96034px 34.55305px 0 -5.26667px, #e66 -12.76875px 35.08186px 0 -5.33333px, #e66 -11.55724px 35.56951px 0 -5.4px, #e66 -10.32721px 36.01527px 0 -5.46667px, #e66 -9.08014px 36.41843px 0 -5.53333px, #e66 -7.81748px 36.77835px 0 -5.6px, #e66 -6.54075px 37.09443px 0 -5.66667px, #e66 -5.25147px 37.36612px 0 -5.73333px, #e66 -3.95118px 37.59293px 0 -5.8px, #e66 -2.64145px 37.77443px 0 -5.86667px, #e66 -1.32385px 37.91023px 0 -5.93333px;
  -webkit-animation: whirly-loader 1.25s infinite linear;
  animation: whirly-loader 1.25s infinite linear;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.fadedtext{
    color: #AAA;
}

.search-box{
    margin-bottom: 0px !important;
    height: 38px;
    padding: 3px 16px 6px 16px;
    font-size: 15px;
}


.editor{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 100;
}

#suggesstion-box{
    width: 100%
}

/*#suggesstion-box .list-group{
   border: 1px solid #ddd !important;
}*/


.higlightediv{
    background-color: blue;

}

.list-group-item{
    border: 0px solid #ddd !important;
}

.list-group-item:hover, .list-group-item:active{
    background: #eee !important;
    cursor: pointer;
}

.user_info {
    margin-left: 55px;
    margin-top: 0px;
}

.user_pic {
    float: left;
}

.user_name {
    font-size: 1em;
    font-weight: bold;
}

.user_score {
    color: #b4c6cc;
    padding-left: 15px;
    font-size: 0.9em;
}

.feedback_area p {
    padding: 10px 0px;
}

.feedback_active_link{
background: red;
}

.feedback_disabled_link{
   pointer-events: none ;
   cursor: default;
}

/*-------------------------------------------*/

/* Material style */
.bttn {
  border: none;
  cursor: pointer;
  color: white;
  padding: 10px 40px;
  border-radius: 2px;
  /*font-size: 22px;*/
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
  background: var(--light_color_shade);
}

/* Ripple magic */
.bttn{
  position: relative;
  overflow: hidden;
}

.bttn:hover {
  background: var(--dark_color_shade);
}

.bttn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, .2);
  opacity: 0;
  border-radius: 100%;
  -webkit-transform: scale(1, 1) translate(-50%);
          transform: scale(1, 1) translate(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.bttn-ans {
    font-size: 16px;
    line-height: 1.3333333;
    margin-left: -1px;
    padding: 8px 30px;
    border-radius: 0px 2px 2px 0px;
    float: right;
    min-width: 170px;
    margin-top: 10px;
}
.bttn1-ans {
    font-size: 16px;
    line-height: 1.3333333;
    margin-left: -1px;
    padding: 8px 30px;
    border-radius: 0px 2px 2px 0px;
    float: right;
    min-width: 170px;
}

.buttonn-ans {
    font-size: 16px;
    line-height: 1.3333333;
    margin-left: -1px;
    padding: 8px 30px;
    border-radius: 0px 2px 2px 0px;
    float: right;
    min-width: 170px;
    margin-right: 5px;
}

.bttn-msearch {
    padding: 7px 27px;
    border-radius: 0px 2px 2px 0px;
    margin-left: -1px;
    font-size: 18px;
    line-height: 1.333333;
    font-weight: 600;
    float: right;
    min-width: 60px;
    margin-top: 10px;
}

.bttn-ans:hover {
    background: var(--dark_color_shade);
}

.bttn-ans[disabled]:hover {
    background: var(--light_color_shade);
    cursor: not-allowed;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(25, 25);
            transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(40, 40);
            transform: scale(40, 40);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(25, 25);
            transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(40, 40);
            transform: scale(40, 40);
  }
}

.bttn:focus:not(:active)::after {
  -webkit-animation: ripple .5s ease-out;
          animation: ripple .5s ease-out;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1001; /* Sit on top. 1 more than footer */
    padding-top: 75px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    /*width: 565px;*/
}

.modal-body {
    position: relative;
    padding: 0px;
}

.searchimprove {
    font-size: 12px;
    color: #1692d2;
    padding: 2px 18px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 3px;
    padding-right: 5px;
}

.improve-close {
    color: #fff;
    float: right;
    margin-top: -18px;
    font-size: 16px;
    border-radius: 3px;
    font-weight: bold;
    padding: 0px 4px;
    line-height: 16px;
}

.improve-close:hover,
.improve-close:focus {
    color: #cb3f21;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
}

.closeModal{
    position:absolute;
    right: -17px;
    z-index: 4;
    top: 11px;
    opacity:1;
    font-size: 33px;
    color: #fd7400;
    transition: all linear .2s;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.tool-tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tool-tip .tool-tiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tool-tip .tool-tiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tool-tip:hover .tool-tiptext {
    visibility: visible;
}

.passhidden {
    margin-bottom: 15px;
    opacity: 0;
    -webkit-transition:1s;
    transition: 1s;
}

.passshow {
    opacity: 1;
    margin-bottom: 15px !important;
    -webkit-transition:1s;
    transition: 1s;
}

.highcharts-credits {
    display: none;
}

.hideit {
    display: none;
}

.hideit-imp {
    display: none !important;
}

.activesuggestion {
    background: #eee !important;
    cursor: pointer;
}

/* Tab Switching animation */

.tab-animation > .tab-content {
    position: relative;
}

.tab-animation > .tab-content > .tab-pane{
    -webkit-transition:0.2s linear opacity;
    transition: 0.2s linear opacity;
}

.tab-animation > .tab-content > .tab-pane.active-remove {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}

.tab-animation > .tab-content > .tab-pane.active-remove-active {
    opacity: 0;
}

.tab-animation > .tab-content > .tab-pane.active-add {
    opacity: 0;
}

/* Content loading wait */
.timeline-item {
    background: #fff;
    padding: 12px;
    margin: 0 auto;
    max-width: 100%;
    min-height: 200px;
}

.float_above {
    position: absolute;
    top: -235px;
}

@-webkit-keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
            animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 200px;
    height: 200px;
    position: relative;
}


.background-masker {
    background: #fff;
    position: absolute;
}

/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0px;
    left: 0px;
    right: 0;
    height: 20px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 18px;
    left: 40px;
    height: 23px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 34px;
    height: 25px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 59px;
    height: 9px;
    width: 28px;
    left: 0px;
}


.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 60%;
    right: 0;
}

.background-masker.subheader-right {
    left: 30%;
}

.background-masker.subheader-bottom {
    top: 68px;
    height: 14px;
}

.background-masker.content-top {
    left: 0px;
    right: 0px;
    height: 41px;
    top: 82px;
}

.background-masker.content-bottom {
    height: 33px;
    top: 128px;
    left: 0;
    right: 0;
}

.background-masker.content-button-left {
    height: 39px;
    top: 161px;
    left: 150px;
    right: 30%;
}

.background-masker.content-date-top {
    height: 15px;
    width: 150px;
    top: 161px;
    left: 0px;
}

.background-masker.content-date-bottom {
    height: 15px;
    width: 150px;
    top: 185px;
    left: 0px;
}

.background-masker.content-button-mid1 {
    height: 39px;
    top: 161px;
    width: 10px;
    right: 20%;
}

.background-masker.content-button-mid2 {
    height: 39px;
    top: 161px;
    width: 10px;
    right: 11%;
}

/* Google Login button*/
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: right;
  line-height: 16px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
  min-width: 205px;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}
/* END-Google Login button*/

/* Scrollbar style */

#pagetop::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#pagetop::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

#pagetop::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #9c9c9c;
}

/* END-Scrollbar style*/

/* Checkmark style starts */

[id^=checksuggested] + label {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 5px solid deepskyblue;
  border-radius: 7%;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  text-indent: 90px;
  font: normal normal 30px/60px "Helvetica";
  white-space: nowrap;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[id^=checksuggested] + label:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 14px;
  border-bottom: 5px solid deepskyblue;
  border-left: 5px solid deepskyblue;
  top: 22%;
  left: 50%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}

[id^=checksuggested]:checked + label {
  border: 5px solid deepskyblue;
}
[id^=checksuggested]:checked + label:after {
  opacity: 1;
  width: 35px;
}

[id^=checksuggested] {
  display: none;
}

[id^=checksuggested] + label {
    cursor: pointer;
    margin-left: 40%;
}

.fadeit {
  opacity: 0.6;
  border: 2px solid #fff !important;
  pointer-events: auto !important;
}

.chooseli {
    pointer-events: auto !important;
}

.fadeit:hover {
    opacity: 0.6;
    border: 2px solid deepskyblue !important;
}

.chooseli:hover {
    /*border: 2px solid #64912d !important;*/
    border-radius: 2px;
    background: #fcfff9 !important;
    pointer-events: auto !important;
}

.chooseli:hover  .fa-hand-pointer-o {
  color : #7ED6FF;
}

.isactive {
    border: 2px solid deepskyblue !important;
    background: #fcfff9 !important;
    pointer-events: auto !important;
}

.pointereventactive {
    pointer-events: auto;
}

.validation-modal-title {
    font-family: 'Poppins', 'Lato', sans-serif;
    font-size: 40px;
    position: relative;
}

.validation-list {
    position: relative;
}

.validation-message {
    color: #FD7400;
    font-size: 24px;
    padding-left: 240px;
    margin-top: -82px;
}

.vote-count {
    padding-left: 5px;
    padding-right: 10px;
}

.answer-upvote-button {
    color: #bdbdbd;
}

.answer-upvote-button:hover {
    color: var(--light_color_shade);
}

.answer-downvote-button {
    color: #D3D3D3;
    margin-left: 15px;
}

.answer-downvote-button:hover {
    color: #FD7400;
}

.upvoted {
    color: #009ff1;
}

.downvoted {
    color: #FD7400;
}

.markAllRead:hover {
	text-decoration: underline;
	color : #4F5253;
	cursor: pointer;
}
.markAllRead {
	padding : 0px 5px;
	color : #4F5253;
}

.footing-buttons .fireIcon .glyphicon-fire, .noMatchFound .fireIcon .glyphicon-fire{
	font-size: 25px;
    top: 7px;
}

.footing-buttons a.fireIcon, .noMatchFound a.fireIcon {
    text-decoration: none;
    cursor : pointer;
}
.footing-buttons a.fireIcon:hover, .noMatchFound a.fireIcon:hover{
    color: #fd7400 !important;
}

.seekerhead .fireIcon{
	    margin-top: 8px;
	    color : #fd7400;
}

.seekerhead .fireIcon .glyphicon-fire{
	font-size: 26px;
}

.seekerhead .fireIcon p{
		display: inline;
	    position: relative;
	    bottom: 5px;
	    color : var(--darker_color_shade);
	    font-weight : bold;
	    padding : 0 3px;
}

.sidenav .fireIcon{
	padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #999;
    display: block;
    -webkit-transition:0.3s;
    transition: 0.3s;
}

.sidenav .fireIcon .glyphicon-fire{
	color: #fd7400;
	font-size: 24px;

}

.sidenav .fireIcon span{
		position: relative;
	    bottom: 5px;
	    padding : 0 5px;
	    font-weight : bold;
}

.noMatchFound .SubmitToExpertButton {
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	border-radius: 10px;
	background: #F2F2F2;
	margin: 10px 0px;
}

.selectStrip {
    position: absolute;
    bottom: auto;
    left: auto;
    height: 200px;
    text-align: center;
    width: 95%;
    /* z-index: 1; */
    top: 0px;
    margin-left: -30px;
}

.recordnotfound {
    text-align: center;
    font-size: 1.5em;
    padding: 50px 0px;
}

/* END - Checkmark style */

/* FLIP Animation */

.card-container {
  cursor: pointer;
  height: 100%;
  -webkit-perspective: 600;
          perspective: 600;
  position: relative;
  width: 100%;
}
.card {
  height: 80%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition:all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
  -webkit-transition:0.5s !important;
  transition: 0.5s !important;
}
.card {
  /*transform: rotateX(180deg);*/
}

.transformcard {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
}
.card .side {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 6px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 110%;
  background: #eeeeee;
  -webkit-transition:0.5s !important;
  transition: 0.5s !important;
}
.card .back {
  background: #ffffff;
  color: #034559;
  top: 15px;
  position: absolute;
  border: 1px solid #8cb955;
  text-align: center;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition:0.5s !important;
  transition: 0.5s !important;
}

.askTeam {
    background: #1692d2;
}

.askTeam:hover {
    background: #0e70a2;
}

.btn-sugg {
    font-size: 13px;
    width: 88%;
    -webkit-transition:0.2s;
    transition: 0.2s;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    border-radius: 2px;
}

.btn-sugg-verify, .btn-sugg-accept, .btn-sugg-reject {
    background: #FFF;
    color: #0e445f;
}

.btn-sugg-verify:hover {
    font-weight: bold;
    background: #fd7400e8;
    color: #FFF;
}

.btn-sugg-accept:hover {
    font-weight: bold;
    background: #517b1f;
    color: #FFF;
}

.btn-sugg-reject:hover {
    font-weight: bold;
    background: #517b1f;
    color: #FFF;
}

div[id^="suggestion-record-"]:hover .suggestion-like-button { 
    background: #eee;
    border-radius: 2px; 
}

.suggestion-verify-button {
    background: #fff1f1 !important;
    border: 1px solid #efcdcd !important;
}

.suggestion-like-button {
    margin-left: 10px;
    vertical-align: 2px;
    padding: 2px 5px 7px 5px;
    background: #f4f4f4;
    border-radius: 2px;
    border: 1px solid #ececec;
    cursor: pointer;
}

.suggestion-curate-button {
    margin-left: 10px;
    vertical-align: 2px;
    padding: 2px 5px 7px 5px;
    background: #fff5ef;
    border-radius: 2px;
    border: 1px solid #fddac5;
    cursor: pointer;
}

.suggestion-like-button:hover {
    background: #eee;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.suggestion-curate-button:hover {
    background: #ffe9dc;
    border-radius: 2px;
    border: 1px solid #fbbeae;
}

.suggestion-like-button > span {
    vertical-align: -3px;
    font-weight: bold;
    color: #4f6384;
}

.suggestion-curate-button > span {
    vertical-align: -3px;
    font-weight: bold;
    color: #c7644d;
}

.suggestion-like-button > img {
    width: 18px;
}

.suggestion-like-button-after {
    bottom: 8px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #4f6384;
    vertical-align: 4px;
    position: absolute;
    text-align: right;
    width: 320px;
}

.suggestion-like-button-after > span {
    vertical-align: -3px;
    padding-right: 5px;
}

/* Suggestion Page styles */
.acceptbutton {
    margin-top: 45px;
    color:#fff;
    padding-bottom: 10px;
    background: #8cb955;
    -webkit-transition:0.5s;
    transition: 0.5s;
}

.highlight-accept {
    background: #517b1f;
}

/*
ADMIN PAGE STYLES
*/

/* --------------------------------

Primary style

 --------------------------------*/

.adminexpertrank {
    background: #fff;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 1px rgba(255, 255, 255, 0.2);
    padding-right: 0px;
    padding-left: 0px;
}

.adminexpertrankhead {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    margin: 0px 25px;
}

/* Scrollbar style */

#scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 1px;
    background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #9c9c9c;
}

/* END-Scrollbar style*/

#adminHome, #convoManager {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #3e454c;
  background-color: #ffffff;
}

#adminstatTab, #adminstatTab>li>a {
    display: block !important;
}

.cd-nav li {
    list-style-type: none;
}

.graphdiv {
    border: 1px solid #eee;
    border-radius: 3px;
    background: #f6f6f6;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 1px rgba(255, 255, 255, 0.2);
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* --------------------------------

Main Page Content

-------------------------------- */
.cd-main-content .content-wrapper {
    padding: 20px 10px 10px 10px;
}
.cd-main-content .content-wrapper h1 {
  text-align: center;
  /*padding: 3em 0;*/
  font-size: 2rem;
}
.cd-main-content::before {
  /* never visible - used to check MQ in jQuery */
  display: none;
  content: 'mobile';
}

@media only screen and (min-width: 768px) {
    .content-wrapper {
        width: calc(100% - 110px) !important;
    }
  .cd-main-content .content-wrapper {
    margin-left: 110px;
    /*padding-top: 60px;*/
  }
  .cd-main-content .content-wrapper h1 {
    padding: 4em 0;
    font-size: 3.2rem;
    font-weight: 300;
  }
  .cd-main-content::before {
    content: 'tablet';
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content .content-wrapper {
    margin-left: 200px;
    width: calc(100% - 200px) !important;
  }
  .cd-main-content::before {
    content: 'desktop';
  }
}

/* --------------------------------

Header

-------------------------------- */
.cd-main-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 45px;
  width: 100%;
  background: #3e454c;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-main-header::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 768px) {
  .cd-main-header {
    position: fixed;
    height: 52px;
  }
}

.cd-logo {
  float: left;
  display: block;
  margin: 11px 0 0 5%;
}
.cd-logo img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-logo {
    margin: 16px 0 0 36px;
  }
}

.cd-nav-trigger {
  /* navigation trigger - visible on mobile devices only */
  float: right;
  position: relative;
  display: block;
  /*margin-top: -88px;*/
  width: 34px;
  height: 44px;
  margin-right: 5%;
  /* hide text */
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #ffffff;
}
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition:-webkit-transform 0.2s;
  transition:transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: white;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-search {
  position: relative;
  margin: 1.2em 5% 0.6em;
}
.cd-search.is-hidden {
  opacity: 0;
}
.cd-search::before {
  /* lens icon */
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background: url(../../images/cd-search.svg) no-repeat 0 0;
}
.cd-search input {
  padding-left: 32px;
  width: 100%;
  height: 36px;
  border: none;
  border-radius: .25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .cd-search {
    float: left;
    display: inline-block;
    width: 250px;
    height: 100%;
    margin: 0 0 0 2.5em;
  }
  .cd-search.is-hidden {
    /* reset style */
    opacity: 1;
  }
  .cd-search::before {
    background-position: 0 -16px;
    left: 1em;
  }
  .cd-search form, .cd-search input {
    height: 100%;
    width: 100%;
  }
  .cd-search input {
    border: none;
    padding-left: 2.6em;
    border-radius: 0;
    background-color: #3e454c;
    border-left: 1px solid #51575d;
    color: #ffffff;
  }
  .cd-search input::-webkit-input-placeholder {
    color: #777c81;
  }
  .cd-search input::-moz-placeholder {
    color: #777c81;
  }
  .cd-search input:-moz-placeholder {
    color: #777c81;
  }
  .cd-search input:-ms-input-placeholder {
    color: #777c81;
  }
}

/* --------------------------------

Top Navigation

-------------------------------- */
.cd-nav {
  /* top nav - not visible on mobile devices */
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-nav {
    display: block;
    float: right;
    height: 100%;
  }
}
.cd-nav .account {
    min-width: 200px;
}

.cd-nav .account a{
    text-align: center;
}

.cd-top-nav > li > a::before {
  /* reset style */
  display: none;
}
.cd-top-nav > li a {
  padding: 1em 5% !important;
}
.cd-top-nav img {
  /* avatar image */
  position: absolute;
  left: 1.5em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-top-nav {
    height: 100%;
  }
  .cd-top-nav a {
    display: block;
    font-size: 1.4rem;
    color: #ffffff;
  }
  .cd-top-nav > li {
    display: inline-block;
    margin-right: 1em;
    height: 100%;
  }
  .cd-top-nav > li:last-of-type {
    margin-right: 0;
  }
  .cd-top-nav > li a {
    padding: 1em .6em !important;
  }
  .cd-top-nav img {
    display: block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-top-nav li:not(.has-children) a:hover {
    color: #1784c7;
  }
}

/* --------------------------------

Sidebar

-------------------------------- */
.cd-side-nav {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  /*padding: 45px 0 0;*/
  background-color: #2c3136;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.cd-side-nav.nav-is-visible {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
  max-height: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-side-nav > ul {
  padding: 0.6em 0;
}
.cd-side-nav > ul:last-of-type {
  padding-bottom: 0;
}
.cd-side-nav .cd-label, .cd-side-nav a {
  display: block;
  padding: 1em 5%;
}
.cd-side-nav .cd-label {
  text-transform: uppercase;
  font-weight: bold;
  color: #646a6f;
  font-size: 1rem;
  letter-spacing: .1em;
}
.cd-side-nav a {
  position: relative;
  color: #ffffff;
  font-size: 1.4rem;
}
.cd-side-nav ul.cd-top-nav > li:last-of-type > a {
  border-bottom: none;
}
.cd-side-nav > ul > li > a {
  padding-left: calc(5% + 24px);
  border-bottom: 1px solid #373d44;
}
.admin-nav-icons {
    position: absolute;
    left: 6%;
    top: 30%;
    bottom: auto;
    font-size: 16px;
    color: #888;
}
.cd-side-nav .count {
  /* notification badge */
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(5% + 16px + 0.4em);
  padding: 0.2em 0.4em;
  background-color: #ff7e66;
  border-radius: .25em;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.cd-side-nav .action-btn a {
  display: block;
  margin: 0 5%;
  padding: 1em 0;
  background-color: #1784c7;
  border-radius: .25em;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
.cd-side-nav .action-btn a::before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .content-wrapper {
    /*padding: 30px;*/
    width:calc(100% - 200px)
  }
  .cd-side-nav {
    position: relative;
    float: left;
    top: auto;
    width: 110px;
    min-height: calc(100vh - 122px);
    /*padding-top: 55px;*/
    /* reset style */
    visibility: visible;
    opacity: 1;
    overflow: visible;
    max-height: none;
  }
  .cd-side-nav.nav-is-visible {
    box-shadow: none;
  }
  .cd-side-nav.is-fixed {
    position: fixed;
  }
  .cd-side-nav > ul {
    /* reset style */
    padding: 0;
  }
  .cd-side-nav .cd-label {
    /* remove labels on minified version of the sidebar */
    display: none;
  }
  .cd-side-nav a {
    font-size: 1.2rem;
    text-align: center;
  }
  .cd-side-nav > ul > li > a {
    padding: calc(2.2em + 24px) 0 2.4em;
  }
  .cd-side-nav > ul > li > a::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 2.4em;
  }
  .cd-side-nav .active > a {
    /* current page */
    box-shadow: inset 3px 0 0 #1784c7;
    background-color: #111313;
  }
  .cd-side-nav .action-btn a {
    margin: 1em 10% 0;
  }
  .cd-side-nav .count {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    padding: 0;
    top: 2em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: calc(50% + 5px);
    right: auto;
    color: transparent;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-side-nav {
    width: 200px;
  }
  .cd-side-nav > ul {
    padding: 0.6em 0;
  }
  .cd-side-nav > ul > li:not(.action-btn):hover > a {
    background-color: #33383e;
  }
  .cd-side-nav > ul > li > a {
    padding: 1em 1em 1em 42px;
    text-align: left;
    border-bottom: none;
  }
  .cd-side-nav > ul > li > a::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
  }
  .cd-side-nav .cd-label {
    display: block;
    padding: 1em 18px;
  }
  .cd-side-nav .action-btn {
    text-align: left;
  }
  .cd-side-nav .action-btn a {
    margin: 0 18px;
  }
  .no-touch .cd-side-nav .action-btn a:hover {
    background-color: #1a93de;
  }
  .cd-side-nav .count {
    /* reset style */
    color: #ffffff;
    height: auto;
    width: auto;
    border-radius: .25em;
    padding: .2em .4em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    left: auto;
    box-shadow: none;
  }
}

.has-children ul {
  position: relative;
  width: 100%;
  display: none;
  background-color: #1c1f22;
}
.has-children > a::after {
  /* arrow icon */
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  right: 5%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../images/cd-arrow.svg);
}
.has-children.selected > ul {
  display: block;
}
.has-children.selected > a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .has-children {
    position: relative;
  }
  .has-children ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 160px;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  .has-children ul a {
    text-align: left;
    border: none;
    padding: 1em;
  }
  .no-touch .has-children ul a:hover {
    color: #1784c7;
  }
  .has-children > a::after {
    display: none;
  }
  .cd-side-nav .has-children.selected > a {
    /* focus state -> show sub pages */
    background-color: #33383e;
  }
  .cd-top-nav .has-children {
    position: relative;
    background-color: #2c3136;
  }
  .cd-top-nav .has-children > a {
    height: 100%;
    padding: 0 calc(1.8em + 22px) 0 calc(1.8em + 26px) !important;
    line-height: 55px;
  }
  .cd-top-nav .has-children > a::after {
    display: block;
    right: 1.8em;
  }
  .cd-top-nav .has-children ul {
    background-color: #1c1f22;
    width: 200px;
    top: 100%;
    right: 0;
    left: auto;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }
  .cd-top-nav .has-children ul a {
    padding-left: 18px !important;
  }
}
@media only screen and (min-width: 1170px) {
  .has-children > ul {
    width: 100%;
    z-index: 1;
  }
  .has-children ul a {
    padding-left: 18px;
  }
  .has-children.active > ul {
    /* if the item is active, make the subnavigation visible */
    position: relative;
    display: block;
    /* reset style */
    left: 0;
    box-shadow: none;
  }
  .no-touch .cd-side-nav .has-children:hover > ul, .cd-side-nav .has-children.hover > ul {
    /* show subnavigation on hover */
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

/* --------------------------------

Custom

-------------------------------- */
.table-striped {
    min-width: 1000px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd):hover {
    background-color: #f9f9f9 !important;
}

.table-condensed>tbody>tr>td {
    padding: 7px;
}

.btn-max {
    width: 100%;
    max-width: 140px;
    /* height: 20px;
    line-height: 0px; */
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    background-color: #1784c7;
}

.adminbanner {
    position: absolute;
    right: 20px;
    width: 280px;
    margin-top: -60px;
}

.users-count {
    color: #fff;
    background: #1784c7;
    border-radius: 5px;
    padding: 0px 4px 0px 4px;
    margin-left: 8px;
    font-size: 18px;
}

#inviteusers {
    background: #fff;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: calc(100% - 130px);
    -webkit-transition:1s;
    transition: 1s;
}

#inviteeditrecord, #displayTicketRecord, #openCurationDetailPage {
    background-color: #f5f8fa;;
    z-index: 2;
    width: 100%;
    height: calc(100% - 60px);
    -webkit-transition:1s;
    transition: 1s;
    text-align: left;
}

#openCurationDetailPage {
    position: absolute;
}

#displayTicketRecord {
    background: #fff;
}

.recordlabel {
    font-weight: 600;
    font-size: 0.9em;
}

.inviteusers-table {
    padding-left: 10%;
    padding-right: 10%;
    overflow: auto;
}

.btn-invite {
    height: 40px;
    margin-top: -3px;
    width: 190px;
    line-height: 0px;
    font-weight: bold;
    float: right;
    color: #fff;
    border-radius: 2px;
    background-color: #008952;
}

.addrows {
    font-size: 18px;
    cursor: pointer;
    text-decoration: none !important;
}

.invite-role {
    background: none;
    width: 100%;
    text-align: center;
    padding-left: 7px;
    height: 34px;
    border: 1px solid #ccc;
    font-family: 'Poppins', 'Lato', sans-serif;
    color: #000;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.invite-close {
    margin-right: 15px;
    width: 41px;
    float: right;
    cursor: pointer;
    border-radius: 10px;
}

.invite-error {
    border: 1px solid #ff8c40;
    border-radius: 3px;
    border-left: 6px solid #ff8c40;
}

.invite-error span {
    padding: 10px;
    line-height: 31px;
    color: #a03f00;
}

.invite-error i {
    padding: 9px;
    color: #f2660a;
    font-size: 18px;
}

.invite-success {
    text-align: center;
    color: #3e454c;
    margin: 80px 0px;
    font-weight: 200;
}

.invite-success i {
    font-size: 65px;
    color: #1492d2;
}

.invite-success h3 {
    font-weight: 200;
}

.invite-close:hover {
    background: #ccc;
}

.uib-datepicker .btn {
    color: #000;
}

.uib-datepicker-popup.dropdown-menu:before, .uib-datepicker-popup.dropdown-menu:after {
    display: none;
}

.recordlink {
    color: #004a77;
    cursor: pointer;
    font-size: 16px;
}

.recordlink:hover {
    color: #00b4ff;
    text-decoration: none;
}

.user-table-rows td {
    line-height: 30px !important;
}

#adminUserSearch, #automizerHistorySearch {
    background-image: url(/images/cd-search.svg);
    background-position: 16px 11px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 22px 9px 48px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.btn-admin {
    display: block;
    padding: 5px 20px;
    background-color: #1784c7;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-align: center;
    color: #ffffff;
    font-size: 15px;
}

.cmanswerwindow .panel-group {
    margin-bottom: 0px;
}

.std-font {
    font-size: 14px;
}

.cmanswerwindow .panel-body {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
}

.panel-body {
    max-height: 120px;
}

.panel-title a {
    text-decoration: none !important;
}

.accordianHeader {
    font-weight: 500;
    padding: 10px;
    font-size: 20px;
}

.accordianSubHeader {
    font-size: 16px;
    padding: 10px;
    padding-top: 0px;
    color: #686868;
}

.accordianValue {
    font-size: 18px;
    font-weight: 900;
    min-width: 100px;
    float: right;
    padding: 10px;
    margin-top: -8px;
    margin-right: 30px;
    background: #1784c7;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-align: center;
}

.btn-adminsetting {
    width:100px;
    margin-top: 15px;
    padding: 7px 10px
}

#usesrTable th {
    cursor: pointer;
}

#usesrTable th  span{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align : center;
        -ms-flex-align : center;
            align-items : center;
}

.successgif {
    height: 30px;
    float: right;
}

.circlegif {
    border-radius: 15px;
    height: 30px;
    float: right;
}

.cardA {
    margin-bottom: 1.5rem;
    border-radius: 0;
}
.cardA {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.cardA-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 0px;
}

.stat-widget-one .stat-icon {
    vertical-align: top;
}

.dib {
    display: inline-block;
}

.stat-widget-one .stat-content {
    margin-top: 7px;
}

.stat-widget-one .stat-icon i {
    padding: 10px;
    font-size: 22px;
    display: inline-block;
    color: #fff;
}

.text-success {
    color: #28a745!important;
}
.border-success {
    border-color: #28a745!important;
}

.stat-widget-one .stat-text {
    font-size: 14px;
    color: #fff;
}

.stat-widget-one .stat-digit {
    font-size: 24px;
    color: #fff;
}

.admin-notif {
    padding-right: 10px;
    color: #f6684e;
}

.tab-pane-space {
    background: #f4f4f4;
    padding: 30px;
}

.tab-pane-space2 {
    background: #fff;
    padding: 10px 0px;
}

.table-white {
    background: #fff;
    border-radius: 3px;
}

.btn-adminmodal {
    display: table-cell;
    width: 100px;
    margin-right: 10px;
}

.dropbtn {
    background-color: #ffffff;
    color: #2c3136;
    padding: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.curation-modal{
    font-weight: bold;
    padding: 16px 15px;
    font-size: 1.2em;
    background: #eee;
    margin: -89px -10px 0px -10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #ccc;
}

.block-dropdown{
    display: block;
    padding: 10px;
    
}

.answer-expiration-warning{
    color: red;
    display: block;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}

.block-dropdown:hover{
    background-color: #F1F1F1;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.dropdown-content i {
    color: #1784c7;
    padding-right: 5px;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #b4b4b4;
}

.like-review {
    margin-top: 3px;
    float:right;
}

.glyphicon-heart, .glyphicon-pushpin, .fa-paperclip {
  color: #D3D3D3;
}

.favourite, .pushedPin, .glyphicon-pushpin:hover {
    color : #FF6A00 !important;
}

.glyphicon-heart:hover {
    color: #aaa;
}

#wigtor .glyphicon-pushpin:hover, .fa-paperclip:hover {
  color : gray !important;
}

.atomizer-block {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 1px rgba(255, 255, 255, 0.2);
}

.atomizer-fileinput {
    border: 1px solid #ccc;
    background: #1784c7;
    width: 135px;
    text-align: center;
    padding: 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#automizerTable td, #automizerTable th {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}


/*
    END OF ADMIN PAGE STYLES
*/


.tour-buttons {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
  background: var(--light_color_shade);
  margin: 5px;
  padding: 3px 10px;
  border-radius: 5px;
}

.tour-bar {
  position: fixed;
  background-color: #FFFFFF;
  height:40px;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow:0px 5px 50px rgba(0, 0, 0, 0.1);
  border-top-color:#444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1001;
}

/* Put your css in here */

multiselect {
    display:block;
}

.mid-container multiselect {
    display:inline-block;
    margin : 10px;
}

.mid-container multiselect .btn{
  border-radius: 3px;
  background-color: #f5f8fa;
}

.mid-container multiselect .dropdown .btn .glyphicon-play
 {
  font-size: 8px;
  margin-top: 4px;
  color: black; /* IE 9 */
  -webkit-transform: rotate(-30deg); /* Safari 3-8 */
  transform: rotate(-30deg);
}

multiselect .btn {
    width: 100%;
    background-color: #FFF;
    color : black;
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    border : 1px solid #DCDCDC;
    padding: 5px 3px;
}

multiselect input {
    width: 100%;
}

multiselect .btn.error{
    border: 1px solid #da4f49 !important;
}
multiselect .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}
multiselect .dropdown-menu {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    width : 220px !important;
    height: auto;
    font-size: 12px;
}
multiselect .dropdown-menu > li > a {
    padding: 3px 3px;
    cursor:pointer;
}

multiselect .btn .glyphicon-play
 {
  margin-left : 5px;
  color: #1784c7; /* IE 9 */
  -webkit-transform: rotate(-30deg); /* Safari 3-8 */
  transform: rotate(-30deg);
}

multiselect .btn-link-save, multiselect .btn-link-save:hover  {
  background-color: #1784c7;
  color: #fff;
  border-radius: 4px;
  margin: 0px;
  text-decoration: none;
  display: inline-block;
}

multiselect .btn-link-save:hover {
  color : black;
}

multiselect .btn-link {
   font-size: 12px;
   padding: 5px;
 }


multiselect .dropdown-menu .glyphicon{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

multiselect .dropdown-menu .btn-link .glyphicon{
  margin-right: 0px;

}

 multiselect .dropdown-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    padding: 0px 0px;
}

multiselect input{
  margin : 0px 10px !important;
}

.fa-file-pdf-o {
    color: #e61a0e;;
}

.attachment-box {
    background-color: #f1f1f1 !important;
    margin : 2px;
    padding: 2px 10px !important;
    border: 1px solid #d4d4d4;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}


.attachment-text {
    color: var(--questionText_color);
    /*font-weight: bold;*/
    cursor : pointer;
    text-decoration : none;
}

.attachment-text:hover {
    color: var(--questionText_color);
}

.attachment-download {
    padding: 5px;
}

.attachment-download:hover {
    background: var(--questionText_color);
    border-radius: 3px;
    color:#fff;
}

.default-topic, .default-selected {
   margin: 2px 2px;
   padding: 3px 15px;
   border-radius: 3px;
   display: inline-block;
}
.default-selected {
  background-color: var(--light_color_shade);
   border: 1px solid var(--light_color_shade);
   color: #fff;
}

.default-topic {
   background-color: #e6e6e6;
   border : 1px solid #adadad;
 }

.introjs-showElement {
  pointer-events:none;
}

.container .previous {
  text-decoration: none;
  display: inline-block;
  padding: 6px 12px;
  border-radius : 22px;
}

.container .previous:hover {
  background-color: #ddd;
}

.glyphicon-share{
    margin-left: 5px;
    color: #D3D3D3;
    cursor: pointer;
}

.glyphicon-share:hover{
    color: var(--lighter_color_shade);
}

.sharing-button {
    font-weight: normal;
    padding: 3px 6px;
    font-size: 16px;
    vertical-align: 1px;
    margin-right: 5px;
    color:#D3D3D3;
}

.sharing-button:hover {
    color:#aaa;
}

.multiselectDiv .btn-primary, .multiselectDiv .btn-primary:hover, .multiselectDiv .btn-primary:focus, .multiselectDiv .btn-primary:active, .multiselectDiv .btn-primary:visited, .multiselectDiv .btn-primary:active:focus{
    background-color: #e6e6e6;
    border-color: #adadad;
}

.shareSearch {
  background-image: url(/images/cd-search.svg);
    background-position: 16px 11px;
    background-repeat: no-repeat;
    padding: 9px 22px 9px 48px;
    border: 1px solid #ddd;
}

 .share .ui-select-multiple.ui-select-bootstrap .ui-select-match .close{
  padding: 0px !important;
  background-color: inherit;
  margin-top: 1px;
}

.share .ui-select-multiple.ui-select-bootstrap .ui-select-match-item{
    color: black;
    margin: 4px;
    padding: 5px 15px;
    border-radius: 16px;
    display: inline-block;
}

.share .btn-primary, .share .btn-primary:hover, .share .btn-primary:focus, .share .btn-primary:active, .share .btn-primary:visited, .share .btn-primary:active:focus{
    background-color: #e6e6e6;
    border-color: #adadad;
}

.share .dropdown .dropdown-menu{
    width: inherit;
}

.tagsdiv {
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    background: #9e9e9e;
    padding: 1px 8px 2px 8px;
    margin: 1px 2px;
}

.pagination a:active, .pagination a:focus {
    background-color: #fff !important;
}

.clearfix{
	overflow: auto;
}
.dropzone {
  position: relative;
  height: 200px;
  border: 2px dashed #b3b3b3;
  border-radius: 4px;
  background-color: #f3f3f3;
  box-sizing: border-box;
}
.dropzone .msg{
	font-size: 20px;
	font-weight: bold;
	color: #c3c3c3;
	padding: 0 10px;
}
input.fileUpload{
	display: none;
}
.preview{
	margin: 10px 0;
	padding: 5px;
}
.previewData img{
	width: 100px;
	height: 100px;
	float: left;
	margin: 5px;
}
.previewDetails{
	 display: inline-block;
    float: left;
    margin: 5px;
    padding: 8px;
}
.detail{
	  font-family: arial;
    padding: 5px;
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.previewControls{
	display: inline-block;
	float: left;
	margin: 40px 30px;
}
.circle{
	border: 2px solid #5B93F5;
    border-radius: 20px;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: 5px;
    cursor: pointer;
    color: #5B93F5;
}
.circle.upload:hover{
	border: 2px solid green;
}
.circle.upload:hover i.fa-check{
	color: green;
}
.circle.remove:hover{
	border: 2px solid red;
}
.circle.remove:hover i.fa-close{
	color: red;
}
.circle i{
	position: relative;
	font-size: 14px;
}
.circle i.fa-check{
	top: 1px;
	left: 4px;
}
.circle i.fa-close{
	top: 0px;
	left: 5px;
}


/** FILTER CSS **/

.record-filter-select .ui-select-bootstrap {
    width: 100%;
    border: none;
    background: #f2f3f5;
    background-image: none;
    background-position: none;
    padding: 4px 22px 3px 0px;
    background-repeat: no-repeat;
    box-shadow: none;
}

.record-filter-select .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    width: 100% !important;
    border: 1px solid #ccc;
    background: rgb(255, 255, 255) !important;
    padding-left: 7px;
    height: 33px;
    margin-bottom: 0px;
    margin-top: 2px;
}

.filterBar {
    min-width: 1000px;
    /*height: 50px;*/
    background: #eee;
    width: 99%;
    background: -webkit-gradient(linear, left top, left bottom, from(#2c313659), to(#2c3136b0));
    padding: 0px;
    margin: 0px 10px;
}

.filterBarAdmin {
    min-width: 1000px;
    /*height: 50px;*/
    background: #eee;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#2c313659), to(#2c3136b0));
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.filter-bar{
    min-height: 60px;
    border-bottom: 1px solid #a9a9a9;
    border-top: 1px solid #cfcfcf;
    padding: 14px;
}

.fa-filter {
  margin-left: 8px;
  margin-right: 8px;
}

.filter-dropdown {
    font-size: 14px;
    color: #f2f2f2;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#2c31364d), to(#2c3136ad));
    float: right;
    -webkit-transition:color 0.2s ease;
    transition: color 0.2s ease;
    cursor: pointer;
    margin-right: 16px;
    padding: 6px 10px;
    padding-right: 15px;
    margin-top: -3px;
    border-radius: 3px;
}

.filter-dropdown:hover{
    color: #4d4d4dcf;
    background: #f7f7f7;
}

.filter-dropdown-sort {
    font-size: 14px;
    color: #f2f2f2;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#2c31364d), to(#2c3136ad));
    float: right;
    -webkit-transition:color 0.2s ease;
    transition: color 0.2s ease;
    cursor: pointer;
    margin-right: 16px;
    padding: 6px 10px;
    padding-right: 15px;
    margin-top: -3px;
    border-radius: 3px;
}

.filter-dropdown-sort:hover{
    color: #4d4d4dcf;
    background: #f7f7f7;
}

.pagination>li>a, .pagination>li>span {
    padding: 5px 12px;
}

.filter-a{
    white-space: nowrap;
    padding: 2px 3px 4px 9px;
    background-color: #484848;
    border-radius: 17px 17px 17px 17px;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
    margin: 0px 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none !important;
}
.filter-a:hover{
  color: white;
  background-color: #585858;
}

.filter-remove {
    font-size: 0.9em;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
    background: #eee;
    font-weight: bold;
    border-radius: 30px;
    color: #000;
}

.remove:hover{
  color: white;

}

.edit-filter-modal{
  background-color: #F2F3F5;
  width: calc(100% - 3px);
  margin-left: 1px;
  z-index: 1;
  position: absolute;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  -webkit-transition:opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 16px;
}

.edit-filter-modal select{
  width: 100%;
  height: 32px;
  background-color: white;
  border: 1px solid rgba(0,0,0,0.125);
  background: #fff;
}

.edit-filter-modal li {
    display: inline-block;
}

.edit-filter-modal .curation  li {
    display: block;
}

.edit-filter-modal hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

.edit-filter-modal input{
  height: 32px;
  border-radius: 3px;
  border: none;
  margin-bottom: 16px;
  background-color: white;
  border: 1px solid rgba(0,0,0,0.125);
}

.header-unit li a {
    color: #f2f2f2;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#2c31364d), to(#2c3136ad));
    text-decoration: none;
    border: 0px;
}

.header-unit li a:hover {
    background: #f7f7f7;
    border: 1px;
    color: #4d4d4dcf;
}

.header-unit li a:visited, .header-unit li a:focus, .header-unit li a:active, .header-unit li a:focus-within  {
    background: transparent;
    border: 0px;
}

.header-unit li a.number-unit {
    cursor: auto;
    pointer-events: none;
}

.filter-apply {
    float: right;
    margin-top: 5px;
}

.filter-cancel, .filter-clear {
    float: right;
    margin: 5px 20px 0px 0px;
    background: #fcfcfc;
    color: #6b6b6b;
}

.edit-filter-modal button:hover{
  opacity: 0.8;
}

.text-button{
  background-color: transparent;
  color: #24272A;
}

.hiddenF{
  height: 0;
  opacity: 0;
  z-index: 0;
}

.add-top-margin {
    margin-top: 380px;
}

.add-top-margin-vizerto {
    margin-top: 285px;
}

.add-top-margin-ticket {
    margin-top: 155px;
}

.add-top-margin-similarity {
    margin-top: 135px;
}

.filter-hidden{
  display:none;
}

/** END OF Filter CSS**/


#overlay, #csvoverlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 999; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#overlay-sub, #csvoverlay-sub{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  width: 90%;
  text-align: center;
}

.active-animatioon {
    background-image: -webkit-linear-gradient(left, silver 50%, transparent 50%), -webkit-linear-gradient(left, silver 50%, transparent 50%), -webkit-linear-gradient(bottom, silver 50%, transparent 50%), -webkit-linear-gradient(bottom, silver 50%, transparent 50%);
    background-image: linear-gradient(90deg, silver 50%, transparent 50%), linear-gradient(90deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    background-position: left top, right bottom, left bottom, right   top;
    -webkit-animation: border-dance 1s infinite linear;
            animation: border-dance 1s infinite linear;
  }
  @-webkit-keyframes border-dance {
    0% {
      background-position: left top, right bottom, left bottom, right   top;
    }
    100% {
      background-position: left 15px top, right 15px bottom , left bottom 15px , right   top 15px;
    }
  }
  @keyframes border-dance {
    0% {
      background-position: left top, right bottom, left bottom, right   top;
    }
    100% {
      background-position: left 15px top, right 15px bottom , left bottom 15px , right   top 15px;
    }
  }



.searchContainer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.searchIcon {
  padding: 0.5rem;
  color: #616061;
}

.searchBox {
  border: 0;
  /*padding: 0.5rem 0.5rem 0.5rem 0;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.searchButton {
  background: #538AC5;
  border: 0;
  color: white;
  padding: 0.5rem;
  border-radius: 0;
}

.default-topic {
    opacity: 1;
}
.default-topic.ng-enter {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    opacity: 0;
}
.default-topic.ng-enter-active {
    opacity: 1;
}

.ng-wig #ng-wig-editable {
  display: block;;
}
.multiple-sugg {
  margin-top: 50px;
}

.ticket-caret-down {
    color: #555;
    font-size: 18px;
    vertical-align: middle;
}

.tooltip-topics {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #ddd;
  cursor: pointer;
}
.tooltip-topics-b {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted #ddd; */
  cursor: pointer;
}

.tooltip-topics .tooltip-topics-text {
  visibility: hidden;

  background-color: #2c3136;
  color: #fff;
  text-align: left;
  border-radius: 3px;
  padding: 3px 20px 3px 3px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  left:0px;
  top:30px;
}

.tooltip-topics-b .tooltip-topics-b-text {
  visibility: hidden;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 3px #d4d4d4;
  width: 400px;
  background-color: #fff;
  color: #2c3136;
  font-size: 14px;
  text-align: left;
  border-radius: 3px;
  padding: 5px 20px 5px 5px;
  font-family: none;

  /* Position the tooltip */
  position: absolute;
  z-index: 2;
  left:0px;
  top:30px;
  font-family: 'Poppins', 'Lato', sans-serif;
}

.tooltip-topics:hover .tooltip-topics-text {
  visibility: visible;
}

.tooltip-topics-b:hover .tooltip-topics-b-text {
  visibility: visible;
}

.edit-user {
    font-size: 21px;
    line-height: 31px;
    cursor: pointer;
    color: #1784c7;
    padding: 2px 7px 1px 10px;
    border-left: 1px solid #ddd;
    -webkit-transition:0.5s;
    transition: 0.5s;
}

.edit-user:hover {
    color: #fff;
    border-radius: 4px;
    background-color: #1784c7;
}

#sharedPopUp ul{
  opacity: 0 !important;
}

#sharedPopUp.open ul{
  opacity: 1 !important;
}

.captionTooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.captionTooltip .tooltiptext {
  visibility: hidden;
  max-width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltiptext:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 6px;
      border-style: solid;
      border-color: transparent #fd7400 transparent transparent;
      top: -12px;
      /* left: 40px; */
      right: 10px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg)
}

.captionTooltip:hover .tooltiptext {
  visibility: visible;
}

.timingfield .timingfield_hours,
.timingfield .timingfield_minutes,
.timingfield .timingfield_seconds {
  display: inline-block;
  width: 32%;
  padding: 0 5px;
}

.timingfield .timingfield_hours .timingfield_next,
.timingfield .timingfield_minutes .timingfield_next,
.timingfield .timingfield_seconds .timingfield_next {
  border-radius: 3px 3px 0 0;
  border-bottom: 0 none;
}

.timingfield .timingfield_hours .input-group,
.timingfield .timingfield_minutes .input-group,
.timingfield .timingfield_seconds .input-group {
  width: 100%;
}

.timingfield .timingfield_hours .input-group input,
.timingfield .timingfield_hours .input-group .input-group-addon,
.timingfield .timingfield_minutes .input-group input,
.timingfield .timingfield_minutes .input-group .input-group-addon,
.timingfield .timingfield_seconds .input-group input,
.timingfield .timingfield_seconds .input-group .input-group-addon {
  border-radius: 0;
  text-align: center;
}

.timingfield .timingfield_hours .input-group .input-group-addon,
.timingfield .timingfield_minutes .input-group .input-group-addon,
.timingfield .timingfield_seconds .input-group .input-group-addon {
  width: 50%;
}

.timingfield .timingfield_hours .timingfield_prev,
.timingfield .timingfield_minutes .timingfield_prev,
.timingfield .timingfield_seconds .timingfield_prev {
  border-radius: 0 0 3px 3px;
  border-top: 0 none;
}

.glyphicon-plus, .glyphicon-minus {
  color : black !important;
}

.question {
  cursor: pointer;
  border-bottom: 1px solid transparent;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.questionNotClickable {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

.question:hover{
    text-decoration: underline;
}

.comparison-table {
    text-align: center;
    background: #fff;
    width: 100%;
    margin-top: 10px;
}

.comparison-table td{
    border: 1px solid #e9e9e9;
    min-width: 200px;
    padding: 10px;
}

.comparison-table td .table-right-item {
    float: right;
    width: 80px;
    line-height: 22px;
    text-align: right;
    font-size: 14px;
}


.comp-table {
    text-align: center;
    background: #fff;
    width: 100%;
    margin-top: 10px;
}

.comp-table td{
    border: 1px solid #e9e9e9;
    padding: 10px;
}

.comp-table td .table-right-item {
    float: right;
    width: 80px;
    line-height: 22px;
    text-align: right;
    font-size: 14px;
}

.headcol {
    position: absolute;
    width: 5em;
    left: 16px;
    background: #eee;
    color: #3e454c;
    margin-top: 1px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    height: 43px;
    border: 1px solid #d6d6d6 !important;
}

.headcol:hover {
    text-decoration: underline;
    color: #20a8d8;
}

.buttonEvent {

}

.buttonEvent:hover {
    color: #1784c7;
    text-align: right;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    border-radius: 4px;
}

.chart-heading {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 18px;
}

.editRoleText {
  width : 300px;
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 5px;
  border: 1px solid black;
}

.headerUserName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.fold{
  position: relative;
  font-size: 90%;
  text-decoration: none;
  color: #999;
  background: #fff;
  -webkit-transition:all ease .5s;
  transition: all ease .5s;
}

.fold:hover{
    /* border: 2px solid #0fa4e2!important; */
    border-radius: 2px;
    background: var(--faint_color_shade) !important;
    pointer-events: auto !important;
}

.fold:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: #ddd #EEF2F3;
  -webkit-transition:all ease .5s;
  transition: all ease .5s;
}

.foldPin {
  color: white;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 20px;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  /* background: var(--light_color_shade); */
  background: #D3D3D3;
  z-index: 1;
}

.fold:hover::before {

}

#switchRole, #switchGroup {
    width: 90px;
    margin-top: 7px;
    padding: 2px 4px;
    height: auto;
    -webkit-appearance: none;
    background-image: url(/images/caret-down.png);
    background-position: calc(100% - 4px) 50%;
    background-repeat: no-repeat;
    background-size: 13px 19px;
    border-bottom: none;
    border-radius: 3px 3px 0px 0px;
    box-shadow: none;
}

.pushedQuestion {
    /* border: 1px solid var(--light_color_shade)!important; */
    box-shadow: 0px 0px 4px var(--light_color_shade);
    border-radius: 2px;
    background: var(--faint_color_shade) !important;
    pointer-events: auto !important;
}

.additional-text {
    background: #eef1f3;
    margin: 5px 0px;
    padding: 10px;
    border-radius: 5px;
}

.ticketEmailAttachment {
    opacity: 1;
    background: #fff;
    margin-top: 38px;
    color: #3f464d;
    width: 120px;
    text-align: center;
    height: 26px;
    border-radius: 3px;
    position: absolute;
    right: 35px;
    font-size: 12px;border: 1px solid #d4d4d4;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.ticket-accordian .panel-open {
    box-shadow: 0px 0px 8px #c1c1c1;
    -webkit-transition:1s;
    transition: 1s;
}

.ticket-question-pad-outter {
    -webkit-transition:0.1s;
    transition: 0.1s;
    display:table;
    overflow:hidden;
    float: left;
    color: #aaa;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 4px 0px 0px 4px;
    line-height: 59px;
    margin-left: -16px;
    margin-top: -11px;
}

.ticket-question-pad-outter-open {
    -webkit-transition:0.1s;
    transition: 0.1s;
    display:table;
    overflow:hidden;
    float: left;
    color: #aaa;
    border-left: 1px solid #f7e1d2;
    border-top: 1px solid #ddd;
    border-radius: 4px 0px 0px 0px;
    line-height: 50px;
    margin-left: -16px;
    margin-top: -11px;
}

.ticket-question-pad {
    background: #f7e1d2;
    box-shadow: -3px 5px 8px 9px #f7e1d2, -3px -5px 5px -3px #333;
    color: #aaa;
    margin-right:20px; /* Set to 0 if you don't want shadow at the right side */
    margin-left:0px; /* Set to 20px if you want shadow at the left side */
    margin-top:0px; /* Set to 20px if you want shadow at the top side */
    margin-bottom:0px; /* Set to 20px if you want shadow at the bottom side */
}

.ticket-question-pad-open {
    background: #f7e1d2;
    box-shadow: -3px 5px 8px 9px #f7e1d2, -3px -5px 5px -3px #333;
    color: #aaa;
    margin-right:20px; /* Set to 0 if you don't want shadow at the right side */
    margin-left:0px; /* Set to 20px if you want shadow at the left side */
    margin-top:0px; /* Set to 20px if you want shadow at the top side */
    margin-bottom:0px; /* Set to 20px if you want shadow at the bottom side */
}

.additional-text-cm {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.additional-text-ticket {
    margin: 0px;
    padding: 8px;
    margin-bottom: 3px;
}

.show-more {
    cursor: pointer;
    color: var(--light_color_shade);
}

.show-more:hover {
    text-decoration: underline;
}

.see-more-answer {
    color:var(--light_color_shade);
    cursor:pointer;
    display: inline-block;
    background: #ffffffb0;
    position: absolute;
    margin-left: 10px;
    margin-top: 3px;
    border-radius: 5px;
}
.see-more-answer:hover {
    -webkit-animation-name: zoomAnimation;
            animation-name: zoomAnimation;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.04s;
            animation-duration: 0.04s;
}

@-webkit-keyframes zoomAnimation {
  100% { -webkit-transform: scale(1.1); transform: scale(1.1); }
}

@keyframes zoomAnimation {
  100% { -webkit-transform: scale(1.1); transform: scale(1.1); }
}

.animate-like {
    -webkit-animation-name: likeAnimation;
            animation-name: likeAnimation;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.65s;
            animation-duration: 0.65s;
}
@-webkit-keyframes likeAnimation {
  0%   { -webkit-transform: scale(4); transform: scale(4); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes likeAnimation {
  0%   { -webkit-transform: scale(4); transform: scale(4); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}

textarea {
    resize: vertical;
    border-color: #ccc;
    border-radius: 3px;
    padding: 5px;
}

.ticket-accordian .panel-group {
    margin-bottom: 10px;
}

.emailBodyArea {    
    width: calc(100% - 20px);
    float: right;
    margin: 0px 10px 10px 0px;
    height: 200px;
    border-radius: 3px;
    font-size: 13px;
    background: #f7f7f7;
    box-shadow: inset 0 0 3px #d4d4d4;

}

.emailEntryBox {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    /*width: 98%;*/
    border: 1px solid #ccc;
    padding: 0px 0px 0px 0px;
    border-radius: 5px;
    margin: 20px 0px;
    margin-bottom: 0px;
    background: #fff;
}

.emailEntryLeftInfo {
    padding:20px;
    text-align: right;
}

.ticket-accordian .panel-body {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
}

.cm-tag {
    border-radius: 15px;    
    margin: 0px 1px;
    padding: .2em .6em .2em;
}

a:focus {
    outline: thin dotted !important;
}


.emailBodyAreaContent {
    padding: 10px;
    white-space: pre-line;
    height: 100%;
    width: calc(100% - 120px);
    color: #222;
}

.expandBlockButton:hover {
    opacity: 1;
}

.expandBlockButton {
    opacity: 0.4;
    background: #616161;
    color: #fff;
    cursor: pointer !important;
    height: 19px;
    font-size: 0.7em;
    border: 1px solid #4e4e4e;
    text-align: center;
    width: 120px;
    margin-top: 10px;
    font-weight: bold;
    padding: 0px 5px;
    right: 35px;
    border-radius: 20px;
    position: absolute;
    box-shadow: inset 0 0 2px #3e3e3e;
}

.replyEmail {
    width: 100%;
    font-size: 13px;
}

/*.sharing-button:hover:before {
    content: 'SHARE';
    font-size: 13px;
    font-weight: bold;
    vertical-align: text-top;
    -webkit-animation-name: leftShowAnimation;
            animation-name: leftShowAnimation;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.24s;
            animation-duration: 0.24s;
}

@-webkit-keyframes leftShowAnimation {
    0%   { content: 'S'; }
    20% { content: 'SH'; }
    40% { content: 'SHA'; }
    60% { content: 'SHAR'; }
    100% { content: 'SHARE'; }
}

@keyframes leftShowAnimation {
    0%   { content: 'S'; }
    20% { content: 'SH'; }
    40% { content: 'SHA'; }
    60% { content: 'SHAR'; }
    100% { content: 'SHARE'; }
}*/

.answer-title-center {
    -ms-grid-columns: minmax(20%, 0.99fr) auto minmax(20px, 1fr) !important;
        grid-template-columns: minmax(20%, 0.99fr) auto minmax(20px, 1fr) !important;
    margin-top: 60px !important;
    margin-bottom: 0px;
}

.answer-title {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    -ms-grid-columns: minmax(20px, 0.01fr) auto minmax(20px, 1fr);
        grid-template-columns: minmax(20px, 0.01fr) auto minmax(20px, 1fr);
    grid-gap: 10px;
    color: #747474;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.answer-title:before,
.answer-title:after {
    content: '';
    color: #bbb;
    border-top: 1px solid;
}

.trash {

}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}
.cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@-webkit-keyframes shake {
  from {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes shake {
  from {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

.editQuestionButton {
    font-size: 16px;
    cursor: pointer;
    margin-top: 3px;
    padding-left: 3px;
    color: rgb(170, 170, 170);
}

.trash-div {
    margin-left: 3px;
    width: 22px;
    float: right;
    height: 20px;
    cursor: pointer;
    color: #aaaaaa;
}

.trash-div:hover {
    /*width: 60px;*/
}

.trash-div:hover:before {
    /*content: 'DELETE';*/
    font-size: 12px;
    line-height: 22px;
    color: #AAA;
    font-weight: bold;
    vertical-align: text-top;
    -webkit-animation-name: deleteAnimation;
            animation-name: deleteAnimation;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.20s;
            animation-duration: 0.20s;
}

@-webkit-keyframes deleteAnimation {
    0%  { content: 'D'; }
    20% { content: 'DE'; }
    40% { content: 'DEL' }
    60% { content: 'DELE'; }
    80% { content: 'DELET'; }
    100%{ content: 'DELETE'; }
}

@keyframes deleteAnimation {
    0%  { content: 'D'; }
    20% { content: 'DE'; }
    40% { content: 'DEL' }
    60% { content: 'DELE'; }
    80% { content: 'DELET'; }
    100%{ content: 'DELETE'; }
}

.clarification-box {
    background: #f9ede5;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: -15px;
}

.edit-div {
    margin-left: 5px;
    width: 22px;
    float: right;
    cursor: pointer;
}

.edit-div:hover {
    /*width: 60px;*/
}

.edit-div:hover:before {
    /*content: 'EDIT';*/
    color: #AAA;
    font-size: 12px;
    line-height: 19px;
    font-weight: bold;
    vertical-align: text-top;
    -webkit-animation-name: editAnimation;
            animation-name: editAnimation;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.24s;
            animation-duration: 0.24s;
}

@-webkit-keyframes editAnimation {
    0%  { content: 'E'; }
    33% { content: 'ED' }
    66% { content: 'EDI'; }
    100%{ content: 'EDIT'; }
}

@keyframes editAnimation {
    0%  { content: 'E'; }
    33% { content: 'ED' }
    66% { content: 'EDI'; }
    100%{ content: 'EDIT'; }
}

.switch-container #switch {
  display: none;
}
.switch-container .switch-label {
  position: relative;
  cursor: pointer;
  margin: 0;
}
.switch-container .switch-label .switch-rail {
  -webkit-transition:all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  width: 58px;
  height: 28px;
  background: #bbb;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: inset 1px 1px 7px #7d7d7d;
}
.switch-container .switch-label .switch-rail .switch-slider {
  -webkit-transition:all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .6);
}
.switch-container #switch:checked + .switch-label .switch-rail {
  -webkit-transition:all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #38c172;
}
.switch-container #switch:checked + .switch-label .switch-rail .switch-slider {
  -webkit-transition:all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.share-link-box {
    background-color: #eee;
    padding: 0px;
    border-bottom: 1px solid gray;
}

.fa-thumbs-up:hover, .fa-thumbs-down:hover {
    -webkit-animation-name: thumbZoomAnimation;
            animation-name: thumbZoomAnimation;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.24s;
            animation-duration: 0.24s;
}

@-webkit-keyframes thumbZoomAnimation {
  0%   { -webkit-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1.3); transform: scale(1.3); }
}

@keyframes thumbZoomAnimation {
  0%   { -webkit-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1.3); transform: scale(1.3); }
}

.vote_button {
    cursor: pointer;
}

.unanswered-indicator {
    padding: 2px 6px;
    margin-left: 10px;
    font-size: 1.2em;
    border-radius: 3px;
    color: #fd7400;
    font-weight: bold;
    /* background: #fd7400;*/
}
.askedClarification {
  color : red !important;
}

.receivedClarification {
  color : green !important;
}

multiselect .btn .glyphicon-play {
    font-size: 8px !important;
}

.clarify-box {
  padding-top: 20px;
  margin-top: 10px;
  border: 1px solid rgb(252, 253, 254);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px;
  padding-bottom: 20px;
}

.clarify-popup {
    cursor: pointer;
    font-size: 12px;
    /* width: 230px; */
    visibility: visible;
    float: right;
    font-weight: bold;
    z-index: 1;
    display: block;
    /*position: absolute;*/
    font-family: 'Poppins', 'Lato', sans-serif;
    color: #fff;
    /* top: 20px; */
    border-radius: 3px;
    padding: 1px 4px 2px 4px;
    background: #fd7400;
}

/*.clarify-popup:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #fd7400 transparent transparent;
    top: 14px;
    right: 109px;
    transform: rotate(0deg);
}*/

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 12px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
  }

  .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 12px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
  }

  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 12px);
    margin: 0;
    opacity: 0;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 12px);
    margin-bottom: 0;
}

.csvLogs button:hover {
  color: white;
}

.csvLogs table tr, .csvLogs table tr th {
  text-align:  center;
}

.tab-headings h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.hoverPreview:hover {
  opacity: 0.6;
}

.addNewRecordSubHeader {
  margin: 0 0 10px 14px;
  display: inline-block;
  font-size: 18px;
}





.thumbcontainer {
  position: relative;
  max-width: 200px;
  height: 120px;
  overflow: hidden;
  display: inline-block;
}
.image {
  opacity: 1;
  display: block;
  /* width: 100%; */
  width: 198px;
  -webkit-transition:.5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;

  height: 120px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.imagePdf {
 display: block;
 border: none;
 height:auto !important;
 width: calc(100% + 17px);
 width: 198px;
 margin: -60px -2px;
 pointer-events: none;
}

.thumbFooter {
  bottom: 0px;
  -webkit-transition:.5s ease;
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  left: 0%;
  right: 0px;
}

.thumbDownload {
  -webkit-transition:.5s ease;
  transition: .5s ease;
      opacity: 0;
      position: absolute;
      bottom: 44%;
      left: 42%;
      float: right;
      z-index: 1;
}

.thumbDownload .attachment-download {
    background: #FD7400;
    border-radius: 3px;
    color: #fff;
    padding: 5px 7px;
}
.thumbcontainer:hover .image {
  opacity: 0.3;
}

.thumbcontainer:hover .thumbDownload {
  opacity: 1;
}

.text {
  background-color: #FD7400;
  color: #FFF;
  font-size: 12px;
  padding: 3px;
}

.searchStapleQuestionText {
  font-weight: bold;
  margin:0;
  font-family: 'Poppins', 'Lato',sans-serif;
  font-size: 18px;
  color: var(--questionText_color);
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
  margin: 0px 0px 5px 0px;
}

.spinner {
  border: 1px solid;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../../images/progress.gif") center / 50px no-repeat;
}


.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,0,0,0.3); */
  background-color: aliceblue;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 15px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: var(--questionText_color) 1.5em 0 0 0, var(--questionText_color) 1.1em 1.1em 0 0, var(--questionText_color) 0 1.5em 0 0, var(--questionText_color) -1.1em 1.1em 0 0, var(--questionText_color) -1.5em 0 0 0, var(--questionText_color) -1.1em -1.1em 0 0, var(--questionText_color) 0 -1.5em 0 0, var(--questionText_color) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.userAutocomplete {
  position: relative;
  display: inline-block;
}

.userAutocomplete input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

.userAutocomplete input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

.userAutocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the userAutocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

 input[type='radio'] {
    height: 8px;
    width: 8px;
  }
.userAutocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.userAutocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.userAutocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.shareSelectedUser {
  border: 1px solid gray;
  padding: 3px 10px;
  border-radius: 10px;
  margin: 3px;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.shareSelectedUser:hover {
  cursor:  pointer;
  background-color: #eee;
}

.crossButton {
  font-size: 18px;
  line-height: 0.75;
  position: relative;
  top: 2px;
  padding: 0 3px;
  color: #fd7400;
  cursor: pointer;
  font-weight: bold;
}

.crossButton:hover {
    color : black;
}

.assignTicketBubble {
    display: block;
    border: 1px solid gray;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 3px;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 13px;
}

.ticketButton {
    cursor: pointer;
    z-index: 1;
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    padding: 4px 15px;
    /* text-shadow: 0 0px 0 rgba(255, 255, 255, 1), 0 0 0 rgba(255, 255, 255, 0); */
}

.ticketBackButton {
    background: #fff;
    border: none;
    cursor: pointer;
    color: #1391d1;
    text-decoration: underline;
    margin-top: 8px;
}

.ticketAnswerWindow {
    -webkit-transition:all 1s ease 0s;
    transition: all 0.2s ease 0s;
    background: #fff8f4;
    border: 1px solid #f5f8fa;
    border-radius: 3px;
    margin-top: 8px;
    margin-bottom: 10px;
    opacity: 1;
    max-height: 100%;
    box-shadow: 0px 0px 8px #c1c1c1;
}

.ticketbanner {
    text-align: center;
    padding: 10px;
    background: #eaf5ea;
    font-size: 14px;
    color: #717171;
    font-weight: bold;
}

.orange-ticketbanner {
    background: -webkit-linear-gradient(left, #f5f0ea, #f5f0ea);
    background: linear-gradient(90deg, #f5f0ea, #f5f0ea);
}

button[disabled] {
    opacity: 0.65;
}

.ticketButton[disabled], .actionButton[disabled] {
    opacity: 0.65;
}

.accordion-toggle>.ng-binding>.ng-scope>p {
    display: none;
}

.accordianHeader, .accordianSubHeader {
    display: block !important;
}

.fix-to-top {
    position: fixed;
    top: 200;
    z-index: 100000;
}

.help-identifier {
    text-decoration: underline;
    color:#2d81b3;
}

.help-identifier i {
    font-size: 15px;
    margin-right: 4px;
}

.ticketButton:hover {
    background: #174d6d;
    border: 1px solid #174d6d;
}

.ticketButtonGreen {
    color: #fbfbfb;
    right: 180px;
    /* background: #2b8c57; */
    border: 1px solid green;
    background: -webkit-linear-gradient(top, #2b8c57 0%, #1f6941);
    background: linear-gradient(top, #2b8c57 0%, #1f6941);
}

.ticketButtonGreen:hover {
    background: #1d5f3b;
    border: 1px solid #0f4829;
}

.ticketButtonBlue {
    color: #fbfbfb;
    right: 0px;
    /* background: #2b8c57; */
    border: 1px solid #2f86ba;
    background: -webkit-linear-gradient(top, #2f86ba 0%, #226790);
    background: linear-gradient(top, #226790 0%, #2f86ba);
}

.ticketButtonBlue:hover {
    background: #226790;
    border: 1px solid #226790;
}


.ticketButtonWhite {
    color: #565656;
    right: 0px;
    /* background: #2b8c57; */
    border: 1px solid #ccc;
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1);
    background: linear-gradient(top, #ffffff 0%, #f1f1f1);
}

.ticketButtonWhite:hover {
    background: #f1f1f1;
    border: 1px solid #ccc;
}

.dropDownUserListBox, .dropDownVizExpertListBox, .dropDownVizSeekerListBox, .dropDownExpSeekerListBox, .dropDownExpExpertListBox, .dropDownSeekerListBox, .dropDownExpertListBox, .dropDownForceAssignListBox {
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 1000;
  float: left;
  padding: 5px 0;
  text-align: left;
  list-style: none;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
  display : none;
}

.actionButton .dropdown-menu:after, .actionButton .dropdown-menu:before {
    display: none !important;
}

.actionButton .dropdown-menu li {
    border-bottom: none;
}

.actionButton {
    margin-left: -5px;
    margin-bottom: 3px;
    padding: 0px 10px 4px 7px;
    font-size: 14px;
    color: #0c0b0b;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #ECECEC;
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #e0e0e0);
    background: linear-gradient(top, #f6f6f6 0%, #e0e0e0);
    -ms-box-shadow: 0 0 0 rgba(000,000,000,0),inset 0 0 2px rgba(255,255,255,1);
    box-shadow: 0 0 0 rgba(000,000,000,0), inset 0 0 2px rgba(255,255,255,1);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 0 rgba(255, 255, 255, 0);
}


.dropDownUserList{
    background-color: #fff;
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropDownUserList:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.weekDays-selector input {
    display: none!important;
  }
  
  .weekDays-selector input[type=checkbox] + label {
    display: inline-block;
    border-radius: 6px;
    background: #dddddd;
    /* height: 40px;
    width: 30px; */
    width : 50px;
    margin-right: 3px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    /* padding : 5px; */
  }
  
  .weekDays-selector input[type=checkbox]:checked + label {
    background: darkblue;
    color: #ffffff;
  }

  .days-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  
  .day-circle{
    border: 1px solid #30A6DE;
    border-radius: 10px;
    display: inline-block;
    height: 50px;
    min-width: 50px;
    text-align: center;
    line-height: 50px;
    margin: 10px;
    color: #808080;
    cursor: pointer;
    width : 10%;
  }
  
  .day-circle.is-selected{
    background-color: #30A6DE;
    color: white;
  }

  .day-circle.is-overlaped {
    background-color: #AA110E;
  }
  
  .days-container.disabled .day-circle{
    border-color: #9EAEB5;
  }
  
  .days-container.disabled .day-circle.is-selected{
    background-color: #9EAEB5;
    color: #C3C2C2
  
  }
  
  /*.day-circle[ng-disabled="true"]{*/
  /*border-color: #9EAEB5;*/
  /*}*/
  /*.day-circle[ng-disabled="true"].is-selected{*/
  /*background-color: #9EAEB5;*/
  /*color: #C3C2C2*/
  
  /*}*/

  
  .panel-default>.panel-heading+.panel-collapse>.panel-body {
      display: table;
      width: 100%;
  }

  .timeSlots{
    background-color: #FFF;
    border: 1px solid #ccc;
    padding: 3px 6px;
    margin: 5px;
    border-radius: 5px;
    display: inline-block;
    /* width: 120px; */
  }

  .actionButtons {
    color: #fff;
    border-color: #adadad;
    margin-left: 5px;
    border: 1px solid;
    background: var(--light_color_shade);
    padding: 0 4px;

  }

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color: var(--dark_color_shade);
  }

  .stapledMessage {
    border: 1px solid #ccc;
    box-shadow: inset 0 0 3px #d4d4d4;
    width: max-content;
    background-color: #fff;
    color: #2c3136;
    font-size: 14px;
    text-align: left;
    border-radius: 3px;
    padding: 5px 8px;
    font-family: none;
    position: absolute;
    left: 30px;
  }

  md-content.md-default-theme, md-content{
      background-color: transparent;
  }

  md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar{
    color: var(--light_color_shade);
    background: var(--light_color_shade);
  }


  .searchTabResults md-tabs[md-border-bottom] md-tabs-wrapper{
    border-width: unset;
    border-style: none;
  }

  .searchTabResults md-tabs[md-border-bottom] md-tabs-wrapper {
    width: 100%;
  }

  .searchTabResults md-tabs.md-default-theme .md-tab, md-tabs .md-tab{
    font-size: 18px;
  }

  .md-tab {
      text-transform: capitalize;
  }

  md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon{
      color : var(--questionText_color);
  }

  md-tabs.md-default-theme .md-tab, md-tabs .md-tab{
      color : rgb(85,85,85);
  }
  
  .searchTabResults md-tab-item:not(.md-active) {
    border-width: 0px 0 1px !important;
    border-style: solid;
    border-color: rgba(0,0,0,0.12);
    margin-top: -2px;
  }

  .searchTabResults md-tab-item.md-active {
    border-width: 0px 0 2px !important;
    border-style: solid;
    border-color: var(--light_color_shade);
    margin-top: -2px;
  }


  .filterBar .filter-bar .searchContainer .fa-filter{
    padding: 8px 8px;
    border-radius: 50%;
    margin: 2px 2px 3px 0;
  }

  .filterBar .filter-bar .searchContainer .fa-filter:hover{
    background: #E3E5E6;
  }

  .cmLevelFilter{
      display: inline-block;
      padding: 0 5px;
  }

  .textColor{
    color: var(--questionText_color);
    font-family: 'Poppins', 'Lato', sans-serif;
  }

  nav .container{
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
  }


.menu-area{background: #FFF;border:1px solid #ccc; border-radius : 3px}
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color:#444444;font-size:12px;text-transform:capitalize;padding:5px;font-family:'Poppins', 'Lato', sans-serif;display: block !important;}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #fff;background: #2A8FF7;outline: 0;}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background: #fff;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #2A8FF7;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #2A8FF7;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:white;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:white}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:white}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
/* .mainmenu .collapse ul li:hover> ul{display:block} */
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;display:none;width: auto;}
/*******/
.mainmenu .collapse ul ul li{position:relative}
/* .mainmenu .collapse ul ul li:hover> ul{display:block} */
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:-164%;display:none;width: auto;}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
/* .mainmenu .collapse ul ul ul li:hover ul{display:block} */
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;display:none;z-index:1;width: auto;}

}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}

#menu_area .navbar-nav > li{
    padding : 0;
}

#menu_area .navbar-nav.mr-auto{
    padding: 0;
}

.mainmenu li a.noHover:hover, .mainmenu li a.noHover:focus  {
    background-color: #fff;
}

#menu_area  .dropdown .dropdown-toggle {
    cursor: pointer;
    color: #444444;
    font-weight: 400;
}

#menu_area .dropdown-toggle {
    margin: 0;
    padding: 2px 15px;
}

#menu_area .collapse.navbar-collapse{
    padding: 0;
}

#menu_area .navbar-toggler{
    display: contents;
}

#menu_area .dropdown-menu:after, .dropdown-menu:before{
    display: none;
}

#menu_area .dropdown{
    display: block;
}



#menu_area  .dropdown-toggle.noHover::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 36px;
    vertical-align: 1px;
    content: "";
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
}

.openQuestionNotification .label-default{
    background-color: var(--lighter_color_shade);
    margin: 3px;
    display: inline-block;
    padding:5px;
}
  

.curationFilterFontSize .dropdown-menu-form a, .curationFilterFontSize button.dropdown-toggle, a.curationStatusCamelCase{
text-transform: capitalize;
}

#inviteTable>thead>tr>th{
    border-bottom: 1px solid #ddd;
}

#inlineimages{
    resize: both; 
    overflow: hidden;
    /* line-height:0; */
    display: inline-block;
    margin:5px;
    width:100px;
    height:100px;
}

#inlineimages img{
    height: 100%;
    width: 100%;
    max-width: inherit !important;
}

#inlineimagesTwo{
    resize: none; 
    overflow: hidden;
    line-height:0;
    display: inline-block;
    margin:5px;
}

#inlineimagestwo img{
    height: 100%;
    width: 100%;
    max-width: inherit !important;
}
.cm-tabs md-tabs-content-wrapper {
    position: static;
}


.cm-tabs .md-active {
    position: static;
}

.header-color{
    background-color: #EEE;
}

.header-alignment th{
    text-align: center
}

.tiles-font{
    font-family: 'Poppins';
}

#seekersTable_wrapper .row{
    flex-direction: row-reverse!important;
    display: flex!important;
}

#seekersTable_length{
    padding-top: 12px;
    float: right;
    border-radius: 0px;

}

#seekersTable_length select{
    border-radius: 0px;
}

#seekersTable_filter{
    padding-top: 12px;
    float: left;
    border-radius: 0px;
}

#seekersTable_filter input{
    border-radius: 0px;
}

#seekersTable_paginate .page-link{
    border-radius: 0px;
}

#seekersTable_wrapper{
    padding: 0 10px;
}

#seekersTable td{
    text-align:center;
}

#seekersQueTable_wrapper .row{
    flex-direction: row-reverse!important;
    display: flex!important;
}

#seekersQueTable_length{
    padding-top: 12px;
    float: right;
    border-radius: 0px;
}

#seekersQueTable_length select{
    border-radius: 0px;
}

#seekersQueTable_filter{
    padding-top: 12px;
    float: left;
    border-radius: 0px;
}

#seekersQueTable_filter input{
    border-radius: 0px;
}

#seekersQueTable_paginate .page-link{
    border-radius: 0px;
}

#seekersQueTable_wrapper{
    padding: 0 10px;
}

#seekersQueTable td{
    text-align:center
}

#expertTable_wrapper .row{
    flex-direction: row-reverse!important;
    display: flex!important;
}

#expertTable_length{
    padding-top: 12px;
    float: right;
}

#expertTable_length select{
    border-radius: 0px;
}

#expertTable_filter{
    padding-top: 12px;
    float: left;

}

#expertTable_filter input{
    border-radius: 0px;
}

#expertTable_paginate .page-link{
    border-radius: 0px;
}

#expertTable_wrapper{
    padding: 0 10px;
}

#expertTable td{
    text-align:center;
}

.user-type-tile{
    margin-top:-3px; 
    text-align:right;
    padding-right: 10px;
} 

#active-users-count{
    margin-top: -7px;
    font-size: 1.4em;
    color: #fff;
    padding-left: 5px;
}

#seekersTable_paginate  a{
    color: #000;
}

#seekersQueTable_paginate a{
    color: #000;
}

#expertTable_paginate a{
    color: #000;
}

.user-type{
    position: absolute; 
    top:16px; 
    right: 0px;
}

.awards-attributes{
    width: 30%; 
    text-align: center; 
    font-size: 19px;
}

.awards-catogary{
    text-align: center;
    padding-top: 20px;
    font-size: larger;
    color: #444;
}

.award-alignment{
    text-align: center;
    padding-top: 20px;
}

.select-user-type{
    background: none; 
    border-radius: 0px; 
    padding: 4px; 
    border: 1px solid #ccc;
}

.curation-status {
    width: 158px;
    text-align: center;
    font-size: 0.85em;
    position: absolute;
    right: 75px;
    z-index: 4;
    border-radius: 10px;
    top: 20px;
    color: white;
    font-weight: bold;
    padding: 2px;
}

.current-level{
    position: absolute;
    left: 0;
    padding: 1.5px 0px 0px 4px;
    font-size: 12px;
    color: gray;
    cursor: default;
}

.next-level{
    position: absolute;
    right: 0;
    padding: 1.5px 4px 0px 0px;
    font-size: 12px;
    color: gray;
    cursor: default;
}


* {
    box-sizing: border-box;
  }
  
  
  /*the container must be positioned relative:*/
  .autocomplete {
    position: relative;
    display: inline-block;
  }
  
  input {
    /* border: 1px solid transparent; */
    background-color: #f1f1f1;
    /* padding: 10px; */
    /* font-size: 16px; */
  }
  
  input[type=text] {
    background-color: white;
    /* width: 100%; */
  }
  
  /* input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
  } */
  
  .autocomplete-items {
    position: absolute;
    /* border: 1px solid #d4d4d4; */
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    /* border-bottom: 1px solid #d4d4d4;  */
  }
  
  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #e9e9e9; 
  }
  
  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }

  #seekersBadgeTable_wrapper .row{
    flex-direction: row-reverse!important;
    display: flex!important;
}

#seekersBadgeTable_length{
    padding-top: 12px;
    float: right;
    border-radius: 0px;
}

#seekersBadgeTable_length select{
    border-radius: 0px;
}

#seekersBadgeTable_filter{
    padding-top: 12px;
    float: left;
    border-radius: 0px;
}

#seekersBadgeTable_filter input{
    border-radius: 0px;
}

#seekersBadgeTable_paginate .page-link{
    border-radius: 0px;
}

#seekersBadgeTable_wrapper{
    padding: 0 10px;
}

#seekersBadgeTable td{
    text-align:center
}

#seekersBadgeTable_paginate a{
    color: #000;
}

.downloadXlsFileButton{
    position: absolute;
    right: 20px;
    top: 11px;
    border: 0;
    background-color: white;
    font-size: smaller;
}

.downloadButtonForXls{
    position: absolute;
    right: 85px;
    top: 5px;
    border: 0;
    background-color: white;
    font-size: smaller;
}

.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .nextButtonAwards{
        width: 10%;
        background-color: white; 
        border: 1px solid #cbc7c7;
        transition: 0.3s;
        padding: 5px;
    }
    
    .nextButtonAwards:hover{
        background-color:#d3d3d3;
        color: white;
    }
    
    .prevButtonAwards{
        width: 10%;
        background-color: white; 
        border: 1px solid #cbc7c7;
        transition: 0.3s;
        padding: 5px;
    }
    
    .prevButtonAwards:hover{
        background-color:#d3d3d3;
        color: white;
    }

    .btn-white-hollow:focus, .btn-white-hollow-selected {
        padding: 10px 18px 13px 20px !important;
        background-color: #fff;
        color: #fd7400 !important;
        border-bottom: 2px solid #fd7400;
        font-weight: bolder;
        font-size: 16px;
    }

    .incidentTypeHeader{
        padding:  3px 10px;
        font-size: 14px;
        color: #1d1d1d;
        font-weight: 400;
    }
    
    .incidentTypeHeaderIcon{
        margin-right: 3px;
        font-size: 16px;
    }

    .services{
        margin: 50px 0px;
        /* border-style: solid;
        border-color: #E8E8E8;
        border-width: 1px 0 0 1px; */
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: left;
      }
    
    .services .service {
        padding: 10px 15px;
        border-style: solid;
        border-color: #E8E8E8;
        border-width:  1px;
        /* width: 100%; */
    }

    .align_center {
        align-items: center;
    }

    .headerStatus {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .systemStatus {
        font-weight: 500;
        border-radius: 4px;
        border: 1px solid rgba(0,0,0,0.1);
        text-shadow: 0 1px 0 rgba(0,0,0,0.1);
        padding: 0.75rem 1.25rem;
        width: 100%;
        margin-bottom: 30px;
        text-align: left;
    }
    
    .systemStatus.up{
        background-color: #2fcc66;
    }
    
    .systemStatus.down{
        background-color: #DE3E44;
    }
    
    .systemStatus span {
        color: #FFF;
        font-size: 18px;
        font-weight: bold;
    }

    .month {
        padding: 5px;
        background-color: #fff;
        margin: 8px;
        width: 31%;
        box-shadow: 2px 2px 4px -1px;
    
      }

      .content {
        font-family: "Gill Sans / Gill Sans MT", sans-serif;
        padding-top:20px;
        box-sizing:border-box;
        color: black;
        text-align: center;  
      }

      #month {
        font-size: 20px;
        margin-bottom: 30px;
        text-align: left;
        padding: 0 10px;
    }

    .date {
        /* width: 25px; */
        height: 25px;
        padding: 3px;
        display: block;
        border-radius: 10%;
        cursor: pointer;}

        #days ul li {
            list-style-type: none;
            width: 14%;
            display: block;
            float: left;
            height: 40px;
        }

        .flex_row {
            display: flex;
            flex-direction: row;
        }

        .incident .left {
            width: 700px;
            padding-right: 72px;
        }

        /* .incident .note > .incident_done_icon {
            position: absolute;
            left: -12px;
            top: -4px;
            z-index: 6;
        } */
        .off_gray {
            color: #414141;
            margin-top: 6px;
            text-align: left;
        }
        .margin_bottom_32px {
            margin-bottom: 32px;
        }
        .bold {
            font-weight: 700;
        }