@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
/*body{
    font-family: 'Open Sans', sans-serif !important;
    height:  -webkit-calc(100%);
    height: -moz-calc(100%);
    height: calc(100%);
    width:  -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
    position: fixed;
    overflow: hidden;
    margin: 0;
}*/


/*#mapCanvas{
    width: 100%;
    height: 100%;
    margin: 0;
}*/

button:focus {outline:0;}

.modal-dialog {
  height: 75%;
}

/*@media (max-resolution: 267dpi) {*/
@media (max-device-width: 1824px) and (orientation:landscape){
/*    #navButtons{
        transform: translateX(-50%);
        right: auto !important;
        left: 50%;
        width: 390px;
      }*/
    #pois{
        max-height: 400px !important;
    }
}
/*@media (max-device-height: 1824px) and (orientation:portrait){*/
/*    #navButtons{
        transform: translateX(-50%);
        right: auto !important;
        left: 50%;
        width: 390px;

      }*/
/*}*/
@media (max-device-width: 1000px){
    #navButtons{
        width: 100% !important;
        /*float: none !important;*/
        margin-right: 0px !important;
        text-align: center;

      }
}
@media (max-device-width: 500px) and (orientation:portrait) {
    
    #pois{
        max-height: 300px !important;
    }
    
    .btnRedo{
        width: 40px !important;
        height: 40px !important;
    }
    .svg{
        width:21px !important; 
        height:15px !important;
    }
    #navButtons{
        float: right;
        margin-top: -80px;
        margin-right: 10%;
    }
    .myTooltip .tooltipPoi, 
    .myTooltip .tooltipColor, 
    .myTooltip .tooltipGoma{
        width: 200px;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        
    }

    .myTooltip .tooltipColor::after, 
    .myTooltip .tooltipPoi::after, 
    .myTooltip .tooltipGoma::after{
        width: 38px !important;
        height: 30px !important;
    }

    .subTitolTooltip{
        margin: 10px 0px;
        font-weight: 600;
    }
    
    body{
        font-size: 15px !important;
    }
    .contenedorInline {
        width: 29%;
    }
    
    .btn-lg-tooltip{
        width: 90%;
    }
    
}
@media (max-device-height: 500px) and (orientation:landscape) {
    #pois{
        max-height: 300px !important;
    }
    
    .btnRedo{
        width: 40px !important;
        height: 40px !important;
    }
    .svg{
        width:21px !important; 
        height:15px !important;
    }
    #pois{
        max-height: 100px !important;
    }
    #navButtons{
        float: right;
        margin-top: -80px;
        margin-right: 10%;
    }
    .myTooltip .tooltipPoi, 
    .myTooltip .tooltipColor, 
    .myTooltip .tooltipGoma{
        width: 200px !important;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        
    }

    .myTooltip .tooltipColor::after, 
    .myTooltip .tooltipPoi::after, 
    .myTooltip .tooltipGoma::after{
        width: 38px !important;
        height: 30px !important;
    }

    .subTitolTooltip{
        margin: 10px 0px;
        font-weight: 600;
    }
    body{
        font-size: 14px !important;
    }
    .contenedorInline {
        width: 27%;
    }
    
    .tamanyPincell{
        margin: 0px 0px !important;
    }
    
    #triaColor{
        height: 100px !important;
    }
    .cercleColor{
        width: 20px !important;
        height: 20px !important;
        margin: 7px !important;
    }
}

.subactividad .activityChecked span{
    margin-left: 20px;
}

 /* The switch - the box around the slider */
            .switch {
                position: relative;
                display: inline-block;
                width: 60px;
                height: 34px;
            }

            /* Hide default HTML checkbox */
            .switch input {display:none;}

            /* The slider */
            .slider {
                position: absolute;
                cursor: pointer;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #ccc;
                -webkit-transition: .4s;
                transition: .4s;
            }

            .slider:before {
                position: absolute;
                content: "";
                height: 26px;
                width: 26px;
                left: 4px;
                bottom: 4px;
                background-color: white;
                -webkit-transition: .4s;
                transition: .4s;
            }

            input:checked + .slider {
                background-color: #86a733;
            }

            input:focus + .slider {
                box-shadow: 0 0 1px #86a733;
            }

            input:checked + .slider:before {
                -webkit-transform: translateX(26px);
                -ms-transform: translateX(26px);
                transform: translateX(26px);
            }
            .toggleContent{
                min-height: 45px;
            }

            /* Rounded sliders */
            .slider.round {
                border-radius: 34px;
            }

            .slider.round:before {
                border-radius: 50%;
            } 
            /*Waiting animation*/
            .lds-ellipsis {
                display: inline-block;
                position: relative;
                width: 64px;
                height: 64px;
            }
            .lds-ellipsis div {
                position: absolute;
                top: 27px;
                width: 11px;
                height: 11px;
                border-radius: 50%;
                background: #333;
                animation-timing-function: cubic-bezier(0, 1, 1, 0);
            }
            .lds-ellipsis div:nth-child(1) {
                left: 6px;
                animation: lds-ellipsis1 0.6s infinite;
            }
            .lds-ellipsis div:nth-child(2) {
                left: 6px;
                animation: lds-ellipsis2 0.6s infinite;
            }
            .lds-ellipsis div:nth-child(3) {
                left: 26px;
                animation: lds-ellipsis2 0.6s infinite;
            }
            .lds-ellipsis div:nth-child(4) {
                left: 45px;
                animation: lds-ellipsis3 0.6s infinite;
            }
            @keyframes lds-ellipsis1 {
                0% {
                    transform: scale(0);
                }
                100% {
                    transform: scale(1);
                }
            }
            @keyframes lds-ellipsis3 {
                0% {
                    transform: scale(1);
                }
                100% {
                    transform: scale(0);
                }
            }
            @keyframes lds-ellipsis2 {
                0% {
                    transform: translate(0, 0);
                }
                100% {
                    transform: translate(19px, 0);
                }
            }

            .botonCerrarCentradoTrue{
                text-align: center !important;
            }
            
            
            #mapaMenuPaint{
        width:120px;
        min-height:60px;
        background-color: #fff;
        position:absolute;
        top:390px;
        right:90px;
        cursor:move;
        border-radius:10px;
		/*font-family: Verdana,Arial,sans-serif;*/
    }
    #mapaMenuPaint>div{
        color:#000;
		
