﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,greek);

/* normalize */
/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
    border: 0px none inherit;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;
}

/* layout */
body {
    /*text-align: center; /* IE6 needs this to center the layout in the browser window */
    font-size: 13px; /* 0.78em; */
    background-color: white;
}

#main_wrapper {
    /*width: 970px; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: left;*/
    padding: 1px 0 1px 0;
    /*margin-top: 0px;*/
    background-color: white;
}

#header {
    margin: 0 0px 0 0px;
    background-color: #1b6688;
    padding-right: 10px;
    padding-left: 10px;
    height: 90px;
    background-image: url('../images/top-banner.png');
    background-repeat: no-repeat;
    text-align: left;
}

#breadcrumb-panel {
    /*width: 970px;
    height: 50px;*/
    background-image: url('../images/intro-background.png');
    background-repeat: repeat-x;
    text-align: center;
    padding: 5px;
    padding-bottom: 10px;
}

#intro {
    width: 970px; /*  height: 186px; */
    height: 208px;
    background-image: url('../images/intro-background.png');
    background-repeat: repeat-x;
    text-align: center;
    padding: 5px;
}

#left_column {
    width: 210px;
    margin: 0px;
    float: left;
    display: inline;
    background-color: white;
}

#right_column_two_column {
    width: 210px;
    margin: 0px;
    float: right;
    display: inline;
    background-color: white;
}

#content_three_column {
    padding: 0em 0em 0em 0em;
    width: 530px;
    margin: 0px;
    float: left;
    background-color: white;
}

#right_column_three_column {
    width: 230px;
    margin: 0px 0 0px 0;
    float: left;
    background-color: white;
}


#content_two_column_right {
    margin: 10px 10px 10px 0px;
    float: left;
    width: 760px;
}


#content_two_column_left {
    margin: 0px 0px 0px 0px;
    float: left;
    width: 760px;
}

#footer {
    margin: 0 0px 0 0px;
    clear: both;
    height: 135px;
    background-image: url('../images/bottom-banner.png');
    background-repeat: no-repeat;
}

.footer {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #f2f4f5;
    padding: 36px 0 0 0;
    -webkit-box-shadow: inset 0px 1px 1px 0px #c0c0c0;
    -moz-box-shadow: inset 0px 1px 1px 0px #c0c0c0;
    box-shadow: inset 0px 1px 1px 0px #c0c0c0;
}



#header_inner, #content_inner, #right_inner {
    overflow: hidden; /* prevents oversize elements from breaking the layout */
}

#header_inner {
    padding: 1em 2em;
}

#left_inner {
    padding: 5px 0 0 4px;





}

#content_inner {
    padding: 0 5px 5px 5px;
}

#right_inner {
    /*padding: .2em .5em;*/
    /*padding: 5px 4px 0 0;*/
    padding: 5px 10px 0px 10px;
}

#footer_inner {
    padding: .5em 1em;
    /*text-align: center;*/
}

#logo {
    position: relative;
    height: 60px;
    left: 0px;
    width: 100px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}



/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
    margin: 0;
    font-size: 1.5em;
    font-weight: 300;
    color: #3D5058;
    line-height: 1.5em;
    padding-top: 10px;
}

    h1.inverted {
        color: #C6E0E4;
        line-height: 1;
        padding-top: 0;
    }

h2 {
    margin: 0.5em 0;
    font-size: 1.30em;
    font-weight: 300;
    color: #506974;
}

h3 {
    margin: 1.5em 0 0.5em 0;
    font-size: 1.15em;
    font-weight: 400;
    color: #63828F;
}

    h3.top {
        margin-top: 0.5em;
    }

h4 {
    margin: 0 0 0.5em 0;
    font-size: 1.1em;
    font-weight: 400;
    color: #86A0AC;
}

h5 {
    margin: 0.2em 0 0.5em 0;
    font-size: 1em;
    font-weight: bold;
}

h6 {
    margin: 0.5em 0;
    font-size: 0.9em;
    font-weight: bold;
}

p {
    margin: 1em 0;
    /*line-height: 1.4em;*/
}

