@charset "utf-8";


/* BASE */

body {
   font-family: 'Open Sans', sans-serif;
   font-size: 13px;
   font-weight: normal;
   margin: 0px auto;
   padding: 0px;
   height: 100%;
   overflow-x: hidden;
   color: #252525;
   background-color: #bcbcbc;
}

body.index {
   background-color: #e9e9e9;
}

.clear {
   clear: both;
}

a {
   text-decoration: none;
   color: #1b855f;
   font-weight: bold;
   cursor: pointer;
}

a:hover {
   text-decoration: underline;
}

h1 {
   padding: 0px;
   font-size: 14px;
   font-weight: bold;
}

h1.index {
   padding: 0px;
   font-size: 20px;
   font-weight: normal;
   color: #70b229;
   border-bottom: 1px solid #dadada;
   text-align: right;
   margin-bottom: 10px;
}

h2 {
   padding: 0px 0px 0px 10px;
   font-size: 13px;
   font-style: italic;
   color: #BF1E2E;
   width: 50%;
   border-bottom: 1px solid #dadada;
}

.h2-form {
   font-size: 14px;
}

pre {
   font-size: 12px;
}

.flow_icon {
   padding: 0px 2px 0px 2px;
}

.project_info_table a:hover {
   text-decoration: none;
}

fieldset {
   padding: 10px;
   background-color: #ffffff;
   border: 1px solid #dadada;
}

.fieldset-720 {
   width: 720px;
   margin: 0px auto 30px;
   padding: 20px;
}

.fieldset-720 img {
   max-width: 400px;
}

.fieldset-form {
   width: 83%;
   margin: 0px auto;
}

fieldset table {
   margin: 0px auto;
}

legend {
    background-color: #FDFEF9;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: 3px 3px 10px #BBBBBB;
    color: #626262;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
}

a img {
   text-decoration: none;
   border: 0;
}

.centerz {
   text-align: center;
}

input[type="text"],
input[type="password"],  
select, 
textarea {
   padding: 3px;
   border: 1px solid #9d9d9d;
   font-size: 12px;
   font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

textarea {
   height: 100px !important;
   width: 350px !important;
}

input[type="submit"],
input[type="button"],
button {
   padding: 3px 14px 3px 14px;
   border: 1px solid #9d9d9d;
   font-size: 12px;
   font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
   cursor: pointer;
   font-weight: bold;
}

.index-table ul {
   list-style-type: square;
   color: red;
}

.index-table ul li span {
   color: #252525;
}

.content-inner-menu {
   border-bottom: 1px solid #dadada;
}

.content-inner-menu ul {
   margin-bottom: 0px;
   padding: 5px;
   background-color: #f3f3f3;
}

.content-inner-menu ul li {
   display: inline;
   list-style-type: none;
   padding: 10px 10px 0px 10px;
}

form {
   padding: 0px;
   margin: 0px;
}

form td {
   padding: 3px;
}

.form-info-holder {
   font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
   text-align: center;
   font-style: italic;
   color: #b0b0b0;
   font-size: 16px;
   padding: 10px;
}

.project_info_table {
   width: 95%;
   padding: 0px;
   /* border: 1px solid #dadada; */
}

.project_info_table tr:hover {
   background-color: #f2f2ff;
} 

.project_info_table td {
   padding: 3px;
}

/*
tr.even {
   background-color: #f9f9f9;
}*/

h3 {
   color: #bf1e2e;
   padding-top: 10px;
   border-bottom: 1px solid #dadada;
}

.header-help {
   width: 100px;
   margin: 7px 10px -25px 0px;
   float: right;
   text-align: right;
}

.success {
   color: #008241;
   font-weight: bold;
   font-size: 11px;
}

.error {
   color: #c30e2e;
   font-weight: bold;
   font-size: 11px;
}

.yes {
   color: #008241;
}

.no {
   color: #ff0000;
}




/* LOGIN */

.login-table input[type=text], 
.login-table input[type=password] {
   width: 220px;
}

.login-table td {
   padding: 3px;
}





/* CONTAINERS */

.container-head {
   background-color: #ffffff;
   border: 1px solid #dadada;
   margin: 10px 0px 0px -10px;
   z-index: -10;
}

.container-table {
   width: 100%;
   border-bottom: 1px solid #dadada;
}

.container-table th {
   border-bottom: 1px solid #fff;
   text-align: center;
}

.container-table tr:nth-child(odd) {
   background-color: #f7f7f7;
}

.container-menu-td {
   background-color: #d6d6d6 !important;
}

.container-footer {
   background-color: #5d5d5d;
   padding: 30px 20px;
   border-top: 1px solid #fff;
   text-align: right;
}

.container-footer a {
   color: #fff;
}

.header {
   background-color: #b6b6b6;
}

.header-table td {
   padding: 0px 10px 0px 10px;
}

#container {
   text-align: left;
   padding: 0px 5px 0px 0px;
   min-height: 300px;
}

