﻿@import "hover.css";

.MyImageButton
{
    cursor: pointer;
}

/*.rgEditForm {
    padding:5px !important;
}*/

/*.EditFormMainTableStyle {
    border:0px solid #CCCCCC;
}*/

/*Correção usando bootstrap.css*/
.rgFilterRow input[type=checkbox] {
    margin-right: 5px;
}

/*Correção para box-sizing usando bootstrap.css*/
/*[class^="Rad"], [class^="Rad"] * :not(.ruBrowse) {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/
/*Correção quando utilizar Bootstrap.css*/
.RadCalendarPopup caption {
    display: none;
}
/*Correção quando utilizar Bootstrap.css*/
.RadGrid_Bootstrap .rgEditForm {
    margin: -1px;
    padding: 0px !important;
}
.RadInput_Bootstrap.riSingle .riTextBox, .RadForm_Bootstrap.RadForm.rfdTextbox input.riTextBox.rfdDecorated {
    height: 34px !important;
}

.EditFormHeader td
{
    font-size: 13px;
    font-weight:bold;
    padding: 6px !important;
    color: #0066cc;
    border-bottom: 1px solid #CCCCCC; 
    background-color: #EEEEEE;
    width:95%;
    height:30px;
    text-transform:uppercase;
}

.EditFormButtonRow td
{
    padding: 6px !important;
    border-top: 1px solid #CCCCCC; 
    background-color: #EEEEEE;
    height:30px;
}


.EditFormButtonRow td a
{
    display: inline-block;
    padding: 0.5em;
    background-color: #CCCCCC;
    text-decoration: none;
    color: white;
    border:1px solid #808080;
}

.EditFormButtonRow td a:hover
{
   text-decoration:none;
   color:white;
   border:1px solid #808080;
}

.EditFormButton {
    display: inline-block !important;
    padding: 0.5em !important;
    background-color: #CCCCCC;
    background-image: none !important;
    text-decoration: none !important;
    color: white;
    border: 1px solid #808080 !important;
}

    .EditFormButton:hover {
        color: white !important;
    }

[type="checkbox"]:checked:focus,
[type="checkbox"]:not(:checked):focus {
    border: 1px solid #7A9CD3 !important;
    border-radius: 3px !important;
    height: 22px !important;
    width: 22px !important;
}



