.w-25 {
	width: 25%;
}
.w-50 {
	width: 50%;
}
.w-75 {
	width: 75%;
}
.w-100 {
	width: 100%;
}
.w-auto{
	width: auto;
}

/* Wrap Long Lines when using <pre> */
pre.debug {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* Remove CRM365 Breadcrumb */

div.page-heading div ul.breadcrumb {
    display: none;
}

/* Saving Overlay with spinner and progress text */

.loadingTitle {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 24px;
  color: white;
  padding-left: 40px;
  padding-top: 140px;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index:12031;
}

.loadingProgress {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  color: white;
  padding-left: 40px;
  padding-top: 140px;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index:12031;
}

.loadingMask {
    background: center 50% no-repeat #000000;
    background-size: 100px 100px;
    top:0;
    left:0;
    position:fixed;
    height:100%;
    width:100%;
    opacity:0.85;
    filter:alpha(opacity=85);
    z-index:12030;
 }

#brand-container-mya,
#brand-container-mya .h3,
#brand-container-mya .h4,
#ribbon-client-container,
#ribbon-client-container .h4 {
    font-family: Helvetica, Arial, sans-serif;
} /* use old font families for now... ONLY FOR RIBBON */


#brand-container-mya {
    background: #26374a none repeat scroll 0 0;
    box-shadow: 0px 2px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-weight: bold;
    margin-top:5px;
}

#brand-text-mya {
    font-size: 18px;  /* H2 size */
    font-weight: bold;
    color: #FFF;
}

.brand-text-wt {
    font-size: 18px;  
    font-weight: bold;
    color: #FFF;
}

#brand-text-rac {
    font-size: 26px;  /* H2 size */
    font-weight: bold;
}

#brand-text-mya-client {
    font-size: 18px;
    font-weight: bold;
    min-height: 25px;
    line-height: 1;
    margin-bottom: -15px;
    margin-left: 7px;
    padding: 8px 0 0px 33px;
}

#ribbon-client-container {
    background: #F2F2F2 none repeat scroll 0 0;
}

.badge-danger {
    background-color: #bc3331;
    border-color: #6b1d1c
}

.icon-size-lg {
    font-size: 2.5em;
    margin-right: 5px;
}

.icon-size-md {
    font-size: 1.5em;
    margin-right: 3px;
}

.icon-size-nm {
    font-size: 16px;
}

.no-visited-colour a:visited,
a:visited.no-visited-colour {
    color: #284162;
}

.maNavLink a:hover { color: #0535d2; }
.maNavLink .fa:before { margin-right: 5px; }

.maNavLink ul {
     list-style-type: none;
     margin: 0;
     padding: 0;
}

.ribbon-client-mrgn-tp-sm {
    margin-top: 7.5px;
}

.ribbon-cont-vcenter {
    line-height: 58px;
}

.ribbon-cont-vcenter p {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.ribbon-padright-custom {
    padding-right: 5px;
}

.vertical-line {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    margin-top:0px;
    margin-bottom: 0px;
    width: 0;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    height: 60px;
    border-color: #FFF;
}


@media (max-width: 991px){
    #brand-text-mya-client {
        padding: 0px 0 0px 33px;
        min-height: 15px;
        margin-top: 7.5px;
    }
}

@media (max-width: 767px){
    .badge-mailcount-xs {
        top: 0px;
        margin-left: -25px;
        position: absolute;
        bottom: auto;
    }
}

@media (max-width: 479px){
    #brand-container-mya {
        background: #38414d none repeat scroll 0 0;
        margin-left: 15px;
        margin-right: 15px;
        color: #FFF;
        font-weight: bold;
    }

    #brand-text-mya {
        font-size: 18px;
        line-height: 1.4375;
    }

    #brand-text-rac {
        font-size: 18px;
        line-height: 1.4375;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #ribbon-client-container {
        margin-left: 15px;
        margin-right: 15px;
    }
}

 /*All views*/
.branding-name {
	font-weight: bold;
	line-height: 1.1;
}

