﻿/********************
*   Main Styles   *
********************/

/* font
----------------------------------------------------------*/
@font-face {
    font-family: 'Roboto';
    src: url('../Content/Fonts/Roboto/Roboto-Light-webfont.eot'); /* IE9 Compat Modes */
    src: url('../Content/Fonts/Roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../Content/Fonts/Roboto/Roboto-Light-webfont.woff') format('woff'), /* Modern Browsers */
         url('../Content/Fonts/Roboto/Roboto-Light-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../Content/Fonts/Roboto/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Content/Fonts/Roboto/Roboto-Regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('../Content/Fonts/Roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../Content/Fonts/Roboto/Roboto-Regular-webfont.woff') format('woff'), /* Modern Browsers */
         url('../Content/Fonts/Roboto/Roboto-Regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../Content/Fonts/Roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Content/Fonts/Roboto/Roboto-Medium-webfont.eot');
    src: url('../Content/Fonts/Roboto/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Content/Fonts/Roboto/Roboto-Medium-webfont.woff') format('woff'),
         url('../Content/Fonts/Roboto/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../Content/Fonts/Roboto/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Content/Fonts/Roboto/Roboto-Bold-webfont.eot');
    src: url('../Content/Fonts/Roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Content/Fonts/Roboto/Roboto-Bold-webfont.woff') format('woff'),
         url('../Content/Fonts/Roboto/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../Content/Fonts/Roboto/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;
}
html {
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #fff;
    overflow:auto;
    color: #1D1D1D;
    font-family: 'Roboto';
    font-size: .85em;
    margin: 0;
    padding: 0;
    height: 100%;
}

body, td, th {
	font-family: 'Roboto';
    font-size: .85em;
	color: #1D1D1D;
}

a {
    color: #1D1D1D;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}
    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }
    a:hover {
    }
header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}
.float-left {
    float: left;
}
.certificate-container {
    float: left;
    display: inline;
}
.certificate-image {
    display: inline;
    cursor: pointer;
}
.certificate-icon-green {
    background-image: url('../images/metro/16/icon-certificate-green.png');
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.float-right {
    float : right;
}

.link-help {
    text-decoration: none;
    background: url("../Images/Menu/help-green.png") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative; 
    z-index: 99;
    margin-top: -55px;
    font-size: 14px;
    font-weight: 500;
}
    .link-help:hover {
        color: #4cb7ed;  
        background-image: url("../Images/Menu/help-green-lighter.png") !important;
        background-repeat: no-repeat !important; 
    }

.align-center {
    width: 100%;
    text-align: center;
}
.align-middle {
    vertical-align: middle;
}

.clear { clear: both; }
.clear-float {
    clear: both;
    float: none;
    height: 0;
}
.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight:400
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
}
    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.logo-system-owner {
	font-size: 14px;
	font-weight: 300;
}
.logo-system-title {
	font-size: 18px;
	font-weight: 500;
}

/* main layout
----------------------------------------------------------*/
#wrapper {
	min-height: 100%;
	position: relative;
}

