/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/
html {
  height: 100%;
}
.img-responsive{width: 100%;}
.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}
.ReactModal__Overlay {
  z-index: 1000;
}
.ReactModal__Content {
    position                   : absolute;
    top                        : 40px;
    left                       : 40px;
    right                      : 40px;
    bottom                     : 40px;
    border                     : 1px solid #ccc;
    background                 : #fff;
    overflow                   : auto;
    WebkitOverflowScrolling    : touch;
    borderRadius               : 4px;
    outline                    : none;
    padding                    : 20px;
}
.nav-pills>li.done>a, .nav-pills>li.done>a:hover, .nav-pills>li.done>a:focus {
  color: #ffffff !important;
  background-color: #18BC9E !important;
}
.numberCircle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 6px;
  border: 2px solid #fff;
  color: #666;
  text-align: center;
  color: white;
}
.img-height {
  max-height: 100px;
  padding: 5px;
  cursor: hand;
}
.integrationModal, .versionModal {
  width: 50%;
  margin-left: 25%;
  margin-top: 100px;
  min-height: 100px;
  height: auto;
  bottom: initial !important;
}
.bonusModal {
    width: 25%;
    margin-left: 37.5%;
    margin-top: 100px;
    min-height: 100px;
    height: auto;
    bottom: initial !important;
  }
.triggerModal {
  width: 80%;
  margin-left: 10%;
  margin-top: 100px;
  min-height: 100px;
  height: auto;
  bottom: initial !important;
}
.imagedropzone {
  border-width: 2px;
  border-color: #dce4ec;
  border-style: dashed;
  border-radius: 5px;
  padding: 1em;
  text-align: center;
}
.imageUpload {
  margin-top: 1em;
  max-width: 75%;
  max-height: 300px;
}
.overlay-active {
  border: 3px solid #18bc9c;
  border-radius: 6px;
}
.top-buffer { margin-top:20px; }
/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.card img {
	margin-bottom: 1em;
}
.msg {
    background: #fefefe;
    color: #666666;
    font-weight: bold;
    font-size: small;
    padding: 12px;
    padding-left: 16px;
    border-top: solid 3px #CCCCCC;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
       -moz-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
            box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
}
.msg-clear {
    border-color: #fefefe;
    -webkit-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
    box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
}
.msg-info {
    border-color: #b8dbf2;
}
.msg-success {
    border-color: #cef2b8;
}
.msg-warning {
    border-color: rgba(255,165,0,.5);
}
.msg-danger {
    border-color: #ec8282;
}
.msg-primary {
    border-color: #9ca6f1;
}
.msg-magick {
    border-color: #e0b8f2;
}
.msg-info-text {
    color: #39b3d7;
}
.msg-success-text {
    color: #80d651;
}
.msg-warning-text {
    color: #db9e34;
}
.msg-danger-text {
    color: #c9302c;
}
.msg-primary-text {
    color: rgba(47,106,215,.9);
}
.msg-magick-text {
    color: #bb39d7;
}
/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  position: relative;
  min-height: 100%;

  padding: 20px 0 10px 0;
	padding-bottom:60px;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.dropdown-menu {
	float: none;
	  position: relative;
	  min-width: 250px;
	  margin: 0;
	  padding: 0;
	  border: none;
	  background: transparent;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  -ms-border-radius: 0;
	  -o-border-radius: 0;
	  border-radius: 0;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  -webkit-animation-duration: 0.3s;
	  -moz-animation-duration: 0.3s;
	  animation-duration: 0.3s;
	  z-index: 1;
}
.ourlogo img {
	position: absolute;
	max-width: 60%;
    margin-left: 20%;;
    bottom:1em;
}
.versionInfo {
    position: absolute;
    bottom: 0em;
    text-align: center;
    color: #cccccc;
    font-size: 0.65em;
    width: 100%;
}
.control-label-left {
  text-align:left !important;

}
.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}
.profile-usermenu ul li>ul>li {
  border-bottom: 0px;
}
.profile-usermenu ul li>ul>li a{
	font-size: 0.9em;
}
.profile-usermenu ul li>ul>li a .glyphicon{
	font-size: 0.7em;
	top: 0px;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.stepguide .number {
    font-size: 0.75em;
    top: -1px;
    position: relative;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
.dropdown-backdrop {
  display: none;
}

.img-hover-delete:after {
    content: '\f014';
    font-family: FontAwesome;
    color: #fff;
    font-size: 3em;
    padding-top: 0.5em;
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    border-radius: 50%;
}
.img-hover-delete:hover:after {
    opacity: 1;
}
.img-hover-delete {
    position: relative;
    width: 8em;
    height: 8em;
    margin-left: auto;
    margin-right: auto;
}
.img-hover-delete img {
    width: 100%;
    vertical-align: top;
}
.row-hover {
  padding: 8px;
}
.row-hover:hover {
     background-color: #ecf0f1;
}
.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}
.triggers
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    .trigger_item
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
    }
    .autosmstext {
          width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    }
.input-group.form-group.col-md-4 {
  float: left;
}
.segmentation div {
  padding-bottom: 2px;
}
.input-group .half-width-form-control {
   display: inline-block;
    width: calc(50% - 2px) !important;
    float: left;
}

.editorClassName {
    border: 1px solid #dce4ec;
    border-radius: 4px;
    padding: 5px !important;
    height: 80% !important;
}