/*All screen views*/
@media screen {
	/*Menu bar*/
	#wb-sm {
		background: #E1E4E7;
		border-bottom: 1px solid #D3D4D8;
		border-top: 1px solid #D3D4D8;
	}

	/*Menu bar - Disable text shadows and prevent the bar's list from displaying as a table (to prevent list items from scaling across the bar's full width).*/
	#wb-sm .menu {
		display: block;
		text-shadow: none;
	}

	/*Menu bar - links*/
	#wb-sm .menu > li > a {
		color: #335075;
		font-weight: bold;
		padding-bottom: calc(1em - 1px);
		padding-top: calc(1em - 1px);
	}

	/*Menu bar - list items*/
	#wb-sm .menu > li, #wb-sm .menu > li:last-child {
		border-color: #D3D4D8;
	}

	/*Menu bar dropdown - background colour*/
	#wb-sm .sm.open {
		background: #C9CFD4;
	}

	/*Menu bar dropdown - "More" link background colour*/
	#wb-sm .sm.open .slflnk a {
		background: #B1B9C0;
	}

	/*Menu bar - NavCurrent link text colour*/
	#wb-sm .menu > li > .active, #wb-sm .menu > li > .selected, #wb-sm .menu > li > .wb-navcurr	{
		color: #335075 !important;
	}

	/*Menu bar + dropdown - link background highlight colour*/
	#wb-sm .menu > li a:focus, #wb-sm .menu > li a:hover, #wb-sm .menu .active, #wb-sm .menu .selected, #wb-sm .menu .wb-navcurr, #wb-sm .sm.open li a:hover, #wb-sm .sm.open li a:focus, #wb-sm .sm.open li a:active, #wb-sm .sm.open li summary:hover, #wb-sm .sm.open li summary:focus, #wb-sm .sm.open li summary:active {
		background: #EEEFF1 !important;
	}

	/*Menu bar dropdown - link text highlight colour*/
	#wb-sm .sm.open li a:active, #wb-sm .sm.open li a:focus, #wb-sm .sm.open li a:hover, #wb-sm .sm.open li summary:active, #wb-sm .sm.open li summary:focus, #wb-sm .sm.open li summary:hover, #wb-sm .sm.open .active, #wb-sm .sm.open .selected, #wb-sm .sm.open .wb-navcurr {
		color: #444 !important;
	}

	/*Branding bar*/
	.branding-bar {
		background: #38414d;
		margin-top: 5px;
	}

	/*Branding bar - branding name link*/
	.branding-name, .branding-name:visited {
		display: inline-block;
		text-decoration: none;
	}

	.branding-name, .branding-name:visited, .branding-name:focus, .branding-name:hover {
		color: #FFF;
	}

	.branding-name:active, .branding-name:focus, .branding-name:hover {
		text-decoration: underline;
	}

	/*Mobile branding bar - account menu - links*/
	.branding-list-account .btn, .branding-list-account .btn:visited {
		background-color: #FFF;
		color: #335075;
	}

	.branding-list-account .btn:not([href]), .branding-list-account .btn.active, .branding-list-account .btn.focus, .branding-list-account .btn:active, .branding-list-account .btn:focus, .branding-list-account .btn:hover {
		background-color: #E1E4E7;
	}

	.branding-list-account .btn:not([href]) {
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		cursor: not-allowed;
	}

	/* Style FIP img instead of a element like GCWeb templates */
	header .brand img {
		position: relative;
		text-decoration: none;
		display: block;
		height: auto;
		padding-bottom: 0;
		width: auto;
	}
}