#content {
    clear: both;
	padding-bottom: 50px;
}
    .content-wrapper {
        max-width: 960px;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .content-wrapper-body {
        width: 40%;
        margin-left: 55%;
        height: 434px;
        border-radius: 2%;
        background-color: #C1E1C1;
        padding-left: 10px;
        margin-top: -40px;
    }


    .help-btn-class:hover {
       background: url("../Images/Menu/help-invert.png") no-repeat
    }
    .main-content, .main-content-padded {
        /*background: url("../Images/accent.png") no-repeat;*/
    }
    .main-content-padded {
        padding-left: 10px;
        padding-top: 30px;
    }
    .featured + .main-content {
        background: url("../Images/accent-blue.png") no-repeat;
    }
    .content-border {
        width: 100%;
        margin-top: 45px;
        margin-bottom: 42px;
    }
    .content-title, .subcontent-title {
        width:auto;
        font-weight: bold;
        color: #004D63;
    }
    .content-title {
        margin-top: -25px;
        margin-left: 1.1em;
        position: absolute;
        display:inline-block;
        background: #fff;
        padding: 0 20px 0 20px; 
        font-size: 30px;
        z-index: 99;
    }
    .subcontent-title {
        margin-bottom: 13px;
        margin-top: 17px;
        position:relative;
        display:block;
        border-bottom: 1px solid #ccc;
        font-size: 1.1em;
        font-weight: bold;
    }
        .subcontent-title:first-of-type {
            margin-top:5px;
    }
    .content-description {
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 20px;
        margin-left: -15px;
        vertical-align: middle;
        text-align: left;
        color: #000;
    }
    .content-warning {
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 20px;
        margin-left: 30px;
        vertical-align: middle;
        text-align: left;
        color: #E84949;
    }

    .content-sucess-msg {
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 20px;
        margin-left: 30px;
        vertical-align: middle;
        text-align: left;
        color: #656565;
    }
    .content-dialog {
        margin: 5px; 
        min-height: 80px;
        font-size: 12px !important;
    }
.header {
    padding: 20px 0 0;
}
.header__content {
    display: flex;
    justify-content: center;
    align-content: flex-end;
    margin-bottom: 20px;
    padding: 0 20px;
}
.header__title {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

    footer {
        background-color: #80B48C;
        width: 100%;
        border-top: 1px solid gray;
        height: 40px;
        text-align: left;
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .footer-content {
        width: 960px;
	    margin: 0 auto;
        padding-top: 10px;    
    }
    .footer-content .copyright {
	    width: 60%;
	    float: left;
	    margin-top: 2px;
        color: #fff;
        font-size: 12px;
    }
    .footer-content .social {
	    width: 40%;
	    float: right;
        text-align: right;
    }
    .footer-content .social li {
	    float: right;
        margin: 0 3px;
        width: 25px;
        height: 25px;
        display: block;
    }

.sponsor img {
    float: right;
}

.sponsorLogo img {
    margin-top: 100px;
}
/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}
.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

/* menu
----------------------------------------------------------*/
nav #nav-menu, nav #nav-submenu, nav #nav-path {
    width: 960px;
    margin: 0 auto;
    clear: both;
}
nav #menubar {
    display: flex;
	margin: 0;
	padding: 0;
}
nav #nav-submenu {
    padding-top: 4px;
}
nav #nav-path {
    padding-top: 7px;
    text-decoration: none;
    color: #fff;
    text-align: left;
    font-size: 12px;
    margin-top: 2px;
}
    nav #nav-path a {
        text-decoration: none;
        color: #fff;
    }
        nav #nav-path a:not(:first-child) {
            margin-left:29px;
        }
.breadcrumbs-image {
    position: absolute;
    margin-top: -6px;
    height: 31px;
}
.space-holder {
    margin-right: 29px;
    display: inline-block;
}
.current-node { 
}

ul #menu {
    font-size: 1.3em;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}
    ul #menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
        min-width: 100px;
    }
        ul #menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }
        ul #menu li a:hover {
            color: #333;
            text-decoration: none;
        }

/* language selector
----------------------------------------------------------*/
#languageSelector {
    width: 24px;
    height: 22px;
    display: inline-block;
    position: relative; 
    margin: 0;
}
    .languageSelector-mk {
        background-image: url(../Images/language-mk.png);
    }
        .languageSelector-mk:hover {
            background-image: url(../Images/language-mk-invert.png);
        }
        .languageSelector-mk:active {
            background-image: url(../Images/language-mk-invert.png);
        }
    .languageSelector-en {
        background-image: url(../Images/language-en.png);
    }
        .languageSelector-en:hover {
            background-image: url(../Images/language-en-invert.png);
        }
        .languageSelector-en:active {
            background-image: url(../Images/language-en-invert.png);
        }
