/*================================================================================
    Item Name: Materialize - Material Design Admin Template
    Version: 2.3
    Author: GeeksLabs
    Author URL: http://www.themeforest.net/user/geekslabs
================================================================================
tr
NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


/*speaker-card*/

#speaker-card .card-header .card-title {
  padding: 12px;

}
#speaker-card .speaker-card-title {
  margin: 0;
  font-weight: 200;
  font-size: 25px;

}
#speaker-card .speaker-card-date {
  font-size: 1.0rem;
  margin: 0;
}
#speaker-card .speaker-state {
  padding-bottom: 15px;
}
#speaker-card .speaker-state-two {
  border-left: 1px dashed #9e9e9e;
}
#speaker-card .speaker-icon {
  font-size: 2.2rem;
  display: block;
  -webkit-transform: rotate(90deg);
  /* Safari */

  -moz-transform: rotate(90deg);
  /* Firefox */

  -ms-transform: rotate(90deg);
  /* IE */

  -o-transform: rotate(90deg);
  /* Opera */

  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
  /* SASS Internet Explorer */
}
#speaker-card .card-content-bg-speakers {
  background: url(../images/speakers_back.jpg) no-repeat center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#speaker-card .card-content-bg-speakers-add {
  background: url(../images/speakers_add.jpg) no-repeat center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#speaker-card .card-content {
  background: rgba(0, 0, 0, 0.25);
}
#speaker-card .speaker-state-wrapper {
  margin: 0 0 0px 0 !important;
}

/*--------------------------------------------------Card Background*/

#flight-card .card-content-bg-exhibitors {
  background: url(../images/exhibitors_back.jpg) no-repeat center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#flight-card .card-content-bg-upcoming {
  background: url(../images/upcoming_back.jpg) no-repeat center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#flight-card .card-content-bg-followers {
  background: url(../images/followers_back.jpg) no-repeat center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#flight-card .card-content-bg-program {
  background: url(../images/program_back.jpg) no-repeat center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#flight-card .card-content-bg-resources {
  background: url(../images/resources_back.jpg) no-repeat center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#flight-card .card-content-bg-notifications {
  background: url(../images/notifications_back.jpg) no-repeat center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top
{
vertical-align:top;
}


.bottom
{
vertical-align:bottom;
}


.middle
{
vertical-align:middle;
}

.search-table-outter { overflow-x: scroll; }

.search-table-outter  th {min-width: 400px; }

.search-table-outter  td {min-width: 400px; }

.rect-plain
{
  border:1px solid #42a5f5;
  margin-top:10px;
}

.rect-button
{
  width:10px;
}

.rect-header
{
  border:5px solid #00bcd4;
  margin:5px;
  font-size: 0.8rem;
  padding: 5px;
  background-color: white;
  font-weight: 600;
}

.rect-dashed-grey
{
  border:2px dashed #676667;
  margin:5px;
  font-size: 0.8rem;
  padding: 5px;
  background-color: white;
  font-weight: 600;
}

.no-margin {
    margin:  0;
    padding: 0;
}

.underline{
      border-bottom: solid 1px ;
      display: inline;
      padding-bottom: 3px;
}



.smiley {
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  -webkit-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  position: relative;
  outline: none !important;
  border: 0px solid rgba(255,255,255,.2);
  background: none;
  color: #fff;
  border-radius: 0px;
  width: 40px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  vertical-align: middle;
}

.paddingc
{
  padding: 10px;
}

.marginc
{
  margin: 10px;
}
.nopaddingc{
    padding: 0 !important;
}
.collapsible-headerc {
  display: block;
  padding: 0 1rem;
  }

  .dashed{
    border-width:2px;
    border-color: #3498db;
    color: #3498db;
    border-style:dashed;
  }

.badge {
    position: relative;
    text-align: center;
    color: white;
}


/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-middle {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -0%);
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.event_image {
    position: absolute;
    top: 37%;
    left: 53%;
    transform: translate(-50%, -50%);
}

.event_text {
    position: absolute;
    top: 63%;
    transform: translate(-50%, -50%);
}

.nowrap {
  white-space: nowrap ;
}

.padded {
  padding: 10px ;
}

.margined {
  margin: 10px ;
}

.social {
  width: : 80px ;
  height: : : 80px ;
}

 .facebook{
     background-color: #3d578f !important;
  }

  .twitter{
     background-color: #28aae1 !important;
  }

  .instagram{
     background-color: #f77436 !important;
  }




/* Ghost Buttons styles */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="submit"].btng,
button.btng {
  cursor: pointer;
}

