﻿/*#region Fonts*/
@font-face {
    font-family: 'MuseoSans';
    src: url('fonts/museosans_100-webfont.eot');
    src: url('fonts/museosans_100-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museosans_100-webfont.ttf') format('truetype'), url('fonts/museosans_100-webfont.svg#MuseoSans') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MuseoSans';
    src: url('fonts/museosans_300-webfont.eot');
    src: url('fonts/museosans_300-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museosans_300-webfont.ttf') format('truetype'), url('fonts/museosans_300-webfont.svg#MuseoSans') format('svg');
    font-weight: 300;
    font-style: normal;
}




@font-face {
    font-family: 'MuseoSans';
    src: url('fonts/museosans_700-webfont.eot');
    src: url('fonts/museosans_700-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museosans_700-webfont.ttf') format('truetype'), url('fonts/museosans_700-webfont.svg#MuseoSans') format('svg');
    font-weight: 700;
    font-style: normal;
}


/*#endregion*/


html {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-size: .90em;
    font-family: MuseoSans,Georgia,"Times New Roman",Times,serif;
    margin: 0;
    padding: 0;
    background-color: #FFF;
}

* {
    margin:0;
    padding:0;

    transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition : background 0.2s;
}

    *:hover {
    transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition : background 0.2s;
    }

h1 {
    margin-bottom:30px;
}

h3 {
   margin-bottom:15px;
   font-weight:normal;
   font-size:16px;
}

label.error {
    margin-left: 15px;
}

/*Fake table*/
.row {
    width:100%;
    float:left;
    margin-bottom:10px;
}

.col {
    float:left;
    min-width:130px;
}


/*Botões*/
input[type="button"], input[type="submit"] {

    height:2.142em;
    min-width:6em;
    font-family:"Segoe UI Web Semibold", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "Helvetica Neue", Arial;
    font-size:100%;
    background-color:#666;
    color:#EEE;
    padding:3px 12px 5px;
    border:0px;


    transition:none;
    -moz-transition:none;
    -webkit-transition:none;
}

input[type="button"]:hover, input[type="submit"]:hover {
    background-color:#333;
    color:#EEE;
}

input[type="button"]:active, input[type="submit"]:active {
    background-color:#000;
    color:#FFF;
}


/*Caixas de texto*/
input[type="text"], input[type="password"] {
    font-size: 100%;
    color: #212121;
    border: 1px solid #BABABA;
    padding: 4px 8px;
    font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, "sans-serif";
}

textarea {
    min-height:100px;
    padding:15px;
    color:#333;
    background-color:transparent;
    border:3px solid #fff;
    font-size:16px;
    
    font-family:Verdana, Geneva, sans-serif;
}

textarea:hover {
    border-color:#666;
}
/*Select*/
select {

    -webkit-border-image: none;
    -webkit-box-align: center;
    -webkit-font-smoothing: auto;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: none;
    background-color: white;
    background-position: 0% 0%;
    border: 1px solid #CCC;
    box-sizing: border-box;
    color: black;
    display: inline-block;
    font-family: 'Segoe UI', 'Segoe UI Web Regular', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;
    font-size: 14px;
    height: 30px;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    padding-left: 4px;
    text-align: start;
    text-indent: 0px;
    white-space: pre;
    width: auto;
    word-spacing: 0px;
}

select:hover {
    
}
/*--------------------------------*/

a, a:visited {
    color: #333;
    text-decoration: none;

    transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition : color 0.5s;
}                   


    a:hover {
        color: #333;

        transition: color 0.5s;
        -moz-transition: color 0.5s;
        -webkit-transition: color 0.5s;
        -o-transition : color 0.5s;
    }

    a:hover {
        color:#0094ff;
    }

ul {
    list-style:none;
}

ul li {
    transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition : background 0.5s;
}

    ul li:hover {
        transition: background 0.5s;
        -moz-transition: background 0.5s;
        -webkit-transition: background 0.5s;
        -o-transition: background 0.5s;
    }


