/* Hover Effect */

.panel-heading:hover {
 / /-ms-transform: scale(1.02, 1.02); /* IE 9 */
 -webkit-transform: scale(1.02, 1.02); /* Safari */
 transform: scale(1.02, 1.02);
    z-index: 9999;
    /*cursor: pointer;*/
 background: #fff;
 background-image: linear-gradient(- 180 deg, #FFFFFF, #EBEBEB);
}

.cursorpointer{
    cursor: pointer;
}

/* Panel header color on active */

.panel-info > .panel-heading:active {
    background-color: #37BCFF;
}

.panel-warning > .panel-heading:active {
    background-color: #FDDA24;
}

.panel-danger > .panel-heading:active {
    background-color: #FF3B3B;
}

/* Drag gridstack panel color
.panel-heading:active {
    //background: #333;
    background:hsl(240,65%,50%);
  -webkit-box-shadow: inset 0 0 10px #CCCCCC;
    -moz-box-shadow: inset 0 0 10px #CCCCCC;
    box-shadow: inset 0 0 10px #CCCCCC;
}*/

/* Gridstack */

.grid-stack-item-content {
  background: rgba(255, 255, 222, 0.1);
     background: #FFF;
     border-color: rgb(204, 204, 204);
     border-style: solid;

     /*border-radius: 8px;*/
    box-shadow: 5px 5px 5px grey;
     /*
     border-width: 1px;
     padding: 5px;
     left: 5px !important;
     right: 5px !important;*/

    padding: 0px;
    border-width: 0px;
    border-radius: 3px; /* stile uguale a quello del MAIN.css */
    left: 0px !important;
    right: 0px !important;

 }

.grid-stack-user {
    background: none !important;
    border: none !important;
}

/* Align Panel Text */

.panel-title {
    text-align: center;
    /*color: #FFF;*/
}

.panel-title > a {
    color: inherit;
}

.grid-stack-item {
    border-radius: 3px;
}
/* Fixes Font Awesome and Gridstack Resizer */
/*
.grid-stack-item > .ui-icon.ui-resizable-handle {
    background-image: none;
}*/

/* Custom Scroller */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.2);
    /*border-radius: 8px;*/
}

::-webkit-scrollbar-thumb {
    /*border-radius: 8px;*/
    background-color: rgba(0, 0, 0, 0.2);
}

.insideGrid {
    /*padding-bottom: 70px !important;*/
    padding-bottom: 10px !important;
}

footer{
    margin-top: 10px;
}

.panel-heading span
{
    margin-top: -24px;
    font-size: 15px;
    margin-right: -12px;
}

.clickable {
    /*background: rgba(0, 0, 0, 0.15);*/
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

section.insideGrid{
    padding-left: 5px;
    padding-right: 5px;
    background-color:seashell;
    border-radius:5px;
    padding-top:2px;
}

.trashbin {
    z-index: 90;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    /*right: 10px;*/
    left: 48%;
    bottom: 4px;
    padding: 0px 0px 0px 5px !important;
    background: rgba(255, 255, 255, 1) !important;
    border-radius: 3px !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.grid-stack-item{
    /*background-color: lightgrey;
    margin: 5px;*/
}
.grid-stack-item-content{
    /*background-color: lightgrey;*/

    background: repeating-linear-gradient(
            45deg,
            #606dbc,
            #606dbc 10px,
            #465298 10px,
            #465298 20px
    );
    /*border: 1px solid black !important;*/
    margin: tpx !important;
    overflow: hidden !important;
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
    background-image: url(resize.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: se-resize;
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 10px;
    color: rgba(255, 255, 255, 1) !important;
}

.grid-stack > .grid-stack-item > .ui-resizable-sw {
    background-image: url(resize.png);
    cursor: sw-resize;
    width: 20px;
    height: 20px;
    left: 10px;
    bottom: 10px;
    color: rgba(255, 255, 255, 0) !important;
}

