@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:600,500,400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);


body,html {
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:13px;
    line-height:24px;
    color:#414141;
    background-color: #eef1f4;
    -webkit-font-smoothing:antialiased;
    min-height:100%;
}

body.bg {

}


.wrapper{
    width:100%;
    display:block;
    height:100%;
    min-height:100%;

}
.wrapper:after {
    content: "";
    clear: both;
}
header{
    position:relative;
    width:100%;
    display:block;
    background:#313131;
    height:50px;

    color:rgba(255,255,255,0.8);
}
header .nav-pills{
    padding-top:6px;
    margin-left:8px;
    float:right;

}
header .nav-pills .nav-link{
    background:rgba(255,255,255,0.05);
    margin-right:8px;
    color:rgba(255,255,255,0.7);
    font-weight:500;
}

header .title{
    padding:16px 15px 10px 15px;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    width:230px;
    display:inline-block;
    float:left;
}
header .title a{
    color:#fff;
}

.main-sidebar {
    position: relative;
    float:left;
    top: 0px;
    left: 0;
    width: 230px;
    z-index: 810;
    height:100%;
    min-height:100%;
    background: #333333;
    color:#fff;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.main-wrapper{
    position:relative;
    height:100%;
    float:left;
    width: calc(100% - 230px);
    padding-bottom:60px;
}



.main-wrapper.login{
    margin-left:0;
    margin-top:100px;
    width:100%;
}

.main-wrapper.answer{
    margin-left:0;
    width:100%;
}

.content-header {
    position: relative;
    padding: 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    background:#fff;
}

.content-header > h1 {
    margin: 0;
    font-size: 16px;
}

.content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 5px;
    right: 10px;
    border-radius: 2px;

}
.breadcrumb>li {
    display: inline-block;
}
.content-header > .breadcrumb > li > a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}
.content-header > .breadcrumb > li + li:before {
    content: '>\00a0';
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.main-sidebar .user-panel{
    padding:18px 15px 19px 15px;
    background: #202020;
}
.main-sidebar .user-panel p{
    font-weight:600;
    margin:0;
}

.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-menu > li {
	position: relative;
	margin: 0;
	padding: 0;

}
.sidebar-menu > li > a {
	padding: 12px 5px 12px 15px;
	display: block;
	color: #888;
    text-decoration:none;

}
.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
	width: 20px;
}
.sidebar-menu > li:hover > a, .sidebar-menu > li.menu-open > a {
    background: #202020;
	color: #fff;

}

.sidebar-menu > li .label, .sidebar-menu > li .badge {
	margin-right: 5px;
}
.sidebar-menu > li .badge {
	margin-top: 3px;
}
.sidebar-menu li.header {
	padding: 10px 25px 10px 15px;
	font-size: 13px;
	background: #f1f1f1;
	border-bottom: solid 1px #e6e6e6;
	border-top: solid 1px #e6e6e6;
}
.sidebar-menu li.header{
	border-bottom: solid 1px #393939;
	border-top: solid 1px #393939;
	background: #2a2a2a;
	color: #b4b4b4;
}
.sidebar-menu li > a > .fa-angle-left, .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
	width: auto;
	height: auto;
	padding: 0;
	margin-right: 10px;
}
.sidebar-menu.rtl li > a > .fa-angle-left, .sidebar-menu.rtl li > a > .pull-right-container > .fa-angle-left {
	margin-left: 10px;
	margin-right: 0;
}
.sidebar-menu li > a > .fa-angle-left {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
}
.sidebar-menu.rtl li > a > .fa-angle-left {
	position: relative;
	top: 50%;
	right: 0px;
	margin-top: -8px;
}
.sidebar-menu .menu-open > a > .fa-angle-left, .sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.sidebar-menu .active > .treeview-menu {
	display: block;
}

.treeview-menu > li > a {
    padding: 8px 8px 8px 15px;
    display: block;
    font-size: 13px;
    color: #888;
}


/* Treeview Menu */
.treeview-menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: -1px 0 0 0;
	padding-left: 0px;
}
.treeview .treeview-menu {
    background: #2b2b2b;
}
.treeview-menu .treeview-menu {
	padding-left: 10px;
}
.treeview-menu > li {
	margin: 0;
}
.treeview-menu > li > a {
	padding: 8px 8px 8px 15px;
	display: block;
	font-size: 13px;
    color: #888888;
    text-decoration:none;
}
.treeview-menu > li.active > a {
	color: #fff;
}

.treeview-menu > li > a {
	color: #888888;
}
.treeview-menu > li.active > a {
	color: #fff;
}
.treeview-menu > li > a:hover {
	color: #b4b4b4;
}
.treeview-menu > li > a > .fa, .treeview-menu > li > a > .glyphicon, .treeview-menu > li > a > .ion {
	width: 10px;
}
.treeview-menu > li > a > .pull-right-container > .fa-angle-left, .treeview-menu > li > a > .pull-right-container > .fa-angle-down, .treeview-menu > li > a > .fa-angle-left, .treeview-menu > li > a > .fa-angle-down {
	width: auto;
}

h1{
    font-size:24px;
}
h2{
    font-size:20px;
}
h3{
    font-size:15px;
}
h4{
    font-size:14px;
}
h5{
    font-size:13px;
}
h1,h2,h3,h4,h5,h6{
    font-weight:600;

}

.card{

}
.card.bg_grey{
    background:rgba(255,255,255,0);
}


