﻿body {
    padding-top: 50px;
    background-color: #eee;
}

.starter-template {
    padding: 20px 15px;
    text-align: center;
}

.error_box {
    width: 90%;
    border-style: solid;
    border-color: #A52A2A;
    padding: 10px;
    margin-bottom: 20px;
    color: #B22222;
    font-weight: bold;
    text-align: center;
}

.success_box {
    width: 90%;
    border-style: solid;
    border-color: #007dc3;
    padding: 10px;
    margin-bottom: 20px;
    color: #007dc3;
    font-weight: bold;
    text-align: center;
}

.strong {
    font-weight: bold;
}

.tbl_title {
    font-weight: bold;
    text-align: right;
    padding-right: 8px;
}

.small_div {
    width: 700px;
    margin: 0 auto;
    margin-top: 20px;
}

.left_table{
    text-align: left;
    padding-left: 10px;
}

.long_control{
    width: 303px;
}

.medium_div {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}

.custom_table th {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.custom_table_mouseout, .custom_table tr {
    border-bottom: 1px dashed #d0d0d0;
}

.custom_table_mouseover {
    border-bottom: 1px solid #5D7B9D !important;
}


.auto_size {
    max-width: 100%;
    max-height: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.asterisk {
    font-weight: bold;
    font-size: 16px;
    color: red;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
}

.summary_errors {
    color: rgb(153, 0, 0);
    width: 500px;
    text-align: left;
    margin: 0 auto;
    border: 1px dashed black;
    padding: 15px;
    margin-bottom: 15px;
}

.required_validator {
    display: none;
    visibility: hidden;
}

.check input {
    width: 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;

    margin: 0px !important;
    text-align: left;
}

.check label {
    padding: 0px !important;
    margin: 0px !important;
    text-align: left;
    font-weight: normal !important
}

/* Set Standard With for controls */
input, textarea, select, button {
    padding: 2px; 
    margin: 0;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For all Gecko based browsers */
    box-sizing: border-box;
}

/* Sign In */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

/* Upload File */
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.disabledStyle
    {
        border: 1px solid gray;
        color: Gray;
    }

.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 2px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.breadcrumb{
    text-align: left;
}

/* -- Pagination */

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}