﻿.page-content {
    padding-top: 55px;
    /*padding-right: 10px;
    padding-left: 10px;*/
    /*width: 95% !important;*/
}
        body{
            background-color: #eeeeee;
            width:95%;
            /*left:7%;*/
            margin-left: 2.5%;
            margin-right: 2.5%;
            position:absolute;
            /*F9F9F9*/
        }
        .panelVesta {
            background-color: #E8F1F4 ;
            border: 1px solid #647687;
            padding: 4px 15px 4px 15px;
            margin-bottom:20px;
            border-radius:5px; 
            box-shadow: 0px 0px 10px #888888;
            /*E8F1F4*/
        }

.button {
    width:170px;
}

.buttonTransparente {
    /*width: 100%;*/
    /*height: 35px;*/
    background-color: transparent;
    border: none;
}

.row{
    margin-bottom:10px !important;
}

.set-dialog-content{
    overflow-y:scroll;
    height:90vh !important;   
}

.dialog {
    z-index:15000;
}

.contentDialog{
    height: 477px;
}

    .contentDialog iframe {
        border:0;
        width:100%;
        height:100%;
    }

    .contentDialog .contentDinamico{
        border:0;
        width:100%;
        height:100%;
        overflow-y:scroll;
        overflow-wrap:normal;
    }

.headerDialog {
    height:8vh;
    background-color: black;
    text-align:center;
    color:white;
    padding-top:10px;
}

    /*.headerDialog label {
        margin-top:5px;  
        font-weight:600;      
    }*/




  .buttonA {
  padding: 0 1rem;
  height: 2.125rem;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px #d9d9d9 solid;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: .875rem;
  margin: .15625rem 0;
  position: relative;
}

.buttonA:hover {
  border-color: #787878;
}
.buttonA:active {
  background: #eeeeee;
  color: #262626;
  box-shadow: none;
}
.buttonA:focus {
  outline: 0;
}

.warningVesta {
    background-color: #e3c800;
    color:white;
}

.warningVesta:hover{
    border-color:#e3c800;
}

.warningVesta:active{
    background-color: #ffca28;
    color:white;
}

.IconGrid {
        left: 84%;
    }

.input-control{
    margin: 0 !important;
}
/*@media(min-width:1000px){
    .IconGrid {
        left: 84%;
    }
}*/
@media(max-width:920px) {
    .IconGrid {
        left: 76%;
    }
}

#main {
    transition: margin-left .5s;
}