@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
	font-family: 'Roboto', sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}

h2.locaionh2 {
    margin-top: -46px !important;
}

.TopBar {
    background: linear-gradient(to bottom,  #e8e8e8 0%,#ddf1f9 35%,#e8e8e8 100%);
    min-height: 50px;
    padding: 10px 20px;
    border-bottom: 1px solid #b3b3b3;
}

.TopBar .Logo img {
    height: 55px;
}

.FooterBar {
    background: #115370;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px;
}

.FooterBar .Copyright {
    font-size: 12px;
    color:#fff;
}

.FooterBar .RText {
    font-size: 14px;
    text-align: right;
    color:#eecb08;
}

.Wrap1 {
    padding: 40px 0px;
}

.Wrap1 .table thead {
    background-color: #115370;
    color:#fff;
}

.Wrap1 .table td, .table th {
    padding: 0px 5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-weight: normal;
    font-size: 14px;
}

    .Wrap1 .table th {
        text-align:center;
    }

    .Wrap1 .table td {
        text-align: center;
    }

    .Wrap1 .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff!important;
}

.Wrap1 .table-bordered td, .table-bordered th {
    border: 1px solid #d5d5d5;
}

.child-scroll {
    height: 150px;
    overflow-y:scroll;
}

.child-table thead th {
    background: #038624 !important;   
}

.child-table td {
    background: #f9f6f6 !important;
    border: 1px solid #b6aeae!important;
    font-size:13px!important;
}



.MTitle {
    background: #17a2b8;
    color: #fff;
    padding: 5px;
}

.DatePick {
    font-size: 14px;
    padding: 1px 5px;
    border-radius: 3px;
    border: none;
}

.MTitle .btn-MTitle {
    background: #333;
    background: #ffc107;
    padding: 2px 10px;
    font-weight: 600;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:1px;
}

span.BackIco {
    width: 20px;
    height: 20px;
    line-height: 6px;
    border-radius: 50%;
    background: #fff;
    padding: 0px 3px 3px 3px;
}

.MS-Rightside {
    text-align:right;
}

.error-box {
    margin-top:40px;
}

    .error-box i {
        font-size: 50px;
        color: #ffc107;
        margin-bottom:15px;
    }
    .error-box h2  {
        font-weight: 500;
        color: #333;
        font-size:26px;
    }
    .error-box h2 b {
        font-weight: 600;
        color: #dc3545;
    }

    @media (max-width: 768px) {
        .Wrap1 {
        padding:10px 0px;
    }

    h2 {
        font-size:20px;
        font-weight:600;
    }

    .MachineStatus {
        font-size: 16px;
        text-align: center;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
    }

    .MS-Rightside {
        text-align:center;
        margin-top:8px;
    }

    .Wrap1 .table td, .table th {
        font-size:12px;
    }
}