
@font-face {
    font-family: 'Roboto Flex';
    src: url('Fonts/RobotoFlex.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a{text-decoration: none;}

li{list-style: none;}

ul, li{list-style: none; margin: 0; padding: 0}

/*a, p, h1, h2, h3, h4, span, label, input{font: 12px sans-serif }
*/

a, p, h1, h2, h3, h4, span, label, input{ font-size: 12px; font-family: 'Roboto Flex'; font-weight: 500; }


body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    /*background: url(../Images/background-body.png)center top repeat-x; height:100%};*/
    background-color:#F9F9F9;
}
.container {
    width: 100%;
    align-content: center;
    position: relative;
    display: flex !important;
}
.containerHSL-flex {
    flex: 1;
}    
.containerX{
	width: 100%;
	align-content:center;
	position: relative;
}
.containerLogin{
	width: 80%;
	align-content:center;
	margin: 0 auto;
	position: relative;}

.containerLogin .login{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Desktop */
@media (min-width: 1200px) {
    .containerLogin2 {
        width: 30%;
        height: 97.1%;
        align-content: center;
        margin: 0 auto;
        position: fixed;
        left: 70%;
        top: 2%;
        z-index: 4;
        box-shadow: #a69696 -2px 1px 6px;
        background: rgba(255,255,255,1);
        padding: 0 30px;
    }

    .hsl-slider {
        width: 70%;
        position: fixed;
        top: 2%;
        background-color: white;
        height: 97.1%;
        padding-top: 22vh;
    }

    .hsl-login-text {
        padding: 10px;
        margin-bottom: 40px;
        display: block;
        width: 20vw !important;
        font-size: 14px !important;
    }

        .hsl-login-text input {
            width: 17vw;
        }

    .hsl-padding-left {
        padding-left: 13%;
    }

    hsl-padding-top {
        padding-top: 10px;
    }

    .logo2 {
        width: 25%;
        padding-left: 6vw;
        padding-bottom: 70px;
        padding-top: 0px;
    }

    .imgLogo2 {
        display: block;
        width: 200px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .hsl-center-td {
        text-align: center;
        margin-left: -10%;
    }

    .tableLogin2 {
        width: auto;
        height: 180px;
    }

    .hsl-footer {
        top: 6vh;
        position: relative;
        text-align: center;
    }

        .hsl-footer span {
            display: block;
            width: 100%;
            height: 1px;
            background: #aaaaaa;
            margin-top: 10px;
        }

        .hsl-footer p {
            margin: 10px;
        }

    .hsl-login-label {
        display: block;
        margin-bottom: 10px;
        width: 300px !important;
        font-size: 14px !important;
        /*text-align: center;*/
    }

    .hsl-login-button {
        height: 50px;
        width: 200px !important;
    }

        .hsl-login-button span {
            font-size: 14px !important;
        }

    .hsl-login-checkbox {
        font-size: 14px !important;
        margin-top: -20px;
        margin-bottom: 20px;
        margin-left: 4vw;
    }

    .hplEsqSenha2 {
        padding-top: 15px;
        display: block;
    }
}

/* Mobile IPAD - Tela > 1023*/
@media (min-width:1024px) and (max-width:1199px) {

    .containerLogin2 {
        width: 35%;
        height: 97.1%;
        align-content: center;
        margin: 0 auto;
        position: fixed;
        left: 65%;
        top: 2%;
        z-index: 4;
        box-shadow: #a69696 -2px 1px 6px;
        background: rgba(255,255,255,1);
        padding: 0 30px;
    }

    .hsl-slider {
        width: 65%;
        position: fixed;
        top: 2%;
        background-color: white;
        height: 97.1%;
        padding-top: 20vh;
    }

    .hsl-login-text {
        padding: 10px;
        margin-bottom: 40px;
        display: block;
        width: 24vw !important;
        font-size: 14px !important;
    }

        .hsl-login-text input {
            width: 20vw;
        }

    .hsl-padding-left {
        padding-left: 13%;
    }

    hsl-padding-top {
        padding-top: 10px;
    }

    .logo2 {
        width: 25%;
        padding-left: 6vw;
        padding-bottom: 70px;
        padding-top: 0px;
    }

    .imgLogo2 {
        display: block;
        width: 200px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .hsl-center-td {
        text-align: center;
        margin-left: -10%;
    }

    .tableLogin2 {
        width: auto;
        height: 180px;
    }

    .hsl-footer {
        top: 10vh;
        position: relative;
        text-align: center;
    }

        .hsl-footer span {
            display: block;
            width: 100%;
            height: 1px;
            background: #aaaaaa;
            margin-top: 10px;
        }

        .hsl-footer p {
            margin: 10px;
        }

    .hsl-login-label {
        display: block;
        margin-bottom: 10px;
        width: 300px !important;
        font-size: 14px !important;
        /*text-align: center;*/
    }

    .hsl-login-button {
        height: 50px;
        width: 200px !important;
    }

        .hsl-login-button span {
            font-size: 14px !important;
        }

    .hsl-login-checkbox {
        font-size: 14px !important;
        margin-top: -20px;
        margin-bottom: 20px;
        margin-left: 4vw;
    }

    .hplEsqSenha2 {
        padding-top: 15px;
        display: block;
    }


}



/* Mobile IPAD */
@media (min-width:501px) and (max-width:1023px) {
    .containerLogin2 {
        width: 80%;
        height: 58%;
        align-content: center;
        margin: 0 auto;
        position: fixed;
        left: 10%;
        top: 35%;
        z-index: 4;
        box-shadow: #a69696 -2px 1px 6px;
        background: rgba(255,255,255,0.90);
        padding: 0 30px;
    }

    .hsl-slider {
        width: 100%;
        position: fixed;
        top: 2%;
        background-color: white;
        height: 97%;
    }

    .hsl-login-text {
        padding: 5px;
        margin-bottom: 30px;
        display: block;
        width: 50vw !important;
        font-size: 22px !important;
    }

        .hsl-login-text input {
            width: 46vw;
            /*text-align: center;*/
        }

    .hsl-padding-left {
        padding-left: 20%;
    }

    hsl-padding-top {
        padding-top: 10px;
    }


    .hsl-center-td {
        position: relative;
        left: 15vw;
    }

        .hsl-center-td a {
            position: relative;
            left: 15%;
        }

    .tableLogin2 {
        width: auto;
        height: 180px;
    }

    .hsl-footer {
        top: 95%;
        left: 30%;
        position: fixed;
        text-align: center;
    }

    .logo2 {
        width: 25%;
        padding-left: 15%;
        padding-bottom: 2%;
        padding-top: 0px;
    }

    .imgLogo2 {
        display: block;
        width: 80%;
        height: auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .hsl-login-label {
        display: block;
        margin-bottom: 10px;
        width: 300px !important;
        font-size: 22px !important;
        /*text-align: center;*/
    }

    .hsl-login-button {
        height: 60px;
        width: 50vw !important;
    }

        .hsl-login-button span {
            font-size: 22px !important;
        }

    .hsl-login-checkbox {
        font-size: 22px !important;
        margin-top: -10px;
        /*margin-left: -10%;*/
        margin-bottom: 10px;
    }

    .hplEsqSenha2 {
        padding-top: 15px;
        display: block;
        font-size: 22px !important;
    }
}

/* Mobile */
@media (min-width:0px) and (max-width:500px) {
    .containerLogin2 {
        width: 80%;
        height: 58%;
        align-content: center;
        margin: 0 auto;
        position: fixed;
        left: 10%;
        top: 35%;
        z-index: 4;
        box-shadow: #a69696 -2px 1px 6px;
        background: rgba(255,255,255,0.90);
        padding: 0 30px;
    }

    .hsl-slider {
        width: 100%;
        position: fixed;
        top: 2%;
        background-color: white;
        height: 97%;
    }

    .hsl-login-text {
        padding: 5px;
        margin-bottom: 20px;
        display: block;
        width: 50vw !important;
        font-size: 14px !important;
    }

        .hsl-login-text input {
            width: 43vw;
            /*text-align: center;*/
        }

    .hsl-padding-left {
        padding-left: 10vw;
    }

    hsl-padding-top {
        padding-top: 10px;
    }


    .hsl-center-td {
        position: relative;
        left: 10vw;
    }

        .hsl-center-td a {
            position: relative;
            left: 15%;
        }

    .tableLogin2 {
        width: auto;
        height: 180px;
    }

    .hsl-footer {
        top: 95%;
        left: 30%;
        position: fixed;
        text-align: center;
    }

    .logo2 {
        width: 25%;
        padding-left: 18vw;
        padding-bottom: 5vh;
        padding-top: 0px;
    }

    .imgLogo2 {
        display: block;
        width: 60%;
        height: auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .hsl-login-label {
        display: block;
        margin-bottom: 10px;
        width: 90% !important;
        font-size: 14px !important;
        /*text-align: center;*/
    }

    .hsl-login-button {
        height: 50px;
        width: 50vw !important;
    }

        .hsl-login-button span {
            font-size: 14px !important;
        }

    .hsl-login-checkbox {
        font-size: 14px !important;
        margin-top: -20px;
        margin-bottom: 10px;
    }

    .hplEsqSenha2 {
        padding-top: 15px;
        display: block;
    }

}


.containerLogin2 .login2 {
   /* display: flex;
    flex-wrap: wrap;
    justify-content: center;*/
}




.hsl-login-text input[type=password] {
   letter-spacing: 5px;
}

.container .login {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container-login{
	width: 98%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;}

#logoHome {
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 35px;
    background: url(../img/logoHSLTX.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#logoHome2 {
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 50px;
    background: url(../img/logoHSLTX.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.textbox {
   color: #aaaaaa;
   background-color: white;
   width: 100%;
   padding: 7px 0 7px 4px;
   -webkit-appearance:button;
   border: 1px solid #aaaaaa;}

.tdLogo
{
    width: 15%;
}

.tdCabecalho
{
    width: 85%;
}

.tdBemVindo
{
    padding-top: 15px;
}

.nav
{
    float: left;
    /*background: url(../Images/background-body.png)center top repeat-x;*/
    background-color:#f9f9f9;
    /*border-top: 1px solid black;*/
    padding: 5px 0px 0px 0px;
    width: 100%;
}

.footer{
	clear: both;
	width: 100%;
	/*margin: 20px auto;*/
	text-align: center;}

.footer span{
	display: block;
	width: 100%;
	height: 1px;
	background: #aaaaaa;

}

.footer p{
	color: #aaaaaa;
	font-size: 11px;
    margin: 10px 0;
}

.divUsuario{
    width:50%;
    float: left;
    padding-left: 2.5px;
    padding-right: 5px;
}
.divSenha {
    width: 50%;
    float: right;
    padding-left: 5px;
    padding-right: 2.5px;
}

.colUser{
    width:40%
}

.logo {
    width: 12%;
    padding-left: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.imgLogo {
    display: block; 
    width: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logoApp {
    display: none;
    visibility: hidden;
}

.tdLogin {
    width: 16%;
    display: table-cell;
    padding-bottom: 0px;
}

.cbxLembrar {
    width: 11%;
    display: table-cell;
    padding-left: 10px;
}

.tableLogin {
    width:100%;
    height:80px;
    background: #ffffff;
    border-bottom: 1px solid;
}

.hplEsqSenha {
    padding-left: 5px;
}

.tdComboEmpresa {
    padding: 10px 0px 0px 0px;
    width: 89%;
    vertical-align: middle;
}
.tdTimer{
    padding: 10px 4px 0px 0px;
    width:2%;
    vertical-align: middle;
}
.tdReiniciaTimer{
    padding: 5px 0px 0px 0px; 
    vertical-align: middle; 
    width:2%
}
.tdHome{
    padding: 5px 0px 0px 0px;
    vertical-align: middle;
    width:2%;
}
.tdSair{
    padding-top: 10px;
    padding-right: 10px; 
    width:2%;
    vertical-align:middle
}

/* ##################################### TELA LOGIN ##################################### */

.login .title-login{
	background-color:black;
	background-size:auto 100%;
	border-radius: 0px;
	padding: 4px;
	color: #fff;
	margin: 0 0 0 0;
    height: 0px;
}
.login .title-login h1 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
    margin-top: -9px;
}

.login .title-login h1 span{
	float: left;
	display: block;
	width: 13px;
	height: 15px;
	background: url(../Images/sprites.png);
	margin: 0px 6px 0 0;}

.login div input{
	border-radius: 2px;
	float: left;}

.login td input[type="text"]{
	margin-right: 5px;}

.login td input[type="text"], 
.login td input[type="password"]{
	max-width:95%;
	border:1px solid #d1d1d1;
	color: #aaaaaa;
	padding: 0px 1.5%;
	line-height: 30px;
    height: 30px;
}

.login td a{
	text-decoration: underline;
	font-size: 10px;
	/*color: #aaaaaa;*/
	clear: both;}

.login .title-alerta{
	float: left;
    width: 96%;
    padding: 10px 2% 0px;
    background: #ffffff;}


.slider{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.slider .dxisControl {
    width: 660px;
    height: 505px;
    outline: 0;
    user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    font: 12px Tahoma, Geneva, sans-serif;
}

.slider img{
	width: 100%;
	min-width: 776px;}

/* ##################################### MASTER PAGE ##################################### */

#ASPxPanel1_EBB
{
    margin-top: 0px !important;
}

.inf-acess{
	float: right;
	width: 100%;
    /*background-image:url(../Images/background-grey.png);*/
    background-color:#ffffff;
	background-size:auto 100%;
	/*border-radius: 1px;*/
    height:42px;
}

.border-menu{
	float: left;
	width: 2px;
	display: table;
	position: absolute;
	top: 20px;
	min-height: 50px;
	background: #1b4057;}

.MetropolisBlue{
    font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    color: #333333;}

.filter{
	float: right;
	width: 100%;
	margin: 0px 0 0 0;}

.filter div{
	float: left;
	margin: 0 0 15px 0}

.filter .div{
	width: 40%;}

.filter .div select{
    background: url(../Images/sprites.png) 303px -38px no-repeat;
    background-color: white;
    width: 100%;
    padding: 2px 0 2px 4px;
    -webkit-appearance:button;
    border: 1px solid #aaaaaa;}

    .filter .div-{
 	margin: 21px 0 0 25px;}

    .filter .div- input{
  	position: relative;
  	top: 3px;}

.filter .style-select{
	float: left;
	width: 80%;}

.filter .style-select select{
    background: url(../Images/sprites.png) 626px -38px no-repeat;
    background-color: white;
    width: 100%;
    padding: 2px 0 2px 4px;
    -webkit-appearance:button;
    border: 1px solid;}

.container-form{
	float: right;
	width: 100%;
	margin: 0px 0 0 0;}

.container-form label{
	width: 100%;
	float: left;
	margin: 0 0 2px 0;}

.container-form select{
	background: url(../Images/sprites.png) white;
	border: 1px solid #aaaaaa;
	color: #aaaaaa;
	-webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;
	line-height: 35px;
	height: 24px;
	padding: 0 0 0 1%;}

.container-form .div{
	width: 88%;
}

.container-form-div-div-label{
	margin: -20px 0px 0px 235px;
}

.container-form-div-div-label label{
	margin: -17px 0px 0px 20px;
}

.container-form-label {
    width: 100%;
    float: left;
    margin: -16px 0px 0px 22px;
}

.container-form .div select{
	width: 100%;
	background-position: 346px -35px;
	background-repeat: no-repeat;}

.container-form .div1 {
    margin: 20px 0 0 15px;
    height: 30px;
}

.container-form .div1 label {
    float: left;
    margin: -17px 0px 0px 20px;
}

.container-form .div-{
	margin: 0px 0 0 15px;}

.container-form .div-, .container-form .div- input{
	float: left;}

.container-form .div- label{
	width: auto;
	display: table;
	line-height: 19px;}

.container-form .style-selects {
    float: left;
    width: 88%;
    margin: 5px 0 0 0;
}

.container-form .style-selects select{
	width: 75%;
	background-position: 626px -35px;
	background-repeat: no-repeat;}

.container-form .style-selects-{
	width: 21%;
	margin: 0px 1.5% 0 0;}

.container-form .style-selects- select{
	width: 100%;
	background-position: 188px -35px;
	background-repeat: no-repeat;
	padding: 0 0 0 3%;}

.margin-right{margin-right: 0px !important}

.grafic{
	float: right;
	width: 100%;
	margin: 30px 0 0 0;}

.grafic img{
	width: 100%;}

#upload { 
	position:absolute; 
	top:0;left:0; 
	border:1px solid #ff0000; 
	opacity:0.01; 
	z-index:1;
	cursor: pointer;
	height: 50px; 
	width: 518px;}

#texto { 
	border:1px solid #aaaaaa; 
	background:white;
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 1%;
	color: #aaaaaa;
	float: left;
	width: 380px;}

.txtUser, .txtPassword
{
    width:45%;
    border: 1px solid #d1d1d1;
}

.tableFiltro
{
    width:67%;
}
.ModalTutorial{
    Width: 375px;
    Height: 390px;
}
.panelResponsive {
    width:100%;
    Height:90%;
    display: block;
    position: inherit;
}
.EvolucaoResponsive {
    width:67%;
    Height:100%;
    display: block;
    position: inherit;
}
.PoliticaResponsive {
    width:100%;
    Height:100%;
    display: block;
    position: inherit;
}
.logAcesso_gvAprovadores {
    width:67%;
    Height:100%;
    display: block;
    position: inherit;
}
/*.uploadPolitica_gvArquivos {
    width:67%;
    Height:100%;
    display: block;
    position: inherit;
}*/
.TransferenciaFiltro {
    width:40%;
}
.gridCadastro {
        width:85%;
        Height:100%;
        display: inherit;
        overflow-y:hidden;
        overflow-x:auto;
    }

@media screen and (min-width: 767px){

}

@media screen and (max-width: 768px) {
    .containerLogin {
        width: 95%;
        align-content: center;
        margin: 5 auto;
        position: relative;
    }

    .txtUser, .txtPassword {
        width: 90%;
        border: 1px solid #d1d1d1;
    }
    .tableFiltro {
        width: 100%;
    }
    .tdBemVindo
    {
        padding-top: 0px;
    }
    .panelResponsive {
        width:100%;
        Height:600px;
        display: inherit;
        position: absolute;
        overflow-y:hidden;
        overflow-x:auto;
    }
    .processamento_gvPreCalculo {
        width:100%;
        Height:100%;
        display: inherit;
        overflow-y:hidden;
        overflow-x:auto;
    }
    .gridCadastro {
        width:100%;
        Height:100%;
        display: inherit;
        overflow-y:hidden;
        overflow-x:auto;
    }
    .TransferenciaFiltro {
        width:50%;
    }
    .EvolucaoResponsive {
        width:100%;
        Height:700px;
        display: inherit;
        position: absolute;
        overflow-y:hidden;
        overflow-x:auto;
    }
    .PoliticaResponsive {
        width:100%;
        Height:700px;
        display: inherit;
        position: absolute;
        overflow-y:hidden;
        overflow-x:auto;
    }
    .logAcesso_gvAprovadores {
        width:100%;
        Height:100%;
        display: inherit;
        overflow-y:hidden;
        overflow-x:auto;
    }
    .uploadPolitica_gvArquivos {
        width:100%;
        Height:600px;
        display: inherit;
        position: absolute;
        overflow-y:hidden;
        overflow-x:auto;
    }
    .divUsuario {
        padding-right: 0px;
        width: 100%;
        padding-left: 0px;
    }
    .divSenha {
        width: 100%;
        padding-top: 5px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .colUser {
        width: 100%;
        display:block;
    }
    .logo {
        display: flex;
        justify-content: center;
        width: 100%;
        padding-left: 0px;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .imgLogo {
        display: block;
        width: 25%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .cbxLembrar {
        width: 100%;
        display: flex;
        justify-content: right;
        padding-bottom: 5px;
    }

    .tdLogin {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-left: 0px;
        padding-bottom: 8px;
    }

    .tableLogin {
        width: 100%;
        background: #ffffff;
        border-bottom: 1px solid <%=DevExpress.Web.ASPxWebControl.GlobalThemeBaseColor%>;
    }

    .hplEsqSenha {
        display: flex;
        padding-top: 4px;
        padding-left: 0px;
    }

    /*.tdComboEmpresa{
        padding: 10px 0px 0px 0px; 
        width:81%; 
        vertical-align:middle;
    }
    .tdTimer{
        padding: 10px 10px 0px 0px;
        width:4%;
        vertical-align: middle;
    }
    .tdReiniciaTimer{
        padding: 5px 10px 0px 0px; 
        vertical-align: middle; 
        width:4%
    }
    .tdHome{
        padding: 5px 10px 0px 0px;
        vertical-align: middle;
        width:4%;
    }
    .tdSair{
        padding-top: 10px;
        padding-right: 10px; 
        width:4%;
        vertical-align:middle
    }*/
}

.ErrorMessage {
    color:red;
    font-size: 10px
}

div[id$='ctl00_head_ASPxSplitter1_ReportExtrato_AsyncWait_Wait']
{
    display: none !important;
    visibility: hidden !important;
}

div[id$='ctl00_head_ReportExtrato_AsyncWait_Wait']
{
    display: none !important;
    visibility: hidden !important;
}

.SubMenuContent
{
    margin: 0 auto;
}

.SubMenuContent a
{
    padding: 2% 1%;
    display: inherit;
}

.Group
{
    float: left;
    padding: 1% 2%;
}

.GroupTitle
{
    color: midnightblue;
    font-size: unset;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bolder;
    text-align: left;
    padding-top: 5px;
    vertical-align:middle;
    white-space: nowrap;
}

.GroupColumn
{
    float: left;
}
.SemQuebra
{
    white-space: nowrap;
}

a.dxeHyperlink:link, a.dxeHyperlink:visited, a.dxeHyperlink:focus, a.dxeHyperlink:active
{
    font-size: 12px;
    font-family: sans-serif;
    width: 100%;
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
    padding-top:3px;
    vertical-align:middle;
}

/*a.dxeHyperlink_MaterialCompact:link, a.dxeHyperlink_MaterialCompact:visited, a.dxeHyperlink_MaterialCompact:focus, a.dxeHyperlink_MaterialCompact:active
{
    font-size: 12px;
    font-family: sans-serif;
    width: 100%;
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
    padding-top:3px;
    vertical-align:middle;
}*/

a.dxeHyperlink:hover
{
    font-size: 12px;
    font-family: sans-serif;
    width: 100%;
    color: darkblue;
	background-color: #CCCCCC;
    white-space: nowrap;
    text-decoration: none;
    padding-top:3px;
    vertical-align:middle;
}

/*a.dxeHyperlink_MaterialCompact:hover
{
    font-size: 12px;
    font-family: sans-serif;
    width: 100%;
    color: darkblue;
	background-color: #CCCCCC;
    white-space: nowrap;
    text-decoration: none;
    padding-top:3px;
    vertical-align:middle;
}*/

#UpdatePanel2
{
    height: 100% !important;
    margin: 1px !important;
}

.hsl-find-element {
    border: gray 2px solid;
    padding: 4px;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: lightgray 1px 1px 1px inset;
}

.hsl-highlight-element {
    outline: 4px solid firebrick;
    transition: ease-in-out outline 0.5s;
}


