<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table {
	margin-bottom: 1px;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: unset;
}

.login-header {
    margin-bottom: 29px;
    margin-top: 29px;
}

.registration-header {
	margin-bottom: 0px;
    margin-top: 0px;
}

.header-login.pull-right {
    margin-top: 20px;
}

.box-body {
    padding: 5px 0 !important;
}

.box.box-ps {
    border: 1px solid #ccc;
}

.pslgspace {
    height: 25px;
}

.login-form {
	height: 34px !important;
	margin-bottom: 5px;
}

.breadcrumb {
    background-color: #fff !important;
    margin-bottom: 4px !important;
    padding: 8px 3px;
}

.fb-required::after {
    color: #b94a48;
    content: " *";
}

.help-block {
    color: #737373;
    display: block;
    font-size: 10px;
    margin-bottom: -5px;
    margin-top: 3px;
}

.help-block-custom {
    color: #737373;
    display: block;
    font-size: 10px;
    margin-bottom: -5px;
    margin-top: 3px;
    margin-left: -15px;
}

h4, .h4 {
    font-size: 16px !important;
}

.form-group.required .ps-control-label:after { 
    content:"*";
    color:red;
}

.ps-margin-top{
    margin-top: 35px;
}

.hr-spacer {
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}

.ps-inbox-controlform-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none !important;
    color: #555555;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.ps-inbox-control-label {
    color: #777777;
    font-family: "Source Sans Pro";
    font-weight: 100;
    text-align: right;
}

.ps-text-green{
    font-size: 15px; 
    font-weight: 700; float: 
        left; color: #215868; 
    padding-top: 8px;
}

.ps-text-red{
    font-weight: normal; 
    float: right; 
    color: red; 
    padding-left: 15px; 
    padding-top: 8px; 
    padding-right: 20px
}