/*Extra-small view and under (screen only)*/
@media screen and (max-width: 767px) {

	/*Branding bar - branding name link*/
	.branding-name {
		font-size: 18px;
		margin: 5px 0 6px;
		padding: 5px;
	}

	/*Mobile branding bar*/
	.branding-bar-mb {
		background: #E1E4E7;
		padding-top: 5px;
	}

	/*Mobile branding bar - main + account menus*/
	.branding-list-main, .branding-list-account {
		margin: 0;
	}

	.branding-list-main li, .branding-list-account li {
		margin-bottom: 5px;
	}

	/*Mobile branding bar - main menu + mobile search overlay - Hide in basic HTML (wbdisable) mode.*/
	.wb-disable .branding-list-main, .wb-disable #branding-srch-mb {
		display: none !important;
	}

	/*Mobile branding bar - main menu*/
	.branding-list-main li {
		float: left;
		margin-right: 5px;
	}

	.branding-list-main .btn, .branding-list-account .btn {
		min-height: 30px;
		padding: 3px 6px 2px;
	}

	.branding-list-main .btn, .branding-list-main .btn:visited {
		background-color: #335075;
		color: #FFF;
	}

	.branding-list-main .active, .branding-list-main .active:visited, .branding-list-main .btn:active, .branding-list-main .btn:focus, .branding-list-main .btn:hover {
		background-color: #243850;
		color: #FFF;
	}

	/*Mobile branding bar - main menu - Hide a heading whose content is used as the mobile menu overlay's title.*/
	.branding-list-main h2 {
		display: none;
	}

	/*Mobile branding bar - account menu*/
	/*Float the account menu to allow it to initially collapse with both of its items on the same line if the viewport width gets too limited.*/
	.branding-list-account {
		float: left;
	}

	.branding-list-account li {
		float: left;
		margin-right: 5px;
	}

	.branding-list-account li:last-child {
		margin-right: 0;
	}

	#wb-glb-mn {
		float: left !important;
		margin-top: 0px;
	}

	/*Mobile menu overlay - Hide search box/language toggle link.*/
	.srch-pnl, .lng-ofr {
		display: none;
	}

	/*Mobile menu overlay - Prevent an overly large space from appearing above the first list in the mobile menu's overlay.*/
	#mb-pnl .sm-pnl {
		padding-top: 0;
	}

	/*Mobile search overlay*/
	#branding-srch-mb {
		background: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-top: calc(1.4375em + 7px);
		padding-top: 5px;
		position: absolute;
		top: auto;
	}

	#branding-srch-mb .modal-header {
		background: transparent;
		border-bottom: 0;
		color: #FFF;
		padding: 0;
	}

	#branding-srch-mb .modal-header::before {
		border-bottom: 5px solid #243850;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		content: "";
		left: calc(46px + 2.6em);
		position: absolute;
		top: 0;
	}

	#branding-srch-mb .modal-title, #branding-srch-mb .modal-body {
		background: #243850;
	}

	#branding-srch-mb .modal-title {
		padding: 15px 15px 0;
	}

	#branding-srch-mb .modal-body {
		padding-top: 5px;
	}

	#branding-srch-mb #wb-srch-sub {
		border: 0;
		margin-left: 0;
	}

	#branding-srch-mb .mfp-close {
		padding-right: 15px;
		top: 5px;
		width: 59px;
	}
}

/* Small view and under (screen only) custom GCWeb theme */
@media screen and (max-width: 991px) {

	/* add 10px margin-top to FIP because it doesn't have an a element, like the GCWeb template */
	header .brand img {
		margin-top: 10px;
	}
}

/*Medium view and under (screen only)*/
@media screen and (max-width: 1199px) {
	/*Menu bar - Restore the last list item's right border.*/
	#wb-sm .menu > li:last-child {
		border-right: 1px solid #D3D4D8;
	}

	/*Menu bar - Disable right border on the far right edge of the bar.*/
	#wb-sm .menu {
		border-right: 0;
	}
}

/*Extra-small view and over (screen only)*/
@media screen and (min-width: 480px) {

	/*Mobile branding bar - main menu*/
	.branding-list-account {
		text-align: right;
	}

	.branding-list-account li {
		display: inline-block;
	}
}

/*Small view and over (screen only)*/
@media screen and (min-width: 768px) {

	/*Branding bar*/
	.branding-bar .row {
		display: table;
		table-layout: fixed;
		width: calc(100% + 30px);
	}

	.branding-bar .row > section, .branding-bar .row > nav {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}

	/*Branding bar - branding name link*/
	.branding-name {
		font-size: 28px;
		margin-bottom: 6px;
		margin-top: 8px;
		padding: 5px;
	}

	/*Mobile branding bar - main menu*/
	.branding-list-account {
		margin-bottom: 0;
		margin-top: 9px;
	}

	.branding-list-account li {
		margin-bottom: 9px;
		margin-left: calc(9px - 0.2815em);
	}

	.branding-list-account li:first-child {
		margin-left: 0;
	}
}

/*Extra-extra-small view (screen only)*/
@media screen and (max-width: 479px) {

	/*Mobile menu overlay - Maximise the mobile menu's width to prevent it from shifting when opening/closing details elements.
	  Note: Once GCWeb 4.0.27 is out, check if this fix is built-into it. If it is, remove this CSS selector.*/
	#mb-pnl {
		min-width: 90%;
	}
}

/*Extra-small view (screen only)*/
@media screen and (min-width: 480px) and (max-width: 767px) {

	/*Top area - language toggle link*/
	#wb-lng {
		padding-left: 0;
	}
}

/*Small view (screen-only)*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	/*Desktop search box + menu bar - Restore medium view and up's search box/menu bar.*/
	#wb-srch, #wb-sm {
		display: block !important;
	}

}

