body {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "�L?����", ���^, SimSun, STXihei, "?��?��", sans-serif;
}

.ui-widget {
	font-family: Verdana, Arial, "Microsoft YaHei New", "Microsoft Yahei", "�L?����", ���^, SimSun, STXihei, "?��?��", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "�L?����", ���^, SimSun, STXihei, "?��?��", sans-serif;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana, Arial, "Microsoft YaHei New", "Microsoft Yahei", "�L?����", ���^, SimSun, STXihei, "?��?��", sans-serif;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin-heading {
	text-align:left;
	color: #00005a;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.well {
	background-color: #ffffff;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #ffffff;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th,
	.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td,
	.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td,
	.table > thead > tr > th, .table > tbody > tr > th, 
	.table > tfoot > tr > th, .table > thead > tr > td, 
	.table > tbody > tr > td, .table > tfoot > tr > td {
	border: none;
}

.ui-widget-header {
	border: none;
	background: #ffffff;
}

.ui-widget.ui-widget-content {
	border: none;
}

.header-section-spacing {
	margin-left: 5px;/*15px;*/
	margin-bottom: 0px;
	padding: 10px 5px 10px 5px;/*10px 25px 25px 25px;*/
}

.header-section-enquiry-spacing {
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 0px;/*18px;*/
}

.header-section-no-border {
	border: none;
}

.header-section-min-height {
	min-height: 500px;
}

.header-section-highlight-border {
	border: 1px solid #ffa500;
}

.header-section-highlight2-border {
	border: 1px solid #04699B;
	background-color: #F3F3F3;
}

div.form-header-section {
	position:relative;
	-webkit-animation: movehdrsec 2s; /* Safari 4.0 - 8.0 */
    animation: movehdrsec 2s;
    /*-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;*/
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes movehdrsec {
	0%   {top:-5px;opacity: 0.0;filter: alpha(opacity=0);}
    100%  {top:0px;opacity: 1.0;filter: alpha(opacity=100);}
}
@keyframes movehdrsec {
	0%   {top:-5px;opacity: 0.0;filter: alpha(opacity=0);}
    100%  {top:0px;opacity: 1.0;filter: alpha(opacity=100);}
}

.level2-header-margin {
	margin-left: 15px;
	text-align:left;
	color: #00005a;
}

.level2-header-section-margin {
	margin-left: 15px;
	margin-bottom: 20px;
}

.table-header-font-color {
	font-weight: bold;
}

input.radio-btn + label {
	background-color:#f0f0f0;
    color: #000;
    border: 1px solid #000; 
    border-radius:8px;	
    padding: 3px 17px;
}

input.radio-btn:checked + label {
    background-color:#72a2cf;
}

.radio-btn-label {
	margin-left: 5px;
}

#tabs div.tab-item, div.border-with-shadow {
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #888888;
	padding: 5px; /*padding: 15px;*/
}

.input-field-row-margin {
	margin-top: 10px;
}

#tabs div.tab-item-border table {
	/*margin-top:9px;
	margin-left:9px;
	padding:5px;*/
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	box-shadow: 2px 0px 2px #888888;
	margin-left: 4px;
}

div.row div.input-field-margin {
	/*margin-left: 10px;*/
}

div.row div.important-field-hightlight {
	background-color: #a0a0a0;
}

div.row input[type="radio"], div.row input[type="checkbox"] {
	margin-top: 10px;	
}

div.row label {
	margin-top: 5px;	
	font-weight: normal;
}

.menu-icon-home {
	width: 16px;
	height: 16px;
	background-image: url("../../images/general/icon-home.png");
	display: inline-block;
	background-size: 16px 16px;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
}

.avatar-img {
	border-radius: 50%;
}

.form-control {
	border-color: #a5a5a5;
}

.form-control:focus {
	border-color: #FFA500;
}

.ui-button, .ui-button:hover {
	background: none;
	background-color: #ffffff;
	border: 1px solid #a5a5a5;
}
.ui-button:focus {
	background: none;
	background-color: #ffffff;
	border: 1px solid #ffa500;
}

.ui-selectmenu-button {
	background-image: none;
	background-color: #ffffff;
}

.ui-selectmenu-button.ui-button {
	width: auto;
    min-width: 160px;
}

.ui-selectmenu-button[aria-expanded=true], .ui-selectmenu-button-open {
	border: 1px solid #ffa500;
}

.ui-menu .ui-menu-item-wrapper {
	border-top: none;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa; 
	margin: auto;
	position: relative;
	z-index: 100;
}

.form-header-section select {
	height: 32px;
}

.form-header-section input[type="text"], .form-header-section input[type="email"] {
	height: 32px;
}

.form-header-section .glyphicon-plus {
	font-size: 20px;
    font-weight: bold;    
}

.form-header-section .triangle-bottomright {
	width: 10px;
	height: 10px;
	border-top: none;
	border-right: none;
	background-color: transparent;
	border-bottom: 10px solid #033c73;
	border-left: 10px solid transparent;
	position: absolute;
	bottom: -25px;
	right: 15px;
}

.form-header-section .action-col-pos {
	positive:relative;
}

.prdAthDspht{
	    height: 168px;
	}
.prdAthDspht .prdAthDsprow {
		padding:0 15px;
	}
	
    .prdAthDel{
		position: relative;
		top: 50px;
	}
.polAthDspht {
	height: 145px;	
}
.polAthDspht .polAthDsprow {
		padding:0 15px;
	}
	
@media (min-width: 320px) and (max-width: 480px) {
	.form-header-section .lst-itm-padding {
		padding-left: 0px;
		padding-right: 0px;
	}
	.form-header-section .triangle-bottomright {
		right: 0px;
	}
}

.form-header-section select.form-enquiry-combo-box {
	display: inline;
    width: auto;
}

@media (min-width: 992px) {
	.ygsp_catcde-min-width {
		min-width: 68px;
	}
}

.triangle-down {
	margin-top: 1px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #033c73;
}
.triangle-down:after {
    content:'';
    width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffffff;  
    position:absolute;
    top: 18px;
    left: 17px;
}
.triangle-down.no-after:after {
	border-top: none;
}

.triangle-up {
	margin-top: 4px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #033c73;
}
.triangle-up:after {
    content:'';
    width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #ffffff;  
    position:absolute;
    bottom: 13px;
    left: 17px;
}
.triangle-up.no-after:after {
	border-bottom: none;
}

span.formname {
	font-size:8px;
}
@media (min-width: 320px) and (max-width: 359px) {
	.SYSM00002_sugpwd_pos {
		position: absolute;
	    top: 834px;
    	left: -13px;
	}
	#prdAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 92px;
    }
	#polAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	/*left: 92px;*/
	left: 103px;
    }
	#cpnAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 92px;
    }
	.prdAthDspht{
	    height: 636px;
	}
	.cpnAthDspht{
	    height: 636px;
	}
	.prdAthDspht .prdAthDsprow {
		padding:0 15px 15px 15px;
	}
	.prdAthDspdat {
		height:67px;
	}
	.cpnAthDspdat {
		height:67px;
	}
	.prdAthDel{
		position: relative;
		top: 2px;
	}
	.cpnAthDel{
		position: relative;
		top: 2px;
	}
	.polAthDel{
		top: -79px;
	}
	.athcol-md {
    width: 39%;
    }
	.piat_athcol-md {
	   width: 51%;
	}
	.polAthDspht {
	height: 487px;	
}
.polAthDspht .polAthDsprow {
		padding:0 15px 15px 15px;
	}
	.polAthDspdatcont {
	position: relative;
	top: -52px;
    }
		#pytTrmDsp .prdAthDsprow {
		padding:0 15px 15px 15px;
	}
	#cpnAthDsp .cpnAthDsprow {
		padding:0 15px 15px 15px;
	}
	
}
@media (min-width: 360px) and (max-width: 374px) {
	.SYSM00002_sugpwd_pos {
		position: absolute;
	    top: 834px;
    	left: -13px;
	}
	#prdAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 92px;
    }
	#polAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	/*left: 92px;*/
	left: 121px;
    }
	#cpnAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 92px;
    }
	.prdAthDspht{
	    height: 636px;
	}
	.cpnAthDspht{
	    height: 636px;
	}
	.prdAthDspht .prdAthDsprow {
		padding:0 15px 15px 15px;
	}
	.prdAthDspdat {
		height:67px;
	}
	.cpnAthDspdat {
		height:67px;
	}
	.prdAthDel{
		position: relative;
		top: 2px;
	}
	.cpnAthDel{
		position: relative;
		top: 2px;
	}
    .polAthDel{
		top: -76px;
	}
	.athcol-md {
    width: 33%;
    }
	.piat_athcol-md {
	   width: 44%;
	}
	.polAthDspht {
	height: 462px;	
	}
	.polAthDspht .polAthDsprow {
		padding:0 15px 15px 15px;
	}
		.polAthDspdatcont {
	position: relative;
	top: -52px;
    }
		#pytTrmDsp .prdAthDsprow {
		padding:0 15px 15px 15px;
	}
	#cpnAthDsp .cpnAthDsprow {
		padding:0 15px 15px 15px;
	}
}
@media (min-width: 375px) and (max-width: 410px) {
	.SYSM00002_sugpwd_pos {
		position: absolute;
	    top: 834px;
    	left: -13px;
	}
	#prdAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 92px;
    }
	#polAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	/*left: 92px;*/
	left: 130px;
    }
	#cpnAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 92px;
    }
	.prdAthDspht{
	    height: 636px;
	}
	.cpnAthDspht{
	    height: 636px;
	}
	.prdAthDspht .prdAthDsprow {
		padding:0 15px 15px 15px;
	}
	.prdAthDspdat {
		height:67px;
	}
	.cpnAthDspdat {
		height:67px;
	}
	.prdAthDel{
		position: relative;
		top: 2px;
	}
	.polAthDel{
		top: -76px;
	}
	.cpnAthDel{
		position: relative;
		top: 2px;
	}
	.athcol-md {
    width: 33%;
    }
	.piat_athcol-md {
	   width: 44%;
	}
	.polAthDspht {
	height: 534px;	
   }
   .polAthDspht .polAthDsprow {
		padding:0 15px 15px 15px;
	}
	.polAthDspdatcont {
	position: relative;
	top: -52px;
    }
	#pytTrmDsp .prdAthDsprow {
		padding:0 15px 15px 15px;
	}
	#cpnAthDsp .cpnAthDsprow {
		padding:0 15px 15px 15px;
	}
}

