/* MAIN CUSTOM STYLES */
html,
body {
  height: 100% !important;
  overflow-x: visible !important;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrapper {
  min-height: 100%;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -43px 0;
  /* Pad bottom by footer height */
  padding: 0 0 80px 0;
}

/* Set the fixed height of the footer here */
#footer {
  height: 43px;
  background-color: #f5f5f5;
  z-index:1500 !important;
}

#wrapper > .center-container {
  padding: 0px;
  margin:0;
}

#footer > .container {
  padding-top:5px;
  padding-left: 15px;
  padding-right: 15px;
}
.center-container {
}
.center-row {
  height:100%;
}
.top-row {
    height: 97%;
} 
body { font-size:13px;overflow: scroll;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family:inherit;}
.bg-gray-lighter h3 { font-size:22px; font-weight:300; color:#777777;}

.container {
    min-width: 320px;
    min-height:70%;
}

.top-container {
 
}
.bottom-container {
   border-top: 1px solid #435f88;
   background-color: #ececec;
}
.nomargins{
    margin:0px !important;
}
.bg-theme-colored {
    background-color:#316a71!important;
    opacity: 1;
}
.icon-theme-colored.icon-dark a {background-color: #316a71;}
.heading-line-bottom-no-margin {
    color: #27545a;
    border-bottom: 1px solid #435f88;
    display: inline-block;
    margin: 0px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-width: 220px;
    position: relative;
    text-align: center;
    font-weight: 500;
}
.heading-line-bottom {
    color: #27545a;
    border-bottom: 1px solid #435f88;
    display: inline-block;
    margin: 0px 3px 0px 3px;
    padding-top: 3px !important;
    padding-bottom: 5px !important;
    min-width: 220px;
    position: relative;
    text-align: center;
    font-weight: 500;
    xmargin-bottom: 15px;
}
.heading-line-bottom::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 20px;
    
}
.heading-line-bottom-no-padding {
    border-bottom: 1px dashed #808080;
    display: inline-block;
    margin: 5px 3px;
    padding:0px !important;
    min-width: 220px;
    position: relative;
    text-align:center;
}
.heading-title {
    margin-top: 10px;
}
.bottom-line-dashed {
    border-bottom: 1px dashed #808080;
}
.line-bottom {
    border-bottom: 1px dotted #d3d3d3;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.line-bottom::after {
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
.bg-lightest { background-color: #fff!important;}

.top_search {
    overflow: hidden;
}
.top_search {
    background-color: #eee;
    padding: 8px !important;
    margin: 6px 4px 0px 0px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #10272a;
}
.top_search .top_menu { font-size:12px; color:#505152; margin-bottom:20px;}
.top_search .top_menu a{ font-size:12px; color:#505152}
.top_search .searchbox {float:right}
.top_search #topsearchform { overflow:hidden;}
.top_search #topsearchform .form-group{ overflow:hidden;}
.top_search #topsearchform .form-control { float:left; width:232px; height:35px;}
.top_search #topsearchform button.btn {float: left; border:0;}

@media only screen and (max-width: 767px){
	.top_search {
		float:none;
		margin:0 auto!important;
	}
	.top_search .top_menu { text-align:center;}
	.top_search .searchbox {float:none}
	#topsearch { margin-left:15px;}
}

/**** MAIN MENU ****/
/* -------- Header Nav ---------- */
.header-nav {
  position: relative;
}
.header-nav .header-nav-absolute-wrapper {
  width: 100%;
}
.header-nav .header-nav-wrapper .menuzord {
  padding: 0;
}
/* -------- Scrolltofixed ---------- */
.header-nav .header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
  border-bottom: 1px solid #eee;
}
.header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed .menuzord {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
@media only screen and (min-width: 901px) {
  .header-nav .header-nav-absolute-wrapper {
    bottom: -36px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 1111;
  }
  .header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
    bottom: auto;
  }
}

/* Menu items */
.menuzord-menu > li{
	padding: 0px 0px 0px 0px;
}
.menuzord-menu > li > a{
	font-size: 13px;
	font-weight: 400;
	padding: 8px 16px;
	color:#316a71;
}

/* Active/hover state (menu items) */
    .menuzord-menu > li.active > a,
    .menuzord-menu > li > a:focus,
    .menuzord-menu > li:hover > a {
        background: #435f88 none repeat scroll 0 0;
        color: #fff;
    }

/* Dropdown */ 
.menuzord-menu ul.dropdown{ min-width:200px; top: 40px; padding:5px 10px; background-color:#f5f5f5  } 
.menuzord-menu ul.dropdown li { margin: 0; border-bottom: 1px dashed #d3d3d3;} 
.menuzord-menu ul.dropdown li:first-child { border:0;} 
.menuzord-menu ul.dropdown li a { 
                color: #A96812;
                padding: 8px 10px; 
                -webkit-transition: padding 0.2s linear; 
                -o-transition: padding 0.2s linear; 
                transition: padding 0.2s linear; 
} 
.menuzord-menu ul.dropdown li a:hover {padding-left: 15px;} 
.menuzord-menu ul.dropdown li a:hover { background-color:transparent!important;} 
.menuzord-menu ul.dropdown li ul.dropdown{ top: 0;} 
.menuzord .menuzord-menu ul.dropdown li:hover > a{ background: #333; color: #fff;} 
.menuzord-responsive .menuzord-menu ul.dropdown li a { border-bottom:0!important;} 
  
.menuzord-menu li .indicator {margin-left: 6px;} 
.menuzord-menu li .indicator .fa.fa-caret-down { font-size:18px; line-height: 0; vertical-align:middle;} 
.menuzord .menuzord-menu ul.dropdown li:hover > a { background-color:#fff; color:#316a71} 
.menuzord .menuzord-menu > li.active > a i, 
.menuzord .menuzord-menu > li:hover > a i, 
.menuzord .menuzord-menu ul.dropdown li:hover > a i { color: #fff;} 
.menuzord-menu ul.dropdown li .indicator { top: 4px;} 

/* Megamenu */

.menuzord-menu > li > .megamenu{ top: 55px; }
.menuzord-menu > li > .megamenu .megamenu-row li {
  border: 0 none;
  clear: both;
  font-size: 12px;
  margin: 0;
  padding: 2px;
  position: relative;
  width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row li a {
  display: block;
  padding: 8px 10px;
  -webkit-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active > a,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a {
  color:#316a71;
  padding-left: 15px;
}
.menuzord-menu > li > .megamenu .megamenu-row li a i { color: #444;}
.menuzord-menu > li > .megamenu .megamenu-row li.active a i,
.menuzord-menu > li > .menuzord-menu > li > .megamenu .megamenu-row li:hover a i { color: #fff;}

/* Mobile mode (Responsive mode) */
@media only screen and (max-width: 1200px){
	.menuzord-menu { background: #ececec ;}
	.menuzord-responsive .menuzord-menu > li{padding: 0;}
	.menuzord-responsive .menuzord-menu > li > a{padding: 12px 20px !important;}
}

/* MAIN MENU */


/* HP NEWS */
.hpNews h3 {font-size:28px;}
.hpNews select {}

.hpNews .event-date {min-width: 86px; background-color:#fafafa;}
.hpNews .event-date .font-30 {color:#316a71}
.hpNews .event-date .font-22 {color:#949494}

.hpNews .event-content .head {font-size:18px;}
.hpNews .event-content span.date {color:#333;}
.hpNews .event-content span.cat {color:#4e6671;}
.hpNews .event-content .event-title { font-size:14px;}
.hpNews .event-content .img { float:left; border:0;}

/* HP NEWS */

/* HP SIDEBAR */
.hpsidebar {}
.hpsidebar .sidebarbannertxtimg h3{ font-size:18px;}
.hpsidebar .sidebarbannertxt {line-height: 18px; border:1px solid #eaeaea; background-color:#f7f7f7}
.hpsidebar .sidebarbannertxt h3 { font-size:18px;}
.hpsidebar .sidebarbannertxt a.more {font-size:16px;}
.hpsidebar .sidebarbannertxt a.more .fa{vertical-align:middle;}
/* HP SIDEBAR */

/* PAGE ΒΟΤΤΟΜ WIDGET */
#contentbottom .btn-dark.btn-theme-colored {font-weight:600; background-color: #316a71;}
#contentbottom .owl-carousel-1col h4{color:#316a71;}
#contentbottom .owl-carousel-1col h2{font-size:28px; color:#231f20;}
/* PAGE ΒΟΤΤΟΜ WIDGET */

/* FOOTER */
.footer a { color:#bbbbbb;}
.footer a:focus, .footer a:hover, .footer a:active {
    color: #fff;
}
.footer .widget.dark .widget-title.line-bottom {
    border-bottom: 1px solid #fff;
}
.footer .widget.dark .widget-title.line-bottom:after {
    border: 1px solid #fff;
	background: #fff none repeat scroll 0 0;
}
.footer .widget.dark .list-border li {
    border-bottom: 1px dashed #bbbbbb;
}
.footer .footerlogo { color:#fff; text-align:center;}

.footer #bottomsearchform { overflow:hidden;}
.footer #bottomsearchform .form-group{ overflow:hidden;}
.footer #bottomsearchform .form-control { float:left; width:85%; height:36px;}
.footer #bottomsearchform button.btn {float: left; border:1px solid #57a8b2; border-bottom-width: 1px; border-top-width: 0;}
.footer #bottomsearchform .btn-dark.btn-theme-colored {background-color: #57a8b2;}

/* FOOTER */

/* ARTICLE / POST / CONTENT */

.blog-posts .post .entry-content {
  background-color: #f8f8f8;
}
.blog-posts .post .entry-date li { line-height:20px;}
.blog-posts .post .media-body { font-size:16px; color:#333333;}
.blog-posts .post .media-body h4 { display:inline;}

.post .entry-header {
  position: relative;
  overflow: hidden;
}
.single-post .post .entry-title {
  margin-top: 0;
  font-weight:700
}
.single-post .post .entry-content {
  background-color: #fff;
  padding: 0;
}

.single-post .post .entry-date {
  font-size: 16px;
  color:#425f87
}
.post .entry-meta.meta-absolute {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.post .entry-meta.meta-absolute i {
  display: block;
  font-size: 28px;
}
.post .entry-meta.meta-absolute span a {
  color: #454545;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 2px;
  margin-right: 5px;
}
.post.media-post .post-thumb {
  float: left;
  margin: 0 10px 10px 0;
}
.post .post-thumb {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.post span.date { color:#333;}
.post span.cat { color:#4e6671;}

.single-post .twocolumn {
	-webkit-columns: 2 330px;
     -moz-columns: 2 330px;
          columns: 2 330px;
	-webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.single-post .threecolumn {
	-webkit-columns: 3 220px;
     -moz-columns: 3 220px;
          columns: 3 220px;
	-webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.dropdown-menu {
    font-size:13px;
}
.dropdown-menu-flag
{   background-color:#ffffff !important;
    min-width:62px !important;
}
.dropdown-menu-flag a
{   
    background-color:#ffffff !important;
}
.navbar-top
{
    padding-right:7px;
}
.navbar-top a:hover
{
     
}
.top_menu{
    padding: 5px;
}
.top_menu, .top_menu a
{
    color:#316a71;
}
.top_menu a:hover, .top_menu a:active, .top_menu a:focus
{
    padding-bottom:5px;
    border-bottom:1px dashed #316a71;
}
.sociallinks { overflow:hidden; line-height:normal;}
.sociallinks .fb-like,
.sociallinks .print,
.sociallinks .twitter { float:left; margin-right:20px;}
.sociallinks .print .fa-print {font-size: 21px;}

/* ARTICLE / POST / CONTENT */

/* TABS */
.tab-content {
    border: 1px solid #a4a4a4;
    background-color: #fefefe;
    padding: 15px;
}
.nav-tabs {
    border: medium none;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
    .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
        background-color: #ebebeb;
        border-color: #a4a4a4 #a4a4a4 #ddd;
        color: #333;
    }
.nav-tabs > li > a {
    border-radius: 0;
    color: #333;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 14px;
    margin-right: 0;
    padding: 12px 20px;
}
.nav-tabs > li > a .fa {
    margin-right: 0px;
}
.nav-tabs > li > a:focus {
    background-color: #ebebeb;
    border-color: #a4a4a4 #a4a4a4 #ddd;
    color: #333;
}
.nav-tabs > li {
    text-align: center;
}
.nav-tabs > li > a i {
    display: block;
    font-size: 30px;
    margin-top: 11px;
    margin-bottom: 0px;
    margin-right: 0;
    vertical-align: middle;
}
.nav-tabs > li > a:hover {
    border-color: #a4a4a4 #a4a4a4 #ddd;
    background-color: transparent;
    color: #333;
}

/* TABS */

/* LISTS */

ul.list li:hover::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: transparent;
}

ul.list li a {
    text-decoration: none;
    transition: all 300ms ease-in 0s;
}

ul.news li::before {
    border: medium none;
    color: #a9a9a9;
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    font-family: fontawesome;
    font-size: 9px;
    margin-right: 10px;
    padding: 0;
}

ul.news li {
    position: relative;
}

    ul.news li .date {
        color: #425f87;
        font-size: 16px;
    }

    ul.news li.line-bottom::after {
        content: none;
    }

    ul.news li.line-bottom:last-child {
        border: none;
    }

ul.searchresults li::before {
    content: none;
}

ul.searchresults li::after {
    content: none;
}

ul.searchresults > li {
    border-bottom: 1px dotted #d3d3d3 !important;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

ul.searchresults li:last-child {
    border: none;
}

/* LISTS */


/* TABLES */
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-bottom-width: 1px; }
.table-bordered > tbody > tr > th { font-weight:normal;}

/* TABLES */

/* OWL CAROUSEL */
.owl-controls {
    margin: 0;
}
.owl-controls .owl-nav > div {
    background: rgba(240, 240, 240, 0.8) none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 45%;
    transition: all 0.4s ease 0s;
    z-index: 6;
}
.owl-controls .owl-next {
    right: 0;
}
.owl-controls .owl-next i {
    color: #888;
    font-size: 20px;
}
.owl-controls .owl-prev i {
    color: #888;
    font-size: 20px;
}
.owl-theme .owl-dots {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #eeeeee;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 5px 3px;
    opacity: 0.8;
    transition: all 0.4s ease 0s;
    width: 12px;
}
.image-carousel .owl-controls .owl-nav > div {
    opacity: 0;
}
.image-carousel:hover .owl-controls .owl-nav > div {
    opacity: 1;
}
.owl-carousel.owl-nav-top.bullet-white .owl-dots span {
    background: #fff none repeat scroll 0 0;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav > div {
    background-color: transparent;
    right: 0;
    top: -50px;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav > div:hover {
    background-color: #d3d3d3;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev {
    right: 35px;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
    right: 0;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev, .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
    background: #eeeeee none repeat scroll 0 0;
    border: medium none;
    line-height: 28px;
    padding: 0 12px;
    text-align: center;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev i, .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next i {
    color: #888;
    font-size: 14px;
}
.owl-carousel.no-bullet .owl-nav {
    display: none;
}
/* OWL CAROUSEL */

/* FORM */

.btn-dark.btn-theme-colored {
    background-color: #316a71;
    border-color: #316a71;
    color: #fff;
}
.btn-dark.btn-theme-colored:hover {
    background-color: #27545a;
    border-color: #27545a;
    color: #fff;
}
.btn-default.btn-theme-colored {
    background-color: #fff;
    border-color: #316a71;
    color: inherit;
}
.btn-default.btn-theme-colored:hover, .btn-default.btn-theme-colored:active, .btn-default.btn-theme-colored:focus {
    background-color: #27545a;
    border-color: #27545a;
    color: #fff;
}
#news>.badge {
  padding:2px 4px;
  margin:0px !important;
  background-color:#fa3e3e;
  position:relative;
  top:-15px;
  border-radius:2px;
  font-weight:600;
  line-height: 1.1;
  font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
}
/* FORM */

/* REVOLUTION SLIDER */
/* TABS */
.tp-tabs.erinyen{
	max-width:1140px !important;
	width:100% !important;
	left:0 !important;
	right:0! important;
	top:0 !important;
	bottom:0 !important;
	margin:auto auto !important;
	-webkit-transform:none !important;
	transform: none !important;
	z-index: auto !important;
}
.tp-tabs.erinyen .tp-tab-mask{
	float:right;
	text-shadow:none;
	z-index: 1000;
}

.tp-tabs.erinyen .tp-tab {padding:20px; opacity:1; overflow:hidden;}
.tp-tabs.erinyen .tp-tab.grab { cursor: move;cursor: -webkit-grab;cursor: -o-grab;cursor: -ms-grab;cursor: grab;}
.tp-tabs.erinyen .tp-tab.selected:before {
	background-color:rgba(255, 255, 255, 0.80);
}
.tp-tabs.erinyen .tp-tab:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	background-color:rgba(255, 255, 255, 0.60);
	-webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease; 
    -o-transition: all 1s ease; 
    -ms-transition: all 1s ease; 
    transition: all 1s ease;
}
.tp-tabs.erinyen .tp-tab:hover:before {background-color:rgba(255, 255, 255, 0.80);}

.tp-tabs.erinyen .tp-tab-title {
    color:#777f82;
    font-size:30px;
	line-height:30px;
    font-weight:400;
    text-transform:none;
    font-family:inherit;
    margin-bottom:15px;
}

.tp-tabs.erinyen .tp-tab-desc {
	font-size:12px;
    font-weight:400;
    color:#777f82;
    line-height:20px;
	font-family:inherit;
}

.tp-caption.Newspaper-Subtitle,.Newspaper-Subtitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:inherit;
	font-size:15px;
	font-style:normal;
	font-weight:600;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Title,
.Newspaper-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:inherit;
	font-size:50px;
	font-style: normal;
	font-weight:400;
	line-height:55px;
	padding:0 0 10px;
	text-align:left;
	text-decoration:none;
}
.tp-caption.Newspaper-Button {
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    font-style: normal;
    font-family: inherit;
    padding: 12px 35px 12px 35px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 2px;
    border-radius: 0px 0px 0px 0px;
    letter-spacing: 2px;
    text-align: left;
}
.tp-caption.Newspaper-Button:hover {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(255, 255, 255, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
}
.tp-caption.Newspaper-Button a {color:#fff;}
.tp-caption.Newspaper-Button a:hover {color:#000}

@media (min-width: 778px) and (max-width: 1024px){
	.tp-tabs.erinyen .tp-tab-title { font-size:16px; line-height:24px; font-weight:600;}
}
/* REVOLUTION SLIDER */


/* PRINT STYLES */

@media print {
   .col-md-9 { display:block!important; width:100%!important;}
   header, footer, .inner-header, #contentbottom, .scrollToTop  { display:none!important;}
   .main-content > section > .container > .row > .col-md-3  { display:none!important;}
}


/* PRINT STYLES */
.hr-warning{
  background-image: -webkit-linear-gradient(left, rgba(210,105,30,.8), rgba(210,105,30,.6), rgba(0,0,0,0));
}

/**
 * Profile image component
 */
.profile-header-container{
    margin: 0 auto;
    text-align: center;
}
.profile-header-img {
    padding: 0px;
}
.profile-header-img > img.img-circle {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #316a71;
}
.profile-header {
    margin-top: 10px;
}


.error a {
    color: #ee163b;
    text-decoration: underline;
}

hr.message-inner-separator {
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.customform {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.customform-modal {
    padding-left: 10px;
    padding-right: 10px;
}
.customform-nomargins {
    padding:0px;
    margin:0px;
}

.small-margins {
    padding: 2px;
    margin: 5px;
}
.modal-header {
    margin: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 8px 15px;
}
.modal-sm-header {
    margin: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 40px;
    padding: 8px;
}
.modal-footer {
    margin: 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.modal-sm-footer {
    margin: 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 40px;
    padding: 8px;
}
.maincontainer
{
    padding: 0px;
    margin: 0px -12px 0px -15px !important;
}
.breadcrumb-container {

}
.breadcrumb {
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
    background-color: #57a8b2 !important;
    padding: 10px 15px;
    margin-bottom: 0px;
    border-radius: 0px;
    margin-right: -3px;
}
.breadcrumb-item, .breadcrumb-item>a {
    color: #fff !important;
}
.breadcrumb-item>a {
    text-decoration:underline;
}

.light-breadcrumb-container {
    border-top: 0px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.light-breadcrumb {
    font-size: 14px;
    font-weight: normal !important;
    color: #000000 !important;
    background-color: #ebebeb !important;
    padding: 8px 13px;
    margin-bottom: 0px;
    border-radius: 0px;
    margin-right: 0px;
}
.light-breadcrumb > li {
    display: inline;
}
.light-breadcrumb-item, .light-breadcrumb-item > a {
    color: #000000 !important;
}
.light-breadcrumb-item > a {
    text-decoration: underline;
}
.view-item-title {
    border-bottom:1px dashed #7397cc;
    margin: 0px 1px 0px 1px;
    padding: 8px 14px;
}
.no-radius {
    border-radius: 0px !important;
}

.list-group-item > span.closed {
    color: #27545a;
}
a.list-group-item, button.list-group-item, a.list-group-item:focus, a.list-group-item:hover,
button.list-group-item, button.list-group-item:focus, button.list-group-item:hover {
    color: #435f88;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover,
.list-group-item.active > span, .list-group-item.active:focus > span, .list-group-item.active:hover > span {
    color: #fff !important;
    text-decoration: none;
    background-color: #435f88;
    border-color: #ddd;
}
a.btn-theme-colored > i.glyphicon.text-yellow {
    color: #ffc868;
}
a.btn-theme-colored > i.glyphicon.text-white {
    color: #fff;
}
.list-group-item-dark-header > i.glyphicon, .list-group-item-header > i.glyphicon {
    color: #435f88;
}
.list-group-item-light-header > i.glyphicon, .list-group-item-light-header > i.glyphicon {
    color: #fff;
}
.firstlevel-right-side {
    padding-left: 10px;
}
.firstlevel {
    padding-left: 46px;
}
.secondlevel {
    padding-left: 70px;
}
.group-heading-line-bottom {
    color: #435f88;
    border-bottom: 1px solid #435f88;
    display: inline-block;
    margin: 0px 3px 0px 3px;
    padding-bottom: 5px !important;
    min-width: 220px;
    position: relative;
    text-align: left;
    font-weight: 500;
}
.groupfile-heading-line-bottom {
    border-bottom: 1px dashed #808080;
    display: inline-block;
    margin: 0px 0px 0px 0px !important;
    padding: 13px 0px 8px 5px !important;
    position: relative;
    text-align: left;
}
.groupfile-heading-line-bottom:hover {
    background-color:#eee;
}
.groupfile-line-bottom {
    border-bottom: 1px dashed #808080;
    display: inline-block;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    text-align: left;
}
.groupfile-anchor {
    display: inline-block;
    margin: 0px !important;
    padding: 8px !important;
    position: relative;
    text-align: left;
    width: 100%;
}
.groupfile-anchor:hover {
    background-color: #eee;
}
.tree-item-wrapper {
    margin-left: 0px;
    margin-top: 12px;
    background-color: #e5e5e5;
    border-radius: 4px
}
.tree-item {
    margin-left: 2px;
    background-color: #fafafa
}
.file-box {
    border-bottom: 1px dashed #7ca5e0;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 250px;
    width: 100%;
}
.searcharea-filters {
    
}
.yellow-btn-link {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-right: 10px !important;
    background-color: #eae9e9 !important;
    min-width: 250px;
}

.yellow-btn-link:hover, .yellow-btn-link:visited, .yellow-btn-link:active, .yellow-btn-link:focus, .yellow-btn-link:focus-within, .yellow-btn-link.active {
    color: #fff !important;
    background-color: #435f88 !important;
}
.yellowColor {
    color: #435f88 !important;
}


