﻿body {
}

.fontsmall {
    font-size: small;
    font-weight: normal;
}

.fontbig {
    font-size: medium;
    font-weight: bold;
}

.Bankdetails {
    margin-top: 35px;
    margin-left: 10px;
    margin-right: 10px;
}

.Schema {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.legend1 {
    background-color: #A1C4FD;
    margin-top: -30px;
    font-weight: bold;
    font-size: x-large;
    box-shadow: inherit;
    padding-left: 10px;
}

.padder {
    padding-top: 10%;
    padding-left: 15%;
}

.padder2 {
    padding-top: 3%;
    padding-left: 2%;
}

.padder1 {
    padding-top: 25px;
    padding-left: 15px;
    font-size: medium;
}

.padder3 {
    padding-top: 10px;
    padding-left: 15px;
    font-size: medium;
}

.padder4 {
    padding-top: 2px;
    padding-left: 15px;
    font-size: medium;
}

.widthsettertop {
    padding-top: 25px;
}

.widthsetter5 {
    padding: 5px;
}

.widthsetter6 {
    padding: 30px;
}

.widthsetter {
    padding-bottom: 5px;
}

.widthsetter3 {
    padding-bottom: 10px;
}

.widthsetter1 {
    padding-bottom: 20px;
}

.widthsetter5 {
    padding-bottom: 30px;
}

.leveler {
    padding-top: 25px;
}

.leveler1 {
    padding-top: 18px;
}

.leveler2 {
    padding-top: 5px;
}

.leveler3 {
    padding-top: 75px;
}

.labelfont {
    font-size: smaller;
    color: red;
}

.form-gap {
    padding-top: 70px;
}

.legend1 {
    font-size: medium;
}
/*fieldset {
    font-family: sans-serif;
    border: 5px solid #1F497D;
    background: #ddd;
    border-radius: 5px;
    padding: 15px;
}*/
fieldset {
    padding-top: 30px;
    border: 1px solid #666;
    border-radius: 8px;
    box-shadow: 0 0 10px #666;
}

legend {
    float: left;
    /*margin-top:-20px;*/
}

    legend + * {
        clear: both;
    }

.panel-default > .panel-heading-custom {
    background: #A1C4FD;
    padding: 5px;
}

.panel-default > .panel-heading-custom1 {
    background: #A6CAFC;
}

.panel-default > .panel-heading-custom2 {
    background: #A8CAFE;
}

.panel-default > .panel-heading-custom3 {
    background: #B6DCFB;
}

.panel-default > .panel-heading-custom4 {
    background: #bae0fb;
}

.panel-default > .panel-heading-custom5 {
    background: #A1C4FD;
}
/*#bae0fb;*/




table.blueTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

    table.blueTable td, table.blueTable th {
        border: 1px solid #AAAAAA;
        padding: 3px 3px;
    }

    table.blueTable tbody td {
        font-size: 13px;
    }

    table.blueTable tr:nth-child(even) {
        background: #D0E4F5;
    }

    table.blueTable thead {
        background: #1C6EA4;
        background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        border-bottom: 2px solid #444444;
    }

        table.blueTable thead th {
            font-size: 15px;
            font-weight: bold;
            color: #FFFFFF;
            border-left: 2px solid #D0E4F5;
        }

            table.blueTable thead th:first-child {
                border-left: none;
            }

    table.blueTable tfoot {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        background: #D0E4F5;
        background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        border-top: 2px solid #444444;
    }

        table.blueTable tfoot td {
            font-size: 14px;
        }

        table.blueTable tfoot .links {
            text-align: right;
        }

            table.blueTable tfoot .links a {
                display: inline-block;
                background: #1C6EA4;
                color: #FFFFFF;
                padding: 2px 8px;
                border-radius: 5px;
            }

/*an*/
table.redTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    table-layout: fixed;
}

    table.redTable td, table.blueTable th {
        border: 1px solid #AAAAAA;
        padding: 3px 3px;
    }

    table.redTable thead {
        position: inherit;
        width: inherit;
    }

    table.redTable tbody td {
        font-size: 13px;
        overflow: hidden;
        word-wrap: break-word;
        white-space: normal;
    }

    table.redTable tr:nth-child(even) {
        background: #D0E4F5;
    }

    table.redTable thead {
        background: #1C6EA4;
        background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        border-bottom: 2px solid #444444;
    }

        table.redTable thead th {
            font-size: 15px;
            font-weight: bold;
            color: #FFFFFF;
            border-left: 2px solid #D0E4F5;
        }

            table.redTable thead th:first-child {
                border-left: none;
            }

    table.redTable tfoot {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        background: #D0E4F5;
        background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        border-top: 2px solid #444444;
    }

        table.redTable tfoot td {
            font-size: 14px;
        }

        table.redTable tfoot .links {
            text-align: right;
        }

            table.redTable tfoot .links a {
                display: inline-block;
                background: #1C6EA4;
                color: #FFFFFF;
                padding: 2px 8px;
                border-radius: 5px;
            }
/**/

/* scroll with fixed header */
table.greentable {
    border: 2px solid #1C6EA4;
    background-color: #EEEEEE;
    text-align: left;
    font-family: Arial;
    font-size: 10pt;
    width: 100%;
    color: black;
    height: 100%;
}

    table.greentable tbody td {
        font-size: 13px;
        border-left: 2px solid #D0E4F5;
    }

    table.greentable tr:nth-child(even) {
        background: #D0E4F5;
    }

    table.greentable thead {
        background: #1C6EA4;
        background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        border-bottom: 2px solid #444444;
    }

        table.greentable thead th {
            font-size: 15px;
            font-weight: bold;
            color: #FFFFFF;
            border-left: 2px solid #D0E4F5;
        }

            table.greentable thead th:first-child {
                border-left: none;
            }