#languageSelectorOptions {
    position: absolute;
    padding-top: 1px;
}
#languageSelectorOptionsIndicator {
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 8px 6.5px 0 6.5px;
    border-color: #fff transparent transparent transparent;
    display: inline-block;
    margin-top: 4px;
    margin-left: 6px;
}
#languageSelectorOptionsLinks {
    display: inline-block;
    margin-top: 12px;
    margin-left: -17px;
}
    #languageSelectorOptionsLinks a {
        margin-right: 5px;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
    }
        #languageSelectorOptionsLinks a:hover {
            color: #ff9933; 
        }

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}
    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }
        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }
        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}
    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }
    hgroup.title h2 {
        font-weight: 400;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}
    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }
        ol.round li.one {
            /*background: url("../Images/ordered-list-1.png") no-repeat;*/
        }
        ol.round li.two {
            /*background: url("../Images/ordered-list-2.png") no-repeat;*/
        }
        ol.round li.three {
            /*background: url("../Images/ordered-list-3.png") no-repeat;*/
        }
        ol.round li.four {
            /*background: url("../Images/ordered-list-4.png") no-repeat;*/
        }
        ol.round li.five {
            /*background: url("../Images/ordered-list-5.png") no-repeat;*/
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}
    aside ul {
        list-style: none;
        padding: 0;
    }
        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* holders */
.monoholder, .dualholder, .tripleholder, .quadholder {
    margin: 0 auto;
    width: 99%;
    clear: both;
    padding-top: 0;
    margin-left: 11px;
}

.monoholder-bordered {
    width: auto;
    text-align: center;
}
.public-monoholder {
    width: 80%!important;
    margin : 0 auto; 
}
.monoholder-box {
    width: 50%;
    display: inline-block;
    clear: both;
}
.monoholder-box-wider {
    width: 90%;
    display: inline-block;
    clear: both;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.help-dualholder-left {
    float:left;
    width:89%;
}

.help-dualholder-right {
    float:right;
    width:9%;
}

.help-title {
    display:block;
    font-weight:bold;
    clear:both;
    margin: 10px 0px 5px 0px;
}

.dualholder-box, .dualholder-box-bordered, .dualholder-box-pair {
    float: left;
    width: 49%;
}
.dualholder-box-change-certificate {
    float: left;
    width: 65%;
}
.dualholder-box-bordered {
    border-right: 1px dashed #d3d3d3;
}
.dualholder-box-pair {
    float: right;
}

.tripleholder-box {
    float: left;
    width: 33%;
    margin-left: 3px;
}

.quadholder-box {
    float: left;
    width: 24.6%;
    margin-left: 3px;
}

.dynholder-box-left {
    float: left;
    margin-left: 3px;
}
.dynholder-box-right {
    float: right;
}

.blue-holder {
    margin-top: 15px;
    margin-left:0;
    margin-bottom: 10px;
    width:95%;
    padding:10px;
    border: 1px solid #53a3e0;
    background: #f8fcff;
}

.contentholder {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #80B48C;
}
    .contentholder .title {
        width: 100%;
        background-color: #80B48C;
        color: #ffffff;
        text-indent: 3px;
    }
    .contentholder .content {
        width: 100%;
    }

/*  charts */
.chart-indicator {
    float: right;
    margin-top: -14px;
    margin-right: 10px;
    height: 27px;
    width: 40px;
    border: 1px solid #aaa;
    background-color: #fff;
    padding-top: 2.5px;
    text-align: center;
    vertical-align: middle;
}
.chart-rotator {
    float: right;
    margin-top: -14px;
    width: 120px !important;
}
.chart-legend-placeholder {
    width: 300px;
    overflow-y: auto;
    max-height: 300px;
    font-size: 18px;
    float: right;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.chart-pie-placeholder {
    width: 600px;
    height: 300px;
    float: left;
}
.chart-pie-label {
    font-size: medium;
    text-align: center;
    color: black;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
    fieldset legend {
        display: none;
    }
    fieldset ol {
        padding: 0;
        list-style: none;
    }
        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1em;
    font-weight: 400
}
label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #aaa;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 285px;
}

textarea {
    font-family: inherit;
    width: 500px;
}
    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }
    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
        margin-left: 3px;
    }
    input[type="submit"], input[type="button"], button {
        background-color: #FFFFFF;
        border: 1px solid #fff;
        cursor: pointer;
        font-size: 1em;
        font-weight: 400;
        padding: 5px 17px;
        margin-right: 8px;
        width: auto;
        box-shadow: 2px 2px 5px #ccc;
        color: #1D1D1D;
    }
        input[type="submit"]:hover, input[type="button"]:hover, button:hover {
            background-color: #eee;
            box-shadow: 0 2px 2px #ccc;
        }
        input[type="submit"]:active, input[type="button"]:active, button:active {
            background-color: #eee;
            box-shadow: inset  0 2px 2px #ccc;
        }
		input[type="submit"]:focus, input[type="button"]:focus, button:focus{
			outline: none
		}
    td input[type="submit"], td input[type="button"], td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* button styles */