@media (min-width: 411px) and (max-width: 417px) {
	.SYSM00002_sugpwd_pos {
		position: absolute;
	    top: 834px;
    	left: -13px;
	}
	#prdAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 99px;
    }
	#polAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	/*left: 99px;*/
	left: 146px;
    }
	#cpnAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 99px;
    }
	.prdAthDspht{
	    height: 636px;
	}
	.cpnAthDspht{
	    height: 636px;
	}
	.prdAthDspht .prdAthDsprow {
		padding:0 15px 15px 15px;
	}
	.prdAthDspdat {
		height:67px;
	}
	.cpnAthDspdat {
		height:67px;
	}
	.prdAthDel{
		position: relative;
		top: 2px;
	}
	.polAthDel{
		top: -72px;
	}
	.cpnAthDel{
		top: -72px;
	}
	.athcol-md {
    width: 30%;
    }
	.piat_athcol-md {
	   width: 44%;
	}
	.polAthDspht {
	height: 442px;	
	}
	.polAthDspht .polAthDsprow {
		padding:0 15px 15px 15px;
	}
	.polAthDspdatcont {
	position: relative;
	top: -50px;
    }
	#pytTrmDsp .prdAthDsprow {
		padding:0 15px 15px 15px;;
	}
	#cpnAthDsp .cpnAthDsprow {
		padding:0 15px 15px 15px;
	}
}


