.content.main {
	padding-top:15px;
}

.myaccount-menu {
	border: 0px solid #cccccc;
	width: 220px;
	background-color: rgba(191,140,0,0.10);
	
	float: right;
	padding: 10px 10px 10px 10px;
	clear: right;
	margin-bottom: 15px;
}

#myaccount-repolist {
	/*width: 675px;
	float: left;*/
	border: 0px solid #cccccc;
	padding: 10px 15px 10px 15px;
	min-height: 331px;
	margin-bottom: 15px;
}

#warninglist {
    padding-bottom: 8px;
    font-size: 1.3em;
}
#warninglist .warning {
    margin-bottom: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px #FAB62E solid;
    background-color: #FCEFA1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}
#warninglist .warning.error {
    border: 1px red solid;
    background-color: #ffc0c0;
}

.tblrepositories {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.tblrepositories .tblrepotitle td {
    border: none;
    padding-top: 20px;
    padding-bottom: 10px;
}

.tblrepositories .thead th {
    background-color: #563BA3;
    color: white;
    font-weight: var(--font-w-regular);
    border: 1px solid #563BA3;
}
.tblrepositories td, #tblrepositories th {
    border: 1px #CCCCCC solid;
    padding: 3px 5px;
}

.tblrepositories td.status {
	padding-left: 5px;
	padding-right: 10px;	
	white-space: nowrap;
}

.repo-status {
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: 3px 1px;
    display: inline-block;
    line-height: 18px;	
}

.tblrepositories td.status.started .repo-status {
	background-image: url('../img/Started.png');
}

.tblrepositories td.status.paused .repo-status {
	background-image: url('../img/Paused.png');	
}

.tblrepositories td.status.stopped .repo-status {
	background-image: url('../img/Stopped.png');	
}

.tblrepositories td.status.deleted .repo-status {
	background-image: url('../img/Deleted.png');	
}

.tblrepositories td.status.underconstruction .repstatuslogo {
	background-image: url('../img/Underconstruction.png');	
}

.tblrepositories th {
    padding-top: 4px;
    padding-bottom: 4px;
    border: 0px;
}
.tblrepositories td.center {
    text-align: center;
}
.tblrepositories tbody tr:nth-child(odd){
    background-color: #FFFFFF;
}
.tblrepositories tbody tr:nth-child(even){
    background-color: #F5F5F5;
}
.tblrepositories tbody tr td:nth-child(2){
    word-break: break-all;
    word-break: break-word;
}
.tblrepositories .smalltext {
    font-size: 80%;
}
.tblrepositories .payrecover, 
.tblrepositories .statusrecover, 
.tblrepositories .paynow,
.tblrepositories .buynow,
.tblrepositories .activate  {
    padding-left: 25px;
    margin-top: 4px;
    height: 16px;
    line-height: 16px;
}
.tblrepositories .applyingchanges {
	padding-left: 25px;
	margin-top: 10px;
	background-image: url('../img/roll16.gif');
	background-repeat: no-repeat;
	background-position: 3px;
	height: 16px;
	line-height: 16px;
	font-style: italic;
}
.tblrepositories .repo-expire,
.tblrepositories .repo-licensechange {
    color: red;
}
.tblrepositories tr.deleted {
    color: #888888;
}

#userprofile .smalltext {
    font-size: 80%;
}


.tbldetail {
    border-collapse: collapse;
}

.tbldetail tr.gray {
	border-bottom: 1px solid rgba(191,140,0,0.5);
}
.tbldetail td  {
    border: none;
    padding-left: 3px;
    padding-right: 3px;
}
.tbldetail .nopadding {
    padding-left: 0px;
    padding-right: 0px;
}
.tbldetail td {
    vertical-align: baseline;
}
.tbldetail td.center {
    text-align: center;
}
.tbldetail td.right {
    text-align: right;
}
.tbldetail td:first-child {
    /*width: 70%;*/
}
.tbldetail td:last-child {
    /*width: 30%;*/
   white-space: nowrap;
}

.tbldetail .smalltext {
    font-size: 80%;
}

.margintop {
    margin-top: 7px;
}

.margintop:first-child {
    margin-top: 0px;
}


.tblrepositories .info {
    line-height: 12px;
    display: inline-block;
    position: relative;
    top: -8px;
    margin-left: 3px;
    text-align: center;
    font-size: 10px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 0px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #563BA3;
    color: #ffffff;
}

.tblrepositories .info:hover {
    background-color: #9D4DFF;
}

.tblrepositories .info:active {
    background-color: rgba(157,77,255,0.8);
}


.pay-concept {
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 20px;
}

.pay-concept.pay-ok {
	background-image: url('../img/greencheck12.png');	
}

.pay-concept.pay-err {
	background-image: url('../img/error12.png');	
}

.hintline {
	padding-top: 2px;
}


td .unread {
    background-image: url("../img/nuevo.png");
    background-repeat: no-repeat;
    background-position: left 3px;
    margin-right: 4px;
    padding-left: 9px;
    display: none;
}

td.tck-state {
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
}

.tck-state-icon {
    background-repeat: no-repeat;
    background-position: right center;
    margin-left: 5px;
    padding-right: 12px;
}

.tck-state-icon.pending {
	background-image: url('../img/pending12.png');
}

.tck-state-icon.solved {
	background-image: url('../img/greencheck12.png');	
}

.tck-descr {
    white-space: normal;
    width: 70%;
    float: left;
}
.tck-detail {
    width: 30%;
    text-align: right;
    float: left;
}

#supportcenter:hover {
    color: #ffffff;
}