﻿/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
 font-family: 'Roboto', sans-serif;
 margin-top: 94px;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
    body {
     margin-top: 0px;
    }
}


p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}


/* ActiveReports 10 */
#viewerContainer {
    width: 100%;
    height: 600px;
    border: 1px solid gray;
}

#viewerContainer2 {
    width: 8.5in;
    height: 5.5in;
}


#settingsContainer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.settings-row {
    padding-bottom: 5px;
}

/* To hide Elements */
.show {
  display: block !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.invisible {
  visibility: hidden;
}

/* Bootstrap - Scrollable Modal Form */
.modal {  position: absolute; }

/* Image As RadioButton */
.imgAsRB {
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

.imgAsRB + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:1px solid transparent;
  background-color: transparent;
}

.imgAsRB:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:1px solid #ccc;
  background-color: gainsboro;
}

/* Application Details */
.ADp{
    margin-left:20px;
    font-size: small;
    font-weight: bold;
    text-decoration:underline;
}

/* jobs- */
.jobs-width-200px{
    width:200px;
}

/* Image Hover - https://miketricking.github.io */
.img-hover img {
    -webkit-transition: all .7s ease; /* Safari and Chrome */
  	-moz-transition: all .7s ease; /* Firefox */
  	-o-transition: all .7s ease; /* IE 9 */
  	-ms-transition: all .7s ease; /* Opera */
  	transition: all .7s ease;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.30); /* Safari and Chrome */
    -moz-transform:scale(1.70); /* Firefox */
    -ms-transform:scale(1.70); /* IE 9 */
    -o-transform:translatZ(0) scale(1.30); /* Opera */
    transform:translatZ(0) scale(1.30);
}
  
  
.grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%); 
}