/*!
 * Start Bootstrap - SB Admin (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */
* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #FFF !important;
}

@media(min-width:768px) {
    body {
        /*margin-top: 50px;*/
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
    min-height: 850px;
}

.menu_link {
    font-family: 'Raleway', sans-serif;
    color: #696969 !important;
}

.menu_link:hover {
    color: #A0A0A0 !important;
    text-decoration: none;
}
.huge {
    font-size: 50px;
    line-height: normal;
}

.huge1 {
    font-size: 1px;
    line-height: normal;
}

.huge15 {
    font-size: 15px;
    line-height: normal;
    font-weight:bold;
}

@media(min-width:768px) {
    #wrapper {
        /*padding-left: 300px; da rimettere se vuoi la sidebar  */
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
    /*background-color: #525252;*/
}

.top-nav>li {
    display: inline-block;
    float: left;
    font-size: 20px !important;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #003399 !important;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #8797b8;
    background-color: #003399;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 300px;
        width: 300px;
        margin-left: -300px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 300px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>ul {
    list-style-type: none;
    padding: 5px 7px 5px 15px;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 5px 7px 5px 15px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.side-nav>li>ul>li>ul {
    list-style-type: none;
    padding: 5px 7px 5px 15px;
}

.side-nav>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 7px 5px 15px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>ul>li>a:hover {
    color: #fff;
}

.side-nav>li>ul>li>ul>li>ul {
    list-style-type: none;
    padding: 5px 7px 5px 15px;
}

.side-nav>li>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 7px 5px 15px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>ul>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
}

.panel-primary {
    min-height: 106px !important;
    background-color: #337ab7;
}

.panel-green {
    border-color: #5cb85c;
    min-height: 106px !important;
    background-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
    min-height: 106px !important;
    background-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
    min-height: 106px !important;
    background-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.panel>.panel-body>ul{
    list-style-type: none;
}

.panel>.panel-body>ul>li>ul{
    list-style-type: none;
}

.panel>.panel-body>ul>li>ul>li>ul{
    list-style-type: none;
}

.yellow_bookmark{
    background-color:  #FFAC3A;
}
    
.white {
    color: white !important;
    font-family: 'Raleway', sans-serif !important; 
}

.white:hover {
    text-decoration: none !important;
    cursor: pointer;
}


.gray {
    color: #f0f0f0 !important;
}

.panel-orange {
    border-color: #FF6700;
    min-height: 106px !important;
    background-color: #FF6700;
}

.panel-orange > .panel-heading {
    border-color: #FF6700;
    color: #fff;
    background-color: #FF6700;
}

.panel-orange > a {
    color: #FF6700;
}

.panel-orange > a:hover {
    color: #9B3F00;
}

.panel-gray {
    border-color: #9d9d9d;
    min-height: 106px !important;
    background-color: #9d9d9d;
}

.panel-gray > .panel-heading {
    border-color: #9d9d9d;
    color: #f0f0f0;
    background-color: #9d9d9d;
}

.panel-gray > a {
    color: #9d9d9d;
}

.panel-gray > a:hover {
    color: #9d9d9d;
}

footer{
    background-color: #fff !important;
}

.span_active{
    font-size: 20px;
}

#GridViewData td input[type=text], select
{
    border: solid 1px #000 !important;
    margin: 4px !important;
}

#GridViewData th 
{
    white-space: nowrap !important;
    padding: 0 !important;
    border: 0px !important;
    margin: 0px !important;
    box-sizing: border-box !important;
    display: table-cell !important;
    vertical-align: inherit !important;
    color: Black !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    cursor: pointer !important;
    padding: 4px 6px !important;
    background-color: #DCDCDC !important;
    overflow: hidden;
    border-spacing: 0;
    border-width: 0;
    border-spacing: 0;
    display: table;
}

input[type=submit]{
    border: solid 1px #46b8da !important;
    margin: 10px !important; 
    padding: 5px !important;
}

input[type=button]{
    border: solid 1px #46b8da !important;
    margin: 10px !important; 
    padding: 5px !important;
}

input[data-p1="1"]{
    border: solid 1px #46b8da !important;
    margin: 0 !important; 
    padding: 5px !important;
}

.note {
    text-align: left !important;
    margin-right: 4px !important;
    clear:both !important;
}

.top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus {
    color: #003399;
    background-color: #eee;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px;
    color: #999;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.user-image{
    height: 34px !important;
    margin-top: 0px;
}

.panel-blue01 {
    border-color: #7EB1DC;
    min-height: 106px !important;
    background-color: #7EB1DC;
}

.panel-blue01 > .panel-heading {
    border-color: #7EB1DC;
    color: #fff;
    background-color: #7EB1DC;
    font-family: 'Raleway', sans-serif !important; 
}

.panel-blue01 > a {
    color: #7EB1DC;
}

.panel-blue01 > a:hover {
    color: #9B3F00;
}

.panel-green01 {
    border-color: #8AD48A;
    min-height: 106px !important;
    background-color: #8AD48A;
}

.panel-green01 > .panel-heading {
    border-color: #8AD48A;
    color: #fff;
    background-color: #8AD48A;
    font-family: 'Raleway', sans-serif !important; 
}

.panel-green01 > a {
    color: #8AD48A;
    font-family: 'Raleway', sans-serif !important; 
}

.panel-green01 > a:hover {
    color: #9B3F00;
    text-decoration: none;
}

.panel-red01 {
    border-color: #FC827F;
    min-height: 106px !important;
    background-color: #FC827F;
}

.panel-red01 > .panel-heading {
    border-color: #FC827F;
    color: #fff;
    background-color: #FC827F;
    font-family: 'Raleway', sans-serif !important; 
}

.panel-red01 > a {
    color: #FC827F;
}

.panel-red01 > a:hover {
    color: #9B3F00;
}

.panel-yellow01 {
    border-color: #FFC675;
    min-height: 106px !important;
    background-color: #FFC675;
}

.panel-yellow01 > .panel-heading {
    border-color: #FFC675;
    color: #fff;
    background-color: #FFC675;
    font-family: 'Raleway', sans-serif !important; 
}

.panel-yellow01 > a {
    color: #FFC675;
}

.panel-yellow01 > a:hover {
    color: #9B3F00;
}

.panel-orange01 {
    border-color: #FFA263;
    min-height: 106px !important;
    background-color: #FFA263;
}

.panel-orange01 > .panel-heading {
    border-color: #FFA263;
    color: #fff;
    background-color: #FFA263;
    font-family: 'Raleway', sans-serif !important; 
}

.panel-orange01 > a {
    color: #FFA263;
}

.panel-orange01 > a:hover {
    color: #9B3F00;
}

.panel-violet01 {
    border-color: #7D0047;
    min-height: 106px !important;
    background-color: #7D0047;
}

.panel-violet01 > .panel-heading {
    border-color: #7D0047;
    color: #fff;
    background-color: #7D0047;
    font-family: 'Raleway', sans-serif !important; 
}

.panel-violet01 > a {
    color: #7D0047;
}

.panel-violet01 > a:hover {
    color: #9B3F00;
}

.panel-violet02 {
    border-color: #D02F8A;
    min-height: 106px !important;
    background-color: #D02F8A;
}

.panel-violet02 > .panel-heading {
    border-color: #D02F8A;
    color: #fff;
    background-color: #D02F8A;
    font-family: 'Raleway', sans-serif !important; 
}

.panel-violet02 > a {
    color: #D02F8A;
}

.panel-violet02 > a:hover {
    color: #9B3F00;
}

.panel-setup {
    border-color: #858e91;
    min-height: 106px !important;
    background-color: #858e91;
}

.panel-setup > .panel-heading {
    border-color: #858e91;
    color: #fff;
    background-color: #858e91;
    font-family: 'Raleway', sans-serif !important; 
}

.panel-setup > a {
    color: #858e91;
}

.panel-setup > a:hover {
    color: #9B3F00;
}

.navbar-inverse {
    background-color: #8797b8 !important;
    border-color: #8797b8 !important;
}

/*.panel a{
    font-size: 26px;
}*/

.GridViewDati
{
    font-size: 10pt;
    color: #878787;
    
    text-transform: none;
    margin-bottom: 2px;
    border: 1px solid gray;
    padding:4px;    
}

.GridViewDati a
{
    color: white;
    text-decoration:none;
}

.GridViewDati .Pager 
{ 
    background-color: #6a97b2;
    color:White;
    text-decoration: none;    
}

.GridViewDati .Pager table { margin: 5px 0; }  
.GridViewDati .Pager td {   
    border-width: 0;   
    padding: 0 6px;   
    border-left: solid 1px #666;   
    font-weight: bold;   
    color: #fff;   
    line-height: 12px;   
    text-align:left;
 }     

.GridViewDati .Alternate 
{ 
    background: #ebebeb; 
}

.GridViewDati th
{
    border: 1px solid gray;   
    color:white;
    background-color: #6a97b2;                 
    font-size:10pt;
}


.GridViewDati input[type=text]
{
    border: 1px solid #000;   
}