
.fctPanelDataContent {
    height: -moz-calc(100% - 49px); 
    height: calc(100% - 49px); 
    height: -webkit-calc(100% - 49px); 
    width: 900px;
    z-index: 5000;
    background-color: transparent;
    /*background-color: #DEECFC;*/
    margin: 10px 0 0 10px;
    float: left;
}

.fctPanelData {
    height: -moz-calc(100% - 20px); /* Firefox */
    height: calc(100% - 20px); /* Chrome, Safari */
    height: -webkit-calc(100% - 20px); /* Chrome, Safari */
    width: 923px;
    background-color: transparent;
    border: solid 1px #a7a7a7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*margin-top: 15px;*/
    float: left;
    padding: 5px 0 0 10px;
    overflow: hidden;
}

.fctPanelLine {
    width: 100%;
    height: 30px;
}

.fctLineLabel {
    float: left;
    height: 20px;
    margin-top: 5px;
    border: none 1px #000;
}

.fctLineLabelRequired {
    float: left;
    height: 20px;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    border: none 1px #000;
}

.fctLineTextBox {
    height: 26px;
}

.fctLineTextBoxCode {
    height: 26px;
    margin-left: 3px !Important;
}

.fctLineCheckBox {
    height: 26px;
    margin-left: 15px !Important;
}

.fctLineCheckBoxActive {
    height: 26px;
    margin-left: 35px !Important;
}

.fctGridCodeField input[type="text"] {
    height: 26px !Important;
    width: 75px !Important;
    padding: 0px !Important;
}

.fctGridNameField input[type="text"] {
    height: 26px !Important;
    width: 205px !Important;
    padding: 0px !Important;
    margin-left: -1px !Important;
}

.fctGridInfoField input[type="text"] {
    height: 26px !Important;
    width: 155px !Important;
    padding: 0px !Important;
    margin-left: -1px !Important;
}

.fctGridActiveField input[type="checkbox"] {
    height: 26px !Important;
    width: 50px !Important;
    margin-left: -6px !Important;
}

.fctGridMainTypeField {
}

.fctGridIdPkField input[type="text"] {
    width: 1px !Important;
    padding: 0 !Important;
    font-size: 0px !Important;
}

.fctGridView {
    margin: 0;
    margin-top: 2px;
    width: 870px;
    border: none 1px #a7a7a7;
    color: #707070 !Important;
}

    .fctGridView td [disabled] {
        color: #707070 !Important;
    }

.fctGridViewButtons {
    /*width: 45px !Important;*/
    /*margin-left:-25px !Important;*/
    /*float: left;*/
    border:none !important;
}

    .fctGridViewButtons input[type="image"] {
        margin-left: 5px !Important;
    }

.fctGridFooter {
    background-color: #007D8F !Important;
    height: 32px !Important;
    letter-spacing: 10px;
    text-decoration: none;
    font-weight: 600;
    color: black;
}

    .fctGridFooter a {
        text-decoration: none;
        color: white;
        margin-left: 5px;
    }

.btnFctDelete2 {
    background-image: url(../Images/BtnDeleteSmall.png) !Important;
    width: 30px;
    margin: -3px 0 0 5px;
    padding: 0;
}

.btnFunctionNewSmall {
    background-image: url(../Images/BtnNew.png) !Important;
    width: 30px;
    margin: 0px 5px 0 0px;
    padding: 0 0 0 25px;
    float: left;
}

.btnFunctionSaveSmall {
    background-image: url(../Images/BtnSave.png) !Important;
    width: 30px !Important;
    margin: 0px 5px 0 0px;
    padding: 0 0 0 25px;
    float: none !Important;
}

.btnFunctionEdit {
    background-image: url(../Images/BtnEdit.png) !Important;
    width: 120px;
    margin: 0px 5px 0 0px;
    padding: 0 0 0 25px;
    float: left;
}

.btnFunctionCancelSmall {
    background-image: url(../Images/BtnCancel.png) !Important;
    width: 30px !Important;
    margin: 0px 5px 0 0px;
    padding: 0 0 0 25px;
    float: none !Important;
}

.btnFunctionSearchSmall {
    background-image: url(../Images/BtnSearch.png) !Important;
    width: 30px;
    margin: 0px 5px 0 0px;
    padding: 0px;
    float: none !Important;
}
