body.sticky-footer {
	margin-bottom: 40px;
}

.ui-editor-toolbar {
   display: none;
}

.ui-editor {
    padding: 0 1px 1px;
    background-color: white;
}

.header-title{
	color: #ffa500;
    font-size: 15px;
    border-left: 5px solid;
    padding: 5px;
    font-weight: bold;
}

.table-head{
	width: 100%;
}

.pe-dynaform-cell input,  
    .pe-dynaform-cell textarea,  
    .pe-dynaform-cell[colspan="1"] input,  
    .pe-dynaform-cell[colspan="1"] textarea {  
        width: 150px;  
    }  
  
    /* note: trick with colspan is needed for IE8 */  
    .pe-dynaform-cell.calendar input,  
    .pe-dynaform-cell[colspan="1"].calendar input {  
        width: 120px;  
    }  
  
    .pe-dynaform-cell .ui-selectonemenu {  
        width: 134px;  
    }  
      
    .label-container {  
        font-weight: bold;  
    }  
      
    .field-container input {  
        text-transform: uppercase;  
    }  

.exel-import {
	color: white;
	background: #1d7044;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.welcome.table-bordered {
	border-top: 0;
	overflow: hidden;
	border-right: 0;
	border-left: 0;
}

.welcome.table-bordered>thead>tr>th {
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid #5b5555;
}

.welcome.table-bordered>tbody>tr>td {
	border: #8bbf55;
}

.welcome.table>tbody>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.welcome.table-bordered>thead>tr>th {
	border-bottom-width: 2px;
	border-color: #fc9005;
	font-size: 14px;
	text-align: left;
}

.welcome.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	background: white;
	color: black;
}

.csv {
	border: 1px solid black;
}

.csv:hover {
	background: rgba(29, 112, 68, 0.25);
	border: 1px solid #1d7044;
	color: #1d7044;
}

/* logo and text*/
.navbar-brand {
	display: -webkit-box;
}

.navbar {
    border-radius: 0px;
    border-bottom: 3px solid #005ea2;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #FFC107;
}

.navbar-toggler {
    background-color: #1588ba;
}

.bg-dark {
    background-color: #005ea2!important;
}

.modal-dialog {
	max-width: 615px;
}

.table-modal.modal-dialog {
	max-width: 75%;
}

.logo-size {
    width: 80px;
    height: auto;
    margin-top: -10px;
}

/* version text*/
.brand-version {
	position: relative;
	top: 10px;
	left: 15px;
	color: orange;
}

.row {
	margin-right: 0;
	margin-left: 0;
	display: inline-block;
	width: 100%;
	/** Added by prashant for CRM **/
}

.ql-editor {
	background: white;
}

