﻿body {
    background: #EAEAEA;
    font-family: "Verdana",Arial,sans-serif;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

select.form-control::-ms-expand {
    display: none;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../Images/DataTable/select-arow.png');
    background-position: calc(100% - 8px) center;
    background-repeat: no-repeat;
    background-color: #fff;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: calc(100vh - 175px);
}


.success-msg {
    font-weight: bold;
    display: block;
    text-align: center;
    color: #468847;
    padding-bottom: 5px;
}


.dl-horizontal dt {
    white-space: normal;
}

.display-none {
    display: none !important;
}
/*=============================================*/
/*--------Image Uploader----------*/
.img-uploader{
	background: #f2f2f2;
}
.img-uploader label{
	margin: 0;
	display: inline-block;
}
.normal-form-group .img-uploader.img-uploader  label{
	display: inline-block;
}
.img-uploader input{
	display: none;
}
.img-uploader span{
	background: #666666;
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
}
.img-uploader span:hover{
	background: #444444;
}
.img-uploader p{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	padding-left: 10px;
}
.img-upload-table{
	margin: 0;
	padding: 0;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.img-upload-table li{
	display: inline-block;
	position: relative;
	border: 1px dashed #292929;
	padding: 12px 10px;
	margin: 5px;
	margin-left: 0;
	border-radius: 3px;
	color: #292929;
	text-align: center;
	width: 160px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.img-upload-table li:before{
	content: "\f15b";
	line-height: 30px;	
	font-family: 'Font Awesome 5 Free';
    font-weight: normal;
	font-size: 24px;
	display: block;
}
.img-upload-table li.png:before,
.img-upload-table li.svg:before,
.img-upload-table li.gif:before,
.img-upload-table li.jpg:before,
.img-upload-table li.jpeg:before{
	content: "\f1c5";
	color: #ff9300;
}
.img-upload-table li.csv:before,
.img-upload-table li.xml:before,
.img-upload-table li.xlsx:before{
	content: "\f1c3";
	color: #1c8e50;
}
.img-upload-table li.docx:before,
.img-upload-table li.rtf:before,
.img-upload-table li.doc:before{
	content: "\f1c2";
	color: #4eb9e2;
}
.img-upload-table li.htm:before,
.img-upload-table li.html:before{
	content: "\f1c9";
	color: #bb621f;
}
.img-upload-table li.pdf:before{
	content: "\f1c1";
	color: #e74c3c;
}
.img-upload-table li.txt:before{
	content: "\f15c";
	color: #14aabe;
}
/*------*/
.upload-image-view-modal .modal-dialog{
	width: 1000px;
	max-width: 100%;
}
.modal-img-view{
	padding: 0 5px;
}
.modal-img-view ul.editimg-upload-table li{
	width:calc(25% - 10px);
	height: 190px;
	display: inline-flex;
	align-items: center;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	position: relative;
}
.modal-img-view ul.editimg-upload-table li img{
	max-width: 100%;
}
/*------------------*/
.editimg-upload-table{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.editimg-upload-table li{
	width:200px;
	height: 150px;
	display: inline-flex;
	align-items: center;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
	padding-top: 25px;
	justify-content: center;
}
.editimg-upload-table li img{
	max-width: 100%;
}
.editimg-upload-table li:before{
	font-family: 'Font Awesome 5 Free';
    font-weight: normal;
	font-size: 44px;
	content: "\f15b";
	line-height: 44px;
	display: block;
}
.editimg-upload-table li.png:before,
.editimg-upload-table li.svg:before,
.editimg-upload-table li.jpg:before,
.editimg-upload-table li.jpeg:before,
.editimg-upload-table li.gif:before{
	display: none;
}
.editimg-upload-table li.csv:before,
.editimg-upload-table li.xml:before,
.editimg-upload-table li.xlsx:before{
	content: "\f1c3";
	color: #1c8e50;
}
.editimg-upload-table li.docx:before,
.editimg-upload-table li.rtf:before,
.editimg-upload-table li.doc:before{
	content: "\f1c2";
	color: #4eb9e2;
}
.editimg-upload-table li.htm:before,
.editimg-upload-table li.html:before{
	content: "\f1c9";
	color: #bb621f;
}
.editimg-upload-table li.pdf:before{
	content: "\f1c1";
	color: #e74c3c;
}
.editimg-upload-table li.txt:before{
	content: "\f15c";
	color: #14aabe;
}
.editimg-upload-table li p.img-name{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
	background: rgba(0,0,0,0.55);	
	height: 25px;
	color: #fff;
	padding:3px 30px 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13;
	white-space: nowrap;
}
.delete-img{
	width: 25px;
	height: 25px;
	background:rgba(164, 0, 0, 0.91);
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;justify-content: center;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	z-index: 2;
}
.editimg-upload-table li .download-link{
	position: absolute;
	width: auto;
	height: auto;
	border-radius: 2px;
	background: rgba(0,0,0,0.4);
	text-align: center;
	margin: auto;
	left: 0;
	top: 20px;
	right: 0;
	bottom: 0;
	color: #fff;
	padding-top: 5px;
	opacity: 0;
	transition: all 0.4s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
.editimg-upload-table li:hover .download-link{
	opacity: 1;
}
.editimg-upload-table li .download-link i.fas{
	background: rgba(0,0,0,0.9);
	width: 32px;
	height: 32px;
	border-radius: 3px;
	padding-top: 7px;
	border: 1px solid #868686;
}
.nodata{
    display:flex;
    flex:0 0 100%;
    justify-content:center;
    font-weight:bold;
    font-size:20px;
 }
/*------------------*/

/*custom Chekbox*/
.enable-disable-pnl {
    display: block;
}

    .enable-disable-pnl label {
        display: inline-block !important;
        cursor: pointer !important;
        margin: 0 !important;
        vertical-align: middle !important;
    }

        .enable-disable-pnl label input {
            display: none;
        }

        .enable-disable-pnl label p {
            display: block;
            width: 38px;
            height: 17px;
            border: 1px solid #666666;
            margin: 0;
            transition: background 0.3s ease;
            position: relative;
            padding: 0;
            max-width: none;
            background: #fff;
        }
		.enable-disable-pnl label p:after {
			position: absolute;
			left: 3px;
			top: -1px;
			font-size: 10px;
			content: "On";
			transition: opacity 0.3s ease;
			opacity: 0;
			color: #212121;
		}
		.enable-disable-pnl label p:before {
			position: absolute;
			right: 2px;
			top: 0;
			font-size: 10px;
			content: "Off";
			opacity: 1;
			transition: opacity 0.3s ease;
			color: #949494;
		}
		.enable-disable-pnl label p span {
			display: block;
			width: 13px;
			height: 13px;
			position: absolute;
			left: 1px;
			top: 1px;
			background: #979797;
			transition: left 0.3s ease;
		}
        .enable-disable-pnl label input:checked ~ p span {
            left: 22px;
            background: #666;
        }
        .enable-disable-pnl label input:checked ~ p {
            background: #dadada;
            border-color: #979797;
        }

            .enable-disable-pnl label input:checked ~ p:after {
                opacity: 1;
            }

            .enable-disable-pnl label input:checked ~ p:before {
                opacity: 0;
            }
/*============================================================================*/
/*---------Header-----------*/
.navbar.custom-navbar {
    padding-top: 12px;
    margin-bottom: 0;
}

.wos-navbar .navbar-collapse.collapse {
    padding: 0;
}

.wos-navbar .navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
    box-shadow: 0px 0px 0px 1px #fff;
}

.wos-navbar .navbar-brand {
    float: left;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    background-image: url('../Images/rpproperties-logo.png');
    background-size: 360px;
    width: 360px;
    height: 58px;
    background-repeat: no-repeat;
    margin: 8px;
}

.login-btn {
    font-size: 17px;
    color: #666;
    letter-spacing: 0.4px;
    transition: color 0.3s ease;
    font-family: "Verdana",Arial,sans-serif;
    margin-top: 20px;
    display: inline-block;
}

    .login-btn:hover {
        color: #353535;
        text-decoration: none;
    }

.custom-navbar .navbar-header {
    float: none;
}

.right-header-panel {
    float: right;
}

    .right-header-panel .user-panel {
        display: block;
        margin: 6px 0 0 0;
        padding: 0;
    }

        .right-header-panel .user-panel li {
            display: inline-block;
            vertical-align: middle;
            margin-left: 15px;
        }

            .right-header-panel .user-panel li a {
                font-size: 17px;
                color: #666;
                letter-spacing: 0.4px;
                transition: color 0.3s ease;
                font-family: "Verdana",Arial,sans-serif;
            }

                .right-header-panel .user-panel li a:hover {
                    color: #353535;
                    text-decoration: none;
                }

.user-img-box {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

    .user-img-box img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

.user-name-text > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.log-text {
    border-left: 1px solid #666;
    padding-left: 15px;
}

.wos-navbar .border-bottom {
    border-bottom: solid 1px #d8d8d8;
}

.custom-navbar.navbar-default .navbar-nav > li > a {
    font-size: 17px;
    color: #666;
    border-left: 1px solid #666;
    padding: 0 15px;
    margin: 10px 0;
    font-family: "Verdana",Arial,sans-serif;
    transition: color 0.3s ease;
}

    .custom-navbar.navbar-default .navbar-nav > li > a.loginBtn {
        display: none;
    }

    .custom-navbar.navbar-default .navbar-nav > li > a:hover {
        color: #353535;
    }

.custom-navbar.navbar-default .navbar-nav > li:first-child > a {
    border-left: none;
    padding-left: 0;
}

.custom-navbar.navbar-default .navbar-nav > li:last-child > a {
    padding-right: 0;
}

.custom-navbar.navbar-default .navbar-nav > li > ul {
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 120px;
    padding: 3px 0;
    z-index: 999999;
    box-shadow: 0 6px 8px 0px rgba(0,0,0,0.2);
}

.custom-navbar.navbar-default .navbar-nav > li:nth-last-of-type(1) > ul,
.custom-navbar.navbar-default .navbar-nav > li:nth-last-of-type(2) > ul {
    left: auto;
    right: 0;
}

.custom-navbar.navbar-default .navbar-nav > li:hover > ul {
    display: block;
}

.custom-navbar.navbar-default .navbar-nav > li > ul > li {
    display: block;
    float: none;
}

    .custom-navbar.navbar-default .navbar-nav > li > ul > li > a {
        display: block;
        padding: 3px 15px;
        color: #666;
        transition: color 0.3s ease;
        font-size: 15px;
        white-space: nowrap;
        font-family: "Verdana",Arial,sans-serif;
    }

        .custom-navbar.navbar-default .navbar-nav > li > ul > li > a:hover {
            text-decoration: none;
            color: #000;
        }

.custom-navbar.navbar-default .navbar-toggle {
    border-color: #004f8c;
    background: #0065b3;
    border-radius: 3px;
}

    .custom-navbar.navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

/*============================================================================*/
/*---Footer---*/
footer {
    padding: 5px 15px;
    text-align: center;
    margin-top: 7px;
    padding-bottom: 8px;
}

    footer p {
        margin: 0;
        font-size: 13px;
    }

#loginPage .copyright {
    display: none !important;
}
/*============================================================================*/
/*---Error Page---*/
.error-panel {
    display: block;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ddd;
    z-index: 9999;
}

    .error-panel table {
        table-layout: fixed;
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
    }

        .error-panel table tbody {
            width: 100%;
            height: 100%;
        }

            .error-panel table tbody td {
                width: 100%;
                height: 100%;
            }

                .error-panel table tbody td .glyphicon {
                    font-size: 100px;
                }

                .error-panel table tbody td h1 {
                    font-size: 50px;
                }

                .error-panel table tbody td a.btn {
                    margin-top: 15px;
                    display: inline-block;
                }
/*============================================================================*/
/*---Login Page---*/

.loginBody {
    width: 520px;
    background-color: #EAEAEA;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    padding-bottom: 20px;
}

.banner {
    background-color: #F5F5F5;
    height: 50px;
    width: calc(100% - 2px);
    margin-left: 1px;
}

.appTitle {
    float: left;
    margin: 0 0 0 13px;
    padding-top: 8px;
}

    .appTitle h2 {
        font-style: italic;
        font-weight: 800;
        margin-top: 5px;
        font-size: 22px;
    }

.middle {
    background-color: #FFFFFF;
    min-height: 265px;
    border: 1px solid #e2e1e1;
    box-shadow: 0 2px 0 0 #dbdbdb;
    padding: 0 20px;
}

.instruction {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
}

.labels {
    width: 30%;
    float: left;
}

    .labels > div {
        width: 100%;
        padding: 14px 0px 13px 0px;
        text-align: right;
    }

.altOptions {
    width: 163px;
    display: inline-block;
    padding-top: 1px !important;
    padding-bottom: 10px !important;
}

.rememberme {
    float: left;
    text-align: left;
    margin-top: 0;
}

    .rememberme input {
        position: absolute;
        margin: 3px 3px;
        padding: 0;
        border: 0;
        width: 14px !important;
        height: 14px !important;
    }

    .rememberme label {
        padding-left: 23px;
        height: 15px;
        display: inline-block;
        line-height: 18px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 12px;
        vertical-align: middle;
    }

.resetpwd {
    text-align: right;
    vertical-align: top;
    text-decoration: none;
    display: inline-block;
    line-height: 19px;
}

.signin-btn input.btn {
    width: 100%;
}

.loginBody .footer {
    background-color: #FFFFFF;
    border: 1px solid #e2e1e1;
    box-shadow: 0 2px 0 0 #dbdbdb;
    margin-top: 23px;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    color: #424242;
    line-height: 15px;
}

.footer > div {
    padding: 4px 0;
}

.support-txt a {
    color: #0000fe;
    letter-spacing: 0.5px;
}

.resetpwd a {
    color: #0000fe;
    letter-spacing: 0.5px;
    font-size: 13px;
}

/*============================================================================*/
/*---Page data-table common Style---*/
.page-heading {
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    color: #666;
    border-left: 5px solid #666;
    background: #ddd;
    padding: 5px 10px 7px;
}

.search-panel {
    margin-bottom: 5px;
    display: table;
    width: 100%;
}

.search-panel-row {
    display: table-row;
}

.search-panel-left {
    display: table-cell;
    width: auto;
}

.search-panel-right {
    display: table-cell;
    width: 240px;
    vertical-align: bottom;
    text-align: right;
}

.main-page-contain {
    padding: 15px 0;
}

.main-page-contain-inr {
    background-color: #FFFFFF;
    border: 1px solid #e2e1e1;
    box-shadow: 0 2px 0 0 #dbdbdb;
    padding: 10px;
    font-size: 13px;
    color: #424242;
}

.search-panel-left .form-group {
    margin-bottom: 10px;
}

    .search-panel-left .form-group label {
        display: block;
        font-weight: normal;
        margin-bottom: 2px;
    }

    .search-panel-left .form-group .checkbox-pnl {
        margin-top: 9px;
    }

        .search-panel-left .form-group .checkbox-pnl label {
            margin: 0 5px 0 0;
            display: inline-block;
        }

            .search-panel-left .form-group .checkbox-pnl label input[type="radio"],
            .search-panel-left .form-group .checkbox-pnl label input[type="checkbox"] {
                margin: 0;
                display: inline-block;
                vertical-align: middle;
            }

.search-btn-pnl label {
    display: block;
    font-weight: normal;
    margin-bottom: 2px;
}

.search-icon-btn.btn {
    height: 34px;
    padding: 0 10px 2px;
    border-color: #bebebe;
    background: #eaeaea;
    box-shadow: 0 0 0 1px #fff inset;
    color: #666;
}

    .search-icon-btn.btn i.fas {
        font-size: 16px;
    }

.search-panel-right .btn {
    width: 90px;
    height: 34px;
    padding: 0;
    text-align: center;
    border-color: #bebebe;
    background: #eaeaea;
    box-shadow: 0 0 0 1px #fff inset;
    color: #666;
    margin-bottom: 10px;
}

    .search-panel-right .btn i.fas {
        font-size: 16px;
    }

.reset-btn.search-icon-btn.btn {
    padding-top: 6px;
}

.fixed-btn .btn {
    width: 104px;
}

span.or-text {
    padding-top: 4px;
    display: block;
    font-size: 18px;
}

.main-page-contain-inr .dataTables_wrapper .dataTables_length label {
    font-weight: normal;
}

    .main-page-contain-inr .dataTables_wrapper .dataTables_length label select {
        border: 1px solid #ccc;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url('../Images/DataTable/select-arow.png');
        background-position: calc(100% - 5px) center;
        background-repeat: no-repeat;
        background-color: #fff;
        width: 49px;
        background-size: 10px;
        height: 24px;
        margin: 0 4px;
    }

        .main-page-contain-inr .dataTables_wrapper .dataTables_length label select::-ms-expand {
            display: none;
        }

.main-page-contain-inr .dataTables_wrapper .dataTables_filter label {
    font-weight: normal;
}

    .main-page-contain-inr .dataTables_wrapper .dataTables_filter label input {
        border: 1px solid #ccc;
        height: 24px;
    }

.main-page-contain-inr .dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

.main-page-contain-inr .dataTables_wrapper .dataTable thead th {
    border-color: #dedede;
    background-color: #e6e6e6;
    color: #686868;
    padding: 10px 10px;
	padding-right: 18px;
}

.main-page-contain-inr .dataTables_wrapper .dataTable tbody tr th,
.main-page-contain-inr .dataTables_wrapper .dataTable tbody tr td {
    border-bottom: 1px solid #c8c8c8;
    transition: all 0.3s ease;
    padding: 5px 10px;
}

.main-page-contain-inr .dataTables_wrapper .dataTable tbody tr:hover td,
.main-page-contain-inr .dataTables_wrapper .dataTable tbody tr:hover th {
    background-color: #EFEFEF;
}

.main-page-contain-inr .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-color: #bebebe;
    box-shadow: 0 0 0 1px #fff inset;
    color: #666;
    margin-top: 2px;
}

.main-page-contain-inr .dataTables_wrapper .dataTables_paginate {
    padding-top: 8px;
}

    .main-page-contain-inr .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .main-page-contain-inr .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #eaeaea;
        color: #666 !important;
    }

.main-page-contain-inr .dataTables_wrapper .dataTables_info {
    padding-top: 18px;
}

td.action-btn span.glyphicon {
    color: #666;
    cursor: pointer;
    transition: color 0.3s ease;
}

    td.action-btn span.glyphicon:hover {
        color: #000;
    }

    td.action-btn span.glyphicon.glyphicon-trash {
        border-left: 1px solid #666;
        padding-left: 5px;
    }

.td-limit {
    max-width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.normal-form-group .form-group label {
    display: block;
    font-weight: normal;
}

/*============================================================================*/
/*---Home Page Style---*/
.home-page-default {
    font-size: 15px;
}

.button-align {
    text-align: center;
}



/*custom radio check*/
.custom-input-radio input[type="radio"] {
    display: none;
}

.custom-input-radio span {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    border: 1px solid #888;
    border-radius: 50%;
    margin-right: 2px;
    vertical-align: middle;
    cursor: pointer;
}

.custom-input-radio p {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 25px);
    margin: 0;
}

.custom-input-radio input[type="radio"]:checked + span:after {
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    content: "";
    background-color: #0066b3;
    border-radius: 50%;
}
/*custom checkbox*/


.custom-input-check span {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    border: 1px solid #888;
    border-radius: 2px;
    margin-right: 2px;
    vertical-align: middle;
    cursor: pointer;
}

.custom-input-check p {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 25px);
    margin: 0;
}

.custom-input-check input[type="checkbox"]:checked + span:after {
    position: absolute;
    left: 1px;
    top: 1px;
    content: "\f00c";
    color: #0066b3;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
}



.every-weekday {
    padding-left: 5px;
}

.margin-top-6px {
    margin-top: -6px !important;
}

.month-of-year {
    width: 180px !important;
}

/*========preventative maintenance=======*/
.preventative-maintenance-table table.dataTable tr th.td-limit,
.preventative-maintenance-table table.dataTable tr td.td-limit {
    white-space: normal;
    width: 18%;
}

.preventative-maintenance-table table.dataTable tr th.td-limit-description,
.preventative-maintenance-table table.dataTable tr td.td-limit-description {
    white-space: normal;
    width: 32%;
}

/*========================dispatch management============================*/
.dipatch-table table.dataTable tr th.td-limit-description,
.dipatch-table table.dataTable tr td.td-limit-description {
    white-space: normal;
    width: 30%;
}

.dipatch-table table.dataTable tr th.td-limit-notes,
.dipatch-table table.dataTable tr td.td-limit-notes {
    white-space: normal;
    width: 28%;
}
.modal.recordM-modal .modal-dialog{
	width: 1000px;
}
.record-label-val{
	display: block;
background: #e8e8e8;
padding: 4px 7px;
color: #093d55;
line-height: 16px;
}



.dispatch-recordM-modal .modal-dialog{
	width: 1000px;
}
.dispatch-recordM-modal .modal-dialog #StatusDataTable{width: 100% !important}
.dispatch-recordM-modal .modal-dialog table.dataTable thead .td-limit-notes {
    background-position: calc(100% - 15px) center;
	padding-right: 34px;
}

/*Schedule Preventative Maintenance Task*/
.otherDes{
	display: none;
}

/*Manage Users*/
.info-panel{
	position: relative;
}
.info-text{
	position: absolute;
	z-index: 2;
	bottom: calc(100% + 5px);
	right: 0;
	background: #fff;
	width: 180px;
	padding: 8px 10px;
	border: 1px solid #9d9d9d;
	border-bottom-width: 4px;
	display: none;
}
.info-text:after{
	top: 100%;
	border-top: 12px solid #9d9d9d;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 8px;
	z-index: 2;
}
.info-view {
	position: absolute;
	right: 0;
	top: 5px;
	line-height: 15px;
	font-size: 15px;
	cursor: pointer;
	padding: 4px 10px 0 0;
	color: #6a6a6a;
	z-index: 1;
	transition: all 0.3s ease;
}
.info-view:hover{
	color: #535353;
}
.info-view:hover ~ .info-text{
	display: block;
}





/*========================================================Responsive CSS===========================================================*/
/*===================================================================================================================*/
@media (min-width: 768px) {
    /*header*/
    .wos-navbar .navbar > .container .navbar-brand {
        margin-left: 0;
    }

    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
/*===================================================================================================================*/
@media (max-width: 1366px) {

    .loginBody {
        padding-top: 50px;
    }
}

@media (max-width: 1279px) {
    /*menu ber*/
    .custom-navbar .navbar-nav {
        text-align: center;
    }

        .custom-navbar .navbar-nav > li {
            float: none;
            display: inline-block;
        }
}

@media (max-width: 1024px) {
    /*Login Page*/
    .loginBody {
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    /*Login Page*/
    .loginBody {
        padding-top: 20px;
    }

    .custom-navbar.navbar-default .navbar-nav > li > a.loginBtn {
        display: block;
    }
}

@media (max-width: 767px) {
    /*header*/
    .wos-navbar .border-bottom {
        border-bottom: none;
    }

    .wos-navbar .nav.navbar-nav.navbar-right {
        border-top: solid 1px #ccc;
    }

    .wos-navbar .navbar-nav .open .dropdown-menu {
        border-bottom: solid 1px #ccc;
        background: #f8f8f8;
        border-radius: 0;
    }

    .banner {
        width: 100%;
    }

    .custom-navbar .navbar-nav > li {
        display: block;
    }

    .custom-navbar.navbar-default .navbar-nav > li > a {
        margin: 0;
        padding: 10px 10px;
        border: none;
    }

    .custom-navbar.navbar-default .navbar-nav > li:first-child a {
        padding-left: 10px;
    }

    .custom-navbar.navbar-default .navbar-nav > li:last-child a {
        padding-right: 10px;
    }

    .custom-navbar.navbar-default .navbar-nav > li > ul {
        position: static;
    }

    .custom-navbar.navbar-default .navbar-nav > li:hover > ul {
        background: #efefef;
    }

    .custom-navbar.navbar-default .navbar-nav > li > ul > li > a {
        padding: 6px 15px;
    }

    .custom-navbar .navbar-collapse {
        max-height: none;
    }

    .wos-navbar .navbar-brand {
        float: none;
        margin: 8px auto;
        display: block;
    }

    .right-header-panel {
        float: none;
    }

    .custom-navbar.navbar-default .navbar-toggle {
        bottom: -74px;
    }

    .right-header-panel .user-panel {
        margin: 0 0 10px 0;
        float: left;
    }

    .login-btn {
        margin-top: 15px;
        margin-left: 14px;
        margin-bottom: 12px;
    }
    /*Login Page*/
    .loginBody {
        padding-top: 20px;
        width: 100%;
    }
    /*---Page data-table common Style---*/
    .search-panel, .search-panel-row, .search-panel-left, .search-panel-right {
        display: block;
        width: auto;
    }

    .page-heading {
        font-size: 17px;
    }

    .search-panel-left .form-group label.mobileHide {
        display: none;
    }

    .search-panel-left .form-group {
        margin-bottom: 6px;
    }

    /*========preventative maintenance=======*/
    .preventative-maintenance-table table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: normal;
    }

    .dipatch-table table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: normal;
    }
}

@media (max-width: 480px) {
    /*header*/
    .wos-navbar .navbar-brand {
        background-size: 230px;
        width: 240px;
        padding-top: 15px;
    }

    .wos-navbar .navbar-brand {
        height: 40px;
    }

    .user-img-box {
        width: 35px;
        height: 35px;
    }

    .user-name-text > span {
        margin-left: 7px;
    }

    .right-header-panel .user-panel li a {
        font-size: 15px;
    }

    .custom-navbar.navbar-default .navbar-toggle {
        bottom: -50px;
    }

    .log-text {
        padding-left: 10px;
    }

    .right-header-panel .user-panel li {
        margin-left: 10px;
    }

    .user-name-text span {
        width: 110px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    /*Login Page*/
    .signin-btn a.btn {
        width: 100%;
    }

    .instruction {
        width: 100%;
        padding: 16px 0 5px 10px;
        font-size: 14px;
        text-align: center;
    }
}