/*        font-size:20px;*/
        line-height:20px;
        border-bottom:1px solid #000;
        
        text-align:right;
		padding: 3px;		
    }
    #mapaMenuPaint div div{
        margin-bottom: 5px;
        border-bottom: none;
        margin-left: auto;
    }
    #navButtons{
        float: right;
        position: relative;
        bottom: 100px;
        right: 130px;
    }
    #navButtonsIMPG{
        position:fixed;
        bottom:4.5%;
        left:4.5%;
        z-index: 1040;
    }
    #buttonClose{
        position:fixed;
        top:4.5%;
        right:30px;
    }
    #navButtonsSmall{
        position:fixed;
        top:17%;
        right:-130px;
        z-index: 1040;
        -webkit-transition: right 0.5s; /* For Safari 3.1 to 6.0 */
        transition: right 0.5s;
    }
    
    .btnOption{
        display: inline;
        margin: 7px;
    }
    
    .btnRedo{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px solid #6b6b6b;
        z-index: 1;
        position: relative;
    }
    
    
    
    
    .myTooltip {
        position: relative;
        display: inline-block;
    }

    .myTooltip .tooltipPoi, 
    .myTooltip .tooltipColor, 
    .myTooltip .tooltipGoma{
        visibility: hidden;
        width: 290px;
        background-color: #fff;
        text-align: center;
        border-radius: 6px;
        padding-bottom: 5px;
        position: absolute;
        z-index: 0;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        /*border: 1px solid #c9c9c9;*/
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    }

    .myTooltip .tooltipColor::after, 
    .myTooltip .tooltipPoi::after, 
    .myTooltip .tooltipGoma::after{
        content: "";
        position: absolute;
        top: 100%;
        transform: translateX(-50%);
        /*border-style: solid;*/
        /*border-color: white #c9c9c9;*/
        width: 57px;
        height: 40px;
        background-color: white;
        /*border-width: 1px;*/
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
    }

    .subTitolTooltip{
        margin: 10px 0px;
        font-weight: 600;
        cursor: default;
    }
    
    #triaColor {
        height: 168px;
        border-bottom: 1px solid #c9c9c9;
        padding-bottom: 15px;
    }
    
    #triaTamany {
        /*border-bottom: 1px solid #c9c9c9;*/
        padding-bottom: 15px;
    }
    
    .contenedorInline{
        display: inline-block;
        border: 1px solid white;
        cursor: pointer;
    }
    
    .contenedorActive{
        display: inline-block;
        border: 1px solid #c9c9c9;
        background-color: #e4e4e4;
    }
    .cercleColor {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        display: inline-block;
        margin: 10px;
    }
    .tamanyPincell {
        background: #6b6b6b;
        height: 30px;
        display: inline-block;
        margin: 0px 33px;
        transform: translateY(25%);
    }
    
    .btn-lg-tooltip{
        width: 93%;
        height: 41px;
        opacity: 0.95;
        border-radius: 5px;
        background-color: #007aff;
        text-align: center;
        color: #ffffff;
        margin: 5px 8px 3px 8px;
        border-style:none;
    }
    
    #pois{
        max-width: 290px;
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    
    
    
    
    .collapsible {
        background-color: #f8f8f8;
        /*color: white;*/
        cursor: pointer;
        padding: 10px;
        border: none;
        text-align: left;
        outline: none;
        font-weight: 600;
        border: 1px solid #ddd;
    }

/*    .active, .collapsible:hover {
        background-color: #555;
    }*/

    .contentCollaps {
        padding: 0 0;
        display: none;
        overflow: hidden;
    }
    
    .rotate45{
        transform: rotate(45deg);
    }
    
    .svg{
        width:35px; 
        height:29px;
        vertical-align: middle;
    }
    
    .llistaImprimmir {
        text-align: left;
    }
    
/*    .configBtn:focus,.configBtn:hover,.configBtn:active {
outline: 0;
}*/
    .configBtn{
        outline: 0 !important;
        border-radius: 30px 0px 0px 30px;
        padding-right: 140px;
        padding-top:20px;
        padding-bottom:20px;
        background-color: white;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    }
    
    #contenedorMenu{
        width:126px;
        margin-left:auto; 
        margin-right:0;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
        /*background: white;*/
/*        border: 1px solid #c5c5c5;
        border-top: none;*/
    }
    
    .btnsConfig{
        width: 100%;
        padding: 20px;
        border-radius: 0px;
    }
    
    .contentRuta{
        padding: 15px 10px 40px 0px;
    }
.activityArrow:hover,.activityChecked:hover{
        cursor:pointer
    }
.checkboxContainer {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    /*margin-bottom: 12px;*/
    cursor: pointer;
/*    font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}

/* Hide the browser's default checkbox */
.checkboxContainer input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #a8a8a8;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input[type=checkbox] ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input[type=checkbox]:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input[type=checkbox]:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.squaredTwo{
    padding: 15px 15px 40px 15px;
}
.list-groupMap{
    max-height: 300px;
    overflow-y: scroll;
}













.subactividad{
    background-color:rgba(171,171,171,0.3);
    height:auto !important;
    display:none;
}
