﻿

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* NavBar  */
    .navbar-brand {
      padding: 0px;
    }
    .navbar-brand>img {
      height: 100%;
      width: auto;
    }
    
   

/*.btn-secondary {
	$gray-dark
}*/

    /*.topNavBar .navbar-brand {
      height: 100px;
    }*/

    #myNavBar .navbar-nav {
	margin-top: 30px;
}
    
    .topNavBar .navbar-toggle{
       margin-top: 20px;
    }
 @media (min-width: 769px) {
    .topNavBar .navbar-brand,
    .topNavBar .collapsed {
        line-height: 120px;
        height: 120px;
    }
}
 @media (max-width: 768px) {
    .topNavBar .navbar-brand {
        line-height: 80px;
        height: 80px;
    }
}

/* Nav-bar code */
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #2C3E50;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px; 
}


#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}


.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
  	background-color: inherit!important;
  
}

.navbar-default .navbar-toggle {
    border: none!important;
  	height: 20px;
  width: 20px;
  position: relative;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    /* margin-bottom: 8px; */
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 25px 40px 0 0;
}


/* End of Nav-bar code */

/*#myNavBarIcon .icon-bar
{
    background-color:     #004280;
}*/

/*.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}*/

/*@media (min-width: 768px) {
    .topNavBar .nav >li >a {
  
        margin-top: 40px;
    }
}


    .topNavBar .nav >li >a {
  
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .topNavBar .navbar-toggle {
      padding: 20px;
      margin: 25px 15px 50px 0;
    }

    .topNavBar .navbar-default {
  background-color: #004280;
  border-color: #0056A8;
}
    .topNavBar .navbar-default .navbar-brand {
  color: #ffffff;
}
    .topNavBar .navbar-default .navbar-brand:hover,
    .topNavBar .navbar-default .navbar-brand:focus {
font-weight:bold;
  color: #ffffff;
}
    .topNavBar .navbar-default .navbar-text {
  color: #ffffff;
}
    .topNavBar .navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
    .topNavBar .navbar-default .navbar-nav > li > a:hover,
    .topNavBar .navbar-default .navbar-nav > li > a:focus {
  font-weight:bold;
    color: #ffffff;
}
    .topNavBar .navbar-default .navbar-nav > .active > a,
    .topNavBar .navbar-default .navbar-nav > .active > a:hover,
    .topNavBar .navbar-default .navbar-nav > .active > a:focus {
  font-weight:bold;
    color: #ffffff;
  background-color: #0056A8;
}


    .topNavBar .navbar-default .navbar-nav > .open > a,
    .topNavBar .navbar-default .navbar-nav > .open > a:hover,
    .topNavBar .navbar-default .navbar-nav > .open > a:focus {
  font-weight:bold;
    color: #ffffff;
  background-color: #0056A8;
}
    .topNavBar .navbar-default .navbar-toggle {
  border-color: #0056A8;
}
    .topNavBar .navbar-default .navbar-toggle:hover,
    .topNavBar .navbar-default .navbar-toggle:focus {
  background-color: #0056A8;
}
    .topNavBar .navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
    .topNavBar .navbar-default .navbar-collapse,
    .topNavBar .navbar-default .navbar-form {
  border-color: #ffffff;
}
    .topNavBar .navbar-default .navbar-link {
  color: #ffffff;
}
    .topNavBar .navbar-default .navbar-link:hover {
  font-weight:bold;
    color: #ffffff;
}

@media (max-width: 767px) {
    .topNavBar   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
    .topNavBar   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .topNavBar   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    font-weight:bold;
       color: #ffffff;
}
  }
    .topNavBar   .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
     .topNavBar  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
     .topNavBar  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    font-weight:bold;
    background-color: #0056A8;
  }
*/


/* End Of NavBar  */

/* Hover Effects for Production Scheduling Screen */
    .hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
    }

    .hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
    }

    .hovereffect i {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
    height: 100%;
    width: 100%;
    }

    .hovereffect h2 {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    font-size:17px;
    background:rgba(0,0,0,0.6);
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px;
    }

    .hovereffect a.info {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #fff;
    background-color:transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin:50px 0 0;
    padding:25px 25px;
    }

    .hovereffect a.info:hover {
    box-shadow:0 0 5px #fff;
    }

    .hovereffect:hover i {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    }

    .hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
    }

    .hovereffect:hover h2,.hovereffect:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
    }

    .hovereffect:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
    }
    
/* End of Hover Effects for Production Scheduling Screen */


/* Oversized Icon CSS */
.hovereffect .jumbo-icon {
	font-size: 175px;
}

.color-aqua-green {
	color: #1BBC9B;
}

.color-orange {
	color: #EB974E;
}

.color-blue, td a {
	 color: #1E8BC3;
}

.color-red {
	color: #D24D57
}

/* End of Oversized Icon CSS */

/* Padding Classes */
div.dataTables_filter, div.dt-buttons, .top-bottom-pad-10
{
    padding: 10px 0px 10px 0px!important;

}
div.dataTables_scrollHeadInner {padding-left:  0}
div.dataTables_scrollHeadInner {padding-right:  15px}

.top-pad-10
{
    padding-top: 10px; 

}
.top-pad-20
{
    padding-top: 20px; 

}

.top-pad-10
{
    padding-bottom: 10px; 

}

.bottom-pad-10
{
    padding-bottom: 10px; 

}

.bottom-pad-20
{
    padding-bottom: 20px; 

}

.bottom-pad-30
{
    padding-bottom: 30px; 

}

.bottom-pad-50 {
    padding-bottom: 50px;
}