.container-content {
   padding-left: 10px;
   min-height: 450px;
}

.container-content h1 {
   color: #4a761b;
}

.admin-langname {
   font-family: Verdana, Geneva, sans-serif;
   font-size: 12px;
   color: #666;
   padding: 10px 0px 10px 10px;
   font-style: italic;
   font-weight: normal;
   text-transform: none;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #999;
}

#container {
   padding-bottom: 10px;
}

.breadcrumb {
   width: 750px;
   float: left;
   padding: 6px 5px 5px 10px;
}

.breadcrumb a {
   font-size: 11px;
   color: #1b855f;
   padding: 0px 6px 0px 6px;
}

.h1-title {
   padding: 5px 10px 5px 5px;
   color: #1b855f;
   text-align: right;
   width: 200px;
   float: right;
}

.h1-title h1 {
   margin: 0px;
}

.iframe-content {
   padding: 10px;
}

.content-help {
   padding: 20px;
   line-height: 18px;
   font-size: 14px;
}

.content-help .lead {
   font-weight: bold;
   padding-bottom: 10px;
}

.content-help h1 {
   color: #bf1e2e;
   font-size: 20px;
}

.content-help li {
   line-height: 22px;
}

.content-detail-table {
   margin-bottom: 20px;
   width: 100%;
   border: 1px solid #cccccc;
   border-radius: 2px;
   font-size: 12px;
}

.content-detail-table td {
   padding: 3px;
}

.content-detail-table .even {
   background-color: #ffffff;
}

.content-help-table {
   border: 1px solid #dadada;
   width: 80%;
   font-size: 12px;
}

.content-help-table td {
   border: 1px solid #dadada;
   padding: 3px;
}

.task-detail-table td {
   padding: 0px;
}

.task-detail-table .odd {
   background-color: #f7f7f7;
}

.hr1 {
   display: block;
   height: 1px;
   border: 0;
   border-top: 1px solid #ccc;
   padding: 0;
}


/* MAIN MENU */

.container-menu-td {
   background-color: #dadada;
}

.menu-left {
   float: left;
   width: 180px;
   font-family: Verdana,Arial,Helvetica,sans-serif;
}

.menu-left ul {
   padding: 0px;
   margin: 0px;
   list-style-type: none;
}

.menu-left li {
   padding: 0px;
   margin: 0px;
}

.menu-left li a {
   text-align: left;
   padding: 5px 5px 5px 15px;
   font-size: 10px;
   font-weight: bold;
   color: #484848;
   text-decoration: none;
   display: block;
   padding-left: 15px;
}

.menu-left li a:hover, 
.menu-left .active {
   color: #ffffff;
   background-color: #a8a8a8;
   border-left: 4px solid #1b855f;
}

.menu-icon {
   padding: 3px 4px 0px 0px;
   position: relative;
}



/* MESSAGES AND CONTENT ELEMENTS */

.content-note {
   font-style: italic;
   font-size: 11px;
   color: #454545;
}

.content-note strong {
   color: #202020;
}

.note-page {
   padding-left: 25px;
   padding-top: 10px;
   line-height: 16px;
   color: #555555 !important;
   font-size: 13px !important;
   text-align: justify;
}


.info-block {
   background: transparent url('/static/img/icon/icon_info.png') top left no-repeat;
   padding-left: 25px;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   padding-top: 10px;
   line-height: 16px;
   color: #818181;
   text-align: justify;
}



.pager-full {
    float: left;
}
.pager-full a {
    display: block;
    background-color: #CAC2B3;
    padding: 3px;
    margin: 1px;
    text-decoration: none;
}
.pager-full a:hover {
    background-color: #98cc9e;
    color: #FFF;
}

.pager-empty {
    display: block;
    float: left;
    padding: 3px;
    margin: 1px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
.pager-form {
    float: left;
    padding: 0px 0px 0px 5px;
}



/* WARNING MESSAGES AREA */

.warning_msg_box {
   clear: both;
   width: 85%;
   margin: 0 auto;
   padding: 6px;
}

.warning_msg_box .inner_box {
   padding: 14px;
}

#attachments_file_block img {
   max-width: 400px;
}


/* SORTABLE */


#sortable .image-order {
   height: 100px;
}

li.image-order > .ui-icon {
   margin: 24px 10px 0px 0px;
}

li.image-order .order-title {
   vertical-align: top;
   margin: 24px 0px 0px 20px;
   position: absolute;
}

#sortable {
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 80%;
}

#sortable li {
   margin: 0 3px 3px 3px;
   padding: 0.4em;
   padding-left: 1.5em;
   font-size: 1.0em;
   height: 18px;
}

.ui-icon {
   float: left;
   margin-right: 20px;
}

.content-table tr.content-row:hover {
   background-color: #CBE4FF !important;
}