/*div.remember {
    margin-top: 7px;
    color: #969696;
}

div.remember label {
    padding-top: 15px;
}

div.forgot {
    margin-top: 7px;
    color: #dadada;
}

footer {
    background: url("../img/feature-gradient.png") no-repeat scroll center 100% white;
    color: #B7B7B7;
    font-size: 12px;
    padding: 30px 0;
    text-align: center;
}

footer a {
    margin-left: 10px;
    margin-right: 10px;
}

table.signup td {
    padding: 10px;
}

table.signup .alert {
    margin-bottom: 0;
    margin-top: 3px;
}

table.perms select {
    margin-top: 5px;
    margin-right: 10px;
}

table.perms label {
    margin-right: 10px;
}

div.main-container {
    min-height: 450px;
}*/

.file-btn {
    position: relative;
}

.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    opacity: 0;
}

pre[class*="language"] {
    margin: 10px 0;
    padding-top: 0;
    border-left-color: #189094;
}

.upload-demo .upload-demo-wrap,
.upload-demo .upload-result,
.upload-demo.ready .upload-msg {
    display: none;
}

.upload-demo.ready .upload-demo-wrap {
    display: block;
}

.upload-demo.ready .upload-result {
    display: inline-block;
}

.upload-msg {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    margin: 10px auto;
    border: 1px solid #aaa;
}

.min-width-65 {
    min-width: 65px !important;
}

#lista_potential_client_contacts_wrapper #lista_potential_client_contacts_paginate,
#lista_potential_client_contacts_wrapper #lista_potential_client_contacts_length {
    display: none;
}

.btn-datatable {
    height: 34px !important;
}

.circle_icon_bussines_name {
    display: inline-block;
    background: #99999999;
    padding: 10px;
    font-size: 20px;
    border-radius: 25px;
    color: #fff;
}

.circle_icon_contact_potential_client {
    display: inline-block;
    background: #99999999;
    padding: 7px;
    width: 46px;
    padding-left: 10px;
    font-size: 20px;
    border-radius: 25px;
    color: #fff;
}

.calc-125 {
    width: calc(100% - 125px);
}

#potentialClient-preview-content {
    min-height: 250px;
}

#potentialClient-preview-content:before {
    content: "\f002";
    font-family: FontAwesome;
    left: -5px;
    position: absolute;
    top: 0;
    font-size: 140px;
    color: #f6f7f9;
    /* margin: 0 auto; */
    text-align: center;
    right: 0;
}

.main-info-potentialClient {
    z-index: 9;
    position: relative;
    background: #ffF;
}

.strip-blocks .block:nth-child(even) .row {
    background: #f6f7f9;
}

.crumbs_progress {
    text-align: center;
}

.crumbs_progress ul {
    list-style: none;
    display: inline-table;
}

.crumbs_progress ul li {
    display: inline-block;
}

.crumbs_progress ul li a {
    display: block;
    margin-bottom: 25px;
    float: left;
    padding-bottom: 25px;
    height: 40px;
    background: #c5c6c9;
    /* text-align: center; */
    padding: 10px 20px 0 40px;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 12px;
    text-decoration: none;
    color: #575757;
    cursor: default;
    /* border: 1px solid #83bff0; */
}

.crumbs_progress ul li a:after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #c5c6c9;
    position: absolute;
    right: -19px;
    top: 0;
    z-index: 1;
}

.crumbs_progress ul li a:before {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f0f2f5;
    position: absolute;
    left: -1px;
    top: -1px;
}

.crumbs_progress ul li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.crumbs_progress ul li:first-child a:before {
    display: none;
}

