@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");
@import url("https://fonts.googleapis.com/css?family=Exo+2:500,600");

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}

.ui-widget{
	font-family: Arial;
}

.form-control {
	border-radius: 5px !important;	
}

small{
	font-size: 11px;
	color: gray;
	font-weight: 400;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: #091e4214;
  border-radius: 6px
}

*::-webkit-scrollbar-thumb {
  background-color: #BEC2CE;
  border-radius: 6px;
}

body{
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    color: #333;
    direction: ltr;
    font-size: 14px;
    line-height: 1.42857142857143;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    text-shadow: none !important;
}

a{
	color: #42526E;
	text-decoration: none !important;
}


.ui-state-default{
	background: inherit;	
}
	
.hover-color:hover {
  background-color: #eee !important;
  border-radius: 5px
}

.hover-color-2:hover {
  background-color: #EBECF0 !important;
  border-radius: 5px
}

.ui-autocomplete-input{
	background: #F4F5F7 !important;
    border: 0px !important;
    box-shadow: none !important;
}

.ui-selectcheckboxmenu{
	background: #F4F5F7 !important;
    box-shadow: none !important;
    border: none !important;
}

.ui-inputfield{
	background: #f4f5f7 !important;
    border: 1px solid #dfe1e6 !important;
    border-radius: 3.01px !important;
    box-sizing: border-box !important;
    font-size: inherit !important;
    margin: 0px;
    vertical-align: baseline !important;
}

.ui-autocomplete-input{
	background: #F4F5F7 !important;
    border: 1px solid rgb(223, 225, 230);
    box-shadow: none !important;
}

.left{
	text-align: left	
}

.right{
	text-align: right	
}

