﻿.table-download-icon {
    font-size: 16px;
    display: block;
    color: #676a6c;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.file-list li {
    font-size: 13px;
}

.field-validation-error {
    color: #ed5565;
}


.file-list-action li {
    padding: 0px 0px;
    border-radius: 0px;
    border: 0px solid #e7eaec;
    margin-bottom: 5px;
}



.validation-summary-valid
{
    display: none;
}


table.dataTable tbody tr.selected {
    color: white;
    background-color: #1ab394;
}


.DTE_Header {

    display: block;
}


.newDataTableRecord {
    color: white;
    background-color: #1ab394;
}

.editDataTableRecord {
    color: white;
    background-color: #f8ac59;
}


.deleteDataTableRecord {
    color: white;
    background-color: #ec4758;
}


.xEditableTextArea {
    width: 450px;
}

.whiteBg {
    background-color: white;
}

.e-export:before {
    content: '\e240';
}





    .e-tab .e-content .e-item {
        color: #676a6c;
        font-size: 13px;
    }


    .e-tab.e-fill .e-tab-header {
        margin-bottom: 15px;
    }

    .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        display: inherit;
        font-weight: 500;
        text-transform: none;
    }



.md-skin .nav-second-level li a {
    padding-left: 35px;
}


.control-label {
    margin-bottom: 0px;
}

.middle-box h1 {
    font-size: 36px;
    font-weight: bold;
}

.middle-box p {
    font-size: 16px;
}

.middle-box-form {
    font-size: 16px;
}

.external.middle-box {
    width: 800px;
}

.middle-box {
    max-width: 800px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

