﻿.bg-new {
    background-color: #7f726e;
}
body {
    padding-top: 50px;
}
.navbar-fixed-top {
	/*margin-left: 250px;*/
}
.custom-select > a.dropdown-toggle {
    border-radius: 3px;
}

/* UI-GRID Modifications */

.navbar-brand {
	background-color: white;
}
.checkboxMarginLeft
{
	margin-left: 15px;
}

.checkbox :focus
{
	background-color: white;
}

.ui-grid-menu .ui-grid-menu-inner ul li button:hover
{
	background-color: white;
	color: black;
	opacity: 0.3;
}

.cellPadding
{
	padding: 5px;
}
.grid {
	text-align: center;
}
.ui-grid {
	border-color: #337ab7;
}
.ui-grid .ui-grid-render-container-body .ui-grid-viewport {
  overflow-x: auto !important;
}
.ui-grid-cell {
	min-width: 250px;
}
.ui-grid-header-cell {
		border-color: #337ab7;
}
.ui-grid-header-cell-row {
	color: black;
	text-align: center;
}
.ui-grid-menu-button {
	background: #f3f3f3;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3176b1), color-stop(1, #C7E2FC));
	background: -ms-linear-gradient(bottom, #3176b1, #C7E2FC);
	background: -moz-linear-gradient(center bottom, #3176b1 0%, #C7E2FC 100%);
	background: -o-linear-gradient(#C7E2FC, #3176b1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7E2FC', endColorstr='#3176b1', GradientType=0);
	color:#3176b1;
	border: none;
	border-left: 1px solid #337ab7;
	height: 30px;
}
.ui-grid-menu {
	width: 200px;
	max-height: 50px;
}
.ui-grid-menu-items{
	background: #3176b1;
	color: white;
}
.ui-grid-filter-container {
	color: black;
}
.ui-grid-icon-cancel {
	margin-top: -8px !important;
}
.ui-grid-top-panel {
	background: #f3f3f3;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3176b1), color-stop(1, #C7E2FC));
	background: -ms-linear-gradient(bottom, #3176b1, #C7E2FC);
	background: -moz-linear-gradient(center bottom, #3176b1 0%, #C7E2FC 100%);
	background: -o-linear-gradient(#C7E2FC, #3176b1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7E2FC', endColorstr='#3176b1', GradientType=0);
}
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
	background-color: #6496c8;
	color: white;
}
.ui-grid-cell {
	border-color: #3176b1;
}

/* Normal Page */

/*.CompanyPanel
{
	max-height: 420px;
	overflow-y: auto;
}*/

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.negMarginTop
{
	margin-top: -25px;
}

.negMargin5Top
{
	margin-top: -5px;
}

.noPadLeft
{
	padding-left: 0;
}

.noPadRight
{
	padding-right: 0;
}

.faBtnGroupSize
{
	font-size: 18px;
}

table .btn-default
{
	border: 1px solid transparent !important;
}

table .btn-default:focus, table .btn-default:active
{
	background: transparent;
}

table .btn-default:hover
{
	background: transparent;
	border: 1px solid red !important;
	border-radius: 25px;
	color: black;
}

.select.dropdown-menu
{
	max-height: 100px;
	overflow-y:scroll;
	width: 300px;
}

.bsSelectBorder
{
	border-color: lightgrey;
}

.panelMarginBottom
{
   margin-bottom: 10px;
}

.panelMarginTop
{
	margin-top: 10px;
}

.responseBody {
	height: 100px;
	/*background-color: gainsboro;*/
	border-radius: 5px;
	border: 1px solid;
}

/***********************************************************************************************Login Page***********************************************************************/
.Background {
    background: url('/Styles/Images/Sky2.jpg') no-repeat center fixed;
    background-size: cover;
}

.login-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border: 2px solid black;
    border-radius: 5px;
}

.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;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.login-title {
    border-top: 1px solid #7f726e;
    border-bottom: 1px solid #7f726e;
    margin-top: 150px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #7f726e;
    font-size: 80px;
    display: block;
}
.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #7f726e;
    font-size: 40px;
    display: block;
}
.LoginMessageBody {
    width: 400px !Important;
    font-size: 21px;
    margin-top: 200px;
}

.loginDiv .btn {
    background: #0055a5;
    color: white;
    box-shadow: 0 3px 0 0 #004280;
}

    .loginDiv .btn:hover, .loginDiv .btn:focus {
        box-shadow: 02px;
        outline-color: cadetblue;
        color: white;
        text-decoration: underline;
    }

    .loginDiv .btn:active, .loginDiv .btn.active {
        background: #0055a5;
        box-shadow: none;
        /*margin-bottom: -3px;*/
        margin-top: 20px;
    }

.dropdown-menu {
    background-color: white;
}

    .dropdown-menu li > a {
        background-color: white;
        color: black;
    }

        .dropdown-menu li > a:hover {
            text-decoration: underline;
            background: #337ab7 !important;
            color: black;
        }


#UsernameDiv > .input-group-addon {
    color: #337ab7;
}

#PasswordDiv > .input-group-addon {
    color: #337ab7;
}

th {
    text-align: center;
}
/*************************************************************************************************/
/*.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;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus
{
	z-index: 2;
}
.form-signin input[type="text"]
{
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.login-title
{
	color: #555;
	font-size: 18px;
	font-weight: 400;
	display: block;
}

.LoginMessageBody
{
	width: 400px !Important;
	font-size: 21px;
	margin-top: 200px;
}*/

.Logo {
	display: none;
	margin-top: -61px;
	margin-left: -14px;

	width: 222px;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
}


.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

/*Custom Scrollbar*/
.CustomScroll::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color : rgba(255,255,255,1);
}
 