.button-icon { 
    padding: 5px 17px 5px 31px !important; 
}
.button-class {
    background-color: #FFFFFF;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 400;
    padding: 5px 17px;
    margin-right: 8px;
    width: auto;
    box-shadow: 2px 2px 5px #ccc;
    color: #1D1D1D;
}
    .button-class:hover {
        background-color: #eee;
        box-shadow: 0 2px 2px #ccc;
    }
.create-ADW-buttons {
    padding: 5px 17px 5px 31px !important;
    width: 65% !important;
    text-align: center;
}
.button-right {
    float: right;
    margin-right: 0 !important;
}
.icon-help {
	background-image: url(../images/metro/16/icon1-gray.png);
	background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-download {
	background-image: url(../images/metro/16/icon2-gray.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-upload {
	background-image: url(../images/metro/16/icon17-gray.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-secure {
	background-image: url(../images/metro/16/icon3-gray.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-setting {
	background-image: url(../images/metro/16/icon5-gray.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-zoom {
	background-image: url(../images/metro/16/icon8-gray.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}		
.icon-home {
	background-image: url(../images/metro/16/icon9-gray.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}	
.icon-search {
	background-image: url(../images/metro/16/icon10-gray.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}	
.icon-plus {
	background-image:url(../images/metro/16/icon11-gray.png);
	background-repeat:no-repeat;
    background-position: 7px 6px;
}	
.icon-min {
	background-image: url(../images/metro/16/icon12-gray.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}		
.icon-check {
	background-image:url(../images/metro/16/icon13-gray.png);
	background-repeat:no-repeat;
    background-position: 7px 6px;
}
.icon-save {
	background-image: url(../images/metro/16/icon13-gray.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-edit {
	background-image: url(../images/metro/16/icon15-gray.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-profile-edit {
    background-image: url('../images/metro/16/icon-green-profileedit.png');
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-close {
	background-image: url(../images/metro/16/icon14-gray.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-prev {
	background-image:url(../images/metro/16/icon16-gray.png);
	background-repeat:no-repeat;
    background-position: 7px 6px;
}
.icon-next {
	background-image: url(../images/metro/16/icon15-gray.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-blue-help {
	background-image:url(../images/metro/16/icon1-blue.png);
	background-repeat:no-repeat;
	background-position:7px 6px
}
.icon-blue-download {
	background-image: url(../images/metro/16/icon2-blue.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-blue-upload {
	background-image: url(../images/metro/16/icon17-blue.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-green-upload {
    background-image: url(../images/metro/16/icon-green-upload.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-green-download {
    background-image: url(../images/metro/16/icon-green-download.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-green-preview {
    background-image: url(../images/metro/16/icon-green-preview.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-green-secure {
	background-image: url(../images/metro/16/icon3-green.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-green-setting {
	background-image: url(../images/metro/16/icon5-green.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-blue-zoom {
	background-image: url(../images/metro/16/icon8-blue.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}		
.icon-blue-home {
	background-image:url(../images/metro/16/icon9-blue.png);
	background-repeat:no-repeat;
    background-position: 7px 6px;
}	
.icon-blue-search {
	background-image: url(../images/metro/16/icon10-blue.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-green-plus {
    background-image: url('../images/metro/16/icon11-green.png');
    background-repeat: no-repeat;
    background-position: 7px 6px;
}	
.icon-blue-min {
	background-image:url(../images/metro/16/icon12-blue.png);
	background-repeat:no-repeat;
    background-position: 7px 6px;
}		
.icon-green-check {
	background-image: url(../images/metro/16/icon-confirm-green.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-green-return {
    background-image: url(../images/metro/16/icon-grey-return.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-green-reject {
    background-image: url(../images/metro/16/icon-red-reject.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
/*.icon-blue-save {
	background-image: url(../images/metro/16/icon13-blue.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}*/
.icon-green-edit {
    background-image: url('../images/metro/16/icon-edit-green.png');
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-green-send {
    background-image: url('../images/metro/16/icon-green-send.png');
    background-repeat: no-repeat;
    background-position: 6px 3px;
}
.icon-red-close {
	background-image:url(../images/metro/16/icon-cancel-red.png);
	background-repeat:no-repeat;
    background-position: 7px 6px;
}
.icon-back {
    background-image: url('../images/metro/16/icon-green-back.png');
    background-repeat:no-repeat;
    background-position: 7px 6px;
}
.icon-green-associate {
    background-image: url('../images/metro/16/icon-green-assocciate.png');
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-blue-cancelation {
    background-image: url(../images/metro/16/icon8-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-exclamationPoint-warning {
    background-image: url('../images/metro/16/icon-exclamation-warning.png');
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-blue-prev {
	background-image: url(../images/metro/16/icon-green-back.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}
.icon-green-next {
    background-image: url('../images/metro/16/icon-15-green.png');
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-green-view {
    background-image: url('../images/metro/16/icon-view-green.png');
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-blue-owners {
    background-image: url(../images/metro/16/icon-owners-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-blue-issuer {
    background-image: url(../images/metro/16/icon-issuer-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-blue-seller {
    background-image: url(../images/metro/16/icon-seller-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-blue-buyer {
    background-image: url(../images/metro/16/icon-buyer-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-blue-decide {
    background-image: url(../images/metro/16/icon-decide-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-blue-prepare-print {
    background-image: url(../images/Metro/16/icon-prepare-print-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-blue-print {
    background-image: url(../images/metro/16/icon-print-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-green-print {
    background-image: url('../images/metro/16/icon-green-print.png');
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.icon-blue-archivate {
    background-image: url(../images/metro/16/icon-seller-blue.png);
    background-repeat: no-repeat;
    background-position: 7px 6px;
}
.delete-icon {
    background-image: url(../images/metro/16/icon-cancel-red.png);
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    background-position: center center;
    cursor: pointer;
    margin-left: 10px;
}
.file-upload {
    display: flex;
    align-items: center;
}
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}
.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: 500;
    margin: 10px 0 10px 0;
    border: 1px solid #e80c4d;
    padding: 10px;
}
.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: 500;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: 500;
    font-size: 0.8em;
    position: absolute;
}
.applyForm.field-validation-error {
    color: #e80c4d;
    font-weight: 500;
    font-size: 0.8em;
}
.field-validation-valid {
    display: none;
}
input.input-validation-error {
    border: 1px solid #e80c4d;
}
input[type="checkbox"].input-validation-error {
    border: 0 none;
}
.validation-summary-errors {
    color: #e80c4d;
    font-weight: 500;
    font-size: 0.9em;
}
    .validation-summary-errors li {
            list-style: none;
            background-image: url(../images/x-alert.png);
            background-size: 52px 28px;
            background-repeat: no-repeat;
            height: 50px;
            margin-right: -250px;
            text-align:center;
            margin-top:200px;
            font-size: 1.3em;
           
    }
.validation-summary-valid {
    display: none;
}

.notification-tooltip{
        color: #e80c4d;
    background-color:rgba(186, 227, 255, 0.1);
    border:2px solid #A7DEFF;
    padding-left:5px;
    padding-right:5px;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    /*margin-top: 0.75em;*/
    border: 0 none;
}
th {
    font-size: 1.2em;
    text-align: left;
    border: none 0;
    padding-left: 0;
    /*padding: 5px !important;*/
}
    th a {
        display: block;
        position: relative;
    }
    th a:link, th a:visited, th a:active, th a:hover {
        color: #fff!important;
        font-weight: 700;
        text-decoration: none;
        padding: 5px 0;
        font-size: 0.85em;
        text-shadow: none !important;
    }
    th a:hover {
        color: #000;
    }
    th.asc a, th.desc a {
        margin-right: .75em;
    }
    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0.75em;
    }
    th.asc a:after {
        content: '▲';
    }
    th.desc a:after {
        content: '▼';
    }
td {
    padding: 0.25em;
    border: 0 none;
}
tr.pager td {
    padding: 0 0.25em 0 0;
}

.visible-element {
    display: inline-block;
}

.hidden-element {
    display: none;
}

.loading-element {
    
}

.table-title, .table-subtitle {
    font-size:18px;
    color:#004D63;
    border-bottom:1px solid #ccc;
    margin:10px 0 15px 0;
}
.table-subtitle, .table-subtitle-interactive {
    margin-bottom: 5px;
}
.table-subtitle-interactive {
    font-size: 26px;
        cursor:pointer;    
    }
.table-grid, .table-grid-scrollable {
    max-height: 300px;
    width: 100%;
}
.table-grid-scrollable {
    overflow-y: auto;
}

.table-inline-subtitle
{
    font-size:18px;
    color:#004D63;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* body
    ----------------------------------------------------------*/
    body{
        display: inline-block;
    }

    /* header
    ----------------------------------------------------------*/
    header {

    }

    /* help */
    .link-help {
       /* float: none !important;*/
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login class */
    .login{
        float: right;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }
        #login ul {
            margin: 5px 0;
            padding: 0;
        }
        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        #login a {
            background: none;
            color: #999;
            font-weight: 500;
            margin: 2px;
            padding: 0;
        }
        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }
        ul#menu li {
            margin: 0;
            padding: 0;
        }
 

    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }
        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }
            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }
        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 500;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }
    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }
        footer p {
            margin: 0;
        }

}


/********************
*   Print Styles   *
********************/
@media print {    
    .no-print, .no-print * {
        display: none !important;
    }
}


/* tab-buttons */
.views-tab-button {
    font-size: 19px !important;
    font-weight: bold !important;
    opacity: 0.7;
    background: none;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin-bottom: -7px;
    border: none !important;
    border-bottom: 4px solid transparent !important;
    padding-bottom: 24px !important;
}
    .views-tab-button:hover {
        opacity: 1;
        background: url(../images/button-hover.png);
        background-position: 50% 100%;
        background-repeat: no-repeat;
        box-shadow: none !important;
    }
    .views-tab-button-active {
        opacity: 1;
        background: url(../images/button-hover.png);
        background-position: 50% 100%;
        background-repeat: no-repeat;
        box-shadow: none !important;
    }

.expand-icon {
    margin-top: -23px;
    z-index: 20;
    background: #fff;
    float:right;
    margin-right:27px;
    padding: 0 15px;
}
.expand-icon:hover{
    cursor:pointer;
}
.search-container-actions {
    height: 30px;
    user-select: none;
}
.search-container-actions .expand-icon {
    margin-top: -8px;
    z-index: 20;
    background: #fff;
    float:right;
    margin-right:52px;
    padding: 0px 15px;
}
.expand-icon-open {
    -moz-transition: -mozж-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    -transform: rotateX( 180deg );
    transform: rotateX( 180deg );
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotate(180deg);
}
.expand-icon-closed {
    -moz-transition: -mozж-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    -transform: rotateX( 360deg );
    transform: rotateX( 360deg );
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotate(360deg);
}
.content-container-blue .expand-icon-closed{
    padding-bottom:13px;
}
.content-container-blue .expand-icon-open {
    padding-top: 13px;
}

#loadingHolder {
    filter: Alpha(Opacity=90); 
    -moz-opacity: 0.9; 
    opacity: 0.9; 
    width: 100%; 
    height: 100%; 
    background-color: #a8a8a8; 
    position: fixed; 
    z-index: 500; 
    top: 0; 
    left: 0;
}

    #loading {
        position: absolute; 
        left: 34%; 
        top: 40%; 
        padding: 2px; 
        z-index: 10001; 
        height: auto; 
        border: 1px solid #ccc;
    }
        #loading a {
            color: #225588;
        }
        #loading .loading-indicator {
            background: white; 
            color: #444; 
            font: bold 13px arial, tahoma, sans-serif; 
            padding: 10px; 
            margin: 0; 
            height: auto;
        }
        #loadingIcon {
            float: left; 
            vertical-align: top;
        }
        #loadingContent {
            float: left;
            margin-left: 8px;
        }
        #loadingMessage {
            font: normal 12px arial, tahoma, sans-serif;
            vertical-align: top;
        }
/* Style for disabled buttons */
.disabled {
    opacity: 0.6; /* Reduce opacity to indicate disabled state */
    cursor: not-allowed; /* Change cursor to not-allowed */
    /* Add any other styles you want for disabled buttons */
}

    /* Optional: Style for the disabled button icon */
    .disabled .icon-green-check,
    .disabled .icon-green-return,
    .disabled .icon-green-reject {
        opacity: 0.6; /* Reduce opacity of the icon */
        /* Add any other styles you want for the disabled button icon */
    }

    /* index page public part */
.index-dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

.index-top-container {
    display: flex;
    padding-top: 10px;
}

.suggested-actions-container {
    width: 50%;
    border-radius: 2%;
    background-color: #C1E1C1;
    padding-left: 10px;
}

.bottom-container {
    display: flex;
    justify-content: space-between;
}

.news-container, .actual-container, .events-container {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    overflow-y: auto;
    min-height: 300px;
    max-height: 300px;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px;
}
.farmerEvent-container {
    display: inline-block;
    vertical-align: top;
    overflow-y: auto;
    min-height: 200px;
    max-height: 400px;
    min-width : 200px;
    max-width:400px;
    width: calc(33.33%);
    border: 1px solid #ddd;
    margin: 20px;
}
.section-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    background-color: #e9e9e9;
    position: sticky;
    top: 0;
    z-index: 1;
    color: #80B48C;
    border-radius: 8px;
}

    .section-header ul {
        list-style-type: none;
        padding: 0;
    }
    
    .section-header li {
        margin-bottom: 20px;
    }

.read-more {
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
}

    .read-more:hover {
        text-decoration: underline;
    }

.news-section, .actual-section {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 20px;
}

    .news-section, .actual-section ul {
        list-style-type: none;
        padding: 0;
    }
    
    .news-section, .actual-section li {
        margin-bottom: 20px;
    }

.slideshow-container {
    width: 50%;
    max-width: 800px;
    position: relative;
    margin: auto;
}

.slides {
    display: none;
}

.slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 80%;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.7);
    height: 200px; /* Adjust the height as needed */
    overflow-y: auto; /* Make content scrollable */
}
    /* Hide scrollbar for Firefox */
    .slide-text::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for other browsers */
.slide-text {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    color: white;
    background-color: #333;
    border: none;
    text-decoration: none;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

#calendar {
    margin-top: 10px;
}

.event-date a {
    color: red;
    font-weight: bold;
}

.info-section {
    margin-top: 20px;
}

.bottom-footer {
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
}

.source-links,
.vertical-line,
.copyright-notice {
    display: inline-block;
    vertical-align: top;
}

.source-links {
    text-align: left;
    margin-right: 20px;
}

    .source-links p {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .source-links ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .source-links li {
        margin-bottom: 10px;
    }

    .source-links .link-list {
        float: left;
        width: 45%;
        margin-right: 2%;
    }

.first-list,
.second-list {
    float: left;
}

.vertical-line {
    height: 125px;
    width: 1px;
    background-color: #ccc;
    margin-right: 20px;
}

.copyright-notice {
    text-align: left;
    margin-top: 30px;
}

    .copyright-notice p {
        font-size: 14px;
        color: #555;
    }

.index-top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.index-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 8px; /* Adjust the spacing as needed */
}

    /* Additional styling for the active dot if needed */
    .index-dot.active {
        background-color: #717171;
    }

.slideshow-container {
    width: 90%;
    max-width: 100%; /* Set a max-width if necessary */
    height: 380px; /* Set your desired height */
    position: relative;
    margin: auto;
    overflow: hidden;
}

.slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.7);
}

.slides {
    position: relative;
}

    .slides img {
        display: block;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
    }
