﻿body {
    margin: 0px;
    padding: 0px;
}

.labelCenter {
    padding: 12px 12px 12px 0;
    display: inline-block;
    font-family: Verdana;
    text-align: center;
    width: auto;
}


.DropDown {
    width: 97%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    font-family: verdana;
    font-size: 10pt;
}

.DropDown_50 {
    width: 50%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    font-family: verdana;
    font-size: 10pt;
}


.dropdown_20 {
    width: 20%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    font-family: verdana;
    font-size: 10pt;
}


.textbox {
    width: 97%;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: verdana;
    font-size: 10pt;
    /*resize: vertical;*/
}

.textbox_50 {
    width: 50%;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: verdana;
    font-size: 10pt;
    /*resize: vertical;*/
}

.textbox_API {
    width: 10%;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: verdana;
    font-size: 10pt;
    text-align: right;
    /*resize: vertical;*/
}



.StdRollNotextbox {
    width: 10%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: verdana;
    font-size: 10pt;
    text-align: right;
    /*resize: vertical;*/
}

.textboxfor426 {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Verdana;
    font-size: 10pt;
    /*resize: vertical;*/
}

.textboxforIntdata {
    width: 1%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Verdana;
    font-size: 10pt;
    /*resize: vertical;*/
}

.Datetextbox {
    width: 20%;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Verdana;
    font-size: 10pt;
    /*resize: vertical;*/
}

.StdNametextbox {
    width: 35%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*resize: vertical;*/
}

.LabelHOI {
    padding: 0px 0px 2px 0;
    display: inline-block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: black;
    margin-bottom: 0px;
    font-size: 10pt;
}


.LabelMaster {
    padding: 2px 2px 2px 0;
    display: inline-block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: black;
    margin-bottom: 0px;
    font-size: 10pt;
}



.Label {
    padding: 10px 5px 10px 0;
    display: inline-block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: black;
    margin-bottom: 1px;
    font-size: 10pt;
    
}




.LabelError {
    padding: 0px 0px 0px 0;
    display: inline-block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: black;
    margin-bottom: 0px;
    font-size: 15pt;
}

.labelright {
    padding: 12px 12px 12px 0;
    display: inline-block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: right;
    width: 90%;
    font-family: verdana;
    font-size: 10pt;
}



.btnLoginMaster {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    /*background-color: #4CAF50;*/
    background-color: #f2f2f2;
    color: black;
    padding: 12px 5px;
    border-radius: 4px;
    cursor: pointer;
    width: 100px;
    text-align: center;
    font-weight: bold;
}

.btnSubmit {
    border-style: none;
    font-family: verdana;
    border-color: inherit;
    border-width: medium;
    background-color: #337ab7;
    /*background-color: #355681;*/
    color: white;
    padding: 7px 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
    width: 110px;
    text-align: center;
}

.btnSubmitLong {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    /*background-color: #4CAF50;*/
    background-color: #337ab7;
    color: white;
    padding: 12px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    cursor: pointer;
    width: 150px;
    text-align: center;
}

.btnRemoveProof {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    /*background-color: #4CAF50;*/
    background-color: #337ab7;
    color: white;
    padding: 12px 10px;
    border-radius: 4px;
    cursor: pointer;
    width: 70px;
    text-align: center;
}

.pnlborder {
    border-top: dashed;
    border-top-width: 1px;
    border-left: none;
    border-left-width: 1px;
    border-right: dashed;
    border-right-width: 1px;
    border-bottom: none;
}

.btnsubmit:hover {
    /*background-color: #45a049;*/
    background-color: #355681;
}

.btnSubmitLong:hover {
    /*background-color: #45a049;*/
    background-color: #355681;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.Logincontainer {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 50%;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/*th, td {
  padding: 15px;
  text-align: left;
}*/

