body {
    font-feature-settings: "lnum";
}

h1, h2, h3, h4 {
    margin: 0;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-weight: 300;
}

h1 {
    font-weight: 400;
    color: #001e35;
    font-size: 28px;
}

.button {
    background-color: #a1d019;
    border-color: #8fba16;
    border: none;
    color: white;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;    
    position: relative;
}
    
.btn {
    border-width: 1px;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0.25em;
    border-style: solid;
}

.click {
    background-color: #a1d019;
    border-color: #9a9797;
    color: #191919 !important;
    padding: 8px 20px;
} /* Green */
.click:hover {
    background-color: #8fba16;
}

th {
    font-size: 14px;
}

body {
    font-size: 14px;
}

.pg-normal {
    color: black;
    font-weight: normal;
    text-decoration: none;    
    cursor: pointer;    
}

.pg-selected {
    color: black;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

/*------------------*/

table.dataTable tbody td {
    word-break: break-all;
    vertical-align: top;
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/*Loading mask*/
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background-color: rgba(192,192,192,0.3);
	background-image: url('/img/VSpinLoader.gif');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}
body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}
/*Loading mask*/

td {
    padding: 5px;
}

body {
    font-size: 14px;
}

html {
    background: #fff;
}

/*Loading mask*/
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background-color: rgba(192,192,192,0.3);
	background-image: url('/img/VSpinLoader.gif');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}
body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}
/*Loading mask*/


#centerTable {
  position: absolute;
  /*width: 300px;
  height: 200px;*/
  left: 35%;  
  margin: 100px 0 0 0px;  
}
#successMsgDiv{
    color: green;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    display: none;
}

#errorMsgDiv{
    color: red;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    display: none;
}

#errorMsgDivShow,#errorEditMsgDivShow,#errorAddMsgDivShow{
    color: red;
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

#successMsgDivShow{
    color: green;
    text-align: center;
    font-size: 14px;
    padding: 5px;
}
.smart-form-validate .state-error em {
    clear: both;
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}
.ui-widget-overlay {
    opacity: 0.5;
    background-color: #000;
}