body, htmlv {
    color: #2c3e50;
}

h2, .h2 {
	font-size: 15px;
	color:#c0392b;
	text-align:center;
	text-transform:uppercase;
}

.btn-red {
    background-color: #c0392b;
    color: white;
    border: 1px solid #c0392b;
}
.btn-space {
    margin-left: 5px;
}
.btn-red:hover, .btn-red:focus {
    background-color: #e74c3c;
    color: white;
    border: 1px solid #e74c3c;
}

.btn-moduli-home {
    color: #ffffff;
    background-color: #e74c3c;
    /*margin: 3px;*/
    /*background-image: url(../Images/modul_all.png) !important;
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 47px;*/
    border-radius: 5px;
}

.btn-moduli-home:hover {
    color: #ffffff;
    background-color: #e74c3c;
    /*margin: 3px;*/
}

.modul-table-title {
    text-align: center;
    font-size: 8pt;
    height: 41px;
    padding: 5px 0px;
    vertical-align: middle;
    line-height: 9pt;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none;
    color: rgb(0, 0, 0);
}

.table-data-header {
    background-color: #ecf0f1;
    padding: 3px 5px;
    line-height: 30px;
    font-weight: bold;
    color: #2c3e50;
}

.table-data-header-seperate {
    background: url(../DynamicData/Content/Images/seperator.png) no-repeat left top;
    width: 10px;
    height: 24px;
    display: inline-block;
    padding-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
.table-data-buttons {
    padding: 7px;
}

.table-data-att {
    padding-right: 7px;
    padding-left: 2px;
    /*background: #fffbd6;*/
    border-right:1px dotted silver;
}

input[type="text"], textarea {

  background-color : #ffffff; 

}

.input-xs {
    height: 26px;
    line-height: 26px;
    font-size: 10pt;
    padding: 1px 2px;
}

/*LOADING*/
div.loading-div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(240, 240, 240, 0.5);
    z-index: 999999;
    text-align: center;
}

.loading-image-holder {
    position:absolute;
    left: 50%; 
    top: 50%;
    width: auto;
    height: auto;
}

.loading-image-holder img 
{
    width: 100%;
    margin-left: -50%;
    margin-top: -50%;   
}

/* FILE UPLOAD */
.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    border: 1px solid #124d77;
    background: #007dc1;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
}

    .file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

/* The button size */
.file-upload {
    height: 30px;
}

.file-upload, .file-upload span {
    width: 90px;
}

.file-upload input {
    top: 0;
    left: 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    /* Loses tab index in webkit if width is set to 0 */
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload strong {
    font: normal 12px Tahoma,sans-serif;
    text-align: center;
    vertical-align: middle;
}

.file-upload span {
    top: 0;
    left: 0;
    display: inline-block;
    /* Adjust button text vertical alignment */
    padding-top: 5px;
}

#dialogOnClick {
    display: none;
    padding:10px;
}

.ui-widget-header {
    color: #fff;
}
.ui-widget-header {
    background: #c0392b;
}

caption {
    background-color: #ecf0f1;
    padding: 3px 5px;
    line-height: 16px;
    font-weight: bold;
    color: #2c3e50;
    text-align: center;
}