* {    
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
.desktop{

    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    position: fixed;;
    width: 100%;
    height: calc(100% - 38px);
    background-image: url("img/bg.jpg");
    background-repeat: round;
}
.klasor-ici{
    display: inline-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    position: fixed;;
    width: 100%;
    height: calc(100% - 38px);
}
.desktoplink {
    width: 5vw;
    min-height: 6vw;
    margin-left: 0.4vw;
    margin-top: 0.4vw;
    z-index: 0;
}
.desktoplink:hover{
    background-color: rgba(255,255,255,0.2);
}
.desktoplink .icon {
    display: block;
    position: absolute;
    width: 3vw;
    height: 3vw;
    /* background-color: rgba(150,0,255,0.3); */
    margin-left: 1vw;
    margin-top: 0.5vw;
    background-size: 100% 100%;
    z-index: -10;
    pointer-events: none;
}
.ddesc {
    display: block;
    position: absolute;
    width: 5vw;
    text-align: center;
    font-family: Tahoma;
    color: #ddd;
    margin-left: 0;
    font-size: 0.85vw;
    margin-top: 3.8vw;
    text-shadow: 1.5px 1.5px 1.8px black;
    word-break: break-word;
    cursor: default;
}
.siyah{
    color: #000000;
    text-shadow: none;
}
.footer{
    height: 38px;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 0px;
    z-index: 1000;
    background-image: url("img/bar.png");
    
}
.baslat{
    display: inline-block;
    text-align: right;
    height: 38px;
    width: 130px;
    background-image: url("img/start.png");
    font-style: italic;
    text-shadow: 1.5px 1.5px 1.8px black;
    float: left;
}
.baslat:hover{
    background-image: url("img/starthover.png");
}
.baslat a{
    text-decoration: none;
}
.baslat-btn{
    display: block;
    width: 100%;
    height:100%;
    color: white;
    font-weight: bold;
    font-size: 23px;
    padding-right: 15px;
    padding-top: 5px; 
}
.baslat-img{
 float: left; 
 padding-left: 10px;
 padding-top: 5px;   
 height: 35px;
}

.dropdown-content{
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropup-content{

    display: none;
    position: absolute;
    bottom: 38px;
    left: -2px;
    background-color: #f1f1f1;
    z-index: 1;

    height: 430px;
    width: 30vw;
    min-width: 400px !important;
    padding: 3px;
    border-top-left-radius: 1%;
    border-top-right-radius: 1%;

    background: rgba(19,97,199,1);
    background: -moz-linear-gradient(top, rgba(19,97,199,1) 0%, rgba(107,172,247,1) 23%, rgba(107,172,247,1) 79%, rgba(19,97,199,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,97,199,1)), color-stop(23%, rgba(107,172,247,1)), color-stop(79%, rgba(107,172,247,1)), color-stop(100%, rgba(19,97,199,1)));
    background: -webkit-linear-gradient(top, rgba(19,97,199,1) 0%, rgba(107,172,247,1) 23%, rgba(107,172,247,1) 79%, rgba(19,97,199,1) 100%);
    background: -o-linear-gradient(top, rgba(19,97,199,1) 0%, rgba(107,172,247,1) 23%, rgba(107,172,247,1) 79%, rgba(19,97,199,1) 100%);
    background: -ms-linear-gradient(top, rgba(19,97,199,1) 0%, rgba(107,172,247,1) 23%, rgba(107,172,247,1) 79%, rgba(19,97,199,1) 100%);
    background: linear-gradient(to bottom, rgba(19,97,199,1) 0%, rgba(107,172,247,1) 23%, rgba(107,172,247,1) 79%, rgba(19,97,199,1) 100%);

    -webkit-box-shadow: inset 0px 4px 2px 0px rgba(255,255,255,0.31); 
    box-shadow: inset 0px 4px 2px 0px rgba(255,255,255,0.31);
}
.dropup-show{
    display: block;
}
.start-title{
    width: 100%;
    color: white;
    vertical-align: top;
    font-size: 15px;
    text-shadow: 2px 2px 9px rgba(0,0,0,0.5);
    margin: 5px;
}

.start-title>div{
    display: inline-block;
    vertical-align: middle;
}

.start-title-img{
    padding: 2px;
    padding-bottom: 0;
    border-radius: 7%;
    background-color: grey;
    margin-right: 5px;
    background: #CECECE;
    background: -moz-linear-gradient(top, #CECECE 0%, #8C8C8C 100%);
    background: -webkit-linear-gradient(top, #CECECE 0%, #8C8C8C 100%);
    background: linear-gradient(to bottom, #CECECE 0%, #8C8C8C 100%);
}

.start-title-img>img{
    border-radius: 7%;
    background-color: grey;
}

.start-linklist-left{
    display: inline-block;
    width: 50%;
    height: 75%;
    overflow: auto;
    margin-right: -4px;
    background-color: rgb(255, 255, 255);
    vertical-align: top;
}
.start-linklist-right{
    display: inline-block;
    width: 50%;
    height: 75%;
    overflow: auto;
    margin-right: -4px;
    background-color: rgb(203, 227, 255);
    vertical-align: top;
}

.start-span{
    background: #CECECE;
    background: -moz-linear-gradient(left, #CECECE 15%, #FF7B00 50%, #CECECE 85%);
    background: -webkit-linear-gradient(left, #CECECE 15%, #FF7B00 50%, #CECECE 85%);
    background: linear-gradient(to right, #CECECE 15%, #FF7B00 50%, #CECECE 85%);
    width: 100%;
    height: 2px;
}

.start-footer{
    width: 100%;
    margin-right: -4px;
}


.start-option{
    color: black;
    font-size: 14px;
    padding: 8px;
    margin: 8px;
}
.start-shutdown{
   display: inline-block;
   float: right;
   color: white !important;
   margin: 1px;
}

.start-link {
    text-decoration: none;
    color: black;    
    
}  

.start-option:hover{
    text-decoration: none;
    color: black;
    background-color: #316ac5;
    text-decoration: none;
}
.start-option > *{
    vertical-align: middle;
}
.gorev-cubugu{
    display: inline-block;
    font-size: 14px;
    height: 31px;
    background-color: #1a50b8;
    border: 2px #0c3cae inset;
    border-radius: 3px;
    padding-left: 5px;
    float: left;
    margin: 4px;
    width: 10%;
    text-align: left;
}
.gorev-cubugu:hover{
    background-color:#326ee9;
}
.secilidegil{
    background-color: #397df3;
    border: 2px #5f99fa outset;
}
.secilidegil:hover{
    background-color: #5589ff;
}
.acik-pencere{
    display: inline-block;
    color: white;
    padding-left: 5px;
    padding-top: 5px;
}
.bildirim {
    display: inline-block;
    float: right;
    font-size: 14px;
    background-image: url("img/time-bar.png");
    height: 38px;
    border-left: 3px #0d69b4 outset;
    padding-left: 5px;
    padding-top: 10px;
}
.saat{   
    display:inline;
    width: 100%;
    height:100%;
    color: white;
    font-size: 13px;
    padding-right: 5px;
}





.pencere>.drag-rd {
    width: 10px;
    height: 10px;
    top: calc(100% - 5px);
    left: calc(100% - 5px);
    position: absolute;
    cursor: se-resize;
}
.pencere>.drag-ru {
    width: 10px;
    height: 10px;
    top: -5px;
    left: calc(100% - 5px);
    position: absolute;
    cursor: ne-resize;
}
.pencere>.drag-lu {
    width: 10px;
    height: 10px;
    top: -5px;
    left: -5px;
    position: absolute;
    cursor: nw-resize;
}
.pencere>.drag-ld {
    width: 10px;
    height: 10px;
    top: calc(100% - 5px);
    left: -5px;
    position: absolute;
    cursor: sw-resize;
}
.resize{
    display:block;
    position:absolute;
    bottom:0;
    right:0;
    width:1vw;
    height:1vw;
    cursor:se-resize;
    z-index:2;
  }
  .resize[scale="h"]{
    width: calc(100% - 2vw);
    height: 0.5vw;
    right: 1vw;
    bottom: -0.4vw;
    cursor: n-resize;
  }
  
  .resize[scale="w"],.resize[scale="lw"]{
    height: calc(100% - 3.5vw);
    width: 0.5vw;
    right: -0.4vw;
    bottom: 1vw;
    cursor: e-resize;
  }
  
  .resize[scale="lwh"]{
    right: initial;
    left: 0;
    cursor: ne-resize;
  }
  
  .resize[scale="lw"]{
    right: initial;
    left:-0.4vw;
  }
  