/********************************************************************Common css***********************************************/
/************************************* Reset Styles ********************************/
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;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
div {
  vertical-align: top;
}
* {
  outline: none;
}
li,
ol {
  list-style-type: none;
  list-style-image: none;
  list-style: none;
}
img {
  border: 0px;
}
textarea {
  resize: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
a {
  text-decoration: none;
}
input,
textarea,
select,
body {
  font-size: 14px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border: none;
  box-shadow: none;
}
.inputEntity input[type="text"],
.inputEntity input[type="password"],
.inputEntity textarea,
.dk-selected,
.fileUpload {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border: none;
  box-shadow: none;
}

/************************************* Reset End Styles ********************************/

.showFade {
  transition: all linear 400ms;
  -moz-transition: all linear 400ms;
  -webkit-transition: all linear 400ms;
  -ms-transition: all linear 400ms;
}
/************************************* Common Styles ********************************/
.rightAlign {
  text-align: right;
}
.centerAligned {
  text-align: center;
}
.centeredBlock {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.fullWidth {
  width: 100%;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.posRelative {
  position: relative;
}
.absolutePos {
  position: absolute;
}
.textDecorationNone {
  text-decoration: none;
}
.textDecorationUnderline {
  text-decoration: underline;
}
.fontWeightBold {
  font-weight: bold;
}
.clearBoth {
  clear: both;
}
.clearRight {
  clear: right;
}
input,
textarea,
select,
body,
.smallTop a,
.mainMenu a {
  color: #868686;
}
.showFade {
  transition: all linear 400ms;
  -moz-transition: all linear 400ms;
  -webkit-transition: all linear 400ms;
  -ms-transition: all linear 400ms;
}
/************************************* Website Styles ********************************/
a,
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

/************************************* Bootstrap classes ******************************/
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