::-webkit-scrollbar-thumb {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	background-color : rgba(192,192,192,0.8);
}
.table-hover tbody tr:hover td {
	background: lightblue;
	cursor: pointer;
}

.table-height {
	height: 444px;
	overflow-y: auto;
}

.table-height-sm {
	height: 250px;
	overflow-y: auto;
}

input[type=date]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	display: none;
}

input[type=date]::-webkit-clear-button
{
	display: none; /* Hide the button */
	-webkit-appearance: none; /* turn off default browser styling */
}

/* START CSS */
/* CSS3 Modal Dialog */
.ModalDialog {
	   position: fixed;
	   font-family: Arial, Helvetica, sans-serif;
	   top: 0;
	   right: 0;
	   bottom: 0;
	   left: 0;
	   background: rgba(0,0,0,0.8);
	   z-index: 99999;
	   opacity:0;
	   -webkit-transition: opacity 400ms ease-in;
	   -moz-transition: opacity 400ms ease-in;
	   transition: opacity 400ms ease-in;
	   pointer-events: none;
}

.ModalShow /* attach to a class you want to show, remove when you want to hide it */
{
	   opacity:1;
	   pointer-events: auto;
}

.ModalDialog > div{
	   position: relative;
	   padding: 0px 0px 0px 0px;
	   margin-top: 5%;
	   border-radius: 10px;
	   background: white;
	   text-align: center;
}


.close /* used for the close button */
{ 
	   /*background: #606061;*/
	   color: #FFFFFF;
	   line-height: 12px;
	   /*position: absolute;*/
	   right: -12px;
	   text-align: center;
	   top: -10px;
	   width: 12px;
	   text-decoration: none;
	   font-weight: bold;
	   -webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	   border-radius: 12px;
	   -moz-box-shadow: 1px 1px 3px #000;
	   -webkit-box-shadow: 1px 1px 3px #000;
	   box-shadow: 1px 1px 3px #000;
}

.close:hover  /* used for the close button:hover event */
{ 
	background: #707072; color: #cccccc; 
}

.ModalHeader
{
	background-image: -moz-linear-gradient(19% 75% 90deg,#C7E2FC    , #6496c8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C7E2FC   ), to(#6496c8));
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 37px;
	line-height: 2;
}

.LoadingImg {
	width: 100px;
	height: 100px;
}

.LoadingDialog {
	width: 100px;
}

.DialogFooter
{
	margin-bottom: 10px;
}
.navbar-btn
{
	margin: 15px 8px 15px 6px;
	font-size: 18px !important;
	color: rgba(255, 255, 255, 0.5);

}

.navbar
{
	margin-bottom: 0;
	border-bottom: 2px solid black;
}

#topNav {
	margin-left: -40px;
	color: white;
}

#topNav li {
	color: white;
}

.UserBtn
{
	font-size: 11px;
    margin-left: 2px;
}
#UserSpan
{
	margin-top: -45px;
	color: rgba(255,255,255,0.5);
}
#UserSpan:hover
{
	color: white;
}
#UserSpan:hover strong
{
	text-decoration: underline;
}
.DDMenu
{
    background-color: rgba(89, 100, 111, 0.9);
    border: 1px solid black;
}
.DDOptions
{
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}
.white
{
    color: white;
}

/*--------------------------------------------------------------------------------------Side Nav Bar with Mobile Cap------------------------------------------------------------------------*/
.wrapper {
	padding-left: 60px;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
	overflow: hidden;
}

.sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	left: 0px;
	width: 60px;
	height: 100%;
	margin-left: 0;
	margin-top: -10px;
	background: #337ab7;
	border-right: 2px solid black;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
	/*overflow-y: auto;*/
}

.sidebar-wrapper ul li a {
	overflow-y: visible !important;
}

.SmallNavVisible {
	overflow-y: visible !important;
	z-index: 1000000000000;
}

.wrapper.toggled .sidebar-wrapper {
	width: 50px;
}

.page-content-wrapper {
	width: 100%;
	padding: 15px;
}

.wrapper.toggled {
	position: absolute;
	margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
	position: absolute;
	top: 8px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 10px;
}

.tooltip {
	text-indent: 0 !important;
}

.sidebar-nav2 {
	list-style: none;
	padding: 0;
	text-indent: 15px;
}

