/*======new variables============*/
/*common scss*/
html {
  position: relative;
  min-height: 100%; }

body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-variant: normal;
  font-style: normal;
  background-color: #FFFFFF;
  font-weight: 400;
  /*color: #393f4a;*/
  line-height: normal;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', sans-serif; }

.semibold {
  font-weight: 600; }

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  outline: 0; }
  a:hover, a:focus {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }

hr {
  float: left;
  width: 100%;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  /*border-color: #d0d7e2;*/
  -o-border-image: none;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin-bottom: 10px;
  margin-top: 10px; }

label {
  font-weight: normal; }

.font-bold {
  font-weight: 700; }

.no-wrap {
  white-space: nowrap; }

.overflow-ellipsis {
  width: 13em;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.column {
  float: left;
  width: 100%;
                                                                                                                                                                                                                                        /*background-color: #f5f5f5;
border: 1px solid #ddd;*/
  height: 50px;
  margin: 15px 0 0 0; }

.container {
  width: 1170px; }

.fullWidth {
  width: 100% !important; }

ol li {
  margin-top: 10px; }

.strick-through {
  text-decoration: line-through; }

.dropper .drop {
	right: 0;
  	top: 100%;
  	background-color: #FFFFFF;
  	box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.2);
  	border: 1px solid #bcbcbc;
  	max-height: 0;
  	opacity: 1;
  	left: auto;
  	margin-top: 1px;
  	overflow: hidden;
  	padding: 8px 0;
  	width: 100%;
  	margin-top: 0px;
  	visibility: hidden;
  	border-radius: 4px;
}
.dropper .drop a {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
	text-decoration:none;
}
.dropper .drop a:visited, .dropper .drop a:link {
    color: #09111d;
}
.dropper .drop a:hover {
   color: #6b7077;
}
.dropper .drop .dropFooter a {
    width: auto;
    padding: 0px 10px;
}
.dropper .drop .dropFooter a .tab-inactive-text, .dropper .drop .dropFooter a .tab-active-text {
   font-size: 12px;
}

