@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html
{
    min-height: 100%;
    height: 100%;
    overflow-y: scroll;
}

/** General Style Info **/
body
{
    color: #333;
    font-family: 'Meiryo', 'MS Gothic', 'lucida grande', 'verdana', 'helvetica', 'arial', 'sans-serif';
    font-size: 11pt;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    min-height: 100%;
}

@media screen
{
    body
    {
        max-width: 800px;
        background: #E8E8E8;
    }
}

@media print
{
    body
    {
        background: #fff;
    }

    div.list_order
    {
        display: none;
    }
}

a
{
    color: #003d4c;
    text-decoration: underline;
    /*font-weight: bold;*/
}

a:hover
{
    color: #367889;
    text-decoration: none;
}

a img
{
    border: none;
}

a.link_button
{
    font-family: 'Noto Sans JP', 'Meiryo', 'MS Gothic', 'lucida grande', 'verdana', 'helvetica', 'arial', 'sans-serif';
    color: #fff;
    font-size: 18pt;
    letter-spacing: 2px;
    text-decoration: none;
    vertical-align: baseline;
    display: block;
    width: 95%;
    padding: 10px;
    margin: 5px;
    max-width: 320px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

a.link_button_list
{
    font-family: 'Noto Sans JP', 'Meiryo', 'MS Gothic', 'lucida grande', 'verdana', 'helvetica', 'arial', 'sans-serif';
    border-width: 1px;
    border-style: solid;
    border-color: #f39700;
    background: rgba(243, 151, 0, 1);
    color: #fff;
    font-size: 16pt;
    text-decoration: none;
    padding: 3px auto;
    margin: 3px;
}

a.brown
{
    background-color: #bb641d;
}

a.orange
{
    background-color: #f39700;
}

a.red
{
    background-color: #e60012;
}

a.emerald
{
    background-color: #00ada9;
}

a.sky
{
    background-color: #00a7db;
}

a.telto
{
    color: #000000;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

div.memo
{
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

div.memo a
{
    border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    width: 150px;
    display: inline-block;
    text-align: center;
}

div.event_title
{
    font-family: 'Noto Sans JP', 'Meiryo', 'MS Gothic', 'lucida grande', 'verdana', 'helvetica', 'arial', 'sans-serif';
    font-weight: bold;
    font-size: 16pt;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    line-height: 150%;
}

div label
{
    font-weight: bold;
    font-size: 14pt;
    margin: 0px;
    padding: 0px;
}

div.info
{
    line-height: 180%;
    padding-left: 25px;
    padding-right: 25px;
}

div.gray
{
    background-color: #9caeb7;
    width: 100%
}

div.sky_left
{
    border-left-style: solid;
    border-left-color: #00a7db;
    border-left-width: 10px;
    padding: 10px 10px 0px 10px;
    text-align: center;
}

div.green_left
{
    border-left-style: solid;
    border-left-color: #009944;
    border-left-width: 10px;
    padding: 10px 10px 0px 10px;
}

div.orange_left
{
    border-left-style: solid;
    border-left-color: #f39700;
    border-left-width: 10px;
    padding: 10px 10px 0px 10px;
}

div.answer
{
    font-size: 24pt;
    font-weight: bold;
    margin: 5px;
    color: #e60012;
}

img.title_img
{
    max-width: 100%;
    max-height: 75px;
    margin: 0px;
    padding: 0px;
}

table.memlist
{
    font-size: 10pt;
    padding: 1px;
    background-color: #fff;
}

table.memlist td,
table.memlist th
{
    padding: 1px;
    line-height: 120%;
}

.radio-horizontal label
{
    font-size: 30pt;
    display: inline-block;
    margin: 10px;
    padding: 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    cursor: pointer;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    vertical-align: middle;
}

.question-list input
{
    width: 1px;
    height: 1px;
}

div.btnExec
{
    text-align: center;
    margin-top:0px;
    margin-bottom:0px;
}

div.btnExec input,
div.btnExec button
{
    background: #bb641d;
    background-color: #bb641d;
    text-decoration: none;
    font-size: 20pt;
    /*font-weight: bold;*/
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    border-style: none;
    border-width: 1px;
    border-color: #888;
    color: #fff
}

a.btn_return
{
    text-decoration: none;
    font-size: 16pt;
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    background-color: #bb641d;
    border-style: none;
    color: #fff;
    margin: 10px;
}

div.list_order
{
    margin: 0px;
    line-height: 180%;
}

div.list_order a
{
    text-decoration: none;
    font-size: 14pt;
    padding: 5px;
    vertical-align: baseline;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    background-color: #f39700;
    color: #fff;
}


div.under_buttons
{
    text-align: center;
    padding-bottom: 30px;
}

select.yesno
{
    font-size: 30pt;
    width: 100px;
    background-color: #e60012;
    color: #fff;
}


/*
.radio-horizontal input[type="radio"]{
    opacity: 0;
}
*/

.radio-horizontal input[type="radio"]:checked + label
{
    background-color: #e60012;
    color: #fff;
}

.radio-horizontal input[type="radio"] + label
{
    background-color: #ccc;
    color: #000;
}

h1, h2, h3, h4
{
    font-weight: bold;
}

h1
{
    color: #003d4c;
    font-size: 100%;
}

h1.header
{
    text-align: center;
    max-width: 100%;
}

h2
{
    font-family: 'Noto Sans JP', 'Meiryo', 'MS Gothic', 'lucida grande', 'verdana', 'helvetica', 'arial', 'sans-serif';
    font-size: 150%;
    margin-top: 15px;
    margin-bottom: 15px;
}

h3
{
    color: #2c6877;
    font-family: 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
    font-size: 165%;
}

h4
{
    color: #993;
    font-weight: normal;
}

ul, li
{
    margin: 5px 12px;
}

p
{
    margin: 0 0 1em 0;
}

/** Layout **/
#container
{
    text-align: left;
    background-color: #fff;
    min-height: 100%;
    height: auto !important;
    position: relative;
}

@media screen and (max-width: 320px)
{
    #container
    {
        max-width: 320px;
        overflow: auto;
        position: relative;
    }
}

#header
{
    padding: 0px;
    margin: 0px;
    background-color: #E8E8E8;
}

#header h1
{
    line-height: 0px;
    color: #000;
    padding: 0px;
    margin: 0px;
}

#header h1 a
{
    color: #fff;
    background: #003d4c;
    font-weight: normal;
    text-decoration: none;
}

#header h1 a:hover
{
    color: #fff;
    background: #003d4c;
    text-decoration: underline;
}

#content
{
    background: #fff;
    clear: both;
    color: #333;
    padding-top: 10px;
    padding-bottom: 100px;
    /*padding: 10px 20px 40px 20px;*/
    /*overflow: auto;*/
}

#footer
{
    position: absolute;
    bottom: 0px;
    clear: both;
    background-color: #E8E8E8;
    color: #3a3a3a;
    font-size: 6pt;
    padding: 10px 10px;
    min-width: 100%;
    max-width: 800px;
    line-height: 120%;
}

#header a, #footer a
{
    color: #fff;
    margin: 10px;
}

#cake-powered
{
    float: right;
}

/** containers **/
div.form,
div.index,
div.view
{
    float: right;
    width: 76%;
    border-left: 1px solid #666;
    padding: 10px 2%;
}

div.actions
{
    float: left;
    width: 16%;
    padding: 10px 1.5%;
}

div.actions h3
{
    padding-top: 0;
    color: #777;
}


/** Tables **/
table
{
    border-right: 0;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    /*width: 100%;*/
}

.call_detail
{
    font-size: 11pt;
}

.call_detail th,
.call_detail td
{
    border: 0px;
    padding: 2px;
}

.call_detail th
{
    font-size: 10pt;
    color: #333;
}

th
{
    border: 0;
    border-bottom: 2px solid #555;
    text-align: left;
    padding: 4px;
}

th a
{
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}

th a.asc:after
{
    content: ' ⇣';
}

th a.desc:after
{
    content: ' ⇡';
}

table tr td
{
    padding: 6px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table tr:nth-child(even)
{
    background: #f9f9f9;
}

td.actions
{
    text-align: center;
    white-space: nowrap;
}

table td.actions a
{
    margin: 0px 6px;
    padding: 2px 5px;
}

/* SQL log */
.cake-sql-log
{
    background: #fff;
}

.cake-sql-log td
{
    padding: 4px 8px;
    text-align: left;
    font-family: Monaco, Consolas, "Courier New", monospaced;
}

.cake-sql-log caption
{
    color: #fff;
}

/** Paging **/
.paging
{
    background: #fff;
    color: #ccc;
    margin-top: 1em;
    clear: both;
}

.paging .current,
.paging .disabled,
.paging a
{
    text-decoration: none;
    padding: 5px 8px;
    display: inline-block
}

.paging > span
{
    display: inline-block;
    border: 1px solid #ccc;
    border-left: 0;
}

.paging > span:hover
{
    background: #efefef;
}

.paging .prev
{
    border-left: 1px solid #ccc;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.paging .next
{
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.paging .disabled
{
    color: #ddd;
}

.paging .disabled:hover
{
    background: transparent;
}

.paging .current
{
    background: #efefef;
    color: #c73e14;
}

/** Scaffold View **/
dl
{
    line-height: 2em;
    margin: 0em 0em;
    width: 60%;
}

dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1)
{
    background: #f4f4f4;
}

dt
{
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
    width: 10em;
}

dd
{
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
}

/** Forms **/
form
{
    /*clear: both;*/
    /*margin-right: 20px;*/
    padding: 0;
    /*width: 95%;*/
    line-height: 160%;
    max-width: 800px;
    min-height: 100%;
}

fieldset
{
    border: none;
    margin-bottom: 1em;
    padding: 16px 10px;
}

fieldset legend
{
    color: #e32;
    font-size: 160%;
    font-weight: bold;
}

fieldset fieldset
{
    margin-top: 0;
    padding: 10px 0 0;
}

fieldset fieldset legend
{
    font-size: 120%;
    font-weight: normal;
}

fieldset fieldset div
{
    clear: left;
    margin: 0 20px;
}

form div
{
    clear: both;
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}

form div.text,
form div.textarea,
form div.number,
form div.url,
form div.date,
form div.password
{
    margin-bottom: 0;
}

form div.example
{
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 10pt;
    color: #666;
    line-height: 120%;
}

form div.red
{
    color: #e60012;
}

form .input
{
    color: #444;
}

form .select
{
    margin-bottom: 0px;
}

form .required
{
    font-weight: bold;
}

form .required label:after
{
    color: #e32;
    content: '*';
    display: inline;
}

form div.submit
{
    border: 0;
    clear: both;
    margin-top:0px;
    margin-bottom:0px;
}

label
{
    display: block;
    font-size: 110%;
    margin-bottom: 3px;
}

input, textarea
{
    clear: both;
    font-size: 120%;
    font-family: 'Noto Sans JP', 'Meiryo', 'MS Gothic', 'lucida grande', 'verdana', 'helvetica', 'arial', 'sans-serif';
    padding: 5px;
    width: 98%;
    border-width: 2px;
    border-style: solid;
    border-color: #9caeb7;
}

select
{
    clear: both;
    font-size: 120%;
    font-family: 'Noto Sans JP', 'Meiryo', 'MS Gothic', 'lucida grande', 'verdana', 'helvetica', 'arial', 'sans-serif';
    vertical-align: text-bottom;
    padding: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: #9caeb7;
}

select[multiple=multiple]
{
    width: 100%;
}

option
{
    font-size: 120%;
    padding: 0 3px;
}

input[type=checkbox]
{
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}

div.checkbox label
{
    display: inline;
}

input[type=radio]
{
    float: left;
    width: auto;
    margin: 6px 0;
    padding: 0;
    line-height: 26px;
}

.radio label
{
    margin: 0 0 6px 20px;
    line-height: 26px;
}

input[type=submit]
{
    display: inline;
    font-size: 20pt;
    width: 150px;
    background-color: #f39700;
}

form .submit input[type=submit]
{
    background: #009944;
    border-color: #009944;
    color: #fff;
    /*text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;*/
    padding: 8px 10px;
}

form .submit input[type=submit]:hover
{
    background: #5BA150;
}

/* Form errors */
form .error
{
    background: #FFDACC;
    font-weight: normal;
}

form .error-message
{
    color: #ffffff;
    background-color: #e60012;
    border-radius: none;
    border: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 0;
}

form div
{
    padding: 0px;
}

/** Notices and Errors **/
.message
{
    clear: both;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.success,
.message,
.cake-error,
p.error,
.success
{
    clear: both;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #3B8230;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
    background-image: linear-gradient(top, #76BF6B, #3B8230);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

p.error
{
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}

p.error em
{
    font-weight: normal;
    line-height: 140%;
}

.notice
{
    color: #000;
    display: block;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}

.success
{
    color: #fff;
}

/**  Actions  **/
.actions ul
{
    margin: 0;
    padding: 0;
}

.actions li
{
    margin: 0 0 0.5em 0;
    list-style-type: none;
    white-space: nowrap;
    padding: 0;
}

.actions ul li a
{
    font-weight: normal;
    display: block;
    clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a
{
    font-weight: normal;
    padding: 4px 8px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color: #333;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
}

.actions ul li a:hover,
.actions a:hover
{
    background: #ededed;
    border-color: #acacac;
    text-decoration: none;
}

input[type=submit]:active,
.actions ul li a:active,
.actions a:active
{
    background: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
    background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
    background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
    background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
    background-image: -o-linear-gradient(top, #dfdfdf, #eee);
    background-image: linear-gradient(top, #dfdfdf, #eee);
    text-shadow: #eee 0px 1px 0px;
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    border-color: #aaa;
    text-decoration: none;
}

/** Related **/
.related
{
    clear: both;
    display: block;
}

/** Debugging **/
pre
{
    color: #000;
    background: #f0f0f0;
    padding: 15px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cake-debug-output
{
    padding: 0;
    position: relative;
}

.cake-debug-output > span
{
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 6px;
    color: #000;
    display: block;
    float: left;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

.cake-debug,
.cake-error
{
    font-size: 16px;
    line-height: 20px;
    clear: both;
}

.cake-error > a
{
    text-shadow: none;
}

.cake-error
{
    white-space: normal;
}

.cake-stack-trace
{
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    margin: 10px 0 5px 0;
    padding: 10px 10px 0 10px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.cake-stack-trace a
{
    text-shadow: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 4px 10px 2px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    text-decoration: none;
    -moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}

.cake-code-dump pre
{
    position: relative;
    overflow: auto;
}

.cake-context
{
    margin-bottom: 10px;
}

.cake-stack-trace pre
{
    color: #000;
    background-color: #F0F0F0;
    margin: 0px 0 10px 0;
    padding: 1em;
    overflow: auto;
    text-shadow: none;
}

.cake-stack-trace li
{
    padding: 10px 5px 0px;
    margin: 0 0 4px 0;
    font-family: monospace;
    border: 1px solid #bbb;
    -moz-border-radius: 4px;
    -wekbkit-border-radius: 4px;
    border-radius: 4px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
}

/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code
{
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}

.cake-code-dump .code-highlight
{
    display: block;
    background-color: rgba(255, 255, 0, 0.5);
}

.code-coverage-results div.code-line
{
    padding-left: 5px;
    display: block;
    margin-left: 10px;
}

.code-coverage-results div.uncovered span.content
{
    background: #ecc;
}

.code-coverage-results div.covered span.content
{
    background: #cec;
}

.code-coverage-results div.ignored span.content
{
    color: #aaa;
}

.code-coverage-results span.line-num
{
    color: #666;
    display: block;
    float: left;
    width: 20px;
    text-align: right;
    margin-right: 5px;
}

.code-coverage-results span.line-num strong
{
    color: #666;
}

.code-coverage-results div.start
{
    border: 1px solid #aaa;
    border-width: 1px 1px 0px 1px;
    margin-top: 30px;
    padding-top: 5px;
}

.code-coverage-results div.end
{
    border: 1px solid #aaa;
    border-width: 0px 1px 1px 1px;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.code-coverage-results div.realstart
{
    margin-top: 0px;
}

.code-coverage-results p.note
{
    color: #bbb;
    padding: 5px;
    margin: 5px 0 10px;
    font-size: 10px;
}

.code-coverage-results span.result-bad
{
    color: #a00;
}

.code-coverage-results span.result-ok
{
    color: #fa0;
}

.code-coverage-results span.result-good
{
    color: #0a0;
}

/** Elements **/
#url-rewriting-warning
{
    display: none;
}

.graph
{
    position: relative;
    width: 100px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.graph .bar
{
    display: block;
    position: relative;
    background: #e60012;
    text-align: center;
    color: #f0ffff;
    height: 1em;
    line-height: 1em;
}

.graph .bar span
{
    position: absolute;
}

table.photo
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border-style: none;
}

table.photo td
{
    text-align: center;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-style: none;
    padding: 0px;
    margin: 0px;
}

div.btnExec button
{
    width: 130px;
    padding: 10px !important;
}

div.btnExec input,
div.btnExec button,
div.btnExec a
{
    background: #009944;
    background-color: #009944;
    text-decoration: none;
    font-size: 16pt;
    /*font-weight: bold;*/
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    border-style: none;
    border-width: 1px;
    border-color: #888;
    color: #fff
}

form .submit input[type=submit],
form button,
form a.return
{
    background: #009944;
    border-color: #009944;
    color: #fff;
    /*text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;*/
    padding: 8px 10px;
}

div.div_message
{
    text-align: center;
    color: #f00;
    margin:0px;
    padding:0px;
}

table.order_customer,
table.order_customer tr,
table.order_customer td
{
    border: 0px;
    background-color: transparent;
}


table.frame_header
{
    width: 100%;
    border: none;
    background-color: #75cc62;
}

table.frame_header tr td
{
    border: none;
    width: 100%;
    height: 70px;
    background-image: url("/img/header-transparent.gif");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left 50%;
    vertical-align: bottom;
}

table.frame_header tr td div.btnExec
{
    text-align: right;
    padding: 10px;
    margin-top:0px;
    margin-bottom:0px;
}

table.no-border,
table.no-border tr,
table.no-border th,
table.no-border td
{
    border: none !important;
    background-color: transparent;
    padding: 2px;
}
