@CHARSET "UTF-8";




 body {
	font-family: "Relative Medium", 'Century Gothic', Verdana, sans-serif;
    min-height: initial;
	background-size: cover;
	background-attachment: fixed;	    
	background-image: url(/gung-resource/default-image.jpg);
 }


@media (min-width:992px) {
		.modal-lg{width: 90%;}
}


/* HELPERS */
.gung-flex-container {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;

	-webkit-flex-direction: row; /* Safari 6.1+ */
	flex-direction: row;
	
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
}
.gung-flex-container:before,
.gung-flex-container:after,
.gung-flex-container > *:before,
.gung-flex-container > *:after {
   content: normal; /* IE doesn't support `initial` */
}

/*
	Compact Panel - Start
*/
.gung-compact-panel .control-label,.gung-compact-panel  .form-control-static {
	padding-top: 0px;
	padding-bottom: 0px;
} 

.gug-compact-panel  .form-horizontal .form-group {
    margin-top: 0x;
    margin-bottom: 0px;
}

/*
	Compact Panel - End
*/
.fa-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.gung-btn-icon {
    width: 20px;
    text-align: center;
}
.gung-image-brand-png {
	display: none;
}

.modal-header .close {
 	 color: black; 
}

.thumbnail-heading {
	border-bottom: 1px solid silver;
}
.form-horizontal .control-label {
    text-align: left;
}
.clickable {
 	 cursor: pointer; 
}
.not-clickable {
 	 cursor: default; 
}

.carousel-control .glyphicon-chevron-right, .carousel-control {
	color: orange;
}

