
::-moz-selection { /* Code for Firefox */
    color:#fff;
    background: #0082ff;
	}

::selection {
    color:#fff;
    background: #0082ff;
	}


body,html {
	letter-spacing: 0.3px;	
	width: 100%;
    height: 100%;
	position:fixed;
	font-family:Verdana; 
    background: teal;
    color: #000;
    padding-bottom: 28px;
	font-size: 12px;
	background-size: cover;
	user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

body::before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
  z-index: 100;
}


header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header .container {
  position: relative;
  z-index: 2;
}
/*

Scrollbar (only chrome & safari)

*/
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-button:end:increment,::-webkit-scrollbar-button:start:decrement {
    display: block
}
::-webkit-scrollbar-button:vertical:end:decrement,::-webkit-scrollbar-button:vertical:start:increment {
    display: none
}
::-webkit-scrollbar-button:vertical:increment {
    width: 18px;
    background: #c3c7ca url(combo.png) no-repeat 50%;
    height: 18px;
    margin: 1px 1px 1px 10px;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    border: 1px outset #fff;
    border-shadow: 1px 1px #000;
}
::-webkit-scrollbar-button:vertical:decrement {
    width: 11px;
    background: #c3c7ca url(comboup.png) no-repeat 50%;
    height: 16px;
    margin: 1px 1px 1px 10px;
    transform: rotateX(180deg);
    -webkit-transform: rotateY(180deg);
    border: 1px outset #fff;
    border-shadow: 1px 1px #000
}
::-webkit-scrollbar-track{
    background-image: url(background.bmp)
}
::-webkit-scrollbar-thumb:vertical {
    border: 1px outset #fff;
    border-shadow: 1px 1px #000;
    height: 40px;
    background-color: #c3c7ca
}
::-webkit-scrollbar-corner:vertical {
    background-color: #000
}
:-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
    display: block
}
::-webkit-scrollbar-button:horizontal:end:decrement,::-webkit-scrollbar-button:horizontal:start:increment {
    display: none
}
::-webkit-scrollbar-button:horizontal:increment {
    background: #c3c7ca url(comboright.png) no-repeat 50%;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}
::-webkit-scrollbar-button:horizontal:decrement,::-webkit-scrollbar-button:horizontal:increment {
    width: 18px;
    height: 18px;
    margin: 1px 1px 1px 10px;
    border: 1px outset #fff;
    border-shadow: 1px 1px #000
}
::-webkit-scrollbar-button:horizontal:decrement {
    background: #c3c7ca url(comboleft.png) no-repeat 50%;
    transform: rotateX(180deg);
    -webkit-transform: rotateY(180deg)
}
::-webkit-scrollbar-track-piece {
    margin: 1px;
}
::-webkit-scrollbar-thumb:horizontal {
    border: 1px outset #fff;
    border-shadow: 1px 1px #000;
    height: 40px;
    background-color: #c3c7ca
}


.ouw{display:none;}


.row-line p{margin:4px 0}

/*

    table styles

*/

.table{
	white-space: nowrap;
	font-size: 11px;
	vertical-align: middle;
	background-color: #f8f8f8;
	margin:0px;
}
.table tbody tr{
    cursor:default;
}
.table-list tbody tr:hover{
    background-color: rgb(0,0,128,0.4);
    color: white;
    border: 0px;
}
.table th{
	padding: 4px 2px;
	vertical-align: middle;
	background-color: #ccc;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}
.table td{
	border: none;
	padding: 1px 2px;
	vertical-align: middle;
}


.table-grid .form-control{
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    border-radius: 8px;
}

.table-grid .form-control:focus{
    color:#fff;
    background: #005fff;
}	
	
.table-grid .form-control.mk{
	width: 40px;
    text-align: center;
}	
		
.table-grid .form-control.pr{
	width: 80px;
    text-align: right;
}		
.table-grid .form-control.pc{
	width: 100%;
    text-align: left;
}	
		
.table-grid .form-control.ps{
	line-height: 22px;
	background-color:#dcdcdc;
}		
.table-grid .form-control.ps-r{
    text-align: right;

}	
	
	
.table-grid .btn{
	
    height: 20px;
	padding: 0px 6px;	
}

.table-toplam{
    width: 300px;
    float: right;
    margin: 16px 0px;
    text-align: right;
    background: #404040;
    color: #f8f8f8;
    padding: 10px 5px;	
}


.clear{
	
	display: block;
    height:25px;
}
.sperator{
	
	display: block;
    border-top: 1px solid rgb(10,10,10,0.3);
    box-shadow: 0 0.5px 0 rgb(255,255,255,0.5);
}

.opn-main{background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);}
.opn-tab .nav-link.active{
	background: none;
    color: #333;
}

.opn-tab{
	margin-top: 100px;
	}
.opn-content{display:none;}	
.opn-logo{
	position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    background-color: gainsboro;
    z-index: 1;
	}
.opn-logo .img-logo{
  display:none;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.opn-tab .tab-line{
    height:2px;
	width:3px;
	opacity:0.4;
	background-color:#fff;
}
.opn-tab .nav-link{
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
	border-radius:0
}
.opn-tab .nav-link:hover{
    color: #bf1e2e;
	padding-left:20px;
}

.opn-tab .tab-content{
	background: none;
    border: none;
	margin-top: -12px;
	height: 230px;
    overflow-y: auto;
}

/*

    Button styles

*/
.input-group-append .btn{
	height: 25px;
    padding: 3px 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
	
}
.input-group-append input{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	
}
/*

BAGDE

*/
.badge-lg{
	padding:4px 6px;
}
.badge-light{
	background-color:transparent;
}
/*

CARDS

*/
.card{
	position:absolute;
	padding: 0px;
    border: solid;
    border-width: 2px;
    border-bottom-color: #424242;
    border-right-color: #424242;
    border-left-color: #fff;
    border-top-color: #fff;
    background: #c3c7ca;
    color:#212529;
	padding-bottom: 40px;
}

.card .navbar-islem{
	margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: 15px;
}

.card-xx .card-body ,.card-xx .card-data{min-height:200px;max-height:300px}
.card-xs .card-body ,.card-xs .card-data{min-height:250px;max-height:350px}
.card-sm .card-body ,.card-sm .card-data{min-height:300px;max-height:400px}
.card-md .card-body ,.card-md .card-data{min-height:350px;max-height:450px}
.card-lg .card-body ,.card-lg .card-data{min-height:450px;max-height:550px}
.card-xl .card-body ,.card-xl .card-data{min-height:550px;max-height:650px}

.card-mx .card-body ,.card-mx .card-data{    max-height: 100%;}

.card-mx{
	left: 2px;
    right: 2px;
    max-width: 100%;
    top: 2px;
    bottom: 27px;
	}

.card-data{
    width: 100%;
}
.card-header{
    background: #0000ab;
    color: #fff;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 3px 5px;
    padding-bottom: 3px;
    text-align: left;
	height: 25px;
}
.btn{
	border-radius: 0;
	border-top: 2px solid #f8f8f8;
    border-left: 2px solid #f8f8f8;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
}
.card-header .btn {
	background: silver;
    float: right;
    font-size: 9px;
    margin-top: 2px;
    margin-left: 4px;
    height: 15px;
    width: 15px;
    padding: 0px;

}


.card-table,.card-body{
    position: absolute;
	bottom: 40px;
    top: 25px;
    left: 0px;
    right: 0px;
    overflow: auto;
}


.card-footer{
    text-align:right;
	padding: 7px 5px;
	position: absolute;
    bottom: 0;
    width: 100%;
	height: 40px;
}
.card-footer .btn{
    font-weight: 600;
    margin-left: 3px;
    min-width: 80px;
    padding: 3px 5px;
    font-size: 10px;
    border-top: 2px solid #f8f8f8;
    border-left: 2px solid #f8f8f8;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
}
.card-footer .CF, .card-footer .PR{
    min-width: 10px;
}
.card-header.icon{
    padding-left: 4px;
}
.header-inactive{
    background: gray !important;
}

/*

NAVBAR

*/
.navbar{
	background-color: teal;
    margin: 0;
    min-height: 40px;
    padding: 0 6px;
    color:#212529;
}

.navbar-brand{
	color: yellowgreen;
    padding: 0 6px;
}
.nav-link{
    text-decoration: none;
    display: inline-block;
    padding: 0 9px;
    color:#212529;
}
.dropdown-menu{
    display: none;
    min-width: 119px;
    padding: 2px 0 2px;
    margin-left: 12px;
    font-size: 12px;
    list-style-type: none;
    background: #c3c7ca;
    border: 1.8px outset #fff;
    border-radius: 0;
    -webkit-box-shadow: 1.5px 1.5px #000;
    box-shadow: 1.5px 1.5px #000;
}
.dropdown-item{
    padding: 1px 5px;
}
.dropdown-item:hover{
    color:#08216b;
}
.dropdown-item:focus, .dropdown-item:hover{
	color:#fff;
    color:rgb(0,0,128);
}
.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
    width: 32px;
    background: url(icons/directory_closed_cool-5.png);
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
    width: 32px;
    background: url(icons/directory_open_cool-5.png);
}
.navbar-toggler{
    width: auto;
}
/*

FOOTER

*/
	#taskbar {
        height: 26px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border-top: ridge 2px white;
		background-color:#c3c7cb;
    }

    .taskMenu {
		border-top: ridge 2px white;
		border-left: ridge 2px white;
		border-bottom: ridge 2px black;
		border-right: ridge 2px black;	
		}

    .taskMenuActive {
		border-top: inset 2px black;
		border-left: inset 2px black;
		border-bottom: inset 2px white;
		border-right: inset 2px white;		
		}
		
		
    #start {
		font-weight: bolder;
		font-size: 12px;
		float: left;
		min-width: 20px;
		height: 34px;
		display: inline-block;
		padding: 8px 8px;
		margin-left: 2px;
		cursor: default;
		user-select: none;
		background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
		border-top-right-radius: 10px;
		margin-right: 10px;
		color: #fff;
		margin: -2px 0;
		text-shadow: 0 0 5px #000;
		margin-top: -10px;
		}
		
    .taskMenu {
		font-weight: bolder;
		font-size: 12px;
		float: left;
		min-width:20px;
		height: 21px;
		display: inline-block;
		padding: 0px 5px;
		margin-left: 2px;
		cursor: default;
		user-select: none;
		color: #000;
		}

    #startMenu {
		bottom: 28px;
		left: 4px;
		z-index: 9999;
		min-height: 300px;
		min-width: 200px;
		background-color: rgb(192,192,192);
		position: absolute;
		display: block;
		border-top: ridge 3px white;
		border-left: ridge 3px white;
		border-bottom: ridge 2px black;
		border-right: ridge 2px grey;
		padding-bottom: 5px;
    }

	#startMenu .nameMenu {
		width: 28px;
		position: absolute;
		left: 0px;
		top: 0px;
		bottom: 0px;
		background-color: rgb(128,128,128);
		font-family: Arial;
		font-weight:900;
		text-transform: capitalize;
	}

    #startMenu .divider{
        height:1px;
        border-top: ridge 1px white;
        border-bottom: ridge 1px grey;
        margin: 2px ;
		padding-top: 0px;
    }

	.navigationMenu {
	  padding: 0;
	  margin: 0;
	  border: 0;
	  line-height: 1;
	}


        



	.navigationMenu ul,
	.navigationMenu ul li,
	.navigationMenu ul ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}

	.navigationMenu ul {
	  position: relative;
	  z-index: 500;
	  float: left;
	  width: 100%;
	  padding-right: 1px;
	}

	.navigationMenu ul li {
		float: left;
		min-height: 0.05em;
		line-height: 1em;
		vertical-align: middle;
		position: relative;
		color:black;
		height: 32px;
		padding-top:3px;
		cursor: context-menu; 
	}

	.navigationMenu ul li a {
		height: 32px;
		color:#000;
		display: block;
		padding: 10px 0 0 10px;
		}

	.navigationMenu ul li a:hover {
		background-color:rgb(0,0,128);
		text-decoration: none;
		color:white;
	}


	.navigationMenu ul li.hover,
	.navigationMenu ul li:hover {
	  position: relative;
	  z-index: 510;
	  cursor: default;
	}

	.navigationMenu ul ul {
	  top: 0;
	  left: 101%;
	  width: 100%;
	  z-index: 520;
	  display: block;
	  visibility: hidden;
	  position: absolute;
	  padding-bottom:5px;
	  border-top: ridge 3px white;
	  border-left: ridge 3px white;
	  border-bottom: ridge 2px black;
	  border-right: ridge 2px grey;
	  background-color: rgb(192,192,192);
	}

	.navigationMenu ul ul li { 
		height:25px;
		float: none; 
	}
	.navigationMenu ul ul li a { 
		float: none; 
		height:25px;
		padding: 5px 0 0 10px;
		font-size:10px;
	}

	.navigationMenu ul ul ul {
	  top: 0;
	  right: 0;
	}

	.navigationMenu ul li:hover > ul { visibility: visible; }



	.navigationMenu ul li { float: none; }

	.navigationMenu ul ul { 
		margin-top: -2px; }

	.navigationMenu {
		zoom: 1;
		padding-left: 30px;
	}

	.navigationMenu:before {
	  content: '';
	  display: block;
	}

	.navigationMenu:after {
	  content: '';
	  display: table;
	  clear: both;
	}


        
	#startMenu .nameMenu .b {
		position: absolute;
		color: rgb(192,192,192);
		transform: rotateZ(-90deg);
		transform-origin: center left;
		display: inline-block;
		width: 200px;
		white-space: nowrap;
		font-size: 20px;
		left: 13px;
		bottom: 0px;
	}

	#startMenu .nameMenu .num95 {
		font-weight: 100 !important;
		color: white;
	}


    .startClick {
        text-shadow: 0 0 5px #000;
    }
	
    #notifications {
		display: inline-block;
		float: right;
		height: 21px;
		font-size: 9px;
		text-align: center;
		color: #333;
    }	
    #notifications  #clock{
		float: right;
		padding: 5px;
		font-weight: 600;
		color: midnightblue;
		text-shadow: 1px 1px 2px #fff;
	}    
	#notifications  #paire{
		float:right;
		padding: 5px;
		color: midnightblue;
	}

	.popover{
		background-color: #c3c7ca;
		border-right: 2px solid #333;
		border-bottom: 2px solid #666;
		border-top: 2px solid #f8f8f8;
		border-left: 2px solid #f8f8f8;
	}	
	.popover p{
		margin-top:10px;
	}	
	.popover h2{
		text-shadow: 1px 1px 1px #f8f8f8;
	}
	.popover-header{
		background: #0000ab;
		color: white;
	}
	.popover-body{
		//background-color: #c3c7ca;
	}
	.popover .arrow{
		bottom: calc(-0.5rem - 0px);
	}
	.popover .arrow::after{
		border-top-color: #c3c7ca;
	}
	