.myGridClass {
    width: 100%;
    /*this will be the color of the odd row*/
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    /*data elements*/
    .myGridClass td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    /*header elements*/
    .myGridClass th {
        padding: 4px 2px;
        color: #fff;
        background: #424242;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    /*his will be the color of even row*/
    .myGridClass .myAltRowClass {
        background: #fcfcfc repeat-x top;
    }

    /*and finally, we style the pager on the bottom*/
    .myGridClass .myPagerClass {
        background: #424242;
    }

        .myGridClass .myPagerClass table {
            margin: 5px 0;
        }

        .myGridClass .myPagerClass td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .myGridClass .myPagerClass a {
            color: #666;
            text-decoration: none;
        }

            .myGridClass .myPagerClass a:hover {
                color: #000;
                text-decoration: none;
            }





/* Gridview*/
.rounded_cornerss {
    /*border: 2px solid #A1DCF2;*/
    border: 2px groove #337ab7;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow-x: auto;
}

    .rounded_cornerss td {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        
        padding-right: 15px;
        margin: 10px;
        border: 1px solid #f2f2f2; /*#A1DCF2*/
        font-family: verdana;
        color: #000066;
        font-size: 10pt;
        /*background-color: #D9EDF7;*/
        /*color:#ffffff; */
    }

    .rounded_cornerss th {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid #f2f2f2; /*#A1DCF2*/
        font-family: verdana;
        font-size: 10pt;
        color: white;
        text-align: center;
        background-color: #337ab7;
    }

    .rounded_cornerss table table td {
        border-style: none;
        border-radius: 15px;
    }

.imagebutton {
    width: 25px;
}

.main_menu {
    width: 30%;
    background-color: #f2f2f2; /*#FFBB00;*#FFBB00;#FFCD54; #8AE0F2; #FFBB00 Sunflower,#375e97 #3f681c*/
    color: #000;
    text-align: right;
    height: auto;
    line-height: 30px;
    margin-right: 3px;
    margin-left: 2px;
    font-family: Verdana;
    font-size: 13px;
}

.level_menu {
    /*width: 110px;*/
    background-color: #375e97; /*#00C4CC;*/
    color: #fff;
    /*text-align: center;*/
    text-align: left;
    height: 30px;
    line-height: 15px;
    margin-top: 1px;
    margin-left: 5px;
    font-family: Verdana;
    font-size: 13px;
}

.selected {
    background-color: yellow;
    color: white;
    font-style: italic;
}

.myMenu {
    color: #006699;
    width: 25%;
}

    .myMenu LI {
        border-radius: 3px 3px 3px 3px;
        margin-top: 5px;
        width: 70%;
        background: #9999CC;
        background: -webkit-linear-gradient(top, #2F2727, #1a82f7);
        border-left: 1px solid red;
        border-top: 1px solid red;
        border-right: 1px solid red;
        border-bottom: 1px solid red;
    }



/*Heading********************************************/
.h1 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    font-size: 36px;
    line-height: 40px;
    padding: 15px 15px 15px 15%;
    color: #355681;
    box-shadow: inset 0 0 0 1px rgba(53,86,129, 0.4), inset 0 0 5px rgba(53,86,129, 0.5), inset -285px 0 35px white;
    border-radius: 0 10px 0 10px;
    background: #fff url(../images/bartoszkosowski.jpg) no-repeat center left;
}

.hMaster {
   margin: 0.1em 0 0.1em 0;
    font-weight: normal;
    /*position: relative;*/
    text-shadow: 0 -1px rgba(0,0,0,0.6);
    font-size: 30px;
    line-height: 15px;
    background: #337ab7;
    border: 1px dotted #fff;
    /*padding: 5px 15px;*/
    color: white;
    border-radius: 0 5px 0 5px;
    box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
    font-family: 'Muli', sans-serif;
    top: 0px;
    /*left: 0px;*/
    text-align: center;
    width: 100%;
}

.h22 {
    margin: 0.1em 0 0.2em 0;
    font-weight: normal;
    /*position: relative;*/
    text-shadow: 0 -1px rgba(0,0,0,0.6);
    font-size: 40px;
    line-height: 15px;
    background: #337ab7;
    border: 1px solid #fff;
    /*padding: 5px 15px;*/
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
    font-family: 'Muli', sans-serif;
    top: 0px;
    /*left: 0px;*/
    text-align: center;
    width: 100%;
}

.h2 {
    margin: 0.1em 0 0.1em 0;
    font-weight: normal;
    /*position: relative;*/
    text-shadow: 0 -1px rgba(0,0,0,0.6);
    font-size: 25px;
    line-height: 27px;
    background: #337ab7;
    border: 1px solid #fff;
    /*padding: 5px 15px;*/
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
    font-family: 'Muli', sans-serif;
    top: 0px;
    /*left: 0px;*/
    text-align: center;
    width: 100%;
}

.h3 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    font-size: 22px;
    line-height: 40px;
    color: #355681;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(53,86,129, 0.3);
}

.h4 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #788699;
    font-family: 'Muli', sans-serif;
}