.container {
    width:1024px;
    margin:0 auto;
}
/*Exibe uma caixa para adicionar descrições (usar em Divs)*/
/*------------------------------------------------------------*/

/*Right*/
.description-r {
  position: absolute;
  min-width: 200px;
  min-height:20px;
  padding: 15px;
  background: #555555;
  color: #F2F2F2;
  font-size:16px;
  z-index:100;
  left:0;
  top:0;

  display:none;
  font-weight:300;
  
}

.description-r:before {
    content:"";
    float:left;
    position:absolute;
    top:10px;
    left:-10px;
    border-color:transparent  #333 transparent  transparent;
    border-style:solid;
    border-width:10px  10px 10px 0;
}


/*Top*/
.description-t {
  position: absolute;
  min-width: 200px;
  min-height:20px;
  padding: 15px;
  background: #F2F2F2;
  color: #CCC;
  font-size:14px;
  z-index:100;
  left:0;
  top:0;

  display:none;
}

.description-t:before {
    content:"";
    float:left;
    position:absolute;
    bottom:-10px;
    left:20px;
    border-color:#333 transparent   transparent   transparent ;
    border-style:solid;
    border-width: 10px  10px 0 10px;
}


/*Bottom*/
.description-b {
  position: absolute;
  min-width: 200px;
  min-height:20px;
  padding: 15px;
  background: #333;
  color: #F2F2F2;
  font-size:14px;
  z-index:100;
  left:0;
  top:0;

  display:none;
}

.description-b:before {
    content:"";
    float:left;
    position:absolute;
    top:-10px;
    left:20px;
    border-color: transparent   transparent #333  transparent ;
    border-style:solid;
    border-width: 0 10px   10px  10px;
}

/*
/*Top Right Bottom Left*/

/*.description-t:after, .description-r:after, .description-b:after, .description-l:after {
    content:"";
    float:left;
    position:absolute;
    bottom:0;
    right:0;
    border-color:transparent  #09C #09C transparent;
    border-style:solid;
    border-width:5px  5px 5px 5px;
}*/
/*------------------------------------------------------------*/




/*Ícones*/
/*------------------------------------------------------------*/

.import-nfe-icon{
    background-image:url("/Images/Icons/ImportNfe.png");
    background-repeat:no-repeat;
    width:256px;
    height:256px;
}
    .import-nfe-icon:hover {
        background-color:#77C1F7; 
    }

    
 .config-icon {
    background-image:url("/Images/Icons/config.png");
    background-repeat:no-repeat;
    width:256px;
    height:256px;
}
    .config-icon:hover {
        background-color:#F1665D;
    }
    

 .crm-icon {
    background-image:url("/Images/Icons/CRM.png");
    background-repeat:no-repeat;
    width:256px;
    height:256px;
}
    .crm-icon:hover {
        background-color:#70C35D;
    }
    
    
 .bomdevista-icon {
    background-image:url("/Images/Icons/bomdevista.png");
    background-repeat:no-repeat;
    width:256px;
    height:256px;
}
    .bomdevista-icon:hover {
        background-color:#3e4095;
    }
    
 .lojavirtual-icon {
    background-image:url("/Images/Icons/lojavirtual.png");
    background-repeat:no-repeat;
    width:256px;
    height:256px;
}
    .lojavirtual-icon:hover {
        background-color:#C75353;
    }

 .admin-icon {
    background-image:url("/Images/Icons/admin.png");
    background-repeat:no-repeat;
    width:256px;
    height:256px;
}
    .admin-icon:hover {
        background-color:#E96DA1;
    }


 .nfe-prime-icon {
    background-image:url("/Images/Icons/NfePrime.png");
    background-repeat:no-repeat;
    width:256px;
    height:256px;
}
    .nfe-prime-icon:hover {
        background-color:#ffc300;
    }


 .financeiro-icon {
    background-image:url("/Images/Icons/financeiro.png");
    background-repeat:no-repeat;
    width:256px;
    height:256px;
}
    .financeiro-icon:hover {
        background-color:#619DAC;
    }


 .mail-evo-icon {
    background-image:url("/Images/Icons/mail-evo.png");
    background-repeat:no-repeat;
    width:256px;
    height:256px;
}
    .mail-evo-icon:hover {
        background-color:#b0b0b0;
    }

  .kalt-icon {
    background-image:url("/Images/Icons/kalt.png");
    background-repeat:no-repeat;
    width:256px;
    height:256px;
}
    .kalt-icon:hover {
        background-color:#f69d66;
    }
    
    

