@font-face {
  font-family: Montserrat-Regular;
  src: url('/fonts/Montserrat-Regular.ttf');
}
.regular {
	font-weight: 400;
	font-family: Montserrat-Regular, "Open Sans", Helvetica, Arial, sans-serif;
}
.medium {
	/* Montserrat Medium = 500
	font-weight: 500; */
	font-family: Montserrat-Medium, "Open Sans", Helvetica, Arial, sans-serif;
}


.semibold {
	/* Montserrat Semi-bold = 600*/
	font-weight: 500;
	font-family: Montserrat-SemiBold, "Open Sans", Helvetica, Arial, sans-serif;
}
.nav-custom{
  background-color: #f4f4f3;
  border: none;

}

html{
    height: 100%;
}

body{
    margin-top: 80px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
    background-color: #f4f4f3;
    font-weight: 400;
  	font-family: Montserrat-Regular, "Open Sans", Helvetica, Arial, sans-serif;
}

.content{
   flex: 1 0 auto;
   -webkit-flex: 1 0 auto;
   min-height: 200px;
   margin-bottom: 20px;
}

#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}

.navbar-brand, .navbar-nav li a{
  line-height: 80px;
  height: 80px;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 12pt;

}
.navbar-nav li a:hover{
  color: black !important;
}

.navbar-brand, .navbar-nav li span{
  line-height: 80px;
  height: 80px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12pt;
}

.logo{
  padding-top: 20px;
  padding-left: 30px;
}

.logo img{
  height: 2.5em;
}

.dropdown {
position: relative;
display: inline-block;
color: grey;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover {
color: white;
background-color: #efb154;
}
.dropdown:hover .dropdown-content {
display: block;
}

.btn-rounded{
  border: none;
  border-radius: 20px;
  color: white;
  width: auto;
}

.btn-rounded:hover,
.btn-rounded:focus {
  color: white;
  animation: pulse 1s;
  box-shadow: 0 0.3em 0.3em 0.2em rgba(200,200,200,1);
}

.blue-v{
    background-color: #59698d;
}

.green{
  background-color: #00c851;
}

/***** */
#myFooter {
    background-color: #09294f;
    color: white;
    margin-top: 5px;
    height: 230px;
}


#myFooter .info{
    text-align: justify;
    color: #afb0b1;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter .logo {
  margin-top: 30px;
  padding-left: 0;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}


#myFooter .social-icons {
    font-size: 14pt;
}

.facebook, .google , .twitter
{
  margin-left: 10px;
}
#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }

    #myFooter .info{
        text-align: center;
    }
}


/** **/

#banner
{
  position: relative;
  padding: 5em 0em;
  background: #60a0c3;
  color: #ffffff;
}

#banner h2
{
  color: #ffffff;
}

.square-card, .item, .img-rfq{
  cursor: pointer;
  border-radius: 5px;
  width: 115px !important;
  height: 115px !important;
}

/*.square-card:hover,
.square-card:focus {
  color: white;
  animation: pulse 1s;
  box-shadow: 0 0.5em 0.5em 0.5em rgba(210,210,210,1);
}*/


.bt-circle{
  border-radius: 50%;
}

.badge-n{
	position: absolute;
	top: -12px;
	border-radius: 2px;
	background-color: #2A6A92;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	height: 13px;
	font-size: 11px;
	right: -15px;
	padding: 1px 4px 0;
}

.item {
    position:relative;
    display:inline-block;
}
.notify-badge{
    position: absolute;
    right:-8px;
    top:2px;
    background:blue;
    text-align: center;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:10px;
}

.notify-quote{
  right:-8px;
  background:rgb(30, 71, 57);
  font-size:11px;
  padding:6px 12px;
}

