﻿html {
    margin: 0px;
    padding: 0px;
}
body {
    FONT-SIZE: 12px;
    COLOR: #525252;
    FONT-FAMILY: sans-serif,Verdana, "Helvetica Neue", Helvetica, Arial;
    margin: 0px;
    background-color: #f7f7f7;
}
a {
    color: #008527;
    text-decoration: underline;
}

a:link, a:visited,
a:active, a:hover {
    text-decoration: none;
}

a:hover {
    color: #f95208; /*Trong: Logo color*/
}

tr.Header {
    background-color:#7bbb2a; /*Trong: Green title*/
    height: 32px;
    font-size: 12px;
    color: white;
}

tr.Header td {
    padding-left:5px;
}

tr.Content {
    background-color:#ededed;
}

input[type=text],input[type="password"]{
    /*height:16px;*/
    padding:4px 4px 5px 4px;
    border-width:1px;
    border-style:solid;
    border-color:#ffffff;
    background-color:#ffffff;
    width:210px;
}

select {
    height: 26px;
    padding:3px 3px 3px 3px;
    border-width:1px;
    border-style:solid;
    border-color:#ffffff;
    background-color:#ffffff;
    /*width:220px;*/
}

.BButton {
    border-style: none;
    padding: 5px 5px 5px 5px;
    color: #FFF !important;
    background-color: #f95208; /*Trong: Logo color*//*#f95208;*/
    /*font-weight: bold;*/
    width: 120px;
    text-align: center;
    /*margin-top: 5px;
    margin-bottom: 5px;*/
    display: block;
}

fieldset { 
    border-radius:0px;
}

legend {
  padding: 0.2em 0.5em;
  font-size:90%;
  text-align:left;
}








header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


