
body {
    /*height: 100%;*/
    background-color: #f8f8f8;
    cursor: url(../images/iconsM/pointer.png) 14 2, pointer;
    /*background-color: #383838;*/
}
html {
    font-family: Calibri, sans-serif;
    /*font-family: sans-serif;*/
    font-weight: 500;
    cursor: url(../images/iconsM/pointer.png) 14 2, pointer;
    color: #4f4f4f;
    display: block;
    zoom: 1;
    height: 100%;
    min-height: 100%;
    font-size: 1.0em;

}
a {
    cursor: url(../images/iconsM/hand_point.png) 14 2, pointer;
}
@media screen and (max-width: 1980px) {
    html {
    }

        html .deIframe html {
        }
}

@media screen and (max-height: 1180px) {
    html {
    }

        html .deIframe html {
        }
}

#page {
    zoom: 1;
}

/*@media screen and (max-width: 768px) {
    #page {
        zoom: 0.80;
    }
}*/

#Main {
    zoom: 1;
}

@media screen and (max-width: 768px) {
    #Main {
        zoom: 0.80;
    }
     
    
}
@media screen and (max-width: 1200px) {
    #pageK {
        zoom: 0.90;
    }
}

@media screen and (max-width: 815px) {
    #pageK {
        zoom: 0.80;
    }

}




.HtmlZoom {
    font-family: 'calibri', serif;
    font-weight: 500;
    color: #4f4f4f;
    display: block;
    height: 100%;
    min-height: 100%;
    font-size: 1em;
}
/*.HtmlZoom html {
        zoom: 1;
    }*/

@media screen and (max-width: 1980px) {
    .HtmlZoom {
        zoom: 0.9;
    }

        .HtmlZoom .deIframe html {
            zoom: 0.9;
        }
}
@media screen and (max-height: 1080px) {
    .HtmlZoom {
        zoom: 0.9;
    }

        .HtmlZoom .deIframe html {
            zoom: 0.9;
        }
}



@media screen and (max-width: 1300px) {


    .HtmlZoom {
        /*zoom: 0.9;*/
    }
}

@media screen and (max-width: 1200px) {


    .HtmlZoom {
        /*zoom: 0.8;*/
    }
}

@media screen and (max-width: 720px) {


    .HtmlZoom {
        /*zoom: 0.7;*/
    }
}

@media screen and (max-width: 480px) {


    .HtmlZoom {
    }
}



.deIframeB {
    width: 100%;
    z-index: 100;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 1;
    background-color: #f8f8f8;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -o-border-radius: 17px;
    height: calc(100% - 50px);
    /*background-color: #f8f8f8;*/
}

/* Grid
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.container {
    position: fixed;
    /*max-width: 90%;*/
    margin: 0 auto;
    padding: 0 0px;
    cursor: url(../images/iconsM/pointer.png) 14 2, pointer;
    overflow: hidden;
    /*margin-left: 500px;*/
    /*display: block;
    display: grid;
    grid-template-columns: repeat(5);*/
    /*grid-auto-rows: 700px;*/
    /*cursor: url('../images/iconsM/pointer.svg'), pointer;*/
    height: 100%;
    box-sizing: border-box;
    /*padding-left: 200px;*/
    /*max-width: 90%;*/
}
/*@media screen and (max-width: 1724px) {


    .container {
        max-width: 1100px;
    }
}*/

.wrapper {
    /*padding-top: 40px;*/
}

/*.wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 25%;
    
}

    .wrapper div:nth-child(2) {
        grid-column: 2;
        grid-row: 2 / 4;
    }

    .wrapper div:nth-child(5) {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }*/


.containerH {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    /*padding: 0 20px;*/


    box-sizing: border-box;
    height: 98%;
    text-decoration: none;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }


.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (max-width: 550px) {
    .container {
        width: 100%;
        padding: 0;
    }
}
/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
末末末末末末末末末末末末末末末末末末末末末末末末末 */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */





/* Forms
末末末末末末末末末末末末末末末末末末末末末末末末末 */

input[type=radio] {
    width: 90%;
    margin-left: 10px;
    display: none;
}

    input[type=radio] + label {
        float: left;
        width: 100%;
        /*border: 1px solid #8a55bf;*/
        color: #5588bf;
        /*background-color: #F4F4F4;*/
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 2px;
        padding-bottom: 2px;
        border: 1px solid #5592bf;
        /*background: #88c0dd;*/
    }

        /*input[type=radio] + label {
        float: left;
        width: 100%;
        border: 1px solid #8a55bf;
        color: #8a55bf;
        background-color: #F4F4F4;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 2px;
        padding-bottom: 2px;
    }*/


        /*input[type=radio] + label:hover {
            color: #fff;
            background: #b388dd;
        }

    input[type=radio]:checked + label {
        color: #fff;
        border: 1px solid #8a55bf;
        background: #b388dd;
    }*/


        input[type=radio] + label:hover {
            color: #fff;
            background: #88c0dd;
        }

    input[type=radio]:checked + label {
        color: #fff;
        border: 1px solid #5592bf;
        background: #88c0dd;
    }

.dt-orderable-none {
    padding: 0px !important; /* Use !important to ensure it overrides other styles */
}
input[type="search"],
select {
    height: 34px;
    font-weight: 700;
    padding: 6px 5px; /* The 6px vertically centers text on FF, ignored by Webkit */
    /*background-color: #f8f8f8 !important;*/
    border: 1px solid #383838;
    width: 100%;
    margin-left:0px !important;
    /*color: #fff;*/
    border-radius: 0px;
    box-shadow: none;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
}

input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="password"],
textarea,
select {
    height: 34px;
    color: #4f4f4f;
    font-weight: 600;
    padding: 6px 5px;
    background-color: #fff;
    border: 1px solid #c3bdbd;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    cursor: url(../images/iconsM/hand_point.png) 14 2, pointer;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    color: #2c303d;
    min-height: 65px;
    padding: 6px;
    font-weight: 600;
    font-family: inherit;
    font-size: inherit;
    cursor: url(../images/iconsM/hand_point.png) 14 2, pointer;
}
/*::selection {
    background: #0097a9; 
}*/
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="search"]:focus,
    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    input[type="date"]:focus,
    input[type="time"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        /*border: 2px solid #1ea29f;
        

        outline: 0;*/
        color: #000;
        /*background-color: #B388DD;
        border: 2px solid #9355d0;*/
        /*background-color: #42d5ab;
        border: 2px solid #148f6c;*/
        background-color: #8fc4d9;
        border: 1px solid #3586a5;
        outline: 0;
        /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
    }
/*label,
legend {
  display: block;
  margin-bottom: .5rem;
   }*/













fieldset {
  padding: 0;
  border-width: 0; }
/*input[type="checkbox"],
input[type="radio"] {
  display: inline; }*/
/*label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }*/


/* Lists
末末末末末末末末末末末末末末末末末末末末末末末末末 */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  /*margin: 1.5rem 0 1.5rem 3rem;*/
  font-size: 90%; }
li {
   }

/* Code
末末末末末末末末末末末末末末末末末末末末末末末末末 */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
末末末末末末末末末末末末末末末末末末末末末末末末末 */



/* Spacing
末末末末末末末末末末末末末末末末末末末末末末末末末 */
button,
.button {
  }
input,
textarea,
select,
fieldset {
   }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  }


/* Utilities
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
末末末末末末末末末末末末末末末末末末末末末末末末末 */



/* Clearing
末末末末末末末末末末末末末末末末末末末末末末末末末 */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
末末末末末末末末末末末末末末末末末末末末末末末末末 */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than phablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
