/*
	Miniport 1.0 by HTML5 Up!
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

div.svg-scroll {
    overflow: auto;
}

table.mainDetailTable {
}

    table.mainDetailTable td {
        vertical-align: top;
    }



.detailTableLeft {
    text-align: right;
    padding-right: 12px;
    vertical-align: middle !important;
    font-weight: 600;
}

.detailTableRight {
    text-align: left;
    font-size: 16px;
    height: 50px;
}

    .detailTableRight em {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        padding-left: 5px;
    }

h3 {
    text-align: left;
}

    h3 em {
        font-size: 12px;
        font-style: normal;
    }


.dropTable {
    margin: auto;
}

.dropTable td {
    padding: 0px 5px;
}

.dropTable th {
    font-weight: bold;
    padding: 0px 10px;
    background-color: #3e3e3e;
    color: white;
}

.dropTableFirstRoad {
    font-weight: bold;
    font-size: 15px;
}

.dropTableOtherRoad {
    /*font-weight: bold;
    font-size: 15px;*/
    font-size: 12px;
}

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/


body, input, textarea {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.85em;
    color: #888;
    font-weight: 300;
}

img {
    border: 0;
}

a {
    color: #3B95C6;
    text-decoration: underline;
}

    a:hover {
        color: #1B75A6;
    }

strong, b {
    font-weight: 600;
    color: #3e3e3e;
}

h1, h2, h3, h4, h5, h6 {
    color: #3e3e3e;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        text-decoration: none;
        color: inherit;
    }

h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
    font-weight: 300;
}

    h1 strong {
        font-weight: 700;
    }

em, i {
    font-style: italic;
}

form {
}

    form input,
    form select,
    form textarea {
        /* -webkit-appearance: none;*/
    }

        form input[type=text],
        form input[type=password],
        form select,
        form textarea {
            width: 100%;
            border: 0;
            padding: 0.75em;
            font-size: 1em;
            border-radius: 8px;
            background: #282828;
            color: #bbb;
            box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.05), 0px 1px 0px 0px rgba(255,255,255,0.025);
        }

            form input[type=text]:focus,
            form input[type=password]:focus,
            form select:focus,
            form textarea:focus {
                box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.05), 0px 1px 0px 0px rgba(255,255,255,0.025), 0px 0px 2px 2px #74CAEE;
            }

    form textarea {
        height: 15em;
    }

    form .formerize-placeholder {
        color: #555 !important;
    }

    form ::-webkit-input-placeholder {
        color: #555 !important;
    }

    form :-moz-placeholder {
        color: #555 !important;
    }

    form ::-moz-placeholder {
        color: #555 !important;
    }

    form :-ms-input-placeholder {
        color: #555 !important;
    }

    form ::-moz-focus-inner {
        border: 0;
    }

br.clear {
    clear: both;
}

p, ul, ol, dl, table {
    margin-bottom: 2em;
}

section,
article {
    margin-bottom: 3em;
}

    section > :last-child,
    article > :last-child {
        margin-bottom: 0;
    }

    section:last-child,
    article:last-child {
        margin-bottom: 0;
    }

.image {
    display: inline-block;
}

    .image img {
        display: block;
        width: 100%;
    }

