body {
    font-size: .85em;    
    margin: 0;
    padding: 0;
    color: #232323;
    /*background-color: #1E90FF;*/
    /*background: #FFF url("../img/Gradient.jpg") repeat left top;*/
    background-image: url(../img/rubber_grip.png);
    overflow: hidden;
}

.h100{
    height:100%;
}

#map {
    -webkit-box-shadow: inset 0px 0px 300px 150px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px 0px 300px 150px rgba(0, 0, 0, 0.7);
    min-height: 100% !important;
    min-width: 100% !important;
}

.allwidth {
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.center_h {
    border: 1px solid black;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
}
/* End Reset */

body {
    font-size: 11px;
    font-family: 'Open Sans', sans-serif; /*overflow-x:hidden;*/
}

header,
footer,
nav,
section {
    display: block;
}

.contact_icon {
    background: url(../img/contact-off.png) no-repeat top left;
    background-repeat: no-repeat;
    margin-top:2px;
    width: 16px;
    height: 16px;
}

.home_icon {
    background: url(../img/home-off.png) no-repeat top left;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}


/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.display-label {
    font-weight: bold;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.folderContent {
    width: 920px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 50px;
    left: -50px;
    position: relative;
    border-top: 0px !important;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.loadingPanel {
    position: absolute;
    /*background: url("../img/loading_big.gif") no-repeat center;*/
    background: url("../img/350.gif") no-repeat center;
    background-size: 48px 47px;
    width: 170px;
    Height: 100px;
    text-indent: -9999em;
    outline: none;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -85px;
    background-color: rgba(34, 34, 34, 1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}



.icondashboard {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.viewlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%;
}

    .viewlist li {
        display: inline;
    }

        .viewlist li a {
            padding-left: 5px;
        }

.return a {
    clear: both;
}


/* Main Structure
------------------------------------------------------------*/
.dashboard-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 45px;
    -webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.8);
    background: url(../img/barra_top.png);
}

.dashboard-footer {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 45px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.8);
    background: url(../img/barra_botton.png);
}

#outer {
    position: absolute;
    margin-top: 45px;
    /*height:30px;*/
    width: 100%;
    /*background:url("../img/fondo-menu.png");*/
    top: 0px;
    /*padding-top:25px;    */
}

.headerbackground {
    height: 94px;
    width: inherit;
    background: url("../img/fondo-menu.png");
}

.headercontent {
    height: 95px;
    width: 90%;
    margin-left: 10px;
}

.headercontainer {
    width: 100%;
    margin: 0 auto;
}

.logo {
    float: left;
    position: absolute;
    margin-top: 12px;
    margin-left: 0px;
}

    .logo img {
        width: 120px;
        height: 60px;
    }

.logosmartview {
    margin-right: 0px;
    top: 0;
    left: 0sspx;
    position: absolute;
}

    .logosmartview img {
        width: 165px;
    }

.login {
    color: White;
    width: 190px;
    font-size: 12px;
    display: block;
    float: right;
    margin-top: 31px;
}

.loginicon {
    float: right;
    padding-top: 13px;
}


ul#topnav {
    margin: 0;
    padding-top: 25px;
    padding-left: 120px;
    float: left;
    top: 0px;
    position: absolute;
    width: 720px;
    list-style: none;
    font-size: 1.2em;
}

    ul#topnav li {
        float: left;
        margin: 0 3px;
        padding: 0;
        font-weight: bold;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        background: #013870;
        -webkit-transition: background-color 0.5s;
        -moz-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        -ms-transition: background-color 0.5s;
        transition: background-color 0.5s;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -moz-box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
        -webkit-box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
        box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
    }



        ul#topnav li:hover {
            background: #024c88;
            cursor: pointer;
        }

    ul#topnav li {
        padding: 6px 10px;
        display: block;
        color: #f0f0f0;
        text-decoration: none;
        text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.8);
    }

        ul#topnav li.dashboardselected {
            background: #024C99;
        }

            ul#topnav li.dashboardselected:hover {
                background: #024C99;
                cursor: pointer;
            }

        ul#topnav li a {
            display: block;
            color: #f0f0f0;
            text-decoration: none;
            text-shadow: 2 1px 3px rgba(0, 0, 0, 0.8);
        }

        ul#topnav li .submenutemplate {
            float: left;
            position: absolute;
            left: 125px;
            top: 51px;
            display: none;
            margin: 0 auto;
            font-weight: normal;
            font-size: 12px;
            width: 800px;
            height: 30px;
            margin-top: 8px;
        }

        ul#topnav li:hover .submenutemplate {
            cursor: auto;
        }


