.ctrlWindow{
  border-radius:5px;
  border:1px solid #e5e7eb;
  background-color:#fff;
  box-shadow: 5px 5px 10px #dbdbdb;
  z-index:1000000;
}

.ctrlWindowCaption{
  color:#fff;
  text-align:left;
  vertical-align:middle;
  font-size:15px;
  height:30px;
  border-radius:5px 5px 0 0;
  border-bottom:1px solid #adaaa1;
  background-color:#3768f1;
}

.ctrlWindowCaption div{
  padding:5px 0 0 5px;
}

.ctrlWindowBody{
  width:100%;
  height:90%;
  overflow:auto;
}

.ctrlWindowBtn{
  width:16px;
  height:16px;
  margin: 1px 1px 1px 5px;
  border:1px solid #adaaa1;
  cursor:default;
}

.ctrlWindowCloseBtn{
  background:url(../img/close_16.png) no-repeat center;
}

.ctrlWindowMinimizeBtn{
  background:url(../img/minimize_16.png) no-repeat center;
}

.ctrlWindowResizeBtn{
  background:url(../img/resize_16.png) no-repeat center;
  cursor:se-resize;
}

.ctrlWindowResizeBtn{
  width:16px;
  height:16px;
}

.ctrlWindowNoSelect{
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}


/*MOBILE*/
.support_window_mobile{
  font-size:40px;
  padding:20px;
}

.support_idsig_mobile{
  font-size:60px;
  text-align:center;
  margin:60px 0 60px 0;
}

.support_closewindow_container_mobile{
  text-align:center;
  padding:20px 0 20px 0;
}

.window_mobile .ctrlWindowCaption{
  font-size:40px;
  height:50px;
}

.window_mobile .ctrlWindowBtn, .window_mobile .ctrlWindowMinimizeBtn, .window_mobile .ctrlWindowResizeBtn{
  width:42px;
  height:42px;
  vertical-align:middle;
}

.window_mobile .ctrlWindowCloseBtn{
  background:url(../img/close_42.png) no-repeat center;
}

.window_mobile .ctrlWindowMinimizeBtn{
  background:url(../img/minimize_42.png) no-repeat center;
}

.window_mobile .ctrlWindowResizeBtn{
  background:url(../img/resize_42.png) no-repeat center;
}

.support_closewindow_mobile{
  font-size:40px;
}

.support_notif_mobile{
  font-size:40px;
  left:50px;
  width:calc(100% - 100px);
  height:130px;
  padding:40px 0 20px 0;
}
