﻿/*COLOR*/
.mit-color-white{
    color:white!important;
}

.mit-color-yellow{
    color:yellow!important;
}

.mit-color-red{
    color: white!important;
    text-shadow:
    -1px -1px 0 #FF0000,  
     1px -1px 0 #FF0000,
    -1px 1px 0 #FF0000,
     1px 1px 0 #FF0000!important;
    font-size: 18px!important;
}

.mit-color-green{
    /*color:green!important;*/
    color: green!important;
    text-shadow:
    -1px -1px 0 white,  
     1px -1px 0 white,
    -1px 1px 0 white,
     1px 1px 0 white!important;
    font-size: 12px!important;
}

.mit-color-purple{
    /*color:green!important;*/
    color: white!important;
    text-shadow:
    -1px -1px 0 #DD08BE,  
     1px -1px 0 #DD08BE,
    -1px 1px 0 #DD08BE,
     1px 1px 0 #DD08BE!important;
    font-size: 12px!important;
}

/*IMAGE SIZE*/
.img-maxwidth-145{
    max-width:145px;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: white;
}

@media (min-width: 768px){
.ContactDiv-0 {
        z-index: 200;
        position: fixed;
        min-width: 111px;
        height: 173px;
        top: 60%;
        right: 10px;
        background-image: url(./images/th_qr_line.png);
    }
}

@media (max-width: 767px){
.ContactDiv-0 {
        display:none;
    }
}