.crumbs_progress ul li:last-child a {
    padding-right: 30px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.crumbs_progress ul li:last-child a:after {
    display: none;
}

.w-break, .w-break *{
    word-break: break-all;
}

/*.crumbs_progress ul li a:hover {
    background: #fa5ba5;
}

.crumbs_progress ul li a:hover:after {
    border-left-color: #fa5ba5;
}*/

.crumbs_progress ul li a.active {
    background: #3f9ce8;
    color: #fff;
    cursor: default;
}

.crumbs_progress ul li a.active:after {
    border-left-color: #3f9ce8;
}

.sticky_content {
    display: flex !important;
    justify-content: space-between !important;
}

.sticky_element {
    width: 25% !important;
    height: 25vh !important;
    min-height: 200px !important;
    overflow: auto !important;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 2% !important;
}

/*.fuel_x_city:first-child .remove_component_fuel_x_city, .desc_fuel_x_city:first-child .remove_component_desc_fuel_x_city {
    display: none;
}
*/
.proveedores_list .proveedores:nth-child(2) .delete_proveedores {
    display: none;
}

.remove_component_fuel_x_city, .remove_component_desc_fuel_x_city {
    position: absolute;
    right: 15px;
    top: 7px;
    cursor: pointer;
    z-index: 999;
}

.remove_component_desc_fuel_x_zone {
    position: absolute;
    right: 5px;
    top: 0px;
    cursor: pointer;
    z-index: 999;
}

.remove_component_row {
    position: absolute;
    right: 15px;
    top: 7px;
    cursor: pointer;
    z-index: 999;
}
.row_contract_component:nth-child(1){
    display: none !important;
}

.fuel_x_city:nth-of-type(even){
    background: #f6f7f9;
}

.permissions tbody {
    display:block;
    height:500px;
    overflow:auto;
}
.permissions thead,.permissions tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.permissions thead {
    width: calc( 100% - 1em )
}

/* Let's get this party started */
.permissions table ::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
.permissions table ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
/* Handle */
.permissions table ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 5px;
    background: #fafafa; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.permissions table ::-webkit-scrollbar-thumb:window-inactive {
    background: #fafafa; 
}

.analysis-simulator tbody tr td:nth-child(4), .analysis-simulator tbody tr td:nth-child(8), .analysis-simulator thead tr th:nth-child(8), .analysis-simulator thead tr th:nth-child(4){
    border-right-style: double !important;
    border-right: 1px solid #e1e1e1;
}

td.details-control {
background: url('http://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
cursor: pointer;
}
tr.shown td.details-control {
background: url('http://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}

.note-toolbar {
    z-index: 0;
}

.peoCal_NOR,.peoCal_DUD,.peoCal_PER,.peoCal_DEF,.peoCal_CPP {
    color: white;
    font-weight: 700;

}
.tr-pointer > tr[role] {
    cursor: pointer;
}

.tr-pointer [role]:hover{
    background: #f2f3f3;
}

.peoCal_NOR {
    background: #008b00;
}

.peoCal_DUD {
    background: #f0c914;
}

.peoCal_PER {
    background: #ff7000;
}

.peoCal_DEF {
    background: #ff6b15;
}

.peoCal_CPP {
    background: #b4c625;
}

.notifications-section-menu {
    height: 360px;
    overflow-y: scroll;
}

.notifications-section-menu::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.notifications-section-menu::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.notifications-section-menu::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #c9c9c9;
}

.notifications-section-menu a:hover {
    background: #f1f1f1;
} 

.unread-notify{
    background: #e0eaff;
}

.unread-border {
    box-shadow: 1px 1px 1px #e1e1e1;
}

.unread-border:hover {
    background: #f3f3f3;
}

.type-file-format {
    display: inline-block;
    padding: 0px 15px 5px 15px;
    margin: 0 auto;
    border-radius: 12px;
    line-height: 20px;
}

.filter_toggle_mobile {
    background: #eeeeee;
    margin: 20px 15px;
    padding: 8px 0;
    cursor: pointer;
}

@media screen and (max-width: 1250px) {
  .dataTables_wrapper {
    overflow: scroll;
  }
}

/*.modal-dialog-full {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content-full {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}*/

.contracts_container button[data-action="content_toggle"]{
    color: #2428c2;
}

.is-invalid label {
    color: #ef5350;
}

.shadow-blocks {
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15) !important;
}
.pointer {
    cursor: pointer !important;
}

.row_input:nth-child(2) .remove_row_input {
    display: none;
}

.row_input:nth-child(2) .remove_row_input_visivility {
    visibility: hidden !important;
}

.block-content .add_sublevel {
    display: none;
}

.points_sublevel .row:nth-child(2) .remove_row_point {
    display: none;
}

.points_sublevel .row .add_row_point {
    display: none;
}

.points_sublevel .row:nth-child(2) .add_row_point {
    display: block !important;
}

.row_contract_signatory:nth-child(1) .conponent-signature .add_signature {
    display: inline-block;
}

.row_contract_signatory .conponent-signature .add_signature {
    display: none;
}

.row_contract_signatory:nth-child(1) .conponent-signature .btn-alt-danger {
    display: none;
}

.negative-point {
    color: #fa5858;
}

#sentinel-deudasvencidas24meses tbody tr td:nth-child(4):hover{
    background: #e2f2ff;
    cursor: pointer;
}