.image-full {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image-left {
    float: left;
    margin: 0 2em 2em 0;
}

.image-centered {
    display: block;
    margin: 0 0 2em 0;
}

    .image-centered img {
        margin: 0 auto;
        width: auto;
    }

.button {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 8px;
    text-shadow: -1px -1px 0.5px rgba(0,0,0,0.5);
    overflow: hidden;
    background: #61b8db;
    background-image: -moz-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
    background-image: -webkit-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
    background-image: -o-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
    background-image: -ms-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
    background-image: linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
    box-shadow: inset 0px 0px 0px 1px #135c86, inset 0px 2px 1px 0px rgba(255,255,255,0.75);
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

    .button:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url('images/bg.png');
    }

    .button:hover {
        background-color: #76cdf0;
        color: #fff !important;
    }

    .button:active {
        background-image: -moz-linear-gradient(top, rgba(48,141,196,1), rgba(77,164,199,0));
        background-image: -webkit-linear-gradient(top, rgba(48,141,196,1), rgba(77,164,199,0));
        background-image: -o-linear-gradient(top, rgba(48,141,196,1), rgba(77,164,199,0));
        background-image: -ms-linear-gradient(top, rgba(48,141,196,1), rgba(77,164,199,0));
        background-image: linear-gradient(top, rgba(48,141,196,1), rgba(77,164,199,0));
        box-shadow: inset 0px 0px 0px 1px #135c86, inset 0px -2px 1px 0px rgba(255,255,255,0.75);
        top: 1px;
    }

.button-alt {
    background-color: #393939;
    background-image: -moz-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
    background-image: -webkit-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
    background-image: -o-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
    background-image: -ms-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
    background-image: linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
    box-shadow: inset 0px 0px 0px 1px #242424, inset 0px 2px 1px 0px rgba(255,255,255,0.2);
}

    .button-alt:hover {
        background-color: #444;
    }

    .button-alt:active {
        background-image: -moz-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
        background-image: -webkit-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
        background-image: -o-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
        background-image: -ms-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
        background-image: linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
        box-shadow: inset 0px 0px 0px 1px #242424, inset 0px -2px 1px 0px rgba(255,255,255,0.2);
    }

.button-big {
}

ul.social {
    cursor: default;
    margin: 0;
}

    ul.social li {
        position: relative;
        display: inline-block;
        margin: 0.25em;
        top: 0;
        border-radius: 6px;
        overflow: hidden;
        background: #444;
        background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
        background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
        background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
        background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
        -moz-transition: background-color .2s ease-in-out, top .2s ease-in-out;
        -webkit-transition: background-color .2s ease-in-out, top .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out, top .2s ease-in-out;
        -ms-transition: background-color .2s ease-in-out, top .2s ease-in-out;
        transition: background-color .2s ease-in-out, top .2s ease-in-out;
        box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px rgba(255,255,255,0.1);
    }

        ul.social li a {
            display: block;
            position: relative;
            background: url('images/social.png');
            width: 48px;
            height: 48px;
            text-indent: -9999em;
            outline: 0;
        }

        ul.social li.facebook a {
            background-position: 0px 0px;
        }

        ul.social li.facebook:hover {
            background-color: #3C5A98;
        }

        ul.social li.twitter a {
            background-position: -48px 0px;
        }

        ul.social li.twitter:hover {
            background-color: #2DAAE4;
        }

        ul.social li.rss a {
            background-position: -96px 0px;
        }

        ul.social li.rss:hover {
            background-color: #F2600B;
        }

        ul.social li.dribbble a {
            background-position: -144px 0px;
        }

        ul.social li.dribbble:hover {
            background-color: #C4376B;
        }

        ul.social li.linkedin a {
            background-position: -192px 0px;
        }

        ul.social li.linkedin:hover {
            background-color: #006599;
        }

        ul.social li.tumblr a {
            background-position: -240px 0px;
        }

        ul.social li.tumblr:hover {
            background-color: #51718A;
        }

        ul.social li.googleplus a {
            background-position: -288px 0px;
        }

        ul.social li.googleplus:hover {
            background-color: #DA2713;
        }

        ul.social li:hover {
            top: -5px;
        }

        ul.social li:active {
            top: 0;
        }

.box {
    background: #fff;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15), 0px 2px 3px 0px rgba(0,0,0,0.1);
    text-align: center;
}

    .box .image-full {
        position: relative;
    }

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

.wrapper {
    /*background-image: url('images/bg.png');*/
    box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.05), inset 0px 2px 3px 0px rgba(0,0,0,0.1);
}

.wrapper-first {
    box-shadow: none;
}

.wrapper-style1 {
    background-image: none;
    background-color: #fff;
}

.wrapper-style2 {
    background-color: #fafafa;
    text-shadow: 1px 1px 0px #fff;
}

.wrapper-style3 {
    background-color: #f4f4f4;
    text-shadow: 1px 1px 0px #fff;
}

.wrapper-style4 {
    background-color: #303030;
    color: #999;
    text-shadow: -1px -1px 0px #181818;
}

    .wrapper-style4 h1,
    .wrapper-style4 h2,
    .wrapper-style4 h3,
    .wrapper-style4 h4,
    .wrapper-style4 h5,
    .wrapper-style4 h6 {
        color: #fff;
    }

    .wrapper-style4 .row-special {
        border-top: solid 1px rgba(0,0,0,0.5);
        border-bottom: solid 1px rgba(0,0,0,0.5);
        box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1), 0px 1px 0px 0px rgba(255,255,255,0.1);
    }

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

