/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-ago-2015, 18.46.47
    Author     : SpockPc
*/

/*Ottimizzazione layout*/
.form-control{
    padding: 3px 6px;
}

.form-group {
    margin-bottom: 10px;
}


.navbar-right{
    margin-right: 10px;
}

.page-header{
    padding-bottom: 9px;
    margin: 20px 0 10px;
}

.navbar-brand img{
    width: 25px;
    height: auto;
    float: left;
}

.urlrevo{
    float: left;
    padding-left: 10px;
    margin-top: 3px;
    color: white;
    cursor: default;
}

.container{
    margin-bottom: 40px;
}

/*Fine Ottimizzazione layout*/

#defaultForm .form-control-feedback {
    top: 0;
    right: -15px;
}

#eventForm .form-control-feedback {
    top: 0;
    right: -15px;
}

.codfiscale{
    text-transform: uppercase; 
}

#alert_container, #loading{
    display: none;
}

#loading{
    margin-left: 10px;
}

.alertNewPWd{
    border: 2px dotted red; 
    padding-top: 5px; 
    padding-bottom: 5px;
}

.alertNewPwdMsg{
    color: red;
}

.infoPWDUSER{
    font-weight: normal;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.container .text-muted {
  margin: 20px 0;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}*/


/* TABELLA PREZZI */
table#smart {
    border-collapse: collapse;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: hidden;
    line-height: 1.5em;
    font-size: 9pt;
}

table#smart th.premium {
    width: 33%;
    background-color: #57abcf;
    color: #ffffff;
    text-align: center;
    font-size: 11pt;
    border-radius: 10px 10px 0 0;
    padding: 6px 4px 6px 4px;
    font-weight: normal;
    border-bottom: 1px solid #ddd !important;
}

table#smart th.free {
    width: 33%;
    background-color: #bad260;
    color: #ffffff;
    text-align: center;
    font-size: 11pt;
    border-radius: 10px 10px 0 0;
    padding: 6px 4px 6px 4px;
    font-weight: normal;
    border-bottom: 1px solid #ddd !important;
}

table#smart tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

table#smart tr.bgc-header-1 td {
    /*background-color: #F5F5F5 !important;*/
    border-bottom: 1px solid #d9d9d9 !important;
    border-top: 1px solid #d9d9d9 !important;
}

table#smart tr.bgc-header-2 td {
    /*background-color: #F5F5F5 !important;*/
    border-bottom: 1px solid #d9d9d9 !important;
    border-top: 1px solid #d9d9d9 !important;
}

table#smart tr.bgc-2 {
    background-color: #f9f9f9 !important;
}

table#smart tr.bgc-2 td {
    border-bottom: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}

table#smart tr {
    background: none !important;
}

table#smart td.center {
    text-align: center;
}

table#smart td.text {
    font-size: 12px !important;
}

table#smart td.ok {
    color: #7ad16b;
    font-size: 16px;
    font-weight: bold;
}
table#smart td {
    border: none !important;
    padding: 4px;
    padding-left: 10px;
}

table#smart ul {
    margin-bottom: 0px;
}

table#smart td.base {
    cursor: pointer;
}

.info_base, .fcm_base, .wid_base, .ute_base, .upl_base, .info_mod_gioco, .info_features, .info_sezioni, .info_personalizzazioni {
    display: none;
}

.price {
    font-size: 4em;
}

.price-cents {
    vertical-align: super;
    font-size: 50%;
}

.price-month {
    font-size: 35%;
    font-style: italic;
}

table#smart td.bottoni{
    padding-top: 10px;    
    padding-bottom: 10px;   
}

.button_container{
    margin-top: 20px;
    background-color: white;
    padding-top: 15px;
}

.formPayPal{
    text-align: right;
}

.center{
    text-align: center;
}

.priceredux{
    font-size: 80%;
}

.help-block{
    font-style: italic;
}

ol.cosadasapere li{
    font-size: 18px !important;
    margin-top: 10px;
}

ol.cosadasapere li span {
    font-size: 14px !important;
}


ul.cosadasapere {
  list-style: none;
  padding: 0 15px;
}
ul.cosadasapere li {
  padding-left: 1.3em;  
  margin-top: 10px;
}
ul.cosadasapere li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.trasferisci{
    margin-bottom: 30px;
}

.text-muted {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: normal;
}

li.red{
    color: red;
}

ul.list{
    margin-left: -20px;
}

.loader{
    background: url(../../../../adminpanel/images/reload.gif) no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    display: none;
    float: right;
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 20px;
    height: 20px;
    margin: 10px 10px 0px 0px;
}

.margin-bottom-0{
    margin-bottom: 0px;
}

.login-link{
    font-size: 16px;
}

/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    /*font-family: roboto;*/
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.6em;
    /*font-family: roboto;*/
}

.loginmodal-container input[type=button] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text], .loginmodal-container input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, .loginmodal-container input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
      user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 10px 0px;
    /*font-family: roboto;*/
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help{
    font-size: 12px;
}

.loginmodal-close{
    margin-top: -15px;
    margin-right: -10px;
}