.ellipsin-name {
    display: inline-block;
    width: 135px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.desc_risk {
    font-size: 16px;
}

.card-header-info{
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.card-header-info:hover{
    transform: scale(1.019);
    transition: all .2s ease-in-out;
}

.card-header-info:after{
    color: #fff;
    background: "\f053";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 10px;
    height: 11px;
}

/*.card-header-info::after{
    color: #fff;
    content: "\f053";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 10px;
    height: 11px;
}

.card-header-info::after{
    color: #fff;
    content: "\f053";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 10px;
    height: 11px;
}

.card-header-info::after{
    color: #fff;
    content: "\f053";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 10px;
    height: 11px;
}

.card-header-info::after{
    color: #fff;
    content: "\f053";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 10px;
    height: 11px;
}*/

/*customizing tooltip color*/
/*right tooltip*/
.tooltip.bottom > .tooltip-arrow {
  /*border-right-color: dodgerblue;*/
}

.info-ejecutivo-ventas {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 100px;
    text-overflow: ellipsis;

}
.link-info-ejecutivo-ventas {
    cursor: help;
}

.modal-report-accionista {
    cursor: pointer;
}

.bg-text-primary-light {
    color: #12426e !important;    
}

.pointer-default {
    cursor: default !important;
}

.tab-option-pane {
    min-height: 65px;
}

.tab-option-pane.active, .tab-option-pane:hover{
    background: #e5f5ff !important;
}

.bg-grd-1 {
    background: #00B4DB;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-grd-2 {
    background-image: radial-gradient(circle, #383db0, #2648ae, #1851aa, #1758a4, #225e9d);
}    

.risk-content-tab {
	border-left: 6px solid #fd625e;
}

.text-grd-1 {
    color: #0083B0 !important;
    opacity: 0.6;
}

.text-grd-2 {
    color: #fff !important;
    opacity: 0.4;
}

.text-white-default {
	color: #fff !important;
}

.bg-2 {
    background: #fd625e !important;
}
.bg-2-1 {
    background: #5fb3e8 !important;
}

.text-2 {
    color: #fd625e !important;
} 
.bg-3 {
	background: #ffebe9 !important;
}
.bg-4 {
	background: #8cc56f !important;
}
.text-4 {
	color: #3f7d20 !important;
}
.bg-5 {
	background: #607d8b !important;
}

.text-5 {
	color: #607d8b !important;	
}

.bg-6 {
    background: #26c6da !important;
}

.font-color-6 {
    color: #26c6da !important;
}
.text-6 {
    color: #607d8b !important;  
}

.bg-7 {
    background: #009688 !important;
}

.bg-8 {
    background: #527b9c !important;
}

.bg-9 {
    background: #e2f1fe !important;
}

.bg-10 {
    background: #eff6fc !important;
}

.bg-11 {
    background: #d3b367 !important;
}

.bg-12 {
    background: #5484b6 !important;
}

.font-color-8 {
    color: #2196f3 !important;
}

.opacity-disable {
    opacity: 0.4;
}

.text-danger-alt {
    color: #ffbcbb;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.bg-aside-menu {
    background: #4e5762 !important;
}

.sin-calificar {
    background: #859ca3 !important;
}

.precalificado {
    background: #67c037 !important;
}

.observado {
    background: #ffbb33 !important;
}

.sin-informacion {
    background: #4B515D !important;
}

.sin-información {
    background: #4B515D !important;
}

.rechazado {
    background: #ff0000 !important;
}

.rechazado-por-mora {
    background: #ff4444 !important;
}

#input_ruc {
    font-size: 26px;
}

.bg-grd-danger{
    border: 1px solid #000;
    background: #ef5350;
}
.background-prequalification {
    background-color: #01366d;
    background-image: url("https://www.transparenttextures.com/patterns/triangles.png");
    background-size: 45px;
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.title-prequalification {
    color: #ffc743;
    text-shadow: 1.5px 1.5px #000;
}
.prequalify-btn {
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #3e9ce8 !important;
    color: #fff !important;
    padding: 10px 30px !important;
    height: 40px !important;
    box-shadow: 3px 3px 3px #000000;

}
.prequalify-btn:hover{
    background: #fff !important;
    color: #00BCD4 !important;
}
.preq-header-info {
    background: #011b37;
    box-shadow: 1px 2px 0px #fff;
}
#bad-items-preq {
    
}
#response_company_name {
    background: #dfb040;
    /*background-image: linear-gradient(to top, #ffda8b, #face72, #f4c358, #efb73d, #e9ab18);*/
}
.title_company_header{
    color: #ffc743 !important;
}
.new-prequalify-btn {
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #3e9ce8 !important;
    color: #fff !important;
    padding: 10px 30px !important;
    height: 40px !important;
    box-shadow: 3px 3px 3px #000000;
}
.no-found-info {
    background-image: linear-gradient(to top, #3e9ce8, #348fda, #2982cc, #1d75be, #0e68b0);
    border-radius: 5px;    
}
.main-pane-consult {
    background: rgba(0, 0, 0, 0.35);
    transition-property: all;
    transition-duration: all 3s ease-in-out;
}

.text-trim-pc{
    display: block;
    width: 95px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pane-scrolled {
    max-height:600px;
    overflow-y:scroll;
    /*border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;*/
}

.pane-scrolled::-webkit-scrollbar {
    width: 4px;
}

.pane-scrolled::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
}

.pane-scrolled::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
    background-color: #555;
}

.bg-none {
    background: none !important;
}

.border-none {
    border: none !important;
}

.error-password {
    border: 2px solid red !important;
    background: #ffefef !important;
}

.btn-option-evaluation-success.active-tab{
    background-color: #3f9ce8 !important;
}

/*.btn-option-price-success.active-tab {
    background-color: #2facb2 !important;
}*/

.btn-option-price-success.active-tab {
    background-color: #3f9ce8 !important;
}

.btn-option-evaluation-danger.active-tab, .btn-option-price-danger.active-tab {
    background-color: #f44336 !important;
}

.confirm-approve { 
    width: 100%;
    position: fixed !important;
    bottom: 0;
    background: #fff;
    box-shadow: 2px 0px 10px #000000;
}

.ellipsis-bussines-name span {
    display: block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-bussines-state-name span, .col-prices span, .col-risk span {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 85%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: 6px;
    padding: 5px 5px;
    color: white;
}

td.ruc-link:hover {
    cursor: pointer;
    color: #3f9ce8;
    font-weight: 700;
}

.btn-approve {
    background: #9ccc65 !important;
    color: #000;
}

.btn-disapprove {
    background: #6b8998 !important;
    color: #000;
}

.bg-observe-directory {
    background: #fff3f3 !important;
}

.no-selected-text {
    -webkit-user-select: none !important;
}

#loading-frame {
    width: calc( 100% - 30px );
    height: 180px;
    background: #62cfd4;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 15px 20px 15px;
}

.w-250 {
    width: 250px !important;
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.tachado{
    text-decoration:line-through !important;
}
.scrollable {
    overflow: scroll !important;
}

.float-arrow{
    -webkit-animation: action 0.5s infinite  alternate;
    animation: action 0.5s infinite  alternate;
}
@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}

.box-disabled {
    background-color: #f0f2f5 !important;
    color: #094272 !important;
    opacity: 0.35;
}

@media screen and (max-width: 850px) {
    .scrollable-mobile {
        overflow: scroll !important;
    }
}

.kc-header {
    background: #2facb2;
}

.kc-header:hover {
    background: #0dc3cc;
}

a.link {
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 0.6px;
}

a.link-primary {
    background: white;
    border: 1px solid #3f9ce8;
} 

a.link-primary:hover {
    color: white !important;
    background: #3f9ce8;
}
.text-blue-recol {
    color: #01366d !important;
}
.text-yellow-recol {
    color: #d6aa41 !important;
}

.risk-analisi-menu.nav {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.risk-analisi-menu > li {
    display: inline-block;
    float: none;
    ;
}

.risk-analisi-menu > li > a {
    padding: 0 30px 0 30px !important;
}

.nav-tabs-block .tab-report-directory.nav-link {
    background: #e6f4ff;
    color: #3f9ce8;
    border-bottom: 2px solid #3f9ce8;
}
.nav-tabs-block .tab-report-directory.nav-link.active {
    background: #3f9ce8;
    color: white;
    border-bottom: 2px solid #217ff3;
}
.director-row {
    display: inline-block;
    width: 70%;
}
.label-change-aprov {
    line-height: 1;
}
.nav-directors-aprov {
    background: #f0f2f5 !important;
    border: none !important;
}

.form-material>label.show-password {
    right: 0;
    left: inherit;
}

#naek {
    position: absolute;
    right: 60px;
    bottom: 110px;
    z-index: 100;
}

.card-container#login {
    max-width: 350px;
    padding: 40px 40px;
}

