/* To Maintain for Theming */



/* General */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:'Segoe UI';
	font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
    font-family: 'Segoe UI' !important;
    font-size:12px;
    color: #000000;
    background: #003d6f;
    width: 1200px;
    margin: auto;
}

:-moz-placeholder {
	color: #c9c9c9 !important;
	font-size: 12px;
	font-style:italic;
}


::-webkit-input-placeholder {
	color: #ccc;
	font-size: 12px;
	font-style:italic;

}

div#divErrorMessage {
    margin: 0;
    font-size: 12px;
}

label.errMessage {
    background:rgb(255, 198, 199);
    display: block;
    padding: 10px;
    margin-bottom:-10px;
}




/* End of General */

/* Login */

.logo{  /* theme change */
	margin: -20px auto -10px auto;
	width: 150px;
	height: 150px;
	display: block;
    background:url('/Content/Images/dtglogo4.png') no-repeat; /* Website Logo */
    background-size:contain;
}

.logolabel{
    width: 500px;
    padding: 5px 20px 5px 100px;
    display: inherit;
    color: #fafafa;
    font-size: 16px;
    margin-top: -1px;
}

.login {
	position: relative;
	margin: 0 auto;
	padding: 20px 10px 60px;
	width: 260px;
	border-radius: 3px;
	
	/* CHANGE FOR THEMING */
	background:url(../Images/login.jpg);
    background-size:contain;
}

.login h1 {
	margin: -10px -20px 0px;
	line-height: 40px;
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	text-align: center;
}
.login p {
	margin: 5px 0 0;
	text-align: center;
}
.login p:first-child {
	margin-top: 0;
}
.login input[type=text], .login input[type=password] {
	width: 200px;
    margin: 5px;
	padding: 0 10px;
	height: 25px;
	color: #000000;
	font-size: 12px;
	border-radius: 2px;
	background: white;
	border: 1px #ddd solid;
	font-family: 'Segoe UI';
	transition: border 300ms ease;
}

.login input[type=text]:focus, .login input[type=password]:focus {
	border: 1px #ddd solid;
	outline-offset: 0;
    outline: 0;
	border: 1px solid rgba(36, 91, 218, 0.48);
	transition: border 300ms ease;
}


button#btnLogin {
	line-height: 24px;
	margin:5px;
	padding: 2px 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff; /* CHANGE FOR THEMING */
	border:0;
	background: #245bda; /* CHANGE FOR THEMING */
	border-radius: 2px;
	font-family: 'Segoe UI';
	transition: all 300ms ease;
}

button#btnLogin:active , button#btnLogin:focus, button#btnLogin:hover  {
	background: #055da5; /* CHANGE FOR THEMING */
	border:0;
	outline-offset: 0;
	outline: 0;
	transition: all 300ms ease;
	cursor:pointer;
}

.forgotpassword a {
	font-size: 13px;
	text-decoration:none;
	color: #3e5ca4; /* CHANGE FOR THEMING */
	transition:all 300ms ease;
}

.forgotpassword{
	text-align:center;
	transition:color 300ms ease;
}

.forgotpassword a:hover, .forgotpassword a:active,.forgotpassword a:focus {
	font-size: 13.5px;
	text-decoration:none;
	color: #0c338e; /* CHANGE FOR THEMING */
	transition:all 300ms ease;
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
	line-height: 34px;
}

.jQuery-plainOverlay-progress {
  border-color: #b9f602 !important;
}

/* End of Login */

/* Home */

.homelogo{
	width: 60px;
	height: 60px;
	display: inline-block;
	float:left;
	margin: 5px 0;
	margin-left:20px;
	background:url('/Content/Images/dtglogo.png') no-repeat; /* Website Logo */
	background-size:contain;
}

.header{
	padding: 0;
	
	 /* CHANGE FOR THEMING */
}

.header h1 {
    display: inline-block;
    margin: 26px 20px;
    font-size: 18px;
}

.headercontent{
	width:1200px;
	margin:auto;
	background: #fff;
	padding-bottom: 0;
	font-weight: 500;
	border-top-left-radius: 10px;
	margin-top: 10px;
	border-top-right-radius: 10px;
	border-bottom: 2px solid #f5f5f5;
}

.topmenu {
    float: right;
    margin: 21px 20px;
}

.topmenu span{
	font-size: 12px;
}

span.welcome {
	width: 250px;
	display: inline-block;
}

span.date {
    width: 200px;
    display: inline-block;
}