.modelbutton {
    background: rgba(0, 0, 0, .7);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
    margin: 5px;
    -moz-transition: border linear .3s,-moz-box-shadow linear .3s;
    -webkit-transition: border linear .3s,-webkit-box-shadow linear .3s;
    -o-transition: border linear .3s,box-shadow linear .3s;
    transition: border linear .3s,box-shadow linear .3s;
}

    .modelbutton:hover {
        -moz-box-shadow: 0px 2px 25px rgba(30,144,255,.8);
        -webkit-box-shadow: 0px 2px 25px rgba(30,144,255, .8);
        box-shadow: 0px 2px 25px rgba(30,144,255, .8);
    }

.modelbuttoninner {
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#maintitle {
    clear: both;
    padding: 0px 0px 0px 35px;
    background-color: #000;
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    color: White;
    font-size: 20px;
}

.banner {
    margin-left: auto;
    margin-right: auto;
}

    .banner img {
        display: block;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        width: 800px;
        height: 300px;
        -moz-box-shadow: 0 0px 12px rgba(0,0,0,0.4);
        -webkit-box-shadow: 0 0px 12px rgba(0,0,0,0.4);
        box-shadow: 0 0px 12px rgba(0,0,0,0.6);
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

#main {
    clear: both;
    padding-top: 0px;
    height: 100%;
}

.footer {
    clear: both;
    margin: 20px 0;
    border-top: 1px #ccc solid;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, .7);
    height: 98px;
}


/* END Main Structure
------------------------------------------------------------*/




/* Modal style Views
-----------------------------------------------------------*/