.dropper.open > .drop {
  max-height: 800px;
  z-index: 99999;
  overflow: visible;
  margin-top: 3px;
  visibility: visible;
  -webkit-transition: margin-top 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: margin-top 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: margin-top 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: margin-top 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: margin-top 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.dropper.open > .drop .dropFooter {
    padding: 10px 7px 0px 7px;
    border-top: 1px solid #bcbcbc;
    position: relative;
    display: inline-block;
    width: 100%;
    bottom: 0; }

.carret:before {
  top: -16px;
  border-width: 8px;
  border-color: #bcbcbc; }
.carret:after {
  top: -16px;
  border-width: 8px;
  border-color: #FFFFFF; }

/*double of border-width */
/*================================== Shadow =================================*/
.box-shadow {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(170, 181, 194, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(170, 181, 194, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(170, 181, 194, 0.5); }

/*================================== Positions =================================*/
.relative {
  position: relative; }

.absolute {
  position: absolute; }

/*================================== Floating =================================*/
.f-left {
  float: left;
  width: 100%; }

.f-right {
  float: right;
  width: 100%; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

/* XS */
@media (max-width: 767px) {
  body {
    font-size: 12px; }

  html {
    overflow-x: hidden; }

  .xs-pull-left {
    float: left !important; }

  .xs-pull-right {
    float: right !important; }

  .xs-pull-none {
    float: none !important; }

  .container {
    width: 100%; } }
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 12px; }

  .sm-pull-left {
    float: left !important; }

  .sm-pull-right {
    float: right !important; }

  .sm-pull-none {
    float: none !important; }

  .container {
    width: 100%; } }
/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
  .md-pull-left {
    float: left !important; }

  .md-pull-right {
    float: right !important; }

  .md-pull-none {
    float: none !important; }

  .container {
    width: 100%; } }
/* LG */
@media (min-width: 1200px) {
  .lg-pull-left {
    float: left !important; }

  .lg-pull-right {
    float: right !important; }

  .lg-pull-none {
    float: none !important; } }
/*==================================Margin=================================*/
.margin-10 {
  margin: 10px; }

.margin-15 {
  margin: 15px; }

.margin-20 {
  margin: 20px; }

.margin-25 {
  margin: 25px; }

/*==================================Padding=================================*/
.padding-10 {
  padding: 10px; }

/*==================================Border=================================*/
.border {
  border: 1px solid #d0d7e2; }

.border-black {
  border: 1px solid #000; }

.border-gray {
  border: 1px #e9ebef; }

.border-dgray {
  border: 1px #bebdbd; }

.border-white {
  border: 1px #FFFFFF; }

/*==================================Border-Radius=================================*/
.border-radius2 {
  border-radius: 2px; }

.border-radius4 {
  border-radius: 4px; }

.border-radius8 {
  border-radius: 8px; }

.border-radius30 {
  border-radius: 30px; }

.border-radiusFull {
  border-radius: 50%; }

/*==================================Border-Width=================================*/
.border-width-2 {
  border-width: 2px 2px 2px 2px !important; }

.border-width-3 {
  border-width: 3px 3px 3px 3px !important; }

.border-width-5 {
  border-width: 5px 5px 5px 5px !important; }

/*==================================Testing Background Colors=================================*/
.white {
  background-color: #FFFFFF; }

.red {
  background-color: red; }

.green {
  background-color: green; }

.blue {
  background-color: blue; }

.yellow {
  background-color: yellow; }

.black {
  background-color: black; }

.gray {
  background-color: #f5f5f5; }

.orange {
  background-color: #f96816; }

/*==================================  Display =================================*/
.display-none {
  display: none; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

/*================================== PAGE FRAME=================================*/
.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-y-hidden {
  overflow-y: hidden; }

.overflow-x-auto {
  overflow-x: auto; }

.overflow-y-auto {
  overflow-y: auto; }

/*================================== Z-Index =================================*/
.z-index-0 {
  z-index: 0 !important; }

/*================================== Text Alignment =================================*/
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: normal; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-underline {
  text-decoration: underline !important; }

/* XS */
@media (max-width: 767px) {
  .xs-text-left {
    text-align: left; }

  .xs-text-center {
    text-align: center; }

  .xs-text-right {
    text-align: right; }

  .xs-text-justify {
    text-align: justify; }

  .xs-text-nowrap {
    white-space: normal; }

  .xs-text-tras {
    text-transform: lowercase; }

  .xs-text-uppercase {
    text-transform: uppercase; }

  .xs-text-capitalize {
    text-transform: capitalize; }

  .xs-text-underline {
    text-decoration: underline !important; } }
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
  .sm-text-left {
    text-align: left; }

  .sm-text-center {
    text-align: center; }

  .sm-text-right {
    text-align: right; }

  .sm-text-justify {
    text-align: justify; }

  .sm-text-nowrap {
    white-space: normal; }

  .sm-text-tras {
    text-transform: lowercase; }

  .sm-text-uppercase {
    text-transform: uppercase; }

  .sm-text-capitalize {
    text-transform: capitalize; }

  .sm-text-underline {
    text-decoration: underline !important; } }
/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
  .md-text-left {
    text-align: left; }

  .md-text-center {
    text-align: center; }

  .md-text-right {
    text-align: right; }

  .md-text-justify {
    text-align: justify; }

  .md-text-nowrap {
    white-space: normal; }

  .md-text-tras {
    text-transform: lowercase; }

  .md-text-uppercase {
    text-transform: uppercase; }

  .md-text-capitalize {
    text-transform: capitalize; }

  .md-text-underline {
    text-decoration: underline !important; } }
/* LG */
@media (min-width: 1200px) {
  .lg-text-left {
    text-align: left; }

  .lg-text-center {
    text-align: center; }

  .lg-text-right {
    text-align: right; }

  .lg-text-justify {
    text-align: justify; }

  .lg-text-nowrap {
    white-space: normal; }

  .lg-text-tras {
    text-transform: lowercase; }

  .lg-text-uppercase {
    text-transform: uppercase; }

  .lg-text-capitalize {
    text-transform: capitalize; }

  .lg-text-underline {
    text-decoration: underline !important; } }

/*# sourceMappingURL=common-css.css.map */
