﻿@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);

body {
    background-color: white;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    line-height: 27px;
}

.logo_position {
    position: static;
    left: 20px;
    top: 5px;
}

.headline_position {
    position: static;
    left: 80px;
    top: 50px;
}


.logout_position {
    position: absolute;
    right: 100px;
    top: 5px;
}


/* Header Section */

#header {
    border-top: 4px solid red;
    height: 84px;
    margin: 0 auto;
    position: relative;
    width: 980px;
}

    #header .title {
        background-color: transparent;
        color: black;
        float: left;
        margin-left: .8em;
        margin-right: 2em;
        margin-top: 0.3em;
    }

    #header a:link, a:visited {
        color: #c53010;
    }

/*Content*/

h1 {
    color: #c53010;
    font-size: 30px;
}

h2 {
    color: #333;
    font-size: 20px;
    margin: 20px 0 0 0;
}

p {
    color: #666;
}

/* Navigation */

.navigation {
    background: #EBEBEB;
    box-shadow: 2px 2px 5px #434343;
    height: auto;
    left: 1em;
    margin: 0 0 0 20px;
    overflow: hidden;
    position: absolute;
    top: 10em;
    width: 200px;
}

    .navigation ul {
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: auto;
    }

        .navigation ul li {
            position: relative;
        }

            .navigation ul li.level1 {
                background: #c2c3c5;
            }

                .navigation ul li.level1 a {
                    color: #333333;
                    display: block;
                    font-size: 12px;
                    height: 25px;
                    margin: 0;
                    text-decoration: none;
                }

                    .navigation ul li.level1 a:hover {
                        background: #ef8112;
                        color: #FFFFFF;
                        height: 25px;
                    }

                .navigation ul li.level1 ul.sub li {
                    height: 25px;
                }

                .navigation ul li.level1 ul.sub {
                    background: #666;
                    height: auto;
                }

                    .navigation ul li.level1 ul.sub li a {
                        color: #FFFFFF;
                        height: 25px;
                        line-height: 25px;
                    }

ul.sub li a {
    box-shadow: 2px 2px 5px #434343;
    color: #000;
    display: block;
    list-style-image: url("level1bg.gif");
    padding: 0 0 0 10px;
    text-decoration: none;
}

    ul.sub li a:hover {
        background: #717171;
    }

#footer {
    background-color: #d99b16;
    border-top: #778899;
    bottom: 0;
    color: #FFFFFF;
    height: 1.3em;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

    #footer a:link, #footer a:visited {
        background-color: transparent;
        color: #FFFFFF;
        font-size: 80%;
        padding: 0.8em 1em 0.5em 1em;
    }

#login {
    font-size: 90%;
    height: 133px;
    left: 2em;
    position: absolute;
    top: 9em;
    width: 130px;
}

#login_text {
    font-size: 120%;
    font-weight: bold;
    height: 20px;
    left: 180px;
    position: absolute;
    top: 130px;
    width: 60px;
}

#error_position {
    font-size: 90%;
    position: relative;
    height: 20px;
    width: 400px;
    top: 50px;
    color: red;
}

#button_position {
    font-size: 90%;
    height: 20px;
    left: 280px;
    position: absolute;
    top: 21em;
    width: 60px;
}

#registration_text {
    font-size: 90%;
}

#username_text {
    font-size: 90%;
    height: 20px;
    left: 180px;
    position: absolute;
    top: 14em;
    width: 60px;
}

#password_text {
    font-size: 90%;
    height: 20px;
    left: 180px;
    position: absolute;
    top: 16.5em;
    width: 60px;
}

#username_position {
    font-size: 90%;
    height: 20px;
    left: 280px;
    position: absolute;
    top: 14em;
    width: 60px;
}

#password_position {
    font-size: 90%;
    height: 20px;
    left: 280px;
    position: absolute;
    top: 16.5em;
    width: 60px;
}



#start_license_text {
    font-size: 120%;
    font-weight: bold;
}

.contentwrapper {
    margin: 0 auto;
    position: relative;
    width: 1080px;
}

.content {
    float: left;
    font-size: 15px;
    width: 1080px;
    padding: 20px;
}

.user_content {
    float: left;
    font-size: 15px;
    max-width: 1100px;
    padding: 20px;
    position: relative;
    top: -20px;
}

.listenwrapper {
    height: auto;
    margin: 20px 0 30px 0;
    overflow: hidden;
}

.settings-row-cap {
    background: #c53010;
    color: #FFFFFF;
}

.settings-row-cap, .settings-row {
    float: left;
    padding: 5px;
    position: relative;
    width: 100%;
}

    .settings-row-cap .settings-cell {
        color: #FFFFFF;
    }

.settings-cap, .settings-cell {
    color: #676767;
    float: left;
    font-size: 12px;
    padding: 2px;
    width: 158px;
}

