﻿/**CUSTOM RESTRICTIONS*/
*{
    font-family: 'Open Sans', sans-serif;
}
/* Main Content */

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
    height: 100%;
}
.content-wrapper{
    background-color: transparent !important;
}

.main-sidebar{
    border:none !important;
    background:none !important;
}
/* Optional: Makes the sample page fill the window. */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.zero-padding {
    padding: 0 !important;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

.pac-container {
    z-index: 10000 !important;
}

.content {
    padding-top: 0 !important;
}

/* Administration */



.admin-toggle:hover {
    border-radius: 0;
}

.navbar-default .navbar-nav > .open > a:focus {
    background-color: #337ab7;
}

/*Disable Toolbar*/
.home-fixed-content .toolbar {
    display: none;
}

.home-fixed-content .content {
    padding-top: 0 !important;
}
/*End*/

/**NOTIFICAITON STYLE*/
.ui-notification-custom-tpl {
    cursor: default;
}

    .ui-notification-custom-tpl .notif-title {
        margin-left: 10px;
    }

    .ui-notification-custom-tpl .notif-close {
        cursor: pointer;
        font-size: 150%;
        margin-top: 10px;
    }


body {
    height: 100%;
    overflow-y: hidden;
}


.login-container {
    position: relative;
    top: 15%;
}

.flex-center-horizontal {
    display: flex;
    justify-content: center;
}

.flex-center-vertical {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.full-height {
    height: 100% !important;
}

.full-width {
    width: 100% !important;
}

.home-fixed-panel-toggle {
    position: fixed;
    top: 75px;
    left: 15px;
    width: 45px;
    margin-bottom: 15px;
}

    .home-fixed-panel-toggle button:focus {
        outline: 0;
    }

.home-fixed-panel {
    position: fixed;
    top: 125px;
    left: 15px;
    width: 120px;
    height: calc(100% - 177px);
}

    .home-fixed-panel .list-group a {
        outline: 0;
    }

.home-fixed-panel-small {
    width: 45px;
}

.home-fixed-content-small {
    left: 75px !important;
    width: calc(100% - 95px) !important;
}

.home-fixed-content-no-panel {
    left: 15px !important;
    width: calc(100% - 30px) !important;
}

.home-fixed-content {
    position: fixed;
    top: 76px;
    left: 150px;
    min-width: 920px;
    width: calc(100% - 170px);
    height: calc(100% - 130px);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #dddddd;
    transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out;
}

    .home-fixed-content .content {
        height: 100%;
        width: 100%;
        padding-top: 50px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .home-fixed-content .content > div {
            overflow: auto;
        }

    .home-fixed-content .toolbar {
        border-bottom: 1px solid #ddd;
        padding: 10px;
        height: 56px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        Z-index: 7;
    }

        .home-fixed-content .toolbar .input-filter {
            width: 250px;
            margin-right: 10px;
        }

        .home-fixed-content .toolbar .nav.nav-pills li a:focus {
            outline: 0;
        }

        .home-fixed-content .toolbar .nav.nav-pills,
        .home-fixed-content .toolbar .nav.nav-pills li {
            height: 100%;
        }

            .home-fixed-content .toolbar .nav.nav-pills li a {
                padding: 7px 10px;
            }

.home-fixed-panel-small .list-group-buttons button {
    margin-bottom: 5px;
    outline: 0;
}

.subs-container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
    z-index: 4;
    overflow-y: auto;
    border-top: 1px solid #dddddd;
    height: calc(100% - 100px);
    max-height: none;
}

.subs-overlay {
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    height: calc(100% - 56px);
    z-index: 3;
}

.subs-tab {
    opacity: 1 !important;
    position: absolute;
    height: 35px;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 6;
}

    .subs-tab .fa-times {
        opacity: 0.8;
    }

        .subs-tab .fa-times:hover {
            opacity: 1;
        }

.subs-title {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 4;
    font-weight: bold;
}

.subs-close {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 4;
    cursor: pointer;
}

.home-components-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* Components */

.component-disabled {
    opacity: 0.3 !important;
    pointer-events: none !important;
}

.component-container {
    top: 60px;
    position: relative;
}


/* Custom Footer */

customfooter {
    position: fixed;
    width: 100%;
    bottom: 0;
}

/* Menu */

menu {
    margin: 0;
}

/*Registration*/

.registration-typeahead .dropdown-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

@media only screen and (min-width: 760px) {
    .registration-container {
        height: 90vh;
    }
}

@media only screen and (min-width: 443px) {
    .registration-type-vertical {
        display: none;
    }
}

@media only screen and (max-width: 443px) {
    .registration-type-horizontal {
        display: none;
    }
}




.registration-sidebar {
    background-color: #337ab7;
    height: 100% !important;
    min-height: 100% !important;
}

.registration-element {
    cursor: pointer;
    margin: 20px;
    flex-direction: column;
    width: 200px;
    opacity: 0.8;
    border: 1px solid black;
    border-radius: 1px;
    padding: 20px;
}

    .registration-element:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)
    }

    .registration-element h5 {
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 200px;
    }


    /*transparency style*/
	.main-header {
		    background-color: #ffa500;
			color: #001B68;
	}
	.sidebar-flex
	{
		background-color: #e5e5e5;
	}
	