.card-container#login .btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
#login {
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
}

#login #ref{
    text-align: center;
    color: #000
}

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

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

.form-signin #username,
.form-signin #avatar {
    direction: ltr;
    height: 44px;
    font-size: 16px;
    border: none;
}

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

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

.card-container#login .btn.btn-signin {
    background-color: rgb(9, 210, 97);
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.card-container#login .btn.btn-signin:hover,
.card-container#login .btn.btn-signin:active,
.card-container#login .btn.btn-signin:focus {
    background-color: rgb(30, 190, 165);
}

.emoji-menu {
    position: fixed;
    bottom: 60px;
    height: auto
}

.fa-smile-o {
    font-size: 20px !important;
    margin: 3px
}

.inbox-status {
    position: absolute;
    right: 0;
    margin: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FF5C5C;
    color: #fff;
    text-align: center;
    font-size: 10px
}

.inbox-count {
    margin: 5px 0px 0px 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #4FC3F7;
    color: #fff;
    text-align: center;
    vertical-align: center;
    font-size: 10px
}

.contact-status {
    position: absolute;
    left: 0;
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.contact-status.on {
    border: 2px solid #2ecc71;
    background: #2ecc71;
}

.contact-status.off {
    border: 2px solid #95a5a6;
    background: #95a5a6;
}

.fa-2x {
  font-size: 1.5em;
}

#chat-realtime {
  position: relative;
  overflow: hidden;
  height: calc(100% - 38px);
  margin: auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.app-one {
    display: none;
  background-color: #f7f7f7;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.side {
  padding: 0;
  margin: 0;
  height: 100%;
}
.side-one {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  display: block;
  top: 0;
}

.side-two {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  top: -100%;
  left: -100%;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;

}


.heading {
  padding: 10px 16px 10px 15px;
  margin: 0;
  height: 60px;
  width: 100%;
  z-index: 1000;
    background-color: #009688;
}

.heading-avatar {
  padding: 0;
  cursor: pointer;

}

.heading-avatar-icon img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.heading-name {
  padding: 0 !important;
}

#heading-name-meta {
  font-weight: 700;
  font-size: 100%;
  padding: 5px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  display: block;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important
}
#heading-online {
  padding: 0 5px;
  font-size: 12px;
        color: rgba(255,255,255,0.6)
}
.heading-compose,
.heading-home {
  padding: 0;
}