.readstock .img-cnt{
    position:relative;
    background:#fff;
    padding:4px;
    border:1px solid #ededed;
    float:left;
    margin-right:10px;
}

.sp-l-5 {margin-left:5px !important;}
.sp-l-10 {margin-left:10px !important;}
.sp-l-15 {margin-left:15px !important;}
.sp-l-30 {margin-left:30px !important;}

.sp-r-5 {margin-right:5px !important;}
.sp-r-10 {margin-right:10px !important;}
.sp-r-15 {margin-right:15px !important;}
.sp-r-30 {margin-right:30px !important;}

.sp-b-5 {margin-bottom:5px !important;}
.sp-b-10 {margin-bottom:10px !important;}
.sp-b-15 {margin-bottom:15px !important;}
.sp-b-30 {margin-bottom:30px !important;}

.nm {margin:0 !important;}
.np {padding:0 !important;}
.pd10 {padding:10px !important;}
.pd15 {padding:15px !important;}

.table-responsive {
    background:#fff;
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-odd, .table-odd>td, .table-odd>th {
    background-color: rgba(0,0,0,0.005);
}
.table tr:hover{
    background-color: rgba(0,0,0,0.01);
}


.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 85%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.badge a{
    color:#fff;
}

.card .card-heading {
    padding: 15px 20px;
    position: relative;
    background:#f9fafb;
}
.card .card-heading.white {
    background:#fff;
}
.card .card-heading.success {
    background:#dff0d8;
}
.border.bottom {
    border: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.btn {
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 6px;
    margin-right: 5px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.btn-sm{
    font-size:13px;
    padding:8px 8px;
}

.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #ffffff;
}


.form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
   	font-weight:400;
    color: #414141;
    min-height:38px;
}

img{
    border-radius:4px;
}

.scroll_cnt.chat{
    height: 570px;
}
.scroll_cnt {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 450px;

}
.scroll_cnt::-webkit-scrollbar {
    width: 6px;
}
.scroll_cnt::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: rgba(0,0,0,0.0);
}
.scroll_cnt::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(0,0,0,0.2);
}


.scroll_cnt.chat .table tr:first-child td:nth-child(1),
.scroll_cnt.chat .table tr:first-child td:nth-child(2),
.scroll_cnt.chat .table tr:first-child td:nth-child(3){
    border-top: none;
}

.reaction_frm{
    background: #f9fafb;
    margin:0;
    padding:15px;
    border-top:none;
}
.reaction_frm .tool{
    position:relative;
    font-size:20px;

    cursor:pointer;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
       transition: all 0.5s ease;
}
.add_enclosure{
    cursor:pointer;
}
.reaction_frm .tool.disabled{
    color:rgba(0,0,0,0.15);
}
.reaction_frm .form-control, .note_frm .form-control{
    height:48px;
}
.btn_send_message{
    background:none;
    border:none;
    padding:0;
    margin:0;
    cursor:pointer;
}


.note_frm{
    background: #f9fafb;
    margin:0;
    padding:15px;
    border-top:none;
}
.note_frm .btn{
    font-size:12px;
    color:#fff;
    padding: 10px;
}


.note .remove_note{
    color:#d9534f;
}


.img-cnt{

}

.tooltip{
    font-size:13px;
}

.message_option_cnt{
    display:none;
    border-bottom:none;
}

.image_cnt{
    cursor:pointer;
}

.image_cnt.active img{
    padding:4px;
    border:1px solid #ccc;
    background-color: #d9534f;
}

.c-pointer{
    cursor:pointer;
}

footer{
    position:fixed;
    width:100%;
    background:#fff;
    height:50px;
    padding:15px 30px 0 0;
    z-index:9999;
    bottom:0;
    color:rgba(0,0,0,0.65);
    border-top:1px solid rgba(0,0,0,0.15);
}
footer a{
    color:rgba(0,0,0,0.65);
    border-right:1px solid rgba(0,0,0,0.3);
    padding:0 10px 0 10px;
}

.pagination a, .pagination strong{
    background:#fff;
    border:1px solid rgba(0,0,0,0.15);
    padding:4px 8px;
    margin-right:5px;
}
.pagination strong{

}

.suggestionCnt{
    position:absolute;
    display:none;
    height:200px;
    min-width:600px;
    overflow: scroll;
    overflow-x:hidden; overflow-y:scroll;
    border: 1px solid rgba(0,0,0,0.15);
    /*box-shadow: rgba(255,255,255,0.8) 0px 1px 0px inset, rgba(0,0,0,0.3) 1px 2px 3px;*/
    color:#000;
    border-radius:4px;
    text-shadow: 1px 1px #fff !important;
    z-index:9999 !important;
    background-color:#fff;
}
.search.suggestionCnt{

}
ul.autosuggest{
    padding:0 !important;
    margin:0 !important;
    z-index:9999 !important;
}
ul.autosuggest li{
    cursor:pointer;
    padding:3px 5px 5px 3px;
    z-index:9999 !important;
}
ul.autosuggest li:hover{
    cursor:pointer;
    background-color:#ccc;
}
.suggestionCnt ul{
    padding:0;
    margin:0;
}
.suggestionCnt ul li{
    margin:0;
    cursor:pointer;
    padding: 5px 3px 5px 3px;
    text-shadow: none;
}
.suggestionCnt ul li:hover{
    background-color:#619bec;
    color:#fff;
}
.pointer {cursor: pointer;}
.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}