.settings-row ul li {
    float: left;
    list-style: none;
}

    .settings-row ul li a {
        color: #c53010;
        padding: 0 5px 0 0;
    }

        .settings-row ul li a:hover {
            color: #000000;
        }

    .settings-row ul li .delete {
        color: #F00;
    }

.collored-row {
    background: #ffecd7;
}

.loginlistenwrapper .settings-cap, .loginlistenwrapper .settings-cell {
    width: 125px;
}

#login_position {
top: 200px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    width: 700px;
}

h1#Title {
    color: #c53010;
    font-size: 2em;
    font-weight: normal;
}

h2#SubTitle {
    color: #c53010;
    font-size: 18px;
    font-weight: normal;
}

.border {
    background-color: #EBEBEB;
    border: solid;
    border-color: Black;
    border-width: thin;
    padding: 5px 5px 5px 10px;
    width: 460px;
}

.listheader {
    background-color: #999999;
    color: white;
    font-size: 14px;
    font-weight: normal;
}

.rowlevel1 {
    background-color: #EBEBEB;
    font-size: 12px;
    font-weight: normal;
}

.rowlevel2 {
    background-color: #c2c3c5;
    font-size: 12px;
    font-weight: normal;
}

.rowlevel3 {
    background-color: #ffd8bf;
    font-size: 12px;
    font-weight: normal;
}

.input {
    background: #ffc;
    border: 1px solid #006;
}

    .input:hover {
        background: #ff6;
        border: 1px solid #f00;
    }

.button {
    background: #EBEBEB;
    border: 1px solid #006;
    font-size: 12px;
    font-weight: normal;
    height: 23px;
    min-width: 150px;
}

.small_button {
    background: #EBEBEB;
    border: 1px solid #006;
    font-size: 12px;
    font-weight: normal;
    height: 23px;
    width: 40px;
}

.loginbutton {
    background: url(../pics/btnLogin.png) no-repeat;
    border: 1px solid #006;
    font-size: 12px;
    font-weight: normal;
    height: 23px;
    width: 150px;
}


    .button:hover {
        background: #EBEBEB;
        border: 1px solid #c53010;
        color: #ffa500;
        font-size: 12px;
        font-weight: normal;
        height: 23px;
        min-width: 150px;
    }

.table {
    border: none;
}

.cellw1 {
    width: 300px;
}

.cellw2 {
    width: 240px;
}

.cellw3 {
    width: 180px;
}

.cellw4 {
    width: 120px;
}

.cellw5 {
    width: 100px;
}

.cellw6 {
    width: 90px;
}

.cellw7 {
    width: 60px;
}

.cellw8 {
    width: 80px;
}

.cellw9 {
    width: 170px;
}

.cellw10 {
    width: 400px;
}

.icon {
    padding: 3px;
}

input {
    background: white;
    font-size: 13px;
    font-weight: normal;
    height: 17px;
}

.configinput0 {
    width: 120px;
}

.configinput1 {
    width: 270px;
}

.configinput2 {
    height: 180px;
    width: 340px;
}

.configinput3 {
    height: 180px;
    width: 270px;
}

.configinput4 {
    width: 460px;
}

.configinput8 {
    height: 200px;
    width: 370px;
}

.configdropbox1 {
    height: 19px;
    width: 273px;
}

.configdropbox2 {
    height: 19px;
    width: 140px;
}

.configdropbox3 {
    height: 19px;
    width: 340px;
}

.configdropbox4 {
    height: 19px;
    width: 464px;
}

table {
    font-size: 12px;
}

.configtable {
    width: 380px;
}

.configcolumn1 {
    width: 250px;
}

.configcolumn2 {
    width: 200px;
}

.configcheckbox input[type="checkbox"] {
    margin-right: 5px;
}

div#together {
    width: 650px;
}

div#about-1, div#about-2 {
    float: left;
    width: 50%;
}

div#about-3 {
    background: #444444;
    clear: left;
}

.successmessage {
    color: green;
}

.errormessage {
    color: red;
}

#start_registration {
    font-size: 120%;
    font-weight: bold;
    height: 250px;
    left: 180px;
    position: absolute;
    top: 130px;
    width: 500px;
}

.error_text_center {
    color: #c53010;
    font-size: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
}

.input_user {
    background: lightgray;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
    width: 120px;
}


.pronotar_text_title {
    color: #c53010;
    font-size: 24px;
    position: absolute;
}

.pronotarheader1 {
    width: 100px;
}

.pronotarheader2 {
    width: 300px;
}

.pronotarheader3 {
    width: 700px;
}

.pronotarheader4 {
    width: 100px;
}

.pronotar_edit {
    background-color: lightgray;
    border: 1px solid #c53010;
    border-radius: 4px;
    bottom: 0px;
    height: 500px;
    left: 0px;
    margin-left: 175px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 600px;
}

.finish_controls {
    margin-top: 3em;
}

#controls_border {
    margin: 20px;
}

#finish_border {
    clear: both;
    margin-top: 20px;
}

.border2016 {
    background-color: #EBEBEB;
    border: solid;
    border-color: Black;
    border-width: thin;
    padding: 5px 5px 5px 10px;
    width: 605px;
}