.heading-compose i,
.heading-home i {
  text-align: center;
  padding: 5px;
  color: #fff;
  cursor: pointer;
}

.heading-logout {
  padding: 0;
  margin-left: 10px;
}

.heading-logout i {
  text-align: right;
  padding: 5px;
  color: #fff;
  cursor: pointer;
}

.user-fork {
  padding: 0 !important;
  margin-left: 10px;
  text-align: right;
}

.user-fork i {
  padding: 5px;
  color: #222;
}

.searchBox {
  padding: 0 !important;
  margin: 0 !important;
  height: 60px;
  width: 100%;
}

.searchBox-inner {
  height: 100%;
  width: 100%;
  padding: 10px !important;
  background-color: #fbfbfb;
}


/*#searchBox-inner input {
  box-shadow: none;
}*/

.searchBox-inner input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.sideBar {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #f7f7f7;
  height: calc(100% - 120px);
}

.sideBar-body {
  position: relative;
  padding: 10px !important;
  border-bottom: 1px solid #f7f7f7;
  height: 72px;
  margin: 0 !important;
  cursor: pointer;
}

.sideBar-body.active,
.sideBar-body:hover {
  background-color: #f2f2f2;
}

.sideBar-avatar {
  text-align: center;
  padding: 0 !important;
}

