@media print{ body {display:none;} }
@font-face {
    font-family: 'iCiel-Pacifico';
    src: url('../fonts/iCiel-Pacifico.ttf.woff') format('woff'),
        url('../fonts/iCiel-Pacifico.ttf.svg#iCiel-Pacifico') format('svg'),
        url('../fonts/iCiel-Pacifico.ttf.eot'),
        url('../fonts/iCiel-Pacifico.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PRISTINA';
    src: url('../fonts/PRISTINA.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
::placeholder {
    font-style: italic;
    color: #adadad;
}

/* format chung cho text cua toan project */
BODY {
	SCROLLBAR-FACE-COLOR: #b4b4b4; FONT-WEIGHT: normal; FONT-SIZE: 12px; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #f3f3f3; SCROLLBAR-SHADOW-COLOR: #f3f3f3; SCROLLBAR-ARROW-COLOR: #a80016; SCROLLBAR-BASE-COLOR: #525252; scrollbar-dark-shadow-color: #000000; scrollbar-3d-light-color: #B4B4B4s; line-height:1.42857143

	}

form
{
	margin: 0px;
}
p {
    margin: 2px;
}
.HeaderLogo {
    font-family: 'PRISTINA'; /*'iCiel-Pacifico';*/
    font-size: 30px;
    font-weight: bold;
    color: #2b5135;
}

/* format cho phan header */
.header
{
	background-color: #7C98AE;
}
.width140{width:140%}
.texthome
{
	color: #FFFFFF;
	
	font-size: 10px;
	line-height: 20px;
	
}
.texthomeOver
{
	color: #F8EB81;
	
	font-size: 10px;
	line-height: 20px;
	
}
.textwelcome
{
	color: #000000;
	
	font-size: 11px;
	font-weight: bold;
}
.textfeedback{  
	
	font-size: 10px;
	margin: 0px;
	cursor:pointer;	
}
/* format cho phan footer */
.footer {
    font-weight: normal;
    font-size: 16px;
    color: #646464;
    padding: 5px 25px 5px 0;
}
/* format cho header cua table */
.cellHeader {
    border: 1px solid #b5b5b5;
    font-weight: bold;
    background: #f7f9f2;
    padding: 10px 0 !important;
    color: #1c422c;
    text-align: center;
}
    .cellHeader > table {
        margin: auto;
    }
.cellHeader_1 {
    font-weight: bold;
    color: #000;
}
.cellHeader_1 td{
	color:white;
}
.cellHeaderCart
{
	font-weight: bold;
	BACKGROUND-COLOR: #ededed;
	color: #000;
	padding:10px 0
}
.cellHeaderCart_1
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	

	/*background-image: url(../Images/bg03.gif);*/
}

/* format cho cell trong table*/
.cellBorder {
}
    .cellBorder tr:first-child th:first-child,
    .cellBorder tr:first-child td:first-child {
        border-top-left-radius: 10px;
    }
    .cellBorder tr:first-child th:last-child,
    .cellBorder tr:first-child td:last-child {
        border-top-right-radius: 10px;
    }
    .cellBorder tr:last-child td:first-child {
        border-bottom-left-radius: 10px;
    }
    .cellBorder tr:last-child td:last-child {
        border-bottom-right-radius: 10px;
    }

/* format cho do`ng trong table*/
.cellItem {
    background: #e1eada;
    color: #314238; /*#313063*/
    padding: 3px;
}
.cellItem_1 {
    background: #e1eada;
}
.cellItemSecond_1 {
    background: #f5f6f1;
}
.cellItemOver {
	padding: 3px;
}
.cellItem > td
{
	padding: 5px 3px;
	height: 35px;
	border: 1px solid #dadada;
}
.cellItemOver > td
{
	padding: 5px 3px;
	height: 35px;
	border: 1px solid #dadada;
}
.cellItemSecond > td
{
	padding: 5px 3px;
	height: 35px;
	border: 1px solid #dadada;
}
.SummaryRow > td
{
	padding: 5px 3px;
	height: 35px;
}
.cellItemSelected > td {
    border: 1px solid #c0dbbb;
    padding: 5px 3px;
    height: 35px;
    background-color: #c0dbbb !important;
    color: #003333 !important;
}

/* format cho do`ng xen ke? trong table */
.cellItemSecond {
    color: #314238;
    background: #f5f6f1;
    padding: 10px;
}
.cellItemRateZero
{
	color: red;
}
.cellItemLine
{	
	color: #000000;	
	background-color: #f1ead7;
}
.textBold {
    font-weight: bold;
}
/* format cho dong sumary trong table */
.SummaryRow {
    font-weight: bold;
    color: #000000; /*#C11F1F;*/
    background-color: #E7E7E7;
    border: 1px solid #dadada;
}
/* format cho 1 dong duoc select trong table */
.cellItemSelected {
    background-color: #deecda;
    color: #003333;
}
.cellItemCheckedBold {
    background-color: #E5FCD1;
    font-weight: bold;
}
.cellAction {
    font-weight: 400;
    padding-right: 15px !important;
    position: relative;
}
    .cellAction::after {
        font-family: "Font Awesome 6 Free";
        content: "\f0d7";
        font-weight: 700;
        color: #307021;
        position: absolute;
        top: calc(50% - 5px);
        right: 5px;
    }
td.cellAction:hover {
    background-color: #e9e9e9;
}

.cellAction_green {
    font-weight: 400;
    padding-right: 15px !important;
    position: relative;
}

    .cellAction_green::after {
        font-family: "Font Awesome 6 Free";
        content: "\f0d7";
        font-weight: 700;
        color: #3ac47d;
        position: absolute;
        top: calc(50% - 5px);
        right: 5px;
    }

td.cellAction_green:hover {
    background-color: #e9e9e9;
}

.cellAction_blue {
    padding-right: 15px !important;
    position: relative;
}
    .cellAction_blue::after {
        font-family: "Font Awesome 6 Free";
        content: "\f0d7";
        font-weight: 700;
        color: #307021;
        position: absolute;
        top: calc(50% - 5px);
        right: 5px;
    }
td.cellAction_blue:hover {
    background-color: #e9e9e9;
}


.cellItemActionOver {
    background-color: #76c043;
    /*background-image: url(../Images/ico_group_button.gif);*/
    /*background-repeat: no-repeat;
    background-position: right center;*/
    background-color: #e9e9e9;
    padding-right: 15px;
    margin-right: 15;
}
    .cellItemActionOver::after {
        font-family: "Font Awesome 6 Free";
        content: "\f0d7";
        font-weight: 700;
        color: #307021;
        float: right;
        margin-right: 5px;
    }


/* format cho dong la CDR */
.cellItemCDR
{
	color: #000000;
	background-color: #e3dec4;
}
/* format cho dong la CDR */
.cellItemSecondCDR
{
	color: #000000;
	background-color: #CCFFFB;
}
/* format cho dong la permission */
.cellItemPermissionInherit
{
	font-weight:bold;
	color: #000000;
	background-color: #CCFFFB;
}
.cellItemChild
{
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	
	background-color:#ACEAAD
}
/* format cho title cua trang */
.title {
    font-size: 25px;
    color: #1c422c;
    position: relative;
    padding: 2px 15px;
    background: #f8f9fa;
    font-weight: 500;
}
    .title span label {
        vertical-align: baseline;
        cursor: auto !important;
    }
    .title label {
        margin-left: 5px;
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
    }
.title2 {
    font-size: 27px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding: 2px 15px;
    background: #129794;
    
    font-weight: 300;
}
/* sub title cua trang */
.subtitle
{
	font-weight: 500;
	font-size: 15px;
	word-spacing: 3px;
	text-transform: capitalize;	
	color: #000;/* #910008;*/
	font-style: normal;
	letter-spacing: 1px;
}
/* Title dung trong Schedule Popup */
.subtitle1
{
	font-weight: bolder;
	font-size: 14px;
	word-spacing: 1px;
	text-transform: capitalize;	
	color: #5ba800;/* #910008;*/
	font-style: normal;
}
/* subtitle co back ground */
.subtitleb
{
	font-size: 16px;
	word-spacing: 3px;
	text-transform: capitalize;
	font-style: normal;
	
	letter-spacing: 1px;
	/*background-color: #E7E7E7;*/
}
/* format cho phan title cua frame */
.GroupTitle {
    color: #e98b1f; /*#8B0000;*/
    font-size: 14px;
    font-weight: 400;
}
/* text */
.bodys {
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-size: 12px;
    font-weight: normal;
}
/* text duoc in dam */
.bodyBold
{
	font-weight: bold; 
	color: #2A1230;
}
/* text co noi dung active*/
.bodyActive
{
	font-weight: bold; 
	color: #000;
}
.bodyActive1
{
	font-weight: bold; 
	color: #000080 ;
}
.bodyActive2
{
	font-weight: bold; 
	color: #00C102;
}
.bodyActive3
{
	font-weight: bold; 
	color: #9A009B;
}
/* text co noi dung inactive */
.bodyInactive
{
	font-weight: bold; 
	color: #353766;
}
/* text cho thong bao loi be^n tre^n 1 trang */
.msgError
{
	font-weight: normal;
	font-size: 14px;
	color: red;
}
/* text cho debit cua purchase history*/
.msgError2
{
	font-weight: normal;
	color: red;
}
/* text cho thong bao loi phi'a duo'i field */
.msgErrs
{
	font-weight: normal;
	font-size: 12px;
	color: red !important;
	font-style: italic;
}
.msgErr2 {
    font-weight: normal;
    font-size: 12px;
    color: red;
    font-style: italic;
}
/* text confirm */
.msgConfirm
{
	font-weight: normal;
	color: blue;
	font-weight : normal;	
	font-style: italic;
}

.msgToolTip
{
	font-weight: normal;
	color: #2A1230;
}

.msgToolTip1
{
	font-weight: normal;
	color: #2A1230;
	font-style: italic;
}

.msgToolTip2
{
	font-weight: normal;
	color: #2A1230;
	font-style: italic;
}

/* text thong bao success */
.msgSuccess {
    font-size: 16px;
    color: #0039bf;
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: normal;
    font-style: italic;
}
/* copy right*/
.copyright 
{
	font-size: 10px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #000000;  
}
/* format cho textbox */
.flatTextBox {

}
input[type="text"], input[type="password"], input[type="search"], input[type="email"], TextArea {
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #c7c7c7;
    padding: 5px;
    width: 100%;
    min-width: 50px;
    color: #666666;
    font-size: 13px;
}
    .flatTextBox:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="email"]:focus, TextArea:focus, select:focus {
        background-color: #fff;
        border-color: #a9bcee;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(63,177,69,0.25);
    }
/* format cho textbox khi bi disable */
.flatTextBoxDisable 
{
	border-color: #BCBCBC; 
	clip:   rect(   ); 
	border: 1px #B909090 solid; 
	letter-spacing: 1px; 
	word-spacing: 3px; 
	font-style: normal; 
	font-weight: normal;		
	background-color:#dcdcdc;
}
input[type="text"]:disabled 
{
	border-color: #BCBCBC; 
	clip:   rect(   ); 
	border: 1px #B909090 solid; 
	letter-spacing: 1px; 
	word-spacing: 3px; 
	
	background-color:#dcdcdc;
}
input[type="image"] {
    border-radius: unset;
}
    input[type="image"]:hover {
        opacity: 0.8;
    }

    /* format cho text area */
    .flatTextArea {
        border-color: #748EBE;
        clip: rect( );
        border: 1px #748EBE solid;
        letter-spacing: 1px;
        word-spacing: 3px;
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        scrollbar-3dlight-color: #666666;
        scrollbar-base-color: #FFFFFF;
        scrollbar-darkshadow-color: #EEEEEE;
        scrollbar-face-color: #EEEEEE;
        scrollbar-highlight-color: #EEEEEE;
        scrollbar-shadow-color: #666666;
    }		
/* format cho dropdownlist */
select /*Dropdownlist*/ {
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    border-color: #748EBE;
    clip: rect( );
    border: 0px;
    font-style: normal;
    font-weight: normal;
    padding: 4px;
    color: #666666;
    border-right: 1px solid transparent;
    outline: 1px solid #c7c7c7;
    font-size: 13px !important;
}
/* format cho button */
[type=button], [type=reset], [type=submit], [type=file]::file-selector-button, .button, .c_Button, .flatButton {
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-size: 13px;
    font-style: normal;
    cursor: pointer;
    border: 2px #2e771d solid;
    background-color: #467a46;
    /*background: linear-gradient(180deg, #3e733e 0%, #497b43 50%, #488b48 100%);*/
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 1.3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: background-color 0.2s ease, transform 0.1s ease;
}
    [type=button]:active, [type=reset]:active, [type=submit]:active, [type=file]::file-selector-button:active, .button:active, .c_Button:active, .flatButton:active {
        background-color: #2b4d2b;
        transform: translateY(1px);
    }
.btn {
    background: none;
    box-shadow: none;
}
    .btn:active {
        transform: none;
        box-shadow: none;
    }
body .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
    .flatButtonClicked {
        letter-spacing: 1px;
        font-size: 11px;
        font-style: normal;
        cursor: pointer;
        border: 1px #ffffff solid;
        /*
	border-bottom: 1px #c216dc solid;
	border-right: 1px #c216dc solid;
	border-left: 1px #c216dc solid;
	border-top: 1px #c216dc solid;*/
        color: #ffffff; /*#0053A5;3C5A12*/
        background-color: #179c3e;
        text-transform: uppercase;
        padding: 6px 10px;
        border-radius: 4px;
    }

.flatButtonNotif 
{
	letter-spacing: 1px;	
	font-size: 11px; 
	cursor:pointer;
	border: 1px #9E9E9E solid;
	background-color:#fff;	
	color:#4D4B4B;
	text-transform: uppercase;
	padding: 6px 20px;
	border-radius: 8px;
	font-weight: bold;
	
}
.ButtonGreen {
    border: 1px #3ac47d solid;
    background-color: #3ac47d;
    color: #fff;
}
.ButtonBlue {
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-size: 13px;
    font-style: normal;
    cursor: pointer;
    border: 1px #4394b1 solid;
    background-color: #4394b1;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 1.3;
}
a.ButtonBlue:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}
    .ButtonBlue:disabled {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }
