* {
    margin: 0;
    padding: 0;
}

aside, section, article, p, div, span, figure, figcaption, img, input, form, html, footer, header, nav, p, ul, li {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0;
}

:focus {
    outline: none;
}

ul:after {
    clear: both;
    display: block;
    content: "";
}

html {
    font-smooth: always;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: bottom;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

body {
    background: #fff;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Arial', sans-serif;
}

.header {
    background: #114070;
}

.logo_area {
    padding: 5px 0;
}

    .logo_area .img-circle {
        margin-right: 10px;
        vertical-align: middle;
    }

    .logo_area .btn {
        background: none !important;
        border: medium none;
        border-radius: 0;
        box-shadow: none !important;
        color: #fff !important;
        font-size: 18px;
        font-weight: 800;
    }

.logo {
    display: inline-block;
    margin: 12px 0 0;
}

.custom_navigation {
    background: #3c78b5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    min-height: inherit;
}

    .custom_navigation .navbar-collapse.collapse {
        padding: 0;
    }

    .custom_navigation .navbar-nav > li > a {
        color: #fff;
        padding: 12px 20px;
        text-transform: uppercase;
    }

    .custom_navigation.navbar-default .navbar-nav > li > a:hover, .custom_navigation.navbar-default .navbar-nav > li > a:focus, .custom_navigation.navbar-default .navbar-nav > .active > a, .custom_navigation.navbar-default .navbar-nav > .active > a:hover, .custom_navigation.navbar-default .navbar-nav > .active > a:focus {
        background-color: #fff;
        color: #1b2e3f;
    }

.tasks_area {
    border-radius: 5px;
    color: #fff;
    padding: 10px 10px 10px 105px;
    text-align: right;
    position: relative;
}

    .tasks_area h1 {
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 800;
        margin: 0;
    }

    .tasks_area a {
        color: #fff;
        font-size: 13px;
    }

    .tasks_area i {
        font-size: 40px;
        left: 20px;
        line-height: 45px;
        position: absolute;
        top: 16%;
    }

.content_table tr th, .content_table tr td {
    text-align: center;
}

    .content_table tr th:nth-child(2), .content_table tr th:nth-child(3), .content_table tr td:nth-child(2), .content_table tr td:nth-child(3) {
        text-align: left;
    }

.content_table thead tr th {
    background: #3c78b5 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px;
}

.content_table tbody tr {
    background: #f5f5f5;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    padding: 8px;
}

.content_table tbody td {
    border-bottom: 1px solid grey;
}

.content_table tbody a {
    text-decoration: underline;
    font-size: 12px;
    color: Blue;
}



.content_table tbody tr td:nth-child(1) {
    font-weight: 700;
}

.table_outer {
    max-width: 1400px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: auto;
}

.table_outer_no_margin {
    max-width: 1400px;
    overflow: auto;
}


.action_btn {
    color: #d9534f;
}

.edit_btn {
    color: #2cb0ff;
}

.delete_btn {
    color: #000;
}

.file_btn {
    color: #5cb85c;
}

.content-area {
    min-height: 100%;
    padding-top: 15px;
}

.footer {
    bottom: 0;
    text-align: center;
    background: #3c78b5;
    font-weight: 300;
    color: #fff;
    padding: 3px;
    width: 100%;
}

/*** login page css here ***/
body, html {
    height: 100%;
}

.table_box {
    width: 100%;
    height: 87%;
    display: table;
}

.table_cellbox {
    display: table-cell;
    vertical-align: middle;
}

.login_box {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    padding: 50px 20px 20px;
    position: relative;
    text-align: center;
    width: 560px;
    border-bottom: 4px solid #3c78b5;
}

.login_icon {
    background: #3c78b5 none repeat scroll 0 0;
    border-radius: 100%;
    height: 130px;
    left: 215px;
    line-height: 95px;
    position: absolute;
    top: -65px;
    width: 130px;
}

.login_box h2 {
    color: #3c78b5;
    font-weight: 700;
    margin-bottom: 20px;
}

.login_box .input-group-addon, .login_box .input-group .form-control {
    border-color: #e6e3e3;
}

.login_box .input-group-addon {
    background: #faf6f6 none repeat scroll 0 0;
    padding: 5px 20px;
    min-width: 80px;
}

.login_box .input-group .form-control {
    font-family: "Raleway",sans-serif;
    font-size: 15px;
    font-weight: 200;
    height: inherit;
    padding: 11px;
}

.login_box .btn {
    background: #3c78b5 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    padding: 5px;
    text-transform: uppercase;
}

    .login_box .btn:hover {
        background: #31679d;
    }

.login_box p a {
    color: #656565;
}

    .login_box p a:hover {
        text-decoration: underline;
    }

.login_box .form-group {
    margin-bottom: 20px;
}

.login_box p {
    margin-top: 10px;
}

/*** popup css here ***/
.modal-header {
    background: #2cb0ff none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.modal .form-group label {
    color: #454545;
    font-size: 16px;
    font-weight: 700;
}

.modal .form-group .form-control {
    height: inherit;
}

.modal .checkbox > label {
    color: #979797;
    font-weight: 700;
}

.save_btn {
    background: #f0ad4e none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;
    padding: 10px 30px;
    text-transform: uppercase;
}

    .save_btn:hover, .save_btn:focus {
        background: #cb9445;
        color: #fff;
        cursor: pointer;
    }

.modal-header .close {
    color: #fff;
    font-size: 45px;
    line-height: 30px;
    margin: 0;
    opacity: 1;
}

.logo_area .open > .dropdown-menu {
    left: inherit;
    right: 0;
}

.modal-body {
    max-height: 500px;
    overflow: auto;
    padding: 15px;
    position: relative;
}

.table-main {
    max-width: 1400px;
    margin: 5px 0 0 0;
}

.form-main {
    padding: 40px 0;
}

.pageHeading {
    padding-left: 65px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 50px;
}

.container-listing {
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: bold;
    font-size: 20px;
}

.custom_btn {
    background: #f0ad4e none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-right: 0px;
    padding: 5px 5px;
    text-transform: uppercase;
}

    .custom_btn:hover, .custom_btn:focus {
        background: #cb9445;
        color: #fff;
        cursor: pointer;
    }

.search-area {
    margin-left: 15px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}

.highlight {
    background: #000000 !important;
    color: white;
}

.table tr.selected td {
    background-color: #333 !important;
    color: #fff;
}

.page-sub-heading {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #cccccc;
    height: 30px;
    color: #000000;
    vertical-align: middle;
    padding-top: 5px;
}

.ordered-machine-containerlisting
{
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 50px;
    font-weight: bold;
    font-size: 20px;
}

.ordered-machine-tablemain
{
    margin-left: 0px;
}

.ordered-machine-tableouter
{
    max-width: 1400px;
    margin-left: 0px;
    margin-right: 15px;
    overflow: auto;
}


.page-sub-offset {
    margin-left: 40px;
}


.form-bold-text {
    font-size: 14px;
    font-weight: bold;
}

.listMessage {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

container-listing-no-padding {
    margin-top: 20px;
    padding-right: 50px;
    font-weight: bold;
    font-size: 20px;
}

.orderdetail_container
{
    width:1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.empty-row {
    margin-bottom:20px
}

.SuccessMessage 
{
    color:Green;
    font-weight:bold;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.ErrorMessage 
{
    color:Red;
    font-weight:bold;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}


* styles for validation helpers */
.field-validation-error
{
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid
{
	display: none;
}

input.input-validation-error
{
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
	border: 0 none;
}

.validation-summary-errors
{
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid
{
	display: none;
}



/**** Manual work Order Starts */

.workorder-detail-section
{
    color: black;
    border: solid 1px;
    height: 30px;
    background-color: lightblue;
    font-weight: bold;
    font-size:16px;
}


.workorder-detail-section #heading
{
    margin-top:6px;
}

.add-more-items
{
    position: absolute; 
    right: 0px;
}

.work-order-parameter-type
{
    font-weight: bold;
    color: brown;
    float: left;
    width:200px;
}

.work-order-copy-choose-button
{
    margin-left:10px;
}

.work-order-copy-file
{
    padding-top: 6px;
}