.avatar-icon img {
  border-radius: 50%;
  height: 49px;
  width: 49px;
}

.sideBar-main {
  padding: 0 !important;
}

.sideBar-main .row {
  padding: 0 !important;
  margin: 0 !important;
}

.sideBar-name {
  padding: 0px 10px 0px 10px!important;
  height: 50% !important
}

.sideBar-message {
  padding: 0px 12px 0px 12px!important;
  color: rgba(0, 0, 0, .6);
  height: 50% !important;
}

.sideBar-message i.fa-check {
  color: #4FC3F7;
  margin-right: 10px
}

.name-meta {
  font-size: 100%;
  padding: 1% !important;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.sideBar-time {
  padding: 0px 10px 0px 10px!important;
  height: 50% !important
}

.time-meta {
  text-align: right;
  font-size: 12px;
  padding: 1% !important;
  color: rgba(0, 0, 0, .4);
  vertical-align: baseline;
}

/*New Message*/

.newMessage {
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
  position: relative;
  left: -100%;
}
.newMessage-heading {
  padding: 10px 16px 10px 15px !important;
  margin: 0 !important;
  height: 100px;
  width: 100%;
  background-color: #00bfa5;
  z-index: 1001;
}

.newMessage-main {
  padding: 10px 16px 0 15px !important;
  margin: 0 !important;
  height: 60px;
  margin-top: 30px !important;
  width: 100%;
  z-index: 1001;
  color: #fff;
}

.newMessage-title {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 5px !important;
}
.newMessage-back,
.user-back {
  text-align: center;
  vertical-align: baseline;
  padding: 12px 5px !important;
  display: block;
  cursor: pointer;
}
.user-back {
  color: #fff
}
.newMessage-back i {
  margin: auto !important;
}

.composeBox {
  padding: 0 !important;
  margin: 0 !important;
  height: 60px;
  width: 100%;
}

.composeBox-inner {
  height: 100%;
  width: 100%;
  padding: 10px !important;
  background-color: #fbfbfb;
}

.composeBox-inner input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.compose-sideBar {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #f7f7f7;
  height: calc(100% - 160px);
}

/*Conversation*/

#conversation .messgaes {
    display: block;
}

