root { 
    display: block;
}
body, html {
    height: 100%;
}
body{
    background: rgba(15, 0, 255,1);
    background: -moz-linear-gradient(top, rgba(15, 0, 255,1) 0%, rgba(3,235,92,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15, 0, 255,1)), color-stop(100%, rgba(3,235,92,1)));
    background: -webkit-linear-gradient(top, rgba(15, 0, 255,1) 0%, rgba(3,235,92,1) 100%);
    background: -o-linear-gradient(top, rgba(15, 0, 255,1) 0%, rgba(3,235,92,1) 100%);
    background: -ms-linear-gradient(top, rgba(15, 0, 255,1) 0%, rgba(3,235,92,1) 100%);
    background: linear-gradient(to bottom, rgba(15, 0, 255,1) 0%, rgba(3,235,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#03eb5c', GradientType=0 );
}
.x-panel-body-default {
    background: transparent;
    border: none;
}
.reg-new-user{
    margin: auto;
    position: absolute;    
    top: 0; 
    left: 0; 
    bottom: 0px; 
    right: 0;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(gray), to(ghostwhite));
}
/*@font-face {
    font-family: 'Futura'; 
    src: url('futuramedium-webfont.eot');
    src: url('futuramedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('futuramedium-webfont.woff') format('woff'),
         url('futuramedium-webfont.ttf') format('truetype'),
         url('futuramedium-webfont.svg#FuturaStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-size: 12px;

}
{
        font-family: Futura;
}*/




/* Sobreescribir desktop.css */
.ux-taskbar{
    padding-left: 0px;
    height: 25px;
    overflow: visible;
}
.ux-taskbar .x-box-inner{
    overflow: visible;
    top:-5px;
}

.ux-desktop-shortcut{
    width:80px;
    float:left;
    padding: 0px;
    margin:10px;
    text-align: center;
    cursor:pointer;
    cursor: hand;
}

.ux-desktop-shortcut-icon {
    width:80px;
    text-align: center;
}
.ux-desktop-shortcut-icon img{
    margin-left: auto;
    margin-right: auto;
}

.ux-desktop-shortcut-text{
    width:80px;
    text-align: center;
    /*color: blue;*/
}
.x-window-default{
    padding:5px;
    background-color: whitesmoke;
    border-radius: 8px;
}
.x-window-header-default-top{
    padding: 5px 0px 0 5px;
    border-width: 0px;
    background-color:  transparent;
    width: 95%;

}
.x-window-header-text-default{
    color: cadetBlue;
    font-weight: bolder;
}
.x-window-body-default {
    border-width: 0px;
    border-radius: 5px;
    padding: 5px;
    background-color: whitesmoke;
    box-shadow: #0a5 3px;
    -moz-box-shadow: #005888;
}


/* Personalizaci�n de Ko&Ko */
.te-logo{
    background: url("../images/ko-and-ko-logo.png") 100% no-repeat;
    background-position: center;
    background-size: 6%;
    height: 25px;
    border-width: 0px;
    bottom: 5px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.support-by{
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    color: white;
    border-radius: 10px;
    background-color: transparent ;
    font-weight: bolder;
}
.support-by, .support-by a{
    font-family: monospace;
}
.support-by a:visited{
    color: wheat;
}
.support-by a:hover{
    color:blue;
}

.reg-new-user{
    opacity: 1;
    color: darkblue;
}
/*Login msg */
.login-win{
    border-color: white;
}

.login-win label, .login-win input{
    color:#00f;
    margin-left: 30px;
    width: 175%;
}
.login-win button span{
    color:#00f;
}

#login-password div{
    width: 260px;
}
.login-top-img{
    /*height: 300px;*/
    margin: 0px 0 30px 0 ;
    border-width: 0px;
    left:0px;
}
.login-top-img img{
    vertical-align: top;
}
.login-top-img div{
    background: transparent;
    border-width: 0px;
}
.login-top-img-registro{
    height: 110px;
    border-width: 0px;
}
.x-window-body-default{
    padding: 0px;
}
.login-top-img-registro img{
    vertical-align: middle;
}
div.desktop-calendar{
    /* position: fixed;*/
    float:right;
    top: 10px;
    right: 5px;
    width: 100px;
    height: 250px;

}
div#desktop-calendar-info{
    position: relative;
    top: 0;
    color: whitesmoke;
    font-weight: bolder;
    background-color: #046BCA;
    border-radius: 5px;
    width: 330px;
    height: 80px;
    left: -235px;
    padding: 10px;
    opacity: 0.7;
}
div.desktop-calendar-date{
    position: relative;
    top: 15px;
    background: url("../images/calendar.png") center no-repeat;
    width: 108px; 
    height: 140px;
    background-size: 135px;
}
div.desktop-calendar-date img{
    position: relative;
    text-align: center;
    top: -28px;
    right: 9px;
    float: right;
    width: 35px;
}
div.desktop-calendar-date div{
    position:relative;
    text-align: center;
    width: 100px;
}

div.desktop-calendar-m{
    color:white;
    top:22px;
    font-weight: normal;
}
div.desktop-calendar-dw{
    color: white;
    top: 19px;
    font-weight: bolder;
}
div.desktop-calendar-d{
    color: black;
    top: 13px;
    font-size: 67px;
    font-family: 'fantasy';
    font-weight: bolder;
}


div.desktop-logo{
    position: fixed;
    float: right;
    bottom: 35px;
    right: 350px;

}
div.desktop-logo p{
    margin-right: 15px;
} 



.shorcuts-view-id-1{
    width: 255px;
    height: 360px;
    border: 0;
}
.shortcuts-view-container, .shortcuts-view-container > div{
    width: 255px;
    height: 400px;
    background: transparent;
    float:left;
}

.ux-start-button {

}
.ux-start-button .x-btn-center{
    height: 40px;
    padding: 0px;
    display: block;
    background: url(../images/desktop/taskbar/start-menu-icon.png) no-repeat ;
    background-position: center;
    background-size: 80px 90px;
    overflow: visible;
    width: 45px;
    padding-right: 0px;
    top:-5px;
}

.ux-start-button .x-btn-arrow {
    background-image: none;
    overflow: visible;


}
.ux-start-button .x-btn-arrow-right {
    padding-left: 0px;
    overflow: visible;
}
.x-btn-center{
    overflow: visible;
}
ux-start-button-icon {
    background-position: center bottom;
    background-color: transparent;
    width: 65px;
    margin-top:-12px;
}

/* iconCls configurations */

.koandko-btn{
    background-image: url("../images/btn-background.png");
    background-repeat: no-repeat;
    background-position-x: -3px;
    background-position-y: -3px;
    background-size:100% 100%; 
    height: 25px;
    opacity:0.7;
}
.koandko-btn:hover{
    opacity:1;
}
.x-btn .koandko-btn .x-btn-over .over{
    background-image: none;
    /*border:solid red 3px;*/
    padding:10px;
}
.koandko-btn .x-btn-inner {
    color:white;
    margin: 0;
}
.alert-danger, .alert {
    margin-bottom: 0px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 4px;
    position: absolute;
    z-index: 2;
    bottom: -75px;
    height: 24px;
    padding: 5px;
    width: 100%;
    left: 0px;
}