ul {
    list-style: none;
    margin-top: 0.5em;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    list-style-image: url('../images/tictac_blue.png');
    line-height: 1.4em;
}

    ul ul {
        list-style-image: url('../images/tictac_orange.png');
    }

        ul ul ul {
            list-style-image: url('../images/tictac_grey.png');
        }


ol {
    list-style: decimal;
    margin-top: 0.5em;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}

/*li {
    list-style: none;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    background: url(../images/tictac_blue.gif) no-repeat 0 6px;
    line-height: 1.2em;
}*/

b, strong {
    color: #6F6F6F;
}

a {
}

    a:hover {
        text-decoration: none;
    }



    a:active {
    }

    a:visited {
    }


#top_menu {
    padding: 0px;
    margin: 0px;
    height: 30px;
    position: relative;
    top: 5px;
    right: 15px;
    width: auto;
    float: right;
}


#top_search {
    padding: 0px;
    margin: 0px;
    height: 30px;
    position: relative;
    top: -5px;
    right: 133px;
    width: auto;
    float: right;
}

#menu {
    padding: 0px;
    margin: 0px;
    height: 30px;
    position: relative;
    top: -7px;
    right: -0px;
    width: auto;
    float: right;
}

.roundpanel {
    margin: 0px;
    padding: 5px 0px 0px 0px;
}

.dxmLite_Civiltech2015 {
    /*font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;*/
    font-size: 12px;
}

.dxsplControl_Civiltech2015 {
    /*font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;*/
    font-size: 13px;
}


.dxrpControl_Civiltech2015, .dxrpControlGB_Civiltech2015 {
    /*font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;*/
    font-size: 13px;
}

    .dxrpControl_Civiltech2015 td.dxrpHeader_Civiltech2015 .dxdvControl_Civiltech2015 {
        /*font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;*/
        font-size: 13px;
    }


.dxgvControl_Civiltech2015 a, .dxhlControl_Civiltech2015 a {
    /*font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;*/
    color: #506974;
}

.dxeHyperlink_Civiltech2015 {
    /*font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;*/
    color: #506974;
}

}

.dxgvControl_Civiltech2015, .dxgvDisabled_Civiltech2015 {
    /*font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;*/
    font-size: 13px;
}

.dxnbControl_Civiltech2015 {
    /*font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;*/
    font-size: 13px;
}


.dxrpControl_Civiltech2015 td.dxrp, .dxrpControlGB_Civiltech2015 td.dxrp {
    /*font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;*/
    font-size: 13px;
}

.dxgvControl_Civiltech2015, .dxgvDisabled_Civiltech2015, .dxnbControl_Civiltech2015 {
    /*font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;*/
    font-size: 13px;
}

.dxmMenu_Civiltech2015, .dxmSubMenu_Civiltech2015, .dxeBase_Civiltech2015, .dxbButton_Civiltech2015, .dxncControl_Civiltech2015, .dxcaRefreshButton_Civiltech2015 {
    /*font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;*/
    font-size: 13px;
}

.dxgvControl_Civiltech2015, .dxgvDisabled_Civiltech2015, .dxcaRefreshButton_Civiltech2015 {
    /*font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;*/
    font-size: 11px;
}

.dxrpHeader_Civiltech2015 td.dxrp {
    font-size: 13px;
    font-weight: bold;
    /*font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;*/
    color: #1b6688;
    text-align: left;
}

.dxrpControl_Civiltech2015 td.dxrpHeader_Civiltech2015 {
    font-size: 18px;
    font-weight: 300;
    /*font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;*/
    color: #1b6688;
    text-align: left;
}



.footer1 {
    text-align: left;
    color: #1B6688;
}

.footer3 {
    font-size: medium;
    color: #1B6688;
}

.footer2 {
    color: #1B6688;
}

.loginbox {
    /* position: absolute;    top: 16px;    right: 10px;    width: 180px;    height: 80px;    padding: 2px 2px 2px 2px;        font-size: 10px;*/
}

a:link {
}

.ticket_title {
    color: #3C3C3C;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
}

.ticket_user {
    color: #3C3C3C;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.ticket_tag {
    padding-top: 1px;
    padding-left: 5px;
    display: block;
}