@media (min-width: 418px) and (max-width: 484px) { 
	.SYSM00002_sugpwd_pos {
		position: absolute;
	    top: 818px;
	    left: 4px;
	}
	#prdAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 230px;
    }
	#polAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	/*left: 230px;*/
	left: 146px;
    }
	#cpnAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 230px;
    }
	.prdAthDspht{
	    height: 636px;
	}
	.cpnAthDspht{
	    height: 636px;
	}
	.prdAthDspht .prdAthDsprow {
		padding:0 15px 15px 15px;
	}
	.prdAthDspdat {
		height:67px;
	}
	.cpnAthDspdat {
		height:67px;
	}
	.prdAthDel{
		position: relative;
		top: 2px;
	}
	.polAthDel{
		top: -72px;
	}
	.cpnAthDel{
		position: relative;
		top: 2px;
	}
	.athcol-md {
    width: 30%;
    }
	.piat_athcol-md {
	   width: 44%;
	}
	.polAthDspht {
	height: 442px;	
	}
	.polAthDspht .polAthDsprow {
		padding:0 15px 15px 15px;
	}
	.polAthDspdatcont {
	position: relative;
	top: -50px;
    }
	#pytTrmDsp .prdAthDsprow {
		padding:0 7px 17px 7px;
	}
	#cpnAthDsp .cpnAthDsprow {
		padding:0 7px 17px 7px;
	}
}
@media (min-width: 485px) and (max-width: 991px) { 
	.SYSM00002_sugpwd_pos {
		position: absolute;
	    top: 734px;
	    left: 4px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) { 
	.SYSM00002_sugpwd_pos {
		position: absolute;
	    top: 244px;
	    left: 4px;
	}
	#prdAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 118px;
    }
	#polAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 182px;
    }
	#cpnAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 118px;
    }
	.prdAthDspht{
	    height: 188px;
	}
	.cpnAthDspht{
	    height: 188px;
	}
	.polyAthDspht{
	    height: 188px;
	}
	.prdAthDspht .prdAthDsprow {
		padding:0 7px 17px 7px;
	}
	.prdAthDspdat {
		height:67px;
	}
	.cpnAthDspdat {
		height:67px;
	}
	.prdAthDel{
		position: relative;
		top: 2px;
	}
	.polAthDel{
		top: -57px;
	}
	.cpnAthDel{
		position: relative;
		top: 2px;
	}
	.athcol-md {
    width: 90%;
    }
	.prdAthDspdatcont {
	position: relative;
	top: -44px;
}
.polAthDspdatcont {
	position: relative;
	top: -44px;
}
.piat_athcol-md {
	   width: 90%;
	}
	.polAthDspht .polAthDsprow {
		padding:0 7px 17px 7px;
	}
	#pytTrmDsp .prdAthDsprow {
		padding:0 7px 17px 7px;
	}
	#cpnAthDsp .cpnAthDsprow {
		padding:0 7px 17px 7px;
	}
}
@media (min-width: 1025px) and (max-width: 1200px) { 
	.SYSM00002_sugpwd_pos {
		position: absolute;
	    top: 197px;
	    left: 4px;
	}
	#prdAthDsp .ui-datepicker-trigger{
  	position: relative;
	top: -31px;
	height: 25px;
	left: 142px;
	}
	#polAthDsp .ui-datepicker-trigger{
  	position: relative;
	top: -31px;
	height: 25px;
	left: 303px;
	}
	#cpnAthDsp .ui-datepicker-trigger{
  	position: relative;
	top: -31px;
	height: 25px;
	left: 142px;
	}
	.athcol-md {
    width: 75%;
}
.piat_athcol-md {
	   width: 75%;
	}
	#pytTrmDsp .prdAthDsprow {
		padding:0 15px 15px 15px;
	}
	#cpnAthDsp .prdAthDsprow {
		padding:0 15px 15px 15px;
	}
	
}
@media (min-width: 768px) and (max-width: 992px){
#prdAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 442px;
    }
#polAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 303px;
    }
#cpnAthDsp .ui-datepicker-trigger {
	position: relative;
	top: -31px;
	height: 25px;
	left: 442px;
    }
	.prdAthDspht{
	    height: 636px;
	}
	.cpnAthDspht{
	    height: 636px;
	}
	.prdAthDspht .prdAthDsprow {
		padding:0 15px 15px 15px;
	}
	.prdAthDspdat {
		height:67px;
	}
	.cpnAthDspdat {
		height:67px;
	}
	.prdAthDel{
		position: relative;
		top: 2px;
	}
	.cpnAthDel{
		position: relative;
		top: 2px;
	}
	.athcol-md{
	width: 66.66666667%;
	}
	.prdAthDspdatcont {
	position: relative;
	top: -28px;
    }
	.polAthDspdatcont {
	position: relative;
	top: -70px;
}
	.piat_athcol-md {
	   width: 66.66666667%;
	}
	.polAthDspht {
	height: 427px;	
	}
	.polAthDspht .polAthDsprow {
		padding:0 15px 15px 15px;
	}
	.polAthDel {
		top: -113px;
	}
	#pytTrmDsp .prdAthDsprow {
		padding:0 15px 15px 15px;
	}
	#cpnAthDsp .cpnAthDsprow {
		padding:0 15px 15px 15px;
	}
	
}

