@charset "UTF-8";
@font-face {
    font-family: 'MyriadProRegular';
    src: url('../font/crystal-webfont.eot');
    src: url('../font/crystal-webfont.eot?#iefix') format('embedded-opentype'), url('../font/crystal-webfont.woff') format('woff'), url('../font/crystal-webfont.ttf') format('truetype'), url('../font/crystal-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    font-family: "MyriadProRegular", Arial, Thaoma, Helvetica, sans-serif;
}

#footer {
    padding-top: 8px;
    padding-bottom: 4px;
    color: white;
    background-color: #0782b6;
    margin: 0 auto;
    position: relative;
}

#footer .container {
    background-color: transparent;
    padding: 10px 0 10px 0;
}

#footer a:link {
    text-decoration: none;
    color:white;
}
#footer a:visited {
    text-decoration: none;
    color:white;
}
#footer a:hover {
    text-decoration: none;
    color:white;
}
#footer a:active {
    text-decoration: none;
    color:white;
}

.split-para      { display:block}
.split-para span { display:block;float:right;padding-right:15px;}

.jumbotron {
    color:white;
    background:url("../img/silicio_index_opaco.png") center center no-repeat;
    background-size: cover;
}

#jumbo {
    color: white;
}

.btn-jumbo {
    background-color: #0782b6;
}

.btn-header{
    margin-top:8px;
    margin-left:30px;
}

#header .container {
    background-color: transparent;
    padding: 0;
}

#logo_crysplot {
    margin-top:-6px;
    width:100px;
}

#tasto_make_plot {
    border: 3px solid #337ab7;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom:5px;
    margin-bottom: 7px;
    margin-top : 7px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #337ab7;
    color: white;
}

.div_prop{
    text-align: center;
}

body{
    background-color: #dddddd;
}

.container {
    background-color: white;
    padding: 20px ;
}

.wb {
    background-color: white;
    padding: 20px ;
}

.navbar-default {
    margin-bottom: 0px;
}

.riga {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #0e7797;
}

.titoli_index {
    color: #0782b6;
}

.nav-prop > li > a:hover,
.nav-prop > li > a:focus {
    color: #333333;
    border: 1px solid #9d9d9d;
    background-color: #dddddd;
    text-align: center;
}

.nav-prop > li > a {
    color: #333333;
    border: 1px solid #9d9d9d;
    text-decoration: none;
    text-align: center;
}

.navbar-brand {
    color: #0782b6!important;
}

h1 {
    margin-top:0px;
    margin-bottom: 30px;
}

h3 {
    margin-top: 10px;
}

.tabs-prop > li > a:hover,
.tabs-prop > li > a:active {
    color: #333333;
}

.tabs-prop > li > a {
    color: #333333;
}

.export-image {
    margin-left:14px;
    margin-right:14px;
}

.greek {
    width : 30px;
    height : 30px;
}

canvas {
    max-width: 100%;
    max-height: 100%;
}

#inputFilename {
    width:400px;
}

#buttonDownload {
    margin-top : 22px;
    /*margin-left: -150px;*/
}

#buttonToCrysplot {
    margin-top : 22px;
    /*margin-left: -150px;*/
}

#buttonSave {
    margin-top : 22px;
    /*margin-left: -150px;*/
}

#plot_title_band,
#plot_title_dos,
#plot_title_banddos,
#plot_title_ecd,
#plot_title_ecd_terza_mappa,
#plot_title_ecd_caso_ab,
#plot_title_diff_single,
#plot_title_diff_multiple,
#plot_title_ecd_3d_map,
#plot_title_svs,
#plot_title_svs_ram,
#plot_title_br,
#plot_title_coop,
#plot_title_cohp,
#plot_title_cp,
#plot_title_emdl,
#plot_title_vband,
#plot_title_vdos,
#plot_title_cond,
#plot_title_see,
#plot_title_therm,
#plot_title_refl,
#plot_title_svsram,
#plot_title_topond,
#valore_shift_banddos,
#plot_title_ecd_potm,
#plot_title_rholine{
    width: 100%;
}

#ex1Slider .slider-selection {
    background: #BABABA;
}


