﻿
@media screen and (device-width:1366px) and (device-height:768px) {

    .my-chart-canvas {

        max-height: 500px;

    }

}

.my-dashboarditems-container {
    min-width: 300px;
    /*min-width: 300px !important;*/
    margin-top: 10px;
}

.my-dashboarditems-body {
    /*height: 190px;*/
    font: normal 8pt Verdana,Arial,System;
}

.my-dashboard-chart-canvas {
    /*background-color:aqua;*/
    /*height: 128px;*/
    height: 175px;
    /*height: 128px !important;*/
    /*max-height: 128px !important;*/
}

.my-table-container {
    min-width: 500px;
    margin-top: 20px;
}

#myDataTable {
    width: 100% !important;
    /*min-width: 600px !important;*/
    font: normal 8pt Verdana,Arial,System;
}

.my-scroll-section {
    border: double;
    height: 100vh;
    padding-top: 50px;
    margin-top: 50px;
    text-align: center;
    background: #eee;
}

.my-section {
    height: 90vh;
    background: #eee;
}

td.details-control {
    cursor: pointer;
}

tr.shown td.details-control {
}

.my-icon {
    margin-left: 5px;
}

.slider {
    /*padding: 10px 50px 200px;*/
    margin: 5px 0 10px !important;
    height: 100px !important;
}

.my-box-index-original {
    background: rgb(247,238,217); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247,238,217) 0%, rgba(247,222,165,1) 78%, rgba(244,202,102,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247,238,217,1) 0%,rgba(247,222,165,1) 78%,rgba(244,202,102,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247,238,217,1) 0%,rgba(247,222,165,1) 78%,rgba(244,202,102,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.my-box-index-purple {
    background: rgb(247,238,217); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(239,197,202,1) 0%,rgba(252,229,232,1) 80%, rgba(209,30,50,1) 95%, rgba(154, 9, 65,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(239,197,202,1) 0%, rgba(252,229,232,1) 80%, rgba(209,30,50,1) 95%,rgba(154, 9, 65,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(239,197,202,1) 0%,rgba(252,229,232,1) 80%, rgba(209,30,50,1) 95%,rgba(154, 9, 65,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7eed9', endColorstr='#f4ca66',GradientType=0 ); /* IE6-9 */
}


.my-box-index {
    /*https://www.cssmatic.com/gradient-generator*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7eed9+0,f7dea5+78,f4ca66+100 */
    background: rgb(247,238,217); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247,238,217,0.5) 0%, rgba(247,222,165,0.5) 78%, rgba(244,202,102,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247,238,217,0.5) 0%,rgba(247,222,165,0.5) 78%,rgba(244,202,102,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247, 238, 217, 0.5) 0%,rgba(247,222,165,0.5) 78%,rgba(244,202,102,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7eed9', endColorstr='#f4ca66',GradientType=0 ); /* IE6-9 */
    font: normal 10pt Verdana,Arial,System;
    min-height: 300px;
    /*width: 300px;*/
    /*min-width: 360px;*/
    width: auto;
    /*margin: 15px auto;*/
    margin: 5px;
    /*padding: 25px;*/
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 30px;
    border-radius: 5px;
    border-top-left-radius: 30px;
}

.my-box-index-main {
    font: normal 12pt Verdana,Arial,System;
    
}

.my-box-small {
    font: normal 8pt Verdana,Arial,System;
}

.my-form-group {
}

.z-depth-1 {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}

.z-depth-2 {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
}

.z-depth-3 {
    -webkit-box-shadow: 0 11px 7px 0 rgba(0,0,0,0.19),0 13px 25px 0 rgba(0,0,0,0.3);
    box-shadow: 0 11px 7px 0 rgba(0,0,0,0.19),0 13px 25px 0 rgba(0,0,0,0.3);
}

.z-depth-4 {
    -webkit-box-shadow: 0 14px 12px 0 rgba(0,0,0,0.17),0 20px 40px 0 rgba(0,0,0,0.3);
    box-shadow: 0 14px 12px 0 rgba(0,0,0,0.17),0 20px 40px 0 rgba(0,0,0,0.3);
}

.z-depth-5 {
    -webkit-box-shadow: 0 17px 17px 0 rgba(0,0,0,0.15),0 27px 55px 0 rgba(0,0,0,0.3);
    box-shadow: 0 17px 17px 0 rgba(0,0,0,0.15),0 27px 55px 0 rgba(0,0,0,0.3);
}

.my-box-index-container {
    box-shadow: 0px 2px 25px rgba(0, 0, 0, .25);
}

.my-box-index-overline {
    text-align: center;
}



.modal-backdrop {
    z-index: -1;
}

.btn-menu-login {
    margin-top: 10px;
}

.testh150 {
    height: 150vh;
}

.btn-test {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.thumbnail-home {
    /*background-color: red !important;*/
    background-color: rgba(255, 255, 255, 0.5);
}

.bottom-test {
    /*position: fixed;*/
    /*position: absolute;*/
    /*right: 10px;*/
    /*top:100px;*/
    /*left: 5px;*/
    /*float:inherit;*/
    /*float:none;*/
    /*margin-top:10px;*/
    bottom: 5px;
    padding: 15px;
    /*vertical-align: bottom;*/
    /*margin-top: 15px;*/
    z-index: 3;
    /*bottom: 2px;*/
    /*background: #7386D5;*/
    /*background: rgba(24, 35, 237, 0.25);*/
    background-color: red;
    /*overflow-x: hidden;*/
    /*transition: 0.8s;*/
    color: white;
    text-align: center;
    border-radius: 5px;
}