.menu {
    height: 40px;
    width:auto; /*700px;*/  /*tang chieu rong thi chua dc nhieu menu*/

    /*start - bg color of menu*/
    background: #039; /*#4c4e5a;*/
    background: -webkit-linear-gradient(top,#35a5e5 0%,#039 100%);
    background: -moz-linear-gradient(top,#35a5e5 0%,#039 100%);
    background: -o-linear-gradient(top, #35a5e5 0%,#039 100%);
    background: -ms-linear-gradient(top, #35a5e5 0%,#039 100%);
    background: linear-gradient(top, #35a5e5 0%,#039 100%);
    /*end - bg color of menu*/

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.menu ul{
     position: absolute;   
    top: 40px;
    left: 0;
    z-index:10000;

    opacity: 0;
    background:#039; /*#1f2024;*/ /*bg color of child menu*/
    background: -webkit-linear-gradient(top,#039 0%,#35a5e5 100%);
    background: -moz-linear-gradient(top,#039 0%,#35a5e5 100%);
    background: -o-linear-gradient(top,#039 0%,#35a5e5 100%);
    background: -ms-linear-gradient(top,#039 0%,#35a5e5 100%);
    background: linear-gradient(top,#039 0%,#35a5e5 100%);


    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;

    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
  .menu ul.child{
     position: absolute;   
    top: 0px;
    left: 120px;
    z-index:10000;

    opacity: 0;
    background:#039; /*#1f2024;*/ /*bg color of child menu*/
      background: -webkit-linear-gradient(top,#039 0%,#35a5e5 100%);
    background: -moz-linear-gradient(top,#039 0%,#35a5e5 100%);
    background: -o-linear-gradient(top,#039 0%,#35a5e5 100%);
    background: -ms-linear-gradient(top,#039 0%,#35a5e5 100%);
    background: linear-gradient(top,#039 0%,#35a5e5 100%);

    /*background: -webkit-linear-gradient(top,#35a5e5 0%,#039 100%);
    background: -moz-linear-gradient(top,#35a5e5 0%,#039 100%);
    background: -o-linear-gradient(top,#35a5e5 0%,#039 100%);
    background: -ms-linear-gradient(top,#35a5e5 0%,#039 100%);
    background: linear-gradient(top,#35a5e5 0%,#039 100%);*/


    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;

    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
.menu li:hover > ul { opacity: 1; }

.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;


    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
.menu li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}
.menu ul li a {
    width: 200px; /*width of child menu*/
      /*width:auto;*/
    padding: 4px 0 4px 40px;
    margin: 0;
    
    border: none;
    border-bottom: 1px solid #353539;
}

.menu ul li:last-child a { border: none; }

.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}

.menu li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    
    line-height: 28px;
    text-decoration: none;

    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;

    font-family:  sans-serif,Helvetica, Arial;
    font-weight: bold;
    font-size: 12px;

    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);

    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a { border-right: none; }

.menu li:hover > a { color:#ff6a00; /*#8fde62;*/ }

/*.menu a.documents { background: url(../img/docs.png) no-repeat 6px center; }
.menu a.messages { background: url(../img/bubble.png) no-repeat 6px center; }
.menu a.signout { background: url(../img/arrow.png) no-repeat 6px center; }*/


/*designmodo.com/css3-dropdown-menu/*/
/*end Menu*/

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    /*max-width: 960px;*/
    max-width: 100%;
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
    padding-bottom: 20px;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;*/
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 40px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: sans-serif,"Times New Roman",Arial;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: smaller;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration:none; /*underline;*/
            color:orange;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
   float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-family: 'Microsoft Sans Serif',Arial,Verdana,'Times New Roman'; 
    font-size: 12px;
}
.LCompanyName {
    font-weight:bold;
    font-size:smaller;
    color:orange;
}
.LProductName {
    font-weight:bold;
    font-size:smaller;
    color:grey;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    /*#loginForm input {
        width: 250px;
    }*/

        /*#loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm input[type="radio"],
        #loginForm button {
            width: auto;
        }*/

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}


/* forms */

/*input[type=text], textarea, input[type="password"], select {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: #aaa 1px solid;
    font-family: sans-serif, 'Times New Roman', Arial;
    font-size:12px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(81, 203, 238, 0);
    -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
}*/

    /*input[type=text]:focus, textarea:focus, input[type="password"]:focus, select:focus {
        color: #000;
        outline: none;
        border: #35a5e5 1px solid;
        font-family:  sans-serif,"Times New Roman", Arial;
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    }*/

   /*.AllOfNone select {
    border-radius: none;
    -webkit-border-radius:none;
    border:none;
    font-family: 'Times New Roman', Arial;
    -moz-transition:none;
    -webkit-transition: none;
    -moz-transition: none;
    box-shadow:none;
    -webkit-box-shadow:none;
}

   .AllOfNone select:focus {
        color: #000;
        outline: none;
        border: none;
        font-family: "Times New Roman", Arial;
     
    }*/

fieldset {
    padding: 1em 1em 1em 1em;
    margin: 0 0 1.5em 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #DDD;
    -webkit-box-shadow: #DDD 0 0 5px;
    -moz-box-shadow: #DDD 0 0 5px;
    -webkit-box-shadow: #DDD 0 0 5px;
    box-shadow: #DDD 0 0 5px;
    /*background: none repeat scroll 0 0 #E5F2F5;*/
    margin-bottom: 10px;
    /*padding: 15px;*/
    border: 1px solid #CCC;
}

legend {
    font-size: 1em;
    font-weight: bold;
    /**Add
    color: #2c6a5b;**/
}

/*label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}*/

    label.checkbox {
        display: inline;
    }

/*input, textarea {
    margin: 0 0 0 0;
    border: 1px solid gray;
    background: #fff;
    color: #333;
    font-size: 1em;
    /*margin: 5px 0 6px 0;
    padding: 3px;
    width: 300px;
}*/


.MyDropDownList {
    height:25px;
    padding:3px 3px 3px 3px;
    border-width:1px;
    border-style:solid;
    border-color:#ffffff;
    background-color:#ffffff;
    width:220px;
}

textarea {
    font-family: sans-serif; /*inherit;*/
    font-size:12px;
    width: 500px;
    padding: 4px 4px 4px 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    background-color: #ffffff;
}

.MyTextArea {
    padding:4px 4px 4px 4px;
    border-width:1px;
    border-style:solid;
    border-color:#ffffff;
    background-color:#ffffff;
}
 
    /*input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="radio"] {
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid gray;
    cursor: pointer;
    font-weight: bold;
    height: 28px;
    width: auto;
}*/

/*td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    /*margin-right: 4px;
}*/

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

/*input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}*/

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 12px;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    /*margin-top: 0.75em;*/
    border: 0 none;
}

th {
    font-size: 1.2em;
    /*text-align: left;*/
    border: none 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            /*color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;*/
            color: green;
            text-decoration: none;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.20em;
    border: 0 none;
}

    td.Label {
        padding-left: 5px;
    }

    td.Mandatory {
        padding-left: 5px;
        color: red;
    }

/*often use for jtable*/   
      td.Right {
        text-align: right;
    }
        td.Center {
        text-align: center;
    }


/*table tr.Header*/



td.PageHeader {
    text-decoration: none;
    padding-left: 5px;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}



/********************
*   Mobile Styles   *
********************/
 
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        /*margin: 10px;*/
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    /*input {
        width: 90%;
    }*/

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


   /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

/*coundown - countup clock*/
.lcdstyle
{ 
	background-color:black;
	color:yellow;
	font: bold 18px Arial;
	padding: 3px;
}

.lcdstyle sup
{ 
	font-size: 80%
}
.dcountstyle
{ 
	background-color:black;
	color:red;
	font: bold 18px Arial;
	padding: 3px;
}

.dcountstyle sup
{ 
	font-size: 80%
}

/********************
*   Style of Developer   *
********************/

.BTableBorder {
    border: solid 1px #000;
    width: 100%;
    border-collapse: collapse;
}

    .BTableBorder td {
        padding: 5px;
        text-align: left;
        border: solid 1px #000;
    }

    .BTableBorder th {
        padding: 6px 5px;
        text-align: center;
        background-color: #e8eef4;
        border: solid 1px #000;
    }

.BTableNoneBorder {
    width: 100%;
    border-collapse: collapse;
}

    .BTableNoneBorder td {
        padding: 5px;
        text-align: left;
        background-color: #e8eef4;
    }

    .BTableNoneBorder th {
        padding: 6px 5px;
        text-align: center;
        background-color: #e8eef4;
    }

    .BTableList {
    /*border: solid 1px #C8C8FF;*/
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    margin-top: 20px;
    border-spacing: 0;
    overflow: visible;
    overflow: scroll;
}

    .BTableList td {
        /*padding: 2px 5px 2px 5px;*/
        /*border: solid 1px #e8eef4;*/
        width: auto;
        border-collapse: collapse;
        /*border: 1px solid #69c;*/
        text-align: left;
    }

    .BTableList tr:hover {
        background-color: #ECF3AA;
    }

    .BTableList tr.even {
        background: -moz-linear-gradient(bottom, #FFFFFF, #E5F2C8);
    }

    .BTableList tr.odd {
        background: none;
    }

    .BTableList th {
        padding: 5px 5px;
        text-align: left;
        /*background-color: #F8C9B5; /*CDC800;/*#e8eef4;*/
        /*-moz-linear-gradient(top, #CCCCCC, #FFFFFF);*/
        /*background: -moz-linear-gradient(bottom, #CCCCCC, #FFFFFF);/*border: solid 1px #C8C8FF;*/
        background-color: #015242;
        /**Add**/
        /*color:#1A799C;/*#2c6a5b;*/
        color: #FFF;
        /*border: 1px solid #000;*/
    }

   
    /***/
    .jk-responsive{overflow-x:auto}
.jk-container:after,.jk-row:after,.jk-row-padding:after,.jk-topnav:after,.jk-clear:after,.jk-btn-group:before,.jk-btn-group:after{content:"";display:table;clear:both}
.jk-col,.jk-half,.jk-third,.jk-twothird,.jk-quarter{float:left;width:100%}
.jk-col.s1{width:8.33333%}
.jk-col.s2{width:16.66666%}
.jk-col.s3{width:24.99999%}
.jk-col.s4{width:33.33333%}
.jk-col.s5{width:41.66666%}
.jk-col.s6{width:49.99999%}
.jk-col.s7{width:58.33333%}
.jk-col.s8{width:66.66666%}
.jk-col.s9{width:74.99999%}
.jk-col.s10{width:83.33333%}
.jk-col.s11{width:91.66666%}
.jk-col.s12,.jk-half,.jk-third,.jk-twothird,.jk-quarter{width:99.99999%}
@media only screen and (min-width:601px){
.jk-col.m1{width:8.33333%}
.jk-col.m2{width:16.66666%}
.jk-col.m3,.jk-quarter{width:24.99999%}
.jk-col.m4,.jk-third{width:33.33333%}
.jk-col.m5{width:41.66666%}
.jk-col.m6,.jk-half{width:49.99999%}
.jk-col.m7{width:58.33333%}
.jk-col.m8,.jk-twothird{width:66.66666%}
.jk-col.m9{width:74.99999%}
.jk-col.m10{width:83.33333%}
.jk-col.m11{width:91.66666%}
.jk-col.m12{width:99.99999%}}
@media only screen and (min-width:993px){
.jk-col.l1{width:8.33333%}
.jk-col.l2{width:16.66666%}
.jk-col.l3,.jk-quarter{width:24.99999%}
.jk-col.l4,.jk-third{width:33.33333%}
.jk-col.l5{width:41.66666%}
.jk-col.l6,.jk-half{width:49.99999%}
.jk-col.l7{width:58.33333%}
.jk-col.l8,.jk-twothird{width:66.66666%}
.jk-col.l9{width:74.99999%}
.jk-col.l10{width:83.33333%}
.jk-col.l11{width:91.66666%}
.jk-col.l12{width:99.99999%}}
.jk-content{max-width:980px;margin:auto}
.jk-rest{overflow:hidden}
@media (max-width:601px){.jk-modal-content{margin:50px 10px 10px 10px;width:auto !important}}
@media (max-width:768px){.jk-modal-content{width:500px}}
@media (min-width:992px){.jk-modal-content{width:900px}}
@media screen and (max-width:601px){.jk-topnav a{display:block}}	
@media screen and (max-width:601px){.jk-topnav .jk-dropdown-hover .jk-dropdown-content{position:relative}}	
@media screen and (max-width:601px){.jk-topnav{text-align:center}}
@media (max-width:601px){.jk-hide-small{display:none !important}}
@media (max-width:991px) and (min-width:601px){.jk-hide-medium{display:none !important}}
@media (min-width:992px){.jk-hide-large{display:none !important}}







