﻿@font-face 
{
    font-family: 'MV Boli';
    src: url('/Fonts/mvboli.eot'); /* IE9 Compat Modes */
    src: url('/Fonts/mvboli.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/Fonts/mvboli.woff') format('woff'), /* Legacy iOS */
        url('/Fonts/mvboli.ttf')  format('truetype'); /* Legacy iOS */
}

@font-face 
{
    font-family: 'Souther';
    src: url('/Fonts/Souther.eot'); /* IE9 Compat Modes */
    src: url('/Fonts/Souther.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/Fonts/Souther.woff') format('woff'), /* Legacy iOS */
        url('/Fonts/Souther.ttf')  format('truetype'); /* Legacy iOS */
}

::selection
{
    background-color: #1c8fba;
    color: white;
}
::-moz-selection 
{
    background-color: #1c8fba;
    color: white;
}
::-webkit-selection 
{
    background-color: #1c8fba;
    color: white;
}

html 
{
    height: 100%;
    color: #646464;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 18px;
}

body
{
    height: 100%;
	margin: 0px;
    background-color: white;
    background-image: url("/Content/Images/background.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    /* background: url("/Content/Images/background.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}

/*Opera Fix*/
body:before 
{
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

.form_style
{
	height: 100%;
}




/* COMMON STYLES */

a,
a h1, a h2, a h3, a h4, a h5, a h6
{
  color: #3f5a7d;
  text-decoration: none;
  border:none;
  outline:none;
  transition-duration: 500ms;
  font-variant: small-caps;

}

a:hover,
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6
{
    color: #c94e98;
    text-decoration: none;
    border:none;
    outline:none;

    transition-duration: 0ms;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

img
{
    border: 0;
    padding: 0;
    margin: 0;
}

/* hr
{
    background-color: #808080;
    height:2px;
    border:0;
} */


/* Headings fonts */

h1, h2, h3, h4, h5, h6
{
  font-family: 'Souther';
  font-weight: normal;
}

/* Text-shadow is not supported by IE 9 and older browsers, so turning the primary color white and relying only on text-shadow is not a preferable approach */
/*
h1, h2, h3, h4, h5
{
    color:white;
    text-shadow: 0 0 3px #303030, 3px 3px 6px #a0a0a0;
}
*/

/* h1, h2, h3, h4, h5
{
    text-shadow: 1px 0px white, -1px 0px white, 0px 1px white, 0px -1px white, 2px 2px 6px #b0b0b0;
}

h1::selection, h2::selection, h3::selection, h4::selection, h5::selection
{
    text-shadow:none;
}
h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection
{
    text-shadow:none;
}
h1::-webkit-selection, h2::-webkit-selection, h3::-webkit-selection, h4::-webkit-selection, h5::-webkit-selection
{
    text-shadow:none;
}
 */
h1
{
    font-size: 2.4em;
}

h2
{
    font-size: 2.0em;
}

h3
{
    font-size: 1.8em;
}

h4
{
    font-size: 1.6em;
}

h5, h6
{
    font-size: 1.4em;
    margin:5px 0;
}

h6 
{
    text-shadow:none;
    color:black;
}


table
{
	border-collapse: collapse;
}

table, tbody, tr, td
{
    padding: 0;
    margin: 0;
}
/* COMMON STYLES END */




.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
  }
  
  .btn:hover {
    background-color: white;
    color:black;
  }

  .btnSubmit {
    background-color: white; 
  }
  
  .btnSubmit:hover {
    background-color: white; 
    color:black;
  }

  .btnOk {
    background-color: #008CBA;
    border: 2px solid #00b109;
    color: white;
  }
  
  .btnOk:hover {
    background-color: white; 
    border: 2px solid #48a84d;
    color: #00b109;
  }

  .btnAttention {
    background-color: #008CBA;
    border: 2px solid #c4b705;
    color: white;
  }
  
  .btnAttention:hover {
    background-color: white; 
    border: 2px solid #c4b705;
    color: #8d8400;
  }

  .btnWarning {
    background-color: #008CBA;
    border: 2px solid #d33b0d;
    color: white;
  }
  
  .btnWarning:hover {
    background-color: white; 
    border: 2px solid #d33b0d;
    color: #af2900;
  }


  .btnDelete {
    width: 64px;
    height: 64px;
    text-align: center;
    transition-duration: 0.3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 32px;
    border: none;
    background-image: url('/Content/Images/icons/cross.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }
  

  .btnDelete:hover {
    background-image: url('/Content/Images/icons/cross_over.png');
  }


  .btnConfig {
    width: 64px;
    height: 64px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: none;
    background-image: url('/Content/Images/icons/config.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }
  
  .btnConfig:hover {
    background-image: url('/Content/Images/icons/config_over.png');
  }

  
  .btnAdd {
    margin: 3px;
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    transition-duration: 0.3s;
    cursor: pointer;
    border: 2px solid rgb(238, 238, 238);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }
  

  .btnAdd:hover {
    border-color: rgb(116, 159, 199);
    background-color: rgb(238, 247, 255);
  }

  .btnBack {
    width: 96px;
    height: 96px;
    text-align: center;
    transition-duration: 0.3s;
    display: inline-block;
    cursor: pointer;
    border: none;
    background-image: url('/Content/Images/icons/back.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }
  

  .btnBack:hover {
    background-image: url('/Content/Images/icons/back_over.png');
  }

  .btnDelete {
    display: inline-block;
    width: 96px;
    height: 96px;
    text-align: center;
    transition-duration: 0.3s;
    display: inline-block;
    cursor: pointer;
    border: none;
    background-image: url('/Content/Images/icons/delete.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }

  .btnDelete:hover {
    background-image: url('/Content/Images/icons/delete_over.png');
  }

  .textboxScript {
    background-image: linear-gradient(#f7f7f7, white);
    border: 2px solid #aebccc;
    border-radius: 12px;
    padding: 12px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.0em;
    font-weight: bold;
    color: #8ba2bf;
    width: 100%; 
    height: 100%;
    min-height:10em;
  }


  .textboxEditValue {
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    border-radius: 5px;
    margin: 2px;
    padding: 4px 30px 4px 10px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }

/* Remove the default dropdown arrow button */
select.textboxEditValue {
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
}


.textboxEditValue:hover {
  background-image: url('/Content/Images/icons/edit.png');
  border-color:rgb(143, 143, 143);
}

.textboxEditValue:focus {
  background-image: url('/Content/Images/icons/edit.png');
  border-color:rgb(143, 143, 143);
  background-image: linear-gradient(#c2c2c2, white);
}



.textboxAttrTitle {
  font-size: 1.0em;
  color:#1c8fba;
  text-shadow: 1px 0px white, -1px 0px white, 0px 1px white, 0px -1px white, 2px 2px 6px #b0b0b0;
}


/* The container */
.checkbox_lock_container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
  }
  /* Hide the browser's default checkbox */
  .checkbox_lock_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  /* Create a custom checkbox */
  .checkbox_lock_span {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-image: url('/Content/Images/icons/lock_unlocked.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border-radius: 4px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
  }
  /* On mouse-over, add a grey background color */
  .checkbox_lock_container:hover input ~ .checkbox_lock_span {
    border-color: rgb(255, 194, 62);
  }
  /* When the checkbox is checked, add a blue background */
  .checkbox_lock_container input:checked ~ .checkbox_lock_span {
    background-image: url('/Content/Images/icons/lock_locked.png');
  }


/* The container */
.checkbox_check_container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
  }
  /* Hide the browser's default checkbox */
  .checkbox_check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  /* Create a custom checkbox */
  .checkbox_check_span {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-image: url('/Content/Images/icons/cross_small.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border-radius: 4px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
  }
  /* On mouse-over, add a grey background color */
  .checkbox_check_container:hover input ~ .checkbox_check_span {
    border-color: rgb(255, 194, 62);
  }
  /* When the checkbox is checked, add a blue background */
  .checkbox_check_container input:checked ~ .checkbox_check_span {
    background-image: url('/Content/Images/icons/check_small.png');
  }  




  
.settingsBar
{
    padding:20px;
    margin:40px auto;
    text-align:center;
    background: #ffffff;
    border:2px solid #e0e7f0;
    border-radius:10px;
}

.settingsBar table
{
    width:100%;
    margin:auto;
    text-align:left;
    border-collapse:separate;
    border:0px;
    border-spacing:10px;
}

.settingsBar input[type='text'], .settingsBar input[type='password'], .settingsBar textarea, .settingsBar select
{
    width:100%;

    border:0;
    padding:4px;
    border-radius:4px;
    opacity:0.5;
    border:1px solid #cccccc;
}

.settingsBar textarea
{
    resize:vertical;
    min-height:150px;
}


.settingsBar input[type='checkbox']
{
    width:auto;
    border:0;
    opacity:0.8;
}

/* Standard button of a settings bar */
.settingsButton
{
    display:inline;
    padding:5px;
    border:2px solid #8ba2bf;
    border-radius:5px;
    background: white;
    color:#6c87aa;
    cursor:pointer;
}

/* Warning button of a settings bar. One, which must be clicked with caution */
.settingsButtonWarning
{
    display:inline;
    padding:5px;
    border:2px solid #bf8bb6;
    border-radius:5px;
    background: white;
    color:#a36698;
    cursor:pointer;
}

/* Settings button, but with an image, used in the contact form */
.settingsButton_SendMessage
{
    display:inline;
    padding:5px 5px 5px 30px;
    border:0px solid #8ba2bf;
    border-radius:5px;
    background: white;
    color:#6c87aa;
    cursor:pointer;
    background-image: url('/Images/Default/icons/icon_message.png');
    background-repeat:no-repeat;
    background-position-x: 5px;
    background-position-y: center;
}

/* Settings button, but with a bigger image, used for an iconed Contact-Us-like block*/
.settingsButton_SendMessage_Big
{
    display:inline;
    padding:15px 15px 15px 60px;
    min-height: 40px;
    border:none;
    background: white;
    color:#6c87aa;
    font-size: 1.1em;
    background-image: url('/Images/Default/icons/icon_message_big.png');
    background-repeat:no-repeat;
    background-position-x: 5px;
    background-position-y: center;
}


/* Back button for, say, the message page */
.settingsButton_Back
{
    display:inline-block;
    padding-left: 58px;
    line-height: 48px;
    border:none;
    background-image: url('/Images/Default/icons/icon_back.png');
    background-repeat:no-repeat;
    background-position-x: 0;
    background-position-y: center;
}

/* Button with a key icon for, say, logging in */
.settingsButton_Key
{
    display:inline-block;
    padding-left: 58px;
    line-height: 48px;
    border:none;
    background-image: url('/Images/Default/icons/icon_key.png');
    background-repeat:no-repeat;
    background-position-x: 0;
    background-position-y: center;
}




.cnc_peripheral_thumbnail_table
{
    border-style: solid;
    border-color: #8ba2bf;
    border-width: 2px;
    margin: 3px;
}

.cnc_peripheral_thumbnail_table :hover
{
    cursor: pointer;
    background-color: rgb(245, 244, 217);
    color: rgb(156, 145, 45);
}

table.cnc_peripheral_thumbnail_table tr td
{
  padding-left: 10px;
  padding-right: 10px;
}

table.cnc_peripheral_thumbnail_table tr td:nth-child(1)
{
  padding-left: 20px;
  padding-right: 10px;
  white-space: nowrap;
  width: 1%;
}

table.cnc_peripheral_thumbnail_table tr:first-child td:first-child
{
    padding-left: 10px;
}

.cnc_peripheral_thumbnail_row_title
{
    background-color: #e0e7f0;
    color: #646464;
}

tr.cnc_peripheral_thumbnail_row_title td:nth-child(1)
{
    font-weight: bold;
    font-size: 1.1em;
}

tr.cnc_peripheral_thumbnail_row_title td:nth-child(2)
{
    font-size: 0.8em;
}

.cnc_peripheral_thumbnail_row_pin
{
    background-color: aliceblue;
    color: rgb(0, 179, 179);
}

tr.cnc_peripheral_thumbnail_row_pin td:nth-child(3)
{
    font-weight: bold;
    color: rgb(0, 196, 196);
}

.cnc_peripheral_thumbnail_row_property
{
    background-color: rgb(231, 241, 231);
    color: #009708;
}

tr.cnc_peripheral_thumbnail_row_property td:nth-child(3)
{
    font-size: 0.8em;
    color: #00b109;
}

.cnc_peripheral_thumbnail_table_property_details
{
    font-size: 0.9em;
}

tr.cnc_peripheral_thumbnail_row_setting
{
    background-color: rgb(240, 240, 255);
    color: #94728e;
    font-size: 0.9em;
}

tr.cnc_peripheral_thumbnail_row_setting td:nth-child(3)
{
    color: #b486ac;
    font-size: 0.9em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.btnConfigProperty {
  width: 32px;
  height: 32px;
  text-align: center;
  transition-duration: 0.3s;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-image: url('/Content/Images/icons/icon_gear.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}


.btnConfigProperty:hover {
  background-image: url('/Content/Images/icons/icon_gear_over.png');
}

.btnDeletePeripheral {
  width: 32px;
  height: 32px;
  text-align: center;
  transition-duration: 0.3s;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-image: url('/Content/Images/icons/icon_cross32.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}


.btnDeletePeripheral:hover {
  background-image: url('/Content/Images/icons/icon_cross32_over.png');
}

.btnScriptProperty {
  width: 32px;
  height: 32px;
  text-align: center;
  transition-duration: 0.3s;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-image: url('/Content/Images/icons/icon_script_copy.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}


.btnScriptProperty:hover {
  background-image: url('/Content/Images/icons/icon_script_copy_over.png');
}




/* UI CheckboxImage */
/* The container */
.checkbox_image_container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 22px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox_image_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* On mouse-over */
.checkbox_image_container:hover input ~ .checkbox_image_span {
  border-color: rgb(255, 194, 62);
}
/* When the checkbox is checked */
.checkbox_image_container input:checked ~ .checkbox_image_span_unchecked {
  visibility: collapse;
}
.checkbox_image_container input:checked ~ .checkbox_image_span_checked {
  visibility: visible;
}
/* Create a custom checkbox */
.checkbox_image_span_unchecked {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  /* background-image: url('unchecked_image'); */
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  /* border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent; */
}
.checkbox_image_span_checked {
  visibility: collapse;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  /* background-image: url('checked_image'); */
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  /* border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent; */
}


.text_icon
{
  height:1.5em;
  margin-right: 0.4em;
  padding-left: 0.2em;
  vertical-align: baseline;
}

.text_icon_small
{
  height:1.0em;
  margin-right: 0.4em;
  padding-left: 0.2em;
  vertical-align: baseline;
}

.text_icon_big
{
  height: 2.0em;
  margin-right: 0.5em;
  padding-left: 0.3em;
  vertical-align: baseline;
}

.attention_text
{
    color:#62a30f;
}

.warning_text
{
    color:#c40865;
}

.info_text
{
    color:rgb(226, 165, 10);
}

.tip_text
{
    font-size:0.7em;
    color:#63555c;
}



.big_text
{
  font-size: 3.0em;
}



.brushstroke_red
{
  background-image: url('/Content/Common/brushstroke-red.png');
}

.brushstroke_red_light
{
  background-image: url('/Content/Common/brushstroke-red-light.png');
}

.brushstroke_orange
{
  background-image: url('/Content/Common/brushstroke-orange.png');
}

.brushstroke_yellow
{
  background-image: url('/Content/Common/brushstroke-yellow.png');
}

.brushstroke_green
{
  background-image: url('/Content/Common/brushstroke-green.png');
}

.brushstroke_teal
{
  background-image: url('/Content/Common/brushstroke-teal.png');
}

.brushstroke_blue
{
  background-image: url('/Content/Common/brushstroke-blue.png');
}

.brushstroke_blue_dark
{
  background-image: url('/Content/Common/brushstroke-blue-dark.png');
}

.brushstroke_blue_light
{
  background-image: url('/Content/Common/brushstroke-blue-light.png');
}

.brushstroke_pink
{
  background-image: url('/Content/Common/brushstroke-pink.png');
}

.brushstroke_pink_light
{
  background-image: url('/Content/Common/brushstroke-pink-light.png');
}

.brushstroke_purple
{
  background-image: url('/Content/Common/brushstroke-purple.png');
}

.brushstroke_rainbow
{
  background-image: url('/Content/Common/brushstroke-rainbow.png');
}

.brushstroke_rainbow_light
{
  background-image: url('/Content/Common/brushstroke-rainbow-light.png');
}

.brushstroke_gray
{
  background-image: url('/Content/Common/brushstroke-gray.png');
}

.brushstroke_white
{
  background-image: url('/Content/Common/brushstroke-white.png');
}

.brushstroke_underline
{
  font-family: 'Souther';
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:1.0em;
  padding-right:1.0em;
}

.brushstroke
{
  font-family: 'Souther';
  color: white;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  padding-left:1.5em;
  padding-right:1.5em;
}

.brushstroke_inline
{
  margin: 0;
  padding: 0;
}


/* .underline_red
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-red.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:1.0em;
  padding-right:0.7em;
  margin-right:0.3em;
}

.underline_red_light
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-red-light.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:1.0em;
  padding-right:0.7em;
  margin-right:0.3em;
}

.underline_orange
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-orange.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:0.7em;
  padding-right:1.3em;
  margin-left:0.6em;
}

.underline_yellow
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-yellow.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:1.5em;
  padding-right:0.5em;
  margin-right:1em;
}

.underline_green
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-green.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:1.5em;
  padding-right:0.5em;
  margin-right:1em;
}

.underline_teal
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-teal.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:1.5em;
  padding-right:0.5em;
  margin-right:1em;
}

.underline_blue
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-blue.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:1.0em;
  padding-right:1.0em;
}

.underline_blue_dark
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-blue-dark.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:1.0em;
  padding-right:1.0em;
}

.underline_blue_light
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-blue-light.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:1.0em;
  padding-right:1.0em;
}

.underline_pink
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-pink.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:0.8em;
  padding-right:0.8em;
}

.underline_purple
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-purple.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:0.7em;
  padding-right:1.0em;
  margin-left:0.3em;
}

.underline_rainbow
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-rainbow.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:1.0em;
  padding-right:1.0em;
}

.underline_rainbow_light
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-rainbow-light.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:1.0em;
  padding-right:1.0em;
}

.underline_gray
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-gray.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:1.0em;
  padding-right:1.0em;
}

.underline_white
{
  font-family: 'Souther';
  background-image: url('/Content/Common/brushstroke-white.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  padding-left:1.0em;
  padding-right:1.0em;
} */