.ticket_body {
    border: 1px solid #7eacb1;
    padding: 10px 10px 10px 8px;
    width: 98%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #d9eced;
    background-image: linear-gradient(to bottom, #edf3f4, #d9eced);
}

.ticket_body_support {
    border: 1px solid #7eacb1;
    padding: 10px 10px 10px 8px;
    width: 98%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f7d994;
    background-image: linear-gradient(to bottom, #fbedcc, #f7d994);
}

a.vid:link {
    font-family: 'Open Sans', Helvetica, Tahoma, Geneva, sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    color: white;
}

a.vid:visited {
    text-decoration: none;
    color: white;
}

a.vid:active {
    text-decoration: none;
    color: white;
}

a.vid:hover {
    text-decoration: underline;
    color: white;
}

/* Alerts */
.alert-danger {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
    background-color: #fdf7f7;
    border-color: #eed3d7;
    border-bottom: dotted;
    border-bottom-color: #eed3d7;
    border-bottom-width: medium;
}

.bs-callout-danger h4 {
    color: #b94a48;
}

.alert-warning {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
    background-color: #faf8f0;
    border-color: #faebcc;
    border-bottom: dotted;
    border-bottom-color: #faebcc;
    border-bottom-width: medium;
}

    .alert-warning h4 {
        color: #8a6d3b;
    }

.alert-info {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
    background-color: #f4f8fa;
    border-color: #bce8f1;
    border-bottom: dotted;
    border-bottom-color: #bce8f1;
    border-bottom-width: medium;
}

    .alert-info h4 {
        color: #34789a;
    }

.alert-success {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #3C763D;
    background-color: #DFF0D8;
    border-color: #3C763D;
    border-bottom: dotted;
    border-bottom-color: #3C763D;
    border-bottom-width: medium;
}

    .alert-success h4 {
        color: #3C763D;
    }


.img-responsive {
    width: 100%;
}


.container {
    padding-right: 0px;
    padding-left: 0px;
    /*background-color: white;*/
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    /*background-color: white;*/
}


@media (min-width: 768px) {
    .container {
        /*width: 970px;*/
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        /*background-color: white;*/
    }
}

@media (min-width: 991px) {
    .container {
        /*width: 970px;*/
        width: 970px;
        padding-right: 0px;
        padding-left: 0px;
        /*background-color: white;*/
    }
}

/*@media (min-width: 1200px) {
    .container {
        width: 970px;
        padding-right: 0px;
        padding-left: 0px;
        background-color: yellow;
    }
}*/

.separator {
     border-top: 1px solid #CECECE;
    /*background-image: url(/images/HomeSep.png);*/
    /*background-repeat: repeat-x;*/
    height: 2px;
    position: relative;
    z-index: 1;
    width: 100%;
    background: #f2f4f5;
    /*-webkit-box-shadow: inset 0px 1px 1px 0px #c0c0c0;
    -moz-box-shadow: inset 0px 1px 1px 0px #c0c0c0;
    box-shadow: inset 0px 1px 1px 0px #c0c0c0;*/
}


.info-box {
    position: relative;
    z-index: 1;
    width: 100%;
    background: none repeat scroll 0% 0% #CACACA;
    padding: 20px 0px;
    text-align: center;
}

    .info-box.primary {
        background: none repeat scroll 0% 0% #1e6688;
    }

        .info-box.primary.light {
            background: none repeat scroll 0% 0% #fdb918;
        }

.dxrpControl_Civiltech2015 {
    margin-left :-10px;
    margin-right :-10px;
    padding-left :10px;
    padding-right :10px;
    border-top: 5px solid #1e6688;
    border-bottom: 0px solid #c0c0c0;
    /*height:300px;
    width:500px;
    background-color:lightblue;
    outline:solid;
    outline-offset:-10px;    
    outline-color :#1e6688;*/
}

.dxncItem_Civiltech2015 {
    vertical-align: top;
    border-bottom: 1px solid #c0c0c0;
    /* border-top: 1px solid #c0c0c0; */
    padding: 12px 8px;
}

.dxpnl-btn.dxpnl-cp {
    margin-top: 5px !important ;
    margin-left: 2px !important ;
    
}