.font-bold {
	
font-weight: bold;

}

.margin-top-bottom-10 {
	margin: 10px 0 10px 0;

}

.margin-top-0 {
	margin-top: 0px;
}


/* End Padding Classes */


/* Bootstrap Gridview Pagination */
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td {
    display: inline;
}
 
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #1E8BC3;
    margin-left: -1px;
}
 
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
 
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

/* End Bootstrap Gridview Pagination */

/* Approval Comments Modal */

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* End of Approval Comments Modal */

/*Sub Header Menu */
.headerMenu 
{
    margin: 10px 0 20px 0;
    border-bottom: 1px #ebebeb solid;
}

.headerMenu .block-title.active {
    font-weight: 600;
    color: #2e2e2e;
    border-bottom: 2px #000080 solid;
}

.headerMenu .block-title.active:hover {
    text-decoration: none;
}

.headerMenu .block-title:hover {
 cursor: pointer;
 background-color: transparent;
}

.block-title {
    font-size: 14px;
    line-height: 24px;
    color: #2e2e2e;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 15px;
    font-weight: 400;
    color: #a1a1a1;	
}

.header-panel .checkbox-inline {
	padding: 10px px 10px 10px;
	vertical-align: middle;
}


/* End of Sub Header Menu  */

/* Header Color inside ASP.NET gridviews  */
th a {
	color: #333;
}

/* End of Header Color inside ASP.NET gridviews  */

/* Fixes "fixed header" margin issue on Datatable  */
table.table.dataTable.fixedHeader-floating {
  margin-top: 0px !important;
}

/* End of Datatable fixed header fix */

.highlight-color: {
	background-color:#FFFF00;
}

/*  Datatable editable css */

.editable-dt-input
{
	width: 100%!important;
	margin: -6px 0!important;
	padding: 6px 2px 6px 2px!important;
	box-sizing: border-box;
	background: white;
	webkit-transition: background-color ease-in-out .15s;
	transition: background-color ease-in-out .15s;

	
	
}

.dt-body-center {
	text-align: center;
}

#tblToDoList .btn {
	padding: 0px 0px;

}
	
/*  End of Datatable editable css */

/* Melt Shop Scheduler Drag and Drop CSS */

/* Actions */
.actions {
	float: right;
  	display: inline-block;
  	margin-right: 0px;
}
.actions a {

  	margin-right: 0;
   	color: #34495E; 
    padding-right: 0;
}


.caption-helper {
	padding: 0;
	margin: 0;
	line-height: 13px;
	color: #D2D7D3;
	font-size: 13px;
	font-weight: 400;
}

.sortable .panel-ms-schedule, .draggable .panel-ms-schedule
{
	margin: 1px 2px 1px 2px;
  	background-color: #6C7A89;
  	padding-left: 5px;  
  	padding-bottom: 5px;
  
}



.panel-placeholder {
    background-color: #FDE3A7;
  	border-style: dotted;

}
  
.panel-placeholder .caption-helper   {
    color: black;
}

.panel-to-schedule 
{
    /*padding: 0 10px 0 0;*/
    /*margin-right: 10px;*/
	/*border-right: 1px solid #DBDBDB;*/

}

ts.bootstrap-datetimepicker-widget tr:hover {
    background-color: #808080;
}


  



  
      

.panel-ms-schedule h4
{
 	color:  #FFFFFF;
    padding-top: 5px; 
}

.sortable .panel-ms-schedule:hover {
    cursor: pointer;
}

.sortable .panel-ms-schedule.ui-sortable-helper{
    cursor: move;
}



 
 /* End of Melt Shop Scheduler Drag and drop */


/* Icon inside textbox */
.right-inner-addon {
    position: relative;
}
.right-inner-addon input, .form-inline input /*, .form-inline selecine inpuorm-inline select */
{
    padding-right: 30px;    
    margin-left: 6px;
}
/*.right-inner-addon i, */
.right-inner-addon a {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
}

.right-inner-addon a {
	color: #333;

}

a.right-inner-addon:hover,
i.right-inner-addon:hover
{
    cursor: pointer;
}


/* End of icon inside textbox */


/* Header Padding inside container  */


.container .page-header
{
    margin-top:0px;
}


.page-header h3 {
	margin-top: 0px;

}

.hr-thick 
{
    border-top:  3px solid #eee;  
}

.detail-item
{
    padding-bottom: 15px;
}

.detail-item .content_label {
	font-weight: bold;

}
/* Sub Header Overview Data   */

ul.stats-overview {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.stats-overview li {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    width: 30%;
    font-size: 14px;
    border-right: 1px solid #e8e8e8;
}

ul.stats-overview li .name {
    font-size: 12px;
}

ul.stats-overview li .value {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

ul.stats-overview li:last-child {
    border-right: 0;
}


.checkbox-inline {

	margin-left: 10px;
}



/*

The following css is used in the NewCapApprop page

*/


#addExpense
{
  	float: right;
  	margin-bottom: 0px;
}

#addExpenseModal
{
    width: 75px;  
} 



.panel
{
  
 	margin: 25px; 
}
    
.total-row
{
	border-top: double;
	font-weight: bold;
}

/* layout.css Style */
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center;
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

/* skin.css Style*/
.upload-dropped {
  color: red;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center;
}

#fileLoader
{
    display:none;
}

#createCapApp   {
    float: right;
    margin-top: 20px;   
}


#justificationPermitClassDiv    
{
    padding: 0px;
}

#selectFileButton
{
    margin: 15px;
}

#fileUploadsTitle
{
    margin-bottom: 0px;   
}