.workflow_texbox_info {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: white;
    box-shadow: none;
    outline: 0;
    width: 150px;
}

.id_texbox_info {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: white;
    box-shadow: none;
    outline: 0;
    width: 30px;
}

.workflow_options_l {
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    background-color: white;
    border: 2px solid #c53010;
    bottom: 0;
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    height: 530px;
    left: 0;
    margin: auto;
    padding-left: 40px;
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 580px;
    z-index: 100;
}

.workflow_options_m {
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    background-color: white;
    border: 2px solid #c53010;
    bottom: 0;
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    height: 660px;
    left: 0;
    margin: auto;
    padding-left: 30px;
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 600px;
    z-index: 100;
}

.workflow_options_s {
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    background-color: white;
    border: 2px solid #c53010;
    bottom: 0;
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    height: 200px;
    left: 0;
    margin: auto;
    padding-left: 40px;
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 580px;
    z-index: 100;
}

.confirm_delete {
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    background-color: white;
    border: 2px solid #c53010;
    bottom: 0;
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    height: 140px;
    left: 0;
    margin: auto;
    padding-left: 40px;
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 580px;
}

.workflow_dropdown {
    width: 380px;
}

.workflow_buttons_postion {
    margin: 0 auto;
    text-align: center;
    width: 600px;
}

.mGrid {
    background-color: #fff;
    border: solid 1px #525252;
    border-collapse: collapse;
    margin: 5px 0 10px 0;
    width: 600px;
}

    .mGrid td {
        border: solid 1px #c1c1c1;
        color: #717171;
        padding: 2px;
    }

    .mGrid th {
        background: #424242 url(../pics/grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        color: #fff;
        font-size: 0.9em;
        padding: 4px 2px;
    }

    .mGrid .alt {
        background: #fcfcfc url(../pics/grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(../pics/grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-left: solid 1px #666;
            border-width: 0;
            color: #fff;
            font-weight: bold;
            line-height: 12px;
            padding: 0 6px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.settings_div {
    width: 400px;
}

.settings_dropdown {
    width: 250px;
}

.button_paging {
    background: #EBEBEB;
    border: 1px solid #006;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 23px;
    margin: 0 auto;
    width: 75px;
}

.button_retaliate {
    background: #EBEBEB;
    border: 1px solid #006;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 23px;
    margin: 0 auto;
    width: 25px;
}

.lGrid {
    background-color: #fff;
    border: solid 1px #929292;
    border-collapse: collapse;
    margin: 5px 0 10px 0;
    width: 690px;
}

    .lGrid td {
        border: solid 1px #c1c1c1;
        color: #717171;
        padding: 2px;
    }

    .lGrid th {
        background: #A2A2A2 url(../pics/grd_head.png) repeat-x top;
        border-left: solid 1px #929292;
        color: #fff;
        font-size: 0.9em;
        padding: 4px 2px;
    }

    .lGrid .alt {
        background: #fcfcfc url(../pics/grd_alt.png) repeat-x top;
    }

    .lGrid .pgr {
        background: #A2A2A2 url(../pics/grd_pgr.png) repeat-x top;
    }

        .lGrid .pgr table {
            margin: 5px 0;
        }

        .lGrid .pgr td {
            border-left: solid 1px #666;
            border-width: 0;
            color: #fff;
            font-weight: bold;
            line-height: 12px;
            padding: 0 6px;
        }

        .lGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .lGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

#welcome_div {
    float: left;
    font-size: 13px;
    max-width: 650px;
    padding: 20px;
    position: relative;
    top: -20px;
}

.elak_left {
    float: left;
    width: 50%;
}

.elak_right {
    margin-left: 55%;
    width: 600px;
}

.admin_left {
    float: left;
    width: 33%;
}

.admin_right {
    margin-left: 36%;
    width: 700px;
}

.title_description {
    margin-top: 1em;
    color: #333333;
    font-size: 80%;
}

.title_text {
    margin-top: 1em;
    color: #c53010;
    font-size: 160%;
}

.grid_cell {
    display: inline-block;
    overflow: hidden;
    float: left;
    height: 20px;
    max-width:290px;
    color: black;
    text-overflow:ellipsis;
    white-space:nowrap;
}

input:disabled,
input[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  height:25px;
  color: #666666;
}

.style2sub {
    width: 130px;
}

#rockDel, #rockDel:hover {
    border: 1px solid white;
    padding: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../pics/del.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#rockModify, #rockModify:hover {
    border: 1px solid white;
    padding: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../pics/Edit.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#rockDownload, #rockDownload:hover {
    border: 1px solid white;
    padding: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../pics/Down.png);
    background-repeat: no-repeat;
    background-size: contain;
}

    #rockDownload:hover, #rockModify:hover, #rockDel:hover {
        border: 2px solid lightgray;
    }

th {
    font-size: 12px;
}

td {
    font-size: 11px;
}

