<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*General*/
.link{
    cursor: pointer;
}
/* Language select */
.dropdown.lang-dd{
    position: absolute; 
    top: 8px; 
    right: 1%;
    z-index: 1;
}

.dropdown.lang-dd .dropdown-menu{
    width: 100%;
    background-color: rgba(0,0,0,1);
    color: #ffffff;
}

.dropdown .sel{
    text-indent: 32px;
    display: inline-block;
    padding-right: 4px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 4px;
}

.dropdown a.sel {
    background-position: 16px;
}

.dropdown .dropdown-menu div.sel.link {
    width: 100%;
    line-height: 20px;
}

.dropdown .de {
    background-image: url('../img/flags/de.png');
}

.dropdown .en {
    background-image: url('../img/flags/en.png');
}

.dropdown .tr {
    background-image: url('../img/flags/tr.png');
}

.dropdown .es {
    background-image: url('../img/flags/es.png');
}
.dropdown .fr {
    background-image: url('../img/flags/fr.png');
}


.dropdown .DE {
    background-image: url('../img/flags/de.png');
}

.dropdown .EN {
    background-image: url('../img/flags/en.png');
}

.dropdown .TR {
    background-image: url('../img/flags/tr.png');
}

.dropdown .ES {
    background-image: url('../img/flags/es.png');
	}
	
.dropdown .FR {
    background-image: url('../img/flags/fr.png');
}

/* Timer */
#top-menu #time {
    position: relative;
    right: 280px;
}
.profile-menu.popup li {
	    background: #396E94;
    margin: 10px 0px;
}
.top-menu {
	right: 210px;
    top: 8px;
    position: absolute;
}
.btn .my-account {
	font-size:12px;
}
.dropdown-menu li:hover{background-color: #999;}

.form-bg{background: rgba(0,0,0,0.35);padding:20px;}

.table-sort{float:right; cursor:pointer;}

.row.form-columned{    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
        background: rgb(255, 255, 255);
    color: black;    border: 1px solid gray;}

/*Search*/
.main-search{
    width: 65%;
}
.main-search.searching{
    background-color: rgba(255,255,255,0.25);
}
.search-dropdown{
    position: absolute;
    padding: 15px;
    background: rgba(0,0,0,0.85);
    width: 320px;
    z-index: 1;
}
.menu-visible {
	visibility: visible !important;
	opacity:1 !important;
    white-space:normal;
}
.search-dropdown input{
    opacity: 1;
    margin: 8px;
}
.search-dropdown .filter {
    border-top: 1px solid #ccc;
    padding: 4px 0;
}
.search-dropdown .filter label{
    cursor: pointer;
}
.admin-search .trigger-search{
    position: relative;
    background: url(../img/icon/next.png) no-repeat;
    display: inline-block;
    height: 22px;
    line-height: 26px;
    width: 40px;
    text-indent: -100%;
}
.admin-search .clear-input{
    font-size: 21px;
    position: relative;
    top: -2px;
    left: -20px;
    cursor: pointer;
    width: 30px;
    text-align: right;
    padding-right: 10px;
}
#search-results .header{
    height: 32px;
}
.top-dd {
	text-align:center;
}
.top-dd ul li {
	display: block;
    padding: 9px 0px;
}
.top-dd ul li a {
	color:#000;
        width: 100%;
    display: block;
    padding: 9px 0px;
}
.top-dd ul {
	    list-style: none;
    margin: 12px 0px;
    padding: 0px;
}


page-controls{
        width: 100%;
    background: #E6E6E6;
    float: left;
}

.secondMenu{
    background: white;
    color: black;
    width: 188px;
    text-align: center;
    padding: 12px;
    float:left;
}


/*new responsive table*/
.resptableheadbg{
    background: -moz-linear-gradient(top, #fff 0%, #cacaca 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(100%, #cacaca));
    background: -webkit-linear-gradient(top, #fff 0%, #cacaca 100%);
    background: -o-linear-gradient(top, #fff 0%, #cacaca 100%);
    background: -ms-linear-gradient(top, #fff 0%, #cacaca 100%);
    background: linear-gradient(to bottom, #fff 0%, #cacaca 100%);
    float: left;
    width: 100%;
    padding: 5px;
    border: 1px solid black;
    font-weight: bold;
    color:black;
}
.resptableheadbg div{    border-right: 1px dotted #808080;}

.divtr{
    width: 100%; float: left; margin-top: 5px;color:black; text-align:center;background: white;font-weight: bold;
}
.divtr div{
    padding:2px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.divtr-even{
    background-color: #f1f4f8;
}
.align-right{text-align:right;}
.align-left{text-align:left;}
.trow-details-container{
    background: #ECECEC;
    border: 1px solid #4C4C4C;
    float: left;
    padding: 10px;
    width:100%;
}

.tiptabletitle{
        border-top: 2px solid #3399bf;
    background-image: -webkit-gradient(linear,left 0%,left 100%,from(#f4f4f4),to(#e5e5e5));
    background-image: -webkit-linear-gradient(top,#f4f4f4,0%,#e5e5e5,100%);
    background-image: -moz-linear-gradient(top,#f4f4f4 0%,#e5e5e5 100%);
    background-image: linear-gradient(to bottom,#f4f4f4 0%,#e5e5e5 100%);
    background-repeat: repeat-x;
    color: black;
}
.tiptabletitle th{background: transparent;}



/*nodatatable*/
.nodt-t {
    background: -moz-linear-gradient(top, #fff 0%, #cacaca 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(100%, #cacaca));
    background: -webkit-linear-gradient(top, #fff 0%, #cacaca 100%);
    background: -o-linear-gradient(top, #fff 0%, #cacaca 100%);
    background: -ms-linear-gradient(top, #fff 0%, #cacaca 100%);
    background: linear-gradient(to bottom, #fff 0%, #cacaca 100%);
    height: 25px;
    color: black;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 0;
    vertical-align: bottom;
    text-align: center;
    border-collapse: separate;
}
.nodt-th {
    border-right: 1px dotted #808080;
    padding: 4px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nodt-r{
    width: 100%;
    float: left;
    color: black;
    text-align: center;
    background: white;
    font-weight: bold;
    line-height: 25px;
}
.nodt-r div{
    padding:2px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
}
.nodt-even{
    background-color: #f1f4f8;
}
.nodt-odd{
    background-color: #fff;
}
.nodt-r:hover{ 
    background-color:#badde9 !important;
}


.tableDetailRow{background:white !important;}



.selectize-control &gt; .selectize-dropdown {
    top: 36px;
}
/* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
    background: #fff;
    position: relative;
    z-index: 1;
}

.alert-info.positioned {
    margin-top: 1em;
    position: relative;
    z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
}

.select2-results .select2-highlighted{color:black;}


.dd-input-select div[data-angular-treeview] {
    border: 1px solid gray;
}
.select2-search input{color:black;}</pre></body></html>