*
{
    margin: 0;
    padding: 0;
}

a
{
    /* text-decoration: underline; */
    color: #FF381A;
}

a:hover
{
    text-decoration: none;
}

body
{
    line-height: 1.75em;
    background:#45b9e8  /* #A9D0D6; font-size: 11.5pt;*/;
    font-size: 10.5pt;
    color: #5A6466;
}

body, input, select, textarea, search, optgroup
{
    font-family: Arial, serif;
}
optgroup label
{
    font-style: italic;
    font-family: Arial, serif;
}

br.clearfix
{
    clear: both;
}

h1, h2, h3, h4
{
    text-transform: capitalize; /* uppercase;*/
    font-weight: normal;
    text-shadow: 0px 0px 0px 1px #e8eef4;
}
.clear-transform {
    text-transform: unset;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}

h2
{
    font-size: 1.5em;
}

h2, h3, h4
{
    font-family: Arial, Kreon, "Trebuchet MS", "Open Sans" , sans-serif;     
    color: #2A3436;
    margin-bottom: 1em;
}

h3
{
    font-size: 1.25em;
}

h4
{
    font-size: 1em;
}

.shadow {
    text-shadow: 1px 1px 0px #eaeaea;
    color: #587477;
}
.shadow-4{
     text-shadow: 4px 4px 4px #aaa;
     color: #587477;
}


img.alignleft
{
    float: left;
    margin: 5px 30px 20px 0;
}

img.aligntop
{
    margin: 5px 0 20px 0;
}

p
{
    margin-bottom: 1.5em;
}

ul
{
    margin-bottom: 1.5em;
}

ul h4
{
    margin-bottom: 0.35em;
}

a
{
    color: #2A3436;
}

.box
{
    margin: 0 0 50px 0;    
}

.box2
{
    margin: 0 0 5px 0;    
}

#content
{
    padding: 0;
    width: 675px; /*margin: Top Right Bottom Left;*/
    margin: 0 0 0 225px; 
}

#content-stmt {
    padding: 0;
    width: 100%; 
    margin: 0;
    border-top-style:solid;
    border-top-width:2px;
    border-top-color:orangered;

}

#footer
{
    padding: 50px 0 80px 0;
    text-align: center;
    /*text-shadow: 1px 1px 0px #eaeaea; */
    color: #587477;
}

#footer a
{
    color: #587477;
}

#header
{
    height: 100px; /*130*/
    padding:10px 20px 10px 20px; /*40*/
    position: relative;
    /*background-color:#eee;*/
}

#logo
{
    position: absolute;
    top: 5px; /*40*/
    left: 20px;
    height: 130px; /*width:270px;*/
    line-height: 130px; /*background-image:url('images/logo.png'); 	background-repeat:no-repeat;	*/
}

#logo a
{
    color: #2A3436;
    text-decoration: none;
}

#logo h1
{
    font-family: Arial, Kreon, 'Trebuchet MS', "Open Sans" , sans-serif;
    font-size: 3em;
}
/* Kendo menu */
#k-top-menu, #k-side-menu, #k-top-menu-2 
{
    background-color:transparent;
    font-family:Arial, Kreon, 'Trebuchet MS', "Open Sans" , sans-serif;
}


#menu
{
    line-height: 57px;
    position: absolute;
    right: 40px;
    top: 76px;
    height: 57px;
    font-family:Arial, Kreon, 'Trebuchet MS', "Open Sans" , sans-serif;

    /*border-bottom: 1px #5C87B2 solid;*/
    padding: 0 0 2px;    
    margin: 0;    
    /*text-shadow: 1px 1px 0px #eaeaea;*/
    color: #587477;
}
#menu .k-menu
{
    text-transform: uppercase;
    font-size: 1em;
    color: #1C1C1C;
}
#menu ul
{
    padding: 0 10px 0 10px;
    list-style: none;
}
/*
#menu a
{
    text-transform: uppercase;
    text-decoration: none;
    color: #1C1C1C;
    font-size: 1.2em;
}

#menu ul li
{
    display: inline;
    padding: 10px 10px 10px 10px;
    margin: 0 8px 0 8px;
}

#menu ul li.active
{
    background: #F2EBDE;
    border: solid 1px #BFB5A4;
    box-shadow: inset 0px 0px 0px 1px #fff;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.9);
}

#menu ul li.active a
{
    color: #403B31;
}

    */

