/* app css stylesheet */
@font-face {
    font-family: 'open-sans';
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
      font-family: 'fontello';
      src: url('../fonts/fontello.ttf');
      font-weight: normal;
      font-style: normal;
    }
     
     
.icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
 
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

div[ng-view]{
  margin: auto;
}
.right_col {
    min-height: 965px !important;
}

div[ng-view].ng-enter {
  -webkit-animation: fadeIn .3s;
  animation: fadeIn .3s;
}

/* .ng-hide-remove {
  -webkit-animation: fadeIn .001s;
  animation: fadeIn .001s;
}

.ng-hide-add {
  -webkit-animation: fadeOut .1s;
  animation: fadeOut .1s;
  display: block !important;
}
.ng-hide {
  -webkit-animation: fadeOut .01s;
  animation: fadeOut .01s;
} */

/* .tab-content {
    padding: 15px;
} */
.col-md-6.col-xs-12.widget.widget_tally_box {
    position: relative;
}
.edit_block {
    position: absolute;
    right: 20px;
    top: 10px;
}
.industry_tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.industry_tags ul li {
    float: left;
    padding: 10px;
    background-color: #2A3F54;
    margin: 3px;
    font-weight: bold;
    border-radius: 0 15px;
    color: #ECECEC;
}
.industry_tags {
    padding: 40px 0px;
}
ul.meeting_details li {
    padding: 10px;
}
ul.meeting_details {
    list-style: none;
    padding: 0;
    margin: 0;
}
.leftpane {
    width: 30%;
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.rightpane {
    font-size: 15px;
}
.req_description {
    border: 1px solid;
    padding: 15px;
    margin: 15px 0;
}
.req_des_title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #73879C;
    width: 11%;
}
.block_title {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.form-group.country_group {
    width: 31%;
    float: left;
    margin: 1%;
}

/*  Industry Tag  */

@import "bourbon";

$melon: #F97D75;
$black: #2E3641;

* {
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  color: $black;
}

.intag h1 {
  font-size: 32px;
}

.intag input {
  border: 0;
  margin-right: 5px;
  background: transparent;
  border-bottom: 1px solid black;
  width: 80px;
  padding: 8px;
  @include transition(all .3s ease);
  
  &:focus, &:active {
    outline: 0;
    width: 200px;
    border-bottom-color: $melon;
  }
}

.intag button {
  background-color: $melon;
  border: 0;
  padding: 8px 20px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  
  &:focus, &:active {
    outline: 0;
  }
}

.intag {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
}

.intag li {
  border: 1px solid black;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.fa-close {
  cursor: pointer;
}

[contenteditable] {
  &:focus, &:active {
    outline:0;
  }
}


/*  Model Css  */

.model-address {
    text-align: center !important;
}
dl {
    color: #545050;
}
.hh3 {
    color: #000;
}
.model-extra {
  width: 49%;
  float: left;
}
.panel-block {
    padding: 15px;
    border: 1px solid #F1F1F1;
    margin: 5px;
}
.x_panel {
    min-height: 600px !important;
    height: auto !important;
}
.block-title {
    font-size: 18px;
    margin: 15px 0;
}
.panel-block .form-group input[type="checkbox"] {
    width: 25px;
    height: 18px;
}
.checkbox-group span {
    line-height: 0;
    position: absolute;
    bottom: 13px;
}
.checkbox-group {
    position: relative;
}
.save_btn .btn {
    width: 100px;
    font-weight: bold;
}
.save_btn {
    position: absolute;
    right: 25px;
    top: 6px;
}
.contact_single {
    margin: 10px;
}
.message_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.msg-single-title {
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0;
}
.message_block ul li {
    border: 1px solid #ECECEC;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 5px 0;
}