.list-group-item {
    background-color: #ededed;
    border: 0px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.list-group {
    border-radius: 0px;
    box-shadow: none;
}

a[href]:focus h4, a[href]:hover h4, a[href]:active h4 {
    color: #ff6100;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

a[href] {
    border-bottom: 0px dotted #58748f;
    color: #58748f;
    text-decoration: none;
}

a[href]:focus, a[href]:hover, a[href]:active {
    border-bottom: 0px dotted #ff6100;
    color: #ff6100;
    outline: medium none;
    text-decoration: none;
}

.alert {
    border-radius: 0px;
    margin-bottom: 20px;
    padding: 15px;
    line-height: 150%;
    font-size: 14px;
}

.panel {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
}

.panel-heading {
    background: none repeat scroll 0 0 #cdd5dd;
    border-bottom: 1px solid white;
    color: #58748f;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    padding: 4px 10px;
    /* ALTES DEDIGN text-shadow: 1px 1px white; */
}

.panel-default > .panel-heading {
    background-image: none;
    background-repeat: repeat-x;
}
.panel-default > .panel-heading {
    background-color: #cdd5dd;
	  border-radius: 0px;
    border-color: white;
    color: #58748f;
}

.tablegrid td {
    border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}

.tablegrid th {
    border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}

.gs_button_right {
    background: #cdd5dd;
    /* ALTES DESIGN
	  background: -moz-linear-gradient(top,  #ededed 0%, #d9d9d9 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#d9d9d9));
	  background: -webkit-linear-gradient(top,  #ededed 0%,#d9d9d9 100%);
	  background: -o-linear-gradient(top,  #ededed 0%,#d9d9d9 100%);
	  background: -ms-linear-gradient(top,  #ededed 0%,#d9d9d9 100%);
	  background: linear-gradient(to bottom,  #ededed 0%,#d9d9d9 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d9d9d9',GradientType=0 );

    border-color: #fff #666 #666 #fff !important;
    border-style: solid !important;
    border-width: 1px !important;
    */
    color: #58748f !important;
    display: block;
    float: right;
    font-weight: bold;
    height: auto;
    margin: 20px 0 0 15px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none !important;
    /* ALTES DESIGN text-shadow: 0 1px 1px #fff; */
    width: auto;
    border-width: 0px;
}

.gs_button_right:hover {
    background: #58748f;
    /* ALTES DESIGN
	  background: -moz-linear-gradient(top,  #8c99a6 0%, #475c71 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c99a6), color-stop(100%,#475c71));
	  background: -webkit-linear-gradient(top,  #8c99a6 0%,#475c71 100%);
	  background: -o-linear-gradient(top,  #8c99a6 0%,#475c71 100%);
	  background: -ms-linear-gradient(top,  #8c99a6 0%,#475c71 100%);
	  background: linear-gradient(to bottom,  #8c99a6 0%,#475c71 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c99a6', endColorstr='#475c71',GradientType=0 );

    border-color: #666 #fff #fff #666;
    */
    color: #fff !important;
    text-decoration: none;
    text-shadow: none;
}


.gs_button_right_orange {
    background: #ff6100;
    /* ALTES DESIGN
	  background: -moz-linear-gradient(top,  #ededed 0%, #d9d9d9 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#d9d9d9));
	  background: -webkit-linear-gradient(top,  #ededed 0%,#d9d9d9 100%);
	  background: -o-linear-gradient(top,  #ededed 0%,#d9d9d9 100%);
	  background: -ms-linear-gradient(top,  #ededed 0%,#d9d9d9 100%);
	  background: linear-gradient(to bottom,  #ededed 0%,#d9d9d9 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d9d9d9',GradientType=0 );

    border-color: #fff #666 #666 #fff !important;
    border-style: solid !important;
    border-width: 1px !important;
    */
    color: #ffffff !important;
    display: block;
    float: right;
    font-weight: bold;
    height: auto;
    margin: 20px 0 0 15px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none !important;
    /* ALTES DESIGN text-shadow: 0 1px 1px #fff; */
    width: auto;
    border-width: 0px;
    font-size: 14px
}

.gs_button_right_orange:hover {
    background: #58748f;
    /* ALTES DESIGN
	  background: -moz-linear-gradient(top,  #8c99a6 0%, #475c71 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c99a6), color-stop(100%,#475c71));
	  background: -webkit-linear-gradient(top,  #8c99a6 0%,#475c71 100%);
	  background: -o-linear-gradient(top,  #8c99a6 0%,#475c71 100%);
	  background: -ms-linear-gradient(top,  #8c99a6 0%,#475c71 100%);
	  background: linear-gradient(to bottom,  #8c99a6 0%,#475c71 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c99a6', endColorstr='#475c71',GradientType=0 );

    border-color: #666 #fff #fff #666;
    */
    color: #fff !important;
    text-decoration: none;
    text-shadow: none;
}
.gs_button_left {
    background: #cdd5dd;
    /*
	  background: -moz-linear-gradient(top,  #ededed 0%, #d9d9d9 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#d9d9d9));
	  background: -webkit-linear-gradient(top,  #ededed 0%,#d9d9d9 100%);
	  background: -o-linear-gradient(top,  #ededed 0%,#d9d9d9 100%);
	  background: -ms-linear-gradient(top,  #ededed 0%,#d9d9d9 100%);
	  background: linear-gradient(to bottom,  #ededed 0%,#d9d9d9 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d9d9d9',GradientType=0 );

    border-color: #fff #666 #666 #fff !important;
    border-style: solid !important;
    border-width: 1px !important;
    */
    color: #58748f !important;
    display: block;
    float: left;
    font-weight: bold;
    height: auto;
    margin: 20px 0 0 0px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none!important;
    /* ALTES DESIGN text-shadow: 0 1px 1px #fff; */
    width: auto;
    border-width: 0px;
}

.gs_button_left:hover {
    background: #58748f;
    /*
	  background: -moz-linear-gradient(top,  #8c99a6 0%, #475c71 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c99a6), color-stop(100%,#475c71));
	  background: -webkit-linear-gradient(top,  #8c99a6 0%,#475c71 100%);
	  background: -o-linear-gradient(top,  #8c99a6 0%,#475c71 100%);
	  background: -ms-linear-gradient(top,  #8c99a6 0%,#475c71 100%);
	  background: linear-gradient(to bottom,  #8c99a6 0%,#475c71 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c99a6', endColorstr='#475c71',GradientType=0 );

    border-color: #666 #fff #fff #666;
    */
    color: #fff !important;
    text-decoration: none;
    text-shadow: none;
}

input[type="checkbox"], input[type="radio"] {
    margin: 0;
	height: auto !important;
	width: auto !important;
}


input, textarea, select {
    border: 1px solid #aaa;
    height: 20px;
    margin: 5px 0;
    max-height: 100px;
    max-width: 65%;
    padding: 0;
    width: 65%;
	background-color: white;
}

.thumbnail, .img-thumbnail {
    box-shadow: none;
}
.thumbnail {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

.modalwrapper2 {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                50% 50%
                no-repeat;
}

.modalwrapper {
    display:    none;
    position:   absolute;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                50% 50%
                no-repeat;
}

.modal{
    background: url("./../img/ajax-loader.gif") no-repeat scroll 50% 0 transparent;
    display: block;
    font-size: 16px;
    height: 70px;
    left: 250px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 40px;
    padding-right: 50px;
    position: fixed;
    text-align: center;
    top: 300px;
    vertical-align: bottom;
    width: 500px;
}

form ul {
    margin: 5px 0 5px 0px !important;
}

form p {
    margin: 0px !important;
}

.gs_dropdown {
    background: #cdd5dd;
    /* ALTES DESIGN border-color: #fff #666 #666 #fff !important;
    border-style: solid !important;
    border-width: 1px !important;
    */
    color: #333;
    display: block;
    font-weight: bold;
    height: auto;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    /* ALTES DESIGN text-shadow: 0 1px 1px #fff; */
    border-width: 0px;
    width: auto;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    /* ALTES DESIGN border: 1px solid rgba(0, 0, 0, 0.15); */
    border-radius: 0;
    /* ALTES DESIGN box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); */
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    margin: 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.gs_dropdown_element{
	list-style: none;
	margin: 0;
}

#user_savepw{
	min-width: 130px;
}

.infobtn {
    cursor: pointer;
    margin: 8px 10px 10px;
}

.showMeTog{
	display: none;
}

.logininfo{
	color: #58748f;
    float: right;
    font-weight: bold;
    /* ALTES DESIGN
    margin-right: 10px;
    margin-top: 33px;
    */
}

.logininfo a[href]{
	color: #58748f;
}

.logininfo a[href]:hover{
	color: #ff6100;
}

.logininfo a{
	color: #58748f;
}

.floatbox {
    display: block;
    overflow: hidden;
    width: auto;
}

.distribution-checkbox {
    margin-right: 5px !important;
    vertical-align: sub;
}

.distribution-item {
    margin-left: 0px;
}

.form-horizontal input[type='checkbox'] {
	margin-top: 6px;
}

.tx-rgtabs-pi1 > ul > li > a > div {
	font-size: inherit !important;
}

.tx-rgtabs-pi1 > ul > li > a > div > span {
	font-size: inherit !important;
}