/*Print view*/
@media print {
	/*Branding bar - branding name link*/
	.branding-name {
		font-size: 34px;
	}
}

.mfp-bg {
	opacity: 0.8 !important;
}

.pagination>li>a, .pagination>li>span {
    width: auto !important;
    height: auto !important;
}

.textareacounter{
    margin-top: -25px;
    margin-bottom: -5px; 
    margin-right: 5px; 
    background-color:#EEEEEE;
    color:black;"
}

/******************************/

.panelcustom {
    margin-bottom: 21px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panelcustom-body {
    /*padding: 15px*/
}

.panelcustom-body p {
    padding: 10px;
}


.panelcustom-body:before,
.panelcustom-body:after {
    content: " ";
    display: table
}

.panelcustom-body:after {
    clear: both
}

.panelcustom-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panelcustom-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panelcustom-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: inherit;
font-weight: bold;
min-height: 25px;
line-height: 1.1;
}

.panelcustom-title>a,
.panelcustom-title>small,
.panelcustom-title>.small,
.panelcustom-title>small>a,
.panelcustom-title>.small>a {
    color: inherit
}

.panelcustom-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #eee;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panelcustom>.list-group,
.panelcustom>.panelcustom-collapse>.list-group {
    margin-bottom: 0
}

.panelcustom>.list-group .list-group-item,
.panelcustom>.panelcustom-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panelcustom>.list-group:first-child .list-group-item:first-child,
.panelcustom>.panelcustom-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panelcustom>.list-group:last-child .list-group-item:last-child,
.panelcustom>.panelcustom-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panelcustom>.panelcustom-heading+.panelcustom-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panelcustom-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panelcustom-footer {
    border-top-width: 0
}

.panelcustom>.table,
.panelcustom>.table-responsive>.table,
.panelcustom>.panelcustom-collapse>.table {
    margin-bottom: 0
}

.panelcustom>.table caption,
.panelcustom>.table-responsive>.table caption,
.panelcustom>.panelcustom-collapse>.table caption {
   padding-left: 15px;
    padding-right: 15px
}

.panelcustom>.table:first-child,
.panelcustom>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panelcustom>.table:first-child>thead:first-child>tr:first-child,
.panelcustom>.table:first-child>tbody:first-child>tr:first-child,
.panelcustom>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panelcustom>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px
}

.panelcustom>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panelcustom>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panelcustom>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panelcustom>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panelcustom>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panelcustom>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panelcustom>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panelcustom>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1px
}

.panelcustom>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panelcustom>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panelcustom>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panelcustom>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panelcustom>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panelcustom>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panelcustom>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panelcustom>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1px
}

.panelcustom>.table:last-child,
.panelcustom>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panelcustom>.table:last-child>tbody:last-child>tr:last-child,
.panelcustom>.table:last-child>tfoot:last-child>tr:last-child,
.panelcustom>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panelcustom>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px
}

.panelcustom>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panelcustom>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panelcustom>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panelcustom>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panelcustom>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panelcustom>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panelcustom>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panelcustom>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1px
}

.panelcustom>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panelcustom>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panelcustom>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panelcustom>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panelcustom>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panelcustom>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panelcustom>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panelcustom>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1px
}

.panelcustom>.panelcustom-body+.table,
.panelcustom>.panelcustom-body+.table-responsive,
.panelcustom>.table+.panelcustom-body,
.panelcustom>.table-responsive+.panelcustom-body {
    border-top: 1px solid #ddd
}

.panelcustom>.table>tbody:first-child>tr:first-child th,
.panelcustom>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panelcustom>.table-bordered,
.panelcustom>.table-responsive>.table-bordered {
    border: 0
}