/*


*/
/* scroll with fixed header */
table.greentable2 {
    border: 2px solid #1C6EA4;
    background-color: #EEEEEE;
    text-align: left;
    font-family: Arial;
    font-size: 10pt;
    width: 100%;
    color: black;
    height: 100%;
}

    table.greentable2 tbody td {
        font-size: 13px;
        border-left: 2px solid #D0E4F5;
    }

    table.greentable2 tbody tr td:nth-child(7) {
        font-size: 13px;
        border-top: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        background: #FFFFFF;
    }

    table.greentable2 tr:nth-child(even) {
        background: #D0E4F5;
    }

    /*table.greentable2 thead {
        background: #1C6EA4;
        background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        border-bottom: 2px solid #444444;
    }*/

    /*table.greentable2 thead th {
            font-size: 15px;
            font-weight: bold;
            color: #FFFFFF;
            border-left: 2px solid #D0E4F5;
        }*/

    table.greentable2 thead tr:first-child {
        background: #1C6EA4;
        font-size: 15px;
        font-weight: bold;
        color: #FFFFFF;
        border: 2px solid #444444;
    }

        table.greentable2 thead tr:first-child th:nth-child(2) {
            background: #FFFFFF;
            font-size: 15px;
            font-weight: bold;
            color: #FFFFFF;
            border-top: 2px solid #FFFFFF;
            border-bottom: 2px solid #FFFFFF;
        }

    table.greentable2 thead tr:nth-child(2) {
        background: #1f96db;
        font-size: 15px;
        font-weight: bold;
        color: #FFFFFF;
    }

        table.greentable2 thead tr:nth-child(2) th:nth-child(7) {
            background: #FFFFFF;
            font-size: 15px;
            font-weight: bold;
            color: #FFFFFF;
            border-top: 2px solid #FFFFFF;
            border-bottom: 2px solid #FFFFFF;
        }


/* scroll with fixed header */
table.greentable3 {
    border: 2px solid #1C6EA4;
    background-color: #EEEEEE;
    text-align: left;
    font-family: Arial;
    font-size: 10pt;
    width: 100%;
    color: black;
    height: 100%;
    word-wrap: break-word;
    word-break: break-all;
}

    table.greentable3 tbody td {
        font-size: 13px;
        border-left: 2px solid #D0E4F5;
        word-wrap: break-word;
        word-break: break-all;
    }

    table.greentable3 tr:nth-child(even) {
        background: #D0E4F5;
        word-wrap: break-word;
        word-break: break-all;
    }

    table.greentable3 thead {
        background: #1C6EA4;
        background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        border-bottom: 2px solid #444444;
        word-wrap: break-word;
        word-break: break-all;
    }

        table.greentable3 thead th {
            font-size: 15px;
            font-weight: bold;
            color: #FFFFFF;
            border-left: 2px solid #D0E4F5;
            word-wrap: break-word;
            word-break: break-all;
        }

            table.greentable3 thead th:first-child {
                border-left: none;
                word-wrap: break-word;
                word-break: break-all;
            }

/*


/* scroll with fixed header */
table.greentable4 {
    border: 2px solid #1C6EA4;
    background-color: #EEEEEE;
    text-align: left;
    font-family: Arial;
    font-size: 10pt;
    width: 100%;
    color: black;
    height: 100%;
    word-wrap: break-word;
    word-break: break-all;
}

    table.greentable4 tbody td {
        font-size: 11px;
        border-left: 2px solid #D0E4F5;
        word-wrap: break-word;
        word-break: break-all;
    }

    table.greentable4 tr:nth-child(even) {
        background: #D0E4F5;
        word-wrap: break-word;
        word-break: break-all;
        color: black;
    }

table.greentable3 thead {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid black;
    word-wrap: break-word;
    word-break: break-all;
}

table.greentable4 thead th {
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
    border-right: 2px solid #D0E4F5;
    border-top: 2px solid #D0E4F5;
    border-bottom: 2px solid #D0E4F5;
    word-wrap: break-word;
    word-break: break-all;
}

    table.greentable4 thead th:first-child {
        border-left: none;
        word-wrap: break-word;
        word-break: break-all;
    }

/*

/*an2* table without striped row - used for row span */
/*table.greenTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;  
  table-layout: fixed;
}

table.greenTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 3px;
}

table.greenTable thead{
    position:inherit;
    width:inherit;    
}

table.greenTable tbody td {
  font-size: 13px;
  overflow: hidden;
  word-wrap:break-word;
  white-space:normal;
}

table.greenTable tr:nth-of-type(even) > td,
td[rowspan] {  
  background: #D0E4F5;
}

table.greenTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}

table.greenTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}

table.greenTable thead th:first-child {
  border-left: none;
}
/**/ */


/* scroll with fixed header */
/*div.div2 {
    max-height: 200px;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding-top: 20px;
}

table.table2 {
    text-align: left;
    font-family: Arial;
    font-size: 10pt;
    width: 100%;
    color: black;
    height: 100%;
}*/

/*table.table td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 3px;
}
table.table tbody td {
  font-size: 13px;
  overflow: hidden;
  word-wrap:break-word;
  white-space:normal;
}
table.table tr:nth-child(even) {
  background: #D0E4F5;
}
table.table thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.table thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.table thead th:first-child {
  border-left: none;
}

table.table tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.table tfoot td {
  font-size: 14px;
}
table.table tfoot .links {
  text-align: right;
}
table.table tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}*/
/**/