#page
{
    margin: 0;
    position: relative;
    width: 900px;
    padding: 20px 40px 0 40px;
    border-top:1px dashed #A9D0D6;
}


#page-stmt
{
    margin: 0;
    position: relative;
    width: 960px;
    padding: 10px 10px 0 10px;
}

#page .section-list
{
    padding-left: 0;
    list-style: none;
}

#page .section-list li
{
    padding: 25px 0 25px 0;
    clear: both;
}

#page ul
{
    list-style: none;
}

#page ul li
{
    border-top: solid 1px #DDD;
    padding: 10px 0 10px 0;
}

#page ul li.first
{
    padding-top: 0;
    border-top: 0;
}

#page-bottom
{
    padding: 40px 40px 0 40px;
    color: #302F2C;
    background: #F2EBDE;
    position: relative;
    width: 898px;
    border-top: solid 1px #BFB5A4;
    box-shadow: inset 0px 0px 0px 1px #e8eef4;
    /*text-shadow: 1px 1px 0px rgba(255,255,255,0.9);*/
}

#page-bottom a
{
    color: #1B1A18;
}

#page-bottom h2, #page-bottom h3, #page-bottom h4
{
    color: #3F3D39;
}

#page-bottom ul
{
    list-style: none;
}

#page-bottom ul li
{
    border-top: solid 1px #BAB5AB;
    padding: 10px 0 10px 0;
}

#page-bottom ul li.first
{
    border-top: 0;
    padding-top: 0;
}

#page-bottom-content
{
    width: 675px;
    /*margin: 0 0 0 250px;*/
}

#page-bottom-sidebar
{
    float: left;
    width: 180px;
}

#sidebar
{
    position: relative;
    left: -20px;
    top: -5px;
    float: left;
    width: 180px;
    background: #EEF5F6;/*#A9D0D6;*/
    padding: 20px;
    border: solid 1px #D6E0E2;
    margin: 0 10px 0 0;
    /*text-shadow: 1px 1px 0px rgba(255,255,255,1);*/
    box-shadow: inset 0px 0px 0px 1px #45b9e8; /*#fff;*/
}

#wrapper
{
    width: 978px;
    position: relative;
    background: #FFF;
    margin: 0 auto 0 auto;
    box-shadow: 0px 0px 150px 0px rgba(0,0,0,0.15);
    border: solid 1px #82A7AD;
    border-top: 0;
}

/* login */
#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #2A3436;
}
#logindisplay a:link
{
    color: #2A3436;
    text-decoration:none;/* underline;*/
}
#logindisplay a:visited
{
    color: #2A3436;
    text-decoration: underline;
}
#logindisplay a:hover
{
    color: #2A3436;
    text-decoration: none;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}


/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #A9D0D6;/* #ddd;*/
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    /*text-shadow: 1px 1px 0px #eaeaea;*/
    color: #587477;
    background-color: #eef5f6;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
    /*text-shadow: 1px 1px 0px #eaeaea;*/
    color: #587477;

    padding: 3px 5px 3px 5px;        
    border-radius: 3px;
    border: 1px solid #9ac0e6;
    background-color: #d0f1f7;
}
 
textarea
{
    min-height: 75px;
}

.top-dashed
{
    border-top: 1px dashed #A9D0D6;     
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
    border-radius: 4px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 208px;
    max-width: 208px;
    border-radius: 4px;
}

input[type="submit"], 
input[type="button"], 
input[type="reset"],button
{
    font-size: 1.0em;
    padding: 5px;
    cursor: pointer;
    /*text-shadow: 1px 1px 0px #eaeaea;*/
}