.sidebar-nav2 li a {
	color: rgba(255, 255, 255, 0.5);
}

.sidebar-nav li {
	line-height: 20px;
}

.sidebar-nav li a, .sidebar-nav li input[type="submit"] {
	display: block;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.sidebar-nav li a:hover, .sidebar-nav li form:hover, sidebar-nav2 li a:hover {
	text-decoration: none;
	color: white;
	background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus, .sidebar-nav2 li a:active, .sidebar-nav2 li a:focus  {
	text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	height: 73px;
}

.sidebar-nav > .sidebar-brand a {
	color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
	/*/*color: #fff;*/*/
	background: none;
}

.SideNavText
{
	padding-left: 10px;
}

.HideNavTextToggle
{
	display: none;
}

.NavIcons
{
	font-size: 18px;
	line-height: 50px;
}

.NavIcons2
{
	font-size: 16px;
	line-height: 30px;
}

.SidebarTitle
{
		font-size: 26px;
		font-weight: bold;
		background: White;
		display: block;
		border-bottom: 2px solid black;
}

.SBWrapToggle
{
	width: 223px;
	overflow-y: auto;
}

.WrapperToggle
{
	padding-left : 225px;
}

/*------------------------Horizontal Moible NavBar---------------*/
.InvisiableBar
{
	height: 0px;
}

.HorizontalNav
{
	display: none;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
  margin-bottom: 9px;
}

.HorizontalNavTitle
{
	font-size: 30px;
	color: White;
	line-height: 2;
}
/*--------------------------------------------------------------------------------------End of Side Nav Bar------------------------------------------------------------------------*/

#LogOutButton
{
	background-color: transparent;
	border: none;
	margin-left: 16px;
	width: 100%;
	text-align: left;
}

.Selected
{
	color: white !important;
	text-shadow: 1px 1px 1px #555;
	font-size: 15px !important;
	background: rgba(255,255,255,0.4);
	background-size: cover;
	background-repeat: no-repeat;
}

.SideNavOpenClose
{
	position: absolute;
	font-size: 20px;
	margin-left: 15px;
	z-index: 10000;
	padding: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	height: 26px;
	/*border: 1px solid;*/
	/*background-color: #3170ce;*/
	color: white;
}

.input-xs
{
  height: 15px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-sm-2
{
	height: 22px;
	line-height: 22px;
}

.SiteMap {
	height: 400px;
}

.Problem
{
	color: red;
}

.Good
{
	color: green;
}

.btn-xs-2
{
	padding: 1px;
	font-size: 8px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-md
{
	padding: 3px 12px !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.navbar {
	height: 0;
}


.ui-grid-viewport {
    overflow-anchor: none;
}
	
/***************************************To Detect Moible Devices*************************************************/

@media (max-width: 450px) {
    .btn-responsive {
    padding:3px 6px;
    font-size:85%;
    line-height: 1.2;
  }

}
@media (max-width: 600px) {  /*----Extra Small Devices----*/
	
	#UserSpan strong {
		display: none;
	}
	#DateTime {
		display: none;
	}
	.sidebar-wrapper {
		display: none;
	}
	.SBWrapToggle {
		display: block;
	}
	.wrapper {
		padding-left: 0;
	}
	.WrapperToggle {
		padding-left: 0;
	}
      .btn-responsive {
    padding:3px 6px;
    font-size:85%;
    line-height: 1.2;
  }

}



@media (min-width: 600px) and (max-width: 767px) { /*----Small Devices----*/
    .btn-responsive {
    padding:4px 9px;
    font-size:90%;
    line-height: 1.2;
  }

	#DateTime {
		display: none;
	}
	.sidebar-wrapper {
		display: none;
	}
	.SBWrapToggle {
		display: block;
	}
	.wrapper {
		padding-left: 0;
	}
	.WrapperToggle {
		padding-left: 0;
	}
}

@media (min-width: 600px) {
}

@media (min-width: 768px) {
	#DateTime {
		margin-top: -50px;
		text-align: center;
		color: white;
	}
	#UserSpan {
		margin-top: -20px;
	}

}

@media (min-width: 768px) and (max-width: 1023px) { /*----Medium Devices----*/
    .WrapperToggle {
		padding-left: 60px !important;
	}
    .btn-responsive {
        padding: 4px 9px;
        font-size: 90%;
        line-height: 1.2;
    }
                           
}

@media (min-width: 1024px) {
        .btn-responsive {
        padding: 5px 15px;
        font-size: 100%;
        line-height: 1.42857143;
    }
    .btn-group .btn {
        margin-top: -2px;
    }

}

@media (min-width: 1601px) and (max-width: 1919px) { /*----Large Devices----*/
	.WrapperToggle {
		padding-left: 60px !important;
	}                           
}

@media (min-width: 1366px) {
	#OpenClose {
		margin-left: 20px;
	}
	#DateTime {
		margin-top: -45px;
	}
	#UserSpan {
		margin-top: -22px;
	}
}

@media (min-width: 1920px) {

}