/**
* White July additions
*
*/

.table-head-height-fix-top {
    padding-top: 50px!important;
    height: 122px;
}

.table-head-height-fix-bottom {
    height: 122px;
    padding-bottom: 47px!important;
}

.js-no-link {
    /* color: #007bff !important; */
    cursor: pointer;
}
.input-error {
    border-color: #ff4d4f;
    background-color: #fff;
}

.error-text {
    display: block;
    color: #ff4d4f;
    font-size: small;
}

.hide {
    display: none;
}

img.pp-logo {
    width: 100%;
    max-width: 215px;
}

.login-width {
	max-width: 500px;
	margin: auto;
}

img.login-logo {
    max-width: 100px;
}

.img-sponsor {
	max-width: 200px;
	width: 100%;
}

ul.sponsor-group, .login-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

li.list-sponsor-item:first-child {
    margin-left: 0;
}

li.list-sponsor-item {
    display: inline-block;
    margin-left: 60px;
}

li.login-options {
	display: inline-block;
	margin-right: 15px;
}

.fixed-column {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 175px;
}

.message-container p {
    font-size: 12px;
}

.message-container span {
    font-size: 12px;
}

.horizontal-scroll {
    display: flex;
    overflow-x: scroll;
    max-width: 1500px;
    width: 100%;
}

.table-wrapper table
	{
	border:1px solid #cccccc;
	margin:0;

	}

    .table-wrapper tr
	{
        padding: 12px 8px;

	background-color:white;
	}

/* td,th
	{
	font-size:.75em;
	padding:.2em;
	} */

    .table-wrapper th.colorheader
	{
	    color: rgba(0,0,0,.85);
    font-weight: 500;
    padding: 12px 8px;

    text-align: left;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;

	}

    .table-wrapper td
	{
	border:#cccccc solid 1px;
    padding: 12px 6px;
	}

    .table-wrapper tr:hover
	{
	background-color:#fafafa;
	border:black solid 1px;
	}



    .table-wrapper td.noentry:hover
	{
	background-color:#fafafa;
	}

    .table-wrapper td:hover select
	{
	border:1px solid transparent;
	}


  .input-group-wrapper{
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top;
    }

    .input-group-wrapper .input-group{
        box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: flex;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    }

    .input-affix-wrapper {
        position: relative;
    display: inline-block;
    width: 80%;
    min-width: 0;
    /* padding: 4px 11px; */
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;

    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    }

    .add-on{
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;

    }

    .button-add-on{
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        height: 100% !important;
    }