.content {
	width: 100%;
	padding-left: 0px;
    padding-right: 0px;
	/*background: #ffffff;*/
	padding-bottom: 15px;
	padding-top: 15px;
	bottom: 20px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.content-wrapper {
	background: #f5f5f5;
	
}

.container {
    max-width: 90%;
}

.welcome-bg{
	/*background-image: url('../images/pics/bg.jpeg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; */
}


.tab-title{
    color: #005ea2;
    font-size: 14px;
    font-weight: bold;
}

.ui-tabs.ui-tabs-top {
    border-bottom: none;
}

p {
    font-weight: 600;
}


.table-heading{
	background: #005ea2;
    text-shadow: none;
    border-radius: 0px;
    font-weight: 500;
    font-size: 12px;
    color: white;
    vertical-align: middle;
}

td, th {
    padding: 8px;
}


/* table content*/

.ui-datatable tbody td {
    font-weight: 600;
}

.ui-datatable-tablewrapper {
	font-size: 14px;
	word-wrap:break-word;
}

.ui-datatable tbody td {
	padding: 5px 10px;
}

.table-bordered thead th.ui-state-default {
    background: #005ea2;
    text-shadow: none;
    border-radius: 0px;
    font-weight: 600;
    font-size: 12px;
    color: white;
    vertical-align: middle;
}

.table1-bordered thead th.ui-state-default {
    background: #efefef;
    text-shadow: none;
    border-radius: 0px;
    font-weight: 600;
    font-size: 12px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: white;
}

.table-striped tbody tr:nth-of-type(even) {
	background-color: white;
}

.ui-paginator.ui-paginator-bottom {
	background: #efefef;
	position: relative;
	bottom: 0px;
}

.ui-paginator .ui-paginator-page, .ui-paginator .ui-paginator-pages,
	.ui-paginator .ui-paginator-next, .ui-paginator .ui-paginator-last,
	.ui-paginator .ui-paginator-first, .ui-paginator .ui-paginator-prev,
	.ui-paginator .ui-paginator-current {
	font-size: 14px;
	background: transparent;
	border: 1px solid black;
	border-radius: 0px;
}

.ui-paginator .ui-paginator-pages {
	border: none;
}

.ui-datatable-tablewrapper {
    overflow: inherit;
}

/* text editor toolbar*/
.ql-toolbar.ql-snow {
    display: flex;
}

/* paginator active*/
.ui-state-active, .ui-widget-header .ui-state-active {
	color: white;
	background-color: #a6ce39;
}



.ui-widget-content {
	color: #5a5a5a;
	font-size: 12px;
}

.ui-chkbox .ui-state-active{
	background-color: orange;
}

/* header size*/
.h1, h1 {
	font-size: 17px;
	padding-bottom: 10px;
    color: #ffffff;
    margin-top: 10px;
}

/* icon-size*/
.fa-eye, .fa-edit, .fa-trash-o {
	font-size: 18px;
}

/* upload image button*/
.ui-button-text-icon-left .ui-button-text {
	font-size: 12px;
}

.ui-fileupload-files td {
	display: -webkit-inline-box;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #f5f5f5;
	/* padding: 13px 10px; */
}

/* selectcheckboxmenu size*/
.ui-selectcheckboxmenu.ui-state-default{
	width: 100%;
	height: 28px;
	font-size: 12px;
	border-radius: 0;
	box-shadow: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
	background: transparent;
}


/* inputfield size*/
.ui-inputfield.ui-state-default {
	width: 100%;
	height: 28px;
	font-size: 12px;
	border-radius: 0;
	box-shadow: none;
	
}

.ui-inputfield.ui-state-default.ui-state-focus {
	border-color: #FF9800;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.ui-inputfield.ui-state-error, .ui-widget-header .ui-inputfield.ui-state-error,
	.ui-widget-content .ui-inputfield.ui-state-error {
	border: 2px solid #ff0026;
}

.form-control {
	height: 28px;
	font-size: 12px;
	background: #ffffff;
	border-radius: 0;
	box-shadow: none;
	padding: 0rem 0.5rem;
	margin-left: 10px;
}

.form-control:focus {
	border-color: #FF9800;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.form-control.ui-state-error {
	border: 2px solid #ff0026;
}

.width-drop {
	width: initial;
	min-width: initial;
}

/* select checkbox menu*/
.ui-selectcheckboxmenu-multiple-container.ui-inputfield {
	border-bottom: 1px solid #ced4da;
}

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
	padding: 0 0px;
	background: transparent;
	border: none;
	box-shadow: none;
}

/* BreadCrum*/
.breadcrumb {
	padding: .3rem 1rem;
	background-color: #dae1e8;
	border-radius: 0rem;
	font-size: 14px;
}

.breadcrumb > .active {
    color: #9a9da0;
}

/* fieldset*/
fieldset {
	min-width: 100%;
	padding: 0px;
	background: #f5f5f5;
}

.fieldset-info {
	color: black;
	font-size: 13px;
	margin-left: 5px;
}

.content-spacing {
	margin-top: 120px;
}

/* select menu*/
.ui-selectonemenu.ui-state-default{
	background: transparent;
	width: 100%;
    height: 28px;
    font-size: 12px;
    border-radius: 0;
    box-shadow: none;
}
.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    left: -15px;
}

.ui-selectonemenu .ui-selectonemenu-label {
	position: relative;
	height: 22px;
	box-shadow: none;
	background: transparent;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
	width: auto;
	background: transparent;
	border: none;
	box-shadow: none;
}

.ui-selectonemenu.ui-state-focus{
	outline: none;
}

.ui-selectonemenu-trigger.ui-state-focus{
	outline: none;
}

.ui-selectcheckboxmenu.ui-state-focus{
	outline: none;
}

.ui-selectcheckboxmenu-trigger.ui-state-focus{
	outline: none;
}

select.input-sm {
	height: 20px;
}

/* vertical top spacing*/
.top-spacing {
	margin-top: 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #fb9006;
	border-color: #fb9006 #fb9006 #fb9006;
}

/* column padding*/
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5,
	.col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto,
	.col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1,
	.col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4,
	.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 2px;
}

.contact_det {
	font-size: 14px;
	font-weight: bold;
}

.ui-datatable .ui-column-filter {
	width: 100px;
}

/* footer*/
footer.sticky-footer {
    height: 55px;
    line-height: 55px;
    font-size: 13px;
    background-color: #525252;
    color: white;
}


/* table button*/
.table-btn.ui-state-default, .table-btn.ui-widget-content .ui-state-default
	{
	background: transparent;
	text-shadow: none;
	box-shadow: none;
	border: none;
	position: relative;
	bottom: 5px;
}

.table-btn.ui-state-focus{
	outline: none;
}

.table-btn.ui-state-hover{
	color:#2196F3;
}

*:focus {
    outline: none;
}