@media (min-width: 1201px) and (max-width: 1366px){
#prdAthDsp .ui-datepicker-trigger{
  	position: relative;
	top: -31px;
	height: 25px;
	left: 162px;
	}
#polAthDsp .ui-datepicker-trigger{
  	position: relative;
	top: -31px;
	height: 25px;
	left: 142px;
	}
	.athcol-md {
    width: 75%;
}
#cpnAthDsp .ui-datepicker-trigger{
  	position: relative;
	top: -31px;
	height: 25px;
	left: 162px;
	}
.piat_athcol-md {
	   width: 75%;
	}
	.polAthDspdatcont {
	position: relative;
	top: -38px;
}
#pytTrmDsp .prdAthDsprow {
		padding:0 15px 15px 15px;
	}
#cpnAthDsp .prdAthDsprow {
		padding:0 15px 15px 15px;
	}

}

@media (min-width: 1367px) and (max-width: 2590px){
#prdAthDsp .ui-datepicker-trigger{
  	position: relative;
	top: -31px;
	height: 25px;
	left: 166px;
	}
#polAthDsp .ui-datepicker-trigger{
  	position: relative;
	top: -31px;
	height: 25px;
	/*left: 168px;*/
	left: 214px;
	}
#misAthDsp .ui-datepicker-trigger{
  	position: relative;
	top: -31px;
	height: 25px;
	/*left: 168px;*/
	left: 185px;
	}
#cpnAthDsp .ui-datepicker-trigger{
  	position: relative;
	top: -31px;
	height: 25px;
	left: 166px;
	}
	.athcol-md {
    width: 75%;
   }
   .prdAthDspdat {
	  padding-left:32px;
	}
	.cpnAthDspdat {
	  padding-left:32px;
	}
	.piat_athcol-md {
	   width: 75%;
	}
	.polAthDspdatcont {
	position: relative;
	top: -38px;
}
#pytTrmDsp .prdAthDsprow {
		padding:0 15px 15px 15px;
	}
#cpnAthDsp .cpnAthDsprow {
		padding:0 15px 15px 15px;
	}
}

.prdAthDspdatcont {
	position: relative;
	top: -15px;
}
.cpnAthDspdatcont {
	position: relative;
	top: -15px;
}
.polAthDsp{
		top: -10px;
		left: 8px;
	}

.upload-pic-padding {
	margin-left: -15px;
	padding-left: 0px;
}

.ajax-file-upload {
	min-width: 53px;	
}

.background-color-grey {
	background-color: #ababab;	
}

.highlight-when-hover:hover {
	background-color: #f0f0f0;
}

.sliding-panel-container {
	/*...*/
	/*visibility: hidden;*/
	display:none;
}