.carousel-indicators li {
    display: inline-block;

    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-indicators .active {

    background-color: #000000;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    color: orange;
}

.carousel-control.left, .carousel-control.right{ 
    background: none !important;
    filter: progid:none !important;>
}
.matrix-table>thead>tr>th, .matrix-table>tbody>tr>th, .matrix-table>tfoot>tr>th, .matrix-table>thead>tr>td, .matrix-table>tbody>tr>td, .matrix-table>tfoot>tr>td {
    padding-left: 1px;
    padding-right: 1px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.matrix-table input{
    padding: 2px 5px;
}

img .boxfit {
	max-width: 10%;
    max-height: 10%;
    transform-origin: top left;
	transform: scale(10);
};

 body {
	background: url(../images/default-image.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 2000px;
 	padding-top: 50px;

 }
 body > .main {
  	background: #FFFFFF;
 	font-size: 14px;
 }
body > .container-fluid {
	padding-bottom: 20px;
 	min-height: 500px;
}
 body > .container {
    margin-top: -20px;
   	background: #FFFFFF;
   	min-height: 500px;
 	border: 1px solid #0A0A0A;
	border: 1px solid #e7e7e7;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	padding-bottom: 20px;
 }
 
footer {
	border-top: 1px solid #EDEDED;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.gung-table-col-sm5p {
	width: 5%;
}
.gung-table-col-sm10p {
	width: 10%;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	cursor: default;
}

.tab-content {
	margin-top: 20px;
}

h1 {
	margin-bottom: 40px;
}

.gung-tools {
	float: right;
	margin-top: 21px;
	margin-bottom: 10.5px;
}

.gung-tools .dropdown-menu {
    right: 0px;
    left: initial;
}

td .gung-tools {
	float: right;
	margin: auto;
	zoom: 80%;
}

.gung-tools a {
  text-decoration: none;
}
.dropdown-menu {
  opacity: 1.0;
}

table.gung-first-col-bold tr > td:first-child {
	font-weight: bold;
}


/* Menu */
.language-menu .current-language {
	border-left: 2px solid #007fff;
	padding-left: 18px;
}



.square_old {
    float:left;
    position: relative;
    width: 100%;
    padding-bottom : 100%; /* = width for a 1:1 aspect ratio */
    margin:1.66%;
    overflow:hidden;
}

.square-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
}

/*
.square {
	
	
	
   	display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    
    
    float:left;
    position: relative;
    width: 100%;
    margin:1.66%;
    overflow:hidden;
}

.square > img, .square a > img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.content {
    position:absolute;
    height:80%; /* = 100% - 2*10% padding 
    width: 90%; /* = 100% - 2*5% padding 
    padding: 10% 5%;
}
*/
.table{
    display:table;
    height:100%;
    width:100%;
}
.table-cell{
    display:table-cell;
    vertical-align:middle;
    height:100%;
    width:100%;
}


.ng-enter {
  -webkit-animation: enter_sequence 0.5s linear; /* Safari/Chrome */
  animation: enter_sequence 0.5s linear; /* IE10+ and Future Browsers */
}

@-webkit-keyframes enter_sequence {
  from { opacity:0; }
  to { opacity:1; }
}
@keyframes enter_sequence {
  from { opacity:0; }
  to { opacity:1; }
}



.infographic-box.colored {
  color: #fff;
  border: 0!important;
}
.infographic-box {
  padding: 20px;

}
.infographic-box .headline {
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  text-align: right;
}
.infographic-box .value {
  font-size: 2.1em;
  font-weight: 600;
  margin-top: -5px;
  display: block;
  text-align: right;
}
.infographic-box.colored i {
  font-size: 4.6em;
  margin-left: 7px;
  color: #fff;
      float: left;
}
.infographic-box .value {
  font-size: 2.1em;
  font-weight: 600;
  margin-top: -5px;
  display: block;
  text-align: right;
}
.infographic-box.colored .headline {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 4px;
}
.emerald-bg {
  background-color: #03a9f4!important;
}
.green-bg {
  background-color: #8bc34a!important;
}
.red-bg {
  background-color: #e84e40!important;
}
.purple-bg {
  background-color: #9c27b0!important;
}
.main-box {
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  margin-bottom: 16px;
  border-radius: 3px;
  background-clip: padding-box;
}


.virtual-form-control {
	display: block;
    width: 100%;
    height: 31px;
    padding: 5px 1px;
    font-size: 13px;
    line-height: 1.5;
    margin: 0px;
}

.table a.badge {
	text-decoration: none;
	zoom: 100%;
	border-radius: 0; 
	width: 50%;
	font-size: 9px;
	font-weight: normal;
}
.badge-white {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  padding: 2px 7px 3px 7px;
} 


.badge-danger {
  background-color: #d43f3a;
}

.badge-black {
  text-decoration: none;
  background-color: #000000;
  color: #FFFFFF;

}

a.badge-white:hover {
	 color: #000000;
}


.badge-warning {
  background-color: #d58512;
}

.badge-success {
  background-color: #398439;
}

.badge-info {
  background-color: #269abc;
}

.badge-inverse {
  background-color: #333333;
}


@media print {
    .gung-tools, .navbar {
       	display: none;
    }
    
    .nav-tabs {
           	display: none;
    }
    body {
    	font-size: 1em;
    	min-height: 0px;
    }
    h5 {
    	font-size: 1.2em;
    }
   h4 {
    	font-size: 1.4em;
    }
h3 {
    	font-size: 1.6em;
    }

     h2 {
    	font-size: 1.8em;
    }
    
    h1 {
    	font-size: 2em;
    	margin: 0.67em 0;
    }
	body > .container {
    	margin: 0px;
    	width: 100%;
    	padding: 0px;
    	box-shadow: 0;
    	border: none;
    }
    
}

.gung-warning1 {
	background-color: red;
}

.gung-warning2 {
	background-color: yellow;
}

.gung-delivered, .gung-invoice-status-4,.gung-invoice-status-6, .gung-invoice-status-8 {
	border-left: 5px solid green;
}

.gung-partial, .gung-invoice-status-1, .gung-invoice-status-2 {
	border-left: 5px solid orange;
}

/* Fix overflowing text in load-more button */
gung-item-list button.load-more {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*
	Compact Panel - Start
*/
.gung-compact-panel > .control-label, .gung-compact-panel > .form-control-static {
	padding-top: 0px;
	padding-bottom: 0px;
} 

.gung-compact-panel > .form-horizontal .form-group {
    margin-top: 0x;
    margin-bottom: 0px;
}
/*
	Compact Panel - End
*/



/* DISCOUNT CODES */
.discount-code-row h4 {
	min-height: 25px;
}
.discount-code-row .discount-code-edit {
	display: none;
}
.discount-code-row:hover .discount-code-edit {
	display: inline-block;
}

/* BOOSTRAP FIX */
.dropdown-menu-right {
	left: auto!important;
	right: 0!important;
}

/* BOOTSTRAP form-group tightening */
.form-group {
  margin-bottom: 5px;
}