.e-background {
    
    background-image: linear-gradient(180deg, #337ab700, #001B68 65%), url(/assets/images/sfondo.jpg);
    background-size: cover;
	background-repeat: no-repeat;
}

.dashboard-h5 {
    border-radius:5px 5px 0 0 !important;
    background-color:#e6e6e6;
    color:#3c8dbc; 
    border-bottom:3px solid silver;
     margin-bottom:0; 
     padding:5px;
     font-size: 2em;
}

.botton-rounded{
    border-radius: 0 0 5px 5px;
}

.dashboard-first-right{
    border-radius: 0 0 5px 0;
}

.admin-navbar{ background:transparent;}

.navbar-transparency{ background:transparent !important;}
/*breadcrumb-custom*/
.breadcrumb-custom  {
    color:rgb(27 89 154) !important;
    font-weight: 700;
}
/*menu text color*/
.sidebar .sidebar-menu li>a {
    color: rgba(27 89 154, 0.7) !important;
}
/*menu text color active element*/
.sidebar .sidebar-menu li.menu-item-active > a {
    color: rgb(28 87 151) !important;
}
.sidebar .sidebar-menu li.menu-item-active > a:hover {
    color: rgb(0, 0, 0) !important;
}
.sidebar .sidebar-menu li > a:hover {
    color: rgb(0, 0, 0) !important;
}
.toolbar-transparency{
    border-radius: 0 0 5px 5px;
}

.impianti-transparency{
     
    margin:5px 0 5px 5px;
    border-radius: 5px;
    background: white;
    padding-top: 5px;
}

.toolbar-transparency{
    /*background: green;
    width: 80% !important;*/
    border-top: none;
    width: 90% !important;
}


/*
.hide-transparency{display: none;}

#grid-impianti{
    height: 90% !important;
}*/

.grid-toolbar-container{
    position: initial;
}

.agenda-filter , .appointments-filter {
    border-radius: 5px 5px 0 0;
    background: white;
}

 #transparency-p{
     display: block !important;
     height: 5px;
     background: white;
     border-radius: 0 0 5px 5px;
 }

 .sidebar-credits{
     border:none !important;
 }

 #impianti-container{
     background: white;
     left:15px;
     border-radius: 5px 5px 0 0;
 }

 .register-button{
     display: none !important;
 }
 .appointment-heigth{
     height: 90% !important;
 }
 
 #patch-element{
    width: 100%;height: 45px;;background:white;border-radius: 0 0 5px 5px;
 }
 

.full-height-login{
    height: 100%;
}

.ticket-section-title{
    display: none !important;
}