.herax-users-dropdown {
    color:#333333;
    background-color: #F9F9F9;
    width: 120px;
    margin-bottom: 0px;
    vertical-align: middle;
    margin-left: 30px;
    padding: 0px;
    height: 20px;
}

.nowrap { white-space: nowrap; }

.herax-thumbnail { margin-right: 10px; }
.herax-logo { margin-right: 10px; }
.herax-user-logo { 
    /* max-width: 250px;  */
    max-height: 150px;
    margin-bottom: 10px;
}

.comments { height: 340px; }

.comments[readonly] {
    background-color: white;
}

.button-to-link
{
	background-color: transparent;
	border: none;
	color: #0088CC;


}

.button-to-link {
    background-color: transparent;
    border: none;
	color: #0088CC;
    padding: 0px;
    font-size: 0.8em;
}

/* Hjälp-rutan */
div.herax-help {
    display:none;   /* Default så visar vi inte hjälprutan */
}

form.form-comment textarea {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   width: 100%;
}

.herax-tr-bg {
    /* background-color: #f9f9f9; */
    background-color: #eeeeee;
}

div.herax-answer-comment {
    background-color: white;
    border: 1px solid #cccccc;
    padding: 4px;
    margin-bottom: 4px;
    border-radius: 5px;
    font-style: italic;
}

#forms-list th {
    vertical-align: top;
}

div.supplier-info {
    width: 920px;
    padding: 10px;
    background-color: #eeeeee;
    border-radius: 5px;
    margin-bottom: 10px;
}

div.supplier-info table{
    width: 100%;
}

div.supplier-info td {
    width: 300px;
    vertical-align: top;
    padding: 0 10px 0 0;
}

div.supplier-info td:last-child {
    padding-right: 0px;
}

div.supplier-info p {
    margin: 0;
}

select.herax-admin-forms-select {
    width: 95%;
}

.dropdown-supplier-status .status1 {
    color: green;
}

.dropdown-supplier-status .status2 {
    color: orange;
}

.dropdown-supplier-status .status3 {
    color: red;
}
/*
.jpages-holder {
    margin: 15px 0;
    float: right;
}
.jpages-holder a {
    font-size:20px;
    cursor:pointer;
    margin: 5px;
    color:#333;
}
.jpages-holder a:hover {
    background-color:#222;
    color:#fff;
}
.jpages-holder a.jp-previous {
    margin-right:15px;
}
.jpages-holder a.jp-next {
    margin-left:15px;
}
.jpages-holder a.jp-current,a.jp-current:hover {
    color:#FF4242;
    font-weight:bold;
}
.jpages-holder a.jp-disabled,a.jp-disabled:hover {
    color:#bbb;
}
.jpages-holder a.jp-current,a.jp-current:hover,.jpages-holder a.jp-disabled,a.jp-disabled:hover {
    cursor:default;
    background:none;
}
.jpages-holder span {
    margin: 0 5px;
}

*/



.jpages-holder {
    margin: 15px 0;
    float: right;
}
.jpages-holder a {
    font-size:14px;
    cursor:pointer;
    padding: 5px;
    margin: 3px 3px 3px 3px;
    color: white;
    background-color: #0088cc;
}
.jpages-holder a:hover {
    background-color:#222;
    color:#fff;
}
.jpages-holder a.jp-previous {
    margin-right:15px;
}
.jpages-holder a.jp-next {
    margin-left:15px;
}
.jpages-holder a.jp-current,a.jp-current:hover {
    /* color:#FF4242; */
    font-weight: bold;
    background-color: gray;
}
.jpages-holder a.jp-disabled,a.jp-disabled:hover {
    color:#bbb;
}
.jpages-holder a.jp-disabled,a.jp-disabled:hover {
    cursor:default;
    background:none; 
}
.jpages-holder span {
    margin: 0 5px;
}

