/* 
  Overwrite CSS file is the style sheet for Overwriting default settings from
  *	Bootstrap
  *	FontAwesome
  *	Accordian
  * Material Design
  *	Table & NG Table 
*/


/* -- Bootstrap Grid Layout - Start -- */

.row{
	margin-right: 0px;
	margin-left: 0px;
}

.col-md-12, .col-md-9, .col-md-8, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2{
	padding-left: 0px;
	padding-right: 0px;
}

.col-md-7{
	padding-left: 0px;
	padding-right: 10px;
}

hr{
	margin-top: 15px;
	margin-bottom: 10px;
}

/* -- Font Awesome Owerwrite -- */
.fa{
	color: #4a5d75;
}

.faHeader{
	color: #ffffff;
}

label{
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
}

input[type="radio"], input[type="checkbox"] {
	margin: 10px;
}

input[type="file"] {
  	display: inline;
}	

/* -- Angular UI Accordion ICON Overwrite - Start -- */
		
.glyphicon {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ORIGINAL from bootstrap.css
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
*/

.glyphicon-chevron-left:before {
  content: "\f053";
}
.glyphicon-chevron-right:before {
  content: "\f054";
}

/* ORIGINAL from bootstrap.css
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
*/

.glyphicon-ok:before {
  content: "\f00c";
}
.glyphicon-remove:before {
  content: "\f00d";
}

.glyphicon-pencil:before {
  content: "\f040";
}
.glyphicon-trash:before {
  content: "\f1f8";
}		

/* -- Table & NG Table Overwrite - Start -- */

.table{
	background-color: white; 
	margin-bottom: 0px;
	border-spacing: 0px;
    border-color: white;
    
}

.table > tbody + tbody {
	border-top-color: #808080; 
}

.table > tbody > tr {
	border-spacing: 0px;
    border-color: white;
}

.table > tbody > tr > td {
	padding: 5px;
	vertical-align: inherit;
}

.table > thead > tr > th {
	text-align: justify;
}

.table-striped > tbody:nth-child(even) > tr > td {
    background-color: #ffffff;
}

.table-striped > tbody:nth-child(odd) > tr > td {
    background-color: #ebf8fc;
}


.header{
	background-color: #E3F0F6; 
}

.ng-table {
    border: 1px solid #e9e9e9;
    
}



/* Material Design */

md-toolbar{
	min-height: 40px;
}

.md-toolbar-tools {
	background-color: #008DA1; /* color: #696969; */
	height: 40px;
	font-size: 16px;
}

md-checkbox{
	/* display: -webkit-inline-box; */
	display: inherit;
}

md-radio-button {
	display: inherit;
}

.md-radio-group[disabled], md-radio-button[disabled]{
	color: #808080;
}

md-input-container {
	flex-direction: row;
	padding-bottom: 10px;
}

md-input-container .md-input{
	line-height: 0px;
}

md-select{
	display: inline-flex;
	padding: 0px;
}

md-switch{
	display: -webkit-box;
}

/* Ng Table Pagination UL class */
.pagination{
	margin-top: 2px;
	margin-bottom: 2px;
	display: inherit; /* list-item */
}


.ng-table-pager { 
    margin-top: 8px;
    /* display: none; -- If you want to hide the pagination for NG Table */
}	


/* -- Bootstrap Navbar Override - Start -- */

.navbar {
    padding: 4px;
    min-height: 25px;
    margin-bottom: 0px;
}

 .navbar-nav {
	text-align: center;
 }
 
 .form-control{
 	padding: 2px 2px;
 	color: #000000;
 	font-weight: normal;
 	width: auto;
 	height: 30px;
 	display: inline;
 }

/* Angular Busy Oer Write */
/* .cg-busy{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -20px; 
    z-index:1001;
} */