.conversation {
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
  /*width: 100%;*/
  /*overflow-y: auto;*/
  position: absolute;
  right: 0
}

.message {
    border-left: 1px solid rgba(0, 0, 0, .08);
  padding: 10px 0px !important;
  margin: 0px !important;
  overflow-y: auto;
  background: #eff2ff;
  height: calc(100% - 60px);
  border-top: 1px solid rgba(0, 0, 0, .08);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.message-previous {
  margin : 0 !important;
  padding: 0 !important;
  height: auto;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 60px;
}
.previous-action {
  font-size: 14px;
  padding: 5px !important;
  cursor: pointer;
  background: rgba(225,242,251,0.8);
  border-radius: 50px;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
  width: 200px;
  margin: 10px auto
}

.previous-action a {
  text-decoration: none;
  color: #666 !important;
}
.message-scroll {
  margin : 0 !important;
  padding: 0 !important;
  height: auto;
  width: auto;
  position: absolute;
  bottom: 150px;
  right: 5px;
}
#scroll {
  padding: 5px !important;
  cursor: pointer;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
  width: 35px;
  height: 35px;
  margin: 10px;
  text-align: center;
}

#scroll a {
  text-decoration: none;
  color: #666 !important;
}

.message-body {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 1px !important;
  width: auto;
  height: auto;
}

.message-main-receiver {
  max-width: 90%;
}

.message-main-sender {
  padding: 3px 20px !important;
  margin-left: 10% !important;
  max-width: 90% !important;
}

.message-username {
  margin: 0 !important;
  padding: 0px 5px 0px 5px !important;
  word-wrap:break-word;
  font-size: 14px;
  cursor: pointer
}

.message-text {
  margin: 0 !important;
  padding: 0px 5px 0px 5px !important;
  word-wrap:break-word;
  font-weight: 200;
  font-size: 14px;
}

.message-text .placeholder {
  width: 100%;
  height: auto;
  max-height: 100px;
  display: block;
  margin: 10px 0px 10px 0px;
  background: #aaa;
  z-index: 999999999;
  overflow-y: hidden;
overflow-x: hidden;
-ms-overflow-x: hidden;
-ms-overflow-y: hidden;
}

.mfp-figure:after {
    box-shadow: none;
    background: transparent; 
}

.mfp-title {
    text-align: center;
}

.message-text .placeholder img {
    margin-top: -50%;
  width: 100%;
  display: block;
}

.message-text iframe {
  width: 100%;
  display: block;
  margin: 10px 0px 10px 0px
}

.message-time {
  margin: 0 !important;
  margin-left: 50px !important;
  font-size: 12px;
  text-align: right;
  color: #9a9a9a;

}

.receiver {
  width: auto !important;
  padding: 4px 10px 7px !important;
  border-radius: 10px 10px 10px 0;
  background: #ffffff;
  font-size: 12px;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
  word-wrap: break-word;
  display: inline-block;
  margin-left: 8px;
}

.sender {
  float: right;
  width: auto !important;
  background: #dcf8c6;
  border-radius: 10px 10px 0 10px;
  padding: 4px 10px 7px !important;
  font-size: 12px;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
  display: inline-block;
  word-wrap: break-word;
  margin-right: 8px;
}

.imagetmp {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 60px;
  background: rgba(255,255,255,0.7);
  display: none;
  padding: 10px 5px 5px 10px !important;
  margin: 0 !important;
  z-index: 1000;
  overflow-y: auto;
overflow-x: hidden;
-ms-overflow-x: hidden;
-ms-overflow-y: auto;
}

.imagetmp #reviewImg {
    width: 100%;
  display: block;
}