.topmenu button.logout a{
	color: #fafafa;
	background: #245bda; /* CHANGE FOR THEMING */
	text-decoration:none;
	padding: 5px 10px;
	border-radius: 3px;
	transition: all 300ms ease;
}

.topmenu button.logout a:hover{
	color: #fafafa;
	background: #055da5; /* CHANGE FOR THEMING */
	transition: all 300ms ease;
}

.leftmenu {
    width: 200px;
    min-height: 550px;
    color:#000000;
    display: inline-block;
    background: #fafafa;
    border-bottom-left-radius: 10px;
    vertical-align: top;
}

.container {
	margin: 80px auto;
	width: 280px;
}

.fluidcontent
{
	width: 1200px;
	margin: auto;
	background: #fff;
	min-height: 550px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    margin-bottom:10px;
	display: inline-block;
	margin-top: -1px;
}

.content {
    width: 994px;
    min-height: 550px;
    background: #fff;
    border-bottom-right-radius: 10px;
    display: inline-block;
    vertical-align: top;
    /* position: absolute; */
    border-left: 2px solid #f5f5f5;
}

.conheader h2 {
    font-size: 13px;
    border-bottom: 2px solid #f5f5f5;
    font-weight: 600;
    padding: 21.3px 20px;
}

.confilter{
    display: inline-block;
    width: 98%;
    padding: 13px 10px;
    background: #fafafa;
    border-bottom: 2px solid #f5f5f5;
}

.conbuttons {
    display: inline-block;
    width: 100%;
    /* margin:10px 0; */
}

.conlistbuttons {
    display: block;
    margin-bottom: -40px;
    z-index: 100;
    position: relative;
    right: 0;
    margin-top: 12px;
    margin-left: 10px;
    width: 200px;
}

.conform{
    margin-top: 5px;
    display: block;
    float: left;
    width: 99%;
    padding: 0 10px;
}


/* Accordion Menu */

#accordion {
    visibility:visible;
}

/* root UL */
#accordion ul {
    padding:0;
    margin:0;
    list-style:none;
}

/*---------- Indents ------*/

/*top-level*/
#accordion .top > a, #accordion .top > div {
    padding-left:16px;
    padding-top: 7px;
    padding-bottom: 7px;
}

/*2nd-level*/
#accordion li li > a, #accordion li li > div {
    padding-left:30px;
    padding-top:8px;padding-bottom:8px;
}

/*3rd-level*/
#accordion li li li > a, #accordion li li li > div { padding-left:50px; }


/*---------- Other styles ------*/

/* headings */
#accordion li > div{
    color: #000000; /* CHANGE FOR THEMING */
    border-bottom: 1px solid #f5f5f5;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 0  8px 16px;
    font-weight: 600;
    background: #fafafa;
}

#accordion li div.off ul{
    height:0;
    position:absolute;

}
#accordion .active > div{
    color: #000000; /* CHANGE FOR THEMING */
    background: #b9f602; /* CHANGE FOR THEMING */
}

#accordion .active > div.leaf1{
    color: #000000; /* CHANGE FOR THEMING */
    background: #b9f602; /* CHANGE FOR THEMING */
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

#accordion li {
    font-size: 1px;
    padding: 0;
    margin:0;
    overflow:hidden;
    cursor: pointer;
}

/* Add borders to the top LIs */
#accordion .top {
    /*border-bottom: 1px solid #444;*/
}

/* links */
#accordion a {
    color: #000000; /* CHANGE FOR THEMING */
    font-size: 12px;
    text-decoration:none;
    display:block;
    line-height:1;
    background: #fafafa; /* CHANGE FOR THEMING */
    transition:all 0.3s;
}
#accordion a.inactive:hover, #accordion a.active { 
    color: #000000; /* CHANGE FOR THEMING */
    background: #dcfa7e; /* CHANGE FOR THEMING */
	transition:all 0.3s;
}

#accordion a.inactive {
    color: #000000; /* CHANGE FOR THEMING */
    background: #fff; /* CHANGE FOR THEMING */
    transition:all 0.3s;
}

#accordion .leaf1 a{
	background:transparent;
	border-bottom:0;
	text-transform: uppercase;
}

#accordion .top > div.leaf1{
	padding:8px 0 8px 16px;
}

/* carets */
#accordion .caret {
    color:inherit;
    float:right;
    margin-top: 4px;
    margin-right:16px;
    width: 0;
    height: 0;
    overflow:hidden;/*for IE6*/
    border-style:solid;
    border-width:5px;
    position:relative;
    border-top:5px solid initial;
    border-bottom-width:0px;
    border-left-color:transparent;
    border-right-color: transparent;
}  