.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popupcontent {
    background-color: #fff;
    border: 3px solid #fff;
    padding: 5px;
    width: 98.5%;
    height: 96.5%;
    text-align: justify;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.popup {
    background: rgba(0, 0, 1, 0.4);
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: -100%;
    visibility: hidden;
    z-index: 10;
    width: 95%;
    height: 84%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity 1s, top .9s;
    -moz-transition: opacity 1s, top .9s;
    -ms-transition: opacity 1s, top .9s;
    -o-transition: opacity 1s, top .9s;
    transition: opacity 1s, top .9s;
    -moz-box-shadow: 0px 0px 25px #888;
    -webkit-box-shadow: 0px 0px 25px #888;
    box-shadow: 0px 0px 25px #888;
}

.overlay:target + .popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.close {
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 3px;
    right: 2px;
    width: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

    .close:before {
        color: rgba(0, 0, 0, 0.8);
        content: font-size: 24px;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    }

    .close:hover {
        background-color: #eee;
    }

.popup p {
    margin-bottom: 10px;
}

/* Scroll Submenu
----------------------------------------------------------------------------------------*/
/* Scroll Submenu
----------------------------------------------------------------------------------------*/

/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
  */
.scrollable {
    /* required settings */
    position: relative;
    overflow: hidden;
    width: 720px;
    height: 35px;
}

    /*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
    .scrollable .items {
        /* this cannot be too large */
        width: 20000em;
        position: absolute;
        clear: both;
    }

.items div {
    float: left;
    width: 880px;
}

/* single scrollable item */
.scrollable a {
    float: left;
    text-align: center;
    font-weight: bold;
    margin: 3px 5px 5px 3px;
    padding: 2px;
    width: 170px;
    height: 20px;
}

.itemsumemu:hover {
    background: rgba(0,0,0,0.4);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.selectedsumemu {
    background: rgba(0,0,0,0.7);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

/* active item */
.scrollable .active {
    border: 2px solid #000;
    position: relative;
    cursor: default;
}


.arrowsmenu {
    display: block;
    float: left;
    border-radius: 20px;
    margin-top: 5px;
    padding-left: 3px;
    margin-right: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: rgba(0,0,0,0.4);
    height: 20px;
    width: 50px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    /*background:url("../img/hori_large.png") no-repeat;*/
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    cursor: pointer;
    font-size: 1px;
}

/* right */
a.right {
    background: url("../img/right-arrows.png") no-repeat;
    clear: right;
    margin-left: 13px;
    margin-top: 2px;
    background-position: 0 0;
}

    a.right:hover {
    }

    a.right:active {
    }


/* left */
a.left {
    background: url("../img/left-arrows.png") no-repeat;
    margin-left: 3px;
    margin-top: 2px;
    background-position: 0 0;
}

    a.left:hover {
    }

    a.left:active {
    }

/* up and down */
a.up, a.down {
    background: url("../img/vert_large.png") no-repeat;
    float: none;
    margin: 10px 50px;
}

    /* up */
    a.up:hover {
        background-position: -30px 0;
    }

    a.up:active {
        background-position: -60px 0;
    }

/* down */
a.down {
    background-position: 0 -30px;
}

    a.down:hover {
        background-position: -30px -30px;
    }

    a.down:active {
        background-position: -60px -30px;
    }


/* disabled navigational button */
a.disabled {
    /*visibility:hidden !important;*/
    background-position: -16px 0;
    cursor: default;
}


/*menu box*/

.folderContent {
    max-height: 365px;
    /*background-image:url(../img/fabric2.png);
                    -webkit-box-shadow: 3px 1px 3px 3px rgba(0,0,0,0.8)inset;
                    box-shadow:  3px 1px 3px 3px rgba(0,0,0,0.8)inset;*/
    background-color: rgba(7, 7, 7, 0.7);
}

.folderName {
    color: #fff;
    font-weight: bold;
    font-size: .78em;
}

.folder, .app, .folderContent .item {
    height: 30px;
    width: 30px;
    float: left;
    margin: 5px;
    font-size: 0.78em;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
    cursor: default;
    border-top: 1px rgba(85, 85, 85, 0.5) solid;
    border-left: 1px rgba(85, 85, 85, 0.8) solid;
    border-bottom: 1px #555 solid;
    background-color: RGBA(105,105,105,0.1);
}

.folder, .folderContent .item {
    cursor: pointer;
    width: 100px;
    height: 100px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 8px;
    overflow: visible;
    position: relative;
}

.folder-image {
    height: 100px;
    width: 100px;
    background: rgba(80,80,80,0);
    -moz-transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
}


.item:hover .folder-image {
    opacity: 0.5;
}

.folder-icon {
    height: 60px;
    width: 60px;
    position: relative;
    top: -95px;
    left: 20px;
}

.folder-footer {
    position: relative;
    height: 34px;
    width: 100px;
    display: table-cell;
    text-align: center;
    background: rgba(0,0,0,0.4);
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    top: -94px;
    text-shadow: rgba(0,0,0,0.5) -0.3px 0, rgba(0,0,0,0.3) 0 -0.3px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}

@-moz-document url-prefix() {
    .folder-footer {
         display: block;
    }
}

figure {
    display: block;
    margin: 0;
}

.folder .unselect {
    background: rgba(7, 57, 80, 0.2);
}

.folder .two.unselect {
    background: rgba(80,80,80,0.2) !important;
}

.tint {
    background: rgba(7, 57, 80, 0.6);
    margin: 0;
}

.t2 {
    background: rgba(80,80,80,0.9);
}

.folder .select {
    background: rgba(7, 57, 80, 0.9);
}

.folder .two.select {
    background: rgba(80,80,80,0.9) !important;
}

.t3 {
    background: green;
}

.t4 {
    background: purple;
}

.t5 {
    background: yellow;
}

.t6 {
    background: hotpink;
}

.folder .folder-buttonGroup, .genericfolder .folder-buttonGroup {
    position: absolute;
    right: 10px;
    background-color: rgba(7, 7, 7, 0.9);
    z-index: 10;
    display: none;
}

.submenu .folder .folder-buttonGroup, .submenu .genericfolder .folder-buttonGroup {
    display: block;
}

.folder .folder-button, .genericfolder .folder-button {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

    .folder .folder-button .deleteimg, .genericfolder .folder-button .deleteimg {
        background: url("./../../App_Sprites/template/delete.png") no-repeat;
        height: 20px;
        width: 20px;
    }

/* Panel Info Trace Slide up an down
---------------------------------------------------------------------------------*/

.tracecontainer {
    position: relative;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 100;
}

.view .tracecontainer {
    display: none;
}

.traceinner {
    border-bottom-width: 0px;
    color: #b3b5b8;
    padding: 20px 20px 20px 40px;
}


    .traceinner a:hover {
        color: #b3b5b8;
        text-decoration: none;
    }

    .traceinner a:active {
        color: #b3b5b8;
        text-decoration: none;
    }

    .traceinner a:visited {
        color: #b3b5b8;
        text-decoration: none;
    }

    .traceinner a:link {
        color: #b3b5b8;
        text-decoration: underline;
    }

    .traceinner span strong {
        color: #62D9FF;
    }

.traceseparator {
    width: 100%;
    height: 5px;
    border-image: url("../img/linea-menu.png") 0 0 30 0;
    margin-bottom: 13px;
    margin-top: 8px;
}

.svButton
/* ,.ui-dialog .ui-dialog-buttonpane button */ {
    float: left;
    height: 30px;
    color: white;
    margin-right: 2px;
    cursor: pointer;
    /*cursor: pointer;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    padding: 8px;
    border: 1px solid rgba(163, 165, 168, 0.95);
    border-style: solid;
    border-width: 1px;
    background-color: #06669F;
    /*background: rgba(7, 57, 80, 0.9);*/
    /*color: white;
    margin-left: 5px;
    margin-right: 5px;*/ */;
}

    .svButton .svbLeft {
        float: left;
        height: 30px;
        width: 8px;
        background: url("../img/svb-left.png") no-repeat;
    }

    .svButton.secondary .svbLeft {
        background: url("../img/svb-secondary-left.png") no-repeat !important;
    }

    .svButton .svbCenter {
        float: left;
        height: 24px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 6px;
        font-size: 13px;
        color: #62D9FF;
        background: url("../img/svb-center.png") repeat;
    }

    .svButton.secondary .svbCenter {
        background: url("../img/svb-secondary-center.png") repeat !important;
        color: rgb(35,33,33)!important;
    }

.svbRight {
    float: left;
    height: 30px;
    width: 8px;
    background: url("../img/svb-right.png") no-repeat;
}

.svButton.secondary .svbRight {
    background: url("../img/svb-secondary-right.png") no-repeat !important;
}

/*.svbutton:hover {
        background-color: #396EC1;
    }

    .svbutton.secondary {
        background-color: #1FAEFF !important;
        border: 1px solid #ccc !important;
    }

        .svbutton.secondary:hover {
            background-color: #3EB9FF !important;
        }

    .svbutton img {
        float: left;
        margin-right: 5px;
    }

    .svbutton .buttontext {
        float: left;
    }*/

.left {
    float: left;
}

.tooltip {
    background-color: rgba(17,17,17,1);
    font-size: 13px;
    color: #ccc;
    padding: 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 1);
    z-index: 10000;
}

.svbutton2 {
    background-color: transparent;
    background: url("./../../../App_Sprites/template/button.png");
    border: 0px;
    cursor: pointer;
    height: 31px;
    width: 85px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    color: White;
}

    .svbutton2.secondary {
        background: url("../img/button-grey.png")!important;
    }

    .general-app-icon{
        position:absolute;
        left: 60px;
        top:10px;
    }