.imagetmp img {
    cursor: pointer;
  display: inline-block;
    height: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/*Reply*/

.reply {
    border-left: 1px solid rgba(0, 0, 0, .1);
  height: 60px;
  width: 100%;
  background-color: #f5f1ee;
  padding: 10px 5px 10px 5px !important;
  margin: 0 !important;
  z-index: 1000;
}

.reply .fileinput {
  background-color: #f5f1ee !important;
  border: none !important;
  padding: 0px
}

.reply .fileinput .fa {
  color: #93918f
}

.reply-recording {
  padding: 5px !important;
}

.reply-recording i {
  text-align: center;
  padding: 0px !important;
  color: #93918f;
  cursor: pointer;
}

.reply-send {
  padding: 5px 2px 0px 0px!important;
}

.reply-send i {
  text-align: center;
  padding: 0px !important;
  color: #93918f;
  cursor: pointer;
}

.reply-main {
  margin-left: 15px;
  padding: 2px 5px !important;
}

.reply-main textarea {
  width: 100%;
  resize: none;
  overflow: hidden;
  padding: 5px !important;
  outline: none;
  border: none;
  text-indent: 5px;
  box-shadow: none;
  height: 35px !important;
  font-size: 16px;
}

.reply-main textarea:focus {
  outline: none;
  border: none;
  text-indent: 5px;
  box-shadow: none;
}

  .side-one .heading {
    border-right: 1px solid rgba(0,97,87,0.5)
  }

@media screen and (max-width: 700px) {
.message-previous {
    top: 65px
}
  #chat-realtime {
    top: 0;
    height: 100%;
  }
  .heading {
    height: 70px;
  }
  .fa-2x {
    font-size: 2.3em !important;
  }
  .heading-avatar {
    padding: 0 !important;
  }
  .heading-avatar-icon img {
    height: 50px;
    width: 50px;
  }
  .heading-compose,
.heading-home {
    padding: 5px !important;
  }
  .heading-compose i,
.heading-home i {
    cursor: pointer;
  }
  .heading-logout {
    padding: 5px !important;
    margin-left: 10px !important;
  }
  .heading-logout i {
    cursor: pointer;
  }
  .user-fork {
    padding: 0px 5px !important;
    margin-left: 5px !important;
  }
  .sideBar {
    height: calc(100% - 130px);
  }
  .sideBar-body {
    height: 80px;
  }
  .sideBar-avatar {
    text-align: left;
    padding: 0 8px !important;
  }
  .avatar-icon img {
    height: 55px;
    width: 55px;
  }
  .sideBar-main {
    padding: 0 !important;
  }
  .sideBar-main .row {
    padding: 0 !important;
    margin: 0 !important;
  }
  .sideBar-name {
  padding: 0px !important;
  }
  .sideBar-message {
  padding: 0px 10px 0px 10px!important;
  }
  .name-meta {
    font-size: 16px;
    padding: 5% !important;
  }
  .sideBar-time {
  padding: 0px 5px 0px 5px!important;
  }
  .time-meta {
    text-align: right;
    font-size: 14px;
    padding: 4% !important;
    color: rgba(0, 0, 0, .4);
    vertical-align: baseline;
  }
  /*Conversation*/
  .conversation {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    /*width: 100%;*/
    /*overflow-y: auto;*/
    left: 0
  }
  .message {
    height: calc(100% - 60px);
  }
.imagetmp {
  bottom: 70px;
}
  .reply {
    height: 70px;
  }
  .fileinput .fa {
    font-size: 1.8em !important;
  }
  .reply-main {
    padding: 2px 8px !important;
  }
  .reply-main textarea {
    padding: 8px !important;
    font-size: 12px;
  }
  .reply-recording {
    padding: 5px 0 !important;
  }
  .reply-recording i {
    padding: 0px !important;
    font-size: 1.8em !important;
  }
  .reply-send {
    padding: 9px 4px !important;
  }
  .reply-send i {
    padding: 0px !important;
    font-size: 1.3em !important;
  }
}