a.btng,.btng {

  display: inline-block;
  outline: none;
  *zoom: 1;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  font-weight: 300;
  letter-spacing: 1px;
  vertical-align: middle;
  border: 1px solid;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(0,0,0,0.01);
}
/* Radius */
.btng-radius {
  border-radius: 16px;
}
/* Sizes */
.btng-small {
  font-size: 0.8125em;
  padding: 0.4125em 1.25em;
}
.btng-medium {
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.btng-large {
  height: 56px;
  line-height: 56px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

/* Colors */
.btng-green {
  color: #3CB371;
  border-color: #3CB371;
}
.btng-green:hover {
  background: #3CB371;
  color: #fff;
  border-color: #3CB371;
}

.btng-blue {
  color: #4682B4;
  border-color: #4682B4;
}
.btng-blue:hover {
  background: #4682B4;
  color: #fff;
  border-color: #4682B4;
}

.btng-pink {
  color: #ff4081;
  border-color: #ff4081;
}
.btng-pink:hover {
  background: #ff4081;
  color: #fff;
  border-color: #ff4081;
}

.btng-cyan {
  color: #00bcd4;
  border-color: #00bcd4;
}
.btng-cyan:hover {
  background: #00bcd4;
  color: #fff;
  border-color: #00bcd4;
}

.btng-orange {
  color: #FF8C00;
  border-color: #FF8C00;
}
.btng-orange:hover {
  background: #FF8C00;
  color: #fff;
  border-color: #FF8C00;
}

.btng-red {
  color: #B22222;
  border-color: #B22222;
}

.btng-red:hover {
  background: #B22222;
  color: #fff;
  border-color: #B22222;
}

.btng-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btng-white:hover {
  background: #ffffff;
  color: #4682B4;
  border-color: #ffffff;
}




.btng-gray {
  color: #808080;
  border-color: #808080;
}
.btng-gray:hover {
  background: #808080;
  color: #fff;
  border-color: #808080;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {

    background-image: url(../images/ic_back_welcome.png);

    background-position: bottom;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}

.max-lines {
  display: block; /* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.8em;
}

 .card .card-image .card-title-small-left {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 2px; }

.card .card-image .card-title-small-right {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 2px; }


.invisible
{
  visibility: hidden;
}

.margin-top
{
  margin-top: 10px;
}

.margin-top-top
{
  margin-top: 40px;
}

.margin-top-top-top
{
  margin-top: 80px;
}

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

.margin-left
{
  margin-left: 10px;
}

.margin-left-left
{
  margin-left: 40px;
}

.margin-left-left-left
{
  margin-left: 80px;
}

.margin-right
{
  margin-right: 10px;
}

.margin-right-right
{
  margin-right: 40px;
}

.fonted{
  font-family: 'Montserrat';
}

.shadow, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }


#ck-button {
    margin:4px;
    background-color:#fff;
    border-radius:16px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:left;
}

#ck-button label {
    float:left;
}

#ck-button label span {
    text-align:center;
    padding:5px;
    display:block;
    border-radius:4px;
}

#ck-button label input {
    position:absolute;
    top:-20px;
}

#ck-button input:hover + span {
    background-color:#3CB371;
    color:#fff;
    cursor: pointer;
}

#ck-button input:checked + span {
    background-color:#3CB371;
    color:#fff;
    cursor: pointer;
}

.social-icons img { width: 35px; padding: 5px; border: 0; box-shadow: 0; display: inline; }

.emoji-rate .image {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
}
.emoji-rate .image:hover {
  opacity: 1;
}
.emoji-rate [type="radio"] + label:before,
.emoji-rate [type="radio"] + label:after {
  display: none;
}
.emoji-rate [type="radio"] + label {
  width: 60px;
  height: 60px;
}
.emoji-rate [type="radio"]:not(:checked) + label .image {
  padding: 3px;

}
.emoji-rate [type="radio"]:checked + label .image {
  border: 2px solid aqua;
  border-radius: 5px;
  opacity: 1;
  padding: 3px;
}

.rounded-boder {
    border-radius: 45px;
    padding: 0px;
    width: 100%;
    height: 80px;
}


.btn-rect{
    border: none;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    color: #FFF;
    background-color: #ff4081;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
}

.preloader-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999; 
}


.btn-outline {
  display: inline-block;
  outline: none;
  *zoom: 1;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  font-weight: 300;
  letter-spacing: 1px;
  vertical-align: middle;
  border: 1px solid;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(0,0,0,0.01);
  cursor: pointer;
  border-radius: 16px;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
 

}

.rounded-small {
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    height: 100%;
}


.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}


.back-disabled
{
    background-color: #DDD;
    color: #999;
}