.panelcustom>.table-bordered>thead>tr>th:first-child,
.panelcustom>.table-bordered>thead>tr>td:first-child,
.panelcustom>.table-bordered>tbody>tr>th:first-child,
.panelcustom>.table-bordered>tbody>tr>td:first-child,
.panelcustom>.table-bordered>tfoot>tr>th:first-child,
.panelcustom>.table-bordered>tfoot>tr>td:first-child,
.panelcustom>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panelcustom>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panelcustom>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panelcustom>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panelcustom>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panelcustom>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panelcustom>.table-bordered>thead>tr>th:last-child,
.panelcustom>.table-bordered>thead>tr>td:last-child,
.panelcustom>.table-bordered>tbody>tr>th:last-child,
.panelcustom>.table-bordered>tbody>tr>td:last-child,
.panelcustom>.table-bordered>tfoot>tr>th:last-child,
.panelcustom>.table-bordered>tfoot>tr>td:last-child,
.panelcustom>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panelcustom>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panelcustom>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panelcustom>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panelcustom>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panelcustom>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panelcustom>.table-bordered>thead>tr:first-child>td,
.panelcustom>.table-bordered>thead>tr:first-child>th,
.panelcustom>.table-bordered>tbody>tr:first-child>td,
.panelcustom>.table-bordered>tbody>tr:first-child>th,
.panelcustom>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panelcustom>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panelcustom>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panelcustom>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panelcustom>.table-bordered>tbody>tr:last-child>td,
.panelcustom>.table-bordered>tbody>tr:last-child>th,
.panelcustom>.table-bordered>tfoot>tr:last-child>td,
.panelcustom>.table-bordered>tfoot>tr:last-child>th,
.panelcustom>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panelcustom>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panelcustom>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panelcustom>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panelcustom>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panelcustom-group {
    margin-bottom: 21px
}

.panelcustom-group .panelcustom {
    margin-bottom: 0;
    border-radius: 0
}

.panelcustom-group .panelcustom+.panelcustom {
    margin-top: 5px
}

.panelcustom-group .panelcustom-heading {
    border-bottom: 0
}

.panelcustom-group .panelcustom-heading+.panelcustom-collapse>.panelcustom-body,
.panelcustom-group .panelcustom-heading+.panelcustom-collapse>.list-group {
    border-top: 1px solid #eee
}

.panelcustom-group .panelcustom-footer {
    border-top: 0
}

.panelcustom-group .panelcustom-footer+.panelcustom-collapse .panelcustom-body {
    border-bottom: 1px solid #eee
}

.panelcustom-default {
    border-color: #eee
}

.panelcustom-default>.panelcustom-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #eee
}

.panelcustom-default>.panelcustom-heading+.panelcustom-collapse>.panelcustom-body {
    border-top-color: #eee
}

.panelcustom-default>.panelcustom-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panelcustom-default>.panelcustom-footer+.panelcustom-collapse>.panelcustom-body {
    border-bottom-color: #eee
}

.panelcustom-primary {
    border-color: #26374a
}

.panelcustom-primary>.panel-heading,
.panelcustom-primary>.panelcustom-heading {
    color: #fff;
    background-color: #26374a;
    border-color: #26374a
}

.panelcustom-primary>.panel-heading+.panel-collapse>.panel-body,
.panelcustom-primary>.panelcustom-heading+.panelcustom-collapse>.panelcustom-body {
    border-top-color: #26374a
}

.panelcustom-primary>.panel-heading .badge,
.panelcustom-primary>.panelcustom-heading .badge {
    color: #26374a;
    background-color: #fff
}

.panelcustom-primary>.panel-footer+.panel-collapse>.panel-body,
.panelcustom-primary>.panelcustom-footer+.panelcustom-collapse>.panelcustom-body {
    border-bottom-color: #26374a
}

.panelcustom-success {
    border-color: #d6e9c6
}

.panelcustom-success>.panelcustom-heading {
    color: #000;
    background-color: #d6e9c6;
    border-color: #d6e9c6
}

.panelcustom-success>.panelcustom-heading+.panelcustom-collapse>.panelcustom-body {
    border-top-color: #d6e9c6
}

.panelcustom-success>.panelcustom-heading .badge {
    color: #d6e9c6;
    background-color: #000
}

.panelcustom-success>.panelcustom-footer+.panelcustom-collapse>.panelcustom-body {
    border-bottom-color: #d6e9c6
}

.panelcustom-info {
    border-color: #bce8f1
}

.panelcustom-info>.panelcustom-heading {
    color: #000;
    background-color: #bce8f1;
    border-color: #bce8f1
}

.panelcustom-info>.panelcustom-heading+.panelcustom-collapse>.panelcustom-body {
    border-top-color: #bce8f1
}

.panelcustom-info>.panelcustom-heading .badge {
    color: #bce8f1;
    background-color: #000
}

.panelcustom-info>.panelcustom-footer+.panelcustom-collapse>.panelcustom-body {
    border-bottom-color: #bce8f1
}

.panelcustom-warning {
    border-color: #faebcc
}

.panelcustom-warning>.panelcustom-heading {
    color: #000;
    background-color: #faebcc;
    border-color: #faebcc
}

.panelcustom-warning>.panelcustom-heading+.panelcustom-collapse>.panelcustom-body {
    border-top-color: #faebcc
}

