.helpdeskspeedtest{
  padding:3% 0;
  background:#1d2133;
  font-size:18px;
  line-height:200%;
}
.helpdeskspeedtest .info-title{
  color:#3490dc;
  font-size:40px;
  margin-top:20px;
  margin-bottom:10px;
}
.helpdeskspeedtest p.info-text{
  color:#fff;
    margin-top:20px;
}

.helpdeskteamviewer{
  background-image:url(../../solutions-helpdesk.jpg);
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  width:100%;
  max-width:650px;
  height:550px;
  -webkit-box-pack: end;
 -webkit-justify-content: flex-end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 background-position: top!important;
     -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
.helpdeskteamviewer .teamviewer-text{
  border-bottom: 10px solid #08C;
  margin-right:5%;
  margin-bottom: 35px;
  margin-top:100px;
  background: rgba(255,255,255,0.8);
  padding: 40px 20px 20px!important;
  color: #2e2e2e!important;
}
.helpdeskteamviewer h3.info-title{
  font-size:30px;
  margin-top:10px;
  margin-bottom:10px;
}
.bs-example>.btn, .bs-example>.btn-group {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #3ec6ff;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.modal-header .close {
    margin-top: -2px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
body .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.fade.in {
    opacity: 1;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal .modal-header {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-right: 16px;
    padding-left: 24px;
    border-bottom: 0;
}
.modal .modal-header .field-body h4 {
    font-weight:normal;
    font-size:100%;
}
body .modal .modal-dialog{
  width:90%;
}
body .modal-backdrop.in {
    display: none;
}