/* header button*/
.header-btn {
	background: transparent;
	box-shadow: none;
	border-color: transparent;
	text-shadow: none;
	color: #9c9c9c;
}

.header-btn:hover {
	color: #ad6406;
}

.ui-button-icon-only .ui-icon {
	font-size: 20px;
	width: auto;
	height: auto;
}

.btn-secondary {
    color: #fff;
    background-color: #FF9800;
    border-color: #FF9800;
}

.btn-secondary:hover {
    background-color: #e88f0b;
    border-color: #e88f0b;
}

/* tooltip*/
.tooltip-hover {
	font-size: 12px;
}

.ui-tooltip {
    border: 1px solid #ccc;
    box-shadow: 0 0 10px 0 #ddd;
    -moz-box-shadow: 0 0 10px 0 #ddd;
    -webkit-box-shadow: 0 0 10px 0 #ddd;
    color: #666;
    background: #f8f8f8;
}

/* error message*/
.ui-messages-error, .ui-message-error {
	font-size: 12px;
}

/* info message*/
.ui-messages-info, .ui-message-info {
	font-size: 12px;
}

.ui-selectonemenu-panel {
    max-width: 50%;
}

/* List layout*/
.list-group-item-action:hover {
	background-color: #1f5d9a00;
}

.list-group-item {
	padding: .4rem 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.list-group-flush .list-group-item {
	background: rgba(255, 255, 255, 0.0392156862745098);
}

/* form content*/
.form-group {
	margin-bottom: 25px;
	padding: 5px;
}

label {
	font-size: 13px;
	font-weight: 500;
	color: #676767;
}

.last-login {
	color: #9a9da0;
	font-size: 13px;
	position: relative;
	top: 15px;
	right: 15px;
}

/* control block*/
.control-block-title {
	color: black;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 0;
}

.control-block-label {
	margin-bottom: 0px;
}

/* Notification Dropdown*/
.dropdown-menu {
	left: -150px;
}

.col-sm-offset-2 {
	margin-left: 18%;
}

.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0px 0;
    box-shadow: 0 3px 10px 0 rgba(88, 88, 88, 0.54);
    border-radius: 3px;
    color: rgb(0, 0, 0);
    background: white;
    font-size: 15px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 5px;
}

.card .card-header {
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px
		rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	margin: -20px 15px 0;
	border-radius: 3px;
	padding: 8px;
	background-color: #999999;
}

.card-stats .card-header {
	float: left;
	text-align: center;
}

.card-stats .card-header i {
	font-size: 36px;
	line-height: 56px;
	width: 56px;
	height: 56px;
}

.card-stats .card-content {
	text-align: right;
	padding-top: 10px;
}

.card .card-content {
	padding: 15px 20px;
}

.card .card-content .category {
	margin-bottom: 0;
}

.card .card-footer {
	margin: 0px 0px 10px;
	padding-top: 5px;
	border-top: 1px solid #eeeeee;
	overflow: hidden;
}

.card .card-footer .content {
	display: block;
}

.card .card-footer div {
	display: inline-block;
}

.card .card-footer .author {
	color: #999999;
}

.card .card-footer .stats {
	line-height: 22px;
	color: #999999;
	font-size: 12px;
}

.card .card-footer .stats .material-icons {
	position: relative;
	top: 4px;
	font-size: 16px;
}

.card .card-footer h6 {
	color: #999999;
}

.card-footer {
	padding: 0.3rem 1rem;
}