.panelcustom-warning>.panelcustom-heading .badge {
    color: #faebcc;
    background-color: #000
}

.panelcustom-warning>.panelcustom-footer+.panelcustom-collapse>.panelcustom-body {
    border-bottom-color: #faebcc
}

.panelcustom-danger {
    border-color: #ebccd1
}

.panelcustom-danger>.panelcustom-heading {
    color: #000;
    background-color: #ebccd1;
    border-color: #ebccd1
}

.panelcustom-danger>.panelcustom-heading+.panelcustom-collapse>.panelcustom-body {
    border-top-color: #ebccd1
}

.panelcustom-danger>.panelcustom-heading .badge {
    color: #ebccd1;
    background-color: #000
}

.panelcustom-danger>.panelcustom-footer+.panelcustom-collapse>.panelcustom-body {
    border-bottom-color: #ebccd1
}

.bg-primarygc {
    color: #fff;
    background-color: #26374a;
    border-color: #26374a
}
/******************/

#whitelink a:visited {
    color: #FFF;
}


#whitelink a {
    outline: none;
    color: #FFF;
}

#whitelink a:link {
  text-decoration: none;
color:#FFF;
font-size: 18px;


}

#whitelink a:focus {
  text-decoration: none;

}

#whitelink a:hover {
  color: #f9f9f9;
}

#whitelink a:active {
  color: #FFF;
}


.btn-primarygc {
    color: #fff;
    background-color: #26374a;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-size: 18px;  
    font-weight: bold;
}

.btn-primarygc:focus,
.btn-primarygc.focus {
    color: #fff;
}

.btn-primarygc:hover {
    color: #f9f9f9;
}


.btn-primarygc:active,
.btn-primarygc.active,
.open>.btn-primarygc.dropdown-toggle {
    color: #fff;
    background-color: #245269;
    border-color: #214c61
}

.btn-primarygc:active:hover,
.btn-primarygc:active:focus,
.btn-primarygc:active.focus,
.btn-primarygc.active:hover,
.btn-primarygc.active:focus,
.btn-primarygc.active.focus,
.open>.btn-primarygc.dropdown-toggle:hover,
.open>.btn-primarygc.dropdown-toggle:focus,
.open>.btn-primarygc.dropdown-toggle.focus {
    color: #fff;
    background-color: #1b3d4e;
    border-color: #102630
}

.center {
  margin: 50%;
}

.fileiconpdf{
    color:red;
    font-size:24px
    ;margin: 0px 5px 10px 0px;
}

.fileiconexcel{
    color:green;
    font-size:24px;
    margin: 0px 5px 10px 0px;
}

.fileiconword{
    font-size:24px;
    margin: 0px 5px 10px 0px;
}

.fileicon{
    color:#696969;
    font-size:24px;
    margin: 0px 5px 10px 0px;
}

.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
border:none;
}

.dropdown-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

.v-algn-mddl {vertical-align: middle !important} 
.v-algn-bttm {vertical-align: bottom !important} 

/********Remove files*********/

.file-block{
	display: inline-flex;
	& > span.name{
		padding-right: 10px;
		width: max-content;
		display: inline-flex;
        font-weight: bold;
	}
}

.file-delete{
	display: flex;
	font-size: 1em;
    margin-right:5px;
	justify-content: left;
	cursor: pointer;
    font-weight: bold;
    color:red;
	&:hover{
        font-weight: bolder;
        font-size: 1.2em;
	}
	& > span{
		transform: rotate(45deg);
        font-weight: bold;
        color:red;
    }
}

input[type="file"] {
    white-space: normal;
    word-wrap: break-word; 
} 
/*
#files-area{
	width: 30%;
	margin: 0 auto;
}
.file-block{
	border-radius: 10px;
	background-color: rgba(144, 163, 203, 0.2);
	margin: 5px;
	color: initial;
	display: inline-flex;
	& > span.name{
		padding-right: 10px;
		width: max-content;
		display: inline-flex;
        font-weight: bold;

	}
}
.file-delete{

	display: flex;
	width: 40px;
	color: initial;
	background-color: #6eb4ff00;
	font-size: large;
	justify-content: left;
	margin-right: 3px;
	cursor: pointer;
	&:hover{
		background-color: rgba(144, 163, 203, 0.2);
		border-radius: 10px;
width: 50px;
	}
	& > span{
		transform: rotate(45deg);
font-weight: bolder;
color:red;
	}
}
*/