.sliding-panel-container.is-visible {
	/*visibility: visible;*/
	display:block;
}

.sliding-panel-content {
	/*...*/
	position: absolute;
	width: 87%;
	height: 100%;
	/*top: 50px;*/
 
 	-webkit-animation: slidepaneltoright 0s; /* Safari 4.0 - 8.0 */
    animation: slidepaneltoright 0s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes slidepaneltoright {
	0%   {left:0;}
    100%  {left:100%;}
}
@keyframes slidepaneltoright {
	0%   {left:0;}
    100%  {left:100%;}
}

.is-visible .sliding-panel-content {
	-webkit-animation: slidepanelfromright 0.3s; /* Safari 4.0 - 8.0 */
    animation: slidepanelfromright 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.init-no-slide .sliding-panel-content {
	-webkit-animation: slidepanelfromright 0s; /* Safari 4.0 - 8.0 */
    animation: slidepanelfromright 0s;
}

@-webkit-keyframes slidepanelfromright {
	0%   {left:100%;}
    100%  {left:0%;}
}
@keyframes slidepanelfromright {
	0%   {left:100%;}
    100%  {left:0%;}
}

@media (min-width: 992px) { 
	.fld-in-lst-padding-trim {
		padding-left:1px;
		padding-right:1px;
		word-wrap: break-word;
	}
}

#MstPanel .ui-datepicker-trigger {
	position: relative;
	top: 3px;
	height: 25px;
}

.sort-row-margin-left {
	margin-left: 0px;
}

.sort-cell-padding-left {
	padding-left: 0px;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {    
	border-radius: 4px;
    color: #555555;
    margin-top: 0px;
    font-size: inherit;
    padding-left: 10px;
}

div.ms-options-wrap button:after {
	border-top-color: #555555;
}

div.ms-options ul {
	padding-left: 10px;
}

.ms-options-wrap > .ms-options > ul li.selected label, .ms-options-wrap > .ms-options > ul label:hover {
	background-color: #ffffff;
}

.isslogo-img {
	background-color: #f0f0f0;
	background-image: url("../../images/icon/office.png");
	background-size: 60px 60px;
	background-repeat:no-repeat;
	background-position: center;
}

.input-group .form-control[id^="patb_atbcde"] {
	z-index: auto;
}

.del-btn-margin-left {
	margin-left: 40px;
}
.dtl-del-btn-margin-left {
	margin-left: 50px;
}

@media (min-width: 992px) { 
	.pmst-dtl-rmk-col-width {
		width: 19%;
	}
}

ul.dl-menu li > a span {
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	background: #c9c9c9;
	border: 1px solid #c9c9c9;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	padding: 0 10px;
	margin-right: 10px;
	
	font: normal bold 12px/18px Arial, sans-serif;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.fr-box.fr-ltr.fr-basic.fr-top {
	z-index: 0
}

.calendar_button {
	border: 1px solid #CECECE;
    color: #747473;
    min-width: 50px;
    max-width: 80px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    font-family: arial;
}
.calendar_date {
    color: #454544;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    font-family: arial;
}
.calendar_button.prev_button {
	background: url(../3rdparty/images/arrow_left.png) center center no-repeat
}
.calendar_button.next_button {
	background: url(../3rdparty/images/arrow_right.png) center center no-repeat
}

.calendar-field-padding-trim {
	padding-left:1px;
	padding-right:1px;
	word-wrap: break-word;
}
.calendar-input-form {
	position: absolute;
	top: 100px;
	left: 200px;
	z-index: 10001;
	display: none;
	background-color: white;
	border: 2px outset gray;
	padding: 20px;
	font-family: Tahoma;
	font-size: 10pt;
	overflow-y: scroll;
	max-height: 600px;
}

.pin-icon {
	width: 32px;
	height: 32px;
	background-image: url("../../images/general/pin.png");
	background-size: 32px 32px;
	display: inline-block;
}

.details-icon {
	width: 24px;
	height: 32px;
	background-image: url("../../images/general/document_dl.png");
	background-size: 24px 32px;
	display: inline-block;
}