.modal_wait {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('http://i.stack.imgur.com/FhHRx.gif')
    50% 50%
    no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .modal_wait {
    display: block;
}
 .input-group-btn {
     width:120px;
 }

.dropbtn {
    background-color: #e3e3e3;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #e3e3e3;
}

.white_bg {
    background-color: white;
}

.backToTop {
    position: fixed;
    /* Fixed at page */
    top: auto;
    bottom: 80px;
    left: auto;
    right: 0px;
    background-color: transparent;
    color: white;
    padding: 5px;
    cursor: pointer;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.gui_mode {
    background-color: white;
}

/* PARTE PANNELLO DAL BASSO O DA SINISTRA PER PLOT SETTINGS */
/*START*/
.panel {
    position: relative;
}
.panel-default > .panel-leftheading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-primary > .panel-leftheading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-success > .panel-leftheading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-info > .panel-leftheading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-warning > .panel-leftheading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-danger > .panel-leftheading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-leftheading {
    width: 42px;
    padding: 10px 15px;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    float: left;
    height: 100%;
    position: absolute;
}
.panel-lefttitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: center;
    width: 0;
}
.panel-rightbody {
    float: left;
    margin-left: 45px;
    padding: 15px;
}

/*END*/

/*Large dropdown menu*/
/*START*/
.dropdown-large {
    position: static !important;
}
.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}
.dropdown-menu-large > li > ul > li {
    list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}
@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }
    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }
}

/*END*/

/*SLIDING PANEL*/
/*START*/
#panel{
    position:fixed;
    background:#f5f5f5;
    color:#333333;
    height:80%;
    width:300px;
    left:-300px;
    transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
    z-index: 1;
}

#panel form, #panel h4, #panel div {
    padding:5px;
    color:#333333;
}

#panelCaller{
    position:absolute;
    top:0px;
    left:300px;
    height: 80%;
    width : 55px;
    padding:30px 10px;
    background:#0e7797;
}

#panelCaller img {
    height:45px;
    width:45px;
}
#panel:hover{
    left:0px;
}

#export {
    position:relative;
}

#file_input_banddos_cryswb {
    position:relative;
}

#plot_settings_panel {
    overflow-y: scroll;
    height: 80%;
}

#myModal {
    position: fixed;
}

#vertical{
    color : white;
    padding-left : 18px;
}

.pannello_bianco {
    background: white!important;
}

#div_title_panel_settings {
    border-right : 4px solid #f5f5f5;
    border-left : 4px solid #f5f5f5;
    background-color: #0e7797;
    color: white!important;
    text-align: center;
}
/*END*/

/*PLOT SETTINGS ECD*/
/*START*/
.dropdown-large-ecd {
    position: static !important;
}
.dropdown-menu-large-ecd {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
    width : 600%;
}
.dropdown-menu-large-ecd > li > ul {
    padding: 0;
    margin: 0;
}
.dropdown-menu-large-ecd > li > ul > li {
    list-style: none;
}
.dropdown-menu-large-ecd > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
.dropdown-menu-large-ecd > li ul > li > a:hover,
.dropdown-menu-large-ecd > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu-large-ecd .disabled > a,
.dropdown-menu-large-ecd .disabled > a:hover,
.dropdown-menu-large-ecd .disabled > a:focus {
    color: #999999;
}
.dropdown-menu-large-ecd .disabled > a:hover,
.dropdown-menu-large-ecd .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.dropdown-menu-large-ecd .dropdown-header {
    color: #428bca;
    font-size: 18px;
}
@media (max-width: 768px) {
    .dropdown-menu-large-ecd {
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .dropdown-menu-large-ecd > li {
        margin-bottom: 30px;
    }
    .dropdown-menu-large-ecd > li:last-child {
        margin-bottom: 0;
    }
    .dropdown-menu-large-ecd .dropdown-header {
        padding: 3px 15px !important;
    }
}
/*END*/

/*PANNELLO SEGNA POSTO*/
/*START*/
#pannello_segna_posto {
    background-color: rgba(0,0,0,0.1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255,255,255,0.9) 10px, rgba(255,255,255,0.9) 20px);
    height : 650px;
    width : 100%;
}
/*END*/

/*GALLERY PLOT*/
/*START*/
div.gallery {
    /*border: 1px solid #ccc;*/
    padding: 10px;
}

div.gallery img:hover {
    /*border: 1px solid #777;*/
    opacity : 1;

}

div.gallery img {
    width: 100%;
    height: auto;
    opacity : 0.5;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/*END*/

/*.plot-container {
    height: 800px;
}

.plotly {
    height: 800px;
}

.svg-container {
    height: 800px!important;
}

.nsewdrag {
    height: 800px;
}*/