/*

ICONS

*/
.icon-16{
    margin-bottom:2px;
    max-height: 16px;
}
.icon-16-4{
    margin-bottom:4px;
    max-height: 16px;
}
/*

FORMS

*/
.form-control {
    border: 1px solid #ccc;
    color: #424242;
    background: #fff;
    padding: 0px 5px;
    height: 25px;
    font-size: 12px;
    border-radius: 8px;
}


.bootstrap-select,
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
    outline: 0 !important;
	box-shadow:none;
	outline-color: transparent;
	outline-width: 0;
	outline-style: none;
}
input[type="radio"],input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.form-check-label::before, .form-check-label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.form-check-label{
	margin-left: 10px;
    margin-top: 4px;
	}


input[type="radio"] + .form-check-label::before,
input[type="radio"] + .form-check-label::after {
  border-radius: 50%;
}

.form-check-label::before {
    height: 20px;
    width:20px;
    top: 3px;
    padding-right: 2px;
    border: 2px inset #d5d5d5;
    background: white;
    box-shadow: -1px -1px 0 0 #828282;
}
input[type="radio"] + .form-check-label::after {
  display: none;
  width: 8px;
  height: 8px;
  margin: 6px;
  top: 3px;
  background: black;
}
input[type="checkbox"] + .form-check-label::after {
    display: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    width: 12px;
    height: 12px;
    margin: 4px;  
    top: 3px;
}
input:checked + .form-check-label::after {
  display: block;
}
/*

Progress bar

*/
.progress{
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #c3c7ca;
    border-radius: 0rem;
    border: 1px inset #d5d5d5;
    color: #424242;
}
.progress-bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #1a0094;
    transition: width .6s ease;
}
.progress-bar-blocks{
    background-image: linear-gradient(90deg,transparent 75%,#d5d5d5 25%);
    background-size: 1rem 1rem;
}

/*

TABS

*/
.tab-content {
    background: #c3c7ca;
    border: solid;
    border-width: 2px;
    border-bottom-color: #424242;
    border-right-color: #424242;
    border-left-color: #fff;
    border-top-color: #c3c7ca;
    padding: 1rem 1.4rem;
}
.nav-tabs {
    border-bottom: 2px solid white;
	padding-left:5px;
}
.nav-tabs .nav-item {
	position: relative;
    margin-bottom: 0px;
    background: #c0c0c0;
    color: black;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-right: 1px solid #5A5A5A;
    box-sizing: border-box;
    border-top: 1px solid #999;
}
.nav-tabs .nav-item .nav-link {
    color: black;
    padding: .2rem 1.8rem;
    box-sizing: border-box;
    transform: none;
}
.nav-tabs .nav-item .nav-link.active {
    position: relative;
    background: #c0c0c0;
}
.nav-tabs .nav-item:not(:first-child) .nav-link.active {
    border-left: 1px solid #5A5A5A;
}
.nav-tabs .nav-item:first-child{
    border-left: 2px solid white;
}
.nav-tabs .nav-item .nav-link.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #c0c0c0;
}
.nav-tabs .nav-link {
    border: 0;
    padding: 1rem 1rem;
}

