/* CSS Document */
/*.smsForm{padding-top:6px;height: 100%;}
*/
#newGroupMailFilterBox{width:200px!important;}
.messageUnread  td{font-weight:bold!important;}
.messageRead  td{font-weight:normal!important;}
.mainframe1 .smsLabel{margin-right: 0px;margin-left: 10px;margin-top:2px;font-size:12px;}
.field{/*overflow:auto;*/ width:100%; /*margin:0px;padding:0px;margin-top:2px;*/}
.informField{width:75%;}
#subject {
	/* border: 2px solid var(--edit-border);
    background-color: var(--edit-background); */
    border: 1px solid #CCD6E6;
    width: 60%;
    height: 36px;
    float: left;
    border-radius: 3px;
}
.smsType{margin-bottom:5px;}
.smsTextType{text-decoration:none;background-image:url(/codebase/rdo_off.png);background-repeat:no-repeat;padding-left:15px;border:1px;}
.smsTextTypeSel{font-weight:bold;background-image:url(/codebase/rdo_on.png);}

.mainframe1 input:focus, .mainframe1 textarea:focus{background-color: lightyellow;}
#smtaip {font-size:16px;font-weight:600;color:var(--select-color);}
#to_ids,#to_ids_fast{display:none;}
#to_names{display:none;}
#to_numbers{display:none;}
.mainframe1{position:relative;float:left;left:0px;width:100%;}
.mainframe2{position:relative;text-align:center;width:50%;}
.tabFrame{position:relative;text-align:center;left:0px;width:100%;}
.UsersTable{border-style:solid;border-width:0px;text-align:center;width:100%;border-spacing: 1px 1px;background-color:#7896bc;}
.ContactsTable{border-style:solid;border-width:1px;text-align:center;width:100%;background-color:#FFFFFF;}
#smstabs{position:relative;top: 0px;left: 0px;}
#messengertabs{position:relative;top: 0px;left: 0px;}
.headerRow{text-align:center;}
.headerColumn{text-align:center;font-size:13px;font-weight:bold;background-color:#5f789d;font-style:italic;color:#ffffff;}
.phoneRow{text-align:center;background-color:#f5f5fa;}
.phoneRow2{text-align:center;background-color:#d8dce1;}
.phoneRow2 td{color:#505096;font-weight:bold;}
.nameColumn{text-align:left;font-size:12px;}
.phoneColumn{text-align:center;font-size:12px;}
#phoneRow:hover {cursor: pointer;font-style:italic;background-color:#d8dce1;}
#phoneRow:hover td{color:#505096;}
.idColumn{display:none;}
.codeColumn{display:none;}
.headerCode{display:none;}
.headerId{display:none;}
.typeColumn{text-align:left;font-size:12px;color:#B22222;}
.messageTable{border-style:solid;border-width:1px;text-align:center;width:100%;background-color:#e4e4e6;}
.messageTable tr td {color:#505096}
.messageTable1{text-align:center;width:100%;}
.messageTable th{background-color:#918C96;color:#FFFFFF;font-size:12px;font-weight:bold;font-family:Verdana;text-align:center;}
.tablerows, .tablerowsExtra, .tablerowsHigh{text-align:center;background-color:#f5f5fa;}
.tablerows td{padding:5px 2px;text-align:left;font-size:11px;font-family:Verdana;}
.rowsExtra td{font-weight:bold;color:rgb(255,50,0);}
.rowsHigh td{color:rgb(220,100,0);}
.notread td{font-weight:bold;}
.messPages{margin-top:5px;margin-bottom:5px;}
.usxicon{display:inline-block;text-decoration:none;width:11px;background:url("/app/resources/removeNotification.png") no-repeat scroll 0 3px transparent;}
.usxicon:hover{background:url("/app/resources/removeNotification.png") no-repeat scroll 0 -11px transparent}
.sms-template{display: inline-block; width: 75px;}
#gmRecepients > div:nth-child(even) {
	/*background: none repeat scroll 0 0 #f5f5f5;*/
    padding: 3px 0;
}
.tableSmsForm {background: #fff; border-radius: 5px; border: none;}
.tableSmsForm td{height:100%;vertical-align:middle;font-size:15px;padding-bottom:4px;}
#txtToSendLabel{display:none;/*-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;*/}
#bodypar{height:300px; width:100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
#cke_bottom_txtToSend_editorDiv{display:none;}

#from, .sms-first-row #savedField{width:180px !important;}
#mailImportantSpan, .sms-receipt, #mailSignedSpan{
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
}
#from_ddList, #savedField_ddList{width:150px !important;}

/* .row {margin:5px 0px;}
.row span {display:inline-block} */

 .img-overlay {
	background: rgba(0,0,0,0.5);
	height:110px;
	width:130px;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
	transition:all 0.3s ease-in;
 }
.emailBlock:hover > .img-overlay {
	opacity:1;
}
.img-overlay div:first-child {
	margin:3px;
    width: 124px;
}
.img-overlay .file-actions {margin-top:20px;}
.img-overlay span {color:#fff;}
.file-actions {
	margin-top: 20px;
    text-align: center;
}

.file-actions span {
    background: none repeat scroll 0 0 #29A0DD;
    border-radius: 3px;
    display: inline-block;
    margin: 2px;
    padding: 8px;
}
.file-actions span:hover {background: none repeat scroll 0 0 #1983BC;}
.emailBlock:hover > .caption {display:none}
.emailBlock {
    -moz-box-sizing: border-box;
    border: 1px solid var(--border-color);
	border-radius: 3px;
	background: var(--footer-background);
    cursor: pointer;
    float: left;
    margin: 4px 10px 4px 0px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
	height: 80px;
	width: 120px;
	padding-top: 5px;
}
.emailBlock .caption {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    color: var(--title-color);
    padding: 4px;
    position: absolute;
	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
	font-size: 12px;
}
.emailBlock img {
    height: 64%;
    width: 48%;
	display: block;
	margin: auto;
}
.sms-label.sms-scheduler{display:inline-block;margin:0 5px 0 20px;}
.tableSmsForm ul.token-input-list-facebook {
	/* border: 2px solid var(--edit-border) !important;
	background-color: var(--edit-background) !important; */
    border: 1px solid #CCD6E6;
	width: 60%;  /*62.6%*/
	height: 100%;
	float: left;
    border-radius: 3px;
}
.token-input-token-facebook {
	margin: 4px !important;
}
.token-input-input-token-facebook {
	background-color: var(--edit-background) !important;
}
.tableSmsForm .myInput {
    font-size: 14px;
}

li.token-input-token-facebook {
    background: none !important;
	margin: 2px !important;
	padding: 1px 5px 2px 5px !important;
    color: #000!important;
    /*border: none !important;*/
}

ul.token-input-list-facebook li input {
	border:none !important;
}
li.token-input-token-facebook p {
	/*font-family: Arial, Sans-serif;*/
	font-size: 13px;
}
#carbonCopySpan, #blindCarbonCopySpan, #contactsFilterSpan {
	margin-left: 20px;
    line-height: 35px;
}

#carbonCopySpan > span, #blindCarbonCopySpan > span, #contactsFilterSpan > span {
	margin: 0;
}

#cctr, #bcctr, #contactsFilterTr {
	display: none;
}

#disclaimerSpan {
	margin-top: 0px;
    display: inline-block;
    vertical-align: top;
	margin-left: 20px;
}

@media all and (max-width: 1149px) {

	#disclaimerSpan {
		display: block;
		text-align: right;
	}
}

#disclaimerSpan > label {vertical-align: middle; display: none;}

#sms-clear-mail-to-btn {
    position: relative;
}

#sms-clear-mail-to-btn:before {
	color: var(--main-color);
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 5px;
}

#sms-clear-mail-to-btn:hover:before {
	color: var(--highlight-color);
}

#sms_scheduled_send_date, #sms_scheduled_send_time {
    width: 95px;
}

#txtToSend_editorDiv {height:1px!important;}

/** Attachments **/

.files_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.attachment-item {
    display: flex;
    width: 250px;
    height: 35px;
	background-color: var(--footer-background);
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
	padding: 4px!important;
    margin: 4px;
    margin-left: 0px;
	border-radius: 3px;
}

.attachmentPreview {
	min-width: 32px;
    /* width: 32px;
    height: 32px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px!important;
    box-sizing: border-box;
}

.attachmentPreview > img {
    width: 30px;
    height: auto;
}

#eobject_files .attachmentPreview > .att-preview {
    overflow: hidden;
    background-image: url(/app/Default/data/images/comidor-logo-mini.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 40px;
    border: 1px solid white;
    border-radius: 5px;
    background-color: white;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.attachmentLabel {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    text-indent: 5px;
	/*font-weight: bold;*/
	min-width: 0;
}

.attachmentDescription {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 14px;
	font-weight: 600;
	color: var(--title-color);
}

.attachmentSize {
	font-size:12px;
	color:#777;
}

#attached_files .files_list_inner { width: 100%; box-sizing: border-box;}
#attached_files .files_list_inner:after { content: ''; display: block; clear: both; }
#attachLabel {display:none}
.attachments-block > .row:nth-child(2) {/*height:455px;*/ overflow: auto;}

/** Message Bar **/
.msg-bar {
	display:flex;
	align-items: center;
	justify-content: flex-start;
	height: 40px;
	background: #f5f5f5;
}
.msg-bar-separator {
    height: 60%;
    width: 1px;
    background-color: #DDD;
    margin: 0px 10px;
}
.msg-bar__button {
	position:relative;
	width: 35px;
	height: 30px;
	display: flex;
	align-items: center;
	color: #404E67;
}
.msg-bar-actions {
	display: flex;
	align-items: center;
	justify-content: center;
}
.msg-bar__button:before {
	font-size:18px;
	margin: auto;
}
.msg-bar__button:hover {
	background-color: #f5f5f5;
	color: #404E67;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.msg-bar__button:active,
.msg-bar__button__selected {
	background-color: #ddd;
	color: #404E67;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.msg-bar__button .filebutton{
	width: 100%;
	height: 100%;
	position: absolute;
}
.msg-bar__button .filebutton input[type="file"] {
	width: 0px;
}
.msg-bar-configure-form-anchor {
	width: 35px;
	height: 0px;
	overflow: hidden;
}
.msg-bar-eobject-button {
    overflow: hidden;
    background-image: url(/app/Default/system/images/Comidor-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 25px;
}
.msg-bar-emoticon-button {
    overflow: hidden;
    background-image: url(/codebase/ckeditor/plugins/smiley/images/regular_smile.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}
.msg-bar-text-button {
    justify-content: center;
    font-size: 15px;
    font-family: monospace;
	user-select: none;
	width:55px;
}
}
.msg-bar-formatting-button {
	display: flex;
    align-items: center;
    justify-content: center;
}
.msg-formatting-options-wrapper {
	text-align: center;
    margin: auto;
    display: inline-block;
    height: 20px;
}
.msg-formatting-options {
    font-weight: bold;
    text-decoration: underline;
    font-size: 20px;
    line-height: 17px;
    display: inline-block;
    font-family: serif,monospace;
	cursor: default;
	user-select: none;
}

.cke_button_arrow {
	color: white;
}
.timeSelectorForMail {
	min-width: 120px;
    height: 38px;
    border: 1px solid #dadefe;
    border-radius: .25rem;
	margin-left: 10px;
}

#multiForward_Window {
    z-index: 1003 !important;
}