#nav {
    background-color: #282828;
    text-align: left;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    cursor: default;
    height: 85px;
    min-width: 800px;
}

    #nav div.right-block, #nav div.left-block {
        float: right;
        padding: 10px;
        text-align: right;
        font-size: 0.75em;
        line-height: 1.1em;
    }

    #nav div.left-block {
        float: left;
        position: absolute;
        bottom: 0px;
        font-size: 0.85em;
    }

    #nav div.right-block {
        width: auto;
    }

        #nav div.right-block strong, #nav div.left-block strong {
            color: #888;
            font-weight: 600;
        }

        #nav div.right-block a {
            color: #888;
        }

            #nav div.right-block a:hover {
                color: #fff !important;
            }

        #nav div.right-block ul {
            display: block;
            float: left;
            padding-left: 0px;
            margin-top: -7px;
        }

            #nav div.right-block ul li {
                display: inline-block;
            }

                #nav div.right-block ul li a:hover {
                    background: transparent !important;
                }


    #nav h1 {
        color: #fff;
        margin: 10px;
        font-size: 1.6em;
        font-weight: 700;
        margin-top: 10px;
    }

    #nav h2 {
        color: #fff;
        margin: 10px;
        font-size: 1.3em;
        font-weight: 300;
        margin-top: -15px;
        position: absolute;
    }



    #nav ul {
        margin: 0;
        float: right;
        clear: both;
    }

    #nav li {
        display: inline-block;
    }

    #nav ul li a {
        position: relative;
        display: block;
        color: #ccc;
        text-decoration: none;
        outline: 0;
    }

        #nav ul li a:hover {
            color: #fff;
        }

#localnav {
    z-index: 10000;
    cursor: default;
}


    #localnav ul {
        margin: 0;
        float: right;
        clear: both;
    }

    #localnav li {
        display: inline-block;
    }

    #localnav ul li a {
        position: relative;
        display: block;
        color: #666;
        text-decoration: none;
        outline: 0;
    }

        #localnav ul li a:hover {
            color: #fff;
        }


    #localnav div.left-block {
        float: left;
        bottom: 0px;
        font-size: 0.85em;
    }

        #localnav div.left-block strong {
            color: #888;
            font-weight: 600;
        }


/*********************************************************************************/
/* Articles                                                                      */
/*********************************************************************************/

#top {
}

    #top .me {
        border-radius: 50%;
        overflow: hidden;
    }

    #top p {
    }

        #top p a {
            color: inherit;
        }

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
    color: #666;
}

    #copyright a {
        color: inherit;
        -moz-transition: color .2s ease-in-out;
        -webkit-transition: color .2s ease-in-out;
        -o-transition: color .2s ease-in-out;
        -ms-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
    }

        #copyright a:hover {
            color: #777;
        }


/*********************************************************************************/
/* Foooter                                                                     */

p.optimizedFor {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 12px;
}


div#bodyDiv {
    min-height: 400px;
    min-width: 800px;
}

.col {
    padding-right: 10px;
    padding-left: 10px;
}

div#gridViewDiv {
    margin: 30px 30px 0 30px;
}

.noTitle .ui-dialog-titlebar {
    display: none;
}

.roundedShadowBox {
    box-shadow: 2px 2px 20px rgb(100, 100, 100);
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.noBorder {
    border: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}


#delaySwitches {
    z-index: 10000;
    cursor: default;
    padding: 0;
    margin: 0;
}

    #delaySwitches ul {
        margin: 0 0px;
        padding: 0px;
        /*float: right;*/
        /* clear: both; */
    }

    #delaySwitches li {
        display: inline-block;
        margin: 0 10px;
    }

    #delaySwitches ul li a {
        position: relative;
        display: block;
        color: #666;
        text-decoration: none;
        outline: 0;
        padding: 3px 10px;
    }

        #delaySwitches ul li a:hover {
            color: #fff;
            background-color: #303030;
            border-radius: 10%;
        }

        #delaySwitches ul li a:active {
            color: #fff;
            background-color: #303030;
            border-radius: 10%;
        }




    #delaySwitches div.left-block {
        /*float: left;*/
        bottom: 0px;
        font-size: 0.85em;
    }

        #delaySwitches div.left-block strong {
            color: #888;
            font-weight: 600;
        }