/*

MODAL
TODO: make it draggable;

*/
.modal-content{
    box-shadow: 1px 1px 0 0 #424242;
    border: 1px solid #fff;
    border-right-color: #848484;
    border-bottom-color: #848484;
    background: #c3c7ca;
    padding: 2px;
}
.modal-header{
    height: 32px;
    background: -webkit-linear-gradient(left,#08216b,#a5cef7)!important;
    color:white;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
}
.modal-header .btn{
    margin-top: 5px;
    padding-bottom: 10px;
    height: 22px;
    width: 22px;
}
.modal-header .btn span{
    position: absolute;
    top: 6px;
    right: 14px;
}
.modal-title{
    padding-top: 2px;
    padding-bottom: 1px;
}
.modal-footer{
    padding: 6px;
}
/*

ALERT BOX

*/
.alertModal{
    top: 0;
    left: 0;
	position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgb(0,0,0,0.01);
}
.alertBox{
  background:#C0C0C0;
  border-width:1px;
  border-color:#FFFFFF #808080 #808080 #FFFFFF;
  border-style:solid;
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding:1px;
}
.alertTitle{
	background: -webkit-linear-gradient(left,#08216b,#a5cef7);
    color: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 5px;
    text-align: left;
}
.alertTitle .alertButton{
	float: right;
    font-size: 9px;
    margin-top: 2px;	
}
.alertBody{
	padding: 15px 20px;
    font-size: 12px;
}
.alertFooter{
	padding: 5px 10px;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
    text-align: right;
}
.alertFooter .btn{
	margin-left:3px;
}

.tooltip-inner{
 
 
	opacy:0;
    padding:2px 7px;
    color:#222;
    text-align:center;
    background-color:#FFFFE1;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;  
	border:1px solid #222;
 
}

.wloader{
	position: absolute;
    z-index: 10001;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 1px;
    box-shadow: 0 0 10px rgb(0,0,0,.4);
    border-radius: 6px;
    padding: 1px;
    background-color: #fff;
    padding: 4px;
	
}

.wicon{
	position: absolute;
    width: 92px;
    height: 65px;
    text-align: center;
    padding: 5px;
	color:#fff;
	border:1px solid transparent;
	}

.wicon:hover{
	background: rgb(0,0,255,0.1);
    border: 1px solid rgb(0,0,255,0.2);
	}
.wicon:active{
	background: rgb(0,0,255,0.2);
    border: 1px solid rgb(0,0,255,0.3);
	}
.wicon.wselected{
	background: rgb(0,0,255,0.2);
    border: 1px solid rgb(0,0,255,0.4);
	}

.wicon small{
	display: block;
	text-shadow:0 0 5px rgb(0,0,0,0.5);
}
.wicon i{
	text-shadow:0 0 5px rgb(0,0,0,0.5);
}

.sac_hakan{
	position:absolute;
	top:0px;
	bottom:20px;
	left:0px;
	right:0px;
	}
	
	/* WINAMP */ 
#app #loading {
  color: white;
  text-align: center;
  font-size: 40px;
  height: 30px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#app #loading .ellipsis-anim span {
  opacity: 0;
  -webkit-animation: ellipsis-dot 1s infinite;
  animation: ellipsis-dot 1s infinite;
}

#app #loading .ellipsis-anim span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#app #loading .ellipsis-anim span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#app #loading .ellipsis-anim span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes ellipsis-dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ellipsis-dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}