﻿/*-----------------------------------------------
                 Media Screens
 ------------------------------------------------*/

@media ( min-width: 1281px ) {
    #launcher 
    {       
        background: url('img/bg_launcher1920.jpg');        
    }
    .apps ul li a
    {
        font-size: 1.3em!important;
    }
}

@media ( max-width: 1280px) and (min-width: 1025px) {
    #launcher {
        background: url('img/bg_launcher1280.jpg');       
    }
    .apps ul li a
    {
        font-size: 1.2em!important;
    }
}

@media ( max-width: 1024px ){
    #launcher {
        background: url('img/bg_launcher1024.jpg');       
    }
    .apps ul li a 
    {
        font-size: 1.1em!important;
    }
}




/*---------------------------------------------------------
                     Common classes 
-----------------------------------------------------------*/
#launcher
{
    overflow: hidden;
    /*width: 1920px;
    height: 100%;*/
    visibility: visible;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
    background-position-y: 100%;   
    /*opacity: 0.8;*/
    position: absolute;
    margin: 0 auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px); */      
}


#launcher-container {
    height: 100vh;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: rgb(71, 71, 71);
    /*background-color: white;*/
}
.launcher {
    position: relative;
    text-align: center;
    color: white;
    padding-top: 0;
}

.app-launcher {
    position: absolute;
    left: -5px;
    top: 110px;
    margin: 0 auto;
    width: 100%;
}
 
.app-launcher::before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
}
 
.box-launcher{
    box-shadow: 0 2px 6px rgba(16, 6, 6, 0.36);
    border: 1px solid  rgba(88, 87, 87, 0.43);
    border-color: rgba(88, 87, 87, 0.43);
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
    background-color: white;
    margin-bottom: -175px;
    border-radius: 5px;
}

.apps {
    position: relative;
    min-height: 325px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 40%;
    min-width:350px;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    padding-bottom: 2%;
}

.login {
    position: relative;
    min-height: 196px;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 325px;
    height: 325px;
    margin-left: auto;
    margin-right: auto;
    top: 23%;

}

.form-signin{
    width: 100%!important;
    padding: 0!important;
    
}


.form-signin .fields{
    width: 65%!important;
    padding: 7%!important;
    margin: 7% 10% 16% 10%;
}

.form-signin .fields input{
    margin-bottom: 20px;
    height:35px!important;
}

.form-signin .fields button{
   float:right;
}
 
.launcher .button {
  cursor: pointer;
  width: 32px;
  margin: 0 auto;
}
 
.hide { display: none; }
 
.apps ul {
    background: #fff;
    margin: 0;
    padding: 6%;
    width: 88%;
    /* height: 600px; */
}
 
.apps ul li{
    display: block!important;
}

.apps ul li a{
    float: left;
    height: 25px;
    width: 81%;
    padding: 7%;
    text-align: left;
    background-color: #f5f5f5;
    margin: 2%;
    border-color: rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.apps ul li a:hover {
    background: rgba(0, 136, 204, 0.22);
    box-shadow: 1px 1px 7px rgba(67, 132, 205, 0.46);
}

.apps ul li a {
    font-size: 18px;
    color:#787878;
}

.apps ul li a:hover,.apps ul li a:active,
.apps ul li a:after,.apps ul li a:focus  {
    font-size: 18px;
    text-decoration:none;
}
.apps ul li a[class="disabled"]{
    background: rgba(255, 255, 255, 0);
    color: rgba(174, 173, 173, 0.44);
    pointer-events: none; /* Disables the button completely. Better than just cursor: default; */
}

#btn-menu-launcher {
    color: #b0aeae;
}

#btn-menu-launcher:hover, #btn-menu-launcher:active,
#btn-menu-launcher::after,#btn-menu-launcher:focus{
    /*color: #787878;*/
    cursor:default;
}

.title{
    margin: 0 auto;
    font-size: 35px;
    text-align: center;
    color: #0088cc;
    height: 90px;
    line-height: 100px;
    font-weight: 700;
     text-shadow: 2px 2px #D2D2D2;

.title span{
    text-shadow: 2px 2px #D2D2D2;
}

 
::-webkit-scrollbar-thumb {
 background-clip: padding-box;
 background-color: rgba(0,0,0,.3);
 border: 5px solid transparent;
 border-radius: 10px;
 min-height: 20px;
 min-width: 20px;
 height: 5px;
 width: 5px;
}
 
::-webkit-scrollbar {
 height: 15px;
 width: 15px;
 background: white;
}
 
::-webkit-scrollbar-button {
 height: 0;
 width: 0;
}

/********* Login   **********************/
	#login{
        height: 400px;
        width: 400px;
	}

   .login-container {
		padding: 40px 0;
		background-color: #F5F5F5;
	}
	/*.form-signin {
		max-width: 300px;
		padding: 19px 29px 19px;
		margin: 0 auto 20px;
		border: 1px solid #E5E5E5;
		background-color: #FFFFFF;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 5px;
		-moz-box-shadow: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.05);
	}*/

    /*.form-signin{
        position: relative;
        border: 1px solid #ccc;
        border-color: rgba(0,0,0,.2);
        box-shadow: 0 2px 10px rgba(0,0,0,.15);
        -webkit-transition: height .2s ease-in-out;
        transition: height .2s ease-in-out;
        min-height: 175px;
        overflow-y: auto;
        overflow-x: hidden;
        margin: 70px auto 30px;

        max-width: 300px;
		padding: 19px 29px 19px;
		background-color: #FFFFFF;
		border-radius: 5px;
    }*/

    .form-signin{
        width: 220px;
        padding: 50px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        border-color: rgba(16, 16, 16, 0.12);
        box-shadow: 0 2px 10px rgba(0,0,0,.15);
        -webkit-transition: height .2s ease-in-out;
        transition: height .2s ease-in-out;
    }

	.form-signin .form-signin-heading {
		margin-bottom: 10px;
	}
	.form-signin button[type="submit"] {
		font-weight: bold;
	}

    .btn-login{
        width: 100%;
        padding: 0;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }


    .btn-blue {
        /*background: #59aee6;*/
        background-image: -webkit-linear-gradient(top, #59aee6, #0088cc);
        background-image: -moz-linear-gradient(top, #59aee6, #0088cc);
        background-image: -ms-linear-gradient(top, #59aee6, #0088cc);
        background-image: -o-linear-gradient(top, #59aee6, #0088cc);
        background-image: linear-gradient(to bottom, #59aee6, #0088cc);
        -webkit-border-radius: 2;
        -moz-border-radius: 2;
        border-radius: 2px;
        text-shadow: 1px 1px 3px #5e5d5e;
        -webkit-box-shadow: 0px 0px 2px #666666;
        -moz-box-shadow: 0px 0px 2px #666666;
        box-shadow: 0px 0px 2px #666666;
        color: #ffffff;
        font-size: 14px;

    }

    .btn-blue:hover {
      background: #0088cc;
      background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
      background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
      background-image: -ms-linear-gradient(top, #0088cc, #0077b3);
      background-image: -o-linear-gradient(top, #0088cc, #0077b3);
      background-image: linear-gradient(to bottom, #0088cc, #0077b3);
      text-decoration: none;
      line-heigth: 30px;
       color: #ffffff;
    }

    form input{
        height:40px!important;
        border-radius: 0;
    }

    form .btn-blue,form .btn-blue:hover{
        height:30px!important;
        line-hegiht: 30px!important;
    }