.flatButtonNotifClicked 
{
	letter-spacing: 1px;	
	
	font-size: 11px; 
	font-style: normal; 
	cursor:pointer;
	border: 1px #ffffff solid;
	color: #ffffff;
	background-color:#179c3e;
	text-transform: uppercase;
	padding:6px 20px;
	border-radius: 8px;
}


.flatButton2 
{
	letter-spacing: 1px;	
	
	font-size: 11px; 
	font-style: normal; 
	cursor:pointer;
	border: 1px #307021 solid;
	background-color:#fff;	
	color:#5E4C07;
	text-transform: uppercase;
	padding:6px 10px;
	border-radius: 4px;
	/*margin-bottom:3px;*/
}
.flatButton2Clicked 
{
	letter-spacing: 1px;	
	
	font-size: 11px; 
	font-style: normal; 
	cursor:pointer;
	border: 1px #ffffff solid;
	color: #ffffff;/*#0053A5;3C5A12*/
	background-color:#307021;
	text-transform: uppercase;
	padding:6px 10px;
	border-radius: 4px;
}

.boxPrimary{border-radius:10px; background:#666; color:#fff; padding:6px 10px; font-size:9px; float: right;}

[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, .button:disabled, .c_Button:disabled, .flatButton:disabled {
    color: #ffffff;
    cursor: not-allowed;
    background: #9fa5aa !important;
    border-color: #9fa5aa !important;
}
    [type=button]:disabled:active, [type=reset]:disabled:active, [type=submit]:disabled:active, .button:disabled:active, .c_Button:disabled:active, .flatButton:disabled:active {
        transform: none;
    }
[type=button]:hover, [type=reset]:hover, [type=submit]:hover, .button:hover, .c_Button:hover,
.flatButton:hover {
    opacity: .8;
}


a.disabled
{
	color: GrayText;
	cursor: default;
}
input[disabled], select[disabled]
{
	background-color: #E2E2E2;
	border: 2px solid #999;
}
input, select, textarea {
    border-radius: .25rem;
}
textarea {
    resize: none;
}
    /* format cho hyperlink in dam, khong co underline */
A.LinkHeader:link {
    font-style: normal;
    color: #1c422c;
    text-decoration: none;
    line-height: normal;
    font-weight: bold
}
A.LinkHeader:visited {
    font-style: normal;
    color: #1c422c;
    text-decoration: none
}
A.LinkHeader:active { CURSOR: pointer; font-style: normal; color: white; text-decoration: none}
A.LinkHeader:hover { CURSOR: pointer; font-style: normal; color: #000000; text-decoration: none}

A.LinkHeaderCart:link {   font-style: normal;color: #000; text-decoration: none; line-height: normal; font-weight:bold}
A.LinkHeaderCart:visited {   font-style: normal; color: #000; text-decoration: none}
A.LinkHeaderCart:active { CURSOR: pointer;  font-style: normal; color: #000; text-decoration: none}
A.LinkHeaderCart:hover { CURSOR: pointer;  font-style: normal; color: #000; text-decoration: none}


A.LinkItem:link {text-decoration: none;/*color:#307021;*/ line-height: normal; font-weight:normal}
A.LinkItem:visited {text-decoration: none;/*color:#307021;*/ line-height: normal; }
A.LinkItem:active {text-decoration: none;/*color:#307021;*/ line-height: normal; }
A.LinkItem:hover {
    text-decoration: none;
    color: #053804;
    line-height: normal;
}

A.LinkItem1:link {text-decoration: none;color:#0000FF; line-height: normal; }
A.LinkItem1:visited {text-decoration: none;color:#0000FF; line-height: normal; }
A.LinkItem1:active {text-decoration: none;color:#0000FF; line-height: normal; }
A.LinkItem1:hover {text-decoration: none;color:#0000FF; line-height: normal; }

A.LinkItem2:link {text-decoration: none;color: #AC2708; line-height: normal; }
A.LinkItem2:visited {text-decoration: none;color:#AC2708; line-height: normal; }
A.LinkItem2:active {text-decoration: none;color:#AC2708; line-height: normal; }
A.LinkItem2:hover {text-decoration: none;color: #AC2708; line-height: normal; }

A.LinkItem3:link {font-weight: normal;text-decoration: none;color: #F60000; line-height: normal; }
A.LinkItem3:visited {font-weight: normal;text-decoration: none;color:#F60000; line-height: normal; }
A.LinkItem3:active {font-weight: normal;text-decoration: none;color:#F60000; line-height: normal; }
A.LinkItem3:hover {font-weight: normal;text-decoration: none;color: #FF7777; line-height: normal; }

A.LinkItem4:link {font-weight: normal;text-decoration: none;color:#008000; line-height: normal; }
A.LinkItem4:visited {font-weight: normal;text-decoration: none;color:#008000; line-height: normal; }
A.LinkItem4:active {font-weight: normal;text-decoration: none;color:#008000; line-height: normal; }
A.LinkItem4:hover {font-weight: normal;text-decoration: none;color: #7fbf7f; line-height: normal; }

A.LinkItem5:link {text-decoration: none;color: #4169E1; line-height: normal; }
A.LinkItem5:visited {text-decoration: none;color:#4169E1; line-height: normal; }
A.LinkItem5:active {text-decoration: none;color:#4169E1; line-height: normal; }
A.LinkItem5:hover {text-decoration: none;color:#4169E1; line-height: normal; }

A.LinkItem6:link {text-decoration: none;color: #FF0000; line-height: normal; }
A.LinkItem6:visited {text-decoration: none;color:#FF0000; line-height: normal; }
A.LinkItem6:active {text-decoration: none;color:#FF0000; line-height: normal; }
A.LinkItem6:hover {text-decoration: none;color:#FF0000; line-height: normal; }

A.LinkTitle:link {text-decoration: none; color: Orange; line-height: normal; }
A.LinkTitle:visited {text-decoration: none; color: Orange; line-height: normal; }
A.LinkTitle:active {text-decoration: none; color: Orange; line-height: normal; }
A.LinkTitle:hover {text-decoration: none; color: Orange; line-height: normal; }

A.LinkItemRed:link {text-decoration: none;color:#FF0000; line-height: normal; }
A.LinkItemRed:visited {text-decoration: none;color:#FF0000; line-height: normal; }
A.LinkItemRed:active {text-decoration: none;color:#FF0000; line-height: normal; }
A.LinkItemRed:hover {text-decoration: none;color:#A80016; line-height: normal; }

A.LinkFeedback:link { text-decoration: none;color:#363434; line-height: normal}
A.LinkFeedback:visited {text-decoration: none;color:#363434; line-height: normal}
A.LinkFeedback:active {text-decoration: none;color:#363434; line-height: normal}
A.LinkFeedback:hover {text-decoration:none;color:#363434; line-height: normal}

/* hyperlink binh thuong */
.hyperlink
{
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color :Blue;	
}

.hyperlink1
{
	font-style : normal;
	text-decoration : none;
	color : #179c3e;	
}

a.LinkNormal:link {
	color: #0000FF;	
	text-decoration: none;
}
a.LinkNormal:visited {
	color: #0000FF;	
	text-decoration: none;
}
a.LinkNormal:hover {
	color: #0000FF;
	text-decoration: none;
}

.rowGray
{
	font-weight: normal;
	font-size: 14px;
	color: #003333;
	line-height: normal;
	font-style: normal;
	
	background-color: #eeeeee;
}

.rowPinInActive
{
	font-size: 14px;
	color: #003333;
	
	background-color: #e9c7c4;
}
.rowRateDefault
{
	font-size: 14px;
	color: #003333;
	
	background-color: #D7E7F1;
}
.rowRateDefaultAndZero
{
	font-size: 14px;
	color: red;
	
	background-color: #D7E7F1;
}
.rowRoutingNotDefault
{
	font-size: 14px;
	
	background-color: #ffd208;
}
/*Tab*/
a.LinkTab:link {	font-size: 8pt;	font-style: normal;	line-height: normal;font-weight: bold;color: #000000;text-decoration: none;}
a.LinkTab:hover {font-size: 8pt;font-style: normal;line-height: normal;font-weight: bold;color: #000000;	text-decoration: none;}
a.LinkTab:active {font-size: 8pt;font-style: normal;line-height: normal;font-weight: bold;color: #000000;text-decoration: none;}
a.LinkTab:visited {font-size: 8pt;font-style: normal;line-height: normal;font-weight: bold;color: #000000;text-decoration: none;}
/*Menu*/
.MenuBar
{
	border-right: appworkspace 1px solid;
	border-top: appworkspace 1px solid;
	font-weight: bold;
	font-size: 10px;
	border-left: appworkspace 1px solid;
	cursor: pointer;
	color: #5B5B5B;
	border-bottom: appworkspace 1px solid;
	
	background-color: #7C98AE;
	text-align: left;
	border-left: 1px #EAEAEAsolid;
	border-top: 1px #EAEAEA solid;
	}
.MenuBarDown
{
	border-right: appworkspace 1px solid;
	border-top: appworkspace 1px solid;
	font-weight: bold;
	font-size: 10px;
	border-left: appworkspace 1px solid;
	cursor: pointer;
	color: #ffffff;
	border-bottom: appworkspace 1px solid;
	
	background-color: #7C98AE;
	text-align: left;
}
.MenuBarOver
{
	border-right: appworkspace 1px solid;
	border-top: appworkspace 1px solid;
	font-weight: bold;
	font-size: 10px;
	border-left: appworkspace 1px solid;
	cursor: pointer;
	color: #000000;
	border-bottom: appworkspace 1px solid;
	
	background-color: #56BCFD;
	text-align: left;
}
.MenuItem
{
		
	font-weight: normal;
	font-size: 11px;	
	cursor: pointer;
	color: #FFFFFF;
	padding-top: 2px;
   padding-left:2px;
   padding-right:2px;
   padding-bottom: 2px;	  
}
  
.MenuItem1
{
  	background-image: url(../Images/arrowup.gif);
  	background-position: right;
  	background-repeat: no-repeat;
	padding-right: 20px;
}

.MenuItemOver
{  
  	color: #F8EB81;/*#000000;*/
  	  
  	font-size: 11px;
  	font-weight:normal; 
	padding-top: 2px;
  	padding-left:2px;
  	padding-right:2px;
  	padding-bottom: 2px;	
  	cursor:pointer;  
  /*text-decoration: none;  */
}
.MenuItemOver1
{  
  	color: #F8EB81;/*#000000;*/
  	 
  	font-size: 11px;
  	font-weight:normal; 
	padding-top: 2px;
  	padding-left:2px;
  	padding-right:2px;
  	padding-bottom: 2px;	
  	cursor:pointer;  
  	background: #D1CCB8;
  /*text-decoration: none;  */
}
.blackbackground{background:#fff}
.MenuItemDown
{
  background-color: #AABED0;
  color:black;
  
  font-size:10px;
  font-weight:bold; 
  padding:1px;
  padding-left:0px;
  padding-right:10px;
  /*
  border:1px;
  border-left-color:194F4D;
  border-top-color:194F4D;
  border-right-color:194F4D;
  border-bottom-color:194F4D;
  border-style:solid; 
*/
  cursor:pointer;
}
.MenuItemSeperator
{
  background-color: #ffffff;
  color:white;
}
.scroll
{
	background-color:#EEEEEE;
	scrollbar-3dlight-color: #666666;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #EEEEEE;
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-shadow-color: #666666;
}
HR {
    color: #848791;
    margin: revert;
}

HR.Style1
{
	height: 1px;
	text-align: left;
	border: dashed;
	border-color: Gray;
	margin-right: 25px;
}

HR.Style2
{
	height: 1px;
	text-align: left;
	border: dotted;
	border-color: #A9A9A9;
	margin-right: 10px;
	padding-bottom: 1px;
}

HR.Style3
{
	height: 1px;
	text-align: left;
	border: double;
	border-color: #A9A9A9;
	margin-left: 5px;
	margin-right: 5px;
}

/* Used for Permission Setting Controls*/
.permissionSettingUpperItem
{
	font-weight: bolder;
	font-size: 11px;
	color: #253E59;
	font-style: normal;
	
	letter-spacing: 1px;
	background-color: #D5DFE9;
}
/* Negative Number */
.Negative
{
	font-weight: normal;
	font-size: 11px;
	color: red;
	font-weight : bold;	
	line-height: normal;
	font-style: normal;
	
}
/*********************************/
.scrollpanel{overflow: auto; padding:0 1px 0 0; border: solid 1px Gray}

.welcome
{
	
	font-size: 14px; 
}

a.linkfunction:link
{ font-size: 10px; font-weight : bold; color :White;}
a.linkfunction:hover
{ font-size: 10px; font-weight : bold; color :#FCFF00;}
a.linkfunction:active
{ font-size: 10px; font-weight : bold; color :White;}
a.linkfunction:visited
{ font-size: 10px; font-weight : bold; color :White;}

.flatButton1 
{
	clip:   rect(   ); 
	letter-spacing: 1px;	
	
	font-size: 9px; 
	font-style: normal; 
	font-weight: bold;
	cursor:pointer;
	/*
	border-bottom: 1px #3778CB solid;
	border-right: 1px #3778CB solid;
	border-left: 1px #3778CB solid;
	border-top: 1px #3778CB solid;
*/
	/*border-bottom: 1px #3C5A12 solid;
	border-right: 1px #3C5A12 solid;
	border-left: 1px #3C5A12 solid;
	border-top: 1px #3C5A12 solid;
	color: #3C5A12;/*#0053A5;*/
	height: 20px;
	width : 60px;
	background-color:#FFFFFF;	
}
/*Du`ng o Customer Info-Group Box Customer Summary*/
.grbSummary
{
	border-right: #b5cb94 1px solid;
	padding-right: 10px;
	border-top: #b5cb94 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: #b5cb94 1px solid;
	width: 98%;
	padding-top: 10px;
	border-bottom: #b5cb94 1px solid;
	height: 100%;
}
/*xai cho tree*/
.dockingPanel
{
	background-image: url(../Images/Tree/imgBgRate.gif);
}
.MenuItem2
{
		
	font-weight: normal;
	font-size: 10px;	
	cursor: pointer;
	color: #000000;
	padding-top: 2px;
  	padding-left:2px;
  	padding-right:2px;
  	padding-bottom: 2px;
  	background-color: #D1CCB8;
  }
  
.MenuItem3
{
		
	font-weight: normal;
	font-size: 11px;	
	cursor: pointer;
	color: #000000;
	padding-top: 2px;
  	padding-left:2px;
  	padding-right:2px;
  	padding-bottom: 2px;
  	background-color: #D1CCB8;
  }

.MenuItemOver2
{  
  color: #FFFFFF;/*#000000;*/
   
  font-size:10px;
  font-weight:normal; 
	padding-top: 2px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom: 2px;	
  cursor:pointer; 
  background-color: #95907C; 
  /*text-decoration: none;  */
}
.CommentRate
{
	
	font-size: 11px; 
	font-style: normal; 
	/*line-height: 20px;*/ 
	font-weight: bold; 
	color: #192A3E;
	/*background-color: #cccccc;*/ 
	padding-left: 5px;
}
.ScrollPanel
{
	/*SCROLLBAR-FACE-COLOR: silver;
	SCROLLBAR-HIGHLIGHT-COLOR: #f3f3f3;
	SCROLLBAR-SHADOW-COLOR: #f3f3f3;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR : #b4b4b4;
	SCROLLBAR-DARK-SHADOW-COLOR: #000000;
	SCROLLBAR-3D-LIGHT-COLOR: #B4B4B4;*/
	
	scrollbar-3dlight-color: #cecece;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: cecece;
	scrollbar-face-color: white;
	scrollbar-highlight-color: cecece;
	scrollbar-shadow-color: #CCCCCC;
	background-color: #EFF5F8;
	/*BORDER-BOTTOM: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid;
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;*/
	overflow:auto;
	height:500px
}
.panelScroll
{
	overflow:auto;
	padding:15px 1px 0 3px; 
	border: solid 1px #949e9c;	
	scrollbar-3dlight-color: 666666;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #EEEEEE;
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-shadow-color: #666666;
		
}
.MenuPopup {
    background-color: #f9f8f7;
    color: #2d2d2d;
    border-color: #7c7c94;
    border-style: solid;
    border-radius: 4px;
    overflow: hidden;
    background-image: none !important;
    position: relative;
    z-index: 2;
    box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.15);
}
    .MenuPopup td {
        white-space: nowrap;
        font-size: 12px;
        padding: 6px 20px !important;
    }
td.Popup_Separator {
    background: #cdcdcd;
    padding: 0 !important;
}
.MenuHightLight {
    background: #deecda;
}
.popXToggle {
    position: relative;
    z-index: 2;
}
.popXToggle td {
    padding: 2px !important;
}

.LabelIndex {
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
}

/*.LinkActive
{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none; 
	color: #F9F9F9; 
	line-height: normal;
	background-color: Orange;
}*/

.ItemSelected
{
	background-color:#9b9ab3;
	color:#ffffff;
	
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
}

.ColumnTime
{
	font-size: 11px;
	color: #FFFFFF/*#C11F1F;*/
	
	background-color: #EDEDED;
}
.HeaderJob
{
	
	/*BACKGROUND-COLOR: #C8E1ED; /*#81A83B*/font-size: 11px;
	color: #FFFFFF; /*#494949;*/
	
	BACKGROUND-COLOR: #CEE8F2 /*#B8D8E7; /*#81A83B*/
	/*background-image: url(../Images/bg03.gif);*/
}

.entitylbl
{
	color: #179c3e;
}
.acclbl
{
	color: #179c3e;
}
table tr td{ font-size: 13px;}
table#tblMain tr td {
    padding:2px;
}
.grbSummary table tr td
{
	height: 38px;	
}
.entitySep { color:#179c3e; font-weight: bold;font-size: 12px; }
.entityTitle { background: #cccccc; color: #666666; font-weight: bold;font-size: 12px; padding: 5px; text-transform: uppercase;}

a:hover {
    text-decoration: none;
}

a.lnkEntity:link {font-weight: bold;font-size: 12px;text-decoration: none;color:#179c3e; line-height: normal; padding:0 5px; }
a.lnkEntity:visited {font-weight: bold;font-size: 12px;text-decoration: none;color:#179c3e; line-height: normal; }
a.lnkEntity:active {font-weight: bold;font-size: 12px;text-decoration: none;color:#179c3e; line-height: normal; }
a.lnkEntity:hover {font-weight: bold;font-size: 12px;text-decoration: none;color:#179c3e; line-height: normal;}

a.lnkEntity_active {font-weight: bold;font-size: 12px;text-decoration: none;color:#179c3e; line-height: normal; padding:0 5px;}



.accSep { color:#307021; font-weight: bold;font-size: 12px; }
.accTitle { background: #000; color: #ffffff; font-weight: bold;font-size: 14px; padding: 5px; text-transform: uppercase; }
a.lnkAcc:link {font-weight: bold;font-size: 12px;text-decoration: none;color:#179c3e; line-height: normal; padding:0 5px}
a.lnkAcc:visited {font-weight: bold;font-size: 12px;text-decoration: none;color:#179c3e; line-height: normal}
a.lnkAcc:active {font-weight: bold;font-size: 12px;text-decoration: none;color:#179c3e; line-height: normal}
a.lnkAcc:hover {font-weight: bold;font-size: 12px;text-decoration: none;color:#179c3e; line-height: normal}
a.lnkAcc_active {font-weight: bold;font-size: 12px;text-decoration: none;color:#179c3e; line-height: normal; padding:0 5px}
legend{color:#5ba800 !important; font-size: 18px;}

.titleDialog {
    font-weight: 600;
    font-size: 14px;
    word-spacing: 3px;
    text-transform: uppercase;
    color: black;
    letter-spacing: 1px;
    padding: 6px 2px 2px 7px;
}
    .titleDialog td > img {
        margin-top: 5px;
    }
    .titleDialog td:last-child > img {
        margin-right: 5px;
    }


    .left15 {
        padding-left: 15px;
    }

#Modal_IDDialogLead {
    z-index: 88;
}
#IDDialogLead {
    z-index: 89;
    width: auto !important;
}
    #IDDialogLead iframe {
        border: 2px solid;
        margin: 5px;
    }


#Modal_IDDialogLead1 {
    z-index: 98;
}
#IDDialogLead1 {
    z-index: 99;
    width: auto !important;
}
    #IDDialogLead1 iframe {
        border: 2px solid;
        margin: 5px;
    }


.lnkDoc img
{
	cursor: pointer;	
	padding: 3px 3px 0 0;
	/*vertical-align: middle;*/
}
.lnkDoc a
{
	color: #307021 !important;
}

#trPopup .title {padding-top: 0px !important;}

.divCart
{
	cursor: pointer;
	color: #421c52;
	font-size: 30px;
	
	font-weight:300;
}

.BoxClass
{
	border: 1px solid #D3D3D3;
	padding: 8px;
	overflow: auto;
	box-shadow: 0 0 15px 5px #f5f5f5 inset;
	-moz-box-shadow: 0 0 15px 5px #f5f5f5 inset;
	-webkit-box-shadow: 0 0 15px 5px #f5f5f5 inset;
	-o-box-shadow: 0 0 15px 5px #f5f5f5 inset;
	-ms-box-shadow: 0 0 15px 5px #f5f5f5 inset;
}

.ui-tooltip
{
	font-size: 14px;	
}

.tabFolders {
  list-style: none;
  padding: 0;  
}

.tabFolders > li {
  float: left;
  display: inline-block;
  position: relative;
}
.tabFolders li.more a:hover{
	background:#eeeeee;
	box-shadow: none;
	-webkit-box-shadow: none;
	}
.tabFolders > li  a{
  margin-right: 0;
  color: #666666;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1.846;
  font-size: 15px !important;
  padding: 7px 15px;
}
.tabFolders > li a:hover {
  cursor: pointer;
  color: #307021;
  webkit-box-shadow: inset 0 -2px 0 #307021;
  box-shadow: inset 0 -2px 0 #307021;
}

.tabFolders > li.active  a{
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 #307021;
  box-shadow: inset 0 -2px 0 #307021;
  color: #307021;
}
.tabFolders > li.active  a:hover{
  border: none;
  color: #307021;
}


.tabFolders > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.tabFolders > li:hover >ul {
  /*display: block;  */
}

.tabFolders > li > ul > li {
  margin-bottom: 4px;
  display: block;
  padding: 7px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.846;
  color: #666666;
  white-space: nowrap
}
.tabFolders > li > ul > li  a{
	border:0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.tabFolders > li > ul > li:hover{background:#eeeeee; color:#000}
.tabFolders > li > ul > li a:hover{color:#000; box-shadow: none;
	-webkit-box-shadow: none;}
h3.title
{
	background: #e5e5e5;
	padding: 16px 15px;
}

#dropbox
{
	padding: 10px 7px;
	border: dashed 2px #DBDBDB;
	height: 100px;
	position: relative;
	margin-top: 5px;
	color: #868686;
}
#dropbox.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

#dropbox .filename
{
	position: absolute;
	bottom: 7px;
}

.chkList td
{
	padding-right: 10px;
}

.box1{ width:43%; position: relative; padding:20px !important; border: 1px solid #c7c7c7; height: 250px; margin-right: 15px; }
.icons-personaltype {background:url('../images/personaltype.png') no-repeat bottom center;}
.icons-businesstype {background:url('../images/businesstype.png') no-repeat bottom center;}
.choose {display:block;width:130px;height: 100px;margin: 0 auto;}



/*CSS QUYNH*/

.title-blue
{
	font-size : 15px;
}
.btn-none-blue
{
	color: #0088d5;
	border: 1px #fff solid;
	text-transform : none;
}

/**********************
 * tienquang
 * task to do
 **********************/
 .tabTaskToDo {  
  width: 160px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabTaskToDo > li {  	
  margin-bottom: 2px;
}

.tabTaskToDo > li > a {	
	display: block;
	padding: 8px;
  text-align: center;
  background-color: #000000;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.tabTaskToDo > li:last-child {
  margin-bottom: 0;
}

.tabTaskToDo > li > a:hover,
.tabTaskToDo > li.active > a {
  background-color: #179c3e;
  cursor: pointer;
}

.flatButtonNotif span {
  color: red;
}

.flatButtonNotifClicked,
.flatButtonNotif:hover {
  background-color: #179c3e;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.glyphicon-exclamation-sign {
  color: red;  
}


.TreeBackground 
{
	margin-top: 10px;
	border: 1px solid #617775;
	background: #f0f6e4;
	min-width:220px;
	min-height:460px;
	max-height: 650px;
	overflow-y:scroll;
	overflow-x:auto;
}

.DocMove
{
	min-width:560px;
	max-width:560px;
	min-height:400px;
	max-height:480px;
}

.ellipsis {
    color: #FFFFFF !important;
}
img {vertical-align: text-top;}

.ui-widget{ font-size: 14px;}

.EDD_Module {
        margin-bottom: 30px;
        display: flex;
    }

.EDD_Box {
    border:1px solid Black;
    display: inline-block;
    margin-right: 40px;
    min-width: 600px;
}

.EDD_BoxTitle {
    background: #E6E6E6;
    font-size: 20px;
    padding: 10px 2px 10px 10px;
}
.EDD_BoxTitle > .right {
    padding: 4px;
}

.EDD_Box ul {
    width:100%;
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 28px;
}
.EDD_Box li {
    background-color: #FFFFFF;
    border-bottom:1px dotted Gray;
    padding: 5px;
}
.EDD_Box li.selected {
    background-color:GoldenRod;
}
.right {
    float: right;
}

.EDD_Include li {

}

.EDD_Exclude li {
    background-color: #D6D6D6;
}

.EDDName {
    color: #aaaaaa;
}
.spnInclude {
    color: #4440E0;
}
.spnExclude {
    color: #D04040;
}

.License_Box {
    border:1px solid Black;
    margin-bottom: 30px;
    min-width: 600px;
}

.License_BoxTitle {
    background: #E6E6E6;
    font-size: 20px;
    padding: 10px 2px 10px 10px;
}
    .License_BoxTitle .right {
        color: #D8861E;
    }

.License_Info {
    padding: 5px 15px;
}
.License_Info td {
    padding-right: 15px;
}

/*---------*/
.ImgShowModal img {
    cursor: zoom-in;
    transition: 0.3s;
}
.ImgShowModal img:hover {opacity: 0.7;}
/* The Modal (background) */
#divImgModal {
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 10px; /* 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.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
#divImgModal .modal-content {
    margin: auto;
    display: block;
    max-width: 85%;
    /*width: 80%;
    max-width: 700px;*/
}


/* Add Animation - Zoom in the Modal */
#divImgModal .modal-content { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
#divImgModal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#divImgModal .close:hover,
#divImgModal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    #divImgModal .modal-content {
        width: 100%;
    }
}

.IsHost {
    background-color: #CDACE6;
}
.IsHostText {
     color: #8a57b1;
    font-size: 15px;
    font-weight: bold;
}

/*----------Table Meeting------------*/
.cellBorder_Meeting
{
	/*background-color: #000000;	*/
	
}
.cellItem_Meeting
{
	background-color:#FFFFFF;
	
	font-size : 14px;	
	color: #313063;
	padding: 3px;
}
.cellItemOver_Meeting {
    
	font-size : 14px;	
	padding: 3px;
}
.cellItem_Meeting > td
{
	padding: 5px 3px;
	height: 35px;
	    border: 1px solid #dadada;
}
.cellItemOver_Meeting > td
{
	padding: 5px 3px;
	height: 35px;
	    border: 1px solid #dadada;
}
.cellItemSecond_Meeting > td
{
	padding: 5px 3px;
	height: 35px;
	    border: 1px solid #dadada;
}
.cellItemSelected_Meeting > td
{
	    border: 1px solid #dadada;
	padding: 5px 3px;
	height: 35px;
}
.cellItemSelected_Meeting
{
	background-color: #f6edff;/*#CDFFCA;CCCCCC;#F7F8E5;*/
	
	font-size : 14px;	
	color: #003333;
}
.cellItemSecond_Meeting
{
	font-size: 14px;
	color: #000000;
	
	background-color: #f6f6f6;/*#EBEBED;#D7E7F1;*/
	padding: 10px;
}
.cellHeader_Meeting {
    border: 1px solid white;
    font-weight: bold;
    font-size: 14px;
    
    BACKGROUND-COLOR: #8a57b1;
    padding: 10px 0;
    color: #fff;
}
.cellHeader_Meeting_1
{
    font-weight: bold;
	font-size: 14px;
	color: #000;
	
}
.cellHeader_Meeting_1 td{
	color:white;
	font-size:14px;
}

.flatButton_Meeting{
	letter-spacing: 1px;
    
    font-size: 11px;
    font-style: normal;
    cursor: pointer;
    border: 1px #8a57b1 solid;
    color: #000;
    background-color: #8a57b1;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 3px;
}
.flatButton_Meeting:disabled {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.buttonNormal {
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-size: 13px;
    font-style: normal;
    cursor: pointer;
    border: 1px solid #717171;
    background: linear-gradient(0deg, #a9a9a9, #f9f9f9);
    color: #000;
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 1.3;
}

    .buttonNormal:disabled {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }
.cellItem_Meeting .btn-show-calendar .glyphicon{
	color:#8a57b1;
}
/*---------------------*/

/*----------Table Section------------*/
.cellBorder_Section
{
	/*background-color: #000000;	*/
	
}
.cellItem_Section
{
	background-color:#FFFFFF;
	
	font-size : 14px;	
	color: #313063;
	padding: 3px;
}
.cellItem_Section_Parent
{
	background-color:#a3dff5;
	
	font-size : 14px;	
	color: #313063;
	padding: 3px;
}
.cellItem_Section_Child
{
	background-color:#FFFFFF;
	
	font-size : 14px;	
	color: #313063;
	padding: 3px;
}
.cellItemOver_Section {
    
	font-size : 14px;	
	padding: 3px;
}
.cellItem_Section > td
{
	padding: 5px 3px;
	height: 35px;
	    border: 1px solid #dadada;
}
.cellItem_Section_Parent > td
{
	padding: 5px 3px;
	height: 35px;
	    border: 1px solid #dadada;
}
.cellItem_Section_Child > td
{
	padding: 5px 3px;
	height: 35px;
	border: 1px solid #dadada;
    color: #0f8835;
}
.cellItemOver_Section > td
{
	padding: 5px 3px;
	height: 35px;
	    border: 1px solid #dadada;
}
.cellItemSecond_Section > td
{
	padding: 5px 3px;
	height: 35px;
	    border: 1px solid #dadada;
}
.cellItemSelected_Section > td
{
	    border: 1px solid #dadada;
	padding: 5px 3px;
	height: 35px;
}
.cellItemSelected_Section
{
	background-color: #f6edff;/*#CDFFCA;CCCCCC;#F7F8E5;*/
	
	font-size : 14px;	
	color: #003333;
}
.cellItemSecond_Section
{
	font-size: 14px;
	color: #000000;
	
	background-color: #f6f6f6;/*#EBEBED;#D7E7F1;*/
	padding: 10px;
}
.cellHeader_Section {
    border: 1px solid white;
    font-weight: bold;
    font-size: 14px;
    
    BACKGROUND-COLOR: #4394b1;
    padding: 10px 0;
    color: #fff;
}
.cellHeader_Section_1
{
    font-weight: bold;
	font-size: 14px;
	color: #000;
	
}
.cellHeader_Section_1 td{
	color:white;
	font-size:14px;
}

.flatButton_Section{
	letter-spacing: 1px;
    
    font-size: 11px;
    font-style: normal;
    cursor: pointer;
    border: 1px #4394b1 solid;
    color: #000;
    background-color: #4394b1;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 3px;
}
.flatButton_Section:disabled {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.cellItem_Section .btn-show-calendar .glyphicon{
	color:#8a57b1;
}
/*---------------------*/


.tbContent tr{
	height:33px;
}
.flatButton_Profile{
	letter-spacing: 1px;
    
    font-size: 11px;
    font-style: normal;
    cursor: pointer;
    border: 1px #ff7260 solid;
    color: #000;
    background-color: #ff7260;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 3px;
}
.flatButton_Profile:disabled {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.meetinglevel1{
	    font-weight: bold;
    font-size: 14px;
    color: #63c1f7;
}
.meetinglevel2{
	    font-weight: bold;
    font-size: 14px;
    color: #76c378;
}
.meetinglevel3{

	    font-weight: bold;
    font-size: 14px;
    color: #c376b6;
}
.meetingblockname{
	color:grey;
}
table.tbContent td {
    padding: 0;
}
.boxContent {
	    width: 700px;
    border: 1px solid #c7c7c7;
    margin-bottom: 15px;
    border-radius: 3px;
}
.boxContent table tr td {
	padding-left: 5px;
}

.Cate_Box {
    border:1px solid #139794;
    display: inline-block;
    margin: 20px 40px 0 30px;
    min-width: 600px;
	
}

.Cate_BoxTitle {
    font-size: 20px;
    padding: 10px 10px;
	background: #505050;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
}
.Cate_BoxTitle > .right {
    padding: 4px;
}
.Cate_NewCate{
    background: #159793;
    padding: 10px 10px;
    color: white;
}
.Cate_NewCate:hover{
	background: #3ec5c2;
    cursor: pointer;
}
.Cate_Box ul {
    width:100%;
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 28px;
}
.Cate_Box li {
    background-color: #FFFFFF;
    border-bottom:1px dotted Gray;
    padding: 10px 10px;
}
.Cate_Box li:last-child {
    border-bottom:none;
}
.Cate_Box li:hover {
	    background: #fff3f2;
    cursor: all-scroll;
}
.Cate_Box li.selected {
    background-color:#ff7260;
	color:white;
}
.ui-sortable-handle:hover{
    
}

.NoCursor li:hover {
    cursor: default;
}
.ui-state-focus {
    border: none !important;
}

.Cate_Menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    min-width: 450px;
    display: none;
    color: #000000;
}
.Cate_SubMenu {
    position: relative;
}
    .Cate_SubMenu img {
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
.rotate90 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);

}

.Cate_Menu_1 {
    border: 1px solid #8a1111;
}
    .Cate_Menu_1 .Cate_NewCate {
        background: #8a1111;
    }

.Cate_Menu_2 {
    border: 1px solid #2b65ec;
}
    .Cate_Menu_2 .Cate_NewCate {
        background: #2b65ec;
    }

.Cate_Menu_3 {
    border: 1px solid #ba12bb;
}
    .Cate_Menu_3 .Cate_NewCate {
        background: #ba12bb;
    }

.Cate_Menu_4 {
    border: 1px solid #bb7112;
}
    .Cate_Menu_4 .Cate_NewCate {
        background: #bb7112;
    }

.Cate_Menu_5 {
    border: 1px solid #41b712;
}
    .Cate_Menu_5 .Cate_NewCate {
        background: #41b712;
    }

.Cate_Menu_x {
    border: 1px solid #909090;
}
    .Cate_Menu_x .Cate_NewCate {
        background: #909090;
    }

.spnSub {
    margin: 0 -2px 0 8px;
}
.search {
    width: 100%;
    height: 30px;
}

.Cate_Menu_Bottom {
    top: auto;
    bottom: 0;
    margin-bottom: -1px;
}
.item-title {
    margin-right: 20px;
}

.meetingtype_forfree{
    color: #d0d018;
    font-weight: bold;
    padding-left: 8px;
}

/* ================= */

button, input, optgroup, select, textarea {
    margin: revert;
}
.btn {
    line-height: initial;
    font-size: 14px;
}
button {
    height: 29px;
    font-size: 14px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 12px;
    margin: -2px 5px 0 -5px;
}
.dropdown-menu {
    font-size: 12px !important;
}
.dropdown-item {
    font-weight: normal;
}
.form-control {
    font-size: 12px !important;
}
.nav {
    display: initial;
}
/**, ::after, ::before {
    box-sizing: revert;
}*/
.container {
    width: auto !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
}
.bodys table tr td {
    padding: 2px 3px;
}
div {
    box-sizing: initial;
}
.filter-option {
    box-sizing: border-box;
}
table.Select select {
    margin-right: 4px;
}
.dropdown.bootstrap-select.show-tick {
    z-index: 1;
    border: 1px solid #c7c7c7;
    border-radius: .25rem;
}
input[readonly], select[readonly] {
    background-color: rgb(235, 235, 228);
}
.box-selectbox {
    position: relative;
}

    .box-selectbox img {
        position: absolute;
        top: 1px;
        right: 1px;
    }

    .box-selectbox input {
        width: 155px;
    }

    .box-selectbox ul {
        position: absolute;
        background: #fff;
        list-style-type: none;
        -webkit-padding-start: 0px;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        border: 1px solid #ccc;
        width: auto;
    }

        .box-selectbox ul li {
            padding: 5px 0px;
            padding: 2px;
            cursor: context-menu;
        }
td.Xtable_Separator {
    padding: 0 !important;
}

.tbMain > tbody > tr:nth-child(even) > td {
    /*padding-top: 8px !important;*/
}
.tbMain > tbody > tr:nth-child(odd) > td {
}
.rowLabel > td {
    padding-top: 8px !important;
    padding-bottom: 5px;
}

.pointer {
    cursor: pointer;
}
.select2-container {
    font-size: 14px;
    /*display: inherit !important;*/
    /*width: auto !important;*/
}
    .select2-container .select2-selection--single {
        height: 33px !important;
    }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
}

.tbPadding > tbody > tr > td {
    padding-top: 8px !important;
}
.tbPadding2 > tbody > tr > td {
    padding: 8px 0 0 5px !important;
}
.tbBorder > tbody > tr > td {
    border: 1px solid #b5b5b5;
}
.textRequired {
    color: red;
}
.spnPeriod {
    color: #008b43;
    font-weight: 600;
}
.spnAgentName {
    color: #e55f00;
}
.spnAgentUserName {
    color: #1669e7;
}
.spnDispNormal {
    font-weight: 400;
}
.spnDispBusy {
    font-weight: 400;
    color: #d35454;
}
.spnDispNoAnswer {
    font-weight: 400;
    color: #ff0000;
}

.CommPanelFax {
    background: #E5B9B5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.CommPanelChat {
    background: #3CC15B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.CommPanelEmail {
    background: #CAD0EC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.CommPanelSMS {
    background: #F5F0AA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.CommPanelCallBack {
    background: #D3EECB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}
.btncopy {
	width: 16px;
	cursor: pointer !important;
	height: 16px;
	padding: 0 !important;
	margin-bottom: 3px;
	vertical-align: middle !important;
}
.big-point {
    font-weight: 600;
    font-size: 18px;
}
.big-point::before {
    content: '\2022'; /* Unicode character for a bullet point */
    font-size: 2em; /* Adjust size as needed */
    display: inline-block;
    margin-right: 10px; /* Space between bullet and text */
    vertical-align: sub; /* Align bullet point with text */
}

.jconfirm-box {
    width: 100%;
    max-width: 100%;
    min-width: 350px;
}
.DoubleSelectList {
    background: white;
    border: 1px solid #ffffff;
}
    .DoubleSelectList td {
        padding: 2px 10px;
    }
.dslSearch {
    margin: 5px;
    width: calc(100% - 10px) !important;
}
input[type="checkbox"] {
    accent-color: #187626;
}
.checkbox label {
    margin-left: 5px;
}
.checkboxlist label {
    margin-left: 3px;
    margin-right: 10px;
}
.checkboxlist input {
    vertical-align: text-top;
}
.circular--square {
    border-radius: 50%;
}

button.select2-selection__choice__remove {
    height: auto;
}
.spnRemove {
    color: red;
    cursor: pointer;
    margin-right: 2px;
}
.spnActType_TimeEntry {
    color: #3f9f10;
    font-weight: 500;
}
.spnActType_Expense {
    color: #e96f24;
    font-weight: 500;
}
.spnConflict_Clear {
    color: #000000;
    font-weight: 500;
}
.spnConflict_Conflicted {
    color: #ff0000;
    font-weight: 500;
}
.spnConflict_Warning {
    color: #a7ab00;
    font-weight: 500;
}
.spnConflict_NoConflicted {
    color: #2c7a1a;
    font-weight: 500;
}
.spnContactType_Person {
    color: #216e0f;
    font-weight: 500;
}
.spnContactType_Company {
    color: #0e72dd;
    font-weight: 500;
}
.spnMatterStatus_Open {
    color: #216e0f;
    font-weight: 500;
}
.spnMatterStatus_Pending {
    color: #0e72dd;
    font-weight: 500;
}
.spnMatterStatus_Closed {
    color: #959595;
    font-weight: 500;
}
.divContactType_Person {
    color: #ffffff;
    background: #216e0f;
    border-radius: 18px;
    padding: 6px 10px;
    font-weight: 500;
}
.divContactType_Company {
    color: #ffffff;
    background: #0e72dd;
    border-radius: 18px;
    padding: 6px 10px;
    font-weight: 500;
}
.clsFile {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

    .clsFile > div {
        display: flex;
    }

        .clsFile > div > span {
            color: red;
            cursor: pointer;
            margin-right: 2px;
        }

    .clsFile a {
        margin-right: 20px;
    }