﻿.MandatoryFields{
    color:red;
}

fieldset {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    padding-top: 10px;
}
.paddingTop{
    padding: 20px 15px 0;
}
.buttonPad {
    padding: 0 27.5% 1.5%;
}
.form-control {
    color: black;
    font-weight: 500;
    max-width:600px!important;
}
.pagingWrapper {
    display: inline-block;
    padding: 5px 5px 0;
    vertical-align: text-top;
}
.navButn {
    height: 20px;
    width: 20px;
}
.styledDropdown {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
    font: 1em "Helvetica Neue",Helvetica,"Lucida Grande","Lucida Sans Unicode",sans-serif;
    padding: 0 3px;
}

.pageSize {
    padding-right: 16px;
}
.roundedCorner > div > table td {
    border-width: 0 0 1px;
}
.paging{
    border:none;
    box-shadow:none;
}
.paging td{
    padding:0;
}
table td:first-child, table th {
    text-align: center!important;
}
.cursorPointer {
    cursor: pointer;
}