﻿.funcaoteste
{
    background-color: transparent;
}
*
{
    cursor: default;
    font-family: Verdana;
    font-size: 10px;
}
body
{
    margin: 0px;
    padding: 0px;
    overflow: hidden; /*SAURUS V3*/
    min-width: 700px;
}

/* INICIO BARRA DE MENU */
#barraMenu
{
    position: relative;
    width: 100%;
    height: 55px;
    background-image: url(../css/img/sistema/back_barra.png);
    background-image: linear-gradient(bottom, rgb(216,230,255) 0%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(216,230,255) 0%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(216,230,255) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(216,230,255) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(216,230,255) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-gradient( 	    linear, 	    left bottom, 	    left top, 	    color-stop(0, rgb(216,230,255)), 	    color-stop(1, rgb(255,255,255))     );
    border: 0px solid #000;
    border-bottom: 2px solid #99A9CC;
    margin: 0px;
    padding: 0px;
    z-index: 200;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#saurusMenu
{
    cursor: pointer;
    background-color: transparent; /*background-image: url(../css/botoes/saurus.png);*/
    background-repeat: no-repeat;
    width: 110px;
    height: 55px;
    position: absolute;
    top: 2px;
    left: 0px;
}
#olhoSaurus
{
    background-image: url(../css/img/olho.png);
    width: 43px;
    height: 43px;
    background-position: center;
    background-color: #000;
    box-shadow: 0px 0px 5px rgba(0,0,0,2);
    border-radius: 100%;
    float: left;
    margin-top: 4px;
    margin-left: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
#olhoSaurus:hover
{
    box-shadow: 0px 0px 15px rgba(0,0,0,2);
}
#textoMenuSaurus
{
    float: left;
    text-shadow: 0px 0px 10px rgba(0,0,0,2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 15px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
#textoMenuSaurus:hover
{
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0,0,0,2);
}

#saurusMenu:hover
{
    /*background-image: url(../css/botoes/saurus_hover.png);*/
}
#divTarefas
{
    height: 100%;
    overflow: auto;
    padding-left: 120px;
    padding-right: 110px;
}
#saurusRelogio
{
    /*background-image:url(../css/botoes/relogio.png);*/
    width: 150px;
    height: 48px;
    position: absolute;
    top: 4px;
    right: 0px;
    text-align: right;
    font-family: Verdana;
    font-size: 14px;
}
#relogioHora
{
    margin-top: 5px;
    float: right;
    width: 100px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #557099;
}
#relogioData
{
    float: right;
    width: 100px;
    font-size: 12px;
    text-align: center;
    color: #557099;
}
/* FIM BARRA MENU */

/* INICIO CONTEUDO */
#conteudo
{
    background-color: transparent;
    height: 100%;
    width: 100%;
    position: relative;
    background-repeat: repeat;
    background-position: center;
    background-size: 100%; /*background-image: url(background/Saurus.Preto.jpg);*/
}
#menu
{
    background-color: #fff;
    background-image: linear-gradient(bottom, rgb(255,255,255) 100%, rgb(235,235,235) 0%);
    background-image: -o-linear-gradient(bottom, rgb(255,255,255) 100%, rgb(235,235,235) 0%);
    background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 100%, rgb(235,235,235) 0%);
    background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 100%, rgb(235,235,235) 0%);
    background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 100%, rgb(235,235,235) 0%);
    background-image: -webkit-gradient( 	linear, 	left bottom, 	left top, 	color-stop(1, rgb(255,255,255)), 	color-stop(0, rgb(235,235,235)) );
    width: 1px;
    border-right: 2px solid #99A9CC;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#updmenu
{
    opacity: 1;
    display: display;
    width: 200px;
    margin-left: -2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#updback
{
    height: 100%;
}
#desktop
{
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    overflow: hidden;
}
#content
{
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
#background
{
    margin: 0px;
    padding: 0px; /*background-color: #000;*/
    width: 100%;
    height: 100%;
    border: 0px solid #FFF;
    background-repeat: repeat;
    background-position: center;
}

#trocarTema
{
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url(../css/botoes/tema.png);
    background-repeat: no-repeat;
    background-position: center;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#trocarTema:hover
{
    border-left: 2px solid rgba(255,255,255,0.8);
    border-bottom: 2px solid rgba(255,255,255,0.8);
    cursor: pointer;
}
/* FIM CONTEUDO */


/* INICIO BARRA DE STATUS */
#barraStatus
{
    min-width: 640px;
    position: relative;
    height: 10px;
    bottom: 0px; /*background-color: #AAA;     */
    background-image: url(../css/img/sistema/back_status.png);
    background-image: url(../css/img/sistema/back_status.png);
    background-image: linear-gradient(bottom, rgb(216,230,255) 0%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(216,230,255) 0%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(216,230,255) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(216,230,255) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(216,230,255) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-gradient( 	    linear, 	    left bottom, 	    left top, 	    color-stop(0, rgb(216,230,255)), 	    color-stop(1, rgb(255,255,255))     );
    border: 2px solid #99A9CC;
    z-index: 201;
}
/*#fullscreen
{
    background-image: url(../css/botoes/fullscreen.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 21px;
    position: relative;
    float: right;
    background-color: transparent;
    border-left: 2px solid #99A9CC;
    z-index: 200;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fullscreen:hover
{
    cursor: pointer;
    background-color: #FFF;
}*/
#cobranca
{
    background-image: url(../css/botoes/money.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    width: 100px;
    height: 21px;
    text-align: right;
    padding-right: 5px;
    position: relative;
    float: right;
    background-color: transparent;
    border-left: 2px solid #99A9CC;
    z-index: 200;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#cobranca:hover
{
    cursor: pointer;
    background-color: #FFF;
}
#divtarefa
{
    background-image: url(../css/botoes/task.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    width: 70px;
    height: 21px;
    text-align: right;
    padding-right: 5px;
    position: relative;
    float: right;
    background-color: transparent;
    border-left: 2px solid #99A9CC;
    z-index: 200;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#divtarefa:hover
{
    cursor: pointer;
    background-color: #FFF;
}
.statusTextos
{
    float: left;
    padding-top: 3px;
    padding-right: 20px;
    padding-left: 10px;
    position: relative;
    height: 100%;
    border-right: 2px solid #99A9CC;
    font-size: 12px;
}
#inicioSessao
{
    width: 240px;
    height: 18px;
    font-size: 10px;
    color: #555;
}
#idusuarioSessao
{
    width: auto;
    font-size: 10px;
    height: 18px;
    color: #555;
}
#usuarioSessao
{
    width: auto;
    font-size: 10px;
    height: 18px;
    color: #555;
}
#nomeSessao
{
    width: auto;
    font-size: 10px;
    height: 18px;
    color: #555;
}
#lojaSessao
{
    width: auto;
    height: 18px;
    color: #555;
    font-size: 10px;
}
/* FIM BARRA DE STATUS */


/*INICIO ATALHO*/
.saurus_atalho
{
    width: 100px;
    height: 20px;
    text-align: center;
    background-color: #059;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    line-height: 19px;
    padding-top: 40px;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 8px;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
.saurus_atalho:hover
{
    background-color: #D50;
}
/*FIM ATALHO*/


/* INICIO TAREFAS */
.tarefa
{
    width: 200px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    height: 44px;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 0px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}
.tarefa:hover
{
    cursor: pointer;
    opacity: 0.8;
    background-image: -webkit-gradient( 	linear, 	left bottom, 	left top, 	color-stop(1, rgba(255,255,255,0)), 	color-stop(0, rgba(255,255,255,1)) );
    box-shadow: 0px 0px 20px #DDF;
}
.cortarefaSelecionada
{
    background-image: linear-gradient(bottom, rgba(255,255,255,0) 100%, #FFFFFF 0%);
    background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 100%, #FFFFFF 0%);
    background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 100%, #FFFFFF 0%);
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 100%, #FFFFFF 0%);
    background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0) 100%, #FFFFFF 0%);
    border-color: #99A9CC;
    background-image: -webkit-gradient( 	linear, 	left bottom, 	left top, 	color-stop(1, rgba(255,255,255,0)), 	color-stop(0, rgba(255,255,255,1)) );
    box-shadow: 0px 0px 20px #DEF;
}

.cortarefa
{
    background-image: linear-gradient(bottom, rgba(255,255,255,0) 100%, #FFFFFF 0%);
    background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 100%, #FFFFFF 0%);
    background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 100%, #FFFFFF 0%);
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 100%, #FFFFFF 0%);
    background-image: -ms-linear-gradient(bottom, rgba(255,255,255,0) 100%, #FFFFFF 0%);
    border-color: #fff;
    background-image: -webkit-gradient( 	linear, 	left bottom, 	left top, 	color-stop(1, rgba(255,255,255,0)), 	color-stop(0, rgba(255,255,255,0.5)) );
    box-shadow: 0px 0px 20px #DEF;
    opacity: 0.5;
}
.imgTarefa
{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 6px;
    left: 6px;
}
.textoTarefa
{
    position: absolute;
    left: 55px;
    font-size: 9px !important;
    cursor: pointer;
    color: #777;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.textoTarefa:hover
{
    color: #79B !important;
}
/* FIM TAREFA */


/*TEMA*/
.quadroimagemTema
{
    width: 200px;
    height: 200px;
    float: left;
    margin: 10px;
    padding: 5px;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #FFF;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.quadroimagemTema:hover
{
    cursor: pointer;
    background-color: #DDD;
    border: 2px solid #999;
    box-shadow: 2px 2px 5px #888;
    -moz-box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.backimagemTema
{
    width: 197px;
    height: 148px;
    border-radius: 10px;
    margin-bottom: 3px;
    border: 0px solid #999;
    box-shadow: 0px 0px 5px #555;
}
.backimagemTema:hover
{
    cursor: pointer;
}
.backlabelTema
{
    color: #777;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: auto;
}
.backlabelTema:hover
{
    cursor: pointer;
    color: #000;
}
.painelTema
{
    background-color: #FFF;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid #aaa;
    margin-bottom: 0px;
}

.divcontrole_tarefas
{
    display: block;
    width: 325px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    box-shadow: -5px 0px 10px rgba(0,0,0,0.2);
    -webkit-transition: all 1.5s linear;
    -moz-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    transition: all 1.5s linear;
}
/*FIM TEMA*/