.icon 
{
    color: #e5e5e5;
    font-size: 16px;
    height: 150px;
    line-height: 300px;
    padding: 0;
    text-align: center;
    width: 150px;
    display: block;

    transition: background 0.8s;
    -moz-transition: background 0.8s;
    -webkit-transition: background 0.8s;
    -o-transition : background 0.8s;

    background-position:center;
    background-color:#e5e5e5;
}

    .icon:hover {
        transition: background 0.3s;
        -moz-transition: background 0.3s;
        -webkit-transition: background 0.3s;
        -o-transition : background 0.3s;
    }



.icon-name {
    width: 130px;
    text-align: center;
    float: left;
    margin-top:-14px;
    margin-left:6px;
    color:#FFF;
    display: none;
    font-weight: 300;
    font-size: 16px;
}

/*------------------------------------------------------------*/



/*Nav*/
#nav {
    width:100%;
    height:40px;
    background-color:#F1F1F1;
    position:fixed;
    left:0;
    top:0;
    z-index:50;
    border-bottom:4px solid #D8D8D8;
}

#nav-cont {
    width:600px;
    margin:0 auto;
}

    #nav ul {
        display:inline;
        z-index:100;
    }

    #nav li {
        width:120px;
        height:40px;
        float:left;
        position:relative;
        -webkit-transition: none;
           -moz-transition: none;
            -ms-transition: none;
             -o-transition: none;
                transition: none;
    }

        #nav li:hover {
            background-color:#EBEBEB;
            -webkit-transition: none;
           -moz-transition: none;
            -ms-transition: none;
             -o-transition: none;
                transition: none;
                border-bottom: 4px solid #F39E9E;
        }

    #nav ul li a {
        width:120px;
        height:40px;
        line-height:40px;
        text-align:center;
        color:#777777;
        display:block;
        font-weight:300;
        -webkit-transition: none;
           -moz-transition: none;
            -ms-transition: none;
             -o-transition: none;
                transition: none;
                font-size: 17px;
        
    }

        #nav ul li:hover a{
            color:#333;
            -webkit-transition: none;
           -moz-transition: none;
            -ms-transition: none;
             -o-transition: none;
                transition: none;
        }

        /*Sub itens*/

#nav ul li ul {
    background-color:#555;
    display:none;
    position:absolute;
    left:0;
    height:-40px;
    margin-top:20px;
    padding-top:15px;
    padding-left:0;
    padding-right:0;
    padding-bottom:15px;

}

#nav ul li ul:before {
    content:"";
    width:100px;
    height:20px;
    background-image:url("/Images/arrow-top.png");
    background-repeat:no-repeat;
    background-position:center;
    float:left;
    position:absolute;
    top:-20px;
    left:0;

}


#nav ul li:hover ul {
    display:block;
}


    #nav ul li:hover ul li {
        width:150px;
        float:none;
    }

        #nav ul li:hover ul li a {
            width:100%;
            color:#fff;

            text-shadow:none;
        }

#nav ul li:hover li:hover {
    background-color:#666;
    border:none;
}

            #nav ul li:hover ul li:hover .description-r {
                left:168px;
                top:0;
                display:block;
            }

                #nav ul li:hover ul li:hover .description-r:before {
                    top:7px;
                }
     