#accordion li li .caret {
    margin-right:5px;
    float:none;
    display:inline-block;
    margin-top:auto;
    margin-bottom:4px;
}  

#accordion .caret.active {
    margin-bottom:4px;
    border-bottom-width:5px;
    border-bottom-color:initial;
    border-top: none;
}

#accordion li {
    -ms-user-select:none;
    -mos-user-select:none;
    -webkit-user-select:none;
    -o-user-select:none;
    user-select:none;
}

 /* For Partial Views */

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
float: left;
}
.col-md-1 {
width: 9%;
}
.col-md-2 {
width: 16.666666666666664%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.33333333333333%;
}
.col-md-5 {
width: 41.66666666666667%;
}
.col-md-6 {width: 50%;}
.col-md-7 {
width: 58.333333333333336%;
}
.col-md-8 {
width: 66.66666666666666%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.33333333333334%;
}
.col-md-11 {
width: 91.66666666666666%;
}
.col-md-12 {
width: 100%;
}

  
input {
	font-size: 12px;
}

input[type=text],
input[type=number], 
input[type=password],
select {
    width: 100%;
    color: #000000;
    font-size: 12px;
    border-radius: 3px;
    background: white;
    border: 1px #ddd solid;
    font-family: 'Segoe UI' !IMPORTANT;
    transition: border 300ms ease;
    padding: 0 3px;
    height: 24px;
}

input[type=text]:disabled,
input[type=number]:disabled, 
input[type=password]:disabled, 
select:disabled{
    background: #f5f5f5;
    width: 100%;
    color: #000000;
    font-size: 12px;
    border-radius: 3px;
    border: 1px #ddd solid;
    font-family: 'Segoe UI';
    padding: 0 3px;
}

select:read-write {
    background:#fff;
    }

input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus {
    border: 1px #245bda solid;
	outline-offset: 0;
    outline: 0;
	transition: border 300ms ease;

}

.ui-jqgrid .ui-pg-table select.ui-pg-selbox:focus{
    border: 1px #245bda solid;
	outline-offset: 0;
    outline: 0;
	transition: border 300ms ease;
}

.col-value{
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 4px;
    font-size: 12px;
}

.col-txt{
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    font-size:12px;
}

.col-rdo {
    margin-top: 4px;
    position: relative;
    display: block;
    /*padding-right: 15px;
    padding-left: 15px;*/
}



.col-value label{
    font-size: 11px;
    color:#000;
}

.col-label label{
    font-size: 12px;
    color:#055da5;
}

.col-label{
    position: relative;
    display: block;
    margin-top: 7px;
}


.formbtn{
	text-decoration:none;
	padding: 5px 10px;
	border-radius: 3px;
	transition: all 300ms ease;
	border:0;
	cursor:pointer;
	font-size:11px;
	font-family:'Segoe UI';
}

.formbtn:hover, 
.formbtn:active, 
.formbtn:focus{
    color: #fafafa;
	transition: all 300ms ease;
    border:0;
    outline:0;
}

.formbtn.primary{
    background: #245bda; /* CHANGE FOR THEMING */
    border: 2px solid #245bda;
    color: #fafafa;
    font-size: 12px;
    font-family: 'Segoe UI';
}

.formbtn.primary:hover, 
.formbtn.primary:active, 
.formbtn.primary:focus{
    background: #055da5; /* CHANGE FOR THEMING */
    border: 2px solid #055da5 ;
    color: #fafafa;
}

.formbtn.secondary{
    background: #f5f5f5; /* CHANGE FOR THEMING */
    border: 2px solid #245bda;
    color: #245bda;
    font-size: 12px;
    font-family: 'Segoe UI';
}

.formbtn.secondary:hover, 
.formbtn.secondary:active, 
.formbtn.secondary:focus{
    background: #ffffff; /* CHANGE FOR THEMING */
    border: 2px solid #055da5;
    color: #055da5;
    font-size: 12px;
}

.rightbuttons .btnExport{
    float:right;
    margin-left:8px;
}

span.rightAlign{
    float:right;
    padding-top:10px;
    padding-right: 10px;
    padding-bottom:10px;
}

span.leftAlign{
    float:left;
    padding-top:10px;
    padding-left: 10px;
    padding-bottom:10px;
}


.ui-jqgrid  td.ltr label.ui-row-label{
    margin-bottom:10px!important;
}

span.reqField{
    font-weight: bold;
    color: red; 
    margin-right:2px;
}