.card [data-background-color="orange"] {
	background: linear-gradient(60deg, #ffa726, #fb8c00);
    box-shadow: 0 12px 20px -10px rgba(202, 114, 2, 0.12), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(193, 113, 7, 0.29);
    transition: transform 0.5s;
}

/* .card [data-background-color="orange"]:hover {
	background: #e08600;
	transform: scale(1.1);
} */
.card [data-background-color="blue"] {
	background: linear-gradient(60deg, #26c6da, #00acc1);
	box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px
		rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
	transition: transform 0.5s;
}

/* .card [data-background-color="blue"]:hover {
	background: #059caf;
	transform: scale(1.1);
} */
.card [data-background-color="green"] {
	background: linear-gradient(60deg, #66bb6a, #43a047);
	box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px
		rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
	transition: transform 0.5s;
}

.card [data-background-color="goods"] {
	background: linear-gradient(60deg, #c57e58, rgb(234, 98, 26));
    box-shadow: 0 12px 20px -10px rgb(253, 252, 251), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgb(239, 239, 239);
    transition: transform 0.5s;
}

.card [data-background-color="services"] {
	background: linear-gradient(60deg, #67776d, #455a4d);
    box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
    transition: transform 0.5s;
}

/* .card [data-background-color="green"]:hover {
	background: #38823b;
	transform: scale(1.1);
} */
.card [data-background-color="red"] {
	background: linear-gradient(60deg, #ef5350, #e53935);
	box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px
		rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
	transition: transform 0.5s;
}

/* .card [data-background-color="red"]:hover {
	background: #bf312d;
	transform: scale(1.1);
} */
.card [data-background-color="black"] {
	background: #343a40;
	box-shadow: 0 12px 20px -10px rgba(52, 58, 64, 0.58), 0 4px 20px 0px
		rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(52, 58, 64, 0.59);
	transition: transform 0.5s;
}

.card [data-background-color] {
	color: #ffffff;
}

.card img {
	height: auto;
}

.tab-pane {
	margin: 15px;
}

.btn-on-right {
	float: right;
	font-size: 20px;
    cursor: pointer;
}

.dashboard-icon {
    cursor: pointer;
}

.dashboard-notif{
	background: #ec4b48;
    color: white;
    padding: 3px 8px;
    border-radius: 50px;
    line-height: 26px;
    font-size: 11px;
}

.footer-size{
	font-size: 12px;
}


.header-size.card-stats .header-size.card-header i {
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
}

.card .header-size.card-header {
    padding: 2px;
}

.card .center-content.card-content{
	text-align:center;
	padding: 5px 10px;
}

.counting{
	text-align:center;
	font-size: 1.3rem;
}

.footer-size.panel-footer {
    padding: 5px 15px;
}

.detail-title {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 15px;
    margin-top: -15px;
    display: -webkit-inline-box;
    color: #1381b3;
}


.nav-tabs.nav-justified>li {
	display: contents;
}

.nav>li>a {
	padding: 5px 15px;
}

/* nav bar position */
.fixed-top {
	z-index: 500;
}

.material-icons {
	position: relative;
	top: 4px;
}

a {
	color: #8c8c8c;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #f5f5f5;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	z-index: 600;
	box-shadow: 3px 0px 25px 0px #8a8a8a;
}

.sidenav a {
	/* padding: 8px 8px 8px 32px; */
	text-decoration: none;
	font-size: 18px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #FF9800;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 20px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

/* Dynamic Field*/
.pe-dynaform-grid {
    width: 100%;
}

.pe-dynaform-label {
    text-align: left;
    width: 1px;
}

.fa-2x {
    font-size: 1.7em;
    color: #828282;
}

/* switch button*/
.ui-button-text-only.ui-state-active {
    color: white;
    background-color: #a6ce39;
}


/* Menu system*/
.menu-btn {
	color: white;
	transition: 0.3s;
}

.menu-btn:hover {
	color: orange;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.Menu-nav {
	height: 100%;
	width: 0;
	position: fixed;
	top: 67px;
	left: 0;
	background-color: #343a40;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	z-index: 600;
	box-shadow: 0px 0px 0px 0px #8a8a8a;
	opacity: 0.95;
}

.Menu-nav a {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 12px;
	color: #dadada;
	display: block;
	transition: 0.3s;
}

.Menu-nav a:hover {
	color: #FF9800;
	/* -webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1); */
}

.Menu-nav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 20px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
	.Menu-nav {
		padding-top: 15px;
	}
	.Menu-nav a {
		font-size: 18px;
	}
}

.menu-title {
	color: orange;
	font-weight: 500;
	border-bottom: 3px solid orange;
	margin-bottom: 0;
}

.overlay-links {
	font-size: 12px;
	float: right;
	color: #009688;
	text-decoration: underline;
}

.overlay-links:hover {
	color: #2196F3;
}

/** Comments section **/
.thumbnail {
	padding: 0px;
}

.panel {
	position: relative;
}

.panel>.panel-heading:after, .panel>.panel-heading:before {
	position: absolute;
	top: 11px;
	left: -16px;
	right: 100%;
	width: 0;
	height: 0;
	display: block;
	content: " ";
	border-color: transparent;
	border-style: solid solid outset;
	pointer-events: none;
}

.panel>.panel-heading:after {
	border-width: 7px;
	border-right-color: #f7f7f7;
	margin-top: 1px;
	margin-left: 2px;
}

.panel>.panel-heading:before {
	border-right-color: #ddd;
	border-width: 8px;
}

.panel .panel-heading i {
	float: right;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.panel .panel-heading i:hover {
	color: #03658c;
}

figure.snip0013 {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 220px;
	max-width: 310px;
	max-height: 220px;
	width: 100%;
	background: #000000;
	text-align: center;
	border-radius: 5px;
	z-index: 11;
}

figure.snip0013 img {
	max-width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.snip0013>div {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	position: absolute;
}

figure.snip0013>div a {
	color: #ffffff;
}

figure.snip0013>div a i {
	font-size: 50px;
	opacity: 0;
	top: 50%;
	position: relative;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	display: inline-block;
}

figure.snip0013>div a i.left-icon {
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

figure.snip0013>div::before {
	position: absolute;
	top: 30px;
	right: 50%;
	bottom: 30px;
	left: 50%;
	border-left: 1px solid rgba(255, 255, 255, 0.8);
	border-right: 1px solid rgba(255, 255, 255, 0.8);
	content: '';
	opacity: 0;
	background-color: #ffffff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

figure.snip0013:hover img {
	opacity: 0.35;
}

figure.snip0013:hover>div i {
	opacity: 0.9;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

figure.snip0013:hover>div i.left-icon {
	-webkit-transform: translate3d(-25%, -50%, 0);
	transform: translate3d(-25%, -50%, 0);
	position: relative;
	left: 15px;
}

figure.snip0013:hover>div::before {
	background: rgba(255, 255, 255, 0);
	left: 30px;
	right: 30px;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.icon-hover.material-icons {
	transition: all .3s ease-in-out;
}

.icon-hover.material-icons:hover {
	transform: scale(1.3);
}

/** pop-up link button **/
.pop-up-link {
	cursor: pointer;
	color: #ffffff;
	border: 1px solid;
	text-align: center;
	position: relative;
	padding: 2px;
	background: #343a40;
}

.pop-up-link a {
	color: #ffffff;
}

.ui-chips {
	width: 100%;
}

.ui-chips-token .ui-chips-token-label{
	color:#e48902;
	font-size: 13px;
}

/** growl **/
.ui-growl {
	z-index: 9999 !important;
	font-size: 12px;
}



/* Show tooltip content on hover */

[tooltip]:before {
  bottom: 25%;
  font-family: arial;
  font-weight: 600;
  border-radius: 2px;
  background: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 12px;
  position: absolute;
  right: 100%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

.ui-tabs .ui-tabs-nav.ui-widget-header li.ui-state-active {
   background-color: #005ea2;
}

.ui-tabs .ui-tabs-nav.ui-widget-header li.ui-state-active a {
    color: white;
    text-shadow: none;
}

.ui-tabs .ui-tabs-nav.ui-widget-header li {
     background: #5a5a5a none;
}

.ui-tabs .ui-tabs-nav.ui-widget-header li a {
    color: white;
    text-shadow: none;
}

@media screen and (max-width: 1025px) {
	[class*="col-"] {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-sm-offset-3 {
		margin-left: 0;
		overflow: hidden;
	}
}

@media screen and (max-width: 769px) {
.ql-toolbar.ql-snow {
    display: block;
}
}


@media screen and (max-width: 550px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	.content {
		padding-left: 0px;
		padding-right: 0px;
	}
	.tab-pane {
		margin: 15px -30px;
	}
	.Menu-nav {
		top: 60px;
	}
	
	.ui-tabs .ui-tabs-panel {
    padding: 1em 0em;
	}
}

/*modal*/
.modal {
    z-index: 950;
}

.modal-backdrop {
    z-index: 900;
}

.ui-growl {
    top: 90px;
}

/* Search box layout */

.searchBox.ui-inputfield.ui-state-default {
    width: 100%;
    height: 30px;
    font-size: 14px;
	 border-radius: 3px;
    box-shadow: none;
    position: relative;
    bottom: 0px;
}


.searchBox.table-bordered thead th.ui-state-default {
    display:none;
}

.counter { background-color: #ffffff; padding: 20px 0; border-radius: 5px;}
.count-title { font-size: 40px; font-weight: 500;text-align: center; }
.count-text { font-size: 13px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }


.text-muted {
    color: #6c757d!important;
    padding: 10px;
}

.asterisk{
    font-weight: bold;
    color: red;
    position: relative;
}

.alert-tip {
    padding: 5px;
}

.chip-bg.ui-state-active{
	background-color: #e2e0e0;
}

.ui-autocomplete {
    width: 100%;
}


.table1-bordered {
	border-top: 0;
	overflow: hidden;
	border-right: 0;
	border-left: 0;
}

.table1-bordered>thead>tr>th {
	/* border-top: none; */
	border-right: 0;
	border-left: 0;
	/*border-bottom: 5px solid #40713f;*/
}

.table1-bordered>tbody>tr>td {
	border: #8bbf55;
}

.table1>tbody>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.sms-color {
	background-color: rgb(173, 230, 154);
}

.email-color {
	background-color: #a7c9ec;
}

.goods-color {
	background-color: rgb(234, 98, 26);
	color: white;
}

.services-color {
	color: white;
	background-color: #455a4d;
}

.sla-color{
	background-color: #f7a816;
    color: white;
}

.outlook{
   color:white;
   background-image: url('../images/outlook-logo-white.jpg');
   background-size: contain;
   background-repeat: no-repeat;
   width: 66px;
   height: 50px;
   border: 0px;
}

.outlook.ui-widget-content a {
        color: transparent;
}

.ui-fieldset-toggleable .ui-fieldset-legend {
    font-size: 12px;
    color: #343a40;
    background: #e8e8e8;
}

.ui-fieldset-toggleable:hover .ui-fieldset-legend:hover{
    background: #f5f2ed;
    border: 1px solid #d1d3d6;
    color: #343a40;
}

.ui-fieldset .ui-fieldset-legend {
    padding: .6em 1em;
    font-size: 12px;
}

.ui-fieldset:hover .ui-fieldset-legend:hover {
    background: #f5f2ed;
    border: 1px solid #d1d3d6;
    color: #343a40;
}

.ui-radiobutton-icon {
    margin-left: 0px;
}

.ui-icon {
    display: block;
    vertical-align: baseline;
    margin-top: -1px;
}

.nav-tabs > li.sales > a{
	color: #fff;
    cursor: pointer;
    background-color: #59b15d;
    width: 120px;
}

.nav-tabs > li.market > a{
	color: #fff;
    cursor: pointer;
    background-color: #999999;
    width: 120px;
}

.nav-tabs > li.support > a{
	color: #fff;
    cursor: pointer;
    background-color: orange;
    width: 120px;
}

.nav-tabs > li.colab > a{
	color: #fff;
    cursor: pointer;
    background-color: #09b2c7;
    width: 120px;
}

.welcome-tab.nav-tabs {
    position: relative;
    bottom: 30px;
}

.welcome-tab.nav-tabs > li > a {
    border-radius: 10px 10px 0 0;
}

.tab-height{
	position:relative;
	top: 12px;
}


.welcomebackground.card{
	background:#f4f3f9;
}

a:not([href]):not([tabindex]) {
    color: white;
    text-decoration: none;
}

.fc-day-grid-event {
    padding: 5px 2px;
}

.fc-event {
    font-size: 1em;
    border: 1px solid #5e5e5f;
    background-color: #5e5e5f;
}

.incomplete-color{
	background-color:#f7acaa;
    color: black;
}

.contract-color{
	background-color: #a2daa4;
    color: black;
}

.quotation-color{
	background-color: #ffd18f;
    color: black;
}

.introjs-helperLayer {
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.15);
    border: 2px solid #FF9800;
}


.draggable-welcome{
	background-color: #ece9e8;
	display: inline-block;
	margin:20px;
}

.small-button{
	
font-size:9px !important;	
}


/* welcome page layout css */

.title-image {
    background-image: linear-gradient(rgb(19 128 178 / 42%), rgb(0 0 0 / 46%)), url(../images/banner.jpg);
    height: 25vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image {
    background-image: linear-gradient(rgba(19, 128, 178, 0), rgba(255, 193, 7, 0.27)), url(../images/banner.jpg);
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text h1 {
  font-size: 50px;
}

.img-content {
    position: relative;
    width: 100%;
}

.img-avatar {
    opacity: 1;
    display: block;
    width: 80%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    margin: auto;
    border-radius: 5px;
}

.img-link-middle{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.img-content:hover .img-avatar  {
  opacity: 0.3;
}

.img-content:hover .img-link-middle {
  opacity: 1;
}

.img-link {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 10px 10px;
}

.img-title{
	font-size: 20px;
    padding: 10px;
    color: white;
    font-weight: bold;
    display: inline-block;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #FF9800;
    height: 0;
    line-height: 50px;
}

.main-title-banner.hero-image {
    background-image: linear-gradient(rgba(19, 128, 178, 0.44), rgba(20, 132, 182, 0.87)), url(../images/banner.jpg);
    height: 8vh;
}

.page-title h1{
	font-size:27px;
	margin-top: 30px;
}

.title-color{
	text-align: center;
	color: #1587b9;
	font-size: 24px;
}

.subtitle-color{
	text-align: center;
    font-size: 13px;
    color: #565656;
}

.pe-dynaform-cell {
    white-space: inherit;
}

.contact-icon{
	color:#127eaf;
	font-size: 40px;
}

.section-heading{
    margin: 0 0 30px 0;
    font-size: 40px;
    font-weight: 400;
    color: #616161;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-top: 20px;
    text-align: center;
}

.section-heading:after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: #ffa500;
    left: 50%;
    margin-left: -50px;
    bottom: -5px;
}


.page-heading{
	 margin: 0 0 0px 0;
    font-size: 30px;
    font-weight: 400;
    color: #005ea2;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-top: 20px;
    text-align: center;
}

.page-heading:after{
	 content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: #fbc227;
    left: 50%;
    margin-left: -50px;
    bottom: -5px;
}

.license-heading{
	 margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 400;
    color: #005ea2;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-top: 5px;
    text-align: center;
}

.license-heading:after{
	 content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: #fbc227;
    left: 50%;
    margin-left: -50px;
    bottom: -5px;
}


.white-text{
	color:white;
}

.white-bg{
	background: white;
}

.blue-bg{
	background: #0f74a5;
}

.social-icon{
	font-size:25px;
}

.image-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.63)), url(../images/default-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.img-hover-effect{
    position: relative;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.img-hover-effect:hover{
-webkit-box-shadow: 0px 9px 17px -3px rgba(76, 76, 76, 0.46);
    -moz-box-shadow: 0px 9px 17px -3px rgba(76, 76, 76, 0.46);
    -ms-box-shadow: 0px 9px 17px -3px rgba(76, 76, 76, 0.46);
    -o-box-shadow: 0px 9px 17px -3px rgba(76, 76, 76, 0.46);
    box-shadow: 0px 9px 17px -3px rgba(76, 76, 76, 0.46);
    text-decoration: none;
    top: -15px;
}

/* Return to top  */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(255, 165, 0);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgb(224, 145, 0);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#mainNav .navbar-brand {
    width:auto;
}


.green-btn.ui-state-default{
	background: #a6ce39;
    text-shadow: none;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #a6ce39;
    padding: 7px;
    margin-top: 10px;
    position: relative;
    bottom: 10px;
    right: 0px;
    transition: transform 0.5s;
}

.green-btn.ui-state-default:hover{
	background: #90b331;
    border: 1px solid #90b331;
}

.blue-btn.ui-state-default{
	background: #2196F3;
    text-shadow: none;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #2196f3;
    padding: 1px;
    margin-top: 10px;
    position: relative;
    bottom: 10px;
    right: 0px;
    transition: transform 0.5s;
}

.blue-btn.ui-state-default:hover{
	background: #1779c7;
    border: 1px solid #1779c7;
}

.toolbar-back-btn.ui-state-default{
	background: #2196F3;
    text-shadow: none;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #2196f3;
    padding: 1px;
    margin-top: 0px;
    position: relative;
    bottom: 0px;
    right: 0px;
    transition: transform 0.5s;
}

.toolbar-back-btn.ui-state-default:hover{
	background: #1779c7;
    border: 1px solid #1779c7;
}

.toolbar-save-btn.ui-state-default{
	background: #a6ce39;
    text-shadow: none;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #a6ce39;
    padding: 1px;
    margin-top: 0px;
    position: relative;
    bottom: 0px;
    right: 0px;
    transition: transform 0.5s;
}

.toolbar-save-btn.ui-state-default:hover{
	background: #97bb35;
    border: 1px solid #97bb35;
}

.toolbar-orange-btn.ui-state-default{
	background: #d28b35;
    text-shadow: none;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #d28b35;
    padding: 1px;
    margin-top: 0px;
    position: relative;
    bottom: 0px;
    right: 0px;
    transition: transform 0.5s;
}

.toolbar-orange-btn.ui-state-default:hover{
	background: #ba9f36;
    border: 1px solid #ba9f36;
}


.toolbar-title{
	color: #005ea2;
    font-weight: 600;
    font-size: 20px;
    margin-left: 15px;
}

.ui-widget .ui-widget {
    font-size: 13px;
}

.ui-sticky {
        top: 70px !important;
    }
    @media (max-width: 960px) {
        .ui-sticky {
            top: 65px !important;
        }
    }


.profile-content{
	background: #f1f1f1;
    vertical-align: middle;
    height: 90px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px -4px 4px -3px #b9b9b9;
}

.profile-complete{
 	background: #8BC34A;
    color: white;
    font-size: 10px;
    padding-left: 1px;
    padding-right: 0px;
    text-align: center;
}

.profile-pending{
 	background: orange;
    color: white;
    font-size: 10px;
    padding-left: 1px;
    padding-right: 0px;
    text-align: center;
}

.profile-count{
	font-size: 25px;
	margin-bottom: 0em;
}

.profile-status{
	padding-left: 0px;
    padding-right: 0;
    position: relative;
    bottom: 15px;
}


::-webkit-input-placeholder {
	color: #bbb !important;
}

.col-md-12{
	padding-top: 4px;
}

.ui-accordion .ui-accordion-header.ui-state-default {
    margin-bottom: 2px;
    border: 1px solid #cccccc;
    background: #cccccc;
    text-shadow: none;
}

.ui-accordion .ui-accordion-header .ui-icon {
    display: block;
}

.homepage-subtitle{
	font-size: 13px;
    color: #929292;
}

.counter-subtitle {
    font-size: 30px;
    color: #929292;
}

.fa-edit{
	 color: #2196F3;
}

/* .ui-steps .ui-steps-number {
    font-size: 16px;
    display: block;
}

.ui-steps .ui-steps-item {
    float: left;
    box-sizing: border-box;
    border-radius: 50%;
}

body .ui-steps:before {
    content: ' ';
    border-top: 1px solid #c8c8c8;
    width: 100%;
    top: 45%;
    left: 0;
    display: block;
    position: absolute;
}

.ui-steps .ui-steps-item .ui-menuitem-link {
    text-decoration: none;
    display: block;
    padding: 1em;
    position: relative;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 6px;
} */

body .ui-steps .ui-steps-item {
    width: 10%;
    border: 0px solid transparent;
}
 
body .ui-state-highlight {
    text-shadow: none !important;
}
 
body .ui-steps.custom {
    margin-bottom: 30px;
}
 
body .ui-steps.custom .ui-steps-item .ui-menuitem-link {
	height: 2px;
    padding: 0 1em;
    overflow: visible;
    border: 0px solid #a6ce39;
    display: block;
    background-color: #a6ce39;
}
 
body .ui-steps.custom .ui-steps-item .ui-menuitem-link .ui-steps-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    top: -15px;
    padding: 3px;
}

.ui-steps .ui-steps-number {
    font-size: 15px;
    display: block;
}
 
body .ui-steps.custom .ui-steps-item .ui-menuitem-link .ui-steps-title {
    margin-top: -6px;
}
 
body .ui-steps.custom .ui-steps-item.ui-state-highlight .ui-menuitem-link .ui-steps-title {
    color: #555;
}

body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-number {
    background: #a6ce39;
    color: #fff;
}

body .ui-steps .ui-steps-item.ui-state-disabled .ui-steps-number {
    background: grey;
    color: #fff;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.ura-counter-no{
	color: orange;
    font-size: 40px;
    margin: 0;
    font-weight: 600;
}

.ura-counter-title {
    color: #d0d0d0;
}


/* Media Queries */

@media only screen and (max-width: 1025px) {
	.col-sm-offset-1 {
    	margin-left: 0%;
	}
}

@media only screen and (max-width: 992px) {
	.navbar {
   		padding: 0.3rem 1rem;
	}
	
	.form-group {
	    margin-bottom: 0px;
	    padding: 2px;
	}
	
	.card {
    	margin: 5px 0;
	}
	.logo-size{
		width:45px; 
		margin-top: -2px;
	}
	
	.main-title-banner.hero-image {
    	margin-top: -25px;
	}
	
	.container {
    	max-width: 100%;
	}
	

}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 550px) {
	.container-fluid {
    	padding-right: 0px;
   	 	padding-left: 0px;
	}

}

@media only screen and (max-width: 480px) {
	
	.license-heading {
    font-size: 13px;
	}
	
body .ui-steps.custom .ui-steps-item .ui-menuitem-link {
    height: 1px;
    padding: 0 0em;
    overflow: visible;
    border: 0px solid transparent;
    display: block;
    background-color: transparent;
    margin-top: 25px;
	}
	
	.ui-steps .ui-steps-item {
    background-image: linear-gradient(to bottom, transparent, transparent);
    background-color: transparent;
	}
	
	body .ui-steps.custom .ui-steps-item .ui-menuitem-link .ui-steps-number {
    width: 20px;
    height: 20px;
    top: -15px;
    padding: 2px;
	}
	
	.ui-steps .ui-steps-number {
    font-size: 10px;
	}
	.toolbar-title {
    	font-size: 11px;
    	margin-left: 0px;
	}
	
	.card .card-content {
    	padding: 10px 5px;
	}
	
	.card-body {
    	padding: 0;
	}

}

/* NAVIGATION */

nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  font-weight: 500;
  margin: 0 5px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}


/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #FFC107;
  height: 3px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 12px 0px 0;
}

.detail-title {
	font-size: 14px;
	font-weight: 500;
	position: relative;
	margin-bottom: 0px;
	display: -webkit-inline-box;
}

.view-applicant{
	color: #6987c1;
    font-weight: 700;
    margin-left: 5px;
}

.profile-detail{
	color: #536d9e;
    font-weight: 700;
    margin-left: 15px;
}

.h4, h4 {
    font-size: 20px;
}

.ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-footer {
    text-align: center;
    padding: 16px 10px;
}


.red-btn.ui-state-default{
	background: #ff0000;
    text-shadow: none;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #ff8080;
    padding: 7px;
    margin-top: 10px;
    position: relative;
    bottom: 10px;
    right: 0px;
    transition: transform 0.5s;
}

.red-btn.ui-state-default:hover{
	background: #da2560;
    border: 1px solid #ff0000;
}

.viewtext {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.viewtext input, select, textarea {
	background-color: #ececec;
}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-lboi{border-color:inherit;text-align:left;vertical-align:middle}
.tg .tg-uzvj{font-weight:bold;border-color:inherit;text-align:center;vertical-align:middle}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}