.subtitle{
	color: #6b778c;
    font-weight: 500;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.w100{
	width: 100%	
}

.h100{
	height: 100%
}

.normal-font{
	font-size: 14px;
}

.ml8{
	margin-left: 8px
}

.mr8{
	margin-right: 8px
}

.ml16{
	margin-left: 16px
}

.mr16{ 
	margin-right: 16px
}

.pt4{
	padding-top: 4px;
}

.pl8{
	padding-left: 8px
}

.pr8{
	padding-right: 8px
}

.pl16{
	padding-left: 16px
}

.pr16{
	padding-right: 16px
}

.input-div{
	font-size: 14px;
	min-width: 150px;
	width: 150px;
}

.input-div + .input-div{
	padding-left: 8px;
}

.lateral-menu {
    bottom: 0px;
    left: 0px;
    position: fixed;
    top: 0px;
    z-index: 100;
    will-change: width;
    width: 250px;
    margin-left: 0px;
    background-color: rgb(7, 71, 166);
    padding-left: 68px;
    border-radius: 0 16px 16px 0;
    transition: width 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
}

.lateral-button{
    bottom: 0px;
    position: fixed;
    top: 0px;
    z-index: 101;
    padding: 0 8px;
    will-change: width;
    background-color: rgb(53 111 178);
}

.content{
	will-change: padding-left;
    padding-left: 250px;
    margin: 16px auto 0px;
    transition: padding-left 300ms cubic-bezier(0.2, 0, 0, 1) 0s;
}

.navigation{
	display: flex;
    flex-direction: row;
}

.pre-body{
	align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    max-width: 100%;
    padding: 0px 20px;
    position: relative;
}

.in-body{
	-webkit-box-flex: 1;
    flex: 1 0 auto;
    margin: 0px 20px;
    max-width: calc(100% - 40px);
    min-width: calc(8.33333% - 40px);
    overflow-wrap: break-word;
}

.title{
	font-size: 1.4285714285714286em;
    font-style: inherit;
    line-height: 1.2;
    color: #172B4D;
    font-weight: 500;
    margin: 24px 0px 16px;
}

.title3{
	font-size: 1.4285714285714286em;
    font-style: inherit;
    line-height: 1.2;
    color: #172B4D;
    font-weight: 500;
    margin: 16px 0px 16px;
}

.title2{
	font-weight: 500;
    font-size: 14px;
    height: 32px;
    text-decoration: none;
    color: black;
    overflow: hidden;
    max-width: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tiny-font{
    font-weight: 400;
    font-style: normal;
    line-height: 20px !important;
    font-size: 12px;
    height: 30px;
    color: #6B778C;
}

.small {
    font-size: .7857142857142857em;
    font-style: inherit;
    line-height: 1.4545454545454546;
    color: #6b778c;
    font-weight: 700;
    margin-top: 16px;
    font-weight: 400;
}

.card {
    display: block;
    position: relative;
    box-sizing: border-box;
    min-width: 156px;
    min-height: 124px;
    width: 100%;
    max-width: 208px;
    background-image: linear-gradient(rgb(244, 245, 247) 33%, transparent 33%);
    box-shadow: rgb(9 30 66 / 25%) 0px 1px 1px, rgb(9 30 66 / 13%) 0px 0px 1px 1px;
    border-radius: 5px;
}

.card-selected{
	background-image: linear-gradient(gold 33%, transparent 33%);
	/* 
	box-shadow: #a2a2a2 0px 0px 16px 8px !important;
    z-index: 100;
    margin-top: -13px !important;
    margin-bottom: auto;
    */
}

.card + .card {
    margin-left: 8px;
}

.wrap{
	flex-wrap: wrap	
}

.flex{
	display: flex
}

.p16{
	padding: 16px
}

.text-no-upper{
	text-transform: none !important;
}

.upper{
	text-transform: uppercase;	
}

.p8{
	padding: 8px
}

.hr{
	border-top: 2px solid rgb(223, 225, 230);
}

.hr-tiny{
	border-top: 1px solid rgb(223, 225, 230);
}

.space{
	height: 8px
}

.space-2x{
	height: 16px
}

.space-3x{
	height: 24px
}

.space-4x{
	height: 32px
}

.info{
	padding: 40px;
	border-bottom: 2px solid #DFE1E6;
	display: flex;
	justify-content: center;
}

.rowitem{
	padding: 4px 12px;
    margin: 4px 8px 4px 0px;
    border-radius: 5px;
    background: #F4F5F7;
}

.rowitem-2{
    padding: 8px 0px;
	border-top: 1px solid rgb(223, 225, 230);
}

.div-description{
	width: 150px;
	min-width: 150px;
}

.ui-button-text{
	-webkit-font-smoothing: antialiased;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #222222;
    background-color: #f4f5f6 !important;
    margin: 0px;
}

.ui-state-active{
    background-color: #F4F5F6 !important;
}

.ui-autocomplete .ui-autocomplete-dropdown {
    border: 1px solid #DFE1e6;
    border-radius: 4px;
    background: #F4F5F6;
}

.ui-autocomplete-panel .ui-autocomplete-list-item {
    padding: 8px;
}

.button-remove{
	text-shadow: none;
	background: red;
	color:white;
}

.button-remove:hover {
	text-shadow: none;
	background: #ea0000;
	color:white;
}
	
.button-menu{
	text-shadow: none;
    -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: inherit;
    height: 40px;
    outline: none;
    text-align: left;
    text-decoration: none;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    fill: rgb(5, 54, 127);
}

.button-menu-selected{
	text-shadow: none;
    background-color: rgb(5, 54, 127);
     -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: inherit;
    outline: none;
    text-align: left;
    text-decoration: none;
    width: 100%;
    padding: 5px 12px 5px 12px;
    fill: rgb(5, 54, 127);
}

.button-menu-preview{
	text-shadow: none;
	background-color: #EBECF0;
	color: #0052cc;
     -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: inherit;
    height: 40px;
    outline: none;
    text-align: left;
    text-decoration: none;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    fill: rgb(5, 54, 127);
}

.ui-button-text-only .ui-button-text {
    padding: 4px;
}

.button-normal{
	text-shadow: none;
    background: #F5F6F7;
    color: #42526E;
    box-shadow: none;
    border: 0px;
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased;
}

.button-heavy{
	text-shadow: none;
    background: #2196f3;
    color: white;
    box-shadow: none;
    border: 0px;
    font-size: 14px !important;
    border-radius: 5px !important;
    -webkit-font-smoothing: antialiased;
}

.button-heavy:hover{
	background: #0052CC;
    color: white !important;
}

.button-blue{
	text-shadow: none;
    background: #0052CC;
    color: white;
    box-shadow: none;
    border: 0px;
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased;
}

.button-white{
	text-shadow: none;
    background: white;
    color: #0052CC;;
    box-shadow: none;
    border: 0px;
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased;
}

.lateral-item{
	font-size: 20px !important;
    padding: 16px 0px 16px;
    color: white;
    width: 100%;
    text-align: center;
}

.text-infinite{
	white-space: nowrap;
    display: block;
	max-height: 24px;
	line-height: 24px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-overflow: ellipsis;
}

.ui-accordion-header{
	background: white !important;
    border: 0px !important;
    color: #0052CC !important;
    font-weight: 500;
}

.ui-accordion-content{
	padding: 0px !important;
	overflow: hidden !important;
}

.ui-dialog-titlebar {
	background-color: white !important;
	padding: 24px !important;
}

.ui-dialog-title{
	font-size: 1.4285714285714286em !important;
    font-style: inherit;
    line-height: 1.2;
    color: #172B4D;
    font-weight: 500;
}

.ui-dialog-content {
    background-color: white !important;
    padding: 24px !important;
}

.ui-widget-overlay {
    background: #f4f5f6;
    opacity: 0.5;
}
	
.ui-dialog {
    position: absolute !important;
    border: 0px !important;
    border-radius: 4px !important;
}

.box-info{
 	box-sizing: border-box;
    background: #fff;
    border: 1px solid #DFE1E6;
    border-radius: 12px;
    margin: 0 auto 60px;
    padding: 30px;
    width: 600px;
}

.dialog{
	overflow-y: auto;
	display: none;
	padding-top: 40px;
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    /* background-color: #f5f6f780; */
    z-index: 102;
}

.dialog-list{
	z-index: 103;
}

.dialog-newitem{
	z-index: 104;
}

.show-menu{
	display: block !important;
}

.no-pad{
	padding: 0px
}

.no-marge{
	margin: 0px
}

.h-auto{
	height: auto;
}

.ui-selectonebutton .ui-state-active {
    background: #42526E !important;
    color: #fff;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.label{
	border-radius: 2px;
    padding: 8px;
    display: block;
}

.label-tiny{
	border-radius: 2px;
    padding: 4px;
}

.label-tiny-2{
	border-radius: 2px;
    padding: 2px;
}

.label-danger {
    background-color: red;
}

.div-audio-play{
	background: #f1f3f4;
    border: 0px;
    height: 30px;
    padding: 0px 20px 0px 20px;
    border-radius: 30px;
}

.detail-box{
	width: 100%; 
	background: #eee; 
	border-radius: 2px; 
	border: 1px solid rgb(223, 225, 230); 
	padding: 20px
}

.normal-line{
	line-height: normal
}

.ui-selectcheckboxmenu-panel {
    width: 300px !important;
    background: #fff !important;
}

.card-item{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgb(9 30 66 / 25%);
    cursor: pointer;
    display: block;
    max-width: 300px;
    min-height: 20px;
    position: relative;
    text-decoration: none;
    z-index: 0;
    margin: 0px 4px 0px 8px;
}

.card-item + .card-item{
	margin-top: 8px
}

.card-column{
	min-width: 270px;
	max-width: 270px;
    background-color: #ebecf0;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 2px;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    position: relative;
    white-space: normal;
    height: fit-content;
}

.card-column + .card-column{
	margin-left: 8px
}

.box-info-lateral {
    box-sizing: border-box;
    /* background: #f9f9f9; */
    background: #fcfcfc;
    /* background: #F4F5F7; */
    border: 0px;
    border-radius: 8px;
    padding: 24px;
    width: 750px;
    /* height: 100vh; */
    /* height: calc( 100vh - 48px); */
    position: relative;
    /* float: right; */
    margin: auto;
}

.board-header-btn {
    border-radius: 5px;
    min-width: 140px;
    color: #fff;
    background-color: hsla(0,0%,100%,.24);
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 0 4px 4px 0;
    max-width: 400px;
    overflow: hidden;
    padding: 0px 8px 0px 8px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
}

.dialog-chat{
	display: none;
	border-radius: 4px 4px 0px 0px;
    position: fixed;
    bottom: 0px;
    border: solid 1px #d3d3d3 !important;
    right: 0px;
    margin-right: 24px;
    width: 360px;
    height: 500px;
    background-color: white;
    z-index: 102;
}

.message-receive{
	padding: 8px;
	min-width: 160px;
    background: white;
    border-radius: 5px;
    width: fit-content;
    margin: 4px 8px 0px 8px;
}

.message-send{
	padding: 8px;
	min-width: 160px;
    background: #DCF8C5;
    border-radius: 5px;
    width: fit-content;
    float: right;
    margin: 4px 8px 0px 0px;
}

.over-y{
	overflow-y: auto;
}

.button-link{
	text-shadow: none;
	color: #6B778C; 
	padding: 4px; 
	min-width: 115px; 
	text-align: center; 
	border: solid 1px #6B778C; 
	border-radius: 4px;
}

.link-blue{
	color: #0052CC; 
	padding-right: 8px; 
	min-width: 115px;
	text-align: center; 
}

@keyframes messageblink {
  0% {top:0px;}
  50% {top:-5px;}
  100% {top:0px;}
}

.ui-fileupload-choose>.ui-button-text {
    padding: 8px 8px 8px 32px;
}

.card-anexo{
	color: #6B778C;
    padding: 4px 10px 4px 10px;
    min-width: 115px;
    text-align: center;
    border: solid 1px #d3d3d3;
    border-radius: 20px;
    margin-right: 8px
}

.preview-title{
	padding-bottom: 8px; 
	line-height: 24px; 
	/* max-height: 36px; */ 
	font-size: 20px; 
	font-weight: 600;
}

.preview-subtitle-2{
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #5e6c84;
}

.preview-subtitle{
    font-size: 1.17em;
    /* font-weight: bold; */
    font-weight: 600;
    padding-bottom: 8px;
    padding-top: 8px
}

.showMouseClick{
	cursor: pointer;
}

.attach-card{
	margin-top: 8px;
	margin-left: 8px;
	border: 1px solid #dadce0;
    box-sizing: border-box;
    position: relative;
    border-radius: 6px;
}

.preformatted {
    white-space: break-spaces;
}

.ui-inputtext,
.ui-inputfield {
	border-radius: 5px !important;
}

/* ========== RESPONSIVE MENU ========== */
.menu-toggle {
    display: none;
    cursor: pointer;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 8px;
}

.menu-toggle i {
    color: white;
    font-size: 24px;
}

.content {
    transition: padding-left 0.3s ease;
}

@media (max-width: 992px) {
    body { overflow-y: auto !important; }
    .menu-toggle { display: block; }
    .lateral-menu { width: 0; overflow: hidden; }
    .content { padding-left: 80px; }
    .menu-open .lateral-menu { width: 250px; overflow: visible; }
    .menu-open .content { padding-left: 250px; }
}

@media (max-width: 768px) {
    .lateral-button { width: 50px; left: 2px; }
    .lateral-menu { padding-left: 54px; }
    .content { padding-left: 60px; }
    .menu-open .lateral-menu { width: 220px; }
    .menu-open .content { padding-left: 220px; }
    .lateral-item { font-size: 16px !important; padding: 12px 0; }
    .pre-body { padding: 0 8px; }
    .in-body { margin: 0 8px; max-width: calc(100% - 16px); }
}