.shadow{
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.shadow-r{
  box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.vertical-align {
    display: flex;
    align-items: center;
}

.link {
  color: black;
  font-size: 12pt;
  font-weight: 200;
  text-decoration: none !important;
}

.btn-orange{
  background-color: #efb154;
  color: #fff;
}

.label-head{
  color: #004363;
  text-align: center;
  font-size: 16pt;
  font-weight: bold;
}

.arrow{
  font-size: 10pt;
  margin-left: 1px;
  margin-right: 2px;
}

.btn-blue{
  background-color: #264E87;
}

.line{
  margin-top: 5%;
}

.grey .pagination>li>a,
.grey .pagination>li>span {
  border: none;
  color: #444445;
  background-color: inherit;
}

.pagination>li.active>a,
.grey .pagination>li.active>span {
  background-color: #444445 !important;
  color: #fff;
  border: solid 1px #9f9f9e;
}

.search-container {
  float: right;
  padding-top: 10px;
  width: 500px;
  text-align: center;
  display: flex;
}

.input-s {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  width: 90%;
  border: none;
  background-color: #ffffff;
  border-radius: 2px 0px 0px 2px;
  color: #777777;
}

.search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  background-color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-radius: 0px 2px 2px 0px;
}

.header-user-menu{
  padding-top: 40px;
  line-height: 40px !important;
	width:42px;
	height:40px;
	border-radius:2px;
}



.header-user-menu ul{
	display: none;
	font:bold 13px;
	background-color: #FFF;
	list-style: none;
	position: absolute;
	text-align: center;
	width: 120px;
	top: 54px;
	right: 0px;
	padding: 12px 0px;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
}

.header-user-menu:active ul,
.header-user-menu:hover ul,
.header-user-menu.show ul{
	display:block;
}

.header-user-menu ul li{
	padding:0px 0px;
  width: 100%
}


.header-user-menu ul li a{
  line-height: 10pt !important;
  height: 40px !important;
  width: 100% !important;
  font-size: 10pt !important;
  padding-top: 12px;
  display: block;
  text-decoration: none;
}

.header-user-menu ul li a:hover{
	opacity:1;
  color: #fff !important;
  background-color: #efb154;
}

.header-user-menu ul li a.highlight{
	color:#e9ac09;
}



.header-user-menu .image-cropper {
    width: 42px;
    height: 42px;
    top:20px;
    position: absolute;
    right:0px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.header-user-menu .image-cropper img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.header-user-menu .avatar-no-img {
  position: absolute;
  max-width: 42px;
  min-width: 42px;
  border-radius: 50%;
  top:20px;
  right:0px;
  background: #512DA8;
  font-size: 12pt;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 42px;
  cursor: pointer;
}

h3 b span{
  margin: 0px 5px;
}

.btn-icon{
  padding:0px;
  width: 26px;
  height: 26px;
}
.btn-icon img{
  width: 100%;
  height: 100%;
}

.footer {
    background-color: #f4f4f3;
    padding-top: 20px;
    color: black;
    height: 60px;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    font-weight: 400;
    font-family: Montserrat-SemiBold, "Open Sans", Helvetica, Arial, sans-serif;
}

.btn-babel{
  border-radius: 1mm !important;
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
}
.btn-babel:hover{
  color: #f1f1f1;
}

.card-gen{
  margin-top: 2%;
  width: 68%;
  margin-left: 16%;
}

.min-h{
  min-height: 350px;
}

.title h4 {
   margin-bottom: -10px;
}

.red{
  color: rgb(221, 28, 39);
}

.alert-message{
  width: 90%;
  margin-left: 5%;
}


.modal-vertical-center {
  text-align: center;
  padding: 0!important;
}

.modal-vertical-center:before {
  content: '';
  display: inline-block;
  height: 30%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-vertical-center-20:before {
  content: '';
  display: inline-block;
  height: 20% !important;
  vertical-align: middle;
  margin-right: -4px;
}

.navbar-right
{
  padding-right: 30px;
}

.notify-badge-info{
    position: absolute;
    right:-10px;
    top:-50px;
    background:rgb(191, 40, 212);
    text-align: center;
    box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.12);
    border-radius: 50px 50px 50px 50px;
    font-size: 8pt;
    font-weight: 700 !important;
    color:white;
    padding:6px 14px;
}

.item-cont {
  position: relative;
}

.blue-bag{
  background: rgb(195, 33, 22);
}

.green-bag{
  background: rgb(7, 139, 72);
}

.file-name{
  word-break: break-all;
}

/* floatig help*/

.help-pos {
  position:fixed;
  right: 30px;
  bottom: 40px;
}

.help-pos a{
  text-decoration: none;
}

.help_btn{
    min-width:50px;
    min-height:50px;
    border-radius:100%;
    border:4px solid rgb(97, 91, 147);
    background: rgba(97, 91, 147, 0.0);
    outline:none;
    text-align: center;
    color:rgb(97, 91, 147);
    font-size:30px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.help_btn:hover{
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0,0,0,0.23);
}

.help-pos-img {
  position:fixed;
  right: 0px;
  bottom: 0px;
  width: 16%;
}

.help-pos-img.reached {
  bottom: 60px;
}

.help-pos-img a {
  outline: none;
}

.help_img {
  display: block;
  width: 100%;
  height: auto;
}


.icon-text {
  font-family: Montserrat-Medium, "Open Sans", Helvetica, Arial, sans-serif;
  color: #434343;
  font-size: 14px;
}

.back{
  padding-left: 0px;
}

.back img {
  width: 12%;
}

.file-inside {
  color: #0077e2;
}


@media (min-width: 768px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
}

@media screen and (min-width: 1100px) and (max-width: 1401px) {
   .square-card, .item, .img-rfq{
     width: 125px !important;
     height: 125px !important;
   }

   .notify-badge{
       padding:5px 13px;
       font-size:1.2em;
   }
}

@media screen and (min-width: 1400px) and (max-width: 1800px) {
   .square-card, .item, .img-rfq{
     width: 150px !important;
     height: 150px !important;
   }

   .notify-badge{
       padding:8px 16px;
       font-size:1.2em;
   }
}

@media screen and (min-width: 1801px) and (max-width: 2400px) {
   .square-card, .item, .img-rfq {
     width: 190px !important;
     height: 190px !important;
   }

   .notify-badge{
       padding:9px 18px;
       font-size:1.25em;
   }
}

@media screen and (min-width: 2401px) and (max-width: 2800px) {
   .square-card, .item, .img-rfq {
     width: 220px !important;
     height: 220px !important;
   }

   .notify-badge{
       padding:10px 20px;
       font-size:1.3em;
   }
}

.container-fluid {
  padding: 0 3%;
}
@media screen and (min-width: 2800px) {
   .square-card, .item, .img-rfq {
     width: 290px !important;
     height: 290px !important;
   }

   .notify-badge{
       padding:16px 24px;
       font-size:1.35em;
   }
}