span.unreqField{
   font-weight: bold;
   color: transparent; 
   margin-right:2px;
visibility:hidden;
}

label.description {
    font-size: 10px;
    margin-left:2px;
    color:#808080;
}

 /* End of For Partial Views */

 /* Modal */

 
.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  /*margin-right: 15px;*/
}

.modal {
  position: fixed;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  /* overflow-y: scroll; */
}

.modal:focus{
	outline:0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  width: 400px;
  margin: auto;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.Accessmodal-body {
  position: relative;
  padding: 20px;
  font-family: monospace;
  font-size: xx-large;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-refresh:before {
  content: "\e031";
}


.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.leaf span.glyphicon {
    font-size: 10px;
    float: right;
    right: 10px;
    color: #757575;
}

input.errMessage,
select.errMessage {
  border: 1px solid rgba(255, 0, 0, 0.53) !important;
}

div#tabs {
    border: 0 !important;
}

 /*Tabs for Item Set-up*/ 
 
div#tabs ul.ui-tabs-nav {background:#fff;padding:0;}

.ui-tabs-panel.ui-widget-content {
    border: 0;
    border-top: 1px solid #f1f1f1;
    border-width: 1px !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #ffffff;
	color: #212121/*{fcActive}*/;
	border: 1px solid #ebebeb !important;
	background: #fff !important;
	border-bottom:0 !important;
	font-weight: lighter;
}

.ui-state-active:focus,
.ui-widget-content .ui-state-active:focus,
.ui-widget-header .ui-state-active:focus,
.ui-state-active a:focus,
.ui-widget-content .ui-state-active a:focus,
.ui-widget-header .ui-state-active a:focus{
    outline:0;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
	background: #ffffff;
	color: #212121/*{fcActive}*/;
	border: 1px solid #ebebeb !important;
	background: #fff !important;
	border-bottom:0 !important;
	transition:all 300ms ease;
	font-family: 'Segoe UI';
}


/* end of Tabs for Item Set-up */

.accord{
    display:block;
    padding:7px 0;
    background: #f5f5f5;
    text-indent:5px;
    /*margin: 0 0 5px 0;*/
    width: 100%;
    /* margin-left: -5PX; */
    cursor:pointer;
    font-size: 12px;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
}

.ItemList{
    float:left;
    width:99%;
    margin-top:5px;
    margin-bottom: 5px;
    border: 1px solid #f5f5f5;
}

.col-accord-txt label{
    color:#000;
    font-size: 12px;
    margin-bottom: -2px;
    vertical-align: -webkit-baseline-middle;
}

/*.col-accord-txt {
    margin-top:2px;
    margin-bottom: 5px;
}*/

.col-accord-txt {
    /* margin-top:2px; */
    /* margin-bottom: 5px; */
    border-right: 1px solid #f5f5f5;
    padding-right:5px;
    padding: 3px 5px;
}

.col-accord-txt input{
    height:20px;
}

.errMessage li {
   list-style: none;
}

/*.accord-border-left{
    border-left:1px solid #ddd; 
    padding-left:5px;
}

.accord-border-right{
    border-right:1px solid #ddd;
    padding-right:5px; 
}*/

.ui-jqgrid .ui-jqgrid-resize-ltr {
    float:none !important;
    margin: -2px -2px -2px 0;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    border-left: 0 none;
    vertical-align: middle !important;
}
input[type=number]{
    width:90% !important;
} 

form#frmForgotPassword .login label {
    font-size: 13px;
}


.ui-jqgrid-toppager {
    background:#fff !important;
    width:800px !important;
    padding: 13px 0 13px 10px !important;
    float: right;
    margin-right: 10px !important;
}

.ui-jqgrid .ui-paging-info{
    margin-top:-3px !important;
}

.ui-jqgrid .ui-pg-table td:hover,
.ui-jqgrid .ui-pg-table td:focus{
    outline:0;
}

div#tblOrderDetailsSummary_toppager {
    width: 970px!important;
}

.ui-widget-content{
    background:transparent !important;
}

div#ui-datepicker-div {
    background: #fff !important;
}

label.txtDelPrice {
    color: #428bca !important;  
}

label.trigCollapsable {
    color: #055da5;
}

label.txtDelPrice:hover, label.trigCollapsable:hover {
    cursor: pointer;
    text-decoration: underline;
}

td.tdComplianceQuestion {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 250px !important;
}

.col-md-1.col-label.col-lbl-rdo label {
   color: #000;
}