/* TABLE
----------------------------------------------------------*/

fieldset table
{
    border: solid 1px #a9d0d6;
    border-collapse: collapse;
}

fieldset table td
{
    padding: 2px 2px 2px 2px;
    border: solid 1px #e8eef4;
    background-color: #add8e6; /* #A9D0D0;*/
}

fieldset table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

fieldset table
{
    margin-top:10px;
    border: solid 1px #a9d0d6 !important;
    border-collapse: collapse;
}

.col
{
    float: left;
    margin-right: 10px;
}
.col_13
{
    width: 280px;
}
.col_14
{
    width: 220px;
}
.col_15
{
    width: 400px;
}
.col_16
{
    width: 140px;
}
.col_23
{
    width: 620px;
}

/*
table.grid
{
    border: solid 1px #A9D0D6;
    border-collapse: collapse;
    font-size: 85%;
    width: 98%;
}

table.grid td
{
    padding: 3px 2px 3px 2px;
    border: solid 1px #e8eef4;
}

table.grid th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

table.grid
{
    border: solid 1px #A9D0D6 !important;
    border-collapse: collapse;
}
*/
.filterwrapper
{
    border: dotted 1px #eee;
    padding: 15px;
    min-height: 120px;    
    border-radius: 5px;
    background-color:#b2dfee !important;
}

.page-div
{
    padding: 10px;
}

.en
{
    font-size: 80%;
    font-style: italic;
    color: gray;
    padding-top: -2px;
}
.en-title
{
    font-size: 80%;
    font-style: italic;
    color: gray;
    padding-top: -2px;
}

/* Placehonder */
::placeholder {
    color: #79888a;
    opacity: 1; /* Firefox */
    font-style: italic;
    font-weight:normal;
    /*text-shadow: 1px 1px 0px #eaeaea;*/    
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #79888a;
    font-style: italic;
    font-weight:normal;
    /*text-shadow: 1px 1px 0px #eaeaea;*/    
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #79888a;
    font-style: italic;
    font-weight:normal;
    /*text-shadow: 1px 1px 0px #eaeaea;*/    
}

#grid_list table
{
    margin-top:50px !important;
}

.header-title {
    text-transform: capitalize;
    text-shadow:2px 2px #ddd;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    padding-bottom: 5px;
    /*text-shadow: 1px 1px 0px #eaeaea;*/
    color: #587477;
    /*
    border-top-style:dashed;
    border-top-width:1px;
    border-top-color:#ddd;
    padding-top:5px;
    */
}

.check_box_set {
    width: 100%;
    overflow: hidden;
}
.check_boxs {
    width: 15px;
    float: left;
}
.check_box, .check_box:hover, .check_box_active {
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    z-index: 0;
    cursor: pointer;
    margin: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(90, 90, 90);
    border-image: initial;
    border-radius: 1px;
    transition: all 0.2s ease 0s;
    background: rgb(255, 255, 255);
}
.check_box_active {
    width: 7px;
    height: 18px;
    transform: rotate(40deg);
    backface-visibility: hidden;
    transform-origin: 100% 100% 0px;
    background: transparent;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 2px solid rgb(18, 132, 184);
    border-bottom: 2px solid rgb(18, 132, 184);
}
.check_box_text {
    float: left;
    margin-top: 5px;
    margin-left: 15px;
    font-size: 14px;
}


.ew_bg_color {
    background-color: #76b505;
}
.ew_bg_color2 {
    background-color: #cae697;
}
.ew_color {
    color: #76b505;
}

/*
// for checked box
<div class="check_box_set">
    <div class="check_box">
        <div class="check_box_active" id="box_xx"></div>
    </div>
    <div class="check_box_text">Text here..</div>
</div>
// for uncheced box
<div class="check_box_set">
   <div class="check_box">
        <div class="check_box" id="box_xx"></div>
   </div>
   <div class="check_box_text">Text here..</div>
</div>
*/