.ps-grid-top{
    padding-bottom:5px;
}
.ps-btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.CSSTableGenerator {
    margin:0px;padding:0px;
    width:100%;
    /*box-shadow: 10px 10px 5px #888888;*/
    /*border:0px solid #000000;*/

    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;

    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;

    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{

}
.CSSTableGenerator tr:nth-child(odd){ background-color:#aad4ff; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
    vertical-align:middle;


    /*border:1px solid #000000;*/
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:7px;
    font-size:14px;
    font-family:Source Sans Pro;
    color:#000000;
}.CSSTableGenerator tr:last-child td{
    border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
    border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
    background:-o-linear-gradient(bottom, #005b96 5%, #005b96 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005b96), color-stop(1, #005b96) );
    background:-moz-linear-gradient( center top, #005b96 5%, #005b96 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005b96", endColorstr="#005b96");	background: -o-linear-gradient(top,#005b96,#005b96);

    background-color:#005b96;
    /*border:0px solid #000000;*/
    text-align:left;
    border-width:0px 0px 1px 1px;
    font-size:14px;
    font-family:Source Sans Pro;
    color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #005b96 5%, #005b96 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005b96), color-stop(1, #005b96) );
    background:-moz-linear-gradient( center top, #005b96 5%, #005b96 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005b96", endColorstr="#005b96");	background: -o-linear-gradient(top,#005b96,#005b96);

    background-color:#005fbf;
}
.CSSTableGenerator tr:first-child td:first-child{
    border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 2px;
}

multiselect .btn {
    width: 270px;
    background-color: #FFF;
}

multiselect .dropdown-menu {
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
}
multiselect .dropdown-menu &gt; li &gt; a {
    padding: 3px 10px;
    cursor:pointer;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.modal-lg{
    width:90%;
}

legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: inherit;
    margin-bottom: 20px;
    padding-top: 15px;
    width: 100%;
}

.modal-header {
    background-color: #005b96;
    color: #fff;
    font-weight: bold;
    padding: 4px 4px 4px 10px;
}

.ps-text-white{
    color:#fff;
}

.ng-table th {
    text-align: left;
    font-size: 14px;
}

.inbox-modal-header {
    color: #fff;
    font-weight: bold;
}

.btn-primary {
    background-color: #005b96;
    border-color: #367fa9;
}

input[type="file"] {
    display: block;
    padding: 0;
}

.close {
    color: #fff;
    float: right;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    opacity: 1;
}

.navbar {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*SK STYLES*/

.rightSpace {
    margin-left: 5px;
}
.btn {
    border-radius: 0;
}
.box.box-primary {
   /*  border: medium none; */
  border: 1px solid #ADD8E6;
}
.form-horizontal .has-feedback .form-control-feedback {
    right:0;
}

.box-body .form-control-feedback {
    color: #b1b1b1;
}
.dropdown-menu &gt; li &gt; a {
    color: #fff;
}

.close {
    font-weight: 100 !important;
}
.btn-margin {
    margin: 5px 0;
}

.date-button {
	padding: 3px 12px;
} 
    
.dropdown-menu {
    background-color: #0071ba;
    border:none;
    box-shadow:none !important;
 }

 #rightmenu .dropdown-menu {
    background-color: #fff !important;
 }

 .nav.navbar-nav.sm {
    /* padding: 0 10px; */
    padding: 0 0px !important;
}

.form-control {
	height: 28px;
	padding: 4px 3px;
}

/* For Left menu Padding */
.red {
    color: #d9534f;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}
.green {
    color: #46be8a;
    font-size: 14px;
}

@media only screen and (min-device-width : 280px) and (max-device-width : 640px) {
    .navbar-nav .open .dropdown-menu &gt; li &gt; a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 35px;
    }
}

/* For Right Bar */
.right-bar img {
    float: left;
    margin-left: 2px;
    margin-top: 10px;
    cursor: pointer;
}

/* Header Image */
.user-image {
	border-radius: 50%;
    float: left;
    height: 25px;
    margin-right: 10px;
    margin-top: -2px;
    width: 25px;
}

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

.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 3px !important;
    position: relative;
}

.btn-noBg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none;
    box-shadow: none !important;
    font-size: 13px;
    margin-top: 40px;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #fa8072 !important;
}

.alert {
    margin-bottom: 0px;
    padding: 10px;
}

/* For shortcuts */
.shortcuts .shortcut-label {
    color: #565454;
}

.shortcuts .shortcut .shortcut-icon {
    color: #2FA5E5;
}

.shortcuts .shortcut:hover {
	background: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%) repeat-x scroll 0 0 #e8e8e8;
	color: #565454;
}

.save {
	background: url("../img/form/print.png") no-repeat left top;
	border: 0 none;
	display: inline-block;
	height: 30px;
	outline: medium none;
	width: 31px;
	margin-bottom: 4px;
}

.submit {
	background: url("../img/form/save.png") no-repeat left top;
	border: 0 none;
	display: inline-block;
	height: 30px;
	outline: medium none;
	width: 31px;
	margin-bottom: 4px;
}

.cancel {
/* 	background: url("../img/form/delete.png") no-repeat left top; */
	background: url("../img/form/refresh.png") no-repeat left top;
	border: 0 none;
	display: inline-block;
	height: 30px;
	outline: medium none;
	width: 31px;
	margin-bottom: 4px;
}

.save:hover {
	opacity: 0.8
}

.submit:hover {
	opacity: 0.8
}

.cancel:hover {
	opacity: 0.8
}

label.sm {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 2px;
    float: left;
    font-size: 13px;
    font-weight: 400;
	padding: 0px 10px 0 0;
	vertical-align:middle;
	word-wrap:break-word;
	word-spacing: 0px;
}
.fileupld{
	width:100%;
	word-wrap: break-word;
}
.text-center {
/*     color: #FFF; */
}
.tooltip-inner {
  max-width: 400px;
}
.tooltip {
  line-height: 1; 
}
.dgridhelp{
    display: inline-block;
    float:right;
    padding:10px 5px;  	
  }

.dgridbtn{
    display: inline-block;
  }
.green{
	color:green;
}
.btngrpcenter {
    margin: auto;
    width: 34%;
    padding: 10px;
}
.detail-heading{
	font-weight: bold;
}
.multi-checkdiv{
	padding-left:10px;
	
}
.tableth{
	text-align: center !important;
	border:  1px solid #ccc !important;
	
}
select{
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.check-true{
	display:none;
}
.check-validation{
	display:block;
}


#circleBlack {
    background: none repeat scroll 0 0  #00CC33;
    color: #000000;
    border-radius: 50px;
    height: 18px;
    text-align: center;
    width: 18px;
}
#circleGreen {
    background: none repeat scroll 0 0  #00CC33;
    color: #FFFFFF;
    border-radius: 50px;
    height: 18px;
    text-align: center;
    width: 18px;
}
#circleRed {
    background: none repeat scroll 0 0  #CC0000;
    color: #FFFFFF;
    border-radius: 50px;
    height: 18px;
    text-align: center;
    width: 18px;
}

#circleOrange {
    background: none repeat scroll 0 0  #FF9900;
    color: #FFFFFF;
    border-radius: 50px;
    height: 18px;
    text-align: center;
    width: 18px;
}
#circleBlack {
    background: none repeat scroll 0 0  #000000;
    color: #FFFFFF;
    border-radius: 50px;
    height: 18px;
    text-align: center;
    width: 18px;
}
#milestoneTable tr td {
    border: 0 none;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
   
}
.mileStoneDivInLine{
	display: table-cell;
	padding-right:5px;
}
.export-image{
	border-radius: 50%;
    float: right;
    height: 25px;
    margin-right: 5px;
    margin-top: -2px;
    width: 25px;
}
.table-striped.table-hover.table-bordered td{
	padding:  5px 3px;
}

.printpdf {
	background: url("../img/form/printpdf.png") no-repeat left top;
	border: 0 none;
	display: inline-block;
	height: 30px;
	outline: medium none;
	width: 31px;
	margin-bottom: 4px;
}
.printpdf:hover {
	opacity: 0.8
}

.printexcel {
	background: url("../img/form/excel.png") no-repeat left top;
	border: 0 none;
	display: inline-block;
	height: 30px;
	outline: medium none;
	width: 31px;
	margin-bottom: 4px;
}
.printexcel:hover {
	opacity: 0.8
}


</pre></body></html>